@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(font-awesome.min.css);
@import url(hover.css);
/*@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);*/
@import url(revolution-slider/settings.css);
/*@import url(revolution-slider/layers.css);
@import url(revolution-slider/navigation.css);
@import url(strocke-gap-icons-style.css);
@import url(jquery.fancybox.css);
@import url(tooltip.css);*/
.modalDialog,
body {
    font-family: Raleway, sans-serif, Arial
}
.plop ul,
li,
ul {
    list-style: none
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    -moz-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    pointer-events: none
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto
}
.modalDialog>div {
    width: 400px;
    position: absolute;
    left: 20%;
    top: 200px;
    margin: 10% auto;
    padding: 5px 20px 13px;
    border-radius: 10px;
    background: #fff;
    border: 3px solid #ccc;
    box-shadow: 1px 1px 3px #000
}
.container,
li,
ul {
    padding: 0
}
.closeM {
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: linear-gradient(#444, #222)
}
.closeM:hover {
    background: #000
}
body {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .03em
}
#topbar .contact-info ul li a,
header .cart-box span,
p {
    font-family: 'Open Sans'
}
li,
ul {
    margin: 0
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}
img {
    max-width: 100%
}
.anim-3,
.anim-3-all * {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.anim-5,
.anim-5-all * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.anim-7,
.anim-7-all * {
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}
header,
header .logo {
    -webkit-transition: all .3s ease
}
.pt0 {
    padding-top: 0!important
}
.bg-img-sharp-effect {
    -webkit-filter: contrast(.75);
    filter: contrast(.75);
    mix-blend-mode: overlay
}
header {
    background: #fff;
    position: relative;
    transition: all .3s ease
}
header .logo {
    margin: 20px 0;
    transition: all .3s ease
}
header .mainmenu-container ul {
    text-align: right;
    display: inline-block
}
header .mainmenu-container ul li {
    display: inline-block;
    line-height: 105px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
header .mainmenu-container ul li a {
    display: inline-block;
    font-size: 14px;
    color: #515050;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
    position: relative;
    vertical-align: bottom
}
header .mainmenu-container ul li a:hover,
header .mainmenu-container>ul>li.current>a {
    color: #F69C00
}
header .mainmenu-container ul li a:before {
    height: 4px;
    background: #F69C00
}
header .mainmenu-container ul li.current a:before {
    right: 0
}
header .mainmenu-container ul li.top-icons a {
    padding: 0 5px
}
header .mainmenu-container ul li.top-icons a i {
    color: #31AFE2;
    font-size: 16px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 50%;
    transition: all .3s ease
}
header .mainmenu-container ul li.top-icons:hover a i {
    border-color: #F69C00;
    color: #F69C00
}
header .search-box {
    background: #F69C00;
    padding: 10px 0;
    display: none
}
header .search-box form {
    background: #fff;
    border: 1px solid #fff;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 14px
}
header .search-box form input {
    width: 87%;
    background: 0 0;
    border: none;
    outline: 0
}
header .search-box form button {
    background: 0 0;
    color: #E3960A;
    outline: 0;
    border: none
}
header .cart-box {
    background: #51B7E3;
    padding: 10px 0;
    display: none
}
header .cart-box p {
    color: #fff;
    font-size: 15px;
    text-align: right;
    margin-bottom: 0
}
header .cart-box .icon {
    font-size: 18px
}
header .cart-box span {
    color: #F69C00;
    font-weight: 700
}
.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 3px 5px rgba(81, 183, 227, .2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
header.header-fixed .mainmenu-container ul li {
    line-height: 75px
}
header.header-fixed .logo {
    margin: 5px 0
}
#topbar {
    background: #012c3c;
    color: #999ea3
}
#topbar .container .row {
    margin: 0
}
#topbar .social ul li {
    display: inline
}
#topbar .social ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 49px;
    border-left: 1px solid #073D51;
    padding: 0 12px;
    color: #999ea3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#topbar .social ul li:hover a {
    background: #F69C00;
    color: #fff
}
#topbar .social ul li a i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#topbar .social ul li:hover a i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
#topbar .contact-info ul li {
    float: left
}
#topbar .contact-info ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 49px;
    padding: 0;
    margin-right: 42px;
    color: #A2A2A2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#topbar .contact-info ul li a:before,
