
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.home 2
 7.about page
 8.services page
 9.projects page
 10.blog pages
 11.single project page
 12.contact page
 13.error page
 14.underconstruction page
 15.tables page
 16.Grid page
 17.single-product
 18.footer
 19.Dark Theme
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/*-----------------------------------------------------------------------------

version:    1.0
date:       15/2/2017
author:     Moustafa Yasser
email:      MOU.fci15@gmail.com
-----------------------------------------------------------------------------*/

/********************************************
            General Setting
********************************************/

@font-face {
    font-family: 'MuseoSansRoundedLight';
    src: url(fonts/MuseoSansRounded-100.otf);
}

@font-face {
    font-family: 'MuseoSansRoundedRegular';
    src: url(fonts/MuseoSansRounded-300.otf);
}

@font-face {
    font-family: 'MuseoSansRoundedMedium';
    src: url(fonts/MuseoSansRounded-500.otf);
}

@font-face {
    font-family: 'MuseoSansRoundedBold';
    src: url(fonts/MuseoSansRounded-700.otf);
}

body {
    font-family: MuseoSansRoundedRegular !important;
}

.fa-cogs,
.follow {
    color: #f7c51e;
}

.follow {
    margin-right: 0 !important;
}

/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-bullets{
    display: none;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}


/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: #222222 !important;
    font-size: 26px;
    text-transform: capitalize;
    padding: 0;
    letter-spacing: 2.5px;
}

.navbar-brand img {
    padding-top: 15px;
}

.navbar-brand span {
    color: #f7c51e !important;
}

.top-line {
    padding: 14px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.top-line p {
    margin-bottom: 0;
}

.top-line p span,
.top-line p a {
    margin-right: 20px;
}

.top-line p span i,
.top-line p a i {
    font-size: 13px;
    color: #076d9b;
    margin-right: 10px;
}

.top-line p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
}

.top-line ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-line ul.social-icons li {
    display: inline-block;
    margin-left: 9px;
}

.top-line ul.social-icons li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #666666;
}

.top-line ul.social-icons li a:hover {
    color: #076d9b; /*#f7c51e;*/
}

.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a {
    color: #222222 !important;
    font-size: 14px;
    font-family: MuseoSansRoundedBold;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 40px 15px 38px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
    color: #076d9b !important;/*#f7c51e*/
}

.navbar-nav li.drop {
    position: relative;
}

.navbar-nav li.drop ul.dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #ffffff;
    border-top: 2px solid #f7c51e;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.navbar-nav li.drop ul.dropdown li {
    display: block;
}

.navbar-nav li.drop ul.dropdown li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
}

.navbar-nav li.drop ul.dropdown li a:hover {
    color: #076d9b; /*#f7c51e;*/
}

.navbar-nav li.drop ul.dropdown li:first-child {
    border-top: none;
}

.navbar-nav li.drop:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

header.active .navbar-default {
    box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    -moz-box-shadow: 0 0 2px #dddddd;
    -o-box-shadow: 0 0 2px #dddddd;
}

header.active .top-line {
    height: 0;
    padding: 0;
}

header.active .navbar-brand {
    color: #222222 !important;
}

header.active .navbar-brand img {
    padding-top: 0;
}

header.active .navbar-nav > li > a {
    color: #222222 !important;
    padding: 25px 15px;
}

header.active .navbar-nav a.open-search {
    padding: 25px 15px;
}

header.active .navbar-nav a.open-search i {
    color: #666666;
}

header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
    color: #076d9b !important;/*#f7c51e*/
}

.form-search {
    position: absolute;
    top: 18px;
    right: 50px;
    height: 65px;
    width: 580px;
    background: #f7c51e;
    padding: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
header.active .form-search {
    top: 5px;
}
.form-search input[type="search"] {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    height: 100%;
    margin: 0;
    color: #222222;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.form-search button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -38px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.form-search button i {
    color: #222222;
    font-size: 16px;
}

.form-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}


/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

#container {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#container.active {
    opacity: 1;
}

