@charset "utf-8";

/* CSS Document */



@import url('https://fonts.googleapis.com/css?family=Oswald:400,500|Roboto+Condensed&display=swap');
body, p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: 1.8;
	color: #504b47;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
/* Global styles

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

html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	text-rendering: optimizeLegibility;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f9f9f9;
}
ul {
	padding: 0;
	margin: 0;
}
a:link, a:visited {
	text-decoration: none;
}
a {
	color: #0761b3;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
a:hover {
	text-decoration: none;
	color: #e7015e;
}
a.read-more {
	color: #e7015e;
	font-weight: 700;
}
a.read-more:hover {
	color: #222;
}
.page-wrraper {
	position: relative;
	width: 100%;
}
.container {
	max-width: 1200px;
}
/*====================================================

						Header 

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

header.shrink {
	background: #000;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9
}
.header_top {
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
}
.header_top .hearder_top_left {
	border-right: 1px solid #ddd;
	float: left;
	padding: 5px 0;
}
.header_top .hearder_top_right {
	border-left: 1px solid #ddd;
	float: right;
	padding: 5px 0;
}
.header_top .hearder_top_left .top_nav {
	position: relative;
}
.header_top .hearder_top_left .top_nav ul {
}
.header_top .hearder_top_left .top_nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
}
.header_top .hearder_top_left .top_nav ul li a {
	color: #fff;
}
.header_top .social_wrap {
	outline: none;
	padding-left: 20px;
}
.header_top .social_wrap ul {
}
.header_top .social_wrap ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.header_top .social_wrap ul li a {
	transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
	width: 26px;
	height: 26px;
	line-height: 27px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	display: block;
	color: #000;
	text-align: center;
}
.header_top .social_wrap ul li a:hover {
	background-color: #fff;
}
.header-middle {
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
}
.header-middle .logo-area {
	border-right: 1px solid #ddd;
	padding: 10px 0
}
/*=============================================================

							Menu Area

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

.main-menu {
	margin-top: 3rem
}
.main-menu ul.navbar-nav li a {
	color: #fff !important;
	text-transform: uppercase;
}
.main-menu ul.navbar-nav .nav-link {
	padding-left: 21px;
	padding-right: 21px;
}
/*==============================================================

							Section		

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



.section-background-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.section-background-block.background-image {
	background-size: cover;
	background-position: 50% 0;
}
.section-background-block.background-fixed {
	background-attachment: fixed
}
.ff-section-fullwidth {
	position: relative;
	background: no-repeat center center
}
.ff-section-fullwidth.dark-bg {
	background-color: #181818;
	color: #fff
}
.parallax {
	background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	background-position: center top;
}
.sectionTitle {
	margin-bottom: 30px;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.sectionTitle1 {
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.sectionTitle p {
	color: #f30;
	font-weight: 300;
	font-style: italic
}
.sectionTitle .this-title {
	margin: 0 0 5px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 28px;
}
.sectionTitle .this-title2 {
	margin: 0 0 5px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 30px;
}
.sectionTitle::after {
	background: #f54f00;
	content: '';
	display: block;
	width: 94px;
	height: 2px;
	margin: 25px auto 0
}
.sectionTitle1::after {
	background: #f54f00;
	content: '';
	display: block;
	width: 94px;
	height: 2px;
	margin-top: 20px;
}
/*=============================================================

						Into section		

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

.intro-section {
	padding: 5rem 0;
}
.intro-section h2 {
	line-height: 1.4;
	font-size: 40px;
	margin-bottom: 1rem;
}
.intro-section .counter {
	margin-bottom: 3rem
}
.intro-section .counter h3 {
	color: #fad808;
}
/*============================================================

						Into section Bottom

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

.intro-section-bottom {
	padding: 5rem 0;
}
.intro-section-bottom .single-service {
	background: #fff;
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
}
.intro-section-bottom .single-service .service-img {
}
.intro-section-bottom .single-service .service-content {
	padding: 0px 12.5% 35px 12.5%;
}
.intro-section-bottom .single-service .service-content .service-title {
	margin-top: 2rem;
	font-size: 1.5rem
}
.intro-section-bottom .single-service .service-content .service-shot-desc {
}
.intro-section-bottom .single-service .service-content .service-shot-desc  a { color: #0761b3;}
.devider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 15px;
	margin-bottom: 33px;
}
.intro-section-bottom .single-service .service-content .service-shot-desc input {
	border-radius: 0;
}
.intro-section-bottom .single-service .service-content .service-shot-desc textarea {
	border-radius: 0;
}
/*===========================================================

						Our Services

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

.our-services {
	padding: 2rem 0;
}
.our-services h2 {
	margin-bottom: 3rem
}
.our-services .single-service {
	background: #fff;
	box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.06);
}
.our-services .single-service .service-icon {
	font-size: 5rem;
	color: #ff0000;
}
.our-services .single-service .service-content {
	padding: 0px 12.5% 35px 12.5%;
}
.our-services .single-service .service-content .service-title {
}
.our-services .single-service .service-content .service-shot-desc {
}
/*================================================

08 - SLIDER AREA CSS

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



/*.slide-item-1 {

    background: rgba(0, 0, 0, 0.3) url("../images/slide-1.jpg") repeat scroll 0 0;

}

.slide-item-2 {

    background: rgba(0, 0, 0, 0.3) url("../img/slider-2.jpg") repeat scroll 0 0;

}

.slide-item-3 {

    background: rgba(0, 0, 0, 0.3) url("../img/slider-3.jpg") repeat scroll 0 0;

}

*/.bleezy-main-caption {
	background: rgba(28, 28, 28, 0.49) none repeat scroll 0 0
}
.bleezy-main-slide {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	height: 80vh;
}
.bleezy-main-caption {
	display: table;
	height: 100%;
	width: 100%;
}
.bleezy-caption-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.slider-text {
	width: 100%
}
.slider-text h2 {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.slider-text h2 span {
	display: block;
}
.slider-text p {
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
	text-transform: capitalize;
}
.bleezy-main-caption a {
	margin: 0 5px;
}
.bleezy-slide .owl-nav > .owl-prev {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.bleezy-slide:hover .owl-nav > .owl-prev {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.bleezy-slide .owl-nav > .owl-next {
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.bleezy-slide:hover .owl-nav > .owl-next {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.bleezy-slide .owl-prev {
	background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 45px;
	left: 0;
	line-height: 36px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
}
.bleezy-slide .owl-next {
	background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	height: 45px;
	line-height: 36px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	text-align: center;
	top: 45%;
	width: 45px;
	right: 0
}
.bleezy-slide .owl-prev:hover, .bleezy-slide .owl-next:hover {
	background: #f26723 none repeat scroll 0 0;
	color: #fff;
}
element.style {
	opacity: 1;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.bleezy-main-caption a {
	margin: 0 5px;
}
.bleezy-btn {
	background: #f54f00 none repeat scroll 0 0;
	border: 3px solid #f54f00;
	color: #fff;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 5px 10px;
	text-transform: uppercase;
}
/*======================================================

					Gallery

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

.single-portfolio-item {
	margin-top: 12px;
	position: relative;
	overflow: hidden;
}
.single-portfolio-item img {
	width: 100%;
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 1;
}
.overlay {
	background: rgba(70, 46, 46, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}
.single-portfolio-item img {
	transition: transform .2s;
	overflow: hidden;
	transition: .5s;
}
.single-portfolio-item:hover img {
	transform: scale(1.2);
	transition: .5s;
}
.work-info-text {
	color: #fff;
	margin-top: 30%;
}
.work-info-text p {
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 1px;
}
.work-info-text2 {
	color: #fff;
	margin-top: 25%;
}
.work-info-text2 p {
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 1px;
}
.single-portfolio-item:hover .work-details {
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.work-info-text > h4 {
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 5px;
}
.portfolio-caption {
	padding: 12px 8px 24px;
}
.portfolio-caption h4 {
	margin: 0 0 4px;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #222;
}
.portfolio-caption p {
	margin: 0 0 4px;
	font-size: 0.85rem;
	line-height: 1.35;
	color: #555;
}
.portfolio-caption span {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	color: #333;
}
/*=============================================================

					Footer

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

.footer {
	flex: 0 0 auto;
	color: #a8a8a8;
	background-color: #262623;
	padding-top: 3rem;
	font-size: 1.3rem;
	line-height: 1.4
}
.footer .social-icon {
	color: #fff;
	margin-bottom: 0;
	width: 4.8rem;
	height: 4.8rem;
	font-size: 1rem;
	padding: 1rem;
}
.footer .social-icon+.social-icon {
 margin-left:.5rem
}
.footer .social-icon:hover, .footer .social-icon:focus {
	color: #fff;
	background-color: #ff0000
}
.footer .contact-info {
	padding: 0;
	margin: 0
}
.footer-middle {
	padding: 4rem 0 2.5rem
}
.footer .widget-title {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1.4rem
}
.footer-top {
	padding-top: 1.5rem;
	border-bottom: 1px solid #3d3d38
}
.footer-top .widget-title {
	margin-bottom: 1.8rem
}
.footer .widget {
	margin-bottom: 2.9rem
}
.footer .links {
	margin-bottom: 0
}
.footer .links li {
	position: relative;
 margin-bottom:.8rem;
	font-size: 14px;
	list-style: none;
}
.footer a {
	color: inherit
}
.footer a:hover, .footer a:focus {
	color: #fff;
	text-decoration: underline
}
.footer .widget-social {
	margin-bottom: 3rem
}
.footer .widget-social::after {
	display: block;
	clear: both;
	content: ''
}
.footer .widget-social .social-icons {
	float: right;
	margin-bottom: 0;
}
.contact-info {
	margin-bottom: 0
}
.contact-info li {
	position: relative;
	line-height: 1.4;
	margin-bottom: 1.4rem;
	font-size: 14px;
	list-style: none;
}
.footer-bottom {
	padding-top: 1.5rem;
	padding-bottom: 0.1rem;
	border-top: 1px solid #3d3d38
}
.footer-bottom p {
	font-size: 14px;
	color: #a8a8a8;
}
.footer-bottom .contact-info {
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto
}
.footer-middle:first-child {
	padding-bottom: 0;
}
.footer-bottom .contact-info li {
	margin-bottom: 0
}
.footer-copyright {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.2rem
}
.footer-payments {
	margin-left: auto;
	margin-right: auto
}
.btn-theme {
	background-color: #f54f00;
	border-radius: 0px;
	color: #fff;
	padding: 0px 15px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
}
/*==========================================

					Iframe

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



.fluid-width-video-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
/* ====================================================

   05. Overlayer Styles

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



.overlay-dark-92 {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}
.overlay-texture-1 {
	background-image: url("../../img/patterns/bg-patterns.png");
	background-repeat: repeat;
}
/*====================================================

					Page Header

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

.page-header {
	padding: 14rem 0;
}
.page-header h1 {
	color: #fff;
}
.page-header .container {
	position: relative;
	z-index: 1;
}
.page-header p {
	color: #fff;
}
/* route ----------------

---------------------------*/

.route ul {
	padding-left: 0;
	margin-bottom: 0;
}
.route ul li {
	display: inline-block;
	/*padding: 5px 0 0 0;*/
}
.route ul li a {
 color: $color-four;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	text-transform: capitalize;
}
.route ul li a:hover {
 color:$color-primary;
}
.route ul li::after {
	content: "\f105 ";
	font-family: 'FontAwesome';
	font-size: 11px;
	margin-left: 16px;
	margin-right: 12px;
	color: #000
}
.route ul li:last-child::after {
	content: "";
	margin: 0;
}
/*========================================

			About 

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

.about-right {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 5px;
}
/*.about-right:before {
	border-color: #f54f00 transparent;
	border-style: solid;
	border-width: 90px 90px 0 0;
	content: "";
	left: -10px;
	position: absolute;
	top: -10px;
}
.about-right:after {
	border-color: #f54f00 transparent;
	border-style: solid;
	border-width: 0 0 90px 90px;
	bottom: -10px;
	content: "";
	position: absolute;
	right: -10px;
}*/
.about-right figure {
	margin: 0;
}
/*==========================================================
							Gallery
============================================================*/
#options ul {
  min-height: 25px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 25px;
  padding: 0;
  text-transform: uppercase;
}
#options ul li {
  display: inline-block;
  margin: 0 6px;
}
#options ul li a:link,
#options ul li a:visited {
  font-size: 15px;
  color: #fc5c0d;
  background: transparent;
  border-bottom: 2px solid #fc5c0d;
  font-weight: 600;
  padding: 6px 25px;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  transition: background 0.7s ease;
}
#options ul li a:hover {
  background: #fc5c0d;
  color: #fff;
}
#options ul li a:focus {
  background: #fc5c0d;
  color: #fff;
}
#options ul li a.selected {
  background: #fc5c0d;
  color: #fff;
}
.isotopecontainer {
  margin: 0 auto 50px auto;
  float: none;
  width: 100%;
  background: transparent;
}

