@font-face {
	font-family: "Uniform";
	src: url("../fonts/Uniform.ttf");
}

@font-face {
	font-family: "Uniform Medium";
	src: url("../fonts/Uniform Medium.ttf");
}

@font-face {
	font-family: "Uniform Black";
	src: url("../fonts/Uniform Black.ttf");
}

/* TYPOGRAPHY */

html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Uniform', sans-serif;
	margin: 0 auto;
	color: #555555;
	text-decoration: none;
	max-width: 430px;
	text-align: center;
	box-shadow: 1px 2px 15px #48484833;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background: #fff;
}
a {
	text-decoration: none;
	color: #DB3160;
}
strong,
b {
	font-family: 'Uniform Medium';
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.md-textarea {
	box-sizing: border-box;
}

input:focus,
textarea:focus,
button:focus,
.btn:focus,
button:active,
.btn:active {
	outline: 0;
}

p,
a {
	color: #676767;
}

p {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	padding: 0;
	color: #333;
	font-family: 'Uniform', sans-serif;
}


/* HELPER CLASSES */

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

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

.ltr {
	text-align: right;
}

.rtl {
	text-align: left;
}

.br_0 {
	border-right: none!important;
}

.bt1 {
	border-top: 1px solid #e4e4e4;
}

.v_middle {
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
	float: none;
}

.pr_0 {
	padding-right: 0;
}

.pl_0 {
	padding-left: 0;
}

.visible_md {
	display: none;
}

.visible_sm {
	display: none;
}


/* TEXT TRANSFORM */

.main_menu ul li a,
.home .hero_content h1,
.home .hero_content p,
.btn,
.section_title,
.single_skill .labels p,
.resume_are_title p,
.timeline_title h4,
.service_title,
.count p,
.process_title,
.filter_area ul li,
.blog_content h4,
.blog_title h3,
.comment_area .area_title,
.widget_title {
	text-transform: uppercase;
}



/* BUTTON STYLE */

.button {
	background-color: #DB3160;
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 1px 5px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 5px;
}

.button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #DB3160;
	border: 1px solid #DB3160;
}

.btn {
	display: inline-block;
	background: transparent;
	color: inherit;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 0;
	transition: all 200ms ease-in;
	cursor: pointer;
}
.btn:hover {
	border-color: #362cb1;
	color: #362cb1;
}

.btn-primary {
	background: #7f8ff4;
	color: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	padding: 12px 36px;
}
.btn-primary:hover {
	background: #6c7ff2;
}
.btn-primary:active {
	background: #7f8ff4;
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.btn-inside {
	margin-left: -96px;
}
.sharebtn {
	display: inline-block;
	background: transparent;
	color: inherit;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 0;
	transition: all 200ms ease-in;
	cursor: pointer;
	&--primary {
		background: $button-bg-color;
		color: $button-text-color;
		box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
		border-radius: 2px;
		padding: 12px 36px;
		&:hover {
			background: darken($button-bg-color, 4%);
		}
		&:active {
			background: $button-bg-color;
			box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .2);
		}
	}
	
	&--inside {
		margin-left: -96px;
	}
}

/* BUTTON STYLE END */


/* Section Starts */
.views-label {
	transform: translate(-50%, 0);
	padding: 5px 10px;
	position: absolute;
	color: #16405d;
	left: 50%;
	top: -3px;
	border: 1px solid #163f5d;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 14px;
	margin-bottom: 0px;
	border-top: 0;
	background: #fff;
	z-index: 9999;
}

.section-header {
	color: #DB3160;
}

.section-heading {
    color: var(--theme-color); margin:0 0 20px 0; display:inline-block;
    position:relative; font-size: 18px; font-weight:600;
    text-transform: uppercase; margin-top: 10px;
}
.section-heading:after{position:absolute; content:"";width:100%;
    background-color: var(--theme-color); bottom:-5px; left:0;
    height:2px; animation:underline 2s infinite; }
    
/* .home-div h1:after {
 content:'';
 display:block;
 margin:auto;
 height:7px;
 animation:underline 2s infinite;
 margin-top:5px
}
@keyframes underline {
 0% {
  width:0%;
  background-color:var(--dark-primary-color)
 }
 60% {
  width:60%;
  background-color:transparent
 }
} */

.section_title {
	text-align: center;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 20x;
	position: relative;
	margin-bottom: 15px;
}
.section_title h2 {
	font-size: 24px;
	color: #DB3160;
	font-weight: 400;
	line-height: 48px;
	padding-top: 0px;
}
p.section_sub_title {
	font-weight: 300;
	font-size: 16px;
	color: #DB3160;
	margin: 0;
}

.section_padding {
	padding-top: 6px;
	padding-bottom: 6px;
}

.section-container {
	text-align: center;
	padding: 15px;
	line-height: 15px;
	font-size: 14px;
	position: relative;
	box-shadow: 1px 2px 15px #48484833;
	border-bottom: 10px solid #762D47;
	border-top: 10px solid #762D47;
}

.section-container::before {
	content: ' ';
	width: 45px;
	height: 84px;
	position: absolute;
	left: 0;
	top: 0;
}

.section-container::after {
	content: ' ';
	width: 45px;
	height: 84px;
	position: absolute;
	right: 0;
	top: 0;
}

.section-close {
	position: relative;
}

