body {
	font-family:Lato, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#3e4f59;
	line-height:25px;
	-webkit-font-smoothing:subpixel-antialiased!important;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden
	
}
@-ms-viewport {
width:device-width
}
@-o-viewport {
width:device-width
}
@viewport {
width:device-width
}
*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
a {
	color:#BC0B7F
}
a:focus, a:hover {
	text-decoration:none;
	outline:0;
	color:#3e4f59
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:Montserrat;
	font-weight:700
}
.h-light {
	font-weight:400
}
.title-group {
	text-align:center;
	overflow:hidden;
	margin-bottom:30px
}
.title-group h2 {
	font-size:23px;
	margin-top:0;
	margin-bottom:5px;
	    text-transform: uppercase;
		    color: #BC0B7F;
}
.subtitle {
	font-size:12px;
	font-weight:300;
	text-transform:uppercase
}
.with-square {
	position:relative;
	display:inline-block;
	padding-left:25px
}
.with-square:before {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background-color:#BC0B7F;
	top:4px;
	left:0
}
.with-border-bottom {
	position:relative
}
.with-border-bottom:after {
	position:absolute;
	content:"";
	width:100px;
	height:1px;
	background-color:#445c6b;
	top:50px;
	left:0
}

.icon-line {
    height: 60px;
    margin-bottom: 20px;
    position: relative;
}

.icon-line:before {
    border-bottom: 1px solid #BC0B7F;
    content: "";
    display: inline-block;
    left:20%;
    position: absolute;
    top: 30px;
    width:60%;
    z-index: 1;
}

.icon-line:after {
    border-bottom: 1px solid #BC0B7F;
    content: "";
    display: inline-block;
    left: 25%;
    position: absolute;
    top: 38px;
    width: 50%;
    z-index: 2;
}

.icon-line i{color:#BC0B7F;
    background: none repeat scroll 0 0 #fff;
      padding: 5px 15px 0;
    position: relative;
    z-index: 3;
font-size:55px;}

p {
	line-height:27px
}
button {
	border:none;
	padding:0;
	background:0 0
}
button:focus, button:hover {
	outline:0
}
ol, ul {
	padding-left:20px
}
.list-unstyled {
	padding-left:5px
}
.color-primary {
	color:#BC0B7F!important
}
.my-btn {
	padding:15px 28px;
	font-size:12px;
	overflow:hidden;
	position:relative;
	display:inline-block;
	transition:color 300ms
}
.my-btn .my-btn-text {
	position:relative;
	    text-transform: uppercase;
		    font-size: 15px;
}
.my-btn .my-btn-bg-top {
	position:absolute;
	height:50%;
	width:100%;
	top:0;
	right:-100%;
	transition:all 300ms
}
.my-btn .my-btn-bg-bottom {
	position:absolute;
	height:50%;
	width:100%;
	bottom:0;
	left:-100%;
	transition:all 300ms
}
.my-btn:hover .my-btn-bg-top {
	right:0
}
.my-btn:hover .my-btn-bg-bottom {
	left:0
}
.my-btn-primary {
	color:#fff;
	border:1px solid #BC0B7F;
	background-color:#BC0B7F
}
.my-btn-primary .my-btn-bg-bottom, .my-btn-primary .my-btn-bg-top {
	background-color:#fff
}
.my-btn-primary:hover {
	color:#BC0B7F
}
.my-btn-default {
	color:#3e4f59;
	border:1px solid #3e4f59;
	background:#fff
}
.my-btn-default .my-btn-bg-bottom, .my-btn-default .my-btn-bg-top {
	background-color:#BC0B7F
}
.my-btn-default:hover {
	color:#fff
}
.my-btn-grey {
	color:#fff;
	border:1px solid #BC0B7F;
	background:#BC0B7F
}
.my-btn-grey .my-btn-bg-bottom, .my-btn-grey .my-btn-bg-top {
	background-color:#fff
}
.my-btn-grey:hover {
	color:#3e4f59
}
.my-btn-sm {
	padding:12px 24px
}
.my-btn-xs {
	padding:10px 20px
}
.btn {
	font-size:10px;
	padding:8px 14px
}
.btn-primary {
	background-color:#BC0B7F;
	border-color:#BC0B7F
}
.btn-primary.disabled {
	background-color:#5fd3e8
}
.btn-group-lg>.btn, .btn-lg {
	font-size:12px;
	padding:11px 16px
}
.btn-group-sm>.btn, .btn-sm {
	font-size:8px;
	padding:6px 12px
}
.btn-group-xs>.btn, .btn-xs {
	font-size:8px;
	padding:4px 10px
}
input[type=text], input[type=password], textarea {
	background-color:#5fd3e8;
	border:none;
	padding:18px 20px;
	font-family:Montserrat;
	font-size:12px;
	font-weight:400
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline:0
}
::-webkit-input-placeholder {
color:#fff
}
:-moz-placeholder {
color:#fff;
opacity:1
}
::-moz-placeholder {
color:#fff;
opacity:1
}
:-ms-input-placeholder {
color:#fff
}
.form-item {
	margin-bottom:10px
}
.pagination li a, .pagination li span {
	padding:10px 16px;
	color:#3e4f59
}
.pagination .active a, .pagination .active a:focus, .pagination .active a:hover {
	background-color:#BC0B7F;
	border-color:#BC0B7F
}
.pagination .disabled a, .pagination .disabled a:focus, .pagination .disabled a:hover {
	background-color:#eee
}
.panel {
	box-shadow:none
}
.panel-group .panel {
	border-radius:0;
	border:none
}
.panel-group .panel+.panel {
	margin-top:1px
}
.panel-default .panel-heading {
	color:#3e4f59;
	background:0 0;
	border:none;
	padding:0
}
.panel-title {
	font-size:13px;
	font-weight:400;
	border:none
}
.panel-title a {
	position:relative;
	background:0 0;
	display:block;
	padding:22px 40px;
	border-top:1px solid #eee;
	transition:all 300ms
}
.panel-title a:before {
	content:'-';
	font-family:Lato;
	font-weight:300;
	text-align:center;
	background:#3e4f59;
	color:#fff;
	width:28px;
	height:28px;
	font-size:22px;
	line-height:26px;
	position:absolute;
	border-radius:0;
	top:14px;
	right:13px
}
.panel-title a.collapsed {
	background-color:#f5f5f5;
	border-top:none
}
.panel-title a.collapsed:before {
	content:'+'
}
.panel-body {
    border: 2px solid #BC0B7F;
	padding:30px;
	margin-bottom:60px;
	border-radius: 20px;
}

