/*
    Template Name    : SR Builders - Constructions
	Description		 : Responsive HTML5 Constructions and Multipurpose Template.
    Version          : 1.0

==================================================
Table of Content
==================================================

1. Fonts - Raleway and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Navigation
6. Search
7. Banner Wrapper
8. Inner Banner
9. Breadcrumb
10. Callouts
11. Services Wrapper
12. Projects Gallery
13. Projects Wrapper
14. Why Choose, Video & Blog
15. Satisfied-wrapper
16. Testimonials Wrapper
17. Partner Logos
18. About Us Page
19. Who we are
20. Faq
21. Testimonials Page
22. Pricing Table
23. Comming Soon
24. 404
25. Typography
26. Tabs
27. Accordians
28. Toggle
29. Count Downs
30. General Services
31. Reconstruction Services
32. Single Services
33. Coming Projects
34. Projects
35. Projects Gallery Page
36. Project Details
37. Blog Page
38. Blog Details
39. Contact Us
40. Footer Wrapper
41. Media Quries 

/*
================================================
1. Fonts - Raleway and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;*/

/*
================================================
2. Common CSS
================================================
*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #3b3b3b;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #7f7f7f;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.top-space {
    margin-top: 20px;
}

.btn, .btn * {
    transition: all 0.3s ease 0s;
}

.offset-top-30 {
    margin-top: 30px;
}

.offset-top-60 {
    margin-top: 60px;
}

.center {
    text-align: center;
}

section {
    float: left;
    width: 100%;
    margin: 82px 0 90px;
}

section h2 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px 0;
}

section h2 span {
    border-bottom: solid 3px #0c6cb6;
}

section p.des {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0 200px 50px;
}

.inner-wrapper p {
    margin-bottom: 15px;
}

/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}

/*
================================================
4. Top Wrapper
================================================
*/
header.home {
    position: relative;
}

.home .top-wrapper {
    padding: 15px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 9;
    /*background: none;*/
    background: rgba(12, 108, 182, 0.7);
}

.top-wrapper {
    padding: 15px 0 30px;
    width: 100%;
    background: #0c6cb6;
    /* background: #0c6cb6;
	background: #0c6cb6 url(../img/header-bg.png) no-repeat bottom center;
	background-size: cover; */
}

.top-wrapper .homepage-bg {
    background: rgba(12, 108, 182, 0.7);
}

.login-signup {
    position: relative;
}

.login-signup li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 25px;
}

.login-signup li a {
    color: #fff;
}

.login-signup li i {
    padding: 0 8px 0 0;
}

.signup-form, .login-form {
    background: #0c6cb6;
    padding: 25px 45px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 42px;
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.6s ease 0s;
    visibility: hidden;
    width: 460px;
    z-index: -99;
}

.signup:hover .signup-form, .login:hover .login-form {
    margin-top: 0;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}

.login:hover a.link:after, .signup:hover a.link:after {
    content: "\f0d8";
    font-family: 'Fontawesome';
    font-size: 24px;
    color: #0c6cb6;
    display: inline-block;
    position: absolute;
    bottom: -24px;
}

.login:hover a:after {
    left: 50px;
}

.signup:hover a:after {
    right: 18px;
}

.signup-form h4, .login-form h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 20px 0;
}

.top-wrapper .login-signup .form-group {
    display: inline-block;
    width: 100%;
}

.top-wrapper .login-signup .form-group i {
    float: left;
    width: 14%;
    background: #000000;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
    padding: 0;
}

.top-wrapper .login-signup .form-group span {
    float: left;
    width: 14%;
    background: #cecece;
    height: 50px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    font-size: 16px;
    border-radius: 6px 0 0 6px;
    padding: 0;
}

.top-wrapper .login-signup input {
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 2%;
    width: 86%;
    border: 1px solid #e5e5e5;
    margin: 0;
    float: left;
    border-radius: 0 6px 6px 0;
}

.top-wrapper .login-signup label {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}

.top-wrapper .login-signup .signup label {
    font-size: 13px;
}

.top-wrapper .login-signup .forget-password a {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}

/* Checkbox styling */
.top-wrapper .login-signup [type="checkbox"]:not(:checked), .top-wrapper .login-signup [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.top-wrapper .login-signup [type="checkbox"]:not(:checked) + label, .top-wrapper .login-signup [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

/* checkbox aspect */
.top-wrapper .login-signup [type="checkbox"]:not(:checked) + label:before, .top-wrapper .login-signup [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
}

/* checked mark aspect */
.top-wrapper .login-signup [type="checkbox"]:not(:checked) + label:after, .top-wrapper .login-signup [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 12px;
    line-height: 0.8;
    color: #000;
    transition: all .2s;
}

/* checked mark aspect changes */
.top-wrapper .login-signup [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.top-wrapper .login-signup [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.top-wrapper .login-signup .btn {
    background: #000000;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 35px 0 0 0;
}

/* Header Contact Info */
.contact-info {
    margin: 15px 0 0 0;
}

.contact-info li {
    color: #0c6cb6;
    display: inline-block;
    font-size: 12px;
    padding: 0 26px;
    vertical-align: top;
    background: url(../images/contact-divider.png) no-repeat left 10px;
}

.contact-info li:first-child, .contact-info li:last-child {
    background: none;
    padding-left: 0;
}

.contact-info li i {
    color: #FFF;
    margin-right: 10px;
    font-size: 24px;
    vertical-align: top;
    padding: 8px 0 0 0;
}

.contact-info li p {
    color: #d8d8d8;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    margin: 0;
}

.contact-info li p span, .contact-info li p a {
    color: #FFF;
    font-size: 14px;
}

/* Get a Free Quote */
.contact-info li.quote {
    padding: 0;
    margin: 15px 0 0 0;
}

.contact-info li.quote a {
    background: #be1e2e;
    border-radius: 4px;
    padding: 8px 18px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-info li.quote .quote-popup {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

.contact-info li.quote .quote-popup .fa.fa-times {
    background: #000000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}

.contact-info li.quote .quote-popup .free-quote {
    bottom: 0;
    height: 520px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 785px;
    background: #0c6cb6;
    padding: 35px 50px;
    transition: all 0.3s ease 0s;
}

.contact-info li.quote .quote-popup .free-quote h2 {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    background: url(../images/free-quote-header.png) no-repeat left 4px;
    padding: 0 0 6px 50px;
    line-height: 24px;
    border-bottom: solid 1px #000000;
    margin: 0 0 22px 0;
}

.contact-info li.quote .quote-popup .free-quote h2 span {
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}

.contact-info li.quote form .form-group {
    display: inline-block;
    width: 100%;
}

.contact-info li.quote form .form-group input, .contact-info li.quote form .form-group textarea {
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 2%;
    width: 86%;
    border: 1px solid #e5e5e5;
    margin: 0;
    float: left;
    border-radius: 0 6px 6px 0;
}

.contact-info li.quote form .form-group textarea {
    border-radius: 6px;
    width: 100%;
    height: 90px;
    line-height: 18px;
    padding: 10px;
}

.contact-info li.quote form .form-group i {
    float: left;
    width: 14%;
    background: #000000;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
    padding: 0;
    margin: 0;
}

.contact-info li.quote form .form-group span {
    float: left;
    width: 14%;
    background: #cecece;
    height: 50px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    font-size: 16px;
    border-radius: 6px 0 0 6px;
    padding: 0;
}

.contact-info li.quote form .btn {
    background: #000000;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

.contact-info li .what-u-get {
    border: dashed 1px #020200;
    padding: 20px 0 0 0;
    border-radius: 5px;
}

.contact-info li .what-u-get h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 16px 16px;
    border-bottom: dashed 1px #020200;
}

.contact-info li .what-u-get ul li {
    padding: 0;
    color: #000;
    font-size: 14px;
    padding: 16px;
    border-bottom: dashed 1px #020200;
    list-style: none;
    background: none;
    width: 100%;
}

.contact-info li .what-u-get ul li i {
    color: #000;
    font-size: 14px;
    padding: 3px 0 0 0;
}

.contact-info li .what-u-get ul li:last-child {
    border: none;
    padding: 0;
}

.contact-info li .what-u-get img {
    width: 100%;
    height: auto;
    border-radius: 0 0 5px 5px;
}

/*
================================================
5. Navigation
================================================
*/
.affix.fadeInDown {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeInDown !important;
    animation-play-state: running;
    animation-timing-function: ease;
}

.fadeInDown {
    animation-name: none !important;
}

.affix.navigation, .home .affix.navigation {
    margin: 0;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.home .navigation {
    padding: 0;
    float: left;
    width: 100%;
    background-color: #b33131;
    z-index: 99;
    top: 0;
    margin: 30px 0 0 0;
}

.navigation {
    padding: 0;
    float: left;
    width: 100%;
    background-color: #b33131;
    z-index: 99;
    top: 0;
    margin: 30px 0 0 0;
}

.navbar-default {
    background-color: inherit;
    border-color: inherit;
}

.navbar {
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: none;
}

.navbar-brand {
    padding: 11px 0 0;
    height: auto;
    display: none;
}

.navbar-nav > li:first-child {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a > i {
    margin-left: 5px;
}

.navbar-nav > li > a {
    padding: 17px 22px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #1e2b37;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li.mega-menu .list-unstyled {
    padding: 0 0 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: inherit;
    /*color: #2f506c;*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #1e2b37;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    background-color: #1e2b37;
}

.dropdown-menu > li > a, .mega-menu li a {
    color: #FFF;
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.navbar-nav > li > .dropdown-menu {
    top: 100%;
    padding: 0;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    background: #b33131;
    border: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .mega-menu li a:focus, .mega-menu li a:hover {
    background: #1e2b37;
    color: #fff;
    text-decoration: none;
}

.nav > li.megamenu {
    position: inherit;
}

.navbar-nav > li > .dropdown-menu.mega-menu {
    left: inherit;
    width: 100%;
    background: #b33131 url(../img/mega-menu-bg.jpg) no-repeat right bottom;
}

.mega-menu li {
    list-style: none;
}

.mega-menu img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 15px;
    right: 30px;
}

/*
================================================
6. Search
================================================
*/
.search {
    padding: 14px 0 14px 0;
}

.search i.fa-search {
    cursor: pointer;
    color: #fff;
}

#search-form {
    position: absolute;
    right: 15px;
    top: 52px;
    z-index: 10;
}

.search #search-form.open #search {
    width: 350px;
}

#search-submit {
    display: none;
}

.search #search-form #search {
    background-color: #1a2530;
    color: #fff;
    height: 50px;
    padding: 0 40px 0 25px;
    transition: all 0.3s ease 0s;
    width: 0;
    border: none;
    margin: 0;
}

.search #search-form .close {
    color: #878787;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 13px;
    top: 8px;
    text-shadow: none;
}

/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
    width: 100%;
    float: left;
}

.banner-wrapper .owl-pagination {
    display: none;
}

.banner-wrapper .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-wrapper .owl-theme .owl-controls {
    margin-top: 0;
}

.banner-wrapper .owl-theme .owl-controls .owl-buttons div {
    width: 37px;
    height: 30px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 58%;
}

.banner-wrapper .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
}

.banner-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/slider-left-arrow.jpg) no-repeat left top;
    left: 0;
}

.banner-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/slider-right-arrow.jpg) no-repeat left top;
    right: 0;
}

