﻿

/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
    2.1 Header Bottom Area
    2.1 Sticky Header Area
    2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5. About area
    6.Services Area
    7.Counter AreaFG
    8.project Area
    9. banner area css
    10. Overview Area
    11. FAQ  Area
    12. Add Area
    13. Blog Area
    14. Footer Area
    15. Home 2 area
    16. Testimonial area
    17. Home 03 Area
    18. Wellcome Services 2 Area
    19. Team member area
    20. Home-4 area
    21. Breadcumbs Area
    22. About page Area
    23. Blog Details page
    24.	Contact Us page area
    25. Services Details area
    26. Project Details page
    27. Error page area

    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/




html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    direction: ltr;
    text-align: right;
    overflow-x: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    height: auto;
    width: auto;
}

.image-scale img {
    width: 100%;
}

.navbar-brand > img {
    display: block;
    width: 160px;
    height: 75px;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #777;
}

.about-content p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    position: relative;
    z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif !important;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 17px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

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

    a:active, a:hover {
        outline: 0 none;
    }

    a:hover, a:focus {
        color: #333;
        text-decoration: none;
    }

body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 34px;
    height: 50px;
    line-height: 46px;
    left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}

    #scrollUp:hover {
        background: #fcb615;
        opacity: 1;
    }

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

    input:focus, textarea:focus, select:focus {
        outline: none;
    }


.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #fcb615;
    text-shadow: none;
}

::selection {
    background: #fcb615;
    text-shadow: none;
}

.color {
    color: #fcb615;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 55px 0px;
}

.area-padding-2 {
    padding: 100px 0px 70px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline {
    margin-bottom: 0px;
    position: relative;
}

    .section-headline h3 {
        display: inline-block;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

.project-area .section-headline h3 {
    text-align: left;
    display: block;
    font-size: 30px;
    border-bottom: solid 2px #04045b;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;
}

    .project-area .section-headline h3:hover {
        border-bottom: solid 2px #fcb615;
    }

.section-headline.white-headline h3 {
    color: #fff;
}

.section-headline.text-left {
    margin-bottom: 30px;
}

.section-headline::after {
    border: none;
    bottom: -30px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

.section-headline.text-left h3::after {
    border: 2px solid #fcb615;
    left: 0;
    right: auto;
}

.section-headline p {
    /* max-width: 680px; */
    font-size: 17px;
    letter-spacing: 0.60px;
    margin: 0 auto;
    line-height: 28px;
    font-weight: 500;
}

.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}

    .sub-head h4::after {
        border: 2px solid #fcb615;
        bottom: 0px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        width: 20%;
    }

.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}

.load-more-btn {
    text-transform: uppercase;
    background: #fcb615;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    width: 180px;
    transition: 0.4s;
    border: 1px solid #fcb615;
}

    .load-more-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.section-headline h4 {
    font-size: 28px;
    /* max-width: 870px; */
    line-height: 36px;
    font-weight: 600;
    margin: 0 auto;
    text-transform: uppercase;
}

    .section-headline h4 .color {
        color: #fcb615;
        font-weight: 600;
    }

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.last-content {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.bg-color, .bg-color-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

    .bg-color-2::after {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 35.50%;
        height: 100%;
        content: "";
        background: rgba(232,234,237,0.30) none repeat scroll 0 0;
        z-index: -1;
    }

    .bg-color::after {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 35.50%;
        height: 100%;
        content: "";
        background: rgba(232,234,237,0.30) none repeat scroll 0 0;
        z-index: -1;
    }

.bg-gray {
    background: #fcfafa;
}

.bg-dark {
    background: #130B48;
}

.long-headline h3 {
    display: inline-block;
    font-size: 20px;
    max-width: 39rem;
    text-transform: capitalize;
    line-height: 42px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-right ul li {
    display: inline-block;
}

.topbar-area {
    background: #00005a;
}

.topbar-right ul li a {
    color: #f5f5f5;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
}

    .topbar-right ul li a i {
        color: #fcb615;
        font-size: 16px;
        padding-left: 7px;
    }

.topbar-right {
    position: relative;
    display: block;
    float: right;
}

.top-social {
    float: left;
    padding: 11px 0px;
    margin-right: 10px;
}

    .top-social ul li {
        display: inline-block;
    }

        .top-social ul li a {
            color: #f5f5f5;
            margin-left: 0px;
            display: block;
            text-align: center;
            font-size: 14px;
            width: auto;
            height: 26px;
            border-radius: 5px;
            line-height: 25px;
            padding: 2px 5px 0px 5px;
        }

            .top-social ul li a:hover {
                color: #fff;
                /* background: #fcb615; */
            }

.quote-button {
    float: left;
}

    .quote-button .quote-btn {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        background: #fcb615;
        display: inline-block;
        border: 1px solid #fcb615;
        padding: 11px 20px;
        margin: 0px;
    }

        .quote-button .quote-btn:hover {
            background: transparent;
            color: #fcb615;
        }

.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area {
    background: #fff;
    box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}

.logo {
    display: block;
}

    .logo a {
        display: inline-block;
        height: auto;
        padding: 10px 0;
    }

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 13px;
    font-weight: 300;
    padding: 13px 11px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    margin: 0px 2px;
    margin-top: 18px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #fcb615;
}

.main-menu ul.navbar-nav > li > a::before {
    background: #fcb615;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
    right: 0px;
}

.main-menu ul.navbar-nav > li:hover > a:before, .main-menu ul.navbar-nav > li.active > a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fcb615;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fcb615;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #fcb615;
    l: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: -99;
    box-shadow: 0px 0px 1px #f5f5f5, 0px 0px 1px #f5f5f5;
    border-radius: 0px 0px 10px 10px;
    margin-top: 16px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    padding: 20px 0px;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
}

    .main-menu ul.nav li ul.sub-menu li a span {
        color: #fcb615;
    }

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fcb615;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i, .stick .header-search input {
    color: #444
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    background: #f5f5f5;
    bottom: -85px;
    color: #444;
    display: none;
    position: absolute;
    left: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}

    .search-option input {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        color: #444;
        display: block;
        float: right;
        font-size: 14px;
        font-style: italic;
        padding: 8px 10px;
        width: 214px;
        height: 44px;
    }

    .search-option button.button {
        background: #fcb615;
        border: medium none;
        color: #fff;
        /*! display: inline-block; */
        float: left;
        font-size: 17px;
        line-height: 35px;
        padding: 5px 15px;
        text-align: center;
        left: 20px;
        position: absolute;
    }

.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fcb615;
    border-radius: 5px;
    margin: 20px 10px 20px 0;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #ccc, -2px -2px 5px #ccc;
    background: #fff;
}

    .header-area.stick .logo a {
        display: inline-block;
        height: auto;
        padding: 11px 0;
    }

    .header-area.stick .main-menu ul.navbar-nav li a {
        padding: 25px 0px;
    }

    .header-area.stick .quote-button {
        float: right;
        padding: 13px 5px;
    }

    .header-area.stick .header-right-link a.main-search {
        margin: 15px 10px;
    }

    .header-area.stick .main-menu ul.nav li ul.sub-menu li a {
        color: #444;
        display: block;
        font-size: 13px;
        font-weight: 700;
        padding: 5px 15px;
    }

        .header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
            color: #fcb615;
        }

    .header-area.stick .navbar-brand > img {
        display: block;
        width: 160px;
        height: auto;
    }
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

    .mean-container .mean-nav ul li a {
        background: #f8f8f8 none repeat scroll 0 0;
        color: #444;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        padding: 13px 10px;
        text-align: right;
        text-decoration: none;
        text-transform: uppercase;
        width: 90%;
    }

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

    .intro-content::after {
        background: rgb(37 36 40 / 0%) none repeat scroll 0 0;
        content: "";
        height: 103%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.slider-content {
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -150px;
}

.layer-1-2 {
    margin: 0px 0 20px;
}

.layer-1-1 p {
    color: #f5f5f5;
    font-size: 15px;
    letter-spacing: 0.60px;
    line-height: 30px;
    /* max-width: 700px; */
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    /* max-width: 740px; */
    letter-spacing: 1px;
}

.ready-btn {
    border: 1px solid #fcb615;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    /* font-weight: 600; */
    font-family: iransans-bold;
    margin-top: 20px;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #fcb615;
    width: 160px;
    border-radius: 2px;
}

    .ready-btn:hover {
        color: #fff;
        background: #00005a;
        border: 1px solid #00005a;
        text-decoration: none;
    }

    .ready-btn.right-btn {
        margin-right: 20px;
        background: #00005a;
        border: 1px solid #00005a;
        color: #fff;
    }

        .ready-btn.right-btn:hover {
            background: #fcb615;
            border: 1px solid #fcb615;
            transition: all 0.4s ease 0s;
            transform: translateY(-4px);
        }

    .ready-btn.left-btn:hover {
        background: #00005a;
        border: 1px solid #00005a;
        color: #fff;
        transform: translateY(-4px);
    }

.layer-1-2 .color {
    color: #fcb615;
    font-weight: 900;
}

.owl-carousel {
    direction: ltr;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #fcb615;
        border: 1px solid #fcb615;
    }

.intro-carousel .owl-item .layer-1-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-1-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-1-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
    display: none;
}

.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3 {
    transform: translateY(0);
    opacity: 1;
    direction: ltr;
    text-align: left;
}

.intro-carousel .owl-item.active .slider-images img {
    /* transform: scale(1.1); */
    /* transition: 10s; */
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.well-services {
    /* box-shadow: inset 0px 86px 0px 158px rgb(151 47 47); */
    z-index: 1;
    /* background: #fff;*/
}

.top-icon {
    position: absolute;
    right: 15px;
    font-size: 34px;
    bottom: 0px;
    background: #fcb615;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 2px 2px 0px 0px;
    z-index: 9;
    display: none;
}

.main-services {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0px 86px 0px 158px rgb(255 255 255), 0px 3px 20px -14px rgb(171 171 171);
    border: solid 1px #f9f9f9;
}

.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #fcb615;
}

.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px;
}

    .services-img img {
        transform: scale(1.1);
        transition: 0.4s;
    }

.image-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
    z-index: 1;
    opacity: 1;
    transition: 0.4s;
    padding: 30px 20px;
}

    .image-layer a {
        display: block;
        text-align: left;
        position: relative;
        margin-bottom: 2px;
        color: #fff;
        font-size: 14px;
    }

        .image-layer a i {
            border-radius: 50%;
            background: transparent;
            font-size: 20px;
            opacity: 0.90;
            line-height: 30px;
            margin-left: 15px;
        }

.service-content h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px 0;
    text-transform: uppercase;
    height: 42px;
    background-color: #f9f9f9;
    display: block;
    padding-left: 6px;
    border-radius: 6px;
    position: relative;
}

.service-btn {
    font-weight: 600;
    text-transform: capitalize;
    color: #444;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

    .service-btn::after {
        position: absolute;
        content: "\f105";
        font-family: fontAwesome;
        right: -15px;
        top: 0;
        font-size: 16px;
        top: -4px;
    }

.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}

.well-services:hover .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    display: none;
}

.service-content h4 a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: right;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    background: #fcb615;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.service-content h4 a:hover::after {
    -webkit-transform: scale(1,1);
    transform: scale(0.8);
}

.well-services:hover .service-content h4 {
    color: #fcb615;
}


/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
    2.1 Header Bottom Area
    2.1 Sticky Header Area
    2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5. About area
    6.Services Area
    7.Counter AreaFG
    8.project Area
    9. banner area css
    10. Overview Area
    11. FAQ  Area
    12. Add Area
    13. Blog Area
    14. Footer Area
    15. Home 2 area
    16. Testimonial area
    17. Home 03 Area
    18. Wellcome Services 2 Area
    19. Team member area
    20. Home-4 area
    21. Breadcumbs Area
    22. About page Area
    23. Blog Details page
    24.	Contact Us page area
    25. Services Details area
    26. Project Details page
    27. Error page area

    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/




html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    direction: ltr;
    text-align: right;
    overflow-x: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    height: auto;
    width: auto;
}

.image-scale img {
    width: 100%;
}

.navbar-brand > img {
    display: block;
    width: 160px;
    height: 75px;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #777;
}

.about-content p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
    position: relative;
    z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 44px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif !important;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 17px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

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

    a:active, a:hover {
        outline: 0 none;
    }

    a:hover, a:focus {
        color: #333;
        text-decoration: none;
    }

body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Open Sans';
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 34px;
    height: 50px;
    line-height: 46px;
    left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}

    #scrollUp:hover {
        background: #fcb615;
        opacity: 1;
    }

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ul.footer-list {
        margin-bottom: 13px;
    }

        ul.footer-list li {
            margin-bottom: 10px;
        }

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

    input:focus, textarea:focus, select:focus {
        outline: none;
    }

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #f1f1f1;
}

    div#preloader img {
        width: 100px;
        display: block;
        margin: auto;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 45%;
    }

    div#preloader div {
        display: inline-block;
        transform: translate(-50%, 50%);
        position: absolute;
        left: 50%;
        border-radius: 50%;
        top: 55%;
    }

        div#preloader div span {
            width: 15px;
            height: 15px;
            background-color: #000;
            display: inline-block;
            border-radius: 50%;
        }

            div#preloader div span:nth-child(1) {
                animation-delay: 0.1s;
            }

            div#preloader div span:nth-child(2) {
                animation-delay: 0.2s;
            }

            div#preloader div span:nth-child(3) {
                animation-delay: 0.3s;
            }

            div#preloader div span:nth-child(4) {
                animation-delay: 0.4s;
            }

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-duration: 0.4s;
    animation-delay: 0.2s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.navbar-collapse {
    padding-left: 0px;
}

::-moz-selection {
    background: #fcb615;
    text-shadow: none;
}

::selection {
    background: #fcb615;
    text-shadow: none;
}

.color {
    color: #fcb615;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 55px 0px;
}

.area-padding-2 {
    padding: 100px 0px 70px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline {
    margin-bottom: 40px;
    position: relative;
}

    .section-headline h3 {
        display: inline-block;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fcb615;
    }

.project-area .section-headline h3 {
    text-align: left;
    display: block;
    font-size: 30px;
    border-bottom: solid 2px #04045b;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;
}

    .project-area .section-headline h3:hover {
        border-bottom: solid 2px #fcb615;
    }

.section-headline.white-headline h3 {
    color: #fff;
}

.section-headline.text-left {
    margin-bottom: 30px;
}

.section-headline::after {
    border: 1px solid #fcb615;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 0;
    right: 0;
}

.section-headline.text-left h3::after {
    border: 2px solid #fcb615;
    left: 0;
    right: auto;
}

.section-headline p {
    /* max-width: 680px; */
    font-size: 17px;
    letter-spacing: 0.60px;
    margin: 0 auto;
    line-height: 28px;
    font-weight: 500;
}

.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}

    .sub-head h4::after {
        border: 2px solid #fcb615;
        bottom: 0px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        width: 20%;
    }