.panel-body p{
text-align:justify;
margin:0;
}


.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top:none
}
blockquote {
	font-family:Montserrat;
	font-size:18px
}
blockquote footer {
	font-family:Lato;
	font-size:12px
}
.my-blockquote {
	background-color:#e3ebf0;
	padding:45px 40px;
	font-style:italic;
	position:relative;
	width:80%;
	margin:60px auto
}
.my-blockquote-quote {
	position:absolute;
	border:8px solid #fff;
	line-height:0;
	left:23px;
	top:-23px
}
.my-blockquote-quote div {
	background-color:#BC0B7F;
	color:#fff;
	width:30px;
	height:30px;
	padding:0;
	text-align:center;
	font-size:18px;
	line-height:30px;
	cursor:pointer
}
.my-blockquote p {
	margin:0
}
.breadcrumb {
	background:0 0;
	padding:0;
	font-family:Montserrat;
	text-transform:uppercase;
	font-size:12px;
	margin:0
}
.breadcrumb>li>a {
	color:#fff
}
.breadcrumb>.active, .breadcrumb>li>a:focus, .breadcrumb>li>a:hover {
	color:#BC0B7F
}
.media {
	padding:40px 30px;
	border:1px solid #eee
}
.media>.pull-left {
	max-width:135px;
	padding-right:0;
	margin-right:35px
}
.media>.pull-left img {
	max-width:100%
}
.media-body {
	font-size:12px;
	text-align:justify;
	line-height:24px
}
.media-body-top {
	overflow:hidden
}
.media-body-top .media-info {
	float:left;
	margin-bottom:20px
}
.media-body-top .media-info .media-heading {
	font-size:14px;
	margin-bottom:0
}
.media-body-top .media-info .media-date {
	font-size:10px;
	font-style:italic;
	color:#BC0B7F
}
.media-body-top .media-reply {
	float:right
}
.media-body-top .media-reply .my-btn-default {
	padding:9px 30px;
	line-height:10px;
	font-size:10px;
	color:#BC0B7F;
	border-color:#BC0B7F
}
.media-body-top .media-reply .my-btn-default .my-btn-bg-bottom, .media-body-top .media-reply .my-btn-default .my-btn-bg-top {
	background-color:#BC0B7F
}
.media-body-top .media-reply .my-btn-default:hover {
	color:#fff;
	border-color:#BC0B7F
}
.latest {
	border:none!important
}
.preloader {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:100
}
.cssload-container {
	position:relative;
	width:80px;
	height:80px;
	top:50%;
	margin-top:-40px;
	left:50%;
	margin-left:-40px
}
.cssload-whirlpool, .cssload-whirlpool::after, .cssload-whirlpool::before {
position:absolute;
top:50%;
left:50%;
border:2px solid rgba(204, 204, 204, 0);
border-left-color:#BC0B7F;
border-radius:1873px;
-o-border-radius:1873px;
-ms-border-radius:1873px;
-webkit-border-radius:1873px;
-moz-border-radius:1873px
}
.cssload-whirlpool {
	margin:-47px 0 0 -47px;
	height:94px;
	width:94px;
	animation:cssload-rotate 1150ms linear infinite;
	-o-animation:cssload-rotate 1150ms linear infinite;
	-ms-animation:cssload-rotate 1150ms linear infinite;
	-webkit-animation:cssload-rotate 1150ms linear infinite;
	-moz-animation:cssload-rotate 1150ms linear infinite
}
.cssload-whirlpool::before {
content:"";
margin:-43px 0 0 -43px;
height:83px;
width:83px;
animation:cssload-rotate 1150ms linear infinite;
-o-animation:cssload-rotate 1150ms linear infinite;
-ms-animation:cssload-rotate 1150ms linear infinite;
-webkit-animation:cssload-rotate 1150ms linear infinite;
-moz-animation:cssload-rotate 1150ms linear infinite
}
.cssload-whirlpool::after {
content:"";
margin:-54px 0 0 -54px;
height:105px;
width:105px;
animation:cssload-rotate 2300ms linear infinite;
-o-animation:cssload-rotate 2300ms linear infinite;
-ms-animation:cssload-rotate 2300ms linear infinite;
-webkit-animation:cssload-rotate 2300ms linear infinite;
-moz-animation:cssload-rotate 2300ms linear infinite
}
@keyframes cssload-rotate {
100% {
transform:rotate(360deg)
}
}
@-o-keyframes cssload-rotate {
100% {
-o-transform:rotate(360deg)
}
}
@-ms-keyframes cssload-rotate {
100% {
-ms-transform:rotate(360deg)
}
}
@-webkit-keyframes cssload-rotate {
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes cssload-rotate {
100% {
-moz-transform:rotate(360deg)
}
}
.container {
	position:relative
}
.top-bar {
	background-color:#BC0B7F;
	padding:15px 0;
	color:#fff;
	font-size:12px
}
.top-bar-social {
	float:left;
	line-height:0
}
.top-bar-social .my-btn {
	height:28px;
	width:28px;
	padding:0;
	line-height:28px;
	text-align:center
}
.top-bar-social .my-btn-primary {
	border:1px solid #fff;
	margin-right:7px
}
.top-bar-phone {
	float:right;
	line-height:28px
}
.top-bar-phone-icon {
	border:1px solid #fff;
	float:left;
	height:28px;
	width:28px;
	line-height:28px;
	text-align:center;
	margin-right:10px
}
.top-bar-mail {
	float:right;
	line-height:28px;
	margin-right:25px
}
.top-bar-mail-icon {
	border:1px solid #fff;
	float:left;
	height:28px;
	width:28px;
	line-height:28px;
	text-align:center;
	margin-right:10px
}
.main-navbar-1 {
	background-color: #000000;
	width:100%;
	z-index:1;
	padding-top:20px;
	padding-bottom:20px
}
.logo {
	float:left;
	    margin-left: -23px;
}
.logo-image {
	float:left
}
.logo-text {
	float:left;
	font-family:Montserrat;
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	padding:14px 10px
}
.main-search-input {
	float:left;
	width:80%;
	display:none
}
.main-search-input input {
	width:100%;
	background:0 0;
	font-size:20px;
	padding:11px 15px;
	color:#fff
}
.main-menu {
	float:right
}
.main-menu .navbar-nav>li>a {
	font-family:Montserrat;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	padding:18px 30px;
	line-height:16px;
	font-size: 13px;
}
.main-menu .navbar-nav>li>a.latest {
	padding-right:15px
}
.main-menu .navbar-nav>li>a:focus, .main-menu .navbar-nav>li>a:hover {
	color:#BC0B7F;
	background:0 0
}
.main-menu .navbar-nav>li.active>a, .main-menu .navbar-nav>li>a.active {
	color:#BC0B7F
}
.main-menu .navbar-nav>li.open>a {
	background:0 0;
	border:none
}
.main-menu .navbar-nav li.dropdown:hover>.dropdown-menu {
	display:block
}
.main-menu .dropdown-menu {
	background-color:#BC0B7F;
	border-radius:0;
	border:none
}
.main-menu .dropdown-menu>li>a {
	font-weight:400;
	color:#fff;
	border:none;
	padding:7px 30px;
	margin:2px 0
}
.main-menu .dropdown-menu>li>a:focus, .main-menu .dropdown-menu>li>a:hover {
	color:#BC0B7F;
	background:#fff
}
.main-menu .dropdown-menu>li>a.active {
	color:#BC0B7F
}
.main-menu .dropdown-menu>li.active>a {
	color:#BC0B7F;
	background-color:#fff
}
.main-menu .dropdown-menu:after {
	bottom:100%;
	left:18px;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(136, 183, 213, 0);
	border-bottom-color:#BC0B7F;
	border-width:12px
}
.main-menu-separator {
	width:1px;
	height:16px;
	background-color:#49575d;
	margin-top:18px
}
.search-control, .show-menu-control {
	float:right;
	padding-top:8px;
	padding-right:15px
}
.show-menu-control {
	display:none
}
.close-search .my-btn, .show-menu .my-btn, .show-search .my-btn {
	padding:0;
	text-align:center;
	line-height:30px;
	width:34px;
	height:34px;
	font-size:14px
}
.close-search {
	display:none
}
.main-navbar-2 {
	padding-top:30px;
	padding-bottom:30px;
	height:112px
}
.main-navbar-2 .logo-text, .main-navbar-2 .main-search-input input {
	color:#3e4f59
}
.main-navbar-2 .main-search-input ::-webkit-input-placeholder {
color:#3e4f59
}
.main-navbar-2 .main-search-input :-moz-placeholder {
color:#3e4f59
}
.main-navbar-2 .main-search-input ::-moz-placeholder {
color:#3e4f59
}
.main-navbar-2 .main-search-input :-ms-input-placeholder {
color:#3e4f59
}
.main-menu-2 {
	float:right
}
.main-menu-2 .navbar-nav>li>a {
	color:#3e4f59
}
.main-menu-2 .main-menu-separator {
	background-color:#d1d7db
}
.main-slider {
	position:relative
}
.main-slider-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .7)
}
.main-slider .container {
	position:absolute;
	height:100%;
	top:0;
	left:50%;
	margin-left:-585px
}
.main-slider h2 {
	text-transform:uppercase;
	font-size:21px;
	color:#fff;
	margin-top:0;
	margin-bottom:5px
}
.main-slider .buttons {
	width:100px
}
.main-slider .my-btn-primary {
	font-size:13px;
	width:176px
}
.main-slider .my-btn-default {
	color:#fff;
	border-color:#BC0B7F;
	background:0 0;
	padding:0;
	height:30px;
	width:30px;
	text-align:center;
	line-height:27px;
	font-size:20px;
	float:left;
	margin-left:1px
}
.main-slider .my-btn-default .my-btn-bg-bottom, .main-slider .my-btn-default .my-btn-bg-top {
	background-color:#BC0B7F
}
.main-slider-2-button-prev {
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:0;
	z-index:1
}
.main-slider-2-button-prev .my-btn {
	width:50px;
	height:50px;
	padding:0;
	text-align:center;
	font-size:26px;
	line-height:45px
}
.main-slider-2-button-next {
	position:absolute;
	top:50%;
	margin-top:-25px;
	right:0;
	z-index:1
}
.main-slider-2-button-next .my-btn {
	width:50px;
	height:50px;
	padding:0;
	text-align:center;
	font-size:26px;
	line-height:45px
}
.main-slider-2 h2 {
	font-size:23px
}
.main-slider-2 h2.color-primary {
	font-size:30px
}
.def-section {
	padding-top:60px;
	padding-bottom:10px;
	position:relative
}
.home-services{padding-bottom:60px;}

