@import "https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

body {
	font-family: 'Heebo', sans-serif;
	font-weight: normal;
	color: #313942;
	font-style: normal;
}
.primary-color {
    color: #DF527F;
}
.bold {
    font-weight: 700;
}
.box {
	height: 600px;
	background: #213681;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

p.icon {
	opacity: 0.2;
	font-size: 155px;
	margin-top: 48px;
}

span.curve {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 70px 70px 0 0;
	bottom: 0;
}

span.curve i {
	position: relative;
	z-index: 8;
	font-size: 55px;
}

span.curve:before {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 100%;
	border-bottom-right-radius: 35px;
	box-shadow: 35px 0 0 0;
	color: #fff;
}

span.curve:after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 100%;
	border-bottom-left-radius: 35px;
	box-shadow: -35px 0 0 0;
	color: #fff;
}

.img {

	max-width: 100%;

	transition: all 0.3s ease-out 0s;

}

.btn.focus,
.btn:focus {

	outline: 0;

	box-shadow: none;

}

.fea-pr {
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}

.fix {

	overflow: hidden
}

a:focus,
a:hover,
.footer -menu li a:hover {
	color: #8FBE43;
	text-decoration: none;
}

a,
.button {

	-webkit-transition: all 0.3s ease-out 0s;

	-moz-transition: all 0.3s ease-out 0s;

	-ms-transition: all 0.3s ease-out 0s;

	-o-transition: all 0.3s ease-out 0s;

	transition: all 0.3s ease-out 0s;

}

a:focus,
.button:focus {

	text-decoration: none;

	outline: none;

}


a,
button {

	color: #DF527F;

	outline: medium none;

}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {

	outline: 0
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Canela';
	font-weight: Regular;

	color: #313942;

	margin-top: 0px;

	font-style: normal;

	text-transform: capitalize !important;

}



h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

	color: inherit;

}

h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6  {

text-transform:none !important;

}


ul {

	margin: 0px;

	padding: 0px;

}

li {

	list-style: none
}

p {

	font-size: 14px;

	font-weight: normal;

	line-height: 30px;

	color: #313942;

	margin-bottom: 15px;

}


*::-moz-placeholder {
	color: #313942;

	font-size: 18px;

	opacity: 1;
}



*::placeholder {

	color: #313942;

	font-size: 18px;

	opacity: 1;

}

.contact-form input:focus::-moz-placeholder {

	opacity: 0;

}

.contact-form input:focus::placeholder {

	opacity: 0;

}

.contact-form textarea:focus::-moz-placeholder {

	opacity: 0;

}

.contact-form textarea:focus::placeholder {

	opacity: 0;

}






.header-area {
	padding: 20px 0 20px 15px;
}

.header-area.header-transparent.header-sticky.sticky {
	position: fixed;
	top: 0;
	background: #313942 !important;
	z-index: 999999999999;
	right: 0;
	left: 0;
	width: 100%;
	transition: .4s;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	margin-top: 0;
}


.sticky {

	position: fixed;

	top: 0;

	background: #fff;

	z-index: 1030;

	right: 0;

	left: 0;

	width: 100%;

	transition: .4s;

	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);

	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;

}

.header-area {
	margin-top: 20px;
}

.header-transparent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

/*.main-menu ul li {
	display: inline-block;
	margin: 0px 10px;
	position: relative;
}

.header-area li img {
	max-width: 48px;
}

.main-menu.pink-menu {
	margin-left: 7px;
}

.main-menu ul li a::before {

	position: absolute;

	content: "";

	left: 0;

	bottom: 20px;

	background: #ff3d4f;

	height: 2px;

	width: 0;

	transition: .3s;

}

.main-menu ul li:hover a::before {

	width: 100%;

}

.main-menu ul li a.active::before {

	width: 100%;

}*/
.nav-link-call {
    position: relative;
}

/*.nav-link-call a::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    left: 0;*/
/*    bottom: -3px;*/
/*    background: #ff3d4f;*/
/*    height: 2px;*/
/*    width: 0;*/
/*    transition: .3s;*/
/*}*/
.nav-link-call:hover a::before {
    width: 100%;
}
.nav-link-call a {
    font-weight: 600!important;
}
/*.main-menu ul li a {

	font-weight: 500;

	color: #fff;

	text-transform: uppercase;

	padding: 30px 0;

	display: block;

	font-size: 14px;
position:relative;
}*/
.logo img {
    width: 120px;
    margin-left: 25px
}
.nav-social-link a {
    color: #fff;
}
.nav-social-link a:hover {
    color: #DF527F;
}
.btn-grad {
	border: medium none;
	border-radius: 50px 0px 0px 50px;
	color: #fff;
	margin-left: 12px;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 17px 40px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
	background: #DF527F;
}

img.fimg {
	position: absolute;
	left: 0;
	top: 0;
	/* width: 100%; */
}

.btn-grad:hover {
	color: #fff;
}

.btn-pink, .contact-form input.btn-pink {
	background: #DF527F;
	border-radius: 60px;

	border: medium none;
	border-radius: 50px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 50px 18px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
	font-family: 'Heebo', sans-serif !important;
}
.btn-pink:hover {
	background: #46b1a1;
	color: #fff;
}
.btn-pink img {
    padding-left: 10px;
}
.btn-mint {
	background: #8FBE43;
	border: medium none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 50px 18px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
}
.btn-mint:hover {
	background: #46b1a1;
	color: #fff;
}
.btn-lt-blu {
	background: #46B1A1;
	border: medium none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 50px 18px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
}
.btn-lt-blu:hover {
	background: #DF527F;
	color: #fff;
}
.btn-white {
	background: #fff;
	border: medium none;
	border-radius: 50px;
	color: #DF527F;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 50px 18px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	position: relative;
}
.btn-white:hover {
	background: rgb(213, 213, 213);
	transition: 0.3s;
}
.btn-white:focus {
    color: #DF527F;
}
a.btn-pink i,
.btn-mint i {
	margin-left: 20px;
}