.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}

.load-more-btn {
    text-transform: uppercase;
    background: #fcb615;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    width: 180px;
    transition: 0.4s;
    border: 1px solid #fcb615;
}

    .load-more-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.section-headline h4 {
    font-size: 28px;
    /* max-width: 870px; */
    line-height: 36px;
    font-weight: 600;
    margin: 0 auto;
    text-transform: uppercase;
}

    .section-headline h4 .color {
        color: #fcb615;
        font-weight: 600;
    }

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.last-content {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.bg-color, .bg-color-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}

    .bg-color-2::after {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 35.50%;
        height: 100%;
        content: "";
        background: rgba(232,234,237,0.30) none repeat scroll 0 0;
        z-index: -1;
    }

    .bg-color::after {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 35.50%;
        height: 100%;
        content: "";
        background: rgba(232,234,237,0.30) none repeat scroll 0 0;
        z-index: -1;
    }

.bg-gray {
    background: #fcfafa;
}

.bg-dark {
    background: #130B48;
}

.long-headline h3 {
    display: inline-block;
    font-size: 20px;
    max-width: 39rem;
    text-transform: capitalize;
    line-height: 42px;
    margin-bottom: 0px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-right ul li {
    display: inline-block;
}

.topbar-area {
    background: #00005a;
}

.topbar-right ul li a {
    color: #f5f5f5;
    display: block;
    font-weight: 600;
    margin-right: 20px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
}

    .topbar-right ul li a i {
        color: #fcb615;
        font-size: 16px;
        padding-left: 7px;
    }

.topbar-right {
    position: relative;
    display: block;
    float: right;
}

.top-social {
    float: left;
    padding: 2px 0px;
    margin-right: 10px;
}

    .top-social ul li {
        display: inline-block;
    }

        .top-social ul li a {
            color: #f5f5f5;
            margin-left: 0px;
            display: block;
            text-align: center;
            font-size: 14px;
            width: auto;
            height: 35px;
            border-radius: 0px;
            line-height: 25px;
            padding: 5px 5px 5px 5px;
            margin-left: 4px;
            margin-top: 3px;
        }

            .top-social ul li a img {
                height: 100%;
            }

            .top-social ul li a:hover {
                color: #fff;
                /* background: #fcb615; */
            }

.quote-button {
    float: left;
}

    .quote-button .quote-btn {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        background: #fcb615;
        display: inline-block;
        border: 1px solid #fcb615;
        padding: 11px 20px;
        margin: 0px;
    }

        .quote-button .quote-btn:hover {
            background: transparent;
            color: #fcb615;
        }

.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area {
    background: #fff;
    box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}

.logo {
    display: block;
}

    .logo a {
        display: inline-block;
        height: auto;
        padding: 10px 0;
    }

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 12px;
    font-weight: 300;
    padding: 13px 6px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    margin: 0px 2px;
    margin-top: 18px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #fcb615;
}

.main-menu ul.navbar-nav > li > a::before {
    background: #fcb615;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
    right: 0px;
}

.main-menu ul.navbar-nav > li:hover > a:before, .main-menu ul.navbar-nav > li.active > a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fcb615;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fcb615;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #fcb615;
    l: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: -99;
    box-shadow: 0px 0px 1px #f5f5f5, 0px 0px 1px #f5f5f5;
    border-radius: 0px 0px 10px 10px;
    margin-top: 16px;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    padding: 20px 0px;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
}

    .main-menu ul.nav li ul.sub-menu li a span {
        color: #fcb615;
    }

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fcb615;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i, .stick .header-search input {
    color: #444
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    background: #f5f5f5;
    bottom: -85px;
    color: #444;
    display: none;
    position: absolute;
    left: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}

    .search-option input {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        color: #444;
        display: block;
        float: right;
        font-size: 14px;
        font-style: italic;
        padding: 8px 10px;
        width: 214px;
        height: 44px;
    }

    .search-option button.button {
        background: #fcb615;
        border: medium none;
        color: #fff;
        /*! display: inline-block; */
        float: left;
        font-size: 17px;
        line-height: 35px;
        padding: 5px 15px;
        text-align: center;
        left: 20px;
        position: absolute;
    }

.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: unset;
    border-radius: 5px;
    margin: 20px 10px 20px 0;
}

@media (max-width: 991px) {
    .header-right-link a.main-search {
        margin: 1px;
        margin-top: 1px;
        width: 25px;
        position: absolute;
        right: 1rem;
        top: 1px;
    }
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #ccc, -2px -2px 5px #ccc;
    background: #fff;
}

    .header-area.stick .logo a {
        display: inline-block;
        height: auto;
        padding: 11px 0;
    }

    .header-area.stick .main-menu ul.navbar-nav li a {
        padding: 25px 0px;
    }

    .header-area.stick .quote-button {
        float: right;
        padding: 13px 5px;
    }

    .header-area.stick .header-right-link a.main-search {
        margin: 15px 10px;
    }

    .header-area.stick .main-menu ul.nav li ul.sub-menu li a {
        color: #444;
        display: block;
        font-size: 13px;
        font-weight: 700;
        padding: 5px 15px;
    }

        .header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
            color: #fcb615;
        }

    .header-area.stick .navbar-brand > img {
        display: block;
        width: 160px;
        height: auto;
    }
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

    .mean-container .mean-nav ul li a {
        background: #f8f8f8 none repeat scroll 0 0;
        color: #444;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        padding: 13px 10px;
        text-align: right;
        text-decoration: none;
        text-transform: uppercase;
        width: 90%;
    }

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

    .intro-content::after {
        background: rgb(37 36 40 / 0%) none repeat scroll 0 0;
        content: "";
        height: 103%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.slider-content {
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -150px;
}

.layer-1-2 {
    margin: 0px 0 20px;
}

.layer-1-1 p {
    color: #f5f5f5;
    font-size: 15px;
    letter-spacing: 0.60px;
    line-height: 30px;
    /* max-width: 700px; */
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    /* max-width: 740px; */
    letter-spacing: 1px;
}

.ready-btn {
    border: 1px solid #fcb615;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    /* font-weight: 600; */
    font-family: iransans-bold;
    margin-top: 20px;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #fcb615;
    width: 160px;
    border-radius: 2px;
}

    .ready-btn:hover {
        color: #fff;
        background: #00005a;
        border: 1px solid #00005a;
        text-decoration: none;
    }

    .ready-btn.right-btn {
        margin-right: 20px;
        background: #00005a;
        border: 1px solid #00005a;
        color: #fff;
    }

        .ready-btn.right-btn:hover {
            background: #fcb615;
            border: 1px solid #fcb615;
            transition: all 0.4s ease 0s;
            transform: translateY(-4px);
        }

    .ready-btn.left-btn:hover {
        background: #00005a;
        border: 1px solid #00005a;
        color: #fff;
        transform: translateY(-4px);
    }

.layer-1-2 .color {
    color: #fcb615;
    font-weight: 900;
}

.owl-carousel {
    direction: ltr;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    position: absolute;
    top: 0%;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: none;
    width: 100px;
    height: 100%;
    border-radius: 3px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next i {
        position: absolute;
        top: 50%;
    }

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev i {
        position: absolute;
        top: 50%;
    }

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #fcb615;
        border: 1px solid #fcb615;
    }

.intro-carousel .owl-item .layer-1-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-1-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-1-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
    display: none;
}

.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3 {
    transform: translateY(0);
    opacity: 1;
    direction: ltr;
    text-align: left;
}

.intro-carousel .owl-item.active .slider-images img {
    /* transform: scale(1.1); */
    /* transition: 10s; */
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.well-services {
    /* box-shadow: inset 0px 86px 0px 158px rgb(151 47 47); */
    z-index: 1;
    /* background: #fff;*/
}

.top-icon {
    position: absolute;
    right: 15px;
    font-size: 34px;
    bottom: 0px;
    background: #fcb615;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 2px 2px 0px 0px;
    z-index: 9;
    display: none;
}

.main-services {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
    z-index: 1;
    box-shadow: inset 0px 86px 0px 158px rgb(255 255 255), 0px 3px 20px -14px rgb(171 171 171);
    border: solid 1px #f9f9f9;
}

.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #fcb615;
}

.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px;
}

    .services-img img {
        transform: scale(1.1);
        transition: 0.4s;
    }

.well-services:hover .services-img .services-img_box {
    background-size: 100% !important;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    position: relative;
}

.services-img_box img {
    display: block;
    opacity: 1;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 1s;
}

.well-services .services-img .services-img_box img {
    width: auto;
    display: block;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    opacity: 1;
    height: 135px;
    position: absolute;
    bottom: -2px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.well-services:hover .services-img .services-img_box img {
}

.image-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
    z-index: 1;
    opacity: 1;
    transition: 0.4s;
    padding: 30px 20px;
}

    .image-layer a {
        display: block;
        text-align: left;
        position: relative;
        margin-bottom: 2px;
        color: #fff;
        font-size: 14px;
    }

        .image-layer a i {
            border-radius: 50%;
            background: transparent;
            font-size: 20px;
            opacity: 0.90;
            line-height: 30px;
            margin-left: 15px;
        }

.service-content h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px 0;
    text-transform: uppercase;
    height: auto;
    background-color: #f9f9f9;
    display: block;
    padding-left: 6px;
    border-radius: 6px;
    position: relative;
    line-height: 2;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.service-btn {
    font-weight: 600;
    text-transform: capitalize;
    color: #444;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

    .service-btn::after {
        position: absolute;
        content: "\f105";
        font-family: fontAwesome;
        right: -15px;
        top: 0;
        font-size: 16px;
        top: -4px;
    }

.well-services:hover .services-img img {
    /* transform: scale(1); */
    transition: 0.4s;
}

.well-services:hover .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    display: none;
}

.service-content h4 a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: right;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    background: #fcb615;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.service-content h4 a:hover::after {
    -webkit-transform: scale(1,1);
    transform: scale(0.8);
}

.well-services:hover .service-content h4 {
    color: #fcb615;
}

.well-services:hover .service-btn:hover {
    color: #fcb615;
}

.image-layer a:hover {
    color: #fcb615;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-image img {
    border-radius: 10px;
}

.about-content h3 {
    line-height: 40px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.about-details {
    overflow: hidden;
    display: block;
    margin-top: -15px;
}

.single-about {
    display: block;
    margin-top: 30px;
}

    .single-about a {
        font-size: 40px;
        color: #fff;
        float: right;
        line-height: 80px;
        width: 80px;
        height: 80px;
        border: 1px solid #fcb615;
        text-align: center;
        margin-left: 20px;
        border-radius: 3px;
        background: #fcb615;
    }

.icon-text {
    padding-right: 95px;
}

    .icon-text h5 {
        margin-bottom: 5px;
    }

.about-image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .about-image img {
        border-radius: 5px;
    }

    .about-image::after {
        content: "";
        position: absolute;
        left: -22%;
        top: 50%;
        width: 29rem;
        height: 29rem;
        content: "";
        background: rgb(255 255 255 / 52%) none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #ffffff4d;
        box-shadow: 0px 0px 0px 30px #ffffff4d, 0px 0px 0px 60px #ffffff4d;
    }

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
}

.video-play1.vid-zone1 {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 30px #ffffff4d, 0px 0px 0px 60px #ffffff4d;
}

    .video-play1.vid-zone1 i {
        color: #fcb615;
        margin-left: 5px;
        margin-top: 30px;
    }

    .video-play1.vid-zone1:hover {
        border: 1px solid #fcb615;
        background: #fcb615;
        color: #fff;
        transition: 0.4s;
        box-shadow: 0px 0px 0px 10px #ffffff4d, 0px 0px 0px 20px #ffffff4d;
    }

        .video-play1.vid-zone1:hover i {
            color: #fff;
        }
/*--------------------------------*/
/* 6.Services Area
/*--------------------------------*/
.single-services {
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
}

.service-inner {
    box-shadow: none;
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 30px 13px;
    z-index: 1;
    border-radius: 5px;
    background: #fff;
}

.service-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 67px;
    color: #fcb615;
    transition: 0.4s;
    position: absolute;
    top: -30px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    transition: 0.4s;
    border: 1px solid #fcb615;
}

.services-all .service-content {
    padding-top: 30px;
}

.service-inner::after {
    background: #00005a;
    border: 1px solid #00005a;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 5px;
}

.single-services:hover .service-inner::after {
    opacity: 1;
    transition: 0.4s;
}

single-services:hover .service-inner {
    border: 1px solid #00005a;
}

.service-inner .service-content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

    .service-inner .service-content h4 a {
        color: #444;
        text-transform: uppercase;
    }

.service-inner .service-content p {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
}

.single-services:hover .service-content h4 a,
.single-services:hover .service-content p {
    color: #fff;
}

