/*Variables */
/* Rest */
body {
    font-family: 'Open Sans', sans-serif;
}
img {
    max-width: 100%;
    height: auto; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
[class*="title"] h1, [class*="title"] h2, [class*="title"] h3  {
    font-weight: bold;
}
a:hover {
    text-decoration: none;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.padd-t-50 {
    padding-top: 50px;
}
.title h2 {
    margin-bottom: 30px;
}
/* General css */
.primary-color {
    color: #000; 
}

.secondary-color {
    color: #999;
}

/* Header */
.top-header {
    background: #1D5296;
    color: #fff; 
}
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-header ul li {
    float: left;
    padding: 3px 10px;
    border-right: 1px solid #0e3c77;
    border-left: 1px solid #276abf;
}
.top-header ul li:first-child {
    border-left: none;
}
.top-header ul li:last-child {
    margin-right: 0px; 
    border-right: none;
}
.top-header ul a {
    color: #fff;
}
.top-header a {
    color: #fff; 
}
.top-header .th-content i{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.btm-header {
    background: #fff; 
    padding: 10px 0;
}
.btm-header .main-menu {
    margin-top: 25px; 
    float: right;
}
.btm-header .main-menu .navbar {
    margin-bottom: 0px; 
}

.header-2 .main-menu {
    margin-top: 35px;
}

.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: 10px;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}
.banner-caption {
    position: absolute;
    top: 33%;
    text-align: center;
    width: 100%;
}
.banner-caption h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;    
}
.banner-caption h2 span {
    color: #1d5295;
}
.banner-caption p {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.banner-caption a {
    border: 2px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}
.banner-caption a:hover {
    background: #1D5296;
}
/* Quote- Service */
.quote-service {
    padding: 60px 30px 60px 110px;
    color: #fff;
}
.qs-1 {
    background: url(../images/qs1.jpg) no-repeat center left #bcb892;
}
.qs-2 {
    background: url(../images/qs2.jpg) no-repeat center left #99acb0;
}
.qs-3 {
    background: url(../images/qs3.jpg) no-repeat center left #406870;
}
.quote-service h2 {

}
.quote-service p {
    line-height: 30px;
}
.section-features {
    background: #1D5296;
    text-align: center;
    color: #fff;
}
.section-features i {
    font-size: 60px;
}
.section-features h2 {
    font-weight: 800;
}
.section-features p {

}
.welcomecontent {

}

/* Content */
.section-welcome {

}
.welcomecontent {

}
.section-welcome h1 {
    font-size: 30px;
    font-weight: bold;
    color: #01509f;
}
.section-welcome span {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display:  block;
    margin-bottom: 15px;
}
.section-welcome ul li {
    list-style: none;
    line-height: 25px;
}
.section-welcome blockquote {
    margin-top: 20px;
}
.readmore {
    color: #fff;
    padding: 10px 30px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 30px;
    background: #1d5295;
    text-transform: uppercase;
    font-weight: bold;
}
.readmore a {
    color: #fff;
}
.contactinfo {
    background: #1d5295;
    padding: 30px;  
    color: #fff;
}
.contactinfo a {
    color: #fff;
}
.contactinfo i {
    font-size: 30px;
}
#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: 50px 0;
}
.section-padding h2 {
    margin-bottom: 30px;
}
/* Quote */
.quote-block {
    background: #1d5295;
    color: #fff;
    text-transform: uppercase;
}
.quote-block .allservice {
    background: #000;
}
.quote-block p {
    font-size: 20px;
}
.quote-block h2 {
    font-size: 30px;
    font-weight: bold;
}
.services-section {
    background: url(../images/servicebg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.services-section .title {
    margin-bottom: 30px;
}
.services-section .title h2 {
    font-weight: bold;
    text-align: center; 
}
.service-block {
    margin-bottom: 30px;
}
.service-block h2 {
    background: #1d5295;
    color: #fff;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    padding: 0;
    height: 90%;
    width: 93%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
}

.services-wrapper:hover .overlay {
    opacity: 1;
}

.text {
    color: #2c2c2c;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.howeproceed-section {

}
.howeproceed-section h3 {
    background: #003756;
    color: #ffff0c;
    padding: 20px;
    display: inline-block;
    font-weight: 800;
    font-size: 50px;
}
.howeproceed-section p {

}
.howe-block {
    margin-bottom: 30px;
}
.gallery-section {
    margin-bottom: 50px;
}
.galleryul {

}
.gallery1 {

}
.gallery2{
    padding-top: 15px;
    padding-right: 7.5px;
}
.gallery3{
    padding-top: 15px;
    padding-left: 7.5px;
}
.gallery4{
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 0;
}
.gallery5{
    padding-left: 7.5px;
    padding-bottom: 7.5px;
}
.gallery6{
    padding-top: 7.5px;
    padding-left: 7.5px;
}

.faqicon .serice-img i {
    background: #d6dd08;
    /* padding: 50px; */
    font-size: 80px;
    width: 100px;
    border-radius: 50px;
    color: #fff;
    line-height: 100px;
    margin-top: 20px;
}
.servicereadmore {
    background: #074369;
    padding: 15px 0;
}
.servicereadmore a {
    color: #fff;
    text-transform: uppercase;
}
.allservice {
    text-align: center;
    background:  #1d5295;
    padding: 15px 30px;
    border-radius: 20px;
    overflow: hidden;
}
.allservice a {
    color: #fff;
    text-transform: uppercase;
}
.testimonaial-section { 
}
.testimonail {
    background: url(../images/testimonail-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.testimonial-inner {
    background: url(../images/testimonail-bg-inner.jpg) #121212 no-repeat;
    background-size: 50%;
    color: #fff;
}
.testimonial-title h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.whyus {
    background: url(../images/whyusbg.jpg) #e2e2e2 no-repeat;
    background-size: 50%;
    color: #2b2b2b;
    padding: 80px 0;
}
.testimonial-title {
    margin-bottom: 30px;
}
.testimonail .name {
    color: #e84b07;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}
.testimonail-block {
    padding-right: 50px;
}

.testimonail-block .author-image img{
    width: 80px !important;
    height: 80px;
    border-radius: 40px;

}
.testimonail-block .item p {
    background: rgba(70,70,70,0.35);
    padding: 70px 30px;
    line-height: 30px;
}
.testimonail-block .item p:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f10d";
    font-size: 30px;
    color: #4a4a4a;
    top: 20px;
    left: 25px;
}
.color-consultant {
    padding-top: 50px !important;
    padding-bottom: 35px !important;
    background: #008ed6 url(../images/colorconsultant-bg.jpg) !important;
}
.color-consultant h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
}
.color-consultant h3 {
    color: #fff;
    margin-top: 0;
}
.btn-orange {
    color: #fff;
    background: #e84b07;
    padding: 15px;
    text-transform: uppercase;
}
.btn-orange a {
    color: #fff;
}
/******
====================================================================
        Why Us Section
====================================================================

***/

.why-us-section{
    position:relative;
    padding:90px 0px 50px;
    color:#ffffff;
    background-color:#242424;
}

.why-us-section .bg-grey{
    position:absolute;
    left:90px;
    top:0px;
    width:50%;
    height:100%;
    background-color:#242424;
    z-index:1;
    transform:skewX(-14deg);
    -webkit-transform:skewX(-14deg);
    -moz-transform:skewX(-14deg);
    -ms-transform:skewX(-14deg);
    -o-transform:skewX(-14deg);
}

.why-us-section .bg-image{
    position:absolute;
    right:0px;
    top:0px;
    width:50%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:0;
}

.why-us-section .container{
    position:relative;
    z-index:2;	
}

.why-us-section .sec-title h3{
    text-transform:capitalize;
    margin-bottom:0px;
    font-size: 15px;
}

.why-us-section .sec-title h2{
    text-transform:capitalize;
    margin-bottom:0px;
    font-size: 22px;
}
.sec-title.style-three .line {
    margin: 40px 0px 0px;
}

.sec-title.style-two .line {
    background: #ffffff;
}
.sec-title .line {
    position: relative;
    width: 40px;
    height: 6px;
    background: #cccccc;
    margin: 40px auto 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.why-us-section .sec-title .line{
    margin-top:25px;	
}
.why-us-section .sec-title {
    position: relative;
    margin-bottom: 40px; 
}

.why-us-section .block{
    position:relative;
    padding-left:100px;
    margin-bottom:30px;
    padding-right:10px;	
}

.why-us-section .block .number{
    position: absolute;
    left: 10px;
    top: -20px;
    font-style: italic;
    color: #1C5193;
    font-weight: 600;
    font-size: 70px;
}

.why-us-section .block:hover .number{
    color:#ff7902;	
}

.why-us-section .block h4{
    position:relative;
    font-size:16px;
    font-weight:700;
    color:#ffffff;
    font-style:normal;
    margin-bottom:10px;	
}

.why-us-section .block p{
    position:relative;
    font-size:14px;
    font-weight:400;
    color:#fff;
    font-style:normal;
    margin-bottom:10px;	
}
.whychooseus {
    padding-left: 35px;
}
.whychooseus ul {
    list-style: none;
}
.whychooseus ul li {
    line-height: 35px;
    text-transform: capitalize;
    font-size: 13px;
}
.whychooseus ul li em {
    font-size: 12px;
}
.recent-projects {

}
.recent-projects ul {
    list-style: none;
}
.recent-projects ul li {
    border: 1px solid #fff;
}
.form-quote {
    background: url(../images/painting-re.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.form-quote h2 {
    position: relative;
    margin-bottom: 60px;
}
.form-quote h2:after {
    content: "";
    position: absolute;
    right: 0;
    background: #fff;
    width: 100px;
    height: 5px;
    bottom: -35px;
}

/* About page */
.breadcrumb-wrapper {
    background: url(../images/menu-bg.jpg) top center no-repeat;
    position: relative;
    padding: 40px;
    background-size: cover;
    text-align:center;
}
.breadcrumb-wrapper:before {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.breadcrumb-wrapper h2 {
    color: #2761a6;
    font-weight: bold;
}
.breadcrumb-wrapper h3 {
    color: #999;
}
.breadcrumb-wrapper h3 a {
    color: #fff;
}
.breadcrumb-wrapper h3 a:hover {
    transition: all linear 0.25s;
    color: #dbdbdb;
}
/* Gallery */
.content-wrapper .galleryul li {
    margin-bottom: 20px;
    list-style: none;
}
.freequote .aboutus-btm {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #8d8d8d;
}
/* Services PAge */
.service-page {
    background: no-repeat;
    color: #151515;
}
/* Footer */
footer {
    background: #011321; 
    color: #fff;
}
.footer-background {
    background: url(../images/footer-vactor.png);
    background-repeat: no-repeat;
    background-position: center;
}
.footer-widget {
    color: #7e919f;
}
.footerlogo {
    margin-bottom: 30px;
}
.footer-widget h3 {
    margin-top: 0px; 
    color: #fff;
}
.footer-widget ul.raquoo-ul li:before {
    content: "\00BB";
    position: absolute;
    color: #7e919f;
    left: 15px;
    
}
.footer-widget ul.raquoo-ul li {
    margin-left: 20px;
}
.footer-widget ul li {
    list-style: none;
    line-height: 30px;
    color: #7e919f;
}
.footer-widget ul li a {
    color: #7e919f;
}
.footer-widget ul li span {
    color: #fff;
    font-weight: bold;
}
ul.footer-social {
    list-style: none;
    margin-bottom: 20px;
}
ul.footer-social li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #03366b;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}
.footer-widget .ul-large li {
    line-height: 40px;
}
.footer-widget .title-sm {
    color: #FEFEFE;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 14px;
}
footer .social-icon-circle a .fa {
    background: #0e1f2b;
    color: #bababa;
    transition: all .2s;
}

.social-icon-circle a .fa {
    width: 35px;
    height: 35px;
    background: #e0e0e0;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.social-icon-circle a {
    display: inline-block;
    margin: 0 5px 0;
}
footer .social-icon-circle a:hover .fa {
    color: #ffea00;
}
.btm-footer {
    padding: 15px 0;
    background: #000000;
    color: #fff;
}
.btm-footer span {
    color: #fffc00;
    font-weight: bold;
    text-transform: uppercase;
}
.copyright p {
    margin-bottom: 0;
}
.col-lg-offset-15 {
    margin-left: 6%;
}
.powered {
    float: right;
}

.scrollup {
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: #999;
}
