/* Style css */

body.main{
	font-family:muskregular;
	color:#2d2d2d;
	font-size:36px;
	line-height:60px;
	background:#fff;
}
a{
	text-decoration:none;
	color:#af2854!important;
}
nav .container{
	max-width:1450px;
}
#header{
	margin-top:20px;
	-webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}

#header.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
	margin-top:0px;
	background:#fff;
	z-index: 999
}
a.navbar-brand{
	font-family:gilmerheavy;
	font-size:46px;
	color:#af2854;
	text-decoration:none;
}

.navbar-nav li a{
	font-size:24px;
	line-height:22px;
	font-family:gilmerbold;
	text-decoration:none;
	padding:15px 0;
}
.navbar-nav ul{
	margin:0;
	padding:0;
}
.navbar-nav li{
	list-style:none;
	margin-left:50px;

}
section.section{
	padding:180px 0;
	width:100%;
	float:left;

}
a.btn{
	background:#af2854;
	color:#fff!important;
	padding:8px 20px!important;
	border-radius:0;


}
a.btn:before{
	display:none;
}
.navbar-toggler{
	padding:0!important;
	outline:none;
}
.fixed a.navbar-brand{
	padding:0!important;
}

.navbar{
	padding:0!important;
}
.navbar-nav li a{
	position:relative;
}
.navbar-nav li a.current:before, .navbar-nav li a:hover:before{
	width:100%;
	opacity:1;
}
.navbar-nav li a:before{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width:0;
    content:"";
	position:absolute;
	bottom:-2px;
	height:2px;
	background:#af2854;
	opacity:0;
}
.navbar-toggler i{
	font-size: 40px;
    color: #af2854;
}
.intro{
	padding:100px 0!important;
}
.intro h2{
	color:#2d2d2d;
	font-size:43px;
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-family:muskbold;
	margin-bottom:20px;
}
.intro h1{
	color:#af2854;
	font-size:89px;
	float:left;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-family:gilmerheavy;
}
.scroll-btn{
	float: left;
    width: 100%;
    text-align: center;
	margin-top:110px;
}
.scroll-btn span{
	font-family:gilmerbold;
	font-size:24px;
	color:#2d2d2d;
	width: 100%;
    float: left;
}
#about-us{

	font-family:muskmedium;
	color:#af2854;
	font-size:48px;
	text-align:center;
	line-height:72px;
}
.green-bg{
	background:#f3f7f7;
}
.pull-right{
	float:right;
}
.pull-left{
	float:left;
}
#meet-jefy .container .row{
	display:block;
}
#meet-jefy img{
	max-width: 400px;

}
#meet-jefy .img-box{
	text-align:center;
}
.light-title{
	color:#af2854;
	font-size:51px;
	font-family:gilmerlight;
	margin-top: 15px;
}
.weight-title{
	color:#af2854;
	font-size:51px;
	font-family:gilmerheavy;
	margin-bottom: 50px;
}
.content-box{
	font-family:muskmedium;
	font-size:36px;
	line-height:48px;
	text-align:justify;
}
.title-section{
	float: left;
    width: 100%;
    text-align: center;
    font-family: gilmerheavy;
    color: #af2854;
    font-size: 72px;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    margin-bottom: 100px;
}
.title-section:after{
	content: "";
    height: 3px;
    width: 70px;
    background: #af2854;
    margin-top: 50px;
    display: inherit;
    text-align: center;
    position: absolute;
    left: 48%;
}
.sub-title-section{
	font-family:muskmedium;
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:100px;
	float: left;
    width: 100%;
    text-align: center;
}
p{
	font-family:muskregular;
	font-size:36px;
	color:#2d2d2d;
	line-height:60px;
}
#our-mission{
	padding:150px 0!important;
}
#our-mission .content-box-num{
	margin-bottom:0;
}
.content-box-num, .content-box-quote{

	float:left;
	width:100%;
	margin-bottom: 120px;

}
.have-num{
	position:relative;
}
.content-box-num p{
	text-align:center;
}
.have-num .num{
	font-family: gilmerheavy;
    font-size: 282px;
    color: #fff;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
    line-height: 180px;
    width: 155px;
    height: 200px;
    text-align: center;
}
.green-num{
	color: #f3f7f7!important;
}

