/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*
	+ Header
	+ Footer
	+ Section Header
	+ Page Banner
	+ Pagination
	+ Shortcodes
		- Slider Section
		- Services Section
		- Skill Section
		- Gallery Section
		- Portfolio Single
		- Related Projects
		- Counter Section
		- Call To Action
		- Call To Action 2
		- Team Section
		- Testimonial Section
		- Testimonial Section 2
		- Testimonial Style 3
		- About Section
		- Pricing Section
		- Pricing Style 2
		- Client Section
		- Blog List
		- Blog Sidebar
		- Blog Single
			- Post Navigation
			- About Author
			- Comment Area
			- Comment Reply Form
		- Widget area
			- Widget : Search
			- Widget - Categories
			- Widget : Recent Post
			- Widget : Archives
			- Widget : Tags
		- What-You-Do Section
		- Contact Content
		- Map Section
		- Contact Form
		- Error Section
		
	+ Responsive
		- min-width: 1366
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- min-width: 640
		- max-width: 1600
		- max-width: 1366
		- max-width: 1200
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- max-width: 639
		- max-width: 568
		- max-width: 479
*/

/* + Header */
.header_s .top-header {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.header_s .top-header .container {
	/* position: relative; */
}
.header_s .top-header .top-left {
	float: left;
}
.header_s .top-header .top-left .top-cnt-detail > span {
	color: #565656;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 15px;
	letter-spacing: 0.6px;
	display: inline-block;
}
.header_s .top-header .top-left .top-cnt-detail > span i {
	font-size: 16px;
	margin-right: 6px;
}
.header_s .top-header .top-left .top-cnt-detail > span > a,
.header_s .top-header .top-right > span > a,
.header_s .top-header .top-right > ul > li > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header_s .top-header .top-left .top-cnt-detail > span > a {
	color: #565656;
	text-decoration: none;
}
.header_s .top-header .top-left .top-cnt-detail > span > a:hover {
	color: #44bbff;
}
.header_s .top-header .top-right {
	float: right;
	/* position: relative; */
}
.header_s .top-header .top-right > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.header_s .top-header .top-right > ul,
.header_s .top-header .top-right > ul > li {
	display: inline-block;
}
.header_s .top-header .top-right > ul > li > a {
	background-color: transparent;
	color: #565656;
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	line-height: 2;
}
.header_s .top-header .top-right > ul > li > a:hover {
	background-color: #44bbff;
	color: #fff;
}
.header_s .top-header .top-right > span {
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #565656;
	padding: 5px 0 5px 20px;
	margin-left: 20px;
	display: inline-block;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}
.header_s .top-header .top-right > span:last-of-type {
	font-weight: 900;
}
.header_s .top-header .top-right > span > a {
	color: #565656;
	text-decoration: none;
}
.header_s .top-header .top-right > span > a:hover {
	color: #44bbff;	
}
.header_s .top-header .top-right > span > a > i {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 6px;
}

/* - Menu Block */
.header_s .menu-block {
	background-color: #1e1e1e;
	border-bottom: 2px solid #44bbff;
	float: left;
	width: 100%;
}
.menu-block .ownavigation .navbar-header .navbar-brand {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 38.26px;
	font-weight: bold;
	line-height: 1.4;
	margin: 25px 0 10px;
	padding-top: 15px;
	/* position: relative; */
	text-transform: uppercase;
	/* z-index: 1; */
}
.menu-block .ownavigation .navbar-header .navbar-brand span {
	color: #44bbff;
}
.menu-block .ownavigation .navbar-header .navbar-brand::before {
	background-color: #44bbff;
	content: "";
	height: 21px;
	/* position: absolute; */
	left: 28px;
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	width: 21px;
}
.menu-block .ownavigation .navbar-nav > li > a {
	color: #f9f9f9;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.4px;
}
.menu-block.navbar-fixed-top {
	/* z-index: 4; */
}
.menu-block.navbar-fixed-top .ownavigation .navbar-header .navbar-brand { 
	margin: 12.5px 0 0;
}
.menu-block.navbar-fixed-top .ownavigation .navbar-nav > li > a {
    margin-bottom: 17px;
    margin-top: 33px;
}

/* + Footer  */
.footer-main .top-footer {
	padding-top: 133px;
	padding-bottom: 100px;
}
.top-footer .widget-title {
	color: #1e1e1e;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
}
/* - Widget : About */
.top-footer .widget_about h2 {
	color: #1e1e1e;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 38.26px;
	font-weight: bold;
	line-height: 1;
	margin: -2px 0 34px;
	padding-top: 0;
	position: relative;
	text-transform: uppercase;
}
.top-footer .widget_about h2::before {
	background-color: #44bbff;
	content: "";
	height: 21px;
	width: 21px;
	position: absolute;
	left: 28px;
	top: -20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.top-footer .widget_about h2 > span {
	color: #44bbff;
}
.top-footer .widget_about  i {
	color: #1e1e1e;
	font-size: 16px;
}
.top-footer .widget_about p {
	color: #1e1e1e;
	font-size: 14px;
	letter-spacing: 0.35px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 27px;
}
.top-footer .widget_about p:last-of-type {
	margin-bottom: 0;
}
.top-footer .widget_about p i {
	left: 0;
	position: absolute;
	top: 0;
}
.top-footer .widget_about p a {
	color: #1e1e1e;
	text-decoration: none;
}
.top-footer .widget_about p a:hover {
	color: #44bbff;
}

/* - Widget : Info */
.top-footer .widget_info ul {
	list-style: none;
	display: inline-block;
	margin-top: -5px;
	padding-left: 0;
}
.top-footer .widget_info ul li {
	letter-spacing: 0.35px;
	margin-bottom: 11px;
	width: 100%;
	display: inline-block;
}
.top-footer .widget_info ul li:last-child {
	margin-bottom: 0;
}
.top-footer .widget_info ul li a {
	color: #1e1e1e;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 2;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-footer .widget_info ul li a:hover {
	color: #44bbff;
}
.top-footer .widget_info ul li a::before {
	content: "\f142";
	color: #44bbff;
	font-family: 'FontAwesome';
	margin-right: 15px;
}

/* - Widget : Letest Post */
.top-footer .latest-content {
	margin-bottom: 15px;
}
.top-footer .latest-content:last-of-type {
	margin-bottom: 0;
}
.top-footer .latest-content span a {
	color: #44bbff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 25px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-footer .latest-content span a::before {
	color: #1e1e1e; 
	content: "\f133";
	font-family: FontAwesome;
	margin-right: 9px;
}
.top-footer .latest-content span a:hover {
	color: #1e1e1e;
}
.top-footer .latest-content  h5 {
	color: #1e1e1e;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 25px;
	margin-bottom: 0;
	margin-top: 0;
}
.top-footer .latest-content  h5 a {
	color: #1e1e1e;
	text-decoration: none;	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-footer .latest-content  h5 a:hover {
	color: #44bbff;
}

/* - Widget : Subscribe */
.top-footer .widget_subscribe .subscribe-box p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.35px;
	color: #1e1e1e;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px;
}
.top-footer .subscribe-box .input-group {
	border: 1px solid #b1b1b1;
	border-radius: 10px;
}
.top-footer .subscribe-box .input-group .form-control{
	background-color: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #505050;
	font-size: 14px;
	height: auto;
	line-height: 22px;
	letter-spacing: 0.56px;
	padding: 9px 20px;
}
.top-footer .subscribe-box .input-group .btn {
	background-color: #44bbff;
  	border: 4px solid #ffffff;
	border-radius: 10px;
}
.top-footer .subscribe-box .input-group .btn:hover {
	background-color: #505050;
}
.top-footer .subscribe-box .input-group .btn i {
	color: #ffffff;
}
.top-footer .subscribe-box .input-group .btn span{
	color: #fdf3f4;
}
.top-footer .subscribe-box .input-group .form-control::-webkit-input-placeholder {
	color: #505050;
	opacity: 1;
}
.top-footer .subscribe-box .input-group .form-control:-moz-placeholder { 
	color: #505050;
	opacity: 1;
}
.top-footer .subscribe-box .input-group .form-control::-moz-placeholder {
	color: #505050;
	opacity: 1;
}
.top-footer .subscribe-box .input-group .form-control:-ms-input-placeholder {  
	color: #505050;
	opacity: 1;
}

/* - Bootom Footer */
.bottom-footer {
	background-color: #1e1e1e;
	border-top: 2px solid #34323e;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
}
.copyright { 
	display: inline-block;
	margin: 5px 0;
}
.copyright p {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 25px;
	margin-bottom: 0;
}
.copyright p a {
	color: #44bbff;
	text-decoration: none;
}
.social-icon {
	float: right;	
}
.social-icon ul {
	margin-bottom: 0;
	padding-left: 0;
}
.social-icon ul li {
	list-style: none;
	display: inline-block;
	margin-left: 7px;
}
.social-icon ul li a {
	font-size: 14px;
	color: #f1f1f1;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #ffffff;
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 2;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.social-icon ul li a:hover{
	background-color: #44bbff;
	border-color: transparent;
}
.back-to-top {
	position: absolute;
	right: 6.875%;
	bottom: 25px;
}
.back-to-top a {
	background-color: #44bbff;
	color: #fff;
	font-size: 30px;
	color: #f1f1f1;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	height: 35px;
	width: 35px;
	line-height: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.back-to-top a:hover{
	background-color: #fff;
	color: #44bbff;
}

.gray-bg {
	background-color: #f1f1f1;
}
.gray-bg2 {
	background-color: #f8f8f8;
}
.no-bg {
	background-color: transparent;
}

/* + Section Header */
.section-header {
	display: inline-block;
	margin-bottom: 23px;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.section-header::before {
	background-color: #494949;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 154px;
	margin: 0 auto;
}
.section-header::after {
	background-color: #44bbff;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	width: 40px;
	margin: 0 auto;
}
.section-header h3 {
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 3.6px;
	line-height: 1.3;
	margin-bottom: 11px;
	margin-top: 0;
	text-transform: uppercase;
}
.section-header h3 > span {
	color: #44bbff;
}
.section-header p {
	color: #494949;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.4;
}

/* + Page Banner */
.page-banner {
	background-image: url("http://placehold.it/1920x285");
	position: relative;
	padding-top: 100px;
	padding-bottom: 108px;
}
.page-banner::before{
	background-color: rgba(30,30,30,0.45);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.page-banner h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
	position: relative;
}
.page-banner .breadcrumb li {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.35px;
	text-transform: capitalize;
}
.page-banner .breadcrumb > li + li::before {
	padding-left: 1px;
	padding-right: 0;
}
.page-banner .breadcrumb li a {
	color: #fff;
	text-decoration: none;
}
.services-banner {
	background-image: url("http://placehold.it/1920x285");
}
.portfolio-banner {
	background-image: url("http://placehold.it/1920x285");
}
.portfolio-single-banner {
	background-image: url("http://placehold.it/1920x285");
}
.pricing-banner {
	background-image: url("http://placehold.it/1920x285");
}
.testimonials-banner {
	background-image: url("http://placehold.it/1920x285");
}
.blog-banner {
	background-image: url("http://placehold.it/1920x285");
}
.blog-right-banner {
	background-image: url("http://placehold.it/1920x285");
}
.blog-single-banner {
	background-image: url("http://placehold.it/1920x285");
}
.contact-banner {
	background-image: url("http://placehold.it/1920x285");
}

/* + Pagination */
.ow-pagination {
	text-align: center;
	margin-top: 60px;
}
.ow-pagination ul {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination ul li {
	margin: 0 5px;
	display: inline-block;
}
.ow-pagination ul li a {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #1e1e1e;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination ul li a > i {
	margin-left: 13px;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 10px;
}
.ow-pagination ul li a:hover {
	background-color: transparent;
	border-color: #44bbff;
	color: #44bbff;
}

/* + Shortcodes */
/* - Slider Section */
.slider-section {
	direction: ltr;
}
/* - Slider 1 */
#home-slider-1 .slider-color-txt {
    color: #44bbff
}
#home-slider-1 .slide-btn {
    background-color: #44bbff !important;
}
#home-slider-1 .slide-btn:hover {
    background-color: #565656 !important;
}
#home-slider-1 .slide-btn2:hover {
    border-color: #44bbff !important;
    color: #44bbff !important
}
#home-slider-1 .tparrows {
    background-color: #494949;
    width: 58px;
    height: 53px;
    color: #fff;
    text-align: center
}
#home-slider-1 .tparrows:hover {
    background-color: #44bbff
}
#home-slider-1 .tparrows::before,
#home-slider-1 .tparrows::after {
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block
}
#home-slider-1 .tparrows.tp-leftarrow::before,
#home-slider-1 .tparrows.tp-rightarrow::after {
    font-size: 30.53px;
    line-height: 1.7
}
#home-slider-1 .tparrows.tp-leftarrow::after,
#home-slider-1 .tparrows.tp-rightarrow::before {
    font-size: 20px;
    line-height: 1.7
}
#home-slider-1 .tparrows.tp-leftarrow::before,
#home-slider-1 .tparrows.tp-leftarrow::after {
    content: "\f104"
}
#home-slider-1 .tparrows.tp-rightarrow::before,
#home-slider-1 .tparrows.tp-rightarrow::after {
    content: "\f105"
}