a.ctatext {
	color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.single-slider {
    position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-height {

	min-height: 829px;

}

.slider-btn a {

	margin-right: 5px;

	margin-bottom: 10px;

	display: inline-block;

}

.slider-btn i {
	margin-left: 17px;
}


.slider-area {

	position: relative;

}

.single-slider {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-height {

	min-height: 700px;

}


.slider-text h2 , .slider-text h1 {
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #fff;
	padding-right: 20px;
	text-transform: capitalize;    max-width: 642px;
}

.slider-text .flex-div {
	justify-content: normal;
}

.slider-text p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
    border-left: 1px solid;
    line-height: 40px;
}

.slider-text {

	padding-top: 40px;

}

.popup button {
	display: block;
	margin: 0 auto 20px 0;
	background-color: transparent;
	font-size: 30px;
	color: #000;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	cursor: pointer;
}

.popup h2 {
	margin-top: -20px;
}

.popup {
    display: block!important;
	background-color: #ffffff;
	width: 420px;
	padding: 50px 40px 0;
	position: absolute;
	/* transform: translate(-50%,-50%); */
	bottom: 0;
	right: 0;
	display: none;
	text-align: center;
	z-index: 99;
}
.popup img {
    width: 40%;
}
.popup:before {
    position: absolute;
    content: '';
    /* background-color: red; */
    display: inline-block;
    width: 96px;
    border-left: 31px solid transparent;
    border-right: 34px solid #fff;
    border-bottom: 15px solid #fff0;
    border-top: 15px solid #fff0;
    border-radius: 85px;
    bottom: -18px;
    transform: rotate(40deg);
    left: -114px;
    z-index: 99;
    width: 140px;
    height: 130px;
}

.popupcontent {
	display: block;
	justify-content: space-around;
	align-items: center;
	padding-top: 20px;
	/* position: relative; */
	padding-left:15px;
}

.popupcontent .promosub {
	transform: rotate(-90deg);
	/* text-align: left; */
	position: absolute;
	left: -252px;
}

h2.promoheading {
	font-size: 48px;
	padding: 22px 0;
}

.popupcontent .promosub span {
	font-size: 16px;
	color: #313942;
    margin-left: 8px;
    text-transform: uppercase;
    font-family: 'Canela';
}

.promosub span {
	text-transform: uppercase;
    font-family: sans-serif;
}
.promosub .line4 .plus {
	font-size: 40px;
    font-weight: 900;
}
.portfolio-area p {
    font-size: 16px;
    line-height: 22px;
    color: #313942;
    font-weight: 400;
}

.popupcontent h3 {
	font-size: 24px;
	color: #000;
	text-align: left;
	padding-left: 0px;
    font-weight: 600;
}

.popupcontent span {
	font-size: 16px;
	display: block;
	font-weight: normal;
	color: #313942;
	text-transform: uppercase;
	font-family: 'Heebo', sans-serif;
	opacity: 0.7;
}

.popup h2 {
	margin-top: -20px;
}

.popup p {
	font-size: 14px;
	text-align: justify;
	margin: 20px 0;
	line-height: 25px;
}

.popup a {
	margin: 10px auto;
	text-align: right;
	text-decoration: none;
	padding: 8px 0;
	color: #DF527F;
	font-family: 'heebo';
}
.popup a:hover {
    color: #8FBE43;
    font-weight: 800;
    transition: 0.3s;
}
.popup p {
	font-size: 14px;
	text-align: justify;
	margin: 20px 0;
	line-height: 25px;
}




/*section-header start*/
.section-title-pink span {
	font-size: 16px;
	font-family: sans-serif;
	letter-spacing: 0.08em;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color: #313942;
	line-height: 16px;
}

.section-title-pink h2 {
	font-size: 48px;text-transform:capitalize;
	font-weight: 400;
	color: #313942;
}

.header-btn {

	padding-right: 32px;

	padding-left: 32px;

}

.flex-div {
	display: flex;
	align-items: center;
}

.features-list-area {
	padding-top: 100px;
}
.features-list-area h2 {
    font-size: 40px;
}
.features-list-item {
	padding: 50px 37px;
}

.features-list-img {
	text-align: center;
	width: 160px;
	display: inline-block;
	height: 160px;
	background: #fff;
	border-radius: 50%;
	border: 11px solid #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
	line-height: 140px;
}

.features-list-img {
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}

.features-list-item h3 {
	font-size: 28px;
	color: #DF527F;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.features-list-item p {
	color: #313942;
	margin-bottom: 40px;
	font-size: 16px;
    line-height: 20px;
}

.promosub { 
	display: flex;
	align-items: center;
    margin-bottom: 20px;
}

.promo-area {
	position: relative;
	padding-top: 60px;
		padding-bottom: 30px;
	margin-top: 31px;
	
}

img.featurebg {
	position: absolute;
}

img.featurebg2 {
	position: absolute;
}

.history__right-bg {
	position: absolute;
	width: 93%;
	top: 0;
	height: 604px;
	right: 0;
	z-index: -1;
	background: #DF527F;
}

.promo-content {
	padding-top: 10%;
}

.promo-content span {
	font-family: sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
}

span.line {
	width: 80px;
	height: 1px;
	background: #FFFFFF;
	display: inline-block;
}

.promo-content span {
	font-family: sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 10px;
}

.promo-content h2 {
	font-size: 45px;
	color: #FFFFFF;
	margin-bottom: 40px;
	font-weight: 400;text-transform:capitalize;
}

.promo-content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.promo-img-right img {
	max-width: 100%;
}

.postbox__thumb img {
	max-width: 100%;
}

h3.blog-title {
	font-size: 80px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 20px;
}
.blog-title a:hover {
    color: #DF527F;
}
h3.blog-title.minttext {
	color: #46B1A1;
}

.postbox__text h3 {
	font-size: 80px;
	color: #DF527F;
	font-weight: 400;
}

.minttext {
	color: #46B1A1;
}

.greentext {
	color: #8FBE43;
}

.contact-form-area h2 {
	color: #DF527F;
	font-size: 42px;
    margin-bottom: 50px;
}
.contact-form-area .section-title-pink span {
    margin-bottom: 25px;
    display: block;
}
.ftr-ph-ico {
    opacity: 0.5;
    width: 25px;
}
.pinktext {
	color: #DF527F;
}

a.btn-mint,
a.btn-pink:hover {
	color: #fff;
}

a.btn-white:hover {
	color: #DF527F;
}

.postbox__text h4 {
	font-weight: 400;
	font-size: 48px;
	margin-bottom: 30px;
	color: #313942;
}

.gallery-content span {
    font-family: sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #313942;
	margin-bottom: 18px;
}

span.line2 {
	width: 80px;
	height: 1px;
	background: #313942;
	display: inline-block;
	margin-right: 10px;
}

span.line4 {
	width: 90%;
	height: 0.1px;
	background: #fff;
	display: inline-block;
}

span.plus {
	text-transform: uppercase;
	color: #fff;
	margin-left: 5px;
}

span.line3 {
	width: 400px;
	height: 1px;
	background: #313942;
	display: inline-block;
    left: -5px;
}

.popupcontent .promosub {
	transform: rotate(-90deg);
}

.gallery-content a span {
	color: #fff;
}

.gallery-content span {
    font-family: sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #313942;
	margin-bottom: 18px;
}

.gallery-content h2 {
	font-size: 48px;
	margin-bottom: 18px;
	color: #313942;
}

.gallery-content p {
	font-size: 16px;
	line-height: 20px;
	color: #313942;
	margin-bottom: 18px;
}

.gallery-nav {
	margin: auto auto;
	text-align: center;
	margin-bottom: 45px;
    display: none;
}

.arrow-style .slick-arrow {
	width: 60px;
	height: 60px;
	line-height: 54px;
	background: #fff;
	padding: 0;
	border-radius: 50%;
    color: #b2b2b2;
    font-size: 25px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 99;
	border: 0;
	transform: translateY(-50%);
}
.arrow-style .slick-arrow:hover {
    cursor: pointer;
    color: #fff;
    background: #DF527F;
}
.arrow-style .slick-next {

	right: 20px;

	left: auto;
}


.promo-content h5 {
	/*font-size: 100px;*/
		font-size: 60px;
	color: #FFFFFF;
	/*line-height: 58px;*/
		line-height:70px;
	font-weight: normal;
	margin-bottom: 30px;
}

.history__right-bg2 {
	position: absolute;
	width: 92%;
	top: 0;
	height: 85%;
	right: 0;
	z-index: -1;
	background: #DF527F;
}

.postbox__thumb img {
	max-width: 100%;
}

.post-meta a {
	font-size: 18px;
	line-height: 24px;
	color: #313942;
	opacity: 0.6;
}

h3.blog-title {
	font-size: 28px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 20px;
}
.post-text p {
	font-size: 16px;
    line-height: 22px;
    color: #313034;
}
.blog-area .post-text {
    margin-bottom: 2em;
}
.blog-area .blog-title {
    height: 70px;
}
.read-more img {
    width: 25px;
}
.gallery-slider-active .slick-prev.slick-arrow {
	position: absolute;
	bottom: -82px;
	left: 49%;
	margin: 0 auto;
	display: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: #fff;
	border: 0;
	padding: 0;
	border-radius: 50%;
	font-size: 20px;
	color: #bdc3cb;
	box-shadow: 0px 4px 24px 0px #0000001a;
}

.gallery-slider-active .slick-next.slick-arrow {
	display: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: #fff;
	border: 0;
	padding: 0;
	border-radius: 50%;
	bottom: -82px;
	right: 45%;
	filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
	font-size: 20px;
	color: #bdc3cb;
	box-shadow: 0px 4px 24px 0px #0000001a;
}

.review-place {
	position: relative;
}

.review-place .thumb img {
	width: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.review-place .thumb:hover {
    filter: brightness(0.5);
    transition: 0.3s;
}
.review-place .content .title a:hover {
    color: #DF527F;
}
.review-place .thumb:hover ~ .content .title a {
    color: #DF527F;
}

.review-place .thumb img {
	width: 100%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.review-place .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 12px;
	z-index: 5;
	/* padding-right: 100px; */
}

.review-place .content .title {
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	width: 80%;
	float: left;
	margin-bottom: 0;color:#fff !important;
}

.gallery-slider-active .slick-list {
	padding: 0 270px !important;
}


.review-place .content .title a {
	color: #fff;

	font-family: 'Canela';
	font-weight: Regular;

	font-style: normal;
}

.review-place .content .review {
	float: right;
    width: 10%;
    margin-top: 13px;
}

.review-place .content .review i {
	margin-top: 10px;
	color: #fff;
}

.review-place .thumb {
	position: relative;
	overflow: hidden;
}

.testimonials-item p {
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
    position:relative;
}
/*.testimonials-item p::before {*/
/*    content: "“";*/
/*    color: #DF527F;*/
/*}*/
/*.testimonials-item p::after {*/
/*    content: "”";*/
/*    color: #DF527F;*/
/*}*/
.testimonials-nav .slick-slide {
	opacity: .5;
}

.sm-button {
	display: flex;
	width: 100%;
	padding-right: 30px;
	padding-bottom: 40px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	padding: 19px;
}

.sm-button::before {
	position: absolute;
	content: "";
	width: 20%;
	height: 4px;
	bottom: 2px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.sm-services__icon {
	margin-right: 15px;
}

.sm-services__icon {
	margin-right: 15px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	background: #000000ba;
	text-align: center;
	border-radius: 50%;
}

.sm-services__icon img {
	display: inline-block;
}

.sm-services__text h4 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0;
}

.sm-services__text span {
	font-size: 14px;
	display: inline-block;
}

.sm-services__text h4 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0;
}

.testimonials-nav .slick-center .sm-button {
	border-top: 3px solid #DF527F;
	color: #DF527F;
	opacity: 1;
}

.testimonials-nav .slick-slide {
	opacity: .5;
}

.gallery-thumb.slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}

.contactbox {
	display: flex;
	align-items: center;
    justify-content: center;
}

.contact-info ul li:last-child {
	margin-bottom: 0;
}

.contact-info ul li .c-info-icon {
	float: left;
	margin-right: 15px;
	width: 60px;
	background: #DF527F;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	height: 60px;
	border-radius: 50%;
}

.contact-info ul li .c-info-text {
	overflow: hidden;
}

.c-info-text p {
	color: #313942;
	font-size: 24px;
}

.contact-info p {
	margin: 0;
}

.contact-form input {
	width: 100%;
	outline: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 12px;
	border: 1px solid #313942;
    border-radius: 8px;
}
.contact-form textarea {
	width: 100%;
	height: 120px;
	margin-bottom: 30px; 
	padding: 20px;
	resize: none; 
	border: 1px solid #313942;
	border-radius: 8px;
}

.secondary-bg {
	background: #313942;
	position: relative;
	overflow: hidden;
}

.footer-text p {
	color: #ffffff;
    margin-bottom: 28px;
    margin-right: 20px;
    margin-top: 40px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
}

.footer-logo {

	margin-bottom: 25px;

}


.footer-icon a:hover {

	color: #313942;

}

.footer-right h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 60px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-single-content {
	left: 40px;
    position: relative;
}

article.postbox.post.pink-border.format-image.mb-40 {
	border-bottom: 4px solid #DF527F;
	padding-bottom: 30px;
}

article.postbox.post.mint-border.format-image.mb-40 {
	border-bottom: 4px solid #46B1A1;
	padding-bottom: 30px;
}

.footer-area .container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer-single-content h2 {
	font-weight: 400;
	font-size: 28px;
	display: block;
	line-height: 32px;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 35px;
	opacity: 0.6;
	border-bottom: 0px;
	padding-left: 0;
}

.footer-social span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	opacity: 0.6;
}
.footer-social a i {
	font-size: 20px;
	margin-left: 10px;
}
.footer-social a {
	color: #fff;
	margin-right: 5px;
}

