/*------------------------------------------------------------------
Author       : Code-Theme
Template Name: BuildPower - HTML5 Template
Version      : 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Section Headings
3. Section Info
4. Section Welcome
5. Section Services Home 4
6. Section Who We Are
7. Section Services
8. Section Projects
9. Section Info Help
10.Section Our Team
11.Section Pricing
12.Section Testimonials
13.Section Bog
14.Section Parallax Image Home 2
15.Section Video Home 3
16.Section Choosing Us
17.Section Projects
18.Section Counter Us
19.Section Services
20.Section Request
21.Section Blog
22.Section Footer
23.Section Partners
24.Inner Page About Us
25.Inner Page Our Team
26.Inner Page 404
27.Inner Page Login
28.Inner Coming Soon
29.Inner Page Under Construction
30.Inner Page Services
31.Inner Page Services Details
32.Inner Page Projects
33.Inner Page Projects Single
34.Inner Page Faq
35.Inner Page Blog
36.Inner Page Blog-RightSidebar
37.Inner Page Blog Details
38.Inner Page Contact Us
39.PreLoader
40.Medias Queries
-------------------------------------------------------------------*/
/*-----------------------------------*/
/*------ 1. TYPOGRAPHY ------*/
/*-----------------------------------*/
html {
    font-size: 15px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden !important;
}

p {
    line-height: 1.8rem;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

h2 {
    font-family: 'Raleway', sans-serif;
    color: #222;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

    h2 span {
        font-weight: 600;
        color: #fab702;
    }

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.top-headings-section {
    padding-bottom: 2rem;
}

    .top-headings-section p {
        margin-left: auto;
        margin-right: auto;
        font-weight: 400;
        color: #555;
        max-width: 550px;
    }

    .top-headings-section h2::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #fab702;
        content: " ";
        width: 100px;
        margin: 0 auto;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title {
    padding-left: 35px;
    position: relative;
    margin-bottom: 2rem;
}

    .section-title:before {
        top: 0;
        left: 0;
        bottom: 0;
        width: 15px;
        content: '';
        border-radius: 3px;
        position: absolute;
        background-color: #fab702;
    }

    .section-title h3 {
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
    }

    .section-title h2 {
        font-size: 36px;
        color: #fab702;
        text-transform: uppercase;
    }

    .section-title.col-md-5 {
        margin-left: 1rem;
    }

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.bg-white {
    background: #fff !important;
}

/*-----------------------------------*/
/*------ 2. SECTION HEADINGS ------*/
/*-----------------------------------*/
.header-top {
    background: #fab702;
    color: #7f8997;
    display: block;
    padding: 1rem 0;
}

.header.head-tr {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.header-top.head-tr {
    background: #fab702;
    color: #7f8997;
    display: block;
    padding: 5px 0;
}

.heading.head-tr {
    background: #fff;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width: 767px) {
    .header-top {
        padding: 0px;
    }
}

.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
}

.top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top p {
    margin-right: 2rem;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

    .header-top p i {
        color: #000;
        margin-right: .5rem;
        font-size: 1.3rem;
    }

.top-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .top-social .login-wrap ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        list-style: none;
        margin-bottom: 0px;
    }

        .top-social .login-wrap ul li {
            padding: 0px 12px;
            position: relative;
        }

            .top-social .login-wrap ul li a {
                color: #fff;
                text-decoration: none;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                .top-social .login-wrap ul li a:hover {
                    color: #fff;
                }

                .top-social .login-wrap ul li a i {
                    margin-right: 5px;
                }

.header-top .social-icons {
    text-align: right;
    margin-left: .6rem;
}

    .header-top .social-icons i {
        line-height: 26px;
        font-size: 1.2rem;
        margin-right: 1rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

.social-icons-header .fa-facebook {
    color: #fff;
}

.social-icons-header .fa-twitter {
    color: #fff;
}

.social-icons-header .fa-google-plus {
    color: #fff;
}

.social-icons-header .fa-linkedin {
    color: #fff;
}

.social-icons-header .fa-skype {
    color: #fff;
}

.header-top .social-icons:hover {
    color: #fab702;
}

.header-top .dropdown {
    display: inline-block;
    background: transparent;
}

    .header-top .dropdown button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

        .header-top .dropdown button:hover {
            color: #fff;
        }

    .header-top .dropdown .dropdown-menu {
        border-radius: 0;
        left: auto;
        margin: 0;
        min-width: 115px;
        padding: 0px;
        position: absolute;
        right: 0;
        z-index: 9999999;
    }

.header-top .dropdown-menu img {
    margin-right: 5px;
}

.header-top .dropdown-menu li {
    color: #333;
    cursor: pointer;
    padding: 5px 10px;
}

    .header-top .dropdown-menu li:hover {
        background: #eee none repeat scroll 0 0;
    }

.heading {
    background: #fff;
    color: #000;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.sticky,
.sticky.head-tr {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media screen and (max-width: 991px) {
    .heading.head-tr {
        background: #fff;
        color: #000;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .header.head-tr #main-menu {
        background: #fff;
        width: 100%;
    }

        .header.head-tr #main-menu ul a,
        .header.head-tr #main-menu .po a::after {
            color: #000 !important;
        }

    .sticky.head-tr {
        background: #fff;
        color: #000;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /*background: #121B22 none repeat scroll 0 0;*/
    }

    .header.head-tr .heading .logo img {
        padding-left: 15px;
        padding-bottom: 1rem;
    }

    .header.head-tr .button-menu {
        padding-right: 18px !important;
    }

    .heading.head-tr .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header.head-tr .search-button,
    .header.head-tr .button-menu {
        margin-bottom: 1rem !important;
    }
}

.heading .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heading .logo img {
    padding:3px 0;
    width: 120px;
}

@media screen and (max-width: 414px) {
    .heading .logo img {
        width: 100px;
    }
}

@media screen and (max-width: 575px) {
    .header.head-tr #bloq-search {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tp-caption.slid-2 {
        padding-top: 7.7rem;
    }
}

.search-button,
.button-menu {
    border: 0;
    font-size: 1.5rem;
    margin: 0;
    padding: 0 .5rem;
    background: transparent;
    color: #f0ad4e;
    cursor: pointer;
}

    .search-button:focus,
    .button-menu:focus {
        outline: 0;
    }

.search-button {
    color: #fff;
    margin-left: auto;
    margin-right: .8rem;
}

.get-quote {
    background: transparent;
    margin-left: 2rem;
    color: #fff;
    padding: 1rem;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .get-quote:hover {
        background: #fab702;
        color: #fff !important;
    }

    .get-quote p {
        text-transform: capitalize;
        margin: 0px;
        font-weight: 600;
    }

    .get-quote a {
        text-decoration: none;
        color: #fff;
    }

        .get-quote a:hover {
            color: #fff;
        }

#bloq-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.bloq-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    margin: 1.3rem 0;
    z-index: 1;
}

    .bloq-search input[type="text"] {
        border: 1px solid #fab702;
        border-radius: 5px 0 0 5px;
        margin-bottom: 0px;
        padding: 1rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .bloq-search input[type="submit"] {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: 0;
        width: auto;
        border-radius: 0 5px 5px 0;
        background: #fab702;
        color: #fff;
        cursor: pointer;
        margin-bottom: 0px;
        padding: 0 1rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .bloq-search input[type="submit"]:hover {
            background: #0d1c33;
            color: #fff;
        }

#main-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

    #main-menu ul {
        padding: 0;
        list-style: none;
        margin: 1rem 0 0 0;
    }

        #main-menu ul a {
            font-size: 18px;
            font-weight: bold;
            display: block;
            padding: 7px 0;
            text-align: center;
            color: #2f2f2f;
            /* text-transform: uppercase;*/
            border-top: 1px solid #d4d4d4;
            text-decoration: none;
        }

            #main-menu ul a:hover,
            #main-menu ul li.active a {
                color: #fab702;
            }

    #main-menu .card {
        background: transparent;
    }

        #main-menu .card a:hover {
            background: transparent;
        }

    #main-menu .po a::after {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #fff;
        margin-left: .3rem;
    }

.text-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*------ HEADER SLIDER ------*/
.rev_slider_wrapper {
    width: 100%;
}

.slotholder {
    position: relative;
}

    .slotholder:after {
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        pointer-events: none;
    }

