@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url(https://fonts.googleapis.com/css?family=Poppins:700);
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	overflow-x: hidden;
	color: #1c1c1c
}

ol,
ul {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

a {
	color: #1c1c1c;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

a:hover {
	text-decoration: none
}

a:focus {
	text-decoration: none
}

a,
h1,
h2,
h3,
h4,
h5,
p,
span {
	margin: 0;
	letter-spacing: .5px;
	line-height: 27px
}

img {
	max-width: 100%;
	height: auto
}

.clear {
	clear: both
}

.sections {
	padding: 120px 0;
	position: relative
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9999999999999
}

.load-circle {
	margin: 45vh auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	border-top: 2px solid #212121;
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.option-box {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 9999;
	text-align: center
}

.option-box .color-option {
	float: left;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	color: #4c4c4c;
	padding: 10px;
	width: auto;
	display: none
}

.option-box ul {
	padding: 0;
	margin: 0
}

.option-box #t-title {
	font-weight: 700;
	padding-bottom: 7px;
	display: block;
	text-align: left
}

.option-box span {
	color: #4c4c4c;
	font-size: 17px;
	font-weight: 400
}

.option-box .color-option ul li {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%
}

.option-box .gear-check {
	color: #4c4c4c;
	background: #fff;
	cursor: pointer;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding: 13px 15px 13px 10px;
	font-size: 20px;
	float: left;
	border-left-color: #fff
}

.option-box #color1 {
	background: #00b4db
}

.option-box #color2 {
	background: #8cc152
}

.option-box #color3 {
	background: #e67e22
}

.option-box #color4 {
	background: #e74c3c
}

.option-box #color5 {
	background: #cf9c63
}

.option-box #color6 {
	background: #d9b130
}

.option-box #color7 {
	background: #da4453
}

.option-box #color8 {
	background: #1c1c1c
}

.option-box #color9 {
	background: -webkit-linear-gradient(to right, rgba(0, 131, 176, .7), rgba(0, 180, 219, .7));
	background: -moz-linear-gradient(to right, rgba(0, 131, 176, .7), rgba(0, 180, 219, .7));
	background: -o-linear-gradient(to right, rgba(0, 131, 176, .7), rgba(0, 180, 219, .7));
	background: -ms-linear-gradient(to right, rgba(0, 131, 176, .7), rgba(0, 180, 219, .7));
	background: linear-gradient(to right, rgba(0, 131, 176, .7), rgba(0, 180, 219, .7))
}

.option-box #color10 {
	background: -webkit-linear-gradient(to right, rgba(69, 182, 73, .7), rgba(86, 171, 47, .7));
	background: -moz-linear-gradient(to right, rgba(69, 182, 73, .7), rgba(86, 171, 47, .7));
	background: -o-linear-gradient(to right, rgba(69, 182, 73, .7), rgba(86, 171, 47, .7));
	background: -ms-linear-gradient(to right, rgba(69, 182, 73, .7), rgba(86, 171, 47, .7));
	background: linear-gradient(to right, rgba(69, 182, 73, .7), rgba(86, 171, 47, .7))
}

.option-box #color11 {
	background: -webkit-linear-gradient(to right, rgba(248, 54, 0, .7), rgba(254, 140, 0, .7));
	background: -moz-linear-gradient(to right, rgba(248, 54, 0, .7), rgba(254, 140, 0, .7));
	background: -o-linear-gradient(to right, rgba(248, 54, 0, .7), rgba(254, 140, 0, .7));
	background: -ms-linear-gradient(to right, rgba(248, 54, 0, .7), rgba(254, 140, 0, .7));
	background: linear-gradient(to right, rgba(248, 54, 0, .7), rgba(254, 140, 0, .7))
}

.option-box #color12 {
	background: -webkit-linear-gradient(to right, rgba(147, 41, 30, .7), rgba(237, 33, 58, .7));
	background: -moz-linear-gradient(to right, rgba(147, 41, 30, .7), rgba(237, 33, 58, .7));
	background: -o-linear-gradient(to right, rgba(147, 41, 30, .7), rgba(237, 33, 58, .7));
	background: -ms-linear-gradient(to right, rgba(147, 41, 30, .7), rgba(237, 33, 58, .7));
	background: linear-gradient(to right, rgba(147, 41, 30, .7), rgba(237, 33, 58, .7))
}

