@import url('https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap');

*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #fff;
  line-height: 28px;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: 'Lexend Deca', sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

p {
  font-family: 'Lexend Deca', sans-serif;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

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

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

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

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 320px;
  }
}
.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-dark {
  background-color: #333;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-grey-about {
  background-color: #fff;
}

.bluewood-bg {
  background: #354b65;
}

.bg-color-two {
  background: #333333;
}

.color-two {
  color: #333333;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}
.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}
.overly-bg-black::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-blue {
  color: #a538ad;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Scroll Up */

#scrollUp {
  width: 40px;
  height: 40px;
  background-color: #a538ad;
  color: #ffffff;
  right: 20px;
  bottom: 60px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
}
#scrollUp i {
  display: block;
  line-height: 40px;
  font-size: 24px;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*  Main Wrapper */

.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

/* Section Padding */

.section-ptb {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-ptb {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
  .breadcrumb-area {
  margin-top:105px !important;
}
  .breadcrumb-area1 {
  margin-top:105px !important;
}
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 30px 0;
  }
  .breadcrumb-area {
  margin-top:105px !important;
}

}

.section-pt {
  padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pt {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-100 {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pt-100 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-100 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-100 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-100 {
    padding-top: 30px;
  }
}

.section-pt-80 {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pt-80 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-80 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-80 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-80 {
    padding-top: 30px;
  }
}

.section-pb-80 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pb-80 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-80 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-80 {
    padding-bottom: 30px;
  }
}

.section-pb-40 {
  padding-bottom: 40px;
}

.section-pb {
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.section-pb-100 {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-pb-100 {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-100 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-100 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-100 {
    padding-bottom: 30px;
  }
}

/*-- Margin top --*/
.mt--5 {
  margin-top: 5px;
}

.mt--10 {
  margin-top: 10px;
}

.mt--15 {
  margin-top: 15px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--25 {
  margin-top: 25px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--35 {
  margin-top: 35px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--45 {
  margin-top: 45px;
}

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

.mt--55 {
  margin-top: 55px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--65 {
  margin-top: 65px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--75 {
  margin-top: 75px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--85 {
  margin-top: 85px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--95 {
  margin-top: 95px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--105 {
  margin-top: 105px;
}

.mt--110 {
  margin-top: 110px;
}

.mt--115 {
  margin-top: 115px;
}

.mt--120 {
  margin-top: 120px;
}

.mt--125 {
  margin-top: 125px;
}

/*-- Margin Bottom --*/
.mb--5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- padding top --*/
.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--15 {
  padding-top: 15px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--25 {
  padding-top: 25px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--35 {
  padding-top: 35px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--45 {
  padding-top: 45px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--55 {
  padding-top: 55px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--65 {
  padding-top: 65px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--75 {
  padding-top: 75px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--85 {
  padding-top: 85px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--95 {
  padding-top: 95px;
}

.pt--100 {
  padding-top: 100px;
}

.pt--105 {
  padding-top: 105px;
}

.pt--110 {
  padding-top: 110px;
}

.pt--115 {
  padding-top: 115px;
}

.pt--120 {
  padding-top: 120px;
}

.pt--125 {
  padding-top: 125px;
}

/*-- padding Bottom --*/
.pb--1{
  padding-bottom: 1px;
  background: #ffffff;
}

.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--15 {
  padding-bottom: 15px;
}

.pb--20 {
  padding-bottom: 20px;
    background: #ffffff;
}

.pb--25 {
  padding-bottom: 25px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--35 {
  padding-bottom: 35px;
  background: #ffffff;
}

.pb--40 {
  padding-bottom: 40px;
  background: #ffffff;
}

.pb--45 {
  padding-bottom: 45px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--55 {
  padding-bottom: 55px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--85 {
  padding-bottom: 85px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--95 {
  padding-bottom: 95px;
}

.pb--100 {
  padding-bottom: 100px;
  background: #ffffff;
}

.pb--105 {
  padding-bottom: 105px;
}

.pb--110 {
  padding-bottom: 110px;
}

.pb--115 {
  padding-bottom: 115px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pb--125 {
  padding-bottom: 125px;
}


/* Button */

.default-btn {
  border: 1px solid #a538ad;
  padding: 12px 30px;
  color: #ffffff;
  background: #a538ad;
  font-size: 14px;
  font-weight: 600;
}
.default-btn:hover {
  border: 1px solid #333;
  background: #333;
  color: #ffffff;
}

.primary-btn {
  border: 1px solid #ffffff;
  padding: 12px 30px;
  color: #ffffff;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
}
.primary-btn:hover {
  border: 1px solid #a538ad;
  background: #a538ad;
  color: #ffffff;
}

.border-radius {
  border-radius: 30px;
}

.btn {
  background: #a538ad;
  color: #ffffff;
  border-radius: 0;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 479px) {
  .btn {
    padding: 1px 20px;
    font-size: 16px;
  }
}
.btn span {
  display: inline-block;
  line-height: inherit;
  transition: none;
}
.btn i {
  display: inline-block;
  line-height: inherit;
  transition: none;
}
.btn.left i {
  margin-right: 10px;
}
.btn.right i {
  margin-left: 10px;
}
.btn:hover, .btn:active {
  background: #000000;
  color: #ffffff;
}

/* Section Title */
.section-title {
  margin-bottom: 30px;
  text-align: center;
}
.section-title h4 {
  font-size: 16px;
  font-weight: 600;
  color: #a538ad;
  margin-bottom: 12px;
  margin-top: -5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title h3 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.section-title h3 span {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title-two {
  margin-bottom: 30px;
}
.section-title-two h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .section-title-two h2 {
    font-size: 28px;
  }
}
.section-title-two h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background: #333333;
}
.section-title-two h2 span {
  color: #a538ad;
}
@media only screen and (max-width: 767px) {
  .section-title-two {
    margin-bottom: 20px;
  }
}

/* Breadcrumb */

.breadcrumb-area {
  background: #f6f6f6;
  text-align: center;
  margin-top:89px;
}

.breadcrumb-area1 {
  background: #ffffff;
  text-align: center;
  margin-top:89px;
}

.breadcrumb-area h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: -5px;
  font-weight: 700;
  color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area h2 {
    font-size: 24px;
  }
}

.breadcrumb-list .breadcrumb-item {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
}
.breadcrumb-list .breadcrumb-item.active {
  color: #a538ad;
  color: #ffffff;
}
.breadcrumb-list .breadcrumb-item a:hover {
  color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}



/* Menu */

.mobile-menu {
  float: left;
  width: 100% !important;
  position: relative !important;
}
.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -50px;
  color: #000;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -50px;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -50px;
  }
}
.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  height: 2px;
  width: 26px;
  background-color: #a538ad;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a538ad;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
  bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a538ad;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-menu .mean-bar .mean-nav {
  background-color: #a538ad;
}
.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  border-top: 0px solid transparent;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    /*max-height: 280px;*/
    overflow-y: auto;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-menu .mean-bar .mean-nav > ul {
   /* max-height: 220px; */
    overflow-y: auto;
  }
}
.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Lexend Deca', sans-serif;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid #eeeeee;
  padding: 0 40px 0 20px;
  /*---- Menu Expand For Sub Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a i {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover {
  color: #ccc;
  padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
  border: 1px solid #eeeeee;
  font-family: 'Lexend Deca', sans-serif;
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #fff;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;
  background-color: #a538ad;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;
  margin: 0;
  flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 12px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
  display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
  border-top: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
  border: 1px solid #dddddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
  border-top: 1px solid #eeeeee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
  border: 1px solid #eeeeee;
}

/* Header */

.inner-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.logo {
  margin-top: 10px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin: 25px 0;
  }
}

.main-menu {
  display: flex;
  justify-content: flex-end;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.active a {
  color: #a538ad;
}
.main-menu ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 0;
  font-family: 'Lexend Deca', sans-serif;
}
.main-menu ul li a:hover {
  color: #a538ad;
}
.main-menu ul li .sub-menu {
  width: 250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  padding: 15px;
  z-index: 9;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid #a538ad;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu ul li .sub-menu {
    left: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li .sub-menu {
    left: -25px;
  }
}
.main-menu ul li .sub-menu li {
  display: block;
  margin-right: 0;
  margin-bottom: 8px;
}
.main-menu ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .sub-menu li > a {
  display: block;
  padding: 0;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
}
.main-menu ul li .sub-menu li > a:hover {
  color: #a538ad;
}
.main-menu ul li:hover {
  color: #a538ad;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  top: 100%;
}

.is-sticky .inner-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.is-sticky .inner-header .logo {
  margin: 10px 0;
}
.is-sticky .inner-header ul li a {
  padding: 25px 0;
}
.is-sticky .inner-header ul li .sub-menu li > a {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .is-sticky .inner-header .meanmenu-reveal {
    top: -45px !important;
  }
}

.is-sticky {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.is-sticky .logo {
  margin-top: 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .is-sticky .logo {
    margin: 15px 0;
  }
}
.is-sticky ul li a {
  padding: 25px 0;
}
.is-sticky ul li .sub-menu li > a {
  padding: 0;
}
.is-sticky .meanmenu-reveal {
  top: -39px !important;
}
@media only screen and (max-width: 767px) {
  .is-sticky .meanmenu-reveal {
    top: -39px !important;
  }
}

/* Slider */

.hero-slider-1 .single-slide {
  height: 950px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider-1 .single-slide {
    height: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-1 .single-slide {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide {
    height: 580px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-1 .single-slide {
    height: 880px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slider-1 .single-slide {
    height: 880px;
  }
}
.hero-slider-1 .single-slide .slider-text-info {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide .slider-text-info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-1 .single-slide .slider-text-info {
    margin-top: 50px;
  }
}
.hero-slider-1 .single-slide .slider-text-info h4 {
  color: #333;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
.hero-slider-1 .single-slide .slider-text-info h4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #a538ad;
  right: -120px;
  bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide .slider-text-info h4 {
    font-size: 22px;
  }
  .hero-slider-1 .single-slide .slider-text-info h4::after {
    width: 60px;
    right: -80px;
  }
}
.hero-slider-1 .single-slide .slider-text-info h1 {
  color: #333;
  font-size: 52px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-1 .single-slide .slider-text-info h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide .slider-text-info h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-1 .single-slide .slider-text-info h1 {
    font-size: 26px;
  }
}
.hero-slider-1 .single-slide .slider-text-info p {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .hero-slider-1 .single-slide .slider-text-info p {
    width: 95%;
  }
}
.hero-slider-1 .single-slide .slider-text-info .slider-button {
  margin-top: 50px;
}
.hero-slider-1 .single-slide .slider-text-info .slider-button .slider-btn {
  font-size: 15px;
  color: #333;
  position: relative;
  font-weight: 600;
}
.hero-slider-1 .single-slide .slider-text-info .slider-button .slider-btn::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #a538ad;
  left: 0;
  bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide .slider-text-info .slider-button .slider-btn::after {
    height: 15px;
  }
}
.hero-slider-1 .single-slide .slider-text-info .slider-button .slider-btn:hover {
  color: #a538ad;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide .slider-text-info .slider-button {
    margin-top: 30px;
  }
}
.hero-slider-1 .single-slide .slider-inner-image {
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider-1 .single-slide .slider-inner-image {
    text-align: center;
  }
  .hero-slider-1 .single-slide .slider-inner-image img {
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-slider-1 .single-slide .slider-inner-image {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider-1 .single-slide .slider-inner-image {
    text-align: center;
    margin-top: 50px;
  }
  .hero-slider-1 .single-slide .slider-inner-image img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slider-1 .single-slide .slider-inner-image {
    text-align: center;
    margin-top: 50px;
  }
  .hero-slider-1 .single-slide .slider-inner-image img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-1 .single-slide .slider-inner-image {
    margin-top: 40px;
  }
}

.slider-text-info h4 {
  animation-name: fadeInTop;
  animation-duration: 1.9s;
}
.slider-text-info h1 {
  animation-name: fadeInLeft;
  animation-duration: 1.9s;
}

.slider-inner-image {
  animation-name: fadeInRight;
  animation-duration: 1.9s;
}

.home-overlay-img-1 {
  position: absolute;
  top: 100px;
  left: 0;
}

.home-overlay-img-1 {
  animation: movebounce  2s linear infinite;
}

.owl-carousel{
      margin-top: 90px;
}
.owl-dots{
  display: none;
}

.owl-nav{
  display: none;
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* About */

.about-us-wrap {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-wrap {
    margin-top: 0px;
  }
}

.about-us-content {
  margin-top: -8px;
}
.about-us-content ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
}
.about-us-content ul li:last-child {
  margin-bottom: 0;
}
.about-us-content ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: #a538ad;
  width: 25px;
  height: 1px;
}

.perfect-start-aera {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .perfect-start-aera {
    padding: 40px 0 60px;
  }
}
.perfect-start-aera .perfect-start-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .perfect-start-aera .perfect-start-inner {
    flex-direction: column;
  }
}
.perfect-start-aera .perfect-start-inner p {
  font-size: 30px;
  margin-top: 14px;
  letter-spacing: 1px;
  color: #a538ad;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .perfect-start-aera .perfect-start-inner p {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .perfect-start-aera .perfect-start-inner p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .perfect-start-aera .perfect-start-inner p {
    font-size: 26px;
  }
}
.perfect-start-aera .get-started-button .start-btn {
  background: #a538ad;
  border: 2px solid #a538ad;
  color: #fff;
  padding: 12px 35px;
  display: inline-block;
  border-radius: 50px;
  font-size: 18px;
}
.perfect-start-aera .get-started-button .start-btn:hover {
  background: #ffffff;
  border: 2px solid #a538ad;
  color: #a538ad;
}

.single-case-item {
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-case-item .case-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-case-item .case-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(165, 56, 173, 0.9);
  background-image: url("../images/icon/plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.single-case-item .case-image img {
  width: 100%;
}
.single-case-item:hover {
  box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
}
.single-case-item:hover .case-image::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.single-case-item .case-content {
  padding: 27px 27px;
  text-align: center;
}
.single-case-item .case-content h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
}
.single-case-item .case-content p {
  font-size: 15px;
}

/* Team */

.single-team {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px 5px rgba(15, 9, 128, 0.035), 5px 12px 30px 5px rgba(15, 9, 128, 0.05);
}
.single-team .team-imgae {
  position: relative;
}

.single-team .team-imgae img1 {
  width: 100%;
}

.single-team .team-imgae img {
  vertical-align: middle;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 10px 0;
}

.single-team .team-imgae::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(165, 56, 173, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.single-team .team-imgae .social-link {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
  opacity: 0;
}

.single-team .team-imgae .social-link a {
  font-size: 34px;
  margin: 0 5px;
}
.single-team .team-imgae .social-link a:hover {
  color: #333;
}
.single-team .team-info {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
.single-team .team-info h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 0  0 5px 0;
  font-family: "Lato", sans-serif;
}
.single-team .team-info h4 {
  font-weight: 700;
  font-size: 14px;
  margin: 0  0 5px 0;
  font-family: "Lato", sans-serif;
}
.single-team .team-info p {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 20px;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
}
.single-team:hover .team-imgae::before {
  opacity: 1;
}
.single-team:hover .social-link {
  bottom: 20px;
  opacity: 1;
}


/*--
    - Project Count Css
--------------------------*/
.project-count-inner {
  background: #a538ad;
}

.counter .count-icon {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.counter h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.counter p {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

/* Service */

.single-service {
  margin-top: 30px;
}
.single-service .service-icon {
  margin-bottom: 20px;
  font-size: 48px;
  color: #a538ad;
}
.single-service .serviace-info {
  margin-top: 20px;
}
.single-service .serviace-info h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.single-service .serviace-info p {
  margin: 13px 0 0 0;
}

.feature-two-inner-wrap .single-feature {
  margin-bottom: 20px;
  display: flex;
}
.feature-two-inner-wrap .single-feature:last-child {
  margin-bottom: 0;
}
.feature-two-inner-wrap .single-feature span {
  display: inline-block;
  font-size: 22px;
  width: 56px;
  height: 56px;
  background: #a538ad;
  border-radius: 50%;
  color: #fff;
  line-height: 56px;
  text-align: center;
  position: relative;
}
.feature-two-inner-wrap .single-feature .feature-info {
  margin-left: 20px;
}
.feature-two-inner-wrap .single-feature .feature-info h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.feature-two-inner-wrap .single-feature:hover.feature-info h3 {
  color: #a538ad;
}

.feature-area-inner-four .single-feature {
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 479px) {
  .feature-area-inner-four .single-feature {
    padding: 50px 15px;
  }
}
.feature-area-inner-four .single-feature .feature-icon {
  margin-bottom: 20px;
}
.feature-area-inner-four .single-feature .feature-icon span {
  display: inline-block;
  font-size: 28px;
  width: 60px;
  height: 60px;
  background: #a538ad;
  border-radius: 50%;
  color: #fff;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.feature-area-inner-four .single-feature .feature-text h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.feature-area-inner-four .single-feature .feature-text p {
  font-size: 15px;
  margin-top: 15px;
}
.feature-area-inner-four .single-feature:hover {
  background: #a538ad;
}
.feature-area-inner-four .single-feature:hover .feature-icon {
  color: #333;
}
.feature-area-inner-four .single-feature:hover .feature-icon span {
  background: #fff;
  color: #333;
}
.feature-area-inner-four .single-feature:hover .feature-text h3 {
  color: #fff;
}
.feature-area-inner-four .single-feature:hover .feature-text p {
  color: #fff;
}

.feature-area-inner-four .single-feature:hover .feature-text h2 {
  color: #fff;
}
/* Pricing */

.single-pricing {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 55px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-pricing .pricing-header {
  padding: 0 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing .pricing-header {
    padding: 0 30px;
  }
}
.single-pricing .pricing-header h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.single-pricing .pricing-title {
  padding: 30px 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing .pricing-title {
    padding: 30px 30px;
  }
}
.single-pricing .pricing-title h3 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.single-pricing .pricing-title h3 span {
  font-size: 24px;
}
.single-pricing .pricing-title h3 .price-tb {
  font-weight: 700;
  font-size: 30px;
}
.single-pricing .pricing-body {
  padding: 0 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-pricing .pricing-body {
    padding: 0 30px;
  }
}
.single-pricing .pricing-body ul {
  margin-top: 30px;
}
.single-pricing .pricing-body ul li {
  margin-bottom: 8px;
}
.single-pricing .pricing-body ul li:last-child {
  margin-bottom: 0;
}
.single-pricing .pricing-body .plan-button {
  margin-top: 30px;
}
.single-pricing .pricing-body .plan-button a {
  border: 1px solid #a538ad;
  padding: 10px 25px;
  color: #a538ad;
  font-size: 16px;
}
.single-pricing .pricing-body .plan-button a:hover {
  color: #ffffff;
  background: #a538ad;
}
.single-pricing.active .pricing-header h4 {
  color: #a538ad;
}
.single-pricing.active .pricing-title {
  background: #a538ad;
}
.single-pricing.active .pricing-title h3 {
  color: #ffffff;
}
.single-pricing.active .pricing-title p {
  color: #ffffff;
}
.single-pricing.active .plan-button a {
  color: #ffffff;
  background: #a538ad;
}
.single-pricing.active .plan-button a:hover {
  color: #a538ad;
  background: #ffffff;
}
.single-pricing:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.single-pricing:hover .pricing-title {
  background: #a538ad;
}
.single-pricing:hover .pricing-title h3 {
  color: #ffffff;
}
.single-pricing:hover .pricing-title p {
  color: #ffffff;
}

/* Footer */

.footer-bg {
  background: url(../images/bg/footer.jpg) no-repeat scroll 0 0;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-top.pb--100, .footer-top-inner.pb--100 {
    padding-bottom: 80px;
  }
  .footer-top.pt--50, .footer-top-inner.pt--50 {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top.pb--100, .footer-top-inner.pb--100 {
    padding-bottom: 70px;
  }
  .footer-top.pt--50, .footer-top-inner.pt--50 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top.pb--100, .footer-top-inner.pb--100 {
    padding-bottom: 60px;
  }
  .footer-top.pt--50, .footer-top-inner.pt--50 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-top.pb--100, .footer-top-inner.pb--100 {
    padding-bottom: 50px;
  }
  .footer-top.pt--50, .footer-top-inner.pt--50 {
    padding-top: 0px;
  }
}

.footer-info .social {
  margin-top: 20px;
}
.footer-info .social li {
  display: inline-block;
  margin-right: 5px;
}
.footer-info .social li a {
  color: #ffffff;
  font-size: 28px;
}
.footer-info .social li a:hover {
  color: #ccc;
}
.footer-info .footer-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-info .footer-title {
    margin-bottom: 20px;
  }
}
.footer-info .footer-title h3 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: -5px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer-info .footer-title h3 {
    margin-top: -15px;
  }
}
.footer-info p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 25px;
}
.footer-info .footer-list li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 479px) {
  .footer-info .footer-list li {
    margin-bottom: 8px;
  }
}
.footer-info .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-info .footer-list li a:hover {
  color: #ccc;
}
.footer-info .footer-list-instagram {
  margin: 0 -5px -5px -5px;
}
.footer-info .footer-list-instagram li {
  float: left;
  width: 27%;
  padding: 5px;
}
.footer-info .footer-list-instagram li a {
  display: block;
  overflow: hidden;
}
.footer-info .footer-list-instagram li a img {
  width: 100%;
  transform: scale(1);
}
.footer-info .footer-list-instagram li a:hover img {
  transform: scale(1.2);
}

.footer-bottom .footer-bottom-inner {
  padding: 30px 0;
  border-top: 1px solid #f1f1f1;
}
.footer-bottom .footer-bottom-inner p {
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.footer-top-inner {
  border-top: 1px solid #a538ad;
}
.footer-top-inner .social li a {
  color: #333;
}
.footer-top-inner .social li a:hover {
  color: #a538ad;
}
.footer-top-inner .footer-title h3 {
  color: #333;
}
.footer-top-inner p {
  color: #333;
}
.footer-top-inner .footer-list li {
  color: #333;
}
.footer-top-inner .footer-list li a:hover {
  color: #a538ad;
}

.footer-bottom-inner.text-black {
  border-top: 1px solid #a538ad;
}
.footer-bottom-inner.text-black p {
  color: #333;
}




/*  Contact */
#map {
  height: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}


.single-contact-info .contact-info-icon {
  margin-bottom: 10px;
}
.single-contact-info .contact-info-icon span {
  font-size: 22px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #a538ad;
  display: inline-block;
  line-height: 60px;
  color: #ffffff;
}
.single-contact-info .contact-info a {
  display: block;
}

.contact-form-warp .input-box {
  margin-bottom: 30px;
}
.contact-form-warp .input-box input, .contact-form-warp .input-box textarea {
  width: 100%;
  padding: 10px;
  color: #555;
  font-size: 14px;
  border: 1px solid #a538ad;
}
.contact-form-warp .input-box textarea {
  height: 140px;
}

.form-messege.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
}
.form-messege.success {
  color: green;
  font-size: 14px;
  margin-top: 5px;
  font-style: italic;
}

/* Zimbra On premises */

.zop-list span {
  font-size: 22px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #a538ad;
  display: inline-block;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 10px;
}

.cloud-table-head{
  color:#fff;
  background:#a538ad;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .owl .single-slide {
    height: auto;
  }
  .zop-first-section{
    height: 350px;
  }
.zop-first-section1{
    height: 450px;
  }
   .zop-second-section{
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .owl .single-slide {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .owl .single-slide {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .owl .single-slide {
    height: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .owl .single-slide{
    height: 380px;
  }
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  position: center;
}

.modal-header1011 {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.btnbtn {
    background: #a538ad;
    color: #ffffff;
    border-radius: 0;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}