/*
@File: Addax Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

*** - Default CSS
*** - Prealoader CSS 
*** - Main Header CSS
*** - Main Banner CSS
*** - Video Banner CSS
*** - Creative Banner CSS
*** - Particles Banner CSS
*** - Welcome Area CSS
*** - About Area CSS
*** - Who We Are Area CSS
*** - Strategy Area CSS
*** - CTR Area CSS
*** - Skill Area CSS
*** - Fun Facts Area CSS
*** - Team Area CSS
*** - How We Work CSS
*** - Services Area CSS
*** - Why We Are Different CSS
*** - Work Area CSS
*** - Pricing Area CSS
*** - FAQ Area CSS
*** - Testimonials Area CSS
*** - Blog Area CSS
*** - Partner Area CSS
*** - Subscribe Area CSS
*** - Contact Area CSS
*** - Page Title CSS
*** - Blog Details Area CSS
*** - Footer Area CSS
*** - Go Top CSS
*/
/*
==============================
Default CSS
==============================
*/
/*@import url("../../../../css");*/

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(113, 113, 113);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(134, 1, 1);
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

    ul li {
        list-style: none;
    }

:focus {
    outline: 0 !important;
}

p {
    font-weight: 300;
    line-height: 1.8;
    color: #666666;
    text-indent: 20px;
}

a {
    color: #222222;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s;
}

    a:hover, a:focus {
        color: rgba(222,8,8);
        ;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.ptb-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-f6f6f6 {
    background: #f6f6f6;
}

/*Btn Btn-Primary*/
.btn {
    padding: 9px 25px;
    font-size: 16px;
    border-radius: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-primary {
    color: #fff;
    background-color: rgba(222,8,8);
    ;
    border-color: rgba(222,8,8);
    ;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
        color: rgba(222,8,8);
        ;
        background-color: #fff;
        border-color: rgba(222,8,8);
        ;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: rgba(222,8,8);
        ;
        border-color: rgba(222,8,8);
        ;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-primary.focus, .btn-primary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: rgba(222,8,8);
        ;
        border-color: rgba(222,8,8);
        ;
        opacity: 1;
    }

/* Section Title */
.section-title {
    padding-left: 30px;
    position: relative;
}

    .section-title::before, .section-title::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        left: 10px;
        top: 0;
        background: rgba(222,8,8);
        ;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .section-title::after {
        left: 0;
        height: 50%;
    }

    .section-title:hover::before {
        height: 50%;
    }

    .section-title:hover::after {
        height: 100%;
    }

    .section-title h2 {
        font-size: 35px;
        font-weight: 200;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

        .section-title h2 span {
            color: rgba(222,8,8);
            ;
            font-weight: 600;
        }

    .section-title p {
        margin-top: -7px;
    }

    .section-title h4 {
        font-size: 18px;
        font-weight: 300;
        color: rgba(222,8,8);
        margin-bottom: 17px;
        text-transform: capitalize;
    }

.section-contents {
    margin-bottom: 50px;
}
/* Form Control */
.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 15px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #dddddd;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

label {
    margin-bottom: 10px;
}

textarea.form-control {
    min-height: 125px;
}

/* Owl Carousel Button */
.owl-theme .owl-controls {
    margin-top: 50px;
    line-height: 0;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-dots {
    margin-top: 50px !important;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 0 4px;
        background: transparent;
        border-radius: 50%;
        border: 2px solid #dddddd;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: #869791;
        border-radius: 5px;
        width: 35px;
        height: 10px;
        border-color: rgba(222,8,8);
        ;
        background: rgba(222,8,8);
        ;
    }

    .owl-theme .owl-dots .owl-dot:hover span {
        background: rgba(222,8,8);
        ;
        border-color: rgba(222,8,8);
        ;
    }

.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.33) !important;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 54px !important;
    border-radius: 50%;
    font-size: 30px !important;
    color: #ffffff !important;
    -webkit-transition: .4s;
    transition: .4s;
}

    .owl-theme .owl-nav [class*="owl-"]:hover {
        background: rgba(222,8,8);
        color: #ffffff;
    }

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}



/*
    =========================
    SlideShow
    =========================
*/
.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides-container {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
}

.slide {
    width: 100%;
    height: auto;
    position: relative;
}

    .slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.slider-nav {
    position: absolute;
    top: 60px;
    right: calc(50% - 25%);
    display: flex;
}

    .slider-nav a {
        display: inline-block;
        padding: 10px 20px;
        background-color: black;
        color: white;
        margin-right: 10px;
        text-decoration: none;
        font-size: 20px;
        border-radius: 5px;
        transition: background-color 0.3s ease-in-out;
    }

        .slider-nav a:hover {
            background-color: gray;
        }


/*
==============================
Preloader CSS
==============================
*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
}

    .preloader .folding-cube {
        left: 0;
        width: 60px;
        height: 60px;
        position: absolute;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        top: 50%;
        right: 0;
        margin: -60px auto 0;
    }

        .preloader .folding-cube .cube {
            float: left;
            width: 50%;
            height: 50%;
            position: relative;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

            .preloader .folding-cube .cube::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(222,8,8);
                ;
                -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
                animation: sk-foldCubeAngle 2.4s infinite linear both;
                -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
            }

        .preloader .folding-cube .cube2 {
            -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg);
        }

            .preloader .folding-cube .cube2::before {
                -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
            }

        .preloader .folding-cube .cube3 {
            -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg);
        }

            .preloader .folding-cube .cube3::before {
                -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
            }

        .preloader .folding-cube .cube4 {
            -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg);
        }

            .preloader .folding-cube .cube4::before {
                -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s;
            }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.upsidebar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #666666;
}

    .upsidebar a, .upsidebar i, .upsidebar span {
        color: #FFF;
    }

.header-social {
    float: right;
}

.header-sticky.is-sticky .upsidebar {
    display: none;
}

@media only screen and (max-width: 991px) {
    .upsidebar {
        display: none;
    }
}
/*
==============================
Main Header CSS
==============================
*/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5) !important;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
}

.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #ffffff !important;
}

    .header-sticky.is-sticky .navbar-brand img {
        height: 45px;
    }

.navbar-light .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

    .navbar-light .navbar-brand span {
        color: rgba(222,8,8);
        font-size: 35px;
        font-weight: 700;
        text-transform: lowercase;
    }

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #ffffff;
    }

.navbar-nav {
    align-items: baseline;
}

.navbar-light .navbar-nav .nav-item {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

    .navbar-light .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        padding-right: 0;
        padding-left: 0;
        margin-top: 10px;
    }

        .navbar-light .navbar-nav .nav-item .nav-link.active, .navbar-light .navbar-nav .nav-item .nav-link.show, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:focus {
            color: rgba(222,8,8);
        }

.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav.show .nav-link {
    color: rgba(222,8,8);
}

.navbar-light.header-sticky.is-sticky .navbar-brand {
    color: #000000;
}

.navbar-light.header-sticky.is-sticky .navbar-nav .nav-link {
    color: #000000;
    padding-right: 0;
    padding-left: 0;
}

    .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.active, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link.show, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:hover, .navbar-light.header-sticky.is-sticky .navbar-nav .nav-link:focus {
        color: rgba(222,8,8);
    }