.option-box #color13 {
	background: -webkit-linear-gradient(to right, rgba(96, 56, 19, .7), rgba(207, 156, 99, .7));
	background: -moz-linear-gradient(to right, rgba(96, 56, 19, .7), rgba(207, 156, 99, .7));
	background: -o-linear-gradient(to right, rgba(96, 56, 19, .7), rgba(207, 156, 99, .7));
	background: -ms-linear-gradient(to right, rgba(96, 56, 19, .7), rgba(207, 156, 99, .7));
	background: linear-gradient(to right, rgba(96, 56, 19, .7), rgba(207, 156, 99, .7))
}

.option-box #color14 {
	background: -webkit-linear-gradient(to right, rgba(217, 177, 48, .7), rgba(255, 206, 84, .7));
	background: -moz-linear-gradient(to right, rgba(217, 177, 48, .7), rgba(255, 206, 84, .7));
	background: -o-linear-gradient(to right, rgba(217, 177, 48, .7), rgba(255, 206, 84, .7));
	background: -ms-linear-gradient(to right, rgba(217, 177, 48, .7), rgba(255, 206, 84, .7));
	background: linear-gradient(to right, rgba(217, 177, 48, .7), rgba(255, 206, 84, .7))
}

.option-box #color15 {
	background: -webkit-linear-gradient(to right, rgba(237, 85, 101, .7), rgba(218, 68, 83, .7));
	background: -moz-linear-gradient(to right, rgba(237, 85, 101, .7), rgba(218, 68, 83, .7));
	background: -o-linear-gradient(to right, rgba(237, 85, 101, .7), rgba(218, 68, 83, .7));
	background: -ms-linear-gradient(to right, rgba(237, 85, 101, .7), rgba(218, 68, 83, .7));
	background: linear-gradient(to right, rgba(237, 85, 101, .7), rgba(218, 68, 83, .7))
}

.option-box #color16 {
	background: -webkit-linear-gradient(to right, rgba(65, 67, 69, .7), rgba(35, 37, 38, .7));
	background: -moz-linear-gradient(to right, rgba(65, 67, 69, .7), rgba(35, 37, 38, .7));
	background: -o-linear-gradient(to right, rgba(65, 67, 69, .7), rgba(35, 37, 38, .7));
	background: -ms-linear-gradient(to right, rgba(65, 67, 69, .7), rgba(35, 37, 38, .7));
	background: linear-gradient(to right, rgba(65, 67, 69, .7), rgba(35, 37, 38, .7))
}

.option-box a {
	display: inline-block;
	border: 1px solid #8cc152;
	background: #8cc152;
	color: #fff;
	padding: 7px 33px;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 13px;
	border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px
}

.s-header {
	background: url(../img/home.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height: 104vh;
	width: 100%;
	position: relative;
	overflow-x: hidden!important
}

.s-header .header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5)
}

.s-header .middle-c {
	color: #fff;
	position: absolute;
	width: 100%;
	top: 49.5%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.s-header .middle-c .capt {
	margin: 0 auto;
	margin-top: 50px;
	float: none;
	text-align: center
}

.s-header .middle-c .capt h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 30px
}

.s-header .middle-c .capt h1 span {
	font-family: Poppins, sans-serif
}

.s-header .capt a {
	margin-top: 20px;
	border: 2px solid #fff;
	display: inline-block;
	font-size: 12px;
	padding: 9px 35px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-webkit-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-moz-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-o-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-ms-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-weight: 400;
	background-color: transparent
}

.s-header .capt a:hover {
	background: #fff;
	color: #232323;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none
}

.s-header-shape {
	position: absolute;
	bottom: 0;
	left: 0
}