.footer-single-content ul li a {
	font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 0.9;
    font-weight: 300;
}
.footer-single-content ul li a:hover {
    color: #DF527F;
    transition: 0.3s;
}
.footer-right {
	border-left: 1px solid #FFFFFF;
    height: 100%;
}

.contact-info-icon {
	display: flex;
	align-items: center;
	/*overflow: hidden; */
}

.contact-info-icon p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 13px;
	font-weight: 300;
    opacity: 0.9;
}

a.btn-grad.headerbtn {
	margin-right: -15px;
	font-size: 14px;
}

a.btn-grad.headerbtn:hover {
	background: #8FBE43;
	transition: 0.3s;
}

.last-widget {
	padding-right: 0;
	padding-left: 0;
}

.footer-left {
	padding-left: 0;
}

.footer-social {
	padding: 10px 0 40px;
}

.contact-info-icon a {
	color: #fff;
	margin-left: 0px;
}
.copyright-border {
	padding: 15px 0 0px 0;
}
.copyright-area {
	background: #313941;
    color: #fff;
    opacity: 0.7;
}
.copyright p a , .copyright p {
	color: #fff;
	font-weight: 300;
	opacity: 0.8;
	margin: 0 10px;
}
.custom-door-slider {
	padding: 3em 0;
}

.cus-dr-sld-hd {
	text-align: center;
}

.cus-dr-sld-subhd p span {
	color: #DF527F;
	text-transform: inherit;
	font-family: 'Heebo', sans-serif;
}