.navbar-light.header-sticky.is-sticky .navbar-nav .active .nav-link, .navbar-light.header-sticky.is-sticky .navbar-nav .show .nav-link {
    color: rgba(222,8,8);
}

/*
==============================
Main Banner CSS
==============================
*/
.main-banner {
    height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .main-banner::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .77;
        z-index: -1;
    }

    .main-banner.with-color::before {
        z-index: 1;
    }

.item-bg-one {
    background-image: url(../img/main-bg-1.jpg);
}

.item-bg-two {
    background-image: url(../img/main-bg-2.jpg);
}

.item-bg-three {
    background-image: url(../img/main-bg-3.jpg);
}

.main-banner-text {
    text-align: center;
    position: relative !important;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 0px;
    border-radius: 60px 2px 60px 2px;
    border: 1px solid transparent;
    margin-top: 70px !important;
    margin-bottom: 0 !important;
}


.main-banner-text-detail {
    text-align: center;
    position: relative !important;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 0px;
    border-radius: 60px 2px 60px 2px;
    border: 1px solid transparent;
    width: 100%;
    margin-top: 250px;
    margin-bottom: 100px;
}

.main-banner-text h4 {
    color: #fff;
    font-weight: 200;
    font-size: 24px;
    letter-spacing: 1px;
}

.main-banner-text h1 {
    color: #fff;
    font-size: 55px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-weight: 200;
    letter-spacing: 2px;
}

    .main-banner-text h1 span {
        color: rgba(222,8,8);
        font-weight: 600;
    }

.main-banner-text p {
    color: #fff;
    max-width: 730px;
    margin: auto;
    margin-bottom: 30px;
}


.main-banner-text2 {
    text-align: center;
    position: relative !important;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    border-radius: 40px 2px 40px 2px;
    border: 1px solid transparent;
    margin-top: 220px;
    width: 100%;
    margin-bottom: 200px;
}

    .main-banner-text2 h4 {
        color: #fff;
        font-weight: 200;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .main-banner-text2 h1 {
        color: #fff;
        font-size: 55px;
        margin-top: 25px;
        margin-bottom: 30px;
        font-weight: 700;
        letter-spacing: 2px;
    }

        .main-banner-text2 h1 span {
            color: #ff2c57;
            font-weight: 600;
        }

    .main-banner-text2 p {
        color: #fff;
        max-width: 730px;
        margin: auto;
        margin-bottom: 30px;
    }

    .main-banner-text2 .btn:hover, .main-banner-text2 .btn:focus {
        border-color: #ffffff;
    }

    .main-banner-text2 .view-work {
        background: transparent;
        border-color: #fff;
        margin-left: 10px;
    }

.main-banner-text .btn:hover, .main-banner-text .btn:focus {
    border-color: #ffffff;
}

.main-banner-text .view-work {
    background: transparent;
    border-color: #fff;
    margin-left: 10px;
}

    .main-banner-text .view-work:hover, .main-banner-text .view-work:focus {
        border-color: rgba(222,8,8);
        background: rgba(222,8,8);
        color: #ffffff;
    }

.home-slides .owl-controls {
    margin-top: 0;
}

/*
==============================
Video Banner CSS
==============================
*/
.video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100;
}

/*
==============================
Creative Banner CSS
==============================
*/
.creative-banner-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 10rem 100vw 0 0;
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
}

.creative-banner-two {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
    z-index: 9;
}

    .creative-banner-two::before {
        content: "";
        border-right: 50vw solid #ffffff;
        border-top: 160px solid transparent;
        bottom: 0;
        right: 0;
        position: absolute;
        height: 0;
        width: 0;
    }

    .creative-banner-two::after {
        content: '';
        position: absolute;
        border-left: 50vw solid #ffffff;
        border-top: 160px solid transparent;
        bottom: 0;
        height: 0;
        left: 0;
        width: 0;
    }