.navbar {
	background-color: transparent;
	border-color: transparent;
	padding: 20px 0 30px;
	background: 0 0;
	border: none;
	border-radius: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.navbar .navbar-nav>li {
	font-size: 16px;
	margin: 30px 23px;
	font-weight: 400;
	cursor: pointer;
	position: relative
}

.navbar .navbar-nav>li:last-child {
	margin-right: 14px
}

.navbar .navbar-nav>li>a {
	color: rgba(255, 255, 255, .95);
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}

.navbar .navbar-nav>li>a:focus {
	background: 0 0
}

.navbar .navbar-nav>li>a:hover {
	background: 0 0;
	color: rgba(255, 255, 255, .75)
}

.navbar .navbar-nav>li>a {
	padding-bottom: 20px
}

.navbar .nav li>a {
	position: relative
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 40px;
	clear: both;
	color: #323232
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
	background: 0 0
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: #efefef
}

.leftauto {
	right: 0!important;
	left: auto!important
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	padding-top: 11px;
	margin-left: 0
}

.navbar .logo {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2.5px;
	padding-top: 15px
}

.navbar .logo .dark-logo {
	display: none
}

.navbar .logo .white-logo {
	display: block
}

.navbar .logo,
.navbar .logo:focus,
.navbar .logo:hover {
	font-weight: 700;
	font-size: 28px;
	display: inline-block
}

.fixed {
	background: #fff;
	padding: 0;
	position: fixed;
	-webkit-box-shadow: 0 0 13px #ddd;
	-moz-box-shadow: 0 0 13px #ddd;
	-o-box-shadow: 0 0 13px #ddd;
	-ms-box-shadow: 0 0 13px #ddd;
	box-shadow: 0 0 13px #ddd;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	z-index: 999
}

.fixed .navbar-nav>li>a {
	color: #555
}

.fixed .navbar-nav>li>a:hover {
	color: #555;
	opacity: .7
}

.fixed .navbar-nav>li>.dropdown-menu {
	margin-top: 9px
}

.fixed .navbar-nav>li {
	margin: 30px 23px 10px 23px
}

.fixed .logo {
	padding-top: 25px
}

.fixed .logo .white-logo {
	display: none
}

.fixed .logo .dark-logo {
	display: block
}

.navbar-toggle .icon-bar {
	background: #fff
}

.about .ab-cont {
	padding-left: 60px
}

.about .ab-cont h3 {
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 50px
}

.about .ab-cont h3 span {
	font-family: Poppins, sans-serif
}

.about .ab-cont p {
	font-weight: 400;
	padding-top: 15px;
	color: #555;
	font-size: 13.5px
}

.about .ab-cont .features {
	margin-top: 50px
}

.about .ab-cont .features .icon,
.about .ab-cont .features i {
	font-size: 20px;
	display: inline-block;
	margin-right: 10px
}

.about .ab-cont .features p {
	margin-bottom: 20px
}

.about .ab-cont .features p:last-child {
	margin-bottom: 0
}

.experiences {
	background-color: #f7f7f7
}

.experiences .exp-lf {
	padding-right: 30px
}

.experiences .exp-lf h3 {
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 30px
}

.experiences .exp-lf h3 span {
	font-family: Poppins, sans-serif
}

.experiences .exp-lf p {
	padding-bottom: 15px;
	color: #555;
	font-weight: 400;
	font-size: 13.5px
}

.skills {
	padding-left: 80px
}

.skills li span {
	font-family: Poppins, sans-serif;
	color: #212121;
	font-size: 12.5px;
	text-transform: uppercase
}

.skills .skills-left {
	padding: 0 30px 0 0
}

.skills .skills-right {
	padding: 0 0 0 30px
}

.skills .skills-bottom {
	padding: 30px 0 0 0
}

.skills li {
	margin-bottom: 35px
}

.skills li:last-child {
	margin-bottom: 0
}

.skills li .progress-bar {
	position: relative;
	background: 0 0;
	box-shadow: none
}

.skills li .progress {
	position: relative;
	background: 0 0;
	height: 22px;
	box-shadow: none;
	margin-bottom: 0
}

.skills li .progress,
.skills-background {
	border: none
}

.skills li .progress::before {
	position: absolute;
	background: #dcdcdc
}

.skills li .progress-bar::before {
	position: absolute;
	-webkit-transition: ease-out .7s;
	-moz-transition: ease-out .7s;
	-o-transition: ease-out .7s;
	transition: ease-out .7s
}

.progress::before,
.skills li .progress-bar::before {
	content: '';
	top: 50%;
	width: 100%;
	height: 2px;
	left: 0
}

.skills li .progress-bar span {
	position: absolute;
	top: 0;
	right: 0;
	background: #f7f7f7;
	padding: 1px 5px;
	color: #111;
	font-weight: 500;
	font-size: 11px;
	line-height: 16px
}

.services {
	padding: 140px 0 60px 0;
	background-color: #1c1c1c
}

.services .serv-title {
	margin-top: 100px
}

.services .serv-title h4 {
	font-size: 38px;
	line-height: 50px;
	font-weight: 300;
	color: #fff
}

.services .serv-title h4 span {
	font-family: Poppins, sans-serif
}

.services .serv-c {
	margin-bottom: 60px
}

.services .serv-item .serv-icon .icon,
.services .serv-item .serv-icon i {
	font-size: 37px
}

.services .serv-item .serv-icon .icon-overlay {
	position: absolute;
	left: 15px;
	top: -20px;
	opacity: .13;
	font-size: 60px
}

.services .serv-item .serv-cont h3 {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin: 20px 0 10px 0;
	color: #fff
}

.services .serv-item .serv-cont p {
	font-size: 13.4px;
	font-weight: 400;
	color: #bbb
}

.work {
	background-color: #fff;
	color: #1c1c1c
}

.work .wo-title {
	float: none;
	margin: 0 auto;
	margin-bottom: 120px
}

.work .wo-title h2 {
	font-weight: 300;
	font-size: 35px;
	line-height: 40px
}

.work .wo-title h2 span {
	font-family: Poppins, sans-serif
}

.work .wo-title p {
	color: #bbb;
	font-weight: 400;
	margin-top: 30px
}

.work .filter-work {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
	margin-left: 15px
}

.work .filter-work a {
	color: #1c1c1c;
	background: 0 0;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
	padding: 7px 30px;
	cursor: pointer;
	font-size: 12.5px;
	margin: 0 1px;
	border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block
}

.work .filter-work .is-checked {
	color: #fff
}

.work .filter-work a:first-child {
	padding-right: 22px;
	border-radius: 100px 0 0 100px
}

.work .filter-work a:last-child {
	padding-left: 22px;
	border-radius: 0 100px 100px 0
}

.work .filter-work a:hover {
	color: #fff
}

.work .work-item {
	padding: 0 0 10px 14px;
	width: 33%
}

.work .work-caption {
	position: relative
}

.work .work-caption img {
	height: auto;
	width: 100%;
	max-width: 100%
}

.work .work-caption .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: ease-out .3s;
	-moz-transition: ease-out .3s;
	-o-transition: ease-out .3s;
	transition: ease-out .3s;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px)
}

