@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');





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

/*  1.  Theme default CSS

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

html, body {

	height: 100%;

}

.floatleft {

	float:left;

}

.floatright {

	float:right;

}

.alignleft {

	float:left;

	margin-right:15px;

	margin-bottom: 15px;

}

.alignright {

	float:right;

	margin-left:15px;

	margin-bottom: 15px;

}

.aligncenter {

	display:block;

	margin:0 auto 15px;

}

a:focus {

	outline:0px solid;

}

img {max-width:100%;

	height:auto;

}

.fix {

	overflow:hidden;

}

p {

	margin:0 0 15px;

    color: #777;

}

h1, h2, h3, h4, h5, h6 {

	margin: 0 0 15px;

	color: #444;

    font-weight: 700;

	font-family: 'Montserrat', sans-serif;

}

h1{

	font-size: 48px;

	line-height: 50px;

		

}

h2{

	font-size: 38px;

	line-height: 40px;

		

}

h3{

	font-size: 30px;

	line-height: 32px;

		

}

h4{

	font-size: 24px;

	line-height: 26px;

		

}

h5{

	font-size: 20px;

	line-height: 22px;

		

}

h6{

	font-size: 16px;

	line-height: 20px;

		

}

a {

	transition: all 0.3s ease 0s;

	text-decoration:none;

}

a:active, a:hover {

  outline: 0 none;

}

a:hover, a:focus {

    color: #222;

    text-decoration: none;

}

body {

	background: #fff none repeat scroll 0 0;

	color: #777;

    font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	text-align: left;

	overflow-x: hidden;

	line-height: 24px;

}

#scrollUp {

  background: #fad308 none repeat scroll 0 0;

  border-radius: 2px;

  bottom: 15px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

  color: #222;

  font-size: 34px;

  height: 50px;

  line-height: 46px;

  right: 15px;

  text-align: center;

  transition: all 0.3s ease 0s;

  width: 50px;

}

#scrollUp:hover {

    background: #222;

    opacity: 1;

    color: #fad308;

}

.clear{

	clear:both;

}

ul{

	list-style: outside none none;

	margin: 0;

	padding: 0;

}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {

	-moz-appearance: none;

	box-shadow: none !important;

}

input:focus, textarea:focus, select:focus {

    outline: none;

}

div#preloader { 

	position: fixed;

	left: 0; 

	top: 0; 

	z-index: 99999;

	width: 100%;

	height: 100%;

	overflow: visible;

	background: #fff url('img/logo/preloader.gif') no-repeat center center;

}

.navbar-collapse {

    padding-left: 0px;

}

::-moz-selection {

    background: #fad308;

    text-shadow: none;

}

::selection {

    background: #fad308;

    text-shadow: none;

}

.color{

    color:#fad308;

    font-weight: 800;

}

.browserupgrade {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}

.area-padding{

	padding: 100px 0px;

}

.section-headline{

    margin-bottom: 60px;

    position: relative;

}

.section-headline h3 {

    display: inline-block;

    font-size: 40px;

    font-weight: 800;

    text-transform: uppercase;

}

.section-headline.white-headline h3,

.section-headline.white-headline p {

    color:#fff;

}

.section-headline.text-left {

    margin-bottom: 30px;

}

.section-headline::after {

    border: 1px solid #fad308;

    bottom: -27px;

    content: "";

    left: 0;

    margin: 0 auto;

    position: absolute;

    width: 60px;

    right: 0;

}

.section-headline.text-left h3::after {

    border: 2px solid #fad308;

    left: 0;

    right: auto;

}

.section-headline p {

    max-width: 650px;

    font-size: 16px;

    letter-spacing: 0.5px;

    margin: 0 auto;

    line-height: 26px;

}

.mar-row{

    margin-top: 40px;

}

.small-title {

    text-transform: uppercase;

    font-size: 13px;

    margin-bottom: 10px;

	color:#fad308;

}

.section-headline h4 {

    font-size: 26px;

    max-width: 800px;

    line-height: 36px;

    font-weight: 700;

    margin: 0 auto;

    text-transform: uppercase;

}

.bg-color{

	background: #fcfdfb;

}

:focus {

    outline: -webkit-focus-ring-color auto 0px;

}

.parallax-bg{

    position:relative;

}

.parallax-bg:before{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(10, 27, 40, 0.80) none repeat scroll 0 0;

    opacity:.9;

    content:"";

}

.left-headline {

    position: relative;

    padding-bottom: 15px;

	margin-bottom: 10px;

}

.left-headline::after {

    border: 1px solid #fad308;

    bottom: 5px;

    content: "";

    left: 0;

    margin: 0 auto;

    position: absolute;

    width: 70px;

    right: auto;

}

.sub-headline{

	position: relative;

	margin-bottom: 30px;

}

.sub-headline::after{

	position:absolute;

	content: "";

	left: 0;

	bottom: 0;

	width: 50px;

	height: 2px;

	background: #fad308;

}

.sub-headline h4 {

    text-transform: uppercase;

    font-size: 24px;

    padding-bottom: 20px;

}

.center-headline h3 {

    max-width: 900px;

    font-size: 34px;

    line-height: 42px;

    margin: 0px auto 58px;

	text-align: center;

}

.center-headline h3::after{

	position:absolute;

	content: "";

	left: 0;

	bottom: 31px;

	width: 50px;

	right: 0;

	margin: 0 auto;

	height: 2px;

	background: #fad308;

}

.bottom-padding{

    padding-bottom: 100px;

}

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

/*  2. Header top Area

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

.topbar-left ul li {

    display: inline-block;

}

.topbar-area {

    background:#f9f9f9;

}

.topbar-left ul li a {

    color: #666;

    display: block;

    font-weight: 600;

    margin-right: 20px;

    padding: 14px 0;

    text-decoration: none;

    font-size: 15px;

	opacity: 0.8;

}

.topbar-left ul li a i {

    color: #fad308;

    font-size: 16px;

    padding-right: 7px;

}

.topbar-left ul li:last-child a{

	margin-right:0px;

}

.top-social {

    float: right;

    padding: 13px 0px;

}

.top-social ul li{

    display: inline-block;

}

.top-social ul li a {

    color: #666;

    margin-right: 5px;

    display: block;

    text-align: center;

    font-size: 15px;

    width: 24px;

    height: 24px;

    border-radius: 1px;

    line-height: 22px;

	opacity: 0.8;

	border: 1px solid #fad308;

}

.top-social ul li a:hover{

	color:#fff;

	background: #fad308;

	border: 1px solid #fad308;

}

.slogan {

    margin-bottom: 0px;

    padding: 16px 0px;

    color: #444;

    font-size: 16px;

}

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

/*  2.1 Header Bottom Area 

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

.header-area{

	background: #fff;

	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;

}

.logo-bg{

	background: #fad308;

	z-index: 10;

}

.logo-bg:before {

    content: "";

    position: absolute;

    left: -90px;

    top: 0;

    background: #fad308;

    z-index: 10;

    width: 90px;

    height: 100%;

}

.logo {

    display: block;

}

.logo a {

    display: inline-block;

    height: auto;

    padding: 5px 0;

}

.main-menu ul.navbar-nav li {

    float: left;

    position: relative;

}

.main-menu ul.navbar-nav > li >a {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    color: #444;

    font-size: 14px;

    font-weight: 700;

    padding: 20px 0px;

    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;

	margin: 0px 27px;

}

.main-menu ul.navbar-nav li a:hover{

	color: #fad308;

}

.main-menu ul.navbar-nav > li > a::before {

    background: #fad308;

    content: "";

    height: 2px;

    position: absolute;

    top: 0;

    width: 0;

    transition: .5s;

	left: 0px;

}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {

    width: 100%;

}

.main-menu ul.navbar-nav li.active a:focus {

    color: #333;

}

.main-menu ul.navbar-nav li.active a {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    color: #fad308;

    position: relative;

    z-index: 9999999;

}

.navbar {

    border: medium none;

    margin-bottom: 0;

}

.navbar-default {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

}

.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    background: none;

    color:#333;

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

    background-color: transparent;

    color:inherit;

}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

    background: none;

}

.main-menu ul.nav li ul.sub-menu {

    background: #fff;

    border-bottom: 2px solid #fad308;

    left: 0;

    opacity: 0;

    position: absolute;

    top: 115%;

    transition: all 0.3s ease 0s;

    visibility: hidden;

    width: 240px;

    z-index: -99;

    padding: 10px 0px;

}

.pagess {

    position: relative;

}

.navbar.navbar-default {

    float: right;

}

.main-menu ul.nav li ul.sub-menu li {

    padding: 0;

    position: relative;

    width: 100%;

}

.main-menu ul.nav li:hover ul.sub-menu{

    top:100%;

    opacity:1;

    z-index:999;

    visibility:visible;

}

.main-menu ul.nav li ul.sub-menu li a {

    color: #666;

    display: block;

    font-size: 13px;

    font-weight: 700;

    padding: 10px 25px;

    text-transform: uppercase;

    font-family: 'Montserrat', sans-serif;

}

.main-menu ul.nav li:hover ul.sub-menu li a:hover{

    color:#222;

	background: #fad308;

}

.main-menu ul.nav li ul.sub-menu li:last-child {

    border:none;

}

.stick span.search-button i,.stick .header-search input{color:#666}

.search-option-5 button.button {

    display: inline-block;

    border: none;

    background: none;

    padding: 0;

}

.search-option {

    background: #fff none repeat scroll 0 0;

    bottom: -87px;

    color: #666;

    display: none;

    position: absolute;

    right: 20px;

    width: 300px;

    z-index: 99999;

    padding: 20px;

    border-bottom: 2px solid #fad308;

}

.search-option input {

    background: #fff none repeat scroll 0 0;

    border: medium none;

    color: #444;

    display: block;

    float: left;

    font-size: 14px;

    font-style: italic;

    padding: 8px 10px;

    width: 210px;

    height: 44px;

    border-bottom: 1px solid #ccc;

}

.search-option button.button {

    background: #fad308;

    border: medium none;

    color: #fff;

    display: inline-block;

    float: right;

    font-size: 17px;

    line-height: 35px;

    padding: 5px 15px;

    text-align: center;

}

.header-right-link a.main-search {

    color: #666;

    display: inline-block;

    float: right;

    font-size: 20px;

    padding: 30px 0px 30px 10px;

    line-height: 40px;

}

.header-right-link a.main-search:hover{

    color: #fad308;

}

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

/* 2.2. Sticky Header Area

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

.header-area.stick {

    left: 0;

    top: 0;

    width: 100%;

    z-index: 999999;

    box-shadow: 0px 0px 5px #ddd, -2px -2px 5px #ddd;

    background: #fff;

}

.header-area.stick .logo a {

    display: inline-block;

    height: auto;

    padding: 29px 0;

}

.header-area.stick .main-menu ul.navbar-nav li a {

    padding: 27px 0px;

}

.header-area.stick .quote-button {

    float: right;

    padding: 13px 5px;

}

.header-area.stick .header-right-link a.main-search {

       padding: 18px 0px 18px 10px;

}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {

    color: #444;

    display: block;

    font-size: 13px;

    font-weight: 700;

    padding: 10px 15px;

}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{

    color: #222;

}

.header-area.stick .navbar-brand>img {

    display: block;

    width: 160px;

    height: auto;

}

.header-area.stick .logo-bg:after {

    border-top: 76px solid transparent;

}

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

/*  2.3. Mobile Menu Area

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

.mobile-menu-area {

    background: #fff none repeat scroll 0 0;

    padding: 10px 0px ;

}

.mean-container .mean-bar::after {

    content: "";

    font-size: 21px;

    left: 5%;

    position: absolute;

    top: 12px;

    text-transform: uppercase;

    font-weight: 500;

}

.mean-container a.meanmenu-reveal:hover {

    color:#252525

}

.mean-container .mean-nav ul {

    list-style-type: none;

    margin: 20px 0px;

    padding: 0;

    width: 100%;

}

.mean-container .mean-nav ul li a {

    background: #fff none repeat scroll 0 0;

    color: #444;

    display: block;

    float: left;

    font-size: 13px;

    font-weight: 700;

    margin: 0;

    padding: 13px 10px;

    text-align: left;

    text-decoration: none;

    text-transform: uppercase;

    width: 90%;

}

.mean-nav ul li.mean-last {

    margin-bottom: 20px;

}

.mean-container .mean-nav ul li a.mean-expand {

    color: #444;

    line-height: 17px;

}

.mean-container .mean-nav ul li {

    width: 99.7%;

}

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

/*  3. Slider Area

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

.intro-content {

    position: relative;

    z-index: 1;

}

.intro-content::after {

   

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: 1;

}

.slider-content {

    position: absolute;

    right: 0;

    text-align: left;

    top: 50%;

    z-index: 3;

    left: 0;

    margin: 0 auto;

    margin-top: -160px;

}

.layer-1-2 {

    margin-bottom: 30px;

}

.layer-1-1 p {

    color: #fff;

    font-size: 18px;

    letter-spacing: 0.60px;

    line-height: 30px;

    font-weight: 500;

    max-width: 750px;

}

.layer-1-2 h1 {

    color: #fff;

    font-size: 70px;

    line-height: 76px;

    text-transform: uppercase;

    letter-spacing: 2px;

    max-width: 925px;

    font-weight: 800;

}

.ready-btn {

    border: 1px solid #fad308;

    color: #fff;

    cursor: pointer;

    display: inline-block;

    font-size: 24px;

    font-weight: 700;

    padding: 12px 20px;

    text-align: center;

    text-transform: uppercase;

    transition: all 0.4s ease 0s;

    z-index: 222;

    background: #fad308;

   

}

.ready-btn:hover{

    color: #fad308;

    background: #222;

    border: 1px solid #222;

}

.layer-1-2 .color {

    color: #fad308;

    font-weight: 900;

}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    color: #222;

    background: #fad308;

    font-size: 26px;

    margin-top: -20px;

    position: absolute;

    top: 50%;;

    text-align: center;

    line-height: 50px;

    opacity: 0;

    border:1px solid #fad308;

    width: 50px;

    height: 50px;

}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{

    left: 10%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    right: 10%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{

    right: 2%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

    opacity: 1;

}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{

    left: 2%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

    opacity: 1;

}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{

    color:#fad308;

    background: #222;

    border: 1px solid #222;

}

.intro-carousel .owl-item .layer-1-2{

    transform: translateY(100%);

    opacity: 0;

    transition: all 1s ease-in-out 0.3s;

}

.intro-carousel .owl-item .layer-1-1{

    transform: translateY(100%);

    opacity: 0;

    transition: all 1s ease-in-out 1s;

}

.intro-carousel .owl-item .layer-1-3{

    transform: translateY(100%);

    opacity: 0;

    transition: all 1s ease-in-out 1.5s;

}

.intro-carousel .owl-item.active .layer-1-2,

.intro-carousel .owl-item.active .layer-1-1,

.intro-carousel .owl-item.active .layer-1-3{

    transform: translateY(0);

    opacity: 1;

}

.intro-carousel .owl-item.active .slider-images img{

	transform: scale(1.1);

	transition: 10s;

}

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

/*  4. Wellcome Services Area

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

.welcome-area-2 .well-services{

	position: relative;

	transition: 0.4s;

}

.welcome-area-2 .well-services:hover,

.welcome-area-4 .well-services:hover,

.well-services.hover{

	background:#fad308;

	transition: 0.4s;

}

.welcome-area-2 .well-services:hover .well-icon a,

.welcome-area-4 .well-services:hover .well-icon a,

.welcome-area-2 .well-services:hover .well-content p,

.welcome-area-4 .well-services:hover .well-content p,

.welcome-area-2 .well-services:hover .well-content h4 a,

.welcome-area-4 .well-services:hover .well-content h4 a,

.well-services.hover .well-icon a,

.well-services.hover .well-content p,

.well-services.hover .well-content h4 a{

	color:#222;

}

.well-services {

    padding: 40px 20px;

    box-shadow: 0 5px 25px #f5f5f5;

}

.services-column{

	margin-top: 30px;

}

.well-content h4 {

    font-size: 16px;

    font-family: 'Open Sans', sans-serif;

    line-height: 30px;

    text-transform: capitalize;

}

.well-content h4 a{

	color:#444;

}

.well-services p{

	margin-bottom: 0px;

}

.well-services:hover::after{

	width: 100%;

	height: 2px;

	background: #fad308;

	transition: 0.5s;

}

.well-content h4 a:hover {

	color:#fad308;

}

.well-icon {

    margin-bottom: 20px;

    display: block;

}

.well-icon a{

	font-size: 70px;

	line-height: 70px;

	color:#841518;

}

.wel-services-content {

    display: block;

    position: relative;

    top: -100px;

    z-index: 2;

    background: #fff;

    overflow: hidden;

}

.welcome-area-4 .well-services {

    padding: 40px 30px;

    box-shadow: none;

    position: relative;

    width: 25%;

    float: left;

    border-right: 1px solid #ddd;

}

.well-services:nth-child(4n){

	border-right:none;

}

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

/*  5. About area

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

.about-content {

    background: #fff;

    padding: 40px 10px 40px 50px;

    position: relative;

    left: -100px;

    top: 50px;

}

.about-content h3 {

    line-height: 40px;

    font-size: 28px;

    position: relative;

    font-weight: 700;

    margin-bottom: 20px;

}

.about-content .sub-title {

    margin: 0px 0px 15px;

}

.about-content p {

    font-size: 16px;

    letter-spacing: 0.50px;

    line-height: 26px;

    margin-bottom: 5px;

}

.about-image {

    position: relative;

    right: -100px;

}

.about-details {

    overflow: hidden;

    display: block;

    padding-top: 10px;

}

.icon-title{

	display: block;

	overflow: hidden;

    margin-bottom: 20px;

}

.about-area-2 .about-details {

    padding-top: 30px;

}

.single-about {

    width: 48%;

    float: left;

    margin-right: 20px;

    margin-bottom: 30px;

}

.single-about p{

	text-align: left;

}

.single-about:nth-child(2n),

.single-about:nth-child(4n){

	margin-right:0px;

}

.single-about:nth-child(3n),

.single-about:nth-child(4n){

	margin-bottom:0px;

}

.single-about a {

    font-size: 28px;

    color: #fad308;

    float: left;

    line-height: 50px;

    width: 50px;

    height: 50px;

    background: #222;

    border-radius: 4px;

    text-align: center;

}

.single-about h5 {

    font-size: 18px;

    color: #666;

    float: left;

    line-height: 50px;

    padding-left: 10px;

    margin-bottom: 0;

    font-weight: 600;

}

.marker-list li {

    color: #444;

    padding-left: 30px;

    margin: 10px 0px;

    position: relative;

    font-size: 20px;

	font-weight:800;

}

.marker-list li::after {

    position: absolute;

    content: "";

    left: 5px;

    top: 10px;

    background: #fad308;

    width: 8px;

    height: 8px;

}

.about-image img {

    position: relative;

}

.about-btn {

    margin-top: 30px;

}

.knoe-more-btn {

    border: 1px solid #fad308;

    color: #222;

    padding: 15px 26px;

    font-size: 20px;

    font-weight: 700;

    display: inline-block;

    background: #fad308;

    position: relative;

    margin-right: 30px;

    transition: 0.4s;

}

.video-btn{

    position: relative;

}

.video-btn::after {

    background: #222;

    color: #fad308;

    font-size: 26px;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    text-align: center;

    line-height: 58px;

    transition: 0.4s;

    font-family: fontawesome;

    content: "\f04b";

    position: absolute;

    left: 0px;

    top: -19px;

    z-index: 1;

    border: 1px solid #444;

}

.video-btn:hover ::after{

   background: #222;

    color: #fad308; 

    transition: 0.4s;

}

.knoe-more-btn:hover{

    background: #222;

    color: #fad308;

    border: 1px solid #222;

    transition: 0.4s;

}

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

/* 6 .Services Area

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

.services-area{

    position: relative;

}

.services-all{

	margin-top: -30px;

}

.services-carousel .owl-stage-outer{

	padding-bottom: 5px;

}

.single-services{

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    z-index: 1;

	position: relative;

    overflow: hidden;

}

.main-services {

    display: block;

    position: absolute;

    padding: 30px 15px;

    bottom: -125px;

    left: 0;

    z-index: 2;

    margin-top: -50px;

    background: rgba(0,0,0,0.80) none repeat scroll 0 0;

    transition: 0.4s;

}

.main-services p {

    color: #fff;

    opacity: 0;

}

.single-services:hover .main-services {

    background: transparent;

    transition: 0.4s;

    bottom: 20px;

}

.single-services:hover .main-services p {

    opacity: 1;

}

.services-icon {

    width: 60px;

    float: left;

    height: 100px;

    font-size: 40px;

    color: #fad308;

}

.services-img {

    overflow: hidden;

    position: relative;

}

.services-img img {

    transform: scale(1.1);

    transition: 0.4s;

}

.image-layer {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.80) none repeat scroll 0 0;

    z-index: 1;

	transition: 0.4s;

    opacity: 0;

}

.image-layer a {

    display: block;

    text-align: center;

    position: relative;

    top: 28%;

    margin-top: -10px;

}

.image-layer a i {

	background: transparent;

	font-size: 100px;

	color:#fad308;

}

.service-content h4 {

    display: inline-block;

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 0;

    padding: 0 0 10px;

    text-transform: uppercase;

    color:#fff;

}

.service-btn {

    font-weight: 700;

    text-transform: uppercase;

    color: #fff;

    position: relative;

    font-family: 'Montserrat', sans-serif;

    font-size: 13px;

    z-index: 2;

}

.service-btn::after {

    position: absolute;

    content: "\f105";

    font-family: fontAwesome;

    right: -12px;

    top: -3px;

}

.single-services:hover .services-img img {

    transform: scale(1);

    transition: 0.4s;

}



.single-services:hover .image-layer {

	transition: 0.4s;

	opacity: 1;

}

.single-services:hover .service-btn:hover{

    color: #fad308;

}

.services-carousel .col-md-4{

	width: 100%;

}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    color: #222;

    font-size: 18px;

    margin-top: -20px;

    position: absolute;

    top: 50%;;

    text-align: center;

    line-height: 39px;

    opacity: 0;

    border:1px solid #fad308;

	background: #fad308;

    width: 40px;

    height: 40px;

}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{

    left: 10%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    right: 10%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{

    right: 1%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

    opacity: 1;

}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{

    left: 1%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

    opacity: 1;

}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{

    color:#fad308;

    background: #222222;

    border: 1px solid #222222;

}

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

/*  7. Certified 1-2

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

.frame-text {

    font-size: 80px;

    text-transform: uppercase;

    color: #222;

    font-weight: 800;

    line-height: 112px;

    background: #fad308;

    padding: 0px 15px;

    float: left;

    margin-right: 20px;

}

.certified-certi {

    margin-top: 50px;

}

.build-img-2 {

    padding-left: 10px;

}

.build-img-1 {

    padding-right: 10px;

}

.certi-img-2 {

    padding-left: 10px;

}

.certi-img-1 {

    padding-right: 10px;

}

.certified-text h4 {

    font-size: 26px;

    line-height: 32px;

}

.certified-area-2 .marker-list {

    margin-top: 30px;

}

.certified-certi img{

    width: 50%;

    float: left;

}

.certified-content h4{

    font-weight: 500;

}

.certified-inner {

    margin-left: 50px;

    margin-bottom: 25px;

}

.certified-details {

    overflow: hidden;

    display: block;

    padding: 20px 0px;

}

.single-certified {

    width: 47%;

    float: left;

    background: #fff;

    padding: 30px 10px;

    margin-right: 2%;

    margin-bottom: 25px;

    border: 1px solid #ccc;

}

.single-certified a{

    font-size: 60px;

    color:#fad308;

    margin-bottom: 15px;

    line-height: 60px;

    display: block;

}

.single-certified h5 {

    font-size: 18px;

    color: #333;

    text-transform: uppercase;

    margin-bottom: 0px;

}

.build-img-1{

    width: 75%;

    position: relative;

}

.build-img-2 {

    width: 75%;

    position: absolute;

    top: 70px;

    left: 70px;

}

.single-certified:nth-child(2n),

.single-certified:nth-child(4n){

    margin-right: 0px;

    margin-left: 2%;

}

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

/*  8.Project Area

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

.project-area{

	position: relative;

	z-index: 1;

}

.project-menu li a {

    color: #333;

    display: inline-block;

    font-size: 12px;

    margin: 0 12px;

    padding: 5px 7px;

    text-transform: uppercase;

    transition: all 0.3s ease 0s;

    font-weight: 800;

    letter-spacing: 1px;

	border-radius: 2px;

	margin-bottom: 30px;

}

.project-menu li a.active {

    color: #222;

    background: #fad308;

    text-decoration: none;

}

.project-menu {

    margin-bottom: 10px;

}

.project-menu li {

    display: inline-block;

}

.project-menu li a:hover {

    color: #222;

	background: #fad308;

    text-decoration: none;

}

.project-carousel .project-single{

    width: 100%;

}

.project-all{

	margin-top: -15px;

}

.project-all .project-single{

	float: left;

	width: 25%;

}

.project-content .project-single{

	float: left;

	width: 25%;

}

.project-column-3 .project-single{

	float: left;

	width: 33.33%;

}

.all-padding{

    padding: 15px;

}

.single-awesome-project {

  overflow: hidden;

}

.awesome-img{

  display: block;

  width: 100%;

  height: 100%;

  position: relative;

}

.awesome-img::after{

  position: absolute;

  left:0;

  top:0;

  background: rgba(0,0,0,0.70) none repeat scroll 0 0;

  content: "";

  width: 100%;

  height: 100%;

  opacity: 0;

}

.awesome-img img {

    transform: scale(1.1);

    transition: 0.5s;

}

.single-awesome-project:hover .awesome-img img {

    transform: scale(1);

    transition: 0.5s;

}

.awesome-img > a {

  display: block;

  position: relative;

}

.awesome-img > a::before {

    position: absolute;

    content: "\e827";

    font-family: konstra;

    left: 0;

    top: 50%;

    color: #fff;

    z-index: 9;

    right: 0;

    margin-top: -75px;

    text-align: center;

	font-size: 36px;

	line-height: 36px;

	opacity: 0;

}

.single-awesome-project:hover .awesome-img > a::after,

.single-awesome-project:hover .awesome-img > a::before,

.single-awesome-project:hover .awesome-img::after{

	opacity: 1;

}

.single-awesome-project:hover .add-actions {

    opacity: 1;

    top: 50%;

    margin-top: -40px;

}

.single-awesome-project:hover{

    background: rgba(0,0,0,0.90) none repeat scroll 0 0;

}

.add-actions {

  display: block;

  height: 100%;

  left: 0;

  opacity: 0;

  position: absolute;

  text-align: center;

  top: 50%;

  transition: all 0.4s ease 0s;

  width: 100%;

    z-index: 9999;

}

.project-dec {

  display: inline-block;

	padding-top: 20px;

}

.project-dec h4 {

  margin-bottom: 5px;

}

.project-dec h4 {

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1px;

    text-decoration: none;

    text-transform: uppercase;

}

.project-dec a:hover {

    color: #fff;

}

.project-dec span {

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: capitalize;

}

.project-dec span:hover{

    color:#fad308;

}

.project-btn {

	display: block;

	text-align: center;

}

.project-btn a {

    color: #222;

	display: inline-block;

	background: #fad308;

    border: 1px solid #fad308;

	text-transform: capitalize;

    font-size: 14px;

    font-weight: 600;

    padding: 4px 8px;

    margin-top: 15px;

    border-radius: 2px;

	

}

.project-btn a:hover{

    color: #fad308;

	background: #222222;

}

.project-heading {

    font-size: 32px;

    margin: 40px 0 20px;

    text-transform: capitalize;

}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    color: #222;

    font-size: 18px;

    margin-top: -20px;

    position: absolute;

    top: 50%;;

    text-align: center;

    line-height: 39px;

    opacity: 0;

    border:1px solid #fad308;

    width: 40px;

    height: 40px;

	background: #fad308;

}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{

    left: 10%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    right: 10%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{

    right: 1%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

    opacity: 1;

}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{

    left: 1%;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    -ms-transition: 0.4s;

    opacity: 1;

}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{

    color:#fad308;

    background: #222222;

    border: 1px solid #222222;

}

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

 9.Quote Area

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

.quote-area {

    position: relative;

	

}



.left-headline h3 {

    font-size: 34px;

    line-height: 44px;

    letter-spacing: 1px;

    max-width: 870px;

    color: #fff;

}

.contact-icon {

    display: block;

    overflow: hidden;

}

.single-contact a {

    display: block;

    margin-bottom: 15px;

    overflow: hidden;

}

.quote-area .single-contact a i {

    float: left;

    color: #222;

    font-size: 15px;

    margin-right: 15px;

    line-height: 33px;

    width: 34px;

    height: 34px;

    background: #fad308;

    text-align: center;

    border-radius: 3px;

}

.single-contact span {

    color: #ccc;

}



.quote-contact input {

    border-radius: 0;

    height: 45px;

    margin-bottom: 15px;

    border: 1px solid #ccc !important;

    background: transparent;

    color: #ccc;

}

.quote-area .white-headline::after{

	display: none;

}

.quote-area .contact-form textarea.form-control{

    height: 104px;

    border-radius: 0;

    margin-bottom: 15px;

    border: 1px solid #ccc !important;

    background: transparent;

    color: #ccc;

}

.quote-area .quote-btn {

    background: #fad308;

    border: 1px solid #fad308;

    color: #222;

    padding: 9px 20px;

    font-size: 17px;

    font-weight: 700;

    text-transform: uppercase;

    display: block;

    width: 100%;

	transition: 0.4s;

}

.quote-area .quote-btn:hover {

    background: #222;

    border: 1px solid #fad308;

	transition: 0.4s;

    color:#fad308;

}

.quote-area #contactForm .col-md-6{

	padding-left: 7.5px;

    padding-right: 7.5px;

}

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

/*  10. Blog Area

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

.blog-area{

  position: relative;

}

.blog-image{

  overflow: hidden;

    display: block;

}

.blog-grid{

	margin-top: -30px;

}

.blog-content {

    padding: 30px 20px;

    background: #fff;

    box-shadow: 0px 0px 5px #f5f5f5, -2px -2px 5px #f5f5f5;

}

.image-scale {

    position: relative;

    display: block;

    transition: 0.5s;

}

.image-scale::after{

    position: absolute;

    content: "";

    background: rgba(0,0,0,0.10);

    width: 100%;

    height: 100%;

    left:0;

    top:0;

}

.blog-content a h4 {

    font-size: 20px;

    text-transform: inherit;

    font-weight: 600;

    color: #444;

    line-height: 28px;

    margin-top: 10px;

    margin-bottom: 10px;

}

.blog-meta {

    display: inline-block;

}

.blog-meta span {

    color: #fad308;

    font-size: 14px;

    font-weight: 700;

    padding-right: 10px;

}

.single-blog:hover .image-scale {

  transform: scale(1);

  transition: 0.5s;

}

.single-blog:hover .image-scale::after {

  background: rgba(0,0,0,0.10);

}

.blog-content a h4:hover{

    color:#fad308;

}

.single-blog {

    margin-top: 30px;

}

.read-more {

    color: #444;

    display: inline-block;

    font-weight: 700;

}

.read-more:hover{

    color:#fad308;

}

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

/*  11. banner Area

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

.banner-area {

    background: #fad308;

    display: block;

    overflow: hidden;

    padding: 30px 0px;

}

.banner-contact {

    float: right;

}

.banner-contact span i {

    display: inline-block;

    width: 40px;

    height: 40px;

    color: #222;

    border: 1px solid #222;

    text-align: center;

    line-height: 40px;

    border-radius: 50%;

    margin-right: 20px;

        margin-top: 5px;

}

.banner-contact span {

    color: #222;

    font-weight: 700;

    font-size: 20px;

    margin-right: 20px;

}

.banner-btn {

    float: right;

    border: 1px solid #222;

    display: inline-block;

    padding: 12px 20px;

    color: #222;

    font-weight: 700;

    font-size: 20px;

    background: #fad308;

    border-radius: 3px;

}

.banner-btn:hover{

    background: #222;

    border: 1px solid #222;

    color:#fad308;

}

.banner-content h4 {

    float: left;

    margin-bottom: 0;

    color: #222;

    font-size: 24px;

    max-width: 600px;

    line-height: 32px;

    padding: 7px 0px;

}

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

/*  12. Footer Area

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

.footer-area {

    position: relative;

}

.footer-1{

	background: url(img/background/bg1.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: bottom center;

	background-attachment: scroll;

}

.footer-1{

	position: relative;

	z-index: 1;

}

.footer-1::after {

    background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

	z-index: -1;

}

.footer-about-top {

    position: relative;

    background: #0A1828;

    padding: 101px 30px;

    top: -100px;

    margin-bottom: -200px;

}

.footer-about-top::before {

    background: #0A1828;

    position: absolute;

    content: "";

    left: -110px;

    top: 0;

    width: 130px;

    height: 100%;

    z-index: -1;

}

.footer-logo{

	margin-bottom: 15px;

}

.footer-head p {

    color: #ddd;

}

.footer-head h4 {

    color: #ddd;

    font-size: 18px;

    margin-bottom: 20px;

    text-transform: uppercase;

    font-weight: 700;

}

.footer-services-link ul.footer-list{

	width: 50%;

	float: left;

}

.footer-icons ul li {

    display: inline-block;

}

.footer-icons ul li a {

    color: #fad308;

    display: block;

    font-size: 20px;

    line-height: 38px;

    text-align: center;

    margin-right: 5px;

    width: 40px;

    height: 40px;

    border: 1px solid #222;

    border-radius: 50%;

}

.footer-icons ul li a:hover{

    color: #222;

	background: #fad308;

	border:1px solid #fad308;

}

.footer-icons {

    margin-top: 30px;

    display: inline-block;

}

.footer-icons h5{

	color:#ddd;

}

.suscribe-input input {

    background: transparent;

    border: medium none;

    color: #ddd;

    font-size: 15px;

    line-height: 24px;

    padding: 11px 15px;

    height: 42px;

    border-radius: 0;

    width: 100%;

    border: 1px solid #777;

}

.suscribe-input button {

    background: #fad308;

    border: 1px solid #fad308;

    color: #222;

    font-size: 20px;

    padding: 8px 20px;

    border-radius: 3px;

    transition: 0.4s;

    margin-top: 15px;

    text-transform: capitalize;

    font-weight: 700;

    width: 100%;

}

.suscribe-input button:hover {

    background: #222;

    color: #fad308;

    transition: 0.4s;

}

.footer-contacts p span {

    color: #fad308;

    font-weight: 700;

}

.footer-content {

    display: block;

}

.footer-list li a {

    color: #ddd;

    padding: 4px 0px 4px 20px;

    display: block;

    position: relative;

    font-weight: 500;

}

.footer-list li:first-child a{

	padding-top: 0px;

}

.footer-list li:last-child a{

	padding-bottom: 0px;

}

.footer-list li a::after {

    position: absolute;

    content: "\e876";

    right: auto;

    top: 4px;

    font-family: konstra;

    font-size: 11px;

    left: 0;

}

.footer-list li a:hover {

    color: #fad308;

}

.footer-area-bottom {

    background: #0A1828;

    padding: 25px 0;

}

.copyright-text a:hover{

	text-decoration: underline;

	color:#fad308;

}

.copyright-text a {

    color: #ddd;

}

.copyright > p {

    margin-bottom: 0;

    color: #ddd;

}

.copyright a {

    color: #fad308;

}

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

/* 13.Home page 2

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

.header-area-2 .logo-bg{

	background: #fad308;

	z-index: 10;

	margin-left: 15px;

}

.header-area-2 .menu-bg {

    position: relative;

    margin-left: -30px;

    margin-right: -15px;

    background: rgba(17,17,17,0.50);

}

.header-area-2{

	background: transparent;

	box-shadow:none;

}

.header-area-2 .logo-bg:before {

    display: none;

}

.intro-area-2 .layer-1-2 h1 {

    margin: 20px auto;

	text-transform: capitalize;

	font-weight: 700;

	max-width: 820px;

}

.intro-area-2 .layer-1-1 p {

    margin: 0px auto 30px;

}

.header-two{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: auto;

    z-index: 999;

}

.topbar-area-2{

	background: #841518;

}

.topbar-area-2 .topbar-left ul li a,

.topbar-area-2 .top-social ul li a{

	color: #FFF;

    opacity: 1;

    font-size: 20px;

}

.topbar-area-2 .top-social ul li a:hover{

	color:#fad308;

    background: #222;

}

.header-area-2 .main-menu ul.navbar-nav li a,

.header-area-2 .header-right-link a.main-search{

	color: #333;

}

.header-area-2 .main-menu ul.navbar-nav li a:hover{

	color: #fad308;

}

.intro-area-2 .slider-content {

    margin-top: -100px;

}

.header-area-2.stick {

    

    box-shadow: 0px 0px 5px #666, -2px -2px 5px #666;

}

.services-all {

    margin-top: -30px;

}

.services-all .single-services {

    margin-top: 30px;

}

.counter-area.connter-area-2::after{

    display: none;

}

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

/* 14 .Counter Area

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

.counter-area {

    background: rgba(0, 0, 0, 0) url(img/background/bg2.jpg) no-repeat scroll top center / cover;

    width: 100%;

    height: 100%;

	max-height: 500px;

    position: relative;

    z-index: 1;

}

.counter-area::after {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background-image: url(img/background/shape2.png);

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center center;

    background-size: cover;

    opacity: 0.95;

    content: "";

    z-index: -1;

}

.display-table{

	width: 100%;

	height: 100%;

	display: table;

}

.display-table-cell{

	width: 100%;

	height: 100%;

	display: table-cell;

	vertical-align: middle;

}

.counter-inner h3 {

    color: #fff;

    text-transform: uppercase;

    font-size: 46px;

    line-height: 56px;

    font-weight: 800;

}

.fun-content {

    overflow: hidden;

    display: block;

    margin-top: 40px;

}

.fun_text > span {

    color: #fad308;

    display: inline-block;

    font-size: 40px;

    padding-bottom: 10px;

	line-height: 48px;

	font-weight: 800;

}

.fun_text {

    float: left;

    width: 30.33%;

    background: #222;

    margin-right: 20px;

    padding: 30px 20px 15px;

    border-radius: 5px;

}

.fun_text > h5 {

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

}

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

/*  15.Overview  Area

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

.overview-area{

   position: relative;

}

.overview-inner {

    padding: 15% 7% 15% 10%;

}

.overview-area .col-md-6{

	padding-left: 0px;

	padding-right: 0px;

}

.overview-img {

    padding-right: 40px;

}

.main-view {

    padding-bottom: 30px;

}



.main-view:last-child{

	padding-bottom: 0px;

}

.company-content {

    background: #fff;

    padding: 12% 16% 12% 3%;

}

.view-images {

    float: left;

    font-size: 40px;

    line-height: 76px;

    text-align: center;

    color: #fad308;

    width: 80px;

    height: 80px;

    border: 1px solid #222;

    background: #222;

    border-radius: 3px;

}

.view-images:hover{

    color:#fad308;

}

.view-content {

    padding-left: 100px;

}

.main-view:last-child p{

	margin-bottom: 0px;

}

.view-content h4 {

    text-transform: capitalize;

    font-size: 20px;

    margin-bottom: 10px;

    font-weight: 600;

}

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

/* 16.Testimonial area Css

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

.testimonial-area {

    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover;

    width: 100%;

    height: auto;

    position: relative;

    z-index: 1;

}

.single-testi {

    padding: 30px 20px;

    position: relative;

    background-color: #444;

}

.testimonial-img {

    margin-top: 30px;

}

.testimonial-img img {

    width: 100%;

    display: block;

    max-width: 130px;

    height: auto;

    border-radius: 50%;

    margin-right: 30px;

    margin: 0 auto;

    border: 5px solid #fad308;

}

.testimonial-text {

    position: relative;

    padding: 0px 30px;

}

.testimonial-text::before {

    position: absolute;

    content: "\f10d";

    font-family: fontawesome;

    left: 0;

    top: 0;

    font-size: 70px;

    color: #fad308;

    line-height: 75px;

    z-index: -1;

}

.testimonial-text p {

    color: #fff;

	font-size: 22px;

	letter-spacing: 1px;

	line-height: 32px;

	font-style: italic;

	font-weight: 500;

}

.client-name {

    padding-top: 20px;

}

.client-name h4 {

    text-transform: uppercase;

    font-size: 18px;

    margin-bottom: 3px;

    padding-top: 10px;

    color: #fff;

}

.client-name span{

    color: #ddd;

}

.blog-area-2 .blog-image {

    width: 50%;

    height: auto;

    float: left;

}

.blog-area-2 .image-scale,

.blog-area-2 .image-scale img{

    width: 100%;

    height: 100%;

    min-height: 300px;

    object-fit: cover;

}

.blog-area-2 .blog-content {

    padding: 30px 20px;

    background: #fff;

    box-shadow: 0px 0px 5px #f5f5f5, -2px -2px 5px #f5f5f5;

    overflow: hidden;

    min-height: 300px;

}

.blog-area-2 .blog-content a h4 {

    margin-bottom: 15px;

}

.footer-2 .footer-head h4,

.footer-2 .footer-icons h5 {

    color: #333;

}

.footer-2 .footer-list li a, 

.footer-2 .footer-head p{

    color:#444;

}

.footer-2  .footer-icons ul li a{

    background: #fad308;

    border:1px solid #fad308;

    color:#222;

}

.footer-2  .footer-icons ul li a:hover{

    background: #222;

    border:1px solid #222;

    color:#fad308;

}

.footer-2 .footer-area-bottom {

    background: #111;

    padding: 25px 0;

}

.footer-2 .copyright-text a {

    color: #ddd;

}

.footer-2 .copyright > p {

    margin-bottom: 0;

    color: #ddd;

}

.footer-2 .copyright a {

    color: #fad308;

}

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

/* 17. Home page 3

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

.welcome-area-3 {

    position: relative;

    top: -100px;

    z-index: 2;

}

.welcome-area-3 .well-services {

    background: #fff;

    box-shadow:none;

    border:1px solid #ddd;

	min-height:300px;

	max-height:300px;

    

}

.intro-area-3 .slider-content {

    margin-top: -160px;

}

.intro-area-3 .layer-1-2 h1 {

    margin: 0px auto 10px;

    max-width: 990px;

	font-size:50px;

}

.intro-area-3 .layer-1-1 p {

    max-width: 750px;

    margin: 0 auto 40px;

}

.services-area-2 .image-layer {

    transition: 0.4s;

    opacity: 1;

    background: rgba(0,0,0,0.80) none repeat;

}

.services-area-2 .main-services {

    background: transparent;

    transition: 0.4s;

    bottom: 20px;

}

.services-area-2 .main-services p {

    opacity: 1;

}

.project-area-3 .project-menu li a{

    color:#fff;

}

.project-area-3 .project-menu li a.active,

.project-area-3 .project-menu li a:hover{

    color:#222;

    background: #fad308;

}

.footer-3{

	background:#fad308;

}

.footer-3 .footer-about-top {

    position: relative;

    background: #333;

    padding: 101px 30px;

    top: -100px;

    margin-bottom: -200px;

    padding-bottom: 0px;

}

.footer-3 .footer-about-top::before {

    background: #333;

    position: absolute;

    content: "";

    left: -110px;

    top: 0;

    width: 130px;

    height: 100%;

    z-index: 3;

}

.footer-3 .footer-list li a:hover{

    color:#fff;

}

.footer-3 .footer-head h4,

.footer-3 .footer-icons h5{

    color: #333;

}

.footer-3 .footer-contacts p span{

    color:#fad308;

}

.footer-3 .footer-list li a, 

.footer-3 .footer-head p{

    color:#CCC;

}

.footer-icons ul li a{

    background: #222;

    border:1px solid #222;

    color:#fad308;

}

.footer-3 .footer-area-bottom {

    background: #181818;

    padding: 25px 0;

}

.footer-3 .copyright-text a {

    color: #ddd;

}

.footer-3 .copyright > p {

    margin-bottom: 0;

    color: #ddd;

}

.footer-3 .copyright a {

    color: #fad308;

}

.project-area-3{

	background: url(img/background/bg3.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: top center;

	background-attachment: fixed;

	position: relative;

	z-index: 1;

}

.project-area-3::after {

    background: rgba(10, 24, 40, 0.8) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

	z-index: -1;

}

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

/*  18. Home -4 area

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

.intro-area-4 .layer-1 h1 {

    color: #fff;

    font-size: 56px;

    line-height: 72px;

    text-transform: uppercase;

    margin: 0px 0px 40px;

    max-width: 800px;

    font-weight: 700;

    letter-spacing: 1px;

}

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

/*  19. Teams area

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

.team-member{

    margin-top:-30px;

}

.single-member {

    overflow: hidden;

	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

    text-align: center;

    position: relative;

    margin-top: 30px;

}

.team-content {

    transition: 0.5s;

	padding:25px 15px 10px;

}

.team-title h4 {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 20px;

    color: #444;

    margin-bottom: 5px;

}

.team-title h6 {

    color: #444;

    font-weight: 500;

    font-style: italic;

    font-size: 14px;

    margin-bottom: 5px;

}

.team-share p {

    color: #444;

    letter-spacing: 1px;

}

.team-social {

    position: absolute;

    top: 30px;

    left: -52px;

    background: #fff;

    padding: 30px 10px;

    opacity: 1;

    transition: 0.4s;

    width: 50px;

    height: 200px;

    border-radius: 0px 10px 10px 0px;

    transition: 0.5s;

}

.single-member:hover .team-social{

	transition: 0.4s;

	left:0px;

}

.social-icon li{

    display: block;

}

.social-icon li a {

    color: #222;

    display: block;

    line-height: 34px;

    font-size: 18px;

}

.social-icon li a:hover{

    color: #fad308;

}

.team-content .social-icon{

  margin-top: 15px;

}

.team-title {

    margin-bottom: 10px;

}

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

/*  20. Breadcumbs Area

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

.page-area{

    position: relative;

}

.page-area {

    background: url(img/background/b.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

}

.breadcumb-overlay {

  position: absolute;

  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;

  top: 0;

  width: 100%;

  left: 0;

  height: 100%;

}

.breadcrumb{

    padding: 50px 0px;

    background-color: transparent;

    margin-bottom: 0;

}

.breadcrumb-bg {

    float: right;

    padding: 10px 0px;

}

.bread-content {

    padding: 70px 0px;

}

.breadcrumb .section-headline h3 {

    font-size: 46px;

    letter-spacing: 2px;

    line-height: 50px;

    text-transform: inherit;

    position: relative;

    top: auto;

    margin-bottom: 0px;

}

.breadcrumb .section-headline{

    margin-bottom: 0px;

    display: inline-block;

}

.breadcrumb .section-headline h3::after {

    display: none;

}

.breadcrumb ul li {

    display: inline-block;

    color: #fff;

    padding: 0px 10px 0px 20px;

    position: relative;

    font-size: 16px;

}

.breadcrumb ul li.home-bread{

    padding-left: 0px;

}

.breadcrumb ul li.home-bread::after {

    position: absolute;

    content: "\f105";

    font-family: fontAwesome;

    right: -10px;

    top: 0;

}

.breadcrumb .section-headline::after {

    display: none;

}

.team-page-area .team-member{

    margin-top: -30px;

}

.team-page-area .single-member{

    margin-top: 30px;

}

.testimonial-page-area  .Reviews-content{

    margin-top: -30px;

}

.testimonial-page-area .testimonial-text p {

    font-size: 16px;

    letter-spacing: inherit;

    line-height: 28px;

    font-style: normal;

    font-weight: 500;

    color: #444;

}

.testimonial-page-area .client-name h4 {

    color: #333;

}

.testimonial-page-area .client-name span{

    color:#666;

}

.testimonial-page-area .testimonial-text {

    position: relative;

    padding: 0px 10px;

}

.testimonial-page-area .testimonial-text::before {

    font-size: 40px;

    line-height: 40px;

}

.testimonial-page-area .single-testimonial {

    border: 1px solid #ddd;

    padding: 30px 15px;

    margin-top: 30px;

}

.testimonial-page-area .testimonial-img img {

    max-width: 100px;

}

.project-page-area .project-menu li a {

    color: #444;

}

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

/*  21. Why choose Area

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

.choose-area{

    position: relative;

}

.choose-area .choose-content p{

	color:#666;

}

.choose-area .choose-img a {

    border-radius: 50%;

    display: block;

    width: 100px;

    height: 100px;

    font-size: 44px;

    line-height: 95px;

    border: 1px solid #fad308;

    color: #fff;

    transition: 0.4s;

    background: #fad308;

    font-weight: 800;

}

.choose-services{

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

    display: block;

    padding: 30px 15px;

	background: rgba(0, 0, 0, 0) url(img/about/cb.png) no-repeat scroll top center / cover;

    position: relative;

    z-index: 1;

}

.choose-services::after{

    position: absolute;

    width: 100%;

    height: 100%;

    background: rgba(255,255,255,0.94);

    left:0;

    top:0;

    content:"";

    z-index: -1;

}

.choose-img {

    display: inline-block;

    margin-bottom: 30px;

}

.choose-content h4 {

    text-transform: uppercase;

    font-size: 18px;

    font-weight: 600;

}

.brand-area  {

    background: #0A1828;

    display: block;

    overflow: hidden;

	position: relative;

	z-index: 1;

}

.brand-items {

    display: block;

    margin-top: 40px;

    overflow: hidden;

    padding: 0px 60px;

}

.brand-items h4 {

    color: #fff;

    font-size: 26px;

    line-height: 32px;

    font-weight: 600;

    text-align: center;

}

.brand-items {

    padding: 0px 30px;

}

.single-brand-item {

    float: left;

    width: 20%;

    padding: 0px 10px;

}

.single-brand-item a{

	display: block;

}

.brand-btn {

    border: 1px solid #FFA100;

    display: inline-block;

    padding: 10px 20px;

    color: #fff;

    font-weight: 600;

    font-size: 20px;

    background: #FFA100;

    border-radius: 2px;

	margin-top: 40px;

}

.brand-btn:hover{

    background: transparent;

    border: 1px solid #fff;

    color:#fff;

}

.brand-content h3{

    margin: 0 auto;

    color: #fff;

    font-size: 30px;

    max-width: 750px;

    line-height: 36px;

    font-weight: 600;

}

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

/*  22.FAQ Area

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

.faq-page-area .faq-content {

    background: #f9f9f9;

    padding: 6% 10%;

    border-radius: 5px;

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

}

.faq-details .panel-heading {

    padding: 0;

}

.panel {

    margin-bottom: 20px;

    background-color: #fff;

    border: none;

    border-radius: 4px;

   box-shadow: 0 2px 5px #f5f5f5;

}

.panel-default {

    border-color: #ddd;

    border-radius: 0 !important;

}

.panel-group .panel+.panel {

    margin-top: 10px;

}

.panel-default > .panel-heading {

    color: #666;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {

    border-top-color: #ddd;

    background: #fff;

}

.faq-details h4.check-title a {

    color: #666;

    display: block;

    font-weight: 500;

    padding: 10px 10px 10px 60px;

    text-decoration: none;

    background: #fff;

}

.panel-body {

    padding: 15px 15px 0px 45px;

}

.faq-details h4.check-title {

    color: #666;

    font-size: 16px;

    margin-bottom: 0px;

    text-transform: capitalize;

}

.faq-details .panel-heading h4 a{

    position: relative;

}

.faq-details .panel-heading h4 a::before {

    color: #666;

    content:"\e881 ";

    font-family: konstra;

    font-size: 16px;

    left:0px;

    line-height: 46px;

    position: absolute;

    text-align: center;

    top:0px;

	width: 50px;

    height: 100%;

}

.faq-details .panel-heading h4 a.active::before {

    color: #222;

    content: "\e882";

    font-family: konstra;

    font-size: 16px;

    left: 0px;

   line-height: 46px;

    position: absolute;

    text-align: center;

    background: #fad308;

    top: 0px;

    width: 50px;

    height: 100%;

}

.faq-details .panel-heading h4 a.active {

    color: #fad308;

    background: #222;

}

.faq-page-area .faq-content {

    background: #222;

    padding: 10% 10%;

    border-radius: 5px;

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);

}

.faq-content h4 {

    color: #fad308;

    margin-bottom: 30px;

}

.faq-page-area .contact-form input[type="text"], 

.faq-page-area .contact-form input[type="email"] {

    border: 1px solid #ccc;

    border-radius: 0;

    height: 44px;

    margin-bottom: 15px;

    padding-left: 20px;

    width: 100%;

}

.faq-page-area .faq-content .contact-form textarea#message {

    height: 135px;

}

.faq-page-area .quote-btn {

    font-weight: 600;

    color: #222;

    background: #fad308;

    display: inline-block;

    border: 1px solid #fad308;

    padding: 10px 20px;

    width: 134px;

    text-transform: uppercase;

    border-radius: 3px;

    transition: 0.4s;

    margin-top: 10px;

}

.faq-page-area .quote-btn:hover{

	background: #222;

	color: #fad308;

	transition: 0.4s;

	border: 1px solid #fad308;

}

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

/* 23. Error page

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

.error-page-area {

    background: rgba(0, 0, 0, 0) url(img/background/404.jpg) no-repeat scroll top center / cover;

    width: 100%;

    height: auto;

    position: relative;

}

.error-page-area::before {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(255,255,255,0.90) none repeat scroll 0 0;

    content: "";

}

.error-easy-text {

    font-weight: 700;

    text-transform: uppercase;

    font-size: 30px;

}

.high-text{

    font-size: 250px;

    line-height: 260px;

}

.error-bot{

    font-size: 24px;

}

.error-btn {

    background: #fad308;

    border: 2px solid #fad308;

    color: #222;

    font-size: 16px;

    padding: 12px 20px;

    transition: 0.4s;

    margin-top: 15px;

    text-transform: capitalize;

    margin-top: 30px;

    display: inline-block;

	font-weight: 700;

}

.error-btn:hover{

    background: #222;

    border: 2px solid #222;

    color: #fad308;

}

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

/*  24.	Contact Us page

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

.contact-head {

    background: #fff;

    padding: 30px 30px;

    border: 1px solid #ddd;

}

.contact-page .single-contact a i {

    float: left;

    color: #FFF;

    font-size: 15px;

    margin-right: 15px;

    line-height: 33px;

    width: 34px;

    height: 34px;

    background: #fad308;

    text-align: center;

    border-radius: 3px;

}

.contact-head h3 {

    font-weight: 600;

    font-size: 26px;

}

.contact-head p {

    font-size: 16px;

}

.contact-form input[type="text"], .contact-form input[type="email"] {

    border: 1px solid #ccc;

    border-radius: 0;

    height: 44px;

    margin-bottom: 15px;

    padding-left: 20px;

    width: 100%;

}

.contact-form textarea#message {

    border: 1px solid #ccc;

    border-radius: 0px;

    height: 100px;

    padding: 20px;

    width: 100%;

}

.contact-page .contact-btn {

    background: #fad308;

    border: 2px solid #fad308;

    color: #222;

    display: inline-block;

    font-size: 16px;

    margin-top: 5px;

    padding: 10px 40px;

    transition: 0.4s;

    width: auto;

    float: left;

    text-transform: uppercase;

	border-radius: 2px;

	font-weight: 700;

}

.contact-page .contact-btn:hover {

    background:#222;

    border: 2px solid #222 ;

    color: #fad308;

    transition: 0.4s;

}

.map-area {

    padding-top: 90px;

}

.contact-page .single-contact h5,

.contact-page .single-contact span{

	color:#444;

}

.contact-page .single-contact {

    float: left;

    width: 50%;

}

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

/*  25. Blog Sidebar Area

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

.blog-page-area .single-blog {

    background: #fff;

}

.left-blog-page form {

    border: none;

}

.blog-search-option input {

    padding: 5px 15px;

    width: 80%;

    border: 1px solid #f5f5f5;

    height: 45px;

    background: transparent;

}

.blog-search-option {

    margin-bottom: 30px;

    display: block;

}

.blog-search-option button {

    background: #fad308;

    border: none;

    padding: 4px 10px;

}

.blog-search-option button i {

    font-size: 20px;

    padding: 6px 10px;

    line-height: 25px;

    color: #222;

    background: #fad308;

}

.left-blog h4 {

    position: relative;

    color: #444;

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 5px;

    padding: 15px 0px;

    text-transform: capitalize;

}

.left-blog h4::after {

    position: absolute;

	content: "";

	left: 0;

	bottom: 0;

	width: 50px;

	height: 2px;

	background: #444;

}

.left-blog {

    overflow: hidden;

    padding-bottom: 20px;

}

.left-blog li {

    display: block;

}

.left-blog ul li a {

    color: #444;

    display: block;

    font-size: 15px;

    padding: 10px 0px 10px 25px;

    text-transform: capitalize;

    position: relative;

}

.pst-content .date-type{

	font-size: 14px;

}

.left-blog ul li a:before {

    position: absolute;

    content: "";

    left: 5px;

    top: 21px;

    background: #666;

    width: 5px;

    height: 5px;

}

.popular-tag.left-blog ul li a:before {

    display: none;

}

.recent-single-post {

    display: block;

    overflow: hidden;

    padding: 15px 0px;

}

.recent-single-post:last-child {

    border-bottom: none;

}

.post-img {

    display: inline-block;

    float: left;

    padding-right: 10px;

    width: 30%;

}

.pst-content {

    display: inline-block;

    float: left;

    width: 65%;

    padding-left: 10px;

}

.pst-content p{

	margin-bottom: 0px;

}

.pst-content p a:hover,.left-blog ul li a:hover {

    color: #fad308;

}

.pst-content p a {

    color: #444;

    font-size: 15px;

    font-weight: 600;

}

.blog-tags {

    padding: 1px 0;

}

.left-blog li:last-child {

    border-bottom: 0 ;

}

.popular-tag.left-blog ul li a:hover{

    color: #fff;

}

.popular-tag.left-side-tags.left-blog ul {

    padding:0px;

}

.left-tags .left-side-tags ul li {

    border-bottom: 0;

    display: inline-block;

    margin: 5px 0px;

}

.left-tags .left-side-tags ul li a {

    padding: 5px 10px;

    width: auto;

    background: #f4f5f4;

    color: #444;

    border-radius: 3px;

    font-weight: 700;

    font-size: 14px;

}

.left-tags .left-side-tags ul li a:hover {

	color:#fad308

}

.left-side-tags h4 {

    margin-bottom: 15px;

}

.blog-side-area .blog-right-column{

	margin-top: -30px;

}

.pagination {

    display: inline-block;

    padding-left: 0;

    margin: 50px 0 0px;

    border-radius: 4px;

}

.pagination>li>a, 

.pagination>li>span {

    position: relative;

    float: left;

    padding: 6px 12px;

    line-height: 1.42857143;

    text-decoration: none;

    color: #fad308;

    background-color: #222;

    border: none;

    margin-left: -1px;

    border-radius: 5px;

}

.pagination>li {

    display: inline-block;

    margin: 0px 3px 0px 0px;

}

.pagination>.active>a, 

.pagination>.active>span, 

.pagination>.active>a:hover, 

.pagination>.active>span:hover, 

.pagination>.active>a:focus, 

.pagination>.active>span:focus{

    z-index: 3;

    color: #222;

    background-color: #fad308;

    cursor: default;

    border-radius: 5px;

}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {

    z-index: 2;

    color: #fff;

    background-color: #fad308;

    border-color: #fad308;

    border-radius: 2px;

}

.blog-left-content{

	margin-top: -30px;

}

.left-blog-page .post-img img {

    width: 100%;

    height: 100%;

    min-height: 90px;

    object-fit: cover;

    border-radius: 2px;

}

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

/*  26. Blog Details

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

.comments-heading h3, h3.comment-reply-title {

    border-bottom: 1px solid #ccc;

    color: #444;

    font-size: 18px;

    margin: 0 0 20px;

    padding: 0 0 5px;

    text-transform: capitalize;

}

.comments-list ul li{

    margin-bottom: 25px;

}

.comments-list-img{

    float: left;

    margin-right: 15px;

}

.comments-content-wrap {

    color: #444;

    font-size: 14px;

    margin: 0 0 15px 80px;

    padding: 10px;

    position: relative;

}

blockquote {

    padding: 10px 20px 10px 50px;

    margin: 0 0 20px;

    font-size: 15px;

    border-left: none;

    font-style: italic;

    position: relative;

}

blockquote::before {

    position: absolute;

    top: 10px;

    left: 0;

    content: "\f10d ";

    font-family: fontawesome;

    font-size: 34px;

}

blockquote p {

    font-size: 16px !important;

    line-height: 28px;

}

.author-avatar {

    display: inline-block;

    float: left;

    width: 10%;

}

.author-description h2 {

    color: #444;

    font-size: 20px;

    text-transform: uppercase;

}

.author-description h2 a {

    color: #444;

}

.comments-content-wrap span b{margin-right:5px}

.comments-content-wrap span a:hover{}

span.post-time{margin-right:5px}

.comments-content-wrap p {

    color: #444;

    margin-top: 10px;

}

li.threaded-comments{

	margin-left:50px

}

.comment-respond {

    margin-top: 20px;

}

span.email-notes{

	color: #444;

    display: block;

    font-size: 12px;

    margin-bottom: 10px;

}

.comment-respond p {

    color: #444;

    margin-bottom: 5px;

}

.comment-respond input[type=text],

.comment-respond input[type=email]{

    border: 1px solid #ccc;

    border-radius: 0;

    height: 32px;

    margin-bottom: 15px;

    padding: 0 0 0 10px;

    width: 100%;

	background: transparent;

}

.comment-respond textarea#message-box{

    border: 1px solid #ccc;

    border-radius: 0;

    max-width: 100%;

    padding: 10px;

	height: 160px;

    width: 100%;

	background: transparent;

}

.comments-content-wrap span a {

    color: #fad308;

}

.comments-content-wrap span a:hover {

    color: #fad308;

}

.comment-respond .add-btn.contact-btn {

    background: #fad308;

    color: #222;

    display: block;

    font-size: 16px;

    margin-top: 5px;

    padding: 10px 20px;

    transition: 0.4s;

    border-radius: 5px;

    width: auto !important;

    margin-top: 20px;

    border: 1px solid #fad308;

    text-transform: capitalize;

    font-weight: 600;

}

.comment-respond .add-btn.contact-btn:hover{

    background: #222;

	color: #fad308;

    border:1px solid #222;

}

.blog-page-details .left-blog-page {

    margin-top:0px;

    margin-bottom:30px;

}

.single-post-comments {

    margin-top: 30px;

}

.left-head-blog .pst-content p{

	margin-bottom: 5px;

}

.blog-details .blog-content h4 {

    font-size: 24px;

    line-height: 34px;

	margin-top: 10px;

	font-weight: 600;

}

.blog-grid-page .blog-content {

    padding: 20px;

}

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

 27. Project Details page

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

.project-page-area .project-menu li a {

    color: #444;

}

.project-2-column .project-single {

    float: left;

    width: 50%;

}

.project-4-column .project-single {

    float: left;

    width: 25%;

}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border: 1px solid #222;

    background: #222;

    border-radius: 0;

    color: #fad308;

    display: inline-block;

    font-size: 22px;

    height: 50px;

    line-height: 48px;

    position: relative;

    text-align: center;

    transition: all 0.5s ease 0s;

    width: 50px;

    border-radius: 50%;

}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {

    top: 50%;

    position: absolute;

    left: 3%;

    margin-top: -30px;

}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{

    background: #fad308;

    border: 1px solid #fad308;

    color: #222;

}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

    margin-top: -15px;

    position: absolute;

    right: 3%;

    top: 50%;

}

.project-history {

    background: #222;

    padding: 30px;

    border-radius: 3px;

}

.project-details h4 {

    font-size: 26px;

    font-weight: 600;

}

.project-name ul li {

    color: #fff;

    font-weight: 500;

    font-size: 18px;

    line-height: 32px;

    margin: 10px 0px;

}

.project-name span {

    padding-right: 15px;

    min-width: 110px;

    display: inline-block;

    font-weight: 700;

    font-size: 18px;

    color: #fad308;

}

.project-inner {

    margin-bottom: 30px;

}

.project-share {

    margin-top: 30px;

}

.project-share ul li {

    display: inline-block;

	margin-top: 10px;

}

.project-share ul li a {

    color: #fad308;

    display: block;

    font-size: 20px;

    line-height: 38px;

    text-align: center;

    margin-right: 5px;

    width: 40px;

    height: 40px;

    background: #222;

    border: 1px solid #222;

    border-radius: 50%;

}

.project-share li a:hover{

    color: #222;

    background: #fad308;

    border: 1px solid #fad308;

}

.project-content.project-related{

    margin-top: -30px;

}

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

/* 28. Services Details

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

.single-page-head {

    margin-bottom: 30px;

}

.single-services-page p {

    color: #666;

    margin-bottom: 0px;

}

.left-contact h4 {

    font-size: 24px;

    text-transform: uppercase;

    margin-bottom: 30px;

}

.left-menu li {

    display: block;

	margin: 2px 0px

}

.build-img .page-img {

    padding-bottom: 0;

}

.left-menu {

    border: 1px solid #ddd;

}

.left-menu ul li.active a {

    color: #fad308;

    position: relative;

}

.left-menu ul li a:hover {

    color: #fad308;

}

.left-menu ul li a {

    color: #333;

    display: block;

    font-size: 16px;

    font-weight: 600;

    padding: 13px 20px;

    position: relative;

    text-decoration: none;

    text-transform: capitalize;

}

.left-menu ul li a:hover::after,

.left-menu ul li.active a::after{

	position: absolute;

    right: 0;

    top: 0px;

    background: #fad308;

    content: "";

    width: 3px;

    height: 100%;

}

.down-btn i {

    font-size: 24px;

    float: right;

}

.down-btn {

    border: 1px solid #222;

    color: #fad308;

    cursor: pointer;

    display: inline-block;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 15px;

    padding: 12px 15px;

    text-align: left;

    /* text-transform: uppercase; */

    transition: all 0.4s ease 0s;

    z-index: 222;

    background: #222;

    width: 100%;

    position: relative;

    border-radius: 2px;

}