.banner-wrapper .banner-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.banner-wrapper .banner-caption h2, .banner-wrapper .banner-caption h3, .banner-wrapper .banner-caption h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 3px 2px #444;
}

.banner-wrapper .banner-caption h2 {
    font-size: 54px;
    margin-bottom: 35px;
}

.banner-wrapper .banner-caption h3 {
    font-size: 34px;
    margin-bottom: 30px;
}

.banner-wrapper .banner-caption h4 {
    font-size: 30px;
    line-height: 44px;
}


.banner-wrapper .banner-caption h2 span.hilighted,
.banner-wrapper .banner-caption h3 span.hilighted {
    padding: 12px 15px;
    background: rgba(12, 108, 182, 0.4);
}

.banner-wrapper .banner-caption a {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: solid 1px #ffffff;
    padding: 12px 20px;
    color: #fff;
    margin: 22px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.banner-wrapper .banner-caption a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.banner-wrapper .banner-caption a:hover:before, .banner-wrapper .banner-caption a:focus:before, .banner-wrapper .banner-caption a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.banner-wrapper .banner-caption a:hover {
    color: #000;
    border: solid 1px #0c6cb6;
}

.banner-wrapper .banner-caption a i {
    padding: 0 0 0 10px;
}

/*
================================================
8. Inner Banner
================================================
*/
.header-container-bg {
    background: transparent url(../img/header-bg.png) no-repeat bottom center;
    background-size: cover;
    float: none;
    padding: 0;
    position: relative;
    z-index: 3;
    min-height: 200px;
}

.inner-banner {
    /* background-image: url(../img/work-architecture-road-street-building-city-343902-pxhere.com.jpg);
	background-position: left center;
	background-size: cover; */
    background: none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    min-height: 200px;
}

.inner-banner.cfpo {
    background-image: url(../img/work-architecture-road-street-building-city-343902-pxhere.com.jpg);
    background-position: left center;
    background-size: cover;
}

.inner-banner h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
}

/*
================================================
9. Breadcrumb
================================================
*/
.inner-breadcrumb {
    background: #efefef;
    border-bottom: solid 1px #dedede;
    float: left;
    width: 100%;
}

.inner-breadcrumb ul li:first-child::before {
    display: none;
    font-size: 0;
}

.inner-breadcrumb ul li:first-child {
    padding-left: 0;
}

.inner-breadcrumb ul li::before {
    color: #535353;
    content: "/ ";
    font-family: 'fontawesome';
    font-size: 12px;
    font-weight: normal;
    left: 0;
    line-height: normal;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}

.inner-breadcrumb ul {
    margin: 0;
    padding: 0;
}

.inner-breadcrumb ul li {
    display: inline-block;
    padding: 12px 8px 12px 14px;
    position: relative;
    color: #535353;
    font-size: 14px;
    line-height: 14px;
}

.inner-breadcrumb ul li:last-child {
    font-weight: 600;
    color: #000;
}

.inner-breadcrumb ul li a {
    color: #535353;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.inner-breadcrumb ul li a:hover {
    color: #000;
}

/*
================================================
10. Callouts
================================================
*/
.callouts-wrapper .callout {
    background: #f2f2f2;
    border-bottom: solid 4px #0c6cb6;
    padding: 20px 20px 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.callouts-wrapper .callout:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.callouts-wrapper .callout:hover:before, .callouts-wrapper .callout:focus:before, .callouts-wrapper .callout:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.callouts-wrapper .callout:hover p, .callouts-wrapper .callout:hover a {
    color: #000;
}

.callouts-wrapper .callout h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.callouts-wrapper .callout p {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.callouts-wrapper .callout a {
    display: inline-block;
    text-align: right;
    width: 100%;
}

/*
================================================
11. Services Wrapper
================================================
*/
.services-wrapper {
    float: left;
    width: 100%;
    margin: 0;
    padding: 82px 0 90px;
    background: url(../images/choose-wrapper-bg.png) repeat left top;
}

.services-wrapper .services {
    border: solid 1px #ccc;
    padding: 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.services-wrapper .services:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.services-wrapper .services:hover:hover:before, .services-wrapper .services:hover:focus:before, .services-wrapper .services:hover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.services-wrapper .services:hover h3, .services-wrapper .services:hover a, .services-wrapper .services:hover p {
    color: #000000;
}

.services-wrapper .services img {
    margin: 0 0 20px 0;
}

.services-wrapper .services h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.services-wrapper .services a {
    color: #4d4d4d;
    font-weight: 600;
}

.services-wrapper p, .services-wrapper p.des {
    color: #4d4d4d;
}

/*
================================================
12. Projects Gallery
================================================
*/
.gal-item {
    overflow: hidden;
    margin: 0 0 30px 0;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 3px;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 15px;
    left: 15px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

/*
================================================
13. Projects Wrapper
================================================
*/
.projects-wrapper {
    margin: 83px 0 60px;
}

/*----- Projects Gallery Tab Links -----*/
.projects-wrapper .tab-links {
    background: #f0f0f0;
}

.projects-wrapper .tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.projects-wrapper .tab-links li {
    float: left;
    list-style: none;
}

.projects-wrapper .tab-links a {
    padding: 12px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: all linear 0.15s;
    text-decoration: none;
    position: relative;
}

.projects-wrapper .tab-links a:hover {
    background: #0c6cb6;
}

.projects-wrapper .tab-links a:hover:before, .projects-wrapper .tab-links li.active a:before, .projects-wrapper .tab-links li.active a:hover:before {
    content: "\f0d7";
    font-family: 'Fontawesome';
    font-size: 24px;
    color: #0c6cb6;
    display: inline-block;
    position: absolute;
    bottom: -16px;
    left: 46%;
}

.projects-wrapper .tab-links li.active a, .projects-wrapper .tab-links li.active a:hover {
    background: #0c6cb6;
}

/*----- Content of Projects Gallery -----*/
.projects-wrapper .tab-content {
    margin: 30px 0 0 0;
}

.projects-wrapper .tab {
    display: none;
}

.projects-wrapper .tab.active {
    display: block;
}

/*
================================================
14. Why Choose, Video & Blog
================================================
*/
.choose-wrapper {
    float: left;
    width: 100%;
    margin: 0;
    background: url(../images/choose-wrapper-bg.png) repeat left top;
}

.choose-wrapper .choose {
    padding: 82px 18px 48px 33px;
}

.choose-wrapper h2 {
    text-align: left;
}

.choose-wrapper .why-choose li {
    background: url(../images/choose-icon.png) no-repeat left top;
    padding: 0 0 0 70px;
    list-style: none;
    margin: 0 0 60px 0;
}

.choose-wrapper .why-choose li:last-child {
    margin: 0;
}

.choose-wrapper .why-choose li h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

/* Blog */
.choose-wrapper .project-blog h2 {
    color: #0c6cb6;
    margin: 0 0 30px 0;
}

.choose-wrapper .project-blog h2 span {
    color: #ffffff;
}

.choose-wrapper .project-blog {
    background: #000;
    padding: 83px 48px 91px;
    width: 100%;
}

.choose-wrapper .project-blog iframe {
    width: 100%;
    height: 270px;
    border: none;
}

.choose-wrapper .project-blog .project {
    margin: 0 0 30px 0;
}

.choose-wrapper .project-blog .blog .owl-pagination {
    display: none;
}

.choose-wrapper .project-blog .blog .item img {
    display: block;
    width: 100%;
    height: auto;
}

.choose-wrapper .project-blog .blog .owl-theme .owl-controls {
    margin-top: 0;
}

.choose-wrapper .project-blog .blog .owl-theme .owl-controls .owl-buttons div {
    width: 20px;
    height: 21px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
}

.choose-wrapper .project-blog .blog .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
}

.choose-wrapper .project-blog .blog .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/logos-left-arrow.jpg) no-repeat left top;
    right: 40px;
}

.choose-wrapper .project-blog .blog .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/logos-right-arrow.jpg) no-repeat left top;
    right: 10px
}