.testimonials{
    background:url(../img/eyes.jpg) no-repeat top;
	padding:60px 0;
	    float: left;
    
	}
	
	.testimonials p{color:#fff;
	text-align:justify;}

.testi-cont{padding:0 40px;}

.service {
	text-align:center;
	padding:30px 0 30px;
	transition:all 300ms
}
.service-icon {
border:3px solid #BC0B7F;
    border-radius: 50%;
	    margin-top: -8px;
}
.service h3 {
	text-transform:uppercase;
	font-size:18px
}
.service-text {
	margin:20px 0 25px;
	line-height:22px
}
#service-mark {
	overflow:hidden
}
.service-mark {
	background-color:#BC0B7F;
	color:#fff
}
.service-mark .my-btn-default {
	border-color:#fff
}
.service-mark .my-btn-default .my-btn-bg-bottom, .service-mark .my-btn-default .my-btn-bg-top {
	background-color:#BC0B7F
}
.service-mark-border-top {
	position:absolute;
	background-color:#BC0B7F;
	height:3px;
	width:100%;
	top:0;
	left:-100%;
	transition:all 300ms
}
.service-mark-border-right {
	position:absolute;
	background-color:#BC0B7F;
	width:3px;
	height:100%;
	right:0;
	top:-100%;
	transition:all 300ms
}
.service-mark-border-bottom {
	position:absolute;
	background-color:#BC0B7F;
	height:3px;
	width:100%;
	bottom:0;
	right:-100%;
	transition:all 300ms
}
.service-mark-border-left {
	position:absolute;
	background-color:#BC0B7F;
	width:3px;
	height:100%;
	left:0;
	bottom:-100%;
	transition:all 300ms
}
.about-quote {
	padding:0
}
.section-bg-left {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background-color:#f5f5f5
}
.section-bg-right {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	background-color:#BC0B7F
}
.home-about {
	background-color:#f5f5f5;
	    padding: 60px 60px 60px 0px;
}

 .home-about  .title-group{  margin-bottom: 15px;}
 
 .get-quote .title-group{  margin-bottom: 15px;}


.home-about .title-group h2{
    font-size: 20px;
	    line-height: 27px;}
	
