html {
  scroll-behavior: smooth;
}

body {
  font-family: "museo-sans";
  font-weight: normal;
  font-size: 16px;
  color: #202020;
  overflow-x: hidden;
}


/** Common Class **/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(.02, 1.23, .79, 1.08);
  -webkit-transition: all 0.5s cubic-bezier(.02, 1.23, .79, 1.08);
}

a {
  cursor: pointer;
  color: #a650d8;
  text-decoration: underline;
}

a:hover {
  color: #373737;
  text-decoration: none;
  transition: .3s linear;
}

h1 {
  font-size: 80px;
  line-height: 85px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 800;
}

h2, .h2 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0;
  color: #494949;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

h2:before, .h2:before {
  content: "";
  background-color: #2ea0da;
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 4px;
  width: 150px;
  transform: translateX(-50%);
}

h3, .h3 {
  font-size: 42px;
  line-height: 60px;
  letter-spacing: 0;
  color: #8e8e8e;
  font-weight: 100;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.005em;
  color: #fff;
  font-weight: bold;
}

h5, .h5 {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 0;
  color: #848484;
  font-family: "adobe-text-pro";
  font-style: italic;
}

h6, .h6 {
  font-size: 27px;
  line-height: 37px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
}

p {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 300;
}

.bg-green {
  background-color: #00d2ce;
}

.green h2,
.green h3 {
  color: #00b9b3;
}

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

img {
  margin: 10px;
}


/*---------- animation - start ----------*/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}


/*---------- animation - end ----------*/


/*---------- button - start ----------*/

.btn-black {
  color: #fff;
  position: relative;
  margin: 0 auto;
  padding: 12px 10px;
  text-align: center;
  transition: 0s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
	text-decoration: none;
}

.background-bg .btn-custom {
  margin-top: 30px;
}

.background-bg .btn-black {
  border: 10px solid rgba(199, 197, 189, 0.3);
}

.btn-black:before {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background: url(../images/btn-bg.png);
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}

.mrg {
  padding: 0 60px 0 20px;
}

.mrg:before {
  content: '';
  background: url(../images/b-arrow.png);
  bottom: 10px;
  right: 15px;
  width: 23px;
  height: 23px;
  position: absolute;
  transition: 0.3s ease-in-out;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.btn-black:hover .mrg:before,
.btn-white:hover .mrg:before {
  right: 0px;
}

.mrg span {
  font-weight: 100;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
}

.btn-black:hover .mrg p {
  color: #2ea0da;
}

.btn-black:hover .mrg span {
  color: #2ea0da;
}

.mrg p {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 22px;
  padding-left: 10px;
  color: #fff;
}

.btn-white .mrg span,
.btn-white .mrg p {
  color: #424141;
}

.btn-white .mrg span {
  font-size: 18px;
  line-height: 18px;
}

.btn-white .mrg p {
  padding-left: 0;
}

.btn-white:hover .mrg span,
.btn-white:hover .mrg p {
  color: #2ea0da;
}

.btn-white {
  color: #fff;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
  border-right: 0px;
  background: repeating-linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.2) 100%);
  transition: 0s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
	text-decoration: none;
}

.btn-white:hover {
  color: #2ea0da;
}

.mrg {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
}


/*.mrg span{

}*/

.last-btn {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 7px;
    z-index: 9;
    text-align: left;
}

.footer .lst-btn-purple {
  padding: 10px 30px;
  background-color: #aa4bd8;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  text-transform: uppercase;
}

.footer .lst-btn-purple span {
  color: #fff;
  z-index: 10;
  position: relative;
}