.cus-dr-sld-hd span {
    font-family: sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.cus-dr-sld-hd h2 {
	font-family: 'Canela';
	font-size: 48px;
    margin: 0;text-transform: capitalize;
}

.cus-dr-sld-subhd p {
	font-size: 16px;
	font-weight: 400;
    margin-bottom: 30px;
}

.cus-dr-card {
	text-align: center;
	padding: 10px;
	box-shadow: 0px 4px 14px 0px #0000001A;
	margin: 30px 10px;
}

.cus-dr-cd-img img {
	width: 100%;
	margin-top: 30px;
}

.cus-dr-cd-cta a span {
	display: flex;
}

.cus-dr-cd-cta a span img {
	padding-left: 10px;
}

.cus-dr-cd-head h4 {
	margin: 1em 0;
	color: #000000;
}

.cus-dr-cd-cta-btn {
	background: #DF527F;
	border-radius: 50px;
	color: #fff !important;
	cursor: pointer; 
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 10px 10px 20px;
	text-align: center;
	border: 1px solid transparent;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus-dr-cd-cta-btn:hover {
	background: #8FBE43;
	transition: 0.3s;
}

.cus-dr-cd-cta-btn svg {
	display: inline;
	margin-left: 5px;
}

.cus-dr-cd-cta {
	width: 60%;
	margin: 0 auto 0;
	position: relative;
	bottom: -30px;
}

.cus-dr-slr .slick-prev.slick-arrow,
.cus-dr-slr2 .slick-prev.slick-arrow {
	position: absolute;
	bottom: -82px;
	left: 49%;
	margin: 0 auto;
	display: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: #fff;
	border: 0;
	padding: 0;
	border-radius: 50%;
	font-size: 22px;
	color: #bdc3cb;
	box-shadow: 0px 4px 24px 0px #0000001a;
}

.cus-dr-slr .slick-next.slick-arrow,
.cus-dr-slr2 .slick-next.slick-arrow {
	display: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 34px;
	background: #fff;
	border: 0;
	padding: 0;
	border-radius: 50%;
	bottom: -82px;
	right: 45%;
	filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
	font-size: 22px;
	color: #bdc3cb;
	box-shadow: 0px 4px 24px 0px #0000001a;
}
.cus-dr-slr .slick-next.slick-arrow:hover , .cus-dr-slr2 .slick-next.slick-arrow:hover , .cus-dr-slr .slick-prev.slick-arrow:hover , .cus-dr-slr2 .slick-prev.slick-arrow:hover {
    background: #DF527F;
    color: #fff;
}

.testimonials-item p span {
	color: #DF527F;
}
.dr-ins-cnt {
	font-size: 70px;
	margin: 0;
}
.wn-ins-cnt {
	font-size: 70px;
	margin: 0;
}
.dr-ins-txt {
	font-size: 40px;
	margin-bottom: 20px;
	margin-top: -15px;
}
.wn-ins-txt {
	font-size: 40px;
	margin-bottom: 20px;
}
.about-pg-section {
    padding: 3em 0;
    position: relative;
    z-index: 9;
    background: #fff;
}
.about-pg-col-6-img img {
    width:100%;
}
.about-pg-col-6-content h2 {
    font-size: 40px; 
    margin-bottom: 20px;
    font-weight: 400;
}
.about-pg-col-6-content p {
    line-height: 25px;
    margin-bottom: 10px;
}
.align-center {
    align-items: center;
}

.or-rw-main {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.or-rw-main span {
	height: 1.2px;
	width: 32%;
	display: block;
	background: #D0D1D4;
	margin: 0;
}
.or-rw-txt {
    background: #313942;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0;
}
.or-rw-main p {
	position: relative;
    top: 8px;
    left: 0px;
	opacity: 0.8;
    margin: 0;
    line-height: 25px;
	font-size: 16px;
}
.or-cl-main h3 {
	color: #DF527F;
    font-size: 30px;
    margin-top: 15px;
}
.font_weight_normal {
    font-weight: 300;
}
.about-cta-row {
	background-position: center;
	background-size: cover;
	padding: 5em 3em;
    text-align: center;
}
.about-cta-row h2 {
	color: #fff;
	margin: 0 0 25px;
	font-size: 30px;
}

/* BLOG */
.blog-head-wrapper {
	margin-top: 10em;
	padding: 20px 0;
	text-align: center;
}
.blog-pg-hd-det {
	display: flex;
	justify-content: space-between;
    width: 485px;
    margin: 0 auto 10px;
}
.blog-pg-head h1 {
	color: #000000;
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: bold;
}
.blg-pg-pst p {
	color: #DF527F;
}
.blg-pg-pst p span {
	color: #313034;
}
.blg-pg-pub p {
	color: #000;
}
.blg-pg-pub p span {
	color: #7a7a7a;
}
.blog-pg-head h6 {
	font-family: 'Heebo', sans-serif;
    color: #313942;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-read-section-row {
	padding: 2em 0;
}
.blog-content-hd-para-row {
	margin-bottom: 30px;
}
.blog-content-read-wrap img {
	margin-bottom: 25px;
}
.blog-content-read-wrap h3 {
	color: #000;
	margin-bottom: 20px;
}
.blog-content-read-wrap p {
	font-size: 16px;
}
.blog-content-nopo {
	margin-top: 20px;
}
.blog-content-read-wrap h4 {
	font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000000;
	margin-bottom: 20px;
}
.blog-content-read-wrap ol {
	margin-top: 20px;
}
.blog-content-read-wrap ol li {
	list-style:decimal;
	margin-bottom: 30px;
}
.blog-content-read-wrap ul li 
{
    	margin-bottom: 30px;
    	list-style: disc;
    margin-left: 20px;
}
.trend-topic-head {
	padding: 0px 0 15px;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
}
.trend-topic-head h3 {
	margin: 0;
	font-size: 25px;
}
.trend-topic-bx-row {
	align-items: center;
    border: 1px solid #8594A3;
    border-right: 4px solid #df527f;
    margin: 20px 0 0;
}
.trend-topic-bx-img {
	padding: 0;
}
.trend-topic-bx-cont h5 , h4.wtpsw-post-title{
	font-family: 'Heebo', sans-serif;
	margin: 0;    font-size: 1.25rem;
}
.trend-topic-bx-img img {
	height: 100px;
    object-fit: cover;
}
.blog-search-row {
	padding: 2em 0 2em;
}
.blog-search-input-row {
	position: relative;
}
.blog-search-input-row input {
    height: 50px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #00000080;
    padding-left: 4em;
}
.blog-search-input-row input::placeholder {
	color: #DF527F;
	font-size: 16px;
}
.blog-search-input-row img {
	position: absolute;
    top: 13px;
    left: 35px;
}
.blog-card-slider-content {
	background: #DF527F;
	padding: 2em 10px;
	text-align: center;
	color: #fff;
	margin-bottom: 2em;
}
.blog-card-slider-content h5 {
	color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: -5px;
}
.blog-card-slider-content h3 {
	color: #fff;
    font-size: 25px;
}
.blog-card-slider-content p {
	margin: 0;
	color: #fff;
}
.blog-card-slider-content h2 {
	font-size: 40px;
	color: #fff;
}
.blog-card-slider-cta {
	margin-top: 1em;
}
.blog-card-slider-row .slick-dots {
	display: flex!important;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	align-items: center;
	cursor: pointer;
}
.blog-card-slider-row .slick-dots li {
	margin: 0 0.25rem;
}
.blog-card-slider-row .slick-dots li button {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #f9dce5;
	text-indent: -9999px;
}
.blog-card-slider-row .slick-dots li.slick-active button {
	background-color: #DF527F;
	width: 20px;
    height: 20px;
}
.blog-card-slider-cta a img {
	display: inline;
}
.blog-hub-thumb-card-row {
	padding-top: 0;
}
.blog-hub-head-main {
	margin-top: 2em;
}
.blog-hub-section-row {
	padding-top: 10em;
}
.blog-hub-section-row h1 {
    margin-bottom: 30px;
}
.blog-hub-head-main h6 {
    font-family: 'Heebo', sans-serif;
    color: #313942;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-hub-thumb-card h6 {
	font-family: 'Heebo', sans-serif;
    color: #313942;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
}
.blog-hub-thumb-card h3 {
	color: #000;
	font-size: 25px;
	margin-bottom: 35px;
	height: 60px;
}
.blog-hub-thumb-card h3 a:hover {
	color: #000;
}
.blog-hub-thumb-card-cta a img {
	width: 25px;
}
.blog-hub-thumb-card-cta a:hover {
    color: #DF527F;
    font-weight: 500;
    transition: 0.3s;
}
.blog-hub-thumb-card-cta a:hover img  {
    position: relative;
    left: 8px;
    transition: 0.3s;
}
.blog-hub-head-main h2 a {
    color: #000;
}
.blog-hub-thumb-card {
	margin-bottom: 40px;
}
.blog-pagination {
	padding: 2em 0;
	margin-bottom: 5em;
}
ul.blog-pagination-list li , a.page-numbers{
	display: inline;
	margin-right: 10px;
	color: #a5a5a5;
	cursor: pointer;
}
ul.blog-pagination-list li img {
	width: 15px;
}
ul.blog-pagination-list li:first-child , ul.blog-pagination-list li:nth-child(2), ul.blog-pagination-list span {
	color: #000;
	font-weight: 600;
}
ul.blog-pagination-list li:nth-child(4) , ul.blog-pagination-list li:nth-child(5) {
	margin: 0;
}
.contact-pg-mp-sec {
	padding: 5em 0;
	background-position: center;
	background-size: cover;
	margin: 6em 0 6em;
}
.contact-pg-mp-box {
	background: #313942;
	padding: 2em 2em;
	border-radius: 24px;
	position: relative;
    margin: 110px 0 0;
    z-index: 999999999;
}
.contact-pg-mp-box-logo img {
	width: 110px;
}
.contact-pg-mp-box-logo {
	text-align: center;
}
.faq-pg-wrapper {
	padding: 3em 0;
}
.faq-pg-mn-head {
	text-align: center;
	margin-bottom: 30px;
}
.faq-pg-mn-head h2 {
	font-size: 48px;
    font-weight: 400;
    color: #313942;
    text-transform: capitalize;
}
.faq-pg-mn-head h4 {
	font-size: 18px;
    font-weight: 400;
    color: #313942;
    text-transform: uppercase;
}
.faq-pg-accord-row h5 .btn-link {
	color: #DF527F;
	font-size: 22px;
}
.faq-pg-accord-row #accordion .card {
	margin-bottom: 15px;
	border: 1px solid #DF527F;
	border-radius: 10px;
	box-shadow: 0px 4px 26px 0px #DF527F33;
}
.faq-pg-accord-row #accordion .card-body {
    padding: 0 23px 20px;
    position: relative;
    top: -15px;
}
.faq-pg-accord-row #accordion .card .card-header {
	border: none;
	background: transparent;
	padding: 0;
}
.faq-pg-accord-row #accordion .card .card-header .btn-link {
    width: 100%;
    text-align: left;
    text-decoration: none;
    padding: 20px 20px 20px;
}
.faq-pg-accord-row #accordion .card .card-header .btn-link:not(.collapsed)::after {
    background-image: url("/source/e6df9d5a731a43ba52615fc0fb352c36/faq-arrow-clps.png");
    background-repeat:no-repeat;
    content:'';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}