.iso-call > div {
    opacity: 0;
}

.iso-call:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/revolution-icons/loader.gif') center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.iso-call.active:before {
    display: none;
}

.iso-call.active > div {
    opacity: 1;
}

#quote-msg {
    text-align: right;
}

#quote-msg.error {
    color: red;
}

#quote-msg.success {
    color: green;
}

p {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}

textarea {
    resize: none;
}


/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

.title-section {
    margin-bottom: 45px;
    text-align: center;
}

.title-section h1 {
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.title-section h1:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    bottom: -1px;
    left: 50%;
    margin-left: -15px;
    background: #076d9b; /*#f7c51e;*/
}

.title-section span {
    display: inline-block;
    margin: 0 0 15px;
    color: #222222;
    font-size: 18px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
}

.title-section p {
    max-width: 600px;
    margin: 0 auto;
}

#home-section {
    margin-top: 147px;
}

#home-section .tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    font-family: MuseoSansRoundedRegular;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

#home-section .tp-caption.small_text.center-align {
    text-align: center;
}

#home-section .tp-caption.medium_thin_grey {
    font-size: 36px;
    color: #222222;
    font-family: MuseoSansRoundedRegular;
    color: #fff;
    font-weight: 700;
}

#home-section .tp-caption.medium_thin_grey span {
    color: #f7c51e;
}

#home-section .tp-caption.medium_thin_grey.center-align {
    text-align: center;
}

#home-section .tp-caption.finewide_medium_white {
    color: #fff;
    text-shadow: none;
    font-size: 46px;
    line-height: 48px;
    font-weight: 900;
    font-family: MuseoSansRoundedRegular;
    background-color: none;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-align: left;
}

.fa-cogs, .follow {
    color: #076d9b !important; /*#f7c51e !important;*/
}

#home-section .tp-caption.finewide_medium_white span.thin-skin {
    font-weight: 700 !important;
}

#home-section .tp-caption.finewide_medium_white.center-align {
    text-align: center;
}

#home-section .tp-caption a.trans-btn {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0.8em 4em;
}

#home-section .tp-caption a.trans-btn:hover {
    color: #f7c51e;
    background: #ffffff;
}

#home-section .tp-caption a.trans-btn2 {
    font-size: 12px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    border: 2px solid #f7c51e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0.8em 4em;
    color: #ffffff;
    background: #f7c51e;
}

#home-section .tp-caption a.trans-btn2:hover {
    color: #f7c51e;
    background: transparent;
}

#home-section .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.2);
    z-index: 2;
}

#home-section .tp-bannertimer {
    display: none !important;
}

#home-section.slider2 .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

a.button-one {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 35px;
}

.banner-section {
    padding: 50px 0;
    background: #f7c51e;
    text-align: center;
}

.banner-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-section h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-left: 60px;
}

.services-home-page {
    padding: 60px 0;
}

.services-home-page .service-box i {
    color: #076d9b; /*#f7c51e;*/
    font-size: 25px;
    margin-right: 10px;
}

.services-home-page .service-box.one {
    margin-top: 30px;
}

.services-home-page .service-box p {
    margin: 20px;
}

.features-home-page {
    padding: 60px 0 ;
    text-align: center;
    background: #f7f7f7;
}

.features-home-page .feature-img{
    margin-bottom: 30px;
    margin-top: 15px;
}

.features-home-page .feature-description h4{
    font-weight: bold;
    color: #076d9b;
    margin-bottom: 10px;
}

.features-home-page .feature-description p{
    padding-bottom: 50px;
}
.projects-section {
    padding: 60px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.projects-section .container {
    position: relative;
    z-index: 2;
}

.projects-section ul.filter {
    margin: 0;
    padding: 0;
    text-align: center !important;
}

.projects-section ul.filter li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.projects-section ul.filter li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding-bottom: 3px;
    font-weight: 600;
    margin: 5px 0;
    border-bottom: 2px solid transparent;
}

.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
    background-color: #f7c51e;
    color: #fff;
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.project-box {
    position: relative;
    z-index: 2;
}