#topbar .contact-info ul li:hover a {
    color: #fff
}
#topbar .contact-info ul li a i.fa {
    font-size: 15px;
    margin-right: 5px
}
.mainmenu-container ul>li {
    position: relative;
    margin: 0;
    padding: 0
}
.mainmenu-container ul>li>ul {
    background: #191919;
    position: absolute;
    top: 200%;
    left: 0;
    z-index: 9999;
    width: 225px;
    visibility: hidden;
    opacity: 0;
    border-top: 2px solid #F69C00;
    -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s
}
.mainmenu-container ul>li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.mainmenu-container ul>li>ul>li {
    display: block;
    position: relative
}
header nav.mainmenu-container ul>li>ul>li>a {
    border-bottom: 1px solid #2A2A2A;
    color: #767474;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 25px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all .3s ease 0s
}
header nav.mainmenu-container ul>li>ul>li>a:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 20px;
    display: none;
    transition: all .3s ease
}
header nav.mainmenu-container ul>li>ul>li>a:hover,
header nav.mainmenu-container ul>li>ul>li>a:hover:after {
    color: #F69C00
}
header nav.mainmenu-container ul>li>ul>li:last-child>a {
    border: none
}
.mainmenu-container ul>li.dropdown:after {
    font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    bottom: 20px;
    display: block;
    color: #F69C00;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease
}
.header-fixed .mainmenu-container ul>li.dropdown:after,
header.header-v1 .mainmenu-container>ul>li.dropdown:after {
    bottom: 10px
}
.mainmenu-container ul>li.dropdown:hover:after {
    opacity: 1
}
.mainmenu-container ul>li>ul>li {
    margin: 0;
    padding: 0;
    overflow: hidden
}
.mainmenu-container ul>li>ul>li>ul {
    background: #191919;
    position: absolute;
    top: 100%;
    left: 100%;
    z-index: 9999;
    width: 225px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s
}
.mainmenu-container ul>li>ul>li:hover {
    overflow: visible
}
.mainmenu-container ul>li>ul>li:hover>ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0
}
.mainmenu-container ul>li>ul>li>ul>li {
    display: block;
    position: relative
}
.mainmenu-container ul>li>ul>li>ul>li>a {
    border-bottom: 1px solid #2A2A2A;
    color: #787878;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 25px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all .3s ease 0s
}
.mainmenu-container ul>li>ul>li>ul>li:last-child>a {
    border: none
}
.mainmenu-container ul>li>ul>li.dropdown:after {
    font-family: FontAwesome;
    content: '\f0da';
    position: absolute;
    right: 7px;
    top: 9px;
    width: 20px;
    height: 20px;
    display: block;
    color: #999;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    cursor: pointer
}
.mainmenu-container ul>li>ul>li.dropdown:hover:after {
    color: #F69C00
}
.section-title h1,
.section-title-style-2 h1 {
    font-size: 24px;
    color: #000;
    margin: 0 0 50px;
    font-weight: 700
}
.section-title h1 {
    line-height: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative
}
.section-title h1:before {
    content: ' ';
    width: 50px;
    height: 2px;
    background: #0063A6;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0
}
#blog .content-wrap,
#blog .img-wrap,
#page-title .container {
    position: relative
}
.section-title-style-2 h1 {
    line-height: 70px;
    text-transform: uppercase;
    border: 1px solid #ECECEC;
    position: relative;
    border-left: 4px solid #F69C00;
    padding: 0 30px
}
#testimonials {
    padding: 80px 0;
    background: #F5F4F4
}
#testimonials .single-testimonial {
    background: #fff
}
#testimonials .single-testimonial .profile-info h2 {
    font-size: 14px;
    line-height: 26px;
    color: #312F3E;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: -10px 0 0
}
#testimonials .single-testimonial .content {
    padding-top: 20px;
    padding-right: 25px;
    border-top: 2px solid #F69C00;
    padding-left: 20px
}
#testimonials .single-testimonial .content p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
    margin-bottom: 0
}
#blog .content-wrap h2,
#blog .img-wrap h2 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px
}
#testimonials .single-testimonial:before {
    background: #F69C00
}
#testimonials .single-testimonial .content .fa {
    font-size: 19px;
    margin-right: 10px;
    color: #F69C00
}
#blog {
    padding: 0
}
#blog .img-wrap {
    padding: 0;
    overflow: hidden
}
#blog .blog-wrap:hover .img-wrap:before {
    top: 0
}
#blog .img-wrap img {
    width: 100%
}
#blog .img-wrap h2 {
    font-size: 24px;
    color: #51B7E3;
    text-align: center;
    margin: 11px 0
}
#blog .content-wrap {
    background: #F5F4F4;
    padding: 25px 22px 0
}
#blog .content-wrap:before {
    content: ' ';
    width: 100%;
    height: 4px;
    background: #51B7E3;
    position: absolute;
    top: 0;
    left: 0
}
#blog .content-wrap h2 {
    font-size: 16px;
    color: #000;
    margin: 0 0 12px
}
#blog .content-wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
    margin-bottom: 0
}
#blog .content-wrap ul {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #DCDBDB;
    text-align: center
}
#blog .content-wrap ul li {
    display: inline
}
#blog .content-wrap ul li a,
#blog .content-wrap ul li span {
    display: inline-block;
    font-size: 13px;
    color: #8e8d8d;
    padding: 0 0 0 10px;
    font-family: 'Open Sans'
}
#blog .content-wrap ul li span b {
    color: #060606
}
#blog .content-wrap ul li a {
    color: #14AFF8
}
#blog .content-wrap ul li span:after {
    content: '|';
    display: inline-block;
    font-size: 13px;
    color: #AAA9A9;
    margin-left: 10px
}
footer {
    background: url(../img/resources/footer-bg.jpg) no-repeat;
    background-size: cover
}
footer .container {
    border-top: 4px solid #F69C00
}
footer .container .col-lg-12 .request-for-qoute-wrap {
    text-align: center
}
footer .container .col-lg-12 a.request-for-qoute {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: 900;
    background: #F69C00;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
    border: none;
    outline: 0;
    padding: 0 45px
}
#page-title .title h1,
footer .widget h3 {
    font-weight: 700;
    text-transform: uppercase
}
footer .container .col-lg-12 a.request-for-qoute:focus,
footer .container .col-lg-12 a.request-for-qoute:hover {
    color: #F69C00
}
footer .container .col-lg-12 a.request-for-qoute:before {
    background: #fff
}
footer .footer-menu {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1A4657;
    margin-bottom: 50px
}
footer .footer-menu ul {
    text-align: center
}
footer .footer-menu ul li {
    display: inline
}
footer .footer-menu ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    color: #14AFF8;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
footer .footer-menu ul li a:hover {
    color: #F69C00
}
footer .widget h3 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0E3C4F
}
footer .widget p {
    font-size: 14px;
    line-height: 24px;
    color: #7e959e
}
footer .widget a.read-more {
    color: #3288B0;
    font-size: 14px;
    line-height: 24px
}
footer .widget .social {
    text-align: left;
    margin-top: 10px
}
#page-title .title,
#page-title .title h1,
#why-choose-us .col-lg-3,
footer .widget .social li a {
    text-align: center
}
footer .widget .social li {
    display: inline
}
footer .widget .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F69C00;
    line-height: 40px;
    color: #224755;
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    transform: rotate(0);
    transition: all .3s ease
}
footer .widget .social li:hover a {
    color: #F69C00;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
footer .widget .social li a:before {
    background: #fff
}
footer .widget .popular-post li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #0E3C4F
}
footer .widget .popular-post li:last-child {
    border: none
}
footer .widget .popular-post li a h5 {
    font-size: 14px;
    line-height: 18px;
    color: #7e959e;
    margin: 0 0 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
footer .widget .popular-post li a:hover h5 {
    color: #F69C00
}
footer .widget .popular-post li p {
    color: #445058;
    margin-bottom: 0;
    font-size: 14px
}
footer .widget .contact-info li {
    font-size: 14px;
    line-height: 26px;
    color: #7e959e;
    margin-bottom: 14px;
    border-bottom: 1px solid #0E3C4F;
    padding-bottom: 14px
}
footer .widget .contact-info li:last-child {
    border: none
}
footer .widget .contact-info li .fa {
    font-size: 19px;
    margin-right: 10px
}
footer .widget img.positioned {
    margin-top: -35px
}
footer .footer-menu .footer-nav-toggler {
    display: none
}
#bottom-bar {
    background: #041D26
}
#bottom-bar .container p {
    margin-bottom: 0;
    color: #185166;
    font-size: 14px;
    line-height: 80px
}
#page-title {
    background: url(../img/resources/page-title-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 65px 0
}
#page-title .title h1 {
    display: inline-block;
    margin: auto;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-top: 1px solid rgba(132, 119, 117, .8);
    border-bottom: 1px solid rgba(132, 119, 117, .8);
    padding: 0 22px
}
#page-title .page-breadcumb {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 12px
}
#page-title .page-breadcumb a {
    color: #fff
}
#page-title .page-breadcumb .fa {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px
}
#featured {
    background: #171E28
}
#featured .col-lg-8 {
    padding: 80px 0 40px
}
#featured .col-lg-4 img {
    max-width: none;
    float: right
}
#featured .content {
    margin-bottom: 30px;
    padding-left: 20px
}
#featured .content:last-child {
    margin-bottom: 0
}
#featured .content-wrap {
    width: 85%
}
#featured .content-wrap h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #0063A6;
    text-transform: uppercase;
    margin: 0 0 10px
}
#featured .content-wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #A79C94;
    font-weight: 500
}
#featured:hover .about-image:before {
    right: 3%
}
#featured .about-image:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 200%;
    width: 1200px;
    background: rgba(218, 151, 0, .75);
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#emergency.about-page {
    background-color: #fff
}
#why-choose-us {
    background: #fff;
    padding: 80px 0
}
#why-choose-us .col-lg-3 .img-wrap {
    background: #34ABFF;
    display: inline-block;
    padding: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 45px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#why-choose-us .col-lg-3:hover .img-wrap {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg)
}
#why-choose-us .col-lg-3 .img-wrap img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#why-choose-us .col-lg-3:hover .img-wrap img {
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg)
}
#why-choose-us .col-lg-3 h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px
}
#why-choose-us .col-lg-3 p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500
}
#emergency.service-page {
    background-color: #fff
}
#blog-post {
    padding: 0
}
#blog-post article,
#blog-post article:last-child {
    margin-bottom: 65px
}
#blog-post article h2 {
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
    letter-spacing: .03em
}
#blog-post article .img-holder {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden
}
#blog-post article .img-holder:after,
#blog-post article .img-holder:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: .75;
    transition: all .3s ease;
    background: #F69C00
}
#blog-post article:hover .img-holder:before {
    bottom: 0
}
#blog-post article:hover .img-holder:after {
    top: 0
}
#blog-post article .img-holder:before {
    bottom: -100%;
    left: 0
}
#blog-post article .img-holder:after {
    top: -100%;
    right: 0
}
#blog-post article .post-meta {
    margin-bottom: 23px
}
#blog-post article .post-date {
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    width: 70px;
    height: 70px;
    padding-top: 13px;
    float: left;
    margin-right: 30px;
    background: #F69C00
}
#blog-post article .post-date span {
    font-size: 16px;
    text-transform: uppercase
}
#blog-post article .post-title {
    width: 75%;
    float: left
}
#blog-post article .post-title ul {
    text-align: left
}
#blog-post article .post-title ul li {
    display: inline
}
#blog-post article .post-title ul li span {
    font-size: 13px;
    line-height: 13px;
    color: #BBB;
    display: inline-block;
    font-weight: 500;
    border-right: 1px solid #BBB;
    padding: 0 10px
}
#blog-post article .post-title ul li:first-child span {
    padding-left: 0
}
#blog-post article .post-title ul li:last-child span {
    border-right: none
}
#blog-post article>p,
#blog-post.single-post article p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 20px
}
#blog-post article>.read-more {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 39px;
    color: #36ABFC;
    padding: 0;
    display: inline-block
}
#blog-post article>.read-more:hover {
    color: #F69C00
}
#blog-post .sidebar-widget {
    margin-bottom: 30px;
    padding-left: 50px
}
#blog-post .sidebar-widget:last-child {
    margin-bottom: 0
}
#blog-post .blog-left .sidebar-widget {
    padding-left: 0;
    padding-right: 50px
}
#blog-post .sidebar-widget h4 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 31px;
    border-bottom: 1px solid transparent;
    padding-bottom: 11px;
    position: relative
}
#blog-post .sidebar-widget h4:before {
    content: ' ';
    width: 32px;
    height: 2px;
    background: #F69C00;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0
}
#blog-post .sidebar-widget form.search-form {
    border: 1px solid #E9E9E9;
    height: 45px;
    position: relative;
    overflow: hidden
}
#blog-post .sidebar-widget form.search-form input[type=text] {
    border: none;
    font-size: 14px;
    outline: 0;
    height: 45px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    padding-left: 20px;
    background: #161616;
    color: #fff
}
#blog-post .sidebar-widget form.search-form button {
    border: none;
    outline: 0;
    height: 45px;
    background: 0 0;
    line-height: 45px;
    position: absolute;
    right: 0;
    padding: 0 10px;
    color: #B8B7B7;
    margin-right: 10px
}
#blog-post .sidebar-widget .category-list li a,
#blog-post .sidebar-widget .category-list li ul li a {
    display: block;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #DCDCDC;
    font-family: 'Open Sans';
    position: relative;
    line-height: 43px
}
#blog-post .sidebar-widget .category-list {
    margin-top: -10px
}
#blog-post .sidebar-widget .category-list li a {
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#blog-post .sidebar-widget .category-list li ul li a {
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 40px
}
#blog-post .sidebar-widget .category-list li:last-child a {
    border-bottom: 0
}
#blog-post .sidebar-widget .category-list li a:after {
    content: '\f105';
    font-family: FontAwesome;
    line-height: 43px;
    position: absolute;
    right: 0;
    top: 0
}
#blog-post .sidebar-widget .category-list li a .fa {
    margin-right: 10px
}
#blog-post .sidebar-widget .popular-post li {
    margin-bottom: 30px
}
#blog-post .sidebar-widget .popular-post li:last-child {
    margin-bottom: 0
}
#blog-post .sidebar-widget .popular-post li .content-wrap,
#blog-post .sidebar-widget .popular-post li .image-box {
    vertical-align: middle;
    display: table-cell
}
#blog-post .sidebar-widget .popular-post li .image-box {
    width: 120px
}
#blog-post .sidebar-widget .popular-post li .content-wrap {
    padding-left: 30px;
    vertical-align: top
}
#blog-post .sidebar-widget .popular-post li .content-wrap a h5 {
    color: #787878;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    margin: 0;
    transition: all .3s ease;
    font-family: "Open Sans"
}
#blog-post .sidebar-widget .popular-post li .content-wrap a:hover h5 {
    color: #F69C00
}
#blog-post .sidebar-widget .popular-post li .content-wrap span {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    color: #F69C00;
    margin-top: 10px
}
#blog-post .sidebar-widget.text-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -8px
}
#blog-post .sidebar-widget .tag-cloud {
    margin-top: -10px
}
#blog-post .sidebar-widget .tag-cloud a {
    font-size: 13px;
    line-height: 38px;
    color: #787878;
    background: #FBFBFB;
    border: 1px solid #E2E2E2;
    margin-right: 5px;
    display: inline-block;
    padding: 0 22px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 10px;
    font-family: 'Open Sans'
}
#blog-post .sidebar-widget .tag-cloud a:hover {
    color: #fff;
    background: #404040;
    border: 1px solid #404040
}
#blog-post .sidebar-widget .flicker-widget {
    font-size: 0;
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px
}
#blog-post .sidebar-widget .flicker-widget li {
    display: inline-block;
    margin: 10px 4px 0
}
.post-pagination ul {
    text-align: center
}
.post-pagination ul li {
    display: inline
}
.post-pagination ul li a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #8E8D8D;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
    font-size: 24px;
    padding: 0 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.post-pagination ul li.active a,