.tp-leftarrow {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .tp-leftarrow:hover {
        background: #fab702;
    }

.tp-rightarrow {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .tp-rightarrow:hover {
        background: #fab702;
    }

.tp-parallax-wrap {
    top: 10px;
}

.tp-bannertimer {
    z-index: 21;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 48px;
}

.mfp-bg {
    z-index: 1112;
}

.mfp-wrap {
    z-index: 1113;
}

.rev_slider a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-theme-colored2 {
    color: #fab702 !important;
}

.tp-caption.font-p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 496px) {
    .tp-caption.font-p {
        margin-top: .8rem;
    }
}

.btn-default.btn-theme-colored2 {
    color: #fff;
    font-weight: 600;
    background-color: #0d1c33;
    border-color: #fff;
    font-size: 16px;
    padding: 13px 32px;
    margin-top: .8rem;
    margin-right: 1rem;
    line-height: 1.3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .btn-default.btn-theme-colored2:hover {
        background: #fab702;
        color: #fff;
        border-color: #fff;
    }

.btn-dark.btn-theme-colored {
    color: #fff;
    background-color: #fab702;
    border-color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 32px;
    margin-top: .8rem;
    line-height: 1.3;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .btn-dark.btn-theme-colored:hover {
        background: #0d1c33;
        color: #fff;
        border-color: #fff;
    }

/*------ BUTTOM HOVER EFFECT ------*/
/* Box colors */
.bg-1 {
    background: transparent;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px;
}

.bg-2 {
    background: #fff;
    color: #000;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bg-3 {
    background: transparent;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-4 {
    background: transparent;
    color: #fff;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Common button styles */
.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin-bottom: 0px;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .button:focus {
        outline: none;
    }

    .button > span {
        vertical-align: middle;
    }

/* Text color adjustments */
.bg-1 .button {
    color: #fff;
    border-color: #fab702;
}

.bg-2 .button {
    color: #000;
    border-color: #fab702;
}

.bg-4 .button {
    color: #fff;
    border-color: transparent;
}

.bg-3 .button {
    color: #fff;
    border-color: #fab702;
}

@media screen and (max-width: 768px) {
    .bg-3 {
        padding-top: 1rem;
    }
}
/* Sizes */
.button--size-s {
    font-size: 15px;
    font-weight: bold;
}

.button--size-m {
    font-size: 16px;
}

.button--size-l {
    font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.button--text-thin {
    font-weight: 300;
}

.button--text-medium {
    font-weight: 500;
}

.button--text-thick {
    font-weight: 600;
}

.button--round-s {
    border-radius: 5px;
}

.button--round-m {
    border-radius: 15px;
}

.button--round-l {
    border-radius: 40px;
}

/* Borders */
.button--border-thin {
    border: 1px solid;
}

.button--border-medium {
    border: 2px solid;
}

.button--border-thick {
    border: 3px solid;
}

/* Wayra */
.button--wayra {
    overflow: hidden;
    cursor: pointer;
    width: 200px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

    .button--wayra::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #37474f;
        z-index: -1;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    }

    .button--wayra:hover {
        color: #fff;
        border-color: #fab702;
    }

    .button--wayra.button--inverted:hover {
        color: #fab702;
        border-color: #fff;
    }

    .button--wayra:hover::before {
        opacity: 1;
        background-color: #fab702;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .button--wayra.button--inverted:hover::before {
        background-color: #fff;
    }

.box a {
    text-decoration: none;
    text-align: center;
}

/*-----------------------------------*/
/*------ 3. SECTION INFO ------*/
/*-----------------------------------*/
.info-about {
    color: #fff;
}

    .info-about .fa {
        -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
        overflow: hidden;
        -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
        transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s;
        transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
        display: inline-block;
        font-size: 0px;
        background: #fff;
        cursor: pointer;
        margin-bottom: 5px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fab702;
    }

        .info-about .fa:after {
            display: none;
        }

        .info-about .fa:hover {
            background: #fab702;
            color: #fff;
            -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
        }

            .info-about .fa:hover:before {
                -webkit-animation: toRightFromLeft 0.3s forwards;
                animation: toRightFromLeft 0.3s forwards;
            }

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.info-about .fa:before {
    font-family: FontAwesome;
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.info-about h3 {
    margin: 1.3rem 0 1rem;
}

    .info-about h3::after {
        display: block;
        height: 2px;
        font-weight: bold;
        background-color: #fab702;
        content: " ";
        width: 70px;
        margin: 0 auto;
        margin-top: .8rem;
        margin-bottom: 1.5rem;
    }

.info-about .cell p {
    margin: 0px;
    text-align: center;
    padding: 0px 1rem;
    font-weight: 300;
}

.info-about .cell {
    background: #0d1c33;
    padding: 3.5rem 0;
    border-right: 2px solid #fab702;
}

    .info-about .cell:last-child {
        border-right: 0px;
    }

.info-about .cel-1 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 34, 59, 0.8)), to(rgba(25, 34, 59, 0.8))), url(../images/info/in-1.jpg) no-repeat center center;
    background: linear-gradient(rgba(25, 34, 59, 0.8), rgba(25, 34, 59, 0.8)), url(../images/info/in-1.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.info-about .cel-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/info/in-1.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/info/in-1.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.info-about .cel-3 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 34, 59, 0.8)), to(rgba(25, 34, 59, 0.8))), url(../images/info/in-1.jpg) no-repeat center center;
    background: linear-gradient(rgba(25, 34, 59, 0.8), rgba(25, 34, 59, 0.8)), url(../images/info/in-1.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.info-about .cel-4 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/info/in-1.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/info/in-1.jpg) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .info-about .cell {
        border-right: 0px;
    }
}

@media screen and (max-width: 767px) {
    .info-about .cell {
        border-right: 0px;
        padding: 1.5rem 0;
    }

    .who-info-4 .no-mt {
        margin-bottom: 0px;
    }
}

.featured-boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.featured-boxes-inner {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

    .featured-boxes-inner .col-lg-3 {
        border-right: 1px solid #eee;
    }

        .featured-boxes-inner .col-lg-3:last-child {
            border-right: none;
        }

.single-featured-box {
    text-align: center;
    position: relative;
    padding: 115px 25px 40px;
    overflow: hidden;
}

    .single-featured-box .icon {
        -webkit-transition: .4s;
        transition: .4s;
        color: #ee0979;
        position: absolute;
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: -12px;
    }

        .single-featured-box .icon i::before {
            font-size: 55px;
        }

    .single-featured-box h3 {
        -webkit-transition: .4s;
        transition: .4s;
        margin: 15px 0;
        font-size: 18px;
    }

    .single-featured-box p {
        -webkit-transition: .4s;
        transition: .4s;
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .single-featured-box .read-more-btn {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), to(#000));
        background: linear-gradient(90deg, #000 0, #000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .6;
        transition: .6;
        font-size: 15px;
        font-weight: 400;
        text-decoration: none;
    }

        .single-featured-box .read-more-btn::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 1px;
            width: 0;
            -webkit-transition: .5s;
            transition: .5s;
            height: 1px;
            background: -webkit-gradient(linear, left top, right top, color-stop(0, #fab702), to(#fab702));
            background: linear-gradient(90deg, #fab702 0, #fab702 100%);
        }

        .single-featured-box .read-more-btn:hover::before {
            width: 100%;
        }

    .single-featured-box:hover .icon {
        top: 23px;
        -webkit-animation: 0.4s ease-in-out iconTop;
        animation: 0.4s ease-in-out iconTop;
    }

    .single-featured-box:hover h3,
    .single-featured-box:hover p {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .single-featured-box:hover .read-more-btn {
        opacity: 1;
        visibility: visible;
        bottom: 23px;
    }

@-webkit-keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*-----------------------------------*/
/*------ 4. SECTION WELCOME ------*/
/*-----------------------------------*/
section.welcome {
    padding: 6rem 0;
    background: #fff;
}

.welcome-title h2 {
    color: #0d1c33;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: .8rem;
}

.welcome-img {
    text-align: right;
}

.welcome-title h2 span,
.welcome-title h2 span {
    color: #fab702;
    font-weight: 800;
}

.welcome-title h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
}

.welcome-title {
    padding-bottom: 17px;
}

.welcome-content > p {
    color: #666;
    font-weight: 400;
}

    .welcome-content > p span {
        color: #666;
        font-size: 16px;
        font-weight: 600;
    }

.services-img,
.services-desc {
    display: inline-block;
}

.services-img {
    float: left;
    margin-right: 16px;
}

.services-desc > h6 {
    color: #555;
    font-weight: 600;
}

.services-desc > p {
    color: #666;
    font-weight: 400;
    margin: 0;
}

.w-single-services {
    margin-bottom: 41px;
}

    .w-single-services.no-mb {
        margin-bottom: 0px;
    }

.welcome-services {
    padding-top: 34px;
}

.single-services .welcome-title {
    padding-top: 43px;
}

.single-services .welcome-content {
    padding-top: 17px;
}

.welcome .popup-youtube {
    background: #0d1c33 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fab702;
    font-size: 30px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9;
}

    .welcome .popup-youtube i {
        margin-left: 5px;
    }

.welcome .wprt-image-video .iq-waves {
    height: 352px;
    height: 22rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 352px;
    width: 22rem;
    z-index: 2;
}

    .welcome .wprt-image-video .iq-waves .waves {
        -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
        animation: 3s ease-in-out 0s normal none infinite running waves;
        background: #fab702 none repeat scroll 0 0 padding-box;
        border-radius: 320px;
        height: 352px;
        height: 22rem;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        width: 352px;
        width: 22rem;
    }

    .welcome .wprt-image-video .iq-waves .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .welcome .wprt-image-video .iq-waves .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .welcome .wprt-image-video .iq-waves .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media screen and (max-width: 991px) {
    .welcome .wprt-image-video {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .w-single-services.no-mb.mbx {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 575px) {
    .w-single-services.no-mb.mbx {
        margin-bottom: 31px;
    }

    .welcome-title h2 {
        font-size: 20px;
    }

    .welcome-title h4 {
        font-size: 16px;
    }

    .welcome-content > p span {
        font-size: 15px;
    }
}
/*----------------------------------------*/
/*------ 5. SECTION SERVICES HOME 4 ------*/
/*----------------------------------------*/
main.services-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 34, 59, 0.8)), to(rgba(25, 34, 59, 0.8))), url(../images/bg/b-2.jpg) no-repeat center center;
    background: linear-gradient(rgba(25, 34, 59, 0.8), rgba(25, 34, 59, 0.8)), url(../images/bg/b-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem 0;
}

.services-2 .art-1 {
    background: url(../images/bg/blue-bg.jpg) 0 0 repeat;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

    .services-2 .art-1:hover {
        cursor: all-scroll;
    }

.services-2 .section-title h2 span {
    color: #fff;
}

.services-2 .section-title h2 {
    color: #fab702;
}

.services-2 .title-icon:before {
    background: #fff;
}

.services-2 .title-icon:after {
    background: #fff;
}

.services-2 .title-icon i {
    color: #fab702;
}

.services-2 .section-title p {
    color: #fff;
}

.services-2 article .fa {
    font-size: 4rem;
    text-align: center;
}

.services-2 article h3 {
    color: #fff;
    margin: 1.3rem 0 1rem;
}

.services-2 article p {
    color: #fff;
    margin-bottom: 0px;
}

.services-2 .section-title h3 {
    color: #fff;
}

.services-2 .service-1 .serv {
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
    .services-2 article p {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 767px) {
    .services-2 .service-2 .serv {
        margin-bottom: 2rem;
    }

        .services-2 .service-2 .serv:last-child {
            margin-bottom: 0px;
        }
}
/*-----------------------------------*/
/*------ 6. SECTION WHO WE ARE ------*/
/*-----------------------------------*/
section.who-we-are {
    padding: 6rem 0;
    background: #fff;
}

.who-we-are .section-title {
    margin-bottom: 2rem;
}

.who-we-are .skills {
    padding-top: 17px;
}

    .who-we-are .skills h4 {
        font-weight: 600;
    }

        .who-we-are .skills h4::after {
            display: block;
            height: 3px;
            font-weight: bold;
            background-color: #fab702;
            content: " ";
            width: 50px;
            margin-top: .5rem;
            margin-bottom: 1.5rem;
        }

.who-we-are .barfiller {
    width: 95%;
    height: 12px;
    background: #0d1c33;
    border: none;
    position: relative;
    margin-bottom: 2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .who-we-are .barfiller:last-child {
        margin-bottom: 0px;
    }

    .who-we-are .barfiller .fill {
        display: block;
        position: relative;
        width: 0px;
        height: 100%;
        background: #fab702 !important;
        z-index: 1;
    }

    .who-we-are .barfiller .tipWrap {
        display: none;
    }

    .who-we-are .barfiller .tip {
        margin-top: -30px;
        padding: 2px 4px;
        font-size: 11px;
        color: #fff;
        left: 0px;
        position: absolute;
        z-index: 2;
        background: #0d1c33;
    }

        .who-we-are .barfiller .tip:after {
            border: solid;
            border-color: rgba(0, 0, 0, 0.8) transparent;
            border-width: 6px 6px 0 6px;
            content: "";
            display: block;
            position: absolute;
            left: 9px;
            top: 100%;
            z-index: 9;
        }

@media screen and (max-width: 991px) {
    .sks {
        padding-top: 5rem;
    }

    .skills .bar2 {
        margin-top: 1.5rem;
    }
}

.who-we-are .skills .skil1 ul li {
    list-style: none;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.who-we-are .skills .skil1 .fa {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #666;
    text-align: center;
}

.who-we-are .skills .skil1 li:last-child {
    text-align: center;
    font-size: 1.1rem;
}

.who-we-are .skills h3 {
    font-size: 1rem;
}

@media screen and (max-width: 400px) {
    .skills h3 {
        font-size: .9rem;
    }
}

.skills .sk1 {
    padding-bottom: 6.5rem;
}

.skil1 ul,
.skil1 h3 {
    margin-bottom: 0px;
}

.who-we-are .popup-youtube {
    background: #0d1c33 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fab702;
    font-size: 30px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9;
}

    .who-we-are .popup-youtube i {
        margin-left: 5px;
    }

.who-we-are .wprt-image-video .iq-waves {
    height: 352px;
    height: 22rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 352px;
    width: 22rem;
    z-index: 2;
}

    .who-we-are .wprt-image-video .iq-waves .waves {
        -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
        animation: 3s ease-in-out 0s normal none infinite running waves;
        background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
        border-radius: 320px;
        height: 352px;
        height: 22rem;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        position: absolute;
        width: 352px;
        width: 22rem;
    }

    .who-we-are .wprt-image-video .iq-waves .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .who-we-are .wprt-image-video .iq-waves .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .who-we-are .wprt-image-video .iq-waves .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media screen and (max-width: 991px) {
    .who-we-are .wprt-image-video {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .w-single-services.no-mb.mbx {
        margin-bottom: 31px;
    }

    .welcome-title h2 {
        font-size: 20px;
    }

    .welcome-title h4 {
        font-size: 16px;
    }

    .welcome-content > p span {
        font-size: 15px;
    }
}
/*-----------------------------------*/
/*---- 7. SECTION SERVICES -----*/
/*-----------------------------------*/
section.services {
    /*padding: 6rem 0;*/
    background: #fff;
    color: #fff;
}

.services .service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.services .item.mb-30 {
    margin-bottom: 30px;
}

.services .service-inner-box {
    padding: 20px;
}

.services .service-icon-box {
    width: 25%;
    float: left;
    padding-right: 1.5rem;
    padding-top: 5px;
}

.services .service-content-box {
    width: 100%;
    float: left;
}

.services .service-box a img {
    width: 100%;
    margin-bottom: 0px;
}

.services .service-box h3 a {
    text-decoration: none;
    color: #000;
}

.services .service-box h3 {
    color: #111;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.services .service-box p {
    color: #666;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.services .service-icon-box img {
    width: 60px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/*----- HOVER-EFFECT -----*/
.services .item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}

.services .item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(49, 49, 49, 0.7);
}

.services .default-overlay-outer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

    .services .default-overlay-outer .inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        text-align: center;
    }

.services .img-box {
    position: relative;
    height: 261px;
}

.services .item .btn {
    border: none;
    background: #fab702;
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 25px;
    position: absolute;
    top: 110px;
    left: 110px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .services .item .btn:hover {
        color: #000;
    }

.services figure {
    margin: 0px;
}

@media screen and (max-width: 1200px) {
    .services .item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        width: 100%;
        height: 100%;
    }

    .services .service-inner-box {
        margin-top: -30px;
    }
}

@media screen and (max-width: 1000px) {
    .services .item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        width: 100%;
        height: 100%;
    }

    .services .service-inner-box {
        margin-top: -10px;
    }
}

@media screen and (max-width: 767px) {
    .services .item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        width: 100%;
        height: 137%;
    }

    .services .item.smb-30 {
        margin-bottom: 30px;
    }

    .services .service-inner-box {
        margin-top: 130px;
    }
}

@media screen and (max-width: 550px) {
    .services .service-inner-box {
        margin-top: 90px;
    }

    .services.home-2 .img-box {
        height: 248px !important;
    }
}

@media screen and (max-width: 450px) {
    .services .service-inner-box {
        margin-top: 40px;
    }

    .services .item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        width: 100%;
        height: 120%;
    }

    .services.home-2 .img-box {
        height: 248px !important;
    }
}

@media screen and (max-width: 375px) {
    .services .service-inner-box {
        margin-top: 9px;
    }
}

@media screen and (max-width: 360px) {
    .services .service-inner-box {
        margin-top: 0px;
    }

    .services.home-2 .img-box {
        height: 230px !important;
    }
}

@media screen and (max-width: 320px) {
    .services .img-box {
        height: 215px;
    }
}
/*-----------------------------------*/
/*------ 8. SECTION PROJECTS ------*/
/*-----------------------------------*/
section.project {
    padding: 6rem 0;
    background: #0d1c33;
    background-size: cover;
    color: #fff;
}

.project .section-title h3 {
    color: #000;
}

    .project .section-title h3.home-1 {
        color: #fff;
    }

.head-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project .sec-title.project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 21rem;
}

.project .sec-title p {
    margin-top: 0px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 550px;
}

.project .inf-btn.btn-pro {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.project .btn.btn-pro {
    background: #fab702;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    border: 1px solid #fff;
    margin-top: 0px;
    margin-right: 18rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .project .btn.btn-pro:hover {
        background: #0d1c33;
        color: #fff;
        border: 1px solid #fff;
    }

.project .item {
    padding-bottom: 2.5rem;
}

.project .filters-group {
    margin-bottom: 2.5rem;
    padding-left: 0px;
}

    .project .filters-group ul {
        padding-left: 0px;
    }

        .project .filters-group ul li {
            list-style: none;
            color: #000;
            display: inline-block;
            padding: 10px 15px;
            text-transform: capitalize;
            font-weight: 500;
            cursor: pointer;
            border-radius: 5px;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .project .filters-group ul li:hover {
                background: #fab702;
                color: #fff;
            }

.project .filters-group {
    text-align: center;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .project .sec-title.project {
        margin-left: 0px;
    }

    .project .btn.btn-pro {
        margin-right: 0px;
        margin-top: 0px;
    }

    .project .sec-title h2 span::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .box.bg-3.no-pt {
        padding-top: 0px;
    }
}

@media screen and (max-width: 543px) {
    .project .filters-group ul {
        padding-left: 0px;
    }

        .project .filters-group ul li:hover {
            background: none;
            color: #000;
        }
}

@media screen and (max-width: 575px) {
    .head-project.home-2 {
        padding-left: 15px;
        padding-bottom: 0px;
    }

    .project .filters-group {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 450px) {
    .head-project {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 2rem;
    }

    .project .sec-title.project {
        padding-bottom: 1rem;
    }

    .inf-btn {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.project .filters-group .active {
    background: #fab702;
    color: #fff;
}

/*----- HOVER-EFFECT -----*/
.project .project-single {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project .project-inner {
    position: relative;
    overflow: hidden;
}

.project .project-head {
    position: relative;
    text-align: center;
}

    .project .project-head:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0;
        z-index: 33;
        background: #0d1c33;
        color: #fff;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.project .project-single:hover .project-head:before {
    opacity: 0.8;
}

.project .project-head img {
    width: 100%;
    z-index: 2;
}

.project .project-bottom {
    text-align: center;
    padding: 10px 0 0;
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 333;
    text-align: center;
    top: 50%;
    margin-top: -23.5px;
}

    .project .project-bottom h4 {
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 800;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .project .project-bottom h4:before {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
        }

.project .project-single:hover .project-bottom h4 {
    opacity: 1;
    visibility: visible;
}

.project .project-bottom h4 a {
    color: #fff;
    text-decoration: none;
}

.project .project-bottom h4 span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}

.project .button {
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: #fab702;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    padding: 8px 55px;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project .project-single:hover .button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.project .button .btn {
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-right: 22px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    z-index: 99;
}

    .project .button .btn:hover {
        color: #fff;
    }

    .project .button .btn:last-child {
        margin: 0;
    }

.project .load-button {
    margin-top: 50px;
}

    .project .load-button .btn {
        padding: 14px 30px;
        color: #fff;
        font-weight: 500;
        border: none;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin: 0;
    }

        .project .load-button .btn:hover {
            background: #353535;
        }

.project .button .fa-photo:before {
    content: "\f03e";
    font-family: FontAwesome;
    color: #fab702;
}

.project .button .fa-link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #fab702;
}

.project .no-gutters {
    padding: 0px !important;
}

/*-------------------------------------*/
/*-------- 9. SECTION INFO-HELP -------*/
/*-------------------------------------*/
.info-help {
    padding: 6rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/bg/bg-details.jpg) no-repeat scroll center center;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/bg/bg-details.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3;
}

    .info-help:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .info-help .info-head .info-text {
        padding-left: 0px;
    }

        .info-help .info-head .info-text h3 {
            font-size: 30px;
            line-height: 45px;
            color: #fff;
            margin-bottom: 0px;
        }

        .info-help .info-head .info-text p {
            font-size: 16px;
            font-weight: 400;
            line-height: 35px;
            color: #fff;
            padding: 1.5rem 0;
            margin-bottom: 0px;
        }

    .info-help .info-head .pro {
        background: #fab702;
        color: #fff;
        display: block;
        width: 10px;
        margin-top: 10px;
        border-radius: 5px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .info-help .info-head .pro:hover {
            background: #0d1c33;
        }

@media screen and (max-width: 767px) {
    .info-help .info-head .info-text h3 {
        font-size: 25px;
    }

    .info-help .info-head .info-text p {
        font-size: 15px;
    }
}
/*-----------------------------------*/
/*------ 10. SECTION OUR TEAM ----*/
/*-----------------------------------*/
section.team {
    padding: 6rem 0;
    background: #fff;
}

.team-block {
    position: relative;
}

    .team-block .inner-box {
        position: relative;
        padding-bottom: 10px;
        -webkit-box-shadow: 2px 2px 30px #ccc;
        box-shadow: 2px 2px 30px #ccc;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
    }

        .team-block .inner-box:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .team-block .inner-box .image {
            position: relative;
        }

            .team-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                height: auto;
            }

        .team-block .inner-box .lower-box {
            position: relative;
            padding: 22px;
            text-align: center;
        }

            .team-block .inner-box .lower-box h3 {
                position: relative;
                font-size: 18px;
                font-weight: 600;
                line-height: 1.2em;
            }

                .team-block .inner-box .lower-box h3 a {
                    position: relative;
                    color: #666;
                    text-decoration: none;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .team-block .inner-box .lower-box h3 a:hover {
                        color: #fab702;
                    }

            .team-block .inner-box .lower-box .designation {
                position: relative;
                color: #666;
                font-size: 15px;
                font-weight: 400;
                margin-top: 4px;
                text-transform: capitalize;
            }

@media screen and (max-width: 991px) {
    .team-block {
        padding-bottom: 2.5rem;
    }

        .team-block.pb-none {
            padding-bottom: 0px;
        }
}

@media screen and (max-width: 767px) {
    .team-block.pb-none {
        padding-bottom: 2.5rem;
    }

        .team-block.pb-none:last-child {
            padding-bottom: 0px;
        }
}
/*------ HOVER EFFECT ------*/
.team .team-head {
    position: relative;
    overflow: hidden;
}

.team .team-details {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-head::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    content: "";
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team .team-head img {
    width: 100%;
    position: relative;
}

.team .team-social {
    background: transparent;
    width: 75px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team ul.team-social {
    margin: 0px;
}

.team .team-details .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.team .team-social li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #d4cfcf;
}

    .team .team-social li a.linkedin {
        border-bottom: 0px;
    }

    .team .team-social li a.facebook {
        background-color: #fab702;
    }

    .team .team-social li a.twitter {
        background-color: #fab702;
    }

    .team .team-social li a.instagram {
        background-color: #fab702;
    }

    .team .team-social li a.linkedin {
        background-color: #fab702;
    }

.team .team-social li {
    display: block;
}

    .team .team-social li:last-child {
        margin: 0;
    }

.team .team-details:hover .team-bottom {
    background-color: #F9A056;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*-----------------------------------*/
/*----- 11. SECTION PRICING  ------*/
/*-----------------------------------*/
section.pricing-table {
    padding: 6rem 0;
    background: #f5f6ff;
}

.plan {
    background: #fff;
    border: 1px solid #dedede;
}

.plan-name {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    padding: 20px 0;
    color: #000;
}

.plan-price {
    font-size: 48px;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
    background: #fab702;
    color: #fff;
}

    .plan-price:after {
        bottom: -30px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-width: 15px;
        border-top-color: #fab702;
        left: 50%;
        margin-left: -16px;
    }

.plan.featured .plan-price {
    background: #0d1c33;
}

    .plan.featured .plan-price:after {
        border-top-color: #0d1c33;
    }

.plan.featured .plan-name {
    color: #323232;
}

.plan.featured .plan-price {
    color: #fff;
}

.plan-price .currency {
    top: -0.9em;
    font-size: 50%;
    left: -0.01em;
    font-weight: 700;
}

.plan-name small {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.plan-price sub {
    font-size: 18px;
    font-weight: 700;
}

.plan ul {
    background: #fff;
    padding: 0;
    margin-bottom: 0;
}

    .plan ul li {
        border-top: 1px dashed #dedede;
        padding: 12px 29px;
        font-weight: 500;
    }

        .plan ul li:first-child {
            border-top: 0 !important;
        }

.plan a.btn {
    color: #fff;
    background: #fab702;
    border: 0px;
    font-size: 16px;
    margin: 25px 0;
    padding: 8px 30px;
}

    .plan a.btn:hover {
        background: #0d1c33;
        color: #fff;
    }

.plan.featured a.btn {
    color: #fff;
    background: #0d1c33;
    border: 0px;
    margin: 25px 0;
    padding: 8px 30px;
}

    .plan.featured a.btn:hover {
        background: #fab702;
        color: #fff;
    }

@media screen and (max-width: 991px) {
    .plan {
        margin-bottom: 40px;
    }

        .plan.no-mgb {
            margin-bottom: 0px;
        }
}

@media screen and (max-width: 767px) {
    .plan.yes-mgb {
        margin-bottom: 40px;
    }
}
/*-----------------------------------*/
/*----- 12. SECTION TESTIMONIALS ----*/
/*-----------------------------------*/
section.testimonials {
    background: #fff;
    padding: 6rem 0;
}

.testimonials .title-icon i {
    color: #fab702;
    font-size: 1.8rem;
    margin-top: 1px;
}

.testimonials .owl-carousel .test-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #dedede;
    color: #000;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.testimonials .test-1 img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonials .test-1 p {
    text-align: justify;
    font-weight: 400;
    margin: .3rem auto 0;
    max-width: 500px;
    margin-top: 0px;
    color: #666;
}

    .testimonials .test-1 p::before {
        content: "\f10d ";
        font-size: .8rem;
        font-family: fontawesome;
        left: -6px;
        top: -1px;
        position: relative;
        color: #666;
    }

    .testimonials .test-1 p::after {
        bottom: 4px;
        content: "\f10e";
        font-size: .8rem;
        font-family: fontawesome;
        color: #666;
        right: -6px;
        top: 1px;
        position: relative;
    }

.testimonials .test-1 h3 {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: .3rem;
    margin-top: 12px !important;
    color: #222;
    font-weight: 600;
}

.testimonials .test-1 h6 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    color: #333;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
    line-height: 0;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #0d1c33 !important;
    margin-left: 5px;
    margin-right: 5px;
}

    .owl-dot.active {
        background: #fab702 !important;
    }

.starts {
    list-style: none;
    margin-top: .5rem;
    padding: 0px;
}

.testimonials ul {
    margin-bottom: 0px;
}

.starts li {
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
}

.starts .fa {
    color: #fab702 !important;
}

/*-----------------------------------*/
/*--------- 13. SECTION BLOG ---------*/
/*-----------------------------------*/
section.blog-section {
    padding: 6rem 0;
    background: #f5f6ff;
}

.blog-section .news-item {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .blog-section .news-item.-news-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.blog-section .news-item-descr.big-news {
    height: 106px;
}

.blog-section .news-item h3 {
    font-size: 18px;
    color: #333;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.blog-section .news-item.-news-slider-item {
    height: 100%;
}

.blog-section .news-item.-news-slider {
    height: auto;
}

.blog-section .news-item a:hover {
    text-decoration: none;
}

    .blog-section .news-item a:hover h3 {
        color: #fab702;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

.blog-section .news-item .news-img-link.-news-page {
    display: block;
    position: relative;
    padding-bottom: 69%;
    width: 100%;
}

    .blog-section .news-item .news-img-link.-news-page .resp-img {
        background-size: cover;
    }

.blog-section .resp-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-section .news-item-img .resp-img {
    background-size: cover;
}

.blog-section .news-item-img {
    position: relative;
    width: 100%;
}

    .blog-section .news-item-img .resp-img {
        background-size: cover;
    }

.blog-section .news-item-text {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog-section .news-item-text-header {
    display: block;
}

.blog-section .news-item .date {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}

.blog-section .news-item-descr {
    margin-bottom: 20px;
    height: 80px;
}

    .blog-section .news-item-descr p {
        color: #666;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
    }

.blog-section .news-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section .action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    color: #444;
}

    .blog-section .action-list .fa-comment {
        color: #fab702;
    }

    .blog-section .action-list .fa-share-alt {
        color: #fab702;
    }

    .blog-section .action-list .fa-heart {
        color: #fab702;
    }

.blog-section ul.action-list {
    margin-bottom: 0px;
}

.blog-section .action-item {
    display: inline-block;
    padding-left: 15px;
}

.blog-section .news-slider-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-section .news-item-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
}

    .blog-section .news-item-sm:last-child {
        margin-bottom: 0px;
    }

    .blog-section .news-item-sm .news-img-link {
        -ms-flex-preferred-size: 42.5%;
        flex-basis: 42.5%;
        position: relative;
    }

        .blog-section .news-item-sm .news-img-link .news-item-img {
            position: absolute;
            max-width: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .blog-section .news-item-sm .news-item-text {
        -ms-flex-preferred-size: 66.6%;
        flex-basis: 66.6%;
        padding: 15px 20px;
    }

    .blog-section .news-item-sm .news-item-descr {
        height: 52px;
    }

.blog-section .news-link {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #fab702;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .blog-section .news-link:hover {
        color: #0d1c33;
        text-decoration: none;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

@media screen and (max-width: 991px) {
    .blog-section .news-item {
        margin-bottom: 2.5rem;
    }

        .blog-section .news-item.no-mb:last-child {
            margin-bottom: 0px;
        }

        .blog-section .news-item.news-item-sm.mb {
            margin-bottom: 2.5rem;
        }
}

@media screen and (max-width: 577px) {
    .blog-section .news-item-sm {
        display: block;
    }

        .blog-section .news-item-sm .news-img-link .news-item-img {
            position: relative;
            padding-bottom: 69%;
        }
}

@media screen and (max-width: 414px) {
    .blog-section .news-item-descr p,
    .blog-section .news-item-descr {
        overflow: hidden;
    }

    .blog-section ul.action-list {
        padding-left: 0px;
    }

    .blog-section .news-link {
        font-size: .9rem;
    }
}
/*----------------------------------------------*/
/*--------- 14. PARALLAX IMAGE HOME 2 ----------*/
/*----------------------------------------------*/
.parallax-search {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url("../images/bg/bg-inner.jpg") no-repeat center top;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/bg/bg-inner.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed !important;
    width: 100%;
    height: 90vh;
}

    .parallax-search .hero-inner {
        text-align: center;
        margin-top: 350px;
        margin-bottom: 200px;
    }

    .parallax-search .welcome-text p {
        color: rgba(255, 255, 255, 0.89);
        font-size: 18px;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        text-transform: capitalize;
        line-height: 37px;
        font-weight: 400;
    }

    .parallax-search .welcome-text h1 {
        font-size: 45px;
        font-weight: 800;
        color: #fff;
        text-transform: capitalize;
    }

/*----- SLICK CAROUSEL -----*/
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #0d1c33;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    display: block;
    top: calc(50% - 15px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

    .slick-prev:hover,
    .slick-next:hover {
        color: transparent;
        outline: none;
        background: #fab702;
    }

        .slick-prev:hover:before,
        .slick-next:hover:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled,
    .slick-next.slick-disabled {
        pointer-events: none;
        cursor: default;
        background-color: #e8e8e8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            color: #0d1c33;
        }

    .slick-prev:before,
    .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 26px;
        line-height: 1;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        color: #fff;
    }

.slick-prev {
    left: -85px;
}

    .slick-prev:before {
        content: '\f053';
        left: -1px;
    }

.slick-next {
    right: -85px;
}

    .slick-next:before {
        content: '\f054';
        right: -1px;
    }

/* Dots */
.slick-dots {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ul.slick-dots {
    margin-top: 20px;
    list-style-type: disc;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: #fab702;
    border: 0;
    position: relative;
    outline: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    opacity: 1;
    border-radius: 50%;
    line-height: 0;
    -webkit-box-shadow: inset 0 0 0 2px #fab702;
    box-shadow: inset 0 0 0 2px #fab702;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .slick-dots li.slick-active {
        -webkit-box-shadow: inset 0 0 0 6px #fab702;
        box-shadow: inset 0 0 0 6px #fab702;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .slick-dots li:after {
        display: block;
        height: 13px;
        width: 13px;
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        background-color: transparent;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        background-color: #fab702;
    }

    .slick-dots li.slick-active:after {
        opacity: 1;
    }

.slick-dots button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    cursor: pointer;
}

section.services.home-2.freelancers {
    background: #fff;
}

.project.home-2 {
    background: #f5f6ff;
}

.agents-grid {
    margin: 0 30px 0 0;
}

.services.home-2 .img-box {
    height: 247px;
}

.services.home-2 .item .btn {
    left: 100px;
}

.services.home-2 .service-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 0px 0 rgba(50, 50, 50, 0.12);
    box-shadow: 0 10px 0px 0 rgba(50, 50, 50, 0.12);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
    .agents-grid {
        margin-right: 0px;
    }
}

@media screen and (max-width: 575px) {
    .parallax-search .hero-inner {
        margin-top: 200px;
    }

    .parallax-search .welcome-text h1 {
        font-size: 26px;
        line-height: 37px;
    }

    .parallax-search .welcome-text p {
        font-size: 15px;
    }

    .dark-overlay h1 {
        font-size: 26px !important;
        line-height: 37px;
    }

    .dark-overlay p {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 450px) {
    .hero-inner.home-3 {
        margin-top: 530px !important;
        margin-bottom: 0px;
    }

    #map-container.fullwidth-home-map .main-search-inner.vid {
        position: relative;
    }
}

@media screen and (max-width: 360px) {
    .parallax-search .hero-inner {
        margin-top: 160px;
    }

        .parallax-search .hero-inner .btn-default.btn-theme-colored2,
        .parallax-search .hero-inner .btn-dark.btn-theme-colored {
            display: none;
        }
}
/*----------------------------------------------*/
/*--------- 15. VIDEO HOME 3 ----------*/
/*----------------------------------------------*/
.fullwidth-home-map.dark-overlay video {
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    position: absolute;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    overflow: hidden;
}

.dark-overlay:before {
    background: rgba(0, 0, 0, 0.5) !important;
}

.dark-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.99)), color-stop(70%, rgba(255, 255, 255, 0.7)), color-stop(95%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 20%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 95%);
}

.dark-overlay h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}

.dark-overlay p {
    color: rgba(255, 255, 255, 0.89);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
}

#map-container.fullwidth-home-map {
    height: 100vh;
    margin-bottom: 0;
}

    #map-container.fullwidth-home-map .main-search-inner {
        position: absolute;
        display: block;
        bottom: 60px;
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 0;
        z-index: 9999;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

.dark-overlay .main-search-inner {
    bottom: 315px !important;
}

#map-container.fullwidth-home-map .main-search-input {
    margin-top: 0;
}

#map-container {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    margin-bottom: 60px;
}

.hero-inner.home-3 {
    text-align: center;
    margin-bottom: 40px;
}

/*-----------------------------------*/
/*------ 16. SECTION CHOOSING US -----*/
/*-----------------------------------*/
.choosing {
    padding: 6rem 0;
    background: #fff;
}

    .choosing .choos img {
        width: 360px;
        width: 100%;
    }

    .choosing .why-do {
        padding: 1rem 0;
        background: #fff;
        color: #666;
    }

        .choosing .why-do h3 {
            color: #000;
        }

        .choosing .why-do p {
            font-weight: 300;
            padding: 0px 1rem;
            margin: 0px;
        }

        .choosing .why-do a {
            text-decoration: none;
            color: #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .choosing .why-do a:hover {
                color: #fab702;
            }

.inf-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choosing .why-do .btn {
    background: #fab702;
    border: 1px solid #fab702;
    margin-top: 1rem;
}

    .choosing .why-do .btn:hover {
        background: #fff;
        color: #fab702;
        border: 1px solid #fab702;
    }

.hovblue figure {
    background: #fab702;
    margin: 0;
}

    .hovblue figure:hover img {
        opacity: .5;
    }

@media screen and (max-width: 767px) {
    .choosing .cons {
        margin-bottom: 2rem;
    }
}
/*-----------------------------------*/
/*------ 17. SECTION PROJECTS ------*/
/*-----------------------------------*/
section.portfolio {
    padding: 6rem 0;
    background: #0d1c33;
}

.portfolio .top-headings-section h2 {
    color: #fff;
}

.portfolio .item {
    padding-bottom: 30px;
}

.portfolio .filters-group {
    margin-bottom: 2rem;
}

    .portfolio .filters-group ul li {
        list-style: none;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
        text-transform: capitalize;
        font-weight: 500;
        cursor: pointer;
        border-radius: 5px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .portfolio .filters-group ul li:hover {
            background: #fab702;
            color: #fff;
        }

.portfolio .filters-group {
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
}

@media screen and (max-width: 543px) {
    .portfolio .filters-group ul {
        padding-left: 0px;
    }

        .portfolio .filters-group ul li:hover {
            background: none;
            color: #000;
        }
}

.portfolio .filters-group .active {
    background: #fab702;
    font-size: 16px;
    color: #fff !important;
}

/*----- HOVER -----*/
.single-portfolio {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.portfolio-img a {
    display: inline-block;
    position: relative;
}

.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-portfolio .img-poppu::before,
.single-portfolio .img-poppu::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 1px;
}

.single-portfolio .img-poppu:hover:before,
.single-portfolio .img-poppu:hover:after {
    background: #fab702;
}

.single-portfolio .img-poppu::after {
    height: 1px;
    width: 20px;
}

.single-portfolio .img-poppu {
    border: 1px solid white;
    color: white;
    display: inline-block;
    height: 50px;
    opacity: 0;
    padding: 5px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 50px;
    z-index: 99;
}

    .single-portfolio .img-poppu:hover {
        background: #fff;
        color: #232323;
    }

.single-portfolio > .portfolio-img::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.single-portfolio .portfolio-img::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
}

.single-portfolio:hover .portfolio-img::before {
    opacity: 0.8;
}

.single-portfolio:hover .portfolio-img {
    opacity: 1;
}

.single-portfolio:hover .img-poppu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.portfolio-text {
    position: absolute;
    bottom: 40px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .portfolio-text a h4 {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 18px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .portfolio-text a h4:hover {
            color: #fff;
        }

.portfolio-title h3 {
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.portfolio-text span {
    color: #fff;
}

.single-portfolio:hover .portfolio-text {
    opacity: 1;
    bottom: 20px;
}

/*-----------------------------------*/
/*------ 18. SECTION COUNTER UP ------*/
/*-----------------------------------*/
section.counterup {
    padding: 3rem 0;
    background: #fab702;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

.counterup .countr .fa {
    font-size: 3rem;
    color: #fff;
    padding: 1rem;
    border: 1px solid #fff;
    border-radius: 5px;
}

.counterup .countr p {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 1.9rem 0 1.5rem;
    color: #0d1c33;
}

.counterup .top-headings-section h2,
.counterup .top-headings-section p {
    color: #fff;
}

.counterup .countr h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 1rem;
    font-weight: 300;
    margin: 0px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .counterup .countr h3 {
        margin-bottom: 3rem;
    }

    .counterup .count {
        margin-bottom: 2rem;
    }

    h3.specific:last-child {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 471px) {
    .countr.achived h2 {
        font-size: 1.5rem;
    }
}
/*-----------------------------------*/
/*------ 19. SECTION SERVICES ------*/
/*-----------------------------------*/
.services {
    background: #0d1c33;
    padding-top: 20px;
    /*padding: 6rem 0;*/
}

    .services .choos img {
        width: 360px;
        width: 100%;
    }

    .services .top-headings-section h2 {
        color: #fff;
    }

    .services .why-do {
        padding: 1rem 0;
        background: #fff;
        color: #666;
    }

        .services .why-do h3 {
            color: #000;
        }

        .services .why-do p {
            font-weight: 300;
            padding: 0px 1rem;
            margin: 0px;
        }

        .services .why-do a {
            text-decoration: none;
            color: #fff;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .services .why-do a:hover {
                color: #fab702;
            }

.inf-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services .why-do .btn {
    background: #fab702;
    border: 1px solid #fab702;
    margin-top: 1rem;
}

    .services .why-do .btn:hover {
        background: #fff;
        color: #fab702;
        border: 1px solid #fab702;
    }

.hovblue figure {
    background: #fab702;
    margin: 0;
}

    .hovblue figure:hover img {
        opacity: .5;
    }

@media screen and (max-width: 767px) {
    .services .cons,
    .services-2 .service-1 .serv {
        margin-bottom: 2rem;
    }
}
/*-----------------------------------*/
/*------ 20. SECTION REQUEST ------*/
/*-----------------------------------*/
section.request {
    padding: 6rem 0;
    background: #0d1c33;
    color: #fff;
}

.request h3 {
    margin-bottom: 2rem;
}

.request ul li {
    list-style: none;
}

.request ul {
    margin: 0;
    padding: 0;
}

.request .btn {
    cursor: pointer;
    margin-top: 1rem;
    background: #fab702;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .request .btn:hover {
        background: #0d1c33;
    }

.request .address-info p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .request .offices h3:first-child {
        margin-top: 4rem;
    }
}

label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
}

form label.error {
    display: block;
    color: #ff0000;
    font-size: 14px !important;
    opacity: 1 !important;
}

.request .form-control {
    background: #fff;
    border: 2px solid #2f2f2f;
}

.request .contact-form input[type="text"] {
    height: 50px;
}

    .request .contact-form input[type="text"]:focus,
    .request .contact-form input[type="email"]:focus,
    .request .contact-form textarea:focus {
        border-color: #fab702;
    }

.request .contact-form textarea {
    min-height: 100px;
    max-height: 100px;
}

.successform,
.errorform {
    display: none;
    height: 70px;
}

    .successform span,
    .errorform span {
        display: block;
    }

        .successform span p,
        .errorform span p {
            margin-top: 15px;
        }

        .successform span p {
            color: #01c15a;
            font-size: 2rem;
        }

        .errorform span p {
            color: #c0392b;
        }

.bgc {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.8)), to(rgba(43, 43, 43, 0.8))), url(../images/bg/call.jpg) no-repeat center center;
    background: linear-gradient(rgba(43, 43, 43, 0.8), rgba(43, 43, 43, 0.8)), url(../images/bg/call.jpg) no-repeat center center;
    padding: 2rem;
    background-size: cover;
}

.request h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
}

.request .btn {
    border: 0;
}

.request h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.call-info h3 {
    margin-bottom: 2rem;
}

    .call-info h3::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #fab702;
        content: " ";
        width: 50px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

@media screen and (max-width: 767px) {
    .call-info {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

.call-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.call-info .ti {
    margin-bottom: 0px;
}

.cll:last-child {
    margin-bottom: 0px;
}

.call-info .info p {
    margin: 0px;
    margin-left: 1.5rem;
    font-weight: 300;
}

.call-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .call-info ul li .fa {
        font-size: 1.6rem;
        color: #fab702;
    }

/*-----------------------------------*/
/*------ 21. SECTION BLOG ------*/
/*-----------------------------------*/
section.blog {
    padding: 6rem 0;
}

.blog .blog-info {
    background: #f2f2f2;
    border-bottom: 3px solid #fab702;
    padding: 2rem .8rem;
}

.blog .blog-pots img {
    width: 360px;
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.blog-pots figure {
    background: #fab702;
    margin: 0px;
}

.blog .blog-pots figure:hover img {
    opacity: .5;
}

.blog .blog-pots a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.blog .blog-pots h3 {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .blog .blog-pots:last-child {
        padding-bottom: 0px;
    }
}

.blog .blog-pots .date p {
    margin: .7rem 0 .8rem;
    font-weight: 300;
}

.blog .blog-pots .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog .blog-pots .fa {
    color: #fab702;
    margin-right: .5rem;
}

.blog .blog-pots .fa-calendar {
    margin-top: 1.1rem;
}

.btn-secondary {
    background: #fab702;
    color: #fff;
    border: 0;
}

    .btn-secondary:hover {
        background: #0d1c33;
        color: #fff;
    }

.blog-section .news-item-bottom img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog-section .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .3rem;
}

.blog-section .admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .blog-section .admin p {
        font-size: 13px;
        font-weight: 600;
        margin-top: .5rem;
        margin-right: 1rem;
        margin-bottom: 0px;
    }

/*-----------------------------------*/
/*------ 22. SECTION FOOTER ------*/
/*-----------------------------------*/
.first-footer .top-footer {
    background: #c68115;
    color: #fff;
    padding: 6rem 0;
}

.first-footer .logo img {
    width: 130px;
    height: auto;
    margin-bottom: 1.6rem;
}

@media screen and (max-width: 991px) {
    .first-footer .netabout {
        margin-bottom: 0px;
    }

        .first-footer .netabout p {
            margin-bottom: 2rem !important;
        }
}

.first-footer .netabout h3 {
    margin-bottom: 2rem;
}

    .first-footer .netabout h3::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #fab702;
        content: " ";
        width: 50px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

.first-footer .netabout p {
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.first-footer .netsocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .first-footer .netsocials a .fa {
        font-size: 1rem;
        text-align: center;
        background: transparent;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        margin-right: 1.5rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .first-footer .netsocials a .fa-facebook {
        background: transparent;
        color: #fab702;
    }

        .first-footer .netsocials a .fa-facebook:hover {
            background: #3b5998;
            color: #fff;
        }

    .first-footer .netsocials a .fa-twitter {
        background: transparent;
        color: #fab702;
    }

        .first-footer .netsocials a .fa-twitter:hover {
            background: #1da1f2;
            color: #fff;
        }

    .first-footer .netsocials a .fa-google-plus {
        background: transparent;
        color: #fab702;
    }

        .first-footer .netsocials a .fa-google-plus:hover {
            background: #dd4b39;
            color: #fff;
        }

    .first-footer .netsocials a .fa-youtube {
        background: transparent;
        color: #fab702;
        margin-right: 0px;
    }

        .first-footer .netsocials a .fa-youtube:hover {
            background: #cd201f;
            color: #fff;
        }

.first-footer h3 {
    margin-bottom: 2rem;
    color: #fff;
}

.first-footer .contactus h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
    .first-footer .top-footer {
        padding-bottom: 6rem;
    }
}

.first-footer .contactus .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .6rem;
}

.first-footer .contactus .ti {
    margin-bottom: 0px;
}

.first-footer .contactus .info p {
    margin: 0px;
    font-size: .9rem;
    color: #fff;
    margin-left: 1rem;
    line-height: 1.1;
    font-weight: 300;
}

.first-footer .contactus ul li {
    margin-bottom: 1.1rem;
}

.first-footer .contactus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .first-footer .contactus ul li .fa {
        font-size: 1rem;
        color: #000;
    }

.quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget.quick-link ul {
    padding-left: 5px;
    line-height: 26px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .widget.quick-link ul li a {
        padding-left: 0px;
        font-size: 14px;
        padding-bottom: .9rem;
        color: #fff;
        text-decoration: none;
        display: block;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .widget.quick-link ul li.no-pb a:last-child {
        padding-bottom: 0px;
    }

    .widget.quick-link ul li a:before {
        content: "\f101";
        font-family: "FontAwesome";
        font-size: 16px;
        padding-right: 1rem;
        color: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .widget.quick-link ul li a:hover,
    .widget.quick-link ul li a:hover:before {
        color: #fab702;
    }

.first-footer .widget h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.first-footer .widget ul.photo {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .first-footer .widget ul.photo li {
        margin: 4px;
        display: inline-block;
    }

        .first-footer .widget ul.photo li img {
            width: 100%;
            width: 73px;
        }

@media screen and (max-width: 991px) {
    .first-footer .widget,
    .inner-pages .first-footer .widget {
        padding-top: 0px;
    }

        .first-footer .widget h3.widget-title {
            margin-top: 1.5rem;
        }

        .first-footer .widget h3 {
            margin-top: 3rem;
        }
}

@media screen and (max-width: 767px) {
    .first-footer .widget h3.widget-title {
        margin-top: 3rem;
    }
}

.bloq-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

    .bloq-email .email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.newsletters h3 {
    margin-bottom: 2rem;
}

.first-footer .newsletters h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
    .first-footer .newsletters h3 {
        margin-top: 3rem;
    }

    .bloq-email .email {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.newsletters p {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.first-footer .bloq-email .email input[type="email"] {
    border: 1px solid #fab702;
    background: #0d1c33;
    color: #fff;
    padding: .8rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.first-footer .bloq-email .email input[type="submit"] {
    border: 1px solid #fab702;
    padding: .8rem;
    background: #fab702;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.5rem;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.first-footer .email input[type="submit"]:hover {
    background: #0d1c33;
}

@media screen and (max-width: 991px) {
    .first-footer .bloq-email .email input[type="submit"] {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .first-footer .bloq-email .email input[type="submit"] {
        margin-top: 0px;
    }
}

@media screen and (max-width: 320px) {
    .bloq-email .email {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .first-footer .bloq-email .email input[type="submit"] {
        margin-top: 1.5rem;
    }
}

.first-footer .bloq-email label.error {
    color: #ff0000;
}

.first-footer .bloq-email label {
    color: #fff;
}

.first-footer .bloq-email .email input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.first-footer .bloq-email .email input:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.first-footer .bloq-email .email input::-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.first-footer .bloq-email .email input::placeholder {
    color: white;
    opacity: 1;
}

/*------ HOVER EFFECT ------*/
.hover-effect figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

    .hover-effect figure::before {
        position: absolute;
        top: 0;
        left: -90%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

.hover-effect:hover figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hover-effect figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.hover-effect:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.second-footer {
    padding: 1.5rem 0;
    background: #fab702;
    color: rgba(0, 0, 0, 0.8);
}

    .second-footer h3 {
        margin: 0;
        font-weight: 300;
    }

    .second-footer p {
        font-size: 13px;
        margin: 0;
        margin-top: .5rem;
        font-weight: 400;
    }

    .second-footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: auto;
    }

    .second-footer p .fa-heart:before {
        color: #fff;
    }

/*------ ARROW GO UP ------*/
.go-up {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 2.1rem;
    background: #fab702;
    padding: .4rem;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .go-up:hover,
    .go-up:focus {
        outline: 0;
        text-decoration: none;
        color: #fff;
    }

/*-----------------------------------*/
/*------ 23. SECTION PARTNERS ------*/
/*-----------------------------------*/
div.partners {
    padding: 2rem 0;
    background: #fab702;
    color: #fff;
}

.partners .style2 .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.partners .style2 img {
    width: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*-----------------------------------*/
/*------ 24. INNER PAGE ABOUT US ----*/
/*-----------------------------------*/
section.who-we-are {
    padding: 6rem 0;
    background: #f5f6ff;
}

.inner-pages .headings {
    background: url(../images/bg/bg-inner.jpg) no-repeat center center;
    width: 100%;
    height: 35vh;
}

    .inner-pages .headings h1 {
        margin-top: 9rem;
        font-size: 2.5rem;
        color: #fff;
    }

@media screen and (max-width: 450px) {
    .inner-pages .headings h1 {
        margin-top: 5rem;
        font-size: 2rem;
    }
}

.inner-pages .road {
    background: #fab702;
    color: #262626;
    padding: 1rem 0;
}

    .inner-pages .road a {
        text-decoration: none;
        color: #262626;
        padding-right: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .inner-pages .road span {
        font-size: 1rem;
        padding-right: 1rem;
        text-transform: uppercase;
    }

    .inner-pages .road a:hover {
        text-decoration: underline;
    }

.who-we-are .who-1 {
    background: #fff;
    background-size: cover;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 80px;
    left: 0;
    top: 0;
}

    .who-we-are .who-1 p {
        background: #fff;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }

.inner-pages .services .top-headings-section.se h2 {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .box.bg-2 img {
        width: 30%;
    }
}

.who-we-are .who img {
    width: 100%;
    height: 100%;
    padding: 0 0px;
}

@media screen and (max-width: 767px) {
    .who-we-are .who img {
        padding-bottom: 2rem;
        width: 100%;
    }
}
/*-----------------------------------*/
/*---- 25. INNER PAGE OUR TEAM ---*/
/*-----------------------------------*/
.inner-pages section.team {
    padding: 6rem 0;
    background: #fff;
}

.inner-pages .team .team-all {
    padding: 0;
    margin: 0;
}

    .inner-pages .team .team-all.mt-44 {
        padding-top: 2.5rem;
    }

@media screen and (max-width: 991px) {
    .inner-pages .team .team-all.mt-44 {
        padding-top: 0px;
    }

    .inner-pages .team-block.npb {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 575px) {
    .inner-pages .team-block.npb:last-child {
        padding-top: 2rem;
    }
}

.inner-pages .team-block {
    position: relative;
}

    .inner-pages .team-block .inner-box {
        position: relative;
        -webkit-box-shadow: 2px 2px 30px #ccc;
        box-shadow: 2px 2px 30px #ccc;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
    }

        .inner-pages .team-block .inner-box .image {
            position: relative;
        }

            .inner-pages .team-block .inner-box .image img {
                position: relative;
                width: 100%;
                display: block;
                height: auto;
            }

        .inner-pages .team-block .inner-box .lower-box {
            position: relative;
            padding: 22px 0;
            text-align: center;
        }

            .inner-pages .team-block .inner-box .lower-box h3 {
                position: relative;
                font-size: 18px;
                font-weight: 600;
                line-height: 1.2em;
            }

                .inner-pages .team-block .inner-box .lower-box h3 a {
                    position: relative;
                    color: #000;
                    text-decoration: none;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .inner-pages .team-block .inner-box .lower-box h3 a:hover {
                        color: #fab702;
                    }

            .inner-pages .team-block .inner-box .lower-box .designation {
                position: relative;
                color: #666;
                font-size: 16px;
                font-weight: 400;
                text-transform: capitalize;
            }

/*-----------------------------------*/
/*------ 26. INNER PAGE 404 ------*/
/*-----------------------------------*/
.inner-pages .notfound {
    padding: 6rem 0;
}

.inner-pages .top-headings h2 {
    font-size: 10rem;
    color: #fab702;
    margin-bottom: 1rem;
}

.inner-pages .top-headings h3 {
    font-size: 3rem;
    color: #000;
    margin-bottom: 2rem;
}

.inner-pages .top-headings p:last-child {
    font-size: 1.2rem;
}

.inner-pages .port-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}

    .inner-pages .port-info .btn {
        background: #fab702;
        color: #fff;
        border: 1px solid #fab702;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .inner-pages .port-info .btn:hover {
            background: #0d1c33;
            color: #fff;
            border: 1px solid #0d1c33;
        }

/*---------------------------------------*/
/*- 27. INNER PAGE LOGIN --*/
/*---------------------------------------*/
#login .login,
#register .login {
    width: 430px;
    padding: 45px 60px 60px;
    overflow-y: auto;
    background-color: #fff;
}

#login {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.social_bt {
    border-radius: 3px;
    color: #fff;
    min-width: 200px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a.social_bt.facebook {
        background-color: #3B5998;
    }

    a.social_bt.google {
        background-color: #DC4E41;
    }

    a.social_bt.linkedin {
        background-color: #0077B5;
    }

.add_bottom_15,
a.social_bt {
    margin-bottom: 15px;
}

a.social_bt {
    text-align: center;
    text-decoration: none;
}

    a.social_bt.facebook:before {
        content: "\f09a";
    }

    a.social_bt.google:before {
        content: "\f0d5";
        top: 12px;
    }

    a.social_bt.linkedin:before {
        content: "\f0e1";
    }

    a.social_bt.facebook:before,
    a.social_bt.google:before,
    a.social_bt.linkedin:before {
        font-family: FontAwesome;
        position: absolute;
        left: 12px;
        top: 10px;
        font-size: 1.3rem;
        color: #fff;
    }

#login .divider {
    height: 1px;
    margin: 30px 0 20px;
    text-align: center;
    background-color: #e1e8ed;
}

    #login .divider span {
        background-color: #fff;
        display: inline-block;
        position: relative;
        top: -20px;
        padding: 10px;
        font-style: italic;
    }

.add_bottom_30 {
    margin-bottom: 30px;
}

#login .float-left {
    float: left !important;
}

#login .container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

    #login .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    #login .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        border: 1px solid #d2d8dd;
        border-radius: 3px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

#login .float-right {
    float: right !important;
    margin-top: 0px !important;
}

.checkboxes label,
a#forgot {
    color: #666;
    text-decoration: none;
}

#login .btn_1.rounded,
a.btn_1.rounded {
    border-radius: 25px !important;
}

#login .btn_1.full-width,
a.btn_1.full-width {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;
}

#login .btn_1,
a.btn_1 {
    border: none;
    background: #fab702;
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

#login a.btn_1:hover {
    background: #0d1c33;
}

#login .add_top_10 {
    margin-top: 16px;
}

#login .text-center {
    text-align: center !important;
}

#login strong a {
    text-decoration: none;
}

.inner-pages .filter-tags input {
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0;
    color: #fa2964;
    width: 20px;
    height: 20px;
    color: #fff;
    outline: none;
    margin-right: .5rem;
    margin-bottom: 0px;
    background: #fff !important;
    -webkit-appearance: none;
}

.filter-tags input:checked:after {
    font-family: FontAwesome;
    color: #fab702;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    left: 2px;
    z-index: 20;
}

.filter-tags input[type=checkbox]:checked + label:before {
    background-color: #f91942;
    border-color: #f91942;
}

@media screen and (max-width: 767px) {
    #login .login,
    #register .login {
        width: 100%;
    }

    #login .checkboxes label,
    a#forgot {
        font-size: 13px;
    }
}
/*-----------------------------------*/
/*--- 28. INNER PAGE COMING SOON ----*/
/*-----------------------------------*/
.headings-7 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 34, 59, 0.8)), to(rgba(25, 34, 59, 0.8))), url(../images/bg/coming-soon.jpg) no-repeat center top;
    background: linear-gradient(rgba(25, 34, 59, 0.8), rgba(25, 34, 59, 0.8)), url(../images/bg/coming-soon.jpg) no-repeat center top;
    color: #fff;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .headings-7 .text-heading p {
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .headings-7 .bloq-email {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.5rem;
    }

        .headings-7 .bloq-email .email input[type="email"] {
            border: 0;
            padding: .8rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

        .headings-7 .bloq-email .email input[type="submit"] {
            border: 0;
            padding: .8rem;
            background: #fab702;
            border: 1px solid #fff;
            color: #000;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

    .headings-7 .email input[type="submit"]:hover {
        background: #0d1c33;
        color: #fff;
        border: 1px solid #fff;
    }

.font-16 {
    font-size: 16px;
}

.font-36 {
    font-size: 36px;
}

/*------------------------------------------*/
/*--- 29. INNER PAGE UNDER CONSTRUCTION ----*/
/*------------------------------------------*/
.headings-8 {
    background: url(../images/bg/bg-under.jpg) no-repeat center top;
    color: #fff;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .headings-8 .text-heading p {
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .headings-8 .bloq-email {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.5rem;
    }

        .headings-8 .bloq-email .email input[type="email"] {
            border: 0;
            padding: .8rem;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

        .headings-8 .bloq-email .email input[type="submit"] {
            border: 0;
            padding: .8rem;
            background: #fab702;
            border: 1px solid #fff;
            color: #fff;
            text-transform: capitalize;
            cursor: pointer;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

    .headings-8 .email input[type="submit"]:hover {
        background: #0d1c33;
        border: 1px solid #fff;
    }

.font-16 {
    font-size: 16px;
}

.font-36 {
    font-size: 36px;
}

/*-----------------------------------*/
/*----- 30. INNER PAGE SERVICES -----*/
/*-----------------------------------*/
.inner-pages.ser .services {
    background: #f2f2f2;
}

.inner-pages .services .top-headings-section h2 {
    color: #0d1c33;
}

.inner-pages .services .ser-2 {
    padding-top: 2.5rem;
}

/*-----------------------------------*/
/*---- 31. INNER SERVICES DETAILS ---*/
/*-----------------------------------*/
section.service-details {
    padding: 2rem 0;
}

.inner-pages .service-details .service-text {
    background: #fff;
}

.inner-pages .service-text .mb-5 {
    font-weight: 400;
}

.inner-pages .service-details .service-info img {
    width: 360px;
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.inner-pages .service-info figure {
    background: #ffbb3f;
    margin: 0px;
}

.inner-pages .service-details .service-info figure:hover img {
    opacity: .5;
}

.blog .service-info a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.inner-pages .widget-service-details ul li.active {
    color: #fff;
    background: #ffbb3f;
    border-radius: 5px;
}

    .inner-pages .widget-service-details ul li.active a {
        color: #fff;
    }

        .inner-pages .widget-service-details ul li.active a:hover {
            color: #fff;
        }

.inner-pages .widget-service-details ul li .fa {
    float: right;
    margin-top: .2rem;
}

@media screen and (max-width: 767px) {
    .inner-pages .widget-service-details {
        padding-top: 0px;
    }

    .inner-pages .dep-list-1 {
        padding-bottom: 3rem;
    }

    .inner-pages .service-details .completed-projects {
        padding-top: 45px !important;
    }
}

.inner-pages .depar-title h4 {
    font-size: 1.3rem;
}

.inner-pages .depar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffbb3f;
    border-radius: 5px;
    color: #fff;
    padding: .7rem;
}

.inner-pages .depart-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ffbb3f;
}

    .inner-pages .depart-list ul {
        list-style: none;
        padding-left: 0px;
        margin-top: .5rem;
    }

        .inner-pages .depart-list ul li {
            padding-bottom: 2rem;
        }

            .inner-pages .depart-list ul li .fa {
                color: #ffbb3f;
            }

.inner-pages .recent-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.inner-pages .business-service .tags a {
    background: #ffbb3f;
    color: #3c3c3c;
    border: 1px solid #ffbb3f;
    margin-bottom: .7rem;
    margin-left: .2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .inner-pages .business-service .tags a:hover {
        background: #fff;
        color: #3c3c3c;
    }

.inner-pages .business-service ul {
    margin: 0;
    padding: 0;
}

    .inner-pages .business-service ul li {
        list-style: none;
        padding-left: 1rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

        .inner-pages .business-service ul li:last-child {
            padding-top: .5rem;
        }

        .inner-pages .business-service ul li a {
            text-decoration: none;
            color: #464646;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .inner-pages .business-service ul li a:hover {
                color: #ffbb3f;
            }

        .inner-pages .business-service ul li .fa {
            margin-right: 1rem;
        }

.inner-pages .business-service button {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.inner-pages .widget-service-details h5 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

    .inner-pages .widget-service-details h5::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #ffbb3f;
        content: " ";
        width: 50px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

.inner-pages .opening-hours {
    margin-top: 3rem;
}

    .inner-pages .opening-hours .opening {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .inner-pages .opening-hours .opening .fa {
            font-size: 1.5rem;
            margin-right: .5rem;
            color: #ffbb3f;
        }

.inner-pages .opening-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .inner-pages .opening-list ul {
        list-style: none;
        padding: 0px;
    }

        .inner-pages .opening-list ul li {
            margin-bottom: 1rem;
            border-bottom: 1px dotted #ffbb3f;
        }

    .inner-pages .opening-list ul {
        margin-bottom: 0px;
    }

.inner-pages .specialists .team-pro h4 {
    text-align: center;
    font-size: 1.3rem;
    color: #25272e;
    margin: 0;
}

.inner-pages .specialists .team-info {
    background: #fff;
    color: #19223b;
    border-bottom: 3px solid #ffbb3f;
    padding: 2rem 0;
}

.inner-pages .specialists .team-pro p {
    font-weight: 400;
    color: #25272e;
    text-align: center;
    font-size: 1rem;
    margin: .4rem 0 1.8rem;
}

.inner-pages .specialists .team-all img {
    width: 100%;
}

.inner-pages .specialists .team-all {
    padding: 0;
    margin: 0;
}

.inner-pages .specialists .team-pro ul {
    padding: 0;
    margin: 0;
}

    .inner-pages .specialists .team-pro ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.inner-pages .specialists .team-pro .fa {
    font-size: 1.2rem;
    background: #ffbb3f;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    margin: 0 .5rem;
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2.1rem;
}

.inner-pages .service-details h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #ffbb3f;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.inner-pages .service-details .completed-projects {
    padding: 4rem 0;
}

@media screen and (max-width: 991px) {
    .inner-pages .specialists .team-pro {
        padding-bottom: 2.5rem;
    }

        .inner-pages .specialists .team-pro:last-child {
            padding-bottom: 0px;
        }

    .inner-pages .specialists .pb-none {
        padding-bottom: 0px;
    }

    .inner-pages .specialists .team-all.padding {
        padding-bottom: 0px;
    }

    .business-service .stmt {
        margin-top: 1rem;
    }

    .business-service .stmt-2 {
        margin-top: 3rem;
    }

    .inner-pages .pagination.list.free-1 {
        margin-bottom: 45px;
    }

    .widget-service-details.car {
        margin-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .inner-pages .specialists .team-pro.pb-on {
        padding-bottom: 2.5rem;
    }

    .business-service .stmt {
        margin-top: 0px;
    }

    .inner-pages .service-details .pdb-2 {
        padding-bottom: 2rem;
    }

    .completed-projects .cons {
        margin-bottom: 2rem;
    }
}

.inner-pages .service-details .wprt-image-video .icon-wrap {
    border-radius: 50%;
    background-color: #ffbb3f;
    outline: none;
    width: 60px;
    height: 60px;
    margin: -25px 0 0 -25px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transition: all ease .238s;
    transition: all ease .238s;
}

    .inner-pages .service-details .wprt-image-video .icon-wrap:hover {
        background: #19223b;
    }

    .inner-pages .service-details .wprt-image-video .icon-wrap:after {
        color: #fff;
        content: "\f04b";
        font-family: "FontAwesome";
        font-size: 22px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        line-height: 60px;
        text-align: center;
        -webkit-transition: all ease .238s;
        transition: all ease .238s;
    }

    .inner-pages .service-details .wprt-image-video .icon-wrap:hover {
        color: #ffbb3f;
        content: "\f04b";
        font-family: "FontAwesome";
    }

/*-----------------------------------*/
/*----- 32. INNER PAGE PROJECTS ----*/
/*-----------------------------------*/
.inner-pages .portfolio {
    background: #fff;
}

    .inner-pages .portfolio .top-headings-section h2 {
        color: #0d1c33;
    }

    .inner-pages .portfolio .filters-group ul li {
        color: #0d1c33;
    }

.inner-pages .bg-3 .button {
    color: #0d1c33;
    border-color: #fab702;
}

.portfolio-title {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 0px 0px #f1f1f1;
    box-shadow: 0px 6px 0px 0px #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .portfolio-title h3 a {
        text-decoration: none;
        font-size: 18px;
        color: #333;
    }

    .portfolio-title p {
        margin-bottom: 0px;
    }

/*-----------------------------------*/
/*---- 33. INNER PROJECT SINGLE ---*/
/*-----------------------------------*/
section.project-single {
    padding: 6rem 0;
}

.inner-pages .project-single .project-text {
    background: #fff;
    padding: 2rem .8rem;
}

.inner-pages .project-text .mb-5 {
    font-weight: 300;
}

.inner-pages .project-single .project-info img {
    width: 360px;
    width: 100%;
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.inner-pages .project-info figure {
    background: #fab702;
    margin: 0px;
}

.inner-pages .project-single .project-info figure:hover img {
    opacity: .5;
}

.blog .project-info a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width: 767px) {
    .inner-pages .widget-project-single {
        padding-top: 15px;
    }
}

.inner-pages .recent-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.inner-pages .widget-project-single .tags a {
    background: #fab702;
    color: #fff;
    border: 1px solid #fab702;
    margin-bottom: .7rem;
    margin-left: .2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .inner-pages .widget-project-single .tags a:hover {
        background: #fff;
        color: #fab702;
    }

.inner-pages .project-news ul {
    margin: 0;
    padding: 0;
}

    .inner-pages .project-news ul li {
        list-style: none;
        padding: .5rem 0;
    }

        .inner-pages .project-news ul li:last-child {
            padding-top: .5rem;
            padding-bottom: 0px;
        }

        .inner-pages .project-news ul li a {
            text-decoration: none;
            color: #666;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .inner-pages .project-news ul li a:hover {
                color: #fab702;
            }

        .inner-pages .project-news ul li .fa {
            margin-right: 1rem;
        }

.inner-pages .project-news button {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.inner-pages .widget-project-single h5 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

    .inner-pages .widget-project-single h5::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #fab702;
        content: " ";
        width: 50px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

/*-----------------------------------*/
/*---- 34. INNER PAGE FAQ ---*/
/*-----------------------------------*/
.inner-pages .panel .panel-heading {
    font-size: 1.2rem;
}

    .inner-pages .panel .panel-heading a {
        background: #ffbb3f;
        color: #fff;
        display: block;
        padding: 1rem;
        border-radius: 5px;
        text-decoration: none;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .inner-pages .panel .panel-heading a:hover {
            background: #19223b;
            color: #fff;
        }

.inner-pages .opening-hours.faq {
    margin-top: 0px;
}

.inner-pages .opening-list.faq ul {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .inner-pages .widget-service-details.faq {
        padding-top: 4rem;
    }

    .inner-pages .opening-list ul li:last-child {
        margin-bottom: 0px;
    }
}
/*-----------------------------------*/
/*------ 35. INNER PAGE BLOG ------*/
/*-----------------------------------*/
.inner-pages section.blog {
    background: #fff;
}

.inner-pages .space {
    padding: 2.5rem 0;
}

.inner-pages .blog .blog-info {
    background: #fff;
}

.inner-pages .pagination {
    margin-bottom: 0px;
}

.page-item.active .page-link {
    background: #fab702;
    border-color: #fab702;
}

.page-link {
    color: #0d1c33;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .page-link:hover {
        background: #fab702;
        color: #fff;
    }

@media screen and (max-width: 991px) {
    .inner-pages .space {
        padding: 0px;
    }

    .blog-section .news-item.smb {
        margin-bottom: 0px;
    }

    .blog-section .news-item-bottom {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .blog-section .news-item-bottom {
        margin-top: 0px;
    }
}
/*-----------------------------------*/
/*-- 36. INNER PAGE BLOG-RIGHTSIDE --*/
/*-----------------------------------*/
.inner-pages .space2 {
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
    .inner-pages .space3 {
        padding-bottom: 2.5rem;
    }
}

.inner-pages .form-control {
    padding: .7rem;
    border: 1px solid #fab702;
}

@media screen and (max-width: 767px) {
    .inner-pages .input-group {
        width: 90%;
    }
}

.inner-pages .input-group-btn .fa {
    font-size: 1.8rem;
    cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
    background: #fab702;
    border: 1px solid #fab702;
    cursor: pointer;
    margin: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .inner-pages .input-group-btn .btn-primary:hover {
        background: #fff;
        color: #fab702;
    }

.inner-pages .recent-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
    .inner-pages .recent-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inner-pages .info-img {
        margin-top: 1rem;
    }
}

.inner-pages .recent-img img {
    width: 90px;
    height: 70px;
    margin-right: 1rem;
}

.inner-pages .info-img h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

.inner-pages .info-img a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .inner-pages .info-img a:hover {
        color: #fab702;
    }

.inner-pages .recent-post .tags a {
    background: #fab702;
    color: #fff;
    border: 1px solid #fab702;
    margin-bottom: .7rem;
    margin-left: .2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .inner-pages .recent-post .tags a:hover {
        background: #fff;
        color: #fab702;
    }

.inner-pages .recent-post ul {
    margin: 0;
    padding: 0;
}

    .inner-pages .recent-post ul li {
        list-style: none;
        padding: .5rem 0;
    }

        .inner-pages .recent-post ul li:last-child {
            padding-top: .5rem;
            padding-bottom: 0px;
        }

        .inner-pages .recent-post ul li a {
            text-decoration: none;
            color: #666;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .inner-pages .recent-post ul li a:hover {
                color: #fab702;
            }

        .inner-pages .recent-post ul li .fa {
            margin-right: 1rem;
        }

.inner-pages .recent-post button {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.inner-pages .widget h5 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

    .inner-pages .widget h5::after {
        display: block;
        height: 3px;
        font-weight: bold;
        background-color: #fab702;
        content: " ";
        width: 50px;
        margin-top: .5rem;
        margin-bottom: 1.5rem;
    }

.inner-pages .pagination.list.free-2 {
    margin-top: 30px !important;
}

/*-----------------------------------*/
/*--- 37. INNER PAGE BLOG DETAILS ---*/
/*-----------------------------------*/
.inner-pages .blog-info {
    background: #fff;
}

.inner-pages .comments-info h5 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

.inner-pages .comments-info p:last-child {
    font-weight: 300;
}

.inner-pages .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
}

    .inner-pages .social-share .fa-facebook {
        color: #3b5998;
    }

    .inner-pages .social-share .fa-twitter {
        color: #1da1f2;
    }

    .inner-pages .social-share .fa-google-plus {
        color: #dd4b39;
    }

    .inner-pages .social-share .fa-youtube {
        color: #000;
    }

    .inner-pages .social-share a {
        color: #fab702;
        font-size: 1.5rem;
        margin: 0 .5rem;
    }

.col-md-10.comments-info {
    padding-left: 0px;
}

    .col-md-10.comments-info p:last-child {
        font-weight: 400;
    }

.inner-pages .comments h3::after,
.inner-pages .leve-comments h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.inner-pages .commented .comm-inf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.inner-pages .commented img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.inner-pages .data form .col-md-12 {
    padding: 0;
    padding-right: 1rem;
}

section.leve-comments {
    margin-top: 4rem;
}

.inner-pages .leve-comments .btn {
    background: #fab702;
    border: 1px solid #fab702;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .inner-pages .leve-comments .btn:hover {
        background: #fff;
        color: #0d1c33;
        border: 1px solid #fab702;
    }

@media screen and (max-width: 991px) {
    .inner-pages .widget.recent-post {
        margin-top: 45px;
    }
}
/*-----------------------------------*/
/*---- 38. INNER PAGE CONTACT US ----*/
/*-----------------------------------*/
.inner-pages .contact-us {
    padding: 6rem 0;
}

    .inner-pages .contact-us ul li {
        list-style: none;
        font-weight: 300;
    }

    .inner-pages .contact-us ul {
        margin: 0;
        padding: 0;
    }

    .inner-pages .contact-us .btn {
        background: #fab702;
        border: 1px solid #fab702;
        cursor: pointer;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .inner-pages .contact-us .btn:hover {
            background: #fff;
            color: #0d1c33;
            border: 1px solid #fab702;
        }

.inner-pages .address-info p:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .inner-pages .offices h3:first-child {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 991px) {
    .bgc {
        margin-top: 3.2rem;
    }
}

label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
}

form label.error {
    display: block;
    color: #ff0000;
    font-size: 14px !important;
    opacity: 1 !important;
}

.successform,
.errorform {
    display: none;
    height: 70px;
}

    .successform span,
    .errorform span {
        display: block;
    }

        .successform span p,
        .errorform span p {
            margin-top: 15px;
        }

        .successform span p {
            color: #01c15a;
            font-size: 2rem;
        }

        .errorform span p {
            color: #c0392b;
        }

.inner-pages .contact-us h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}

.inner-pages .offices h3 {
    text-transform: capitalize;
}

.inner-pages .offices p {
    font-weight: 300;
}

/*---- CONTACT INFO ----*/
.inner-pages .bgc {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 43, 0.8)), to(rgba(43, 43, 43, 0.8))), url(../images/bg/call.jpg) no-repeat center center;
    background: linear-gradient(rgba(43, 43, 43, 0.8), rgba(43, 43, 43, 0.8));
    padding: 2rem;
    background-size: cover;
}

.inner-pages .request h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.inner-pages .call-info h3 {
    color: #fff;
    margin-bottom: 2rem;
}

.inner-pages .call-info p {
    color: #fff;
}

.inner-pages .call-info h3::after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #fab702;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
    .inner-pages .call-info {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}

.inner-pages .call-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.inner-pages .call-info .ti {
    margin-bottom: 0px;
}

.inner-pages .cll:last-child {
    margin-bottom: 0px;
}

.inner-pages .call-info .info p {
    color: #fff;
    margin: 0px;
    margin-left: 1.5rem;
    font-weight: 300;
}

.inner-pages .call-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .inner-pages .call-info ul li .fa {
        font-size: 1.6rem;
        color: #fab702;
    }

/*-----------------------------------*/
/*------ 39. PRELOADER ------*/
/*-----------------------------------*/
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/*-----------------------------------*/
/*------ 40. MEDIAS QUERIES ------*/
/*-----------------------------------*/
@media screen and (min-width: 992px) {
    #main-menu {
        height: auto !important;
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

        #main-menu ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
        }

            #main-menu ul li a {
                padding: .8rem;
                text-transform: uppercase;
                margin: 0 .3rem;
                border-top: 0;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                #main-menu ul li.active a,
                #main-menu ul li a:hover {
                    color: #000;
                    background: #fab702;
                    border-radius: 5px;
                }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    #main-menu .dropdown-menu {
        -webkit-animation: 330ms ease 0s normal none 1 running zoomIn;
        animation: 330ms ease 0s normal none 1 running zoomIn;
        background: #fff;
        margin-top: 0px;
    }

        #main-menu .dropdown-menu a {
            color: #2f2f2f;
            text-align: left;
            border-top: 0;
            font-size: 15px;
            text-transform: capitalize;
            margin-left: 0px;
            text-decoration: none;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            #main-menu .dropdown-menu a:hover {
                color: #fff;
                background: #fab702;
                text-decoration: none;
                border: 0;
                border-radius: 0px;
            }

    .search-button {
        margin-left: 1rem;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #bloq-search {
        position: absolute;
        width: 20rem;
        right: 11rem;
        top: 3.5rem;
        z-index: 99999;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .inner-pages .pagination.list.free-1 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .portfolio .port-item img {
        width: 100%;
    }

    .team .team-pro img {
        width: 100%;
    }

    .team .team-pro {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

    .blog .blog-pots img {
        width: 100%;
    }

    .first-footer .netsocials {
        margin-top: 1.5rem;
    }

    .second-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .second-footer .container h3 {
            margin-bottom: .8rem;
        }

    .inner-pages .commented img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin-right: 1.5rem;
        margin-bottom: 1rem;
    }

    .inner-pages .offices h2 {
        margin-top: 4rem;
    }

    .services.home-2 .img-box {
        height: 470px;
    }
}

@media screen and (max-width: 992px) {
    h3 {
        font-size: 1.2rem;
    }

    .headings .text-heading p {
        font-size: 1rem;
    }

    .header-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-info {
        margin: 0;
    }

    .who-we-are .who img {
        height: 415px;
    }

    .blog .blog-pots h3 {
        font-size: 1.2rem;
    }

    .portfolio img {
        width: 100%;
    }

    .team .team-info .artl {
        padding-bottom: 1.3rem;
    }

    .services .img-box {
        height: 247px;
    }

    .inner-pages .pagination.free-2 {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 1.6rem;
    }

    .who-we-are .who img {
        height: 300px;
    }

    .counterup .countr p {
        font-size: 2.2rem;
    }

    .testimonials .test-1 p {
        padding: 0px 1rem;
    }

    .team .team-pro {
        padding-right: 0;
        padding-left: 0;
    }

    .inner-pages .services {
        margin: 0px;
    }

    .first-footer h2 {
        margin-top: 2rem;
    }

    .inner-pages .contact-us .offices {
        margin-top: 2rem;
    }

    .inner-pages .panel .panel-heading a {
        font-size: 16px;
    }

    .inner-pages .portfolio .filters-group ul li {
        font-size: 15px;
    }
}

/*# sourceMappingURL=styles.css.map */