.choose-wrapper .project-blog .blog .blog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.choose-wrapper .project-blog .blog .blog-content h3 {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.choose-wrapper .project-blog .blog .blog-content p.date {
    font-weight: 600;
    font-size: 13px;
}

.choose-wrapper .project-blog .blog .blog-content p {
    color: #000;
    margin: 0;
}

.choose-wrapper .project-blog .blog .blog-content ul {
    margin-bottom: 5px;
}

.choose-wrapper .project-blog .blog .blog-content ul li {
    list-style: none;
    display: inline-block;
    color: #000;
    padding: 0 20px 0 0;
}

/*
================================================
15. Satisfied-wrapper
================================================
*/
.satisfied-wrapper {
    float: left;
    margin: 90px 0;
    width: 100%;
}

.satisfied-wrapper .counter {
    text-align: center;
    background: #f2f2f2;
    padding: 30px 0;
}

.satisfied-wrapper .counter .number {
    font-size: 40px;
    margin: 0 0 32px 0;
    padding: 0;
    color: #000000;
    font-weight: 700;
    position: relative;
}

.satisfied-wrapper .counter .number::before {
    background: #0c6cb6;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 40px;
    width: 40px;
}

.satisfied-wrapper .counter p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}

/*
================================================
16. Testimonials Wrapper
================================================
*/
.testimonials-wrapper {
    background: #000;
    margin: 0;
}

.testimonials-content {
    padding: 82px 48px 40px 33px;
}

.testimonials-wrapper h2 {
    color: #0c6cb6;
    text-align: left;
}

.testimonials-wrapper h2 span {
    color: #ffffff;
}

.testimonials-wrapper h3 {
    color: #0c6cb6;
    font-size: 16px;
    font-weight: 600;
}

.testimonials-wrapper h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
}

.testimonials-wrapper .item p {
    font-size: 15px;
    color: #f5f5f5;
    margin: 0 0 20px 0;
}

.testimonials-wrapper p::before {
    content: "";
    float: left;
    font-family: "Fontawesome";
    margin-right: 20px;
    font-size: 20px;
}

.testimonials-wrapper p::after {
    content: "";
    display: inline-block;
    font-family: "Fontawesome";
    margin-left: 20px;
    font-size: 20px;
}

.testimonials-wrapper .owl-pagination {
    display: none;
}

.testimonials-wrapper .item img {
    display: block;
    width: 100%;
    height: auto;
}

.testimonials-wrapper .owl-theme .owl-controls {
    margin-top: 0;
}

.testimonials-wrapper .owl-theme .owl-controls .owl-buttons div {
    width: 20px;
    height: 21px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
}

.testimonials-wrapper .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
}

.testimonials-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/logos-left-arrow.jpg) no-repeat left top;
    right: 78px;
}

.testimonials-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/logos-right-arrow.jpg) no-repeat left top;
    right: 48px
}

/*
================================================
17. Partner Logos
================================================
*/
.partners {
    margin-bottom: 80px;
}

.partner-logos {
    margin: 0 60px;
}

.partners .owl-carousel .item {
    margin: 0 15px;
}

.partners .item img {
    width: 100%;
    height: auto;
    border: solid 1px #d7d7d7;
    border-radius: 5px;
}

.partners .item img:hover {
    border: solid 1px #0c6cb6;
}

.partners .owl-theme .owl-controls .owl-pagination {
    display: none;
}

.partners .owl-theme .owl-controls .owl-buttons div {
    width: 37px;
    height: 30px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 42%;
}

.partners .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
}

.partners .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/logos-left-arrow.jpg) no-repeat left top;
    left: -60px;
}

.partners .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/logos-right-arrow.jpg) no-repeat left top;
    right: -75px;
}

/*
================================================
18. About Us Page
================================================
*/
.inner-wrapper.about .owl-pagination {
    display: none;
}

.inner-wrapper.about .item img {
    display: block;
    width: 100%;
    height: auto;
}

.inner-wrapper.about .owl-theme .owl-controls {
    margin-top: 0;
}

.inner-wrapper.about .owl-theme .owl-controls .owl-buttons div {
    width: 20px;
    height: 21px;
    border-radius: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
}

.inner-wrapper.about .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5;
}

.inner-wrapper.about .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/logos-left-arrow.jpg) no-repeat left top;
    right: 40px;
}

.inner-wrapper.about .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/logos-right-arrow.jpg) no-repeat left top;
    right: 10px
}