.single-services:hover .service-icon {
    color: #fff;
    background: #fcb615;
    transition: 0.4s;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area {
    position: relative;
    overflow: hidden;
}

.counter-inner {
    background: #f5f5f5;
    padding: 100px 30px 100px 70px;
}

.fun-title h3 {
    color: #f5f5f5;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fun-title {
    position: relative;
    background: #00005a;
    padding: 131px 100px 131px 0;
    z-index: 1;
    margin-left: 125px;
}

    .fun-title:after {
        content: '';
        position: absolute;
        width: 580px;
        height: 100%;
        background: #00005a;
        top: 50px;
        left: -207px;
        z-index: -1;
        transform: rotate(-60deg) scaleX(-1);
    }

.fun-content {
    display: block;
    padding: 100px 40px 100px 0px;
    overflow: hidden;
}

.fun_text i {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #fcb615;
    background: #fcb615;
    border-radius: 3px;
}

.fun_text {
    width: 50%;
    float: left;
    text-align: center;
}

    .fun_text span {
        color: #444;
        display: block;
        font-size: 36px;
        font-weight: bold;
        padding-bottom: 10px;
        line-height: 40px;
    }

    .fun_text > h5 {
        color: #444;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
    }
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.single-awesome-project {
    float: right;
    overflow: hidden;
    width: 100%;
}

.project-all {
    margin-top: -40px;
}

    .project-all .single-awesome-project {
        margin-top: 30px;
    }

.first-item {
    margin-bottom: 30px;
}

.project-carousel .col-md-4 {
    width: 100%;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .awesome-img img {
        transform: scale(1.1);
        transition: 0.4s;
    }

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img > a::after {
    background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}

.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}

    .project-dec h4 {
        color: #444;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        text-transform: capitalize;
        margin-bottom: 5px;
        cursor: pointer;
        position: relative;
    }

        .project-dec h4::after {
            position: absolute;
            content: "\e87a";
            left: 40px;
            top: 0px;
            font-family: mentos;
            font-size: 20px;
            transition: 0.5s;
            width: 50px;
            height: 30px;
            border: 1px solid #fcb615;
            background: #fcb615;
            color: #fff;
            text-align: center;
            line-height: 27px;
            opacity: 0;
            transition: 0.5s;
            transform: scaleX(-1);
        }

.single-awesome-project:hover .project-dec h4::after {
    left: 0px;
    opacity: 1;
    transition: 0.5s;
}

.project-dec a {
    color: #444;
}

    .project-dec a:hover {
        color: #333;
    }

.project-dec span {
    font-size: 14px;
}

.project-dec p {
    margin-bottom: 0px;
}

.pst-content {
    padding-left: 10px;
}

.single-awesome-project:hover .project-dec h4 {
    color: #fcb615;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
    .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #fcb615;
        border: 1px solid #fcb615;
    }
/*----------------------------------------*/
/* 9. banner area css
/*----------------------------------------*/
.banner-area {
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
}

    .banner-area:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
        content: "";
        z-index: -1;
    }

.banner-text h3 {
    font-size: 23px;
    line-height: 40px;
    color: #fff;
    /* max-width: 860px; */
    margin: 0px auto 30px;
    letter-spacing: 1px;
    font-weight: 600;
    max-width: 66rem;
}

.hire-btn {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
    padding: 14px 30px;
    transition: 0.4s;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 600;
}

    .hire-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.single-brand-item {
    float: left;
    width: 20%;
}

    .single-brand-item a {
        border: 1px solid #666;
        display: block;
        margin: 15px;
        background: transparent;
    }
/*----------------------------------------*/
/*  10. Overview Area
/*----------------------------------------*/
.small-title {
    color: #fcb615;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}

.overview-inner {
    padding-right: 20px;
}

    .overview-inner h3 {
        font-size: 24px;
        font-weight: 400;
    }
/*----------------------------------------*/
/*  11. FAQ  Area
/*----------------------------------------*/
.sub-headline h3 {
    font-size: 25px;
    font-weight: 600;
}

.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 3px 12px #ccc;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-default > .panel-heading {
    color: #444;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #f5f5f5;
        background: #fff;
    }

.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

    .faq-details .panel-heading h4 a::before {
        color: #444;
        content: "\e881 ";
        font-family: mentos;
        font-size: 16px;
        left: 0px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active::before {
        color: #fcb615;
        content: "\e882";
        font-family: mentos;
        font-size: 16px;
        left: 0px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active {
        color: #fcb615;
    }

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.faq-area .faq-content {
    margin-left: 30px;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.faq-area .contact-form input[type="text"],
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.faq-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #444;
    padding-bottom: 20px;
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #fcb615;
    display: inline-block;
    border: 1px solid #fcb615;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

    .faq-area .quote-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }
/*----------------------------------------*/
/*  12. Add Area
/*----------------------------------------*/
.add-area {
    background: url(img/background/bg1.jpg) no-repeat scroll center center / cover;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .add-area::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(19,11,75, 0.90) none repeat scroll 0 0;
        content: "";
        z-index: -1;
    }

.add-content h3 {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    /*! max-width: 750px; */
    float: right;
    margin-bottom: 25px;
    margin-top: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
}

.add-contact {
    float: left;
}

.call-us {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

    .call-us i {
        width: 50px;
        height: 50px;
        display: inline-block;
        border: 1px solid #fcb615;
        background: #fcb615;
        text-align: center;
        line-height: 46px;
        margin-right: 15px;
        border-radius: 3px;
    }

.mail-us {
    margin-bottom: 0px;
    width: 130%;
}
/*----------------------------------------*/
/*  13. Blog Area
/*----------------------------------------*/
.blog-area {
    background: #fff;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

    .image-scale::after {
        position: absolute;
        content: "";
        background: rgba(19,11,75, 0.45) none repeat scroll 0 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.blog-content a h4 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin-bottom: 0px;
    min-height: 58px;
}

.blog-category span {
    text-transform: uppercase;
    font-size: 13px;
    color: #fcb615;
    font-weight: 600;
}

.blog-content {
    border: 1px solid #ddd;
    padding: 30px 30px;
}

.blog-title {
    margin-top: 10px;
}

.blog-details .blog-content a h4 {
    font-size: 24px;
    line-height: 32px;
}

.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}

.blog-meta {
    padding: 15px 0px 0px;
    position: relative;
}

    .blog-meta span {
        color: #666;
        font-size: 13px;
        font-weight: 600;
        margin-left: 10px;
    }

        .blog-meta span i {
            padding-left: 3px;
            color: #fcb615;
        }

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

    .single-blog:hover .image-scale::after {
        background: rgba(0,46,91,0);
    }

.single-blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-grid-fast {
    margin-top: -30px;
}

.single-blog.b-mar {
    margin-top: 20px;
}

.blog-content a h4:hover {
    color: #fcb615;
}

.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

    .blog-btn::after {
        position: absolute;
        content: "\e876";
        right: -12px;
        top: 0px;
        font-family: mentos;
        font-size: 10px;
        transition: 0.5s;
    }

    .blog-btn:hover {
        color: #fcb615;
    }

        .blog-btn:hover.blog-btn::after {
            right: -20px;
            opacity: 1;
            transition: 0.5s;
        }
/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 80px 0;
}

.footer-1 {
    /* background: url(img/background/bg1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

    .footer-1 .footer-area {
        z-index: 1;
        background: transparent;
    }

.footer-1 {
    z-index: 1;
    position: relative;
}

    .footer-1::after {
        background: rgba(19,11,75, 0.95) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #f5f5f5;
    letter-spacing: 0.60px;
    font-size: 16px;
    max-height: 95px;
    overflow: hidden;
    text-align: left;
}

.footer-head h4 {
    color: #f5f5f5;
    font-size: 18px;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    font-weight: 700;
    text-align: left;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 48px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #433893;
    border-radius: 6px;
}

.suscribe-input button {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    font-size: 18px;
    padding: 12px 10px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 20px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 600;
}

    .suscribe-input button:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #f5f5f5;
        display: block;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border: 1px solid #f5f5f5;
        border-radius: 50%;
    }

        .footer-tags li a:hover,
        .footer-icons ul li a:hover {
            color: #fff;
            background: #fcb615;
            border: 1px solid #fcb615;
        }

.footer-tags li {
    float: left;
}

    .footer-tags li a {
        color: #f5f5f5;
        display: block;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        margin: 3px;
        border: 1px solid #00005a;
        background: #00005a;
        font-weight: 600;
        padding: 3px 5px;
        border-radius: 2px;
    }

.footer-icons {
    margin-top: 20px;
}

.footer-contacts p span {
    color: #fcb615;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #f5f5f5;
    padding: 3px 20px 3px 0;
    display: block;
    position: relative;
    font-weight: 500;
}

.subs-feilds {
    margin-top: 20px;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    left: auto;
    top: 12px;
    right: 0;
    width: 0;
    height: 0;
    background: #f5f5f5;
}

.footer-list li a:hover {
    color: #fcb615;
}

    .footer-list li a:hover::after {
        background: #fcb615;
    }

.footer-area-bottom {
    background: #00005a none repeat scroll 0 0;
    padding: 25px 0;
    border-top: 1px solid #555;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #fcb615;
}

.copyright-text a {
    color: #f5f5f5;
}

.copyright > p {
    margin-bottom: 0;
    color: #f5f5f5;
}

.copyright a {
    color: #fcb615;
}

.footer-1 .footer-area-bottom {
    background: #130B48;
    padding: 25px 0;
    border-top: none;
}
/*----------------------------------------*/
/*  15. Home 02 Area
/*----------------------------------------*/
.header-two .topbar-area {
    background: transparent;
}

.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #292254;
}

.header-area-2 {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-two .main-menu ul.navbar-nav > li > a {
    color: #fff;
}

.slide-area {
    background: rgba(0, 0, 0, 0) url(img/slider/s2.jpg) no-repeat scroll top center / cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.slide-area .title2 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 0px;
    color: #fff;
    padding-bottom: 20px;
    /* max-width: 640px; */
    font-weight: 600;
}

.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(19,11,75, 0.75) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.slide-content {
    margin-top: 120px;
}

.header-center {
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0px 15px;
}

.header-area-2.stick {
    background: rgba(19,11,75, 0.95) none repeat scroll 0 0;
    box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}

.counter-area-2 .fun-content {
    display: block;
    padding: 90px 0px 90px 0px;
    overflow: hidden;
}

.counter-area-2 .fun_text {
    width: 25%;
    float: left;
    text-align: center;
}

    .counter-area-2 .fun_text > h5,
    .counter-area-2 .fun_text span {
        color: #fff;
    }

.project-area-2 .single-awesome-project {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
}

.project-area-2 .project-dec {
    position: relative !important;
    right: 0;
    bottom: 49px;
    background-color: #ffffff;
    padding: 20px;
    z-index: 80;
    padding-top: 54px;
    border: solid 1px #e1e1e1;
    border-radius: 0px 0px 30px 30px;
}

    .project-area-2 .project-dec h4 {
        font-weight: 200 !important;
        color: #545454;
        font-size: 12px;
        text-align: left;
    }

.project-area-2 .awesome-img > a::after {
    background: rgba(19,11,75, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.40;
    transition: 0.4s;
}

.project-area-2 .single-awesome-project:hover .awesome-img > a::after {
    opacity: 0.70;
}

.project-area-2 .single-awesome-project:hover .project-dec h4::after {
    display: none;
}

.project-area-2 .project-all {
    margin-top: 0px;
}
/*----------------------------------------*/
/*  16. Testimonial area
/*----------------------------------------*/
.testimonial-area {
    position: relative;
}

.testimonial-inner {
    padding: 0px 50px 0px 0px;
}

.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}

.review-head p {
    font-size: 17px;
}

.reviews-btn {
    border: 1px solid #fcb615;
    background: #fcb615;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

    .reviews-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.single-testi {
    margin: 0px 0px 50px;
}

.clients-text {
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

    .clients-text::after {
        position: absolute;
        left: 80%;
        bottom: -28px;
        content: "";
        border-top: 30px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

.testi-img {
    position: relative;
    margin-top: 50px;
}

    .testi-img img {
        width: 100%;
        display: inline-block !important;
        max-width: 80px;
        height: auto;
        border-radius: 50px;
        margin-left: 20px;
    }

.reviews-content .active.center .testi-img img {
    border: 2px solid #fcb615;
    float: right;
}

.guest-details {
    display: inline-block;
    text-align: right;
    top: 15px;
    position: relative;
}

.reviews-content {
    margin-bottom: 5px;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #fcb615;
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.reviews-content .active.center .single-testi .clients-text {
    background: #00005a;
}

    .reviews-content .active.center .single-testi .clients-text p {
        color: #fff;
    }

.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 240px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #00005a;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
        background: #fcb615;
        width: 30px;
        border-radius: 3px;
    }

.hire-btn {
    margin-top: 10px;
}

.footer-2 .footer-area {
    background: #00005a;
}

.footer-2 .footer-tags li a {
    color: #fff;
    border: 1px solid #fcb615;
    background: #fcb615;
    transition: 0.4s;
}

    .footer-2 .footer-tags li a:hover {
        color: #fcb615;
        background: transparent;
        transition: 0.4s;
    }
/*----------------------------------------*/
/*  17. Home 03 Area
/*----------------------------------------*/
.header-area-3 {
    background: rgba(23,14,88, 0.50) none repeat scroll 0 0;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-two .topbar-area-2 {
    background: rgba(23,14,88, 0.50) none repeat scroll 0 0;
}

.header-area-3.stick {
    background: #00005a;
    box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}

.intro-area-3 .layer-1-2 h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 54px;
    text-transform: unset;
    /* max-width: 700px; */
    letter-spacing: 2px;
}

.intro-area-3 .slider-content {
    margin-top: -110px;
}
/*----------------------------------------*/
/*  18. Wellcome Services 2 Area
/*----------------------------------------*/
.welcome-area-2 .well-services {
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

    .welcome-area-2 .well-services::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00005a;
        content: "";
        transition: 0.5s;
        z-index: -1;
        opacity: 0;
    }

    .welcome-area-2 .well-services:hover::after {
        opacity: 1;
        transition: 0.5s;
    }

.welcome-area-2 .well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}

    .welcome-area-2 .well-icon a {
        font-size: 60px;
        line-height: 60px;
        color: #fcb615;
        font-weight: 800;
    }

.welcome-area-2 .well-services .well-content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.welcome-area-2 .well-services:hover .well-content h4,
.welcome-area-2 .well-services:hover .well-content p,
.welcome-area-2 .well-services:hover .well-icon a {
    color: #fff;
}

.base {
    position: absolute;
    left: 10px;
    font-size: 140px;
    line-height: 150px;
    color: #ccc;
    top: 10px;
    z-index: -1;
    opacity: 0.5;
}

.services-area-3 .service-icon {
    position: relative;
    top: 0px;
    background: #fcb615;
    color: #fff;
    border: 1px solid #fcb615;
}

.services-area-3 .services-all {
    margin-top: -30px;
}

.services-area-3 .single-services {
    margin-top: 0px;
}

.project-carousel .col-md-3 {
    width: 100%;
}
/*----------------------------------------*/
/* 19. Team member area
/*----------------------------------------*/
.team-hover li {
    display: inline-block;
    margin: 0px 1px;
}

    .team-hover li a {
        color: #fff;
        border: 1px solid #fcb615;
        display: block;
        width: 36px;
        height: 36px;
        line-height: 34px;
        border-radius: 2px;
        background: #fcb615;
        transition: 0.4s;
    }

        .team-hover li a:hover {
            color: #fcb615;
            transition: 0.4s;
            background: transparent;
        }

.team-hover {
    padding: 20px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.single-member {
    margin-bottom: 30px;
}

    .single-member .team-img {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .single-member .team-img a {
            display: block;
        }

.team-content {
    padding: 10px 10px 0px;
    text-align: center;
}

    .team-content h4 a {
        color: #444;
    }

    .team-content p {
        margin-bottom: 0;
    }

    .team-content h4 {
        font-size: 20px;
        margin: 10px 0px;
        text-transform: capitalize;
        font-weight: 600;
    }
/*----------------------------------------*/
/* 20. Home-4 area
/*----------------------------------------*/
.header-area-4 {
    background: transparent;
    box-shadow: none;
}

    .header-area-4 .header-center {
        border-right: 1px solid rgba(255,255,255,0.1);
        border-left: 1px solid rgba(255,255,255,0.1);
        padding: 0px 15px;
        background: #fcb615;
    }

    .header-area-4.stick {
        background: #fcb615;
    }

.intro-area-4 .slider-content {
    text-align: center;
    margin-top: -130px;
}

.intro-area-4 .layer-1-2 h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    /* max-width: 850px; */
    margin: 0 auto;
}

.intro-area-4 .layer-1-1 p {
    margin: 0 auto 20px;
}
/*----------------------------------------*/
/*  21. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.page-areaen {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    /* transform: rotateY(180deg); */
}

.breadcumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(23,14,88, 0.80) none repeat scroll 0 0; */
    content: "";
}

.breadcrumb {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}

.breadcrumb-bg {
    float: left;
    padding: 14px 0px;
}

.bread-inner {
    padding: 80px 0px;
}

.breadcrumb .section-headline h2 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 0px;
}

.breadcrumb .section-headline {
    margin-bottom: 0px;
    display: inline-block;
}

    .breadcrumb .section-headline h2::after {
        display: none;
    }

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 20px 0px 10px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

    .breadcrumb ul li.home-bread {
        padding-right: 0px;
    }

        .breadcrumb ul li.home-bread::after {
            position: absolute;
            content: "\f105";
            font-family: fontAwesome;
            left: -10px;
            top: 0;
            transform: scaleX(-1);
        }

.breadcrumb .section-headline::after {
    display: none;
}

.testimonial-page-area .single-testimonial {
    padding: 15px 0px;
    padding-left: 80px;
    margin-bottom: 30px;
}

.testimonial-page-area .client-name h4 {
    font-size: 20px;
}

.testimonial-page-area .testimonial-text p {
    font-size: 17px;
    line-height: 26px;
}

.project-content {
    margin-top: -30px;
}

    .project-content .single-awesome-project {
        margin-top: 30px;
    }

.blog-grid .blog-text p {
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  22. About page Area
/*----------------------------------------*/
.support-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    text-align: center;
}

    .support-services .support-content h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 0px;
    }

        .support-services .support-content h4 a {
            color: #444;
        }

    .support-services:hover .support-content h4 a {
        color: #fcb615;
    }

    .support-services .support-content p {
        color: #444;
        margin-bottom: 0px;
    }

.support-images {
    display: inline-block;
    font-size: 34px;
    color: #fcb615;
    line-height: 77px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fcb615;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}

.support-services:hover .support-images {
    background: #fcb615;
    transition: 0.4s;
    border: 1px solid #fcb615;
    color: #fff;
}
/*----------------------------------------*/
/* 23. Blog Details page
/*----------------------------------------*/
.page-blog .blog-grid {
    margin-top: -30px;
}

.page-blog .single-blog {
    margin-top: 30px;
}

.left-head-blog {
    padding: 30px 20px;
    border: 1px solid #f5f5f5;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 50px;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}

    .blog-search-option button {
        background: transparent;
        border: none;
    }

        .blog-search-option button i {
            line-height: 16px;
            font-size: 20px;
            padding: 0px 10px;
        }

            .blog-search-option button i:hover {
                color: #fcb615;
            }

.blog-image {
    position: relative;
    border-radius: 0;
}

    .blog-image .video-post iframe, .blog-image .video-post object, .blog-image .video-post embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.blog-grid blockquote {
    margin: 30px 20px 15px;
}

.music-post {
    width: 100%;
}

    .music-post iframe {
        width: 100%;
    }

.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 44px;
    line-height: 48px;
    position: relative;
    transition: all 0.5s ease 0s;
}

    .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
        top: 50%;
        position: absolute;
        left: 0;
        margin-top: -30px;
    }

        .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
        .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
            color: #fcb615;
        }

    .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
        margin-top: -30px;
        position: absolute;
        right: 0;
        top: 50%;
    }