.project-box .project-post {
    width: 20%;
    position: relative;
    overflow: hidden;
}

.project-box .project-post img {
    width: 100%;
}

.project-box .project-post .hover-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.project-box .project-post .hover-box .inner-hover {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -30px;
}

.project-box .project-post .hover-box .inner-hover h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

.project-box .project-post .hover-box .inner-hover h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
}

.project-box .project-post .hover-box .inner-hover h2 a:hover {
    color: #f7c51e;
}

.project-box .project-post .hover-box .inner-hover span {
    display: block;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    color: #f7c51e;
    margin-bottom: 7px;
    font-size: 20px;
}

.project-box .project-post .hover-box .inner-hover > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
    font-size: 18px;
    margin: 0 5px;
}

.project-box .project-post .hover-box .inner-hover > a:hover {
    color: #f7c51e;
}

.project-box .project-post.snd-size {
    width: 40%;
}

.project-box .project-post:hover .hover-box {
    visibility: visible;
    opacity: 1;
}

.team-home-page{
    background: #f7f7f7;
}

button.mfp-close,
button.mfp-arrow {
    outline: none;
}

.about-section {
    padding: 80px 0 50px;
}

.about-section img {
    width: 100%;
    margin-bottom: 30px;
}

.about-section iframe {
    width: 100%;
    height: 327px;
    margin-bottom: 30px;
}

.about-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-alternative-section {
    padding: 80px 0 50px;
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.second-article img {
    width: 100%;
    margin-bottom: 20px;
}

.second-article h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 14px;
}

.tab-posts-box {
    margin-bottom: 30px;
}

.tab-posts-box ul.nav-tabs {
    text-align: center;
    border-left: none;
}

.tab-posts-box ul.nav-tabs li {
    float: left;
    width: 33.3333%;
    border: none;
}

.tab-posts-box ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 10px 1px;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-bottom: 5px solid transparent;
    margin: 0;
}

.tab-posts-box ul.nav-tabs li a:hover {
    border: none;
    border-bottom: 5px solid transparent;
    color: #f7c51e;
}

.tab-posts-box ul.nav-tabs li.active a {
    background: transparent;
    border: none;
    border-bottom: 5px solid #222222;
}

.tab-posts-box .tab-pane {
    padding: 30px 0;
    padding-bottom: 0;
    overflow: hidden;
}

.tab-posts-box .tab-pane h3 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.tab-posts-box .tab-pane img {
    width: 100%;
    margin-bottom: 20px;
}

.tab-posts-box.tabs-4 ul.nav-tabs li {
    width: 25%;
}

.testimonial-section {
    padding: 80px 0;
    position: relative;
    background: url('../upload/banners/4.jpg') fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .testimonial-box {
    text-align: center;
    padding-bottom: 2px;
}

.testimonial-section .testimonial-box ul.bxslider {
    margin: 0;
    padding: 0;
}

.testimonial-section .testimonial-box ul.bxslider li {
    overflow: hidden;
}

.testimonial-section .testimonial-box p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-section .testimonial-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    color: #f7c51e;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.testimonial-section .testimonial-box span {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f7c51e;
    border-color: #f7c51e;
}

.testimonial-section:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
}

.title-section.alt-title {
    text-align: center;
    margin-bottom: 23px;
}

.title-section.alt-title h1:after {
    height: 2px;
}

.news-section {
    padding: 80px 0 50px;
}

.news-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.news-section .arrow-box {
    position: absolute;
    top: -50px;
    width: 100%;
    right: 0;
    text-align: right;
}

.news-section .arrow-box a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 15px;
    color: #222222;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.news-section .news-box {
    position: relative;
}

.news-section #owl-demo {
    width: 1170px;
    margin-left: -15px;
}

.news-section .owl-theme .owl-controls {
    display: none !important;
}

.news-section .news-post {
    margin: 0 15px 30px;
}

.news-section .news-post img {
    width: 100%;
    margin-bottom: 20px;
}

.news-section .news-post h2 {
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}