.faq-pg-accord-row #accordion .card .card-header .btn-link.collapsed {
    color: #313942;
}
.faq-pg-accord-row #accordion .card. {
    	box-shadow: none;
}
.faq-pg-accord-row #accordion .card .card-header .btn-link::after {
    background-image: url("/source/6b9c4bc62d85939f79ca46be69b6709e/faq-arrow-nt-clps.png");
    background-repeat:no-repeat;
    content:'';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}

.faq-pg-accord-row .btn-link.collapsed {
    border: 1px solid #313942;
    border-radius:8px;
}
.promosub-pnk {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sub-pnk-line {
    width: 90%;
    height: 0.1px;
    background: #DF527F;
    display: inline-block;
    cursor: pointer;
}
.sub-pnk-plus {
    text-transform: uppercase;
    color: #DF527F;
    margin-left: 5px;
    cursor: pointer;
}
.block-cta-rw {
    margin-top: 40px;
}
.block-cta {
    margin-top: 30px;
}
.btn-border {
    padding: 18px 10px 18px 9px;
    text-align: center;
    background: transparent;
    border: 1px solid #DF527F;
    border-radius: 50px;
    width: 100%;
    display: block;
}
.btn-border:hover {
    background: #46b1a1;
    color: #fff;
    transition: 0.3s;
    border: none;
}
.btn-border img {
    padding-left: 10px;
}
.xplr-cus-sec h3 {
   font-size: 40px;
    color: #fff;
    margin-top: 10px;text-transform: capitalize;
}
.xplr-cus-accord-row #accordion .card {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}
.xplr-cus-accord-row .card-header {
    padding: 0.75rem 0;
}
.xplr-cus-accord-row #accordion .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid rgb(255 255 255);
}
.xplr-cus-accord-row h5 .btn-link {
	color: #fff;
	font-size: 22px;text-transform: capitalize;
}
.xplr-cus-accord-row h5 .btn-link:focus , .xplr-cus-accord-row h5 .btn-link:hover {
    text-decoration: none;
}
.xplr-cus-accord-row #accordion .card .card-body {
    color: #fff;
    padding: 15px 0 0;
}
.xplr-cus-accord-row #accordion .card .card-header .btn-link:not(.collapsed)::after {
    background-image: url("/source/d4f2d3cc5886de80706b7524928cafb4/arrow-up.png");
    background-repeat:no-repeat;
    content:'';
    position: absolute;
    right: 20px;
    top: 40px;
    width: 30px;
    height: 30px;
}
.xplr-cus-accord-row #accordion .card .card-header .btn-link::after {
    background-image: url("/source/8edbec0731352ae5e4e7302f67effff5/arrow-down.png");
    background-repeat:no-repeat;
    content:'';
    position: absolute;
    right: 20px;
    top: 40px;
    width: 30px;
    height: 30px;
}
.xplr-cus-accord-row #accordion .card-body p { 
    margin-bottom: 0;
}
.pto-dr-sec {
	padding: 5em 0;
}
.pto-dr-head {
	text-align: center;
}
.pto-dr-head h2 {
	font-size: 40px;
}
.pto-dr-head span {
	font-family: 'Canela';
	text-transform: uppercase;
}
.pto-dr-bx {
	text-align: center;
    box-shadow: 0px 4px 34px 0px #00000021;
    border-radius: 22px;
	padding: 25px 10px;
    height: 170px;
     width: 175px !important;
    margin-bottom: 52px;
}
.pto-dr-bx img {
	width: 60px;
	height: 60px;
    object-fit: contain;
}
.pto-dr-bx p {
	margin: 10px 0 0;
    line-height: 20px;
	font-size: 13px;
	color: #000;
	opacity: 0.6;
	font-weight: 600;
}
.pto-dr-sec .row {
	justify-content: center;
    margin-top: 2em;
}
.gallery-slider-active .slick-next.slick-arrow:hover , .gallery-slider-active .slick-prev.slick-arrow:hover {
    background: #d54e79;
    color: #fff;
    transition: 0.3s;
}
.pto-dr-tab {
	padding: 3em 0;
}
.pto-dr-tb-head {
    text-align: center;
    margin-bottom: 1em;
}
.pto-dr-tb-head h2 {
	    text-align: left;
    font-size: 40px;
    padding-left: 50px;
}
.pto-dr-tb-head p {
    line-height: 20px;
    margin-bottom: 4em;
}
.pto-dr-tb-menu {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	cursor: pointer;
}
.pto-dr-tb-menu:last-child {
	margin-bottom: 10em;
}
.pto-dr-tb-menu h4 {
	margin-left: 10px;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
	color: #000;
    width: 50%;
}
.pto-dr-tb-img {
	border: 1px dashed #808080;
    border-radius: 50%;
	padding: 5px;
}
.pto-dr-tb-img img {
    width: 80px;
    height: 80px;
    max-width: unset;
}
.pto-dr-tb-img-bg {
	box-shadow: 0px 1px 4px 0px #00000040;
	border-radius: 50%;
    padding: 5px;
}
.pto-dr-tb-menu-row {
	border-right: 2px solid #DF527F;
}
.pto-dr-tb-main-row {
	border-bottom: 2px solid #DF527F;
}
.pto-dr-tb-cont-col h3 {
	margin-bottom: 20px;
    font-size: 38px;
}
.pto-dr-tb-cont-col2 h3 {
	margin-bottom: 20px;
	font-size: 33px;
}
.pto-dr-tb-content {
	padding-left: 40px;
    padding-top: 35px;
}
.pto-dr-tb-content p {
	line-height: 20px;
    margin: 10px 0 20px;
    font-weight: 500;
}
.pto-dr-tb-cont-cta {
	margin-bottom: 50px;
}
.pto-dr-tb-menu::before {
    content: "\A";
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #df527f transparent transparent;
    position: absolute;
    right: -17px;
    top: 32px;
    transform: rotate(180deg);
}
.pto-dr-tb-cont-col {
    display: none;
    padding: 0 2em;
    position: relative;
	animation: fadein 2s;
}
.pto-dr-tb-cont-col2 {
    display: none;
    padding: 0 2em;
    position: relative;
	animation: fadein 2s;
}
.pto-dr-tb-menu.active .pto-dr-tb-img {
    border: 3px dashed #df527f;
}
.pto-dr-tb-menu.active > h4 {
	color: #DF527F;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.crs-sec-tab-sec {
	padding: 2em 0 4em;
}
.crs-sec-head h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 35px;
}
ul.crs-nav-list li {
	list-style: none;
	margin-bottom: 20px;
	cursor: pointer;
}
.crs-nav-list-col {
	display: flex;
	align-items: center;
}
.crs-nav-list-col-no h5 {
	height: 40px;
    width: 40px;
    background: #8594A3;
    text-align: center;
    color: #fff;
	margin: 0 15px 0 0;
	padding: 7px 0 0 0;
	border-radius: 4px;
	position: relative;
    z-index: 99999999;
}
.crs-nav-list-title h4 {
	margin: 0;
	font-family: 'Heebo', sans-serif;
    font-size: 18px;
}
.crs-nav-list-col-no h5::before {
	content: "\A";
    border-style: solid;
    border-width: 10px 8px 10px 0;
    border-color: transparent #68727c transparent transparent;
    position: absolute;
    right: -8px;
    top: 10px;
    transform: rotate(180deg);
}
.crs-sec-tab-sec .row {
	border-bottom: 2px solid #DF527F;
	position: relative;
}
.crs-nav-main-content-row {
	padding: 30px 0 80px 40px;
}
.crs-main-img {
	position: absolute;
	top: 0;
	left: 0;
}
.crs-nav-list-row::before {
    content: "\A";
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #df527f transparent transparent;
    position: absolute;
	right: -16px;
    top: 32px;
    transform: rotate(180deg);
}
.crs-nav-list-row {
	padding: 30px 0 0;
}
.crs-nav-act {
	margin-top: 20px;
}
.crs-nav-main-content-sec {
	padding: 0;
    border-left: 2px solid #DF527F;
	position: unset;
}
.crs-nav-main-content-row {
	display: none;
}
.crs-main-img img {
	width: 80%;
	margin: 0 auto;
}
.crs-nav-main-content-row h2 {
	font-size: 35px;
    margin-bottom: 20px;
}
.crs-nav-main-content-row p {
	color: #313942;
}
.sceTabLinks.active .crs-nav-list-title h4 {
    color: #DF527F;
}
.sceTabLinks.active .crs-nav-list-col-no h5::before {
	border-color: transparent #a84061 transparent transparent;
}
.sceTabLinks.active .crs-nav-list-col-no h5 {
	background: #DF527F;
}
.en-dr-sx-bx-sec {
	padding: 3em 6em;
}
.en-dr-sx-bx-hd h2 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
	color: #000000;
}
.en-dr-sx-bx-sec .row {
	justify-content: space-between;
}
.en-dr-sx-card {
	text-align: center;
	flex: 0 0 33%;
}
.en-dr-sx-card img {
	width: 125px;
}
.en-dr-sx-card h4 {
	font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: #000000;
    margin-top: 22px;
    opacity: 0.6;
}
.en-dr-sx-af-cont {
	text-align: center;
	margin-top: 30px;
}
.en-dr-sx-af-cont p {
	color: #000000;
    font-size: 16px;
    width: 60%;
    margin: 14px auto 2em;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-pink {
    width: auto;
}
.wpcf7-spinner {
    position: absolute;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-pink {
    width: auto;
    padding-right: 76px;
}
img.arrow-right {
    position: absolute;
    right: 43px;
    top:36%;
}
.col-lg-12.text-center.btn-cls div
{
        width: max-content;
    margin: auto;
    position: relative;
}
a.prev.page-numbers img {
    transform: rotate(180deg);
    width: 16px;
}
a.next
{ width: 16px;
}
span.page-numbers.current {
    margin-right: 7px;
}
    
.searchbox-icon, .searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: inherit;
    font-size: 22px;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: #fff;
}
.searchbox .button {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    background: 0 0;
    color: transparent;
    width: 50px;
    border: none;
}
.wtpsw-post-gridbox.wtpswcolumns {
    width: 100%!important;padding: 0;
}
.wtpsw-post-image-bg {
    display: flex;
    border: 1px solid #8594A3;
    border-right: 4px solid #df527f;
    margin: 20px 0 0;    align-items: center;
}
.wtpsw-post-image-bg img {
    flex: 0 0 25%;
    max-width: 25%;
    height: 100px;
    object-fit: cover;
}
.wtpsw-post-list-content {
    flex: 0 0 75%;
    max-width: 75%;
}
h4.wtpsw-post-title {
    padding: 0 20px;
}
.wtpsw-post-grid.design-3 .wtpswcolumns:nth-child(2) .wtpsw-post-image-bg {
    border-right: 4px solid #E7913A;
}
.wtpsw-post-grid.design-3 .wtpswcolumns:nth-child(3) .wtpsw-post-image-bg {
    border-right: 4px solid #46B1A1;
}
.wtpsw-post-grid.design-3 .wtpswcolumns:nth-child(4) .wtpsw-post-image-bg {
    border-right: 4px solid #8FBE43;
}
.blog-share-wrap {
    display: flex;
    justify-content: right;
    border-top: 2px solid #ddd;
    padding-top: 1.5em;
    margin-top: 4em;
}
.blog-share-wrap ul li {
    display: inline;
    margin: 0 10px 0;
}
.blog-share-wrap ul li:last-child {
    margin-left:20px;
}
.blog-share-wrap ul li a {
    color: #313942;    
}
.blog-share-wrap ul li a i:hover {
     color: #df527f;
}
.blog-share-wrap ul li a i {
    color: #969696;
}
.blog-share-wrap ul li a .fa-link {
    margin-right: 10px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-pink:hover {
    background: #8FBE43;
}
.blog-content-read-wrap a {
  font-weight:bold;
}
.blog-content-read-wrap a:hover {
    color: #8FBE43;
}
.rating img {
    width: auto;
}
.sm-services__text {
    width: calc(100% - 95px);
}
a.next.page-numbers img {
    margin-bottom: 0;
}
.blog-content-read-wrap a {
  font-weight:bold;
}
.blog-content-read-wrap a:hover {
    color: #8FBE43;
}
.sr-ar-custom-col-cont p:last-child {
    height: 145px;
} 

.sr-ar-cus-img-sec img{
    margin-top: 0!important;
    width: 100%;
}
.sr-ar-cus-img-sec img:first-child {
    margin-bottom: 20px;
}
#read-more , #read-more1 , #read-more2 , #abt-read-more {display: none;}
.abt-w-rd-mr-cont p {
    font-weight:300;
}
#read-more-btn , #read-more-btn1 {
    cursor: pointer;
}
.popupbtn {
    margin-top: 10px;
}
.gallery-thumb img {
    margin-top: 10px;
    padding-right: 10px;
}
.gallery-thumb img:hover {
    opacity: 0.5;
}
ul.sub-menu li {
    display:list-item;
     text-align: left !important;color:#df527f;line-height: 32px;
}
.menu-sitemap-container ul li {
    list-style: disc !important;color:#df527f;line-height: 32px;
    line-height: 49px;
}
.menu-sitemap-container ul.sub-menu li{margin-left:20px; list-style: disc !important;color:#df527f;line-height: 32px;}
/*ul.sub-menu li a {
    padding: 10px;
}

ul.sub-menu li {
    display: block;
    text-align: left;
}
ul.sub-menu
{
    display:none;
}
.menu-item-has-children:hover ul.sub-menu
{
    display:block;
}
ul.sub-menu {
    position: absolute;
    width: max-content;
    background: #8FBE43;
}
.menu-item-has-children:hover ul li a:before {
    display: none;
        bottom: 12px;
}
.menu-item-has-children ul li a:hover:before {
    display: block;
        bottom: 12px;
}*/
.gallery-slider-active .slick-list {
    padding: 0 12% !important;
}
.gallery-thumb .sm-services__icon img {
    margin-top: 0;
    padding-right: 0;
}
.vw-al-faq-btn {
    text-align: center;
    margin-top: 3em;
}
.promo-content h1 {
    font-size: 100px;
    color: #fff;
    margin-top: -25px!important;
}
.testimonial-area {
    background: #8594a30f;
    z-index: 9;
    position: relative;
}
.abt-pg-ben-cta {
    margin-top: 2em;
}
.abt-cus-title-p p {
    font-weight: 400!important;
    font-size: 13px;
}
.cnt-pg-mp-ep a {
    color: #fff!important;
}
.cnt-pg-mp-ep a:hover {
    color: #DF527F!important;
}
span.page-numbers.dots {
    color: #a5a5a5;
}
a.page-numbers {
    font-weight: 400;
}
a.page-numbers img {
    width: 18px;
}
.wnd-abt-sec {
    margin-bottom: 6em;
    margin-top: 3em;
}
.dr-abt-sec {
    margin-bottom: 6em;
    margin-top: 4em;
}
.wnd-abt-sec a , .dr-abt-sec a , .bur-dr-abt-sec a  {
    background: transparent;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px ;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 30px 18px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: 2px solid #fff;
    position: relative;
}
.wnd-abt-sec a:hover , .dr-abt-sec a:hover , .bur-dr-abt-sec a:hover {
   background: #ffffff;
    transition: 0.3s;
    color: #000;
}
.wnd-abt-sec a:hover img, .dr-abt-sec a:hover img, .bur-dr-abt-sec a:hover img {
   filter: brightness(0.5);
}
.bur-dr-abt-sec {
    margin-bottom: 8em;
    margin-top: 4em;
}   
.promo-area-cus {
    padding-top: 40px!important;
}
.about-pg-col-6-pos-top15 h2 {
    position: relative;
    top: 15px;
}
.abt-pg-col6-cus-top a {
    margin-top: 1em;
}
.promo-img-abt-brn {
    padding-top: 20px;
}
.window-pg-accord-row {
    background: #F9FAFA;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.window-pg-accord-row h4 {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
}
.window-pg-accordion h5 .btn-link {
    color: #313942;
    font-size: 22px;
    padding: 5px 0 5px;
}
.window-pg-accordion h5 .btn-link:focus {
    text-decoration: none;
}
.window-pg-accordion #accordion .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid #313942;
    padding: 0;
}
.window-pg-accordion #accordion .card {
    background-color: transparent; 
    border: none;
}
.window-pg-accordion #accordion .card .card-header .btn-link:not(.collapsed)::after {
    background-image: url("/source/1ec1ab958325086a455bde00039df263/wndw-pg-accrd-arrow01.png");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: 20px; 
    width: 30px;
    height: 30px;
}
.window-pg-accordion #accordion .card .card-header .btn-link::after {
    background-image: url("/source/9c66f69b2d2ff944352fce70f341ba3e/wndw-pg-accrd-arrow02.png");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: 20px; 
    width: 30px;
    height: 30px;
}
.window-pg-accordion #accordion .card .card-body {
    padding: 0;
}
.window-pg-accordion #accordion .card .card-body p {
    color: #313942;
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
}
.window-pg-6-content p {
    color: #313942;
    font-weight: 400;
    line-height: 20px;
}
.window-pg-6-content h3 {
    font-size: 38px; 
    margin-bottom: 10px;
    font-weight: 400;
}
.window-pg-6-content h2 {
    font-size: 40px; 
    margin-bottom: 10px;
    font-weight: 400;
}
/* DOOR TAB */
.door-main-tab-section {
	padding: 0em 0 4em;
}
.dr-tb-nav-row {
	border-bottom: 1px solid #DF527F;
	padding: 20px 0;
}
.dr-tb-nav {
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.dr-tb-nav h4 {
	font-family: 'Heebo', sans-serif;
	margin: 20px 0 0;
    font-size: 20px;
}
.dr-tb-nav-img img {

	width: 110px;
    height: 110px;
    border: 3px dashed #0000006e;
    border-radius: 50%;
}
.dr-tb-content-img-1 img {
	width: 100%;
}
.dr-tb-content-img-2 img {
	width: 100%;
}
.dr-tb-nav-main-content-row {
	padding: 30px 0 30px;
    border-bottom: 1px solid #DF527F;
	position: relative;
}
.dr-tb-content-cont {
	padding: 25px 30px 0 15px;
}
.dr-tb-content-img-2 {
	padding: 25px 0 0;
}
.dr-tb-content-img-2 h3 {
	padding-left: 15px;
}
.dr-tb-content-act {
	margin-top: 60px;
}
.dr-tb-content-cont p {
	line-height: 22px;
    font-size: 15px;
}
.dr-tb-content-cont p a {
	text-decoration: underline;
	font-weight: 600;
}
.dr-tb-content-cont p a:hover {
	color: #313942;
}
.tb-nav-main-content {
	display: none;
    animation: fadein 2s;
}
.dr-tb-nav-main-content-row::before {
	content: "\A";
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #df527f transparent transparent;
    position: absolute;
    left: 130px;
    top: -8px;
    transform: rotate(270deg);
}
.dr-tb-nav.active .dr-tb-nav-img img {
    border: 3px dashed #df527f;
}
.door-dr-cont-cta {
    margin-bottom: 10px;
    margin-top: 30px;
}
.door-pg-pto-dr-tb-img {
    text-align: center;
}
.door-pg-pto-dr-tb-img-2 {
    padding-top: 20px;
    margin-bottom: 25px;
}
.door-pg-pto-dr-tb-img-2 h3 {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
}
.door-pg-pto-dr-tb-img img {
    width: 100%;
}
.door-pg-pto-dr-tb-img-2 img {
    width: 56%;
}
.pto-dr-tb-cont-col p a {
    text-decoration: underline;
}
.abt-bu-dr-tb-mn-img {
    margin: 0 0 20px;
}
.abt-bu-dr-tb-mn-img img {
    width: 100%;
}
.ab-bu-dr-tab-btm p { 
    line-height: 20px;
    margin: 20px 0 10px;
}
.ab-bu-dr-cta-box {
    background-position: center;
    background-size: cover; 
    text-align: center;
    padding: 7em 20px;
    width: 100%; 
}
.ab-bu-dr-cta-box h3 {
    color: #fff;
    line-height: 45px;
    margin: 0;
}
.ab-bu-dr-cta-box h3 a {
    font-size: 22px;
    margin-top: 20px;
    text-transform: uppercase;
}
.ab-bu-dr-cta-box h3 a:hover {
    color: #DF527F;
}
.ty-f4f-wrap {
    text-align: center;
}
.ty-f4f-wrap h1 {
    color: #DF527F;
    font-size: 150px;
    margin: 0;
}
.ty-f4f-wrap h3 {
    color: #8FBE43;
    font-size: 35px;
    margin-top: -25px;
}
.ty-f4f-wrap p {
    color: #fff;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 35px;
}

.ty-wrap {
    text-align: center;
}
.ty-wrap h1 {
    color: #DF527F;
    font-size: 150px;
    margin: 0;
}
.ty-wrap p {
    color: #fff;
    line-height: 25px;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 35px;
}
.gallery-wrap {
    padding: 8em 0 0em;
}
.gal-img-col img {
    width: 100%;
    margin-bottom: 20px;
}
.gal-img-col img:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.gal-head h2 {text-transform: capitalize;
   color: #DF527F;
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    padding: 0 10px;
}
.cus-pd-4-wndw-col {
    padding: 0 0 0 25px;
}
.promo-dr-content p {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
}
.testimonial-slide-nav {
    padding-bottom: 80px!important;
}
.slick-slide-nav {
    text-align: center;
    padding-bottom: 15px;
}
.slick-slide-nav button {
    border: none;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 4px 24px 0px #00000026;
    margin: 30px 5px 0;
    cursor: pointer;
}
.slick-slide-nav button img {
    width: 18px;
}
.slick-slide-nav button:hover {
    transition: 0.3s;
    background: #DF527F; 
}
.slick-slide-nav button:hover img { 
    filter: brightness(5.5);
}
.header-bt-cus {
    padding-top: 30px;
}
@media (max-width:1024px) {.blog-area .post-text {
    
    margin-bottom: 1em;
    height: 100px !important;
}
   
    
}
.blog-area .post-text {
    margin-bottom: 1em;
    height: auto;
}
@media (min-width: 1280px) {
    .footer-area .container {
        max-width: 100%;
        padding: 0;
    }
    .footer-1-col {
        padding-top: 105px;
        padding-left: 150px;
    }
    .footer-right .row {
        padding-right: 70px;
    }  
}
.copyright p a:hover {
    color:#DF527F;
}
.abd-2-col h2 {
    margin-bottom: 20px;
}
.window-pg-accordion h5 .btn-link {
    color: #313942;
    font-size: 22px;
    padding: 5px 0 5px;
}
.window-pg-accordion h5 .btn-link:focus {
    text-decoration: none;
}
.window-pg-accordion #accordion1 .card .card-header {
    background-color: transparent;
    border-bottom: 1px solid #313942;
    padding: 0;
}
.window-pg-accordion #accordion1 .card {
    background-color: transparent; 
    border: none;
}
.window-pg-accordion #accordion1 .card .card-header .btn-link:not(.collapsed)::after {
    background-image: url("/source/1ec1ab958325086a455bde00039df263/wndw-pg-accrd-arrow01.png");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: 20px; 
    width: 30px;
    height: 30px;
}
.window-pg-accordion #accordion1 .card .card-header .btn-link::after {
    background-image: url("/source/9c66f69b2d2ff944352fce70f341ba3e/wndw-pg-accrd-arrow02.png");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    top: 20px; 
    width: 30px;
    height: 30px;
}
.window-pg-accordion #accordion1 .card .card-body {
    padding: 0;
}
.window-pg-accordion #accordion1 .card .card-body p {
    color: #313942;
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
}
.justify-start {
    justify-content: start!important;
}
.modal-footer button {
    background: #DF527F;
    border: none;
}
.modal-body {
    padding: 0;
}
.modal-body img {
    padding: 0;
}
.modal-open .modal {
    background: #00000087;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #DF527F;
}
.promo-content li {
    margin-bottom: 5px;
}
.header-social {
    display: flex; 
}
.header-social li {
    margin: 0 10px;
}
.page-id-4425 .popup {
    display:none!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    color: #313942!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
    color: #DF527F!important;
}
@media only screen and (max-width: 992px) {
    #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    background: #fff !important;
    color: #000 !important;
    }

}
.blog-search-row-sm {
    display: none;
}
.img-tab-only {
    display: none;
}
.search-tab-only {
    display: none;
}
.slider-area {z-index:998;}
.btn-white img{padding-left:10px;}
.btn-mint img {
    padding-left: 10px;
}
.page-id-5 .testimonial-area {
    padding-top: 70px!important;
    margin-top: 60px!important;
}
.page-id-5 .portfolio-area {
   padding-top: 50px!important;
}
.page-id-4030 .promo-area .promo-content h5 {
    margin-top: 38px!important;
}   
.page-id-47 .testimonial-area {
    padding-top: 70px!important;
    margin-top: 60px!important;
}
.page-id-47 .portfolio-area {
   padding-top: 50px!important;
}
.page-id-58 .promo-area {
    margin-top: 50px!important;
}
.page-id-58 .slider-area {
    margin-bottom: 2em!important;
}
.page-id-4425 .promo-area .pb-50 {
    padding-top: 60px!important;
}
.page-id-51 .custom-door-slider {
    margin-top: 5em;
}
.page-id-51 .btn-border { 
    width: 53%;
}
.testimonial-area {
    padding-top: 70px!important;
    margin-top: 60px!important;
}
/* #selectfav input[type="radio"] {
    display: none;
} */
.our-shopper-col-4 {
    position: relative;
}
/* .our-shopper-col-4.checked::after {
    content: "";
    display: block;
    width: 41px;
    height: 42px;
    background: url("https://devtool.website/Burano-wp/wp-content/uploads/2022/11/Vector-2.png");
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
} */
.radio_button_selected{
	position:absolute;
	right: 20px;
    top: 15px;
}
input[type='radio']:after {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #DF527F;
}