.link-blog-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: block;
}

    .link-blog-image .post-link-inner {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,44,87,0.85) none repeat scroll 0 0;
    }

.post-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.link-mit {
    display: table-cell;
    vertical-align: middle;
}

.link-blog-image .post-link {
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    text-decoration: none;
}

.quote-blog .blog-content {
    margin-top: 0px;
}

.left-blog h4 {
    border-bottom: 1px solid #f5f5f5;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    position: relative;
}

    .left-blog h4::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -1px;
        width: 70px;
        height: 2px;
        background: #fcb615;
    }

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog ul {
        margin-top: 15px;
    }

    .left-blog li {
        display: block;
    }

    .left-blog ul li a {
        color: #444;
        display: block;
        font-size: 14px;
        padding: 10px 20px 10px 0;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
    }

        .left-blog ul li a:after {
            position: absolute;
            content: "\e876";
            font-family: mentos;
            right: 0px;
            top: 10px;
            font-size: 12px;
            transform: scaleX(-1);
        }

.popular-tag.left-blog ul li a:after {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

    .recent-single-post:last-child {
        border-bottom: none;
    }

.left-blog-page .post-img {
    display: inline-block;
    float: right;
    padding: 0 5px;
    width: 35%;
    height: 100%;
    min-height: 100px;
}

    .left-blog-page .post-img img {
        width: 100%;
        height: 100%;
        min-height: 100px;
        object-fit: cover;
    }

.left-blog-page .recent-post {
    margin-top: 15px;
}

.pst-content {
    display: inline-block;
    float: right;
    width: 65%;
    padding-right: 10px;
}

    .pst-content p a:hover, .left-blog ul li a:hover {
        color: #fcb615;
    }

    .pst-content p a {
        color: #444;
        font-size: 15px;
        font-weight: 600;
    }

    .pst-content p {
        margin-bottom: 5px;
    }

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.pst-content .blog-meta {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

    .left-tags .left-side-tags ul li a {
        padding: 4px 6px;
        width: auto;
        font-weight: 600;
        font-size: 14px;
        border: 1px solid #fcb615;
        background: #fcb615;
        color: #fff;
        transition: 0.4s;
        margin-right: 5px;
        border-radius: 2px;
    }

        .left-tags .left-side-tags ul li a:hover {
            border: 1px solid #fcb615;
            background: transparent;
            color: #fcb615;
            transition: 0.4s;
        }

.left-side-tags h4 {
    margin-bottom: 15px;
}

.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: right;
    margin-left: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 60px 15px 0px;
    padding: 10px;
    position: relative;
}

.blog-content p {
    font-size: 15px;
    letter-spacing: 0.50px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-right: 5px solid #fcb615;
    font-style: italic;
}

    blockquote p {
        font-size: 16px !important;
        line-height: 28px;
        color: #444;
    }

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #333;
    }

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

li.threaded-comments {
    margin-right: 50px;
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
}

.comments-content-wrap span a {
    color: #fcb615;
}

    .comments-content-wrap span a:hover {
        color: #fcb615;
    }

.comment-respond .add-btn.contact-btn {
    background: #fcb615;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 13px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #fcb615;
    text-transform: uppercase;
    font-weight: 700;
}

    .comment-respond .add-btn.contact-btn:hover {
        color: #fcb615;
        background: transparent;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #666;
        background-color: transparent;
        border: none;
        margin-left: -1px;
        border-radius: 2px;
        border: 1px solid #666;
    }

    .pagination > li {
        display: inline-block;
        margin: 0px 3px;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #fcb615;
        border-color: #fcb615;
        cursor: default;
        border-radius: 2px;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #fcb615;
        border-color: #fcb615;
        border-radius: 2px;
    }

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/*  24.	Contact Us page area
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.contact-head {
    padding-right: 40px;
}

    .contact-head h3 {
        font-weight: 700;
        font-size: 30px;
    }

.contact-inner a img {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    margin-left: 15px;
    border-radius: 3px;
    width: 53px;
    /*  height: 50px;*/
    border: 1px solid #fcb615;
    background: #fcb615;
    margin-top: 15px;
    padding: 7px;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

    .contact-inner a span {
        line-height: 30px;
        display: inline-block;
        overflow: hidden;
        margin-left: 5px;
        /* top: 17px; */
        position: relative;
    }

.contact-head p {
    font-size: 16px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 13px 36px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}

    .contact-page .contact-btn:hover {
        color: #fcb615;
        background: transparent;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }
/*----------------------------------------*/
/* 25. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
}

.page-head-left {
    margin-right: 30px;
}

.left-menu li:first-child {
    margin: 0px 0px 2px
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu {
    border: 1px solid #f5f5f5;
    padding: 20px 30px;
}

    .left-menu li {
        display: block;
    }

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #fcb615;
    position: relative;
}

.left-menu ul li a:hover {
    color: #fcb615;
}

.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}



.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans';
}

.download-btn h4 {
    text-transform: uppercase;
}

.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px 30px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

    .down-btn.apli {
        margin-bottom: 0px;
    }

    .down-btn:hover {
        color: #fcb615;
        background: #fff;
        border: 1px solid #fcb615;
    }

.single-page-head .clients-testi {
    padding: 30px 20px;
    border: 1px solid #00005a;
    background: #00005a;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}

.clients-testi .single-review {
    border: none;
}

.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.single-page-head .review-img {
    margin-top: 0px;
}

    .single-page-head .review-img img {
        border-radius: 50%;
    }

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-well {
    margin-bottom: 30px;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

    .service-list li::before {
        position: absolute;
        left: 0;
        content: "\f00c";
        font-family: fontawesome;
        top: 0;
        color: #fcb615;
    }

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    text-transform: capitalize;
}

    .marker-list li::after {
        position: absolute;
        content: "\e87f";
        left: 0;
        top: -1px;
        font-family: mentos;
        color: #fcb615;
        font-weight: 700;
    }

.single-services-page .marker-list li {
    color: #444;
}

.blog-details .blog-category {
    margin-bottom: 15px;
}

.blog-details .blog-content h4 {
    margin-bottom: 0px;
}
/*----------------------------------------*/
/* 26. Project Details page
/*----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}

.project-2-column .project-single {
    float: left;
    width: 50%;
}

.project-4-column .project-single {
    float: left;
    width: 25%;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}

    .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
        top: 50%;
        position: absolute;
        left: 3%;
        margin-top: -30px;
    }

        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
            background: #fcb615;
            border: 1px solid #fcb615;
            color: #fff;
        }

    .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
        margin-top: -30px;
        position: absolute;
        right: 3%;
        top: 50%;
    }

.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}

.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}

.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.project-inner {
    margin-bottom: 40px;
}

.project-details p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
/*--------------------------------*/
/* 27. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 200px;
    line-height: 200px;
    font-family: 'Roboto', sans-serif !important;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
}

    .error-btn:hover {
        color: #fcb615;
        background: transparent;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.chartjs-render-monitor {
    font-family: iransans !important;
}

.elementor-video {
    width: 100%
}

.footer-1-1 {
    height: 100%;
}

.footer-head1 {
    max-width: 450px;
    margin: auto;
    margin-top: 20vh;
    background-color: #1e1654;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #433893, 0px 0px 0px 10px #6f66b01a;
}

.suscribe-input1 {
    position: relative;
}

    .suscribe-input1 label {
        color: #a8a3ce;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        position: relative;
        display: block;
    }

    .suscribe-input1 span {
        position: absolute;
        right: 5px;
        display: block;
        width: 100%;
        text-align: right;
        font-size: 11px;
        top: 1px;
        color: #f05757;
    }

.e-checkbox-wrap {
    text-align: left;
    padding: 10px 10px 0 0;
    color: #958fc4;
}

    .e-checkbox-wrap input {
        color: #fff;
    }

.e-comn-link {
    display: block;
    text-align: left;
    color: #aaa6c1;
    padding: 10px 10px 0 0;
}

.layer-1-3 img {
    width: 64px !important;
    background-color: #fff;
    border-radius: 18px;
    padding: 4px;
    display: inline-block !important;
    margin: 5px;
}

.main-menu ul.navbar-nav > li:hover > a {
    background: rgb(0 0 90) none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    /* font-weight: 600; */
    border-radius: 4px;
    overflow: hidden;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #fcb61500;
    border: none;
}

.right_menu {
    background-color: #00005a;
    top: 50%;
    position: fixed;
    transform: translate(0, -50%)scale(0.88);
    height: 214px;
    border-radius: 26px 0px 0px 25px;
    z-index: 100;
    right: -157px;
    width: 220px;
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
    padding: 5px;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s;
    z-index: 10000;
}

    .right_menu:hover {
        right: -14px;
        transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
    }

.right_menu_box {
    text-align: left;
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 1px;
}

    .right_menu_box:hover a i {
        background-color: #fcb615;
        transition: all linear 0.3s;
    }

    .right_menu_box a {
        height: 50px;
        display: block;
        position: relative;
        padding-left: 60px;
        color: #555;
    }

        .right_menu_box a i {
            position: absolute;
            display: block;
            left: 6px;
            font-size: 28px;
            top: 6px;
            background-color: #ffffff14;
            width: 41px;
            height: 40px;
            text-align: center;
            padding-top: 6px;
            border-radius: 15px;
            color: #ffffff;
            box-shadow: 0px 3px 7px -4px #00000099;
        }

        .right_menu_box a span {
            font-size: 14px;
            color: #fff;
            line-height: 2.7;
            padding-left: 5px;
            position: absolute;
            display: block;
            left: 55px;
            font-size: 15px;
            top: 6px;
            background-color: #ffffff14;
            width: 154px;
            height: 40px;
            text-align: center;
            padding-top: 0px;
            border-radius: 15px 0px 0px 15px;
            color: #ffffff;
            box-shadow: 0px 3px 7px -4px #00000099;
            border: solid 1px #141466;
        }

    .right_menu_box:hover a span {
        border: solid 1px #fcb615;
        background-color: #00005a;
    }