.news-section .news-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
}

.news-section .news-post h2 a:hover {
    color: #f7c51e;
}

.news-section .news-post ul.post-tags {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.news-section .news-post ul.post-tags li {
    display: inline-block;
    color: #f7c51e;
    font-size: 13px;
    font-style: italic;
    font-family: MuseoSansRoundedRegular;
    margin-right: 4px;
}

.news-section .news-post ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f7c51e;
}
.team-section{
    padding: 80px 0;
}
.news-section .news-post ul.post-tags li a:hover {
    color: #222222;
}

.clients-section {
    padding: 80px 0;
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.clients-section .default-article {
    padding-top: 10px;
    padding-bottom: 0;
}

.clients-section ul.client-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 1px solid #F7C51E;
    border-top: 1px solid #F7C51E;
}

.clients-section ul.client-list li {
    float: left;
    width: 25%;
    height: 100px;
    list-style: none;
    background-color: #F7C51E;
    border: 1px solid #eee;
}

.clients-section ul.client-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    opacity: 1;
    padding: 10px 20px;
    border: 1px solid #F7C51E;
    border-left: none;
    border-top: none;
}

.clients-section ul.client-list li a img {
    width: 100%;
    padding: 20px;
}

.clients-section ul.client-list li a:hover {
    opacity: 0.5;
}

.getQuote-home {
    padding: 60px 0;
}

.getQuote-home a.btn {
    background-color: #F7C51E;
    padding: 10px 20px;
    color: #ffffff;
    border: 0;
    outline: 0;
    margin-top: 20px;
}


/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
  margin-top: 150px;
  padding: 80px 0;
  position: relative;
  background: url('../upload/banners/2.jpg') center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: rgba(0,0,0,.0001);
  padding: 20px 0;
  width: 50%;
}
.page-banner-section h2 {
  color: #337ab7;
  font-size: 17px;
  font-family: MuseoSansRoundedRegular;
  /*font-weight: 700;*/
  margin: 0 0 15px;
  font-size: 26px;
  margin-bottom: 10px;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-family: MuseoSansRoundedRegular;
  color: #222222;
}

.page-banner-section ul.page-depth li a:hover {
  color: #666666;
}

.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 14px;
  font-family: MuseoSansRoundedRegular;
  font-weight: 700;
  color: #222222;
  margin-right: 5px;
}

.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}

.services-about-page {
    padding: 60px 0;
    background-color: #eee;
}

.services-about-page .flat-list ul li {
    list-style: none;
    margin-bottom: 30px;
}

.services-about-page .flat-list ul li h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    padding-bottom: 4px;
}
.services-about-page .list-right{
    text-align: right;
}

.team-section .team-post {
  margin-bottom: 40px;
}
.team-section .team-post img {
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}
.team-section .team-post h2 {
  color: #222222;
  font-size: 17px;
  font-family: MuseoSansRoundedRegular;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  margin-bottom: 0px;
}
.team-section .team-post span {
  display: inline-block;
  color: #666666;
  font-family: MuseoSansRoundedRegular;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  margin-bottom: 5px;
  color: #ffba00;
}

/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/

.services-page-section {
    padding: 60px 0;
}

.services-page-section ul.side-navigation-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.services-page-section ul.side-navigation-list li {
    list-style: none;
}

.services-page-section ul.side-navigation-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #e1e1e1;
    position: relative;
}

.services-page-section ul.side-navigation-list li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 50px;
    color: #222222;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.services-page-section ul.side-navigation-list li a:hover,
.services-page-section ul.side-navigation-list li a.active {
    color: #076d9b;
}

.services-page-section ul.side-navigation-list li:first-child a {
    padding-top: 0;
    border-top: none;
}

.services-page-section ul.side-navigation-list li:first-child a:after {
    line-height: 20px;
}

.services-page-section .services-wrapp .services-post {
    margin-bottom: 40px;
}

.services-page-section .services-wrapp .services-post img {
    width: 100%;
    margin-bottom: 30px;
}

