/*-----------------------------------------------------------
* Template Name    : Morioka | Responsive Bootstrap 4 Personal Template
* Author           : KritThemes
* Version          : 1.0.0
* Created          : Feb 2020
* File Description : Main css file of the template
*------------------------------------------------------------
*/


/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.ABOUT 
    6.SERVICES
    7.CLIENT
    8.WORK
    9.BlOG
    10.CONTACT
    11.FOOTER
    12.RESPONSIVE
************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,600,700');

/*======================
        1.BASIC
========================*/

body {
    font-family: Calibri, 'Montserrat Alternates', sans-serif;
    overflow-x: hidden;
    color: #17375e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Calibri,'Montserrat Alternates', sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #FFCB00;
}

::selection {
    background: rgba(191, 191, 191, 0.3);
}

::-moz-selection {
    background: rgba(191, 191, 191, 0.3);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #17375E;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    .spinner,
    .spinner:after {
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.back_top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 0;
    color: #ffffff;
    background: #FFCB00;
    z-index: 1;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 10px 0 0 10px;
    line-height: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0px 20px 0px #FFCB00 !important;
}

    .back_top i {
        color: #fff;
        line-height: 45px;
        font-size: 35px;
        display: block;
    }



/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #fff;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.clippath_none {
    clip-path: none !important;
}

.section-subtitle {
    max-width: 500px;
}

.bar {
    height: 5px;
    width: 100px;
    margin: 15px auto 15px;
    background: #FFCB008a;
    position: relative;
    border-radius: 5px;
}

    .bar::before {
        content: '';
        position: absolute;
        left: 0;
        top: -3px;
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #FFCB00;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: rounded-circ;
        animation-name: rounded-circ;
    }

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