.h4_rowbox {
    font-size: 17px;
    color: #333 !important;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    height: 45px;
    padding-left: 15px;
    overflow: hidden;
}

.m_ro {
    position: relative;
    text-align: justify;
}

h2.h4_rowbox.m_ro a {
    font-size: 15px;
    color: #333 !important;
    text-align: justify;
    height: 42px;
    overflow: hidden;
    display: block;
}

.m_ro a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    background: #fcb615;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.m_ro a:hover::after {
    -webkit-transform: scale(1,1);
    transform: scale(1);
}

.footer_native {
    display: none;
    width: 100%;
    background-color: rgb(0 0 90 / 97%);
    text-align: center;
    position: fixed;
    bottom: 0px;
    height: 75px;
    z-index: 1000;
}

.footer_native_box a {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    /* background-color: #020242; */
}

.footer_native_box {
    line-height: 2.5;
    width: 23%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-top: 3px;
}

    .footer_native_box a {
        color: #ffffff;
        /* font-size: 17px; */
        /* height: 40px; */
        /* width: 40px; */
        border-radius: 15px;
        border: none;
        margin-top: 6px;
    }

        .footer_native_box a img {
            display: block;
            margin: 0px;
            color: #fcb615;
            font-size: 26px;
            width: 30px;
            margin: auto;
        }

        .footer_native_box a span {
            font-size: 14px;
            position: relative;
            top: -4px;
        }

.about-image {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 9px #dbdbdb1c;
}

.about-content {
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
    border-radius: 25px;
    padding: 25px;
}

    .about-content::before {
        position: absolute;
        right: -10rem;
        top: 20rem;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #ebebebb0 none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #ffffff4d;
        box-shadow: 0px 0px 0px 30px #ebebeb4d, 0px 0px 0px 60px #f3f3f34d;
        z-index: 1;
    }

    .about-content::after {
        position: absolute;
        left: -10rem;
        top: 20rem;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #ebebeb8c none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #ffffff4d;
        box-shadow: 0px 0px 0px 30px #ebebeb4d, 0px 0px 0px 60px #f3f3f34d;
        z-index: 1;
    }

.services-img_box {
    width: 100%;
    display: block;
    height: 222px;
    background-repeat: no-repeat !important;
    background-size: 0% !important;
    opacity: 1;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    position: relative;
}

    .services-img_box span {
        display: block;
        opacity: 0;
        transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 1s;
    }

.well-services .services-img .services-img_box span {
    width: 100%;
    display: block;
    height: 202px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    opacity: 1;
    height: 135px;
    left: 62%;
    position: absolute;
    bottom: -2px;
    transform: translate(-50%, 0);
}

.well-services:hover .services-img .services-img_box span {
    height: 135px;
    left: 62%;
    position: absolute;
    bottom: -2px;
    transform: translate(-50%, 0);
}

.well-services:hover .services-img .services-img_box {
    background-size: 100% !important;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    position: relative;
}

.main-services .service-content p {
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    max-height: 140px;
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
}

.baner_small_hight {
    position: relative;
    overflow: hidden;
    margin: 3rem 0;
    border-radius: 25px;
    /* padding: 4rem; */
    background-color: #686868;
    z-index: 2;
    box-shadow: 0px 0px 40px -4px #b1b1b18a;
    border: none;
}

    .baner_small_hight:hover {
        background-color: #08085f;
        transition: all linear 0.3s;
    }

    .baner_small_hight span {
        display: block;
        height: 12rem;
        background-repeat: no-repeat !important;
        background-size: 86% !important;
        background-position-x: center !important;
        background-position-y: 97% !important;
        position: relative;
        z-index: 0;
        opacity: 0.4;
    }

    .baner_small_hight::before {
        position: absolute;
        right: -10rem;
        top: 50%;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #fcb615 none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #08085f;
        box-shadow: 0px 0px 0px 30px #cdcdcd4d, 0px 0px 0px 60px #cdcdcd4d, 0px 0px 0px 90px #cdcdcd4d;
        z-index: 1;
    }

    .baner_small_hight::after {
        position: absolute;
        left: -10rem;
        top: 50%;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #fcb615 none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #08085f;
        box-shadow: 0px 0px 0px 30px #cdcdcd4d, 0px 0px 0px 60px #cdcdcd4d, 0px 0px 0px 90px #cdcdcd4d;
        z-index: 1;
    }

.service-inner .service-content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.single-services:hover h4 {
    background-color: #05056e;
}

.mean-container .mean-nav ul li a.mean-expand {
    right: 0;
}

.mean-container .mean-nav ul li a {
    float: left !important;
    text-align: left !important;
}

    .mean-container .mean-nav ul li a.mean-expand {
        right: 0;
        left: unset !important;
    }

.right_menu_box a img {
    position: absolute;
    display: block;
    left: 6px;
    font-size: 28px;
    top: 6px;
    background-color: #ffffff14;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0px 3px 7px -4px #00000099;
}

.right_menu_box:hover a img {
    background-color: #fcb615;
    transition: all linear 0.3s;
}

.single-services:hover h4 a {
    color: #00005a !important;
}

.single-services:hover h4 {
    background-color: #ffffff;
    color: #fcb615;
}

.footer-list li a i {
    font-size: 18px;
    margin-left: 2px;
}

.fs30 {
    font-size: 27px !important;
}

.footer-logo a img {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 51px;
    display: block;
    width: 160px;
    height: 75px;
}

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

.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\e876";
    font-family: mentos;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
    transform: scaleX(-1)rotate(180deg);
}

.left-menu ul li a::before {
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: right;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    background: #fcb615;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.left-menu ul li a:hover::before {
    -webkit-transform: scale(1,1);
    transform: scale(0.8);
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.contact_up {
    border-radius: 8px;
    border: 2px dashed #e0e0e2;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
    height: 115px;
}

.c-contact-us__upload-area-dsc {
    color: #232933;
    width: 100%;
}

.c-contact-us__file-error, .c-contact-us__upload-area-dsc {
    font-size: 14px;
    line-height: 21px;
    padding: 0;
}

.c-contact-us__select-file-btn {
    font-weight: 400;
    color: #030a16;
    padding: 8px 48px 8px 16px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    margin: 16px auto 0;
    display: block;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    position: relative;
    max-width: 250px;
}

    .c-contact-us__select-file-btn.dz-clickable i {
        position: absolute;
        right: 25px;
        font-size: 22px;
    }

.btn_send_con {
    padding: 13px 16px;
    direction: rtl;
    font-size: 15px;
    line-height: 1.571;
    font-weight: 400;
    background-color: #ec1d23;
    color: #fff;
    border: none;
    border-radius: 8px;
}

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

.custom-file-input {
    width: 218px;
    position: absolute;
    transform: translate(-50%, 0px);
    left: 50%;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: ' choose file';
        display: inline-block;
        background: linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        padding: 6px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        width: 218px;
        font-size: 10pt;
        text-align: center;
    }

    .custom-file-input:hover::before {
        border-color: black;
    }

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }


.contact_input {
    padding: 9px 12px !important;
    border-radius: 8px !important;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    line-height: 24px !important;
    width: 100%;
    direction: ltr;
    color: #58595b;
    box-shadow: unset !important;
    height: 38px;
}

.box_mini1 {
    display: inline-block;
    /* width: 100%; */
    height: auto;
    min-height: 50px;
    padding: 10px;
    margin: 5px 2px;
    text-align: center;
    border-radius: 5px;
}

.box_7 {
    width: 100%;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 5rem;
    background-color: #ffffff;
    padding: 25px 20px;
    box-shadow: 0px 0px 20px 0px #e1e1e1, 0px 0px 0px 7px #ffffff;
    border-radius: 10px;
    margin-top: 8px;
    border: solid 1px #e1e1e1;
    margin-bottom: 15px;
}

.box7_con {
    background-color: #f9f9f9;
}

img {
    max-width: 100%
}

.well-services:hover .service-btn:hover {
    color: #fcb615;
}

.image-layer a:hover {
    color: #fcb615;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-image img {
    border-radius: 10px;
}

.about-content h3 {
    line-height: 40px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    color: #fcb615;
}

.about-details {
    overflow: hidden;
    display: block;
    margin-top: -15px;
}

.single-about {
    display: block;
    margin-top: 30px;
}

    .single-about a {
        font-size: 40px;
        color: #fff;
        float: right;
        line-height: 80px;
        width: 80px;
        height: 80px;
        border: 1px solid #fcb615;
        text-align: center;
        margin-left: 20px;
        border-radius: 3px;
        background: #fcb615;
    }

.icon-text {
    padding-right: 95px;
}

    .icon-text h5 {
        margin-bottom: 5px;
    }

.about-image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .about-image img {
        border-radius: 5px;
    }

    .about-image::after {
        content: "";
        position: absolute;
        left: -22%;
        top: 50%;
        width: 29rem;
        height: 29rem;
        content: "";
        background: rgb(255 255 255 / 52%) none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #ffffff4d;
        box-shadow: 0px 0px 0px 30px #ffffff4d, 0px 0px 0px 60px #ffffff4d;
        display: none;
    }

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
}

.video-play1.vid-zone1 {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 30px #ffffff4d, 0px 0px 0px 60px #ffffff4d;
}

    .video-play1.vid-zone1 i {
        color: #fcb615;
        margin-left: 5px;
        margin-top: 30px;
    }

    .video-play1.vid-zone1:hover {
        border: 1px solid #fcb615;
        background: #fcb615;
        color: #fff;
        transition: 0.4s;
        box-shadow: 0px 0px 0px 10px #ffffff4d, 0px 0px 0px 20px #ffffff4d;
    }

        .video-play1.vid-zone1:hover i {
            color: #fff;
        }
/*--------------------------------*/
/* 6.Services Area
/*--------------------------------*/
.single-services {
    margin-top: 30px;
    display: block;
    margin-bottom: 30px;
}

.service-inner {
    box-shadow: none;
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 30px 13px !important;
    z-index: 1;
    border-radius: 5px;
    background: #fff;
}

.service-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 67px;
    color: #fcb615;
    transition: 0.4s;
    position: absolute;
    top: -30px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    transition: 0.4s;
    border: 1px solid #fcb615;
}

.services-all .service-content {
    padding-top: 30px;
}

.service-inner::after {
    background: #00005a;
    border: 1px solid #00005a;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
    border-radius: 5px;
}

.single-services:hover .service-inner::after {
    opacity: 1;
    transition: 0.4s;
}

single-services:hover .service-inner {
    border: 1px solid #00005a;
}

.service-inner .service-content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

    .service-inner .service-content h4 a {
        color: #444;
        text-transform: uppercase;
    }

.service-inner .service-content p {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
}

.single-services:hover .service-content h4 a,
.single-services:hover .service-content p {
    color: #fff;
}

.single-services:hover .service-icon {
    color: #fff;
    background: #ffffff;
    transition: 0.4s;
}

