/*Variables */
/* Rest */
body {
    font-family: 'Open Sans', sans-serif; }

img {
    max-width: 100%;
    height: auto; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* General css */
.primary-color {
    color: #0e2e8b; }

.secondary-color {
    color: #999;
}

/* Header */
.top-header {
    padding: 8px 0;
    background: #000;
    color: #fff; 
}
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.top-header ul li {
    float: left;
    margin-right: 10px;
}
.top-header ul li :last-child {
    margin-right: 0px; 
}
.top-header ul a {
    color: #fff; 
}
.top-header a {
    color: #fff; 
}

.btm-header {
    background: #1f1f1f; 
}
.btm-header .logo {
    margin-top: 12px;
}
.btm-header .main-menu {
    margin-top: 0; }
.btm-header .main-menu .navbar {
    margin-bottom: 0px; }
.btm-header .main-menu ul li {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif; }
.btm-header .main-menu ul li a {
    color: #797979; }
.btm-header .main-menu ul li a span {
    display: block;
    color: #797979; }

.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12); }
.navbar-fixed-top .logo {
    width: 100%; }
.navbar-fixed-top .top-header-2 {
    display: none; }
.navbar-fixed-top .main-menu {
    margin-top: 0; }

/* Bread crumb */
.breadcrumb-wrapper {
    background: url(../images/menu-bg.png) no-repeat;
    position: relative;
    padding: 70px;
    background-size: cover;
    text-align: center; }

.breadcrumb-wrapper:before {
    background: rgba(14, 46, 140, 0.6);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.breadcrumb-wrapper h2 {
    color: #fff;
    font-weight: bold;
}

.breadcrumb-wrapper h3 {
    color: #fff; 
}

.breadcrumb-wrapper h3 a {
    color: #fff; 
}

.breadcrumb-wrapper h3 a:hover {
    transition: all linear 0.25s;
    color: #0e2e8b;
}

/* Content */
.welcome-section h1 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 36px;
}
.welcome-section h1 span {
    color: #e1e719; 
}
.welcome-section .welcome-upper {
    margin-bottom: 50px;
}
.welcome-section .welcome-upper h4 {
    color: #db4404;
    font-size: 30px;
    text-transform: uppercase;
}
.welcome-section .welcome-content p {
    line-height: 30px;
    font-size: 18px;
}
.welcome-section .readmore {
    border: 1px solid #0e2e8b; 
}
.welcome-section .readmore a {
    color: #000; 
}

/* Services */
.title {
    text-transform: uppercase;
    color: #0e2e8b; 
}
.title h2 {
    font-weight: bold;
    margin-bottom: 30px;
}

.services-section {
    background: #fff; 
}
.services-section h2 {
    color: #db4404;
}

.services-wrapper {
    position: relative;
    float: left;
    margin-bottom: 30px;
    box-shadow: 0 0 3px #333;
}

.service-block h2 {
    font-size: 18px;
    background: #fff;
    color: #e98e0b;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif; }

.image {
    display: block;
    width: 100%;
    height: auto; }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff; }

.services-wrapper:hover .overlay {
    opacity: 0.8; }

.text {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }

.allservice {
    margin-top: 30px;
    text-transform: uppercase; 
}
.allservice a {
    border: 1px solid #db4404;
    color: #db4404; 
}
.featured-section {
    padding-bottom: 0 !important;
}
.featured-wrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25352c+0,25352c+50,7b9e36+50,7b9e36+100 */
    background: #25352c; /* Old browsers */
    background: -moz-linear-gradient(left, #25352c 0%, #25352c 50%, #7b9e36 50%, #7b9e36 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25352c 0%,#25352c 50%,#7b9e36 50%,#7b9e36 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25352c 0%,#25352c 50%,#7b9e36 50%,#7b9e36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25352c', endColorstr='#7b9e36',GradientType=1 ); /* IE6-9 */
}
.featured-title {
    font-weight: bold;
    color: #db4404;
}
.featured-content {
    color: #fff;
    min-height: 250px;
    text-align: center;
    padding: 32px 0;
}
.featured-content p {
    margin-top: 15px;
}
.featured1 {
    background: #25352c;
}
.featured2 {
    background: #5e801a;
}
.featured3 {
    background: #7b9e36;
}
/* Testimonial Sectioln */
.testimonial-section {
    background: url(../images/testimonials-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff; }
.testimonial-section .testimonial-title h2 {
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.testimonial-section .client-image {
    float: left;
    width: 30%; }
.testimonial-section .quote-icon {
    float: left;
    font-size: 80px;
    color: #494949;
    margin: 0 15px; }
.testimonial-section .testimonial-content span {
    color: #ffff38;
    font-size: 20px;
    text-transform: uppercase; }
.testimonial-section .client-wrapper {
    text-align: center; }

.testimonial-section:before {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/* Projects Sectionl */
.projects-section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ececec+50,ececec+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ececec 50%, #ececec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 50%,#ececec 50%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 0%,#ffffff 50%,#ececec 50%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
}
.projects-section .projects-wrapper h2 {
    color: #000; }
.projects-section .projects-wrapper .projects-cat {
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px; }
.projects-section .projects-wrapper .projects-cat h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #222534;
    margin: 0;
    padding: 10px 0; }
.projects-section .projects-wrapper .projects-cat h2 a {
    color: #fff; }
.projects-section .homeform-wrapper .title h2 {
    background: #000;
    color: #dddf20;
    padding: 10px 0 10px 20px;
    text-align: center;
}
.projects-section .projects-cat-inner {
    float: left;
    margin-bottom: 20px; }
.projects-section .projects-cat-inner h2 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background: #222534;
    margin: 0;
    padding: 10px 0; }
.projects-section .projects-cat-inner h2 a {
    color: #fff; }

.content-wrapper .galleryul li {
    margin-bottom: 30px;
    list-style: none; }

.faqicon {
    box-shadow: 0 0 5px #8d8d8d;
    padding: 50px 30px; }

.faqicon:hover {
    background: #efefef; }

.service-content {
    padding: 10px 10px 20px 10px; }

.service-content h3, .faqicon h4 {
    color: #000;
    text-transform: uppercase; }

.faqicon {
    margin-top: 50px; }

.faqicon .serice-img i {
    font-size: 80px;
    width: 100px;
    border-radius: 50px;
    color: #CAD00D;
    line-height: 100px;
    margin-top: 20px; }

.servicereadmore {
    background: #e98e0b;
    color: #fff;
    padding: 10px 20px;
}

.servicereadmore a {
    color: #fff;
    text-transform: uppercase; }

.readmore {
    margin-bottom: 10px; }

.freequote .aboutus-btm {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #8d8d8d; }

#overlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100%; }

#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    right: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
    z-index: 999; }

.owl-theme .owl-nav [class*='owl-'] {
    background: none !important; }

.icon {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px; }

.owl-next,
.owl-prev {
    height: 100%;
    position: absolute;
    top: 0; }

.owl-next {
    right: 0; }

.owl-prev {
    left: 0; }

.owl-next:hover .icon,
.owl-prev:hover .icon {
    background: rgba(48, 117, 70, 0.8);
    color: rgba(255, 255, 255, 0.9); }

.icon-arrow-left7 {
    left: 0; }

.icon-arrow-left7:before {
    content: "\f053"; }

.icon-arrow-right7 {
    right: 0; }

.icon-arrow-right7:before {
    content: "\f054"; }

.section-padding {
    padding: 60px 0; }

/* Quote */
.quote-block {
    background: #7b9e36;
    color: #fff;
}
.quote-block h4 {
    font-weight: bold;
    font-size: 20px;
}
.quote-block h2 {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.quote-block .quote-btn {
    border-radius: none;
    text-transform: uppercase; }
.quote-block .quote-btn a {
    color: #fff; }

.btn-xlg {
    padding: 15px 60px; }

.btn-border {
    border: 1px solid; }

.borderwhite {
    border-color: #fff; }

/* Footer */
footer {
    background: #1c1c1c; }
.footer-service-list li {
    float: left;
    width: 50%;
    line-height: 30px !important;
}
.footer-widget {
    color: #fff; }
.footer-widget h3 {
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 20px; }
.footer-widget ul.footer-social li {
    float: left;
    margin-right: 10px; }
.footer-widget ul.footer-social li a {
    color: #fff;
    margin-right: 10px; }
.footer-widget ul.footer-social li a i {
    background: #0e2e8b;
    padding: 10px;
    color: #fff; }
.footer-widget ul li {
    list-style: none;
    line-height: 40px; }
.footer-widget ul li a {
    color: #fff; }

.btm-footer {
    background: #000;
    color: #fff;
    padding: 15px 0; }

.copyright p {
    margin-bottom: 0; }
.copyright span {
    color: #d1ec18;
}
.powered {
    float: right; }

.scrollup {
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: #1f1f1f; }