.content-box-num p, .content-box-quote p{
	position:relative;
}
.content-box-quote{
	background:#f1f6f6;
	border: 2px solid #e5eded;
	padding:130px 100px;
}
.content-box-quote p{
	font-family:muskbold;
	font-size:36px;
	line-height:60px;
	text-transform:uppercase;
	text-align:center;
}
.have-num .quote{
	font-size:180px;
	color: #fff;
	position: absolute;
	z-index: 0;
	text-align:center;
}
.quote-1{
	top:-15px;
	left:0;
}
.quote-2{
	bottom:-10px;
	right:0;
}
.content-box-quote{
	position:relative;
}
.content-box-quote  img{
	position:absolute;
	bottom:-15px;

}
.img-right{
	right: -70px;
}
.img-left{
	left: -70px;
}
.under-mission{
	padding-bottom:0!important;
}
.white-bg{
	background:#fff!important;
}
.green-quote{
	color: #f3f7f7!important;
}
.bottom-mission{
	text-align:center;
}
p strong{
	font-family:muskbold;
	font-size:40px;
}
.bottom-mission p{
	font-family:muskmedium;
}
.bottom-mission p strong{
	padding:50px 0;
	display:inline-block;
}
span.medium{
	font-family:gilmermedium;
	color:#af2854;
	font-size:48px;
	line-height: 72px;
}
span.heavy{
	font-family:gilmerheavy;
	color:#af2854;
	font-size:48px;
	line-height: 72px;
}
.under-title-section{
	font-family: muskmedium;
    font-size:48px;
    margin-bottom: 100px;
    float: left;
    width: 100%;
    text-align: center;
	line-height:60px;
}
.under-works{
	padding:0!important;
}
.under-works .content-box-quote{
	margin-top: -200px;
	padding:90px 90px 60px 90px;
}
.under-works .item-box{
	padding: 20px 30px;
    background: #f1f6f6;
    border: 2px solid #e5eded;
    font-family: gilmerbold;
    font-size: 24px;
    color: #af2854;
    position: relative;
    line-height: 32px;
    margin-bottom: 30px;
	display:table;
	width:100%;
	overflow: hidden;
	min-height:108px;
}
.under-works .item-box .num{
	font-family: gilmerheavy;
    font-size: 130px;
    color:#f9fbfb;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 0;
    line-height: 100px;
    width:auto!important;
    height:auto!important;
    text-align: center;
}
.under-works .item-box span.txt, .under-works .item-box i{
	position:relative;
	position: relative;
    display: table-cell;
    vertical-align: middle;

}
.under-works .content-box-quote img.img-left {
    position: absolute;
    bottom: -37px;
}
.under-works .content-box-quote .img-left {
    left: -90px;
}
.under-works .item-box span.txt{
	 padding-left:30px;
}
.under-works .item-box i{
    font-size: 40px;
	width:40px;


}
.sliders.section{
	padding-top:30px;
	padding-bottom: 90px;
}
.title-slider{
	float:left;
	width:100%;
	text-align:center;
	font-size:24px;
	margin-bottom:10px;
	font-family:gilmerbold;
}
.center-slide .title-slider{
	font-size:36px;
	color:#af2854;
}
.slider-description{
	line-height:30px;
	padding:15px;
	opacity:0;
	visibility:hidden;
	font-family: muskregular;
    font-size: 24px;
    color: #2d2d2d;
	text-align:center;
	-webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}
.center-slide .slider-description{
	opacity:1;
	visibility:visible;
}
.sliders span{
	font-family: muskmedium;
    font-size: 36px;
    text-align: center;
    float: left;
    width: 100%;
}
#bottom-slider{
	position:relative;
	background:#f1f6f6;
	padding-bottom:120px!important;
}
.wrap-arrow-f{
	float:left;
	width:100%;
	text-align:center;
	height:30px;
	position:absolute;
	left:0;
	top:-30px;
	line-height: 30px;
}
.wrap-arrow-f img{
	height:100%;
}
.top-title{
	float:left;
	width:100%;
	text-align:center;
	font-family:muskmedium;
	font-size:48px;
	line-height:60px;
}
#contact .top-title{
	font-size:36px;
	margin-bottom: 50px;
}
.d-lg-none{
	display:none;
}
.d-xs-none{
	display:block;
}
#youtube-box p{
	font-family:muskregular;
	font-size:30px;
	line-height:44px;
	margin-bottom:60px;
}
.bottom-content{
	position:relative;

}
#youtube-box .white-r{
	position:absolute;
	width:50%;
	background:#fff;
	right:-25%;
	height:100%;
	border:2px solid #e5eded;
}
.padding-0{
	padding:0!important;
}
#youtube-box{
	position:relative;
	background:#f1f6f6;
	overflow:hidden;
}
#youtube-box p.join-text{
	margin-bottom:0;
}
.join-btn{
	    font-family: gilmerbold;
    font-size: 24px;
    line-height: 40px;
    color: #fff!important;
    background: #af2854;
    padding: 10px 40px;
    float: right;
    margin-right: 30px;
    margin-top: 40px;


}
.join-btn:hover{
	text-decoration:none;
}
.padding-s{
	float:left;
	width:100%;
	height:150px;
	background:#f1f6f6;
}