/* - Slider 2 */
.rev_slider > ul li.slider-overlay .slotholder::before {
    background-color: rgba(23, 23, 23, 0.55);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}
#home-slider-2 .slider-color-txt {
    color: #44bbff
}
#home-slider-2 .slide-btn {
    background-color: #44bbff !important;
}
#home-slider-2 .slide-btn:hover {
    background-color: #565656 !important;
}
#home-slider-2 .slide-btn2:hover {
    border-color: #44bbff !important;
    color: #44bbff !important;
}
#home-slider-2 .tparrows {
    background-color: #ffffff;
    color: #494949;
    width: 58px;
    height: 53px;
    text-align: center
}
#home-slider-2 .tparrows:hover {
    background-color: #44bbff;
    color: #ffffff
}
#home-slider-2 .tparrows::before,
#home-slider-2 .tparrows::after {
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    color: #494949
}
#home-slider-2 .tparrows:hover::before,
#home-slider-2 .tparrows:hover::after {
    color: #ffffff
}
#home-slider-2 .tparrows.tp-leftarrow::before,
#home-slider-2 .tparrows.tp-rightarrow::after {
    font-size: 30.53px;
    line-height: 1.7
}
#home-slider-2 .tparrows.tp-leftarrow::after,
#home-slider-2 .tparrows.tp-rightarrow::before {
    font-size: 20px;
    line-height: 1.7
}
#home-slider-2 .tparrows.tp-leftarrow::before,
#home-slider-2 .tparrows.tp-leftarrow::after {
    content: "\f104"
}
#home-slider-2 .tparrows.tp-rightarrow::before,
#home-slider-2 .tparrows.tp-rightarrow::after {
    content: "\f105"
}

/* - Services Section */
.service-section {
	padding-bottom: 100px;
	padding-top: 100px;
	text-align: center;
}
.service-section .service-box i,
.service-section .container > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.service-section .service-box i {
	font-size: 30px;
	color: #1e1e1e;
}
.service-section .service-box:hover i {
	color: #44bbff;
}
.service-section .service-box h3 {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.9px;
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 23px;
}
.service-section .service-box p {
	line-height: 1.8;
	letter-spacing: 0.35px;
	color: #565656;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.service-section .container > a {
	background-color: #1e1e1e;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.65px;
	line-height: 1.2;
	margin-top: 46px;
	padding: 13px 29px;
	text-decoration: none;
	text-transform: uppercase;
}
.service-section .container > a:hover {
	background-color: #44bbff;
}

/* - Skill Section */
.skill-section {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}
.skill-section .section-header {
	text-align: left;
}
.skill-section .section-header::before {
	margin: 0;
}
.skill-section .section-header::after {
	margin: 0;
	left: 57px;
}
.skill-block .skill-progress-box {
	margin-top: 31px;
	position: relative;
}
.skill-block .skill-progress-box:first-of-type {
	margin-top: 3px;
}
.skill-block h3 {
	color: #1e1e1e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 1.4px;
	position: relative;
}
.skill-block .skill-progress-box span {
	font-weight: bold;
	color: #222222;
	letter-spacing: 1.05px;
	margin-left: -60px;
	padding-right: 34px;
	padding-bottom: 5px;
	position: absolute;
	left: 0;
	top: -2px;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}