.down-btn.apli{

	margin-bottom: 0px;

}

.down-btn:hover{

    color:#222;

    background: #fad308;

    border: 1px solid #fad308;

}

.single-page-head .clients-testi {

    padding: 20px 15px;

    border: 1px solid #ddd;

}

.single-page-head .review-text {

    margin-top: 20px;

}

.clients-testi .review-text a,

.clients-testi .guest-rev {

    color: #444;

}

.clients-testi .single-review {

    border: none;

}

.review-text h4 {

    font-size: 16px;

    margin-bottom: 0px;

}

.single-page-head .review-text p {

    color: #333;

    font-size: 15px;

    letter-spacing: 0.5px;

    margin-bottom: 20px;

}

.single-page-head .review-img {

    margin-top:0px;

}

.single-page-head .review-img img {

    border-radius: 50%;

    width: 80px;

    height: auto;

    border:2px solid #fad308;

}

.page-content h3 {

    font-weight: 600;

    padding: 15px 0 0;

}

.single-page {

    overflow: hidden;

}

.single-well h3 {

    margin-bottom: 15px;

}

.single-well.last-part p{

	margin-bottom: 0px;

}

.service-list li {

    display: block;

    position: relative;

    padding-left: 30px;

    color: #444;

}

.service-list li::before{

    position: absolute;

    left: 0;

    content:"\f00c";

    font-family:fontawesome;

    top:0;

    color: #fad308;

}