.service-icon img {
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area {
    position: relative;
    overflow: hidden;
}

.counter-inner {
    background: #f5f5f5;
    padding: 100px 30px 100px 70px;
}

.fun-title h3 {
    color: #f5f5f5;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

.fun-title {
    position: relative;
    background: #00005a;
    padding: 131px 100px 131px 0;
    z-index: 1;
    margin-left: 125px;
}

    .fun-title:after {
        content: '';
        position: absolute;
        width: 580px;
        height: 100%;
        background: #00005a;
        top: 50px;
        left: -207px;
        z-index: -1;
        transform: rotate(-60deg) scaleX(-1);
    }

.fun-content {
    display: block;
    padding: 100px 40px 100px 0px;
    overflow: hidden;
}

.fun_text i {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #fcb615;
    background: #fcb615;
    border-radius: 3px;
}

.fun_text {
    width: 50%;
    float: left;
    text-align: center;
}

    .fun_text span {
        color: #444;
        display: block;
        font-size: 36px;
        font-weight: bold;
        padding-bottom: 10px;
        line-height: 40px;
    }

    .fun_text > h5 {
        color: #444;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
    }
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.single-awesome-project {
    float: right;
    overflow: hidden;
    width: 100%;
}

.project-all {
    margin-top: -40px;
}

    .project-all .single-awesome-project {
        margin-top: 30px;
    }

.first-item {
    margin-bottom: 30px;
}

.project-carousel .col-md-4 {
    width: 100%;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .awesome-img img {
        transform: scale(1.1);
        transition: 0.4s;
    }

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img > a::after {
    background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
}

    .project-dec h4 {
        color: #444;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        text-transform: capitalize;
        margin-bottom: 5px;
        cursor: pointer;
        position: relative;
    }

        .project-dec h4::after {
            position: absolute;
            content: "\e87a";
            left: 40px;
            top: 0px;
            font-family: mentos;
            font-size: 20px;
            transition: 0.5s;
            width: 50px;
            height: 30px;
            border: 1px solid #fcb615;
            background: #fcb615;
            color: #fff;
            text-align: center;
            line-height: 27px;
            opacity: 0;
            transition: 0.5s;
            transform: scaleX(-1);
        }

.single-awesome-project:hover .project-dec h4::after {
    left: 0px;
    opacity: 1;
    transition: 0.5s;
}

.project-dec a {
    color: #444;
}

    .project-dec a:hover {
        color: #333;
    }

.project-dec span {
    font-size: 14px;
}

.project-dec p {
    margin-bottom: 0px;
}

.pst-content {
    padding-left: 10px;
}

.single-awesome-project:hover .project-dec h4 {
    color: #fcb615;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
    .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #fcb615;
        border: 1px solid #fcb615;
    }
/*----------------------------------------*/
/* 9. banner area css
/*----------------------------------------*/
.banner-area {
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
}

    .banner-area:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(19,11,75, 0.85) none repeat scroll 0 0;
        content: "";
        z-index: -1;
    }

.banner-text h3 {
    font-size: 23px;
    line-height: 40px;
    color: #fff;
    /* max-width: 860px; */
    margin: 0px auto 30px;
    letter-spacing: 1px;
    font-weight: 600;
    max-width: 66rem;
}

.hire-btn {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
    padding: 14px 30px;
    transition: 0.4s;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 600;
}

    .hire-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.single-brand-item {
    float: left;
    width: 20%;
}

    .single-brand-item a {
        border: 1px solid #666;
        display: block;
        margin: 15px;
        background: transparent;
    }
/*----------------------------------------*/
/*  10. Overview Area
/*----------------------------------------*/
.small-title {
    color: #fcb615;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
}

.overview-inner {
    padding-right: 20px;
}

    .overview-inner h3 {
        font-size: 24px;
        font-weight: 400;
    }
/*----------------------------------------*/
/*  11. FAQ  Area
/*----------------------------------------*/
.sub-headline h3 {
    font-size: 25px;
    font-weight: 600;
}

.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
    box-shadow: 0 3px 12px #ccc;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-default > .panel-heading {
    color: #444;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #f5f5f5;
        background: #fff;
    }

.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

    .faq-details .panel-heading h4 a::before {
        color: #444;
        content: "\e881 ";
        font-family: mentos;
        font-size: 16px;
        left: 0px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active::before {
        color: #fcb615;
        content: "\e882";
        font-family: mentos;
        font-size: 16px;
        left: 0px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active {
        color: #fcb615;
    }

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.faq-area .faq-content {
    margin-left: 30px;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.faq-area .contact-form input[type="text"],
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.faq-content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #444;
    padding-bottom: 20px;
}

.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #fcb615;
    display: inline-block;
    border: 1px solid #fcb615;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

    .faq-area .quote-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }
/*----------------------------------------*/
/*  12. Add Area
/*----------------------------------------*/
.add-area {
    background: url(img/background/bg1.jpg) no-repeat scroll center center / cover;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .add-area::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(19,11,75, 0.90) none repeat scroll 0 0;
        content: "";
        z-index: -1;
    }

.add-content h3 {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    /*! max-width: 750px; */
    float: right;
    margin-bottom: 25px;
    margin-top: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
}

.add-contact {
    float: left;
}

.call-us {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

    .call-us i {
        width: 50px;
        height: 50px;
        display: inline-block;
        border: 1px solid #fcb615;
        background: #fcb615;
        text-align: center;
        line-height: 46px;
        margin-right: 15px;
        border-radius: 3px;
    }

.mail-us {
    margin-bottom: 0px;
    width: 130%;
}
/*----------------------------------------*/
/*  13. Blog Area
/*----------------------------------------*/
.blog-area {
    background: #fff;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

    .image-scale::after {
        position: absolute;
        content: "";
        background: rgba(19,11,75, 0.45) none repeat scroll 0 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.blog-content a h4 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin-bottom: 0px;
    min-height: 85px;
}

.blog-category span {
    text-transform: uppercase;
    font-size: 13px;
    color: #fcb615;
    font-weight: 600;
}

.blog-content {
    border: 1px solid #ddd;
    padding: 30px 30px;
}

.blog-title {
    margin-top: 10px;
}

.blog-details .blog-content a h4 {
    font-size: 24px;
    line-height: 32px;
}

.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}

.blog-meta {
    padding: 15px 0px 0px;
    position: relative;
}

    .blog-meta span {
        color: #666;
        font-size: 13px;
        font-weight: 600;
        margin-left: 10px;
    }

        .blog-meta span i {
            padding-left: 3px;
            color: #fcb615;
        }

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

    .single-blog:hover .image-scale::after {
        background: rgba(0,46,91,0);
    }

.single-blog {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-grid-fast {
    margin-top: -30px;
}

.single-blog.b-mar {
    margin-top: 20px;
}

.blog-content a h4:hover {
    color: #fcb615;
}

.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

    .blog-btn::after {
        position: absolute;
        content: "\e876";
        right: -12px;
        top: 0px;
        font-family: mentos;
        font-size: 10px;
        transition: 0.5s;
    }

    .blog-btn:hover {
        color: #fcb615;
    }

        .blog-btn:hover.blog-btn::after {
            right: -20px;
            opacity: 1;
            transition: 0.5s;
        }
/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 80px 0;
}

.footer-1 {
    /* background: url(img/background/bg1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

    .footer-1 .footer-area {
        z-index: 1;
        background: transparent;
    }

.footer-1 {
    z-index: 1;
    position: relative;
}

    .footer-1::after {
        background: rgb(0 0 90) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #f5f5f5;
    letter-spacing: 0.60px;
    font-size: 16px;
    max-height: 105px;
    overflow: hidden;
    text-align: left;
}

    .footer-head p img {
        width: 32px;
    }

.footer-head h4 {
    color: #f5f5f5;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 48px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #433893;
    border-radius: 6px;
}

.suscribe-input button {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    font-size: 18px;
    padding: 12px 10px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 20px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 600;
}

    .suscribe-input button:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #f5f5f5;
        display: block;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border: 1px solid #f5f5f5;
        border-radius: 50%;
    }

        .footer-tags li a:hover,
        .footer-icons ul li a:hover {
            color: #fff;
            background: #fcb615;
            border: 1px solid #fcb615;
        }

.footer-tags li {
    float: left;
}

    .footer-tags li a {
        color: #f5f5f5;
        display: block;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        margin: 3px;
        border: 1px solid #00005a;
        background: #00005a;
        font-weight: 600;
        padding: 3px 5px;
        border-radius: 2px;
    }

.footer-icons {
    margin-top: 20px;
}

.footer-contacts p span {
    color: #fcb615;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #f5f5f5;
    padding: 3px 20px 3px 0;
    display: block;
    position: relative;
    font-weight: 500;
}

.subs-feilds {
    margin-top: 20px;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "";
    left: auto;
    top: 12px;
    right: 0;
    width: 0;
    height: 0;
    background: #f5f5f5;
}

.footer-list li a:hover {
    color: #fcb615;
}

    .footer-list li a:hover::after {
        background: #fcb615;
    }

.footer-area-bottom {
    background: #00005a none repeat scroll 0 0;
    padding: 25px 0;
    border-top: 1px solid #555;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #fcb615;
}

.copyright-text a {
    color: #f5f5f5;
}

.copyright > p {
    margin-bottom: 0;
    color: #f5f5f5;
}

.copyright a {
    color: #fcb615;
}

.footer-1 .footer-area-bottom {
    background: #010768;
    padding: 25px 0;
    border-top: none;
}
/*----------------------------------------*/
/*  15. Home 02 Area
/*----------------------------------------*/
.header-two .topbar-area {
    background: transparent;
}

.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #292254;
}

.header-area-2 {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-two .main-menu ul.navbar-nav > li > a {
    color: #fff;
}

.slide-area {
    background: rgba(0, 0, 0, 0) url(img/slider/s2.jpg) no-repeat scroll top center / cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.slide-area .title2 {
    font-size: 46px;
    line-height: 54px;
    margin-bottom: 0px;
    color: #fff;
    padding-bottom: 20px;
    /* max-width: 640px; */
    font-weight: 600;
}

.slide-area::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(19,11,75, 0.75) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}

.slide-content {
    margin-top: 120px;
}

.header-center {
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
    padding: 0px 15px;
}

.header-area-2.stick {
    background: rgba(19,11,75, 0.95) none repeat scroll 0 0;
    box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}

.counter-area-2 .fun-content {
    display: block;
    padding: 90px 0px 90px 0px;
    overflow: hidden;
}

.counter-area-2 .fun_text {
    width: 25%;
    float: left;
    text-align: center;
}

    .counter-area-2 .fun_text > h5,
    .counter-area-2 .fun_text span {
        color: #fff;
    }

.project-area-2 .single-awesome-project {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
}

.project-area-2 .project-dec {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 30px; */
}

    .project-area-2 .project-dec h4 {
        color: #545454;
        font-weight: 700 !important;
        line-height: 2.5;
    }

.project-area-2 .awesome-img > a::after {
    background: rgba(19,11,75, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.40;
    transition: 0.4s;
}

.project-area-2 .single-awesome-project:hover .awesome-img > a::after {
    opacity: 0.70;
}

.project-area-2 .single-awesome-project:hover .project-dec h4::after {
    display: none;
}

.project-area-2 .project-all {
    margin-top: 0px;
}
/*----------------------------------------*/
/*  16. Testimonial area
/*----------------------------------------*/
.testimonial-area {
    position: relative;
}

.testimonial-inner {
    padding: 0px 50px 0px 0px;
}

.review-head h3 {
    font-size: 34px;
    line-height: 40px;
}

.review-head p {
    font-size: 17px;
}

.reviews-btn {
    border: 1px solid #fcb615;
    background: #fcb615;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}

    .reviews-btn:hover {
        background: transparent;
        color: #fcb615;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.single-testi {
    margin: 0px 0px 50px;
}

.clients-text {
    padding: 40px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

    .clients-text::after {
        position: absolute;
        left: 80%;
        bottom: -28px;
        content: "";
        border-top: 30px solid #fff;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }

.testi-img {
    position: relative;
    margin-top: 50px;
}

    .testi-img img {
        width: 100%;
        display: inline-block !important;
        max-width: 80px;
        height: auto;
        border-radius: 50px;
        margin-left: 20px;
    }

.reviews-content .active.center .testi-img img {
    border: 2px solid #fcb615;
    float: right;
}

.guest-details {
    display: inline-block;
    text-align: right;
    top: 15px;
    position: relative;
}

.reviews-content {
    margin-bottom: 5px;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 10px;
}

.testi-text span a {
    color: #fcb615;
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.reviews-content .active.center .single-testi .clients-text {
    background: #00005a;
}

    .reviews-content .active.center .single-testi .clients-text p {
        color: #fff;
    }

.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 240px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #00005a;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
        background: #fcb615;
        width: 30px;
        border-radius: 3px;
    }

.hire-btn {
    margin-top: 10px;
}

.footer-2 .footer-area {
    background: #00005a;
}

.footer-2 .footer-tags li a {
    color: #fff;
    border: 1px solid #fcb615;
    background: #fcb615;
    transition: 0.4s;
}

    .footer-2 .footer-tags li a:hover {
        color: #fcb615;
        background: transparent;
        transition: 0.4s;
    }
/*----------------------------------------*/
/*  17. Home 03 Area
/*----------------------------------------*/
.header-area-3 {
    background: rgba(23,14,88, 0.50) none repeat scroll 0 0;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-two .topbar-area-2 {
    background: rgba(23,14,88, 0.50) none repeat scroll 0 0;
}

.header-area-3.stick {
    background: #00005a;
    box-shadow: 0px 0px 5px #444, -2px -2px 5px #444;
}

.intro-area-3 .layer-1-2 h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 54px;
    text-transform: unset;
    /* max-width: 700px; */
    letter-spacing: 2px;
}

.intro-area-3 .slider-content {
    margin-top: -110px;
}
/*----------------------------------------*/
/*  18. Wellcome Services 2 Area
/*----------------------------------------*/
.welcome-area-2 .well-services {
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

    .welcome-area-2 .well-services::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00005a;
        content: "";
        transition: 0.5s;
        z-index: -1;
        opacity: 0;
    }

    .welcome-area-2 .well-services:hover::after {
        opacity: 1;
        transition: 0.5s;
    }

.welcome-area-2 .well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}

    .welcome-area-2 .well-icon a {
        font-size: 60px;
        line-height: 60px;
        color: #fcb615;
        font-weight: 800;
    }

.welcome-area-2 .well-services .well-content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.welcome-area-2 .well-services:hover .well-content h4,
.welcome-area-2 .well-services:hover .well-content p,
.welcome-area-2 .well-services:hover .well-icon a {
    color: #fff;
}

.base {
    position: absolute;
    left: 10px;
    font-size: 140px;
    line-height: 150px;
    color: #ccc;
    top: 10px;
    z-index: -1;
    opacity: 0.5;
}

.services-area-3 .service-icon {
    position: relative;
    top: 0px;
    background: #fcb615;
    color: #fff;
    border: 1px solid #fcb615;
}

.services-area-3 .services-all {
    margin-top: -30px;
}

.services-area-3 .single-services {
    margin-top: 0px;
}

.project-carousel .col-md-3 {
    width: 100%;
}
/*----------------------------------------*/
/* 19. Team member area
/*----------------------------------------*/
.team-hover li {
    display: inline-block;
    margin: 0px 1px;
}

    .team-hover li a {
        color: #fff;
        border: 1px solid #fcb615;
        display: block;
        width: 36px;
        height: 36px;
        line-height: 34px;
        border-radius: 2px;
        background: #fcb615;
        transition: 0.4s;
    }

        .team-hover li a:hover {
            color: #fcb615;
            transition: 0.4s;
            background: transparent;
        }

.team-hover {
    padding: 20px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.single-member {
    margin-bottom: 30px;
}

    .single-member .team-img {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .single-member .team-img a {
            display: block;
        }

.team-content {
    padding: 10px 10px 0px;
    text-align: center;
}

    .team-content h4 a {
        color: #444;
    }

    .team-content p {
        margin-bottom: 0;
    }

    .team-content h4 {
        font-size: 20px;
        margin: 10px 0px;
        text-transform: capitalize;
        font-weight: 600;
    }
/*----------------------------------------*/
/* 20. Home-4 area
/*----------------------------------------*/
.header-area-4 {
    background: transparent;
    box-shadow: none;
}

    .header-area-4 .header-center {
        border-right: 1px solid rgba(255,255,255,0.1);
        border-left: 1px solid rgba(255,255,255,0.1);
        padding: 0px 15px;
        background: #fcb615;
    }

    .header-area-4.stick {
        background: #fcb615;
    }

.intro-area-4 .slider-content {
    text-align: center;
    margin-top: -130px;
}

.intro-area-4 .layer-1-2 h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    text-transform: uppercase;
    /* max-width: 850px; */
    margin: 0 auto;
}

.intro-area-4 .layer-1-1 p {
    margin: 0 auto 20px;
}
/*----------------------------------------*/
/*  21. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcumb-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(23,14,88, 0.80) none repeat scroll 0 0; */
    content: "";
}

.breadcrumb {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}

.breadcrumben {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
    /* transform: rotateY(180deg); */
}

.breadcrumb-bg {
    float: left;
    padding: 14px 0px;
}

.bread-inner {
    padding: 80px 0px;
}

.breadcrumb .section-headline h2 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 54px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    margin-bottom: 0px;
    padding: 5px 30px;
}

.breadcrumb .section-headline {
    margin-bottom: 0px;
    display: inline-block;
    text-align: left !important;
    padding-right: 20px !important;
}

    .breadcrumb .section-headline h2::after {
        display: none;
    }

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 20px 0px 10px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

    .breadcrumb ul li.home-bread {
        padding-right: 0px;
    }

        .breadcrumb ul li.home-bread::after {
            position: absolute;
            content: "\f105";
            font-family: fontAwesome;
            left: -10px;
            top: 0;
            transform: scaleX(-1);
        }

.breadcrumb .section-headline::after {
    display: none;
}

.testimonial-page-area .single-testimonial {
    padding: 15px 0px;
    padding-left: 80px;
    margin-bottom: 30px;
}

.testimonial-page-area .client-name h4 {
    font-size: 20px;
}

.testimonial-page-area .testimonial-text p {
    font-size: 17px;
    line-height: 26px;
}

.project-content {
    margin-top: -30px;
}

    .project-content .single-awesome-project {
        margin-top: 30px;
    }

.blog-grid .blog-text p {
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  22. About page Area
/*----------------------------------------*/
.support-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    text-align: center;
}

    .support-services .support-content h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 0px;
    }

        .support-services .support-content h4 a {
            color: #444;
        }

    .support-services:hover .support-content h4 a {
        color: #fcb615;
    }

    .support-services .support-content p {
        color: #444;
        margin-bottom: 0px;
    }

.support-images {
    display: inline-block;
    font-size: 34px;
    color: #fcb615;
    line-height: 77px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #fcb615;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}

.support-services:hover .support-images {
    background: #fcb615;
    transition: 0.4s;
    border: 1px solid #fcb615;
    color: #fff;
}
/*----------------------------------------*/
/* 23. Blog Details page
/*----------------------------------------*/
.page-blog .blog-grid {
    margin-top: -30px;
}

.page-blog .single-blog {
    margin-top: 30px;
}

.left-head-blog {
    padding: 30px 20px;
    border: 1px solid #f5f5f5;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 50px;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}

    .blog-search-option button {
        background: transparent;
        border: none;
    }

        .blog-search-option button i {
            line-height: 16px;
            font-size: 20px;
            padding: 0px 10px;
        }

            .blog-search-option button i:hover {
                color: #fcb615;
            }

.blog-image {
    position: relative;
    border-radius: 0;
}

    .blog-image .video-post iframe, .blog-image .video-post object, .blog-image .video-post embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.blog-grid blockquote {
    margin: 30px 20px 15px;
}

.music-post {
    width: 100%;
}

    .music-post iframe {
        width: 100%;
    }

.blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 44px;
    line-height: 48px;
    position: relative;
    transition: all 0.5s ease 0s;
}

    .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
        top: 50%;
        position: absolute;
        left: 0;
        margin-top: -30px;
    }

        .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
        .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
            color: #fcb615;
        }

    .blog-gallery-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
        margin-top: -30px;
        position: absolute;
        right: 0;
        top: 50%;
    }

.link-blog-image {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: block;
}

    .link-blog-image .post-link-inner {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,44,87,0.85) none repeat scroll 0 0;
    }

.post-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.link-mit {
    display: table-cell;
    vertical-align: middle;
}

.link-blog-image .post-link {
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    text-decoration: none;
}

.quote-blog .blog-content {
    margin-top: 0px;
}

.left-blog h4 {
    border-bottom: 1px solid #f5f5f5;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
    position: relative;
}

    .left-blog h4::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -1px;
        width: 70px;
        height: 2px;
        background: #fcb615;
    }

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog ul {
        margin-top: 15px;
    }

    .left-blog li {
        display: block;
    }

    .left-blog ul li a {
        color: #444;
        display: block;
        font-size: 14px;
        padding: 10px 20px 10px 0;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
    }

        .left-blog ul li a:after {
            position: absolute;
            content: "\e876";
            font-family: mentos;
            right: 0px;
            top: 10px;
            font-size: 12px;
            transform: scaleX(-1);
        }

.popular-tag.left-blog ul li a:after {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

    .recent-single-post:last-child {
        border-bottom: none;
    }

.left-blog-page .post-img {
    display: inline-block;
    float: right;
    padding: 0 5px;
    width: 35%;
    height: 100%;
    min-height: 100px;
}

    .left-blog-page .post-img img {
        width: 100%;
        height: 100%;
        min-height: 100px;
        object-fit: cover;
    }

.left-blog-page .recent-post {
    margin-top: 15px;
}

.pst-content {
    display: inline-block;
    float: right;
    width: 65%;
    padding-right: 10px;
}

    .pst-content p a:hover, .left-blog ul li a:hover {
        color: #fcb615;
    }

    .pst-content p a {
        color: #444;
        font-size: 15px;
        font-weight: 600;
    }

    .pst-content p {
        margin-bottom: 5px;
    }

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.pst-content .blog-meta {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

    .left-tags .left-side-tags ul li a {
        padding: 4px 6px;
        width: auto;
        font-weight: 600;
        font-size: 14px;
        border: 1px solid #fcb615;
        background: #fcb615;
        color: #fff;
        transition: 0.4s;
        margin-right: 5px;
        border-radius: 2px;
    }

        .left-tags .left-side-tags ul li a:hover {
            border: 1px solid #fcb615;
            background: transparent;
            color: #fcb615;
            transition: 0.4s;
        }

.left-side-tags h4 {
    margin-bottom: 15px;
}

.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: right;
    margin-left: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 60px 15px 0px;
    padding: 10px;
    position: relative;
}

.blog-content p {
    font-size: 15px;
    letter-spacing: 0.50px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-right: 5px solid #fcb615;
    font-style: italic;
}

    blockquote p {
        font-size: 16px !important;
        line-height: 28px;
        color: #444;
    }

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #333;
    }

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

li.threaded-comments {
    margin-right: 50px;
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
}

.comments-content-wrap span a {
    color: #fcb615;
}

    .comments-content-wrap span a:hover {
        color: #fcb615;
    }

.comment-respond .add-btn.contact-btn {
    background: #fcb615;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 13px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #fcb615;
    text-transform: uppercase;
    font-weight: 700;
}

    .comment-respond .add-btn.contact-btn:hover {
        color: #fcb615;
        background: transparent;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #666;
        background-color: transparent;
        border: none;
        margin-left: -1px;
        border-radius: 2px;
        border: 1px solid #666;
    }

    .pagination > li {
        display: inline-block;
        margin: 0px 3px;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #fcb615;
        border-color: #fcb615;
        cursor: default;
        border-radius: 2px;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #fcb615;
        border-color: #fcb615;
        border-radius: 2px;
    }

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/*  24.	Contact Us page area
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.contact-head {
    padding-right: 40px;
}

    .contact-head h3 {
        font-weight: 700;
        font-size: 30px;
    }

.contact-inner a i {
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    margin-left: 15px;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    border: 1px solid #fcb615;
    background: #fcb615;
    margin-top: 15px;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

    .contact-inner a span {
        line-height: 30px;
        display: inline-block;
        overflow: hidden;
        /* margin-left: 5px; */
        /* top: 17px; */
        position: relative;
        line-height: 1.5;
        margin-top: 15px;
    }

