/*
=======================================================================================
File Name: style.css      [Main Theme Styles]

Project: JC
Designer: ThemeUK
Developer & Author: 3Jon
Version: 1.0

Last change: 4/12/2016 (29 Jan, 2017)
Primary use: Personal

======================================================================================= */
/*
=======================================================================================

Index 
=======================================================================================
-------------------------------------------------------------------
PART: A : 
THEME DEFINATION
-------------------------------------------------------------------
		01. BASIC DECLERATIONS
		02. UTILITY CLASSES
		03. TYPO - BLOCKQUOTE
		04. BUTTONS
		05. FORM & FORM ELEMENTS - FORM PLACEHOLDER

		06. COMMON SEGMENTS - 
				CENTER-BLOCK TITLES WITH TAGLINES 
				IMAGE WRAPPER 
				SLIDE NAVS 
				BREADCRUMB 
				OVERLAY ICON-HOVER 
				PAGINATION 
				BLOG POST THUMBNAIL 

		07. HEADER & MAIN NAVIGATION
		08. FOOTER

-------------------------------------------------------------------
PART: B :
PAGES
-------------------------------------------------------------------

	01.	HOME PAGE (index.html)

			HOME MAIN SLIDESHOW
			OFFERS
			BEST WORKS
			PORTFOLIO
			OUR TEAM
			ABOUT US
			OUR SKILLS
			OUR CLIENTS
			SUBSCRIPTION
			OUR BLOG


	02.	BLOG PAGE (blog.html)
			SLIDER STYLE BLOG POST
			QUOTATION STYLE BLOG POST


	03.	SINGLE BLOG POST (single-post.html)
			INFORMATION BOX
			COMMENTS

	04. OOPS PAGE (oops.html)


-------------------------------------------------------------------
PART: C :
MEDIA QUARIES
-------------------------------------------------------------------
RESPONSIVE STYLES...

	
======================================================================================= */


/*	BASIC DECLERATIONS
======================================================================================= */
html {
	color: #707286;
}
body {
    font-family: "ralewaymedium",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #707286;
    background-color: #fff;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #707286;
}
a:hover {
	color: #10d2e5;
	text-decoration: none;
}
ul,li {
	list-style: none;
}




/*	UTILITY CLASSES
=======================================================================================
======================================================================================= */

.jc-flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.jc-flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc-flex-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc-flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.jc-flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.jc-overflow-hidden {
	overflow: hidden;
	max-width: 100%;
}
.jc-equalHeight-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;

}
.jc-centerBlock {
	text-align: center;
}
.jc-display-block {
	display: block;
}
.jc-fullHeight {
	height: 100%;
	min-height: 100%;
}
.jc-parallax-container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jc-position-relative {
	position: relative;
}
.jc-position-absolute {
	position: absolute;
}
.jc-invisible {
	visibility: hidden;
}
.jc-cover-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.jc-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.jc-featured {
	margin: 35px 0;
}
.jc-column-divider {
	border-left: 2px solid #b7b7b7;
	padding-left: 100px;
}
.jc-column-divider-turquoise {
	border-left: 2px solid #10d2e5;
	padding-left: 90px;
}
.jc-section-margin {
	margin-top: 200px;
	margin-bottom: 200px;
}
.jc-section-margin-top {
	margin-top: 200px;
}
.jc-section-margin-bottom {
	margin-bottom: 200px;
}

.jc-section-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}
.jc-section-padding-top {
	padding-top: 150px;
}
.jc-section-padding-bottom {
	padding-bottom: 150px;
}
.jc-padding-remove {
	padding: 0px;
}
.jc-icon-left {
	margin-right: 15px;
}
.jc-icon-right {
	margin-left: 8px;
}
.jc-carousel-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



/*	TYPO
======================================================================================= */
.jc-title {
	font-family: 'ralewaymedium';
	font-size: 60px;
	line-height: 70px;
	margin-top: 0;
	text-transform: capitalize;
	color: #373f52;
}
.jc-title-montserrat {
	font-family: 'montserratbold';
	font-size: 60px;
	line-height: 45px;
	margin-top: 0;
	text-transform: uppercase;
	color: #fafafa;
}
.jc-subtitle {
	font-family: 'ralewaymedium';
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 18px 0;
	text-transform: capitalize;
	color: #373f52;
}
.jc-subtitle-md {
	font-family: 'montserratregular';
	font-size: 30px;
	line-height: 20px;
	color: #2c3e50;
	text-transform: capitalize;
}
.jc-post-title {
	font-family: 'ralewaymedium';
	font-size: 24px;
	line-height: 30px;
	color: #41424e;
	text-transform: capitalize;
	margin: 0px 0px 10px;
}
.jc-singlePost-title  {
	font-family: 'ralewaymedium';
	font-size: 32px;
	line-height: 45px;
	color: #2c3e50;
	margin: 0px 0px 7px;
}
.jc-commentsProfile-title {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 24px;
	color: #2c3e50;
	margin-bottom: 2px;
	text-transform: capitalize;
}
.jc-dark-turquoise-text {
	color: #10d2e5;
} 
.jc-dark-turquoise-bg {
	background-color: #10d2e5;
}
.jc-raleway-extraLight {
	font-family: 'ralewayextralight';
}
.jc-raleway-medium {
	font-family: 'ralewaymedium';
}
.jc-raleway-extraBold {
	font-family: 'ralewayextrabold';
}
.jc-regText-montserratSmall {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
}
.jc-regText-ralewayMedium {
	font-family: 'ralewaymedium';
	font-size: 18px;
	line-height: 24px;
	color: #707286;
}
.jc-regText-singlePost {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #a1b1bc;
}
.jc-regText-blockquote {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #a1b1bc;
	width: 88%;
}
.jc-leadText-sm {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #a1b1bc;
	margin: 0px 0px 38px;
}
.jc-leadText {
	font-family: 'montserratregular';
	font-size: 32px;
	line-height: 45px;
	color: #ffffff;
}
.jc-leadText-lg {
	font-family: 'ralewayregular';
	font-size: 60px;
	line-height: 80px;
}
.jc-leadText-blockquote {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	color: #a1b1bc;
	text-transform: capitalize;
}
.jc-infoText-montserratSmall {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 24px;
	color: #707286;
}
.jc-iconText {
	font-family: 'ralewayextrabold';
	font-size: 32px;
	line-height: 45px;
	margin: 22px 0px 0px;
	color: #fafafa;
	text-transform: uppercase;
}

/*	BLOCKQUOTE
--------------------------------------------------------------------------------------- */
blockquote {
	margin: 36px 0px 40px 30px;
	padding: 40px 60px 24px 60px;
	border-left: 5px solid #10d2e5;
	position: relative;
}
blockquote:before {
	content: '\f10e';
	font-family: 'FontAwesome';
	font-size: 52px;
	line-height: 1;
	color: #a1b1bc;
	opacity: .1;
	position: absolute;
	right: 8%;
	top: 40px;
}