.btn {
    padding: 15px 28px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-primary {
    background: #FFCB00;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border: none;
    border-left: 5px solid #040404;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #17375E;
        border-color: #FFCB00;
        color: #FFCB00;
    }

.btn-outline-custom {
    border: 2px solid #ffffff;
    color: #ffffff;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

    .btn-outline-custom:hover,
    .btn-outline-custom:focus,
    .btn-outline-custom:active,
    .btn-outline-custom.active,
    .btn-outline-custom.focus,
    .btn-outline-custom:active,
    .btn-outline-custom:focus,
    .btn-outline-custom:hover,
    .open > .dropdown-toggle.btn-outline-custom {
        background: #ffffff;
        border-color: #ffffff !important;
        color: #020202 !important;
    }

.btn-custom {
    background-color: #314755;
    border: 2px solid #314755;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active,
    .btn-custom.active,
    .btn-custom.focus,
    .btn-custom:active,
    .btn-custom:focus,
    .btn-custom:hover,
    .open > .dropdown-toggle.btn-custom {
        background-color: #dc8a8b;
        border-color: #dc8a8b;
        color: #fff;
    }

.btn-white {
    background: white;
    color: #314755;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 12px 36px;
    font-size: 15px;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250s all ease-in-out;
    border: none;
    border-left: 5px solid #17375E;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active,
    .btn-white.active,
    .btn-white.focus,
    .btn-white:active,
    .btn-white:focus,
    .btn-white:hover,
    .open > .dropdown-toggle.btn-white {
        background-color: #17375E;
        border-color: #fff;
        color: white;
    }

.btn-outline-black {
    border: 2px solid #17375E;
    color: #17375E;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
}

    .btn-outline-black:hover,
    .btn-outline-black:focus,
    .btn-outline-black:active,
    .btn-outline-black.active,
    .btn-outline-black.focus,
    .btn-outline-black:active,
    .btn-outline-black:focus,
    .btn-outline-black:hover,
    .open > .dropdown-toggle.btn-outline-black {
        background: #17375E;
        border-color: #17375E !important;
        color: #fff !important;
    }

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.69);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*==========================
        3.NAVBAR CUSTOM
============================*/

.custom-nav {
    background-color: transparent;
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

    .custom-nav .navbar-nav li a {
        color: #fff !important;
        font-size: 15px;
        background-color: transparent !important;
        margin: 0 7px;
        letter-spacing: 0.05rem;
        line-height: 24px;
        transition: all 0.5s;
        font-weight: 500;
    }

    .custom-nav .navbar-brand .logo-light,
    .custom-nav .navbar-brand .logo-dark {
        height: 60px;
    }

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
}

.custom-nav .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
}

.custom-nav.stickyadd {
    background-color: #fff !important;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.050980392156862744);
    padding: 15px 0px;
}

    .custom-nav.stickyadd .navbar-nav li a {
        color: #17375E !important;
    }


/*===========================
        4.HOME
=============================*/

.header-bg-img {
    background-image: url(../images/banner.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.header-content {
    max-width: 800px;
}

.header-table-center {
    display: table-cell;
    vertical-align: middle;
}

.header-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header-name {
    font-size: 54px;
}

.header-desc {
    max-width: 500px;
    line-height: 1.8rem;
    color: rgba(255, 255, 255, 0.75) !important;
}

.wave_mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

.img_1 {
    z-index: 15;
    opacity: 0.5;
}

.img_2 {
    z-index: 10;
    opacity: 0.75;
}

.img_3 {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waves_img {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wave_1 {
    background-size: 50% 100px;
}

.wave_animation .wave_1 {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave_2 {
    background-size: 50% 120px;
}

.wave_animation .wave_2 {
    animation: move_wave 10s linear infinite;
}

.wave_3 {
    background-size: 50% 100px;
}

.wave_animation .wave_3 {
    animation: move_wave 15s linear infinite;
}


@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

    .scroll_down i {
        position: relative;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        height: 44px;
        width: 28px;
        line-height: 54px;
        border-radius: 30px;
        border: 2px solid #ffffff;
        display: inline-block;
        color: #fff;
        font-size: 10px;
    }

        .scroll_down i:after {
            content: "";
            position: absolute;
            top: 22px;
            left: 11px;
            border-radius: 2px;
            z-index: -1;
            bottom: 0px;
            transition: all .2s;
            height: 10px;
            width: 3px;
            background: #fff;
        }

/*HOME 4*/
.curv-img {
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}

    .curv-img svg {
        display: block;
    }

/*HOME 7*/

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    position: relative;
}

/* ------- Demo 9 wave animation --------- */




/*===========================
        5.ABOUT
=============================*/

.about-desc {
    position: relative;
    margin-bottom: 40px;
}

    .about-desc .inner-desc {
        position: relative;
    }

    .about-desc .text {
        position: relative;
        color: #777777;
        font-size: 15px;
        line-height: 2rem;
        margin-bottom: 15px;
    }

    .about-desc .email {
        position: relative;
        color: #252525;
        font-weight: 700;
        margin-bottom: 50px;
        margin-top: 40px;
    }


.about-img {
    position: relative;
    margin-bottom: 50px;
}

    .about-img .inner-img {
        position: sticky;
        padding: 40px 40px 0px 0px;
    }

        .about-img .inner-img:after {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            left: 40px;
            bottom: 40px;
            z-index: -1;
            border: 2px solid #030303;
        }

        .about-img .inner-img .image {
            position: relative;
        }

            .about-img .inner-img .image:before {
                position: absolute;
                content: '';
                left: -50px;
                bottom: -50px;
                width: 299px;
                height: 299px;
            }

            .about-img .inner-img .image img {
                position: relative;
                width: 100%;
                display: block;
            }

.sec-title {
    position: relative;
    padding-bottom: 5px;
}

.about_content {
    max-width: 480px;
}

.section-title .bar2 {
    height: 5px;
    width: 100px;
    margin: 15px 0px 15px 0px;
    background: #ff7eb36b;
    position: relative;
    border-radius: 5px;
}

    .section-title .bar2::before {
        content: '';
        position: absolute;
        left: 0;
        top: -2.7px;
        height: 10px;
        width: 10px;
        border-radius: 5px;
        background: #ff7eb3;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: rounded-circ;
        animation-name: rounded-circ;
    }

@-webkit-keyframes rounded-circ {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}

@keyframes rounded-circ {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}

.about-titel h4 a {
    color: #FFCB00;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

    .about-titel h4 a:hover span {
        background: #FFCB00;
        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }

    .about-titel h4 a span {
        display: block;
        position: relative;
        padding: 0 3px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .about-titel h4 a span:after {
            content: attr(data-title);
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 3px;
            color: #fff;
            background: #FFCB00;
            -webkit-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        }

.about-social li a {
    color: #17375E;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    line-height: 38px;
    transition: all 0.5s;
    text-align: center;
}


/*===========================
        6.SERVICES
=============================*/

.box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 292px;
    transform-style: preserve-3d;
    perspective: 2000px;
    transition: 0.5s;
    cursor: pointer;
}

    .box:hover {
        transform: translate(-50%, -50%) rotateY(-22deg) skewy(0deg);
    }

    .box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        width: 100%;
        height: 100%;
        border-top: 20px solid #FFCB00;
        border-left: 20px solid #FFCB00;
        box-sizing: border-box;
    }

    .box:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        width: 100%;
        height: 100%;
        border-bottom: 20px solid #FFCB00;
        border-right: 20px solid #FFCB00;
        box-sizing: border-box;
    }

    .box .text {
        position: absolute;
        top: 30px;
        left: 0px;
        background: #fff;
        width: calc(100% + 0px);
        height: calc(100% - 60px);
        /*transition: 0.5s;*/
    }

    .box:hover .text {
        transform: rotateY(30deg) skewy(0deg);
    }

.right-align {
    text-align: right;
    color: black;
}

    .right-align:before {
        content: "";
        border-top: 4px solid #FFF;
        width: 10%;
        height: 3px;
        display: block;
        margin-top: 2rem;
    }

.text div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    padding: 24px;
}

    .text div h5 {
        margin-top: : 24px 0 24px;
        padding: 0;
        text-align: center;
    }

    .text div p {
        color: #fff;
    }

.mbri {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    color: #FFCB00;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
}

    .mbri.mbri1 {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }


/*===========================
        7.CLIENT
=============================*/

.testi_boxes {
    max-width: 750px;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    padding: 30px 40px 40px 40px;
    border-radius: 10px;
    margin: 20px 20px 15px 20px;
}

}

.client_review {
    font-size: 16px;
}

.client_name {
    font-size: 16px;
}

.testi_boxes .tam_testi_icon {
    font-size: 25px;
    color: #ffc107;
}

.carousel-indicators .active {
    background-color: #FFCB00;
}

.carousel-indicators li {
    background-color: #FFCB00;
}

.carousel-indicators {
    bottom: -50px;
}

.testi_boxes p a {
    color: #FFCB00;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

    .testi_boxes p a:hover span {
        background: #FFCB00;
        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }

    .testi_boxes p a span {
        display: block;
        position: relative;
        padding: 0 3px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        letter-spacing: 2px;
    }

        .testi_boxes p a span:after {
            content: attr(data-title);
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 3px;
            color: #fff;
            background: #FFCB00;
            -webkit-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        }

.mdi-chevron-left {
    color: #FFCB00;
    font-size: 30px;
}


/*===========================
        8.WORK
=============================*/

/*===========================
    Portfolio
=============================*/
.work_menu li a {
    cursor: pointer;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(228, 228, 228);
    padding: 6px 16px;
    transition: all 0.5s;
    margin-top: 5px;
}

.work_menu a.active, .work_menu a:hover {
    border: 1px solid transparent;
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_box {
    overflow: hidden;
    position: relative;
}

    .work_box .work_img {
        position: relative;
        overflow: hidden;
    }

        .work_box .work_img:after {
            content: " ";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 0px;
            transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        }

        .work_box .work_img > img {
            transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
            border-radius: 0;
        }

    .work_box .work_detail {
        opacity: 0;
        color: #ffffff;
        width: 100%;
        padding: 30px;
        text-align: left;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        overflow: hidden;
        transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

        .work_box .work_detail h4 {
            font-size: 18px;
            text-transform: none;
        }

        .work_box .work_detail p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 12px;
            text-transform: uppercase;
        }

    .work_box:hover .work_detail {
        bottom: 0;
        transform: translate(0, 0);
        opacity: 1;
    }

    .work_box:hover .work_img:after {
        background: rgba(0, 0, 0, 0.8);
    }

    .work_box:hover .work_img > img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

.blog_box_area {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.05);
}

    .blog_box_area .img_blog img {
        border-radius: .25rem .25rem 0 0 !important;
    }

.blog_color {
    background-color: #2e3135;
}

.date_blog {
    font-size: 15px;
}

    .date_blog a {
        color: #a0a0ac;
        font-weight: 600;
        margin-right: 8px;
    }

        .date_blog a i {
            margin-right: 2px;
        }

.content_blog {
    text-align: center;
    padding: 1.5rem;
}

    .content_blog h5 {
        font-weight: 500 !important;
    }

    .content_blog p i {
        font-size: 15px;
        font-weight: 500;
    }

    .content_blog a.more_btn {
        background: #ff214f;
        color: #ffffff !important;
        border: 2px solid #ff214f;
        border-radius: 4px;
        letter-spacing: 0.03em;
        font-weight: 700;
        font-size: 14px;
        padding: 5px 15px;
        display: inline-block;
        transition: all 0.5s;
        box-shadow: 0 3px 20px rgba(255, 255, 255, 0.15)
    }

        .content_blog a.more_btn:hover {
            border: 2px solid rgba(255, 255, 255, 0.15);
            background: transparent;
            color: #b9b9b9 !important;
        }



/*========================*/
BLOG
/*=======================*/
.blog_cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
}

.blog_card-1 .blog_card_img, .blog_card-1 .blog_card_img-hover {
    background-image: url(../images/blog/blog1.jpg);
}

.blog_card-2 .blog_card_img, .blog_card-2 .blog_card_img-hover {
    background-image: url(../images/blog/blog2.jpg);
}

.blog_card-2 .blog_card_img, .blog_card-3 .blog_card_img-hover {
    background-image: url(../images/blog/blog3.jpg);
}

.blog_card_like {
    width: 18px;
}

.blog_card_clock {
    width: 15px;
    vertical-align: middle;
    fill: #FFCB00;
}

.blog_card_time {
    font-size: 12px;
    color: #FFCB00;
    vertical-align: middle;
    margin-left: 5px;
}

.blog_card_clock-info {
    float: right;
}

.blog_card_img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog_card_info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.blog_card_img-hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}

.blog_card {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: auto;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}

    .blog_card:hover {
        box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    }

.blog_card_info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}

.blog_card_category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.blog_card_title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.blog_card_by {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

    .blog_card_by a:hover {
        color: #FFCB00;
    }

.blog_card_author {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #FFCB00;
}

.blog_card:hover .blog_card_img-hover {
    height: 100%;
    opacity: 0.3;
}

.blog_card:hover .blog_card_info {
    background-color: transparent;
    position: relative;
}

.blog_card:hover .blog_card_info-hover {
    opacity: 1;
}

.blog_card_info p a {
    color: #FFCB00;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}

    .blog_card_info p a:hover span {
        background: #FFCB00;
        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }

    .blog_card_info p a span {
        display: block;
        position: relative;
        padding: 0 3px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .blog_card_info p a span:after {
            content: attr(data-title);
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 3px;
            color: #fff;
            background: #FFCB00;
            -webkit-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        }

.about-social li a {
    color: #17375E;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    line-height: 38px;
    transition: all 0.5s;
    text-align: center;
}

/*=========================
        10.CONTACT
===========================*/

.contact-bg {
    background: #fff;
}

.contact_bg_pad {
    padding: 80px 0;
}

.contact_img_bg {
    background: url(../images/bg-contact.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.contact_bg_pad {
    padding: 80px 0;
}

.contact_info p {
    color: #fff !important;
}

.contact_detail {
    max-width: 350px;
}

.contact_content {
    max-width: 430px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #314755 !important;
    outline: 0;
    box-shadow: none;
}

.form-control:hover, .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}


/*======================
        11.FOOTER
========================*/

.footer {
    padding: 20px 0px;
    background-color: #242424 !important;
}

    .footer .footer-alt p {
        font-size: 16px;
    }

    .footer .footer-alt p {
        text-align: center;
    }

        .footer .footer-alt p a {
            color: #FFCB00;
            display: inline-block;
            text-decoration: none;
            overflow: hidden;
            vertical-align: top;
            -webkit-perspective: 600px;
            -moz-perspective: 600px;
            -ms-perspective: 600px;
            perspective: 600px;
            -webkit-perspective-origin: 50% 50%;
            -moz-perspective-origin: 50% 50%;
            -ms-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
        }

    .footer .footer-alt a:hover span {
        background: #FFCB00;
        -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
        transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    }

    .footer .footer-alt span {
        display: block;
        position: relative;
        padding: 0 3px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .footer .footer-alt span:after {
            content: attr(data-title);
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            padding: 0 3px;
            color: #fff;
            background: #FFCB00;
            -webkit-transform-origin: 50% 0%;
            -moz-transform-origin: 50% 0%;
            -ms-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
            -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
            transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
        }


/*===========================
        12.RESPONSIVE
=============================*/

@media (min-width: 200px) and (max-width: 768px) {
    .custom-nav {
        background-color: #fff !important;
        padding: 10px 0px !important;
    }

        .custom-nav .container {
            width: 85%;
        }

        .custom-nav .navbar-toggler {
            color: #17375E;
            font-size: 32px;
            border: none;
        }

        .custom-nav .logo .logo-dark {
            display: inline-block;
        }

        .custom-nav .navbar-nav li a {
            color: rgba(0, 0, 0, 0.6) !important;
        }

        .custom-nav .logo .logo-light {
            display: none;
        }

    .h-100vh {
        height: auto;
        padding: 120px 0 140px;
    }

    .header-bg-img {
        clip-path: none;
        padding: 120px 0 140px;
    }

    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        line-height: 15px;
    }

    .header-name {
        font-size: 38px;
    }

    .clip-home {
        clip-path: none;
    }

    .blog_card:hover {
        box-shadow: 0px 15px 18px -8px rgba(0, 0, 0,0.1) !important;
    }
}

@media (max-width: 2560px) {
    .home-bg .curv-img {
        bottom: -5px;
    }
}

#color-switcher div h3 {
    font-size: 16px;
    margin: 8px 3px 12px
}

#color-switcher {
    background: none repeat scroll 0 0 #26282b;
    box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.25);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px;
    color: white;
}

    #color-switcher div {
        padding: 5px 10px
    }

    #color-switcher .bottom {
        background: none repeat scroll 0 0 #fff;
        color: #252525;
        padding: 0
    }

        #color-switcher .bottom a.settings {
            background: none repeat scroll 0 0 #2b2424;
            box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .08);
            display: block;
            height: 41px;
            position: absolute;
            right: -40px;
            top: 0;
            width: 40px;
            padding: 3px
        }

        #color-switcher .bottom a {
            text-decoration: none
        }

            #color-switcher .bottom a.settings i {
                margin-left: 5px;
                color: #fff;
                font-size: 24px;
                position: absolute
            }

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0
}

    ul.pattern li {
        float: left;
        margin: 2px
    }

        ul.pattern li a {
            cursor: pointer;
            display: block;
            height: 35px;
            width: 35px;
            border-radius: 0px 16px 0;
            margin: 5px
        }

    ul.pattern .color1 {
        background: #FFCB00;
    }

    ul.pattern .color2 {
        background: #2196f3;
    }

    ul.pattern .color3 {
        background: #31b164;
    }

    ul.pattern .color4 {
        background: #9575cd;
    }

    ul.pattern .color5 {
        background: #87ceeb;
    }

    ul.pattern .color6 {
        background: #e65f78;
    }

@media only screen and (max-width:479px) {
    #color-switcher {
        display: none
    }
}
