body{
	background-image:url(../images/parallax.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	padding:0;
	margin:0;
	overflow-x: hidden;
	z-index: 999;
	position:relative;
}
iframe {
	border:0px solid;
}
p{
	text-align:justify;
}

h2{
	color:#ed3237;
	text-transform:uppercase;
	font-weight:bold;
	font-size:31px;
	margin:0 0 15px 15px;
}

h2 small{
	color:#000;
}

h3{
	color:#fff;
	font-size:19px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.navbar-brand{
	padding:0px;
	float:right;
}

.nav-pills > li > a{
	border-radius:0;
	border-bottom:1px solid #ccc;
	color:#16114B;
	font-weight:normal;
	text-transform:uppercase;
	border-top:none;
}

.nav-pills > li > a:hover{
	background-color:#e41b23;
	color:#fff;
	
}
.nav > li > a:hover, .nav > li > a:focus{
		background-color:#e41b23;
	color:#fff;
	
}
.nav-stacked > li + li{
	margin-top:0px
}

.collapse.in{
	background-color:#ececec;
}




.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}

.carousel-control.left {
	top:40%
}
.carousel-control.right {
	top:40%
}

.carousel-inner h1 { 
	line-height:160%;
	font-size:27px;
	
}
.carousel-inner h1 span {
	padding:10px 20px 10px 0px;
	color:#fff;
	text-transform:uppercase;
}

.caption{
	top:80px;
	position:relative;
}
.carousel-inner li{
	color:#fff;
	padding:10px;
}

.carousel-inner .fa{
	color:#ed3237;
	font-size:21px;	
}



.carousel-inner .item .fa:hover{
	color:#ed3237;
}

p.caption {
	background:#fff;
	padding:6px;
	text-shadow:none;
	color:#428BCA;
}

.carousel{
	position:inherit;
}

.carousel-indicators {
    top: 380px;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px;
}

.peacockbg{
	background-color:#00ba9d;
	padding:15px 0;
			background-image:url(../images/pattern191.png);


}

.secondbg{
	background-color:#3cc196;
	padding:15px 0;
	color:#fff;
			background-image:url(../images/pattern191.png);


}

.thirdbg{
	background-color:#74c88d;
	padding:15px 0;
	color:#fff;
			background-image:url(../images/pattern191.png);

}

.fourthbg{
	background-color:#cfb547;
	padding:15px 0;
	color:#fff;
			background-image:url(../images/pattern191.png);

}


.peacockbg p{
	color:#fff;
	font-weight:normal;
}




.successfull-stories{
	position:relative;
}

.curved-carousel{
	position:relative;
	overflow:hidden;
}

.curved-carousel .slide-item{
	min-height:320px;	
}

.curved-carousel .slide-item .text-side{
	position:relative;
	width: 55%;
	min-height:420px;
	padding-top:4px;
	background:#e5f3f4;
	transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	z-index:5;
}

.curved-carousel .slide-item .text-side .sec-title{
	padding-right:20px;
	margin-left:-49px;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);	
}

.curved-carousel .slide-item .text-side .sec-title h2{
	line-height:1.4em;	
}

.curved-carousel .slide-item .text-side .sec-text{
	/*padding-right:20px;*/
	
	padding-right: 80px;
    padding-left: 35px;
	margin-bottom:0px;
	transform: skewX(25deg);
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(25deg);
	-moz-transform: skewX(25deg);	
}

.curved-carousel .slide-item .text-side .sec-text p.first_para{
		padding-bottom: 10px;
	}

.sec-text ul{
	margin:0;
	list-style-type:none;
	padding:10px;
	float:left;
}

.sec-text .fa{
	margin:4px 5px 0 0;
	color:#ed3237;
}

.sec-text li{
	margin:0;
	padding:3px;
}

.sec-text li a{
	color:#ed3237;
}

.sec-text li a:hover{
	color:#ed3237;
	text-decoration:none;
}

.curved-carousel .slide-item .text-side .sec-text p{
	margin-bottom:0px;	
}

.curved-carousel .slide-item .image-box{
	position:absolute;
	left: 33%;
	top:0px;
	width: 67%;
	height:100%;
}

.curved-carousel .slide-item .image-box .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.curved-carousel .slide-item .image-box .text-layer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:120%;
	background:#ed3237;
	padding: 8px 0px;
	/* padding-left:50px; */
	/* padding-right:20%; */
	line-height:30px; 
	color:#ffffff;
	text-align:center;
}