.about .callout {
    background: #f2f2f2;
    border-bottom: solid 4px #0c6cb6;
    padding: 20px 20px 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.about .callout:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.about .callout:hover:before, .about .callout:focus:before, .about .callout:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.about .callout:hover p, .about .callout:hover a {
    color: #000;
}

.about .callout h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.about .callout p {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.about .callout a {
    display: inline-block;
    text-align: right;
    width: 100%;
}

/*
================================================
19. Who we are
================================================
*/
.inner-wrapper h3 {
    font-weight: 600;
}

.who-we .our-work {
    background: #f7f7f7;
}

.who-we .our-work img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}

.who-we .our-work .content {
    padding: 0 30px 20px 30px;
}

.who-we .our-work h4 {
    font-weight: 600;
}

.who-we .our-work a {
    background: #0c6cb6;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 6px 20px;
    margin: 5px 0 0 0;
    display: inline-block;
}

.who-we .our-work a:hover {
    background: #000;
    color: #0c6cb6;
}

.side-wrapper .callout {
    border: solid 1px #ccc;
    border-left: solid 3px #0c6cb6;
    padding: 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin: 0 0 30px 0;
}

.side-wrapper .callout:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.side-wrapper .callout p {
    margin: 0;
}

.side-wrapper .callout:hover:hover:before, .side-wrapper .callout:hover:focus:before, .side-wrapper .callout:hover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.side-wrapper .callout:hover h3, .side-wrapper .callout:hover a, .side-wrapper .callout:hover p {
    color: #000000;
}

.side-wrapper .callout img {
    margin: 0 0 20px 0;
}

.side-wrapper .callout h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

/*
================================================
20. Faq
================================================
*/
.inner-wrapper.faq .panel-group {
    margin-bottom: 0;
}

.inner-wrapper.faq .panel-default > .panel-heading {
    background-color: #efefef;
}

.inner-wrapper.faq .panel-heading {
    border-radius: 0;
    padding: 12px 18px;
    border: none;
}

.inner-wrapper.faq .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.inner-wrapper.faq .panel-title a {
    color: #000;
}

.inner-wrapper.faq .panel-title a.collapsed {
    color: #7d7d7d;
}

.inner-wrapper.faq .panel-title i {
    padding: 0 10px 0 0;
}

/*
================================================
21. Testimonials Page
 ================================================
*/
/* Testimonila one */
.tes-wrapper {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 6px;
    padding: 0;
    margin: 50px 0 0 0;
}

.tes-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.tes-wrapper span {
    border-radius: 100px;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    margin-top: -50px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.tes-wrapper p {
    padding: 0 10px;
}

.tes-wrapper a {
    display: inline-block;
    margin: 20px 0;
}

.tes-border-red {
    border: 4px solid #eb5d68;
}

.tes-border-green {
    border: 4px solid #68C3A3;
}

.tes-border-dark {
    border: 4px solid #777;
}

.tes-wrapper:hover span {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
}

.tes-wrapper h3 {
    border-top: 1px solid #e5e5e5;
    margin: 20px 0 0;
    padding: 20px 0 30px;
    font-weight: 400;
}

/* Testimonials two*/
.testimonials {
    background-image: url(../images/section-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 90px 0;
    margin: 90px 0 0;
    float: left;
    position: relative;
    z-index: 2;
}

.testimonials:before {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.testimonials blockquote {
    border-left: none;
    margin: 0;
}

.testimonials p {
    text-align: center;
    margin: 0 0 30px;
    color: #c8c8c8;
    line-height: 28px;
}

.testimonials p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.testimonials p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    display: inline-block;
    margin-left: 10px;
}

.testimonials .item {
    text-align: center;
}

.testimonials .item img {
    text-align: center;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 40px;
    border: 2px solid #fff;
    margin: 0 0 30px;
    padding: 0;
    border-radius: 50%;
}

.testimonials h3 {
    text-align: center;
    margin: 0 0 30px;
    color: #e6e6e6;
    font-size: 18px;
    font-weight: 600;
}

.testimonials h3 span {
    font-size: 13px;
    color: #777;
}

.testimonials .carousel-control.left, .testimonials .carousel-control.right {
    display: none;
}

.testimonials .carousel-indicators li {
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
}

.testimonials .carousel-indicators .active {
    background-color: #fff;
    width: 15px;
    height: 15px;
}

.testimonials .carousel-indicators {
    bottom: -30px;
}

/* Testimonials three*/
.testimonials.three {
    background: none;
    padding: 0;
}

.testimonials.three::before {
    background: none;
}

.testimonials.three p {
    color: #3b3b3b;
    font-size: 14px;
}

.testimonials.three h3 {
    color: #000;
}

.testimonials.three .carousel-indicators .active {
    background-color: #0c6cb6;
}

.testimonials.three .carousel-indicators li {
    background-color: #ccc;
    border: none;
}

/*
================================================
22. Pricing Table
================================================
*/
.pricing-table p {
    margin: 0 0 15px 0;
}

.pricing-table p.space {
    margin: 0 0 70px;
}

.pricing-table .single-plan .pricing-wrapper {
    border: 1px solid #727272;
    background: #fff;
    border-radius: 10px;
    padding: 40px 60px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.pricing-table .single-plan .pricing-wrapper .pricing-head {
    text-align: center;
}

.pricing-table .single-plan .pricing-wrapper .pricing-head h4 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.pricing-table .single-plan .pricing-wrapper .pricing-head span {
    font-size: 20px;
    font-weight: 300;
}

.pricing-table .single-plan .pricing-wrapper .pricing-currency {
    margin-bottom: 20px;
}

.pricing-table .single-plan .pricing-wrapper .pricing-currency p {
    text-align: center;
    font-size: 76px;
    font-weight: 600;
    margin-top: 40px;
}

.pricing-table .single-plan .pricing-wrapper .pricing-currency p sup {
    font-size: 40px;
    font-weight: normal;
    left: 10px;
}

.pricing-table .single-plan .pricing-wrapper .pricing-currency p sub {
    font-size: 22px;
    font-weight: normal;
    right: 17px;
    bottom: 0;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content ul li p span {
    float: right;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase {
    text-align: center;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #727272;
    color: #fff;
    font-size: 20px;
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn i {
    padding-left: 5px;
    position: relative;
    top: 1px;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover {
    text-decoration: none;
    color: #fff;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #000;
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 3px;
}

.pricing-table .single-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:hover:before {
    width: 100%;
    color: #fff;
}

.pricing-table .single-plan:hover .pricing-wrapper {
    border: 1px solid #0c6cb6;
    box-shadow: 0 5px 54px rgba(248, 207, 39, 0.2);
}

.pricing-table .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #000;
}

.pricing-table .single-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}

.pricing-table .featured-plan .pricing-wrapper {
    border: 1px solid #0c6cb6;
    box-shadow: 0 5px 54px rgba(248, 207, 39, 0.2);
}

.pricing-table .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #000;
}

.pricing-table .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}

.pricing-table .container:hover .featured-plan .pricing-wrapper {
    border: 1px solid #727272;
    box-shadow: none;
}

.pricing-table .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #727272;
}

.pricing-table .container:hover .featured-plan .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #000;
}

.pricing-table .container:hover .featured-plan:hover .pricing-wrapper {
    border: 1px solid #0c6cb6;
    box-shadow: 0 5px 54px rgba(248, 207, 39, 0.2);
}

.pricing-table .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn {
    background: #000;
}

.pricing-table .container:hover .featured-plan:hover .pricing-wrapper .pricing-content .plan-purchase a.buy-plan-btn:before {
    background: #727272;
}

/*
================================================
23. Comming Soon
================================================
*/
.comming-soon {
    background-image: url(https://placeholdit.imgix.net/~text?txtsize=75&bg=333&txtclr=cccccc&txt=1920%C3%971280&w=1920&h=1280);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
}

.comming-soon:before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
}

.comming-soon .cmg {
    margin-bottom: 120px;
}

.comming-soon footer {
    position: fixed;
    bottom: 0;
    margin: 40px 0 0 0;
}

.comming-soon .logo {
    padding: 30px 0;
    display: inline-block;
}

.comming-soon h3 {
    border-top: 1px solid #8f8f8f;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 30px 0 0;
    text-transform: uppercase;
}

.comming-soon ul li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}

.comming-soon ul li span {
    display: inline-block;
    color: #6091ba;
    font-size: 50px;
}

.comming-soon .subscirbe p.sub {
    margin: 0 0 10px 0;
    color: #0c6cb6;
}

.comming-soon h4 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 22px;
}

.comming-soon .subscirbe .form .form-group i {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px 0 0 4px;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 15%;
}

.comming-soon .subscirbe .form .form-group {
    width: 70%;
    float: left;
}

.comming-soon .subscirbe .form input.form-control {
    background: #fff;
    border: none;
    border-radius: 0;
    color: #666;
    width: 85%;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 3%;
    text-align: left;
}

.comming-soon .subscirbe .form input.bttn {
    background: #0c6cb6;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin: 0 0 0 -2px;
    padding: 0;
    text-align: center;
    width: 30%;
    height: 50px;
    line-height: 50px;
}

.count-down {
    margin: 30px 0;
}

.count-down .countdown-row {
    width: 100%;
}

.count-down .countdown-row .countdown-section {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 0;
    text-align: center;
    border-right: solid 5px #4a4e4d;
    width: 25%;
}

.count-down .countdown-row .countdown-section:last-child {
    border: none;
}

.count-down .countdown-row .countdown-amount {
    font-size: 60px;
    font-weight: bold;
    display: block;
    color: #0c6cb6;
    margin: 0 0 30px 0;
}

.count-down .countdown-row .countdown-period {
    font-size: 18px;
    color: #fff;
}

/*
================================================
24. 404
================================================
*/
.error-page {
    margin-top: 56px;
}

.error {
    text-align: center;
}