.services-page-section .services-wrapp .services-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.services-page-section .services-wrapp .services-post p {
    margin-bottom: 20px;
}

.services-page-section .services-wrapp .services-post a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #F7C51E;
}

.services-page-section .services-wrapp .services-post a:hover {
    color: #f7c51e;
}

.services-page-section .services-wrapp .services-post-gal img {
    width: 100%;
    margin-bottom: 30px;
}

.services-page-section .contact-info {
    margin-bottom: 30px;
}

.services-page-section .contact-info h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.services-page-section .contact-info ul.information-list {
    margin: 0;
    padding: 0;
}

.services-page-section .contact-info ul.information-list li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px;
}

.services-page-section .contact-info ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
}

.services-page-section .contact-info ul.information-list li span {
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 8px;
    margin-left: 25px;
    color: #222222;
}

.services-page-section .contact-info ul.information-list li a {
    font-size: 14px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #222222;
}

.guide-box h2 {
    color: #222222;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.guide-box ul {
    margin: 0;
    padding: 0;
}

.guide-box ul li {
    list-style: none;
    margin-bottom: 5px;
}

.guide-box ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
}

.guide-box ul li a i {
    font-size: 20px;
    margin-right: 20px;
    float: left;
}

.guide-box ul li a:hover {
    opacity: 0.7;
}

.work-details {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.work-details h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.work-details p {
    margin-bottom: 15px;
}

.work-details ul.work-detail-list {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.work-details ul.work-detail-list li {
    list-style: none;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    color: #222222;
    margin-bottom: 5px;
}

.work-details ul.work-detail-list li i {
    color: #222222;
    margin-right: 10px;
}

.work-details ul.work-detail-list li span {
    color: #666666;
}

.work-details a {
    display: inline-block;
    color: #222222;
    font-family: MuseoSansRoundedRegular;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.work-details a i {
    margin-right: 10px;
    font-size: 24px;
    display: inline-block;
    float: left;
    margin-top: -3px;
}

.menager-section img {
    width: 100%;
    margin-bottom: 30px;
}

.menager-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 3px;
}

.menager-section span {
    display: inline-block;
    font-size: 12px;
    font-family: MuseoSansRoundedRegular;
    color: #f7c51e;
    margin: 0;
}


/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/

.projects-page-section .project-box {
    width: 1170px;
    margin-left: -15px;
    margin-top: -15px;
}

.projects-page-section .project-box .project-post {
    width: 262px;
    margin: 15px;
}

.projects-page-section .project-box.col3 .project-post {
    width: 360px;
}

.projects-page-section .project-box.col2 .project-post {
    width: 555px;
}


/*-------------------------------------------------*/
/* =  blog pages
/*-------------------------------------------------*/

.blog-section {
    padding: 60px 0;
}

.blog-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.blog-section .blog-box .blog-post {
    margin-bottom: 40px;
}

.blog-section .blog-box .blog-post img,
.blog-section .blog-box .blog-post iframe {
    width: 100%;
    margin-bottom: 30px;
}

.blog-section .blog-box .blog-post iframe {
    height: 360px;
}

.blog-section .blog-box .blog-post .flexslider {
    margin-bottom: 30px !important;
}

.blog-section .blog-box .blog-post .flexslider img {
    margin: 0;
}

.blog-section .blog-box .blog-post h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-section .blog-box .blog-post h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
}

.blog-section .blog-box .blog-post h2 a:hover {
    color: #f7c51e;
}

.blog-section .blog-box .blog-post ul.post-tags {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.blog-section .blog-box .blog-post ul.post-tags li {
    display: inline-block;
    color: #f7c51e;
    font-size: 13px;
    font-style: italic;
    font-family: MuseoSansRoundedRegular;
    margin-right: 4px;
}

.blog-section .blog-box .blog-post ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f7c51e;
}

.blog-section .blog-box .blog-post ul.post-tags li a:hover {
    color: #222222;
}

.blog-section .blog-box .blog-post .post-content-text > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
}