.home-about p {
	text-align:justify
}
.home-about .icon-line i {
    background: none repeat scroll 0 0 #F5F5F5;
	}
	
.home-about video {
	width:100%
}
.home-about-video {
	position:relative;
	margin-top:40px
}
.home-about-button {
	text-align:center;
	margin-top:22px
}
.play-video {
	position:absolute;
	border:8px solid #f5f5f5;
	line-height:0;
	left:23px;
	top:-23px
}
.play-video .my-btn {
	width:30px;
	height:30px;
	padding:0;
	text-align:center;
	font-size:14px;
	line-height:27px;
	cursor:pointer
}
.stop-video {
	position:absolute;
	border:8px solid #f5f5f5;
	line-height:0;
	left:23px;
	top:-23px;
	display:none
}
.stop-video .my-btn {
	width:30px;
	height:30px;
	padding:0;
	text-align:center;
	font-size:14px;
	line-height:27px;
	cursor:pointer
}
.get-quote {
	background-color:#BC0B7F;
	color:#fff;
	padding:60px 0 60px 60px;
}
.get-quote .with-square:before {
	background-color:#fff
}
.get-quote p {
	text-align:justify
}
.get-quote .title-group h2{color:#FFFFFF;
    font-size: 20px;
	    line-height: 27px;}

.get-quote .icon-line i {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #BC0B7F;
	}
	
.get-quote .icon-line:before {
    border-bottom: 1px solid #fff;
	}
	
.get-quote .icon-line:after {
    border-bottom: 1px solid #fff;
	}

	
.get-quote-form {
	margin-top:40px
}
.get-quote-form-left {
	padding:0 10px 0 0
}
.get-quote-form-bottom, .get-quote-form-right {
	padding:0
}
.get-quote-form input {
	width:100%
}
.get-quote-form textarea {
	width:100%;
	height:107px
}
.get-quote-form-button {
	text-align:center;
	margin-top:22px
}
.get-quote-form-button .my-btn {
	padding-left:70px;
	padding-right:70px;
	width:221px
}
.home-review-carousel-text {
	background-color:#f5f5f5;
	padding:55px;
	text-align:justify;
	position:relative;
	margin-top:15px
}
.home-review-carousel-text p{margin:0;}