.section-close::before {
	content: ' ';
	width: 45px;
	height: 85px;
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.section-close::after {
	content: ' ';
	width: 45px;
	height: 85px;
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.section_page {
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	visibility: visible;
}
.section_page.active {
	visibility: visible;
	z-index: 1;
}

.section_page::-webkit-scrollbar-track {
	background-color: #F5F5F5;
	visibility: hidden;
}
.section_page:hover::-webkit-scrollbar {
	visibility: visible;
}
.section_page::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
	visibility: hidden;
}
.section_page::-webkit-scrollbar-thumb {
	background-color: #999;
	visibility: hidden;
	border-radius: 8px;
}
.section_page:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}
.nav_sidebar::-webkit-scrollbar-track {
	background-color: transparent;
}
.nav_sidebar::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}
.nav_sidebar::-webkit-scrollbar-thumb {
	background-color: rgba(211, 221, 221, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/* Section CSS End */


/* Home Section */

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

.home_header{
	width: 100%;
	float: left;
	position: relative;
	top: 0px;
}

.contact-row {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.contact-icon {
    padding: 0px;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px; line-height:40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    text-align: center;
    color: #fff;
    border: none;
    margin: 5px 10px;
    background-color: var(--theme-color);
}

firstpagebottom {
    padding: 20px; background:#f7f7f7;
}

.inside-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.actionbtn {
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
}

.actionbtn a {
    margin: 0 8px;
}

.iconbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: block;
    vertical-align: middle; */
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    border-radius: 5px; font-size:20px;
    margin-bottom: 10px;
    background-color: var(--theme-color);
    color: #ffffff;
}

.icontxt {
    color: #666666;
    text-decoration: none;
    font-size: 13px;
    font-family: 'LatoRegular';
}

.contact-buttons {
    text-align: center;
    width: calc(100% + 40px);
    margin-top: 20px;
}

.contact-button {
    padding: 8px 10px;
    border-radius: 50px;
    min-width: 70px;
    display: inline-block;
    font-size: 12px;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;*/
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    /*border: 2px solid #424242;*/
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-button i {
    margin-right: 5px;
}

.contactdata {
    -webkit-border-vertical-spacing: 10px;
}


.contact-table td {
    padding: 5px 0;
    text-align: left;
}


.contact-text {
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    color:#333;
    word-break: break-word;
}

.share-whatsapp {
    text-align: left;
    display: flex; 
    padding: 10px;
}

.share-whatsapp input {
   -webkit-appearance: none;
    background-color: rgb(243, 233, 233);
    padding: 10px;
    outline: none;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff; 
	border-radius: 5px 0 0 5px; width:100%;
	padding-left: 40px;
	
    
}

.home-whatsapp-btn {
   -webkit-appearance: none;
    padding: 10px;
    font-size: 13px;
    background-color: var(--theme-color);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 0 5px 5px 0;
	 
}

.home-whatsapp-btn i {
    font-size: 16px;
    margin-right: 10px; color: #fff;
}

.home-whatsapp-btn {
  background: #3bc42b;
  color: #fff;
  padding-top: 10px;
}

.home-whatsapp-btn:hover {
  background: #29a71a;
}

.home-whatsapp-btn:before {
    position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.5;
	font-size: 17px;
	width:35px;
}


.input-wrapper {
    position: relative;
    flex: 1; border-right:1px solid #e5e5e5;
    overflow: hidden;
}

.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.shadow-btn {
    justify-content: center;
	margin:5px -4px;
}

.shadow-btn a {
    padding: 10px 30px;
    font-size: 12px;
    color: #DB3160;
    margin: 5px;
    background: #fff;
    flex: 1;
    border: 1px solid #DB3160;
    display: inline-block;
	text-transform:uppercase; 
	border-radius:3px;
}
a.addphonebook{min-width:175px;}
a.share{min-width:80px;}


.shadow-btn .fa {
    color: var(--theme-color);
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2;
}



.companyLogo {
	width: 30%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	float: left;
	position: relative;
}

.companyLogo img {
	max-width: 100%;
	width: 100px;
	padding: 8px 10px 7px;
}


.main_menu a {
	color: white;
}

.profilebg {
	background-image: url(../img/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.profileImgBlock {
	max-width: 200px;
	max-height: 95px;
	width: 100%;
	border-radius: 0% !important;
	padding: 0px !important;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	border: 5px solid #DB3160;
	top: 40px;
	position: relative;
	height: 130px;
	overflow: hidden;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.bg-white {
	background-color: #fff!important
}

.home_info {
	width: 100%;
	float: left;
	margin: 7px 0px;
}

.nameBlock {
	float: right;
	width: 100%;
	padding-top: 50px;
	margin-bottom: 10px;
	background-image: url(../img/logo-background.png);
	background-size: 110% 100%;
	background-position: top;
	height: 20%;
	background-repeat: no-repeat;
	max-height: 60px;
}

.personDesignation {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	color: #fff;
}



.img-fluid {
	max-width: 100%;
	border-radius: 00% !important;
	position: relative;
	height: 100%;
	left: 0;
}

label.error {
	color: red !important;
	font-weight: normal;
	font-size: 1.0em;
}

.home_info i {
	background-color: #DB3160;
	color: #fff;
	padding: 10px 0px 10px 10px;
	font-size: 20px;
	float: left;
	width: 30px;
}

.map i {
	background-color: #DB3160;
	color: #fff;
	padding: 10px 0px 10px 13px;
	font-size: 20px;
	float: left;
	width: 30px;
}

.home-card-body {
	width: 100%;
	text-align: left;
}

.home_card {
	text-align: left;
	padding: 20px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.home_card .card-title {
	font-size: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: 'Uniform Medium';
}

.home_info {
	width: 100%;
	float: left;
	margin: 7px 0px;
}

.home_info a {
	width: 100%;
	float: left;
}

.title {
	width: 70%;
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #DB3160;
	padding-left: 10px;
	line-height: 14px;
	padding-bottom: 5px;
}

.info {
	width: 70%;
	float: left;
	font-size: 14px;
	color: #8a8080;
	padding-left: 10px;
	font-weight: 600;
}

.home_address {
	float: left;
	background-color: #DB3160;
	padding: 10px;
	position: relative;
	margin-top: 10px;
	margin-top: 10px;
display: grid;
width: 100%;
}

.home_address a {
	color: #fff;
	text-decoration: none;
}

.home_address i {
	float: left;
	width: 70px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
	font-size: 36px;
}

.home_address span {
	font-size: 14px;
	font-weight: 600;
	float: left;
	width: 81%;
	color: #fff;
	margin-top: 14px;
}

.socialicon {
	float: left;
	width: 100%;
	background-color: transparent;
	position: relative;
}

.brocherbutton {
	width: 50%;
	float: right;
	text-align: center;
	padding-bottom: 28px;
	padding-top: 15px;
	position: relative;
	top: 15px;
}

.brocherbutton100 {
	width: 100%;
	float: right;
	text-align: center;
	padding-bottom: 28px;
	padding-top: 15px;
	position: relative;
	top: 15px;
}

.companylogo {
	width: 50%;
	float: left;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 0px;
	position: relative;
	top: 15px;
	height: 80px;
	overflow: hidden;
}

.companylogofooter {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 0px;
	position: relative;
	top: 15px;
	height: 140px;
	overflow: hidden;
}

.brocherbutton img {
	max-width: 80%;
}

.brocherbutton100 img {
	max-width: 50%;
}

.companylogo img {
	max-width: 100%;
	position: relative;
	height: 100%;
}

.companylogofooter img {
	max-width: 100%;
	position: relative;
	height: 100%;
}

.main_menu a {
	color: white;
}

.profilebg {
	background-image: url(../img/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.profileImg {
	max-width: 200px;
	max-height: 95px;
	width: 100%;
	border-radius: 0% !important;
	padding: 0px !important;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	border: 5px solid #DB3160;
	top: 40px;
	position: relative;
	height: 130px;
	overflow: hidden;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.bg-white {
	background-color: #fff!important
}

.home_info {
	width: 100%;
	float: left;
	margin: 7px 0px;
}

.nameBlock {
	float: right;
	width: 100%;
	padding-top: 50px;
	height: 20%;
	max-height: 60px;
}

.personDesignation {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	color: #fff;
}

.template1Wrapper .card,
.templateWrapper .card {
	border: none;
	background: transparent;
}

.template1Wrapper .home-home-card-body,
.templateWrapper .home-home-card-body {
	margin-top: -70px;
	position: relative;
}

.template1Wrapper .card-title,
.templateWrapper .card-title {
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.template1Wrapper h5,
.templateWrapper h5 {
	width: 75%;
	margin: 0 auto;
	line-height: 22px;
}

.template1Wrapper .first-letter,
.templateWrapper .first-letter {
	font-size: 20px;
	color: #EE4D00;
}

.companyName {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
	color: #FFF;
}

.home-card-body {
	padding: 15px;
}

.shareicon {
	float: left;
	width: 100%;
	background-color: transparent;
	position: relative;
}

ul.footerConnect {
	padding: 10px 0 10px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	float: left;
}

.template1Wrapper {
	margin-bottom: 15px;
}

.footerConnect li {
	padding: 0;
	margin: 1px 0px 0px;
	display: inline-block;
}

.footerConnect li a {
	background-color: #DB3160;
	color: var(--white);
	border-radius: 10px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	padding-right: 0px;
	border: 1px solid #DB3160;
	text-decoration: none;
	transition: 0.5s;
}

.footerConnect li a:hover {
	color: #DB3160;
	border: 1px solid #DB3160;
}

.footerConnect li a i {
	font-size: 14px;
	color: #fff;
	padding: 10px 0px 0px 0px;
	width: 30px;
}

ul.footershare {
	padding: 10px 0 20px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	float: left;
}

.footershare li {
	padding: 0;
	margin: 1px 0px 0px;
	display: inline-block;
}

.footershare li a {
	border-radius: 10px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	padding-right: 0px;
	text-decoration: none;
	transition: 0.5s;
}

.footershare li a:hover {
	color: #DB3160;
	border: 1px solid #DB3160;
}

.footershare li a i {
	font-size: 14px;
	color: #fff;
	padding: 10px 0px 0px 0px;
	width: 30px;
}

/* Home Section End */







/*--------------------
START ABOUT AREA CSS
----------------------*/
.about_img img {
	width: 100%;
}
.about-tbl {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 0px; width:100%;
}

.about-tbl .td-label {
    text-align: left;
    min-width: 140px;
    vertical-align: top;
}
.about-tbl h3 {
    font-size: 13px;
    line-height: 1;
    padding-left: 5px; margin:7px 0;
}

.about-txt {
    text-align: justify;
    max-width: 95%;
}
.about_info {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
}
.about_info ul {
	width: 50%;
	float: left;
}
.about_info ul li p {
	display: inline-block;
	color: #372DB4;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	margin-right: 4px;
}
.about_info ul li span {}
.about_info ul li p:after {
	content: ":";
}
.about_btn .btn {
	width: 162px;
	margin-right: 19px;
	display: inline-block;
	text-align: center;
}
.about_content {
	padding-top: 0px;
	padding-bottom: 5px;
}
.about_content p {
	margin: 0;
	text-align: justify;
}
.about_btn {
	padding-top: 32px;
}
.about_content h5 {
	margin: 0;
	padding: 5px;
	color: #DB3160;
	font-size: 14px;
}

/*--------------------
ABOUT AREA ENDS
----------------------*/



/*--------------------
SERVICE AREA
----------------------*/
.service_area.section_padding {
	padding-bottom: 57px;
}
.single_service .service_icon,
.single_service .service_content {
	display: inline-block;
}
.single_service .service_icon {
	vertical-align: top;
}
.single_service .service_icon span {
	color: #372DB4;
	font-size: 30px;
	line-height: 52px;
	width: 54px;
	border: 1px solid #372DB4;
	text-align: center;
}
.single_service .service_content {
	width: calc(100% - 58px);
	padding-left: 21px;
	padding-top: 0px;
}
.service_title {
	font-size: 16px;
	color: #000;
}
.service_content p {
	padding-top: 10px;
}
.single_service {
	padding-bottom: 20px;
}

.clsider {
	padding: 0 10px;
}
.clsider img {
	max-width: 100%;
}
.clients_area.section_padding {
	background: #f7f7f7;
}

/*------ SERVICE AREA END ------*/


/*--------------------
PORTFOLIO AREA
----------------------*/
.filter_area ul li {
	display: inline-block;
	color: #DB3160;
	font-size: 12px;
	padding: 0 5px;
	line-height: 30px;
	cursor: pointer;
	border: 1px solid transparent;
}
.filter_area ul li.active {
	color: #fff;
	font-weight: 400;
	background-color: #DB3160;
}
.single_payment_item {
	margin-top: 30px;
}
.single_payment_item figure {
	position: relative;
}
.single_payment_item figure:before {
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.single_payment_item:hover figcaption {
	opacity: 1;
	visibility: visible;
}
.single_payment_item:hover figure:before {
	opacity: 1;
	visibility: visible;
}
.single_payment_item figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.single_payment_item figcaption p {
	text-transform: uppercase;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	font-weight: 400;
	color: #000;
	transform: translateY(-20px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single_payment_item .classless span {
	line-height: 30px;
	width: 30px;
	position: relative;
	transition: 0.3s;
	text-align: center;
	color: #7d7d7d;
}
.single_payment_item .classless .icon+.icon {
	margin-left: 15px;
}
.single_payment_item .classless .icon {
	position: relative;
	display: inline-block;
}
.single_payment_item .classless .icon:hover span {
	color: #362cb1;
}
.single_payment_item .classless .icon:hover:before {
	border-color: #362cb1;
}

/*--------------------
PORTFOLIO AREA END
----------------------*/

/*-----Authorized WRAPPER -----*/
	.authorized_wrapper{
		text-align: center;
	}
	.authorized_img {
	    padding-top: 10px;
	}
	.authorized_img img{
		width: 80px;
		height: 80px;
	}
	.client_info{
		padding-top: 12px;
	}
	.client_info p{
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		color: #3e3e3e;
	}
	.client_info span{
		color: #3e3e3e;
	}
	.owl-carousel .owl-item img{
		display: inline-block;
		width: initial;
	}
	.slider_nav{
		text-align: center;
	}
	.slider_nav {
	    text-align: center;
	    margin-top: 10px;
	}
	.slider_nav span{
		display: inline-block;
		line-height: 34px;
		cursor: pointer;
		margin-right: 20px;
		width: 36px;
		color: #3e3e3e;
		border: 1px solid #e0e0e0;
	}
	.slider_nav span:last-child{
		margin: 0;
	}
/*------ TESTIMONIAL AREA END ------*/




/*--------------------
PAYMENT AREA
----------------------*/
.filter_area ul li.active {
	color: #fff;
	font-weight: 400;
	background-color: #DB3160;
}
.single_payment_item {
	margin-bottom: 30px;
}
.single_payment_item figure {
	position: relative;
}
.single_payment_item figure:before {
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.filter_area {
	margin-bottom: 24px;
}
.single_payment_item:hover figcaption {
	opacity: 1;
	visibility: visible;
}
.single_payment_item:hover figure:before {
	opacity: 1;
	visibility: visible;
}
.single_payment_item figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.single_payment_item figcaption p {
	text-transform: uppercase;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	font-weight: 400;
	color: #000;
	transform: translateY(-20px);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio_img img {
	width: 100%;
}
.single_payment_item .classless span {
	line-height: 30px;
	width: 30px;
	position: relative;
	transition: 0.3s;
	text-align: center;
	color: #7d7d7d;
}
.single_payment_item .classless .icon+.icon {
	margin-left: 15px;
}
.single_payment_item .classless .icon {
	position: relative;
	display: inline-block;
}
.single_payment_item .classless .icon:hover span {
	color: #362cb1;
}
.single_payment_item .classless .icon:hover:before {
	border-color: #362cb1;
}
.single_payment_item .classless .icon:before {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
}
.single_payment_item:hover figcaption p {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.single_payment_item:hover .classless,
.single_payment_item:hover figcaption p {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	opacity: 1;
	visibility: visible;
	-o-transform: translate(0);
	transform: translate(0);
}
.classless {
	margin-top: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: visible;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.classless .icon {
	cursor: pointer;
}

/*--------------------
PAYMENT AREA END
----------------------*/

/*--------------------
CONTACT AREA
----------------------*/
.contact_form1 input {
	line-height: 50px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #eaeaea;
}
.form-group input {
	line-height: 34px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #eaeaea;
	box-shadow: 2px 2px 2px #DB3160;
}
.form-group select {
	line-height: 34px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #eaeaea;
	box-shadow: 2px 2px 2px #DB3160;
}
.form-group textarea {
	line-height: 34px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #eaeaea;
	box-shadow: 2px 2px 2px #DB3160;
}
.contact_form1 input {
	line-height: 40px;
	width: 100%;
	padding: 0 20px;
	border: 1px solid #eaeaea;
}
textarea {
	padding: 20px;
	width: 100%;
	border: 1px solid #eaeaea;
}
.contact_txt {
	text-align: center;
	padding-bottom: 54px;
}
.contact_txt p {
	color: #4c4c4c;
}
.contact_form_wrapper textarea {
	margin-bottom: 10px;
}
.contact_form_wrapper input {
	margin-bottom: 10px;
}
.contact_form_wrapper button.btn {
	line-height: 50px;
	padding: 0 40px;
	background: transparent;
	font-weight: 400;
	font-size: 12px;
	color: #DB3160;
}
.contact_form_wrapper button.btn:hover {
	color: #362cb1;
}
.contact_info .info_title {
	color: #DB3160;
	font-weight: 400;
	padding-bottom: 14px;
	line-height: 26px;
}
.contact_info p {
	margin: 0;
}
.contact_info li+li {
	padding-top: 18px;
}
.contact_info li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
}

/* Contact info */
.contact-info-block {
	position: relative;
	text-align: left;
	width: 100%;
	display: block;
	margin: 0;
	padding: 20px 10px 20px 0;
}
.contact-info-block:last-child {
	margin-bottom: 30px;
}
.contact-info-block .ci-icon {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
}
.ci-text {
	/* position: relative; */
	
	padding-left: 50px;
}
.contact-info-block h5 {
	margin: 5px 0;
}
.contact-info-block .pe-7s-icon {
	position: relative;
	font-size: 30px;
	color: #ff724c;
}

/* /Contact info */
.get-direction {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0px 10px 0px 0;
}

/* Google map area */
#google_map {
	height: 18px;
	margin-top: 13px;
	width: 100%;
}
.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------
CONTACT AREA END
----------------------*/


.profile img {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 10px solid #fff;
	margin-top: -6rem;
	background-color: #fff;
}
.content h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.content h2 small {
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
	border-radius: 30px;
	padding: 5px 10px;
	background-color: #DB3160;
}
.content {
	background-position: left center;
	background-size: contain;
	padding: 30px 30px 0;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
}
.img-fluid {
	max-height: 15rem;
	object-fit: contain;
}
.service_icon {
	text-align: left;
	border: 1px solid #dbdbe8;
	padding: 10px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 0 6px 20px 0 #dbdbe8;
	border-radius: 7px;
}
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
#myImg:hover {
	opacity: 1;
}
.
.mfp-close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	color: red;
	border-radius: 100%;
	padding-top:
}
.product-enquiry-btn {
	position: absolute;
	padding: 4px 15px;
	right: 10;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	background: linear-gradient(to right, #DB3160 0%, #DB3160 100%);
	border: 3px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.payment h4 {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	color: #428bca;
	border-bottom: 1px solid #e6e6e6
}
.payment_detail {
	text-align: left;
}
.share h4 {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	color: #db3160;
	border-bottom: 1px solid #e6e6e6
}

/*===  contact-us-page--ends  ===*/
.quicklinks {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 999;
	margin-right: -140px;
	transition: all 0.2s linear;
	text-align: left;
}
.quicklinks ul {
	padding: 0;
	margin: 0;
}
.quicklinks ul li {
	list-style: none;
}
.quicklinks ul li a {
	color: #fff;
	display: block;
	line-height: 35px;
	background: #DB3160;
	padding-right: 10px;
	margin-bottom: 1px;
	transition: all 0.2s linear;
	text-align: left;
}
.quicklinks ul li a i {
	width: 45px;
	text-align: center;
	margin-right: 0;
	line-height: 30px;
}
.quicklinks ul li a:hover {
	background: #DB3160;
	text-decoration: none;
}
.quicklinks:hover {
	margin-right: 0;
}
.form-input {
	display: block;
	width: 100%;
	height: calc(2.0625rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #495057;
	background-color: #FFFFFF;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-field {
	width: 360px;
	background: #fff;
	color: #a3a3a3;
	font: inherit;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
	border: 0;
	outline: 0;
	padding: 22px 18px;
}
.shareform {
	width: 360px;
	color: $input-text-color;
	font: inherit;
	border: 0;
	outline: 0;
	padding: 22px 18px;
}


/* Services */
.service-block {
	text-align: center;
}
.service-block img {
	max-width: 100px;
	max-height: 74px;
	margin: 0 0 0px;
}
.service-icon {
	font-size: 60px;
	color: #ff724c;
	margin: 5px 0 18px;
}
.service-block p {
	color: #DB3160;
	font-family: 'Uniform', sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	margin-top: 0;
	text-align: center;
	font-size: 12px;
}

.contact-action-container-icon {
	display: inline-block;
	/* vertical-align: middle; */
	
	width: 30px;
	height: 25px;
	text-align: center;
	line-height: 30px;
	color: #DB3160;
	background-color: #ffffff;
	font-size: 18px;
	border-radius: 100%;
	/* padding-bottom: -3px; */
	
	padding-top: 8px;
}
.contact-action-container-text {
	color: #ffffff;
	margin-left: 10px;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	font-family: 'Uniform Medium';
	word-break: break-word;
}
.whatsapp-input {
	text-align: left;
	display: flex;
}
.whatsapp-input input {
	-webkit-appearance: none;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	padding: 10px;
	outline: none;
	font-size: 12px;
	width: 98%;
	color: rgba(0, 0, 0, 0.6);
	padding-left: 40px;
	height: 51px;
}
.whatsapp-button {
	-webkit-appearance: none;
	padding: 10px;
	font-size: 13px;
	background-color: #51B14D;
	opacity: 0.9;
	color: #fff;
	border: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
	margin-left: 10px;
	display: flex;
	align-items: center;
}
.whatsapp-button i {
	font-size: 16px;
	margin-right: 10px;
}
.input-wrapper {
	position: relative;
	flex: 1;
}
.input-wrapper label {
	position: absolute;
	left: 10px;
	top: 12px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 13px;
}
.shadow-buttons {
	display: flex;
	justify-content: center;
	margin: -5px;
}
.shadow-button {
	padding: 10px 2px;
	font-size: 13px;
	color: #F1F1F1;
	margin: 5px;
	background: rgba(72, 72, 72, 0.55);
	flex: 1;
	border-bottom: 6px solid #37393A;
	display: inline-block;
}
.shadow-button .shadow-button-icon {
	color: #F1F1F1;
	vertical-align: middle;
	font-size: 15px;
	margin-right: 10px;
	margin-top: -2;
}



/* Gallery CSS Starts */
.images-container {
	column-count: 3;
	-webkit-column-count: 3;
	column-gap: 0;
	-webkit-column-gap: 0;
}
.images-container .image-wrapper {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	padding: 3px;
}
.images-container .image-wrapper img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.images-container .image-wrapper img:hover {
	opacity: 0.7;
}

/* Gallery CSS Completed */



/* Enquiry form CSS start */
.enquiry-form input[type=text],
select,
textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 6px;
	resize: vertical;
	outline: none;
	font-size: 14px;
	font-family: 'Uniform', sans-serif;
}
.enquiry-form input[type=button] {
	background-color: #DB3160;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin: 6px 0;
	font-family: 'Uniform', sans-serif;
}
.enquiry-form input[type=button]:disabled {
	opacity: 0.3;
}
.enquiry-form .enquiry-phoneNumber {
	flex: 1;
	margin-right: 5px;
}
.enquiry-form .enquiry-email {
	flex: 1;
	margin-left: 5px;
}

/* Enquiry form CSS Completed */




/*--------------------
SIDEBAR AREA CSS
----------------------*/
aside.nav_sidebar {
	width: 160px;
}
.site {
	height: 100%;
}
.toggle_icon {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.toggle_icon span {
	font-size: 26px;
	color: #DB3160;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.toggle_icon span:hover,
.nav_sidebar.shrinked .toggle_icon span {
	color: #fff;
}
aside.nav_sidebar {
	height: 100%;
	position: fixed;
	left: 0;
	display: inline-block;
	z-index: 999;
	top: 0;
	bottom: 0;
	box-shadow: 5px 0 30px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
}
aside.nav_sidebar.shrinked {
	width: 100px;
}
aside.nav_sidebar.shrinked~.main_content {
	left: 100px;
}
aside.nav_sidebar.shrinked .main_menu>ul>li {
	text-align: center;
}
aside.nav_sidebar.shrinked .main_menu>ul>li span {
	padding: 0;
}
aside.nav_sidebar.shrinked .main_menu>ul>li:before {
	display: none;
}
.header_top p {
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	background: #fff;
	margin: 0;
	padding-bottom: 9px;
}
aside.shrinked .header_top p {
	display: none;
}
aside.shrinked .head_img_wrap {
	padding: 8px 5px;
}
.head_img_wrap {
	padding: 20px 20px 14px;
	background: #fff;
	border-bottom: 5px solid #DB3160;
}
.head_img_wrap img {
	width: 100%;
	border-radius: 10%;
}
.menu_toggler {
	display: none;
}
.main_menu ul li+li {
	color: #69342e;
}
.main_menu>ul>li span {
	font-size: 22px;
	padding-right: 10px;
	display: inline-block;
	padding-left: 10px;
}
.nav_sidebar.shrinked .main_menu>ul>li p {
	position: absolute;
	transform: rotate(-90deg);
	width: 100%;
	left: -37px;
	z-index: -1;
	opacity: 0.3;
}
aside.nav_sidebar.shrinked .main_menu>ul>li.active p {
	opacity: 1;
}
.main_menu>ul>li p {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	vertical-align: 6px;
}
.main_menu>ul>li>a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_menu ul li a {
	display: block;
}
.main_menu>ul>li a,
.main_menu>ul>li span,
.main_menu>ul>li p {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}

.main_menu>ul>li a,
.main_menu>ul>li span,
.main_menu>ul>li p :hover {
	color: #fff;
}
.main_menu ul li.active a span,
.main_menu ul li.active a p {
	color: #fff;
}
.main_menu>ul>li {
	position: relative;
	text-align: left;
}




/* Footer Menu CSS Starts */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

footer.footer {
	text-align: center;
	background: #ededed;
	border-top: 1px solid #ededed;
}
footer p {
	margin: 0;
	font-size: 14px;
	color: #9f9f9f;
	padding: 30px 0;
}
.footer-menu {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0;
	list-style-type: none;
	overflow: auto;
	position: relative;
	display: flex;
	background-position: left center, right center, left center, right center;
	background-repeat: no-repeat;
	background-color: #DB3160;
	background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
	background-attachment: local, local, scroll, scroll;
}
.footer-menu li {
	flex: 1;
	min-width: 80px;
}
.footer-menu .footer-menu-link {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 8px;
	box-sizing: border-box;
	color: #fff;
	border-left: 1px solid #DB3160;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	z-index: -1;
}
.footer-menu .footer-menu-icon {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}
.footer-menu .footer-menu-text {
	font-size: 12px;
}

/* Footer Menu CSS Completed */

/* Copyright css start */
.copyright-wrapper {
	color: rgba(0, 0, 0, 0.8);
	background-color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.copyright-wrapper-inner {
	background-color: #762D47;
	padding: 5px;
}
.copyright-wrapper a {
	color: rgba(0, 0, 0, 0.8);
}

/* Copyright css completed */

/* Modal CSS Start */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
}

/* The Close Button */
.close {
	position: absolute;
	top: 7px;
	right: 7px;
	color: #DB3160;
	font-size: 30px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* Modal CSS End */



/* Share Form in modal Start*/
.share-modal {
	padding-top: 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
}
.share-form {
	background-color: #F1F1F1;
}
.share-form .share-form-header {
	position: relative;
	padding: 20px 0;
}
.share-form .share-form-header .share-form-header-text {
	padding-top: 12px;
	margin: 0;
}
.share-form .share-form-header .close {
	top: 18px;
	color: #555555;
}
.share-form-buttons-container {
	margin-bottom: 40px;
}
.share-buttons-heading {
	position: relative;
	padding: 0 60px;
}
.share-buttons-heading .share-buttons-arrow {
	position: absolute;
	left: 35px;
	top: 16px;
	width: 30px;
	transform: rotateZ(15deg);
}
.share-buttons-heading .share-buttons-heading-text {
	text-align: left;
	font-family: Shadows Into Light;
	line-height: normal;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #D34544;
	margin: 10px 0;
}
.share-buttons {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	align-items: center;
}
.share-buttons .share-button {
	padding: 4px;
	list-style: none;
}
.share-buttons .share-button i {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	overflow: hidden;
	line-height: 1.1em;
	color: #fff;
	display: block;
	cursor: pointer;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.share-buttons.inprofile {
	margin: -21px;
	background-color: #fff;
	margin-left: -19px;
	margin-right: -19px;
}

.share-btn {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	align-items: center;
}
.share-btn .share-btn {
	padding: 4px;
	list-style: none;
}
.share-btn .share-btn i {
	box-sizing: border-box;
	position: relative;
	margin: 0;
	overflow: hidden;
	line-height: 1.1em;
	color: #fff;
	display: block;
	cursor: pointer;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.share-btn.inprofile {
	margin: -21px;
	background-color: #fff;
	margin-left: -19px;
	margin-right: -19px;
}

.share-buttons.inprofile .share-button {
	padding: 6px;
}
.share-buttons.inprofile .share-button i {
	padding: 0;
	height: 27px;
	width: 27px;
	font-size: 12px;
	border-radius: 50%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
}
.share-button-whatsapp {
	background-color: #29a71a;
}
.share-button-sms {
	background-color: #1598d5;
}
.share-button-facebook {
	background-color: #4863ae;
}
.share-button-twitter {
	background-color: #46c0fb;
}
.share-button-skype {
	background-color: #00a2ed;
}
.share-button-pinterest {
	background-color: #cb2027;
}
.share-button-linkedin {
	background-color: #007bb6;
}
.share-button-instagram {
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.share-button-youtube {
	background-color: #f00;
}
.share-button-mail {
	background-color: #4e6cf7;
}
.share-button-googleplus {
	background-color: #dd4b39;
}
.share-button-call{
	background-color: #dd4b39;
}
/* Share Form in modal Completed*/


.gate {
	display: inline-block;
	width: 215px;
	padding: 10px 0 10px 15px;
	font-family: "Open Sans", sans;
	font-weight: 400;
	color: #377D6A;
	background: #efefef;
	border: 0;
	border-radius: 3px;
	outline: 0;
	text-indent: 65px;
	transition: all .3s ease-in-out;
}
.gate::-webkit-input-placeholder {
	color: #efefef;
	text-indent: 0;
	font-weight: 300;
}
.gate+label {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px;
	text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
	background: #7AB893;
	transition: all .4s ease-in-out;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transform-origin: left bottom;
	z-index: 99;
}
.gate+label:before,
.gate+label:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	background: #377D6A;
	transform-origin: left bottom;
	transition: all .4s ease-in-out;
	pointer-events: none;
	z-index: -1;
}
.gate+label:before {
	background: rgba(3, 36, 41, 0.2);
	z-index: -2;
	right: 20%;
}
span:nth-child(2) .gate {
	text-indent: 85px;
}
span:nth-child(2) .gate:focus,
span:nth-child(2) .gate:active {
	text-indent: 0;
}
.gate:focus,
.gate:active {
	color: #377D6A;
	text-indent: 0;
	background: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.gate:focus::-webkit-input-placeholder,
.gate:active::-webkit-input-placeholder {
	color: #aaa;
}
.gate:focus+label,
.gate:active+label {
	transform: rotate(-66deg);
	border-radius: 3px;
}
.gate:focus+label:before,
.gate:active+label:before {
	transform: rotate(10deg);
}
.row:first-child {
	padding: 40px 30px;
}
.row:nth-child(2),
.row:nth-child(8),
.row:nth-child(10) {
	background: #134A46;
}
.row span {
	position: relative;
}
.swing {
	display: inline-block;
	width: 280px;
	padding: 10px 0 10px 15px;
	font-family: "Open Sans", sans;
	font-weight: 400;
	color: #377D6A;
	background: #efefef;
	border: 0;
	border-radius: 3px;
	outline: 0;
	text-indent: 60px;
	transition: all .3s ease-in-out;
}
.swing::-webkit-input-placeholder {
	color: #efefef;
	text-indent: 0;
	font-weight: 300;
}
.swing+label {
	display: inline-block;
	position: absolute;
	left: 50px;
	padding: 11px 8px;
	text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
	background: #DB3160;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transform-origin: 2px 2px;
	transform: rotate(0);
	animation: swing-back .4s 1 ease-in-out;
	color: white;
}
@keyframes swing {
	0% {
		transform: rotate(0);
	}
	
	20% {
		transform: rotate(116deg);
	}
	
	40% {
		transform: rotate(60deg);
	}
	
	60% {
		transform: rotate(98deg);
	}
	
	80% {
		transform: rotate(76deg);
	}
	
	100% {
		transform: rotate(82deg);
	}
}
@keyframes swing-back {
	0% {
		transform: rotate(82deg);
	}
	
	100% {
		transform: rotate(0);
	}
}
.swing:focus,
.swing:active {
	color: #377D6A;
	text-indent: 0;
	background: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.swing:focus::-webkit-input-placeholder,
.swing:active::-webkit-input-placeholder {
	color: #aaa;
}
.swing:focus+label,
.swing:active+label {
	animation: swing 1.4s 1 ease-in-out;
	transform: rotate(82deg);
}




/* General button style */
.btn-new {
  border: none;
  font-family: 'Uniform';
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  margin: 0px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-new:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn-new:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}



/* General button style */
.share-btn {
  border: none;
  font-family: 'Uniform';
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  margin: 1px 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
   padding: 0px 15px 5px 40px;
}

.share-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.share-btn:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
   background: rgba(0,0,0,0.15);
}

.whatsapp-btn {
  background: #3bc42b;
  color: #fff;
  padding-top: 7px;
}

.whatsapp-btn:hover {
  background: #29a71a;
}

.whatsapp-btn:active {
  background: #2980b9;
  top: 2px;
}

.whatsapp-btn:before {
    position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.5;
	font-size: 17px;
	width:35px;
}


.call-btn {
  background: #6c86cd;
  color: #fff;
  padding-top: 5px;
}

.call-btn:hover {
  background: #4863ae;
}

.call-btn:active {
  background: #2980b9;
  top: 2px;
}

.call-btn:before {
    position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 1.5;
	font-size: 17px;
	width:35px;
}






/* Icon separator */
.btn-sep {
 padding: 0px 0px 12px 50px;
}

.btn-sep:before {
  background: rgba(0,0,0,0.15);
}

/* Button 1 */
.btn-1 {
  background: #3498db;
  color: #fff;
  padding-top: 12px;
}

.btn-1:hover {
  background: #2980b9;
}

.btn-1:active {
  background: #2980b9;
  top: 2px;
}

.btn-1:before {
    position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2;
	font-size: 135%;
	width: 45px;
}

/* Button 2 */
.btn-2 {
  background: #2ecc71;
  color: #fff;
  padding-top: 12px;
}

.btn-2:hover {
  background: #27ae60;
}

.btn-2:active {
  background: #27ae60;
  top: 2px;
}

.btn-2:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2;
  font-size: 135%;
  width: 45px;
}

/* Button 3 */
.btn-3 {
  background: #e74c3c;
  color: #fff;
  padding-top: 12px;
}

.btn-3:hover {
  background: #c0392b;
}

.btn-3:active {
  background: #c0392b;
  top: 2px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 2;
  font-size: 135%;
  width: 45px;
}

/* Button 3 */
.btn-4 {
  background: #34495e;
  color: #fff;
}

.btn-4:hover {
  background: #2c3e50;
}

.btn-4:active {
  background: #2c3e50;
  top: 2px;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 135%;
  width: 45px;
}

/* Icons */

.icon-cart:before {
  content: "\f07a";
}

.icon-heart:before {
  content: "\f55a";
}

.icon-info:before {
  content: "\f05a";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.icon-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}


.bg {
  background-image: url("../img/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



$pp-purple: #861a54;
$pp-blue: #054f7d;
$pp-ltblue: #00a7cf;
$sp-yellow: #efe348;


.bg-gradient {
  align-items: center;
  background-image: linear-gradient(to right, $pp-blue,$pp-ltblue,$sp-yellow,$pp-purple,$pp-blue);
  background-size: 600%;
  background-position: 0 0;
  box-shadow: inset 0 0 5em rgba(0,0,0,.5);
  display: flex;
  font-family: 'Lato', Arial, sans-serif;
  height: 100%;
  justify-content: center;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;
}

@keyframes gradients {
    0%   {background-position: 0 0;}
    25% {background-position: 50% 0;}
    50% {background-position: 90% 0;}
    60% {background-position: 60%;}
    75% {background-position: 40%;}
    100%  {background-position: 0 0;}
}



.gradient-background {
   background: linear-gradient(62deg, #762D47, #DB3160, #820427, #762D47);
     animation: gradient 15s ease infinite; 
      background-size: 400% 400%;
  
}
@-webkit-keyframes gradient{
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
     background-position: 0% 50%;
  }
}
@keyframes gradient{
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
     background-position: 0% 50%;
  }
}