.blog-section .blog-box .blog-post .post-content-text > a:hover {
    color: #f7c51e;
}

.blog-section .blog-box ul.pagination-list {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.blog-section .blog-box ul.pagination-list li {
    display: inline-block;
    margin-right: 8px;
}

.blog-section .blog-box ul.pagination-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    font-family: MuseoSansRoundedRegular;
    text-transform: uppercase;
}

.blog-section .blog-box ul.pagination-list li a:hover,
.blog-section .blog-box ul.pagination-list li a.active {
    color: #f7c51e;
}

.blog-section .blog-box .single-post h1 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-section .blog-box .single-post p {
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote {
    border-left: 2px solid #222222;
    padding: 20px 0;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote p {
    font-size: 14px;
    margin: 0;
}

.blog-section .blog-box .single-post blockquote p span {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0;
    text-transform: inherit;
}

.blog-section .blog-box .autor-post {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.blog-section .blog-box .autor-post img {
    max-width: 130px;
    float: left;
}

.blog-section .blog-box .autor-post .autor-content {
    margin-left: 150px;
}

.blog-section .blog-box .autor-post .autor-content h2 {
    margin-bottom: 0;
}

.blog-section .blog-box .autor-post .autor-content span {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    margin-bottom: 15px;
}

.blog-section .blog-box .comment-section {
    margin-bottom: 40px;
}

.blog-section .blog-box .comment-section h2 {
    margin-bottom: 25px;
}

.blog-section .blog-box .comment-section ul {
    margin: 0;
    padding: 0;
}

.blog-section .blog-box .comment-section ul li {
    list-style: none;
}

.blog-section .blog-box .comment-section ul li .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.blog-section .blog-box .comment-section ul li .comment-box img {
    width: auto;
    max-width: 100px;
    float: left;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 120px;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
    color: #222222;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
    color: #222222;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
    color: #f7c51e;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 11px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
    margin: 0 !important;
}

.blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 120px;
}

.blog-section .blog-box .comment-form input[type="text"] {
    max-width: 500px;
    display: block;
}

.sidebar h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 25px;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar ul.category-list,
.sidebar ul.archieve-list {
    margin: 0;
    padding: 0;
}

.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
    list-style: none;
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 10px;
}

.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    font-family: MuseoSansRoundedRegular;
    padding-bottom: 10px;
}

.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
    color: #f7c51e;
}

.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sidebar ul.tags-list {
    margin: 0;
    padding: 0;
}

.sidebar ul.tags-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px;
}

.sidebar ul.tags-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 9px 20px;
    color: #ffffff;
    background: #222222;
    font-size: 12px;
    font-family: MuseoSansRoundedRegular;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.sidebar ul.tags-list li a:hover {
    background: #f7c51e;
}

.sidebar ul.flickr {
    margin: 0;
    padding: 0;
}

.sidebar ul.flickr li {
    margin-bottom: 5px;
    margin-right: 1px;
    display: inline-block;
}

.sidebar ul.flickr li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar ul.flickr li a img {
    margin: 0;
}

.sidebar ul.flickr li a:hover {
    opacity: 0.7;
}


/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/

.single-page-section {
    padding: 65px 0;
}

.single-page-section .project-content {
    margin-top: 30px;
}

.single-page-section .project-content img {
    margin-bottom: 10px;
}

.single-page-section .project-content .project-architect h2 {
    margin-bottom: 3px;
}

.single-page-section .project-content .project-architect p {
    color: #f7c51e;
}

.single-page-section img {
    width: 100%;
}

.single-page-section .project-content-box {
    margin-bottom: 40px;
}

.single-page-section .project-content-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page-section .project-content-box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.single-page-section .project-content-box ul li {
    list-style: none;
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 0 8px;
}

.single-page-section .project-content-box ul li i {
    font-size: 13px;
    color: #f7c51e;
    width: 20px;
}

.single-page-section .project-content-box ul li span {
    color: #222222;
    font-weight: 700;
    margin-right: 10px;
}

.single-page-section .project-tags {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}


/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/