.footer .lst-btn-purple:before {
  content: '';
  background-color: #f4f4f4;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}

.lst-btn-purple:hover:before {
  width: 100%;
}

.footer .lst-btn-purple:hover span {
  color: #aa4bd8;
}

.purple-link {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10px;
  padding-right: 50px;
  font-size: 18px;
  color: #9240ba;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(.02, 1.23, .79, 1.08);
  -webkit-transition: all 0.5s cubic-bezier(.02, 1.23, .79, 1.08);
	text-decoration: none;
}

.purple-link:hover {
  color: #323232;
}

.purple-link:before {
  content: '';
  background: url(../images/p-arrow.png);
  top: 1px;
  right: 15px;
  width: 20px;
  height: 20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.purple-link:hover:before {
  right: 0px;
}


/*---------- button - end ----------*/


/** Common Class **/


/*=======================================*\
    Header
\*=======================================*/

header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  float: left;
  padding: 10px 50px 10px;
  background-color: rgba(68,68,68,0.7)
}

header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  animation: smoothScroll 1s forwards;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

header .navbar {
    padding: 0;
    justify-content: space-between;
}

header .navbar-brand{
  padding: 0;
  margin: 0;
}

.navbar-brand img {
    max-width: 70px;
}

header nav ul li {
  margin: 0 15px;
}

header nav ul li a {
  color: #fff !important;
  text-transform: uppercase !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

header nav ul li a:hover {
  color: #aa4bd8 !important
}

.call span {
  color: #bc69f1;
  text-transform: uppercase;
  padding-right: 15px;
}

.call a {
  color: #fff
}

.call a:hover {
  color: #bc69f1;
}

.call img {
  max-width: 30px;
  margin-right: 20px;
}

header .wp-megamenu-sub-menu {
  background-color: rgba(245, 245, 245, 0.9) !important;
  overflow: hidden;
}

header .submegamenu.menu-item ul:first-child{
  padding-bottom: 5px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.linedivs{
  display: none;
  position: absolute;
  bottom: -50px;
  background: #000;
  height: 15px;
  width: 120%;
  left: -60px;
}

.wp-megamenu-wrap {
  margin: auto;
}

header .wpmm-mobile-menu {
  position: fixed;
  top: initial;
  justify-content: center;
  text-align: center;
}

header nav .wp-megamenu-sub-menu img.image {
  height: auto;
  max-width: 100px !important;
}

header nav .wp-megamenu-sub-menu li {
  margin: 0 !important;
}

header .wp-megamenu-wrap ul .textwidget.custom-html-widget ul li {
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}

header .wp-megamenu-wrap ul .textwidget.custom-html-widget ul li:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 2px;
  background: url(../images/nav-arrow-g.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease-in-out;
}

header .wp-megamenu-wrap ul .textwidget.custom-html-widget ul li:hover:after {
  background: url(../images/nav-arrow-p.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

header .wp-megamenu-wrap ul .textwidget.custom-html-widget ul li a {
  font-weight: 300 !important;
  color: #3f3f3f !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
}

header .wp-megamenu-wrap ul .textwidget.custom-html-widget ul li a:hover {
  font-weight: 500 !important;
  color: #aa4bd8 !important;
}

header .wp-megamenu-wrap ul ul li h4 a {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #3f3f3f !important;
  position: relative;
}

header .wp-megamenu-wrap ul ul li h4 a:before{
  content: '';
  background-color: #aa4bd8;
  width: 25px;
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container>.wp-megamenu-sub-menu>li {
  padding: 0 !important;
}

.wpmm_mobile_menu_btn.show-close-icon .fa.fa-bars{
  display: none;
}
.wpmm_mobile_menu_btn.show-close-icon:before{
    content: '';
    background: url(../images/menu.png);
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    position: absolute;
    transition: 0.3s ease-in-out;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.wpmm_mobile_menu_btn.show-close-icon.menu-active:before{
    content: '';
    background: url('../images/close.png');
    top: 5px;
    right: 15px;
    width: 25px;
    height: 25px;
    position: absolute;
    transition: 0.3s ease-in-out;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 999999;
}

/** **/

header.header .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
  position: absolute;
  top: -14px;
  right: 3px;
  background: transparent;
  color: #791ba6;
  margin: 0;
  padding: 0;
  z-index: 999999;
}

header.header .wpmm-mobile-menu a.wpmm_mobile_menu_btn i {
  font-size: 22px !important;
  position: relative;
  z-index: 999999;
  margin-right: 20px;
}
header.header .wpmm-mobile-menu a.wpmm_mobile_menu_btn.menu-active i {
  color: #444 !important;
}

/*div#wpmm-strees-row-96 {
display: none !important;
}*/



/*=======================================*\
    banner
\*=======================================*/

.banner {
  position: relative;
  width: 100%;
  float: left;
  color: #fff;
}

.item .banner-bg {
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
}

.banner-content {
  position: relative;
  max-width: 600px;
  left: 10%;
  top: 50px;
}

.banner-content p {
  margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.banner-content img.img-fluid {
  max-width: 250px;
  margin: 0 auto 15px;
  display: block;
}
p.banner-loc {
    margin-bottom: 30px;
position: relative;
text-align: right;
text-transform: uppercase;
	    margin-right: 80px;
}
.banner-content p.banner-loc:before {
content: "";
position: absolute;
top: 0;
right: 210px;
width: 28px;
height: 22px;
background-image: url('../images/white.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
z-index: -1;
   
}
.breadcrumb p.model {
position: absolute;
right: 60px;
bottom: 40px;
margin: 0;
}
.banner-content .h2 {
  font-weight: 100;
  font-size: 40px;
  line-height: 42px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner-content .h2:before {
  display: none;
}

.banner-content .h1 {
  font-weight: 300;
  font-size: 62px;
  line-height: 90px;
  color: #fff;
}

.banner-content .btn-custom {
  display: flex;
  justify-content: space-around;
}

.btn-1,
.btn-2 {
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  min-width: 250px;
  text-align: left;
  background: #404040;
  color: #fff;
  margin: 0 10px;
  text-decoration:none;
}

.btn-1:hover h6, .btn-2:hover h6 {
  color: #333;
}

.banner-content .btn-custom .btn-1 span {
  color: #00a4ed;
}

.banner-content .btn-custom .btn-2 span {
  color: #bc69f1;
}

.banner-content .btn-custom span {
  font-size: 15px;
  margin: 0;
  line-height: 14px;
  font-weight: 100;
}

.banner-content .btn-custom span.h6 {
  padding-left: 25px;
  line-height: 22px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #fff;
}

.marge {
  position: relative;
}

.marge:before {
  content: '';
  background: url(../images/arrow.png);
  bottom: 5px;
  right: 15px;
  width: 20px;
  height: 20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.btn-custom a:hover .marge:before {
  right: 0px;
}

.btn-1:after {
  content: '';
  background-color: #373737;
  bottom: -19px;
  right: 0;
  width: 95%;
  height: 20px;
  position: absolute;
  clip-path: polygon(0 100%, 100% 0, 0 0);
  transition: 0.3s ease-in-out;
}

.btn-2:after {
  content: '';
  background-color: #373737;
  bottom: -19px;
  left: 0;
  width: 95%;
  height: 20px;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: 0.3s ease-in-out;
}

.btn-custom .btn-1:hover:after {
  height: 0px;
  bottom: 0;
}

.btn-custom .btn-2:hover:after {
  height: 0px;
  bottom: 0;
}

.banner .custom-control {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.banner .custom-control button {
  margin: 5px;
  padding: 0px;
}

.banner .custom-control button span {
  height: 10px;
  width: 10px;
  margin-right: 0;
  margin-top: 4px;
  border: 1px solid #d0d0d0;
}


/*=======================================*\
    background-bg
\*=======================================*/

.background-bg {
  position: relative;
  width: 100%;
  float: left;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-bg .text {
  display: flex;
}

.background-bg .text-1,
.background-bg .text-2 {
  margin: 0 10px;
}


/*=======================================*\
    black-bg
\*=======================================*/

.black-bg {
  position: relative;
  width: 100%;
  float: left;
  padding: 80px 0;
  text-align: center;
  background-image: url(../images/bg-black.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: #fff;
}

.black-bg p,
.black-bg h5 {
  color: #bcb9b9;
}

.black-bg h2 {
  color: #f3f3f3;
}

.black-bg h3 {
  color: #9f9e9e;
}

.black-link .mrg:before {
  background: url(../images/arrow.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.black-link a:hover .mrg:before {
  background: url(../images/b-arrow.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.abps-logo img {
  max-width: 300px;
  transition: 0.3s ease-in-out;
}

.abps-logo {
  height: 100%;
  position: relative;
  display: inline-block;
  margin-top: 25px;
  overflow: hidden;
}

.abps-logo:hover img {
  transform: scale(0.85);
}


/*=======================================*\
    before-after
\*=======================================*/

.before-after {
  position: relative;
  width: 100%;
  float: left;
}

.atlanta-bg {
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.black-link {
  background-color: #111111;
  padding: 10px 15px 5px;
}

.black-link span {
  color: #2ea0da;
}

.black-link p {
  padding-left: 0;
}

.black-link .btn-black {
  background: none;
  width: 100%;
}

.black-link .btn-black .mrg {
  max-width: 350px;
}

.black-link .btn-black:before {
  display: none;
}

.before-after .atlanta {
  z-index: -4;
}

.before-after-slider {
  display: flex;
  bottom: 0;
  position: absolute;
  padding: 20px 0 10px;
  width: 100%;
  justify-content: space-between;
}

.before-after-slider:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
}

.before-title,
.before-slider,
.before-btn {
  z-index: 1;
}

.before-slider {
  width: 50%;
}

.before-slider .content {
  display: flex;
}

.before-title {
  position: relative;
  padding: 30px 10px 0 30px;
  width: 25%;
}

.before-title h4 {
  color: #f6f6f6;
  font-size: 60px;
  line-height: 30px;
  letter-spacing: 0.01em;
  font-family: "adobe-text-pro";
  font-style: italic;
  font-weight: 500;
  opacity: 0.8;
}

.before-title h3 {
  color: #424141;
  font-size: 32px;
  line-height: 27px;
  letter-spacing: 0.01em;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  top: -10px;
}

.before-title h2 {
  color: #424141;
  font-size: 32px;
  line-height: 27px;
  letter-spacing: 0.01em;
  font-weight: 100;
  padding-left: 50px;
  position: relative;
  top: -10px;
}

.before-title h2:before {
  display: none;
}

.before-btn {
  display: flex;
  align-items: center;
  margin: 0 15px;
  width: 25%;
}

.before-slider .image {
  position: relative;
}

.before-slider span{
  position: absolute;
  bottom: 37px;
  left: 14px;
  color: #f6f6f6;
}

.before-slider .owl-carousel .owl-item {
  float: left;
  margin-right: 10px;
}


/*=======================================*\
    facelift
\*=======================================*/

.facelift {
  position: relative;
  width: 100%;
  float: left;
}

.facelift .text {
  text-align: right;
  max-width: 500px;
  margin-left: 0;
  padding-left: 50px;
}

.facelift h3 {
  font-weight: 300;
  font-size: 42px;
  color: #aa4bd8;
  text-transform: uppercase;
}

.facelift .item span {
  font-weight: 300;
  font-size: 30px;
  color: #323232;
  display: inline-block;
  padding-bottom: 20px;
}

.facelift .owl-carousel {
  margin: 0 0px;
  width: auto;
}

.facelift .content {
  padding: 80px 100px 140px;
}

.f-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100%;
  max-width: 500px;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 600px;
  bottom: 0;
}


/** nav **/

.facelift .owl-prev,
.facelift .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
  transition: 0.3s ease-in-out;
}

.facelift .owl-prev {
  left: 30px;
}

.facelift .owl-next {
  right: 30px;
}

.facelift .next:before {
  content: '';
  background: url(../images/right-arrow.png);
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0%;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.facelift .prev:before {
  content: '';
  background: url(../images/left-arrow.png);
  position: absolute;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.facelift .custom-control {
  position: absolute;
  top: 30%;
  right: 15%;
  display: flex;
  flex-flow: column;
}

.custom-control button {
  margin: 5px 15px;
  display: inherit;
  font-size: 18px;
  font-weight: 300;
  color: #95938b;
  border: 0;
  width: 100%;
  height: auto;
  outline: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.facelift .custom-control button:hover,
.facelift .custom-control button.active {
  color: #761ca1;
}

.custom-control button span {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 15px;
  margin-top: 4px;
  background-color: #fff;
  border: 3px solid #d0d0d0;
}

.custom-control button:hover span,
.custom-control button.active span {
  background-color: #761ca1;
}

.facelift .custom-control button span:before {
  content: '';
  background-color: #d0d0d0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 35px;
  bottom: -35px;
  width: 1px;
}

.facelift .custom-control button:last-child span:before {
  display: none;
}


/*=======================================*\
    image-slider
\*=======================================*/

.image-slider {
  position: relative;
  width: 100%;
  float: left;
  padding: 5px 0;
}

.image-slider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 0 25%;
  margin: 0;
}

@media (max-width: 991px) {
.image-slider-2 .owl-carousel .owl-item img {
    object-position: 0 -100px;
  }
}

@media (min-width: 1200px) {
  .image-slider-2 .owl-carousel .owl-item img {
    object-position: 0 -88px;
  }
}

.image-slider-2 .owl-carousel .owl-item:nth-child(2) img {
  object-position: center;
}

.image-slider .owl-carousel .owl-item .image {
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.image-slider .owl-carousel .owl-item .image:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.image-slider .owl-carousel .owl-item .image:hover:before {
  opacity: 1;
}


/** nav **/

.image-slider .owl-prev,
.image-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
  transition: 0.3s ease-in-out;
}

.image-slider .owl-prev {
  left: 0px;
}

.image-slider .owl-next {
  right: 0px;
}

.image-slider .next:before {
  content: '';
  background: url(../images/right-img-arrow.png);
  position: absolute;
  height: 210px;
  width: 40px;
  right: 0%;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.image-slider .prev:before {
  content: '';
  background: url(../images/left-img-arrow.png);
  position: absolute;
  height: 210px;
  width: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.image-slider .owl-carousel .owl-item {
  float: left;
  margin-right: 5px;
}


/*=======================================*\
    footer
\*=======================================*/

.footer {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 0 70px;
  background-image: url(../images/bg-black.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.footer-nav a {
  text-transform: uppercase;
}

.footer a {
  color: #eaeaea;
}
.footer .call {
    font-size: 1.25em;
}
.footer .social a {
  color: #aa4bd8;
	font-size: 1.5em;
}

.footer a:hover,
.footer li.current-menu-item a {
  color: #aa4bd8;
}

.footer p {
  margin-bottom: 0;
  font-weight: 100;
  font-size: 16px;
}
.footer .social a:hover {
    color: #eaeaea;
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer ul li {
  padding: 0 15px;
}

.footer-top {
  padding: 30px 0;
}

.footer-center {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 50px 15px;
  background-color: #202020;
}

.footer-logo img {
  max-width: 250px;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

.footer-center h3 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-center p {
  opacity: 0.7;
  font-weight: 100;
  font-size: 16px;
}

.footer-center p span {
  position: relative;
  padding-right: 30px;
}

.footer-center p span:before {
  content: '';
  background-color: transparent;
  border: 2.5px solid #bc69f1;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  height: 12px;
  width: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 90px;
}

.site-map li {
  font-weight: 100;
  position: relative;
}

.site-map li:before {
  content: '';
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 15px;
  bottom: 5px;
  opacity: 0.5;
  width: 1px;
}

.site-map li:last-child:before {
  display: none;
}


/** nav **/

.btn-1:before,
.btn-2:before,
.btn-black:after {
  content: '';
  background-color: #f4f4f4;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}

.btn-1:hover:before,
.btn-2:hover:before,
.btn-black:hover:after {
  width: 100%;
}

.background-bg .btn-black:hover .mrg:before {
  background: url(../images/b-arrow.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.btn-white:hover {
  background: repeating-linear-gradient(to left, rgba(65, 65, 65, 1) 0%, rgba(65, 65, 65, 0.2) 100%);
}

.btn-white:hover .mrg span,
.btn-white:hover .mrg p {
  color: #fff;
}

.btn-black:hover:before {
  display: none;
}

.btn-black:hover .mrg:before,
.btn-white:hover .mrg:before {
  background: url(../images/arrow.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.banner-content .btn-custom a:hover span.h6 {
  color: #373737;
}

.banner-content .btn-custom a:hover .marge:before {
  filter: invert(0.7);
}

.facelift .owl-dots {
  display: none;
}

.before-after .btn-black:hover:after {
  display: none;
}


/*=======================================*\
    breadcrumb
\*=======================================*/

.breadcrumb {
  position: relative;
  width: 100%;
  float: left;
  padding: 0px 0 70px;
  height: 100%;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

/*.breadcrumb .banner-content img.img-fluid {
	filter: invert(1) !important;
}*/

.breadcrumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
}

.breadcrumb .banner-content h1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}


/*=======================================*\
    breadcrumb-nav
\*=======================================*/

.breadcrumb-nav {
  position: relative;
  width: 100%;
  float: left;
  background-color: #ebebeb;
}
.breadcrumb-nav ul{
    display: inline-block;
    padding: 20px;
}
.breadcrumb-nav ul li{
  display: inline-block;
}
.breadcrumb-nav li a{
    padding: 5px;
    color: #a5a4a4;
}
.breadcrumb-nav li a.active,
.breadcrumb-nav li a:hover{
  color: #515151;
}
.breadcrumb-nav li i{
  margin-right: 7px;
}
.fa-map-marker{
  color: #fff;
}

/*=======================================*\
    general-container
\*=======================================*/

.general-container {
  position: relative;
  width: 100%;
  float: left;
  padding: 80px 0;
}
.inner-title{
  text-align: left;
}
.inner-title h4{
  font-family:"museo-sans";
  font-weight: 300;
  color: #898989;
  font-size: 24px;
  line-height: 24px;
/*  padding-left: 7px;*/
  margin-bottom: 0;
}
.inner-title h2{
  font-family:"museo-sans";
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
  color: #a650d8;
  padding-bottom: 0;
}
.inner-title h2:before{
  display: none;
}
.general-container .content{
  padding: 20px 0;
}
/*.general-container .content p:first-child{
  font-size: 18px;
}
.general-container .content p{
  font-size: 16px;
}*/

.general-container .content ul{
  margin-bottom: 20px !important;
  font-weight: 500;
  font-size: 18px;
}

.general-container .card-body p:first-child{
  font-weight: 300;
  padding-bottom: 20px;
  background-color: #e6e6e6;
  padding-left: 15px;
/*  font-size: 16px;*/
}
.accordion .card{
  border: 0;
}
.accordion .card-body{
  background-color: #e6e6e6;
}
.general-container .col-lg-4{
  border-left: 1.5px solid #949494;
}
.nav-tabs {
    border-bottom: 0;
}
.tab-con h3{
  font-family:"museo-sans";
  font-weight: 300;
  font-size: 30px;
  text-transform: capitalize;
  color: #aa4bd8;
}
.tab-con .nav-tabs .nav-link.active{
  color: #d0d0d0;
  font-weight: 800;
}
.tab-con .nav-tabs .nav-link{
  font-family:"museo-sans";
  font-weight: 300;
  text-transform: lowercase;
  border: 0 !important;
  padding: 0;
  margin: 0 10px;
	text-decoration: none;
}
.accordion .card-header {
    margin-bottom: 0;
    background-color: #e6e6e6;
    border-bottom: 0 !important;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 300;
    padding-right: 45px;
    position: relative;
}
.accordion .card-header.collapsed:before{
    content: '';
    background: url(../images/black-arrow.png);
    position: absolute;
    height: 15px;
    width: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 9;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion .card-header:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: url(../images/black-close.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion .card-title{
  color: #a650d8 !important;
}
.fr-banner .item .content{
  display: flex;
}
.fr-carousel .image {
  position: relative;
}

.fr-carousel .item span{
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: #f6f6f6;
}
/** nav-arrow **/
.fr-carousel .owl-buttons{
  text-align: right;
}
.fr-carousel .owl-prev,.fr-carousel .owl-next {
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.6) !important;
    border: 0!important;
    position: absolute;
    bottom: 20px;
    outline: none !important;
    transition: 0.3s ease-in-out;
}
.fr-carousel .owl-prev {
    right: 0px;
}
.fr-carousel .owl-next {
    right: 42px;
}
.fr-carousel .prev:before {
    content: '';
    background: url(../images/white-arrow.png);
    position: absolute;
    height: 12px;
    width: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.fr-carousel .next:before {
    content: '';
    background: url(../images/white-arrow.png);
    position: absolute;
    height: 12px;
    width: 10px;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%) rotate(180deg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.t-c{
  margin-bottom: 70px;
  padding-top: 10px;
}
.t-c a{
  color: #383838;
}
.t-c a:hover,
.t-c li a.active{
  color: #aa4bd8;
}
.t-c li a{
  position: relative;
  padding: 5px 0;
}
.t-c li a.active:before {
    content: '';
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #949494;
}
.tab-con .nav-link{
  position: relative;
}
.tab-con .nav-link:before {
    content: "";
    position: absolute;
    top: -3px;
    left: inherit;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #d0d0d0;
    transition-duration: 0.6s;
    transform-origin: top left;
    z-index: -1;
}
.tab-con .nav-link:hover:before,
.tab-con .nav-link.active:before {
    left: 0;
    width: 100%;
}
.tab-con{
  padding-left: 20px;
}
.tab-con .image{
  position: relative;
  max-width: 500px;
}
.web-con {
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
}
.web-con a h6 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 0;
}
.web-con a span{
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.web-con a {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-right: 45px;
}
.web-con a:before {
    content: '';
    background: url(../images/p-arrow.png);
    bottom: 4px;
    right: 0px;
    width: 23px;
    height: 23px;
    position: absolute;
    transition: 0.3s ease-in-out;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.web-con a:hover:before {
    right: -15px;
    background: url(../images/arrow.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.review span {
    color: #2ea0da;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}
.map-container, .form-container {
    width: 50%;
    float: left;
    text-align: left;
	padding: 20px;
}
.contact-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0; 
}
input.wpcf7-form-control, textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #37393d;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    box-shadow: none;
}
.contact-section h2:before {
    left: 0;
    transform: translateX(0%);  
}
input.wpcf7-submit {
    padding: 10px 30px;
    background-color: #aa4bd8;
    color: #fff;
}
input.wpcf7-submit:hover {
    background: black;
    transition: 0.5s ease-in-out;
}

.ginput_container .textarea {
	border: 1px solid rgba(0, 0, 0, .6)
}

.gform_footer input[type="submit"] {
	background: #bc69f1;
	color:#fff;
	text-transform: uppercase;
	border:0;
	padding: 10px 20px;
	width: 100%;
	transition: all .2s ease-in-out;
}

.gform_footer input[type="submit"]:hover {
	background: #333;
	color:#fff;
}

.aligncenter {
	margin: auto;
	display: block;
}

.list-links li a {
  color: #383838;
}

.list-links li a:hover {
  color: #aa4bd8;
}

@media (min-width: 992px) {
  .wpmm-strees-default > .wp-megamenu-sub-menu {
    width: 400px !important;
  }
}