/*--------------------------------------------------------------
Contact Details Css Style
----------------------------------------------------------------*/

.contact-details {

}

.contact-details .title {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 24px;
    position: relative;
    text-transform: uppercase;
}

.contact-details .title span {
    color: #ffcd22;
}

.contact-details .title:after {
    background-color: #055dae;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.form-row {

}

.form-row .form-group {

}

.form-row .form-group input.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.form-row textarea.form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 22px;
    text-transform: capitalize;
}

.form-row .btn.btn-theme {
    background-color: #ffcd22;
    border: 1px solid #ffcd22;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    padding: 12px 24px;
    text-transform: uppercase;
    width: 100%;
}

.form-row .btn.btn-theme:hover {
    background-color: #255669;
    border: 1px solid #eeeeee;
    color: #ffffff;
}

.contact-details .service-item.style-1 {
    padding: 18px 24px;
    border: 1px solid #eee;
    background-color: #fbfbfb;
    margin-bottom: 30px;
}

/*.contact-details .service-item.style-1:hover {
    background-color: #f7f7f7;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}*/

.contact-details .service-item.style-1 .content {
    padding-left: 1em;
	display:inline-block;
}

.contact-details .service-item.style-1 .content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contact-details .service-item.style-1 .content h5 a { color: #ffcd22;}
.contact-details .service-item.style-1 .content p a { color: #504b47}
.contact-details .service-item.style-1 i {
    background-color: #055dae;
    color: #ed8f04;
    border: 1px solid #eee;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    line-height: 54px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
}

.contact-details .service-item.style-1 .service-icon {
    float: left;
}

.contact-details .form-row .btn.btn-theme {
    background-color: #ffcd22;
    color: #fff;
    display: inline-block;
    width: auto;
}

.contact-details .form-row .btn.btn-theme:hover {
    background-color: #e9630d;
    border-color: #e9630d;
    color: #fff;
}

.breadume-area { border-bottom:1px solid #333;}
.breadume-area h1 { font-size:1.25rem; color: #000; margin-bottom:0px; line-height:3.8}

.main-content h2 { position: relative; padding-bottom:10px; text-transform: uppercase;}
.main-content h2:after { position: absolute; width:100px; height:2px; background:#ffa903; content:''; left:0; bottom:0;	}

.current-menu-item a.nav-link { color: #f9d806 !important;}

.single-product { background: #fff; box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); position: relative; margin-bottom:2rem; border-radius:5px; overflow: hidden;}
.single-product .single-product-title { text-align: center; font-size:1rem; font-weight:700; border-top:1px solid #ddd; text-transform: uppercase;}
/*===========================================================
						Our Associates
=============================================================*/
.our-associates { padding-bottom:3rem;}
.our-associates .associates-item { border:1px solid #ddd; padding:3px;}