#map,
#map2 {
    height: 400px;
}

.contact-section {
    padding: 35px 0;
}

.contact-section .contact-info {
    margin-bottom: 30px;
    margin-top: 10px;
}

.contact-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-section p {
    margin-bottom: 30px;
}

.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}

.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.contact-section ul.information-list li i {
    float: left;
    color: #222222;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
}

.contact-section ul.information-list li span {
    display: block;
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 20px;
    margin-left: 25px;
    color: #222222;
}

.contact-section ul.information-list li a {
    font-size: 13px;
    color: #666666;
    font-family: MuseoSansRoundedRegular;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    color: #222222;
}

.contact-section ul.information-list li:last-child {
    border-bottom: none;
}

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
}

#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
    border: 1px solid #f7c51e;
}

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #f7c51e;
    color: #ffffff;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.7;
}

#contact-form .message,
.comment-form .message {
    height: 30px;
    padding: 10px 20px;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
}

#contact-form .message.error,
.comment-form .message.error {
    color: #e74c3c;
    background: rgba(246, 80, 80, 0.4);
    border: 1px solid #e74c3c;
}

#contact-form .message.success,
.comment-form .message.success {
    color: #29b504;
    background: rgba(63, 220, 21, 0.4);
    border: 1px solid #29b504;
}


/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/

#content {
    padding-top: 146px;
}

.error-section {
    padding: 80px 0;
    position: relative;
    background: url('../upload/slide/4.jpg') center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.error-section i {
    color: #222222;
    font-size: 220px;
    margin-bottom: 30px;
}

.error-section h1 {
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 460px;
    margin: 0 auto 10px;
    line-height: 52px;
}

.error-section p {
    margin-bottom: 25px;
}

.error-section a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-color: #f7c51e;
    color: #f7c51e;
}

.error-section a:hover {
    color: #ffffff;
    background: #f7c51e;
}

.error-section .error-content {
    position: relative;
    z-index: 2;
}

.error-section .error-box-content {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.error-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.1);
}


/*-------------------------------------------------*/
/* =  underconstruction page
/*-------------------------------------------------*/

.underconstruction-section {
    padding: 80px 0 50px;
    background: #fafafa;
}

.underconstruction-section img {
    width: 100%;
    margin-bottom: 30px;
}

.underconstruction-section h1 {
    color: #222222;
    font-size: 24px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.underconstruction-section p {
    margin-bottom: 30px;
}

.underconstruction-section .underconstruction-content {
    padding: 30px;
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    max-width: 600px;
    margin: 60px auto 0;
    margin-top: 50px;
}

.underconstruction-section a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-color: #f7c51e;
    color: #f7c51e;
}

.underconstruction-section a:hover {
    color: #ffffff;
    background: #f7c51e;
}

/*-------------------------------------------------*/
/* =  Grid page
/*-------------------------------------------------*/

.grid-section{
    padding: 60px 0;
}
.grid-section .row{
    padding-bottom:50px;
}
.grid-section .row p{
    padding: 5px;
}

.carousel-control .fa-angle-left:before,
.carousel-control .fa-angle-right:before{
    position: absolute;
    top: 50%;
}

#accordion h4 a{
    color: #f7c51e;
}
/*-------------------------------------------------*/
/* =  tables page
/*-------------------------------------------------*/

.tables-page-section {
    padding: 60px 0;
}

.tables-page-section h2 {
    color: #222222;
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tables-page-section p {
    margin-bottom: 30px;
    max-width: 800px;
}

.tables-page-section .table {
    text-align: center;
    margin-bottom: 40px;
}

.tables-page-section .table th {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-family: MuseoSansRoundedRegular;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
}

.tables-page-section .table td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #f7f7f7;
    font-family: MuseoSansRoundedRegular;
    font-size: 13px;
    color: #666666;
    padding: 10px 20px;
}