.skill-block .skill-progress-box span::after {
	content: "%";
	padding-left: 3px;
}
.skill-block .skill-progress-box span::before {
	background-color: #44bbff;
	content: "";
	display: inline-block;
	height: 17px;
	width: 17px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.skill-block .progress {
	background-color: #ecf0f1;
	height: 20px;
	margin-bottom: 0px;
	border-radius: 0;
	box-shadow: none;
}
.skill-block .progress-bar {
	background-color: #222222;
	box-shadow: none;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}
.skill-block .progress-bar.progress-bar-info {
	background-color: #199ec7;
}
.skill-block .progress-bar.progress-bar-success {
	background-color: #40bc86;
}
.skill-block .progress-bar.progress-bar-danger {
	background-color: #ec555c;
}
.skill-block .progress-bar.progress-bar-warning {
	background-color: #fcb410;
}
.skill-block > a {
	background-color: #ef5252;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 15px 35px 14px;
	margin-top: 40px;
	text-decoration: none;
}
.skill-block > a:hover {
	background-color: #333333;
}
.skill-image {
	width: 45.5749%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

/* - Gallery Section */
.gallery-style {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.gallery-section {
	padding-top: 120px;
	padding-bottom: 120px;
}
.gallery-category ul {
	margin-bottom: 9px;
	padding-left: 0;
	text-align: center;
}
.gallery-category ul li {
	display: inline-block;
	margin-left: 18px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.gallery-category ul li a {
	color: #494949;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.35px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	padding-left: 7px;
	padding-bottom: 7px;
	line-height: 1.1;
}
.gallery-category ul li a::before,
.gallery-category ul li a::after {
	background-color: #44bbff;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
}
.gallery-category ul li a::before {
	top: 0;
	height: 0;
	width: 2px;
	-webkit-transition: height 0.3s 0.3s ease;
	-moz-transition: height 0.3s 0.3s ease;
	-o-transition: height 0.3s 0.3s ease;
	transition: height 0.3s 0.3s ease;
}
.gallery-category ul li a::after {
	height: 2px;
	width: 0;
	-webkit-transition: width 0.3s 0s ease;
	-moz-transition: width 0.3s 0s ease;
	-o-transition: width 0.3s 0s ease;
	transition: width 0.3s 0s ease;
}
.gallery-category ul li a.active::before,  
.gallery-category ul li a:hover::before {
	height: 100%;
	-webkit-transition: height 0.3s 0s ease;
	-moz-transition: height 0.3s 0s ease;
	-o-transition: height 0.3s 0s ease;
	transition: height 0.3s 0s ease;
}
.gallery-category ul li a.active::after,  
.gallery-category ul li a:hover::after {
	width: 100%;
	-webkit-transition: width 0.3s 0.3s ease;
	-moz-transition: width 0.3s 0.3s ease;
	-o-transition: width 0.3s 0.3s ease;
	transition: width 0.3s 0.3s ease;
}
.gallery-box {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.gallery-box .gallery-content {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.gallery-box .gallery-content::before {
	background-color: rgba(68,187,255,0.9);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: translate3d(-50%, -50%, 0px);
	-webkit-transform: translate3d(-50%, -50%, 0px);
	-moz-transform: translate3d(-50%, -50%, 0px);
	-ms-transform: translate3d(-50%, -50%, 0px);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
}
.gallery-box:hover .gallery-content::before {
	opacity: 1;
	transform: translate3d(12px, 12px, 0px);
	-webkit-transform: translate3d(12px, 12px, 0px);
	-moz-transform: translate3d(12px, 12px, 0px);
	-ms-transform: translate3d(12px, 12px, 0px);
}
.gallery-box .gallery-detail,
.gallery-box .gallery-detail > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.gallery-box .gallery-detail {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 0%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	opacity: 0;
	margin-top: 5px;
}
.gallery-box:hover .gallery-detail {
	top: 50%;
	opacity: 1;
}
.gallery-box .gallery-detail > h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.gallery-box .gallery-detail > h3 > a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.gallery-box .gallery-detail > h3 > a:hover {
	color: #1e1e1e;
}
.gallery-box .gallery-detail > span {
	color: #fff;
	display: block;
	text-transform: capitalize;
	letter-spacing: 0.35px;
	margin-bottom: 8px;
}
.gallery-box .gallery-detail > a {
	display: inline-block;
	color: #fff;
	letter-spacing: 0.28px;
	text-decoration: none;
	margin: 0 5px;
	vertical-align: middle;
}
.gallery-box .gallery-detail > a:hover {
	color: #1e1e1e;
}
.view-more {
	display: inline-block;
	width: 100%;
	margin-top: 60px;
}
.view-more > a {
	background-color: #44bbff;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.65px;
	padding: 12px 30px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.view-more > a:hover {
	background-color: #494949;
}
.gallery-masonry .gallery-box,
.grid-sizer {
	float: left;
	width: 33.333%;
	padding: 0 10px;
}
.gallery-masonry .gallery-box img {
	width: 100%;
}
.gallery-masonry .gallery-box.width2 {
	width: 66.66%;
}

/* - Portfolio Single */
.portfolio-single {
	padding-bottom: 120px;
	padding-top: 110px;
}
.portfolio-single-content .carousel {
	margin-bottom: 30px;
}
.portfolio-single-content .carousel-control {
	background-color: transparent;
	background-image: none;
	bottom: auto;
	color: #1e1e1e;
	width: 20px;
	height: 35px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	opacity: 1;
	text-shadow: none;
}
.portfolio-single-content .carousel-control:hover {
	color: #fff;
}
.portfolio-single-content .carousel-control::before,
.portfolio-single-content .carousel-control::after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.portfolio-single-content .carousel-control.left::before,
.portfolio-single-content .carousel-control.right::after {
	font-size: 30.53px;
	line-height: 0.5;
}
.portfolio-single-content .carousel-control.left::after,
.portfolio-single-content .carousel-control.right::before {
	font-size: 20px;
	line-height: 0.3;
}
.portfolio-single-content .carousel-control.left {
	left: 15px;
}
.portfolio-single-content .carousel-control.left::before,
.portfolio-single-content .carousel-control.left::after {
	content: "\f104";
}
.portfolio-single-content .carousel-control.right {
	right: 15px;
}
.portfolio-single-content .carousel-control.right::before,
.portfolio-single-content .carousel-control.right::after {
	content: "\f105";
}
.portfolio-single-content > p {
	color: #565656;
	letter-spacing: 0.35px;
	line-height: 1.78;
}
.project-detail {
	display: inline-block;
	width: 100%;
}
.project-detail > h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
.project-detail > p {
	color: #565656;
	line-height: 1.9;
	letter-spacing: 0.35px;
	text-transform: capitalize;
}
.project-detail > p > a,
.project-detail > ul > li > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.project-detail > p > a {
	color: #565656;
	text-decoration: none;
}
.project-detail > p > a:hover {
	color: #44bbff;
}
.project-detail > ul {
	padding-left: 0;
	margin-top: 33px;
}
.project-detail > ul > li {
	display: inline-block;
	margin-right: 8px;
}
.project-detail > ul > li > a {
	border: 1px solid #565656;
	border-radius: 50%;
	color: #1e1e1e;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 2.4;
	text-align: center;
	width: 30px;
}
.project-detail > ul > li > a:hover {
	border-color: transparent;
	background-color: #44bbff;
	color: #fff;
}

/* - Related Projects */
.related-projects {
	border-top: 1px dashed #d1d3d1;
	display: inline-block;
	width: 100%;
	margin-top: 90px;
	padding-top: 95px;
	text-align: center;
}
.related-projects > h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.45px;
	margin-top: 0;
	margin-bottom: 45px;
	text-align: center;
	text-transform: uppercase;
}
.related-projects .owl-item > a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.related-projects .owl-item > a::before {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.related-projects .owl-item > a:hover::before {
	opacity: 1;
}
.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background-color: #fff;
	border: 1px solid #d1d3d1;
	border-radius: 0;
	font-size: 0;
	position: relative;
	width: 38px;
	height: 38px;
	margin: 0 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 0;
	display: inline-block;
	line-height: 1.2;
}
.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
	color: #d8d8d8;
	content: "\f104";
    font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	font-size: 30px;
}
.related-project-carousel.owl-theme .owl-controls .owl-nav .owl-next::before {
	content: "\f105";
}
.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover::before {
	color: #565656;
}

/* - Counter Section */
.counter-section {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}
.counter-section .row > div > [class*="col-"] {
	text-align: center;
}
.counter-style-1 .counter-box {
	color: #fff;
	display: inline-block;
	max-width: 100%;
	position: relative;
	border-right: none;
	text-align: center;
}
.counter-box > i,
.counter-box > span {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.counter-box > i {
	color: #44bbff;
	font-size: 55px;
	display: block;
	margin-bottom: 21px;
}
.counter-box:hover > i {
	color: #1e1e1e
}
.counter-box > span {
	color: #1e1e1e;
	font-size: 37px;
	font-weight: 900;
	letter-spacing: 1.85px;
	line-height: 1;
}
.counter-box:hover > span {
	color: #44bbff
}
.counter-box > h4 {
	color: #494949;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.4px;
	margin-top: 13px;
	margin-bottom: 0;
	line-height: 1;
	text-transform: capitalize;
}

/* - Call To Action */
.call-to-action {
	background-image: url("../images/call-to-action-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 70px;
	padding-top: 70px;
}
.call-to-action::before {
	background-color: rgba(255,255,255,0.72);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.call-to-action .call-to-content {
	position: relative;
	float: left;
}
.call-to-action .call-to-content > h3 {
	color: #1e1e1e;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1.25px;
	line-height: 1.3;
	margin-top: 0;
}
.call-to-action .call-to-content > p {
	color: #1e1e1e;
	letter-spacing: 0.7px;
	margin-bottom: 0;
}
.call-to-action .container > a {
	background-color: #44bbff;
	border-radius: 10px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: right;
	display: inline-block;
	letter-spacing: 0.65px;
	margin: 7px 0;
	padding: 15px 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.call-to-action .container > a:hover {
	background-color: #494949;
}

/* - Call To Action 2 */
.call-to-action2 {
	background-image: url("http://placehold.it/1920x350");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 70px;
	padding-top: 70px;
	text-align: center;
}
.call-to-action2::before {
	background-color: rgba(30,30,30,0.66);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.call-to-action2 .call-to-content {
	position: relative;
	display: inline-block;
	width: 100%;
}
.call-to-action2 .call-to-content > h3 {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 3.6px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.call-to-action2 .call-to-content > p {
	color: #fff;
	letter-spacing: 0.7px;
	margin-bottom: 0;
}
.call-to-action2 .container > a {
	background-color: #44bbff;
	border-radius: 10px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.65px;
	margin-top: 26px;
	padding: 15px 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.call-to-action2 .container > a:hover {
	background-color: #494949;
}

/* - Team Section */
.team-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.team-box {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.team-content-box {
	background-color: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	min-height: 62px;
	height: 62px;
	padding: 20px 0 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.team-box:hover .team-content-box {
	background-color: rgba(68,187,255,0.77);
	content: "";
	height: 50%;
}
.team-content-box .team-content {
	display: inline-block;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.team-content-box .team-content ul {
	padding-left: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0;
}
.team-content-box ul li {
	display: inline-block;
	margin: 0 5px;
}
.team-content-box .team-content ul li a {
	font-size: 16px;
	color: #000;
}
.team-content-box .team-content h4 {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 6px;
}
.team-content-box .team-content span {
	color: #494949;
	text-transform: capitalize;
}
.team-box:hover .team-content-box .team-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.team-box:hover .team-content-box .team-content ul {
	position: relative;
	opacity: 1;
}
.team-box:hover .team-content-box .team-content h4,
.team-box:hover .team-content-box .team-content span,
.team-box:hover .team-content-box .team-content ul li a {
	color: #fff;
}
.team-box:hover .team-content-box .team-content ul li a:hover {
	color: #1e1e1e;
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	background-color: #494949;
	border-radius: 0;
	font-size: 0;
	position: relative;
	width: 58px;
	height: 53px;
	margin: 0 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 0;
	display: inline-block;
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::before,
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::after {
	color: #fff;
    font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
	content: "\f104";
	font-size: 30px;
	line-height: 1.8;
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::after {
	content: "\f104";
	font-size: 20px;
	line-height: 2.65;
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-next::before {
	margin-left: 10px;
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-next::after {
	margin-left: -5px;
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-prev::before {
	margin-right: 10px;
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-prev::after {
	margin-right: -5px;
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-next::before {
	content: "\f105";
}
.team-carousel.owl-theme .owl-controls .owl-nav .owl-next::after {
	content: "\f105";
}
.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #44bbff;
}

/* - Testimonial Section */
.testimonial-section {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}
.testimonial-style1 .testimonial-box {
	text-align: center;
	padding: 0 25px 26px;
	position: relative;
	z-index: 1;
} 
.testimonial-style1 .testimonial-box::before {
	content: "";
	border: 1px solid #e3e3e3;
	bottom: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	z-index: -1;
}
.testimonial-style1 .testimonial-box img {
	margin-bottom: 5px;
	border-radius: 10px;
	display: inline-block;
	width: auto;
}
.testimonial-style1 .testimonial-box h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.8px;
	color: #1e1e1e;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.testimonial-style1 .testimonial-box span {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.7px;
	color: #44bbff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
}
.testimonial-style1 .testimonial-box p {
	color: #565656;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.35px;
	line-height: 1.78;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.testimonial-style1 .testimonial-carousel.owl-theme .owl-controls {
	margin: 0;
}
.custom-controls {
	text-align: center;
	width: 100%;
}
.custom-controls,
.custom-nav  {
	display: inline-block;
}
.custom-nav  .cut-nav-prev,
.custom-nav  .cut-nav-next {
	background-color: #44bbff;
	height: 53px;
	display: inline-block;
	position: relative;
	width: 58px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}	
.custom-nav  .cut-nav-prev::before,
.custom-nav  .cut-nav-next::before,
.custom-nav  .cut-nav-prev::after,
.custom-nav  .cut-nav-next::after {
	color: #fff;
    font-family: FontAwesome;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	text-align: center;
}
.custom-nav  .cut-nav-prev:hover,
.custom-nav  .cut-nav-next:hover {
	background-color: #494949;
}
.custom-nav  .cut-nav-prev {
	left: 0;
	float: left;
}
.custom-nav  .cut-nav-next {
	right: 0;
	float: right;
}
.custom-nav  .cut-nav-prev::before {
	content: "\f104";
	font-size: 30px;
	line-height: 1.8;
}
.custom-nav  .cut-nav-prev::after {
	content: "\f104";
	font-size: 20px;
	line-height: 2.65;
}
.custom-nav  .cut-nav-prev::before {
	margin-right: 10px;
}
.custom-nav  .cut-nav-prev::after {
	margin-right: -5px;
}
.custom-nav  .cut-nav-next::before {
	content: "\f105";
	font-size: 30px;
	line-height: 1.8;
}
.custom-nav  .cut-nav-next::after {
	content: "\f105";
	font-size: 20px;
	line-height: 2.65;
}
.custom-nav  .cut-nav-next::before {
	margin-left: 10px;
}
.custom-nav  .cut-nav-next::after {
	margin-left: -5px;
}

/* - Testimonial Section 2 */
.testimonial-style2 .item {
	text-align: center;
}
.testimonial-style2 .item > img {
	display: inline-block;
	margin-bottom: 25px;
}
.testimonial-style2 .item > p {
	color: #565656;
	letter-spacing: 0.35px;
	line-height: 1.78;
	padding-left: 45px;
	position: relative;
	text-align: left;
}
.testimonial-style2 .item > p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -20px;
}
.testimonial-style2 .item .client-detail {
	float: right;
	max-width: 100%;
	text-align: left;
	margin-top: -6px;
}
.testimonial-style2 .item .client-detail > h4 {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1.78;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.testimonial-style2 .item .client-detail > span {
	color: #44bbff;
	letter-spacing: 0.7px;
	line-height: 1.78;
}

/* - Testimonial Style 3 */
.testimonial-style3 {
	background-image: url("http://placehold.it/1920x681");
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial-style3::before {
	background-color: rgba(10,10,10,0.75);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.testimonial-style3 .section-header::before {
	background-color: #fff;
}
.testimonial-style3 .section-header > h3,
.testimonial-style3 .section-header > p {
	color: #fff;
}
.testimonial-style3 .item {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.testimonial-style3 .item .client-detail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 18px;
	min-height: 97px;
	position: relative;
	padding: 20px 0 20px 117px;
	text-align: left;
}
.testimonial-style3 .item .client-detail img {
	border-radius: 50%;
	left: 0;
	position: absolute;
	top: 0;
}
.testimonial-style3 .item .client-detail > h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1.78;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.testimonial-style3 .item .client-detail > span {
	color: #44bbff;
	letter-spacing: 0.7px;
	line-height: 1.78;
}
.testimonial-style3 .item .client-content {
	background-color: #44bbff;
	color: #fff;
	padding: 55px 10px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.testimonial-style3 .item .client-content > p {
	color: #fff;
	letter-spacing: 0.35px;
	line-height: 1.78;
	padding-left: 45px;
	position: relative;
	text-align: left;
}
.testimonial-style3 .item .client-content > p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -20px;
}
.testimonial-style3 .custom-nav  .cut-nav-prev:hover,
.testimonial-style3 .custom-nav  .cut-nav-next:hover {
	background-color: #ffffff;
}
.testimonial-style3 .custom-nav .cut-nav-prev:hover::before, 
.testimonial-style3 .custom-nav .cut-nav-next:hover::before, 
.testimonial-style3 .custom-nav .cut-nav-prev:hover::after, 
.testimonial-style3 .custom-nav .cut-nav-next:hover::after {
	color: #1a1b1c;
}

/* - About Section */
.about-section {
	padding-top: 220px;
	padding-bottom: 100px;
	position: relative;
}
.about-section .section-header {
	text-align: left;
}
.about-section .section-header::before,
.about-section .section-header::after {
	margin: 0;
}
.about-section .section-header::after {
	left: 57px;
}
.about-content > ul {
	padding-left: 0;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 66px;
}
.about-content > ul > li {
	color: #565656;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 32px;
	position: relative;
	width: 100%;
}
.about-content > ul > li:last-of-type {
	margin-bottom: 0;
}
.about-content > ul > li::before {
	color: #44bbff;
	content: "\f18e";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.about-content > a {
	border-radius: 10px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.65px;
	padding: 12px 30px 11px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.about-content > a + a {
	margin-left: 20px;
}
.about-content > a,
.about-content > a.contact-btn:hover {
	background-color: #44bbff;
}
.about-content > a.read-more-btn:hover,
.about-content > a.contact-btn {
	background-color: #1e1e1e;
}
.about-img {
	position: absolute;
	right: 15%;
	bottom: 0;
	width: 23.20%;
}

/* - Pricing Section */
.pricing-section {
	padding-top: 100px;
	padding-bottom: 120px;
}
.pricing-style-1 .price-box,
.pricing-style-1 .price-box > i,
.pricing-style-1 .price-box > h2,
.pricing-style-1 .price-box > h4,
.pricing-style-1 .price-box > h4::before,
.pricing-style-1 .price-box > ul > li,
.pricing-style-1 .price-box > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.pricing-style-1 .price-box {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	padding: 30px 15px;
	text-align: center;
	width: 100%;
}
.pricing-style-1 .price-box:hover {
	background-color: #44bbff;
	border-color: transparent;
}
.pricing-style-1 .price-box > i {
	border: 1px solid #d1d3d1;
	border-radius: 50%;
	color: #1e1e1e;
	font-size: 20px;
	display: inline-block;
	line-height: 2.6;
	width: 57px;
	height: 57px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.pricing-style-1 .price-box:hover > i {
	background-color: #fff;
	border-color: transparent;
	color: #44bbff;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}
.pricing-style-1 .price-box > h2 {
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 900;
	margin-top: 24px;
	margin-bottom: 12px;
	letter-spacing: 0.8px;
}
.pricing-style-1 .price-box > h2 > span {
	font-size: 20px;
	letter-spacing: 0.4px;
}
.pricing-style-1 .price-box > h2 > sub {
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.28px;
}
.pricing-style-1 .price-box:hover > h2 {
	color: #fff;
}
.pricing-style-1 .price-box > h4 {
	color: #494949;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.6px;
	margin-bottom: 23px;
	padding-bottom: 16px;
	position: relative;
	text-transform: uppercase;
}
.pricing-style-1 .price-box > h4::before {
	background-color: #44bbff;
	bottom: 0;
	content: "";
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 40px;
	height: 6px;
}
.pricing-style-1 .price-box:hover > h4 {
	color: #fff;
}
.pricing-style-1 .price-box:hover > h4::before {
	background-color: #fff;
}
.pricing-style-1 .price-box > ul {
	padding-left: 0;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.pricing-style-1 .price-box > ul > li {
	color: #565656;
	display: inline-block;
	max-width: 100%;
	letter-spacing: 0.35px;
	line-height: 1.8;
	margin-bottom: 13px;
	width: 100%;
}
.pricing-style-1 .price-box:hover > ul > li {
	color: #fff;
}
.pricing-style-1 .price-box > a {
	background-color: #fff;
	border: 1px solid #494949;
	border-radius: 10px;
	color: #494949;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 900;
	display: inline-block;
	padding: 12px 22px 10px;
	letter-spacing: 0.6px;
	max-width: 100%;
	text-transform: uppercase;
	text-decoration: none;
}
.pricing-style-1 .price-box:hover > a {
	border-color: transparent;
	color: #44bbff;
}

/* - Pricing Style 2 */
.pricing-style-2 .price-box {
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	display: inline-block;
	padding: 0 0 45px;
	text-align: center;
	width: 100%;
}
.pricing-style-2 .price-box > h4,
.pricing-style-2 .price-box > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.pricing-style-2 .price-box > h4 {
	color: #494949;
	border-bottom: 6px solid #494949;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.6px;
	margin-bottom: 23px;
	margin-top: 0;
	padding: 28px 15px;
	position: relative;
	text-transform: uppercase;
}
.pricing-style-2 .price-box:hover > h4 {
	background-color: #44bbff;
	border-color: transparent;
	color: #fff;
}
.pricing-style-2 .price-box > h2 {
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 900;
	margin-top: 24px;
	margin-bottom: 12px;
	letter-spacing: 0.8px;
}
.pricing-style-2 .price-box > h2 > span {
	font-size: 20px;
	letter-spacing: 0.4px;
}
.pricing-style-2 .price-box > h2 > sub {
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.28px;
}
.pricing-style-2 .price-box > ul {
	padding-left: 0;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.pricing-style-2 .price-box > ul > li {
	color: #565656;
	display: inline-block;
	max-width: 100%;
	letter-spacing: 0.35px;
	line-height: 1.8;
	margin-bottom: 13px;
	width: 100%;
}
.pricing-style-2 .price-box > a {
	background-color: #fff;
	border: 1px solid #494949;
	border-radius: 10px;
	color: #494949;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 900;
	display: inline-block;
	padding: 12px 22px 10px;
	letter-spacing: 0.6px;
	max-width: 100%;
	text-transform: uppercase;
	text-decoration: none;
}
.pricing-style-2 .price-box:hover > a {
	background-color: #44bbff;
	border-color: transparent;
	color: #fff;
}

/* - Client Section */
.client-section {
	background-color: #f8f8f8;
	padding-bottom: 50px;
	padding-top: 70px;
	text-align: center;
	position: relative;
}
.client-section .client-carousel .item a {
	display: inline-block;
	min-height: 45px;
	line-height: 3;
}
.client-section .client-carousel img{
	width: auto;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.client-section .client-carousel .item a:hover img {
	opacity: 0.6;
}
.client-section .client-carousel .owl-controls {
	margin: 0;
}

/* - Blog List */
.blog-list { 
	padding-bottom: 100px;
	padding-top: 100px;
}
.type-post .entry-cover {
	display: inline-block;
	width: 100%;
}
.type-post .entry-cover > a {
	position: relative;
	display: inline-block;
}
.type-post .entry-cover > a::before,
.entry-content .entry-title a,
.entry-content .entry-meta span a,
.entry-content > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-cover > a::before {
	background-color: rgba(23,23,23,0.55);
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.type-post:hover .entry-cover > a::before {
	opacity: 1;
}
.entry-content {
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-top: none;
	display: inline-block;
	max-width: 100%;
	padding: 23px 27px 35px 27px;
	text-align: center;
}
.entry-content .entry-title {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.8px;
	line-height: 2;
	max-width: 100%;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-top: 0;
}
.entry-content .entry-title a {
	display: inline-block;
	color: #1e1e1e;
	max-width: 100%;
	text-decoration: none;
}
.entry-content .entry-title a:hover{
	color: #44bbff;
}
.entry-content .entry-meta {
	display: inline-block;
	max-width: 100%;
}
.entry-content .entry-meta {
	margin-bottom: 12px;
}
.entry-content .entry-meta span {
	margin-right: 13px;
	display: inline-block;
}
.entry-content .entry-meta span a {
	color: #494949;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.65px;
	text-decoration: none;
}
.entry-content .entry-meta span a:hover {
	color: #44bbff;
}
.entry-content .entry-meta span i {
	color: #44bbff;
	font-size: 13px;
	margin-right: 7px;
}
.entry-content > p {
	color: #565656;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 1.7;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.entry-content > a {
	border: 1px solid #494949;
	border-radius: 10px;
	color: #494949;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.65px;
	padding: 10px 25px 9px;
	margin-top: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.entry-content > a:hover {
	background-color: #44bbff;
	border-color: transparent;
	color: #ffffff;
}

/* - Blog Sidebar */
.blog-sidebar {
	padding-bottom: 110px;
	padding-top: 110px;
}

/* - Blog Single */
.blog-single {
	padding-bottom: 110px;
	padding-top: 110px;
}
article.type-post {
	margin-bottom: 35px;
}
article.type-post .entry-content {
	text-align: left;
}
article.type-post .entry-content blockquote {
	border-left: none;
	color: #565656;
	padding: 22px 0;
	margin-bottom: 6px;
}
article.type-post .entry-content blockquote p {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.35px;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	line-height: 1.78;
}
article.type-post .entry-content blockquote p::before,
article.type-post .entry-content blockquote p::after {
	color: #44bbff;
	content: "\f10d";
    font-family: FontAwesome;
	font-size: 18px;
}
article.type-post .entry-content blockquote p::before {
	position: absolute;
	left: 0;
	top: -13px;
}
article.type-post .entry-content blockquote p::after {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	display: inline-block;
	margin-left: 15px;
	top: 8px;
	position: relative;
	vertical-align: bottom;
	line-height: 1;
}
article.type-post .tags {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}
article.type-post .tags > span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4px;
	margin-right: 10px;
	text-transform: uppercase;
}
article.type-post .tags > a {
	color: #565656;
	letter-spacing: 0.35px;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
article.type-post .tags > a:hover {
	color: #44bbff;
}
article.type-post .tags > a::after {
	content: ",";
	margin-left: 2px;
}
article.type-post .tags > a:last-of-type::after {
	display: none;
}
article.type-post ul {
	padding-left: 0;
	margin-bottom: 0;
}
article.type-post ul > li {
	display: inline-block;
	margin: 0 4px;
}
article.type-post ul > li:first-of-type {
	margin-left: 0;
}
article.type-post ul > li:last-of-type {
	margin-right: 0;
}
article.type-post ul > li > a {
	border: 1px solid #565656;
	border-radius: 50%;
	color: #1e1e1e;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 2.25;
	width: 30px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
article.type-post ul > li > a:hover {
	background-color: #44bbff;
	border-color: transparent;
	color: #fff;
}

/* - Post Navigation */
.post-navigation {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.post-navigation > div {
	float: left;
	width: 50%;
	padding: 40px 30px 37px;
}
.post-navigation > div > a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}
.post-navigation > div > a > span {
	color: #565656;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.4px;
	margin-bottom: 6px;
	position: relative;
	padding-bottom: 9px;
	padding-top: 9px;
}
.post-navigation > div > a > span > i {
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	width: 41px;
	height: 40px;
	line-height: 2.3;
	text-align: center;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s
}
.post-navigation > div > a:hover > span > i {
	background-color: #44bbff;
	border-color: transparent;
	color: #fff;
}
.post-navigation > div.post-prev {
	text-align: left;
}
.post-navigation > div.post-prev > a > span {
	padding-left: 55px;
}
.post-navigation > div.post-prev > a > span > i {
	left: 0;
}
.post-navigation > div.post-next {
	text-align: right;
}
.post-navigation > div.post-next > a > span {
	padding-right: 55px;
}
.post-navigation > div.post-next > a > span > i {
	right: 0;
}

/* - About Author */
.about-author {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	width: 100%;
	padding: 22px 27px 33px 143px;
	position: relative;
	min-height: 100px;
	margin-bottom: 35px;
}
.about-author > i {
	position: absolute;
	left: 32px;
	top: 30px;
}
.about-author > i img {
	border-radius: 10px;
}
.about-author > h3 {
	color: #565656;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.22px;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: capitalize;
}
.about-author > p {
	color: #565656;
	line-height: 1.7;
	letter-spacing: 0.35px;
	margin-bottom: 0;
}
.about-author > ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 22px;
}
.about-author > ul li {
	display: inline-block;
	margin-right: 16px;
}
.about-author > ul li a {
	color: #b0b0b0;
}
.about-author > ul li a:hover {
	color: #8a9b0f;
}

/* - Comment Area */
.comments-area {
	display: inline-block;
	width: 100%;
}
.comment-block {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	margin-bottom: 58px;
	padding: 18px 30px;
	width: 100%;
}
.comments-title {
	color: #565656;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.comment-list {
    list-style: none;
    margin-bottom: 0;
	padding: 0;
	overflow: hidden;
}
.comment-list .comment {
	position: relative;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comment-body {
	margin-bottom: 28px;
	padding-left: 101px;
	position: relative;
}
.comment-author {
	display: inline-block;
	width: 100%;
}
.comment-author .avatar {	
	border-radius: 10px;
	width: 82px;
	height: 82px;
	position: absolute;
	left: 0;
	top: 6px;
}
.comment-author .fn {
	color: #565656;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 0.16px;
}
.comment-metadata {
    display: inline-block;
	width: 100%;
}
.comment-metadata a {
	color: #44bbff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.325px;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 1.7;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.comment-metadata a:hover {
	color: #565656;
}
.comments-area .comment p {
    color: #555555;
    letter-spacing: 0.34px;
    line-height: 1.7;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-list .reply a {
	color: #44bbff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.65px;
	line-height: 1.7;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.comment-list .reply a > i {
	margin-left: 7px;
	vertical-align: middle;
}
.comment-list .reply a:hover {
	color: #000;
}
.comment-list .children {
	list-style: none;
	padding-left: 14px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
	padding: 0 30px;
}
.comment-reply-title {	
	color: #565656;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.comment-form {
	margin-left: -15px;
	margin-right: -15px;
}
.comments-area .comment-form > p {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
	width: 100%;
}
.comments-area .comment-form > p:last-of-type {
	margin-bottom: 0;
}
.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email {
    float: left;
    width: 50%;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
	height: 40px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    color: #565656;
    font-size: 13px;
    min-height: 40px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.comment-form textarea {
	padding-bottom: 15px;
	padding-top: 15px;
}
.form-submit {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form input[type="submit"]{
	background-color: #44bbff;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #fff;
	font-family: 'Raleway', sans-serif;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 0.6px;
    padding: 9px 38px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.comment-form input[type="submit"]:hover {
	background-color: transparent;
    border-color: #44bbff;
	color: #44bbff;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #565656;
	opacity: 1;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
	color: #565656;
	opacity: 1;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #565656;
	opacity: 1;
}
.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
	color: #565656;
	opacity: 1;
}

/* - Widget area */
.widget-area .widget {
	margin-bottom: 43px;
}
.widget-area .widget-title {
	color: #1e1e1e;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 1.4;
	margin-bottom: 25px;
	margin-top: 0;
	text-transform: uppercase;
	width: 100%;
}

/* - Widget : Search */
.widget-area .widget_search .input-group {
	border: 2px solid #d1d3d1;
	border-radius: 20px;
}
.widget-area .widget_search .input-group .form-control {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-color: #d1d3d1;
	color: #565656;
	font-size: 14px;
	height: auto;
	letter-spacing: 0.35px;
	line-height: 25px;
	padding: 8px 25px;
}
.widget-area .widget_search .input-group  .btn {
	background-color: transparent;
  	border: none;
	box-shadow: none;
	color: #d1d3d1;
	font-size: 20px;
	outline: none;
	padding-right: 15px;
}

/* - Widget - Categories */
.widget-area .widget_categories ul,
.widget-area .widget_archive ul {
	display: inline-block;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
	width: 100%;
	margin-bottom: 0;
	margin-top: -4px;
}
.widget-area .widget_categories ul li,
.widget-area .widget_archive ul li {
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.widget-area .widget_categories ul li:last-of-type,
.widget-area .widget_archive ul li:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget_categories ul li a,
.widget-area .widget_archive ul li a {
	color: #565656;
	letter-spacing: 0.35px;
	line-height: 1.4;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
	color: #44bbff;
}
.widget-area .widget_categories ul li a::before,
.widget-area .widget_archive ul li a::before {
	color: #44bbff;
	content: "\f004";
	font-family: FontAwesome;
	font-size: 13px;
	margin-right: 20px;
}

/* - Widget : Recent Post */
.widget-area .widget_latestposts {
	margin-bottom: 50px;
}
.widget-area .widget_latestposts .latest-content {
	display: inline-block;
	margin-bottom: 30px;
	min-height: 67px;
	position: relative;
	padding-left: 90px;
	width: 100%;
}
.widget-area .widget_latestposts .latest-content:last-of-type {
	margin-bottom: 0;
}
.widget-area .widget_latestposts  .latest-content.no_post_thumb {
	padding-left: 0;
}
.widget-area .widget_latestposts .latest-content > a > i {
	position: absolute;
	left: 0;
}
.widget-area .widget_latestposts .latest-content span {
	color: #44bbff;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.6px;
}
.widget-area .widget_latestposts .latest-content span > a {
	color: #44bbff;
	text-decoration: none;
}
.widget-area .widget_latestposts .latest-content span > a,
.widget-area .widget_latestposts .latest-content h5 > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .widget_latestposts .latest-content span::before {
	content: "\f133";
	color: #1e1e1e;
	font-family: FontAwesome;
	font-size: 13px;
	margin-right: 9px;
}
.widget-area .widget_latestposts .latest-content span a:hover{
	color: #1e1e1e;
}
.widget-area .widget_latestposts .latest-content h5 {
	margin-bottom: 0;
	margin-top: 6px;
}
.widget-area .widget_latestposts .latest-content h5 > a {
	color: #1e1e1e;
	font-size: 14px;
	letter-spacing: 0.35px;
	line-height: 1.7;
	text-decoration: none;
}
.widget-area .widget_latestposts .latest-content h5 > a:hover {
	color: #44bbff;
}

/* - Widget : Archives */
.widget-area .widget_archive ul li a::before {
	content: "\f08a";
}

/* - Widget : Tags */
.widget-area .tagcloud {
	display: inline-block;
	width: 100%;
}
.widget-area .tagcloud a {	
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	color: #565656;
	display: inline-block;
    font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 1.5;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget-area .tagcloud a:hover {		
	border-color: transparent;
	background-color: #44bbff;
	color: #ffffff;
}

/* - What-You-Do Section */
.what-you-do-section {
	padding-top: 100px;
	padding-bottom: 110px;
	position: relative;
}
.what-you-do-section .section-header {
	text-align: left;
	margin-bottom: 45px;
}
.what-you-do-section .section-header::before,
.what-you-do-section .section-header::after {
	margin: 0;
}
.what-you-do-section .section-header::after {
	left: 57px;
}
.what-you-do-section .section-header ~ p  {
	color: #565656;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.78;
	margin-bottom: 23px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.what-you-do-section .whatdo-box {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.what-you-do-section .whatdo-box  h3,
.what-you-do-section .whatdo-box  h3 > i {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.what-you-do-section .whatdo-box  h3 {
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.9px;
	line-height: 1.55;
	margin-top: 0;
	position: relative;
	padding: 7px 0 7px 60px;
	text-transform: uppercase;
}
.what-you-do-section .whatdo-box:hover h3 {
	color: #44bbff;
}
.what-you-do-section .whatdo-box  h3 > i {
	color: #44bbff;
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.what-you-do-section .whatdo-box:hover  h3 > i {
	color: #1e1e1e;
}
.what-you-do-section .whatdo-box p {
	color: #565656;
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0.35px;
}

/* - Contact Content */
.contact-content {
	padding-bottom: 120px;
	padding-top: 110px;
}
.detail-box {
	text-align: center;
}
.detail-box > i {
	color: #44bbff;
	font-size: 25px;
	display: block;
}
.detail-box > h4 {
	color: #1e1e1e;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	margin-top: 20px;
}
.detail-box > p {
	line-height: 1.7;
}
.detail-box > p,
.detail-box > p a {
	color: #565656;
}
.detail-box > p a {
	text-decoration: none;
}
.detail-box > p a:hover {
	color: #44bbff;
}

/* - Map Section */
.map-section {
	margin-top: 65px;
}
.map-section .map-canvas {
	height: 265px;
	width: 100%;
}

/* - Contact Form */
.contact-form  {
	margin-top: 15px;
}
.contact-form  .form-group {
	margin-bottom: 0;
	margin-top: 30px;
}
.contact-form  .form-group:last-of-type {
	margin-bottom: 0;
}
.contact-form  .form-group .form-control {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	height: 45px;
	padding: 14px 22px;
	letter-spacing: 0.7px;
}
.contact-form  .form-group textarea.form-control {
	height: 165px;
}
.contact-form  .form-group .form-control::-webkit-input-placeholder {
	color: #333333;
	opacity: 1;
}
.contact-form  .form-group .form-control:-moz-placeholder {
	color: #333333;
	opacity: 1;
}
.contact-form  .form-group .form-control::-moz-placeholder {
	color: #333333;
	opacity: 1;
}
.contact-form  .form-group .form-control:-ms-input-placeholder {
	color: #333333;
	opacity: 1;
}
.contact-form button {
	background-color: #44bbff;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.65px;
	padding: 11px 27px;
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.contact-form button:hover {
	background-color: #1e1e1e;
}

/* + Alert Msg */
.alert-msg {
	color: #ccc;
	margin: 10px 15px;
	display: inline-block;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* - Error Section */
.error-section {
	background-color: #f8f8f8;
	padding-top: 125px;
	padding-bottom: 150px;
	text-align: center;
}
.error-detail h3 {
	font-size: 36px;
	letter-spacing: 0.9px;
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.error-detail  p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.4px;
	color: #494949;
	font-family: 'Lato', sans-serif;
}
.error-detail  h2 {
	font-size: 200px;
	letter-spacing: 5px;
	color: #1e1e1e;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	margin-top: 25px;
	margin-bottom: 85px;
	display: inline-block;
	width: 100%;
}
.error-detail h2 span {
	color: #44bbff;
}
.error-detail  a {
	background-color: #1e1e1e;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.65px;
	line-height: 0.6;
	padding: 18px 27px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.error-detail  a:hover {
	background-color: #44bbff;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1366 */
@media (min-width: 1366px) {
	/* - Team Section */
	.team-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%); 
	}
	.team-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
		left: -100px;
	}
	.team-carousel.owl-theme .owl-controls .owl-nav .owl-next {
		right: -100px;
	}
	
	/* - Testimonial Section */
	.custom-nav  .cut-nav-prev,
	.custom-nav  .cut-nav-next {
		margin: 0px;
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
	}
	.testimonial-style3 .custom-nav  .cut-nav-prev {
		right: 70px;
		left: auto;
	}
}
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Skill Section */
	.skill-section {
		padding-bottom: 150px;
	}
	
	/* - Gallery Section */
	.gallery-style .gallery-box {
		width: 20%;
	}
	/* .gallery-section .row {
		margin-left: -10px;
		margin-right: -10px;
	} */
	
	/* - Testimonial Section */
	.testimonial-style3 .testimonial-main {
		float: none;
		max-width: 100%;
		margin: 0 auto;
	}
	
	/* - What-You-Do Section */
	.what-you-do-section .section-header ~ p  { 
		padding-right: 65px;
	}

	.video-block {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 120px;
		width: 36%;
	}
	.video-block .embed-responsive-16by9  {
		bottom: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: auto;
	}
	.video-block > iframe {
		border: none;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* + Header */
	.header_s .top-header .top-left .top-cnt-detail > span:first-child {
		margin-left: 0;
	}
	.header_s .top-header .top-left .top-cnt-detail > span:last-child {
		margin-right: 0;
	}
	/* - Menu Block */
	.menu-block .ownavigation {
		text-align: right;
	}
	.menu-block .ownavigation,
	.menu-block .ownavigation .navbar-collapse {
		/* position: relative; */
	}
	.menu-block .ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav,
	.header_s .menu-block .ownavigation .navbar-nav > li,
	.header_s2 .menu-block .ownavigation .navbar-nav,
	.header_s2 .menu-block .ownavigation .navbar-nav > li {
		/* float: none; */
		/* display: inline-block; */
	}
	.menu-block .ownavigation .navbar-nav > li {
		margin-left: 6px;
		margin-right: 17px;
	}
	.menu-block .ownavigation .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.menu-block .ownavigation .navbar-nav > li:last-child {
		margin-right: 0;
	}
	.menu-block .ownavigation .navbar-nav > li > a {
		margin-top: 45px;
		margin-bottom: 28px;
		padding: 0 0 11px 16px;
	}
	.menu-block .ownavigation .navbar-nav > li > a::before,
	.menu-block .ownavigation .navbar-nav > li > a::after {
		background-color: #44bbff;
		content: "";
		/* position: absolute; */
		left: 0px;
		bottom: 0;
	}
	.menu-block .ownavigation .navbar-nav > li > a::before {
		top: 0;
		height: 0;
		width: 6px;
		-webkit-transition: height 0.3s 0.3s ease;
		-moz-transition: height 0.3s 0.3s ease;
		-o-transition: height 0.3s 0.3s ease;
		transition: height 0.3s 0.3s ease;
	}
	.menu-block .ownavigation .navbar-nav > li > a::after {
		height: 6px;
		width: 0;
		-webkit-transition: width 0.3s 0s ease;
		-moz-transition: width 0.3s 0s ease;
		-o-transition: width 0.3s 0s ease;
		transition: width 0.3s 0s ease;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav li:hover > a, 
	.menu-block .ownavigation .navbar-nav li a:hover {
		color: #fff;
		
	}
	.menu-block .ownavigation .navbar-nav > .active > a::before, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus::before, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover::before, 
	.menu-block .ownavigation .navbar-nav li:hover > a::before, 
	.menu-block .ownavigation .navbar-nav li a:hover::before {
		height: 100%;
		-webkit-transition: height 0.3s 0s ease;
		-moz-transition: height 0.3s 0s ease;
		-o-transition: height 0.3s 0s ease;
		transition: height 0.3s 0s ease;
	}
	.menu-block .ownavigation .navbar-nav > .active > a::after, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus::after, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover::after, 
	.menu-block .ownavigation .navbar-nav li:hover > a::after, 
	.menu-block .ownavigation .navbar-nav li a:hover::after {
		width: 100%;
		-webkit-transition: width 0.3s 0.3s ease;
		-moz-transition: width 0.3s 0.3s ease;
		-o-transition: width 0.3s 0.3s ease;
		transition: width 0.3s 0.3s ease;
	}
	.menu-block .ownavigation ul li > .dropdown-menu {
		background-color: #fff;
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #44bbff;
		font-family: 'Raleway', sans-serif;
		font-size: 10px;
		font-weight: bold;
		padding: 3px 3px;
		border-top: 1px solid rgba(68,187,255,0.6);
		text-transform: uppercase;
		/* position: relative; */
		letter-spacing: 1.3px;
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		background-color: #44bbff;
		color: #fff;
	}
	.menu-block .ownavigation .navbar-nav > li .dropdown-menu li.dropdown > a::after {
		color: #acacac;
		content: "\f105";
		font-family: FontAwesome;
		font-size: 13px;
		float: right;
	}
	
	/* + Footer  */
	.top-footer .row > [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	.top-footer .row > [class*="col-md-"]:nth-child(n+5) {
		margin-top: 50px;
	}
	
	/* - Skill Section */
	.skill-section .container .row > .skill-content {
		float: right;
	}
	
	/* - Portfolio Masonry */	
	.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%); 
	}
	.related-project-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
		left: -72px;
	}
	.related-project-carousel.owl-theme .owl-controls .owl-nav .owl-next {
		right: -72px;
	}
	
	/* - Pricing Section */
	.pricing-section .row [class*="col-md-"]:nth-child(4n+1) {
		clear: both;
	}
	.pricing-section .row [class*="col-md-"]:nth-child(n+5) {
		margin-top: 30px;
	}
	
	/* - Blog List */
	.blog-list .row > [class*="col-md-"]:nth-child(n+4) { 
		margin-top: 50px;
	}
	.blog-list .row > [class*="col-md-"]:nth-child(3n+1) { 
		clear: both;
	}
	
	/* - Blog Left Sidebar */
	.blog-twocolumn:nth-child(2n+1) {
		clear: both;
	}
	.blog-twocolumn:nth-child(n+3) {
		margin-top: 40px;
	}

	/* - Comment Area */
	.comment-list .reply {
		position: absolute;
		right: 0;
		top: 0;
	}
}


/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Service Section */
	.service-section .row > [class*="col-sm-"]:nth-child(n+4) { 
		margin-top: 40px;
	}
	.service-section .row > [class*="col-sm-"]:nth-child(3n+1) { 
		clear: both;
	}
	
	/* - Counter Section */
	.counter-section .row > div > [class*="col-xs-"]:nth-child(4n+1) {
		clear: both;		
	}
	.counter-section .row > div > [class*="col-xs-"]:nth-child(n+5) {
		margin-top: 30px;
	}
	
	/* - Testimonial Section */
	.testimonial-style3 .item {
		padding-left: 45px;
		padding-right: 45px;
	}
	.testimonial-style3 .item .client-content .left-shape {
		border-top: 200px solid #44bbff; 
		border-left: 45px solid transparent;
		bottom: 0;
		content: "";
		display: inline-block;
		left: -45px;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.testimonial-style3 .item .client-content .right-shape {
		border-bottom: 200px solid #44bbff; 
		border-right: 45px solid transparent;
		bottom: 0;
		content: "";
		display: inline-block;
		right: -45px;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	
	.content-left,
	.sidebar-left {
		float: left;
	}
	.content-right,
	.sidebar-right {
		float: right;
	}
}

/* - min-width: 640 */
@media (min-width: 640px) {
	/* - What-You-Do Section */
	.what-you-do-section .what-you-detail > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
}

/* - max-width: 1600 */
@media (max-width: 1600px) {
	/* + Footer  */
	.back-to-top { 
		right: 3.875%;
	}
}

/* - max-width: 1366 */
@media (max-width: 1366px) {
	/* + Footer  */
	.back-to-top { 
		right: 3.875%;
		top: -50px;
		bottom: auto;
	}
	.back-to-top > a:hover {
		background-color: #505050;
		color: #fff;
	}
	
	/* - About Section */
	.about-section {
		padding-top: 100px;
	}
	.about-img {
		width: 32%;
		right: 7%;
	}
	
	/* - What-You-Do Section */
	.what-you-main {
		padding-right: 50px;
	}
}

/* - max-width: 1200 */
@media (max-width: 1200px) {
	/* - Call To Action */
	.call-to-action {
		text-align: center;
	}
	.call-to-content { 
		width: 100%;
	}
	.call-to-action .container > a { 
		float: none;
		margin-top: 20px;
	}
	
	/* - What-You-Do Section */
	.what-you-main {
		padding-right: 15px;
	}
	.video-block {
		margin-top: 70px;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* + Header */
	.menu-block .ownavigation .navbar-nav > li {
		margin-left: 3px;
		margin-right: 3px;
	}
	
	/* - Blog List */
	.entry-content .entry-meta span {
		margin-right: 10px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.header_s .top-header .top-left,
	.header_s .top-header .top-right {
		width: 100%;
	}
	.menu-block  #loginpanel {
		top: 12px;
		right: 100px;
	}
	.menu-block #slideit, 
	.menu-block #closeit {
		color: #44bbff;
	}
	.menu-block #slideit:hover, 
	.menu-block #closeit:hover {
		color: #44bbff;
	}
	.menu-block .ownavigation {
		padding-left: 0;
		padding-right: 0;
	}
	.menu-block .ownavigation .navbar-header .navbar-brand { 
		line-height: 50px;
		margin: 10px 0 10px 10px;
	}
	.menu-block .ownavigation .navbar-toggle {
		background-color: #44bbff;
		margin: 29px 0 28px;
	}
	.menu-block .ownavigation .ddl-switch {
		background-color: #fff!important;
		top: 8px;
	}
	.menu-block.navbar-fixed-top {
		position: relate;
		top: 0;
	}
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #fff;
		font-weight: bold;
	}
	.menu-block .ownavigation .navbar-nav > .active > a, 
	.menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.menu-block .ownavigation .navbar-nav li:hover > a, 
	.menu-block .ownavigation .navbar-nav li a:hover, 
	.menu-block .ownavigation .navbar-nav li a:focus,
	.menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #44bbff;
	}
	
	/* + Footer  */
	.top-footer .row > [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	.top-footer .row > [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 50px;
	}
	
	/* - Skill Section */
	.skill-image { 
		display: none;
	}
	
	/* - About Section */
	.about-img { 
		display: none;
	}
	
	/* - Pricing Section */
	.pricing-section .row [class*="col-xs-"]:nth-child(2n+1) {
		clear: both;
	}
	.pricing-section .row [class*="col-xs-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Blog List */
	.blog-list .row > [class*="col-md-"]:nth-child(n+3) { 
		margin-top: 50px;
	}
	.blog-list .row > [class*="col-md-"]:nth-child(2n+1) {
		clear: both;
	}
	.entry-content .entry-title {
		font-size: 15px;
	}
	
	/* - Comment Area */
	.comment-list .children {
		padding-left: 7px;
	}
	
	/* - Widget Area */
	/* - Widget : Tags */
	.widget-area .tagcloud a {
		font-size: 12px;
		margin-right: 10px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Blog List */
	.blog-twocolumn:nth-child(n+2) {
		margin-top: 40px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Section Header */
	.section-header h3 {
		line-height: 36px;
		font-size: 26px;
	}
	/* - Page Header */
	.page-banner h3 {
		font-size: 30px;
		letter-spacing: 4.5px;
		line-height: 42px;
	}
	
	/* + Footer  */
	.bottom-footer {
		text-align: center;
	}
	.copyright {
		width: 100%;
	}
	.social-icon {
		width: 100%;
		margin-top: 15px;
	}
	
	/* - Service Section */
	.service-section .row > [class*="col-xs-"]:nth-child(n+3) { 
		margin-top: 40px;
	}
	.service-section .row > [class*="col-xs-"]:nth-child(2n+1) { 
		clear: both;
	}
	
	/* - Gallery Section */
	.grid-sizer,
	.gallery-masonry .gallery-box {
		width: 50%;
	}
	.gallery-masonry .gallery-box.width2 {
		width: 100%;
	}
	
	/* - Portfolio Single */
	.project-detail {
		margin-top: 40px;
	}
	
	/* - Counter Section */
	.counter-section .row > div > [class*="col-"]:nth-child(2n+1) {
		clear: both;		
	}
	.counter-section .row > div > [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Testimonial Section */
	.testimonial-style3 .testimonial-main {
		padding: 0;
	}
	.testimonial-style3 .item .client-content {
		padding: 35px 20px;
	}
	
	/* - Blog List */
	.entry-content .entry-meta span {
		margin-right: 10px;
	}
	
	/* - Blog Left Sidebar */
	.blog-twocolumn:nth-child(2n+1) {
		clear: both;
	}
	.blog-twocolumn:nth-child(n+3) {
		margin-top: 40px;
	}
	
	/* - Comment Form */
	.comment-respond {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* - Widget Area */
	.widget-area {
		margin-top: 60px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	/* + Header */
	.header_s .top-header .top-right > span {
		padding-left: 10px;
		margin-left: 10px;
	}
	
	/* - Gallery Section */
	.gallery-box .gallery-detail > a {
		font-size: 12px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* - Blog List */
	.blog-list .row > [class*="col-xs-"] {
		width: 100%;
	}
	.blog-list .row > [class*="col-xs-"] .type-post {
		max-width: 370px;
		margin: 0 auto;
		display: block;
	}
	.blog-list .row > [class*="col-xs-"]:nth-child(n+2) { 
		margin-top: 50px;
	}
	.entry-content .entry-meta span {
		margin-right: 8px;
	}
	
	/* - Comment Form */
	.comments-area .comment-form > p.comment-form-author, 
	.comments-area .comment-form > p.comment-form-email {
		width: 100%;
	}
	
	/* - What-You-Do Section */
	.what-you-do-section .what-you-detail > [class*="col-xs-"] {
		width: 100%;
	}
}

/* - max-width: 568 */
@media (max-width: 568px) {
	/* - Post Navigation */
	.post-navigation > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-navigation > div > a {
		font-size: 14px;
	}
	.post-navigation > div.post-prev > a > span {
		padding-left: 49px;
	}
	.post-navigation > div.post-next > a > span {
		padding-right: 49px;
	}
	
	/* - Comment Area */
	.comment-list .children {
		padding-left: 0;
	}
	.comment-body {
		padding-left: 80px;
	}
	.comment-author .avatar {
		width: 62px;
		height: 62px;
	}
	
	/* - Contact Content */
	.contact-detail .detail-box {
		width: 100%;
	}
	.contact-detail .detail-box:nth-child(n+2) {
		margin-top: 30px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* + Footer  */
	.top-footer .row > [class*="col-xs-"] {
		width: 100%;
	}
	.top-footer .row > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 50px;
	}
	
	/* - Service Section */
	.service-section .row > [class*="col-xs-"] {
		width: 100%;
	}
	.service-section .row > [class*="col-xs-"]:nth-child(n+2) { 
		margin-top: 40px;
	}
	
	/* - Gallery Section */
	.gallery-box {
		width: 100%;
	}
	.gallery-box .gallery-content {
		max-width: 368px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.grid-sizer,
	.gallery-masonry .gallery-box {
		width: 100%;
	}
	
	/* - Counter Section */
	.counter-section .row > div > [class*="col-xs-"] {
		width: 100%;
	}
	.counter-section .row > div > [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Team Section */
	.team-box {
		max-width: 370px;
		display: block;
		margin: 0  auto;
	}
	
	/* - Pricing Section */
	.pricing-section .row [class*="col-xs-"] {
		width: 100%;
	}
	.pricing-section .row [class*="col-xs-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.pricing-section .price-box {
		max-width: 320px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Service Section */
	.service-section .row > [class*="col-xs-"] {
		width: 100%;
	}
	.service-section .row > [class*="col-xs-"]:nth-child(n+2) { 
		margin-top: 40px;
	}
	
	/* - Blog Left Sidebar */
	.blog-twocolumn {
		width: 100%;
	}
	.blog-twocolumn .type-post {
		max-width: 375px;
		display: block;
		margin: 0 auto;
	}
	.blog-twocolumn:nth-child(n+2) {
		margin-top: 40px;
	}
	
	/* - Error Section  */
	.error-detail h3 {
		font-size: 30px;
	}
	.error-detail  h2 {
		font-size: 100px;
	}
	
	/* - About Section */
	.about-content > a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.about-content > a + a {
		margin-left: 10px;
	}
}