.error h1 {
    color: #6d6d6d;
    font-size: 150px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.error h1 i {
    color: #0c6cb6;
    padding: 0 10px;
}

.error h2 {
    color: #444444;
    margin: 0 0 30px 0;
}

.error a {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border: solid 1px #000;
    padding: 12px 20px;
    color: #000;
    margin: 22px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.error a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.error a:hover:before, .banner-wrapper .error a:focus:before, .error a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.error a:hover {
    color: #000;
    border: solid 1px #0c6cb6;
}

/*
================================================
25. Typography
================================================
*/
.inner-wrapper .typography .headings {
    border-right: solid 1px #efefef;
    padding-right: 30px;
}

.inner-wrapper .typography h1 {
    font-size: 32px;
}

.inner-wrapper .typography h2 {
    font-size: 28px;
}

.inner-wrapper .typography h3 {
    font-size: 24px;
}

.inner-wrapper .typography h4 {
    font-size: 22px;
}

.inner-wrapper .typography h5 {
    font-size: 18px;
}

.inner-wrapper .typography h6 {
    font-size: 16px;
}

.inner-wrapper .typography h1, .inner-wrapper .typography h2, .inner-wrapper .typography h3, .inner-wrapper .typography h4, .inner-wrapper .typography h5, .inner-wrapper .typography h6 {
    text-align: left;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.inner-wrapper .typography p {
    margin: 0 0 35px 0;
}

.inner-wrapper .typography blockquote {
    font-size: 14px;
}

.inner-wrapper .typography .hover {
    color: #0c6cb6;
}

.inner-wrapper .typography .active {
    color: #000;
}

.inner-wrapper .typography .underline {
    text-decoration: underline;
}

.inner-wrapper .typography .strike {
    text-decoration: line-through;
}

.inner-wrapper .typography strong {
    color: #000;
}

/*
================================================
26. Tabs
================================================
*/
.inner-tabs .nav-tabs {
    background: #f0f0f0;
    border: none;
}

.inner-tabs .nav-tabs li {
    margin: 0;
}

.inner-tabs .nav-tabs li a {
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
    position: relative;
    text-decoration: none;
    transition: all 0.15s linear 0s;
    margin: 0;
    border: none;
    border-radius: 0;
}

.inner-tabs .nav-tabs li.active a, .inner-tabs .nav-tabs li.active a:hover, .inner-tabs .nav-tabs li a:hover {
    background: #0c6cb6;
    border: none;
}

.inner-tabs .nav-tabs a:hover::before, .inner-tabs .nav-tabs li.active a::before, .inner-tabs .nav-tabs li.active a:hover::before {
    content: "\f0d7";
    font-family: 'Fontawesome';
    font-size: 24px;
    color: #0c6cb6;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 46%;
}

.inner-tabs .tab-content {
    margin: 30px 0 0 0;
}

.inner-tabs .with-bg .nav-tabs {
    background: none;
}

.inner-tabs .with-bg .nav-tabs li {
    margin: 0 2px 0 0;
}

.inner-tabs .with-bg .nav-tabs li a {
    background: #f0f0f0;
}

.inner-tabs .with-bg .nav-tabs li.active a, .inner-tab .with-bgs .nav-tabs li.active a:hover, .inner-tabs .with-bg .nav-tabs li a:hover {
    background: #0c6cb6;
    color: #FFF;
}

.inner-tabs .with-bg .tab-content {
    border: solid 1px #0c6cb6;
    margin: 0;
    padding: 20px;
}

.inner-tabs .with-bg .nav-tabs a:hover::before, .inner-tabs .with-bg .nav-tabs li.active a::before, .inner-tabs .with-bg .nav-tabs li.active a:hover::before {
    content: " ";
}

/*
================================================
27. Accordians
================================================
*/
.inner-wrapper.faq .panel-group.two .panel-collapse {
    border-left: solid 1px #efefef;
    border-right: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    border-top: none;
}

.inner-wrapper.faq .panel-group.two .panel-default > .panel-heading {
    border-radius: 5px;
    border: solid 1px #efefef;
    background: none;
}

.inner-wrapper.faq .panel-group.two .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

/*
================================================
28. Toggle
================================================
*/

.inner-wrapper.faq.toggle .panel-title {
    position: relative;
}

.inner-wrapper.faq.toggle .panel-title a {
    display: block;
}

.inner-wrapper.faq.toggle .panel-title a.collapsed:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.inner-wrapper.faq.toggle .panel-title a:after {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

/*
================================================
29. Count Downs
================================================
*/
.count-downs-classic .count-down {
    margin-bottom: 0;
}

.count-downs-classic .count-down .countdown-row .countdown-section {
    background: none;
    padding: 0;
    border: none;
    text-align: left;
}

.count-downs-classic .count-down .countdown-row .countdown-amount {
    border: 1px solid #e7e7e7;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #222222;
    display: inline-block;
    margin: 0 20px 0 0;
}

.count-downs-classic .count-down .countdown-row .countdown-period {
    color: #333;
    text-align: center;
}

/* Count Number */
.count-number {
    background-image: url(https://placeholdit.imgix.net/~text?txtsize=75&bg=333&txtclr=cccccc&txt=1920%C3%97702&w=1920&h=702);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 90px 0;
    margin: 90px 0 0;
    float: left;
    position: relative;
    z-index: 2;
}

.count-number:before {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.count-number h2 {
    color: #0c6cb6;
}

.count-number h2 span {
    border-bottom: 3px solid #fff;
}

.count-number .counter {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
}

.count-number .counter .number {
    font-size: 40px;
    margin: 0 0 32px 0;
    padding: 0;
    color: #0c6cb6;
    font-weight: 700;
    position: relative;
}

.count-number .counter .number::before {
    background: #0c6cb6;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 40px;
    width: 40px;
}

.count-number .counter p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 600;
}

/* Count Number with icon*/
.with-icon {
    margin: 90px 0 0 0;
    text-align: center;
    float: left;
    width: 100%;
}

.with-icon .counter .number {
    font-size: 40px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #222222;
    font-weight: 600;
}

.with-icon .counter i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 20px;
    color: #636363;
    border: solid 1px #e7e7e7;
    margin: 0 0 15px 0;
}

.with-icon .counter p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #333;
}

/*
================================================
30. General Services
================================================
*/
.general-services .services {
    border: solid 1px #ccc;
    padding: 25px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.general-services .services:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c6cb6;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.general-services .services:hover:hover:before, .general-services .services:hover:focus:before, .general-services .services:hover:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.general-services .services:hover h3, .general-services .services:hover a, .general-services .services:hover p {
    color: #000000;
}

.general-services .services img {
    margin: 0 0 20px 0;
}

.general-services .services h3 {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.general-services .services a {
    color: #4d4d4d;
    font-weight: 600;
}

.general-services p {
    color: #4d4d4d;
}

/*
================================================
31. Reconstruction Services
================================================
*/
.recon-services .services {
    text-align: center;
    border: solid 1px #ccc;
    padding: 25px;
}

.recon-services .services i {
    margin: 0 0 20px 0;
    background: #0c6cb6;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.recon-services .services h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.recon-services .services a {
    color: #4d4d4d;
    font-weight: 600;
}

.recon-services p {
    color: #4d4d4d;
}

/*
================================================
32. Single Services
================================================
*/
.single-services img {
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
}

.single-services .services {
    text-align: center;
    border: solid 1px #ccc;
    padding: 25px;
    margin: 0 0 30px 0;
}

.single-services .services i {
    margin: 0 0 20px 0;
    background: #0c6cb6;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.single-services .services h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.single-services p {
    color: #4d4d4d;
}

.single-services .unordered-list ul li {
    list-style: none;
}

.single-services .unordered-list ul li::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 10px 0 0;
}

.single-services .unordered-list.no-space {
    margin: 0 0 10px;
}

.single-services .unordered-list ul {
    margin: 0 0 10px 30px;
}

.single-services .ordered-list ol {
    margin: 0 0 10px 46px;
}

.single-services .ordered-list {
    margin: 0 0 10px;
}

.single-services blockquote {
    border-left: 3px solid #eee;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

/*
================================================
33. Coming Projects
================================================
*/
.inner-wrapper.projects .our-work {
    background: #f7f7f7;
}

.inner-wrapper.projects .our-work img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
}

.inner-wrapper.projects .our-work .content {
    padding: 0 30px 20px 30px;
}

.inner-wrapper.projects .our-work h4 {
    font-weight: 600;
}

.inner-wrapper.projects .our-work a {
    background: #0c6cb6;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 6px 20px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.inner-wrapper.projects .our-work a:hover {
    background: #000;
    color: #0c6cb6;
}

/*
================================================
34. Projects
================================================
*/
.inner-projects h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.inner-projects ul li {
    display: inline-block;
    list-style: none;
    margin: 0 8px 0 0;
}

.inner-projects img {
    width: 100%;
    height: auto;
    margin: 15px 0 0 0;
}

.inner-projects a {
    color: #000;
    font-weight: 600;
}

/*
================================================
35. Projects Gallery Page
================================================
*/
.inner-wrapper.projects-gallery {
    margin-bottom: 60px;
}

.inner-wrapper.projects-gallery .gal-item {
    margin-bottom: 30px;
}

.inner-wrapper.projects-gallery .gal-item .gal-list:hover {
    background: #383838;
}

.inner-wrapper.projects-gallery .gal-item .gal-list:hover h3 {
    color: #fff;
}

.inner-wrapper.projects-gallery .gal-item .gal-list {
    border: dashed 1px #b4b4b4;
    padding: 10px;
    transition: all 0.3s ease 0s;
}

.inner-wrapper.projects-gallery .gal-item h3 {
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.inner-wrapper.projects-gallery .gal-item .box {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.inner-wrapper.projects-gallery .gal-item .box::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    transition: all 0.35s ease-out 0.2s;
    visibility: hidden;
    z-index: 1;
}

.inner-wrapper.projects-gallery .gal-item .box:hover::before {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

.inner-wrapper.projects-gallery .gal-item .box .zoom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-10%);
    transition: all 0.35s ease-out 0s;
    visibility: hidden;
    z-index: 2;
    text-align: center;
    color: #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-wrapper.projects-gallery .gal-item .box:hover .zoom, .gal-item .box:hover .zoom {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.inner-wrapper.projects-gallery .gal-item .box .zoom::before, .gal-item .box .zoom::before {
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.35s ease-out 0s;
}

.inner-wrapper.projects-gallery .gal-item .box:hover .zoom::before, .gal-item .box:hover .zoom::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
}

.inner-wrapper.projects-gallery .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.inner-wrapper.projects-gallery .gal-item a:focus {
    outline: none;
}

.inner-wrapper.projects-gallery .gal-item a::after {
    background: none;
}

.inner-wrapper.projects-gallery .gal-item a i {
    color: #fff;
    font-size: 30px;
}

/*
================================================
36. Project Details
================================================
*/
.current-Projects h2 {
    text-align: left;
    font-size: 18px;
    margin: 0 0 24px 0;
}

.current-Projects h2::after {
    background-color: #0c6cb6;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0;
    width: 40px;
}

.current-Projects img {
    width: 100%;
    height: auto;
}

.current-Projects h3 {
    color: #000000;
    font-size: 14px;
    margin: 0 0 5px;
}

.current-Projects h3 a {
    color: #000;
}

.inner-projects h2 {
    text-align: left;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.inner-projects .comments {
    background: #f5f5f5;
    margin: 10px 0 30px;
    padding: 20px;
    float: left;
    width: 100%;
}

.inner-projects .comments p {
    margin: 10px 0 0 0;
}

.inner-projects .btn-1 {
    background: #0c6cb6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #000;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0 0 10px 0;
}

.inner-projects .form-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    padding-left: 15px;
}

/*
================================================
37. Blog Page
================================================
*/
.inner-wrapper.blog .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}

.inner-wrapper.blog .thumbnail:hover .caption {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.inner-wrapper.blog .thumbnail:hover .caption a.readmore {
    background: #0c6cb6;
    border: solid 1px #0c6cb6;
    color: #000;
}

.inner-wrapper.blog .thumbnail:hover .caption a {
    color: #6c6c6c;
}

.inner-wrapper.blog .thumbnail:hover .hover-img > img {
    opacity: 0.6;
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.inner-wrapper.blog .thumbnail img {
    width: 100%;
}

.inner-wrapper.blog .hover-img {
    background: #2d2e2e;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hover-img > img {
    min-height: 100%;
    transition-duration: 0.5s;
}

.inner-wrapper.blog .date {
    background: #0c6cb6;
    position: absolute;
    top: 0;
    left: 0;
}

.inner-wrapper.blog ul {
    margin: 0;
    padding: 0;
}

.inner-wrapper.blog ul li {
    display: inline-block;
    list-style: none;
}

.inner-wrapper.blog .date li {
    padding: 10px 15px;
    border-left: solid 1px #bf9b25;
    font-weight: 600;
    font-size: 16px;
}

.inner-wrapper.blog .date li:first-child {
    border: none;
}

.inner-wrapper.blog .caption {
    background: #f8f8f8;
    margin: 0;
    padding: 20px 20px 30px;
}

.inner-wrapper.blog .caption h3 {
    margin: 0 0 10px 0;
}

.blog .caption h3 a {
    font-size: 22px;
}

.inner-wrapper.blog .caption h3 a:focus {
    text-decoration: none;
}

.inner-wrapper.blog .caption a {
    color: #000000;
    font-weight: 600;
}

.inner-wrapper.blog .caption a.readmore {
    border: solid 1px #b7b7b7;
    padding: 8px 20px;
}

.inner-wrapper.blog .caption p {
    line-height: 26px;
    margin: 0 0 20px 0;
}

.inner-wrapper.blog .details {
    margin: 0 0 20px 0;
}

.inner-wrapper.blog .details li {
    margin: 0 10px 0 0;
    font-weight: 600;
    color: #6c6c6c;
}

.inner-wrapper.blog .details li span {
    color: #000;
    font-weight: 600;
}

.inner-wrapper.blog .list-inline li a {
    background: #000;
    color: #fff;
    padding: 5px;
}

.blog-pagination {
    text-align: center;
}

.blog-pagination li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.blog-pagination li a {
    padding: 10px 16px;
}

.blog-pagination .pagination > li > a, .blog-pagination .pagination > li > span {
    color: #000;
}

.blog-pagination .pagination > li > a:focus, .blog-pagination .pagination > li > a:hover, .blog-pagination .pagination > li > span:focus, .blog-pagination .pagination > li > span:hover {
    background-color: #0c6cb6;
}

/*
================================================
38. Blog Details
================================================
*/
.inner-wrapper .single-post h2 {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 24px;
}

.inner-wrapper .single-post .list-inline li a {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    padding: 8px;
}

.inner-wrapper .single-post .list-inline li a:hover {
    background: #0c6cb6;
    color: #000;
}

.inner-wrapper .single-post .thumbnail {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
}

.inner-wrapper .single-post .thumbnail .date {
    background: #0c6cb6;
    position: absolute;
    top: 0;
    left: 0;
}

.inner-wrapper .single-post .thumbnail .date li {
    padding: 10px 15px;
    border-left: solid 1px #bf9b25;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

.inner-wrapper .single-post .date li:first-child {
    border: none;
}

.inner-wrapper .single-post .details {
    margin: 0 0 20px 0;
}

.inner-wrapper .single-post .details li {
    margin: 0 10px 0 0;
    font-weight: 600;
    color: #6c6c6c;
    display: inline-block;
}

.inner-wrapper .single-post .details li span {
    color: #000;
    font-weight: 600;
}

.inner-wrapper .single-post img {
    width: 100%;
}

.inner-wrapper .single-post .thumbnail .caption {
    padding: 10px 0 10px 0;
}

.inner-wrapper .single-blog {
    margin: 0 0 30px 0;
}

.inner-wrapper .single-post .form-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    padding-left: 15px;
}

.inner-wrapper .single-post .btn-1 {
    background: #0c6cb6;
    border: medium none;
    border-radius: 0;
    color: #000;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.inner-wrapper .single-post blockquote {
    border-left: 3px solid #eee;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

.inner-wrapper .single-post .list-inline {
    margin: 0 0 20px 0;
}

.inner-wrapper .single-post .sidebar h2 {
    margin-bottom: 26px;
    font-size: 18px;
}

.inner-wrapper .single-post .sidebar h2::after {
    background-color: #0c6cb6;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0;
    width: 40px;
}

.inner-wrapper .single-post .meta {
    font-size: 12px;
}

.align-right {
    text-align: right;
}

.single-post form {
    margin: 0 0 20px;
}

.inner-wrapper .single-post h3 {
    font-size: 14px;
    color: #000000;
    margin: 0 0 5px 0;
}

.inner-wrapper .sidebar #custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 15px 24px 15px;
}

.inner-wrapper .sidebar #custom-search-input input {
    border: 0;
    box-shadow: none;
}

.inner-wrapper .sidebar #custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

.inner-wrapper .sidebar #custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

.inner-wrapper .sidebar #custom-search-input .glyphicon-search {
    font-size: 23px;
}

.inner-wrapper .single-post .latest-blogs {
    margin: 0 0 10px 0;
}

.inner-wrapper .single-post .latest-blog {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.inner-wrapper .single-post .latest-blog:last-child {
    border: none;
}

.inner-wrapper .single-post .meta-info {
    padding: 0;
    margin: 5px 0 0 0;
}

.inner-wrapper .single-post .meta-info h3 a {
    color: #000000;
}

.inner-wrapper .sidebar .meta-info h3 a:hover {
    color: #333;
}

.inner-wrapper .single-post .comments {
    background: #f5f5f5;
    margin: 0 0 30px;
    padding: 20px;
    float: left;
    width: 100%;
}

.inner-wrapper .single-post .comments p {
    margin: 10px 0 0 0;
}

.inner-wrapper .sidebar .unordered-list ul li::before {
    color: #000;
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 10px 0 0;
}

.inner-wrapper .sidebar .unordered-list ul li + li {
    margin: 10px 0 0;
}

.inner-wrapper .sidebar .unordered-list ul {
    margin: 0 0 30px 0;
}

.inner-wrapper .sidebar .unordered-list ul li a:hover, .inner-wrapper .sidebar .unordered-list ul li a:focus {
    color: #333;
    text-decoration: none;
}

.inner-wrapper .single-post .unordered-list ul li {
    list-style: none;
}

.inner-wrapper .single-post .unordered-list ul li::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 10px 0 0;
}

.inner-wrapper .single-post .unordered-list.no-space {
    margin: 0 0 10px;
}

.inner-wrapper .single-post .unordered-list ul {
    margin: 0 0 10px 30px;
}

.inner-wrapper .single-post .ordered-list ol {
    margin: 0 0 10px 46px;
}

.inner-wrapper .single-post .ordered-list {
    margin: 0 0 10px;
}

.inner-wrapper .sidebar .unordered-list ul {
    margin: 0 0 30px 0;
}

.inner-wrapper .sidebar .unordered-list ul li a {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: 0.3s;
    transition-property: transform;
    display: inline-block;
}

.inner-wrapper .sidebar .unordered-list ul li a:hover, .inner-wrapper .sidebar .unordered-list ul li a:focus {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.inner-wrapper .sidebar .tags li {
    display: inline-block;
    list-style: none;
    background: #f5f5f5;
    padding: 5px 12px;
    margin: 0 5px 5px 0;
}

.inner-wrapper .sidebar .tags li:hover {
    background: #0c6cb6;
}

.inner-wrapper .sidebar .tags li:hover a {
    color: #000;
}

.inner-wrapper .sidebar .download-services {
    margin: 5px 0 30px;
    padding: 60px 0;
    width: 100%;
    float: left;
    clear: both;
    background-image: url(https://placeholdit.imgix.net/~text?txtsize=60&bg=333&txtclr=cccccc&txt=625%C3%97285&w=625&h=285);
    background-attachment: inherit;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9;
    position: relative;
    text-align: center;
}

.inner-wrapper .sidebar .download-services::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.inner-wrapper .sidebar .download-services h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 32px;
}

.inner-wrapper .sidebar .download-services a {
    background: #0c6cb6;
    color: #000;
    padding: 8px 22px;
    font-weight: 600;
}

/*
================================================
39. Contact Us
================================================
*/
#googleMap iframe {
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: -1;
    border: none;
}

.inner-wrapper.contact {
    margin-top: 0;
}

.inner-wrapper.contact h2 {
    font-size: 26px;
    text-align: left;
    margin: 0 0 20px 0;
}

.inner-wrapper.contact .contactus {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin: -90px 0 0 0;
    border-radius: 5px;
}

.contactus .contact-list {
    padding: 0 26px 0 26px;
    margin: 48px 0 0 0;
    min-height: 560px;
    background: #f6f6f6;
}

.contactus .contact-list a {
    color: #000;
}

.contactus .contact-list.contact-form {
    background: none;
    padding: 0;
    margin: 0;
}

.contactus .contact-list .contact-icon {
    padding: 10px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: inline-block;
    margin: -44px 0 24px 0;
    background: #f6f6f6;
}

.contactus .contact-list i {
    color: #000000;
    background: #fff;
    font-size: 36px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
}

.contactus .contact-list h3 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.contactus .contact-list h4 {
    border-bottom: dashed 1px #000000;
    margin: 0 0 15px 0;
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.contactus .contact-list p {
    font-size: 14px;
    color: #58595b;
    font-weight: 400;
    margin: 0 0 40px 0;
}

/* Form */
.form .txt[type="text"], .txt[type="password"], .txt[type="email"] {
    border: none;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    width: 100%;
    background: #f6f6f6;
}

.form .txt_3 {
    margin: 10px 0 0;
    padding: 10px 0 10px 10px;
    width: 100%;
    background: #f6f6f6;
    border: none;
}

.form .txt2[type="submit"] {
    background: #000000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 40px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
    float: right;
}

.form txt2:hover {
    background: #fff;
    color: #2d2e2e;
    transition: all 0.5s ease 0s;
}

.contactus .check label {
    font-size: 12px;
    font-weight: 400;
}

/* Contact Us 2*/
.inner-wrapper.contact.two {
    margin-top: 82px;
}

.inner-wrapper.contact.two .contactus {
    margin: 0 0 30px 0;
    background: none;
    box-shadow: none;
    padding: 0;
}

/* Contact Us 3*/
.inner-wrapper.contact.two.three #googleMap iframe {
    margin-top: 48px;
    height: 560px;
}

.inner-wrapper.contact.two.three .contactus {
    margin-bottom: 0;
}

/*
================================================
40. Footer Wrapper
================================================
*/
.footer-wrapper {
    background: #09558f;
    margin: 0;
    padding: 68px 0 41px;
}

.footer-wrapper img {
    margin: 0 0 30px 0;
}

.footer-wrapper h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 50px 0;
    position: relative;
}

.footer-wrapper h3:before {
    background: #0c6cb6;
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: -18px;
}

.footer-wrapper p {
    color: #b0b0b0;
    margin-right: 40px;
}

.footer-wrapper ul li {
    list-style: none;
}

.footer-wrapper ul li a {
    color: #b0b0b0;
}

.footer-wrapper ul li a:hover {
    opacity: 0.7;
}

.footer-wrapper ul.social-icons li {
    display: inline-block;
    margin: 0 8px 14px 0;
}

.footer-wrapper ul.social-icons li i {
    background: #595959;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

.footer-wrapper ul.social-icons li i:hover {
    background: #000;
}

.footer-wrapper input {
    height: 38px;
    background: #595959;
    border: none;
    padding: 0 0 0 10px;
    width: 100%;
    color: #fff;
}

.footer-wrapper textarea {
    height: 86px;
    background: #595959;
    border: none;
    padding: 0 0 0 10px;
    width: 100%;
    color: #fff;
}

.footer-wrapper .btn {
    background: #0c6cb6;
    height: 38px;
    width: 125px;
    text-align: center;
    color: #F9F9F9;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    float: right;
}

footer {
    padding: 8px 0;
    float: left;
    width: 100%;
    /*background: #1d1d1d;*/
    background: #1d1d1d;
}

footer p {
    margin: 0;
    color: #b0b0b0;
    font-size: 13px;
    text-align: center;
}

/* Scroll Up */
#scrollUp {
    background: #000;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 40px;
    z-index: 1000;
}

#scrollUp:hover {
    background: #000;
    color: #fff;
}