.tables-page-section .table thead th {
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.tables-page-section .table tr th {
    background: #f0f0f0;
}


/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer {
    background: #222222;
}

footer .up-footer {
    padding: 80px 0 60px;
}

footer .up-footer h2 {
    font-size: 17px;
    font-family: MuseoSansRoundedRegular;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffba00;
}

footer .up-footer p {
    color: #ffffff;
}

footer .up-footer .company ul {
    display: inline-block;
}

footer .up-footer .company > ul {
    margin-right: 30px;
}

footer .up-footer .company ul li {
    margin: 10px 0;
}

footer .up-footer .company ul li a {
    color: #ffffff;
}

footer .up-footer .office ul li {
    margin: 15px 0;
}

footer .up-footer .office span {
    color: #ffffff;
}

footer .up-footer .office span i {
    color: #ffba00;
    margin-right: 10px;
}

footer .up-footer .business p {
    margin-bottom: 5px;
}

footer .up-footer .business p span {
    font-family: MuseoSansRoundedRegular;
    color: #ffba00;
    padding-right: 5px;
}

footer .up-footer .business p.first-par {
    margin-bottom: 20px;
}

footer p.copyright {
    padding: 15px 0;
    background: rgba(0,0,0,.3);
    font-size: 13px;
    font-family: MuseoSansRoundedBold;
    color: rgba(255,255,255, 0.8);
    text-align: center;
    margin: 0;
}


/*-------------------------------------------------*/
/* =  Start Button Scroll-UP
/*-------------------------------------------------*/

.Scroll-up {
    font-size: 30px;
    color: #F7C51E;
    background-color: #f8f8f8;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9999;
    cursor: pointer;
    border: 2px solid #F7C51E;
    display: none;
}



/*-------------------------------------------------*/
/* =  Start Dark Theme
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
.dark{
    background-color: #252525;
}

.dark .top-line{
    background-color: #252525;
}

.dark .page-banner-section{
    margin-top: 147px;
}

/*-------------------------------------------------*/
/* =  Home2
/*-------------------------------------------------*/
.dark .top-line p,.dark .top-line ul.social-icons li a,
.dark .services-home-page .title-section h1,
.dark .service-box h4 ,.dark .service-box p,
.dark .news-section .title-section.alt-title h1,
.dark .owl-item h2 a,.dark .owl-item p ,.dark .news-section .news-post ul.post-tags li a,
.dark .news-section .news-post ul.post-tags li ,
.dark .getQuote-home .title-section h1,
.dark .home-projects .title-section h1,
.dark .getQuote-home h3 , .dark .getQuote-home p{
    color:#fff;
}

/*-------------------------------------------------*/
/* =  About Page
/*-------------------------------------------------*/
.dark .services-about-page .title-section h1,
.dark .team-home-page .title-section h1,
.dark .services-about-page .service-box h4 ,.dark .services-about-page .service-box p{
    color:#000;
}

.dark .about-section p{
    color:#fff;
}

/*-------------------------------------------------*/
/* =  Service Page
/*-------------------------------------------------*/
.dark .services-page-section ul.side-navigation-list li a,
.dark .services-page-section .contact-info h2,
.dark .services-page-section .contact-info ul span,
.dark .services-page-section .contact-info ul i,
.dark .services-page-section .contact-info ul li a,
.dark .services-page-section .guide-box h2,
.dark .services-page-section .services-post h2,
.dark .services-page-section .services-post p,
.dark .services-page-section .menager-section h2{
    color:#fff !important;
}

.dark .services-page-section ul.side-navigation-list li a:hover,
.dark .services-page-section ul.side-navigation-list li a.active{
    color: #f7c51e !important;
}

/*-------------------------------------------------*/
/* =  Underconstruction Page
/*-------------------------------------------------*/
.dark .underconstruction-section{
    background-color: #252525;
}

/*-------------------------------------------------*/
/* =  Contact Page
/*-------------------------------------------------*/
.dark .contact-section .contact-info h2,
.dark .contact-section .contact-info p,
.dark .contact-section ul.information-list li i,
.dark .contact-section ul.information-list li span,
.dark .contact-section ul.information-list li a{
    color:#fff;
}