/*	BUTTONS
======================================================================================= */
.jc-btn {
	font-family: 'montserratregular';
	font-size: 14px;
	color: #ffffff;
	display: block;
	line-height: 1;
	text-align: center;
	padding: 8px 10px 10px;
	border: 2px solid;
	height: 50px;
	border: 0px;
	outline: 0px;
	width: 100%;
	-webkit-transition: all 0s, background-color .3s, color .3s;
	transition: all 0s, background-color .3s, color .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jc-btn * {
	vertical-align: middle;
}
.jc-btn-turquoise {
	text-transform: uppercase;
	background-color: #10d2e5;
}
.jc-btn.jc-btn-turquoise:hover,
.jc-btn.jc-btn-turquoise:focus,
.jc-btn.jc-btn-turquoise:active {
	color: #373f52;
	border: 2px solid #10d2e5;
	-webkit-transition: all 0s, background-color .3s, color .3s;
	transition: all 0s, background-color .3s, color .3s;
	background-color: transparent;
}
.jc-btn-cloudBurst {
	text-transform: capitalize;
	background-color: #373F52;
}
.jc-btn.jc-btn-cloudBurst:hover,
.jc-btn.jc-btn-cloudBurst:focus,
.jc-btn.jc-btn-cloudBurst:active {
	color: #373f52;
	border: 2px solid #373F52;
	-webkit-transition: all 0s, background-color .3s, color .3s;
	transition: all 0s, background-color .3s, color .3s;
	background-color: transparent;
}
.jc-btn-transparent {
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #ffffff;
}
.jc-btn.jc-btn-transparent:hover,
.jc-btn.jc-btn-transparent:focus,
.jc-btn.jc-btn-transparent:active {
	border: 2px solid #10d2e5;
	-webkit-transition: all 0s, color .3s;
	transition: all 0s, color .3s;
}

.jc-btn-blog {
	text-transform: uppercase;
	max-width: 150px;
	background-color: #10d2e5;
	color: #ffffff;
	border-top-left-radius: 10px;
	margin-left: auto;
	border: 2px solid #10d2e5;
	height: 40px;
}
.jc-btn-blog:hover,
.jc-btn-blog:focus,
.jc-btn-blog:active {
	color: #373f52;
	background-color: #ffffff;

}
.jc-btn-reply {
	font-family: 'montserratregular';
	font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    width: 60px;
    height: 24px;
    background-color: #2c3e50;
    text-align: center;
    border: 2px solid #2c3e50; 
    border-radius: 3px;
    outline: 0px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s, border 0s;
    transition: all .2s, border 0s;
}
.jc-btn-reply:hover {
	background-color: #10d2e5;
	border: 2px solid #10d2e5; 
}


/*	FORM & FORM ELEMENTS
======================================================================================= */

.jc-form {
	margin: 50px 0px 0px;
}
.jc-formInput {
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	border: 1px solid #ecf0f1;
	border-radius: 2px;
	padding: 18px 25px 18px 20px;
	background-color: transparent;
	background-color: #f7f8f9;
	margin-bottom: 20px;
	box-shadow: none;
}
input.jc-formInput {
	height: 50px;
}
textarea.jc-formInput {
	height: 300px;
}
.jc-formInput:focus {
	border-color: #10d2e5;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(16,210,229,.6);
}
.jc-input-group {
	position: relative;
}
.jc-input-addon {
	position: absolute;
	top: 0px;
	right: 30px;
	bottom: 0px;
	line-height: 50px;
}
.jc-form .jc-btn {
	max-width: 200px;
}
.jc-form .form-group {
	margin-bottom: 20px;
}


/*	FORM PLACEHOLDER
--------------------------------------------------------------------------------------- */

.jc-formInput::-webkit-input-placeholder {
   	color: #a1b1bc;
   	font-size: 14px;
	line-height: 1;
}
.jc-formInput:-moz-placeholder {
   	color: #a1b1bc;
   	font-size: 14px;
	line-height: 1;  
}
.jc-formInput::-moz-placeholder { 
   	color: #a1b1bc;
   	font-size: 14px;
	line-height: 1;  
}
.jc-formInput:-ms-input-placeholder {  
   	color: #a1b1bc;
   	font-size: 14px;
	line-height: 1;  
}

/*	COMMON SEGMENTS
======================================================================================= */


/*	CENTER-BLOCK TITLES WITH TAGLINES 
======================================================================================= */

.jc-centerBlock {
	margin-bottom: 50px;
}
.jc-centerBlock h2,
.jc-centerBlock .jc-title {
	margin: 0px 0px 25px;
}
.jc-centerBlock h2 +p,
.jc-centerBlock .jc-title +p,
.jc-centerBlock-description {
	font-family: 'ralewaymedium';
	font-size: 18px;
	line-height: 24px;
}


/*	IMAGE WRAPPER
--------------------------------------------------------------------------------------- */

.jc-image-wrapper {
	position: relative;
	cursor: pointer;
}
.jc-image-wrapper img {
	margin: 0 auto;
}
.jc-post-thumbnail .fa-eye {
	font-size: 32px;
}
.jc-image-wrapper:hover .invisible {
	visibility: visible;
}
.jc-image-wrapper .jc-overlay {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.jc-image-wrapper:hover .jc-overlay {
	background-color: rgba(16,210,229,.3);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.jc-hover-link {
	display: block;
}



/*	SLIDE NAVS
--------------------------------------------------------------------------------------- */

.jc-slide-nav {
	width: 50px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none!important;
	cursor: pointer;
}
.jc-slide-nav.jc-left {
	background-color: #373f52;
	left: -50px!important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 0!important;
}
.jc-slide-nav.jc-right {
	background-color: #878c97;
	right: -49px!important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	right: 0!important;
}
.jc-slide-nav.jc-top {
	background-color: #373f52;
	left: -49px!important;
	
	margin-top: -150px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.jc-slide-nav.jc-bottom {
	background-color: #878c97;
	left: -49px!important;
	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.jc-slide-nav i {
	font-size: 30px;
	color: #ffffff;
}


/*	BREADCRUMB
--------------------------------------------------------------------------------------- */

.jc-breadcrumb {
	list-style: none;
	padding: 0px;
	margin: 18px 0px 0px;
	text-align: center;
}
.jc-breadcrumb li {
	display: inline-block;
}
.jc-breadcrumb li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	display: inline-block;
	color: #fafafa;
	font-size: 32px;
	line-height: 45px;
	vertical-align: middle;
}
.jc-breadcrumb > li:first-of-type:before {
	content: '';
} 
.jc-breadcrumb li a {
	font-family: 'ralewaythin';
	font-size: 32px;
	line-height: 45px;
	text-decoration: none;
	color: #fafafa;
	text-transform: capitalize;
	padding: 0px 25px;
	vertical-align: middle;
}
.jc-breadcrumb li a:hover,
.jc-breadcrumb li a:focus,
.jc-breadcrumb li a:active {
	color: #10d2e5;
}
.jc-breadcrumb li.active,
.jc-breadcrumb li.active a {
	color: #10d2e5;
}



/*	OVERLAY ICON-HOVER
--------------------------------------------------------------------------------------- */

.jc-overlayIcon {
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.jc-overlayIcon:hover {
	background-color: #10d2e5;
}
.jc-overlayIcon:hover i {
	color: #ffffff;
}



/*	PAGINATION
--------------------------------------------------------------------------------------- */

.jc-pagination-container {
	border-top: 5px solid #373f52;
}
.jc-pagination {
	padding: 0px;
	list-style: none;
	margin: 30px 0px 150px;
}
.jc-pagination li {
	display: inline-block;
}
.jc-pagination li a {
	font-family: 'montserratregular';
	font-size: 14px;
	line-height: 1;
	color: #373f52;
	display: inline-block;
	padding: 8px 9px;
	width: 26px;
	height: 26px;
	text-transform: capitalize;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.jc-pagination li a:hover,
.jc-pagination li a:focus,
.jc-pagination li a:active {
	background-color: #10d2e5;
	color: #ffffff;
}
.jc-pagination-btn {
	color: #ffffff;
	padding: 9px 12px 10px;
	background-color: #373f52;
}
.jc-pagination li a.jc-pagination-btn {
	width: auto!important;
	height: 30px;
}
.jc-pagination-btn * {
	color: #ffffff;
}
.jc-pagination-btn.jc-icon-left {
	margin-right: 8px;
}
.jc-pagination-btn.jc-icon-right {
	margin-left: 8px;
}
.jc-pagination-btn .jc-icon-left {
	margin-right: 6px;
}
.jc-pagination-btn .jc-icon-right {
	margin-left: 6px;
}
/*	PAGE LOADER
======================================================================================= */
section {
	max-width: 100%;
	overflow: hidden;
}
#loader-wrapper img {
	z-index: 13000;
	position: absolute;
	top: 50%;
    left: 50%;
    margin-left: -48px;
    margin-top: -46px;
}

#loader-wrapper .loader-section {
	width: 50%;
    background: rgba(16, 210, 229, 0.91);
}  


/*	HEADER & MAIN NAVIGATION
======================================================================================= */
header {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
}
header .navbar {   
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    padding: 63px 0 0;
}
header .navbar>.container .navbar-brand {
	padding: 0;
	margin: 0;
}
header .navbar-brand > img {
	margin-top: -37px;
}
.navbar-nav>li {
	margin-right: 5px;
}
.navbar-nav>li>a,
.navbar-nav .dropdown-menu>li>a {
	font-family: 'montserratregular';
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	text-transform: uppercase;
	padding: 9px 16px 9px 21px;
	border-radius: 20px;
	text-align: center;
}

.nav>li>a:hover, 
.nav>li>a:focus, 
.nav>li>a:active,
.navbar-nav .dropdown-menu>li>a:hover {
	background-color: #10d2e5!important;
}
.nav >li>.dropdown-menu {
	background-color: transparent;
    margin-top: 15px;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.nav >li>.dropdown-menu>li {
	background-color: rgba(9, 63, 113, 0.74);
	margin-bottom: 2px;
}
.nav >li>.dropdown-menu>li>a {
	border-radius: 0;
}
nav .navbar-toggle .icon-bar {
	background-color: #ddd; 
}
.navbar.affix {
	background-color: rgba(16, 210, 229, 0.79);
	padding: 16px 10px;
	width: 82%;
	margin: 15px auto 0px;
    left: 50%;
    margin-left: -41%;
    z-index: 999999999;
}

.navbar.affix .navbar-nav .dropdown-menu>li>a:hover {
	background-color: #10d2e5;
}
.navbar.affix .navbar-brand {
	position: absolute;
	left: 20px;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background-color: rgba(2, 32, 103, 0.79);
}
.navbar.affix .nav>li>a:hover, 
.navbar.affix .nav>li>a:focus, 
.navbar.affix .nav>li>a:active,
.navbar.affix .navbar-nav .dropdown-menu>li>a:hover {
	background-color: rgba(2, 32, 103, 0.79)!important;
}
.navbar.affix .navbar-brand img {
	width: 52px;
	height: auto;
	margin-top: -26px;
}

.navbar.affix .collapse.navbar-collapse {
	height: 32px!important;
}
.navbar.affix > .container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*	FOOTER
======================================================================================= */
footer {
	background-color: #373f52;
	padding: 105px 0 0 0;
	position: relative;
}
.jc-footer-social {
	list-style: none;
	text-align: center;
	padding: 0;
}
.jc-footer-social >li {
	display: inline-block;
	padding: 10px 15px;
}
.jc-footer-social >li > a {
	color: #fefefe;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.jc-footer-social >li > a:hover,
.jc-footer-social >li > a:focus {
	color: #10d2e5;
}
.jc-copyright {
	text-align: center;
	color: #fefefe;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 60px 0;
}
.jc-copyright a {
	color: #10d2e5;
	text-decoration: none;
}
.jc-bottom-to-top {
	padding: 15px 18px;
	border: 1px solid #696f7d;
	background-color: #959595;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	float: right;
}
.jc-bottom-to-top i {
	font-size: 18px;
	line-height: 1;
	color: #696f7d;
	font-weight: bold;
}
.jc-bottom-to-top:hover i {
	color: #ffffff;
}



/*	HOME PAGE (index.html)
=======================================================================================
======================================================================================= */

/*	HOME MAIN SLIDESHOW
======================================================================================= */

.jc-mainSlideshow .item:nth-of-type(1) figure {
	background-image: url('../images/home_slideshow_01.jpg');
}
.jc-mainSlideshow .item:nth-of-type(2) figure {
	background-image: url('../images/home_slideshow_01.jpg');
}
.jc-mainSlideshow .item:nth-of-type(3) figure {
	background-image: url('../images/home_slideshow_01.jpg');
}
.jc-mainSlideshow .item:nth-of-type(4) figure {
	background-image: url('../images/home_slideshow_01.jpg');
}

.jc-mainSlideshow {
	z-index: 10;
}
.jc-mainSlideshow  figure {
	padding: 50px 0 0;
}
.jc-mainSlideshow-title {
	font-family: 'ralewaylight';
	font-size: 60px;
	line-height: 70px;
	color: #fefefe;
	margin: 0 0 12px;
	text-transform: capitalize;
	text-align: center;
}
.jc-mainSlideshow-subtitle {
	font-family: 'ralewaythin';
	text-align: center;
	font-size: 32px;
	line-height: 45px;
	color: #fefefe;
	margin: 0;
}
.jc-mainSlideshow .jc-angle-double-down {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 12;
	margin-left: -14px;
}
.jc-mainSlideshow .fa-angle-double-down {
	color: #fefefe;
	font-size: 30px;
}
.jc-mainSlideshow .jc-angle-double-down:hover .fa-angle-double-down {
	color: #10d2e5; 
}
.jc-carousel-indicators {
	list-style: none;
	position: absolute;
	top: 50%;
	left: auto;
	right: 100px;
	bottom: auto;
	width: auto;
	z-index: 999;
	margin: 0;
	margin-top: -70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.jc-carousel-indicators > li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #878c97;
	cursor: pointer;
	margin: 16px 0px;
	border: 0px;
}
.jc-carousel-indicators > li.active {
	background-color: #10d2e5;
	width: 15px;
	height: 15px;
	margin: 16px 0px;
	box-shadow: 0px 0px 6px 2px rgba(255, 255, 255, 0.51);
}




/*	OFFERS
======================================================================================= */

.jc-offers {
	background-color: #373f52;
	padding: 120px 0px;
}

.jc-offers .jc-btn {
	width: 170px;
	min-width: 170px;
	margin: 0px 10px;
}
.jc-offers .jc-btn.jc-btn-turquoise:hover {
	color: #ffffff;
}
.jc-offers p:last-of-type{
	margin-bottom: 20px;
}


/*	BEST WORKS
======================================================================================= */

.jc-best-works-slider {
	position: relative;
	top: 0!important;
	/*width: 1170px;*/
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.jc-best-works-slider-container  {
	position: relative;
    margin: 0px auto;
    width: 100%!important

}
.jc-best-works-slider-container > ul {
	top: 0!important;
	margin: 0 auto!important;
	left: auto!important;
	right: auto!important;
	max-width: 100%!important;
	z-index: 10;
}
.jc-best-works-slider-container > ul li {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	top: auto!important;
	bottom: 0;
}


.jc-best-works-slider-container .left,
.jc-best-works-slider-container .right {
    cursor: pointer;
    z-index: 10!important;
}




/*	PORTFOLIO
======================================================================================= */

.jc-portfolio {
	background-color: #373f52;
	color: #ffffff;
}
.jc-portfolio h2,
.jc-portfolio .jc-title {
	color: #ffffff;
}
.jc-portfolio .jc-filterNav {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 50px 0px 63px 0px;
}

.jc-portfolio-list {
	padding: 0;
	list-style: none;
	margin: 63px 0px 105px;
}
.jc-portfolio-list li {
	margin-bottom: 20px;
	
}

.jc-portfolio .jc-btn {
	max-width: 170px;
	margin-top: 105px;
}
.jc-portfolio .jc-btn:hover {
	color: #ffffff;
}
.jc-portfolio i.fa {
	font-size: 32px;
	line-height: 45px;
	color: #fafafa;
	margin: 0px 13px;
}
.jc-portfolio i.fa:hover {
	color: #10d2e5;
}
.jc-filterNav li > a:focus, 
.jc-filterNav li > a:hover, 
.jc-filterNav li.active > a {
    background-color: #10d2e5;
}


/*	LIGHTBOX
--------------------------------------------------------------------------------------- */
#lightcase-case {
	z-index: 12000;
}
#lightcase-content {
	z-index: 12500;
}
.lightcase-icon-play,
.lightcase-icon-pause {
	z-index: 13000!important;
}

/*	GALLERY FILTER
--------------------------------------------------------------------------------------- */
.clear{
	clear: both;
}
.mix {
	display: none;
}

/*	OWL NAVS
--------------------------------------------------------------------------------------- */
.owl-prev {
	width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none!important;
	background-color: #373f52;
    left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.owl-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 30px;
    color: #ffffff;
}

.owl-next {
	width: 50px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none!important;
    background-color: #878c97;
    right: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.owl-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 30px;
    color: #ffffff;
}





/*	OUR TEAM
======================================================================================= */

.jc-our-team .jc-btn {
	max-width: 170px;
	margin-top: 30px;
}
.jc-our-team-slider {
	position: relative;
	top: 0!important;
	left: 24px;
	width: 336px;
	max-width: 336px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	
}
.jc-our-team-slider-container {
	overflow: hidden;
	margin: 0px auto;
}
.jc-our-team-slider-container > ul {
	top: 0!important;
	left: auto!important;
	margin: 0 auto!important;
	right: auto!important;
	max-width: 100%!important;
	margin-left: -40px!important;
}
.jc-our-team-slider .left.jc-slide-nav.jc-top,
.jc-our-team-slider .right {
	top: 65%!important;
	z-index: auto!important;
}
.jc-our-team-slider .left.jc-slide-nav.jc-top {
	border-top-right-radius: 0px;
}
.jc-our-team-slider .right.jc-slide-nav.jc-bottom {
	border-bottom-right-radius: 0px;
}
.jc-ourTeamSlider-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 25px;
	text-align: center;
}
.jc-ourTeamSlider-caption h5,
.jc-teamMember-name {
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 6px;
}
.jc-ourTeamSlider-caption h5 + p,
.jc-teamMember-title {
	font-family: 'ralewaysemibold';
	font-size: 12px;
	line-height: 20px;
	color: #10d2e5;
	text-transform: uppercase;
	margin: 0 0 16px
}
.jc-teamMember-socialProfile a,
.jc-teamMember-socialProfile > * {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 6px;
}



/*	ABOUT US
======================================================================================= */

.jc-about-us {
	background-color: #373f52;
}
.jc-about-us {
	color: #fefefe;
}
.jc-about-us h2 {
	color: #fefefe;
}
.jc-about-us .jc-regText-ralewayMedium {
	color: #fefefe;
}
.jc-about-us .jc-leadText-lg {
	min-height: 325px;	
}


/*	OUR SKILLS
======================================================================================= */

.jc-our-skills .owl-prev {
	left: auto;
    right: -12%;
    margin-top: -100px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
}
.jc-our-skills .owl-next {
	margin-top: 0px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    right: -12%;
}
.jc-our-skills .jc-column-divider {
	padding-left: 15px;
}
.circleclass p {
	display:none;
}
.circleclass {
	position: relative;
}
.circleclass span {
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	font-family: 'montserratregular';
	font-size: 18px;
	line-height: 85px;
	background-color: #ecf0f1;
	color: #000;
	left: 50%;
	top: 50%;
	margin-top: -42.5px;
	margin-left: -42.5px;
}
.jc-circular-title {
	font-size: 18px;
	line-height: 27px;
	font-family: 'montserratregular';
	color: #000;
	font-weight:1000;
}
.jc-our-skills .carousel .carousel-inner {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}


/*	OUR CLIENTS
======================================================================================= */
.jc-clients .owl-prev {
    margin-top: -100px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    left: -12%;
}
.jc-clients .owl-next {
	right: auto;
	margin-top: 0px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    left: -12%;
}
.jc-clients .jc-equalHeight-container > div, 
.jc-clients .jc-equalHeight-container > * {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jc-carousel-wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*	SUBSCRIPTION
======================================================================================= */

.jc-subscription .jc-featured {
	margin: 138px 0px 102px;
}
.jc-subscription {
	position: relative;
	background-color: #373f52;
	background-image: url('../images/subscription-bg.jpg');
	color: #ffffff;
	z-index: 10;
}
.jc-subscription .jc-regText-ralewayMedium {
	color: #fefefe;
}
.jc-subscription .jc-btn.jc-btn-turquoise:hover,
.jc-subscription .jc-btn.jc-btn-turquoise:focus {
	color: #ffffff;
}
.jc-subscription .jc-formInput {
	border-radius: 0px;
	height: 50px;
	padding: 18px 25px;
	background-color: transparent;
}
.jc-subscription .jc-column-divider-turquoise-media {
	padding: 100px 0px;
}



/*	OUR BLOG
======================================================================================= */


.jc-our-blog.jc-section-margin {
	margin-bottom: 0;
}
.jc-our-blog .owl-prev {
	left: 11px;
	opacity: .8;
}
.jc-our-blog .owl-next {
	right: 11px;
	opacity: .8;
}
.jc-our-blog .owl-carousel:hover .owl-prev,
.jc-our-blog .owl-carousel:hover .owl-next {
	opacity: 1;
}




/*	BLOG POST THUMBNAIL 
--------------------------------------------------------------------------------------- */

.jc-post-thumbnail .jc-image-wrapper img {
	width: 100%;
}
.jc-post-thumbnail figure {
	text-align: center;
	border: 1px solid #eeeeee;
}
.jc-post-thumbnail figcaption {
	padding: 20px 0px 0px;
}
.jc-blog-info {
	list-style: none;
	padding: 0px 0px 24px 0px;
	border-bottom: 1px solid #eeeeee;
	margin: 0px 0px 18px;
}
.jc-blog-info li {
	display: inline-block;
	border-right: 1px solid #707286;
	padding: 0px 12px;
	line-height: 1;
}
.jc-blog-info li:first-child {
	padding: 0 12px 0px 0px;
}
.jc-blog-info li:last-child {
	border-right: 0px;
	padding: 0 0px 0px 12px;
}
.jc-blog-info li a {
	font-family: 'ralewaymedium';
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.jc-blog-text {
	font-family: 'ralewaysemibold';
	font-size: 14px;
	line-height: 20px;
	color: #707286;
	padding: 0px 7px 0px 15px;
}

.jc-post-thumbnail iframe {
	width: 100%;
	height: 100%;
	border: 0px;
}




.jc-our-blog .jc-post-thumbnail {
	padding: 0px 10px 0px 10px;
}



/*	BLOG PAGE (blog.html)
======================================================================================= 
======================================================================================= */


.jc-blog-posts {
	padding-bottom: 80px;
}
.jc-blog-posts .jc-btn-blog {
	margin-top: -12px;
}
.jc-blog-posts .jc-blog-text {
	text-align: left;
	line-height: 25px;
}
.jc-blog-posts .jc-blog-text:last-of-type {
	margin: 0;
}
.jc-blog-posts .jc-post-thumbnail {
	margin-bottom: 70px;
}
.jc-blog-posts .jc-post-thumbnail .jc-image-wrapper {
	overflow: hidden;
}



/*	SLIDER STYLE BLOG POST
--------------------------------------------------------------------------------------- */

.jc-blogPost-slider-nav {
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	display: table;
	text-align: center;
	text-decoration: none;
	margin: 0px 5px;
	position: absolute;
	top: 20px;
	border-radius: 2px;
}
.jc-blogPost-slider-nav:hover,
.jc-blogPost-slider-nav:focus,
.jc-blogPost-slider-nav:active {
	text-decoration: none;
}
.jc-blogPost-slider-nav > i {
	font-size: 18px;
	line-height: 1;
	color: #373F52;
	display: table-cell;
	vertical-align: middle;
}
.jc-blogPost-slider-nav.left {
	right: 60px;
}
.jc-blogPost-slider-nav.right {
	right: 20px;
}


/*	QUOTATION STYLE BLOG POST
--------------------------------------------------------------------------------------- */

.jc-post-thumbnail blockquote {
	font-family: 'montserratregular';
	font-size: 32px;
	line-height: 45px;
	height: 100%;
	margin: 0;
	padding: 10px;
	background-color: #373F52;
	color: #ffffff;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}



/*	SINGLE BLOG POST (single-post.html)
======================================================================================= 
======================================================================================= */

.jc-singlePostCover-image {
	margin-bottom: 45px;
}
.jc-singlePost-info {
	list-style: none;
    padding: 0px 0px 28px 0px;
    border-bottom: 1px solid #ecf0f1;
    margin: 0px 0px 25px;
}
.jc-singlePost-info li {
	display: inline-block;
    border-right: 1px solid #a1b1bc;
    padding: 0px 12px;
    line-height: 1;
}
.jc-singlePost-info li:first-child {
    padding: 0 12px 0px 0px;
}
.jc-singlePost-info li:last-child {
    border-right: 0px;
    padding: 0 0px 0px 12px;
}
.jc-singlePost-info li a {
	font-family: 'ralewaymedium';
    font-size: 14px;
    line-height: 1;
    color: #a1b1bc;
    text-transform: capitalize;
}
.jc-singlePost-info li a:hover {
	color: #10d2e5;
}




/*	INFORMATION BOX
--------------------------------------------------------------------------------------- */
.jc-infoBox {
	list-style: none;
	padding: 12px 70px 14px;
	border: 1px solid #ecf0f1;
	position: relative;
	margin-bottom: 20px;
}
.jc-infoBox:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 1;
	color: #fafafa;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #373F52;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}
.jc-infoBox:hover:before {
	background-color: #10d2e5;
}
.jc-infoBox.jc-infoBox-tags:before {
	content: '\f02b';
}

.jc-infoBox.jc-infoBox-socialIcons:before {
	content: '\f1e0';
}
.jc-infoBox.jc-infoBox-socialIcons li {
	margin: 0px 20px 0px 0px;
}
.jc-infoBox li {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.jc-infoBox li a {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #a1b1bc;
	text-transform: capitalize;
}
.jc-infoBox.jc-infoBox-tags li a:after {
	content: ',';
}
.jc-infoBox li:last-child a:after {
	content: '';
}
.jc-infoBox li a:hover {
	color: #10d2e5;
	text-decoration: underline;
}




/*	COMMENTS
--------------------------------------------------------------------------------------- */

.jc-media-admin {
	margin-top: 42px!important;
	margin-bottom: 48px;
}
.jc-commentsCount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px;
}
.jc-commentsCount > * {
	margin: 0;
}
.jc-commentsCount .jc-commentsCount-text {
	margin-left: auto;
}
.jc-commentsCount-text {
	font-family: 'montserratregular';
	font-size: 16px;
	line-height: 20px;
	color: #a1b1bc;
}
.jc-commentsCount-text .fa-pencil {
	border: 1px solid #10d2e5;
	padding: 8px;
}
.jc-post-comments .media-body .jc-btn-reply {
	position: absolute;
	top: 0px;
	right: 0px;
}
.jc-post-comments .media-body {
	position: relative;
}
.jc-post-comments .media {
	padding: 30px 46px 10px 30px;
	border: 1px solid #ecf0f1; 
	margin-top: 24px;
}
.jc-post-comments .media:first-child {
	margin-top: 24px;
}
.jc-post-comments .media-left {
	padding-right: 30px;
}
.jc-media-info {
	font-family: 'montserratregular';
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #10d2e5;
	margin-bottom: 6px;
}
.jc-post-comments img.media-object {
	border: 3px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.12);
}
.jc-leave-comments {
	margin: 52px 0px 0px;
}




/*	OOPS PAGE (oops.html)
======================================================================================= 
======================================================================================= */

.jc-oops {
	background-image: url('../images/oops-background.jpg');
	height: 100vh;
    max-height: 100vh;
}
.jc-oops-content {
	padding-top: 115px;
}
.jc-oops-content .jc-mainSlideshow-title {
	margin: 0px 0px 2vh;
}
.jc-oops-content .jc-title-montserrat {
	margin: 0px 0px 3vh;
}
.jc-oops-content .jc-mainSlideshow-subtitle {
	margin: 0px 0px 4vh;
}
.jc-oops-search {
	width: 50%;
}
.jc-oops-search .jc-formInput {
	background-color: transparent;
	border-radius: 0px;
	height: 70px;
	color: #ffffff;
	margin-bottom: 3vh;
	padding: 18px 60px 18px 20px;

}
.jc-oops-search .jc-input-addon {
	color: #fafafa;
	font-size: 32px;
	line-height: 70px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.jc-oops-btn {
	width: 21%;
}
.jc-oops-btn .jc-btn-turquoise:hover,
.jc-oops-btn .jc-btn-turquoise:focus,
.jc-oops-btn .jc-btn-turquoise:active {
	color: #ffffff;
}

.jc-oops-content .jc-formInput::-webkit-input-placeholder {
   	color: #fafafa;
   	font-size: 18px;
	line-height: 1;
}
.jc-oops-content .jc-formInput:-moz-placeholder {
   	color: #fafafa;
   	font-size: 18px;
	line-height: 1;  
}
.jc-oops-content .jc-formInput::-moz-placeholder { 
   	color: #fafafa;
   	font-size: 18px;
	line-height: 1;  
}
.jc-oops-content .jc-formInput:-ms-input-placeholder {  
   	color: #fafafa;
   	font-size: 18px;
	line-height: 1;  
}


/*	ANIMATIONS
-----------------------------------------------------------------------------------
----------------------------------------------------------------------------------- */

@-webkit-keyframes slideInLeftSm {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeftSm {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeftSm {
  -webkit-animation-name: slideInLeftSm;
  animation-name: slideInLeftSm;
}

@-webkit-keyframes slideInRightSm {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRightSm {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRightSm {
  -webkit-animation-name: slideInRightSm;
  animation-name: slideInRightSm;
}

@keyframes slideUpDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideUpDown {
  -webkit-animation-name: slideUpDown;
  animation-name: slideUpDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transition: transform 3s;
 }


/*	RESPONSIVE
======================================================================================= 
======================================================================================= */


/*	OOPS PAGE
----------------------------------------------------------------------------------- */
@media (max-height: 670px) {
	.jc-oops-content {
		padding-top: 80px;
	}
	.jc-oops-content .jc-mainSlideshow-title {
		font-size: 45px;
		line-height: 45px;
	}
	.jc-oops-content .jc-title-montserrat {
		font-size: 45px;
	}
	.jc-oops-content .jc-mainSlideshow-subtitle {
		font-size: 24px;
		line-height: 36px;
		margin: 0 0 8vh;
	}
	.jc-oops-search .jc-formInput {
		height: 40px;
		margin-bottom: 8vh;
	}
	.jc-oops-search .jc-input-addon {
    	font-size: 24px;
    	line-height: 40px;
	}
	.jc-oops-content .jc-formInput::-webkit-input-placeholder {
		font-size: 14px;
	}
	.jc-oops-content .jc-formInput:-moz-placeholder {
		font-size: 14px;
	}
	.jc-oops-content .jc-formInput::-moz-placeholder {
		font-size: 14px;
	}
	.jc-oops-content .jc-formInput:-ms-input-placeholder {
		font-size: 14px;
	}


}


@media (min-width: 1230px) {
	.jc-our-blog .owl-prev {
		left: -39px;
	}
	.jc-our-blog .owl-next {
		right: -39px;
	}

}

@media (max-width: 1199px) {
	.jc-our-team .jc-column-divider {
		padding-left: 15px;
		border-left: 0px;
	}
	.jc-our-team-slider .left.jc-slide-nav.jc-top,
	.jc-our-team-slider .right.jc-slide-nav.jc-bottom {
		left: 12px;
	}
	.jc-our-team .jc-column-divider-media {
		border-top: 2px solid #b7b7b7;
	}
	.jc-our-team > [class^="col-"] * [class^="col-"] {
		margin-top: 30px;
	}
	.jc-about-us .jc-leadText-lg {
		min-height: 405px;	
	}

	.jc-blog-posts .jc-btn-blog {
		margin-top: 0;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.jc-post-thumbnail blockquote {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (min-width: 580px) and (max-width: 767px) {
	.jc-post-thumbnail blockquote {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (min-width: 480px) and (max-width: 579px) {
	.jc-post-thumbnail blockquote {
		font-size: 18px;
		line-height: 1.5;
	}
}
@media (max-width: 991px) {
	/*	UTILITY
	----------------------------------------------------------------------------------- */
	.jc-textCenter-md {
		text-align: center;
	}
	.jc-column-divider,
	.jc-column-divider-turquoise {
		padding-left: 50px;
	}




	/*	MAIN SLIDESHOW
	----------------------------------------------------------------------------------- */
	.jc-carousel-indicators {
		right: 50px;
	}
	/*	SERVICES
	----------------------------------------------------------------------------------- */
	.jc-services .jc-column-divider {
		padding-left: 50px;
	}
	.jc-services .jc-featured-imgWrapper {
		text-align: left;
		margin-bottom: 20px;
	}
	/*	SUBSCRIPTION
	----------------------------------------------------------------------------------- */
	
	.jc-subscription .jc-column-divider-turquoise-media {
		padding: 30px 0px;
	}


	/*	CONTACT
	----------------------------------------------------------------------------------- */
	.jc-contact .jc-column-divider {
		padding-left: 15px;
	}
	.jc-contact .jc-featured-imgWrapper {
		padding: 0px 15px;
		text-align: left;
		margin-bottom: 20px;
	} 

	/*	ABOUT US
	----------------------------------------------------------------------------------- */
	.jc-about-us .jc-leadText-lg {
		min-height: 485px;	
	}

	/*	BLOG
	----------------------------------------------------------------------------------- */
	.jc-blog-posts .jc-post-thumbnail {
		margin-bottom: 30px;
	}
	.jc-pagination {
    	margin: 30px 0px 50px;
	}

	/*	OOPS PAGE
	----------------------------------------------------------------------------------- */
	.jc-oops-btn {
		width: 50%;
	}
	.jc-oops-search {
		width: 95%;
	}

	
 }


@media (max-width: 899px) {

	/*	HEADER
	----------------------------------------------------------------------------------- */
  	.navbar-header {
      	float: none;
      	padding-bottom: 10px;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
     	display: block;
     	cursor: pointer;
  	}
  	.navbar-collapse {
      	border-top: 1px solid rgba(255, 255, 255, 0.28);
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin: 10px 0px;
  	}
  	
  	.navbar-nav>li {
		width: 100%;
		height: auto;
      	display: block;
      	margin-right: 0;
      	margin-bottom: 3px;
  	}
  	.navbar-nav>li>a {
      	padding: 10px 20px;
      	border-radius: 0px;
  	}
  	.collapse.in{
      	display:block !important;
      	background-color: rgba(16, 210, 229, 0.7);
  	}
  	.nav>li>a:hover, 
	.nav>li>a:focus, 
	.nav>li>a:active,
	.navbar-nav .dropdown-menu>li>a:hover {
		background-color: rgba(2, 32, 103, 0.79)!important;
	}
	.nav >li>.dropdown-menu {
		width: 100%!important;
		position: relative!important;
	    margin-top: 1px!important;
	    margin-bottom: 5px;
	    box-shadow: 0 0 0 transparent!important;
	}
  	.navbar.affix .navbar-brand img {
		margin-top: 0;
	}
	.navbar.affix .collapse.in {
		background-color: transparent;
	}
	.navbar.affix .collapse.navbar-collapse {
		height: auto!important;
	}
	.navbar.affix {
		padding: 0px 10px;
	}
	.navbar.affix > .container {
		display: block;
	}
	.navbar.affix .navbar-brand {
		top: 5px;
	}
	
	
	/*991px collapsible navbar end*/

  	header .navbar {
	    padding: 46px 25px 8px;
	}
	.jc-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.jc-section-padding-top{
		padding-top: 80px;
	}
	.jc-section-padding-bottom {
		padding-bottom: 80px;
	}
	.jc-section-margin-bottom {
		margin-bottom: 100px;
	}
	.jc-section-margin-top {
		margin-top: 100px;
	}
	.jc-section-margin {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.jc-centerBlock {
		margin-bottom: 25px;
	}
	.jc-portfolio-list {
		margin: 30px 0px 80px;
	}
	.jc-portfolio .jc-btn {
		margin-top: 80px;
	}

	.jc-portfolio .jc-filterNav {
		margin: 25px 0px 30px 0px;
	}
	.jc-portfolio .jc-filterNav li a {
		padding: 5px 20px;
	}
	.jc-portfolio .jc-filterNav li a:hover,
	.jc-portfolio .jc-filterNav li a:focus,
	.jc-portfolio .jc-filterNav li a:active {
		background-color: #10d2e5!important;
	}


	
	/*	FOOTER
	----------------------------------------------------------------------------------- */
	footer {
	    padding: 70px 0 0 0;
	}
	.jc-copyright {
	    padding: 0 0 40px 0;		
	}


}


@media (max-width: 767px) {
	.jc-title {
		width: 100%;
		text-align: center;
	}
	.jc-title-wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}
	.jc-featured {
    	margin: 35px 0px 0px;
	}
	

	/*	UTILITY
	----------------------------------------------------------------------------------- */
	.jc-textCenter-sm {
		text-align: center;
	}
	.jc-column-divider,
	.jc-column-divider-turquoise {
		padding-left: 15px;
	}
	/* MAIN NAV
	----------------------------------------------------------------------------------- */
	header .navbar-brand > img {
		width: 65px;
		height: auto;
		margin-top: -15px;
	}
	header .navbar {
    	padding: 30px 25px 8px;
	}


	/* MAIN SLIDESHOW
	----------------------------------------------------------------------------------- */
	.jc-mainSlideshow-title {
		font-size: 50px;
	}
	.jc-mainSlideshow-subtitle {
		font-size: 25px;
		line-height: 30px;
	}
	

	/*	SERVICES
	----------------------------------------------------------------------------------- */

	.jc-services .jc-column-divider {
		border-left: 0px;
		padding-left: 15px;
		
	}
	.jc-services .jc-column-divider-media {
    	border-bottom: 2px solid #b7b7b7;
	}

	/*	ABOUT US
	----------------------------------------------------------------------------------- */
	.jc-about-us .jc-centerBlock {
		padding-left: 15px;
		padding-right: 15px;
	}
	.jc-about-us .jc-leadText-lg {
		text-align: center;
		min-height: 350px;	
	}
	.jc-about-us .jc-column-divider-turquoise {
		padding-left: 15px;
		border-left: 0px;
	}
	.jc-about-us .jc-column-divider-turquoise-media {
		border-top: 2px solid #10d2e5;
	}
	

	/*	OUR SKILLS
	----------------------------------------------------------------------------------- */
	.jc-our-skills .jc-column-divider {
		border-left: 0px;
	}
	.jc-our-skills .jc-column-divider-media {
		border-top: 2px solid #b7b7b7;
	}



	/*	SUBSCRIPTION
	----------------------------------------------------------------------------------- */
	.jc-subscription {
		padding: 180px 0px;
		text-align: center;	
	}
	.jc-subscription .jc-column-divider-turquoise {
		border-left: 0px;
	}
	.jc-subscription .jc-column-divider-turquoise-media {
		border-top: 2px solid #10d2e5;
	}
	/*	clients
	----------------------------------------------------------------------------------- */
	.jc-clients .jc-column-divider {
		border-left: 0px;
		padding-left: 15px;	
	}
	.jc-clients .jc-column-divider-media {
		border-bottom: 2px solid #b7b7b7;	
	}

	/*	CONTACT
	----------------------------------------------------------------------------------- */
	.jc-contact .jc-column-divider {
		border-left: 0px;		
	}
	.jc-contact .jc-column-divider-media {
		border-top: 2px solid #b7b7b7;
	}
	.jc-contact .text-center {
		text-align: left;
		padding: 0px 15px; 
	}


	/*	SINGLE POST
	----------------------------------------------------------------------------------- */
	.jc-infoBox li a {
		line-height: 30px;
	}

}
@media (max-width: 599px) {
	/*	MAIN NAV
	----------------------------------------------------------------------------------- */
	.jc-carousel-indicators {
    	-webkit-box-orient: horizontal;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: row;
    	flex-direction: row;
    	top: auto;
    	bottom: 70px;
    	left: 50%;
    	right: auto;
    	margin-top: 0px;
    	margin-left: -72px;

	}
	.jc-carousel-indicators > li {
		margin: 0px 10px;
	}
	.jc-carousel-indicators > li.active {
		margin: 0px 12px;
	}
	.jc-mainSlideshow figure {
    	padding: 100px 0 50px;
	}
	.jc-mainSlideshow .jc-angle-double-down {
		bottom: 24px;
	}


	/*	SINGLE POST
	----------------------------------------------------------------------------------- */
	.jc-pagination li {
		margin-bottom: 10px;
	}
}


@media (max-width: 479px) {
	.jc-col-xxs {
		width: 100%;
	}
	.jc-leadText-lg {
		font-size: 44px;
	}
	.jc-section-padding {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.jc-section-padding-top {
    	padding-top: 50px;
	}
	.jc-section-margin {
    	margin-top: 50px;
    	margin-bottom: 50px;
	}
	.jc-section-margin-bottom {
    	margin-bottom: 50px;
	}
	.jc-featured-imgWrapper {
		text-align: center;
	}
	.jc-featured {
    	margin: 15px 0px 5px;
	}
	.jc-subtitle {
		text-align: center;
	}
	.jc-leadText-lg {
		line-height: 1.1;
	}
	.jc-title {
		font-size: 50px;
	}
	.jc-centerBlock {
    	margin-bottom: 25px;
	}
	.jc-featured-wrapper {
		margin-top: 30px;
	}
	.jc-bottom-to-top {
		padding: 4px 12px;
	}


	/*	SERVICES
	----------------------------------------------------------------------------------- */
	.jc-services .jc-regText-ralewayMedium {
		text-align: center;
	}
	.jc-services .jc-featured-imgWrapper {
		text-align: center;
	}



	/*	OFFERS
	----------------------------------------------------------------------------------- */
	.jc-offer-btnWrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.jc-offer-btnWrapper .jc-btn + .jc-btn {
		margin-top: 20px;
	}
	.jc-offers {
    	padding: 50px 0px;
	}

	/*	ABOUT US
	----------------------------------------------------------------------------------- */

	.jc-about-us .jc-leadText-lg {
		min-height: 200px;
	}
	.jc-about-us .jc-regText-ralewayMedium {
		text-align: justify;
	}

	/*	OUR TEAM
	----------------------------------------------------------------------------------- */
	.jc-teamMember-title {
		margin: 0 auto 16px!important;
		max-width: 75%;
	}
	.jc-our-team-slider {
		width: 250px;
		max-width: 250px;
	}
	.jc-our-team-slider-container {
		width: 250px!important;
	}
	.jc-our-team > [class^="col-"] * [class^="col-"] {
		margin-top: 15px;
	}
	.jc-our-team .jc-btn {
		margin: 30px auto 0px;
	}
	/*	PORTFOLIO
	----------------------------------------------------------------------------------- */
	.jc-portfolio .jc-btn {
		margin-top: 30px;
	}
	.jc-portfolio .jc-filterNav {
		margin: 35px 0px 40px 0px;
	}
	.jc-portfolio-list {
		margin: 0px;
	}



	/*	SUBSCRIPTION
	----------------------------------------------------------------------------------- */
	.jc-subscription {
		padding: 180px 0px;
		text-align: center;	
	}
	.jc-subscription .jc-btn {
		margin-left: auto;
		margin-right: auto;
	}

	/*	OUR BLOG
	----------------------------------------------------------------------------------- */
	.jc-our-blog .owl-carousel .owl-prev,
	.jc-our-blog .owl-carousel .owl-next {
		visibility: hidden;
	}
	.jc-our-blog .owl-carousel:hover .owl-prev,
	.jc-our-blog .owl-carousel:hover .owl-next {
		visibility: visible;
	}





	/*	CONTACT
	----------------------------------------------------------------------------------- */
	.jc-contact .text-center.jc-featured-imgWrapper {
		text-align: center;
	}
	.jc-contact .jc-infoText-montserratSmall {
		text-align: center;
	}

	/*	FOOTER
	----------------------------------------------------------------------------------- */
	footer {
		padding: 30px 0 0 0;
	}
	.jc-footer-social >li {
    	display: inline-block;
    	padding: 5px 15px;
	}
	.jc-copyright {
    	padding: 0 0 12px 0;
	}


	/*	SINGLE POST
	----------------------------------------------------------------------------------- */
	
	.jc-singlePost-title {
		text-align: center;
	}	
	.jc-singlePost-info {
		text-align: center;
	}
	.jc-single-post .jc-leadText-sm {
		text-align: justify;
	}
	.jc-single-post article .jc-regText-singlePost {
		text-align: justify;
	}
	.jc-singlePostCover-image {
		margin-bottom: 15px;
	}
	.jc-mainSlideshow figure {
    	padding: 100px 0px;
	}
	.jc-commentsCount {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.jc-commentsCount .jc-commentsCount-text {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.jc-post-comments .media {
		padding: 30px 20px 10px 30px;
	}
	.jc-infoBox {
		padding: 12px 20px 14px 70px;
	}
	.jc-section-padding-bottom {
    	padding-bottom: 50px;
	}
	.jc-pagination {
		margin: 0px 0px 50px;
	}
	.jc-single-post blockquote {
		margin: 36px 0px 40px 0px;
		padding: 20px;
	}
	.jc-single-post .jc-leadText-blockquote {
		width: 80%;
	}
	.jc-single-post .jc-regText-blockquote {
		width: 100%;
	}
	.jc-post-comments .media-left {
		display: block;
		margin-bottom: 15px;
	}
	.jc-leave-comments .jc-subtitle-md {
		line-height: 35px;
		text-align: center;
	}

	/*	BLOG PAGE
	-----------------------------------------------------------------------------------
	----------------------------------------------------------------------------------- */
	.jc-blog-info {
	    padding: 0px 0px 15px 0px;
	    margin: 0px 0px 10px;
	}
	.jc-post-thumbnail figcaption {
    	padding: 12px 0px 0px;
	}
	.jc-leave-comments  .jc-btn {
		margin: 0px auto;
	}


	/*	OOPS PAGE
	-----------------------------------------------------------------------------------
	----------------------------------------------------------------------------------- */
	.jc-oops-content .jc-title-montserrat {
    	font-size: 32px;
	}
	.jc-oops-content .jc-mainSlideshow-title {
	    font-size: 32px;
	    line-height: 32px;
	}
	.jc-oops-content .jc-mainSlideshow-subtitle {
		font-size: 20px;
    	line-height: 24px;
	    margin: 0 0 4vh;
	}
	.jc-oops-search .jc-formInput {
		margin-bottom: 4vh;
	}
	.jc-oops-search .jc-input-addon {
    	font-size: 18px;
    	line-height: 40px;
	}
	.jc-oops-btn {
		width: 80%;
	}

}



@media (max-width: 399px) {

	/*	MAIN SLIDESHOW
	----------------------------------------------------------------------------------- */

	.jc-mainSlideshow figure {
		padding: 120px 0;
	}
	.jc-mainSlideshow-title {
		font-size: 45px;
		line-height: 1;
	}


	/*	SUBSCRIPTION
	----------------------------------------------------------------------------------- */
	.jc-subscription {
		padding: 220px 0px;
	}

	/*	ABOUT US
	----------------------------------------------------------------------------------- */
	.jc-about-us .jc-leadText-lg {
		text-align: center;
		min-height: 220px;	
	}

	/*	BLOG
	----------------------------------------------------------------------------------- */
	.jc-post-thumbnail blockquote {
		font-size: 24px;
		line-height: 1.5;
	}

	
}



@media (max-width: 300px) {
	.jc-best-works-slider-container .left, 
	.jc-best-works-slider-container .right {
		display: none;
	}
}

@media (max-height: 524px) {
	.jc-oops-content .jc-title-montserrat {
		font-size: 20px;
		margin-bottom: 0;
	}
	.jc-oops-content .jc-mainSlideshow-title {
		font-size: 26px;
		margin-bottom: 0;
	}
	.jc-oops-content .jc-mainSlideshow-subtitle {
	    font-size: 16px;
	    line-height: 24px;
	}
	.jc-oops-content .jc-btn {
		height: 40px;
	}
}