.work .work-caption .overlay:focus {
	outline: 0
}

.work .work-caption .overlay i,
.work .work-caption .overlay span {
	color: #fff
}

.work .work-item:hover .overlay {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}

.work .work-caption .info-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-align: left
}

.work .work-caption .info-content h4 {
	color: #fff;
	font-size: 18px;
	position: relative;
	font-family: Poppins, sans-serif
}

.work .work-caption .info-content p {
	font-size: 15px;
	color: #fff;
	font-style: italic
}

.work .work-caption .know-more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: left;
	font-size: 30px
}

.work .work-caption a:focus,
.work .work-caption img:focus,
.work .work-caption:focus,
.work .work-item:focus {
	outline: 0
}

.facts {
	background-image: url(../img/pattern.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.facts .facts-title {
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 120px
}

.facts .facts-title h3 {
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 30px
}

.facts .facts-title h3 span {
	font-family: Poppins, sans-serif
}

.facts .facts-title p {
	color: #555;
	font-weight: 400;
	font-size: 13.5px
}

.facts .facts-c {
	text-align: center
}

.facts .facts-c .count {
	font-family: Poppins, sans-serif;
	font-size: 55px
}

.facts .facts-c .count:before {
	content: '+ '
}

.facts .facts-c h4 {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	text-transform: uppercase
}

.prices .price-title {
	margin-top: 120px
}

.prices .price-title h3 {
	font-weight: 300;
	font-size: 35px;
	line-height: 40px
}

.prices .price-title h3 span {
	font-family: Poppins, sans-serif
}

.prices .price-title .price-tabs {
	margin-top: 60px
}

.prices .price-title .price-tabs li {
	display: inline-block
}

.prices .price-title .price-tabs li:last-child {
	margin-left: 7px
}

.prices .price-title .price-tabs li a {
	font-family: Poppins, sans-serif;
	border: 1px solid #eee;
	font-size: 13.5px;
	font-size: 12px;
	padding: 15px 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-webkit-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-moz-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-o-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	-ms-box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-weight: 400;
	color: #1c1c1c;
	background-color: transparent
}

.prices .price-title .price-tabs .active a {
	color: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none
}

.prices .price-title .price-tabs a:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none
}

.pric-tables {
	padding-right: 0;
	padding-left: 60px
}

.pric-tables .item {
	background: #fff;
	border: 1px solid #f2f4ec;
	padding: 50px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
	box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.pric-tables .item .type {
	margin: 0 0 40px 0
}

.pric-tables .item .type h5 {
	font-size: 22px;
	letter-spacing: 3px;
	font-family: Poppins, sans-serif
}

.pric-tables .item .mount {
	margin: 25px 0 50px 0
}

.pric-tables .item .mount h3 {
	font-size: 40px;
	font-family: Poppins, sans-serif
}

.pric-tables .item .mount h3 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-left: 3px;
	color: #999
}

.pric-tables .item .pfeat {
	margin: 0 0 50px;
	width: 100%;
	text-align: left
}

.pric-tables .item .pfeat p {
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #656565;
	font-size: 13.5px;
	font-weight: 300
}

.pric-tables .item .pfeat p:last-child {
	border-width: 0;
	margin-bottom: 0
}

.pric-tables .item .pfeat p i {
	padding-right: 5px
}

.pric-tables .item .order a {
	width: 90%;
	color: #999;
	border: 1px solid #999;
	display: inline-block;
	font-size: 12px;
	padding: 9px 15px;
	letter-spacing: 2px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	text-transform: uppercase;
	color: #212121;
	box-shadow: rgba(0, 0, 0, .12) 0 20px 44px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-weight: 400
}

.pric-tables .order a:hover {
	box-shadow: none;
	color: #212121
}

.pric-tables .item .green {
	color: #10daae
}

.pric-tables .item .red {
	color: #e9573f
}

.testimonials {
	background: url('');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center
}

.testimonials-overlay {
	background: rgba(17, 17, 17, .9);
	text-align: center
}

.testimonials .title {
	margin-bottom: 100px
}

.testimonials .title h3 {
	color: #fff;
	font-weight: 300;
	font-size: 60px;
	line-height: 65px
}

.testimonials .title h3 span {
	font-family: Poppins, sans-serif
}

.testimonials .title .devider {
	height: 1.5px;
	width: 75px;
	background-color: #fff;
	margin: 25px auto
}

.testimonials .icon {
	font-size: 45px;
	display: inline-block;
	margin-bottom: 45px;
	color: #212121
}

.testimonial-box {
	margin: 0 auto;
	float: none;
	padding-left: 30px
}

.testimonial-box p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 40px;
	letter-spacing: 1.5px
}