.post-pagination ul li:hover a {
    background: #404040;
    color: #fff;
    border: 1px solid #404040
}
#contact-content {
    padding: 80px 0 50px
}
#contact-content .container>p,
#contact-content .row>p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center
}
#contact-content .contact-form p {
    margin-bottom: 20px
}
#contact-content .contact-form input,
#contact-content .contact-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #E9E9E9;
    padding-left: 30px;
    background: #F8F8F8
}
#contact-content .contact-form label.error {
    display: none!important
}
#contact-content .contact-form input.error,
#contact-content .contact-form textarea.error {
    border-color: red
}
#contact-content .contact-form textarea {
    height: 200px;
    padding-top: 15px
}
#contact-content .contact-form button {
    background: #36ABFC;
    color: #fff;
    border: none;
    outline: 0;
    font-size: 16px;
    line-height: 40px;
    padding: 0 43px;
    text-transform: uppercase;
    font-weight: 700
}
#contact-content .success {
    color: #42B8E9
}
#contact-content .contact-info h3,
#contact-content .contact-info ul li h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px
}
#contact-content .contact-info p {
    font-size: 14px;
    line-height: 26px;
    color: #8E8D8D;
    font-weight: 500;
    margin-bottom: 30px
}
#contact-content .contact-info ul li img {
    float: left;
    margin-right: 15px
}
#contact-content .contact-info ul li .content {
    float: left;
    width: 60%
}
#contact-content .contact-info ul li h4 {
    margin-bottom: 0
}
.google-map {
    margin-top: 60px;
    width: 100%;
    height: 440px
}
#pricing-faq {
    background: #F9F9F9;
    padding: 80px 0 50px
}
#pricing-faq ul li {
    margin-bottom: 20px
}
#pricing-faq ul li h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px
}
#pricing-faq ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500
}
#our-team-construct {
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover
}
#our-team-construct .section-title h1 {
    color: #fff;
    border-color: #444A53
}
#our-team-construct .single-construct-member {
    text-align: center
}
#our-team-construct .single-construct-member .content {
    text-align: center;
    padding: 82.5px 22px 0;
    background: #1B222C;
    display: block;
    border: 1px solid #565B64
}
#our-team-construct .single-construct-member .content:before {
    background: #EFA600
}
#our-team-construct .single-construct-member:active .content:before,
#our-team-construct .single-construct-member:focus .content:before,
#our-team-construct .single-construct-member:hover .content:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
#our-team-construct .single-construct-member .img-holder {
    border: 9px solid #1B222C;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -82.5px;
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-top: 20px
}
#our-team-construct .single-construct-member h2 {
    color: #666;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    transition: all .3s ease
}
#our-team-construct .single-construct-member p {
    color: #666;
    font-size: 14px;
    margin-top: 11px;
    transition: all .3s ease
}
#our-team-construct .single-construct-member span {
    display: inline-block;
    text-transform: uppercase;
    background: #666;
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    transition: all .3s ease;
    margin-bottom: 24px
}
#our-team-construct .single-construct-member img {
    border: 3px solid #fff
}
#our-team-construct .single-construct-member:hover img {
    opacity: .8;
    filter: alpha(opacity=60);
    border: 3px solid #0063A6
}
#our-team-construct .single-construct-member:hover span {
    background: #000
}
#our-team-construct .single-construct-member:hover p {
    color: #000;
    font-weight: 700!important
}
#our-team-construct .single-construct-member:hover h2,
#our-team-construct .single-construct-member:hover ul li a {
    color: #000
}
#our-team-construct .single-construct-member ul {
    margin-top: 18px;
    padding-bottom: 29px
}
#our-team-construct .single-construct-member ul li {
    display: inline
}
#our-team-construct .single-construct-member ul li a {
    display: inline-block;
    color: #EFA600;
    font-size: 18px;
    margin: 0 14px;
    transition: all .3s ease
}
#our-team-construct .owl-theme {
    position: relative
}
#our-team-construct .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    top: -70px
}
#our-team-construct .owl-theme .owl-nav {
    margin: 0
}
#our-team-construct .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    padding: 0;
    margin: 0 0 0 10px;
    border-radius: 0;
    transition: all .3s ease
}
#our-team-construct .owl-theme .owl-nav [class*=owl-]:hover {
    background: #36ABFC;
    color: #fff
}
#our-team-construct.style-two {
    padding-bottom: 0
}
#our-team-construct.style-two .section-title h1 {
    color: #000
}
#our-team-construct.style-two .single-construct-member .content h2,
#our-team-construct.style-two .single-construct-member ul li a {
    color: #333
}
#our-team-construct.style-two .single-construct-member {
    margin-bottom: 0;
    display: block
}
#our-team-construct.style-two .single-construct-member .content {
    background: #E1E1E6;
    border-color: #E1E1E6
}
#our-team-construct.style-two .single-construct-member .img-holder {
    border-color: #fff
}
#emergency.project-v2 {
    background: url(../img/emergency/bg.png) top right no-repeat #fff;
    background-size: cover
}
#blog-post.single-post article h3 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px
}
#blog-post.single-post article p {
    margin-bottom: 10px
}
#blog-post.single-post article ul li {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 600;
    font-family: 'Open Sans'
}
#blog-post.single-post article ul li .fa-circle {
    font-size: 7px;
    position: relative;
    bottom: 2px;
    margin-right: 7px;
    transition: all .3s ease
}
#blog-post.single-post article ul li .fa:hover,
#blog-post.single-post article ul.highlight li {
    color: #F69C00
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote {
    background: #f5f4f4;
    border-radius: 4px;
    margin-left: 45px;
    margin-top: 50px;
    overflow: hidden;
    position: relative
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote:before {
    background-color: #F69C00;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote p {
    color: #464646;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 45px 5px 103px;
    position: relative
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote p:before {
    color: #d0d0d0;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 55px;
    left: 30px;
    position: absolute;
    top: 30px
}
#blog-post article .expert_quote_area .col-lg-12 .expert_quote span {
    color: #F69C00;
    float: right;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 30px;
    padding-right: 45px;
    text-transform: capitalize
}
#blog-post article .shear_area .shear {
    border: 1px solid #e9e9e9;
    margin-top: 30px;
    overflow: hidden
}
#blog-post article .shear_area .shear a {
    border: 1px solid #F69C00;
    background: #F69C00;
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-right: 16px;
    padding: 19px 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase
}
#blog-post article .shear_area .shear .social_button ul {
    float: left;
    margin: 0;
    padding: 0
}
#blog-post article .shear_area .shear .social_button ul li {
    float: left
}
#blog-post article .shear_area .shear .social_button ul li a {
    background-color: transparent;
    color: #c3c3c3;
    display: inline-block;
    padding: 18px 0 18px 20px;
    border: none
}
#blog-post article .shear_area .shear .social_button ul li a i {
    font-size: 20px
}
#blog-post article .administrator {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    overflow: hidden
}
#blog-post article .administrator .administrator_img {
    padding-bottom: 22px;
    padding-left: 10px;
    padding-top: 18px
}
#blog-post article .administrator .administrator_text {
    margin-left: -42px
}
#blog-post article .administrator .administrator_text h4 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin-top: 18px;
    padding-top: 8px;
    text-transform: uppercase
}
#blog-post article .administrator .administrator_text p {
    color: #999;
    font-size: 14px;
    font-weight: 500
}
#blog-post article .comments_area {
    border: 1px solid #ebebeb;
    margin-top: 30px;
    overflow: hidden
}
#blog-post article .comments_area .comment_title h4 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase
}
#blog-post article .comments_area .single_comment {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    margin: 0 25px 30px
}
#blog-post article .comments_area .single_comment:last-child {
    border: none;
    margin-bottom: 0
}
#blog-post article .comments_area .single_comment .comment_text {
    margin-left: -10px
}
#blog-post article .comments_area .single_comment .comment_text h5 {
    color: #353535;
    font-size: 16px;
    font-weight: 500;
    margin-top: 1px;
    text-transform: capitalize
}
#blog-post article .comments_area .single_comment .comment_text p.c_text {
    color: #999;
    font-size: 15px;
    padding-bottom: 50px
}
#blog-post article .comments_area .single_comment .comment_text p span {
    color: #e84c3d;
    margin-left: 5px;
    font-weight: 500;
    text-transform: capitalize
}
#blog-post article .comments_area .single_comment .comment_text p span.c_date {
    color: #c2c2c2;
    font-size: 13px;
    margin-top: -5px;
    margin-right: 5px
}
#blog-post article .comments_area .single_comment .comment_reply {
    border: none;
    margin: 0
}
#blog-post article .comments_area .single_comment .comment_reply .comment_reply_img {
    margin-left: -20px
}
#blog-post article .comment-box {
    border: 1px solid #ebebeb;
    margin-top: 30px
}
#blog-post article .comment-box .comment-box-title h4 {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0;
    text-transform: uppercase
}
#blog-post article .comment-box .comment-box-field .comment-box-half input[type=text] {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%
}
#blog-post article .comment-box .comment-box-field .comment-box-full textarea {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    height: 186px;
    padding: 20px;
    resize: none;
    width: 100%
}
#blog-post article .comment-box .comment-box-field .comment-box-submit input[type=submit] {
    background: #F69C00;
    border: 1px solid #F69C00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 25px 0 40px;
    padding: 5px 30px;
    text-transform: uppercase
}
#blog-post .no-search-content h2 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative
}
#blog-post .no-search-content h2:after {
    content: "";
    background: #12AEF8;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50px;
    left: 0
}
#blog-post .no-search-content article h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 20px;
    text-transform: uppercase
}
#blog-post .no-search-content .suggesion {
    color: #8e8d8d;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Open Sans'
}
#blog-post .no-search-content .suggesion i {
    margin-right: 10px
}
#blog-post .no-search-content .suggesion-input input[type=text] {
    border: 1px solid #e2e2e2;
    height: 40px;
    padding: 5px 15px;
    width: 75%
}
#blog-post .no-search-content .suggesion-input input[type=button] {
    background: #36ABFC;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 6px 30px;
    border: 1px solid #36ABFC
}
button.mainmenu-toggler,
button.mainmenu2-toggler {
    background: 0 0;
    float: right;
    font-weight: 800;
    height: 33px;
    line-height: 13px;
    padding: 0 11px;
    transition: all .3s ease 0s;
    display: none;
    outline: 0
}
button.mainmenu-toggler {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #fff;
    font-size: 16px
}
button.mainmenu-toggler:hover {
    border-color: #F69C00;
    color: #F69C00
}
.mainmenu-container ul li.dropdown .fa {
    display: none
}
button.mainmenu2-toggler {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #fff;
    font-size: 160px;
    margin-right: 10px
}
button.mainmenu2-toggler:hover {
    border-color: #F69C00;
    color: #F69C00
}
.mainmenu-container2 ul li.dropdown .fa {
    display: none
}
.testimonials_v1 .testimonials_v1_content {
    background-color: #f5f4f4;
    padding: 0 25px
}
.testimonials_v1 .section-title h1 {
    margin-bottom: 50px
}
.testimonials_v1 #testimonials.testimonials_v1_content {
    padding: 50px 30px
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap {
    margin-bottom: 70px;
    padding: 0
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap:last-child {
    margin-bottom: 0
}
#blog-post .sidebar-widget .category-list li a.active {
    color: #F69C00
}
#our-specialist.single-team-page {
    padding-bottom: 30px
}
#our-specialist.single-team-page .col-lg-3 {
    margin-bottom: 70px
}
#our-expertize {
    background: #f5f4f4;
    padding: 73px 0 80px
}
#our-expertize h2 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px
}
#our-expertize p {
    font-weight: 500;
    color: #8E8D8D;
    font-size: 14px
}
#our-expertize p span.highlighted {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}
#emergency.team-page {
    background-color: #F5F4F4
}
#blog-post.faq .faq-content .faq-title h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative
}
#blog-post.faq .faq-content .faq-title h2:after {
    background: #F69C00;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 51px;
    width: 50px
}
.faq .faq-content .faq-text p {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 50px
}
.faq .faq-content .faq-search {
    background: #f9f9f9;
    padding: 20px
}
.faq .faq-content .faq-search input[type=text] {
    border: 1px solid #e9e9e9;
    color: #ccc;
    font-size: 14px;
    padding: 10px 20px;
    width: 79%
}
.faq .faq-content .faq-search input[type=button] {
    background: #36ABFC;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 40px;
    text-transform: uppercase
}
#blog-post.faq .faq-content article {
    margin-bottom: 0
}
.faq .faq-content .general-question {
    margin-top: 50px
}
.general-question .panel-group .panel {
    border-radius: 0;
    margin-top: 15px
}
.general-question .panel-group .panel-default>.panel-heading {
    border-color: #e9e9e9;
    background-color: #fff
}
.general-question .panel-group .panel-default .panel-title {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0
}
.general-question .panel-group .panel-default .panel-title a {
    display: block;
    position: relative
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after,
.general-question .panel-group .panel-default .panel-title a:after {
    font-family: fontawesome;
    background: #f9f9f9;
    border-left: 1px solid #e9e9e9;
    color: #7d7d7d;
    padding: 9px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 24px
}
.general-question .panel-group .panel-default .panel-title a:after {
    content: "\f106"
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
    content: "\f107"
}
.general-question .panel-body {
    padding: 25px 15px 30px
}
#blog-post article .general-question .panel-body .panel_body_up h2 {
    color: #0063A6;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0
}
.general-question .panel-body .panel_body_up p {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500
}
.general-question .panel-body .panel_body_down .panel_down_img {
    float: left
}
.general-question .panel-body .panel_body_down .panel_down_text {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    padding-left: 15px
}
#blog-post article .popular-question h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative
}
#blog-post article .popular-question h2:after {
    content: "";
    position: absolute;
    top: 51px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #F69C00
}
#project-content {
    padding: 80px 0 50px
}
#project-content p {
    font-size: 14px;
    font-weight: 500;
    color: #8E8D8D
}
#project-content.version-2 {
    text-align: center;
    padding: 60px 0 0;
    margin-bottom: -30px
}
#blog.version-two .post-pagination ul {
    text-align: center
}
#blog.version-two .post-pagination ul li {
    display: inline
}
#blog.version-two .post-pagination ul li a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #8E8D8D;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
    font-size: 24px;
    padding: 0 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
