@charset "UTF-8";
/* CSS Document */


body { color: #878888; }

p  { margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6 {
    color: #AEAEAE;
    font-weight: 300;
    line-height: 1.3;
    margin: 0 0 30px 0;
    font-family: 'Open sans', sans-serif;
}

h1 { color: rgba(0,79,108,1.00); }

h3 {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0,0,0,1.00);
}

h2 { font-size: 26px; }

h4 {
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0px 0;
}

a {
    text-decoration: none !important;
        color: rgba(0,79,108,1.00)
}

.fc-h3-grey {font-weight: 300; color: #878888; }

li { margin-left: 17px; margin-bottom: 10px;}


/* Navigation CSS =============================*/




#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: rgba(0,79,108,1.00)
}
#primary-menu ul li > a {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Open sans', sans-serif;
}

#primary-menu-trigger {
   font-size: 30px;
	font-weight: 300;
	top: 7px
}

#secondary-menu li {
    margin-left: 0px;
    margin-bottom: 3px;
    list-style-type: none;
	text-transform: uppercase;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
    padding-top: 20px;
    padding-bottom: 15px;
}

#header, #header-wrap {
    height: 120px;
}

/* Navigation CSS end =========================*/



/* Slider CSS =============================*/

.fc-slider-text {
    background: rgba(0,0,0,1.00)!important;
    padding-left: 25px!important;
	padding-right: 25px!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    display: inline-block!important;
	min-height: 9%!important;
    max-height: 9%!important;
/*	min-width: fit-content!important;
    max-width: fit-content!important;*/
}


@supports (-ms-ime-align: auto) {
	
  .fc-slider-text {

}
	
}

/* Slider CSS end =========================*/


/* Portfolio CSS =============================*/

.portfolio-filter li a:hover {
    color: #000;
}
.portfolio-filter.style-4 li.activeFilter a:after {
    width: 100%;
    left: 0%;
    background-color: #000000;
}
.portfolio-desc h3 a:hover {
    color: #000;
}
.portfolio-overlay a:hover {
    color: #000000;
    background-color: #EEE;
}
.portfolio-desc {
    padding: 15px 0px 5px;
}

.portfolio-filter.style-4 li:not(:first-child) {
    margin-left: 10px;
}

.portfolio-item::after {
    content: "";
    width: 30px;
    border-bottom: solid #000 2px;
    display: block;
    padding-top: 10px;
}

.portfolio-3 .portfolio-item {
    width: 33.33333333%;
    padding: 0 15px 35px 0;
}

#portfolio-ajax-wrap.portfolio-ajax-opened {
    margin-top: 10px;
}

#page-menu-wrap {
    background-color: #ffffff;
}

#page-menu .menu-title {
    color: #000000;
	font-weight: 400;
}

.portfolio-full .portfolio-item {
        padding: 0 12px 12px 0!important;
}

/* Portfolio CSS end =========================*/



/* Grid CSS =========================*/


.grid-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6000;
    background-color: rgba(0,0,0,0);
}

.fc-title {
    display: block;
    position: absolute;
    background: rgba(0,79,108,1.00);
    z-index: 198;
    padding: 3px 10px 3px 10px;
    margin-left: 7%;
    margin-top: 8%;
    min-width: 140px;
	color: #ffffff;
}

.fc-desc {
    display: block;
    position: absolute;
    z-index: 198;
    padding-left: 18%;
	padding-right: 18%;
    padding-top: 28%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
}


/* Grid CSS end =========================*/


/* Testimonials CSS =========================*/



/* Testimonials CSS end =========================*/

.team-desc {
    text-align: center;
    font-size: 15px;
}

.team-title h4 {
    line-height: .8;
	margin-bottom: 2px;
}


.team-title span {
    display: block;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans';
	font-style: normal;
    font-size: 15px;
    margin-top: 0px;
	margin-bottom: 8px;
}


.button.button-reveal.button-large {
    margin: 0px;
    line-height: 35px;
    height: 38px;
    margin-top: 2px;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    padding: 0 28%;
    font-size: 14px;
}

