@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tangerine');

body{
	font-family: 'Lato', sans-serif!important;
	color: #555555 !important;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Tangerine', cursive!important;
	letter-spacing: 2px;
	margin: 15px 0px!important;
}
.top-header{
	background:#333;
	padding: 8px;
	margin-bottom: 20px;
}
.mail{
	margin: 0;
	padding: 0;
}
.mail li{
	list-style: none;
	float: left;
	margin-right: 15px;
}
.mail li a{
	color:#fff;
}
section{
	padding:30px 0px;
}
section h1 {
    font-size: 2.5em;
    font-weight: bold;
	margin-bottom: 0px !important;
	color: #ee6593;
}
section .line{
	margin-bottom: 20px;
}
.banner{
	background: url(../img/benner.jpg) 53% 96% no-repeat;
    height: 450px;
    width: auto;
	position: relative;
    display: block;
	border: 1px solid #ccc;	
}
.banner-box{
	width: 29%;
    background: rgba(238, 101, 147, 0.75);
    text-align: center;
    font-style: italic;
    font-size: 2em;
    padding: 2%;
    border: 1px solid #ee6593;
    position: absolute; 
    bottom: 0px;
    right: 0px;
    color: #fff;
    letter-spacing: 2px;
}

.section-content h3{
	font-size: 6em;
    font-weight: bold;
    margin: 31px 0px!important;
    color: #fff;
}
.t_content{
	padding: 4.5em;
}
.btn-n{
	padding: 1em!important;
	border-radius: 0px!important;
	margin-top: 10px;
	letter-spacing: 2px;
}
.video{
	background:#ee6593; 
	color:#fff!important;
}
.bbt{
	background:none;
	border:1px solid #fff;
	padding: 1em 2em;
	display:inline-block;
	color: #fff;
    margin-top: 20px;
}
.bbt:hover{
	background:#fff;
	color:#ee6593;
	text-decoration: none;
}
.video h1 {
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 0px !important;
    color: #fff;
}
.blog h2{
	font-weight: bold;
    color: #333;
    font-family: 'Lato', sans-serif!important;
    font-size: 14px;
    line-height: 21px;
}
.blog .read{
	color: #ee6593;
	font-weight: bold;
	letter-spacing: 2px;
}
.img_bg{
	background: url(../img/back.jpg) 50% 50% no-repeat;
	padding: 8em;
}
.h_list{
	border-bottom: 1px solid #eee;
}
.h_list ul{
	padding:0;
	margin: 0;
    list-style: none;
}
.h_list ul li{
	padding-right: 12px;
    float: left;
    padding-top: 10px;
    padding-bottom: 12px;
}

.h_list ul li a{
	color: #333;
}
.h_list ul li:first-child a{
	color: #ee6593;
}
.h_list ul li a:hover{
	text-decoration: none;
}
footer{
	    padding: 30px 0px 0px 0px;
    background: #f3f3f5;
    border-top: 1px solid #ccc;
}
footer span {
    height: 3px;
    width: 50px;
    background-color:#ee6593;
    display: block;
    margin-top: 15px;
}
footer h4 {
    letter-spacing: 2px;
	font-size: 18px!important;
    text-transform: uppercase;
	font-family: 'Lato', sans-serif!important;
}
footer .list {
    margin: 10px 0px;
    padding:0;
}
.list li:first-child {
    padding: 10px 10px 12px 0px;
    border-bottom: 1px dotted #ccc;
}
.list li {
    float: none;
    list-style: none;
    padding: 0 10px 0px 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    list-style-image: url(../img/icon-footer.png);
	padding-bottom: 12px;
	border-bottom:1px dotted #ccc;
}
.list li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in;
    letter-spacing: 1px;
}
.list li a:hover {
	text-decoration: none;
}
.footer-bottom {
    margin-top: 25px;
    background: #333;
    color: #fff;
    text-align: center;
	padding-top: 10px;
}
.numberlist ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;

}
.numberlist ol ol{
	margin: 0 0 0 2em;
}
			
.numberlist a{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	background:rgba(204, 204, 204, 0.5);
	color: #444;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.numberlist a span{
	position:absolute;
	color:#fff;
	left:-8px;
	top:7px;
}
.numberlist a:hover{
	background:rgba(238, 101, 147, 0.75);
	color: #fff;
	text-decoration:underline;
}
.numberlist a:before{
	content: '';
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background:#ee6593;
	height: 2.5em;
	width: 2.5em;
	line-height: 1.8em;
	border: .3em solid #fff;
	text-align: center;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color:#FFF;
	font-size: 15px;
}
.blog h6{
	font-family: 'Lato', sans-serif!important;
	color:#ee6593;

}	
.blog p{
	text-align:justify;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}	

.single {
background: #fcfcfc;
border: 1px solid #f0f0f0; }
.sidebar .single h3.side-title {
margin: 0;
margin-bottom: 10px;
padding: 0;
font-size: 20px;
color: #333;
text-transform: uppercase; }
.sidebar .single h3.side-title:after {
content: '';
width: 60px;
height: 1px;
background: #00b0ff;
display: block;
margin-top: 6px; }
.single.contact-info {
background: none;
border: none; }
.single.contact-info li {
margin-top: 30px; }
.single.contact-info li .icon {
display: block;
float: left;
margin-right: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 1px solid #ee6593;
color: #ee6593;
text-align: center;
line-height: 50px; }
.single.contact-info li .info {
overflow: hidden; padding: 7px;	}

.s_box{
	border:1px solid #eee;
	border-top:2px solid #ee6593;
	padding:15px;
	text-align:justify;
	    min-height: 300px;
}
.s_box h5{
	letter-spacing: 2px;
    font-size: 18px!important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif!important;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.media-body h5{
	font-family: 'Lato', sans-serif!important;
	font-weight:bold;
}