#topbar.construct .social ul li a,
.single-construction-welcome .img-holder img,
header.header-v1 .top-info {
    transition: all .3s ease
}
#blog.version-two .post-pagination ul li.active a,
#blog.version-two .post-pagination ul li:hover a {
    color: #fff;
    border: 1px solid #51B7E3
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/resources/preloader.gif)
}
.google-map-full-container {
    width: 100%
}
.google-map-full-container .google-map {
    height: 450px
}
header.header-v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 999999;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}
header.header-v1 .mainmenu-container ul li {
    line-height: 90px
}
header.header-v1 .logo {
    margin: 17px 0
}
header.header-v1 .mainmenu-container ul li.top-icons a i,
header.header-v1 .mainmenu-container>ul>li>a {
    color: #fff
}
header.header-v1 .mainmenu-container ul li.top-icons a i {
    border-color: #fff
}
header.header-v1.header-fixed {
    background: #51B7E3
}
header.header-v1 .top-info ul {
    text-align: right
}
header.header-v1 .top-info ul li {
    display: inline
}
header.header-v1 .top-info ul li span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin-left: 25px
}
header.header-v1.header-fixed .top-info {
    display: none
}
#header-v1-banner {
    padding: 320px 0 0;
    background: url(../img/slides/image6.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
    position: relative
}
#header-v1-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55)
}
#header-v1-banner h1 {
    font-size: 70px;
    line-height: 70px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 20px
}
#header-v1-banner h1.blue {
    background: #04AEEA;
    color: #002431
}
#header-v1-banner h1.red {
    background: #F69C00;
    color: #fff
}
#header-v1-banner p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    margin: 50px 0
}
#header-v1-banner a {
    font-size: 14px;
    line-height: 38px;
    padding: 0 40px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block
}
#page-404-content {
    padding: 165px 0 80px
}
#page-404-content .container {
    background: url(../img/404/404-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 60px 0
}
#page-404-content .container .row>img {
    position: absolute;
    bottom: 0;
    left: 45px;
    transition: all .3s ease
}
#page-404-content .container:hover .row>img {
    opacity: .5
}
#page-404-content .container h1 {
    font-size: 45px;
    line-height: 45px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px
}
#page-404-content .container p {
    font-size: 16px;
    color: #6C6C6C;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px
}
#page-404-content .container a.button-404 {
    background: #36ABFC;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    display: inline-block;
    padding: 0 25px;
    font-weight: 800;
    font-size: 16px;
    border: 1px solid transparent
}
#page-404-content .container a.button-404:hover {
    color: #36ABFC;
    border-color: #36ABFC
}
#page-404-content .container a.button-404:before {
    background: #fff
}
#blog-post .search-content .section-title h1 {
    margin-bottom: 0
}
#blog-post .search-content .single-search-content {
    padding: 50px 0;
    border-bottom: 1px solid #E2E2E2;
    margin: 0
}
#blog-post .search-content .single-search-content:first-child {
    padding-top: 0
}
#blog-post .search-content .single-search-content:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
#blog-post .search-content .single-search-content .img-holder {
    padding-left: 0;
    text-align: center;
    margin: 0
}
#blog-post .search-content .single-search-content .content span {
    font-size: 14px;
    font-weight: 600;
    color: silver;
    line-height: 26px
}
#blog-post .search-content .single-search-content .content h3 {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0
}
#blog-post .search-content .single-search-content .content p {
    color: #8E8D8D;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px
}
#blog-post .search-content .single-search-content .content a {
    color: #36ABFC;
    font-size: 14px;
    font-weight: 600
}
#topbar.construct {
    background: #161616
}
#topbar.construct .social ul li a {
    color: #A2A2A2;
    border-color: #212121
}
#topbar.construct .social ul li a:hover {
    background: 0 0;
    color: #0063A6
}
#topbar.construct .contact-info ul li a {
    color: #A2A2A2;
    font-size: 14px
}
#topbar.construct .contact-info ul li a i,
#topbar.construct .contact-info ul li a:hover,
#topbar.construct .contact-info ul li a:hover i {
    color: #0063A6
}
#topbar.construct .contact-info ul li a i.fa-map-marker {
    font-size: 15px
}
#topbar.construct .contact-info ul li a i.fa-envelope {
    font-size: 12px
}
#topbar.construct .contact-info ul li a i.fa-phone {
    font-size: 14px
}
header.construct .mainmenu-container>ul>li>a {
    color: #515050
}
header.construct .mainmenu-container ul li a:hover,
header.construct .mainmenu-container ul li.top-icons:hover a i,
header.construct .mainmenu-container ul>li.dropdown:after,
header.construct .mainmenu-container ul>li>ul>li.dropdown:after,
header.construct .mainmenu-container ul>li>ul>li.dropdown:hover:after,
header.construct .mainmenu-container>ul>li.current>a,
header.construct nav.mainmenu-container ul>li>ul>li>a:hover,
header.construct nav.mainmenu-container ul>li>ul>li>a:hover:after {
    color: #0063A6
}
header.construct .mainmenu-container ul li a:before,
header.construct .search-box {
    background: #212121
}
header.construct .mainmenu-container ul li a:before {
    color: #0063A6;
    background: #0063A6
}
header.construct .cart-box span {
    color: #1B222C
}
header.construct .mainmenu-container ul li.top-icons:hover a i,
header.construct .mainmenu-container ul>li>ul {
    border-color: #0063A6
}
header.construct .mainmenu-container ul li.top-icons a i {
    color: silver;
    padding: 8px;
    font-size: 14px
}
header.construct .cart-box {
    background: #0063A6
}
#construction-welcome {
    background: #E9E9EA;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0
}
.single-construction-welcome .img-holder {
    border: 5px solid #fff;
    margin-bottom: 30px
}
.single-construction-welcome .img-holder:before {
    background: #0063A6
}
.single-construction-welcome:hover .img-holder img {
    opacity: .45
}
.single-construction-welcome:active .img-holder:before,
.single-construction-welcome:focus .img-holder:before,
.single-construction-welcome:hover .img-holder:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.single-construction-welcome h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: capitalize;
    margin: 0
}
.single-construction-welcome h2:after {
    content: '';
    width: 35px;
    background: #0063A6;
    height: 2px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px
}
.single-construction-welcome h1 {
    color: #000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: .03em;
    margin: 0 0 8px
}
.single-construction-welcome p {
    font-size: 14px;
    line-height: 26px;
    color: #818080;
    font-weight: 500;
    margin: 0
}
#Testimonial p b,
#get-a-price p b,
.single-construction-welcome ul li .fa {
    margin-right: 10px
}
.single-construction-welcome ul {
    margin-top: 19px
}
.single-construction-welcome ul li {
    font-size: 14px;
    line-height: 40px;
    color: #818080;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}
#get-a-price {
    background: #333;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0
}
#Testimonial p.has-btn a,
#get-a-price p.has-btn a {
    font-weight: 700;
    display: inline-block;
    padding: 0 27px;
    bottom: 5px;
    position: relative
}
#get-a-price h2 {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: .03em;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 15px
}
#get-a-price p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
    font-style: italic;
    font-family: "Open Sans", sans-serif
}
#get-a-price p b {
    font-size: 34px;
    color: #161616;
    font-weight: 700;
    font-family: 'PT Serif', sans-serif;
    font-style: italic
}
#get-a-price p.has-btn {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700
}
#get-a-price p.has-btn a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    line-height: 36px;
    margin-left: 10px
}
#get-a-price p.has-btn a:before {
    background: #ccc
}
#Testimonial {
    background: url(../img/resources/get-a-price-bg.jpg) center center no-repeat #003559;
    -webkit-background-size: cover;
    background-size: cover
}
#Testimonial h2 {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: .03em;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 15px
}
#Testimonial p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
    font-style: italic;
    font-family: "Open Sans", sans-serif
}
#Testimonial p b {
    font-size: 34px;
    color: #161616;
    font-weight: 700;
    font-family: 'PT Serif', sans-serif;
    font-style: italic
}
#Testimonial p.has-btn {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 700
}
#Testimonial p.has-btn a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-left: 10px
}
#Testimonial p.has-btn a:before {
    background: #ccc
}
footer.construct {
    background: #161616;
    padding: 80px 0
}
footer.construct .container {
    border-top: 0
}
footer.construct .widget h3 {
    color: #0063A6;
    border-color: #262728
}
footer.construct .widget .contact-info li,
footer.construct .widget .popular-post li {
    border-color: #262728
}
footer.construct .widget .contact-info li,
footer.construct .widget .popular-post li a h5,
footer.construct .widget p {
    color: #636363
}
footer.construct .widget a.read-more {
    color: #0063A6
}
footer.construct .widget .social li a {
    background: 0 0;
    border: 1px solid #0063A6;
    color: #0063A6
}
footer.construct .widget .social li a:hover {
    background: #FB0;
    border: 1px solid #FB0;
    color: #000
}
footer.construct .widget .social li a:before {
    background: #FB0
}
footer.construct .widget .popular-post li a:hover h5 {
    color: #FB0
}
footer.construct .widget .contact-info li .fa {
    color: #636363
}
footer.construct .widget .contact-info li i,
footer.construct .widget .contact-info li span {
    display: table-cell;
    vertical-align: middle
}
footer.construct .widget .contact-info li span {
    line-height: 21px;
    padding-left: 15px;
    font-family: 'Open Sans'
}
footer.construct .widget .contact-info li span a,
footer.construct .widget .our-services li a {
    color: #636363;
    line-height: 20px;
    font-family: 'Open Sans';
    display: block;
    transition: all .3s ease;
    font-size: 14px
}
footer.construct .widget .our-services li a {
    text-transform: capitalize;
    border-bottom: 1px solid #2C2C2E;
    padding-bottom: 8px;
    margin-bottom: 8px
}
footer.construct .widget .contact-info li span a:hover,
footer.construct .widget .contact-info li span a:hover:before,
footer.construct .widget .our-services li a:hover,
footer.construct .widget .our-services li a:hover:before {
    color: #fff
}
footer.construct .widget .our-services li:last-child a {
    border-bottom: 0
}
footer.construct .widget .our-services li a:before {
    font-family: FontAwesome;
    content: '\f105';
    color: #636363;
    font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
    transition: all .3s ease
}
.accrodion .accrodion-header h4,
ul.why-choose-us-facts li .content h4 {
    font-weight: 700;
    font-family: 'Open Sans';
    text-transform: uppercase
}
footer.construct .widget img.positioned {
    margin-top: 0;
    position: relative;
    bottom: 20px;
    width: auto;
    max-width: none;
    float: right
}
#bottom-bar.construct {
    background: #0F0F0F
}
#bottom-bar.construct .container p {
    color: #3F3F3F
}
#why-choose-us {
    padding-top: 80px;
    padding-bottom: 80px
}
#why-choose-us .section-title h1 {
    margin-bottom: 40px
}
#why-choose-us .section-title p {
    color: #8E8D8D;
    font-size: 14px;
    line-height: 26px
}
.why-choose-us-wrap {
    margin-top: 50px
}
.why-choose-us.about-page {
    padding-top: 0;
    padding-bottom: 80px
}
ul.why-choose-us-facts li {
    margin-bottom: 30px
}
ul.why-choose-us-facts li .content,
ul.why-choose-us-facts li .icon-holder {
    display: table-cell;
    vertical-align: middle
}
ul.why-choose-us-facts li .icon-holder {
    width: 40px;
    height: 40px
}
ul.why-choose-us-facts li .icon-holder i.icon {
    color: #EFA600;
    font-size: 40px;
    line-height: 40px
}
ul.why-choose-us-facts li .content {
    padding-left: 30px
}
ul.why-choose-us-facts li .content h4 {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-bottom: 10px
}
ul.why-choose-us-facts li .content p {
    color: #7F7F7F;
    font-size: 14px;
    line-height: 26px;
    margin: 0
}
.style-two .why-choose-us-wrap ul li {
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #E0E0E0
}
.style-two .why-choose-us-wrap ul li:first-child {
    padding-top: 0
}
.style-two .why-choose-us-wrap ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0 solid #E0E0E0
}
.style-two .why-choose-us-wrap ul li .icon-holder {
    width: 70px;
    height: 70px
}
.style-two .why-choose-us-wrap ul li .icon-holder i {
    line-height: 70px;
    font-size: 35px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #EFA600;
    text-align: center
}
.accrodion {
    border: 1px solid #DCDCDC;
    border-top: 0
}
.accrodion:first-child {
    border-top: 1px solid #DCDCDC
}
.accrodion.active,
.accrodion:hover {
    border-color: #EFA600
}
.accrodion.active .accrodion-header,
.accrodion:hover .accrodion-header {
    background: #EFA600;
    border-color: #EFA600
}
.accrodion.active .accrodion-header .expander:before,
.accrodion.active .accrodion-header .icon-holder i,
.accrodion.active .accrodion-header h4,
.accrodion:hover .accrodion-header .expander:before,
.accrodion:hover .accrodion-header .icon-holder i,
.accrodion:hover .accrodion-header h4 {
    color: #fff
}
.accrodion.active .accrodion-header .expander,
.accrodion:hover .accrodion-header .expander {
    border-color: #fff
}
.accrodion .accrodion-header {
    cursor: pointer;
    padding: 12px 20px;
    background: #FFF;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.accrodion .accrodion-header .icon-holder,
.accrodion .accrodion-header h4 {
    display: table-cell;
    vertical-align: middle
}
.accrodion .accrodion-header .icon-holder i {
    font-size: 20px;
    color: #C4C4C4;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.accrodion .accrodion-header h4 {
    padding-left: 10px;
    font-size: 14px;
    color: #363636;
    line-height: 24px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.accrodion .accrodion-header .expander {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #999898;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
.black-box-expert,
.single-we-are-expert,
header.construct.header-curvy .logo {
    position: relative
}
.accrodion .accrodion-header .expander:before {
    color: #999898;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-left: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    vertical-align: top
}
.accrodion .accrodion-header .expander.plus:before {
    content: '+';
    line-height: 23px
}
.accrodion .accrodion-header .expander.minus:before {
    content: '-';
    line-height: 20px
}
.accrodion .accrodion-content {
    display: none;
    padding: 30px 40px 30px 30px;
    background: #FFF
}
.accrodion .accrodion-content p {
    font-size: 15px;
    color: #969595;
    line-height: 24px;
    margin: 0;
    letter-spacing: .04em
}
.single-black-box .content p,
.single-we-are-expert .content p {
    line-height: 26px;
    letter-spacing: .025em;
    font-family: 'Open Sans'
}
.we-are-expert {
    padding: 80px 0
}
.we-are-expert .section-title {
    margin-bottom: 50px
}
.we-are-expert .section-title h1 {
    margin-bottom: 40px
}
.we-are-expert .section-title p {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}
.single-we-are-expert .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0063A6;
    border-top: 2px solid #003E66;
    padding: 40px 37px 45px 45px
}
.single-we-are-expert:hover .content {
    border-color: #000;
    background: #003E66;
}
.single-we-are-expert:hover .content h2,
.single-we-are-expert:hover .content p {
    color: #fff
}
.single-we-are-expert .content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px
}
.single-we-are-expert .content p {
    font-size: 14px;
    color: #fff
}
.black-box {
    padding: 15px 30px;
    background: linear-gradient(#333, #000);
    color: #fff;
    margin-top: 60px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .35);
    overflow: hidden;
    border-radius: 10px;
    max-width: 240px
}
.black-box .section-title {
    margin-bottom: 50px
}
.black-box .section-title h1 {
    margin-bottom: 10px
}
.single-black-box .contentbb h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff
}
.black-box .section-title p {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}
.single-black-box .contentbb p {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff!important
}
.single-black-box:hover .content {
    border-color: #000;
    background: rgba(255, 180, 0, .9)
}
.single-black-box .content h2 {
    font-size: 20px;
    color: #202020;
    font-weight: 700;
    margin: 0 0 10px
}
.single-black-box .content p {
    font-size: 14px;
    color: #fff
}
.service-that-we-offer {
    background: url(../img/service-that-we-offer/bg.jpg) right center no-repeat;
    padding: 80px 0 50px
}
.single-service-that-we-offer {
    margin-bottom: 30px
}
.single-service-that-we-offer .content,
.single-service-that-we-offer .img-holder {
    display: table-cell;
    vertical-align: middle
}
.single-service-that-we-offer .img-holder {
    width: 123px;
    background: #F6B61D
}
.single-service-that-we-offer:hover .img-holder img {
    opacity: .3
}
.single-service-that-we-offer:hover .content {
    background: #212121
}
.single-service-that-we-offer:hover .content h3 {
    color: #E9A502
}
.single-service-that-we-offer .content {
    vertical-align: top;
    border-top: 1px solid #D2D2D2;
    background: #fff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px
}
.single-service-that-we-offer .content h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #202020;
    font-weight: 700;
    margin: 0 0 6px
}
.single-service-that-we-offer .content p {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #8D8D8D
}
header.construct.header-curvy {
    background: url(../img/resources/header-v5-bg.png) no-repeat #1D1D1D;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
header.construct.header-curvy .logo {
    margin: 0;
    padding: 18px 30px 18px 0;
    height: 100%
}
header.construct.header-curvy .logo img {
    position: relative;
    z-index: 99999;
	max-width:338px;
	
}
header.construct.header-curvy .logo:before {
    content: ' ';
    width: 2000px;
    position: absolute;
    top: 0;
    right: 0;
    height: 110%;
    background: url(../img/resources/header-v5-bg.png) no-repeat #0063A6;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 9999;
    transform: skewX(-45deg)
}
header.construct.header-curvy .mainmenu-container ul {
    transition: all .5s ease!important
}
header.construct.header-curvy .mainmenu-container>ul {
    font-size: 0
}
header.construct.header-curvy .mainmenu-container>ul>li>a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    font-family: Roboto, sans-serif;
    padding: 0 18px
}
header.construct.header-curvy .mainmenu-container ul li {
    line-height: 95px
}
header.construct.header-curvy ul.top-icons-wrap>li>a {
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    z-index: 9
}
header.construct.header-curvy .mainmenu-container ul li a:hover,
header.construct.header-curvy .mainmenu-container>ul>li.current>a {
    color: #0298f2
}
header.construct.header-curvy .mainmenu-container ul>li.dropdown:after {
    content: '\f107';
    bottom: auto;
    top: 0;
    line-height: 95px;
    opacity: 1;
    right: 0;
    left: auto;
    text-align: right;
    color: #fff;
    z-index: 2;
    width: auto
}
header.construct.header-curvy .mainmenu-container ul>li.current:after,
header.construct.header-curvy .mainmenu-container ul>li.dropdown:hover:after {
    color: #0063A6; font-weight:bold;
}
header.construct.header-curvy .mainmenu-container ul>li>ul {
    top: 100%;
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}
header.construct.header-curvy .mainmenu-container ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block
}
header.construct.header-curvy .mainmenu-container ul>li>ul>li.dropdown:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    right: 7px;
    top: 9px;
    width: 20px;
    height: 20px;
    display: block;
    color: #0063A6;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    cursor: pointer
}
header.construct.header-curvy .mainmenu-container ul>li>ul>li>ul {
    top: -2px;
    left: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
}
header.construct.header-curvy2 {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
header.construct.header-curvy2 .logo {
    position: relative;
    margin: 0;
    padding: 18px 30px 18px 0;
    height: 100%
}
header.construct.header-curvy2 .logo img {
    position: relative;
    z-index: 99999
}
header.construct.header-curvy2 .mainmenu-container2 ul {
    transition: all .5s ease!important
}
header.construct.header-curvy .mainmenu-container2>ul {
    font-size: 0
}
header.construct.header-curvy2 .mainmenu-container2>ul>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .03em;
    font-family: Roboto, sans-serif;
    padding: 0 18px
}
header.construct.header-curvy2.mainmenu-container2 ul li {
    line-height: 95px
}
header.construct.header-curvy2 ul.top-icons-wrap>li>a {
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    z-index: 9
}
header.construct.header-curvy2 .mainmenu-container2 ul li a:hover,
header.construct.header-curvy2 .mainmenu-container2>ul>li.current>a {
    color: #0298f2
}
header.construct.header-curvy2 .mainmenu-container2 ul>li.dropdown:after {
    content: '\f107';
    bottom: auto;
    top: 0;
    line-height: 95px;
    opacity: 1;
    right: 0;
    left: auto;
    text-align: right;
    color: #000;
    z-index: 2;
    width: auto
}
header.construct.header-curvy2 .mainmenu-container2 ul>li.current:after,
header.construct.header-curvy2 .mainmenu-container2 ul>li.dropdown:hover:after {
    color: #E3960A
}
header.construct.header-curvy2 .mainmenu-container2 ul>li>ul {
    top: 100%;
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}
header.construct.header-curvy2 .mainmenu-container2 ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block
}
header.construct.header-curvy2 .mainmenu-container2 ul>li>ul>li.dropdown:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    right: 7px;
    top: 9px;
    width: 20px;
    height: 20px;
    display: block;
    color: #0063A6;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    cursor: pointer
}
header.construct.header-curvy2 .mainmenu-container2 ul>li>ul>li>ul {
    top: -2px;
    left: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
}
header.construct.header-curvy .logo img {
    transition: all .3s ease
}
header.construct.header-curvy.header-fixed .logo img {
    width: 80%
}
header.construct.header-curvy.header-fixed .logo {
    position: relative;
    margin: 0;
    padding: 12px 0;
    height: 100%
}
header.construct.header-curvy .logo:before {
    transition: all .3s ease
}
header.construct.header-curvy.header-fixed .logo:before {
    height: 115%
}
header.construct.header-curvy.header-fixed .mainmenu-container>ul>li,
header.construct.header-curvy.header-fixed .mainmenu-container>ul>li.dropdown:after {
    line-height: 75px
}
.construct-banner-wrapper .construct-banner-caption h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 23px
}
.construct-banner-wrapper .construct-banner-caption h2 b {
    color: #FF9600;
    font-weight: 800;
    font-size: 50px
}
.construct-banner-wrapper .construct-banner-caption ul {
    background: rgba(0, 0, 0, .6);
    display: inline-block;
    padding: 3px 0
}
.construct-banner-wrapper .construct-banner-caption ul li {
    display: inline
}
.construct-banner-wrapper .construct-banner-caption ul li span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .34em;
    padding: 0 20px;
    border-right: 1px solid #fff
}
.construct-banner-wrapper .construct-banner-caption ul li:last-child span {
    border: none;
    padding-right: 15px
}
.construct-banner-wrapper .construct-banner-caption p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .03em;
    color: #fff;
    font-style: italic;
    margin-top: 23px;
    margin-bottom: 13px
}
.construct-banner-wrapper .construct-banner-caption a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 0 44px
}
.construct-banner-wrapper .construct-banner-caption a:before {
    background: #0063A6
}
.construct-banner-wrapper .construct-banner-caption span.border {
    width: 115px;
    height: 2px;
    background: #F69C00;
    display: block
}
.service-two {
    padding-top: 40px;
    padding-bottom: 80px
}
.service-two-tab-content .img-box {
    margin-bottom: 50px
}
.service-two-tab-content .img-box img:last-child {
    margin-left: 25px
}
.service-two-tab-content h2 {
    color: #242424;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 21px
}
.service-two-tab-content p {
    font-size: 14px;
    color: #000;
    line-height: 26px
}
.service-two-tab-content .caption-box {
    margin-top: 75px
}
.service-two-tab-content .caption-box .caption-box-img,
.service-two-tab-content .caption-box .text-box {
    display: table-cell;
    vertical-align: middle
}
.service-two-tab-content .caption-box .text-box {
    vertical-align: top;
    padding-right: 49px
}
.service-two-tab-content .caption-box .caption-box-img {
    width: 251px
}
.service-two-tab-title ul li:last-child a {
    margin-bottom: 0
}
.service-two-tab-title ul li a {
    font-family: 'Open Sans';
    display: inline-block;
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    padding: 4px 15px;
    width: 100%;
    max-width: 320px;
    position: relative;
    transition: all .3s ease
}
.service-two-tab-title ul li a i {
    margin-right: 10px;
    transition: all .3s ease
}
.service-two-tab-title ul li a:before {
    width: 5px;
    height: 32px;
    content: '';
    position: absolute;
    left: -2px;
    top: -1px;
    bottom: -1px;
    background: 0 0;
    transition: all .3s ease
}
.service-two-tab-title ul li.active a:after {
    height: 100%;
    font-family: FontAwesome;
    content: '\f0d9 ';
    position: absolute;
    right: -2px;
    top: 0;
    line-height: 30px;
    color: #F9F9F9;
    font-size: 24px;
    background: 0 0;
    transition: all .3s ease
}
.service-two-tab-title ul li a:hover,
.service-two-tab-title ul li.active a {
    background: #0063A6;
    color: #FFF;
    border-color: #0063A6
}
.service-two-tab-title ul li a:hover:before,
.service-two-tab-title ul li.active a:before {
    background: #B31312
}
.single-sidebar {
    margin-top: 50px
}
.single-sidebar:first-child {
    margin-top: 0
}
.single-sidebar.call-to-action-box .img-box {
    display: inline-block;
    position: relative
}
.single-sidebar.call-to-action-box .img-box .img-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(179, 19, 18, .9);
    padding: 15px 30px 10px
}
.single-sidebar.call-to-action-box .img-box .img-caption h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px
}
.single-sidebar.call-to-action-box .img-box .img-caption a {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Open Sans';
    font-size: 16px;
    margin: 0;
    font-style: italic
}
.single-sidebar>h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #242424;
    margin: 0
}
.single-sidebar>h4:after {
    content: '';
    background: #12AEF8;
    height: 1px;
    width: 44px;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px
}
.single-sidebar.download-brochure ul li a:hover,
.single-sidebar.download-brochure ul li a:hover .fa {
    color: #12AEF8
}
.single-sidebar.download-brochure ul li a {
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #DEDEDE;
    font-family: 'Open Sans';
    font-weight: 500;
    padding: 25px 0;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    transition: all .3s ease
}
.single-sidebar.download-brochure ul li a .fa {
    font-size: 20px;
    color: #A0A0A0;
    margin-right: 10px;
    transition: all .3s ease
}
.single-sidebar.download-brochure ul li:first-child a {
    padding-top: 0
}
#blog.version-two .blog-wrap {
    margin-bottom: 60px
}
#blog.version-two .post-pagination {
    margin-top: 20px
}
#blog.version-two .blog-wrap .img-wrap {
    position: relative;
    width: 270px
}
#blog.version-two .blog-wrap .img-wrap .date-holder {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #0298f2;
    padding: 20px 18px 15px
}
#blog.version-two .blog-wrap .img-wrap:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px
}
#blog.version-two .blog-wrap .img-wrap .date-holder h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-family: 'Open Sans'
}
#blog.version-two .blog-wrap .img-wrap .date-holder h2 b {
    display: block;
    font-size: 22px
}
#blog.version-two .blog-wrap .content-wrap,
#blog.version-two .blog-wrap .img-wrap {
    display: table-cell;
    vertical-align: middle
}
#blog.version-two .blog-wrap .content-wrap {
    background: #F5F4F4;
    padding-left: 30px
}
#blog.version-two .blog-wrap .content-wrap:before {
    display: none
}
#blog.version-two .post-pagination ul li.active a,
#blog.version-two .post-pagination ul li:hover a {
    background: #FD9C1E;
    border-color: #FD9C1E
}
#blog-post .blog-content .img-holder {
    position: relative
}
#blog-post .blog-content .img-holder .date-holder {
    position: absolute;
    top: 0;
    left: 0;
    background: #F69C00;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 56px 18px 20px;
    text-transform: uppercase;
    font-family: 'Open Sans'
}
#blog-post .blog-content .img-holder .date-holder b {
    font-size: 22px;
    display: block
}
#blog-post .blog-content .img-holder:after,
#blog-post .blog-content .img-holder:before {
    display: none
}
#blog-post article h2 {
    font-size: 22px;
    text-transform: capitalize
}
#blog-post article .meta {
    font-size: 0;
    border-bottom: 1px solid #E1E1E6;
    padding-bottom: 10px;
    margin-bottom: 23px
}
#blog-post article .meta li {
    display: inline-block
}
#blog-post article .meta li a {
    font-size: 13px;
    color: #B0B0B0;
    text-transform: capitalize;
    padding-right: 30px;
    display: block;
    font-weight: 500;
    font-family: 'Open Sans';
    transition: all .3s ease
}
#blog-post article .meta li a:hover {
    color: #F69C00
}
#blog-post article .meta li a i {
    color: #F69C00;
    font-size: 14px;
    margin-right: 10px
}
#blog-post article .meta li a i.fa-comments-o {
    font-size: 16px
}
#blog-post article {
    font-weight: 400
}
#blog-post article>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700
}
#blog-post article>a i {
    color: #F69C00;
    font-size: 15px;
    margin-right: 10px
}
#blog-post .post-pagination ul {
    text-align: left
}
#blog-post .blog-left.pull-right .sidebar-widget {
    padding-right: 0;
    padding-left: 50px
}
#blog-post article.search-result {
    margin-bottom: 0;
    padding: 30px;
    border: 1px solid transparent
}
#blog-post article.search-result:nth-child(even) {
    background: #F9F9F9;
    border-color: #EBEBEB
}
.blog-content article.search-result .img-holder,
.blog-content article.search-result .img-holder+.content {
    vertical-align: top;
    display: table-cell
}
.blog-content article.search-result .img-holder {
    width: 168px
}
.blog-content article.search-result .img-holder+.content {
    padding-left: 30px
}
.blog-content article.search-result .content span {
    font-family: 'PT Serif', sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #9F9F9F;
    margin-bottom: 3px;
    display: inline-block
}
.blog-content article.search-result .content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px
}
.blog-content article.search-result .content p {
    font-size: 14px;
    color: #8E8D8D;
    margin: 0 0 5px;
    font-weight: 500
}
.blog-content article.search-result .content a {
    color: #36ABFC;
    font-size: 14px;
    font-weight: 500
}
#testimonials .single-testimonial {
    border: none;
    margin: 0
}
#testimonials .single-testimonial .profile-info img {
    position: static;
    bottom: 0
}
#testimonials .single-testimonial .content,
#testimonials .single-testimonial .profile-info {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: auto
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content {
    width: auto;
    padding: 0 25px;
    border: 0
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap .single-testimonial .content h2 {
    color: #312F3E;
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin: 30px 0 0
}
#testimonials .single-testimonial .profile-info {
    width: 144px
}
.testimonials_v1 #testimonials.testimonials_v1_content .single-testimoinal-wrap {
    margin: 0 0 30px;
    box-shadow: 0 0 21px rgba(0, 0, 0, .06)
}
#testimonials .single-testimonial .content p {
    margin-top: 25px
}
.testimonials-v2 .section-title h1 {
    margin: 0;
    padding: 0
}
.testimonials-v2 .section-title h1:before {
    display: none
}
.testimonials-v2 .section-title h1:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #F69C00;
    margin: 20px auto 50px
}
.testimonials-v2 .section-title p {
    color: #979696;
    font-size: 16px;
    margin-bottom: 80px
}
.single-testimonial {
    margin-bottom: 30px;
    border: 2px solid #E7E7E7
}
.single-testimonial .content,
.single-testimonial .profile-info {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: auto
}
.single-testimonial .content {
    width: auto;
    padding: 0 25px;
    border: 0
}
.single-testimonial .content h2 {
    color: #312F3E;
    font-size: 14px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin: 30px 0 0
}
.single-testimonial .profile-info {
    width: 144px
}
.single-testimonial .content p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 25px
}
.single-testimonial .content .fa {
    font-size: 19px;
    margin-right: 10px;
    color: #F69C00
}
#project-version-one .gallery-v4 .single-project-item {
    width: 20%;
    float: left;
    margin-bottom: 0
}
.single-project-item {
    position: relative;
    overflow: hidden
}
.single-project-item .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px
}
.single-project-item .content-wrapper:before {
    background: rgba(73, 147, 220, .9)
}
.single-project-item .content {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease
}
.single-project-item .content .button-box {
    position: absolute;
    top: 20px;
    right: 20px
}
.single-project-item .content .button-box a {
    color: rgba(255, 255, 255, 1);
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid rgba(255, 255, 255, 1);
    display: inline-block;
    text-align: center;
    border-radius: 50%
}
.single-project-item .content .text-box {
    display: table-cell;
    vertical-align: bottom
}
.single-project-item .content .text-box h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px
}
.single-project-item .content .text-box span {
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans'
}
.single-project-item:hover .content {
    opacity: 1
}
header.construct.header-curvy .mainmenu-container>ul.mainmenu.one-page-scroll-menu>li>a {
    padding: 0 15px
}
.get-price-btn {
    background: #36ABFC;
    text-transform: uppercase;
    display: inline-block;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    padding: 0 40px;
    font-family: 'Open Sans'
}
.get-price-btn a:before {
    background: #0063A6
}
.colourBox {
    padding: 35px
}
.colourBoxSmall {
    padding: 10px
}
#colourswatches .colourBoxSmall div {
    float: left;
    /*width: 35px;*/
    height: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .5)
}
#colourswatches .colourBoxSmall div:hover {
    float: left;
   /* width: 35px;*/
    height: 35px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .5)
}
#colourswatches div {
    float: left;
    width: 60px;
    height: 0;
    border-radius: 50%;
    margin-bottom: 0
}
#colourswatches div img {
    width: 100px;
    height: 50px;
    padding: 10px 10px 2px
}
#colourswatches span {
    display: block;
    margin-bottom: 5px;
    text-align: center
}
.colourBoxPicker {
    padding: 12px
}
#colourswatchesPicker {
    width: 100%
}
#colourswatchesPicker div {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 0
}
#colourswatchesPicker div img {
    width: 100px;
    height: 50px;
    padding: 5px 10px 2px
}
#colourswatchesPicker .colourBoxPicker div {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 1)
}
#colourswatchesPicker .colourBoxPicker div span {
    display: none!important
}
.search-result {
    padding-top: 30px
}
.bro-shadow {
    background: url(/images/Body-Structural/shadowAlpha.png) right bottom no-repeat rgba(0, 0, 0, 0);
    float: left;
    margin: 10px 0 5px 1px;
    width: 110px!important
}
.bro-shadow img,
.img-shadow img {
    background: #fff;
    display: block;
    position: relative;
    margin: -5px 5px 5px -5px;
    border: 1px solid #a9a9a9;
    padding: 4px
}
.accred {
    padding-top: 70px
}
.accred .col-lg-2 {
    text-align: center
}
#pricing-faq1 li {
    display: inline-block;
    padding-bottom: 10px
}
.isa_error,
.isa_info,
.isa_success,
.isa_warning {
    margin: 10px 0;
    padding: 12px
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3
}
.isa_error,
.isa_error p {
    color: #D8000C!important;
    background-color: #FFBABA!important
}
.isa_error i,
.isa_info i,
.isa_success i,
.isa_warning i {
    margin: 10px 22px;
    font-size: 2em;
    vertical-align: middle
}
#hideDT {
    display: none!important
}
* Navigation Dropdown Styles. **/ .mob-container {
    background: #000
}
.mob-container ul>li {
    position: relative;
    margin: 0;
    padding: 0
}
.mob-container ul>li>a {
    padding: 10px
}
.mob-container ul>li>ul {
    background: #191919;
    position: absolute;
    top: 200%;
    left: 0;
    z-index: 9999;
    width: 225px;
    visibility: hidden;
    opacity: 0;
    border-top: 2px solid #F69C00;
    -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s
}
.mob-container ul>li>ul>li,
.mob-container ul>li>ul>li>a {
    display: block;
    position: relative
}
.mob-container ul>li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}
.mob-container ul>li>ul>li>a {
    border-bottom: 1px solid #2A2A2A;
    color: #767474;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 25px;
    text-align: left;
    text-transform: uppercase;
    transition: all .3s ease 0s
}
.mob-container ul>li>ul>li>a:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 20px;
    display: none;
    transition: all .3s ease
}
.mob-container ul>li>ul>li>a:hover,
.mob-container ul>li>ul>li>a:hover:after {
    color: #F69C00
}
.mob-container ul>li>ul>li:last-child>a {
    border: none
}
.mob-container ul>li.dropdown:after {
    position: absolute;
    bottom: 20px;
    display: block;
    color: #F69C00;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease
}
.mob-container ul>li.dropdown:hover:after {
    opacity: 1
}
.header-fixed .mob-container ul>li.dropdown:after {
    bottom: 10px
}
.mobBurger {
    background: 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #000;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 800;
    height: 33px;
    line-height: 13px;
    margin-right: 10px;
    outline: 0;
    padding: 0 11px;
    transition: all .3s ease 0s
}
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);
.breadcrumb1 {
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .35);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag
}
.breadcrumb a {
    text-decoration: none;
    outline: 0;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    padding: 0 10px 0 30px;
    background: #666;
    background: linear-gradient(#666, #333);
    position: relative;
    text-align: center
}
.breadcrumb a:first-child {
    padding-left: 16px;
    border-radius: 5px 0 0 5px
}
.breadcrumb a:first-child:before {
    left: 14px
}
.breadcrumb a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 10px
}
.breadcrumb a.active,
.breadcrumb a:hover {
    background: #333;
    background: linear-gradient(#333, #000)
}
.breadcrumb a.active:after,
.breadcrumb a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000)
}
.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, .4), 3px -3px 0 2px rgba(255, 255, 255, .1);
    border-radius: 0 5px 0 50px
}
.BasketContentArea,
.plop {
    overflow: hidden;
    height: auto
}
.breadcrumb a:last-child:after {
    content: none
}
.flat a,
.flat a:after {
    background: #fff;
    color: #000;
    transition: all .5s
}
.flat a:before {
    background: #fff;
    box-shadow: 0 0 0 1px #ccc
}
.flat a.active,
.flat a.active:after,
.flat a:hover,
.flat a:hover:after {
    background: #9EEB62
}
#estLeft,
.plop {
    background: #fff
}
.actionBtnL {
    float: left;
    left: -10px
}
#getPrice,
#roofIcons,
#sizeNext,
.fa-rotate-45 {
    float: right
}
#aonav ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 10px;
    clear: both;
    width: 90%;
    color: #000
}
#aonav ul li a {
    color: #000
}
#aonav ul li .active1 {
    border: 1px solid #000
}
#aonav ul li i {
    right: 0;
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 4px
}
.breadcrumb {
    display: none!important
}
#estLeft {
    border: 5px solid #aaa;
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px
}
#estRight {
    padding-left: 10px
}
#estRight .section-title {
    padding-bottom: 40px
}
#stepTop {
    min-height: 90px;
    overflow: hidden;
    padding: 30px 20px 0 15px
}
#plopID {
    min-height: 1085px
}
.plop {
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #000;
    border: 5px solid #aaa;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    min-height: 470px;
    padding: 5px;
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: .1s;
    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: .1s;
    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 1s
}
.plop ul {
    margin: 0;
    padding: 0
}
.plop ul li {
    display: inline-block;
    margin-right: 5px
}
.BasketContentArea {
    background: #fff;
    border: 2px solid #ccc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    margin-right: 10px
}
.BasketContentArea ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.BasketContentArea ul li,
.fa-rotate-45 {
    display: inline-block;
    margin-right: 5px
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 20
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 20
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.fa-rotate-45 {
    -webkit-animation: spin .6s linear;
    -moz-animation: spin .6ss linear;
    animation: spin .6s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(-90deg)
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-90deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}
.buttonsSection {
    margin: 30px 0;
    display: flex;
    flex-wrap: flex
}
#lengthInput,
#pitchInput,
#widthInput {
    width: 119px;
    height: 39px;
    margin: 5px;
    padding-top: 11px
}
#ralAlert, #texAlert,
#step4 {
    margin-left: 20px;
    float: left
}
#getPrice,
#step4 {
    width: 100px;
    margin-top: 0;
    font-weight: 700
}
.flexBut {
    display: flex;
    flex-direction: column;
    justify-content: center
}
#TopNavContainer,
#getaprice,
#roofIcons {
    display: inline-block
}
#intExtSame {
    margin-left: 10px;
    margin-top: 20px
}
#roofIcons {
    margin-top: -80px
}
#commentfrom input {
    min-height: 52px!important;
    font-size: 18px!important;
    padding: 0 .8em!important
}
.whLabel {
    background-url: (images/designs/estimator/whLabel.jpg)
}
#widthInput {
    padding-left: 18px;
    background: url(../images/designs/estimator/whLabel.jpg) -119px 0 no-repeat;
    color: #999;
    font-weight: 700
}
#stage2length:focus~#lengthInput,
#stage2pitch:focus~#pitchInput,
#stage2width:focus~#widthInput {
    background: url(../images/designs/estimator/whLabel.jpg) no-repeat!important;
    color: #fff
}
#lengthInput,
#pitchInput {
    padding-left: 15px;
    background: url(../images/designs/estimator/whLabel.jpg) -119px 0 no-repeat;
    color: #999;
    font-weight: 700
}
#ralAlert {
    display: none;
    max-width: 260px;
    padding: 10px
}