.curved-carousel .slide-item .image-box .text-layer .text{
	position:relative;
}

.text-layer ul{
	margin:0;
}

.text-layer a{
	color:#fff;
}

.curved-carousel .slide-item .image-box .text-layer .text li{
	position:relative;
	display:inline-block;
	margin:0px 20px;	
}

.curved-carousel .bx-controls{
	position:absolute;
	left:0px;
	bottom:80px;
	width:100%;
	z-index:99;
}

.curved-carousel .bx-controls .bx-pager{
	position:relative;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.curved-carousel .bx-controls .bx-pager-item{
	position:relative;
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:8px;
	overflow:hidden;
}

.curved-carousel .bx-controls .bx-pager-link{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	background:#d4d4d4;
	text-indent:99px;
	font-size:0px;
	border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.curved-carousel .bx-controls .bx-pager-link:hover,
.curved-carousel .bx-controls .bx-pager-link.active{
	background:#0c1f34;
}


/*------------------------------------------------------------
* Portfolio
*/
.block-recent{
	margin-bottom:20px;
}
.w-block-recent{
	position:relative;
	float:left;
	cursor:pointer;
}
.w-block-recent:hover .info-recent{
	transform:scale(1);
	opacity:1;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	visibility:visible;
}
.w-block-recent:hover:before{
	opacity:1;
	visibility:visible;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
}
.w-block-recent:hover:after{
	opacity:1;
	visibility:visible;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
}
.info-recent{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#ed3237;
	display:block;
	text-align:center;
	padding:0 30px;
	transform:scale(0.3);
	opacity:0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	visibility:hidden;
}
.w-block-recent:before{
	content:"";
	position:absolute;
	height:0;
	width:0;
	right:0;
	top:0;
	border-bottom:34px solid transparent; 
	border-right:34px solid #fafafa;
	opacity:0;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	visibility:hidden;
	z-index:2
}
.w-block-recent:after{
	content:"";
	position:absolute;
	height:0;
	width:0;
	right:0;
	top:0;
	border-top: 34px solid transparent;
    border-left: 34px solid #fb7276;
	opacity:0;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.8s ease-out 0s;
	-moz-transition: all 0.8s ease-out 0s;
	-o-transition: all 0.8s ease-out 0s;
	visibility:hidden;
	z-index:3;
}
.info-recent .title{
	margin-top:15px;
	font-size:114.28%;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
}
.text-recent{
	margin-top:20px;
	display:inline-block;
}
.text-recent p{
	color:#fff;
	text-align:center;
}
.info-recent .read-more{
	text-transform:uppercase;
	color:#fff;
	font-size:85.71%;
	border: 2px solid #fff;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:7px 17px;
	margin-top:15px;
	display:inline-block;
	text-decoration:none;
}
.info-recent .read-more:hover{
	background:#fff;
	color:#ed3237;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}

.info-recent .plus{
	text-transform:uppercase;
	color:#fff;
	font-size:85.71%;
	border: 2px solid #fff;
	border-radius: 25px;
	padding:7px 10px;
	margin-top:15px;
	display:inline-block;
	text-decoration:none;
}
.info-recent .plus:hover{
	background:#fff;
	color:#ed3237;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}

footer{
	background-color:#292c31;
/*	background: #0E212E;
*/    background-image:url(../images/pattern191.png);
	color:#fff;
	padding:30px 0 0 0 ;
}


/*------------------------------------------------------------
* Home Testimonials
*/
.home-testimonial{ 
	background:url(../images/bg_testimonal.jpg) no-repeat fixed; 
	padding:30px 0;
	background-position: 50% 0;
	min-height:auto;
}
.tes-block{
	position:relative;
}
.tes-block:hover .navslider{
	opacity:1;
	visibility:visible;
}
.tes-block .item{
	text-align:center;
}
.tes-block .item .image{
	display:inline-block;
	position:relative;
}

.tes-block .item .image img{
	border-radius:100px;
}
.tes-block .item .image:hover:before{
	border-color:#00ba9d;
}
.tes-block .item .image:before{
	width:175px;
	height:175px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content:"";
	position:absolute;
	border:1px solid #fff;
	top:50%;
	left:50%;
	margin-left:-88px;
	margin-top:-88px;
	cursor:pointer;
}
.tes-block .item{
	margin-top:17px;
}
.tes-name a{
	font-size:128.57%;
	color:#00ba9d;
	font-weight:bold;
}
.tes-name{
	display:block;
	margin-top:27px;
}
.tes-job{
	display:block;
	margin-top:2px;
}
.tes-job span{
	color:#fff;
	font-size:114.28%;
}
.tes-decs{
	display:block;
	margin-top:16px;
	padding:0 0px;
	line-height:24px;
}

@media screen and (min-width:320px) and (max-width: 800px){
.tes-decs{
		padding:0px;

}
}
.tes-decs p{
	color:#fff;
	text-align:center;
}
/*------------------------------------------------------------
* Home brands
*/
.bran-block{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.bran-block .item{
	float:left;
}
.bran-block .item a{
	position:relative;
	float:left;
	border:1px solid #959595;
}
.bran-block .item a:hover{
	border:1px solid transparent;
}
.bran-block .item:hover a:before{
	transform: scale(1);
	transition: all 0.3s ease-out 0s;	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.bran-block .item:hover a:after{
	transform: scale(1);
	transition: all 0.3s ease-out 0s;	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.bran-block .item a:before{
	border-bottom: 1px solid rgba(37, 188, 233, 0.8);
	border-top: 1px solid rgba(37, 188, 233, 0.8);
	bottom: -1px;
	content: "";
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
	transform: scale(0, 1);
	z-index: 9;
}
.bran-block .item a:after{
	border-left: 1px solid rgba(37, 188, 233, 0.8);
	border-right: 1px solid rgba(37, 188, 233, 0.8);
	bottom: -1px;
	content: "";
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
	transform: scale(1, 0);
	z-index: 9;
}


footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.tags ul{
	padding:0;
}

.tags li {
	float:left;
	padding:0 4px 4px 0;	list-style-type:none;

}

.tags li a.active{
		background:#f14e4f;
		color:#fff;

}



.tags li a {
	display:inline-block;
	color:#bdbdbd;
	padding:7px 10px;
	font-size:14px;
	line-height:12px;
	background:#212629;
	text-decoration:none;
}
.tags li a:hover {
	background:#f14e4f;
	color:#ffffff;
	-webkit-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}

footer p{
	font-size:14px;
	font-weight:normal;
}
 
footer .read a{
	color:#e44c47;
}

footer .contact .fa{
	float:left;
	font-size:19px;
	margin:15px 0 0 0;
}

footer b{
	font-size:14px;
	color:#c0c6de;
}

footer .navbar-brand {
    background: url(../images/footerlogo.png) no-repeat;
    width: 124px;
    padding: 0px;
	float:left;
}

footer .contact a{
	color:#fff;
	font-size:14px;
}

footer .contact li{
	font-size:14px;
	margin-left:35px;
	padding:15px 0;

}
.Address{
	color:#ef5150;
}

.phone{
	color:#f9d110;
}

.mail{
	color:#96bf47;
}

.footer-sidebar-social ul li {
	list-style: none;
	width:35px;
	height:35px;
	padding:3px 0 0 0px;
	text-align:center;
	float:left;
	margin-right:10px;
	border-radius:50px;
	background-color:#000;	
	font-size:20px;

}

.footer-sidebar-social ul li a {
	color:#fff;
	list-style: none;
	margin-bottom: 8px;
}
.footer-sidebar-social ul li:hover{
	text-decoration:none;
	background-color:#000;
}

.footer-sidebar-social ul li.facebook{
	background-color:#3d5b99;
}


.footer-sidebar-social ul li.twit{
	background-color:#25a8d4;
}

.footer-sidebar-social ul li.link{
	background-color:#007abd;
}

.footer-sidebar-social ul li.plus{
	background-color:#e55650;
}

.footer-sidebar-social ul li.behance{
	background-color:#028ad8;
}

.fb-page{
	margin:15px 0;
}

.subfooter{
	background-color:#212629;
	text-align:center;
	padding:15px 0;
}

/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background-color: #ed1c24;
	text-align:center;
	font-size:21px;
	color:#fff;
	padding:5px 0 0 0;
		text-align:center;

	/* rounded corners */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #000;
}

@media screen and (min-width:320px) and (max-width: 800px){
	.clear{
		clear:both;
	}
}

.whitebg{
	background-color:#fff;
	padding:15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.whitebgse{
	background-color:#fff;
	padding:15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.whitebg ul{
	padding:0 15px;
}

#header .container{
	padding:50px 0px;
}

.spaceb{
	margin-bottom:15px;
}
	

#header h1{
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	margin:0;
	font-size:26px;
}

.breadcrumb{
	color:#fff;
	background-color:transparent;
}

.breadcrumb a{
	color:#fff;
}

.owl-wrapper h2{
	text-align:center;
	color:#FF5A5F;
	font-weight:bold;
	margin:0px 0 40px 0;
	text-transform:uppercase;
}

.owl-wrapper h2 small{
	color:#fff;
}

.spacetb{
	background-color:#e5f3f4;
	margin-bottom:10px;
}

.spaceall{
	padding:15px;
	background-color:#e5f3f4;
	margin-bottom:10px;
}



ul li:hover .pip, ul li.section .pip {
	background: #0c5ea7;
	border-top: 1px solid #00477b;
	border-bottom: 1px solid #5daced;

}

.graph-area {
	width: 100%;
	height: 300px;
}

.dropdown div {
	padding-top: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: auto;
	display: none;
}

ul.notice {
	position: absolute;
	left: -1px;
	border: 1px solid rgba(0, 0, 0, .3);
	background: #313131;
	z-index: 10000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 05px;
	min-width: 240px;
}

.dropdown:hover, button:hover, .button:hover {
	border: 1px solid rgba(0, 0, 0, .3);
	background: #313131;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

.dropdown {
	display: inline-block;
	position: relative;
}

.dropdown ul {
	text-align: left;
}

.dropdown span.icon {
	margin-right: 30px;
	font-size: 14px;
	line-height: 14px;
}

ul.notice li {
	padding: 15px 30px 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-top: 1px solid rgba(255, 255, 255, .1);
	white-space: nowrap;
	position: relative;
}

ul.notice li:first-child {
	border-top: none;
}

ul.notice li:last-child {
	border-bottom: none;
}

ul.notice li span {
	position: absolute;
	top: 14px;
	right: 10px;
	color: #aaa;
	text-shadow: none;
	font-size: 11px;
}

ul.notice li h1 {
	font-size: 13px;
	text-shadow: none;
}

ul.notice li h2 {
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #aaa;
	text-shadow: none;
}

ul.notice li:hover h2, ul.notice li:hover span {
	color: #3b3e40;
}

ul.notice li p {
	margin: 0;
}

ul.notice li:hover {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: #208ed3; /* Old browsers */ 
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */ 
	border-top: 1px solid #5daced;
	border-bottom: 1px solid black;
}

ul.notice li:first-child:hover {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	
	border-top: none;
}

ul.notice li:last-child:hover {
	border-radius: 0 05px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	
	border-bottom: none;
}

section.widget header aside > span:hover {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
}

section.widget header aside span:hover a {
	color: #208ed3;
	font-size: 20px;
	height: 20px;
	display: block;
	line-height: 22px;
}



.widget .timeline {
	border-left: 1px solid #ed1c24;
	margin: 25px 10px 2px 10px;
	position: relative;
}

.widget .timeline .pie {
	display: none;
}

.widget.small .tl-post {
	overflow: hidden;
	margin: 0 0 30px -24px;
	position: relative;
}

.tl-post {
	overflow: hidden;
	margin: 0 0 5px -20px;
	position: relative;
	opacity: 0;
}

.tl-post .time {
	color: #999;
	font-size: 11px;
	margin: 0 0 0 15px;
}

.tl-post:hover span.icon, .comments:hover span.icon {
	background-color: #3B3E40 !important;
	color: #fff !important;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

.timeline:last-child {
	margin-bottom: 0;
}

.timeline span.icon {
	color: #fff;
	background: #ed3237;
	padding: 12px 0 0 0;
	font-size: 16px;
	line-height: 18px;
	width: auto;
	position: absolute;
	left: 0;
	display: block;
	text-align: center;
	height: 40px;
	width: 40px;
	border:none;
	
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	
	box-shadow: 0 0 1px #ccc;
	-webkit-box-shadow: 0 0 1px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;
}

.timeline .comments span.icon {
	background: #e3e3e3;
	color: #3B3E40;
}

.timeline .comments p {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 5px 0 0 0;
	padding: 10px 10px 75px 10px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.timeline .comments p strong {
	line-height: 30px;
}

.timeline .tl-post p {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 5px 0 0 63px;
	padding: 10px;
	box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}

.tl-post a{
	color:#3a3c41;
	font-weight:bold;
	text-transform:uppercase;
}

.tl-post a:hover{
	text-decoration:none;
	color:#ed3237;
}


.timeline .tl-post p:hover {
margin-left: 45px;}

.timeline .tl-post .reply {
	background: #fff;
	border-top: 1px solid #e3e3e3;
	padding:10px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px; 
}

.timeline .tl-post .reply input {
	margin: 0;
	color: #999;
}

.timeline .show-more {
	border: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: -25px;
}

.timeline .show-more a {
	display: block;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.timeline .show-more a:hover {
	background: #3B3E40;
	border: 1px solid #313131;
	color: #fff;
}

.cycle {
	margin: 25px;
	height: 260px;
}


.contacts .fa{
	float:left;
	font-size:23px;
	margin:15px 0 0 0;
}


footer .contact a{
	color:#fff;
	font-size:14px;
}

.contacts ul {
	margin:15px 0 0 0;
	list-style-type:none;
}

.contacts li {
    font-size: 14px;
    margin: 0 0 27px 73px;
}

.circle{
	width:50px;
	height:50px;
	color:#fff;
	border-radius:100px;
	background-color:#000;
	float:left;
	margin-right:25px;
	    padding: 0 0 0 15px;
}

.contacts .Address{
	background-color:#ef5150;
}

.contacts .phone{
	background-color:#f9d110;
}
.contacts .mail{
	background-color:#96bf47;
}

.captcha{
	color:#F00;
	font-size:19px;
	font-weight:bold;
}

@media screen and (min-width:240px) and (max-width: 320px){	
.mdn{
	display:none;
}

.carousel-list{
	display:none;
}

.carousel-inner h2 span{
	font-size:19px;
	text-align:center;
}
.caption{
	top:0;
}

.carousel-inner h2 {
	margin-top:0px;
	line-height:243%;
}

.carousel-indicators{
	top:338px;
}


}

@media screen and (min-width:356px) and (max-width:568px){	
.carousel-indicators{
	display:none;
}

.carousel-list{
	display:none;
}

.caption{
	top:0px;
}
.carousel-inner h2{
	font-size:20px;
	margin:0 0 15px 0;
	text-align:center;
}
.nopadding{
	padding:0;
}
}


.contactdetails{
	background-color:#ed3237;
	padding:10px;
	height:60px;
	
}

.contactdetails ul{
	padding:0;
	list-style-type:none;
	margin:0px auto;
}

.contactdetails ul li{
	float:left;
	color:#fff;
	margin:0 20px;
}

.contactdetails ul li a{
		color:#fff;
}

@media screen and (min-width:240px) and (max-width: 768px){	
.About{
	display:none;
}
}

@media screen and (min-width:769px) and (max-width: 2000px){
	.sabout{
	display:none;
}	
}

@media screen and (min-width:600px) and (max-width:1023px){	
body{
	background-repeat:repeat;
}

.caption{
	top:0px;
}

.carousel-indicators{
	display:none;
}
}

@media (max-width: 1199px) {

	.curved-carousel .slide-item .text-side .sec-text p.first_para{
		padding-bottom: 5px;
	}
	.curved-carousel .slide-item .text-side .sec-text {
    /* padding-right: 20px; */
    margin-top: -10px;
    padding-right: 80px;
    padding-left: 25px;
    margin-bottom: 0px;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -o-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
}
}


.whitebghome{
	background-color:#fff;
}

.post-content{
	padding-left:15px;
}

.image-recent img{
	width:100%;
}

.iframe{
	width:100%;
}

.blog h2{
	color: #444;
	font-size:18px;
	padding:10px 0;
	margin:0;
}

.blog p .fa{
	color: #F00;
}


.nopadding{
	padding:0;
}

.blog .thumbnail{
	background:#fff;
	padding:7px;
}

.blog .thumbnail:hover{
	background:#eee;
}

.blog a{
	color:#444;
}

.smm{
	padding:4px;
	float:left;
}

.login{
	background-image:inherit;
}

.login h1{
	padding:10px 0 10px 10px;
	margin:0px;
	font-size: 27px;
	border-bottom:1px dashed #0FC;
}
