/*-----------------------------------------------------------------------------------

 Theme Name: Wavo
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #24d5b4
 main Font    : Poppins , Roboto

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

	01 Basics
	02 Helper Classes
	03 Preloader
	04 Buttons
	05 Cursor
	06 progress wrap
	07 Text Animation & Images
    08 Menu & Navbar
	09 Slider
	10 About
	11 Work
	12 Process
	13 Testimonials
	14 Agency
    15 min-area
    16 Brands
	17 Team
	18 Blog
	19 Contact
	20 call-action
    21 Fotter
    22 Dark-Theme
	23 Responsive


---------------------------------------------------------------- */
/* ====================== [ 01 Start Basics ] ====================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html,
body {
    color: #000;
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
}



.main-content {
    background: #fff;
    position: relative;
    margin-top: 100vh;
    z-index: 3;
}

p {
    font-family: "Roboto", sans-serif;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    color: #000;
    /*text-align: justify;*/
}

.text-justify{
    
    text-align: justify !important;
    /*    display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}


.text-justify span {
    display: inline;
}

.swiper-container.approach.swiper-content.swiper-container-initialized.swiper-container-horizontal a {
    cursor: auto;
}



img {
    width: 100%;
    height: auto;
}

.block.list.search-results a {
    margin-bottom: 14px;
}

.block.list.search-results p {
    line-height: 1.3;
    margin-top: 0px;
}



span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

/* ====================== [ End Basics ] ====================== */
/* ====================== [ 02 Start Helper Classes ] ====================== */
.section-padding {
    padding: 120px 0;
}

.intro p a {
    color: #0a2266;
    text-decoration: underline;
}


.nav-scroll.topnav a.dark-logo {
    filter: brightness(0) invert(1);
}


.ubuntu {
    font-family: "Ubuntu", sans-serif;
    font-family: 'Cairo', sans-serif;
}

.nmb-font {
    font-family: "Roboto Mono", monospace;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.input-search path {
    fill: #16237b;
}

section.about.one.section-padding {
    background: #fafafa;
}

.sub-title {
    color: #212529;
    font-family: "Ubuntu", sans-serif;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}

    .sub-title:after {
        content: "";
        width: 60px;
        height: 1px;
        background: #212529;
        position: absolute;
        left: 0;
        bottom: 45%;
    }

.extra-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 1.4;
}

.extra-text {
    font-size: 20px;
    color: #1e1e1e;
}

.kmore {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 70px;
    position: relative;
    color: #092266;
}

    .kmore:after {
        content: "";
        width: 60px;
        height: 1px;
        background: #092266;
        position: absolute;
        left: 0;
        bottom: 45%;
    }

.section-head {
    margin-bottom: 80px;
}

    .section-head h6 {
        font-size: 13px;
        font-family: "Ubuntu", sans-serif;
        font-family: 'Cairo', sans-serif;
        font-weight: 500;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #212529;
        margin-bottom: 10px;
    }

    .section-head h3 {
        font-weight: 700;
        line-height: 1.5;
    }

.bg-gray {
    background: #fafafa;
}

.bg-pattern {
    position: relative;
    background-size: 20% !important;
    z-index: 2;
}

    .bg-pattern:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
        opacity: 0.8;
        z-index: -1;
    }

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.no-cover {
    background-repeat: repeat;
    background-size: auto;
}

.bg-fixed {
    background-attachment: fixed;
}

.on-top {
    position: relative;
    z-index: 7;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ====================== [ End Helper Classes ] ====================== */
/* ====================== [ 03 Start Preloader ] ====================== */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .pace .pace-progress {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 400px;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #092266;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }






.blog .item .content .more {
    display: none;
}



#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

    #preloader:after,
    #preloader:before {
        content: "";
        position: fixed;
        left: 0;
        height: 50vh;
        width: 100%;
        background: #f1f1f1;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after,
        #preloader.isdone:before {
            height: 0;
            -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

.loading-text {
    font-family: "Ubuntu", sans-serif;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #092266;
}

    .loading-text.isdone {
        top: 40%;
        opacity: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        color: #092266;
    }

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ 04 Start Button Style ] ====================== */
.btn-curve {
    background: transparent;
    padding: 14px 35px;
    border: 1px solid #1e1e1e;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.hm-about .btn-curve {
    padding: 14px 11px;
    text-align: center;
}

    .btn-curve:hover:after {
        bottom: -10px;
        border-radius: 0;
    }

    .btn-curve:hover span {
        color: #fff;
    }

    .btn-curve:hover {
        border: 1px solid #092266;
    }

    .btn-curve:after {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: 100%;
        background: #092266;
        border-radius: 0 0 100% 100%/0 0 100% 100%;
        -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
        -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
        transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    }

    .btn-curve span {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

    .btn-curve.btn-lit {
        border-color: #0a2266;
        color: #0a2266;
    }

        .btn-curve.btn-lit:hover span {
            color: #fff;
        }

        .btn-curve.btn-lit:after {
            background: #0a2266;
        }

    .btn-curve.btn-blc {
        background: #1e1e1e;
    }

        .btn-curve.btn-blc:after {
            background: #fff;
        }

        .btn-curve.btn-blc span {
            color: #fff;
        }

        .btn-curve.btn-blc:hover span {
            color: #1e1e1e;
        }

    .btn-curve.btn-lg {
        padding: 14px 40px;
    }

        .btn-curve.btn-lg span {
            font-size: 14px;
        }

    .btn-curve.btn-wit {
        background: #fff;
        border-color: #fff;
    }

        .btn-curve.btn-wit:after {
            background: #090909;
        }

        .btn-curve.btn-wit span {
            color: #1e1e1e;
        }

        .btn-curve.btn-wit:hover span {
            color: #fff;
        }

    .btn-curve.btn-radius {
        border-radius: 30px;
    }



p.card-body {
    text-align: justify;
}
/* ====================== [ End Button Style ] ====================== */
/* ====================== [ 05 Start Cursor Style ] ====================== */
.cursor {
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 0;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
    z-index: 9999999999;
    opacity: 0.8;
    /* clip-path: polygon(43% 0%, 0% 79%, 85% 76%); */
    clip-path: polygon(0 0, 2% 100%, 100% 0);
}

.cursor2 {
    display: none;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ 06 Start progress-wrap ] ====================== */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .progress-wrap::after {
        font-family: 'Cairo', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 2;
        margin: 0;
    }

img {
    width: 100%;
    height: auto;
}


.topnav .nav-scroll a.dark-logo img {
    filter: brightness(0) invert(1);
}


span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    
}

/* ====================== [ End Basics ] ====================== */
/* ====================== [ 02 Start Helper Classes ] ====================== */
.section-padding {
    padding: 120px 0;
    
}

.ubuntu {
    font-family: "Ubuntu", sans-serif;
    font-family: 'Cairo', sans-serif;
}

.nmb-font {
    font-family: "Roboto Mono", monospace;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.sub-title {
    color: #000;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}


h6.sub-title:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #29376b;
    position: absolute;
    left: 0;
    bottom: 45%;
}


section.five.about .item img {
    width: 60%;
}





    .sub-title:after {
        content: "";
        width: 60px;
        height: 1px;
        background: #29376b;
        position: absolute;
        left: 0;
        bottom: 45%;
    }

.extra-title {
    font-weight: 800;
    font-size: 60px;
    line-height: 1.4;
    color: #000;
}

.extra-text {
    font-size: 20px;
    color: #1e1e1e;
}

.kmore {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 70px;
    position: relative;
    color: #092266;
}

    .kmore:after {
        content: "";
        width: 60px;
        height: 1px;
        background: #092266;
        position: absolute;
        left: 0;
        bottom: 45%;
    }

.section-head {
    margin-bottom: 80px;
}

    .section-head h6 {
        font-size: 13px;
        font-family: "Ubuntu", sans-serif;
        font-family: 'Cairo', sans-serif;
        font-weight: 500;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 10px;
    }

    .section-head h3 {
        font-weight: 700;
        line-height: 1.5;
        color: #000;
    }

.bg-gray {
    background: #fafafa;
}

.bg-pattern {
    position: relative;
    background-size: 20% !important;
    z-index: 2;
}

    .bg-pattern:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fafafa;
        opacity: 0;
        z-index: -1;
    }

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100% !important;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.no-cover {
    background-repeat: repeat;
    background-size: auto;
}

.bg-fixed {
    background-attachment: fixed;
}

.on-top {
    position: relative;
    z-index: 7;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
        align-content: center;
}

/* ====================== [ End Helper Classes ] ====================== */
/* ====================== [ 03 Start Preloader ] ====================== */
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .pace .pace-progress {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 400px;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #092266;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

    #preloader:after,
    #preloader:before {
        content: "";
        position: fixed;
        left: 0;
        height: 50vh;
        width: 100%;
        background: #f1f1f1;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after,
        #preloader.isdone:before {
            height: 0;
            -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

.loading-text {
    font-family: "Ubuntu", sans-serif;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #092266;
}

    .loading-text.isdone {
        top: 40%;
        opacity: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        color: #092266;
    }

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ 04 Start Button Style ] ====================== */
.btn-curve {
    background: transparent;
    padding: 14px 35px;
    border: 1px solid #29376b;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #29376b;
}




h6.sub-title.wow.animated.words.chars.splitting:after {
    content: "";
    width: 60px;
    height: 1px;
    background: #29376b;
    position: absolute;
    left: 0;
    bottom: 45%;
}


    .btn-curve:hover:after {
        bottom: -10px;
        border-radius: 0;
    }

    .btn-curve:hover span {
        color: #fff;
    }

    .btn-curve:hover {
        border: 1px solid #092266;
    }

    .btn-curve:after {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: 100%;
        background: #092266;
        border-radius: 0 0 100% 100%/0 0 100% 100%;
        -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
        -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
        transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    }

  

    .btn-curve.btn-lit {
        border-color: #0a2266;
        color: #0a2266;
    }

        .btn-curve.btn-lit:hover span {
            color: #fff;
        }

        .btn-curve.btn-lit:after {
            background: #0a2266;
        }

    .btn-curve.btn-blc {
        background: #092266;
    }

        .btn-curve.btn-blc:after {
            background: #fff;
        }

        .btn-curve.btn-blc span {
            color: #fff;
        }

        .btn-curve.btn-blc:hover span {
            color: #1e1e1e;
        }

    .btn-curve.btn-lg {
        padding: 14px 40px;
    }

        .btn-curve.btn-lg span {
            font-size: 14px;
        }

    .btn-curve.btn-wit {
        background: #fff;
        border-color: #fff;
    }

        .btn-curve.btn-wit:after {
            background: #090909;
        }

        .btn-curve.btn-wit span {
            color: #1e1e1e;
        }

        .btn-curve.btn-wit:hover span {
            color: #fff;
        }

    .btn-curve.btn-radius {
        border-radius: 30px;
    }

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ 05 Start Cursor Style ] ====================== */
.cursor {
    width: 25px;
    height: 25px;
    background-color: #ccc;
    border-radius: 0;
    position: absolute;
    top: -5px;
    left: -5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    pointer-events: none;
    z-index: 9999999999;
    opacity: 0;
    /* clip-path: polygon(43% 0%, 0% 79%, 85% 76%); */
    clip-path: polygon(0 0, 2% 100%, 100% 0);
}

.cursor2 {
    display: none;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ 06 Start progress-wrap ] ====================== */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        content: "\f077";
        text-align: center;
        line-height: 44px;
        font-size: 13px;
        font-weight: 900;
        color: #6c6d6d;
        left: 0;
        top: 0;
        height: 44px;
        width: 44px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #6c6d6d;
        stroke-width: 4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
}

    .progress-wrap::after {
        color: #6c6d6d;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #284198;
    }

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ 07 Start Text Animation & Images ] ====================== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 4px;
}