.single-page-head .service-btn{

    width: 100%;

    margin: 20px 0px 0px 0px;

}

.single-services-page .marker-list li {

    color: #444;

}

.mar-row{

    margin-top: 50px;

}

.feature-service i {

    font-size: 30px;

    width: 60px;

    height: 60px;

    background: #222;

    border: 1px solid #222;

    color: #fad308;

    text-align: center;

    line-height: 58px;

    border-radius: 2px;

    float: left;

    margin-right: 15px;

}

.feature-service h5 {

    font-size: 20px;

    font-weight: 600;

    max-width: 330px;

    line-height: 28px;

}

.service-feature-content{

	margin-top: -30px;

}

.service-feature-inner{

	margin-top: 30px;

}

.project-column-3 .project-single.all-padding,

.project-column-4 .project-single.all-padding,

.project-column-4 .project-single.all-padding:nth-child(4n){

    margin-top: -15px;

}

.project-single.all-padding:nth-child(4n),

.project-single.all-padding:nth-child(5n),

.project-single.all-padding:nth-child(6n){

    margin-top: 0px;

}

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

/* .End CSS

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

@media (min-width: 770px){

.mobile-whatsapp{

display: none;

}

}

@media (max-width: 768px) {

.desktop-whatsapp{

display: none;

}

}