.contact-head p {
    font-size: 16px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 13px 36px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}

    .contact-page .contact-btn:hover {
        color: #fcb615;
        background: transparent;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }
/*----------------------------------------*/
/* 25. Services Details area
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
}

.page-head-left {
    margin-right: 30px;
}

.left-menu li:first-child {
    margin: 0px 0px 2px
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu {
    border: 1px solid #f5f5f5;
    padding: 20px 30px;
}

    .left-menu li {
        display: block;
    }

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #fcb615;
    position: relative;
}

.left-menu ul li a:hover {
    color: #fcb615;
}

.left-menu ul li a {
    color: #444;
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}



.download-btn h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans';
}

.download-btn h4 {
    text-transform: uppercase;
}

.down-btn i {
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

.down-btn {
    border: 1px solid #f5f5f5;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 15px 30px;
    text-align: left;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

    .down-btn.apli {
        margin-bottom: 0px;
    }

    .down-btn:hover {
        color: #fcb615;
        background: #fff;
        border: 1px solid #fcb615;
    }

.single-page-head .clients-testi {
    padding: 30px 20px;
    border: 1px solid #00005a;
    background: #00005a;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #fff;
}

.clients-testi .single-review {
    border: none;
}

.review-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.single-page-head .review-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.single-page-head .review-img {
    margin-top: 0px;
}

    .single-page-head .review-img img {
        border-radius: 50%;
    }

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-well {
    margin-bottom: 30px;
}

    .single-well h4 {
        text-transform: uppercase;
    }

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
    color: #fcb615;
    position: relative;
}

    .single-well h3::before {
        -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
        transition: all 0.3s ease-in-out;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        background: #fcb615;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
    }

    .single-well h3:hover::before {
        -webkit-transform: scale(1,1);
        transform: scale(0.8);
    }

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

    .service-list li::before {
        position: absolute;
        left: 0;
        content: "\f00c";
        font-family: fontawesome;
        top: 0;
        color: #fcb615;
    }

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    text-transform: unset;
}

    .marker-list li::after {
        position: absolute;
        content: "\e87f";
        left: 0;
        top: -1px;
        font-family: mentos;
        color: #fcb615;
        font-weight: 700;
    }

.single-services-page .marker-list li {
    color: #444;
}

.blog-details .blog-category {
    margin-bottom: 15px;
}

.blog-details .blog-content h4 {
    margin-bottom: 0px;
}
/*----------------------------------------*/
/* 26. Project Details page
/*----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}

.project-2-column .project-single {
    float: left;
    width: 50%;
}

.project-4-column .project-single {
    float: left;
    width: 25%;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}

    .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
        top: 50%;
        position: absolute;
        left: 3%;
        margin-top: -30px;
    }

        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
        .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
            background: #fcb615;
            border: 1px solid #fcb615;
            color: #fff;
        }

    .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
        margin-top: -30px;
        position: absolute;
        right: 3%;
        top: 50%;
    }

.project-history {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}

.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}

.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.project-inner {
    margin-bottom: 40px;
}

.project-details p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
/*--------------------------------*/
/* 27. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 200px;
    line-height: 200px;
    font-family: 'Roboto', sans-serif !important;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #fcb615;
    border: 1px solid #fcb615;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
}

    .error-btn:hover {
        color: #fcb615;
        background: transparent;
        transition: all 0.4s ease 0s;
        transform: translateY(-4px);
    }

.chartjs-render-monitor {
    font-family: iransans !important;
}

.elementor-video {
    width: 100%
}

.footer-1-1 {
    height: 100%;
}

.footer-head1 {
    max-width: 450px;
    margin: auto;
    margin-top: 20vh;
    background-color: #1e1654;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #433893, 0px 0px 0px 10px #6f66b01a;
}

.suscribe-input1 {
    position: relative;
    text-align: left;
}

    .suscribe-input1 label {
        color: #a8a3ce;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        position: relative;
        display: block;
    }

    .suscribe-input1 span {
        position: absolute;
        right: 5px;
        display: block;
        width: 100%;
        text-align: right;
        font-size: 11px;
        top: 1px;
        color: #f05757;
    }

.e-checkbox-wrap {
    text-align: left;
    padding: 10px 10px 0 0;
    color: #958fc4;
}

    .e-checkbox-wrap input {
        color: #fff;
    }

.e-comn-link {
    display: block;
    text-align: left;
    color: #aaa6c1;
    padding: 10px 10px 0 0;
}

.layer-1-3 img {
    width: 64px !important;
    background-color: #fff;
    border-radius: 18px;
    padding: 4px;
    display: inline-block !important;
    margin: 5px;
}

.main-menu ul.navbar-nav > li:hover > a {
    background: rgb(0 0 90) none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    /* font-weight: 600; */
    border-radius: 4px;
    overflow: hidden;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #fcb61500;
    border: none;
}

.right_menu {
    background-color: #00005a;
    top: 50%;
    position: fixed;
    transform: translate(0, -50%)scale(0.88);
    height: 214px;
    border-radius: 26px 0px 0px 25px;
    z-index: 100;
    right: -157px;
    width: 220px;
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
    padding: 5px;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s;
    z-index: 10000;
}

    .right_menu:hover {
        right: -14px;
        transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.3s;
    }

.right_menu_box {
    text-align: left;
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 1px;
}

    .right_menu_box:hover a i {
        background-color: #fcb615;
        transition: all linear 0.3s;
    }

    .right_menu_box a {
        height: 50px;
        display: block;
        position: relative;
        padding-left: 60px;
        color: #555;
    }

        .right_menu_box a i {
            position: absolute;
            display: block;
            left: 6px;
            font-size: 28px;
            top: 6px;
            background-color: #ffffff14;
            width: 41px;
            height: 40px;
            text-align: center;
            padding-top: 6px;
            border-radius: 15px;
            color: #ffffff;
            box-shadow: 0px 3px 7px -4px #00000099;
        }

        .right_menu_box a span {
            font-size: 14px;
            color: #fff;
            line-height: 2.7;
            padding-left: 5px;
            position: absolute;
            display: block;
            left: 55px;
            font-size: 15px;
            top: 6px;
            background-color: #ffffff14;
            width: 154px;
            height: 40px;
            text-align: center;
            padding-top: 0px;
            border-radius: 15px 0px 0px 15px;
            color: #ffffff;
            box-shadow: 0px 3px 7px -4px #00000099;
            border: solid 1px #141466;
        }

    .right_menu_box:hover a span {
        border: solid 1px #fcb615;
        background-color: #00005a;
    }

.h4_rowbox {
    font-size: 17px;
    color: #333 !important;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    height: 45px;
    padding-left: 15px;
    overflow: hidden;
}

.m_ro {
    position: relative;
    text-align: justify;
}

h2.h4_rowbox.m_ro a {
    font-size: 14px;
    color: #333 !important;
    text-align: left;
    height: 42px;
    overflow: hidden;
    display: block;
}

.m_ro a::after {
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    background: #fcb615;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.m_ro a:hover::after {
    -webkit-transform: scale(1,1);
    transform: scale(1);
}

.footer_native {
    display: none;
    width: 100%;
    background-color: #010768;
    text-align: center;
    position: fixed;
    bottom: 0px;
    height: 75px;
    z-index: 1000;
}

.footer_native_box a {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    /* background-color: #020242; */
}

.footer_native_box {
    line-height: 2.5;
    width: 23%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-top: 0px;
}

    .footer_native_box a {
        color: #ffffff;
        /* font-size: 17px; */
        /* height: 40px; */
        /* width: 40px; */
        border-radius: 15px;
        border: none;
        margin-top: 6px;
    }

        .footer_native_box a img {
            display: block;
            margin: 0px;
            color: #fcb615;
            font-size: 26px;
            width: 34px;
            margin: auto;
        }

        .footer_native_box a span {
            font-size: 11px;
            position: relative;
            top: -4px;
        }