.home-review-carousel-text:after {
	top:100%;
	right:52px;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(245, 245, 245, 0);
	border-top-color:#f5f5f5;
	border-width:25px 25px 25px 0
}
.home-review-carousel-quote {
	position:absolute;
	border:8px solid #fff;
	line-height:0;
	left:23px;
	top:-23px
}
.home-review-carousel-quote div {
	background-color:#BC0B7F;
	color:#fff;
	width:30px;
	height:30px;
	padding:0;
	text-align:center;
	font-size:18px;
	line-height:30px;
	cursor:pointer
}
.home-review-carousel-people {
	float:right;
	text-align:right;
	margin-top:30px;
	margin-right:70px
}
.home-review-carousel-avatar {
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin-right:20px;
	    border: 2px solid #BC0B7F;
}
.home-review-carousel-name {
	float:left;
	font-family:Montserrat;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	margin-top:2px
}
.home-review-carousel-company {
	font-family:Montserrat;
	font-weight:400;
	font-size:10px
}
.home-review .owl-controls {
	position:absolute;
	bottom:10px;
	left:105px
}
.home-review .owl-theme .owl-controls .owl-page span {
	width:8px;
	height:8px;
	margin:0 4px;
	background:#bfbfbf;
	opacity:1
}
.home-review .owl-theme .owl-controls .owl-page.active span, .home-review .owl-theme .owl-controls.clickable .owl-page:hover span {
	background:#7d7d7d
}
.home-faq .title-group {
	margin-bottom:45px
}
.stats {
	background:url(../media/bg/5.jpg) center center no-repeat;
	background-size:cover
}
.stats-overlay {
	background:rgba(0, 0, 0, .5);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.stat-item {
	background-color:#fff;
	padding:30px;
	overflow:hidden
}
.stat-item-icon {
	float:left;
	background-color:#BC0B7F;
	color:#fff;
	width:44px;
	height:44px;
	text-align:center;
	font-size:23px;
	line-height:42px;
	margin-right:18px
}
.stat-item-number {
	float:left;
	font-weight:700;
	font-size:33px;
	margin-right:18px;
	line-height:42px
}
.stat-item-text {
	padding-top:4px;
	padding-left:62px
}
.stat-item-mark {
	background-color:#BC0B7F;
	color:#fff
}
.stat-item-mark .stat-item-icon {
	background-color:#3e4f59
}
.home-blog-more {
	margin-top:20px;
	text-align:center
}
.home-blog-more .my-btn {
	padding:15px 60px
}
.home-blog-item {
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	background-color:#BC0B7F;
}
.home-blog-item-date {
	position:absolute;
	top:0;
	left:0;
	background-color:#3e4f59;
	width:44px;
	height:44px;
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:10px
}
.home-blog-item-date-number {
    font-size: 27px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 8px;
	}
	
.home-blog-item-image {
	float:left;
	width:270px
}
.home-blog-item-image img {
	max-width:100%
}
.home-blog-item-desc {
	background-color:#BC0B7F;
	padding:35px 30px;
	display:table-cell
}
.home-blog-item-desc a {
	color:#fff;
}
.home-blog-item-desc-title:after{
	content:"";
	width:16%;
	height:1px;
	border-bottom:2px dotted #fff;
	top: 65px;
    position: absolute;
    right: 102px;
	text-align:center;
}

.home-blog-item-desc-title {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:17px;
	    text-align: center;
    font-size: 18px;
}
.home-blog-item-desc-info {
	font-size:12px;
	margin-bottom:15px
}
.home-blog-item-desc-info .comments-icon {
	padding:0 10px;
	color:#BC0B7F
}
.home-blog-item-desc-text {
	text-align:justify;
	}
	
	.home-blog-item-desc-text p{margin-bottom:0;
	    color: #fff;}
	
.home-blog-item-mark, .home-blog-item-mark .home-blog-item-date {
}
.home-blog-item-mark .home-blog-item-desc {
	background-color:#BC0B7F;
	color:#fff
}
.home-blog-item-mark .home-blog-item-desc a, .home-blog-item-mark .home-blog-item-desc-info .comments-icon {
	color:#fff
}
.clients-section {
	background-color:#f5f5f5
}
.home-clients p {
	text-align:justify;
	padding:0 85px
}
.home-clients-carousel {
	padding:0 20px;
	margin:50px 0 80px
}
.home-clients-carousel-item {
	width:33.333%;
	float:left;
	text-align:center;
	margin:10px 0
}
.home-clients-carousel-item img {
	max-width:100%
}
.home-clients-carousel-hline {
	width:420px;
	position:absolute;
	height:1px;
	background-color:#d9dbdc;
	top:86px;
	left:50%;
	margin-left:-210px
}
.home-clients-carousel-vline1 {
	height:80px;
	position:absolute;
	width:1px;
	background-color:#d9dbdc;
	top:50%;
	margin-top:-40px;
	left:172px
}
.home-clients-carousel-vline2 {
	height:80px;
	position:absolute;
	width:1px;
	background-color:#d9dbdc;
	top:50%;
	margin-top:-40px;
	left:345px
}
.home-clients-buttons {
	text-align:center
}
.home-clients-buttons .my-btn {
	width:50px;
	height:50px;
	padding:0;
	font-size:17px;
	line-height:47px;
	margin:-1px
}
.home-big-image {
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	right:0;
	background:url(../media/bg/6.jpg) no-repeat;
	background-size:cover
}
.home-subscribe {
	background-color:#BC0B7F;
	padding:25px 0
}

.home-subscribe a{
    color: #fff;
}

.home-subscribe a:hover{
    color: #000;
}


.home-subscribe-text {
	font-weight:700;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:21px;
	line-height:36px;
}
.home-subscribe-icon {
	font-size:34px;
	line-height:25px;
	top:7px;
	padding-right:20px;
	position:relative
}
.home-subscribe-form-input {
	float:left;
	width:360px
}
.home-subscribe-form-input input[type=text] {
	background-color:#fff;
	padding:15px 20px;
	font-size:10px;
	margin-top:1px;
	width:100%
}
.home-subscribe-form-input ::-webkit-input-placeholder {
color:#3e4f59
}
.home-subscribe-form-input :-moz-placeholder {
color:#3e4f59
}
.home-subscribe-form-input ::-moz-placeholder {
color:#3e4f59
}
.home-subscribe-form-input :-ms-input-placeholder {
color:#3e4f59
}
.home-subscribe-form-button {
	float:left
}
.home-subscribe-form-button .my-btn-primary {
	font-size:10px;
	font-weight:700;
	font-family:Montserrat;
	background-color:#5fd3e8
}
.footer {
	padding:65px 0 45px;
	background-color:#1f2a31;
	color:#fff
}

.footer a:hover{color:#BC0B7F;}

.footer h2{    text-transform: uppercase;
    font-size: 25px;
	margin-bottom:25px;}

.footer h2:after {
    position: absolute;
    content: "";
       width: 55px;
    height: 2px;
    background-color: #BC0B7F;
    top: 35px;
    left: 14px;
}

.footer-4 img{
    margin-top: 35px;
}

.footer h4 {
	font-size:15px;
	margin:16px 0 70px
}
.footer .with-square:before {
	top:3px
}
.footer .logo {
	padding:0;
	margin-bottom:55px
}
.footer ol, .footer ul {
	margin-bottom:0;
	padding:0;
	list-style:none
}
.footer-1 .with-border-bottom:after {
	top:70px
}
.footer-1-text {
	float:left
}
.footer-1-button {
	float:left;
	margin-top:30px
}
.footer-2, .footer-3 {
	font-family:Montserrat;
	font-size:14px
}
.footer-2 a, .footer-3 a {
	color:#fff;
	text-transform: uppercase;
}
.footer-2 li {
	padding:5px 0 10px;
}
.footer-2-links-1, .footer-2-links-2 {
	float:left;
	width:50%
}
.footer-3-item {
	padding:5px 0
}
.footer-3-icon {
	padding-right:10px
}
.footer-3-adress {
	padding-bottom:25px
}
.footer-4-widget {
	overflow:hidden;
	padding-top:7px
}
.footer-4 iframe {
	background-color:transparent;
	border:none;
	overflow:hidden;
	width:285px;
	height:175px
}
.bottom {
	padding:20px 0;
	background-color:#000;
	font-family:Montserrat;
	font-size:12px;
	color:#fff
}
.bottom a {
	color:#BC0B7F;
}

.copyright {
    margin: 0;
    text-transform: uppercase;
    padding-top: 8px;
}

.bottom .color-primary a {
	color:#BC0B7F
}

.bottom a:hover{
    color: #fff;
}

.bottom-2 {
	text-align:center;
	    padding-top: 5px;
}
.bottom-2 .my-btn {
	height:26px;
	width:26px;
	padding:0;
	line-height:26px
}
.bottom-3 {
	text-align:right;
	padding-top:5px
}
.page-header {
	position:relative;
	background: url(../img/bg.jpg) center center no-repeat;
	padding:35px 0 40px;
	margin:0;
	border:none;
	color:#fff;
	text-align:center;
	height:118px;
}
.page-header-overlay {
	background:rgba(0, 0, 0, .5);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.page-header-title h2 {
	font-size:28px;
	margin-top:0;
	text-transform:uppercase;
}
.page-header-button {
	position:absolute;
	right:15px;
	top:7px
}
.page-header-button .my-btn-primary {
	width:176px;
	font-size:13px
}

.testsection{padding:60px 0 40px;}

.testsection1{padding:60px 0;}

.testsection1 p{text-align:justify;
margin-bottom:0;}

.testsection1  img{margin-bottom:20px;
    border: 2px solid #BC0B7F;
	border-radius:20px;}

.services-1 {
	padding:60px 0px;
}
.services-1 p{text-align:justify;}

.service-1 img {
	max-width:100%;
	border: 2px solid;
}
.service-1 h3 {
	text-align:center;
	text-transform:uppercase;
	margin:30px 0 25px;
	font-size:18px
}
.service-1 p {
	text-align:justify;
	    border: 2px solid #BC0B7F;
    padding: 25px 27px;
    margin: 0;
}
.service-1-button {
	text-align:center;
	margin:30px 0 75px
}
.service-menu {
	padding:0;
	list-style:none
}
.service-menu>li>a {
	background-color:#f5f5f5;
	color:#3e4f59;
	font-family:Montserrat;
	font-size:14px;
	text-transform:uppercase;
	padding:20px 30px;
	display:block;
	margin-bottom:5px
}
.service-menu>li.active>a, .service-menu>li>a:focus, .service-menu>li>a:hover {
	background-color:#BC0B7F;
	color:#fff
}
.services-detail {
	padding:60px 0 45px;
}

.services-detail p{
		text-align:justify;
}
 .services-detail  .title-group{  margin-bottom: 15px;}
 .services-detail1  .title-group{  margin-bottom: 12px;}
 
  .servicesimg{
    border: 4px solid #BC0B7F;
    border-radius: 50%;
    margin-bottom: 20px;
}

.servicesimgbig{
	    margin: 20px 0 25px;
}

.services-detail1 {
	background:#BC0B7F url(../img/lasik-safe.jpg) top left no-repeat;
	padding:45px 0;
    margin: 0 auto;
    max-width: 1349px;
}

.services-detail1 p{
		text-align:justify;
		color:#FFFFFF;
}
.services-detail1 .icon-line i {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #BC0B7F;
}
.services-detail1 .icon-line:before {
    border-bottom: 1px solid #fff;
}

.services-detail1 .icon-line:after {
    border-bottom: 1px solid #fff;
}
.services-detail1 .title-group h2 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 27px;
}


.service-detail h2 {
	font-weight:400;
	font-size:22px;
	text-align:center;
	margin-top:0;
	margin-bottom:5px
}
.service-detail img {
	max-width:100%
}
.service-detail-bigimage {
	padding:55px 0 40px
}
.service-detail p {
	margin-bottom:25px;
	text-align:justify
}
.service-detail .service-related {
	margin-top:25px
}
.service-detail .service-related h3 {
	font-size:14px;
	text-transform:uppercase;
	margin:35px 0 25px
}
.service-detail .service-related h3 a {
	color:#3e4f59
}
.service-detail .service-related h3 a:focus, .service-detail .service-related h3 a:hover {
	color:#BC0B7F
}
.about-text-image img {
	max-width:100%
}
.about-text h2 {
	font-size:20px;
	text-transform:uppercase;
	position:relative;
	text-align:center;
	margin:35px 0 80px
}
.about-text h2:before {
	position:absolute;
	content:"";
	color:#BC0B7F;
	border-top:2px solid;
	border-bottom:1px solid;
	width:240px;
	height:4px;
	top:55px;
	left:50%;
	margin-left:-120px
}
.about-text p {
	text-align:center
}
.about-team {
	background-color:#f5f5f5
}
.team-item {
	text-align:center
}
.team-item-image {
	position:relative;
	overflow:hidden
}
.team-item-image-overlay {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#BC0B7F;
	top:-100%;
	left:0;
	transition:all 300ms
}
.team-item-image img {
	max-width:100%
}
.team-item-icons {
	position:absolute;
	color:#fff;
	padding:15px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	height:50px;
	width:100%;
	top:50%;
	margin-top:-25px;
	font-size:15px
}
.team-item-icons a {
	color:#fff;
	margin:0 15px
}
.team-item-name {
	font-family:Montserrat;
	font-size:15px;
	margin-top:20px
}
.team-item-position {
	font-size:11px;
	color:#aaa
}
.team-item:hover .team-item-image-overlay {
	top:0
}
.team-item:hover .team-item-name {
	color:#BC0B7F
}
.blog-section {
	padding:100px 0 25px
}
.blog-items {
	padding-right:70px
}
.blog-item {
	position:relative;
	overflow:hidden;
	margin-bottom:65px
}
.blog-item-date {
	position:absolute;
	top:0;
	left:0;
	background-color:#3e4f59;
	width:44px;
	height:44px;
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:10px
}
.blog-item-date-number {
	font-size:22px;
	font-weight:400;
	line-height:18px;
	margin-top:7px
}
.blog-item-image img {
	max-width:100%
}
.blog-item-info {
	font-size:12px;
	margin:30px 0 10px
}
.blog-item-info a {
	color:#3e4f59
}
.blog-item-info .author-icon {
	padding-right:10px;
	color:#BC0B7F
}
.blog-item-info .date-icon {
	padding:0 10px;
	color:#BC0B7F
}
.blog-item-title h3 {
	font-size:20px;
	margin-bottom:60px;
	position:relative
}
.blog-item-title h3 a {
	color:#3e4f59
}
.blog-item-title h3:before {
	position:absolute;
	content:"";
	background-color:#BC0B7F;
	width:25px;
	height:2px;
	bottom:-25px;
	left:0
}
.blog-item-text {
	margin-bottom:40px
}
.blog-item-mark .blog-item-date {
	background-color:#BC0B7F
}
.blog-right-bar-item {
	position:relative;
	margin-bottom:80px
}
.blog-right-bar-item:before {
	position:absolute;
	content:"";
	background-color:#BC0B7F;
	width:25px;
	height:2px;
	bottom:-35px;
	left:0
}
.blog-right-bar-item.latest:before {
	height:0;
	display:none
}
.blog-right-bar h3 {
	margin:0 0 30px;
	font-size:14px
}
.blog-right-bar input {
	background-color:#fff;
	border:1px solid #eee;
	width:100%
}
.blog-right-bar ::-webkit-input-placeholder {
color:#3e4f59
}
.blog-right-bar :-moz-placeholder {
color:#3e4f59;
opacity:1
}
.blog-right-bar ::-moz-placeholder {
color:#3e4f59;
opacity:1
}
.blog-right-bar :-ms-input-placeholder {
color:#3e4f59
}
.recent-post {
	overflow:hidden;
	margin-bottom:30px
}
.recent-post-image {
	float:left
}
.recent-post-image img {
	max-width:100%
}
.recent-post-title {
	font-size:12px;
	padding-left:15px;
	float:left;
	width:137px;
	margin-bottom:15px
}
.recent-post-title a {
	color:#3e4f59
}
.recent-post-date {
	font-size:12px;
	float:left;
	padding-left:15px
}
.recent-post-date a {
	color:#3e4f59
}
.recent-post-date .date-icon {
	padding-right:10px;
	color:#BC0B7F
}
.blog-categories {
	text-transform:uppercase;
	font-family:Montserrat;
	font-size:12px;
	list-style-type:square;
	padding-left:16px
}
.blog-categories li {
	padding:10px 0
}
.blog-categories li a {
	color:#3e4f59
}
.blog-categories li a:focus, .blog-categories li a:hover, .blog-categories li.active a {
	color:#BC0B7F
}
.blog-categories li.first {
	padding-top:0
}
.blog-categories li.latest {
	padding-bottom:0
}
.blog-about {
	text-align:justify
}
.blog-tags a {
	border:1px solid #eee;
	padding:15px 28px;
	color:#888;
	font-size:10px;
	display:inline-block;
	text-transform:uppercase;
	margin:0 6px 8px 0
}
.blog-tags a.active, .blog-tags a:focus, .blog-tags a:hover {
	background-color:#BC0B7F;
	color:#fff
}
.pagination-section {
	border-top:1px solid #cad2d7;
	padding:15px 0 50px
}
.pagination-section .pagination li:first-child a, .pagination-section .pagination li:first-child span {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.pagination-section .pagination li:last-child a, .pagination-section .pagination li:last-child span {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.single-blog-section {
	padding:100px 0 10px
}
.single-post {
	position:relative;
	overflow:hidden;
	margin-bottom:65px;
	padding-right:65px
}
.single-post-date {
	position:absolute;
	top:0;
	left:0;
	background-color:#BC0B7F;
	width:44px;
	height:44px;
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:10px
}
.single-post-date-number {
	font-size:22px;
	font-weight:400;
	line-height:18px;
	margin-top:7px
}
.single-post-image img {
	max-width:100%
}
.single-post-info {
	font-size:12px;
	margin:30px 0 10px
}
.single-post-info a {
	color:#3e4f59
}
.single-post-info .author-icon {
	padding-right:10px;
	color:#BC0B7F
}
.single-post-info .date-icon {
	padding:0 10px;
	color:#BC0B7F
}
.single-post-title h3 {
	font-size:20px;
	margin-bottom:60px;
	position:relative
}
.single-post-title h3 a {
	color:#3e4f59
}
.single-post-title h3:before {
	position:absolute;
	content:"";
	background-color:#BC0B7F;
	width:25px;
	height:2px;
	bottom:-25px;
	left:0
}
.single-post-text {
	margin-bottom:40px
}
.single-post-text>p {
	margin-bottom:30px
}
.single-post-bb {
	position:relative
}
.single-post-bb-arrow {
	width:50px;
	height:50px;
	border:1px solid #eee;
	background-color:#fff;
	position:relative;
	z-index:1;
	border-radius:50%;
	text-align:center;
	font-size:21px;
	line-height:48px
}
.single-post-bb-arrow i {
	transform:rotate(45deg);
	display:block
}
.single-post-bb-line {
	position:absolute;
	height:1px;
	width:100%;
	left:0;
	top:25px;
	background-color:#eee
}
.single-post-author {
	background-color:#f8f8f8;
	padding:25px;
	margin:60px 0;
	overflow:hidden
}
.single-post-author-avatar {
	float:left;
	width:150px
}
.single-post-author-avatar img {
	max-width:100%
}
.single-post-author-info {
	display:table-cell;
	vertical-align:top;
	padding-left:30px
}
.single-post-author-info-name {
	float:left;
	font-family:Montserrat;
	font-size:14px;
	font-weight:700;
	margin:15px 0 30px
}
.single-post-author-info-label {
	font-family:Lato;
	font-style:italic;
	font-size:12px;
	color:#999;
	font-weight:400
}
.single-post-author-info-socials {
	float:right;
	margin-top:22px
}
.single-post-author-info-socials .my-btn-default {
	width:28px;
	height:28px;
	padding:0;
	text-align:center;
	color:#ccc;
	border-color:#ccc;
	line-height:27px
}
.single-post-author-info-socials .my-btn-default .my-btn-bg-bottom, .single-post-author-info-socials .my-btn-default .my-btn-bg-top {
	background-color:#BC0B7F
}
.single-post-author-info-socials .my-btn-default:hover {
	color:#fff;
	border-color:#BC0B7F
}
.single-post-author-info-text {
	float:left;
	font-size:12px;
	text-align:justify;
	line-height:20px
}
.single-post-comments {
	margin-bottom:45px
}
.single-post-comments h3 {
	font-size:16px;
	position:relative;
	margin-bottom:60px
}
.single-post-comments h3:before {
	position:absolute;
	content:"";
	background-color:#BC0B7F;
	width:25px;
	height:2px;
	bottom:-20px;
	left:0
}
.single-post-leave-comment h3 {
	font-size:16px;
	position:relative;
	margin-bottom:60px
}
.single-post-leave-comment h3:before {
	position:absolute;
	content:"";
	background-color:#BC0B7F;
	width:25px;
	height:2px;
	bottom:-20px;
	left:0
}
.single-post-leave-comment-form-item {
	margin-bottom:20px
}
.single-post-leave-comment-form-item input[type=text], .single-post-leave-comment-form-item input[type=password], .single-post-leave-comment-form-item textarea {
	background-color:#fff;
	border:1px solid #eee;
	font-family:Lato;
	font-size:13px;
	font-style:italic;
	width:100%
}
.single-post-leave-comment-form-item textarea {
	height:160px
}
.single-post-leave-comment-form-item ::-webkit-input-placeholder {
color:#3e4f59
}
.single-post-leave-comment-form-item :-moz-placeholder {
color:#3e4f59;
opacity:1
}
.single-post-leave-comment-form-item ::-moz-placeholder {
color:#3e4f59;
opacity:1
}
.single-post-leave-comment-form-item :-ms-input-placeholder {
color:#3e4f59
}
.contacts-info {
	padding-right:60px
}
.contacts-info-title {
	background-color:#BC0B7F;
	color:#fff;
	padding:30px;
	text-transform:uppercase
}
.contacts-info-title-icon {
	float:left;
	font-size:40px;
	line-height:46px;
	margin-right:25px
}
.contacts-info-title h3 {
	font-size:25px;
	margin:0;
	padding-left:64px
}
.contacts-info-text {
	margin:40px 0;
	text-align:justify
}
.contacts-info-people {
	float:right;
	text-align:right
}
.contacts-info-people-avatar {
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin-right:20px
}
.contacts-info-people-name {
	float:left;
	font-family:Montserrat;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	margin-top:2px
}
.contacts-info-people-company {
	font-family:Montserrat;
	font-weight:400;
	font-size:10px
}
.contacts-form {
	margin-top:-10px
}
.contacts-form-item {
	margin-bottom:20px
}
.contacts-form-item input[type=text], .contacts-form-item input[type=password], .contacts-form-item textarea {
	background-color:#fff;
	border:none;
	border-bottom:1px solid #eee;
	font-family:Lato;
	font-size:13px;
	font-style:italic;
	width:100%
}
.contacts-form-item textarea {
	height:160px
}
.contacts-form-item ::-webkit-input-placeholder {
color:#3e4f59
}
.contacts-form-item :-moz-placeholder {
color:#3e4f59;
opacity:1
}
.contacts-form-item ::-moz-placeholder {
color:#3e4f59;
opacity:1
}
.contacts-form-item :-ms-input-placeholder {
color:#3e4f59
}
.contacts-form-button {
	text-align:right;
	margin-bottom:0
}
.contact-details {
	background-color:#BC0B7F;
	padding:0
}
.contact-detail {
	color:#fff;
	text-align:center;
	padding:100px 15px;
	position:relative
}
.contact-detail:after {
	top:0;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(255, 255, 255, 0);
	border-top-color:#fff;
	border-width:30px;
	margin-left:-30px
}
.contact-detail-icon {
	font-size:40px
}
.contact-detail-title h3 {
	font-size:17px;
	position:relative;
	margin:20px 0 45px
}
.contact-detail-title h3:before {
	position:absolute;
	content:"";
	background-color:#fff;
	width:26px;
	height:2px;
	bottom:-25px;
	left:50%;
	margin-left:-13px
}
.contact-detail-text {
	font-weight:700
}
.contact-detail-mark {
	background-color:#3e4f59
}
.contact-detail-mark .contact-detail-icon {
	color:#BC0B7F
}
.contact-detail-mark .contact-detail-title h3:before {
	background-color:#BC0B7F
}
.contact-map {
	height:450px
}
.elem-section {
	padding:100px 0 70px
}
.bs-example {
	border:1px solid #ddd;
	border-radius:4px;
	padding:15px;
	margin-bottom:30px;
	overflow:hidden
}
.bs-example-title {
	font-family:Lato;
	font-weight:700;
	font-size:24px;
	margin-bottom:20px;
	margin-top:0
}
.bs-example .table {
	margin-bottom:0
}
.bs-example .table .type-info {
	color:#999;
	vertical-align:middle;
	font-family:Montserrat
}
.bs-example td.first-top {
	border-top:none
}
.bs-example ol, .bs-example ul {
	margin-top:0;
	margin-bottom:30px
}
.bs-example .btns-row {
	margin-bottom:10px
}
.bs-example .btns-col {
	width:50%;
	float:left
}
.bs-example .btns-col a {
	margin-bottom:10px
}
.bs-example .btns-col-2 {
	padding-left:7%
}
.bs-example .pagination {
	margin-bottom:0
}
.bs-example-progress {
	max-width:870px;
	margin:0 auto
}
.bs-example-progress .bs-example {
	padding:25px 15px 15px
}
.bs-example .progress {
	margin-bottom:10px
}
.bs-example-alert {
	max-width:870px;
	margin:0 auto
}
.bs-example-alert .bs-example {
	padding:25px 15px 15px
}
.bs-example .alert {
	margin-bottom:10px
}
.slide-menu {
	position:fixed;
	overflow:auto;
	top:0;
	left:-290px;
	z-index:5;
	width:290px;
	background-color:#fff;
	padding:20px 35px;
	height:100%;
	transition:all 300ms
}
.slide-menu .close-menu {
	color:#3e4f59;
	font-size:27px;
	cursor:pointer;
	text-align:center;
	width:34px;
	margin:20px auto;
	line-height:0;
	transition:color 300ms
}
.slide-menu .close-menu:hover {
	color:#BC0B7F
}
.slide-menu .left-menu {
	list-style:none;
	padding-left:0
}
.slide-menu .left-menu>li {
	padding:13px 0;
	font-size:15px;
	text-transform:uppercase;
	border-bottom:1px solid #eee
}
.slide-menu .left-menu>li>a {
	font-family:Montserrat;
	color:#3e4f59;
	width:100%;
	display:block
}
.slide-menu .left-menu>li>a:focus, .slide-menu .left-menu>li>a:hover {
	color:#BC0B7F
}
.slide-menu .left-menu>li .slide-menu-child>li {
	padding:3px 5px;
	font-size:14px
}
.slide-menu .left-menu>li .arrow {
	float:right
}
.slide-menu .left-menu>li .fa.arrow:before {
	content:"\f104"
}
.slide-menu .left-menu>li.active>a>.fa.arrow:before {
	content:"\f107"
}
.slide-menu .left-menu>li .plus-times {
	float:right
}
.slide-menu .left-menu>li .fa.plus-times:before {
	content:"\f067"
}
.slide-menu .left-menu>li.active>a>.fa.plus-times {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg)
}
.slide-menu .left-menu>li .plus-minus {
	float:right
}
.slide-menu .left-menu>li .fa.plus-minus:before {
	content:"\f067"
}
.slide-menu .left-menu>li .active>a>.fa.plus-minus:before {
	content:"\f068"
}
.black-overlay {
	background-color:rgba(0, 0, 0, .5);
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	z-index:4;
	left:0;
	opacity:0;
	display:none;
	transition:all 300ms
}

#slider {
    height:475px;
    background:  url(../img/banner.jpg) no-repeat scroll center center transparent;
    max-width: 1349px;
    margin: 0 auto;
    padding: 0px;
    background-size: cover;
    background-position: center;
}

#slider  h1{
    padding-top: 373px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
    padding-right: 170px;
    padding-left: 3px;
}

#slider  h2{
    padding-top: 373px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
    padding-left: 134px;
    padding-right: 3px;
	text-align:right;
}

#slider a{color:#FFFFFF;}

#slider a:hover{color:#000000;}



.control {max-width:1349px; margin:0 auto;}


@media only screen and (min-width: 992px) and (max-width: 1199px){
	
	
	.testimonials {background:#BC0B7F;}
	.logo {
    float: left;
   margin-left: 0px; 
    width: 200px;
}
}


@media only screen and (min-width: 480px) and (max-width: 767px){
	
	
	.home-about {padding: 60px 15px 60px 15px;}
	
	.get-quote {padding: 60px 15px 60px 15px;}
	
	.contacts-info-title br{display:none;}
	
	.contacts-info-title-icon {line-height: 0px;     font-size: 30px;}
	
	.res_martop {margin-top:20px;}
	
	
	
}


@media only screen and (max-width: 479px){
	
	
	.testi-cont {padding: 0 0px;}
	
	.home-blog-item-image {float:none;}
	
	.home-blog-item-image {width:100% !important;}
	
	.home-review-carousel-text {    padding: 55px 15px;}
	
	.res_martop {margin-top:20px;}
	
}
@media only screen and (max-width: 820px){
.logo {
    float: left;
    margin-left: 0;
}}