.button.button-reveal.button-large i {
    height: 38px;
    line-height: 35px;
	top: 0px;
	color:rgba(255,114,0,1.00);
}

.modal-dialog {
    max-width: 55%;
	max-width: 1080px;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 40%);
    transform: translate(0, 40%);
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.modal-body {
    padding: 0px 3% 0px 0px;
}

.modal-content {
    border: none;
    border-radius: 0;
}

.close {
        font-size: 60px;
    font-weight: 300;
    margin-top: 10px;
    position: absolute;
    right: 18px;
    z-index: 5000;
}



.content-wrap {
    padding: 0px 0;
}

.fc-news-item {
	border-bottom: 2px solid #ccc;
	padding-bottom: 30px !important;
}

.fc-news-item-last {
	border-bottom: none;
	padding-bottom: 10px !important;
}

.fc-news-image {
	display: block;
	position: relative;
	padding-bottom: 15px;
}

.fc-news-heading {
	margin-bottom: 0px;
}

.fc-margin-bottom-0 {margin-bottom: 0px;}
.fc-margin-bottom-15 {margin-bottom: 15px; margin-top: 22px;}


/* Footer CSS end =========================*/

#footer {
    background-color: #ededee;
    border-top: none;
}

#copyrights {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}

.fc-footer-col {
    
    padding-left: 18%;
	color: rgba(0,79,108,1.00)
}

.fc-footer-logo-pfc {
	max-width: 90%;
	margin-bottom: 20px;
}


.fc-footer-logo-fnzc {
    max-width: 30%;
}

/* Footer CSS end =========================*/




/* iPad Pro (portrait) ----------- */
@media only screen and (min-width : 1199px)  {
	
	
img.fc-profile-img {
		
	max-width: 70%!important;
		
}	
	
}


/* iPad Pro (portrait) ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {

#rev_slider_14_1_forcefullwidth, #rev_slider_14_1_wrapper, #rev_slider_14_1 { height: 600px!important; }

.fc-slider-text {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}	
	
	
	
}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

.fc-desc {
    padding-right: 6%;
    padding-left: 16%;
    line-height: 140%;
}
	
	#logo {
	width: 30%!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
	text-align: left;
		
}
	
	
	.fc-slider-text {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
	
	
	#rev_slider_14_1_forcefullwidth, #rev_slider_14_1_wrapper, #rev_slider_14_1 { height: 600px!important; }
	
	
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.fc-desc {
    padding-right: 6%;
    padding-left: 16%;
    line-height: 140%;
}
	
	#logo {
		max-width: 30%!important;
  padding-top: 0px!important;
    padding-bottom: 0px!important;
		    text-align: left;
		    display: inline;
		
}
	
	#logo img {
    /*max-width: 60%;*/
    display: inline-block;
}
	#footer img {
		width: 80%
	}
	
	img .fc-footer-logo-pfc {
		width: 80%
	}
	
	.fc-footer-logo-fnzc {
    font-size: 80%;
}
	
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-device-width : 500px) and (orientation : portrait) {
	
.fc-mob-hide {display: none}	

#logo {
		width: 60%!important;
		height: 60px;
}	
	

	#portfolio-ajax-title #portfolio-navigation {
    margin: 15px 0 0 auto;
}

	
	.postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    margin-bottom: 20px !important;
}
		
	#secondary-menu {
		margin-left: 5%;
	}
	

		
	.fc-slider-text {
    padding-left: 25px!important;
    padding-right: 25px!important;
}
	
	.portfolio-filter.style-4 li.activeFilter a, .portfolio-filter.style-4 li a  {
    border: 1px solid #d6d6d6;
}

	.portfolio-filter li {
    width: 48%;
    margin-left: 1%!important;
    margin-right: 1%!important;
    margin-bottom: 1%!important;
}
	
	
	.testimonial.testimonial-full { padding: 0px!important; padding-top: 15px!important; padding-bottom: 15px!important; }
	
	
	.fc-mob-testi-container .container {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
}
	
	
	.flex-direction-nav {display: none}
	
}