#texAlert {
    display: none;
    max-width: 260px;
    padding: 10px
}
#getaprice {
    background: #0063A6;
    color: #fff;
    height: 40px;
    bottom: 30px;
    padding-bottom: 10px;
    line-height: 36px;
    border: 3px solid #008ECC;
    border-radius: 8px
}
#getaprice:hover {
    border: 3px solid #fff
}
#sizeLeft,
#sizePitch,
#sizeRight {
    width: 30%;
    max-width: 150px;
    float: left
}
#extSizes {
    float: left;
    margin-top: 50px;
    font-weight: 700
}
#step4 {
    display: block
}
#getPrice {
    display: none;
    margin-left: 0
}
.hiddenfields {
    display: none;
    margin: 6px auto
}
.smallInput {
    width: 42px;
    height: 22px;
    line-height: 22px;
    float: left;
    padding: 0;
    text-align: center
}
.basketHeader {
    z-index: 100;
    position: absolute;
    top: -11px;
    border: 4px solid #ccc;
    width: 140px;
    height: 30px;
    background: #fff;
    border-radius: 10px;
    right: 50px;
    float: right;
    font-size: 1em;
    font-weight: 700;
    padding-left: 10px
}
#CookieBox,
#TopNav {
    position: relative;
    margin: 0
}
#TopNav {
    width: 100%;
    background: #2d2d2d;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 15px 3px #272727;
    -moz-box-shadow: 0 1px 15px 3px #272727;
    box-shadow: 0 1px 15px 3px #272727;
    z-index: 101
}
#CookieBox {
    width: 100%;
    text-align: left;
    min-height: 82px
}
.CookieBoxLeft {
    width: 100%;
    padding: 11px 20px 0;
    box-sizing: border-box
}
#TopNavContainer,
.CookieBoxRight {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    width: 100%
}
.CookieBoxLeft h3 {
    font-weight: 700;
    font-size: 15px;
    color: #0298f2;
    padding: 0;
    margin: 0 0 10px
}
.CookieBoxLeft p {
    font-size: 12px;
    color: #fff;
    padding: 0;
    font-weight: 400;
    margin: 10px 0
}
.CookieBoxRight {
    padding: 0 20px 20px;
    box-sizing: border-box;
    right: 0;
    top: 0;
    margin: 0 auto;
    overflow: auto
}
#CookieBox .CookieBoxRight .actionBtnCentre {
    width: 100%;
    float: left;
    padding: 0;
    margin: 8px 0 0
}
#CookieBox .CookieBoxRight .actionBtnCentre:first-child,
#TopNav li img {
    margin-right: 8px
}
#NavBar {
    width: 100%
}
#TopNavContainer {
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    height: 35px;
    background: #2D2D2D;
    z-index: 101
}
.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.skylight  ul li {
	
	font-weight:bold!important; color:black; line-height:2.0em; list-style-type:square; margin-left:15px;
	
}