.video-box img{
	float:left;
	margin-top:150px;
}
.form-rows{
	display:block;
}
.form-rows .col-md-6, .form-rows .col-md-12{
	float:left;
}
.form-rows .from-field{
	margin-bottom:30px;
}
.form-rows .from-field, .form-rows label{
	float:left;
	width:100%;
	text-align:left;
	font-family: gilmerbold;
    font-size: 24px;
    line-height: 40px;
}
.form-rows .from-field{
	background:#f1f6f6;
	color:#aeb1b1;
	border:2px solid #e5eded;
	padding:10px 20px;
}
.form-rows span.check-txt{
	    font-family: gilmerlight;
    font-size: 16px;
    color: #4a4a4a;
    margin-left: 5px;
}
.check-wrap{
	text-align:center;
}
.form-rows .submit{
	    font-family: gilmerbold;
    font-size: 24px;
    line-height: 40px;
    color: #fff!important;
    background: #af2854;
    padding: 10px 40px;
    border:none;
	margin-top:30px;
	cursor:pointer;
}
footer{
	float:left;
	width:100%;
	padding-top:50px;
	background:#af2854;
	padding-bottom:0;
	color:#fff!important;
}
footer a{
	color:#fff!important;

}
.c-row{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.footer-logo{
	font-family:gilmerheavy;
	font-size:53px;
}
.connect-txt{
	font-family:muskmedium;
	font-size:36px;
	line-height:48px;
}
.contact-area{
	font-family:gilmerheavy;
	font-size:36px;
	line-height:36px;
}
.contact-area i, .contact-area a, .contact-area .divide, .contact-areas{
	display:inline-block;

}
.contact-area i{
	margin-right:30px;
}
.contact-area .divide{
	margin: 0 10px;
    height: 29px;
    width: 5px;
    background: #fff;
}
.social{
	font-size:24px;
	font-family:gilmerheavy;
	margin-bottom:10px;
}
.social a .fa-facebook-square{
	margin-left:15px;
}
.social a{
	margin:0 2px;
}
.c-row ul li a{
	font-family:gilmerheavy;
	font-size:18px;
	line-height:36px;

}
.c-row ul{
	margin:0;
	padding:0;
}
.c-row ul li{
	list-style:none;
	display:inline-block;
	margin:0 30px;
}
@media (min-width: 1500px){
	.intro.section{
		padding:210px 0!important;
	}
	.scroll-btn{
		margin-top:260px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}
@media all and (min-width:780px) and (max-width:992px){
	.container {
		max-width: 900px;
	}
}
@media all and (max-width:992px){

	#header{
		margin-top:0;
	}
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
		padding-right:15px;
		padding-left:15px;
	}
	.navbar-nav{
		padding: 15px 0!important;
		background:#f1f1f1;
	}
	.navbar-nav li{
		margin-left: 30px!important;
		margin-right: 30px!important;
	}
	.under-works .content-box-quote .row{
		display:block;
	}
	.under-works .content-box-quote .row .col-md-6{
		width:100%;
		max-width:100%;
	}
	#meet-jefy img{
		max-width:100%;
	}
	.white-r{
		display:none;
	}
	#youtube-box .col-md-6{
		width: 100%;
		max-width: 100%;
		float:left;
		    text-align: center;
	}
	#youtube-box .d-xs-none{
		display:none;
	}
	#youtube-box .d-lg-none{
		display:block;
	}
	#youtube-box .bottom-content{
		display:block;
	}
	.video-box img{
		float:none;
		margin-top:0;
		margin-bottom:50px;
	}
	#youtube-box .join-btn{
		float:none;
		margin-right:auto;
	}
	br{
		display:none;
	}
	section.section{
		padding:80px 0;
	}
	footer{
		padding-top:80px;
	}
}

@media all and (max-width:768px){

	.pull-right{
		float:none;
	}
	.pull-left{
		float:none;
	}
	.d-lg-none{
		display:block;
	}
	.d-xs-none{
		display:none;
	}
	.content-box-quote {

		padding: 80px 30px;
	}
	.content-box-quote img {

		max-width: 130px;
	}
	.have-num .quote {
		font-size: 130px;

	}
	.under-works .content-box-quote {

		padding: 30px 30px 20px 30px;
	}
	.check-wrap input{
		float:left;
	}
	.form-rows span.check-txt {
		font-family: gilmerlight;
		font-size: 16px;
		color: #4a4a4a;
		margin-left: 10px;
		float: left;
		line-height: 19px;
		width: 90%;
		text-align: left;
		/* margin-left: 10%; */
		margin-top: -12px;
	}
	.contact-areas{
		margin-bottom:15px;
	}
	.contact-area .divide{
		display:none;
	}
	.form-rows .submit {
		margin-top: 30px;
		cursor: pointer;
		margin: 0 auto;
		float: none;
		margin-top: 40px;
	}
	.c-row ul li {

		display: inherit;
		margin: 0;
		max-height: 40px;
	}
}



.effHidden{
	visibility:hidden;
}
.effVisible{
	visibility:visible;
}