.creative-banner-three {
    position: relative;
    top: 100%;
    width: 100%;
    height: 0;
}

    .creative-banner-three::before {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        background-image: url(../img/shape.png);
        height: 150px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

/*
==============================
Particles Banner CSS
==============================
*/
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#particles-js-two {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*
==============================
Welcome Area CSS
==============================
*/
.single-box {
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

    .single-box:hover {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    .single-box .icon {
        color: rgba(222,8,8);
        ;
        font-size: 45px;
    }

    .single-box h3 {
        margin-top: 25px;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 20px;
    }

    .single-box a {
        position: absolute;
        right: -20px;
        bottom: -20px;
        width: 45px;
        height: 40px;
        line-height: 44px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
        box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
        border-radius: 50% 0 0 0;
        opacity: 0;
        visibility: hidden;
    }

    .single-box:hover a {
        background: rgba(222,8,8);
        ;
        color: #ffffff;
        opacity: 1;
        visibility: visible;
        right: 0;
        bottom: 0;
    }

/*
==============================
About Area CSS
==============================
*/
.about-area {
    background-image: url(../img/patt.png);
    background-position: center center;
}

.about-video {
    position: relative;
}

    .about-video img {
        width: 100%;
    }

    .about-video .video-btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -26px;
    }

        .about-video .video-btn a {
            color: #ffffff;
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 72px;
            background: rgba(222,8,8);
            ;
            position: relative;
            font-size: 30px;
            border-radius: 50%;
        }

            .about-video .video-btn a::before, .about-video .video-btn a::after {
                content: "";
                position: absolute;
                z-index: 0;
                left: 50%;
                top: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                display: block;
                width: 88px;
                height: 88px;
                border-radius: 50%;
                -webkit-transition: all 200ms;
                transition: all 200ms;
                -webkit-animation: pulse-border 1500ms ease-out infinite;
                animation: pulse-border 1500ms ease-out infinite;
                border: 10px solid #fff;
            }

            .about-video .video-btn a::after {
                width: 70px;
                height: 70px;
                -webkit-transition: all 200ms;
                transition: all 200ms;
            }

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

.about-addax {
    margin-top: 12px;
}

    .about-addax .section-title {
        margin-bottom: 20px;
        padding-left: 0;
    }

        .about-addax .section-title::before, .about-addax .section-title::after {
            display: none;
        }

        .about-addax .section-title h2 {
            font-size: 25px;
        }

    .about-addax ul {
        margin-bottom: 30px;
    }

        .about-addax ul li {
            margin-bottom: 10px;
            font-weight: 300;
            color: #666666;
        }

            .about-addax ul li i {
                color: rgba(222,8,8);
                ;
                margin-right: 5px;
            }

            .about-addax ul li:last-child {
                margin-bottom: 0;
            }

    .about-addax .float-start {
        margin-right: 45px;
    }

/*
==============================
Who We Are Area CSS
==============================
*/
.who-we-are {
    padding-bottom: 50px;
}

.single-who-we-are {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    background: #ffffff;
    padding: 50px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    .single-who-we-are:hover {
        background: rgba(222,8,8);
        ;
        color: #ffffff;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    .single-who-we-are i {
        font-size: 50px;
        color: rgba(222,8,8);
        ;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-who-we-are:hover i {
        color: #ffffff;
    }

    .single-who-we-are h4 {
        margin-bottom: 20px;
        margin-top: 25px;
        font-size: 22px;
        font-weight: 500;
    }

    .single-who-we-are p {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-who-we-are:hover p {
        color: #ffffff;
    }

    .single-who-we-are span {
        bottom: 0;
        color: rgba(0, 0, 0, 0.03);
        font-size: 200px;
        line-height: 180px;
        position: absolute;
        right: 0;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-who-we-are:hover span {
        color: rgba(255, 255, 255, 0.2);
    }
/*
==============================
News Category CSS
==============================
*/
.news_category {
    padding: 15px 20px;
    border-left-style: ridge;
}

    .news_category .col-md-4, .news_category .col-md-8 {
        padding: 0;
        margin: 0;
    }

    .news_category h6 {
        padding: 0;
        margin: 0;
        text-align: center;
        line-height: 1.5;
    }

    .news_category p {
        padding: 0 5px;
        margin: 0;
        font-size: 11px;
        line-height: 1.5;
        text-indent: 0;
    }

    .news_category hr {
        color: #c1c1c1;
    }

.news-contents {
    margin-top: 30px;
}
/*
==============================
Strategy Area CSS
==============================
*/
.strategy-area {
    position: relative;
}

    .strategy-area .image {
        background-image: url(../img/about-strategy.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

        .strategy-area .image img {
            display: none;
        }

.about-strategy {
    padding-left: 25px;
}

    .about-strategy .section-title {
        margin-bottom: 20px;
        padding-left: 0;
    }

        .about-strategy .section-title::before, .about-strategy .section-title::after {
            display: none;
        }

    .about-strategy ul {
        margin-bottom: 30px;
    }

        .about-strategy ul li {
            margin-bottom: 10px;
            font-weight: 300;
            color: #666666;
        }

            .about-strategy ul li:last-child {
                margin-bottom: 0;
            }

            .about-strategy ul li i {
                color: rgba(222,8,8);
                ;
                margin-right: 5px;
            }

/*
==============================
CTR Area CSS
==============================
*/
.ctr-area {
    text-align: center;
    background-image: url(../img/ctr-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .ctr-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .88;
    }

    .ctr-area .section-title {
        padding-left: 0;
    }

        .ctr-area .section-title::after, .ctr-area .section-title::before {
            display: none;
        }

        .ctr-area .section-title h2 {
            color: #ffffff;
            font-weight: 500;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .ctr-area .section-title p {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 25px;
            color: #ffffff;
        }

    .ctr-area .view-work {
        background: transparent;
        border-color: #ffffff;
        margin-left: 10px;
    }

        .ctr-area .view-work:hover, .ctr-area .view-work:focus {
            border-color: rgba(222,8,8);
            ;
            background: rgba(222,8,8);
            ;
            color: #ffffff;
        }

    .ctr-area .btn:hover, .ctr-area .btn:focus {
        border-color: #ffffff;
    }

/*
==============================
Skill Area CSS
==============================
*/
.about-skill .section-title {
    padding-left: 0;
}

    .about-skill .section-title::before, .about-skill .section-title::after {
        display: none;
    }

.about-skill .progress-title {
    font-size: 17px;
    margin-bottom: 13px;
}

.about-skill .progress {
    height: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}

    .about-skill .progress .progress-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        -webkit-animation: animate-positive 2s;
        animation: animate-positive 2s;
        background: rgba(222,8,8);
        ;
        border-radius: 10px;
    }

    .about-skill .progress .progress-value {
        font-size: 15px;
        font-weight: 300;
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 10px;
    }

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.skill-video {
    position: relative;
}

    .skill-video img {
        width: 100%;
    }

    .skill-video .video-btn {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: -26px;
    }

        .skill-video .video-btn a {
            color: #ffffff;
            display: inline-block;
            width: 70px;
            height: 70px;
            line-height: 72px;
            background: rgba(222,8,8);
            ;
            position: relative;
            font-size: 30px;
            border-radius: 50%;
        }

            .skill-video .video-btn a::before, .skill-video .video-btn a::after {
                content: "";
                position: absolute;
                z-index: 0;
                left: 50%;
                top: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                display: block;
                width: 88px;
                height: 88px;
                border-radius: 50%;
                -webkit-transition: all 200ms;
                transition: all 200ms;
                -webkit-animation: pulse-border 1500ms ease-out infinite;
                animation: pulse-border 1500ms ease-out infinite;
                border: 10px solid #ffffff;
            }

            .skill-video .video-btn a::after {
                width: 70px;
                height: 70px;
                -webkit-transition: all 200ms;
                transition: all 200ms;
            }

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

/*
==============================
Fun Facts Area CSS
==============================
*/
.funFacts-area {
    background-image: url(../img/funfact-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .funFacts-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .77;
    }

.funFact {
    position: relative;
    padding-left: 65px;
}

    .funFact i {
        font-size: 50px;
        color: rgba(222,8,8);
        ;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .funFact .fa.fa-users {
        left: -10px;
    }

    .funFact h2 {
        color: #ffffff;
        margin-bottom: 5px;
        font-size: 45px;
        font-weight: 600;
    }

    .funFact p {
        color: #ffffff;
        font-size: 18px;
    }

/*
==============================
Team Area CSS
==============================
*/
.our-team {
    text-align: center;
    position: relative;
}

    .our-team .team-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 92%;
        background: #ffffff;
        margin-left: 15px;
        padding-top: 20px;
        z-index: 1;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .our-team .team-content .title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 6px;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .our-team .team-content .post {
            color: #666666;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .our-team:hover .team-content .title {
        color: #ffffff;
    }

    .our-team:hover .team-content .post {
        color: #ffffff;
    }

    .our-team:hover .team-content {
        bottom: 36%;
        background: transparent;
    }

    .our-team .social {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.3)));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.3) 80%);
        -webkit-transition: .4s;
        transition: .4s;
        opacity: 0;
        visibility: hidden;
    }

        .our-team .social ul {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            margin-top: -50px;
            -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
            -webkit-transition: .4s;
            transition: .4s;
        }

            .our-team .social ul li {
                display: inline-block;
            }

                .our-team .social ul li a {
                    width: 35px;
                    height: 35px;
                    line-height: 32px;
                    color: #ffffff;
                    border: 1px solid #ffffff;
                    border-radius: 50%;
                }

                    .our-team .social ul li a:hover {
                        border-color: rgba(222,8,8);
                        ;
                        background: rgba(222,8,8);
                        ;
                    }

    .our-team:hover .social {
        opacity: 1;
        visibility: visible;
    }

        .our-team:hover .social ul {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

/*
==============================
How We Work CSS
==============================
*/
.how-work {
    background-image: url(../img/dott.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}

.single-how-work {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    .single-how-work:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    .single-how-work h3 {
        color: rgba(222,8,8);
        ;
        font-size: 45px;
        font-weight: 700;
    }

    .single-how-work h4 {
        margin-top: 25px;
        margin-bottom: 18px;
        font-size: 22px;
    }

/*
==============================
Services Area CSS
==============================
*/
.services-area {
    padding-bottom: 50px;
}

    .services-area .single-box {
        margin-bottom: 30px;
    }

.single-services {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    text-align: center;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

.service {
    margin-bottom: 20px;
}

.content-padding {
    margin-bottom: 0 !important;
    padding-top: 50px;
    font-size: 17px;
    height: 400px;
}

.single-services:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.single-services::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid rgba(222,8,8);
    ;
    height: 50px;
    border-bottom: 2px solid rgba(222,8,8);
    ;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services:hover::before {
    opacity: 1;
    width: 100%;
    height: 50%;
}

.single-services .services-img {
    position: relative;
}


    .single-services .services-img .icon {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: -30px;
    }

.icon2 {
    color: #000 !important;
}

.single-services i {
    width: 70px;
    height: 70px;
    line-height: 71px;
    border: 1px solid #ffffff;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

.single-services:hover i {
    background: #ffffff;
    color: rgba(222,8,8);
    ;
}

.single-services .services-content {
    padding: 20px 25px;
    position: relative;
}

    .single-services .services-content h3 {
        font-size: 14px;
        font-weight: 900;
        margin-bottom: 5px;
    }

    .single-services .services-content p {
        text-indent: 0;
        font-size: 13px;
        font-weight: 500;
    }

    .single-services .services-content .cntr {
        display: block;
        text-align: center;
    }
/*
==============================
Why We Are Different CSS
==============================
*/
.tabset input[type="radio"] {
    display: none;
}

.tabset .tab-panel {
    display: none;
}

.tabset input:first-child:checked ~ .tab-panels .tab-panel:first-child {
    display: block;
}

.tabset input:nth-child(3):checked ~ .tab-panels .tab-panel:nth-child(2) {
    display: block;
}

.tabset input:nth-child(5):checked ~ .tab-panels .tab-panel:nth-child(3) {
    display: block;
}

.tabset input:nth-child(7):checked ~ .tab-panels .tab-panel:nth-child(4) {
    display: block;
}

.tabset input:nth-child(9):checked ~ .tab-panels .tab-panel:nth-child(5) {
    display: block;
}

.tabset input:nth-child(11):checked ~ .tab-panels .tab-panel:nth-child(6) {
    display: block;
}

.tabset label {
    position: relative;
    display: inline-block;
    padding: 15px 32px;
    margin-right: 6px;
    margin-bottom: 0;
    cursor: pointer;
    background: transparent;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 18px;
}

.tabset input:checked + label {
    border-color: rgba(222,8,8);
    ;
    background: rgba(222,8,8);
    ;
    color: #ffffff;
}

.tab-panel {
    margin-top: 35px;
}

    .tab-panel .why-we-different-text h4 {
        font-size: 35px;
        font-weight: 200;
        margin-bottom: 20px;
    }

    .tab-panel .why-we-different-text p {
        max-width: 635px;
        margin-top: -7px;
    }

    .tab-panel .why-we-different-text ul {
        margin-top: 25px;
        margin-bottom: 30px;
    }

        .tab-panel .why-we-different-text ul li {
            margin-bottom: 10px;
            font-weight: 300;
            color: #666666;
        }

            .tab-panel .why-we-different-text ul li:last-child {
                margin-bottom: 0;
            }

            .tab-panel .why-we-different-text ul li i {
                color: rgba(222,8,8);
                ;
                margin-right: 5px;
            }

.why-we-different-img img {
    width: 100%;
}

/*
==============================
Work Area CSS
==============================
*/
.shorting-menu {
    display: inline-block;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 18px 20px;
    border-radius: 50px;
}

    .shorting-menu .filter {
        border: none;
        background: #f4f4f4;
        padding: 9px 24px;
        text-transform: capitalize;
        font-size: 16px;
        cursor: pointer;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 30px;
        color: #000000;
    }

        .shorting-menu .filter.mixitup-control-active, .shorting-menu .filter:hover {
            background: rgba(222,8,8);
            ;
            color: #ffffff;
        }

.shorting {
    margin-top: 40px;
}

.single-work {
    overflow: hidden;
    position: relative;
    padding: 5px;
}

    .single-work img {
        width: 100%;
    }

    .single-work::before {
        content: '';
        position: absolute;
        top: 15px;
        width: 95%;
        height: 93%;
        background: #000000;
        left: 14px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-work:hover::before {
        top: 21px;
        width: 93%;
        height: 91%;
        left: 21px;
        opacity: .66;
        visibility: visible;
    }

    .single-work .work-content {
        position: absolute;
        bottom: 20px;
        width: 86%;
        background: #ffffff;
        left: 40px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .single-work .work-content h4 {
            font-size: 22px;
            margin-bottom: 10px;
        }

        .single-work .work-content ul li {
            display: inline-block;
            font-size: 14px;
        }

    .single-work:hover .work-content {
        bottom: 35px;
        opacity: 1;
        visibility: visible;
    }

    .single-work .popup-btn {
        position: absolute;
        top: 20px;
        right: 40px;
        width: 45px;
        text-align: center;
        height: 45px;
        line-height: 46px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 22px;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #ffffff;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .single-work .popup-btn:hover {
            background: rgba(222,8,8);
            ;
            border-color: rgba(222,8,8);
            ;
        }

    .single-work:hover .popup-btn {
        top: 36px;
        opacity: 1;
        visibility: visible;
    }

/*
==============================
Pricing Area CSS
==============================
*/
.pricingTable {
    padding: 30px 0;
    text-align: center;
    position: relative;
    background-image: url(../img/patt.png);
    background-position: center center;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transition: .4s;
    transition: .4s;
}

    .pricingTable:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    .pricingTable::after {
        content: "";
        width: 70px;
        height: 30px;
        background: rgba(222,8,8);
        ;
        margin: 0 auto;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

    .pricingTable .title {
        padding: 20px 0;
        margin-bottom: 35px;
        background: rgba(222,8,8);
        ;
        font-size: 25px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .pricingTable .price-value {
        margin-bottom: 25px;
        color: rgba(222,8,8);
        ;
    }

        .pricingTable .price-value .amount {
            display: inline-block;
            font-size: 44px;
            font-weight: 500;
        }

        .pricingTable .price-value .month {
            display: block;
            font-size: 15px;
            line-height: 16px;
            text-transform: capitalize;
            color: #666;
            margin-left: 50px;
        }

    .pricingTable .currency {
        display: inline-block;
        font-size: 25px;
        vertical-align: top;
        margin-top: 6px;
    }

    .pricingTable .pricing-content {
        border-top: 2px solid #eeeeee;
        border-bottom: 2px solid #eeeeee;
        margin-bottom: 30px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .pricingTable .pricing-content li {
            color: #8b8b8b;
            margin-top: 16px;
        }

            .pricingTable .pricing-content li:first-child {
                margin-top: 0;
            }

            .pricingTable .pricing-content li i {
                color: rgba(222,8,8);
                ;
                margin-right: 4px;
            }

/*
==============================
FAQ Area CSS
==============================
*/
.faq-area .image {
    background-image: url(../img/faq-img.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.card {
    background-color: transparent;
    border-radius: 10px !important;
    margin-bottom: 6px;
    border: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}

    .card .card-header {
        padding: 0;
        margin-bottom: 0;
        border: none;
        background: transparent;
    }

        .card .card-header:first-child {
            border-radius: 0;
        }

        .card .card-header a {
            display: block;
        }

            .card .card-header a:hover {
                background: rgba(222,8,8);
                ;
            }

            .card .card-header a h5 {
                font-size: 17px;
                overflow: hidden;
                padding: 20px;
                color: #ffffff;
                line-height: 16px;
                background: rgba(222,8,8);
                ;
            }

            .card .card-header a.collapsed h5 {
                color: #000000;
                background: transparent;
                -webkit-transition: .4s;
                transition: .4s;
            }

                .card .card-header a.collapsed h5:hover {
                    color: #ffffff;
                }

            .card .card-header a i {
                float: right;
                font-size: 16px;
            }

            .card .card-header a.collapsed .fa.fa-plus::before {
                content: "\f067";
            }

            .card .card-header a .fa.fa-plus::before {
                content: "\f068";
            }

    .card .card-body {
        line-height: 1.9;
        background: transparent;
        color: #666666;
    }

/*
==============================
Testimonials Area CSS
==============================
*/
.testimonials-area {
    padding-bottom: 50px;
}

.single-feedback {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background-image: url(../img/patt.png);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    .single-feedback .client-info {
        position: relative;
        margin-bottom: 35px;
        padding-left: 100px;
        padding-top: 15px;
    }

        .single-feedback .client-info .client-pic {
            max-width: 80px;
            position: absolute;
            left: 0;
            top: 0;
        }

            .single-feedback .client-info .client-pic img {
                border-radius: 50%;
            }

        .single-feedback .client-info .client-title h4 {
            font-size: 19px;
            font-weight: 500;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .single-feedback .client-info .client-title h5 {
            font-size: 15px;
            margin-top: 13px;
            color: #666666;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .single-feedback p {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-feedback span {
        font-size: 175px;
        position: absolute;
        bottom: 0;
        right: 0;
        color: rgba(0, 0, 0, 0.03);
        -webkit-transition: .4s;
        transition: .4s;
        line-height: 0;
    }

    .single-feedback:hover {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        background: rgba(222,8,8);
        ;
    }

        .single-feedback:hover .client-title h4, .single-feedback:hover .client-title h5 {
            color: #ffffff;
        }

        .single-feedback:hover p {
            color: #ffffff;
        }

        .single-feedback:hover span {
            color: rgba(255, 255, 255, 0.2);
        }

/*
==============================
Blog Area CSS
==============================
*/
.single-blog-item {
    position: relative;
    padding: 30px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .single-blog-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-blog-item span, .single-blog-item p, .single-blog-item h4 {
        position: relative;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .single-blog-item h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 500;
    }

        .single-blog-item h4 a:hover {
            color: rgba(222,8,8);
        }

    .single-blog-item .link-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 45px;
        height: 40px;
        line-height: 44px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
        box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
        border-radius: 50% 0 0 0;
    }

    .single-blog-item:hover::before {
        background: #000000;
        opacity: .66;
    }

    .single-blog-item:hover span, .single-blog-item:hover p, .single-blog-item:hover h4 a {
        color: #ffffff;
    }

    .single-blog-item:hover .link-btn {
        background: rgba(222,8,8);
        ;
        color: #ffffff;
    }

/*
==============================
Partner Area CSS
==============================
*/
.partner-area {
    text-align: center;
}

    .partner-area .owl-carousel .owl-item img {
        width: 140px;
    }

/*
==============================
Subscribe Area CSS
==============================
*/
.subscribe-area {
    background-image: url(../img/pattern.png);
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
}

.newsletter {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 35px;
    border-radius: 5px;
}

    .newsletter h4 {
        text-transform: capitalize;
        margin-bottom: 30px;
        font-size: 30px;
    }

    .newsletter form {
        position: relative;
    }

        .newsletter form .form-control {
            -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            border: none;
            height: 75px;
            border-radius: 50px;
            padding-left: 20px;
            font-size: 17px;
        }

        .newsletter form .btn {
            position: absolute;
            right: 7px;
            top: 8px;
            height: 60px;
            width: 175px;
        }

        .newsletter form .validation-danger {
            margin-top: 20px;
            color: red;
        }

        .newsletter form .validation-success {
            margin-top: 20px;
        }

/*
==============================
Contact Area CSS
==============================
*/
#map iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -10px;
}

.contact-info {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    background: #ffffff;
    padding: 30px;
    border-top: 3px solid rgba(222,8,8);
    ;
    border-bottom: 3px solid rgba(222,8,8);
    ;
}

    .contact-info ul li {
        position: relative;
        padding-left: 60px;
        font-size: 16px;
        margin-bottom: 34px;
        color: #151515;
    }

        .contact-info ul li:last-child {
            margin-bottom: 0;
        }

        .contact-info ul li i {
            position: absolute;
            left: 0;
            top: -11px;
            color: rgba(222,8,8);
            ;
            font-size: 19px;
            background: #f6f6f6;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            border-radius: 50%;
        }

    .contact-info .follow-us {
        text-align: right;
        margin-top: 40px;
    }

        .contact-info .follow-us li {
            padding-left: 0;
            display: inline-block;
            margin-bottom: 0;
        }

            .contact-info .follow-us li:first-child {
                font-size: 18px;
                font-weight: 400;
                margin-right: 5px;
            }

            .contact-info .follow-us li a {
                width: 35px;
                height: 35px;
                text-align: center;
                line-height: 35px;
                border: 1px solid #000000;
                border-radius: 50%;
            }

                .contact-info .follow-us li a:hover, .contact-info .follow-us li a:focus {
                    background: rgba(222,8,8);
                    ;
                    color: #ffffff;
                    border-color: rgba(222,8,8);
                    ;
                }

.contact-form {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    padding: 40px 30px;
    border-top: 3px solid rgba(222,8,8);
    ;
    border-bottom: 3px solid rgba(222,8,8);
    ;
    background: #ffffff;
}

    .contact-form h4 {
        color: rgba(222,8,8);
        ;
        margin-bottom: 25px;
        font-size: 22px;
    }

    .contact-form .list-unstyled li {
        color: red;
    }

    .contact-form .form-control {
        border-radius: 30px;
    }

    .contact-form .btn {
        margin-top: 20px;
    }

    .contact-form #message {
        height: auto;
        padding: 15px;
    }

/*
==============================
Page Title CSS
==============================
*/
.page-title {
    height: 550px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
}

    .page-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .6;
    }

    .page-title h1 {
        margin-bottom: 35px;
        margin-top: 65px;
        color: #ffffff;
        font-size: 45px;
        font-weight: 600;
    }

    .page-title ul li {
        display: inline-block;
        margin: 0 3px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
    }

        .page-title ul li.active {
            color: #cccccc;
        }

        .page-title ul li a {
            color: #ffffff;
        }

            .page-title ul li a:hover {
                color: rgba(222,8,8);
                ;
            }

    .page-title .container {
        position: relative;
        z-index: 1;
    }

.page-content {
    margin-top: 20px;
}
/*
==============================
Blog Details Area CSS
==============================
*/
.blog-details-area {
    background-image: url(../img/pattern.png);
    background-attachment: fixed;
}

    .blog-details-area .title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 27px;
    }

.blog-details {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    background: #ffffff;
}

    .blog-details .article-img {
        position: relative;
    }

        .blog-details .article-img img {
            width: 100%;
        }

        .blog-details .article-img .date {
            position: absolute;
            bottom: 15px;
            width: 100px;
            left: 15px;
            height: 100px;
            text-align: center;
            font-size: 25px;
            font-style: italic;
            background: rgba(222,8,8);
            ;
            color: #ffffff;
            border-radius: 5px;
            padding-top: 19px;
            line-height: 32px;
        }

    .blog-details .article-text {
        padding: 30px;
    }

        .blog-details .article-text ul li {
            display: inline-block;
        }

        .blog-details .article-text .category a {
            background: rgba(222,8,8);
            ;
            color: #ffffff;
            padding: 3px 15px;
            display: inline-block;
            border-radius: 3px;
            font-weight: 400;
        }

        .blog-details .article-text p {
            margin-bottom: 20px;
        }

        .blog-details .article-text .blockquote {
            margin-bottom: 25px;
            margin-top: 25px;
            background: #f4f4f4;
            padding: 30px;
            font-size: 17px;
            border-left: 4px solid rgba(222,8,8);
            ;
        }

            .blog-details .article-text .blockquote p {
                color: #000000;
            }

        .blog-details .article-text .author-share {
            margin-top: 40px;
        }

            .blog-details .article-text .author-share .social-share {
                text-align: right;
                margin-top: 28px;
            }

                .blog-details .article-text .author-share .social-share a {
                    background: rgba(222,8,8);
                    ;
                    color: #ffffff;
                    width: 35px;
                    display: inline-block;
                    height: 35px;
                    text-align: center;
                    line-height: 35px;
                    border-radius: 50%;
                }

        .blog-details .article-text .article-author {
            overflow: hidden;
        }

            .blog-details .article-text .article-author .author-img {
                float: left;
                width: 27%;
            }

                .blog-details .article-text .article-author .author-img img {
                    border-radius: 50%;
                    max-width: 100%;
                    width: auto !important;
                }

            .blog-details .article-text .article-author .author-title {
                float: left;
                width: 73%;
                padding-left: 10px;
                margin-top: 18px;
            }

                .blog-details .article-text .article-author .author-title h4 {
                    font-size: 20px;
                    margin-bottom: 6px;
                    text-transform: uppercase;
                }

                .blog-details .article-text .article-author .author-title span {
                    color: #666666;
                    font-size: 15px;
                }

.post-controls-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
}

    .post-controls-buttons div {
        display: inline-block;
    }

        .post-controls-buttons div a {
            -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
            box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
            padding: 10px 20px;
            border-radius: 5px;
            background: #ffffff;
            color: rgba(222,8,8);
            ;
            display: inline-block;
        }

            .post-controls-buttons div a:hover {
                background: rgba(222,8,8);
                ;
                color: #ffffff;
            }

    .post-controls-buttons .controls-right {
        float: right;
    }

.post-comments .single-comment {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

    .post-comments .single-comment.left-m {
        margin-left: 30px;
    }

    .post-comments .single-comment .comment-img {
        float: left;
        width: 13%;
    }

        .post-comments .single-comment .comment-img img {
            border-radius: 50%;
        }

    .post-comments .single-comment .comment-content {
        float: left;
        width: 80%;
        padding-left: 10px;
    }

        .post-comments .single-comment .comment-content h4 {
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .post-comments .single-comment .comment-content p {
            margin-bottom: 15px;
        }

        .post-comments .single-comment .comment-content a {
            position: absolute;
            right: 25px;
            bottom: 25px;
            color: rgba(222,8,8);
            ;
            text-transform: uppercase;
            font-size: 17px;
        }

.leave-a-reply {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    padding: 25px;
    background: #ffffff;
    margin-top: 50px;
}

    .leave-a-reply .btn {
        margin-top: 0px;
    }
/** Timeline
 **************************************************************** **/
.timeline {
    position: relative;
    padding-left: 100px;
}

    .timeline.timeline-inverse {
        padding-left: 0;
        padding-right: 100px;
    }

    .timeline .timeline-item {
        position: relative;
        min-height: 150px;
        display: block;
        margin-bottom: 30px;
    }

    .timeline .timeline-item-bordered {
        border-left: #ccc 1px dashed;
        padding-left: 20px;
    }

section.dark .timeline .timeline-item-bordered {
    border-left: rgba(255,255,255,0.2) 1px dashed;
}

.timeline.timeline-inverse .timeline-item-bordered {
    border-right: #ccc 1px dashed;
    border-left: 0;
    padding-right: 20px;
    padding-left: 0;
}

/* horizontal line [left|center|right] */
.timeline > .timeline-hline {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    width: 1px;
    border-left: rgba(0,0,0,0.1) 1px dashed;
    height: 100%;
}

section.dark .timeline > .timeline-hline {
    border-left-color: rgba(255,255,255,0.2);
}

.timeline.timeline-inverse > .timeline-hline {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: 0;
    border-right: rgba(0,0,0,0.1) 1px dashed;
}

section.dark .timeline.timeline-inverse > .timeline-hline {
    border-right-color: rgba(255,255,255,0.2);
}

/* timeline entry */
.timeline .timeline-entry {
    display: block;
    border: rgba(0,0,0,0.1) 3px solid;
    background-color: #fff;
    padding-top: 10px;
    top: 20px;
    z-index: 10;
    position: absolute;
    left: -102px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 26px;
    text-align: center;
    line-height: 1;
    color: #ccc;
    font-weight: bold;
    font-family: 'Lato','Open Sans',Arial,Helvetica,sans-serif;
}

    .timeline .timeline-entry > .timeline-vline {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        right: -40px;
        width: 40px;
        height: 0;
        border-top: 1px dashed #CCC;
    }

.timeline.timeline-inverse .timeline-entry {
    right: -102px;
    left: auto;
}

    .timeline.timeline-inverse .timeline-entry > .timeline-vline {
        right: auto;
        left: -40px;
    }

.timeline .timeline-entry > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

section.alternate .timeline .timeline-entry {
    background-color: #F9F9F9;
}

section.dark .timeline .timeline-entry {
    color: #666;
    background-color: #212121;
    border-color: rgba(255,255,255,0.2);
}

    section.dark .timeline .timeline-entry > .timeline-vline {
        border-top-color: rgba(255,255,255,0.2);
    }

section.dark.alternate .timeline .timeline-entry {
    background-color: #151515;
}
/** Blog
 **************************************************************** **/
.blog-post-item {
    display: block;
    margin-bottom: 80px;
    border-bottom: #eee 1px solid;
    position: relative;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 3px #000;
}

section.dark .blog-post-item {
    border-bottom: #444 1px solid;
}

h1.blog-post-title,
.blog-post-item h2 {
    letter-spacing: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

ul.blog-post-info {
    display: block;
    border-bottom: #eaeaea 1px dotted;
    padding-bottom: 20px;
}

section.dark ul.blog-post-info {
    border-bottom-color: #444;
}

ul.blog-post-info li {
    margin-right: 20px;
}

    ul.blog-post-info li > a {
        color: #888;
    }

    ul.blog-post-info li i {
        color: #888;
        margin-right: 5px;
    }

    ul.blog-post-info li a:after {
        content: ' , ';
    }

    ul.blog-post-info li a:last-child:after {
        content: '';
    }

/* blog misc */
.blog-post-item .flexslider {
    margin-bottom: 20px;
}

h1.blog-post-title {
    font-size: 24px;
    margin-bottom: 0;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

    .list-inline > li > span {
        color: #909090;
    }


/** Blog Small Image
	 ****************** **/
.blog-post-item .blog-item-small-image {
    width: 300px;
    float: left;
}

    .blog-post-item .blog-item-small-image + .blog-item-small-content {
        padding-left: 330px;
    }

.blog-post-item.blog-post-item-inverse .blog-item-small-image {
    width: 300px;
    float: right;
}

    .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content {
        padding-left: 0;
        padding-right: 330px;
    }

.blog-both-sidebar .blog-post-item .blog-item-small-image {
    width: 200px;
}

    .blog-both-sidebar .blog-post-item .blog-item-small-image + .blog-item-small-content {
        padding-left: 230px;
    }

.blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image {
    width: 200px;
    float: right;
}

    .blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content {
        padding-left: 0;
        padding-right: 230px;
    }

@media only screen and (max-width: 768px) {
    .blog-post-item .blog-item-small-image,
    .blog-post-item.blog-post-item-inverse .blog-item-small-image,
    .blog-both-sidebar .blog-post-item .blog-item-small-image,
    .blog-both-sidebar .blog-post-item .blog-item-small-image + .blog-item-small-content {
        width: 100%;
        display: block;
        float: none;
    }

        .blog-post-item .blog-item-small-image + .blog-item-small-content,
        .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content,
        .blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image,
        .blog-both-sidebar .blog-post-item.blog-post-item-inverse .blog-item-small-image + .blog-item-small-content {
            padding: 0;
        }
}



/** Isotope Blog 
	 ****************** **/
#blog.blog-isotope {
    display: block;
    margin: auto;
    width: 100%;
}

#blog.blog-isotope-3 .blog-post-item .flexslider,
#blog.blog-isotope-4 .blog-post-item .flexslider,
#blog.blog-isotope-5 .blog-post-item .flexslider,
#blog.blog-isotope-6 .blog-post-item .flexslider {
    margin-bottom: 20px;
}

/* 2 columns */
#blog.blog-isotope-2 .blog-post-item {
    margin: 0 20px 20px 0;
    float: left;
    border: 0;
}

    #blog.blog-isotope-2.blog-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 3 columns */
#blog.blog-isotope-3 .blog-post-item {
    margin: 0 15px 15px 0;
    border: 0;
}

    #blog.blog-isotope-3 .blog-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 4 columns */
#blog.blog-isotope-4 .blog-post-item {
    margin: 0;
    padding: 0 15px 60px 15px;
    border: 0;
}

    #blog.blog-isotope-4 .blog-post-item h2 {
        font-size: 17px;
        line-height: 17px;
    }

/* 5 columns */
#blog.blog-isotope-5 .blog-post-item {
    margin: 0 10px 10px 0;
    border: 0;
}

    #blog.blog-isotope-5 .blog-post-item h2 {
        font-size: 16px;
        line-height: 16px;
    }

/* 6 columns */
#blog.blog-isotope-6 .blog-post-item {
    margin: 0 6px 6px 0;
    border: 0;
}

    #blog.blog-isotope-6 .blog-post-item h2 {
        font-size: 15px;
        line-height: 15px;
    }




/** Blog Single
	 ****************** **/
.blog-single-small-media {
    width: 350px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

    .blog-single-small-media.inverse {
        float: right;
        margin-right: 0;
        margin-left: 30px;
    }

/* timeline center */
.timeline_center {
    margin: 0;
    position: relative;
    background: url('../images/timeline/timeline_top.png') no-repeat top center;
    padding-top: 9px;
}

    .timeline_center:after {
        content: "";
        width: 0px;
        height: 0px;
        border-width: 3px;
        border-style: solid;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -3px;
        display: block;
        z-index: 1;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .timeline_center li {
        padding: 0 0 25px 55%;
        position: relative;
        background: url('../images/timeline/timeline_right.png') no-repeat top center;
    }

        .timeline_center li:nth-child(even) {
            padding: 0 55% 25px 0;
            background: url('../images/timeline/timeline_left.png') no-repeat top center;
            text-align: right;
        }

        .timeline_center li h3 {
            font-size: 30px;
            line-height: 35px;
        }

            .timeline_center li h3 span {
                position: absolute;
                right: 55%;
                top: 0px;
                font-size: 13px;
            }

            .timeline_center li h3:before {
                content: "";
                width: 15px;
                height: 15px;
                border-width: 4px;
                border-style: solid;
                position: absolute;
                left: 50%;
                top: 11px;
                margin-left: -7px;
                display: block;
                z-index: 1;
                -webkit-border-radius: 100%;
                border-radius: 100%;
            }

        .timeline_center li:nth-child(even) h3 {
            text-align: right;
        }

            .timeline_center li:nth-child(even) h3 span {
                left: 55%;
                right: auto;
            }

        .timeline_center li .timeline-desc {
            position: relative;
            font-size: 15px;
            line-height: 31px;
        }

            .timeline_center li .timeline-desc:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                left: -122%;
                top: 0;
            }

            .timeline_center li .timeline-desc.timeline-desc-line {
                background: url('../images/timeline/textline.png') repeat-y;
            }

        .timeline_center li:nth-child(even) .timeline-desc:before {
            left: auto;
            right: -122%;
        }

        .timeline_center li:nth-child(even) .timeline-desc {
            text-align: right;
        }

        .timeline_center li h3:before,
        .timeline_center:after {
            border-color: #333;
        }

@media only screen and (max-width: 650px) {
    .timeline_center {
        background-position: 11px top;
    }

        .timeline_center li {
            padding: 0 0 25px 70px !important;
            background: url('../images/timeline/timeline_right.png') no-repeat !important;
            background-position: -30px top !important;
            width: auto;
        }

            .timeline_center li h3 span {
                position: relative;
                display: block;
                right: auto;
                left: auto;
                padding: 5px 0 !important;
                margin: 0;
            }

            .timeline_center li:nth-child(even) h3 span {
                position: relative;
                display: block;
                right: auto;
                left: auto;
                padding: 0;
                margin: 0;
            }

            .timeline_center li h3 {
                font-size: 24px;
                line-height: 24px;
            }

            .timeline_center li h3,
            .timeline_center li:nth-child(even) h3 {
                text-align: left;
            }

                .timeline_center li h3:before {
                    left: 13px;
                }

            .timeline_center li .timeline-desc,
            .timeline_center li:nth-child(even) .timeline-desc {
                text-align: left;
            }

                .timeline_center li .timeline-desc:before {
                    display: none;
                }

        .timeline_center:after {
            left: 13px;
        }
}

/*
==============================
Footer Area CSS
==============================
*/
.footer-area {
    padding: 50px 0;
    color: #222222;
    background: #e7e7e7;
    box-shadow: 0 0 5px 1px #000;
}

    .footer-area a {
        color: white;
    }

    .footer-area h4 {
        text-align: center;
        margin-top: 40px !important;
    }

    .footer-area ul {
        margin-left: 50px;
    }

.footer-logo {
    margin-top: 19px;
}

.footer-area h4 {
    line-height: 22px;
    margin-bottom: 30px;
}

    .footer-area h4 a {
        background: #CFCFCF;
        background: linear-gradient(to top left, #CFCFCF 26%, #CF1512 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 30px;
    }

    .footer-area h4 span {
        color: rgba(222,8,8);
        font-size: 40px;
        font-weight: 700;
        text-transform: lowercase;
    }

.footer-area ul li {
}

    .footer-area ul li a {
        padding:10px;
        width: 35px;
        height: 35px;
        border-radius:10px;
        text-align: center;
        line-height: 34px;
        color: #222222;
        font-size: 16px;
        text-decoration: underline;
        cursor:pointer;
    }

        .footer-area ul li a:hover, .footer-area ul li a:focus {
            background: rgba(222,8,8);
            color: #ffffff !important;
            border-color: rgba(222,8,8);
        }

    .footer-area ul li ul {
        margin-left: 25px;
    }

        .footer-area ul li ul li {
            line-height: 17px;
            list-style: circle;
        }

            .footer-area ul li ul li a {
                padding:2px 10px;
                border-radius: 5px;
                font-size: 14px;
                line-height: 17px;
                text-decoration: none;
            }

.footer-area p {
    line-height: 1;
    color: #222222;
    font-size: 13px;
}

.footer-card {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}


    .footer-card img {
        width: 70px;
        float: left;
        margin-right: 13px;
    }

.footer-card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
}

.footer-card-content a {
    color: rgba(222,8,8);
    padding-top: 10px;
    font-size: 14px;
}

    .footer-card-content a:hover {
        color: #fff;
    }

.footer-contact {
    margin-top: 60px;
    margin-bottom: 20px;
}

    .footer-contact:hover {
        color: red;
    }

.alt-footer {
    text-align: center;
    margin-bottom: -30px;
    opacity: 0.6;
    border-top: 1px solid rgb(255, 255, 255,0.3);
    padding: 20px 0;
}

.footer-area .mb-20 {
    margin-bottom: 20px;
}
/*
==============================
Go Top CSS
==============================
*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 20px;
    font-size: 25px;
    color: #ffffff;
    background-color: #000000;
    z-index: 1;
    display: none;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 39px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
}

    .go-top:hover {
        color: #ffffff;
        background: rgba(222,8,8);
    }
/*# sourceMappingURL=style.css.map */

.avia_video {
    position: absolute;
}

.avia_img {
    position: absolute;
    width: 100%;
    height: 500px;
}

.avia_img_index {
    position: absolute;
    width: 100%;
}

.slick-slide img {
    max-width: fit-content;
    width: auto;
}

.send-box {
    display: flex;
    margin-right: 30px;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}

.footer-sendertext {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px;
}

.send-icon {
    padding: 17px;
    border: none;
    color: red;
}

/* ABOUT */

.body-content h4 {
    font-size: 30px;
    color: rgba(222,8,8);
}

.iletisim-form input {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid grey;
    font-weight: 400;
}

.iletisim-form textarea {
    width: 100%;
    margin-top: 10px;
    height: 270px;
    resize: none;
    padding: 10px;
}

.iletisim-btn {
    background-color: rgba(222,8,8);
    border-radius: 0;
    color: white;
    width: 150px;
}

    .iletisim-btn:hover {
        border: 1px solid rgba(222,8,8);
    }




.dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 99;
}

    .dropdown li {
        margin-top: 5px;
        padding: 10px;
        transition: 0.5s;
        border-bottom: 1px solid transparent;
    }

        .dropdown li:hover {
            background-color: rgba(90, 88, 88, 0.129);
            border-bottom: 1px solid rgb(143, 141, 141);
            padding: 10px;
            transition: 0.5s;
            color: rgb(134, 1, 1);
        }

.dropdown-lang {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 99;
}

    .dropdown-lang li {
        margin-top: 5px;
    }

        .dropdown-lang li:hover {
            background-color: rgba(128, 128, 128, 0.319);
        }

.nav-item:hover .dropdown {
    display: block;
}

.nav-item:hover .dropdown-lang {
    display: block;
}

.dropdown img {
    width: 20px;
}

.dropdown-lang img {
    width: 20px;
}

.nav-link img {
    width: 30px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.tab-right-menu {
    box-shadow: 10px 10px 90px 10px rgba(0, 0, 0, 0.3);
    padding: 0px 0px;
    background: transparent;
}

    .tab-right-menu li {
        margin-top: 10px;
        background-color: #222222e2;
        color: white;
        padding: 10px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        overflow: hidden;
    }

        .tab-right-menu li:hover {
            background-color: #2c2c2c5d;
            color: rgb(0, 0, 0);
            transition: 0.5s;
        }

.active {
    background-color: #2c2c2c5d !important;
    color: rgb(0, 0, 0) !important;
}

.tab-right-menu li::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-50em, 7.5em);
}

.tab-right-menu li:hover::after, .tab-right-menu li:focus::after {
    animation: sheen 1s forwards;
}

.tab-right-menu li a {
    color: #FFF;
}

    .tab-right-menu li a:hover, .tab-right-menu li a:focus {
        color: rgba(222,8,8);
        text-decoration: none;
    }

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -10em);
    }

    0% {
        transform: rotateZ(180deg) translate(2em, 15em);
    }

    50% {
        transform: rotateZ(90deg) translate(2em, 15em);
    }
}

.card {
    margin-top: 10px;
    transition: .5s;
    margin-left: 10px;
    -webkit-box-shadow: -1px 6px 85px -37px rgba(0,0,0,0.45);
    -moz-box-shadow: -1px 6px 85px -37px rgba(0,0,0,0.45);
    box-shadow: -1px 6px 85px -37px rgba(0,0,0,0.45);
    padding: 10px;
    margin-bottom: 30px;
}


.m-card-content {
    margin-top: 20px;
}

.m-card-content2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-card-content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    border-bottom: none;
}

.m-card-content p {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.m-card-content a {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid red;
}

.card:hover {
    margin-top: 0px;
    transition: .5s;
}


/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.s-container {
    position: relative;
    margin-bottom: 50px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }



/* Container for image text */


.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 19.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

.product-details-content {
    margin-top: 50px;
}

    .product-details-content .get-offer {
        background-color: rgba(222,8,8);
        padding: 10px 40px;
        margin-top: 40px;
        border: 1px solid red;
        transition: .5s;
        margin-bottom: 60px;
        text-align: center;
    }


        .product-details-content .get-offer:hover {
            background-color: transparent;
            border: 1px solid red;
            transition: .5s;
        }

        .product-details-content .get-offer a {
            display: block;
            width: 100%;
            color: white;
            font-size: 15px;
        }

            .product-details-content .get-offer a:hover {
                color: rgb(0, 0, 0);
            }

.prd-tittle {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-map {
    background-color: #222222;
    margin-top: -52px;
    padding: 10px;
    margin-bottom: 60px;
    color: rgb(255, 255, 255);
}

    .banner-map a {
        color: rgb(255, 255, 255);
    }

        .banner-map a:hover {
            color: red;
        }

.product-video {
    width: 100%;
}

.product-file {
    width: 100%;
    text-align: right;
}

    .product-file img {
        width: 100px;
    }
/* CARD */
.card img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .6s ease-in-out;
    width: 100%;
}

    .card img:hover {
        transition: transform 1s;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

.card a:hover + .card-content {
    transition: opacity 1s,bottom 1s;
    bottom: -30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}



.s-card {
    width: 100%;
    transition: transform 1s;
}


.s-card-content {
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: #292556d8;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    -webkit-transition: .5s ease-in-out;
    transition: .6s ease-in-out;
}

.s-card img {
    opacity: .6;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .6s ease-in-out;
    width: 100%;
    height: auto;
}

    .s-card img:hover {
        transition: transform 1s;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

.s-card a:hover + .s-card-content {
    transition: opacity 1s,bottom 1s;
    bottom: -30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}

.title {
    color: red;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 20px;
}