#scrollUp i {
    display: block;
    padding-top: 5px;
}

/*
================================================
41. Media Quries
================================================
*/
@media (min-width: 992px) and (max-width: 1200px) {
    .contact-info li {
        display: none;
    }

    .contact-info li:last-child {
        display: block;
    }

    .banner-wrapper .banner-caption {
        display: none;
    }

    .banner-wrapper .owl-theme .owl-controls .owl-buttons div {
        top: 70%;
    }

    .choose-wrapper .project-blog .blog .item img {
        width: auto;
    }

    .testimonials-content h2 {
        font-size: 32px;
    }

    .testimonials-wrapper .owl-theme .owl-controls .owl-buttons div {
        bottom: 26px;
    }

    .testimonials-content {
        padding: 15px 15px 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Common Css */
    section p.des {
        margin: 0 0 50px 0;
    }

    /* Header */
    .home .top-wrapper {
        position: inherit;
        background: #1a2530;
        padding: 15px 0 50px;
    }

    .login-signup {
        margin: 0;
    }

    .contact-info {
        margin: 25px 0 0;
    }

    .contact-info li.quote .quote-popup .free-quote {
        width: 720px;
    }

    /* Navigation */
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }

    .navbar-nav > li > .dropdown-menu.mega-menu {
        background: #0c6cb6;
        left: 0;
    }

    .navbar-nav > li > a {
        padding: 17px;
    }

    .mega-menu li a {
        font-size: 12px;
    }

    /* Banner */
    .banner-wrapper .banner-caption {
        display: none;
    }

    /* Callouts */
    .callouts-wrapper .callout h3 {
        font-size: 14px;
    }

    /* Project Gallery */
    .projects-wrapper .tab-links a {
        font-size: 14px;
        padding: 12px 24px;
    }

    /* Services Wrapper */
    .services-wrapper {
        margin-bottom: 50px;
    }

    .services-wrapper .services {
        margin: 0 0 15px;
    }

    /* Numbering */
    .satisfied-wrapper .counter p {
        font-size: 14px;
    }

    /* About Us */
    #about {
        margin: 30px 0 0;
    }

    /* Who We are */
    .inner-wrapper.who-we .side-wrapper {
        margin: 30px 0 0;
    }

    .inner-wrapper.who-we .side-wrapper .callout {
        margin-bottom: 0;
    }

    /* Pricing Table */
    .pricing-table .featured-plan {
        margin: 0 0 20px;
    }

    .pricing-table .single-plan .pricing-wrapper .pricing-currency p {
        font-size: 70px;
    }

    /* Coming Soon */
    .comming-soon .subscirbe .form input.form-control {
        width: 80%;
    }

    .comming-soon .subscirbe .form .form-group i {
        width: 20%;
    }

    /* tabs */
    .inner-tabs .with-bg {
        margin: 30px 0 0;
    }

    /* General Services */
    .general-services {
        margin-bottom: 50px;
    }

    .general-services .services {
        margin: 0 0 30px;
    }

    /* Reconstruction Services */
    .recon-services {
        margin-bottom: 50px;
    }

    .recon-services .services {
        margin: 0 0 30px;
    }

    /* Contact Us */
    .contactus .contact-list.last {
        margin-top: 80px;
    }

    /* Footer */
    .footer-wrapper .bottom-form {
        margin: 30px 0 0 0;
    }
}