.black-box-expert,
.bifold-doors,
header.construct.header-curvy .logo {
    position: relative
}
.accrodion .accrodion-header .expander:before {
    color: #999898;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-left: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    vertical-align: top
}
.accrodion .accrodion-header .expander.plus:before {
    content: '+';
    line-height: 23px
}
.accrodion .accrodion-header .expander.minus:before {
    content: '-';
    line-height: 20px
}
.accrodion .accrodion-content {
    display: none;
    padding: 30px 40px 30px 30px;
    background: #FFF
}
.accrodion .accrodion-content p {
    font-size: 15px;
    color: #969595;
    line-height: 24px;
    margin: 0;
    letter-spacing: .04em
}
.single-black-box .content p,
.bifold-doors .content p {
    line-height: 26px;
    letter-spacing: .025em;
    font-family: 'Open Sans'
}
.we-are-expert {
    padding: 10px 0
}
.we-are-expert .section-title {
    margin-bottom: 50px
}
.we-are-expert .section-title h1 {
    margin-bottom: 40px
}
.we-are-expert .section-title p {
    color: #fff;
    font-size: 14px;
    line-height: 26px
}
.bifold-doors .content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	text-align:center;
	padding:20px 10px 10px 20px;
   /* background: #0063A6;
    border-top: 2px solid #003E66;
    padding: 40px 37px 45px 45px*/
}
.bifold-doors:hover .content {
    border-color: #000;
    background: #003E66;
}
.bifold-doors:hover .content h2,
.bifold-doors:hover .content p {
    color: #fff
}
.bifold-doors .content h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px
}
.bifold-doors .content p {
    font-size: 14px;
    color: #fff
}