footer.footer.fixed section.call-action.section-padding.bg-gray {
    padding: 120px 0;
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.imgio {
    position: relative;
}

    .imgio .cimgio {
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0;
        right: 0;
        background: #fff;
        visibility: visible !important;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .imgio .animated {
        height: 0;
    }

.cimgio[data-delay="100"] {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.cimgio[data-delay="200"] {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cimgio[data-delay="300"] {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.cimgio[data-delay="400"] {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cimgio[data-delay="500"] {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.cimgio[data-delay="600"] {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.cimgio[data-delay="700"] {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.cimgio[data-delay="800"] {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.cimgio[data-delay="900"] {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.cimgio[data-delay="1s"] {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ 08 Start Menu & Navbar ] ====================== */
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

    .topnav .container,
    .topnav .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .topnav .container-fluid {
        padding: 0 50px;
    }

    .topnav .logo {
        width: 180px;
    }

.light-logo img {
    filter: brightness(0) invert(1);
}

.topnav .links {
    margin-left: auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 340px){
	.topnav .links {
    margin-left: 9px;
    
    }
}

.topnav .menu-icon {
    cursor: pointer;
}

    .topnav .menu-icon:hover .text .char {
        -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(30ms * var(--char-index));
        animation-delay: calc(30ms * var(--char-index));
    }

    .topnav .menu-icon .text {
        font-size: 13px;
        font-weight: 500;
        padding-left: 15px;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

        .topnav .menu-icon .text:after {
            content: "close";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding-left: 15px;
            opacity: 0;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }

        .topnav .menu-icon .text .word {
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.6s;
            -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

        .topnav .menu-icon .text.open {
            color: #16237b;
        }

            .topnav .menu-icon .text.open .word {
                opacity: 0;
                -webkit-transition-delay: 0.4s;
                -o-transition-delay: 0.4s;
                transition-delay: 0.4s;
            }

            .topnav .menu-icon .text.open:after {
                opacity: 1;
                -webkit-transition-delay: 0.6s;
                -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
            }

    .topnav .menu-icon .icon {
        display: table-cell;
        
    }

        .topnav .menu-icon .icon i {
            display: block;
            width: 20px;
            height: 3px;
            background: #fff;
            margin: 4px 0;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.6s;
            -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

    .topnav .menu-icon.open .icon i {
        background: #16237b;
    }

.topnav.dark .menu-icon {
    color: #000;
}

    .topnav.dark .menu-icon .icon i {
        background: #16237b;
    }

.topnav.dark.navlit .menu-icon {
    color: #fff;
}

    .topnav.dark.navlit .menu-icon .icon i {
        background: #fff;
    }

.nav-scroll {
    background: #273239;
    background: #0b4099;
}

    .nav-scroll.topnav,
    .nav-scroll.topnav .menu-icon .text.open {
        color: #fff !important;
    }

.hamenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    height: 100vh;
    background: #ebebeb;
    padding: 130px 30px 30px;
    overflow-y: scroll;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    overflow: auto;
}

    .hamenu .container {
        position: relative;
        z-index: 999;
    }

    .hamenu.open .menu-links .main-menu > li .link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .hamenu.open .cont-info:after {
        height: 100vh;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .hamenu.open .cont-info .item {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }

    .hamenu .menu-links {
        color: #092266;
        margin-top: 30px;
    }

        .hamenu .menu-links .o-hidden {
            display: inline-block;
        }

        .hamenu .menu-links .main-menu {
            position: relative;
            z-index: 2;
        }

            .hamenu .menu-links .main-menu.gosub > li {
                opacity: 0;
                visibility: hidden;
                -webkit-transition-delay: 0.2s !important;
                -o-transition-delay: 0.2s !important;
                transition-delay: 0.2s !important;
            }

                .hamenu .menu-links .main-menu.gosub > li .link {
                    -webkit-transform: translateY(45px) !important;
                    -ms-transform: translateY(45px) !important;
                    transform: translateY(45px) !important;
                    opacity: 0 !important;
                    visibility: hidden !important;
                    -webkit-transition-delay: 0.2s !important;
                    -o-transition-delay: 0.2s !important;
                    transition-delay: 0.2s !important;
                }

            .hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
                z-index: 3 !important;
                opacity: 1 !important;
                visibility: visible !important;
            }

                            .hamenu .menu-links .main-menu.gosub .sub-menu.sub-open  ul svg{
                                /*transform: rotate(180deg);*/
                            }
            
            .hamenu .menu-links .main-menu > li {
                font-size: 30px;
                font-weight: 600;
                padding: 10px;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
                opacity: 1;
                visibility: visible;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .hamenu .menu-links .main-menu > li span.nm {
                    opacity: 0.8;
                    font-size: 11px;
                    margin-right: 10px;
                    display: none;
                }

                .hamenu .menu-links .main-menu > li .link {
                    -webkit-transform: translateY(45px);
                    -ms-transform: translateY(45px);
                    transform: translateY(45px);
                    -webkit-transition: all 0.7s;
                    -o-transition: all 0.7s;
                    transition: all 0.7s;
                    cursor: pointer;
                }

                    .hamenu .menu-links .main-menu > li .link i {
                        font-size: 15px;
                        margin-left: 5px;
                    }

            .hamenu .menu-links .main-menu .sub-menu {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
                z-index: -1;
                -webkit-transition-delay: 0.2s;
                -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
            }

                .hamenu .menu-links .main-menu .sub-menu.sub-open {
                    z-index: 3;
                }

                    .hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
                        -webkit-transform: translateY(0px);
                        -ms-transform: translateY(0px);
                        transform: translateY(0px);
                        -webkit-transition-delay: 1s;
                        -o-transition-delay: 1s;
                        transition-delay: 1s;
                    }

                .hamenu .menu-links .main-menu .sub-menu li {
                    color: #092266;
                    font-size: 20px;
                    font-weight: 400;
                    letter-spacing: 1px;
                    padding: 8px 10px;
                    width: -webkit-max-content;
                    width: -moz-max-content;
                    width: max-content;
                }

                    .hamenu .menu-links .main-menu .sub-menu li:hover {
                        color: #0b4099;
                    }

                    .hamenu .menu-links .main-menu .sub-menu li .sub-link {
                        -webkit-transform: translateY(45px);
                        -ms-transform: translateY(45px);
                        transform: translateY(45px);
                        -webkit-transition: all 0.7s;
                        -o-transition: all 0.7s;
                        transition: all 0.7s;
                    }

                        .hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
                            color: #092266;
                            font-size: 20px;
                            font-weight: 600;
                            cursor: pointer;
                        }

                            .hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
                                margin-left: 10px;
                            }

                        .hamenu .menu-links .main-menu .sub-menu li .sub-link em {
                            font-size: 13px;
                            font-weight: 300;
                            margin-left: 10px;
                        }

    .hamenu .cont-info {
        color: #092266;
        margin-top: 50px;
        position: relative;
    }

        .hamenu .cont-info:after {
            content: "";
            width: 1px;
            height: 0;
            background: rgba(255, 255, 255, 0.1);
            position: absolute;
            left: -40px;
            top: -170px;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
        }

        .hamenu .cont-info .item {
            margin-bottom: 30px;
            -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            transform: translateY(-30px);
            opacity: 0;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
        }

            .hamenu .cont-info .item:last-of-type {
                margin-bottom: 0;
            }

            .hamenu .cont-info .item h6 {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

/* ====================== [ End Menu & Navbar ] ====================== */
/* ====================== [ 09 Start Slider ] ====================== */
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.slider .parallax-slider {
    position: relative;
}

    .slider .parallax-slider .swiper-slide {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 100vh;
        padding-bottom: 50px;
    }

        .slider .parallax-slider .swiper-slide .bg-img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
        }

.swiper-slide video {
    margin-left: calc((100vw - (100vh * 1.7)) / 2);
    margin-right: calc((100vw - (100vh * 1.7)) / 2);
    min-height: 100vh;
    min-width: 100vw;
    position: absolute;
}

@media (min-aspect-ratio: 16/9) {
    .swiper-slide video {
        margin-left: 0;
    }
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

    .slider .parallax-slider .swiper-slide-active .caption h1 .char {
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(60ms * var(--char-index));
        animation-delay: calc(60ms * var(--char-index));
    }

.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption .dis {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.slider .parallax-slider .swiper-slide-active .caption .dis {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.slider .parallax-slider .swiper-slide-active .caption.clasc .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption.clasc p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.slider .parallax-slider .caption h1 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -o-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

    .slider .parallax-slider .caption h1 .stroke {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        color: transparent;
    }

        .slider .parallax-slider .caption h1 .stroke span {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #fff;
            color: transparent;
        }

.slider .parallax-slider .caption .dis {
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    padding-left: 80px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    .slider .parallax-slider .caption .dis:after {
        content: "";
        width: 60px;
        height: 1px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .slider .parallax-slider .caption .dis:hover .char {
        -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(30ms * var(--char-index));
        animation-delay: calc(30ms * var(--char-index));
    }

.slider .parallax-slider .caption.clasc h1 {
    font-size: 55px;
    font-weight: 600;
}

.slider .parallax-slider .caption.clasc p {
    color: #eee;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.slider .parallax-slider .caption.clasc .btn-curve {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.slider .parallax-slider .social {
    position: absolute;
    left: 50px;
    bottom: 40px;
    z-index: 6;
}

    .slider .parallax-slider .social.active a {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .slider .parallax-slider .social .icon {
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
    }

    .slider .parallax-slider .social a {
        color: #fff;
        /*font-size: 11px;*/
        font-size:15px;
        margin-right: 7px;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
        /*visibility: hidden;*/
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    section.five.gray.about.section-padding .row {
    flex-wrap: nowrap;
}

 @media only screen and (max-width: 900px){
     
     	  .hamenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ebebeb;
    padding: 130px 30px 30px;
    overflow-y: scroll;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    overflow: auto;
}

section.five.about.section-padding .items {

    margin-bottom: 35px;
}

section.five.gray.about.section-padding .row {
    flex-wrap: wrap;
}
     
 }
  @media only screen and (max-width: 768px){
	  .slider .parallax-slider .social a{
	      font-size: 11px;
	  }
	  

}

.center-slider {
    text-align: center;
}

    .center-slider .parallax-slider .caption h1 {
        font-size: 85px;
        font-weight: 800;
        letter-spacing: 4px;
    }

.slide-full .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}

    .slide-full .swiper-slide .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
    }

.slide-full .capt {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
}

    .slide-full .capt h1 {
        font-size: 5vw;
        font-weight: 600;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s, visibility 0.5s;
        -o-transition: opacity 0.5s, visibility 0.5s;
        transition: opacity 0.5s, visibility 0.5s;
    }

        .slide-full .capt h1 .stroke {
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #fff;
            color: transparent;
        }

            .slide-full .capt h1 .stroke span {
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #fff;
                color: transparent;
            }

    .slide-full .capt .dis {
        margin-top: 30px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 4px;
        text-transform: uppercase;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
        position: relative;
        padding-left: 80px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

        .slide-full .capt .dis:after {
            content: "";
            width: 60px;
            height: 1px;
            background: #eee;
            position: absolute;
            left: 0;
            top: 50%;
        }

        .slide-full .capt .dis:hover .char {
            -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
            -webkit-animation-delay: calc(30ms * var(--char-index));
            animation-delay: calc(30ms * var(--char-index));
        }

.slide-full .social {
    position: absolute;
    left: 50px;
    bottom: 20px;
    z-index: 6;
}

    .slide-full .social.active a {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .slide-full .social .icon {
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
    }

    .slide-full .social a {
        color: #fff;
        font-size: 11px;
        margin-right: 7px;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.slide-full .swiper-slide-active .capt h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

    .slide-full .swiper-slide-active .capt h1 .char {
        -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(60ms * var(--char-index));
        animation-delay: calc(60ms * var(--char-index));
    }

.slide-full .swiper-slide-active .capt h1,
.slide-full .swiper-slide-active .capt .dis {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.slide-full .swiper-slide-active .capt .dis {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.page-header {
background: #ffffff;
    color: #0a2266;
}

    .page-header .cont {
        padding: 220px 0 120px;
    }

        .page-header .cont h4 {
            line-height: 1.6;
        }

            .page-header .cont h4 .stroke {
                font-weight: 900;
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: rgb(10 34 102);
                color: transparent;
            }

    .page-header .img-wrapper {
        position: relative;
        /*min-height: 70vh;*/
    }

        .page-header .img-wrapper .title {
            position: absolute;
            top: 0;
            right: 0px;
           /*width: 100%; */
    text-align: right;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    transform: translate(-24%, -55%);
            z-index: 3;
        }

            .page-header .img-wrapper .title h3 {
                font-size: 100px;
                font-weight: 900;
                -webkit-text-stroke-width: 2px;
                -webkit-text-stroke-color: #0a2266;
                color: transparent;
            }

        .page-header .img-wrapper .map {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .page-header.proj-det .img-wrapper {
        min-height: 80vh;
    }

    .page-header.blg .cont {
        padding: 220px 0;
    }

        .page-header.blg .cont h2 {
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .page-header.blg .cont .info a {
            margin: 0 10px;
            font-size: 13px;
            font-family: "Roboto Mono", monospace;
            font-family: 'Cairo', sans-serif;
            color: #aaa;
        }

.slide-controls .swiper-pagination-fraction {
    position: absolute;
    right: 50px;
    left: auto;
    bottom: 20px;
    top: auto;
    width: auto;
    z-index: 10;
    color: #29376b;
}

    .slide-controls .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 20px;
        position: relative;
    }

        .slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
            content: "/";
            position: relative;
            margin: 0 10px;
            font-size: 12px;
        }

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 95px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 50px;
    /* border-radius: 50%; */
    border-radius: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
    transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

    .slide-controls .swiper-button-next:after,
    .slide-controls .swiper-button-prev:after {
        display: none;
    }

    .slide-controls .swiper-button-next:hover,
    .slide-controls .swiper-button-prev:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .slide-controls .swiper-button-next i,
    .slide-controls .swiper-button-prev i {
        position: absolute;
        top: 16px;
        left: 22px;
        -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        display: none;
    }

        .slide-controls .swiper-button-next i:after,
        .slide-controls .swiper-button-prev i:after {
            content: "";
            width: 45px;
            height: 1px;
            position: absolute;
            background: rgba(255, 255, 255, 0.5);
            -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
            -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
            transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        }

    .slide-controls .swiper-button-next:hover {
        right: 45px;
    }

        .slide-controls .swiper-button-next:hover i {
            left: 30px;
        }

            .slide-controls .swiper-button-next:hover i:after {
                width: 20px;
            }

    .slide-controls .swiper-button-next i:after {
        top: 6px;
        right: 5px;
    }

.slide-controls .swiper-button-prev {
    right: auto;
    left: 50px;
    background: rgb(255 255 255 / 60%);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    border: none;
}

.slide-controls .swiper-button-next {
    clip-path: polygon(100% 49%, 0 0, 0 100%, 100% 50%, 0 50%, 0 49%);
    background: rgb(255 255 255 / 60%);
    border: none;
}

.slide-controls .swiper-button-prev:hover {
    left: 45px;
}

    .slide-controls .swiper-button-prev:hover i {
        left: 10px;
    }

        .slide-controls .swiper-button-prev:hover i:after {
            width: 20px;
        }

.slide-controls .swiper-button-prev i {
    left: 18px;
}

    .slide-controls .swiper-button-prev i:after {
        top: 6px;
        left: 5px;
    }

/* ====================== [ End Slider ] ====================== */
/* ====================== [ 10 Start About Section ] ====================== */
.about .items {
    padding: 60px 40px;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

    .about .items .icon {
        font-size: 70px;
        margin-bottom: 30px;
    }

        .about .items .icon svg {
            width: 1em;
            height: 1em;
        }

        .about .items .icon img {
            max-height: 130px;
            width: auto;
        }

    .about .items h5 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .about .items .more-stroke {
        margin-top: 30px;
    }

        .about .items .more-stroke span {
            width: 0;
            height: 2px;
            background: #092266;
            position: relative;
        }

            .about .items .more-stroke span:after,
            .about .items .more-stroke span:before {
                content: "";
                width: 0;
                height: 2px;
                background: #092266;
                position: absolute;
                right: -1px;
            }

            .about .items .more-stroke span:after {
                -webkit-transform: rotate(40deg);
                -ms-transform: rotate(40deg);
                transform: rotate(40deg);
                top: -4px;
            }

            .about .items .more-stroke span:before {
                -webkit-transform: rotate(-40deg);
                -ms-transform: rotate(-40deg);
                transform: rotate(-40deg);
                top: 4px;
            }

    .about .items.active {
        background: #f9f9f9;
        -webkit-transition: border 0.4s, background 0.2s;
        -o-transition: border 0.4s, background 0.2s;
        transition: border 0.4s, background 0.2s;
    }

        .about .items.active .more-stroke span {
            width: 30px;
            -webkit-transition: width 0.3s;
            -o-transition: width 0.3s;
            transition: width 0.3s;
        }

            .about .items.active .more-stroke span:after,
            .about .items.active .more-stroke span:before {
                width: 12px;
                -webkit-transition: width 0.3s;
                -o-transition: width 0.3s;
                transition: width 0.3s;
                -webkit-transition-delay: 0.3s;
                -o-transition-delay: 0.3s;
                transition-delay: 0.3s;
            }

    .about .items:hover .more-stroke span {
        width: 30px;
    }

        .about .items:hover .more-stroke span:after,
        .about .items:hover .more-stroke span:before {
            width: 12px;
        }

.about.blc {
    background-color: #f5f5f5;
    color: #fff;
}

    .about.blc:before {
        background-image: url(../Images/giphynoise.png);
        background-repeat: repeat;
        background-size: 40%;
        opacity: 0.015;
    }

    .about.blc .extra-text {
        color: #ddd;
    }

    .about.blc .sub-title {
        color: #0a2266;
    }

        .about.blc .sub-title:after {
            background: #0a2266;
        }

    .about.blc .section-head h6 {
        color: #ccc;
    }

    .about.blc .items {
        border: 1px solid transparent;
    }

    .about.blc .items .icon {
        font-size: 60px;
        color: #0a2266;
    }
    
    
    [data-overlay-dark] h5 {
    color: #0a2266;
}

[data-overlay-dark] h2 {
    color: #0a2266;
}

.col-lg-3.col-md-6.items.active .icon {
    color: #fff;
}

.col-lg-3.col-md-6.items.active h5 {
    color: #fff;
}



        .about.blc .items.active {
            background: #0a2266;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .about.blc .items .more-stroke span,
        .about.blc .items .more-stroke span:before,
        .about.blc .items .more-stroke span:after {
            background: #fff;
        }

.intro-section .item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ====================== [ End About Section ] ====================== */
/* ====================== [ 11 Start Work ] ====================== */
.work-carousel.gray .swiper-slide:hover .img {
    -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

    .work-carousel.gray .swiper-slide:hover .img .bg-img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .work-carousel.gray .swiper-slide:hover .img:after {
        opacity: 1 !important;
    }

.work-carousel.gray .swiper-slide:hover .content .cont h6,
.work-carousel.gray .swiper-slide:hover .content .cont h4 {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.work-carousel.gray .swiper-slide-active .img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .work-carousel.gray .swiper-slide-active .img:after {
        opacity: 0 !important;
    }

.work-carousel.gray .swiper-slide-active .content .cont h6 {
    -webkit-transform: translateY(-20px) !important;
    -ms-transform: translateY(-20px) !important;
    transform: translateY(-20px) !important;
}

.work-carousel.gray .swiper-slide-active .content .cont h4 {
    -webkit-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    transform: translateY(20px) !important;
}

.work-carousel.gray .swiper-slide-active .content .cont h6,
.work-carousel.gray .swiper-slide-active .content .cont h4 {
    opacity: 0 !important;
    visibility: hidden !important;
}

.work-carousel.gray .content .img {
    width: 100%;
    height: 500px;
}

    .work-carousel.gray .content .img .bg-img {
        width: 100%;
        height: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

.work-carousel.gray .content .cont h6 {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.work-carousel.gray .content .cont h4 {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.work-carousel .swiper-slide {
    padding: 0px 10px 50px;
}

    .work-carousel .swiper-slide .img {
        border-radius: 3px;
        overflow: hidden;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }

.work-carousel .swiper-slide-active .img {
    -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

    .work-carousel .swiper-slide-active .img:after {
        opacity: 1 !important;
    }

.work-carousel .swiper-slide-active .cont h6,
.work-carousel .swiper-slide-active .cont h4 {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.work-carousel .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0;
    top: auto;
    right: auto;
    left: calc(50% - 120px);
    width: 240px;
    height: 2px;
    border-radius: 10px;
    background: #eee;
}

    .work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        border-radius: 10px;
        /* background: #1e1e1e; */
        background: #092266;
    }

.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
    color: #000;
    width: 50px;
    height: 95px;
    border-radius: 0;
    border: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 40%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    clip-path: polygon(0 100%, 0 0, 100% 50%);
    clip-path: polygon(100% 49%, 0 0, 0 100%, 100% 50%, 0 50%, 0 49%);
}

.swiper-button-prev.swiper-nav-ctrl.prev-ctrl {
    clip-path: polygon(0 49%, 100% 49%, 100% 50%, 0 50%, 100% 100%, 100% 0%);
}

.swiper-button-next,
.swiper-button-prev i {
    font-size: 21px;
    /* opacity: 0; */
}


.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
    display: none;
}

.work-carousel:hover .swiper-button-next,
.work-carousel:hover .swiper-button-prev {
    opacity: 1;
}

.work-carousel .content {
    position: relative;
}

    .work-carousel .content .img {
        position: relative;
        line-height: 0;
        /*height:317px;*/
    }

        .work-carousel .content .img:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));*/
            /*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);*/
            /*background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);*/
            /*background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);*/
            opacity: 0;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .work-carousel .content .cont {
        position: absolute;
        bottom: 40px;
        left: 40px;
        color: #fff;
    }

        .work-carousel .content .cont h6 {
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-top: 10px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
            color: #fff;
        }

        .work-carousel .content .cont h4 {
            font-weight: 700;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
            margin-bottom: 8px;
        }

.work-carousel.mcolumn .swiper-slide {
    padding: 0px;
}

    .work-carousel.mcolumn .swiper-slide .img {
        border-radius: 0;
    }

.work-carousel.mcolumn .swiper-slide-active .img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .work-carousel.mcolumn .swiper-slide-active .img:after {
        opacity: 1 !important;
    }

.portfolio .filtering {
    text-align: center;
    margin-bottom: 20px;
}

    .portfolio .filtering span {
        font-weight: 500;
        margin: 0 20px;
        cursor: pointer;
        position: relative;
    }

        .portfolio .filtering span.active {
            color: #24d5b4;
        }

        .portfolio .filtering span:after {
            content: "";
            width: 7px;
            height: 7px;
            background: #eee;
            border-radius: 50%;
            position: absolute;
            right: -24px;
            top: 40%;
        }

        .portfolio .filtering span:last-of-type:after {
            display: none;
        }

.portfolio .gallery .items {
    margin-top: 40px;
    padding: 0 20px;
}

    .portfolio .gallery .items .item-img {
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

        .portfolio .gallery .items .item-img > a {
            display: block;
        }

        .portfolio .gallery .items .item-img:hover img {
            -webkit-filter: blur(2px);
            filter: blur(2px);
        }

        .portfolio .gallery .items .item-img:hover .item-img-overlay {
            opacity: 1;
            visibility: visible;
        }

        .portfolio .gallery .items .item-img:hover .overlay-info {
            opacity: 1;
        }

            .portfolio .gallery .items .item-img:hover .overlay-info .char {
                -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
                animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
                -webkit-animation-delay: calc(20ms * var(--char-index));
                animation-delay: calc(20ms * var(--char-index));
            }

        .portfolio .gallery .items .item-img img {
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    .portfolio .gallery .items .item-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(38, 38, 40, 0.5);
        text-align: center;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
    }

    .portfolio .gallery .items .overlay-info {
        opacity: 0;
    }

        .portfolio .gallery .items .overlay-info h5 {
            color: #fff;
            font-size: 22px;
            font-weight: 600;
            text-transform: lowercase;
        }

.portfolio.gutter .filtering {
    margin-bottom: 0;
}

.portfolio.gutter .gallery .items {
    margin-top: 80px;
    padding: 0 40px;
}

    .portfolio.gutter .gallery .items .item-img {
        border-radius: 0;
    }

    .portfolio.gutter .gallery .items .overlay-info h5 {
        font-size: 28px;
    }

.slider-portfolio .swiper-slide {
    min-height: 100vh;
}

    .slider-portfolio .swiper-slide .bg-img {
        height: 75vh;
        margin-top: 20vh;
        background-size: cover;
        background-position: center center;
    }

    .slider-portfolio .swiper-slide .caption {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3;
    }

        .slider-portfolio .swiper-slide .caption h1 {
            font-size: 60px;
            font-weight: 700;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 0.5s, visibility 0.5s;
            -o-transition: opacity 0.5s, visibility 0.5s;
            transition: opacity 0.5s, visibility 0.5s;
        }

            .slider-portfolio .swiper-slide .caption h1 .stroke {
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #fff;
                color: transparent;
            }

        .slider-portfolio .swiper-slide .caption .dis {
            margin-top: 30px;
            color: #fff;
            font-size: 12px;
            letter-spacing: 4px;
            text-transform: uppercase;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
            position: relative;
            padding-left: 80px;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
        }

            .slider-portfolio .swiper-slide .caption .dis:after {
                content: "";
                width: 60px;
                height: 1px;
                background: #eee;
                position: absolute;
                left: 0;
                top: 50%;
            }

    .slider-portfolio .swiper-slide.swiper-slide-active .caption h1 {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

        .slider-portfolio .swiper-slide.swiper-slide-active .caption h1 .char {
            -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
            -webkit-animation-delay: calc(60ms * var(--char-index));
            animation-delay: calc(60ms * var(--char-index));
        }

    .slider-portfolio .swiper-slide.swiper-slide-active .caption h1,
    .slider-portfolio .swiper-slide.swiper-slide-active .caption .dis {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .slider-portfolio .swiper-slide.swiper-slide-active .caption .dis {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

/* ====================== [ End Work ] ====================== */
/* ====================== [ 12 Start Process Section ] ====================== */
.process .section-head {
    margin-bottom: 20px;
}

.process .bg-box {
    position: relative;
}

.process .background {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 80px;
    background-size: cover;
    background-position: center center;
}

    .process .background .vid {
        position: absolute;
        left: 25%;
        top: calc(50% - 50px);
        text-align: center;
        z-index: 8;
    }

        .process .background .vid .vid-butn {
            width: 100%;
        }

            .process .background .vid .vid-butn:hover .icon {
                color: #fff;
            }

                .process .background .vid .vid-butn:hover .icon:before {
                    -webkit-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                }

            .process .background .vid .vid-butn .icon {
                color: #212529;
                width: 100px;
                height: 100px;
                border: 1px solid rgba(255, 255, 255, 0.2);
                border-radius: 50%;
                line-height: 100px;
                text-align: center;
                font-size: 17px;
                position: relative;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .process .background .vid .vid-butn .icon:after {
                    content: "";
                    position: absolute;
                    top: 5px;
                    bottom: 5px;
                    right: 5px;
                    left: 5px;
                    border: 1px solid #eee;
                    border-radius: 50%;
                    z-index: -1;
                }

                .process .background .vid .vid-butn .icon:before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    bottom: 5px;
                    right: 5px;
                    left: 5px;
                    background: #fff;
                    border-radius: 50%;
                    z-index: -1;
                    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                }

.process .content {
    padding: 80px 40px;
    background: #000;
    color: #fff;
}

    .process .content h4 {
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 50px;
    }

    .process .content ul {
        margin: 0;
    }

        .process .content ul li {
            margin-bottom: 30px;
        }

            .process .content ul li span {
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #fff;
                color: transparent;
                font-size: 60px;
                display: table-cell;
                width: 100px;
                line-height: 1;
            }

            .process .content ul li .cont {
                display: table-cell;
                vertical-align: middle;
            }

                .process .content ul li .cont h5 {
                    font-size: 17px;
                    margin-bottom: 10px;
                }

                .process .content ul li .cont p {
                    font-size: 14px;
                    font-weight: 300;
                    color: #eee;
                    opacity: 0.7;
                }

            .process .content ul li:last-of-type {
                margin-bottom: 0;
            }

.video-wrapper {
    min-height: 500px;
}

    .video-wrapper .vid {
        position: relative;
        z-index: 8;
    }

        .video-wrapper .vid .vid-butn:hover .icon {
            color: #fff;
        }

            .video-wrapper .vid .vid-butn:hover .icon:before {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        .video-wrapper .vid .vid-butn .icon {
            color: #212529;
            width: 100px;
            height: 100px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            line-height: 100px;
            text-align: center;
            font-size: 17px;
            position: relative;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .video-wrapper .vid .vid-butn .icon:after {
                content: "";
                position: absolute;
                top: 5px;
                bottom: 5px;
                right: 5px;
                left: 5px;
                border: 1px solid #eee;
                border-radius: 50%;
                z-index: -1;
            }

            .video-wrapper .vid .vid-butn .icon:before {
                content: "";
                position: absolute;
                top: 5px;
                bottom: 5px;
                right: 5px;
                left: 5px;
                background: #fff;
                border-radius: 50%;
                z-index: -1;
                -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                transition: all 0.5s cubic-bezier(1, 0, 0, 1);
            }

/* ====================== [ End Process Section ] ====================== */
/* ====================== [ 13 Start Testimonials ] ====================== */
.testimonials {
    position: relative;
    z-index: 3;
}

    /*.testimonials:after {
        content: "";
        width: 58.333333%;
        position: absolute;
        top: -80px;
        bottom: 0;
        left: 0;
        background: #fafafa;
        z-index: -1;
    }*/

    .testimonials.no-bg {
        padding-top: 0px;
        z-index: -1;
    }

        .testimonials.no-bg:after {
            display: none;
        }

        .testimonials.no-bg .text-bg {
            position: relative;
            left: -10%;
            top: -40px;
            margin-bottom: 60px;
            font-size: 11vw;
            font-weight: 900;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #555;
            color: transparent;
            line-height: 1;
            opacity: 0.2;
            z-index: -1;
        }

    .testimonials .title h5 {
        color: #ccc;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .testimonials .quote-text {
        position: relative;
    }

        .testimonials .quote-text .quote-icon {
            position: absolute;
            right: 100px;
            bottom: -30px;
            width: 70px;
        }

    .testimonials p {
        font-size: 22px;
        font-weight: 300;
        line-height: 2;
        color: #18171b;
    }

    .testimonials .info {
        text-align: center;
    }

    .testimonials .author {
        width: 90px;
        height: 90px;
        margin: auto;
        border-radius: 50%;
        overflow: hidden;
    }

    .testimonials h6 {
        font-weight: 700;
        letter-spacing: 2px;
        padding-top: 15px;
    }

        .testimonials h6 span {
            display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: #0a2266;
    margin-top: 0;
        }

    .testimonials .navs span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #212529;
        font-size: 18px;
        position: absolute;
        top: 50%;
        cursor: pointer;
    }

        .testimonials .navs span:hover {
            background: #212529;
            color: #fff;
        }

    .testimonials .navs .next {
        right: 30px;
    }

    .testimonials .navs .prev {
        left: 30px;
    }

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ 14 Start Agency Section ] ====================== */
.agency .content h4 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
}

.agency .content ul {
    margin: 0;
    padding:0;
    padding-inline-start: 0 !important;
       
}

    .agency .content ul li {
        margin-top: 13px;
        /* padding-left: 25px; */
        position: relative;
        list-style:none !important;
         white-space: pre-wrap !important;
         color: #a7a9ac;
    }

        .agency .content ul li:after {
            /* content: ""; */
            width: 10px;
            height: 10px;
            border: 1px solid #999;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 2px;
        }

.agency .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

    .agency .img .imgone {
        width: 55%;
        position: relative;
        bottom: -80px;
        margin-bottom: 80px;
        border-radius: 4px;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .agency .img .imgtwo {
        width: 55%;
        position: absolute;
        right: 0;
        border-radius: 4px;
        border: 5px solid #fff;
        -webkit-box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
        box-shadow: -15px 10px 30px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        z-index: 2;
    }

    .agency .img .icon {
        width: 100px;
        height: 100px;
        line-height: 135px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        bottom: 20%;
        left: 40%;
        z-index: 3;
    }

        .agency .img .icon:after {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            z-index: -1;
        }

        .agency .img .icon svg {
            fill: #24d5b4;
            width: 90px;
        }

    .agency .img .exp {
        position: absolute;
        right: 0;
        bottom: 0px;
    }

        .agency .img .exp h6 {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
            position: relative;
        }

            /*.agency .img .exp h6:after {*/
            /*    content: "";*/
            /*    width: 30px;*/
            /*    height: 1px;*/
            /*    background: #24d5b4;*/
            /*    position: absolute;*/
            /*    left: -40px;*/
            /*    top: 45%;*/
            /*}*/

        .agency .img .exp h2 {
            font-size: 70px;
            font-weight: 700;
        }

.agency .imgsec {
    padding-right: 30px;
}

    .agency .imgsec .imgone {
        position: relative;
        top: -20px;
    }

    .agency .imgsec .imgtwo {
        position: relative;
        bottom: -20px;
    }

    .agency .imgsec .exp {
        padding-left: 40px;
    }

        .agency .imgsec .exp h6 {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
            position: relative;
        }

            .agency .imgsec .exp h6:after {
                content: "";
                width: 30px;
                height: 1px;
                background: #24d5b4;
                position: absolute;
                left: -40px;
                top: 45%;
            }

        .agency .imgsec .exp h2 {
            font-size: 70px;
            font-weight: 700;
        }

.about-us .img {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ====================== [ End Agency Section ] ====================== */
/* ====================== [ 15 Start min-area ] ====================== */
.min-area .img {
    padding: 120px 0 120px 80px;
    position: relative;
    z-index: 3;
}

    .min-area .img:after {
        content: "";
        position: absolute;
        top: 0;
        right: 120px;
        bottom: 0;
        left: -300px;
        background: transparent;
        z-index: -1;
    }

.min-area .content {
    padding-left: 40px;
}

    .min-area .content h4 {
        font-weight: 700;
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .min-area .content ul {
        margin: 0;
    }

        .min-area .content ul li {
            margin-top: 25px;
            padding-left: 25px;
            position: relative;
        }

            .min-area .content ul li:after {
                content: "";
                width: 10px;
                height: 10px;
                border: 1px solid #999;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 2px;
            }

        .min-area .content ul.feat li {
            padding: 0 0 6px 0;
            /*border-bottom: 1px solid #eee;*/
            margin-top: 10px;
        }

            .min-area .content ul.feat li:last-of-type {
                padding: 0;
                border: 0;
            }

            .min-area .content ul.feat li:after {
                display: none;
            }

            .min-area .content ul.feat li h6 {
                margin-bottom: 5px;
                font-size: 15px;
            }

                .min-area .content ul.feat li h6 .num-spn {
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    font-size: 13px;
                    border: 1px solid #ddd;
                    border-radius: 50%;
                    margin-right: 10px;
                }

            .min-area .content ul.feat li p {
                /*padding-left: 45px;*/
            }

/* ====================== [ End min-area ] ====================== */
/* ====================== [ 15 Start Brands Section ] ====================== */
.clients .brands {
    padding: 100px 10px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

    .clients .brands:last-of-type {
        border-right: 0;
    }

    .clients .brands:hover .img {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    .clients .brands:hover .link {
        opacity: 1 !important;
        -webkit-transition: all 0;
        -o-transition: all 0;
        transition: all 0;
    }

    .clients .brands:hover .char {
        -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
        -webkit-animation-delay: calc(20ms * var(--char-index));
        animation-delay: calc(20ms * var(--char-index));
    }

    .clients .brands .item {
        position: relative;
        text-align: center;
    }

        .clients .brands .item .link {
            font-size: 16px;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            opacity: 0;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .clients .brands .img {
        max-width: 85px;
        margin: auto;
        position: relative;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

.clients .bord {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* ====================== [ End Brands Section ] ====================== */
/* ====================== [ 17 Start Team ] ====================== */
.team .item .img {
    position: relative;
    overflow: hidden;
}

    .team .item .img .info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        background: #fff;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        height: 100%;
        padding: 12px 0;
        display:flex;
        flex-direction: column;
        justify-content: center;
        
    }

        .team .item .img .info h6 {
            font-size: 16px;
            margin-bottom: 2px;
        }

        .team .item .img .info .social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 5px;
        }

            .team .item .img .info .social a {
                width: 100%;
                padding: 5px;
                border-right: 1px solid #eee;
            }

                .team .item .img .info .social a:last-of-type {
                    border: 0;
                }

    .team .item .img:hover .info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    

    .team .item .img.filter img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .team .item .img img {
        -webkit-transition: -webkit-filter 0.5s !important;
        transition: -webkit-filter 0.5s !important;
        -o-transition: filter 0.5s !important;
        transition: filter 0.5s !important;
        transition: filter 0.5s, -webkit-filter 0.5s !important;
    }
    
    .team .item .img .info p span{
        max-width: 300px;
        display: -webkit-box;
        -webkit-line-clamp:6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    @media only screen and (max-width: 991px){
	    .team .item .img {
            overflow: visible;
        }
        /*  .team .item .img:hover .info {*/
        /*transform: translateY(100%);*/
        /*}*/
         .team .item .img .info {
        position: static;
        transform: translateY(0);
        }
    }

/* ====================== [ End Team ] ====================== */
/* ====================== [ 18 Start Blog ] ====================== */
.blog .stories {
    position: relative;
    padding: 20px 20px 0 20px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto !important;
}

.blog .controls {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 3;
}

    .blog .controls:after {
        content: "";
        position: absolute;
        right: -10px;
        top: -10px;
        bottom: -10px;
        left: -10px;
        background: rgba(220, 220, 220, 0.2);
        border-radius: 50%;
        z-index: -1;
    }

    .blog .controls .swiper-button-next.next-ctrl,
    .blog .controls .swiper-button-prev.prev-ctrl {
        position: absolute;
        left: calc(50% - 15px);
        right: auto;
        color: #ccc;
        z-index: 4;
        cursor: pointer;
        font-size: 28px;
        width: 30px;
        height: 30px;
    }

        .blog .controls .swiper-button-next.next-ctrl:after,
        .blog .controls .swiper-button-prev.prev-ctrl:after {
            display: none;
        }

    .blog .controls .swiper-button-next.next-ctrl {
       top: 58%;
    bottom: auto;
    right: 0px;
    left: auto;
    transform: rotate(90deg);
    }

    .blog .controls .swiper-button-prev.prev-ctrl {
           top: 58%;
    bottom: auto;
    left: 0px;
    right: auto;
    transform: rotate(90deg);
    }

    .blog .controls .swiper-pagination-fraction {
        position: static;
    }

        .blog .controls .swiper-pagination-fraction span {
            margin: 0 7px;
            font-weight: 600;
            color: #092266;
        }

        .blog .controls .swiper-pagination-fraction .swiper-pagination-current {
            position: relative;
        }

            .blog .controls .swiper-pagination-fraction .swiper-pagination-current:after {
                content: "/";
                position: absolute;
                right: -11px;
                top: 0;
                font-size: 10px;
                color: #ccc;
            }

.blog .item .img {
    border-radius: 3px;
    overflow: hidden;
        height: 446px;
}


.blog .item .img img {
    height: 446px;
}



.blog .item .content {
    padding: 30px 65px;
    text-align: center;
}

    .blog .item .content .tags {
        color: #212529;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        margin-bottom: 20px;
    }

        .blog .item .content .tags a {
            margin: 0 7px;
            color: #2f376a;
        }

    .blog .item .content .info {
        margin-bottom: 10px;
    }

        .blog .item .content .info a {
            margin: 0 10px;
            font-weight: 400;
            color: #777;
        }

    .blog .item .content .title {
        margin-bottom: 10px;
    }

        .blog .item .content .title h4 {
            font-weight: 700;
            line-height: 1.5;
        }

    .blog .item .content .more a {
        color: #092266;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.blog-grid {
    position: relative;
}

    .blog-grid .bg-pattern {
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .blog-grid .item .post-img .img {
        overflow: hidden;
    }

    .blog-grid .item .post-img:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .blog-grid .item .post-img img {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .blog-grid .item .cont {
        text-align: center;
        position: relative;
        padding: 40px 30px;
        background: #fafafa;
        height: 300px;
    }

    .blog-grid .item .info {
        margin-bottom: 15px;
    }

        .blog-grid .item .info a {
            color: #bababa;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            margin-right: 10px;
        }

            .blog-grid .item .info a:last-of-type {
                margin-right: 0;
            }

            .blog-grid .item .info a i {
                margin-right: 2px;
            }

        .blog-grid .item .info .tag {
            color: #24d5b4;
            font-weight: 600;
            float: right;
        }

    .blog-grid .item h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 15px;
        min-height: 170px;
        color: #29376b;
    }

    .blog-grid .item .more {
        color: #0a2266;
        border-bottom: 1px solid #bababa;
    }

.blog-pg .posts .item .content {
    padding-top: 25px;
}

    .blog-pg .posts .item .content .tags {
        margin-bottom: 10px;
    }

        .blog-pg .posts .item .content .tags a {
            font-size: 12px;
            font-weight: 500;
            color: #888;
            padding-right: 20px;
            position: relative;
        }

            .blog-pg .posts .item .content .tags a:after {
                content: "";
                width: 8px;
                height: 2px;
                background: #ccc;
                position: absolute;
                right: 4px;
                top: 50%;
            }

            .blog-pg .posts .item .content .tags a:last-of-type {
                padding-right: 0;
            }

                .blog-pg .posts .item .content .tags a:last-of-type:after {
                    display: none;
                }

    .blog-pg .posts .item .content h4 {
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 5px;
        color: #0a2266;
    }

    .blog-pg .posts .item .content .more {
        margin-top: 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-left: 60px;
        position: relative;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog-pg .posts .item .content .more:after {
            content: "";
            width: 50px;
            height: 1px;
            background: #090909;
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .blog-pg .posts .item .content .more:hover {
            padding-left: 40px;
        }

            .blog-pg .posts .item .content .more:hover:after {
                width: 30px;
            }

    .blog-pg .posts .item .content .date {
        width: 100%;
        text-align: right;
    }

        .blog-pg .posts .item .content .date a {
            padding: 15px 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            text-align: center;
            color: #0a2266;
        }

        .blog-pg .posts .item .content .date .num {
            display: block;
            font-size: 30px;
            font-weight: 800;
            margin-bottom: 5px;
        }

.blog-pg .posts .pagination {
    margin: 80px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
}

    .blog-pg .posts .pagination span {
        text-align: center;
        margin: 0 2px;
    }

        .blog-pg .posts .pagination span a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            background: #f5f5f5;
            font-size: 18px;
                color: #0a2266;
        }


section.page-header p {
    color: #0a2266;
}


        .blog-pg .posts .pagination span.active a {
            background: #0a2266;
            color: #fff;
        }

.blog-pg.single {
    position: relative;
    margin-top: -100px;
}

    .blog-pg.single .post .img {
        min-height: 80vh;
    }

    .blog-pg.single .post .content p {
        color: #555;
        font-size: 16px;
        font-family: inherit;
        margin: 30px 0;
    }

    .blog-pg.single .post .content ul li {
        margin: 10px 0;
    }

        .blog-pg.single .post .content ul li span {
            margin-right: 10px;
            font-weight: 500;
            font-size: 13px;
        }

    .blog-pg.single .post .content .quotes {
        background: #fafafa;
        padding: 30px;
        margin: 30px 0;
    }

        .blog-pg.single .post .content .quotes p {
            color: #111;
            font-size: 18px;
            font-style: italic;
        }

    .blog-pg.single .post .content .spacial p {
        color: #111;
        font-size: 18px;
        font-weight: 500;
    }

    .blog-pg.single .post .content .share-info {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-pg.single .post .content .share-info .social a {
            font-size: 13px;
            margin-right: 20px;
        }

        .blog-pg.single .post .content .share-info .tags {
            margin-left: auto;
        }

            .blog-pg.single .post .content .share-info .tags a {
                font-size: 12px;
                margin: 0 10px;
            }

    .blog-pg.single .post .author {
        padding: 30px;
        margin-top: 40px;
        background: #fafafa;
    }

        .blog-pg.single .post .author .author-img {
            display: table-cell;
            vertical-align: middle;
            width: 140px;
        }

        .blog-pg.single .post .author .info {
            display: table-cell;
            padding-left: 40px;
        }

            .blog-pg.single .post .author .info h6 {
                margin-bottom: 10px;
                font-size: 15px;
            }

                .blog-pg.single .post .author .info h6 span {
                    font-weight: 700;
                    text-transform: uppercase;
                    margin-right: 10px;
                }

            .blog-pg.single .post .author .info p {
                padding: 0;
                margin: 0;
            }

            .blog-pg.single .post .author .info .social {
                margin-top: 15px;
                font-size: 13px;
            }

                .blog-pg.single .post .author .info .social a {
                    margin-right: 15px;
                }

    .blog-pg.single .pagination {
        margin-top: 80px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-pg.single .pagination span {
            width: 100%;
            padding: 20px;
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 13px;
            letter-spacing: 1px;
        }

        .blog-pg.single .pagination .icon {
            border: 0;
            width: 70px;
        }

    .blog-pg.single .comments-area {
        margin-top: 80px;
    }

        .blog-pg.single .comments-area .item {
            padding: 30px 0;
            margin: 30px 0;
            border-bottom: 1px solid #eee;
        }

            .blog-pg.single .comments-area .item.relped {
                margin-left: 100px;
            }

            .blog-pg.single .comments-area .item .comment-img {
                display: table-cell;
                width: 80px;
            }

            .blog-pg.single .comments-area .item .info {
                display: table-cell;
                vertical-align: middle;
                padding-left: 40px;
                position: relative;
            }

                .blog-pg.single .comments-area .item .info h6 {
                    font-size: 15px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    font-weight: 500;
                }

                    .blog-pg.single .comments-area .item .info h6 span {
                        color: #999;
                        font-size: 12px;
                        font-weight: 400;
                        margin-left: 10px;
                    }

                .blog-pg.single .comments-area .item .info p {
                    line-height: 1.5;
                    margin-top: 10px;
                }

                .blog-pg.single .comments-area .item .info .replay {
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 13px;
                }

                    .blog-pg.single .comments-area .item .info .replay i {
                        margin-left: 5px;
                    }

    .blog-pg.single .comment-form {
        margin-top: 80px;
    }

        .blog-pg.single .comment-form form {
            margin-top: 50px;
        }

            .blog-pg.single .comment-form form input,
            .blog-pg.single .comment-form form textarea {
                width: 100%;
                padding: 17px;
                background: #fafafa;
                border: 0;
            }

            .blog-pg.single .comment-form form textarea {
                height: 140px;
            }

            .blog-pg.single .comment-form form button {
                cursor: pointer;
            }

/* ====================== [ End Blog ] ====================== */
/* ====================== [ 19 Start Contact ] ====================== */
.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #ddd;
}

.contact .form textarea {
    height: 160px;
}

.contact .cont-info .extra-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.contact .cont-info h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}

    /*.contact .cont-info h5:last-of-type {*/
    /*    color: #222;*/
    /*    font-weight: 800;*/
    /*}*/

.contact .cont-info h6 {
    line-height: 1.6;
    font-size: 16;
    font-weight: 400;
}

/* ====================== [ End Contact ] ====================== */
/* ====================== [ 20 Start call-action ] ====================== */
.call-action {
    color: #092266;
    padding-top: 50px;
}


section.call-action.work-carousel.investment-carousel.metro.section-padding {
    /*background: #fafafa;*/
}


section.min-area.section-padding.core-gray {
    /*background: #fafafa;*/
    padding: 50px 0;
}

.blog .call-action {
    background-color: #fff ;
    
}
.blog .row .no-padding {
    /*box-shadow: 0 0 3px #cdcbcb;*/
    margin-bottom: 100px;
}



    .call-action.gray {
        background: #f8f8f8;
    }

        .call-action.gray .content h6 {
            color: #777;
            font-size: 14px;
            font-weight: 500;
        }

            .call-action.gray .content h6 span {
                color: #777;
            }

        .call-action.gray .content h2 {
            font-size: 5vw;
            font-weight: 700;
            margin-bottom: 20px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #333;
        }

            .call-action.gray .content h2 b span {
                color: #333;
                -webkit-text-stroke-width: 0;
            }

        .call-action.gray .tlink {
            border-bottom: 1px solid #333;
        }

    .call-action:before {
        background-image: url(../Images/giphy.gif);
        background-repeat: repeat;
        opacity: 0.04;
    }

    .call-action.nogif {
        position: relative;
        padding: 80px 0;
        background: #0a0a0a;
        z-index: 2;
        overflow: hidden;
    }

        .call-action.nogif:before {
            display: none;
        }

        .call-action.nogif:after {
            content: "";
            height: 0;
            width: 100%;
            position: absolute;
            top: auto;
            right: 0;
            bottom: 0;
            -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            background: #0c0c0c;
            z-index: -1;
        }

        .call-action.nogif:hover:after {
            height: 100%;
            top: 0;
            bottom: auto;
        }

    .call-action .content h6 {
        color: #0b4099;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

        .call-action .content h6 span {
            color: #0b4099;
        }

    .call-action .content h2 {
        font-size: 6vw;
        font-weight: 800;
        margin-bottom: 20px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        color: transparent;
    }

        .call-action .content h2 span {
            color: transparent;
        }

        .call-action .content h2 .word {
            margin-right: 15px;
        }

        .call-action .content h2 b span {
            color: #fff;
            -webkit-text-stroke-width: 0;
        }

    .call-action .content p {
        font-size: 17px;
        font-weight: 300;
    }

    .call-action .tlink {
        margin-left: auto;
        border-bottom: 1px solid #eee;
    }

    .call-action.next {
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

        .call-action.next:after {
            display: none;
        }

        .call-action.next:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            background: #0a0a0a;
            opacity: 1;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .call-action.next .content h2 {
            font-size: 5vw;
            font-weight: 700;
        }

            .call-action.next .content h2 b {
                font-weight: 700;
            }

        .call-action.next .nxt-img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            background-size: cover;
            background-position: center;
            z-index: -1;
            -webkit-transition: all 1s linear;
            -o-transition: all 1s linear;
            transition: all 1s linear;
        }

        .call-action.next:hover:before {
            opacity: 0.9;
        }

        .call-action.next:hover .nxt-img {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 10s linear;
            -o-transition: all 10s linear;
            transition: all 10s linear;
        }

/* ====================== [ End call-action ] ====================== */
/* ====================== [ 21 Start Fotter ] ====================== */
.footer-sm {
    background: #fafafa;
    padding: 40px 0;
}

    .footer-sm.light {
        background: #fff;
    }

    .footer-sm .right p {
        margin-left: auto;
        text-align: right;
    }

footer h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

footer li {
    margin-bottom: 10px;
    font-size: 12px;
}

    footer li a:hover {
        color: #ce0100;
    }

.site-footer__links {
    font-size: 13px;
    border-top: 0;
    letter-spacing: 0.3px;
    line-height: 25px;
}

.site-footer__menu-list {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

    .site-footer__menu-list li {
        display: inline-block;
        padding-right: 30px;
    }

.site-footer__menu-list {
    border-top: 1px solid rgb(201, 201, 201);
    padding-top: 25px;
    margin-top: 18px;
}

.social-links {
    margin-top: 24px;
}

    .social-links a {
        display: inline-block;
        height: 32px;
        width: 32px;
        border: 1px solid rgba(39, 50, 57, 0.2);
        border-radius: 50%;
        text-align: center;
        padding: 4px;
        margin-right: 6px;
        cursor: pointer;
        transition: all 0.4s ease;
    }

        .social-links a i {
            display: inline-block;
            vertical-align: middle;
        }

footer p {
    font-size: 12px;
}


footer .call-action .content h2 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #092266;
    color: transparent;
}

    footer .call-action .content h2 b {
        color: #092266;
        -webkit-text-stroke-width: 0;
    }

.sub-footer {
    background: #0a2266;
    color: #fff;
}

footer.footer.fixed .contact-info img {
    width: 54%;
}

footer.footer.fixed .contact-info img {
    width: 65%;
}

.contact-info h6 {
    margin-bottom: 25px;
}


.contact-info p {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

























.sub-container {
    display: flex;
    width: 100%;
    gap: 50px;
    height: max-content;
    justify-content: space-between;
    padding: 0 10%;
}

.header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .header button {
        height: max-content;
        width: max-content;
        padding: 10px;
        border: none;
        background-color: transparent;
        font-size: 35px;
        color: #bf9d2d;
    }

        .header button:hover {
            cursor: pointer;
        }

.view,
.breakup {
    width: 65%;
}

.chart-result {
    width: 25%;
}

.view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-end;
}


.chart-details {
    margin-top: 23px;
}



.details {
    width: 50%;
}

.breakup {
    width: 33%;
}

.details input {
    width: 100%;
}

.detail {
    display: flex;
    justify-content: space-between;
}

.chart-details p {
    font-size: 24px;
}


/*----- Styling the sliders ----*/
input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #0a2266;
        border-radius: 10px;
    }

    input[type="range"]::-webkit-slider-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #0a2266;
        cursor: pointer;
        margin-top: -6px;
        -webkit-appearance: none;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #b3b3b3;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #0a2266;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        border-radius: 10px;
    }

    input[type="range"]::-moz-range-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #0a2266;
        cursor: pointer;
        margin-top: -6px;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        background: #0a2266;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        border-radius: 10px;
    }

    input[type="range"]::-ms-fill-lower {
        background: #0a2266;
        border-radius: 5px;
    }

    input[type="range"]::-ms-fill-upper {
        background: #0a2266;
        border-radius: 5px;
    }

    input[type="range"]::-ms-thumb {
        box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
        border: 5px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #0a2266;
        cursor: pointer;
        margin-top: -6px;
    }

    input[type="range"]:focus::-ms-fill-lower {
        background: #0a2266;
    }

    input[type="range"]:focus::-ms-fill-upper {
        background: #0a2266;
    }

/*-------------------------------------*/
#price {
    color: #130f31;
    font-size: 25px;
}

.loan-details {
    width: 90%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#price-container {
    color: #0a2266;
    margin-top: 50px;
}

    #price-container::before {
        content: "Monthly Payable:";
        font-size: 12px;
        display: block;
    }











/* ====================== [ End Footer ] ====================== */
/* ====================== [ 22 Start Dark-Theme ] ====================== */
body.dark {
    color: #fff;
    background: #090909;
}

    body.dark .main-content {
        background: #090909;
    }

    body.dark p {
        color: #b7b7b7;
    }

    body.dark .pace {
        background: #080808;
    }

        body.dark .pace .pace-progress {
            background: #ccc;
        }

    body.dark #preloader:after,
    body.dark #preloader:before {
        background: #111;
    }

    body.dark .extra-text {
        color: #ddd;
    }

    body.dark .sub-title {
        color: #ccc;
    }

        body.dark .sub-title:after {
            background: #eee;
        }

    body.dark .section-head h6 {
        color: #ccc;
    }

    body.dark .bg-gray {
        background: #1e1e1e;
    }

    body.dark .bg-pattern:after {
        background: #000;
        opacity: 0.96;
    }

    body.dark .cursor {
        background: #eee;
    }

    body.dark .cursor2 {
        background: rgba(255, 255, 255, 0.1);
    }

    body.dark .imgio .cimgio {
        background: #0e0e0e;
    }

    body.dark .about .items.active {
        background: #0e0e0e;
    }

    body.dark .about .items .more-stroke span,
    body.dark .about .items .more-stroke span:before,
    body.dark .about .items .more-stroke span:after {
        background: #fff;
    }

    body.dark .work-carousel .swiper-pagination-progressbar {
        background: #1e1e1e;
    }

        body.dark .work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
            background: #555;
        }

    body.dark .portfolio .filtering span:after {
        background: #484848;
    }

    body.dark .testimonials:after {
        background: #0e0e0e;
    }

    body.dark .testimonials p {
        color: #eee;
    }

    body.dark .testimonials h6 span {
        color: #999;
    }

    body.dark .testimonials .navs span {
        border-color: rgba(255, 255, 255, 0.2);
        color: #ccc;
    }

    body.dark .testimonials .quote-text .quote-icon img {
        -webkit-filter: invert(20%);
        filter: invert(20%);
    }

    body.dark .agency .img .imgone,
    body.dark .agency .img .imgtwo {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #0e0e0e;
    }

    body.dark .agency .img .icon {
        background: #111;
    }

    body.dark .min-area .img:after,
    body.dark .blog-grid .item .cont {
        background: #101010;
    }

    body.dark .min-area .content ul.feat li,
    body.dark .min-area .content ul.feat li h6 span {
        border-color: #1b1a1a;
    }

    body.dark .team .item .img .info {
        background: #090909;
    }

        body.dark .team .item .img .info .social a {
            border-color: #0e0e0e;
        }

    body.dark .blog .item .content .more a,
    body.dark .blog .item .content .tags {
        color: #fff;
    }

    body.dark .blog .item .content .info a {
        color: #999;
    }

    body.dark .blog .controls {
        background: #000;
    }

    body.dark .blog-pg .posts .item .content .tags a {
        color: #ccc;
    }

        body.dark .blog-pg .posts .item .content .tags a:after {
            background: #ccc;
        }

    body.dark .blog-pg .posts .item .content .more:after {
        background: #fff;
    }

    body.dark .blog-pg .posts .item .content .date a {
        border-color: #656363;
    }

    body.dark .blog-pg .posts .pagination span a {
        background: #111;
    }

    body.dark .blog-pg .posts .pagination span.active a {
        background: #fff;
        color: #000;
    }

    body.dark .blog-pg.single .post .content .spacial p {
        color: #eee;
    }

    body.dark .blog-pg.single .post .content p {
        color: #999;
    }

    body.dark .blog-pg.single .post .content .quotes,
    body.dark .blog-pg.single .post .author,
    body.dark .blog-pg.single .comment-form form input,
    body.dark .blog-pg.single .comment-form form textarea {
        background: #121212;
        color: #fff;
    }

    body.dark .blog-pg.single .pagination,
    body.dark .blog-pg.single .pagination span,
    body.dark .blog-pg.single .comments-area .item {
        border-color: #5d5d5d;
    }

    body.dark .clients .brands,
    body.dark .clients .bord {
        border-color: rgba(200, 200, 200, 0.08);
    }

    body.dark .contact .cont-info h5:last-of-type {
        color: #fff;
    }

    body.dark .contact .cont-info h5,
    body.dark .contact .cont-info h6 {
        color: #eee;
    }

    body.dark .contact .form input,
    body.dark .contact .form textarea {
        color: #fff;
    }

/* ====================== [ End Dark-Theme ] ====================== */
/* ====================== [ 23 Start Responsive ] ====================== */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (max-width: 991px) {
    .md-mb10 {
        margin-bottom: 10px;
    }

    .md-mb20 {
        margin-bottom: 20px;
    }

    .md-mb30 {
        margin-bottom: 30px;
    }

    .md-mb40 {
        margin-bottom: 40px;
    }

    .md-mb50 {
        margin-bottom: 50px;
    }

    .md-mb60 {
        margin-bottom: 60px;
    }

    .md-mb70 {
        margin-bottom: 70px;
    }

    .md-mb80 {
        margin-bottom: 80px;
    }

    .md-pb10 {
        padding-bottom: 10px;
    }

    .md-pb20 {
        padding-bottom: 20px;
    }

    .md-pb30 {
        padding-bottom: 30px;
    }

    .md-pb40 {
        padding-bottom: 40px;
    }

    .md-pb50 {
        padding-bottom: 50px;
    }

    .md-pb60 {
        padding-bottom: 60px;
    }

    .md-pb70 {
        padding-bottom: 70px;
    }

    .md-pb80 {
        padding-bottom: 80px;
    }

    .slide-full .swiper-slide .bg-img,
    .slider-portfolio .swiper-slide .bg-img,
    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: center center;
    }

    .slider .parallax-slider .caption,
    .slider-portfolio .swiper-slide .caption,
    .slide-full .capt {
        text-align: center;
    }

        .slider .parallax-slider .caption h1,
        .slider-portfolio .swiper-slide .caption h1,
        .slide-full .capt h1 {
            font-size: 50px;
        }

    .slider-portfolio .swiper-slide .bg-img {
        height: 50vh;
        margin-top: 30vh;
    }

    .slide-controls .swiper-button-next,
    .slide-controls .swiper-pagination-fraction {
        right: 25px;
    }

    .slide-controls .swiper-button-prev,
    .slide-full .social,
    .slider .parallax-slider .social {
        left: 25px;
    }

    .slide-controls.swiper-button-next:hover {
        right: 15px;
    }

    .slide-controls .swiper-button-prev:hover {
        left: 15px;
    }

    .intro-section .htit {
        margin-bottom: 30px;
    }

    .agency .imgsec {
        margin-bottom: 100px;
        padding-right: 0;
    }
    
    .page-header .cont {
    padding: 160px 0 120px;
}




    .agency .content h4 br {
        display: none;
    }

    .min-area .content {
        padding: 120px 0;
    }

    .process .section-head {
        margin-bottom: 80px;
    }

    .process .background {
        position: relative;
        top: 0;
        bottom: 0;
        height: 350px;
    }

        .process .background .vid {
            left: calc(50% - 50px);
            top: calc(50% - 50px);
        }

    .testimonials:after {
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .testimonials .slider-for {
        margin-bottom: 30px;
    }

    .testimonials .title h5 {
        display: none;
    }

    /*.agency .img {*/
    /*    margin-top: 80px;*/
    /*}*/

    .blog .item .content {
        padding: 30px 0px 70px;
    }

    .blog .controls {
        width: 80px;
        height: 80px;
        line-height: 80px;
        top: calc(100% - 40px);
        left: calc(50% - 40px);
    }

    .call-action .content h2 .word {
        margin-right: 3px;
    }

    .clients .brands {
        padding: 50px 10px;
    }

    .team {
        padding-top: 0;
    }

    .page-header .img-wrapper .title h3 {
        font-size: 70px;
    }

    .contact .form {
        margin-bottom: 50px;
    }

    .portfolio.gutter .gallery .items {
        margin-top: 60px;
        padding: 0 30px;
    }

    .page-header.proj-det .img-wrapper {
        min-height: 60vh;
    }
}



ul.user-login {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #3b95c4;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7);
}

    ul.user-login > li {
        float: left;
        width: 120px;
        height: 50px;
        line-height: 50px;
        position: relative;
        font-size: 14px;
        cursor: pointer;
    }

    ul.user-login ul.drop-menu {
        position: absolute;
        top: 100%;
        left: 0%;
        width: 100%;
        padding: 0;
    }

        ul.user-login ul.drop-menu li {
            background: #318bba;
        }

            ul.user-login ul.drop-menu li:hover {
                background: #459fce;
            }

            ul.user-login ul.drop-menu li:first-child {
                border-radius: 2px 2px 0 0;
            }

            ul.user-login ul.drop-menu li:last-child {
                border-radius: 0 0 5px 5px;
            }

ul.drop-menu li {
    display: none;
}

ul.user-login li:hover > ul.drop-menu li {
    display: block;
}

ul.user-login li:hover > ul.drop-menu.menu-1 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-1 li {
        transform-origin: top left;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-1 li:nth-child(1) {
            animation-name: menu-1;
            animation-duration: 300ms;
            animation-delay: -150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-1 li:nth-child(2) {
            animation-name: menu-1;
            animation-duration: 300ms;
            animation-delay: 0ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-1 li:nth-child(3) {
            animation-name: menu-1;
            animation-duration: 300ms;
            animation-delay: 150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-1 li:nth-child(4) {
            animation-name: menu-1;
            animation-duration: 300ms;
            animation-delay: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-1 li:nth-child(5) {
            animation-name: menu-1;
            animation-duration: 300ms;
            animation-delay: 450ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-1 li:nth-child(6) {
            animation-name: menu-1;
            animation-duration: 300ms;
            animation-delay: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-1 {
    0% {
        opacity: 0;
        transform: rotateZ(90deg);
    }

    70% {
        transform: skewX(10deg);
    }

    100% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

ul.user-login li:hover > ul.drop-menu.menu-2 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-2 li {
        transform-origin: top center;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-2 li:nth-child(1) {
            animation-name: menu-2;
            animation-duration: 300ms;
            animation-delay: -150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-2 li:nth-child(2) {
            animation-name: menu-2;
            animation-duration: 300ms;
            animation-delay: 0ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-2 li:nth-child(3) {
            animation-name: menu-2;
            animation-duration: 300ms;
            animation-delay: 150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-2 li:nth-child(4) {
            animation-name: menu-2;
            animation-duration: 300ms;
            animation-delay: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-2 li:nth-child(5) {
            animation-name: menu-2;
            animation-duration: 300ms;
            animation-delay: 450ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-2 li:nth-child(6) {
            animation-name: menu-2;
            animation-duration: 300ms;
            animation-delay: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-2 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(20deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

ul.user-login li:hover > ul.drop-menu.menu-3 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-3 li {
        transform-origin: top center;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-3 li:nth-child(1) {
            animation-name: menu-3;
            animation-duration: 300ms;
            animation-delay: -150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-3 li:nth-child(2) {
            animation-name: menu-3;
            animation-duration: 300ms;
            animation-delay: 0ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-3 li:nth-child(3) {
            animation-name: menu-3;
            animation-duration: 300ms;
            animation-delay: 150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-3 li:nth-child(4) {
            animation-name: menu-3;
            animation-duration: 300ms;
            animation-delay: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-3 li:nth-child(5) {
            animation-name: menu-3;
            animation-duration: 300ms;
            animation-delay: 450ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-3 li:nth-child(6) {
            animation-name: menu-3;
            animation-duration: 300ms;
            animation-delay: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-3 {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    70% {
        transform: rotateY(-10deg);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

ul.user-login li:hover > ul.drop-menu.menu-4 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-4 li {
        transform-origin: top center;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-4 li:nth-child(1) {
            animation-name: menu-4;
            animation-delay: -150ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-4 li:nth-child(2) {
            animation-name: menu-4;
            animation-delay: 0ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-4 li:nth-child(3) {
            animation-name: menu-4;
            animation-delay: 150ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-4 li:nth-child(4) {
            animation-name: menu-4;
            animation-delay: 300ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-4 li:nth-child(5) {
            animation-name: menu-4;
            animation-delay: 450ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-4 li:nth-child(6) {
            animation-name: menu-4;
            animation-delay: 600ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-4 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    70% {
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

ul.user-login li:hover > ul.drop-menu.menu-5 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-5 li {
        transform-origin: top center;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-5 li:nth-child(1) {
            animation-name: menu-5;
            animation-duration: 150ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-5 li:nth-child(2) {
            animation-name: menu-5;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-5 li:nth-child(3) {
            animation-name: menu-5;
            animation-duration: 450ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-5 li:nth-child(4) {
            animation-name: menu-5;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-5 li:nth-child(5) {
            animation-name: menu-5;
            animation-duration: 750ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-5 li:nth-child(6) {
            animation-name: menu-5;
            animation-duration: 900ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-5 {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }

    90% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

ul.user-login li:hover > ul.drop-menu.menu-6 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-6 li {
        transform-origin: top right;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-6 li:nth-child(1) {
            animation-name: menu-6;
            animation-delay: -150ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-6 li:nth-child(2) {
            animation-name: menu-6;
            animation-delay: 0ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-6 li:nth-child(3) {
            animation-name: menu-6;
            animation-delay: 150ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-6 li:nth-child(4) {
            animation-name: menu-6;
            animation-delay: 300ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-6 li:nth-child(5) {
            animation-name: menu-6;
            animation-delay: 450ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-6 li:nth-child(6) {
            animation-name: menu-6;
            animation-delay: 600ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-6 {
    0% {
        opacity: 0;
        margin-top: 50px;
        transform: rotate(-45deg);
    }

    90% {
        margin-top: -10px;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

ul.user-login li:hover > ul.drop-menu.menu-7 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-7 li {
        transform-origin: top left;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-7 li:nth-child(1) {
            animation-name: menu-7;
            animation-delay: -150ms;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-7 li:nth-child(2) {
            animation-name: menu-7;
            animation-delay: 0ms;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-7 li:nth-child(3) {
            animation-name: menu-7;
            animation-delay: 150ms;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-7 li:nth-child(4) {
            animation-name: menu-7;
            animation-delay: 300ms;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-7 li:nth-child(5) {
            animation-name: menu-7;
            animation-delay: 450ms;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-7 li:nth-child(6) {
            animation-name: menu-7;
            animation-delay: 600ms;
            animation-duration: 600ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-7 {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
        margin-top: -100px;
    }

    80% {
        margin-top: 0px;
        transform: rotateY(90deg);
    }

    90% {
        transform: rotateY(-10deg);
        margin-top: 5px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
        transform: rotateY(0deg);
    }
}

ul.user-login li:hover > ul.drop-menu.menu-8 {
    perspective: 1000px;
}

    ul.user-login li:hover > ul.drop-menu.menu-8 li {
        transform-origin: top left;
        opacity: 0;
    }

        ul.user-login li:hover > ul.drop-menu.menu-8 li:nth-child(1) {
            animation-name: menu-8;
            animation-delay: 75ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-8 li:nth-child(2) {
            animation-name: menu-8;
            animation-delay: 150ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-8 li:nth-child(3) {
            animation-name: menu-8;
            animation-delay: 225ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-8 li:nth-child(4) {
            animation-name: menu-8;
            animation-delay: 300ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-8 li:nth-child(5) {
            animation-name: menu-8;
            animation-delay: 375ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

        ul.user-login li:hover > ul.drop-menu.menu-8 li:nth-child(6) {
            animation-name: menu-8;
            animation-delay: 450ms;
            animation-duration: 300ms;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
        }

@keyframes menu-8 {
    0% {
        opacity: 0;
        transform: skewX(45deg) skewY(-45deg);
    }

    80% {
        transform: skewX(-10) skewY(-10);
    }

    100% {
        opacity: 1;
        transform: skewX(0deg) skewY(0deg);
    }
}

span.hf {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 50%;
    background: #fafafa;
    z-index: 555;
}

.nav .right {
    position: absolute;
    left: 65%;
    right: 10%;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .nav .right .social {
        margin-top: 25px;
    }

        .nav .right .social a {
            font-size: 20px;
            margin-right: 12px;
        }

    .nav .right .searchfield {
        max-width: 500px;
        position: relative;
    }

        .nav .right .searchfield input {
            background: transparent;
            font-size: 13px;
            border: none;
            border-bottom: 2px solid #8a8a8a;
            width: 100%;
            height: 50px;
            line-height: 40px;
            position: relative;
            font-weight: 400;
            outline: none;
            letter-spacing: 0.7px;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

            .nav .right .searchfield input::placeholder {
                -moz-opacity: 1;
                -khtml-opacity: 1;
                -webkit-opacity: 1;
                opacity: 1;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
                filter: alpha(opacity=100);
                color: #8a8a8a;
                -ms-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

            .nav .right .searchfield input:focus {
                border-color: #292929;
            }

                .nav .right .searchfield input:focus::placeholder {
                    color: #292929;
                }

        .nav .right .searchfield button {
            position: absolute;
            top: 0;
            right: 0;
            line-height: 50px;
            background: transparent;
            border: none;
            font-weight: 500;
            font-size: 13px;
            letter-spacing: 0.8px;
            cursor: pointer;
            padding-right: 0;
            outline: none;
            color: #8a8a8a;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

            .nav .right .searchfield button:hover {
                color: #171717;
            }

@media (max-width: 767.98px) {
    .transition span {
        background: #ebebeb;
    }
    
    
    .hamenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #ebebeb;
    padding: 130px 30px 30px;
    overflow-y: scroll;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    overflow: auto;
}


}



#resume .nav-tabs {
    border: 0;
    margin-top: 10px;
}

    #resume .nav-tabs li {
        /* display: block; */
        /* width: 100%; */
        margin-bottom: 15px;
        margin-right: 20px;
    }

        #resume .nav-tabs li a i {
            color: #000000;
            position: relative;
            margin-right: 5px;
            border-radius: 50%;
            letter-spacing: 0;
            padding: 7px;
            background: rgb(241, 241, 241);
        }

            #resume .nav-tabs li a i:after {
                /* content: ""; */
                width: 20px;
                height: 1px;
                background: #000;
                position: absolute;
                top: 50%;
                left: 40px;
                margin-top: 1px;
            }

        #resume .nav-tabs li a {
            display: block;
            padding: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #resume .nav-tabs li a {
            display: block;
            padding: 10px;
            text-transform: uppercase;
            letter-spacing: 0.7px;
            color: #07070b;
            background: rgba(255, 255, 255, 0.41);
            border: 1px solid #f0f3fb;
            transition: all ease .4s;
            border-radius: 5px;
        }

            #resume .nav-tabs li a:hover {
                border: 1px solid #fff;
                box-shadow: 0 56px 60px rgba(57, 47, 109, 0.04);
                -webkit-box-shadow: 0 56px 60px rgba(57, 47, 109, 0.04);
                color: #ce0100;
            }

                #resume .nav-tabs li a:hover i {
                    color: #ce0100;
                }

            #resume .nav-tabs li a.hover i:after {
                background: #ce0100;
            }

            #resume .nav-tabs li a:hover i:after {
                background: #ce0100
            }

.filter-sections {
    font-size: 35px;
    margin-bottom: 25px;
}

    .filter-sections span {
        font-weight: 500;
        margin: 0 40px 0 0;
        cursor: pointer;
        position: relative;
        padding-bottom: 10px;
    }

        .filter-sections span.active {
            border-bottom: 2px solid #ce0100;
        }

        .filter-sections span:after {
            /* content: ""; */
            width: 7px;
            height: 7px;
            background: #000;
            border-radius: 50%;
            position: absolute;
            right: -24px;
            top: 61%;
        }

        .filter-sections span:last-of-type:after {
            display: none;
        }

.banling-section h6 {
    font-weight: normal;
    font-size: 20px;
}

/*  */





/* Search Overlay */

.overlay {
    height: 100%;
    width: 100%;
    background: #ebebeb
}

.mk-search-trigger {
    position: absolute;
    top: 45%;
    left: 45%;
}


/* Search Overlay */

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

#mk-fullscreen-searchform:focus {
    outline: none;
    border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 30px;
    color: #1b255f;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
    /* border: none;
  outline: none;
  color: #fff !important;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s; */
    cursor: pointer;
}

.input-search {
    position: relative;
}

#mk-fullscreen-searchform {
    position: relative;
    verticle-align: middle;
    color: #1b255f;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
    width: 800px;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    box-shadow: 0 3px 0 0 #1b255f;
    border: 0;
    text-align: left;
    font-size: 35px;
    padding: 20px;
    color: #1b255f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
        boder: none;
        outline: none;
    }

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show h1 {
    text-align: left;
    font-size: 18px;
    padding-left: 21px;
}



.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #ebebeb;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
    z-index: 999;
}

    .mk-fullscreen-search-overlay .mk-fullscreen-close:link,
    .mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
        color: #fff;
    }

    .mk-fullscreen-search-overlay .mk-fullscreen-close {
        position: absolute;
        right: 50px;
        top: 70px;
        font-size: 26px;
        -webkit-transition: transform ease-out .2s;
        -moz-transition: transform ease-out .2s;
        -ms-transition: transform ease-out .2s;
        -o-transition: transform ease-out .2s;
        transition: transform ease-out .2s;
        transform: rotate(0deg);
    }

    .mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        ms-transform: scale(1);
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
        display: inline-block;
        max-width: 1000px;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        ms-transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

.mk-search-trigger {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

/* Search Button */
#search-button {
    display: relative;
    vertical-align: middle;
    height: 50px;
    width: 40px;
    border: white solid 0.7px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    padding-right: 10px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

    #search-button i {
        color: white !important;
        font-size: 20px;
        position: absolute;
        left: 15px;
        top: 15px;
    }

    #search-button:hover,
    .mk-fullscreen-close:hover {
    }

#mk-fullscreen-search-input:focus {
    box-shadow: 0px 3px 0px 0px #273239 !important;
}


body.search-opend .topnav {
    color: #16237b;
}

body.menu-opend .topnav {
    color: #092266;
}

    body.menu-opend .topnav i {
        color: #16237b;
    }

body.search-opend .topnav .menu-icon .icon i {
    background: #16237b;
}




/*  */


.page-header {
    position: relative;
}


.hd-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .hd-bg::before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.3;
        top: 0;
        content: '';
    }

.page-header p {
    color: #fff;
}

.list li {
    margin: 10px 0
}

    .list li span {
        margin-right: 10px;
        font-weight: 500;
        font-size: 13px;
    }


/*  */
.form-sec .container {
    max-width: 1560px;
    margin-right: auto;
    margin-left: auto;
    transition: padding .3s;
}

.card {
    background-color: #fff;
    border-radius: 8px;
    /*box-shadow: 0 8px 15px rgba(125, 147, 178, 0.25);*/
    transition: all 0.3s;
    /*padding: 20px;*/
    margin-top: 32px;
    border: none !important;
}

.card h6{
     display: flex;
}

.card .btn-link{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration:none;
    
}
.card .btn-link[aria-expanded="false"] .minus{
    display:none;
}
.card .btn-link[aria-expanded="false"] .down{
    display:block;
}
.card .btn-link[aria-expanded="true"] .minus{
    display:block;
}
.card .btn-link[aria-expanded="true"] .down{
    display:none;
}

.card .btn-link svg{
    font-size:17px;
}

.card .btn-link span{
    font-size: 17px;
    color:#007bff;
}

.card .btn-link svg path{
    fill: #007bff;
}

.card .card-header{
    border: none !important;
    background: #fff;
    box-shadow: 0 0 5px #d6d6d673;

}

    .card:first-child {
        margin-top: 0;
    }

.form .form__card {
    padding: 32px 0 64px 35px;
    margin-bottom: 192px;
    cursor: auto;
}

.form .form__card--background {
    background-repeat: no-repeat;
    /* background-position-x: right; */
    background-size: contain;
    background-position-x: right;
}

.form .form__wrap {
    max-width: 620px;
    transition: all 0.3s;
}

.form .form__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
}

.form .form__label {
    display: block;
    margin-bottom: 10px;
}

    .form .form__label span {
        color: #ff5c72;
    }

.form .form__form-group {
    width: 100%;
    padding-top: 20px;
    position: relative;
}

.form .form__form-group--small {
    width: calc(50% - 8px);
}

    .form .form__form-group--small.form__form-group--right {
        margin-left: 16px;
    }

.form .form__form-group--without-label {
    padding-top: 0;
}

.form .form__input-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #ceddf2;
    pointer-events: none;
    transition: 0.3s;
}

.form .form__form-group--read-and-agree {
    margin-bottom: 32px;
    margin-top: 32px;
}

.form .form__input {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid #ceddf2;
    color: #4c6280;
}

.form select.form__input {
    height: 52px;
}

.form .form__input:hover {
    border-color: #bed0e9;
}

.form .form__input:focus {
    outline: none;
    border-color: #9eb4d2;
}

.form .form__input[data-touched="true"]:invalid {
    border-color: #ff5c72;
}

.form .form__input[data-touched="true"]:valid {
    border-color: #38e0c4;
}

.form .form__input::-webkit-input-placeholder {
    color: #ceddf2;
}

    .form .form__input::-webkit-input-placeholder[data-touched="true"]:invalid ~ .form-invalid-icon {
        opacity: 1;
    }

.form .form__input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.form .form__input:-moz-placeholder,
.form .form__input::-moz-placeholder {
    color: #ceddf2;
}

.form .form__input:-ms-input-placeholder {
    color: #ceddf2;
}

.form .form__input--select {
    background: none;
    transition: border-radius 0.19s 0.19s, border 0.19s 0.19s;
    cursor: pointer;
}

    .form .form__input--select ~ ul {
        padding: 16px 0;
        margin-top: 0;
        z-index: 3;
        width: 100% !important;
        max-height: 320px;
        position: absolute;
        display: none;
        background: #fff;
        overflow-y: auto;
        border: 2px solid #ceddf2;
        border-top: none;
        border-radius: 0 0 8px 8px;
    }

        .form .form__input--select ~ ul::-webkit-scrollbar {
            width: 0;
        }

        .form .form__input--select ~ ul:before {
            content: "";
            width: calc(100% - 32px);
            height: 2px;
            background-color: #e5f0ff;
            position: absolute;
            left: 16px;
            top: 0;
        }

        .form .form__input--select ~ ul li {
            transition: all 0.3s;
            cursor: pointer;
            padding: 8px 16px;
            font-weight: 400;
        }

            .form .form__input--select ~ ul li:hover {
                background: transparent;
                color: #ff5c72;
            }

    .form .form__input--select + .form__input-icon-wrap {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        pointer-events: none;
    }

    .form .form__input--select:hover + .form__input-icon-wrap .form__input-icon {
        color: #ff5c72;
    }

    .form .form__input--select.open {
        border-radius: 8px 8px 0 0;
        border-color: #9eb4d2;
        border-bottom-color: transparent;
        transition: border-radius 0s;
    }

        .form .form__input--select.open ~ ul {
            border-color: #9eb4d2;
        }

        .form .form__input--select.open + .form__input-icon-wrap {
            pointer-events: auto;
        }

            .form .form__input--select.open + .form__input-icon-wrap .form__input-icon {
                color: #ff5c72;
            }

.form .form__input--textarea {
    height: 96px;
    min-height: 96px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.form .form__label {
    font-size: 14px;
    line-height: 16px;
    color: #4c6280;
}

.form h4 {
    margin-bottom: 15px;
}

.form p {
    margin: 0;
}

.form.form--subscribe .form__form-group {
    padding-top: 0;
}

.form.form--subscribe button {
    margin: 50px auto 0;
}

.form.form--subscribe input {
    text-align: center;
}

.form.form--comment .form__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .form.form--comment .form__group .form__form-group {
        width: calc(33.3333% - 11px);
        display: inline-block;
    }

.form.form--comment .form__submit {
    margin-top: 32px;
}

@media screen and (max-width: 1680px) {
    .form .col-offset-1 {
        margin: 0;
    }

    .form .col-10 {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    .form .form__wrap {
        width: calc(100% - 620px);
    }
}

@media screen and (max-width: 1200px) {
    .form .form__wrap {
        max-width: 380px;
        width: 100%;
    }

    .form .form__form-group--small {
        width: 100%;
    }

        .form .form__form-group--small.form__form-group--right {
            margin-left: 0;
        }

    .form .form__card--background {
        background-position-x: 400px;
    }

    .form.form--comment .form__group {
        display: block;
    }

        .form.form--comment .form__group .form__form-group {
            width: 100%;
        }
}

@media screen and (max-width: 990px) {
    
    
    section.five.about.section-padding .items {
    background: #0a4099;
    color: #fff;
    margin: 24px 5px;
    padding: 15px 20px;
    border-radius: 20px;
}




    .form .form__card--background {
        background-image: none !important;
    }

    .form .form__wrap {
        max-width: calc(100% - 35px);
    }
    
    section.five.gray.about.section-padding .row {
    flex-wrap: wrap;
}
}

@media screen and (max-width: 767px) {
    .form .form__card {
        margin-bottom: 30px;
    }
}

.radio-btn {
    padding-right: 32px;
    display: inline-block;
}

    .radio-btn:last-child {
        padding-right: 0;
    }

    .radio-btn .radio-btn__radio {
        display: none;
    }

    .radio-btn .radio-btn__radio-custom {
        width: 16px;
        height: 16px;
        border: 2px solid #ceddf2;
        border-radius: 50%;
        position: relative;
        transition: all 0.3s;
    }

    .radio-btn .radio-btn__radio:checked + .radio-btn__radio-custom {
        border-color: #ff5c72;
    }

    .radio-btn .radio-btn__label {
        line-height: 20px;
        color: #7d93b2;
        padding-left: 9px;
        transition: all 0.3s;
    }

    .radio-btn .radio-btn__label,
    .radio-btn .radio-btn__radio-custom {
        display: inline-block;
        vertical-align: middle;
    }

    .radio-btn .radio-btn__radio:checked + .radio-btn__radio-custom:before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        background: #ff5c72;
        border-radius: 50%;
    }

    .radio-btn .radio-btn__radio:checked ~ .radio-btn__label {
        color: #4c6280;
    }

        .radio-btn .radio-btn__radio:checked ~ .radio-btn__label:hover {
            color: #ff5c72;
        }

    .radio-btn:hover .radio-btn__radio-custom {
        border-color: #ff5c72;
    }

    .radio-btn:hover .radio-btn__label {
        color: #ff5c72;
    }

.checkbox-btn {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

    .checkbox-btn .checkbox-btn__checkbox {
        display: none;
    }

    .checkbox-btn .checkbox-btn__checkbox-custom {
        position: relative;
        width: 24px;
        height: 24px;
        border: 2px solid #ceddf2;
        border-radius: 4px;
        color: #fff;
        line-height: 20px;
        text-align: center;
    }

    .checkbox-btn .checkbox-btn__label {
        line-height: 20px;
        color: #7d93b2;
        padding-left: 40px;
        padding-top: 2px;
    }

    .checkbox-btn .checkbox-btn__checkbox-custom {
        position: absolute;
    }

    .checkbox-btn .checkbox-btn__checkbox-custom,
    .checkbox-btn .checkbox-btn__label {
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s;
    }

    .checkbox-btn .checkbox-btn__checkbox:checked + .checkbox-btn__checkbox-custom {
        background-color: #ff5c72;
        border-color: #ff5c72;
    }

    .checkbox-btn .checkbox-btn__checkbox:checked ~ .checkbox-btn__label {
        color: #4c6280;
    }

        .checkbox-btn .checkbox-btn__checkbox:checked ~ .checkbox-btn__label:hover {
            color: #ff5c72;
        }

    .checkbox-btn:hover .checkbox-btn__checkbox-custom {
        border-color: #ff5c72;
    }

    .checkbox-btn:hover .checkbox-btn__label {
        color: #ff5c72;
    }

.site-btn {
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
    height: auto;
    cursor: pointer;
}

    .site-btn.site-btn--accent {
        background: #092266;
        color: #fff;
        box-shadow: 0 20px 30px rgba(125, 147, 178, 0.3);
        border: none;
    }

        .site-btn.site-btn--accent:hover {
            background: #ba1b19;
            box-shadow: 0 10px 20px rgba(125, 147, 178, 0.5);
        }

        .site-btn.site-btn--accent:active {
            background: #f0354e;
            box-shadow: 0 3px 10px rgba(125, 147, 178, 0.75);
        }


.left p {
    color: white;
}

.right p {
    color: white;
}

.title h4 a {
    color: #29376b;
}

.videooverlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
}

    .videooverlay img {
        width: 300px;
        position: fixed;
        right: 0px;
        bottom: 0px;
    }

@media only screen and (min-width: 600px){
	.videooverlay img {
        width: 400px;
        position: fixed;
        right: 0px;
        bottom: 0px;
    }

}


.footeroverlay {
/*    width: 100vw;
    height: 100vh;*/
    position: relative;
    z-index: 2;
}

    .footeroverlay img {
        width: 400px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }





   .vid-butn path {
    fill: #1e376c;
}


.history-container {
  height: 100%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 120px;
}

.title {
  font-size: 38px;
  color: #fff;
  font-weight: 300;
}

.timeline {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 0.5;
  background: transparent;
  color: #afc9f6;
  margin: 15px 25px !important;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.timeline-nav__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #afc9f6;
  transition: 0.2s;
}
.timeline-nav__item.slick-current {
  color: #0a2266;
  opacity: 1;
}
.timeline-nav__item.slick-current::before {
  background-color: #0a2266;
}
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 60px auto;
}
@media (max-width: 500px) {
  .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
  }
  
  
      
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
    width: 323px;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    box-shadow: 0 3px 0 0 #1b255f;
    border: 0;
    text-align: left;
    font-size: 35px;
    padding: 20px;
    color: #1b255f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}




}
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
}
@@media (min-width: 1080px) {
  .timeline .slick-list {
    padding: 0 180px !important;
  }
}
.timeline .slick-track {
  height: 100%;
}
.timeline-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
.timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 52, 113, 0.8);*/
  z-index: 2;
}
.timeline-slide__content {
      z-index: 5;
    position: absolute;
    bottom: 12%;
    background: #ffffff;
    width: 69%;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 75px 40px;
    opacity: 0;
    transition: opacity 1s;
}
@@media (max-width: 500px) {
  .timeline-slide__content {
    width: 100%;
  }
  



}
.timeline-year {
  z-index: 5;
  font-size: 35px;
  color: #ffffff;
  background: #0a2266;
  padding: 15px 26px;
  transition: opacity 1.2s;
  position: absolute;
  right: 0;
  opacity: 0;
}
.timeline-title {
  color: #0a2266;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.timeline-text {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}


.contact_info__map {
background: #eaeaea;
    height: 750px;
    padding-right: 0px;
    padding-left: 0px;
    margin: auto;
}

#gmap {
    height: 756px;
    width: 100%;
}



section.work-carousel.metro .section-head {
    padding-top: 80px;
}

section.work-carousel.metro.section-padding.pt-0 {
    background: whitesmoke;
    padding: 120px 0;
}


.about .video-wrapper .stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.about .video-wrapper .stats ul li {
    width: 100%;
    margin-top: 40px;
    padding-right: 20px;
}

.about .video-wrapper .stats ul li span {
    color: #0a2266;
    font-size: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    margin-right: 10px;
}

.about .video-wrapper .stats ul li h6 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}


.about .video-wrapper .stats ul li span i {
    color: #777;
    font-size: 20px;
    font-style: normal;
    margin-right: 2px;
}

.about .video-wrapper{
    min-height:auto;
}


.imgio {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:100%;
}


span.imgio img {
    height: 100%;
}


.about .video-wrapper .vid {
    position: absolute;
    z-index: 8;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}


.about .video-wrapper .img {
    position: relative;
    height: 400px;
    padding: 0;
    overflow: hidden;
        margin-bottom: 50px;
}

.valign h3, .valign h4 {
    color: #000;
    font-weight: bold;
}

.valign h4{
    margin-bottom: 10px;
    font-size: 60px;
}
.valign p {
    margin-bottom : 10px;
}


section.creative.work-carousel.mcolumn.section-padding .content .img:after {
    content: none;
}

section.creative.work-carousel.mcolumn .swiper-slide {
    width: 25%;
    margin-right: 55px;
    position: static;
}

@media only screen and (max-width: 700px)  {
    section.creative.work-carousel.mcolumn .swiper-slide {
        width:80%;
    }
    
}

section.creative.work-carousel.mcolumn .content .cont {
     position: static; 
    bottom: 40px;
    left: 40px;
    color: #1e376c;
    /* display: inline-table; */
    margin-top: 25px;
}

section.creative.work-carousel.mcolumn .content .cont h6{
    
    color: #1e376c;
    transform: translateY(0px);
    opacity: 1 !important;
    visibility: visible;
}

section.creative.work-carousel.mcolumn .content .cont h4{
    
    color: #1e376c;
    
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(0px);
}


section.creative.work-carousel.mcolumn .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 37%;
}



.services .img .rotitle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    background: #0a2266;
    color: #fff;
    z-index: 7;
}


.services .img .rotitle h3 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 15px;
    position: absolute;
   top: 45%;
    left: -128%;
    color: #fff;
    width: 350%;
}

.services .content {
    max-width: 800px;
    padding: 120px 5%;
}

.services .content .item span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    display: table-cell;
    opacity: .1;
}

.services .content .item .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}

.services .content .item {
    margin-bottom: 40px;
}


.timeline-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 52, 113, 0.8);
    z-index: 2;
}

.services .content .item .cont h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0a2266;
}


.stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}


.stats ul li {
    width: 100%;
    margin-top: 40px;
    padding-right: 20px;
}


.stats ul li span {
    color: #0a2266;
    font-size: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    margin-right: 10px;
}


.stats ul li h6 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}


.title-head {
    color: #0a2266;
}



section.min-area.second .img:after {
    right: -300px;
    left: 120px;
}

/*section.intro-section.gray.section-padding {*/
/*    background: whitesmoke;*/
/*}*/

/*path {*/
/*    fill: #fff;*/
/*    stroke: #0a2266 !important;*/
/*}*/



.items .icon path {
    fill: #0a2266;
    stroke: #0a2266 !important;
}

.hamenu .menu-links .main-menu path {
    fill: #0a2266;
}


.stories.bg-img.no-cover.bg-pattern path {
    fill: #cccccc;
    stroke: #0a2266;
}









.faqs-container {
	margin: 0 auto;
	max-width: 60%;
	    padding: 120px 0;
}

.faq {
	background-color: transparent;
	border: 1px solid #9FA4A8;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	transition: 0.3s ease;
}

.faq.active {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}

/*.faq.active::after, .faq.active::before {*/
/*	color: #2ecc71;*/
/*	content: '\f075';*/
/*	font-family: 'Font Awesome 5 Free';*/
/*	font-size: 7rem;*/
/*	position: absolute;*/
/*	opacity: 0.2;*/
/*	top: 20px;*/
/*	left: 20px;*/
/*	z-index: 0;*/
/*}*/

.faq.active::before {
	color: #3498db;
	top: -10px;
	left: -30px;
	transform: rotateY(180deg);
}

.faq-title {
	margin: 0 35px 0 0;
    color: #001f61;
}

.faq-text {
	display: none;
	margin: 30px 0 0;
}

.faq.active .faq-text {
	display: block;
}

.faq-toggle {
	background-color: transparent;
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 30px;
	width: 30px;
}

.faq-toggle:focus {
	outline: none;
}

.faq.active .faq-toggle {
	background-color: #255185;
}

.faq-toggle .fa-times {
	display: none;
}

.faq.active .faq-toggle .fa-times {
	display: block;
}

.faq-toggle .fa-chevron-down {
	color: #255185;
}

.faq.active .faq-toggle .fa-chevron-down {
	display: none;
}

.faqs-container h1 {
    text-align: center;
    margin-bottom: 50px;
}


section.hero-image:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    opacity: .5;
}


section.hero-image {
    position: relative;
}


section.hero-image .caption {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    color: #fff;
}

footer.footer.fixed .row.mt-50 {
    position: relative;
    z-index: 5;
}
















/* Error Page */

.error {
    padding: 120px 0;
}


    .error .clip .shadow
    {
        height: 180px;  /*Contrall*/
    }
    .error .clip:nth-of-type(2) .shadow
    {
        width: 130px;   /*Contrall play with javascript*/ 
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
    {
        width: 250px; /*Contrall*/
    }
    .error .digit
    {
        width: 150px;   /*Contrall*/
        height: 150px;  /*Contrall*/
        line-height: 150px; /*Contrall*/
        font-size: 120px;
        font-weight: bold;
    }
    .error h2   /*Contrall*/
    {
        font-size: 32px;
    }
    .error .msg /*Contrall*/
    {
        top: -190px;
        left: 30%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .error span.triangle    /*Contrall*/
    {
        top: 70%;
        right: 0%;
        border-left: 20px solid #535353;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }


    .error .container-error-404
    {
      margin-top: 10%;
        position: relative;
        height: 250px;
        padding-top: 40px;
    }
    .error .container-error-404 .clip
    {
        display: inline-block;
        transform: skew(-45deg);
    }
    .error .clip .shadow
    {
        
        overflow: hidden;
    }
    .error .clip:nth-of-type(2) .shadow
    {
        overflow: hidden;
        position: relative;
        box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
    }
    
    .error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after
    {
        content: "";
        position: absolute;
        right: -8px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        width: 10px;
        background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
        border-radius: 50%;
    }
    .error .clip:nth-of-type(3) .shadow:after
    {
        left: -8px;
    }
    .error .digit
    {
        position: relative;
        top: 8%;
        color: white;
        background: #0a2266;
        border-radius: 50%;
        display: inline-block;
        transform: skew(45deg);
    }
    .error .clip:nth-of-type(2) .digit
    {
        left: -10%;
    }
    .error .clip:nth-of-type(1) .digit
    {
        right: -20%;
    }.error .clip:nth-of-type(3) .digit
    {
        left: -20%;
    }    
    .error h2
    {
        color: #A2A2A2;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .error .msg
    {
        position: relative;
        z-index: 9999;
        display: block;
        background: #535353;
        color: #A2A2A2;
        border-radius: 50%;
        font-style: italic;
    }
    .error .triangle
    {
        position: absolute;
        z-index: 999;
        transform: rotate(45deg);
        content: "";
        width: 0; 
        height: 0; 
    }

/* Error Page */
@media(max-width: 767px)
{
    /* Error Page */
            .error .clip .shadow
            {
                height: 100px;  /*Contrall*/
            }
            .error .clip:nth-of-type(2) .shadow
            {
                width: 80px;   /*Contrall play with javascript*/ 
            }
            .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow
            {
                width: 100px; /*Contrall*/
            }
            .error .digit
            {
                width: 80px;   /*Contrall*/
                height: 80px;  /*Contrall*/
                line-height: 80px; /*Contrall*/
                font-size: 52px;
            }
            .error h2   /*Contrall*/
            {
                font-size: 24px;
            }
            .error .msg /*Contrall*/
            {
                top: -110px;
                left: 15%;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
            }
            .error span.triangle    /*Contrall*/
            {
                top: 70%;
                right: -3%;
                border-left: 10px solid #535353;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
.error .container-error-404
  {
    height: 150px;
  }
        /* Error Page */
}


section.page-header.project-details {
    background: #c2c2c2;
}



.blog .content {
    width: 100%;
    padding: 40px 70px;
}


.blog .content .date {
    display: table-cell;
    position: relative;
    width: 70px;
    z-index: 2;
}

.blog .content .date h3 {
    font-size: 50px;
    font-weight: 700;
    color: #af986f;
    margin-bottom: 5px;
}

.blog .content .date h6 {
    color: #ccc;
    font-weight: 300;
}


.blog .content .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.blog .content .info h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}

.blog .content .cont h4 {
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 15px;
    word-spacing: -2px;
}

.blog .content .cont .more {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #af986f;
    padding-left: 40px;
    position: relative;
}

.blog .content .cont .more:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #af986f;
    position: absolute;
    top: 50%;
    left: 0px;
}

section.creative.gray.work-carousel.mcolumn.section-padding {
    background: whitesmoke;
}


section.about.section-padding .sub-title:after {
    display: none;
}


.testim-blocks {
    position: relative;
    overflow: hidden;
}

.testim-blocks .navs {
    position: absolute;
    background: #fff;
    right: 15px;
    bottom: 0;
}

.testim-blocks .navs span {
    display: block;
    margin: 12px;
    position: static;
}

.full-width {
    width: 100% !important;
}

.testim-blocks .title h6 {
    /*display:inline-block;*/
    font-size: 14px;
    letter-spacing: 5px;
    color: #0a2266;
    text-transform: uppercase;
    margin-bottom: 5px;
        font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #29376b;
    margin-bottom: 10px;
    padding-top: 0;
}

.testim-blocks .title h4 {
    margin-bottom: 10px;
    font-weight: 700;
}

.testim-blocks .item .icon {
    width: 40px;
    margin-bottom: 15px;
    opacity: .5;
}


.testim-blocks .item .info {
    margin-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 15px;
    border-left: 1px solid #0a2266;
}


/*.testim-blocks:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -30%;
    width: 60%;
    background: #fafafa;
    z-index: -1;
}*/


section.testimonials.testim-blocks.section-padding .author {
    width: auto;
    height: auto;
    border-radius: 0;
}

.testim-blocks .navs span {
    display: block;
    margin: 12px;
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 0;
    color: #0a2266;
    border: none;
}

section.testimonials.testim-blocks.section-padding .navs span:hover {
    color: #0a2266;
    background: transparent;
}



section.creative.gray.work-carousel.mcolumn.section-padding .swiper-slide:hover .img {
    -webkit-box-shadow: none;
    box-shadow: none;
}


section.creative.gray.work-carousel.mcolumn.section-padding .swiper-slide-active .content .cont h6,
section.creative.gray.work-carousel.mcolumn.section-padding .swiper-slide-active .content .cont h4
{
    
        visibility: visible !important;
        transform: translateY(0px) !important;
}


@media (max-width: 500px) {
  
  
  /*.team-member {*/
  /*  margin-bottom: 310px;*/
}


.min-area .img {
    padding: 120px 0 120px 0px;
    position: relative;
    z-index: 3;
}

.page-header .cont {
    padding: 120px 0 120px;
}




.team .item .img {
    position: relative;
    overflow: hidden;
}

  
.videooverlay img {
    width: 400;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

.links .mr-4, .links .mx-4 {
    margin-right: 0.4rem!important;
    display: flex;
    align-items: center;
    
}


.topnav .menu-icon .text {
    width: 45px;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /* width: 140%; */
}

footer .call-action .content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #092266;
    color: transparent;
}


.footeroverlay img {
    width: 300px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

@media only screen and (min-width: 600px){
	.footeroverlay img{
	    width: 400px;
	}

}

.sub-footer .right.text-right {
    text-align: right;
}

@media only screen and (max-width: 768px){

    
    .sub-footer .row {
    justify-content: space-between;
}

}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    padding-top: 15px;
}


section.hero-image .caption {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
        width: 100%;
    text-align: center;
}

h1 {
    font-size: 25px;
}

.caption h1{
    font-size: 35px;
}

/*.blog .content {*/
/*    width: 100%;*/
/*    padding: 40px 25px;*/
/*}*/

/*.testim-blocks:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -30%;
    width: 100%;
    background: #fafafa;
    z-index: -1;
    height: 65%;
}*/

.timeline-slide__content {
    z-index: 5;
    position: absolute;
    bottom: 12%;
    background: #ffffff;
    width: 94%;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 35px 20px;
    opacity: 0;
    transition: opacity 1s;
}

.timeline-year {
    z-index: 5;
    font-size: 35px;
    color: #ffffff;
    background: #0a2266;
    padding: 5px 13px;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    opacity: 0;
}




.about .video-wrapper .stats ul li {
    width: 100%;
    margin-top: 21px;
    padding-right: 20px;
}

.about .video-wrapper .stats ul li span {
    color: #0a2266;
    font-size: 37px;
    font-family: 'Barlow Condensed', sans-serif;
    margin-right: 0;
}

.timeline-nav {
    display: flex;
    padding-left: 56px;
    justify-content: space-evenly;
}



/*section.creative.work-carousel.mcolumn .swiper-slide {*/
/*    width: 90% !important;*/
/*    margin-right: 47px;*/
/*    position: static;*/
/*}*/


section.creative.work-carousel.mcolumn .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 41%;
}


.services .img .rotitle h3 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 45%;
    left: -42%;
    color: #fff;
    width: 172%;
}

.blog-pg.single .post .content .share-info .tags a {
    font-size: 12px;
    margin: 0 10px;
    width: 100%;
}






/*.col-padding{*/
/*    padding: 0px !important;*/
/*}*/


/*.hamenu{*/
/*    bacground: red !important;*/
}






.timeline {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 0.5;
  background: transparent;
  color: #afc9f6;
  margin: 15px 25px !important;
  position: relative;
  font-size: 14px
  line-height: 28px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
}
.timeline-nav__item::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #afc9f6;
  transition: 0.2s;
}
.timeline-nav__item.slick-current {
  color: #0a2266;
  opacity: 1;
}
.timeline-nav__item.slick-current::before {
  background-color: #0a2266;
}
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  margin: 60px auto;
}
@media (max-width: 500px) {
  .timeline-wrapper {
    height: 1000px;
    max-height: 900px;
  }
  	.sub-footer .right.text-right {
        text-align: left !important;
    }
    
    .min-area .content {
    padding: 100px 0;
    width: 100%;
}
  
  .about .video-wrapper .stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    font-size: 25px;
}


button.btn.btn-link {
    /* flex-wrap: wrap; */
    width: 86%;
    white-space: unset;
    text-align: left;
    align-items: center;
}

.card h6 {
    display: flex;
    align-items: center;
}


button.btn.btn-link span {
    /*width: 90%;*/
    white-space: unset;
}


}
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
}
@media (min-width: 1080px) {
  .timeline .slick-list {
    padding: 0 180px !important;
  }
}


.timeline-nav.slick-initialized.slick-slider .slick-track {
    width: 1206px !important;
}


.timeline-nav.slick-initialized.slick-slider .slick-track .timeline-nav__item.slick-slide.slick-active {
    /*width: 11% !important;*/
}



.timeline .slick-track {
  height: 100%;
}
.timeline-slide {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
.timeline-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 52, 113, 0.8);*/
  z-index: 2;
}
.timeline-slide__content {
      z-index: 5;
    position: absolute;
    bottom: 12%;
    background: #ffffff;
    width: 69%;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 75px 40px;
    opacity: 0;
    transition: opacity 1s;
}
@media (max-width: 500px) {
  .timeline-slide__content {
    width: 100%;
  }
}
.timeline-year {
  z-index: 5;
  font-size: 35px;
  color: #ffffff;
  background: #0a2266;
  padding: 15px 26px;
  transition: opacity 1.2s;
  position: absolute;
  right: 0;
  opacity: 0;
}
.timeline-title {
  color: #0a2266;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
.timeline-text {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}
.timeline .slick-current .timeline-year {
  opacity: 1;
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}


.hiddenBody{
    overflow: hidden !important;
}



@media only screen and (max-width: 600px)  {
    .about .video-wrapper .stats ul{
            flex-direction: column;
    }
    
    
    .min-area .img {
    padding: 20px 0 20px 0px;
    position: relative;
    z-index: 3;
}

.topnav .menu-icon .text {
    width: auto;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /* width: 140%; */
}

}




.block.list.search-results .item {
    background: #f5f5f5 !important;
    margin-bottom: 27px;
    padding: 40px;
    
}

.block.list.search-results .item h4{
    font-size: 20px;
    font-weight: 500;
}


.col-md-12.terms-conditions {
    padding: 50px 10px;
}

@media screen and (max-width: 768px){
	.col-md-12.terms-conditions {
    padding: 50px 10px;
}

.work-carousel .content .cont h4 {
    font-weight: 600;
    opacity: 0;
    font-size: 20px;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    margin-bottom: 8px;
}


}

.block.list.search-results .item strong {
    color: #092266;
    padding-bottom: 33px;
    font-weight:600;
}

.text-info {
    color: #092266 !important;
    font-size: 15px;
}

a.text-info:hover {
    color: #0a4099 !important;
}


.Policies h1, .Policies h2, .Policies h3, .Policies strong
{
    
    color: #092266;
 
}

.Policies ul{
    padding: 20px;
}

.Policies li
{
    list-style: disc;
    color: #a7a9ac
}
.Policies *
{
    padding: 20px 0;
    text-align: justify;
}

.pattern
{
    top: 0;
    opacity: 0.1;
    background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px;
    background-image: linear-gradient(rgb(0 0 0 / 30%) 2px, transparent 2px), linear-gradient(90deg, rgb(0 0 0 / 30%) 2px, transparent 2px), linear-gradient(rgb(0 0 0 / 30%) 1px, transparent 1px), linear-gradient(90deg, rgb(0 0 0 / 30%) 1px, transparent 1px);
    z-index: 1;
    width: 100vw;
    height: 100vh;
    position: absolute;
}







section.five.about.section-padding .items {
    background: #f8f8f8;
    color: #a7a9ac;
    margin: 0 5px;
    padding: 15px 20px;
    border-radius: 20px;
    border: 3px solid #ddd;
}

/*section.five.about.section-padding .items img {*/
/*    color: #004393;*/
/*    filter: invert(89%) sepia(88%) saturate(3242%) hue-rotate(200deg) brightness(96%) contrast(103%);*/
/*}*/

.about .items h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}


section.five.about.section-padding .items p{
    color:#000;
  
}


section.five.about.section-padding .items .icon path {
    fill: #ffffff;
    stroke: #0a2266 !important;
}


section.five.gray.about.section-padding {
    background: whitesmoke;
}

.top.social {
    margin-right: 20px;
}

.bottom.social {
    opacity: 0;
}




 @media (max-width: 950px){


section.five.about.section-padding .items {

    margin-bottom: 35px;
}
      .about-padding {
        padding: 100px 10px !important;
    }
      .mobile.about-padding {
        padding: 0px 10px !important;
    }


.blog .row .no-padding {
    /* box-shadow: 0 0 3px #cdcbcb; */
    margin-bottom: 10px;
}


}
@media(max-width:500px){
    
    section.five.about.section-padding .items {
    background: #0a4099;
    color: #fff;
    margin: 0 45px;
    padding: 15px 20px;
    margin-bottom: 35px;
}


.top.social {
    display:none;
}

.bottom.social {
    opacity: 1;
}
}



@media(max-width:320px){
.links .mr-4, .links .mx-4 {
    width: 25%;
    margin-right: 0rem!important;
    text-align: left;
    padding: 0;
}


}



/*section.about.gray.section-padding {*/
/*    background: #fafafa;*/
/*}*/


/*section.blog.gray.section-padding.blck {*/
/*    background: #fafafa;*/
/*}*/






.content.faqs {
    width: 100%;
}



.about .video-wrapper .img {
    position: relative;
    height: 400px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
}


.img.min-width img {
    width: 80%;
}

@media screen and (max-width: 767px) {
    .sm-mb10 {
        margin-bottom: 10px;
    }

    .sm-mb20 {
        margin-bottom: 20px;
    }

    .sm-mb30 {
        margin-bottom: 30px;
    }

    .sm-mb40 {
        margin-bottom: 40px;
    }

    .sm-mb50 {
        margin-bottom: 50px;
    }

    .sm-mb60 {
        margin-bottom: 60px;
    }

    .sm-mb70 {
        margin-bottom: 70px;
    }

    .sm-mb80 {
        margin-bottom: 80px;
    }

    .sm-pb10 {
        padding-bottom: 10px;
    }

    .sm-pb20 {
        padding-bottom: 20px;
    }

    .sm-pb30 {
        padding-bottom: 30px;
    }

    .sm-pb40 {
        padding-bottom: 40px;
    }

    .sm-pb50 {
        padding-bottom: 50px;
    }

    .sm-pb60 {
        padding-bottom: 60px;
    }

    .sm-pb70 {
        padding-bottom: 70px;
    }

    .sm-pb80 {
        padding-bottom: 80px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px !important;
    }
    .valign h4 {
        margin-top: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .hamenu .menu-links .main-menu > li {
        font-size: 24px;
    }

    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 18px;
    }

    .topnav .container-fluid {
        padding: 0 30px;
    }

    .section-padding,
    .min-area .content {
        padding: 100px 0;
    }

    .section-head h6 {
        letter-spacing: 2px;
        font-size: 12px;
    }

    .topnav .logo {
        width: 120px;
    }

    .section-head {
        margin-bottom: 60px !important;
    }

    .slider .parallax-slider .caption h1,
    .slide-full .capt h1,
    .slider-portfolio .swiper-slide .caption h1 {
        font-size: 40px;
    }

    .slider .parallax-slider .caption p {
        padding: 0 30px;
    }

    .extra-title,
    .agency .content h4,
    .min-area .content h4 {
        font-size: 30px;
    }

    .agency .imgsec .imgtwo {
        display: none;
    }

    .agency .imgsec .imgone:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
    }

    .agency .imgsec .exp {
        right: 30px;
        position: absolute;
        bottom: 30px;
        color: #fff;
        padding: 0;
        z-index: 2;
    }

        .agency .imgsec .exp h6 {
            color: #eee;
        }

    .footer-sm,
    .footer-sm .right p {
        text-align: center;
    }


    .progress-wrap {
        right: 20px;
        bottom: 20px;
        width: 30px;
        height: 30px;
    }

        .progress-wrap::after {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

    .clients .bord {
        border: 0;
    }

    .call-action .content h2,
    .call-action.next .content h2 {
        font-size: 50px;
    }

    .blog-pg .posts .item .content {
        position: relative;
    }

        .blog-pg .posts .item .content .col-10,
        .blog-pg .posts .item .content .col-2 {
            width: 100%;
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .blog-pg .posts .item .content .col-2 {
            position: absolute;
            right: 0px;
            top: -90px;
            z-index: 3;
        }

        .blog-pg .posts .item .content .date a {
            padding: 10px;
            background: #fff;
            margin: 0;
        }

        .blog-pg .posts .item .content .date .num {
            font-size: 25px;
            margin: 0;
        }

    .blog-pg.single .comments-area .item.relped {
        margin-left: 0px;
    }

    .blog-pg.single .post .img {
        min-height: 50vh;
    }

    .blog-pg.single .comments-area .item .info h6 span {
        display: block;
        margin: 10px 0 0 0;
    }
    
  
}

@media screen and (max-width: 480px) {
    .hamenu .cont-info {
        display: none;
    }
    
section.about.section-padding .intro {
    padding: 0 18px;
}


.min-area .img {
    padding: 0 0 0px 0px;
    position: relative;
    z-index: 3;
}



.blog .item .img {
    border-radius: 3px;
    overflow: hidden;
        height: auto;
}

.blog .item .img img {
    height: auto;
}



    
    .about .video-wrapper .vid {
    position: absolute;
    z-index: 8;
    top: calc(37% - 50px);
    left: calc(50% - 50px);
}

 
.col-lg-6.order2.valign.no-padding {
    order: 1;
}



    .hamenu .menu-links .main-menu > li {
        font-size: 20px;
        padding: 7px;
    }

    .hamenu .menu-links .main-menu .sub-menu li {
        font-size: 16px;
    }

    .topnav .container-fluid {
        padding: 0 15px;
        align-items: center;
    }

    .slide-full .capt .dis,
    .slider-portfolio .swiper-slide .caption .dis,
    .slider .parallax-slider .caption .dis {
        padding-left: 0;
        letter-spacing: 2px;
        margin-top: 20px;
    }

        .slide-full .capt .dis:after,
        .slider-portfolio .swiper-slide .caption .dis:after,
        .slider .parallax-slider .caption .dis:after {
            display: none;
        }

    .slide-controls .swiper-button-next {
        right: 5px;
    }

        .slide-controls .swiper-button-next i {
            left: 30px;
        }

            .slide-controls .swiper-button-next i:after {
                width: 20px;
            }

    .slide-controls .swiper-button-prev {
        left: 5px;
    }

        .slide-controls .swiper-button-prev i {
            left: 10px;
        }

            .slide-controls .swiper-button-prev i:after {
                width: 20px;
            }

    .slide-controls .swiper-button-next,
    .slide-controls .swiper-button-prev {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

        .slide-controls .swiper-button-next:hover {
            right: 0 !important;
        }

        .slide-controls .swiper-button-prev:hover {
            left: 0 !important;
        }

    .slide-full .capt h1,
    .slider-portfolio .swiper-slide .caption h1,
    .slider .parallax-slider .caption h1 {
        font-size: 20px;
    }

    .slider .parallax-slider .caption p {
        display: none;
    }

    .work-carousel .swiper-button-next,
    .work-carousel .swiper-button-prev {
            width: 31px;
        height: 62px;
        line-height: 35px;
        font-size: 16px;
        opacity:1;
    }

    .work-carousel .swiper-button-next {
        right: 15px;
    }

    .work-carousel .swiper-button-prev {
        left: 15px;
    }

    .work-carousel .content .cont h6 {
        letter-spacing: 2px;
            margin: auto !important;
    width: 56%;
    }

    .work-carousel .content .cont h4 {
        /*font-size: 20px;*/
        font-size: 17px;
        width: 60%;
    margin: 13px auto;
    }

    .work-carousel .content .cont {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 20px;
    }

    .process .content ul li span {
        font-size: 40px;
        width: 60px;
    }

    .process .content {
        padding: 80px 25px;
    }

    .testimonials p {
        font-size: 16px;
    }

    .testimonials .quote-text .quote-icon {
        right: 30px;
        width: 40px;
    }

    .agency .img .icon {
        width: 70px;
        height: 70px;
        line-height: 90px;
    }

        .agency .img .icon svg {
            width: 60px;
        }

    .agency .img .exp h2 {
        font-size: 55px;
    }



    .page-header .img-wrapper .title h3 {
        font-size: 40px;
    }

    .call-action .content h2,
    .call-action.next .content h2 {
        font-size: 38px;
    }

    .blog-pg.single .post .content .share-info {
        display: block;
    }

        .blog-pg.single .post .content .share-info .tags,
        .blog-pg.single .post .content .share-info .social {
            display: block;
            width: 100%;
            text-align: center;
        }

        .blog-pg.single .post .content .share-info .tags {
            margin-top: 20px;
        }

    .blog-pg.single .post .author {
        padding: 30px 15px;
    }

        .blog-pg.single .post .author .author-img {
            display: block;
            width: 120px;
            margin: 0 auto 30px;
        }

        .blog-pg.single .post .author .info {
            display: block;
            padding: 0;
            text-align: center;
        }

    .blog-pg.single .comments-area .item .comment-img {
        display: block;
        margin: 0 auto 30px;
        width: 60px;
    }

    .blog-pg.single .comments-area .item .info {
        display: block;
        padding: 0;
        text-align: center;
    }

    .blog-pg.single .comments-area .item.relped {
        margin-left: 0px;
    }

    .blog-pg.single .comments-area .item .info h6 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .blog-pg.single .comments-area .item .info .replay {
        top: -25px;
    }

    .portfolio.gutter .gallery .items {
        margin-top: 30px;
        padding: 0 15px;
    }

    .portfolio .filtering span {
        margin: 0 6px;
        font-size: 13px;
        line-height: 1.6;
    }

        .portfolio .filtering span:after {
            display: none;
        }
}