@media (max-width: 767px) {
    /* Common Css */
    section h2 {
        font-size: 20px;
    }

    section p.des {
        margin: 0 0 50px 0;
    }

    .inner-breadcrumb ul li {
        font-size: 13px;
    }

    /* Header */
    .home .top-wrapper {
        padding: 0;
        position: inherit;
    }

    .top-wrapper {
        padding: 15px 0 0 0;
    }

    /* Navigation */
    .affix.navigation {
        background: #242d34;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
    }

    .home .navigation {
        margin: 0;
        padding: 0px 0px 15px 0px;
        /*padding: 15px 0 15px 0;*/
    }

    .navigation {
        margin: 0;
    }

    .navbar-toggle {
        margin-top: 15px;
        background-color: #f4f4f4;
    }

    .navbar-collapse {
        background: #192530;
        border: medium none;
        box-shadow: none;
    }

    .navbar-brand {
        display: block;
        padding: 15px 0px 0px 15px;
        width: 83%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 20px;
    }

    .navbar-nav .open .dropdown-menu {
        background: #0c6cb6;
        position: inherit;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #1a2530;
        color: #fff;
    }

    .navbar-collapse.in {
        max-height: 300px;
    }

    .navbar-nav > li > .dropdown-menu.mega-menu {
        background: #0c6cb6;
    }

    .mega-menu li .row {
        margin: 0;
    }

    /* Banner */
    .banner-wrapper .banner-caption {
        display: none;
    }

    .banner-wrapper .owl-theme .owl-controls .owl-buttons div {
        top: 25%;
    }

    /* Callouts */
    .callouts-wrapper {
        margin-top: 86px;
        text-align: center;
    }

    .callouts-wrapper .callout {
        margin: 0 0 30px 0;
    }

    .callouts-wrapper .callout::after {
        background: none;
    }

    /* Services Wrapper */
    .services-wrapper .services {
        margin: 0 0 30px;
        padding: 15px;
    }

    /* Project gallery */
    .projects-wrapper {
        margin: 85px 0 60px;
    }

    .projects-wrapper .tab-links li {
        width: 50%;
        margin: 0 0 12px 0;
    }

    .projects-wrapper .tab-links a {
        width: 100%;
        text-align: center;
        padding: 12px 0;
        font-size: 14px;
    }

    /* Why Choose */
    .choose-wrapper .choose {
        padding: 86px 0 72px;
    }

    .choose-wrapper .choose h2 {
        font-size: 18px;
    }

    .choose-wrapper .project-blog {
        padding: 87px 15px
    }

    .choose-wrapper .project-blog h2 {
        margin: 0 0 8px 0;
    }

    .choose-wrapper .project-blog .blog h2 {
        margin: 0 0 40px 0;
    }

    .choose-wrapper .project-blog .blog .item img {
        width: inherit;
    }

    /* Numbering */
    .satisfied-wrapper {
        margin-bottom: 60px;
    }

    .satisfied-wrapper .counter {
        margin: 0 0 30px 0;
    }

    /* Testimonials */
    .testimonials-content {
        padding: 87px 15px 77px;
    }

    .testimonials-wrapper .owl-theme .owl-controls .owl-buttons div {
        bottom: 36px;
    }

    /* Partner Logos */
    .partners {
        margin-top: 85px;
    }

    /* About Us */
    #about {
        margin: 30px 0 0;
    }

    .about .callout {
        margin: 0 0 30px 0;
    }

    /* Who we are */
    .who-we .our-work {
        margin: 0 0 30px 0;
    }

    /* Coming Soon */
    .comming-soon h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .comming-soon form {
        text-align: center;
    }

    .comming-soon .subscirbe .form .form-group {
        display: inline-block;
        margin: 0;
        width: 100%;
        float: none;
    }

    .comming-soon .subscirbe .form input.form-control {
        border-radius: 0 4px 4px 0;
    }

    .comming-soon .subscirbe .form input.bttn {
        margin: 0 0 0 15%;
        width: 60%;
        float: none;
        border-radius: 4px;
    }

    .count-down .countdown-row .countdown-section {
        padding: 12px 0;
    }

    .count-down .countdown-row .countdown-amount {
        font-size: 30px;
        margin: 0 0 10px 0;
    }

    .count-down .countdown-row .countdown-period {
        font-size: 14px;
        color: #fff;
    }

    /* Error Page */
    .error h1 {
        font-size: 120px;
    }

    .error h2 {
        font-size: 16px;
        line-height: 24px;
    }

    /* Typography */
    .inner-wrapper .typography .headings {
        border-bottom: 1px solid #efefef;
        border-right: medium none;
        margin-bottom: 30px;
        padding-right: 0;
    }

    /* Accordians */
    .inner-wrapper.faq .panel-group.two {
        margin: 30px 0 0 0;
    }

    /* Testimonials */
    .tes-wrapper {
        margin-bottom: 90px;
    }

    .tes-wrapper.m-margin {
        margin-bottom: 0;
    }

    /* Pricing table */
    .pricing-table .single-plan .pricing-wrapper {
        padding: 30px;
        margin-top: 25px;
    }

    .pricing-table .single-plan .pricing-wrapper .pricing-currency p {
        font-size: 60px;
    }

    /* Tabs */
    .inner-tabs .with-bg {
        margin: 30px 0 0;
    }

    .inner-tabs .nav-tabs li a {
        padding: 12px;
        font-size: 12px;
    }

    /* Count Downs */
    .count-downs-classic .count-down .countdown-row .countdown-amount {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 18px;
        display: block;
        margin: 0;
    }

    .count-downs-classic .count-down .countdown-row .countdown-section {
        text-align: left;
    }

    .count-number {
        padding-bottom: 60px;
    }

    .count-number .counter {
        margin-bottom: 30px;
    }

    .with-icon .counter {
        margin-bottom: 30px;
    }

    /* General Services */
    .general-services .services {
        margin: 0 0 30px;
    }

    /* Reconstruction Services */
    .recon-services .services {
        margin: 0 0 30px;
    }

    /* Single Services */
    .single-services .side-wrapper {
        margin: 30px 0 0 0;
    }

    /* coming Projects */
    .inner-wrapper.projects .our-work {
        margin: 0 0 30px 0;
    }

    /* Projects */
    .inner-projects {
        margin: 0 0 50px 0;
    }

    /* Project Details */
    .current-Projects img {
        margin: 0 0 10px 0;
    }

    .inner-projects .comments img {
        margin: 0 0 10px 0;
    }

    /* Single Post */
    .inner-wrapper .single-post .meta-info {
        padding: 5px 15px;
    }

    .inner-wrapper .single-post .latest-blog {
        border: none;
    }

    .inner-wrapper .sidebar #custom-search-input {
        margin-top: 15px;
    }

    /* Contact Us */
    .contactus .contact-list.last {
        margin-top: 80px;
    }

    .inner-wrapper.contact .contactus {
        padding: 20px;
    }

    /* Footer */
    .footer-wrapper {
        padding-top: 92px;
    }

    .footer-wrapper [class*="col-"] {
        margin: 0 0 48px 0;
    }
}
