body{
	font-family: 'Dosis', sans-serif;
}
p{
	font-family: 'Montserrat', sans-serif;
}
a{
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	color: #f20089!important;

}
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}

.main-title:after,
.section-title:after {
	content : url(../images/border.svg);
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.container {
		width: 1410px;
	}
}

.accent-bg {
    background-image: linear-gradient(#ff7fc7 0%, #c53084 100%);
    color: #fff;
    background-color: #ff7fc7;
}

.primary-bg {
    background-color: #fff;
}

.section-title h2 {
}

.main-title,
.section-title {
	position: relative;
}

.section-title {
	margin-bottom: 60px;
}

/*Header*/

.navbar-default {
    background-color: #000;
}
.navbar-right {
    padding: 20px 0;
}

.navbar-default .navbar-nav>li>a {
	color: #ddd !important;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #f20089 !important;
}

.navbar-brand img,
.navbar-right,
.navbar-brand h3  {
    transition: all 0.3s ease-in-out;
}
.navbar-default.is-stuck .navbar-brand img {
    width: 40px;
    height: auto;
}

.navbar-default.is-stuck .navbar-right {
    padding: 10px 0;
}
.navbar-default.is-stuck .navbar-brand h3 {
    font-size: 16px;
    margin: 0;
}
.navbar-brand {
	height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-brand h3 {
    color: #ddd;
    font-weight: 600;
}

.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #f20089;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 7px;
}
.navbar-toggle {
    padding: 20px 10px;
}
@media (max-width: 1023px){

	.navbar-brand h3 {
		display: none;
	}
}

header{
	background: url(../images/hero-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.section_overlay{
	background: rgba(0,0,0, .5);
}
.home_text{
	padding-top: 210px;
	padding-bottom: 210px;
}
.home_text h1{
	color: #fff;
	font-size: 90px;
	font-family: 'Allura', cursive;
    letter-spacing: 0.05em;
	font-weight: 900;
}

.home_text h1 span {
	color: #f20089;
}

.home_text p{
	color: #dac3e8;
	font-size: 20px;
	text-transform: uppercase;
}

.home_text img{}
.scroll_down{
	padding-bottom: 50px;
}
.scroll_down h4{
	font-size: 12px;
	color: #ddd;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}


/*Services*/
.services{
	padding-top: 96px;
	padding-bottom: 96px;
}

.services .col-md-4 {
    padding: 40px;
}
.progress-bar-wrap h2 {
    color: #ff7fc7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}
.single_service i{
	font-size: 35px;
	color: #ff7fc7;
}
.single_service h2{
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
}
.single_service p{
    line-height: 1.3;
	color: #fff;
	font-size: 14px;
}
.single_progress_bar .progress {
	height: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #d5d5d5;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.single_progress_bar .progress-bar {
    background-color: #ff7fc7;
}
.single_progress_bar h3{
	font-size: 14px;
}

.top-zero {
	color: #ff7fc7;
}

.about_us_area {
	padding-top: 85px;
	padding-bottom: 85px;
}


.about_us_p,
.about_us_p a{
	font-size: 24px;
	color: #272727;
	font-family: 'Caveat', cursive;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.about_title h2{
	font-size: 25px;
	color: #3d3d3d;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 21px;
}
.about_title img{
	margin-bottom: 70px;
}

/** highlight **/

.highlight {
	background: url(../images/hero-bg.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;
}
.highlight .section_overlay {
    padding: 40px 0;
}

.highlight h2{
	color: #fff;
}

/*Testimonial*/
.testimonial{
		padding-top: 130px;
	padding-bottom: 80px;
}
.testimonial{

}
.testimonial .icon:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #f73b56;
	top: 110px;
	left: 50%;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-left: -40px;

}
.testimonial .icon i{
color: #fff;
font-size: 47px;
position: absolute;
z-index: 555;
left: 50%;
margin-left: -23px;


}
.single_testimonial p{
color: #404040;
font-size: 18px;
font-family: 'Dosis', sans-serif;
letter-spacing: 1px;
padding-top: 110px;

}
.single_testimonial h4{
	color: #404040;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px
}



/*Fun Facts*/
.fun_facts{
	border-top: 50px;
	background: url(../images/header_bg.jpg);
	background-attachment: fixed !important;
	background-repeat: repeat;

}
.fun_facts .section_overlay{
background: rgba(71,71,71,.8);
padding-bottom: 30px;
}
.single_count{
padding-top: 120px;
}
.single_count i{
	color: #f73b56;
	font-size: 24px;
}
.single_count h3{
font-family: 'Montserrat', sans-serif;
color: #fff;
font-size: 40px;
font-weight: bold;
margin-bottom: 0px;
}
.single_count p{
font-family: 'Dosis', sans-serif;
color: #fff;
font-size: 14px;
text-transform: uppercase;
position: relative;
}
.single_count p:before{
content: "";
position: absolute;
width: 16px;
height: 1px;
left: 0;
bottom: -4px;
background: #ef4251;
}
.imac{
position: relative;
margin-top: -40px;
}

img.profile-pic {
    margin: 0 auto;

}

.imac img{
	width: 100%;
}

@media(max-width: 767px){
	.imac{
		margin-top: 20px
	}
}
.single_image{
	margin-right: 3px;
	position: relative;
	transition: all 1s;
}
.single_image img{
	width: 100%;

}
.single_image:hover div.image_overlay{
	display: block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.image_overlay{
position: absolute;
width: 100%;
height: 100%;
background: #ff7fc7 ;
text-align: center;
top: 0;
display: none;
transition: all 0.3s;

}

.image_overlay a{
color: #000;
text-decoration: none;
text-transform: lowercase;
}

.image_overlay a.preview{
position: absolute;
top: 20px;
right: 20px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}


.image_overlay a.preview{
position: absolute;
top: 20px;
right: 20px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}

.image_overlay h2{
position: absolute;
bottom: 28px;
left: 20px;
font-size: 25px;
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
}
.image_overlay h4{
position: absolute;
bottom: 11px;
left: 20px;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
.image_overlay .nav-pills {
	padding: 0;
    display: inline-block;
    margin-top: -26px;
    top: 50%;
    position: relative;
}

.image_overlay .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.image_overlay .nav-pills li a{
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	border-radius: 40px;
	-webkit-animation: scaleIn 400ms linear 100ms both;
	animation: scaleIn 400ms linear 100ms both;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.image_overlay .nav-pills li a:hover {
  color: #89612e;
  border-color: #89612e;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}

.work_area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.work_title{}
.work_title h1{
	font-size: 25px;
	color: #f20089;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.work_title img, .contact_title img{
	margin-bottom: 30px;
}
.work_title p, .contact_title p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 100px;
}
.last_padding {
	padding-right: 0px;
}
.pad_top {
	padding-top: 2px;
}
.left h2{
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.left p{
	margin-bottom: 60px;
	font-size: 14px;
	color: #fff;
}
.baton{
	margin-top: 65px;
}
.cs-btn, .cs-btn:active, .cs-btn:visited, .cs-btn:focus{
	color: #fff;
	background-color: #000;
	border-radius: 0px;
	outline: none;
	padding: 10px 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 1s;
}
.cs-btn:hover{
	background: #f74d65;
	border-color: #f74d65;
}
.call_to_action .container{
	padding-bottom: 60px;
	border-bottom: 1px solid #ddd;
}

/*Contact*/
.contact {
	padding-top: 80px;
	padding-bottom: 20px;
}

.contact_title h2 {
	color: #fff;
	font-size: 25px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single_contact_info{
padding-bottom: 21px;
}
.single_contact_info h2{
text-transform: uppercase;
color: #fff;
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 1px;
}
.single_contact_info p{
font-size: 15px;
color: #fff;
}






.contact-form{
background-color: #f1f1f1;
padding: 30px;
}
.contact-form .form-control{
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 0px solid #fff;
}
.contact-form #message{
	height: 104px;
}
.form_submit{
width: 100%;
background: #f73b56;
border-radius: 0px;
color: #fff;
padding-top: 13px;
padding-bottom: 10px;
transition: all 1s;
}


.work-with {
padding-bottom: 60px;
padding-top: 10px;
}
.work-with h1 {
	text-transform: uppercase;
}

.work-with h3{
    font-family: 'Allura';
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.05em;
}
.single_contact_info  a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #fff;
}

.single_contact_info  a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #ffd3df !important;
}

.single_contact_info  a:hover {
    color: #fff !important;
}

@media  (max-width: 767px){
	.home_text h1 {
		font-size: 60px;
	}
	.work-with h3{
		font-size: 40px;
	}
}

/*Footer*/
footer{
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_logo{}
.footer_logo img{}
.social{
	padding-top: 65px;
}
.social h2{
text-transform: uppercase;
font-size: 16px;
}
ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
text-align: center;
margin-top: 20px;
}
ul.icon_list li{
display: inline;
padding-left: 3px;
padding-right: 3px;
}
ul.icon_list li a{
display: inline-block;
color: #636363;
border: 1px solid #636363;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_list li a:hover{
	color: #f73b56;
	border-color:#f73b56;
}
.copyright_text{
padding-top: 80px;
}
.copyright_text p{
color: #636363;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 0px;
letter-spacing: 0px;
}
.copyright_text a{
	color:#f73b56;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	}

/*** Gallery **/


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #f20089;
  border: 1px solid #f20089;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
}