#topbar.construct .social ul li a,
.single-aluminium-bifolds .img-holder img,
header.header-v1 .top-info {
    transition: all .3s ease;
	font-size:11px;

	text-transform:capitalize
}

#topbar.construct .social ul li a i{
	font-size:18px;
}
#aluminium-bifolds {
    background: #E9E9EA;
    -webkit-background-size: cover;
    background-size: cover;
    /*padding: 80px 0*/
	padding:40px;
}
.single-aluminium-bifolds .img-holder {
    border: 5px solid #fff;
    margin-bottom: 30px
}
.single-aluminium-bifolds .img-holder:before {
    background: #0063A6
}
.single-aluminium-bifolds:hover .img-holder img {
    opacity: .45
}
.single-aluminium-bifolds:active .img-holder:before,
.single-aluminium-bifolds:focus .img-holder:before,
.single-aluminium-bifolds:hover .img-holder:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.single-aluminium-bifolds h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: capitalize;
    margin: 0
}
.single-aluminium-bifolds h2:after {
    content: '';
    width: 35px;
    background: #0063A6;
    height: 2px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px
}
.single-aluminium-bifolds h1 {
    color: #000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: .03em;
    margin: 0 0 8px
}
.single-aluminium-bifolds p {
    font-size: 14px;
    line-height: 26px;
    color: #818080;
    font-weight: 500;
    margin: 0
}
#Testimonial p b,
#get-a-price p b,
.single-aluminium-bifolds ul li .fa {
    margin-right: 10px
}
.single-aluminium-bifolds ul {
    margin-top: 19px
}
.single-aluminium-bifolds ul li {
    font-size: 14px;
    line-height: 40px;
    color: #818080;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif
}