.testimonial-box h3 {
	letter-spacing: 2px;
	font-size: 15px;
	margin-bottom: 45px;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

.t-item .testimonial-box h3 span {
	position: relative;
	text-transform: none;
	display: block;
	letter-spacing: .5px;
	color: #999;
	font-style: italic;
	font-size: 12px
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 0 8px;
	background: #999
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 0
}

.owl-theme .owl-dots .active span {
	width: 11px;
	height: 11px;
	margin: 0 8px
}

.blog {
	padding: 120px 0 90px 0
}

.blog .blog-title {
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 120px
}

.blog .blog-title h3 {
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 30px
}

.blog .blog-title h3 span {
	font-family: Poppins, sans-serif
}

.blog .blog-title p {
	color: #555;
	font-weight: 400;
	font-size: 13.5px
}

.blog-item {
	color: #212121;
	padding: 45px;
	position: relative;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	margin-bottom: 30px
}

.blog-item:hover,
.blog-item:hover a {
	background: #252525;
	color: #fff
}

.blog-item .post-meta {
	font-size: 12px;
	font-weight: 400
}

.blog-item .post-meta ul li {
	margin-right: 10px;
	display: inline-block;
	font-style: italic
}

.blog-item .post-meta ul li i {
	padding-right: 2px
}

.blog-item .post-title {
	margin: 20px 0
}

.blog-item .post-title a {
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.blog-item .post-title h3 {
	font-size: 16px;
	font-family: Poppins, sans-serif
}

.blog-item .post-content p {
	color: #555;
	font-size: 13.2px;
	font-weight: 400
}

.blog-item:hover p {
	color: #aab2bd
}

.contact {
	background-color: #1c1c1c
}

.contact .cont-title {
	color: #fff
}

.contact .cont-title h3 {
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 40px
}

.contact .cont-title h3 span {
	font-family: Poppins, sans-serif
}

.contact .cont-title p {
	color: #bbb;
	font-size: 13.5px;
	font-weight: 400
}

.contact .cont-title .info {
	margin-top: 40px
}

.contact .cont-title .info li {
	margin-bottom: 15px
}

.contact .cont-title .info li:last-child {
	margin-bottom: 0
}

.contact .cont-title .info li .icon,
.contact .cont-title .info li i {
	font-size: 17px;
	float: left
}

.contact .cont-title .info li p {
	display: inline-block;
	color: #fff;
	margin-left: 15px;
	font-size: 13px
}

.contact .item {
	margin-bottom: 50px;
	color: #fff;
	display: inline-block;
	text-align: center
}

.contact .item .icon,
.contact .item i {
	font-size: 35px;
	margin-bottom: 15px
}

.contact .item h6 {
	font-size: 15px;
	text-transform: uppercase
}

.contact .item h5 {
	font-size: 13px;
	line-height: 1.8
}

.contact .contact-form input,
.contact .contact-form textarea {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 15px;
	border: none;
	background: #232323;
	border: 1px solid #232323;
	color: #fff;
	-webkit-transition: ease-out .3s;
	-moz-transition: ease-out .3s;
	-o-transition: ease-out .3s;
	transition: ease-out .3s
}

.contact .contact-form textarea {
	height: 213px
}

.contact .contact-form .contact-item {
	margin-bottom: 25px;
	padding: 0
}

.contact .contact-form .contact-item:last-child {
	margin-bottom: 0
}

.contact .contact-form .btn-col {
	text-align: center;
	padding-top: 40px
}

.contact .contact-form .button {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	float: none;
	font-family: Poppins, sans-serif
}

.contact-item input:focus,
.contact-item textarea:focus {
	outline: 0
}

.contact .contact-form .button:hover {
	color: #fff
}

.contact-item .parsley-required {
	color: #a94442;
	float: left;
	margin: 7px 0 0 0
}

.parsley-type {
	color: #a94442;
	float: left;
	margin: 7px 0 0 0
}

#map {
	height: 500px;
	position: relative
}

.footer .ft-logo {
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 40px
}

.footer .sc-icon {
	margin-bottom: 40px;
	text-align: center
}

.footer .sc-icon span {
	width: 40px;
	height: 40px;
	line-height: 37px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #1c1c1c;
	background: 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	display: inline-block;
	margin: 0 7px;
	border: 1px solid #1c1c1c
}

.footer .sc-icon a:hover span {
	color: #fff
}

.sub-footer {
	text-align: center;
	margin-top: 25px
}

.sub-footer h5 {
	font-weight: 400
}

.contact-p {
	background: #fafafa
}

.contact-f {
	float: none;
	text-align: center;
	background: #fff;
	margin: 80px auto;
	padding: 60px 30px;
	-webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2)
}

.contact-f h3 {
	font-size: 19px;
	margin-top: 30px
}

.contact-success i {
	color: #8cc152
}

.contact-nosuccess i {
	color: #e9573f
}

.footer .f-co a {
	color: #232323
}

.beer-slider {
	font-family: Montserrat;
	text-transform: uppercase;
	font-size: .75rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem
}

.img-radius {
	border-radius: 22px
}




.buttonblue {
    display: inline-flex;
    padding: 15px 30px;
    align-items: center;
    border: none;
    border-radius: 50em;
    background: #144994;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    transition: all 0.3s;
}
.buttonblue:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: translateY(-2px);
}







nav ul ul
{
	display: none;
}

nav ul li:hover > ul
{
	display: block;
}

nav ul li:hover a
{
	color: #fff;
}

nav ul li a
{
	display: block;
	padding-top: 10px;
}

nav ul ul
{
	border-radius: 0px;
	padding: 0;
	position: absolute;
	width: 250px;
	top: 100%;
}