.about-image {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 0px 9px #dbdbdb1c;
}

.about-content {
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
    border-radius: 25px;
    padding: 25px;
}

    .about-content::before {
        position: absolute;
        right: -10rem;
        top: 20rem;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #ebebebb0 none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #ffffff4d;
        box-shadow: 0px 0px 0px 30px #ebebeb4d, 0px 0px 0px 60px #f3f3f34d;
        z-index: 1;
    }

    .about-content::after {
        position: absolute;
        left: -10rem;
        top: 20rem;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #ebebeb8c none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #ffffff4d;
        box-shadow: 0px 0px 0px 30px #ebebeb4d, 0px 0px 0px 60px #f3f3f34d;
        z-index: 1;
    }

.services-img_box {
    width: 100%;
    display: block;
    height: 222px;
    background-repeat: no-repeat !important;
    background-size: 0% !important;
    opacity: 1;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    position: relative;
}

    .services-img_box span {
        display: block;
        opacity: 0;
        transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 1s;
    }

.well-services .services-img .services-img_box span {
    width: 100%;
    display: block;
    height: 202px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    opacity: 1;
    height: 135px;
    left: 62%;
    position: absolute;
    bottom: -2px;
    transform: translate(-50%, 0);
}

.well-services:hover .services-img .services-img_box span {
    height: 135px;
    left: 62%;
    position: absolute;
    bottom: -2px;
    transform: translate(-50%, 0);
}

.well-services:hover .services-img .services-img_box {
    background-size: 100% !important;
    transition: all cubic-bezier(0.88, 0.01, 0.49, 1.02) 0.5s;
    position: relative;
}

.main-services .service-content p {
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    max-height: 140px;
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
    max-height: 135px;
}

.baner_small_hight {
    position: relative;
    overflow: hidden;
    margin: 3rem 0;
    border-radius: 25px;
    /* padding: 4rem; */
    background-color: #686868;
    z-index: 2;
    box-shadow: 0px 0px 40px -4px #b1b1b18a;
    border: none;
}

    .baner_small_hight:hover {
        background-color: #08085f;
        transition: all linear 0.3s;
    }

    .baner_small_hight span {
        display: block;
        height: 12rem;
        background-repeat: no-repeat !important;
        background-size: 86% !important;
        background-position-x: center !important;
        background-position-y: 97% !important;
        position: relative;
        z-index: 0;
        opacity: 0.4;
    }

    .baner_small_hight::before {
        position: absolute;
        right: -10rem;
        top: 50%;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #fcb615 none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #08085f;
        box-shadow: 0px 0px 0px 30px #cdcdcd4d, 0px 0px 0px 60px #cdcdcd4d, 0px 0px 0px 90px #cdcdcd4d;
        z-index: 1;
    }

    .baner_small_hight::after {
        position: absolute;
        left: -10rem;
        top: 50%;
        width: 20rem;
        height: 20rem;
        content: "";
        background: #fcb615 none repeat scroll 0 0;
        transform: rotate(39deg);
        transform: translate(0, -50%) rotate(45deg);
        border: solid 20px #08085f;
        box-shadow: 0px 0px 0px 30px #cdcdcd4d, 0px 0px 0px 60px #cdcdcd4d, 0px 0px 0px 90px #cdcdcd4d;
        z-index: 1;
    }

.service-inner .service-content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.single-services:hover h4 {
    background-color: #05056e;
}

.mean-container .mean-nav ul li a.mean-expand {
    right: 0;
}

.mean-container .mean-nav ul li a {
    float: left !important;
    text-align: left !important;
}

    .mean-container .mean-nav ul li a.mean-expand {
        right: 0;
        left: unset !important;
    }

.right_menu_box a img {
    position: absolute;
    display: block;
    left: 6px;
    font-size: 28px;
    top: 6px;
    background-color: #ffffff14;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    border-radius: 15px;
    color: #ffffff;
    box-shadow: 0px 3px 7px -4px #00000099;
}

.right_menu_box:hover a img {
    background-color: #fcb615;
    transition: all linear 0.3s;
}

.single-services:hover h4 a {
    color: #00005a !important;
}

.single-services:hover h4 {
    background-color: #ffffff;
    color: #fcb615;
}

.footer-list li a i {
    font-size: 18px;
    margin-left: 2px;
}

.fs30 {
    font-size: 27px !important;
}

.footer-logo a img {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 51px;
    display: block;
    width: 160px;
    height: 75px;
}

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

.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\e876";
    font-family: mentos;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 11px;
    transform: scaleX(-1)rotate(180deg);
}

.left-menu ul li a::before {
    -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: right;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    background: #fcb615;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
}

.left-menu ul li a:hover::before {
    -webkit-transform: scale(1,1);
    transform: scale(0.8);
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

.contact_up {
    border-radius: 8px;
    border: 2px dashed #e0e0e2;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
    height: 115px;
}

.c-contact-us__upload-area-dsc {
    color: #232933;
    width: 100%;
}

.c-contact-us__file-error, .c-contact-us__upload-area-dsc {
    font-size: 14px;
    line-height: 21px;
    padding: 0;
}

.c-contact-us__select-file-btn {
    font-weight: 400;
    color: #030a16;
    padding: 8px 48px 8px 16px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    margin: 16px auto 0;
    display: block;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    position: relative;
    max-width: 250px;
}

    .c-contact-us__select-file-btn.dz-clickable i {
        position: absolute;
        right: 25px;
        font-size: 22px;
    }

.btn_send_con {
    padding: 13px 16px;
    direction: rtl;
    font-size: 15px;
    line-height: 1.571;
    font-weight: 400;
    background-color: #ec1d23;
    color: #fff;
    border: none;
    border-radius: 8px;
}

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

.custom-file-input {
    width: 218px;
    position: absolute;
    transform: translate(-50%, 0px);
    left: 50%;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: ' choose file';
        display: inline-block;
        background: linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        padding: 6px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        width: 218px;
        font-size: 10pt;
        text-align: center;
        background-color: #f9f9f9;
    }

    .custom-file-input:hover::before {
        border-color: black;
    }

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }


.contact_input {
    padding: 9px 12px !important;
    border-radius: 8px !important;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    line-height: 24px !important;
    width: 100%;
    direction: ltr;
    color: #58595b;
    box-shadow: unset !important;
    height: 38px;
}

.box_mini1 {
    display: inline-block;
    /* width: 100%; */
    height: auto;
    min-height: 50px;
    padding: 10px;
    margin: 5px 2px;
    text-align: center;
    border-radius: 5px;
}

.box_7 {
    width: 100%;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 5rem;
    background-color: #ffffff;
    padding: 25px 20px;
    box-shadow: 0px 0px 20px 0px #e1e1e1, 0px 0px 0px 7px #ffffff;
    border-radius: 10px;
    margin-top: 8px;
    border: solid 1px #e1e1e1;
    margin-bottom: 15px;
}

.box7_con {
    background-color: #f9f9f9;
}

img {
    max-width: 100%
}

@media (max-width: 1200px) {
    .main-menu ul.navbar-nav > li > a {
        font-size: 12px;
        padding: 13px 6px;
    }
}

@media (max-width: 991px) {
    .logo img {
        height: 70px;
        position: relative;
        top: -17px;
        width: 170px;
        right: 30px !important;
    }
}

.table tr td {
    background-color: #fcb717;
    border: none !important;
    color: #000 !important;
}

.table tr:nth-child(2n) td {
    background-color: #fac877 !important;
}


.table tr td.active {
    background-color: #fac877 !important;
    border: none !important;
    color: #000 !important;
}

.support-services h3 {
    color: #fcb615;
}

.down-btn_1 {
    max-width: 350px;
}

.welcome-area .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}

.about-content a, .about-content div {
    position: relative;
    z-index: 4;
    margin-bottom: 15px;
}

.about-content a {
    background-color: #fcb615;
    padding: 6px 20px;
    border-radius: 6px;
    /* box-shadow: 0px 0px 1px 1px #e1e1e1; */
    color: #fff;
}

h1.modal-title {
    font-size: 18px;
}

.mean-container .mean-nav ul li li a i {
    margin-left: 0px !important;
    margin-right: 5px;
}

.social-icons {
    text-align: left !important
}

.map-area img {
    border: solid 1px #e1e1e1;
    border-radius: 10px;
    margin-top: 10px;
}

.map-area a {
    background-color: #fcb615;
    padding: 5px 13px;
    color: #333;
    border-radius: 10px;
    font-weight: 900;
    display: none;
}

.blog-meta span.date-type {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #fcb615;
    border-radius: 0;
    color: #fcb615;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}

.dropcatalog {
    position: relative;
}

    .dropcatalog li ul {
        background: rgb(0 0 90 / 97%);
        transform: translate(50%, 0%);
        right: 50%;
        opacity: 0;
        position: absolute;
        bottom: 110%;
        visibility: hidden;
        width: 180px;
        z-index: 1000;
        padding: 5px 0px 0px 0px;
        box-shadow: 0px -9px 15px -3px rgba(0,0,0,0.1);
        border-radius: 10px 10px 0px 0px;
    }

    .dropcatalog li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: all linear 0.3s;
        bottom: 100%;
    }

    .dropcatalog li ul li a {
        width: 100%;
        height: 50px;
        position: relative;
        border-bottom: 1px #0d0d78 solid;
        border-radius: 0px;
    }

        .dropcatalog li ul li a img {
            position: absolute;
            left: 10px;
            top: 7px;
        }

        .dropcatalog li ul li a span {
            position: relative;
            left: 0px;
            top: 9px;
            font-size: 12px;
            width: 100%;
            display: block;
            text-align: left;
            padding-left: 60px;
        }

    .dropcatalog li ul li:hover a {
        border-bottom: 1px #fcb615 solid;
    }

        .dropcatalog li ul li:hover a::after {
            -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
            transition: all 0.3s ease-in-out;
            -webkit-transform-origin: right;
            transform-origin: right;
            -webkit-transform: scale(0,1);
            transform: scale(0,1);
            /* background: #fcb615; */
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 100%;
        }

        .dropcatalog li ul li:hover a:hover::after {
            -webkit-transform: scale(1,1);
            transform: scale(0.8);
        }
/*        دانلود کاتالوگ محصولات*/

.dropcatalogpro {
    position: relative;
}

    .dropcatalogpro li ul {
        background: rgb(0 0 90 / 97%);
        transform: translate(50%, 0%);
        right: 50%;
        opacity: 0;
        position: absolute;
        top: 110%;
        visibility: hidden;
        width: 100%;
        z-index: 1000;
        padding: 6px 0px 6px 0px;
        box-shadow: 0px -9px 15px -3px rgba(0,0,0,0.1);
        border-radius: 10px;
        overflow: hidden;
    }

    .dropcatalogpro li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: all linear 0.3s;
        top: 90%;
    }

    .dropcatalogpro li ul li a {
        width: 100%;
        height: 50px;
        position: relative;
        border-bottom: 1px #0d0d78 solid;
        border-radius: 0px;
        width: 100%;
        height: 50px;
        display: block;
    }

        .dropcatalogpro li ul li a img {
            position: absolute;
            left: 10px;
            top: 7px;
            width: 36px;
            display: block;
            color: #fcb615;
            font-size: 26px;
            margin: auto;
        }

        .dropcatalogpro li ul li a span {
            position: relative;
            left: 7rem;
            top: 10px;
            font-size: 13px;
            color: #fff;
        }

    .dropcatalogpro li ul li:hover a {
        border-bottom: 1px #fcb615 solid;
    }

        .dropcatalogpro li ul li:hover a::after {
            -webkit-transition: all 0.3s cubic-bezier(0.42,0,0.58,1);
            transition: all 0.3s ease-in-out;
            -webkit-transform-origin: right;
            transform-origin: right;
            -webkit-transform: scale(0,1);
            transform: scale(0,1);
            /* background: #fcb615; */
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 100%;
        }

        .dropcatalogpro li ul li:hover a:hover::after {
            -webkit-transform: scale(1,1);
            transform: scale(0.8);
        }

.h_iframe-aparat_embed_frame iframe {
    width: 80% !important;
    height: 340px;
}

@media (max-width: 1200px) {
    .h_iframe-aparat_embed_frame iframe {
        width: 100% !important;
        height: 353px;
    }
}

@media (max-width: 991px) {
    .h_iframe-aparat_embed_frame iframe {
        width: 100% !important;
        height: 268px;
    }
}

@media (max-width: 768px) {
    .h_iframe-aparat_embed_frame iframe {
        width: 100% !important;
        height: 240px;
    }
}

@media (max-width: 550px) {
    .h_iframe-aparat_embed_frame iframe {
        width: 100% !important;
        height: 225px;
    }
}

@media (max-width: 376px) {
    .h_iframe-aparat_embed_frame iframe {
        width: 100% !important;
        height: 197px;
    }
}

.copyright {
    text-align: center !important;
}

.contact_page {
    /* background-color: #fff; */
    border-radius: 8px;
    /* border: 1px solid #ededed; */
    padding: 16px 24px 24px;
    display: inline-block;
    margin: 15px 0;
    position: relative;
}

.mag_head_main .divpos1 {
    position: relative;
    /* border: 1px solid #ededed; */
    padding: 10px;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0px 1px 12px -3px rgb(0 0 0 / 18%);
    margin-block: 10px;
}

    .mag_head_main .divpos1 h3 {
        font-size: 17px;
        height: 52px;
        line-height: 1.4;
    }

    .mag_head_main .divpos1 img {
        margin-bottom: 15px;
    }

    .mag_head_main .divpos1 div {
        padding: 0px 10px;
        height: 14rem;
        overflow: hidden;
        display: block;
    }

    .mag_head_main .divpos1:hover {
        box-shadow: 0px 1px 20px -3px rgb(0 0 0 / 31%);
        transition: all 0.3s;
    }

.divpos1 a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-top: 10px;
    color: #444;
    font-weight: 700;
}

    .divpos1 a:hover {
        background-color: #010768;
        color: #f9b615;
    }

.mag_head_main .divpos {
    position: relative;
}

.mag_head_main .divposlast {
    position: relative;
    margin-top: 18px;
    margin-bottom: 10px;
}

.modal-body {
    position: relative;
    padding: 15px;
    max-height: 65vh;
    overflow-y: auto;
}

.modal-content {
    padding-bottom: 18px;
}