input[type='radio']:checked:after {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  position: relative;
  background-color: #DF527F;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #fff;
}
  @media screen and (max-width: 768px){ img.arrow-right {
    position: absolute;
    right: 43px;
    top: 50%;
}}
@media screen and (min-width: 769px) and (max-width: 992px){
.our-shopper-col-4 {
    width: auto !important;
    margin: 40px 10px;
}
	.page-template-contact-us img.arrow-right{top:35%;}
}

/*@media screen and (min-width: 769px) and (max-width: 992px)
.page-template-contact-us img.arrow-right {
    top: 50%;
}*/
/*19-12-2022*/

.page-template-about-burano-windows .about-pg-col-6-content a{
    color:#313942;
}

.page-template-about-burano-windows .about-pg-col-6-content a:hover{
    color:#8FBE43;
}
.header-area .black-phn{
	display: none!important;
}
.postid-5377 table {
    margin-bottom: 20px;
}
.postid-5377 table th {
    background: #DF527F;
    color: #fff;
    padding: 10px;
	border: 1px solid #000;
	text-align: center;
}
.blog-table-first-tr {
    background: #48af9b;
    color: #fff;
    padding: 10px;
}
.postid-5377 table td { 
    padding: 10px;
    border: 0.4px solid #000;
}
.page-id-47 .loc-on-eto , .page-id-3667 .loc-on-eto , .page-id-3735 .loc-on-eto , .page-id-3748 .loc-on-eto {
    display: none;
}
.page-id-3700 .loc-on-eto ul {
    margin-bottom: 10px;
}
.page-id-3700 .loc-on-eto ul li { 
    list-style: disc;
}
@media (max-width: 992px) {
    .page-id-3700 .header-bt .btn-pink {
        margin-left: 0!important;
    }
}
.postid-5377 .blog-content-read-wrap h2 {
    scroll-margin-top: 100px!important;
}
/*Gallery popup new*/
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
    opacity: 1;
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
}
@keyframes bounceFromRight {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: -30px;
    }
}
@-webkit-keyframes bounceFromLeft {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
}
@keyframes bounceFromLeft {
    0%,
    100% {
        margin-left: 0;
    }
    50% {
        margin-left: 30px;
    }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}
.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
    right: 2%;
}
.baguetteBox-button#previous-button {
    left: 2%;
}
.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}
.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}
.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.baguetteBox-button#next-button {
    display: block!important;
}
.baguetteBox-button#previous-button {
    display: block!important;
}
@media (max-width:768px) {
    .baguetteBox-button svg {
         background: #0000007a;
    }
    .page-id-5 .btn-white {
        padding: 15px 20px 15px 20px !important;
    }
    .page-id-49  .btn-white {
        padding: 15px 20px 15px 20px !important;
    }
    .page-id-4211 .header-bt .btn-pink {
        margin-left: 0 !important;
    }
    .page-id-3667 .btn-white {
        padding: 15px 15px 15px 15px !important;
    }
    .anime-hide-mob {
        visibility: hidden;
    }
}
@media only screen and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
    .page-id-3667 .header-bt .btn-pink {
        margin-left: 0px !important;
    }
}
.grecaptcha-badge{
    visibility:hidden;
}
