/*===============================================

Template Name: space - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. space	Main Menu Area Css
02. space Slider Area Css
03. space Shape Images Css
04. space Breatcome Area Css
05. space Feature Area Css
06. space Service Area Css
07. space Section TitleNAV
08. space About  Area  Css
09. space Counter Area  Css
10. space Feature Box Area  Css
11. space Team Area  Css
12. space Pricing Area  Css
13. space Portfolio Area  Css
14. space Testimonial Area  Css
15. space Call Do Action Area  Css
16. space Blog Area  Css
17. space Subscribe Area CSS
18. space Subscribe Area CSS
19. space Contact Now Area Css 
20. space Contact Form Area Css
21. space GOOGLE MAP AREA CSS
22. space Middle Footer CSS
23. space Footer Bottom Area Css 
24. space BLOG DETAILS AREA CSS
25. space Team Details Area Css
26. space Skill Area Css
27. space Error Page Area Css
25. space Team Details Area Css
=======================*/
/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */
/*============================
 space Main Menu Area Css
==============================*/
html {
    scroll-behavior: smooth;
}

.btnWhatsApp {
    background: #25d366;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 105px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    z-index: 2;
}

    .btnWhatsApp i {
        font-size: 28px;
        color: #ffffff;
        padding-left: 2px;
        margin-top: 12px;
    }

    .btnWhatsApp::after {
        z-index: -1;
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 45px;
        height: 45px;
        -webkit-animation: ripple 1.6s ease-out infinite;
        -moz-animation: ripple 1.6s ease-out infinite;
        -o-animation: ripple 1.6s ease-out infinite;
        animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        background-image: -moz-linear-gradient(0deg, #25d366 0%, #25d366 100%);
        background-image: -webkit-linear-gradient(0deg, #25d366 0%, #25d366 100%);
        background-image: -ms-linear-gradient(0deg, #25d366 0%, #25d366 100%);
        border-radius: 100%;
    }

.by {
    color: #f9d800;
}

.imgQS {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: 10px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #cfcfcf;
}

.space_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}

.up.space_nav_manu {
    background: #1B192F;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
}

.upper1.space_nav_manu {
    background: transparent;
    z-index: 444;
    position: relative;
    margin-bottom: -91px;
    border-bottom: 1px solid #807e94;
    padding: 0 0 0 42px;
}

.insta-feed {
    max-width: 855px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px auto;
}

    .insta-feed .insta-feed-item {
        margin: 5px;
    }

        .insta-feed .insta-feed-item img {
            width: 275px;
            height: 275px;
        }

/* space Menu Css*/
.logo2 img {
    width: 45%;
}

.logo img {
    width: 100%;
}

.space_menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.space_menu > ul > li {
    display: inline-block;
    position: relative;
}

    .space_menu > ul > li > a {
        display: block;
        margin: 30px 13px;
        -webkit-transition: .5s;
        position: relative;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Rajdhani';
        background: linear-gradient( to right, #f9d800, #f9d800, 50%, #fff 50%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-size: 200%, 100%;
        background-position: 100%;
    }

ul.nav_scroll li i {
    font-size: 15px;
    display: inline-block;
}

.space_menu > ul > li > a:hover {
    background-position: 0%;
}

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

    .top-social-icon ul li {
        display: inline-block;
        list-style: none;
    }

.top-social-icon {
    float: right;
    margin-left: 172px;
}

.space_nav_manu.style-two.upper1 .top-social-icon {
    float: right;
    margin-left: 0;
}

.top-social-icon a {
    display: inline-block;
    color: #fff;
    margin-left: 32px;
    margin-top: 30px;
}
/*sticky*/
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #282828;
    transition: .5s;
    z-index: 4;
    border: 0;
}

    .sticky .space_menu > ul > li > a {
        display: block;
        margin: 30px 13px;
        transition: .5s;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .sticky.upper1.space_nav_manu {
        z-index: 444;
        position: relative;
        margin-bottom: -91px;
        border-bottom: none;
        padding: 0 0 0 42px;
        background: #000;
    }

    .sticky .lines {
        display: none;
    }

    .sticky.style-two .search-box-btn i {
        display: inline-block;
        color: #33354b;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
    }

    .sticky.style-two .header-button {
        float: right;
        margin: 20px 138px 0 0px;
    }

    .sticky.style-two .slider-button-text {
        float: right;
        position: relative;
        margin: -72px 0px 0 0;
    }
/* sub menu style */
.space_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #f9d800;
}

.space_menu ul li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.space_menu ul .sub-menu li {
    position: relative;
}

    .space_menu ul .sub-menu li a {
        display: block;
        padding: 12px 20px;
        margin: 0;
        line-height: 1.3;
        letter-spacing: normal;
        font-size: 17px;
        font-weight: 600;
        font-family: 'Rajdhani';
        text-transform: capitalize;
        transition: .1s;
        visibility: inherit !important;
        color: #616161;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

    .space_menu ul .sub-menu li:hover > a,
    .space_menu ul .sub-menu .sub-menu li:hover > a,
    .space_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
    .space_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
        background: #f9d800;
        color: #fff !important;
    }
/* sub menu 2 */
.space_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.space_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 3 */
.space_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.space_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.space_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}
/* sub menu 4 */
.space_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.space_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}

.space_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.space_nav_manu.sticky a.dtbtn:hover {
    color: #fff !important;
}

.white .header-button .dtbtn {
    background: #423e6d;
    border-color: #423e6d;
}

.space_menu li a:hover:before {
    width: 101%;
}

.space_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.space_nav_manu.sticky .main_sticky {
    display: inherit;
}

.space_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #fc9615;
    border: 2px solid #fc9615;
}

    .space_nav_manu.sticky a.dtbtn:hover {
        color: #43baff;
    }

.mobile-menu.mean-container {
    overflow: hidden;
}

/*------ button LGPD ------*/
.insulfilm {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.cookies {
    background: #ffffff;
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    -webkit-box-align: center;
    padding: 10px;
    margin: 0 auto;
    border-radius: 12px;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 25px;
    z-index: 9999;
    box-shadow: 0px 0px 10px #bbbbbb;
}

    .cookies p {
        font-size: 12px;
        color: #434345;
        margin: 10px;
    }

        .cookies p a {
            font-weight: bold;
            text-decoration: none;
            color: #f9d800;
            transition: all ease-in-out .33s;
        }

            .cookies p a:hover {
                text-decoration: underline;
            }

    .cookies button {
        background: transparent;
        font-size: 12px;
        text-align: center;
        color: #f9d800;
        padding: 10px 20px;
        margin: 10px;
        border-radius: 8px;
        border: 1px solid #f9d800;
        cursor: pointer;
        transition: all ease-in-out .33s;
        font-weight: bold;
    }

        .cookies button:hover {
            background: #f9d800;
            color: #ffffff;
            border: 1px solid #f9d800;
        }
/*====================================================
--<	space Header Top Menu Area Css -->
======================================================*/
/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #f9d800;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup .form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

    .search-popup .form-group input[type="text"],
    .search-popup .form-group input[type="search"] {
        width: 100%;
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        padding: 10px 30px;
        transition: all 500ms ease;
        font-weight: 500;
        border: 0;
    }

        .search-popup .form-group input[type="text"]:focus,
        .search-popup .form-group input[type="search"]:focus {
            box-shadow: none;
        }

    .search-popup .form-group input[type="submit"], .search-popup .form-group button, .form-group a {
        background: #f9d800;
        text-align: center;
        font-size: 25px;
        font-weight: 500;
        color: #000000;
        padding: 21px;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        border: none;
    }

        .search-popup .form-group input[type="submit"]:hover,
        .search-popup .form-group button:hover, .form-group a:hover {
            color: #000000;
        }

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    float: right;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .search-box-btn i {
        display: inline-block;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 22px;
        cursor: pointer;
        transition: .5s;
    }

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #f9d800;
}
/*header button*/
.style-two.upper1 .header-button {
    float: right;
    margin: 20px 192px 0 0px;
}

    .style-two.upper1 .header-button i {
        display: inline-block;
        font-size: 22px;
        color: #f9d800;
        background: #fff;
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 3px;
        text-align: center;
        transition: .5s;
    }

.style-two.upper1 .slider-button-text {
    float: right;
    position: relative;
    margin: 20px -184px 0 0;
    z-index: 4;
}

.style-two .space_menu ul {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.style-two .header-button {
    float: right;
    margin: 20px 87px 0 0px;
}

    .style-two .header-button i {
        display: inline-block;
        font-size: 22px;
        color: #fff;
        background: linear-gradient(to top, #FC7C52 0%, #F14230 96%);
        width: 48px;
        height: 48px;
        line-height: 48px;
        border-radius: 3px;
        text-align: center;
        transition: .5s;
    }

.style-two .slider-button-text {
    float: right;
    position: relative;
    margin: -72px -51px 0 0;
}

    .style-two .slider-button-text p {
        color: #fff;
        margin: 0;
        font-size: 14px;
        text-align: left;
    }

    .style-two .slider-button-text h2 {
        font-size: 20px;
        color: #fff;
        margin: 0;
    }

.style-two .header-button i:hover {
    transform: rotateY(180deg);
}
/*nav button*/
.nav-btn.navSidebar-button {
    display: inline-block;
}

    .nav-btn.navSidebar-button span i {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #f9d800;
        border-radius: 50%;
        text-align: center;
        margin-left: 20px;
        font-size: 20px;
    }

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 430px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 35px;
}

.close-side-widget i {
    color: #f9d800;
    font-size: 24px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #f9d800;
}
/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #f9d800;
}

.contact-info h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
}

    ul.list-style-one li span {
        font-size: 22px;
        font-weight: 600;
        color: #f9d800;
        margin: 0 10px 0 0px;
    }

ul.social-box {
    margin: 30px 0 0;
}

    ul.social-box li {
        display: inline-block;
        list-style: none;
        margin: 0 6px 0 0;
    }

        ul.social-box li a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 36px;
            text-align: center;
            background: #fff;
            transition: .5s;
            font-size: 18px;
            border-radius: 3px;
        }

            ul.social-box li a:hover {
                background: #f9d800;
                color: #fff;
            }
/*
<!-- ============================================================== -->
<!-- Start slider area Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(/assets/images/slider/slider-bg1.jpg);
    height: 875px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.slider-content h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    animation: 0.8s 0.8s fadeInUp both;
    border-top: 1px solid #f9d800;
    display: inline-block;
    margin-bottom: 9px;
    padding-top: 9px;
}

.slider-content h1 {
    font-size: 90px;
    color: #fff;
    line-height: 0.9;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-content span {
    color: #f9d800;
}

.slider-content p {
    color: #fff;
    margin: 10px 0 14px;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}

.slider-button a {
    background: #f9d800;
    padding: 14px 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #f9d800;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 2;
    animation: 1s 2s fadeInUp both;
    position: relative;
}

    .slider-button a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scale(0);
        transition: .5s;
    }

.slider-button i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    color: #f9d800;
    border-radius: 100%;
    transition: .3s;
}

a.slider-button3 {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 16px;
    position: relative;
    z-index: 1;
}

    a.slider-button3:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #f9d800;
        transform: scale(0);
    }

.slider-button a:hover:before {
    transform: scale(1);
}

.slider-button a:hover {
    color: #f9d800;
    border: 1px solid #fff;
}

    .slider-button a:hover i {
        background: #f9d800;
        color: #fff;
    }
/*button 3*/
a.slider-button3:hover:before {
    transform: scale(1);
}

a.slider-button3:hover {
    color: #fff;
    border: 1px solid #f9d800;
}

    a.slider-button3:hover i {
        background: #fff;
        color: #f9d800;
    }
/*slider thumb*/
.dreamit-slider-thumb {
    margin-top: 45px;
}

.slider-socail-icon {
    position: absolute;
    left: 70px;
    bottom: 232px;
}

    .slider-socail-icon a {
        width: 30px;
        height: 30px;
        display: block;
        background: transparent;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        margin: 11px 0;
        border: 1px solid #fff;
        border-radius: 100%;
        transition: .3s;
    }

    .slider-socail-icon span {
        font-size: 18px;
        font-family: 'Rajdhani';
        color: #fff;
        writing-mode: vertical-rl;
        font-weight: 500;
        margin-top: 60px;
    }

span.follow-us {
    position: relative;
    z-index: 1;
}

    span.follow-us:before {
        position: absolute;
        content: "";
        z-index: 1;
        background: #f9d800;
        width: 2px;
        height: 49px;
        top: -58px;
        left: 14px;
    }

.slider-socail-icon a:hover {
    background: #f9d800;
    color: #fff;
    border: 1px solid #f9d800;
}
/*style two*/
.slider-area.slider2 {
    background: url(/assets/images/slider/slider-bg2.jpg);
    position: relative;
    z-index: 1;
}

.dreamit-slider-thumb-1 {
    position: absolute;
    right: 13px;
    top: -180px;
    animation: 0.8s 0.8s fadeInUp both;
}

.slider2 .slider-content p {
    color: #fff;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}

.slider2 .slider-socail-icon {
    position: absolute;
    right: 50px;
    left: inherit;
    bottom: 215px;
}

.slider-socail-icon a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin: 11px 0;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: .3s;
}

.slider-socail-icon span {
    font-size: 18px;
    font-family: 'Rajdhani';
    color: #fff;
    writing-mode: vertical-rl;
    font-weight: 500;
    margin-top: 60px;
}

span.follow-us {
    position: relative;
    z-index: 1;
}

    span.follow-us:before {
        position: absolute;
        content: "";
        z-index: 1;
        background: #f9d800;
        width: 2px;
        height: 49px;
        top: -58px;
        left: 14px;
    }

.slider-socail-icon a:hover {
    background: #f9d800;
    color: #fff;
    border: 1px solid #f9d800;
}
/*slider three*/
.slider3.slider-area {
    background: url(/assets/images/slider/slider-bg3.jpg);
    height: 875px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.slider3 .dreamit-slider-thumb-1 {
    position: absolute;
    right: 30px;
    top: -232px;
    animation: 0.8s 0.8s fadeInUp both;
}

.slider3 .slider-content.text-left {
    margin-left: 87px;
}

.slider3 .slider-content p {
    color: #bcc7cd;
    margin: 10px 0 14px;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}

.slider3 .slider-button a {
    background: #f9d800;
    padding: 14px 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
    animation: 1s 2s fadeInUp both;
}

.video-text p {
    position: relative;
    top: -72px;
    left: 70px;
    font-family: 'Rajdhani';
    font-weight: 500 !important;
    text-transform: uppercase;
}

.video-text h5 {
    position: relative;
    top: -84px;
    left: 68px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.slider-shape {
    position: absolute;
    z-index: 1;
    animation: 1s 1.6s fadeInUp both;
}

.slider-shape-inner1 img {
    position: absolute;
    left: 250px;
    top: -178px;
}

.slider-shape-inner2 img {
    position: absolute;
    top: 130px;
    left: -132px;
}

.slider-shape-inner3 img {
    position: absolute;
    left: 513px;
    top: 329px;
}

.slider-shape-inner4 img {
    position: absolute;
    left: 683px;
    bottom: 181px;
}

.slider-shape-inner4 img {
    position: absolute;
    left: 683px;
    bottom: 182px;
}

.slider-shape-inner5 img {
    position: absolute;
    bottom: 516px;
    left: 552px;
}

.slider-shape-inner6 img {
    position: absolute;
    right: 184px;
    bottom: 255px;
}

.slider3 .slider-button a:hover {
    background: #fff;
    color: #f9d800;
}
/*style four*/
.slider4.slider-area {
    background: url(/assets/images/slider/slider-1.jpg);
    height: 875px;
    position: relative;
    z-index: 1;
    height: 950px;
}

.slider-area.slider5 {
    background: url(/assets/images/slider/slider-2.jpg);
    position: relative;
    z-index: 1;
    height: 950px;
}

.slider-area.slider6 {
    background: url(/assets/images/slider/slider-3.jpg);
    position: relative;
    z-index: 1;
    height: 950px;
}

.slider7.slider-area {
    background: url(/assets/images/slider/slider-7.jpg);
    height: 950px;
    position: relative;
    z-index: 1;
}

.slider-content2 h1 {
    font-size: 120px;
    color: #fff;
    line-height: 112px;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-content2 h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    animation: 0.8s 0.8s fadeInUp both;
    border-top: 0;
    display: inline-block;
    margin-bottom: 4px;
}

.slider-button2 a {
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
    padding: 18px 35px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
    animation: 1s 2s fadeInUp both;
    position: relative;
    z-index: 1;
}

    .slider-button2 a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scale(0);
        border-radius: 5px;
        transition: .5s;
    }

.slider-button2 i {
    display: inline-block;
    font-size: 26px;
    margin-left: 7px;
    color: #fff;
    border-radius: 100%;
    transition: .3s;
}

.slider-button2 a:hover:before {
    transform: scale(1);
}

.slider-button2 a:hover i {
    color: #ED2D22;
}

.slider-button2 a:hover {
    color: #ED2D22;
}

.slider-socail-icon2 {
    position: absolute;
    left: 70px;
    bottom: 232px;
}

    .slider-socail-icon2 a {
        width: inherit;
        height: inherit;
        display: block;
        background: transparent;
        color: #fff;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        margin: 25px 0 0 -50px;
        border: 0;
        writing-mode: vertical-lr;
        transition: .5s;
    }

        .slider-socail-icon2 a:hover {
            color: #ED2D22;
        }
/*slider-thumb*/
.slider-shape-thumb-inner img {
    position: absolute;
    right: 0;
    top: 0;
    animation: 1s 1.6s fadeInRight both;
}

.slider-shape-thumb-inner1 img {
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s 1.6s fadeInLeft both;
}

.slider-shape-thumb-inner2 {
    position: absolute;
    right: 145px;
    bottom: 55px;
}

    .slider-shape-thumb-inner2 img {
        animation: 1s 1.6s fadeInRight both;
    }

.slider-shape-thumb-inner3 {
    position: absolute;
    left: -5px;
    top: 75px;
    animation: moveLeftBounce 3s linear infinite;
}
/*slider seeven*/
.slider7 .slider-content h4 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    animation: 0.8s 0.8s fadeInUp both;
    border-top: 0;
    display: inline-block;
    margin-bottom: 9px;
    padding-top: 9px;
}

.slider7 .slider-content h1 {
    font-size: 80px;
    color: #fff;
    line-height: 0.9;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    text-transform: uppercase;
}

.slider7 .dreamit-slider-thumb-2 img {
    width: 100%;
    position: relative;
    margin: 0 0 0px 50px;
    z-index: 1;
    animation: 1s 1.6s fadeInRight both;
}

.slider7 .slider-button a {
    background: linear-gradient(to right, #f9d800 20%, #FF8B5A 85%);
    padding: 14px 30px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
    animation: 1s 2s fadeInUp both;
}
/*shape*/
.slider7 .slider-shape-inner4 img {
    position: absolute;
    left: 683px;
    bottom: -130px;
}

.slider7 .slider-shape-inner1 img {
    position: absolute;
    left: 595px;
    top: -178px;
}

.slider7 .slider-shape-inner2 img {
    position: absolute;
    top: 284px;
    left: 695px;
}

.slider7 .slider-shape-inner3 img {
    position: absolute;
    left: 360px;
    top: 329px;
}

.slider7 .slider-shape-inner5 img {
    position: absolute;
    bottom: 448px;
    left: 439px;
}

.slider7 .slider-shape-inner6 img {
    position: absolute;
    left: -100px;
    bottom: 280px;
}

.slider7 .circle-shape-thumb {
    position: absolute;
    left: -23px;
    bottom: -121px;
}
/*slider eight*/
.slider-area.slider8 {
    height: 950px;
    background: url(/assets/images/slider/banner-a.png);
    position: relative;
    z-index: 1;
}

.slider8 .slider-content h1 {
    font-size: 110px;
    color: #fff;
    line-height: 92px;
    animation: 1s 1.6s fadeInUp both;
    font-weight: 700;
    text-transform: uppercase;
}

.slider8 .slider-content p {
    color: #fff;
    margin: 20px 0 19px;
    font-size: 16px;
    animation: 1s 2s fadeInUp both;
    font-weight: 400;
}

.slider-thumb-images {
    position: relative;
    margin-left: -113px;
    margin-right: -137px;
    margin-top: 60px;
}

    .slider-thumb-images img {
        width: 100%;
        animation: 1s 1.6s fadeInRight both;
    }

.shape-inner img {
    position: absolute;
    bottom: 390px;
    left: 512px;
}

.shape-inner-1 img {
    position: absolute;
    bottom: 40px;
    left: -60px;
}
/*agency shape*/
.agency-shape {
    position: absolute;
    top: 23%;
    right: -136px;
}

    .agency-shape h1 {
        font-size: 200px;
        color: transparent;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255,255,255,0.4);
        text-transform: uppercase;
    }
/*==========================================
    Video  Css  
 ==========================================*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -83%;
    left: 50%;
}

    .rs-video .animate-border a {
        left: -26%;
        top: -70%;
        color: #fff;
    }

.video-vemo-icon {
    background: #f9d800;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
}

    .video-vemo-icon:before {
        content: "";
        background: #6a2b41;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        -webkit-animation-delay: .75s;
        animation-delay: 0.75s;
    }

.video-vemo-icon1:after {
    content: "";
    border: 2px solid #ffbb00;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}
/*style two*/
.style-four.rs-video {
    display: inline-block;
    position: relative;
    top: -72px;
    left: 42%;
}

.style-four .animate-border a {
    color: #fff;
    border-radius: 0 6px;
}

.style-four .video-vemo-icon3 {
    background: linear-gradient(to right, #f9d800 6%, #FF8B5A 84%);
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue-1 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue-1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,345, 0.3);
        box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0);
        box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0);
    }
}

@keyframes ripple-blue-1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3);
        box-shadow: 0 0 0 0 rgba(241,103,34, 0.3), 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0);
        box-shadow: 0 0 0 10px rgba(241,103,34, 0.3), 0 0 0 20px rgba(241,103,34, 0.3), 0 0 0 30px rgba(241,103,34, 0);
    }
}
/*style three*/
.rs-video.style-three {
    display: inline-block;
    position: relative;
    top: -61%;
    left: 111%;
}

.style-three .video-vemo-icon2 {
    background: #000000;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}
/*
<!-- ============================================================== -->
<!-- Start section title area Css -->
<!-- ============================================================== -->*/
.video-bg {
    background: url(/assets/images/resource/video.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 215px 0 222px;
    border-radius: 10px;
    position: relative;
    margin-bottom: -230px;
}

.video-title h4 {
    font-size: 40px;
    color: #fff;
    text-align: right;
}

.video-button a {
    display: inline-block;
    padding: 16px 35px;
    background: #fff;
    color: #262729;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    margin-top: 18px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

    .video-button a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform: scale(0.0, 1);
        opacity: 0;
        border-radius: 3px;
    }

.video-button span {
    margin-left: 6px;
}

.video-button i {
    display: inline-block;
    color: #ED411D;
    font-size: 23px;
    transition: .5s;
}

.video-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #1b1d21;
    color: #fff;
}

.video-button a:hover {
    color: #fff;
}

.video-button:hover i {
    color: #fff;
}
/*style two*/
.style-two.video-area {
}

.upper1.video-bg {
    margin-bottom: 0;
}


/*style three*/
.video-area.style-three {
    background: #212123;
}

/*
<!-- ============================================================== -->
<!-- Start section title area Css -->
<!-- ============================================================== -->*/
.dreamit-section-title {
    margin-bottom: 35px;
}

    .dreamit-section-title h1 {
        font-size: 52px;
        font-weight: 700;
        line-height: 1;
    }

    .dreamit-section-title h5 {
        color: #f9d800;
        font-size: 20px;
        margin-bottom: 4px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        display: inline-block;
    }

        .dreamit-section-title h5:before {
            position: absolute;
            z-index: 1;
            content: "";
            display: inline-block;
            width: 40px;
            height: 1px;
            background: #f9d800;
            right: -46px;
            top: 15px;
        }

    .dreamit-section-title:after {
        position: absolute;
        content: "";
        left: -5px;
        top: -16px;
        background: url(/assets/images/resource/section1.png);
        width: 63px;
        height: 63px;
        display: inline-block;
        background-repeat: no-repeat;
    }

    .dreamit-section-title span {
        color: #f9d800;
    }

span.color2 {
    color: #f9d800;
}

span.color1 {
    color: #f9d800;
}

span.color3 {
    color: #EB401E;
}

.dreamit-section-title p {
    margin: 15px 0 0;
}

.section-text {
    margin-top: 50px;
}
/*style two*/
.style-two.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #f9d800;
    width: 38px;
    height: 1px;
    display: inline-block;
}

.style-two.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 486px;
    top: -9px;
    background: url(/assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*style three*/
.style-three.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #f9d800;
    width: 38px;
    height: 1px;
    display: inline-block;
}

.style-three.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 486px;
    top: -9px;
    background: url(/assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*style four*/
.style-four.dreamit-section-title h5 {
    color: #f9d800;
    font-size: 20px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.style-four.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 0;
    top: -9px;
    background: url(/assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}

p.text-color {
    color: #b4bfc5;
}
/*style two*/
.dreamit-section-title2 {
    margin-bottom: 35px;
}

    .dreamit-section-title2 h1 {
        font-size: 52px;
        font-weight: 700;
        line-height: 1;
        z-index: 1;
    }

    .dreamit-section-title2 h5 {
        color: #f9d800;
        font-size: 20px;
        margin-bottom: 4px;
        text-transform: uppercase;
        position: relative;
    }

    .dreamit-section-title2 span {
        color: #f9d800;
    }

    .dreamit-section-title2 p {
        margin: 13px 0 0;
    }
/*five*/
.style-five.dreamit-section-title h5:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 16px;
    background: #f9d800;
    width: 38px;
    height: 1px;
    display: inline-block;
}

.style-five.dreamit-section-title:after {
    position: absolute;
    content: "";
    left: 522px;
    top: -11px;
    background: url(/assets/images/resource/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
/*space section title*/
.space-section-title h5 {
    position: relative;
    z-index: 1;
    color: #F14130;
    padding: 0 0 18px;
}

    .space-section-title h5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 145px;
        height: 37px;
        background: linear-gradient(to right, #FDDCE6 0%, #FBF0F1 100%);
        left: 0;
        right: 0;
        margin: auto;
        top: -6px;
        border-radius: 3px;
    }

.space-section-title h1 {
    font-size: 50px;
    line-height: 1;
    color: #000e52;
    text-transform: uppercase;
}

p.feature-text {
    padding: 13px 272px 40px;
}
/*about style*/
.style-two.space-section-title h5 {
    position: relative;
    z-index: 1;
    color: #F14130;
    padding: 0 0 18px 35px;
}

    .style-two.space-section-title h5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 145px;
        height: 37px;
        background: linear-gradient(to right, #DFFDE5 0%, #F0FDE3 100%);
        left: 0;
        right: 0;
        margin: 0;
        top: -6px;
        border-radius: 3px;
    }

p.about-text {
    padding: 20px 0 26px;
}
/*skill style*/
.skill.space-section-title h5 {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0 0 18px 35px;
}

    .skill.space-section-title h5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 198px;
        height: 40px;
        background: linear-gradient(to right, #0A196C 13%, #091E91 100%);
        left: 0;
        right: 0;
        margin: 0;
        top: -7px;
        border-radius: 3px;
    }

.skill.space-section-title h1 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

p.skill-text {
    padding: 20px 0 0;
}
/*counter style*/
.counter-1.space-section-title h5 {
    position: relative;
    z-index: 1;
    color: #F13E2D;
    padding: 0 0 18px 35px;
}

    .counter-1.space-section-title h5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 198px;
        height: 40px;
        background: linear-gradient(to right, #FDDCE6 0%, #FBF0F1 100%);
        left: 0;
        right: 0;
        margin: 0;
        top: -7px;
        border-radius: 3px;
    }

p.counter-text1 {
    padding: 14px 0 0;
}
/*portfolio style*/
.portfolio.space-section-title h5 {
    position: relative;
    z-index: 1;
    color: #0D3DFE;
    padding: 0 0 18px;
}

    .portfolio.space-section-title h5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 145px;
        height: 37px;
        background: linear-gradient(to right, #E0F8FF 0%, #EAFBFF 100%);
        left: 0;
        right: 0;
        margin: auto;
        top: -6px;
        border-radius: 3px;
    }

p.portfolio-text {
    padding: 14px 241px 0px;
}
/*blog style*/
.blog.space-section-title h5 {
    position: relative;
    z-index: 1;
    color: #0F4AC7;
    padding: 0 0 18px 27px;
}

    .blog.space-section-title h5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 150px;
        height: 40px;
        background: linear-gradient(to right, #E0F8FF 0%, #EAFBFF 100%);
        left: 0;
        right: 0;
        margin: inherit;
        top: -18px;
        border-radius: 3px;
    }

p.blog-text {
    padding: 11px 0 0;
}
/*
<!-- ============================================================== -->
<!-- Start feature area Css -->
<!-- ============================================================== -->*/

ul#pills-tab {
    border-bottom: 3px solid #f9d800;
}

.dreamit-department-tab ul li a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
}

li.nav-item {
    padding-right: 45px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f9d800;
    padding: 15px 25px;
    font-weight: 600;
    font-family: 'Rajdhani';
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}

.tab-content-text p {
    margin-bottom: 30px;
}

.dreamit-department-bottom-content-inner ul {
    display: block;
    list-style: none;
}

    .dreamit-department-bottom-content-inner ul li {
        display: block;
        padding: 0 0 13px;
    }

        .dreamit-department-bottom-content-inner ul li i {
            display: inline-block;
            color: #f9d800;
            padding: 0 10px 0px 0;
        }

        .dreamit-department-bottom-content-inner ul li span {
            font-size: 17px;
            font-weight: 600;
            font-family: 'Rajdhani';
            color: #1c1c1c;
        }

.dreamit-department-thumb img {
    width: 100%;
}

.dreamit-department-tab ul li a:hover {
    color: #33354b;
}
/*style two*/
.feture-area.style-two {
    background: url(/assets/images/resource/space-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 258px 0 100px;
    height: 802px;
}
    /*upper style*/
    .feture-area.style-two.upper1 {
        padding: 100px 0 100px;
        height: 645px;
    }
    /*style two upper6 */
    .feture-area.style-two.upper6 {
        background: url(/assets/images/resource/feature-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 258px 0 100px;
    }

.style-two.upper6 .dreamit-department-tab ul li a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.style-two.upper6 .dreamit-department-bottom-content-inner ul li span {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #fff;
}
/*style three*/
.style-three.feature-area {
    background: url(/assets/images/resource/service-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.feature-single-box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0px 16px rgb(0 0 0 / 12%);
    padding: 40px 30px 20px;
    border-radius: 7px;
}

.feature-icon i {
    display: inline-block;
    font-size: 45px;
    color: #104FFE;
    width: 85px;
    height: 85px;
    line-height: 85px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .feature-icon i:after {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: linear-gradient(to top, #51B5FD 0%, #0E43FE 100%);
        border-radius: 50%;
        transform: scale(0);
        transition: .5s;
    }

.feature-title h3 {
    font-size: 28px;
    color: #000E52;
    margin: 35px 0 13px;
    background: linear-gradient( to right, #1046FE, #48A6FE, 50%, #000E52 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: .5s;
}

    .feature-title h3:hover {
        background-position: 0;
    }

.feature-single-box:hover .feature-icon i {
    color: #fff;
}

    .feature-single-box:hover .feature-icon i:after {
        transform: scale(1);
    }
/*shape*/
.feature-shape-thumb {
    position: absolute;
    bottom: -25px;
    left: 287px;
    z-index: -1;
}

.feature-shape-thumb2 {
    position: absolute;
    bottom: 258px;
    right: 280px;
    z-index: -1;
}
/*box style two*/
.feature-icon2 i {
    display: inline-block;
    font-size: 45px;
    color: #F13F2E;
    width: 85px;
    height: 85px;
    line-height: 85px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .feature-icon2 i:after {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: linear-gradient(to top, #F96D49 0%, #F13F2E 100%);
        border-radius: 50%;
        transform: scale(0);
        transition: .5s;
    }

.feature-title-2 h3 {
    font-size: 28px;
    color: #000E52;
    margin: 35px 0 13px;
    background: linear-gradient( to right, #F24531, #F86645, 50%, #000E52 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: .5s;
}

    .feature-title-2 h3:hover {
        background-position: 0;
    }

.feature-single-box:hover .feature-icon2 i {
    color: #fff;
}

    .feature-single-box:hover .feature-icon2 i:after {
        transform: scale(1);
    }
/*box style three*/
.feature-icon3 i {
    display: inline-block;
    font-size: 45px;
    color: #2BBC19;
    width: 85px;
    height: 85px;
    line-height: 85px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .feature-icon3 i:after {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: linear-gradient(to top, #AFE83C 0%, #2BBC19 100%);
        border-radius: 50%;
        transform: scale(0);
        transition: .5s;
    }

.feature-title-3 h3 {
    font-size: 28px;
    color: #000E52;
    margin: 35px 0 13px;
    background: linear-gradient( to right, #37C01C, #9DE237, 50%, #000E52 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: .5s;
}

    .feature-title-3 h3:hover {
        background-position: 0;
    }

.feature-single-box:hover .feature-icon3 i {
    color: #fff;
}

    .feature-single-box:hover .feature-icon3 i:after {
        transform: scale(1);
    }
/*
<!-- ============================================================== -->
<!-- Start why choose us area Css -->
<!-- ============================================================== -->*/
.counter-area {
    background: url(/assets/images/resource/counter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 87px 0 270px;
}

.row.counter-top {
    position: relative;
    z-index: 1;
    margin-top: -110px;
    background: #ffffffff;
    padding: 60px 20px 25px;
    box-shadow: 0 2px 22px rgb(0 0 0 / 20%);
    margin-left: 0;
    margin-right: 0;
}

.space-single-counter-box {
    margin-bottom: 30px;
    text-align: center;
}

.counter-text h1 {
    font-size: 55px;
    display: inline-block;
    color: #fff;
}

.counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
}

.counter-icon i {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
    transition: .5s;
}

.counter-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 8px 0 0;
}
/*style two*/
.style-two.counter-area {
    background: #1C1E22;
    padding: 0 0 0px;
}

.counter-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    padding: 13px 35px;
    background: #f9d800;
    position: relative;
    z-index: 1;
}
/*counter box*/
.style-two .space-single-counter-box {
    margin-bottom: 30px;
    text-align: left;
    background: #e9204f;
    padding: 50px 30px 40px;
    position: relative;
    z-index: 1;
}

    .style-two .space-single-counter-box:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #2C2F34;
        transform: scale(0);
        margin: auto;
        z-index: -1;
        transition: .5s;
    }

.style-two .counter-text h1 {
    font-size: 50px;
    display: inline-block;
    color: #fff;
}

.style-two .counter-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 6px 0 0;
}

.style-two .counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Rajdhani';
}

.style-two .space-single-counter-box:hover:before {
    transform: scale(1);
}

.style-two .space-single-counter-box:hover .counter-icon i {
    color: #e9204f;
}
/*box two*/
.style-two .space-single-counter-box2 {
    margin-bottom: 30px;
    text-align: left;
    background: #2C2F34;
    padding: 50px 30px 40px;
    position: relative;
    z-index: 1;
}

    .style-two .space-single-counter-box2:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #e9204f;
        transform: scale(0);
        margin: auto;
        z-index: -1;
        transition: .5s;
    }

.style-two .counter-icon2 i {
    display: inline-block;
    color: #e9204f;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
    transition: .5s;
}

.style-two .counter-text h1 {
    font-size: 50px;
    display: inline-block;
    color: #fff;
}

.style-two .counter-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 6px 0 0;
}

.style-two .counter-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Rajdhani';
}

.style-two .space-single-counter-box2:hover .counter-icon2 i {
    color: #fff;
}

.style-two .space-single-counter-box2:hover:before {
    transform: scale(1);
}
/*counter shape*/
.counter-shape-inner img {
    position: relative;
    top: -454px;
    left: -232px;
}

.counter-shape-inner2 img {
    position: relative;
    left: 563px;
    top: -210px;
}
/*style three*/
.counter-area.style-three {
    background: url(/assets/images/resource/counterbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 290px;
}

.style-three .counter-icon i {
    display: inline-block;
    color: #ED381F;
    font-size: 50px;
    text-align: center;
    margin: 0 0;
}

.style-three .counter-text h1 {
    font-size: 70px;
    display: inline-block;
    color: #fff;
}

.style-three .counter-title h4 {
    color: #BCC7CD;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0;
    font-family: 'Rajdhani';
}
/*upper1*/
.upper1.counter-area.style-three {
    padding: 110px 0 55px;
}

.upper1.style-three .counter-title h4 {
    color: #bec6cc;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0;
    font-family: 'Rajdhani';
    text-transform: uppercase;
}
/*style four*/
.style-four.counter-area {
    background: url(/assets/images/resource/counter-bg3..jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 70px;
}

.style-four .space-single-counter-box {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 30px 0 28px;
    box-shadow: 0 5px 0 rgb(255 255 255 / 16%);
}

.style-four .counter-icon i {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 0 0 12px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to right, #EE2E24 25%, #FD7F53 100%);
    border-radius: 50%;
}

.style-four .counter-text h1 {
    font-size: 42px;
    display: inline-block;
    color: #EE2E24;
}

.style-four .counter-text span {
    color: #EE2E24;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
}

.style-four .counter-title h4 {
    color: #000E52;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik';
    margin: 4px 0 0;
}
/*box-2*/
.counter-icon-1 i {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 0 0 12px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to right, #0E40FE 25%, #22CEFD 100%);
    border-radius: 50%;
}

.counter-text-1 h1 {
    font-size: 42px;
    display: inline-block;
    color: #0E40FE;
}

.counter-text-1 span {
    color: #0E40FE;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
}
/*box-3*/
.counter-icon-2 i {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin: 0 0 12px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to right, #50C90F 25%, #A0E408 100%);
    border-radius: 50%;
}

.counter-text-2 h1 {
    font-size: 42px;
    display: inline-block;
    color: #50C90F;
}

.counter-text-2 span {
    color: #50C90F;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
}


/*
======================================================
  Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: inherit;
    z-index: -1;
}

    .lines .line {
        position: absolute;
        width: 2px;
        height: 100%;
        top: 0;
        left: 46%;
        background: #333342;
        overflow: hidden;
        border-radius: 50%;
    }

        .lines .line::after {
            content: "";
            display: block;
            position: absolute;
            height: 15px;
            width: 2px;
            top: 0;
            left: 0;
            background-color: #ffbb00;
            -webkit-animation: moveLeftBounces-one 20s linear infinite;
            animation: moveLeftBounces-one 20s linear infinite;
        }

        .lines .line:nth-child(1) {
            margin-left: -24%;
        }

            .lines .line:nth-child(1)::after {
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

        .lines .line:nth-child(2) {
            margin-left: 1%;
        }

            .lines .line:nth-child(2)::after {
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

        .lines .line:nth-child(3)::after {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .lines .line:nth-child(3) {
            margin-left: 25%;
        }
/*style two*/
.style-two.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 46%;
    background: #e2e2ea;
    overflow: hidden;
    border-radius: 50%;
}

    .style-two.lines .line::after {
        content: "";
        display: block;
        position: absolute;
        height: 15px;
        width: 1px;
        top: 0;
        left: 0;
        background-color: #ffbb00;
        -webkit-animation: moveLeftBounces-one 20s linear infinite;
        animation: moveLeftBounces-one 20s linear infinite;
    }

@-webkit-keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*style three*/
.style-three.lines .line:nth-child(1) {
    margin-left: -24%;
}

.style-three.lines .line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 87px;
    left: 24%;
    background: transparent;
    overflow: hidden;
    border-radius: 50%;
}

    .style-three.lines .line::after {
        content: "";
        display: block;
        position: relative;
        height: 3px;
        width: 50px;
        top: 0;
        left: 0px;
        background-color: #ef3729;
        -webkit-animation: moveLeftBounces-two 40s linear infinite;
        animation: moveLeftBounces-two 40s linear infinite;
        overflow: hidden;
    }

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(1920px);
        transform: translateY(1920px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(1920px);
        transform: translateX(1920px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*
<!-- ============================================================== -->
<!-- Start service area Css -->
<!-- ============================================================== -->*/
.service-area {
    padding: 100px 0 70px;
}

.col-lg-3.col-md-6.col-sm-12.padding-left {
    padding-left: 0;
    padding-right: 0;
}

.service-button a:hover {
    color: #ffbb00;
    border: none;
}

.space-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}

    .space-sinlge-service-box:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 100%;
        height: 0;
        background: #f9d800;
        left: 0;
        bottom: 0;
        transition: .5s;
    }

.space-service-icon i {
    font-size: 60px;
    color: #f9d800;
    display: inline-block;
    transition: .5s;
    margin: 0;
}

.space-service-title h2 {
    font-size: 24px;
    margin: 20px 0 8px;
    transition: .5s;
    line-height: 1;
}

.space-service-title p {
    transition: .5s;
}

.service-button a {
    background: #f9d800;
    padding: 14px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-top: 24px;
    transition: .5s;
    font-family: 'Rajdhani';
    font-weight: 600;
    z-index: 1;
}

.service-button i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #151423;
    border-radius: 100%;
    transition: .3s;
}

.space-sinlge-service-box-1 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}

    .space-sinlge-service-box-1:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 100%;
        height: 0;
        background: #f9d800;
        left: 0;
        bottom: 0;
        transition: .5s;
    }

.space-sinlge-service-box2 {
    text-align: center;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 72px 20px 94px;
}
/*active*/
.active .space-service-icon i {
    color: #fff;
}

.active .space-service-title h2 {
    color: #fff;
}

.active .space-service-title p {
    color: #fff;
}

.active.space-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f9d800;
    left: 0;
    bottom: 0;
    transition: .5s;
}

.service-button a:hover {
    background: #1a1829;
    color: #fff;
}

.space-sinlge-service-box:hover:before {
    height: 100%;
    background: #f9d800;
}

.space-sinlge-service-box-1:hover:before {
    height: 100%;
    background: #f9d800;
}

.space-sinlge-service-box:hover .space-service-icon i, .space-sinlge-service-box:hover .space-service-title h2,
.space-sinlge-service-box:hover .space-service-title p {
    color: #fff;
}

.space-sinlge-service-box-1:hover .space-service-icon i, .space-sinlge-service-box-1:hover .space-service-title h2,
.space-sinlge-service-box-1:hover .space-service-title p {
    color: #fff;
}
/*style two*/
.service-area.style-two {
    background: #1b1d21;
    position: relative;
    margin-top: -17px;
}

.style-two .space-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #25272b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 30px 5px;
}

.style-two .space-sinlge-service-box-1 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #2c2e34;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 30px 5px;
}

.style-two .space-sinlge-service-box.active {
    background: url(/assets/images/resource/space-1.jpg);
}

.style-two .active.space-sinlge-service-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0%;
    background: url(/assets/images/resource/space-1.jpg);
    left: 0;
    bottom: 0;
    transition: .5s;
}

.style-two .space-icon2 i {
    position: relative;
    float: right;
    right: 0;
    top: -60px;
    height: 35px;
    width: 35px;
    line-height: 36px;
    background: #33363b;
    text-align: center;
    border-radius: 50%;
    color: #dd214e;
    transition: .5s;
}

.style-two .active .space-icon2 i {
    background: #fff;
}

.style-two .space-service-title h2 {
    font-size: 24px;
    margin: 20px 0 14px;
    transition: .5s;
    line-height: 1;
}

.style-two .space-sinlge-service-box2 {
    text-align: center;
    background: #25272b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 72px 20px 100px;
    position: relative;
    z-index: 3;
}

.service-shape {
    position: relative;
    z-index: 1;
}

.service-shape-inner img {
    position: absolute;
    z-index: 1;
    left: -226px;
    top: 0;
    width: 25%;
}

.service-shape-inner2 img {
    position: absolute;
    left: 68px;
    top: -34px;
    width: 82%;
}

.style-two .active.space-sinlge-service-box:hover:before {
    height: 100%;
    background: url(/assets/images/resource/space-1.jpg);
}

.style-two .space-sinlge-service-box:hover:before {
    height: 100%;
    background: url(/assets/images/resource/space-3.jpg);
}

.style-two .space-sinlge-service-box-1:hover:before {
    height: 100%;
    background: url(/assets/images/resource/space-2.jpg);
}

.space-sinlge-service-box:hover .space-icon2 i {
    background: #fff;
}

.space-sinlge-service-box-1:hover .space-icon2 i {
    background: #fff;
}
/*style three*/
.service-area.style-three {
    background: url(/assets/images/resource/services.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.style-three .space-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #19191b;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 40px 38px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .style-three .space-sinlge-service-box:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 100%;
        height: 0;
        background: #f9d800;
        left: 0;
        bottom: 0;
        transition: .5s;
        border-radius: 5px;
    }

    .style-three .space-sinlge-service-box:after {
        position: absolute;
        content: "";
        z-index: -1;
        background: #dd1b13;
        bottom: 0;
        left: 0;
        height: 0%;
        width: 0%;
        clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
        transition: 1s;
    }

.style-three .space-service-title h2 {
    font-size: 24px;
    margin: 24px 0 38px;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.style-three .space-service-icon i {
    font-size: 52px;
    color: #f9d800;
    display: inline-block;
    transition: .5s;
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #252526;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .style-three .space-service-icon i:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        background: #f1554e;
        border-radius: 50%;
        z-index: -1;
        transform: scale(0);
        transition: 1s;
    }

.style-three .space-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -18px;
    background: #ed371f;
    width: 43px;
    height: 2px;
    transition: .5s;
}

.style-three .service-button2 a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #f9d800;
    margin-top: 7px;
    transition: .5s;
}

.style-three .service-button2 span {
    display: inline-block;
    padding-left: 6px;
}

    .style-three .service-button2 span i {
        display: inline-block;
        color: #f9d800;
        transition: .5s;
    }

.style-three .space-service-icon i::after {
}

.style-three .space-sinlge-service-box:hover:after {
    height: 35%;
    width: 50%;
}

.style-three .space-sinlge-service-box:hover:before {
    height: 100%;
    background: #f9d800;
}

.style-three .space-sinlge-service-box:hover .space-service-icon i::after {
    background: #f1554e;
    transform: scale(1);
}

.style-three .space-sinlge-service-box:hover .space-service-title h2:before {
    background: #fff;
}

.style-three .space-sinlge-service-box:hover .service-button2 a,
.style-three .space-sinlge-service-box:hover .service-button2 span i {
    color: #fff;
}
/*style three upper5*/
.service-area.style-three.upper5 {
    background: #212123;
    margin-top: -48px;
}

.style-three.upper5 .space-service-icon i {
    font-size: 52px;
    color: #ed381f;
    display: inline-block;
    transition: .5s;
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #252526;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.style-three.upper5 .space-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -18px;
    background: #ed381f;
    width: 43px;
    height: 2px;
    transition: .5s;
}

.style-three.upper5 .space-sinlge-service-box:hover .space-service-icon i,
.style-three.upper5 .space-sinlge-service-box:hover .service-button2 span i {
    color: #fff;
}

.style-three.upper5 .space-sinlge-service-box:hover:before {
    height: 100%;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
}
/*style four*/
.service-area.style-four {
    background: #fff;
}

.style-four .space-sinlge-service-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0 16px rgb(26 46 85 / 13%);
    padding: 40px 38px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .style-four .space-sinlge-service-box:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 100%;
        height: 0;
        background: linear-gradient(to top, #f9d800 0%, #ed491c 100%);
        left: 0;
        bottom: 0;
        transition: .5s;
        border-radius: 5px;
    }

    .style-four .space-sinlge-service-box:after {
        position: absolute;
        content: "";
        z-index: -1;
        background: #f0613f;
        bottom: 0;
        left: 0;
        height: 0%;
        width: 0%;
        clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
        transition: 1s;
    }

.style-four .space-service-title h2 {
    font-size: 26px;
    margin: 24px 0 38px;
    transition: .5s;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    color: #151423;
}

.style-four .space-service-icon i {
    font-size: 52px;
    color: #f9d800;
    display: inline-block;
    transition: .5s;
    margin: 0;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff5f5;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .style-four .space-service-icon i:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        background: #f0613f;
        border-radius: 50%;
        z-index: -1;
        transform: scale(0);
        transition: 1s;
    }

.style-four .space-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    bottom: -18px;
    background: #ed371f;
    width: 43px;
    height: 2px;
    transition: .5s;
}

.style-four .service-button2 a {
    display: inline-block;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #1c1c1c;
    margin-top: 7px;
    transition: .5s;
}

.style-four .service-button2 span {
    display: inline-block;
    padding-left: 6px;
}

    .style-four .service-button2 span i {
        display: inline-block;
        color: #1c1c1c;
        transition: .5s;
    }

.style-four .space-sinlge-service-box:hover:after {
    height: 35%;
    width: 50%;
}

.style-four .space-sinlge-service-box:hover:before {
    height: 100%;
    background: linear-gradient(to top, #ed491c 0%, #f9d800 100%);
}

.style-four .space-sinlge-service-box:hover .space-service-icon i::after {
    background: #f1544e;
    transform: scale(1);
}

.style-four .space-sinlge-service-box:hover .space-service-title h2:before {
    background: #fff;
}

.style-four .space-sinlge-service-box:hover .service-button2 a,
.style-four .space-sinlge-service-box:hover .service-button2 span i {
    color: #fff;
}
/*active box*/
.style-four .active.space-sinlge-service-box:before {
    width: 100%;
    height: 100%;
}

.style-four .active.space-sinlge-service-box:after {
    height: 35%;
    width: 50%;
}

.style-four .active .space-service-icon i:after {
    transform: scale(1);
}

.style-four .active .space-service-icon i {
    color: #fff;
}

.style-four .active .space-service-title h2 {
    color: #fff;
}

    .style-four .active .space-service-title h2:before {
        background: #fff;
    }

.style-four .active .service-button2 a {
    color: #fff;
}

.style-four .active .service-button2 span i {
    color: #fff;
}

/*style five*/
.service-area.style-five {
    background: url(/assets/images/resource/service-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 90px;
}
/*button*/
.style-five .service-button a {
    display: inline-block;
    padding: 16px 30px;
    background: #000E52;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Rajdhani';
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

    .style-five .service-button a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        bottom: 0;
        background: linear-gradient(to right, #8722FF 20%, #C80DFF 90%);
        height: 100%;
        width: 0;
        border-radius: 5px;
        transition: .6s;
    }

    .style-five .service-button a:hover:before {
        width: 100%;
    }
/*box3*/
.style-five .space-sinlge-service-box3 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 19%);
    padding: 30px 29px 25px;
    margin-bottom: 30px;
}

    .style-five .space-sinlge-service-box3:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 55px;
        height: 55px;
        background: linear-gradient(to right, #FFF2F1 12%, #FEEAEE 100%);
        left: inherit;
        bottom: 0;
        right: 0;
        border-radius: 55px 0 0 0;
        transition: .5s;
    }

.space-sinlge-service-box3:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, #FD7F53 6%,#EE2E24 100%);
    bottom: 0px;
    right: 0;
    height: 0;
    width: 55px;
    border-radius: 55px 0 0 0;
    transition: .5s;
}

.style-five .space-service-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    margin: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to bottom, #EE2E24 12%, #FD7F53 100%);
    border-radius: 50%;
    text-align: center;
}

.style-five .space-service-title1 h2 {
    font-size: 22px;
    margin: 28px 0 12px;
    transition: .5s;
    color: #000E52;
    background: linear-gradient( to right, #EE2E24, #FD7F53, 50%, #000e52 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
}

.style-five .space-icon1 i {
    position: absolute;
    z-index: 1;
    bottom: 14px;
    font-size: 18px;
    color: #EE2E24;
    right: 14px;
    transition: .5s;
}

.style-five .space-sinlge-service-box3:hover .space-service-title1 h2 {
    background-position: 0;
}

.service-button a:hover {
    background: #1a1829;
    color: #fff;
}

.style-five .space-sinlge-service-box3:hover .space-icon1 i {
    color: #fff;
}

.space-sinlge-service-box3:hover:after {
    height: 55px;
}
/*box4*/
.style-five .space-sinlge-service-box4 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 19%);
    padding: 30px 29px 25px;
    margin-bottom: 30px;
}

    .style-five .space-sinlge-service-box4:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 55px;
        height: 55px;
        background: linear-gradient(to right, #E5EBFF 12%, #D7E0FF 100%);
        left: inherit;
        bottom: 0;
        right: 0;
        border-radius: 55px 0 0 0;
        transition: .5s;
    }

.space-sinlge-service-box4:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, #20BAFE 6%,#0E42FE 100%);
    bottom: 0px;
    right: 0;
    height: 0;
    width: 55px;
    border-radius: 55px 0 0 0;
    transition: .5s;
}

.style-five .space-service-icon2 i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    margin: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to bottom, #0E40FE 5%, #22CEFD 100%);
    border-radius: 50%;
    text-align: center;
}

.style-five .space-service-title2 h2 {
    font-size: 22px;
    margin: 28px 0 12px;
    transition: .5s;
    color: #000E52;
    background: linear-gradient( to right, #0E42FE, #1EACFE, 50%, #000e52 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
}

.style-five .space-icon2 i {
    position: absolute;
    z-index: 1;
    bottom: 14px;
    font-size: 18px;
    color: #0F45FE;
    right: 14px;
    transition: .5s;
}

.style-five .space-sinlge-service-box4:hover .space-service-title2 h2 {
    background-position: 0;
}

.style-five .space-sinlge-service-box4:hover .space-icon2 i {
    color: #fff;
}

.space-sinlge-service-box4:hover:after {
    height: 55px;
}
/*box5*/
.style-five .space-sinlge-service-box5 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 19%);
    padding: 30px 29px 25px;
    margin-bottom: 30px;
}

    .style-five .space-sinlge-service-box5:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 55px;
        height: 55px;
        background: linear-gradient(to right, #ECFFE3 12%, #ECFFE3 100%);
        left: inherit;
        bottom: 0;
        right: 0;
        border-radius: 55px 0 0 0;
        transition: .5s;
    }

.space-sinlge-service-box5:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, #9AE108 6%,#4AC610 100%);
    bottom: 0px;
    right: 0;
    height: 0;
    width: 55px;
    border-radius: 55px 0 0 0;
    transition: .5s;
}

.style-five .space-service-icon3 i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    margin: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to bottom, #43C410 0%, #AAE707 100%);
    border-radius: 50%;
    text-align: center;
}

.style-five .space-service-title3 h2 {
    font-size: 22px;
    margin: 28px 0 12px;
    transition: .5s;
    color: #000E52;
    background: linear-gradient( to right, #47C610, #97E008, 50%, #000e52 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
}

.style-five .space-icon3 i {
    position: absolute;
    z-index: 1;
    bottom: 14px;
    font-size: 18px;
    color: #47C610;
    right: 14px;
    transition: .5s;
}

.style-five .space-sinlge-service-box5:hover .space-service-title3 h2 {
    background-position: 0;
}

.style-five .space-sinlge-service-box5:hover .space-icon3 i {
    color: #fff;
}

.space-sinlge-service-box5:hover:after {
    height: 55px;
}
/*box5*/
.style-five .space-sinlge-service-box6 {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 19%);
    padding: 30px 29px 25px;
    margin-bottom: 30px;
}

    .style-five .space-sinlge-service-box6:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 55px;
        height: 55px;
        background: linear-gradient(to right, #F9E9FF 12%, #F9E9FF 100%);
        left: inherit;
        bottom: 0;
        right: 0;
        border-radius: 55px 0 0 0;
        transition: .5s;
    }

.space-sinlge-service-box6:after {
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, #C90DFF 6%,#8A21FF 100%);
    bottom: 0px;
    right: 0;
    height: 0;
    width: 55px;
    border-radius: 55px 0 0 0;
    transition: .5s;
}

.style-five .space-service-icon4 i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    margin: 0;
    width: 68px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(to bottom, #9020FF 0%, #C40EFF 100%);
    border-radius: 50%;
    text-align: center;
}

.style-five .space-service-title4 h2 {
    font-size: 22px;
    margin: 28px 0 12px;
    transition: .5s;
    color: #000E52;
    background: linear-gradient( to right, #941FFF, #BD10FF, 50%, #000e52 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
}

.style-five .space-icon4 i {
    position: absolute;
    z-index: 1;
    bottom: 14px;
    font-size: 18px;
    color: #911FFF;
    right: 14px;
    transition: .5s;
}

.style-five .space-sinlge-service-box6:hover .space-service-title4 h2 {
    background-position: 0;
}

.style-five .space-sinlge-service-box6:hover .space-icon4 i {
    color: #fff;
}

.space-sinlge-service-box6:hover:after {
    height: 55px;
}
/*
<!-- ============================================================== -->
<!-- Start about area Css -->
<!-- ============================================================== -->*/
.about-area {
    background: url(/assets/images/about/space-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 90px 0 85px;
}

.space-about-thumb img {
    width: 100%;
}

.about-icon {
    float: left;
    margin-right: 10px;
}

    .about-icon i {
        display: inline-block;
        color: #f9d800;
        font-size: 18px;
    }

.dreamit-about-thumb-box {
    margin-top: 17px;
    border-top: 1px solid #fde9ec;
    padding: 23px 0 0;
}

.dreamit-about-signature-thumb {
    float: left;
    margin-right: 25px;
    margin-left: 0;
    margin-top: 0;
}

.about-name-title h2 {
    font-size: 24px;
    margin-bottom: 16px;
    background: linear-gradient( to right, #f9d800, #f9d800, 50%, #222 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
}

.about-name-title {
    overflow: hidden;
}

    .about-name-title p {
        margin: -10px 0 0;
    }

    .about-name-title h2:hover {
        background-position: 0;
    }
/*stylw two*/
.about-area.style-two {
    background: #fff;
}
/*style three*/
.about-area.style-three {
    background: url(/assets/images/resource/services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 192px 0 100px;
    position: relative;
    margin-top: -170px;
}

.style-three .space-about-thumb-3 {
    position: relative;
    margin-left: -88px;
}

.style-three .dreamit-about-thumb-box {
    margin-top: 17px;
    border-top: 0;
    padding: 23px 0 0;
}

.style-three .space-about-thumb-3 img {
    -webkit-filter: grayscale(100%);
    transition: .5s;
}

.style-three .elementor-about-title p {
    font-size: 18px;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.about-icon i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #f9d800;
    border-radius: 50%;
}

.style-three .dreamit-about-signature-thumb {
    float: left;
    margin-right: 35px;
    margin-left: 0px;
    margin-top: -4px;
}

.style-three .about-name-title h2 {
    font-size: 24px;
    margin-bottom: 16px;
    background: linear-gradient( to right, #f9d800, #f9d800, 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    margin-left: 43px;
    position: relative;
}

    .style-three .about-name-title h2:hover {
        background-position: 0;
    }

    .style-three .about-name-title h2:before {
        position: absolute;
        content: "";
        z-index: 1;
        left: -44px;
        top: 15px;
        background: linear-gradient(to right, #f9d800 0%, #ed491c 100%);
        width: 35px;
        height: 1px;
    }

.style-three .about-name-title p {
    margin: -10px 0 0 45px;
}

.style-three .space-about-thumb-3 img:hover {
    -webkit-filter: grayscale(0);
}
/*style four*/
.about-area.style-four {
    background: url(/assets/images/about/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-button a {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Rajdhani';
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

.about-button i {
    display: inline-block;
    font-size: 22px;
    margin-left: 8px;
    transition: .5s;
}

.about-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #000000;
    height: 0;
    width: 100%;
    border-radius: 5px;
    transition: .6s;
}

.about-button a:hover:before {
    height: 100%;
}
/*style five*/
.style-five.about-area {
    background: url(/assets/images/about/about-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 20px;
    position: relative;
    z-index: 1;
}

.style-five .space-about-thumb-3 {
    position: relative;
    margin-left: -275px;
    z-index: 1;
}

.style-five .about-shape-img2 img {
    position: absolute;
    bottom: -30px;
    right: 550px;
}

.style-five .about-shape-img img {
    position: absolute;
    bottom: 60px;
    right: -700px;
    width: 49%;
}
/*icon box style two*/
.about-single-icon-box1 {
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 12%);
    padding: 15px 0px 33px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .about-single-icon-box1:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        top: 0;
        height: 0%;
        width: 100%;
        background: linear-gradient(to right, #22B913 0%, #C7F104 100%);
        border-radius: 5px;
        transition: .5s;
    }

.about-icon1 {
    float: left;
    margin-right: 12px;
}

    .about-icon1 i {
        font-size: 32px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        color: #28BB12;
        background: #fff;
        box-shadow: 0px 3px 25px 0 rgb(0 0 0 / 16%);
        border-radius: 50%;
        display: inline-block;
    }

.about-title1 h4 {
    font-size: 21px;
    padding: 1px 0 0;
    color: #28BB12;
    transition: .5s;
}

.about-single-icon-box1:hover .about-title1 h4 {
    color: #fff;
}

.about-single-icon-box1:hover:before {
    height: 100%;
}
/*box2*/
.about-single-icon-box2 {
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 12%);
    padding: 15px 0px 33px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .about-single-icon-box2:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to right, #EE2E24 44%, #FD7F53 90%);
        border-radius: 5px;
        transition: .5s;
    }

.about-icon2 {
    float: left;
    margin-right: 12px;
}

    .about-icon2 i {
        font-size: 32px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        color: #F24732;
        background: #fff;
        box-shadow: 0px 3px 25px 0 rgb(0 0 0 / 16%);
        border-radius: 50%;
        display: inline-block;
    }

.about-title2 h4 {
    font-size: 21px;
    padding: 1px 0 0;
    color: #F24732;
    transition: .5s;
}

.about-single-icon-box2:hover .about-title2 h4 {
    color: #fff;
}

.about-single-icon-box2:hover:before {
    width: 100%;
}
/*box3*/
.about-single-icon-box3 {
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 12%);
    padding: 15px 0px 33px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .about-single-icon-box3:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: linear-gradient(to right, #8722FF 20%, #C80DFF 90%);
        border-radius: 5px;
        transition: .5s;
    }

.about-icon3 {
    float: left;
    margin-right: 12px;
}

    .about-icon3 i {
        font-size: 32px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        color: #B712FF;
        background: #fff;
        box-shadow: 0px 3px 25px 0 rgb(0 0 0 / 16%);
        border-radius: 50%;
        display: inline-block;
    }

.about-title3 h4 {
    font-size: 21px;
    padding: 1px 0 0;
    color: #B712FF;
    transition: .5s;
}

.about-single-icon-box3:hover .about-title3 h4 {
    color: #fff;
}

.about-single-icon-box3:hover:before {
    width: 100%;
}
/*box4*/
.about-single-icon-box4 {
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgb(0 0 0 / 12%);
    padding: 15px 0px 33px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .about-single-icon-box4:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background: linear-gradient(to right, #0D3FFE 0, #21C7FD 100%);
        border-radius: 5px;
        transition: .5s;
    }

.about-icon4 {
    float: left;
    margin-right: 12px;
}

    .about-icon4 i {
        font-size: 32px;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-align: center;
        color: #0C62D3;
        background: #fff;
        box-shadow: 0px 3px 25px 0 rgb(0 0 0 / 16%);
        border-radius: 50%;
        display: inline-block;
    }

.about-title4 h4 {
    font-size: 21px;
    padding: 1px 0 0;
    color: #0C62D3;
}

.about-single-icon-box4:hover .about-title4 h4 {
    color: #fff;
}

.about-single-icon-box4:hover:before {
    height: 100%;
}
/*button*/
.about-button2 a {
    display: inline-block;
    padding: 15px 34px;
    background: #000E52;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Rajdhani';
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

    .about-button2 a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        bottom: 0;
        background: linear-gradient(to right, #22B913 0%, #C7F104 100%);
        height: 0;
        width: 100%;
        border-radius: 5px;
        transition: .6s;
    }

.about-button2 i {
    display: inline-block;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    color: #000E52;
    border-radius: 50%;
    margin-left: 8px;
}

.about-button2 a:hover:before {
    height: 100%;
}

/*====================================================
--< ITplot abouts_areas Css -->
======================================================*/
.singles_abouts_boxs {
    margin-bottom: 30px;
}

.abouts_thumb {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 66%;
    background: #EC2A3F;
    padding: 28px 30px 25px;
    border-radius: 10px;
}

    .abouts_titles h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        color: #fff;
        margin: 0;
        position: relative;
    }

.abouts_icons {
    position: absolute;
    bottom: 25px;
    right: 213px;
}

    .abouts_icons i {
        display: inline-block;
        height: 45px;
        width: 45px;
        border-radius: 50px;
        line-height: 45px;
        background: #fff;
        font-size: 15px;
        color: #000;
        font-weight: 600;
        text-align: center;
    }


/*====================================================
--< ITplot testimoniale_areas Css -->
======================================================*/
.testimoniale_areas {
    background: #F0F3F5;
}

.singles_testimoniale_box {
    background: #fff;
    padding: 25px 40px 25px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.testimoniale_title h3 {
    font-size: 28px;
    padding: 0 0 10px;
    color: #1e1e1e;
}

.testimoniale_title p {
    font-size: 16px;
    color: #616161;
}

.testimoniale_tmb {
    margin-top: 30px;
}

    .testimoniale_tmb img {
        float: left;
        margin: 0px 20px 0 0;
    }

.testimoniales_title p {
    font-size: 16px;
    color: #68697D;
    margin: 0;
    line-height: 1.7;
}

.testimoniales-icon {
    display: inline-block;
}

    .testimoniales-icon ul li {
        display: inline-block;
    }

.testimoniales_title h4::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 178px;
    height: 15px;
    width: 1px;
    background: #8A949A;
}

.testimoniales-icon ul li a {
    display: inline-block;
    color: #FFB600;
    font-size: 15px;
}

.testimoniales_title h4 {
    font-size: 22px;
    line-height: 1.0;
    position: relative;
}

.testimoniales-icon {
    position: relative;
    top: -51px;
    left: 110px;
}
/*
<!-- ============================================================== -->
<!-- Start call do action area Css -->
<!-- ============================================================== -->*/
.row.call-top {
    position: relative;
    z-index: 1;
    margin-top: -100px;
    background: #fff;
    box-shadow: 0 2px 22px rgb(0 0 0 / 20%);
    padding: 37px 40px 25px;
    margin-left: 0;
    margin-right: 0;
}

.call-do-action-title h1 {
    margin-bottom: 13px;
}

.call-do-action-title span {
    color: #ffbb00;
}

.call-do-action-button a {
    font-size: 18px;
    display: inline-block;
    padding: 12px 34px;
    float: right;
    background: #ffbb00;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    border: 2px solid #ffbb00;
    transition: .5s;
    position: relative;
    z-index: 1;
}

    .call-do-action-button a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #ce851f;
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
        outline: 0 !important;
        border: 0 !important;
    }

    .call-do-action-button a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        outline: 0 !important;
        border: 0 !important;
    }

    .call-do-action-button a:hover {
        color: #33354b;
        background: #fff;
    }
/*style two*/

/*
<!-- ============================================================== -->
<!-- Start call do action area Css -->
<!-- ============================================================== -->*/
.case-study-area {
    padding: 100px 0 100px;
}

.case-study-title h2 {
    font-size: 26px;
}

    .case-study-title h2 a {
        color: #232434;
        font-weight: 700;
    }

.case-study-content {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 22px rgb(0 0 0 / 15%);
    margin-top: -43px;
    width: 86%;
    left: 37px;
    padding: 5px 25px 3px;
    transition: .5s;
    cursor: pointer;
}

    .case-study-content:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 30%;
        height: 100%;
        top: 0;
        right: 0;
        background: #232333;
        transition: .5s;
    }

.case-study-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 0;
}

    .case-study-icon i {
        display: inline-block;
        font-size: 22px;
        color: #b7b7bc;
        transition: .5s;
    }

.dreamit-single-case-study:hover .case-study-content:before {
    background: #ffbb00;
}

.dreamit-single-case-study:hover .case-study-icon i {
    color: #fff;
}

.dreamit-single-case-study:hover .case-study-content {
    margin-top: -62px;
}
/*style two*/
.case-study-content.style-two {
    margin-bottom: 30px;
}

.style-two.case-study-content {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 22px rgb(0 0 0 / 15%);
    margin-top: -43px;
    width: 86%;
    left: 37px;
    padding: 5px 25px 3px;
}

    .style-two.case-study-content:before {
        position: absolute;
        content: "";
        z-index: -1;
        width: 30%;
        height: 100%;
        top: 0;
        right: 0;
        background: #ffbb00;
        transition: .5s;
    }

.style-two .case-study-icon i {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    transition: .5s;
}

.style-two.case-study-content:hover:before {
    background: #232333;
}
/*
<!-- ============================================================== -->
<!-- Start owl nav area Css -->
<!-- ============================================================== -->*/
/*owl nav css*/
.owl-dots {
    text-align: left;
    margin: 17px 52px 0;
}

.owl-dot {
    background: #6e1f33;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    transition: .5s;
}

    .owl-dot.active {
        background: #f9d800;
        width: 35px;
        height: 4px;
        text-align: center;
        display: inline-block;
    }
/*slider owl nav*/
.slider_list .owl-dot {
    background: transparent;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    margin-right: 60px;
    display: inline-block;
    transition: .5s;
    position: absolute;
    bottom: 120px;
    right: 432px;
}

    .slider_list .owl-dot.active {
        background: #fff;
        height: 13px;
        width: 13px;
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 454px;
        bottom: 120px;
    }
/*slider six owl nav*/
.slider_list2.owl-nav {
    text-align: center;
}

.slider_list2 .owl-prev {
    position: absolute;
    bottom: 37%;
    right: 19%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #7E7F83;
    border-radius: 50%;
    text-align: center;
}

.slider_list2 .owl-next {
    position: absolute;
    bottom: 44%;
    right: 19%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #7E7F83;
    border-radius: 50%;
    text-align: center;
}
/*service nav*/
.owl-dots {
    text-align: center !important;
    margin: 48px 0 0;
    display: block !important;
}

.service-list .owl-dot.active {
    background: #0E41FE;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.service-list .owl-dot {
    background: #CAE0FD;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
/*portfolio*/
.portfolio-list .owl-dots {
    text-align: center;
    margin: 17px 52px 0;
}
/*testimonial*/
.testimonial_list .owl-dots {
    text-align: left;
    margin: 10px 52px 0;
}

.testimonial_list .owl-dot {
    background: #595a5d;
    width: 18px;
    height: 5px;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    transition: .5s;
}

    .testimonial_list .owl-dot.active {
        background: #f9d800;
        width: 28px;
        height: 5px;
        text-align: center;
        display: inline-block;
    }
/*blog*/
.blog-list .owl-dots {
    margin: 38px 0 0;
    text-align: center;
}

.blog-list .owl-dot.active {
    background: #f9d800;
    width: 30px;
    height: 5px;
    text-align: center;
    display: inline-block;
}

.blog-list .owl-dot {
    background: #545659;
    width: 18px;
    height: 5px;
    border-radius: 5px;
    margin-right: 13px;
    display: inline-block;
    transition: .5s;
}
/*owl team*/
.team-list .owl-dots {
    text-align: center;
    margin: 17px 0 0px;
}

.team-list .owl-dot.active {
    border: 2px solid #EE342C;
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    background: inherit;
}

.team-list .owl-dot {
    background: #C7C7C8;
    width: 12px;
    height: 12px;
    border-radius: 16px;
    margin-right: 10px;
    display: inline-block;
    transition: .5s;
}
/*====================================================
--<	space Portfolio Area Css -->
======================================================*/
.portfolio_area {
    padding: 20px 0 40px 0;
}
/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 59px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

li.current_menu_item {
    position: relative;
    z-index: 1;
    color: #232434 !important;
    text-transform: uppercase;
}

    li.current_menu_item:before {
        position: absolute;
        z-index: 1;
        content: "";
        bottom: -9px;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        height: 2px;
        background: #f9d800;
    }

    li.current_menu_item:before {
        position: absolute;
        z-index: 1;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        border: 1px solid #f9d800;
    }

.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}

.portfolio_menu ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #707070;
    transition: .5s;
    margin: 9px 14px 0;
}

    .portfolio_menu ul li:hover {
        color: #f9d800;
    }
/* Single Portfolio */
.single_portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    text-align: center;
    box-shadow: #cfcfcf 0 0 10px;
}

.single_portfolio_thumb {
    transition: .5s;
    position: relative;
    overflow: hidden;
}

    .single_portfolio_thumb img {
        width: 100%;
        height: auto;
        display: block;
        transform: scale(1);
        transition: .5s;
    }

    .single_portfolio_thumb:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 88%;
        height: 88%;
        background: rgba(236,200,60,0.8);
        transform: scale(0);
        margin: auto;
        z-index: 1;
        transition: .5s;
    }

.single_portfolio_content {
    position: absolute;
    transition: .5s;
    top: 40%;
    left: 5%;
    opacity: 0;
    z-index: 1;
    width: 90%;
    padding: 0;
}

    .single_portfolio_content span {
        color: #fff;
        margin: 0;
        font-size: 16px;
        position: relative;
        z-index: 1;
    }

        .single_portfolio_content span:before {
            position: absolute;
            z-index: 1;
            content: "";
            top: 12px;
            right: -40px;
            width: 30px;
            height: 1px;
            background: #fff;
        }

        .single_portfolio_content span:after {
            position: absolute;
            z-index: 1;
            content: "";
            top: 12px;
            left: -39px;
            width: 30px;
            height: 1px;
            background: #fff;
        }

    .single_portfolio_content h3 {
        margin: 3px 0 0;
        font-size: 32px;
    }

        .single_portfolio_content h3 a {
            display: inline-block;
            font-weight: 700;
            color: #fff;
            text-transform: capitalize;
        }

.portfolio-icon i {
    float: right;
    display: inline-block;
    margin-top: -48px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
/* Portfolio Hover */
.portfolio_menu ul li a:hover:before {
    width: 100%;
}

.single_portfolio:hover .single_portfolio_thumb:before {
    transform: scale(1);
}

.single_portfolio:hover .single_portfolio_thumb img {
    -webkit-filter: grayscale(0%);
}

.single_portfolio:hover .single_portfolio_thumb img {
    transform: scale(1.1);
}

.single_portfolio:hover .single_portfolio_content {
    opacity: 1;
}

/*style two*/
.portfolio_area.style-two {
    background: #1C1E22;
    padding: 0 0 100px;
}

.col-lg-12.col-sm-12.port-padding {
    padding-left: 0;
    padding-right: 0;
}

.active.center .single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(237,44,65,0.8);
    opacity: 0;
    transform: inherit;
    margin: auto;
    z-index: 1;
    transition: .5s;
}

.style-two .single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(237,44,65,0.7);
    opacity: 0;
    transform: inherit;
    margin: auto;
    z-index: 1;
    transition: .5s;
}

.style-two .single_portfolio_content {
    position: absolute;
    transition: .5s;
    top: 82%;
    left: 5%;
    opacity: 0;
    z-index: 1;
    width: 90%;
    padding: 0;
}

.port-content-icon a i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 1px;
    right: 25px;
    background: #fff;
    color: #e9204f;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}

.style-two .jitu-button-bg {
    position: relative;
    z-index: 1;
}

    .style-two .jitu-button-bg:before {
        position: absolute;
        content: "";
        z-index: 1;
        width: 100%;
        height: 5px;
        background: #fff;
        bottom: 0px;
        left: 0;
        opacity: 0;
        transition: .5s;
    }

    .style-two .jitu-button-bg:after {
        position: absolute;
        content: "";
        z-index: 1;
        width: 12px;
        height: 14px;
        background: #fff;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        opacity: 0;
        transition: .5s;
    }

.style-two .single_portfolio:hover .jitu-button-bg:before {
    opacity: 1;
}

.style-two .single_portfolio:hover .jitu-button-bg:after {
    opacity: 1;
}

.style-two .single_portfolio:hover .port-content-icon a i {
    top: 6%;
    opacity: 1;
}

.style-two .single_portfolio:hover .single_portfolio_content {
    top: 44%;
}

.style-two .single_portfolio:hover .single_portfolio_thumb img {
    transform: inherit;
}

.style-two .single_portfolio:hover .single_portfolio_thumb:before {
    opacity: 1;
    transform: (1);
}
/*active center*/
.style-two .center .jitu-button-bg:before {
    opacity: 1;
}

.style-two .center .jitu-button-bg:after {
    opacity: 1;
}

.style-two .center .port-content-icon a i {
    top: 6%;
    opacity: 1;
}

.style-two .center .single_portfolio_thumb:before {
    opacity: 1;
    transform: (1);
}

.style-two .center .single_portfolio_content {
    top: 44%;
}

.owl-item.active.center .single_portfolio_content {
    opacity: 1;
}
/*style three*/

.style-three .single_portfolio_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 84%;
    height: 84%;
    background: rgb(242, 106, 64, 0.7);
    transform: scale(0);
    margin: auto;
    z-index: 1;
    transition: .5s;
    border-radius: 8px;
}

.style-three .single_portfolio_thumb img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: .3s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.style-three .single_portfolio:hover .single_portfolio_thumb img {
    -webkit-filter: grayscale(0%);
}

.style-three .single_portfolio:hover {
    background: #FFDA99;
    border-radius: 8px;
}
/*style three upper7*/
.portfolio_area.style-three.upper7 {
    background: #212123;
}

.style-three.upper7 .portfolio_menu ul li {
    display: inline-block;
    cursor: pointer;
    font-size: 19px;
    font-family: 'Rajdhani';
    font-weight: 600;
    color: #fff !important;
    transition: .5s;
    margin: 9px 14px 0 0;
}
/*style four*/
.style-four.portfolio_area {
    padding: 100px 0 25px;
}

.style-four .single_portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    transition: .5s;
    text-align: center;
    border-radius: 10px;
}

.style-four .single_portfolio_thumb:before {
    position: inherit;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 88%;
    height: 88%;
    background: rgba(237,44,65,0.8);
    transform: scale(0);
    margin: auto;
    z-index: 1;
    transition: .5s;
}

.single_portfolio_thumb img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: .5s;
    /*-webkit-filter: grayscale(100%);*/
}

.style-four .single_portfolio_content {
    position: absolute;
    transition: .5s;
    top: 90%;
    left: 9%;
    border-radius: 5px;
    background: #f9d800;
    opacity: 0;
    z-index: 1;
    width: 82%;
    padding: 22px 0 23px;
}

    .style-four .single_portfolio_content h3 {
        margin: 5px 0 0;
        font-size: 28px;
    }

.style-four .single_portfolio:hover .single_portfolio_thumb img {
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
}

.style-four .single_portfolio_thumb:hover .single_portfolio_content {
    opacity: 1;
    top: 70%;
}
/*upper*/
.upper.style-four .single_portfolio_thumb:hover .single_portfolio_content {
    opacity: 1;
    top: 63%;
}

.upper.style-four .center .single_portfolio_content {
    opacity: 1;
    top: 63%;
}
/*active center*/
.style-four .center .single_portfolio_thumb img {
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
}

.style-four .center .single_portfolio_content {
    opacity: 1;
    top: 70%;
}
/*style five*/
.style-five.portfolio_area {
    padding: 100px 0 100px;
}

.style-five .single_portfolio_box {
    overflow: hidden;
    margin-bottom: 110px;
    transition: .5s;
    text-align: left;
    border-radius: 10px;
}

.style-five .single_portfolio_thumb:before {
    position: inherit;
    background: inherit;
}

.style-five .single_portfolio_thumb img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: .5s;
    -webkit-filter: inherit;
}

.style-five .single_portfolio_content {
    position: absolute;
    transition: .5s;
    top: 251px;
    left: 11%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: 78%;
    padding: 18px 35px 5px;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
}

    .style-five .single_portfolio_content:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: linear-gradient(to left, #EE2E24 0%, #FD7F53 100%);
        width: 60px;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

    .style-five .single_portfolio_content:after {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 0;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

.style-five .single-portfolio-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #EE2E24 20%, #FD7F53 100%);
    width: 0;
    height: 100%;
    transition: .5s;
    border-radius: 5px;
}

.style-five .single_portfolio_content h3 {
    margin: 5px 0 0;
    font-size: 30px;
}

    .style-five .single_portfolio_content h3 a {
        display: inline-block;
        font-weight: 700;
        color: #111E5E;
        text-transform: capitalize;
        margin: 0 0 5px;
        transition: .5s;
    }

.style-five .portfolio-icon i {
    float: right;
    display: inline-block;
    margin-top: -26px;
    font-size: 20px;
    color: #fff;
    margin-right: -19px;
    transition: .5s;
}
/*portfolio button*/
.style-five .portfolio-button a {
    display: inline-block;
    padding: 17px 37px;
    background: #000E52;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Rajdhani';
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

    .style-five .portfolio-button a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        bottom: 0;
        background: linear-gradient(to left, #7FD80A 0%, #BEEE05 100%);
        height: 100%;
        width: 0;
        border-radius: 5px;
        transition: .6s;
    }

.style-five .portfolio-button i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #151423;
    border-radius: 100%;
    transition: .3s;
}

.style-five .portfolio-button a:hover:before {
    width: 100%;
}

.style-five .single-portfolio-content-inner p {
    transition: .5s;
}

.style-five .single_portfolio_box:hover .single_portfolio_thumb img {
    transform: scale(1.1);
}

.style-five .single_portfolio_box:hover .single_portfolio_content h3 a,
.style-five .single_portfolio_box:hover .single_portfolio_content p {
    color: #fff;
}

.style-five .single_portfolio_box:hover .single-portfolio-content-inner:before {
    width: 100%;
}

.style-five .single_portfolio_box:hover .portfolio-icon i {
    color: #EE2E24;
}

.style-five .single_portfolio_box:hover .single_portfolio_content:after {
    width: 60px;
}
/*portfolio box-2*/
.style-five .single_portfolio_content-2 {
    position: absolute;
    transition: .5s;
    top: 251px;
    left: 11%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: 78%;
    padding: 18px 35px 5px;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
}

    .style-five .single_portfolio_content-2:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: linear-gradient(to left, #0C34FF 0%, #22CFFD 100%);
        width: 60px;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

    .style-five .single_portfolio_content-2:after {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 0;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

.style-five .single-portfolio-content-inner-2:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #0C34FF 0%, #22CFFD 100%);
    width: 0;
    height: 100%;
    transition: .5s;
    border-radius: 5px;
}

.style-five .single_portfolio_content-2 h3 {
    margin: 5px 0 0;
    font-size: 30px;
}

    .style-five .single_portfolio_content-2 h3 a {
        display: inline-block;
        font-weight: 700;
        color: #111E5E;
        text-transform: capitalize;
        margin: 0 0 5px;
        transition: .5s;
    }

.style-five .portfolio-icon-2 i {
    float: right;
    display: inline-block;
    margin-top: -26px;
    font-size: 20px;
    color: #fff;
    margin-right: -19px;
    transition: .5s;
}

.style-five .single-portfolio-content-inner-2 p {
    transition: .5s;
}

.style-five .single_portfolio_box:hover .single_portfolio_content-2 h3 a,
.style-five .single_portfolio_box:hover .single_portfolio_content-2 p {
    color: #fff;
}

.style-five .single_portfolio_box:hover .single-portfolio-content-inner-2:before {
    width: 100%;
}

.style-five .single_portfolio_box:hover .portfolio-icon-2 i {
    color: #0C34FF;
}

.style-five .single_portfolio_box:hover .single_portfolio_content-2:after {
    width: 60px;
}
/*portfolio box-3*/
.style-five .single_portfolio_content-3 {
    position: absolute;
    transition: .5s;
    top: 251px;
    left: 11%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: 78%;
    padding: 18px 35px 5px;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
}

    .style-five .single_portfolio_content-3:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: linear-gradient(to left, #7FD80A 0%, #BEEE05 100%);
        width: 60px;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

    .style-five .single_portfolio_content-3:after {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 0;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

.style-five .single-portfolio-content-inner-3:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #7FD80A 0%, #BEEE05 100%);
    width: 0;
    height: 100%;
    transition: .5s;
    border-radius: 5px;
}

.style-five .single_portfolio_content-3 h3 {
    margin: 5px 0 0;
    font-size: 30px;
}

    .style-five .single_portfolio_content-3 h3 a {
        display: inline-block;
        font-weight: 700;
        color: #111E5E;
        text-transform: capitalize;
        margin: 0 0 5px;
        transition: .5s;
    }

.style-five .portfolio-icon-3 i {
    float: right;
    display: inline-block;
    margin-top: -26px;
    font-size: 20px;
    color: #fff;
    margin-right: -19px;
    transition: .5s;
}

.style-five .single-portfolio-content-inner-3 p {
    transition: .5s;
}

.style-five .single_portfolio_box:hover .single_portfolio_content-3 h3 a,
.style-five .single_portfolio_box:hover .single_portfolio_content-3 p {
    color: #fff;
}

.style-five .single_portfolio_box:hover .single-portfolio-content-inner-3:before {
    width: 100%;
}

.style-five .single_portfolio_box:hover .portfolio-icon-3 i {
    color: #7FD80A;
}

.style-five .single_portfolio_box:hover .single_portfolio_content-3:after {
    width: 60px;
}
/*portfolio box-4*/
.style-five .single_portfolio_content-4 {
    position: absolute;
    transition: .5s;
    top: 251px;
    left: 11%;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    z-index: 1;
    width: 78%;
    padding: 18px 35px 5px;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
}

    .style-five .single_portfolio_content-4:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: linear-gradient(to left, #AE15FF 0%, #D908FF 100%);
        width: 60px;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

    .style-five .single_portfolio_content-4:after {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 0;
        height: 52px;
        border-radius: 55px 0 5px 0;
        transition: .5s;
    }

.style-five .single-portfolio-content-inner-4:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #AE15FF 0%, #D908FF 100%);
    width: 0;
    height: 100%;
    transition: .5s;
    border-radius: 5px;
}

.style-five .single_portfolio_content-4 h3 {
    margin: 5px 0 0;
    font-size: 30px;
}

    .style-five .single_portfolio_content-4 h3 a {
        display: inline-block;
        font-weight: 700;
        color: #111E5E;
        text-transform: capitalize;
        margin: 0 0 5px;
        transition: .5s;
    }

.style-five .portfolio-icon-4 i {
    float: right;
    display: inline-block;
    margin-top: -26px;
    font-size: 20px;
    color: #fff;
    margin-right: -19px;
    transition: .5s;
}

.style-five .single-portfolio-content-inner-4 p {
    transition: .5s;
}

.style-five .single_portfolio_box:hover .single_portfolio_content-4 h3 a,
.style-five .single_portfolio_box:hover .single_portfolio_content-4 p {
    color: #fff;
}

.style-five .single_portfolio_box:hover .single-portfolio-content-inner-4:before {
    width: 100%;
}

.style-five .single_portfolio_box:hover .portfolio-icon-4 i {
    color: #AE15FF;
}

.style-five .single_portfolio_box:hover .single_portfolio_content-4:after {
    width: 60px;
}
/*
<!-- ============================================================== -->
<!-- Start brand area Css -->
<!-- ============================================================== -->*/
.brand-area {
    padding: 80px 0 0px;
}

.brand-thumb img {
    filter: grayscale(100%);
    transition: all 1s ease;
}

    .brand-thumb img:hover {
        filter: invert(100%) sepia(92%) saturate(3758%) hue-rotate( -30deg) brightness(97%) contrast(141%);
    }
/*style two*/
.brand-area.style-two {
    background: url(/assets/images/resource/skill-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 60px;
}

.dreamit-single-brand {
    padding: 21px 0;
    margin-bottom: 30px;
}
/*style three*/
.style-three.brand-area {
    padding: 80px 0 0px;
}
/*style four*/
.brand-area.style-four {
    background: #F3F7FA;
    padding: 80px 0 144px;
    position: relative;
    margin-bottom: -92px;
}
/*style five*/
.brand-area.style-five {
    background: #F1FAFF;
    padding: 80px 0 0px;
}
/*
<!-- ============================================================== -->
<!-- Start why choose us area Css -->
<!-- ============================================================== -->*/

.why-choose-us-area {
    background: url(/assets/images/resource/why-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.why-choose-us-thumb {
    margin-left: -75px;
    position: relative;
    left: -26px;
}

    .why-choose-us-thumb img {
        width: 100%;
    }
/*button*/
.rs-video.upper {
    display: inline-block;
    position: relative;
    top: -182px;
    left: 86%;
}

.upper .video-vemo-icon2 {
    background: #f9d800;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue1 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240,47,34, 0.3), 0 0 0 10px rgba(240,47,34, 0.3), 0 0 0 20px rgba(240,47,34, 0.3);
        box-shadow: 0 0 0 0 rgba(240,47,34, 0.3), 0 0 0 10px rgba(240,47,34, 0.3), 0 0 0 20px rgba(240,47,34, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(241,203,203, 0.3), 0 0 0 20px rgba(241,203,203, 0.3), 0 0 0 30px rgba(241,203,203, 0);
        box-shadow: 0 0 0 10px rgba(241,203,203, 0.3), 0 0 0 20px rgba(241,203,203, 0.3), 0 0 0 30px rgba(241,203,203, 0)
    }
}

/*choose us number*/
.choose-us-number {
    float: left;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

    .choose-us-number:before {
        position: absolute;
        content: "";
        z-index: -1;
        border: 1px dashed #f9d800;
        left: 30px;
        bottom: -66px;
        width: 1px;
        height: 75px;
    }

    .choose-us-number:after {
        position: absolute;
        content: "";
        z-index: -1;
        width: 1px;
        height: 11px;
        border-right: 2px solid #f9d800;
        left: 26px;
        top: 87px;
        transform: rotate(-50deg);
    }

    .choose-us-number span {
        display: inline-block;
        color: #f9d800;
        font-family: 'Rajdhani';
        font-weight: 500;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

        .choose-us-number span:before {
            position: absolute;
            content: "";
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #f9d800;
            border-radius: 50%;
            transform: scale(0);
            transition: .5s;
        }

        .choose-us-number span:after {
            position: absolute;
            content: "";
            z-index: -1;
            left: 33px;
            top: 86px;
            border-left: 2px solid #f9d800;
            width: 1px;
            height: 11px;
            transform: rotate(-136deg);
        }

.choose-us-title {
    overflow: hidden;
}

    .choose-us-title h4 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 10px;
        color: #232323;
    }

    .choose-us-title p {
        color: #616161;
    }

.choose-us-number2 {
    float: left;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

    .choose-us-number2 span {
        display: inline-block;
        color: #f9d800;
        font-family: 'Rajdhani';
        font-weight: 500;
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

        .choose-us-number2 span:before {
            position: absolute;
            content: "";
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            background: #f9d800;
            border-radius: 50%;
            transform: scale(0);
            transition: .5s;
        }

.choose-us-number span:hover {
    color: #fff;
}

.choose-us-number2 span:hover {
    color: #fff;
}

    .choose-us-number2 span:hover:before {
        transform: scale(1);
    }

.choose-us-number span:hover:before {
    transform: scale(1);
}
/*
<!-- ============================================================== -->
<!-- Start skill area Css -->
<!-- ============================================================== -->*/
.skill-area {
    background: url(/assets/images/resource/skill.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 0;
}
/*skill thumb*/
.dreamit-single-counter {
    position: relative;
    z-index: 1;
}

.dreamit-single-counter-inner {
    position: relative;
    z-index: 1;
    margin: 278px 0 0;
    float: right;
    background: #ed2b41;
    height: 212px;
    width: 212px;
    text-align: center;
    top: -25px;
    left: 0;
    border-radius: 50% 50% 0;
}

.dreamit-single-counter:before {
    position: absolute;
    content: "";
    width: 212px;
    height: 212px;
    background: #f5bac2;
    border-radius: 50% 50% 0;
    right: 8px;
    top: 263px;
    z-index: -1;
}

.dreamit-counter-text h1 {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-top: 68px;
}

.dreamit-counter-text span {
    font-size: 39px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    position: relative;
    top: -18px;
}

.dreamit-counter-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

h4.marginx-top {
    margin-top: 8px;
}

.row.skill-padding {
    margin-left: 6px;
}
/*prossess ber*/
.prossess-ber-plugin span {
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
}

.barfiller {
    width: 100%;
    height: 3px;
    background: #4b4c59;
    position: relative;
    margin-bottom: 22px;
    margin-top: 11px;
    border-radius: 5px;
}

span.fill {
    background: #f9d800 !important;
    border-radius: 5px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -37px;
    padding: 2px 4px;
    font-size: 16px;
    color: #f9d800;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    background: #333;
}

    .barfiller .tip:after {
        border: solid;
        border-color: rgba(0,0,0,.8) transparent;
        border-width: 6px 6px 0 6px;
        content: "";
        display: block;
        position: absolute;
        left: 9px;
        top: 100%;
        z-index: 9
    }

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}
/*prosess bar two*/
.style-three .barfiller {
    width: 100%;
    height: 5px;
    background: #4b4c59;
    position: relative;
    margin-bottom: 30px;
    margin-top: 11px;
    border-radius: 5px;
}

    .style-three .barfiller .tip {
        margin-top: -37px;
        padding: 0;
        font-size: 16px;
        color: #fff;
        left: 0px;
        border-radius: 0;
        position: absolute;
        z-index: 2;
        background: inherit;
    }

        .style-three .barfiller .tip:after {
            border: 0;
            border-color: inherit;
            border-width: 6px 6px 0 6px;
            content: "";
            display: block;
            position: inherit;
            left: 0;
            top: 0;
            z-index: 9;
        }

.style-three span.fill {
    background: linear-gradient(to right, #23D4FC 33%, #0B2FFF 100%) !important;
    border-radius: 5px;
}

span.fill.my-class {
    background: linear-gradient(to right, #FC7C51 33%, #EF3629 100%) !important;
    border-radius: 5px;
}

span.fill.my-class2 {
    background: linear-gradient(to right, #97E009 33%, #3FC211 100%) !important;
    border-radius: 5px;
}
/*counter style two*/
.style-two .dreamit-single-counter-inner {
    position: absolute;
    z-index: 1;
    margin: 380px 0 0;
    float: right;
    background: #1f1e30;
    height: 212px;
    width: 212px;
    text-align: center;
    top: 0;
    left: 10px;
    border-radius: 50% 50% 50% 0;
}

.style-two.dreamit-single-counter:before {
    position: absolute;
    content: "";
    width: 212px;
    height: 212px;
    background: #aea0a2;
    border-radius: 50% 50% 50% 0;
    left: -1px;
    top: 390px;
    z-index: -1;
}

.style-two .dreamit-counter-text h1 {
    font-size: 60px;
    color: #f9d800;
    display: inline-block;
    font-weight: 500;
    margin-top: 68px;
}
/*skill area style two*/
.skill-area.style-two {
    background: #1b1d21;
    padding: 80px 0 20px;
}
/*skill bar*/
.rs-video.style-two {
    display: inline-block;
    position: relative;
    top: 2%;
    left: 0%;
}

.style-two .barfiller .tip:after {
    height: 16px;
    border: 0;
    width: 3px;
    background: #f9d800;
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 112%;
    z-index: 9;
}

.style-two .barfiller .tip {
    margin-top: -38px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Rajdhani';
    color: #fff;
    background: none;
    border-radius: 0;
    left: 0px;
    position: absolute;
    z-index: 2;
    margin-left: 14px;
}

.style-two.prossess-ber-plugin span {
    color: #33354b;
}
/*upper4*/
.style-two.upper4 span.fill {
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%) !important;
    border-radius: 5px;
}

.style-two.upper4 .barfiller .tip:after {
    height: 16px;
    border: 0;
    width: 3px;
    background: #ed2b22;
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: 112%;
    z-index: 9;
}

.style-two.upper4.prossess-ber-plugin span {
    color: #fff;
}
/*style three*/
.style-two.upper .prossess-ber-plugin span {
    color: #33354b;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
}

.style-two.upper .barfiller .tip {
    margin-top: -38px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Rajdhani';
    color: #151423;
    background: none;
    border-radius: 0;
    left: 0px;
    position: absolute;
    z-index: 2;
    margin-left: 14px;
}
/*button*/
.dreamit-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    border: 1px solid #f9d800;
    margin-left: 115px;
    padding: 14px 35px;
    background: #f9d800;
    position: relative;
    z-index: 1;
}

    .dreamit-button a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform: scale(0.0, 1);
        opacity: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .dreamit-button a:hover: {
        color: #f9d800 !important;
    }

    .dreamit-button a:hover::before {
        transform: scale(1, 1);
        opacity: 1;
        border: 1px solid #f9d800;
        background: #1b1d21;
        color: #f9d800;
    }
/*button two*/
.dreamit-button2 a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    border: 1px solid #f9d800;
    padding: 14px 35px;
    background: #f9d800;
    position: relative;
    z-index: 1;
}

    .dreamit-button2 a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform: scale(0.0, 1);
        opacity: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .dreamit-button2 a:hover: {
        color: #f9d800 !important;
    }

    .dreamit-button2 a:hover::before {
        transform: scale(1, 1);
        opacity: 1;
        border: 1px solid #f9d800;
        background: #1b1d21;
        color: #f9d800 !important;
    }
/*skill shape*/
.skill-shape-inner img {
    position: relative;
    z-index: 1;
    top: -193px;
    left: -117px;
}

.skill-shape-inner2 img {
    position: absolute;
    z-index: 1;
    left: -39px;
    top: -145px;
}

.skill-shape-inner3 img {
    position: absolute;
    z-index: 1;
    left: 658px;
    top: -250px;
}

.style-three .skill-shape-inner-2 img {
    position: absolute;
    z-index: 1;
    left: 535px;
    top: -485px;
}

.style-three .skill-shape-inner-3 img {
    position: relative;
    z-index: -1;
    left: 1029px;
    top: -470px;
}
/*style four*/
.style-three.skill-area {
    background: url(/assets/images/resource/skill-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
}
/*
<!-- ============================================================== -->
<!-- Start testimonial area Css -->
<!-- ============================================================== -->*/
.row.testi-top {
    position: relative;
    z-index: 1;
    margin-top: -225px;
    left: 115px;
}

.row.testi-background {
    background: url(/assets/images/resource/testi-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 133px;
}

.space-testimonial-thumb img {
    position: relative;
    margin-left: -321px;
}

.space-single-testimonial-box {
    position: relative;
    padding: 100px 30px 50px;
}

.testimonial-thumb {
    float: left;
    margin-right: 20px;
    padding: 6px 0 0;
}

.testi-titile h2 {
    font-size: 24px;
    padding: 15px 0 5px;
    font-weight: 500;
}

.testimonial-title p {
    font-size: 18px;
    margin: 0 0 44px;
}

.testi-titile span {
    color: #fff;
}

.testi-icon i {
    display: inline-block;
    font-size: 60px;
    color: #f9d800;
    margin-bottom: 28px;
}
/*style two*/
.style-two.testimonial-area {
    background: url(/assets/images/resource/testimonial.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 114px 0 100px;
}

.style-two .space-testimonial-thumb img {
    position: inherit;
    margin-left: -20px;
}

.style-two .space-single-testimonial-box {
    position: relative;
    padding: 60px 20px 50px 35px;
    background: #1c1e22;
    margin-bottom: 30px;
}

    .style-two .space-single-testimonial-box.white:before {
        position: absolute;
        content: "";
        border-color: #1c1e22 transparent transparent #1c1e22;
        left: 0;
        width: 0;
        height: 0;
        bottom: -36px;
        top: auto;
        border-style: solid;
        border-width: 20px;
    }

.style-two .testi-icon {
    float: left;
    margin-right: 25px;
}

    .style-two .testi-icon i {
        display: inline-block;
        font-size: 50px;
        color: #f9d800;
        margin-bottom: 28px;
        transform: rotate(180deg);
    }

.style-two .testimonial-title p {
    font-size: 18px;
    margin: 0 0 22px;
    overflow: hidden;
}

.style-two .testimonial-thumb {
    float: left;
    margin-right: 20px;
    padding: 6px 0 0;
    margin-left: 72px;
}
/*style three*/
.style-three.testimonial-area {
    background: url(/assets/images/resource/testimonial-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 100px 0 90px;
    background: #f3f7fa;
}

    .style-three.testimonial-area.up {
        padding: 100px 0 15px;
        background: #f3f7fa;
    }

.style-three .testimonial-content {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    padding: 32px 38px 30px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: left;
}

.style-three .testimonial-thumb {
    float: left;
    margin-right: 20px;
}

.style-three .testi-titile h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 18px 0 0;
    padding: 0;
}

.style-three .testi-titile span {
    color: #f9d800;
}

.style-three .testimonial-text p {
    display: inline-block;
    margin: 23px 0 11px;
}

.style-three .testimonial-star i {
    display: inline-block;
    color: #f9d800;
    font-size: 15px;
}


/*
<!-- ============================================================== -->
<!-- Start team area Css -->
<!-- ============================================================== -->*/
.dreamit-single-team-box {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    min-height: 425px;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
}

.single-team-thumb {
    position: relative;
}

    .single-team-thumb img {
        height: auto;
        width: 100%;
        -webkit-filter: grayscale(100%);
        transition: .5s;
    }

.team-socail-icon {
    position: absolute;
    z-index: 1;
    margin-top: -145px;
    text-align: unset;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

    .team-socail-icon a {
        display: inline-block;
        margin: 15px 3px 0;
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 34px;
        color: #fff;
        background: #f9d800;
        text-align: center;
        border-radius: 3px;
        transition: .5s;
    }

.team-content {
    position: relative;
    padding: 13px 0px 1px;
    background: #fff;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 4px;
}

.team-title h3 {
    font-size: 24px;
}

.team-text p {
    color: #f9d800;
}

.team-icon {
    width: 100%;
}

    .team-icon a {
        display: inline-block;
        font-size: 16px;
        padding: 8px 16px 8px;
        color: #9797a1;
        background: #f5f5f6;
        border-radius: 4px;
        margin-left: 6px;
        top: -26px;
        position: relative;
        transition: .5s;
        z-index: 1;
    }

        .team-icon a:hover {
            color: #fff;
        }

        .team-icon a:before {
            position: absolute;
            content: "";
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #f9d800;
            transform: scale(0);
            border-radius: 4px;
            transition: .5s;
            margin: auto;
        }

        .team-icon a:hover:before {
            transform: scale(1);
            color: #fff;
        }

.team-socail-icon a:hover {
    background: #fff;
    color: #f9d800;
}

.dreamit-single-team-box:hover .single-team-thumb img {
    -webkit-filter: grayscale(0);
}

.dreamit-single-team-box:hover .team-socail-icon {
    opacity: 1;
    margin-top: -85px;
}
/*style upper1*/
.team-area.upper1 {
    background: #212123;
}

.upper1 .dreamit-single-team-box {
    margin-bottom: 30px;
    text-align: center;
    background: #212123;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
    border-radius: 7px;
}

.upper1 .team-content {
    position: relative;
    padding: 20px 0px 1px;
    background: #212123;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 9px 0 0px 0;
}

.upper1 .team-title h3 {
    font-size: 24px;
    color: #fff;
}

.upper1 .team-content {
    position: relative;
    padding: 13px 0px 1px;
    background: #212123;
    box-shadow: 0 -13px 30px rgb(0 0 0 / 12%);
    width: 81%;
    left: 24px;
    top: -28px;
    border-radius: 9px 0 0px 0;
}

.upper1 .team-icon a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px 8px;
    color: #9797a1;
    background: #2D2F2F;
    border-radius: 4px;
    margin-left: 6px;
    top: -26px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

    .upper1 .team-icon a:hover {
        color: #fff;
    }

/*style two*/
.style-two .dreamit-single-team-box2 {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}

.style-two .team-share-social {
    position: absolute;
    bottom: 72px;
    left: 102px;
}

.style-two .team-socail-icon {
    position: absolute;
    z-index: 1;
    margin-top: -85px;
    text-align: unset;
    right: 0;
    left: 160px;
    bottom: 161px;
    opacity: 0;
    transition: .5s;
}

    .style-two .team-socail-icon a {
        display: block;
        margin: 15px 3px 0;
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 34px;
        color: #fff;
        background: linear-gradient(to top, #ed431d 6%, #ed2b22 38%);
        text-align: center;
        border-radius: 3px;
        transition: .5s;
    }

.style-two .team-content {
    position: relative;
    padding: 18px 0 12px;
    background: #fff;
    width: inherit;
    left: inherit;
    top: inherit;
    border-radius: 0 0 5px 5px;
}

.style-two .team-icon span {
    display: inline-block;
    font-size: 20px;
    padding: 20px 26px 15px;
    color: #fff;
    background: linear-gradient(to top, #ed431d 6%, #ed2b22 38%);
    border-radius: 4px;
    top: -30px;
    margin-left: 5px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

    .style-two .team-icon span:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        transform: scale(0);
        border-radius: 4px;
        transition: .5s;
        margin: auto;
    }

.style-two .team-socail-icon a:hover {
    background: #000;
}

.team-icon span:hover:before {
    transform: scale(1);
    color: #f9d800;
}

.team-icon span:hover {
    color: #fff;
}

.style-two .dreamit-single-team-box2:hover {
    box-shadow: 0px 0px 14px #ddd;
}

.style-two .team-share-social .team-socail-icon.active {
    left: 120px;
    opacity: 1;
}

.dreamit-single-team-box2:hover .single-team-thumb img {
    -webkit-filter: grayscale(0);
}
/*style three*/
.team-area.style-three {
    background: url(/assets/images/resource/team-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.row.team-bottom {
    position: relative;
    margin-bottom: -171px;
    z-index: 1;
}
/*style four*/
.team-area.style-four {
    background: #FEF5F3;
}

.style-four .dreamit-single-team-box {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
    border-radius: 10px;
    padding: 0 0 6px;
}

.style-four .single-team-thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgb(241, 63, 46, 0.7);
    transition: .5s;
    border-radius: 5px;
}

.style-four .single-team-thumb img {
    height: auto;
    width: 100%;
    -webkit-filter: inherit;
    transition: .5s;
}

.style-four .team-content {
    position: relative;
    padding: 13px 0px 1px;
    background: #fff;
    box-shadow: none;
    width: 71%;
    left: 50px;
    top: -28px;
    border-radius: 7px 7px 0px 0;
    z-index: 1;
}

.style-four .team-title h3 {
    font-size: 26px;
    color: #101D5C;
    margin-bottom: 3px;
}

.style-four .team-text p {
    color: #616161;
}

.style-four .team-icon a:before {
    position: inherit;
}

.style-four .team-socail-icon {
    position: absolute;
    z-index: 1;
    margin-top: -44px;
    text-align: unset;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

    .style-four .team-socail-icon a {
        display: inline-block;
        margin: 15px 3px 0;
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 38px;
        color: #f9d800;
        background: #fff;
        text-align: center;
        border-radius: 30px;
        transition: .5s;
    }

a.gradient-color1 {
    display: inline-block;
    font-size: 20px;
    padding: 8px 16px 8px;
    color: #F75E40;
    background: linear-gradient(to left, #FFF6F4 0%, #FFEAF0 100%);
    border-radius: 4px;
    margin-left: 0;
    top: -26px;
    margin-right: 5px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

a.gradient-color2 {
    display: inline-block;
    font-size: 20px;
    padding: 8px 16px 8px;
    color: #0C33FF;
    background: linear-gradient(to left, #EAFBFF 0%, #E0F8FF 100%);
    border-radius: 4px;
    margin-left: 0px;
    top: -26px;
    margin-right: 5px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

a.gradient-color3 {
    display: inline-block;
    font-size: 20px;
    padding: 8px 16px 8px;
    color: #82D90A;
    background: linear-gradient(to left, #F8FFE3 0%, #E7FFE5 100%);
    border-radius: 4px;
    margin-left: 0px;
    top: -26px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

span.email {
    font-size: 17px;
    color: #f9d800;
    padding-left: 3px;
}

    span.email:hover {
        color: #F75E40 !important;
    }

a.gradient-color1 i:hover {
    color: #F75E40 !important;
}

a.gradient-color2 i:hover {
    color: #0C33FF !important;
}

a.gradient-color3 i:hover {
    color: #82D90A !important;
}

.style-four .team-icon a:hover {
    color: inherit;
}

.style-four .dreamit-single-team-box:hover .team-socail-icon {
    opacity: 1;
    margin-top: -97px;
}

.style-four .single-team-thumb:hover:before {
    height: 100%;
}
/*
<!-- ============================================================== -->
<!-- Start pricing area Css -->
<!-- ============================================================== -->*/
.pricing-single-box {
    margin-bottom: 30px;
    background: #fff;
    border: 0;
}

.pricing-top-ber {
    background: #f3f7fa;
    padding: 31px 35px 20px;
}

.praicing-icon i {
    display: inline-block;
    font-size: 52px;
    color: #f9d800;
    background: #f3e9eb;
    line-height: 102px;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .praicing-icon i:after {
        position: absolute;
        content: "";
        z-index: -1;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #f9d800;
        border-radius: 100%;
        transform: scale(0);
        transition: .5s;
    }

.pricing-post {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: 31px;
    opacity: 0;
    transition: .5s;
}

    .pricing-post p {
        display: inline-block;
        background: #f9d800;
        color: #fff;
        padding: 1px 18px;
        border-radius: 30px;
        font-size: 14px;
    }

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #f9d800;
    padding: 16px 0 23px;
    transition: .5s;
}

span.curencyp {
    position: relative;
    font-weight: 700;
    font-family: 'Rajdhani';
    font-size: 32px;
    top: -20px;
    color: #1c1c1c;
    transition: .5s;
}

span.tk {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #1c1c1c;
    transition: .5s;
}

span.monthp {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Rajdhani';
    color: #1c1c1c;
    transition: .5s;
}

.pricing-boody {
    padding: 25px 35px 40px;
    box-shadow: 0 0px 22px rgb(0 0 0 / 7%);
    border-radius: 0 0 5px 5px;
}

.pricing-featur ul {
    display: inline-block;
    list-style: none;
}

    .pricing-featur ul li {
        display: block;
        padding: 0 0 14px;
    }

        .pricing-featur ul li span i {
            display: inline-block;
            color: #f9d800;
            margin: 0 8px 0 0px;
            font-size: 18px;
        }

.pricing-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rajdhani';
    padding: 11px 32px;
    background: #f9d800;
    color: #fff;
    border-radius: 5px;
    margin-top: 14px;
    border: 2px solid #f9d800;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .5s;
}

    .pricing-button a:after {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        top: 0;
        background: black;
        height: 100%;
        width: 0;
        transition: .5s;
    }
/*hover*/
.pricing-single-box:hover .praicing-icon i:after {
    transform: scale(1);
}

.pricing-single-box:hover .praicing-icon i {
    color: #fff;
}

.pricing-single-box:hover .pricing-post {
    opacity: 1;
}

.pricing-single-box:hover .pricing-title h3 {
    color: #1c1c1c;
}

.pricing-single-box:hover span.curencyp {
    color: #f9d800;
}

.pricing-single-box:hover span.tk {
    color: #f9d800;
}

.pricing-single-box:hover span.monthp {
    color: #f9d800;
}

.pricing-button a:hover:after {
    width: 100%;
}

.pricing-button a:hover {
    color: #f9d800;
}
/*
<!-- ============================================================== -->
<!-- Start blog area Css -->
<!-- ============================================================== -->*/
.blog_area {
    padding: 95px 0 70px;
}

.single_blog {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single_blog_thumb img {
    width: 100%;
}

.single_blog_content {
    padding: 22px 30px 30px 30px;
    box-shadow: 0 4px 30px rgb(0 0 0 /12%);
    position: relative;
    z-index: 1;
}

    .single_blog_content:before {
        position: absolute;
        content: "";
        z-index: 1;
        height: 52px;
        width: 2px;
        background: #f9d800;
        left: 0;
        bottom: 100px;
    }

.post-categories {
    float: left;
    margin-right: 25px;
}

    .post-categories a {
        display: inline-block;
        color: #616161;
        transition: .5s;
    }

    .post-categories span i {
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        color: #f9d800;
    }

.space_blog_meta a {
    display: inline-block;
    font-size: 16px;
    color: #616161;
    font-style: italic;
    transition: .5s;
    float: right;
}

    .space_blog_meta a i {
        display: inline-block;
        font-size: 16px;
        margin-right: 4px;
        transition: .5s;
        color: #f9d800;
    }

.space_blog_meta span {
    color: #232434;
    font-style: normal;
    transition: .5s;
}

.blog_page_title h4 {
    font-size: 26px;
}

    .blog_page_title h4 a {
        font-weight: 700;
        font-family: 'Rajdhani';
        display: inline-block;
        transition: .5s;
        margin: 10px 0 0;
    }

        .blog_page_title h4 a:hover {
            color: #f9d800;
        }

.blog_button a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: #f9d800;
    text-align: center;
    margin: 22px 0 0;
    position: relative;
    z-index: 1;
}

    .blog_button a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        bottom: 0;
        background: #1A1829;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transition: .5s;
    }

    .blog_button a:hover:before {
        transform: scale(1);
    }

.blog_button i:hover {
    color: #fff;
}
/*styl two*/
.blog_area.style-two {
    background: #1B1D21;
    padding: 100px 0 190px;
}

.style-two .single_blog {
    position: relative;
    z-index: 1;
    margin: 0 15px 30px;
}

.style-two .single_blog_content {
    background: #222427;
    padding: 22px 30px 30px 30px;
    position: inherit;
}

.style-two .post-categories a {
    display: inline-block;
    color: #bcc7cd;
    transition: .5s;
}

.style-two .space_blog_meta a {
    display: inline-block;
    font-size: 16px;
    color: #bcc7cd;
    font-style: italic;
    transition: .5s;
    float: right;
}

.style-two .blog_page_title h4 {
    font-size: 26px;
    color: #fff;
}

.blog-button a {
    display: inline-block;
    background: #E9204F;
    color: #fff;
    padding: 14px 27px;
    font-size: 18px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    transition: .5s;
    position: relative;
    z-index: 1;
}

    .blog-button a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border: 2px solid #f9d800;
        transform: scale(0);
        opacity: 0;
    }

    .blog-button a:hover::before {
        transform: scale(1, 1);
        opacity: 1;
        border: 2px solid #f9d800;
        background: #1B1D21;
        color: #f9d800;
    }

    .blog-button a:hover {
        color: #f9d800;
    }
/*style three*/
.style-three.blog_area {
    padding: 100px 0 80px;
}

.style-three .single_blog {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: .5s;
}

.style-three .blog_page_title h4 {
    font-size: 21px;
}

.style-three .single_blog:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}

.style-three.single_blog:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}

.style-three .datatech_blog_meta a:hover {
    color: #FF0000;
}

.style-three .post-categories a:hover {
    color: #FF0000;
}
/*style four*/
.blog_area.style-four {
    background: #F1F3F5;
    padding: 120px 0 183px;
}

.style-four .single_blog {
    position: relative;
    z-index: 1;
    margin: 0 15px 30px;
}

.style-four .single_blog_content:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 52px;
    width: 2px;
    background: linear-gradient(to top, #ed431d 6%, #ed2b22 40%);
    left: 0;
    bottom: 100px;
}

.style-four .single_blog_content {
    padding: 25px 30px 30px 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 12%);
    position: inherit;
    border-radius: 0 0 5px 5px;
}

.style-four .blog_button a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 60px;
    height: 45px;
    line-height: 45px;
    background: linear-gradient(to left, #ed431d 6%, #ed2b22 38%);
    text-align: center;
    margin: 22px 0 0;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

    .style-four .blog_button a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        bottom: 0;
        background: #1A1829;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transition: .5s;
        border-radius: 5px;
    }

.style-four .blog-button a {
    display: inline-block;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
    color: #fff;
    padding: 17px 27px;
    font-size: 18px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

    .style-four .blog-button a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        border: 2px solid #ED3A1F;
        transform: scale(0);
        opacity: 0;
    }

.blog-button span {
    margin-left: 7px;
    color: #fff;
    font-size: 25px;
}

.blog-button a:hover {
    color: #fff;
}

    .blog-button a:hover::before {
        transform: scale(1);
        opacity: 1;
        border: 2px solid #f9d800;
        background: #1B1D21;
        color: #f9d800;
    }

.blog_button a:hover:before {
    transform: scale(1);
}

.style-four .blog_page_title h4 a:hover {
    color: #ED3221;
}
/*style-four upper3*/
.blog_area.style-four.upper3 {
    background: #F1F3F5;
    padding: 255px 0 183px;
}

.style-four.upper3 .single_blog {
    position: relative;
    z-index: 1;
    margin: 0;
}
/*style-four upper2*/
.blog_area.style-four.upper2 {
    background: #151517;
    padding: 255px 0 183px;
}

.style-four.upper2 .single_blog {
    position: relative;
    z-index: 1;
    margin: 0 0px 30px;
    border-radius: 7px;
}

.style-four.upper2 .single_blog_content {
    padding: 25px 30px 30px 30px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 12%);
    position: inherit;
    border-radius: 0 0 5px 5px;
    background: #212123;
}

.style-four.upper2 .blog_page_title h4 a {
    font-weight: 700;
    font-family: 'Rajdhani';
    display: inline-block;
    transition: .5s;
    margin: 10px 0 0;
    color: #fff;
}

.style-four.upper2 .post-categories a {
    display: inline-block;
    color: #b4bfc5;
    transition: .5s;
}

.style-four.upper2 .space_blog_meta a {
    display: inline-block;
    font-size: 16px;
    color: #b4bfc5;
    font-style: italic;
    transition: .5s;
    float: right;
}

.single_blog_thumb img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    transition: .5s;
}

.single_blog:hover .single_blog_thumb img {
    -webkit-filter: grayscale(0);
}
/*button*/
.style-five .blog-button2 a {
    display: inline-block;
    background: #000E52;
    color: #fff;
    padding: 17px 32px;
    font-size: 18px;
    margin-top: 40px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

    .style-five .blog-button2 a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        border: 2px solid #B014FF;
        transform: scale(0);
        opacity: 0;
    }

.style-five .blog-button2 i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #151423;
    border-radius: 100%;
    transition: .3s;
}

.style-five .blog-button2 a:hover::before {
    transform: scale(1);
    opacity: 1;
    background: #0F49C6;
    /* color: #f9d800; */
}
/*blog box*/
.style-five .single_blog_content-1 {
    padding: 18px 30px 50px 30px;
    box-shadow: 0 4px 30px rgb(0 0 0 /12%);
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

    .style-five .single_blog_content-1:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 60px;
        height: 52px;
        background: linear-gradient(to left, #0C34FF 25%, #05A1F2 100%);
        border-radius: 55px 0px 10px 0;
    }

.style-five .single_blog_thumb img {
    width: 100%;
    -webkit-filter: inherit;
    border-radius: 10px 10px 0 0;
}

.style-five .post-categories a {
    display: inline-block;
    color: #000E52;
    transition: .5s;
}

.style-five a.post-categories-2 {
    background: linear-gradient(to left, #0C34FF 25%, #05A1F2 100%);
    padding: 4px 12px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 500;
    margin-right: 14px;
}

.style-five .post-categories span i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #000E52;
}

.style-five .blog_page_title h4 {
    font-size: 32px;
}

    .style-five .blog_page_title h4 a {
        font-weight: 700;
        font-family: 'Rajdhani';
        display: inline-block;
        transition: .5s;
        margin: 18px 0 0;
        color: #000E52;
    }

.style-five .blog_bottom-icon {
    position: absolute;
    right: 15px;
    bottom: 8px;
}

    .style-five .blog_bottom-icon i {
        display: inline-block;
        color: #fff;
    }

.style-five .blog_page_title h4 a:hover {
    color: #0F49C6;
}
/*blog box-2*/
.style-five .single_blog_content-2 {
    padding: 18px 30px 50px 30px;
    box-shadow: 0 4px 30px rgb(0 0 0 /12%);
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

    .style-five .single_blog_content-2:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 60px;
        height: 52px;
        background: linear-gradient(to left, #EE2E24 20%, #FD7F53 100%);
        border-radius: 55px 0px 10px 0;
    }

.style-five .post-categories a {
    display: inline-block;
    color: #000E52;
    transition: .5s;
}

.style-five a.post-categories-3 {
    background: linear-gradient(to left, #EE2E24 20%, #FD7F53 100%);
    padding: 4px 12px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 500;
    margin-right: 14px;
}

.style-five .post-categories span i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #000E52;
}

.style-five .blog_page_title2 h4 {
    font-size: 32px;
}

    .style-five .blog_page_title2 h4 a {
        font-weight: 700;
        font-family: 'Rajdhani';
        display: inline-block;
        transition: .5s;
        margin: 18px 0 0;
        color: #000E52;
    }

.style-five .blog_bottom-icon2 {
    position: absolute;
    right: 15px;
    bottom: 8px;
}

    .style-five .blog_bottom-icon2 i {
        display: inline-block;
        color: #fff;
    }

.style-five .blog_page_title2 h4 a:hover {
    color: #EE2E24;
}
/*
<!-- ============================================================== -->
<!-- Start subscribe area Css -->
<!-- ============================================================== -->*/
.row.subscribe-bg {
    background: url(/assets/images/resource/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 50px 38px;
    position: relative;
    margin-bottom: -100px;
    border-radius: 10px;
}

.row.subscribe-bg2 {
    background: url(/assets/images/resource/counter-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 50px 38px;
    position: relative;
    margin-bottom: -100px;
    border-radius: 0px;
}

.subscribe-title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
}
/*form area*/
.from-box input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    width: 80%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.from-box button {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;
    padding: 13px 25px;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 17px;
    border: 0;
    background: #232434;
    color: #fff;
}
/*style two*/
.style-two.subscribe-area {
    background: url(/assets/images/resource/subs1.jpg);
    padding: 48px 0 40px;
}
/*style three*/
.subscribe-area.style-four {
    position: relative;
    margin-top: -92px;
}
/*style five*/
.style-five.subscribe-area {
    position: relative;
    margin-top: -92px;
}

/*
<!-- ============================================================== -->
<!-- Start planing area Css -->
<!-- ============================================================== -->*/
.planing-area {
    background: #F4F7F8;
}

    .planing-area .dreamit-section-title {
        margin-bottom: 50px;
    }

.dreamit-single-planing-box {
    margin-bottom: 30px;
}

.single-planing-thumb img {
    width: 100%;
}

.planing-content {
    background: #fff;
    padding: 25px 40px 15px;
}

.planing-title h3 {
    font-size: 26px;
    padding: 0 0 10px;
}
/*
<!-- ============================================================== -->
<!-- Start mission area Css -->
<!-- ============================================================== -->*/
.mission-area {
    background: url(/assets/images/resource/vission.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 105px 0 108px;
}

.footer-middle.upper {
    padding: 87px 0 0;
}

.col-lg-6.col-md-6.mission {
    padding: 0 0 0 46px;
}

.mission-area .dreamit-section-title p {
    margin: 15px 0 0;
    color: #bec6cc;
}

.mission-area .dreamit-section-title {
    margin-bottom: 25px;
}

    .mission-area .dreamit-section-title:after {
        left: 25px;
    }

.mission-area .elementor-about-title p {
    padding-bottom: 5px;
}
/*mission single box*/
.col-lg-6.mission-box {
    position: relative;
    z-index: 1;
}

.mission-single-box {
    position: absolute;
    z-index: 1;
    bottom: -108px;
    right: -1px;
    background: url(/assets/images/resource/mission-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 50px 40px;
}

.mission-title h2 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}
/*
<!-- ============================================================== -->
<!-- Start vission area Css -->
<!-- ============================================================== -->*/
.vission-area {
    background: url(/assets/images/resource/mission.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 105px 0 105px;
}

    .vission-area .elementor-about-title p {
        padding-bottom: 5px;
    }
/*
<!-- ============================================================== -->
<!-- Start footer area Css -->
<!-- ============================================================== -->*/
.footer-middle {
    background: url(/assets/images/resource/footer-bg.jpg);
    padding: 195px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.space-logo {
    margin-top: 10px;
}

.company-info-desc p {
    padding: 32px 16px 0 0px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 13px;
}

.company_icon a {
    display: inline-block;
    margin: 15px 6px 0;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #292643;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

    .company_icon a:before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #f9d800;
        transform: scale(0);
        margin: auto;
        transition: .5s;
        border-radius: 3px;
    }

    .company_icon a:hover:before {
        transform: scale(1);
        background: #f9d800;
    }

    .company_icon a i:hover {
        color: #fff;
    }

.widget.widget-nav-menu {
    padding-left: 15px;
}

h4.widget-title {
    color: #fff;
    font-size: 28px;
    padding-bottom: 15px;
    margin-top: 0;
}

    h4.widget-title span {
        color: #f9d800;
    }

.menu-quick-link-content {
    padding: 10px 0;
}

    .menu-quick-link-content ul li {
        display: block;
        list-style: none;
        position: relative;
        z-index: 1;
    }

        /*.menu-quick-link-content ul li:before {
        position: absolute;
        z-index: 1;
        content: "";
        top: 14px;
        left: -6px;
        width: 10px;
        height: 1px;
        border-radius: 50%;
        background: #fff;
    }*/

        .menu-quick-link-content ul li a {
            display: inline-block;
            color: #fff;
            font-weight: 500;
            padding: 0 0 7px;
            transition: .5s;
            background-image: linear-gradient( to right, #f9d800, #f9d800, 50%, #fff 50%);
            background-size: 200% 100%;
            background-position: 100%;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
        }

            .menu-quick-link-content ul li a:hover {
                background-position: 0%, 100%;
                padding-left: 3px;
            }

#footer-widget-address {
    padding-left: 10px;
}

    #footer-widget-address .widget-title {
        padding-bottom: 35px;
    }

.footer-recent-post {
    margin-bottom: 24px;
}

    .footer-recent-post ul li {
        display: block;
        list-style: none;
        position: relative;
        z-index: 1;
        padding-left: 15px;
    }

        .footer-recent-post ul li:before {
            position: absolute;
            z-index: 1;
            content: "";
            top: 14px;
            left: -6px;
            width: 10px;
            height: 1px;
            border-radius: 50%;
            background: #fff;
        }

        .footer-recent-post ul li a {
            display: inline-block;
            color: #fff;
            font-weight: 500;
            padding: 0 0 7px;
            transition: .5s;
            background-image: linear-gradient( to right, #f9d800, #f9d800, 50%, #fff 50%);
            background-size: 200% 100%;
            background-position: 100%;
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
        }

            .footer-recent-post ul li a:hover {
                background-position: 0%, 100%;
                padding-left: 3px;
            }

.footer-socail-icon {
    float: left;
    margin-right: 20px;
}

    .footer-socail-icon i {
        display: inline-block;
        font-size: 26px;
        color: #f9d800;
    }

.footer-socail-info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 33px;
}

.footer-socail-info2 p {
    padding-left: 45px;
    color: #fff;
}
/*footer bottom*/
.footer-bottom-content {
    padding-top: 22px;
}

.row.footer-bottom {
    border-top: 1px solid #f9d800;
    margin-top: 80px;
}

.footer-bottom-content-copy p {
    color: #fff;
}

.footer-bottom-content-copy span {
    color: #f9d800;
}

.footer-bottom-menu p {
    color: #fff;
    padding: 20px 0 0;
}
/*
<!-- ============================================================== -->
<!-- Start contact-us area Css -->
<!-- ============================================================== -->*/
.contact-us-single-box {
    margin-bottom: 32px;
    background: #f3f7fa;
    padding: 36.2px 30px;
}

.contact-us-icon {
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}

    .contact-us-icon i {
        font-size: 52px;
        color: #f9d800;
    }

.contact-us-title {
    overflow: hidden;
}

    .contact-us-title h2 {
        font-size: 24px;
        text-transform: uppercase;
    }

    .contact-us-title p {
        padding: 5px 0 0;
        margin: 0;
    }
/*form box style two*/
.contact-form-box.style-two {
    background: #f3f7fa;
    padding: 34px 50px 30px;
}

form#dreamit-form h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 19px;
}

.form-title p {
    margin: 7px 0 10px;
    color: #1c1c1c;
}

.style-two .from-box input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 0;
    padding: 7px 20px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.from-box select {
    height: 54px;
    width: 100%;
    border: 0;
    padding: 7px 20px;
    color: #A0A4B6;
}

.from-box textarea {
    height: 140px;
    width: 100%;
    border: 0;
    padding: 15px 22px 0px;
}

.from-box1 button {
    padding: 14px 32px;
    background: #f9d800;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
    transition: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .from-box1 button:before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scale(0);
        width: 100%;
        height: 100%;
        transition: .5s;
        color: #f9d800;
    }

    .from-box1 button:hover {
        color: #f9d800;
    }

        .from-box1 button:hover:before {
            transform: scale(1);
        }

.from-box1 a {
    padding: 14px 32px;
    background: #f9d800;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
    transition: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-appearance: button !important;
}

    .from-box1 a:before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scale(0);
        width: 100%;
        height: 100%;
        transition: .5s;
        color: #f9d800;
    }

    .from-box1 a:hover {
        color: #f9d800 !important;
    }

        .from-box1 a:hover:before {
            transform: scale(1) !important;
        }

.from-box1 i {
    margin-left: 5px;
    display: inline-block;
    font-size: 25px;
    margin-top: 0;
}
/*style three*/
.contact-form-box.style-three {
    margin-top: -233px;
}

.contact-form-title {
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
    padding: 40px 32px 88px;
    border-radius: 5px 5px 0 0;
}

    .contact-form-title h5 {
        font-size: 20px;
        position: relative;
        z-index: 1;
        padding-bottom: 7px;
    }

        .contact-form-title h5:before {
            position: absolute;
            content: "";
            z-index: -1;
            left: 74px;
            top: 15px;
            margin: auto;
            height: 1px;
            width: 35px;
            background: #fff;
        }

    .contact-form-title h3 {
        font-size: 35px;
        line-height: 1;
    }

.style-three form#dreamit-form {
    padding: 35px 30px 48px;
    background: #fff;
    border-radius: 50px 0 5px 5px;
    position: relative;
    margin-top: -41px;
}

.style-three .from-box input {
    float: right;
    height: 56px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.style-three .from-box textarea {
    height: 140px;
    width: 100%;
    padding: 15px 22px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

input:focus, button:focus {
    border-color: transparent;
    outline-color: transparent;
    box-shadow: 0 0 0 0.2rem rgb(237 46 33 / 50%);
}

textarea:focus {
    background: inherit;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: 0 0 0 0.2rem rgb(237 46 33 / 50%);
}

.style-three div#status {
    color: #fff;
}
/*form box2*/
.from-box2 button {
    padding: 15px 32px;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .from-box2 button:before {
        position: absolute;
        content: "";
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        transform: scale(0);
        width: 100%;
        height: 100%;
        transition: .5s;
        border-radius: 5px;
        color: #f9d800;
    }

.from-box2 span {
    margin-left: 6px;
    font-size: 25px;
}

.from-box2 button:hover:before {
    transform: scale(1);
    background: #000000;
}

.from-box2 button:hover {
    color: #fff;
}
/*style three upper2*/
.style-three.upper2 .from-box textarea {
    height: 102px;
    width: 100%;
    padding: 15px 22px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
/*style three upper8*/
.style-three.upper8 form#dreamit-form {
    padding: 35px 30px 40px;
    background: #212123;
    border-radius: 50px 0 5px 5px;
    position: relative;
    margin-top: -41px;
}

.style-three.upper8 .from-box input {
    float: right;
    height: 56px;
    background-color: #212123;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #444C51;
    padding: 6px 20px;
    border-radius: 5px;
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.style-three.upper8 .from-box textarea {
    height: 140px;
    width: 100%;
    background: #212123;
    padding: 15px 22px 0px;
    border: 1px solid #444C51;
    border-radius: 5px;
    color: #fff;
}

.style-three.upper8 input:focus, button:focus {
    border-color: transparent;
    outline-color: transparent;
    box-shadow: inherit;
    ;
}

.style-three.upper8 textarea:focus {
    background: inherit;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: inherit;
}

.style-three.upper8 .from-box2 button {
    display: inline-block;
    color: #fff;
    width: inherit;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 30px;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
    border-radius: 5px;
    font-family: 'Rajdhani';
    border: 0;
    margin-top: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
/*style four*/
.style-four.upper2 .from-box input {
    float: right;
    height: 60px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    border-radius: 5px;
    width: 100%;
    color: #434647;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
/*style six*/
.subscribe-area.style-six {
    background: url(/assets/images/resource/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 65px 0 0px;
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
}

.style-six .subscribe-single-thumb img {
    position: relative;
    margin-left: -89px;
    animation: 0.8s 0.8s fadeInLeft both;
}

.style-six .contact-form-title-1 h3 {
    font-size: 44px;
    line-height: 1;
}

.style-six .from-box input {
    float: right;
    height: 60px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    border-radius: 5px;
    width: 100%;
    color: #e6e6e6;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.style-six .from-box textarea {
    height: 130px;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.style-six .from-box2 button {
    padding: 15px 32px;
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
/*contact-shape*/
.style-six .contact-shape-thumb1 {
    position: absolute;
    z-index: -1;
    right: -94px;
    bottom: 28px;
}

.style-six .contact-shape-images-2 img {
    position: absolute;
    bottom: 194px;
    left: -227px;
    z-index: -4;
    animation: 0.8s 0.8s fadeInRight both;
}

/*====================================================
--< ITplot why-join-us Css -->
======================================================*/
.singles-joins-box {
    background: #fff;
    text-align: center;
    padding: 30px 0px 20px;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    top: 40px;
}

.singles-joinss-box {
    background: #fff;
    text-align: center;
    padding: 30px 0 20px;
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    border-radius: 5px;
}

.joins-titles h3 {
    font-size: 20px;
    color: #222;
    line-height: 26px;
    padding: 10px 0 0;
}

.join-content h4 {
    font-size: 20px;
    color: #133344;
    position: relative;
    margin: 0;
}

    .join-content h4::before {
        position: absolute;
        content: "";
        top: 21px;
        left: 172px;
        height: 1px;
        width: 37px;
        background: #f9d800;
    }

.join-content h2 {
    font-size: 55px;
    color: #0A2C3D;
    line-height: 1.2;
    margin: 6px 0 10px;
}

    .join-content h2 span {
        color: #f9d800;
    }

.join-content p {
    font-size: 16px;
    color: #5c727d;
    margin: 0;
    line-height: 1.5;
}

.join-button {
    margin-top: 33px;
}

    .join-button a {
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        background: #181B2A;
        color: #fff;
        text-transform: uppercase;
        padding: 11px 26px;
        transition: .5s;
        border-radius: 5px;
    }

        .join-button a:hover {
            background: #f9d800;
        }

.why-join-us .about-button a {
    margin-top: 0;
    font-size: 18px;
}

/*====================================================
--< ITplot .circular-area Css -->
======================================================*/
.circular-area {
    padding: 100px 0 0;
    background: #F6F7F9;
}

.single-circular-box {
    background: #FFFFFF;
    padding: 20px 32px 0;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: .9s;
    position: relative;
    z-index: 1;
}

    .single-circular-box:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        top: 0;
        background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
        width: 0;
        height: 100%;
        transition: .5s;
        border-radius: 5px;
    }

.circular-thumb {
    float: left;
    margin: 2px 25px 0 0;
}

    .circular-thumb img {
        background: #F6F7F9;
        padding: 22px 24px;
        border-radius: 5px;
    }

.circular-title {
    position: relative;
    top: 15px;
}

    .circular-title h3 {
        font-size: 26px;
        transition: .5s;
        padding: 0 0 5px;
        margin: 0;
    }

    .circular-title p {
        font-size: 16px;
        margin: 0;
        transition: .5s;
    }

.circular-btn {
    text-align: right;
    position: relative;
    top: -42px;
}

    .circular-btn a {
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #f9d800;
        padding: 12px 22px;
        border-radius: 5px;
        color: #222222;
        font-weight: 500;
    }

.single-circular-box:hover:before {
    width: 100%;
    left: 0;
}

.single-circular-box:hover .circular-title h3 {
    color: #fff;
}

.single-circular-box:hover .circular-title p {
    color: #fff;
}

.single-circular-box:hover .circular-btn a {
    color: #222;
    background: #fff;
}
/*====================================================
--< ITplot calls-do-actions Css -->
======================================================*/
.calls-do-actions {
    padding: 65px 0 195px;
    background: #F6F7F9;
    margin: 0 0 -95px;
}

    .calls-do-actions .section-title {
        text-align: center;
    }

        .calls-do-actions .section-title h1 {
            font-size: 42px;
            font-weight: bold;
            font-family: Rajdhani;
            color: #222222;
        }

        .calls-do-actions .section-title h5 {
            font-size: 32px;
            color: #222222;
            font-weight: 600;
            padding: 0 0 5px;
        }

.calls-do-button {
    text-align: center;
    position: relative;
    top: 27px;
}

    .calls-do-button a {
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        background: #181B2A;
        color: #fff;
        text-transform: uppercase;
        padding: 11px 26px;
        transition: .5s;
        border-radius: 5px;
    }

        .calls-do-button a:hover {
            background: #f9d800;
        }

/*====================================================
--< ITplot .career-details  Css -->
======================================================*/
.details-title h2 {
    font-size: 46px;
    color: #222;
}

.details-title h3 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0 17px;
}

.details-title p {
    font-size: 16px;
    margin: 0 0 40px;
    color: #5c727d;
    line-height: 1.4;
}

.details-text {
    margin-top: 37px;
}

    .details-text h4 {
        font-size: 22px;
        margin: 17px 0 16px;
    }

    .details-text p {
        margin: 0 0 15px 30px;
        position: relative;
    }

        .details-text p::before {
            position: absolute;
            content: "";
            top: 14px;
            left: -33px;
            height: 1px;
            width: 15px;
            background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
        }

        .details-text p::after {
            position: absolute;
            content: "";
            top: 12px;
            left: -18px;
            height: 6px;
            width: 6px;
            border-radius: 5px;
            background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
        }

    .details-text h3 {
        font-size: 26px;
        color: #000000;
        font-weight: 600;
        margin: 16px 0 0;
    }

.singles-details-box {
    box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 10%);
    padding: 28px 40px 40px;
    position: relative;
    border-radius: 5px;
    margin-top: 30px;
}

    .singles-details-box::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background: linear-gradient(to right, #ed2b22 0%, #ed431d 100%);
    }

    .singles-details-box h4 {
        font-weight: 600;
        font-size: 25px;
        color: #000000;
        font-family: 'Rajdhani', sans-serif;
    }

.details-thumb {
    margin: 20px 0 0;
}

    .details-thumb img {
        float: left;
        margin: 6px 20px 25px 0;
    }

.deta-title span {
    font-size: 16px;
    color: #616161;
}

.deta-title h5 {
    margin: 3px 0 0;
    font-size: 16px;
    color: #333;
}

.deta-title {
    margin-left: 37px;
}

.career-details .about-button a {
    margin-top: 35px;
}
/*
<!-- ============================================================== -->
<!-- Start faq area Css -->
<!-- ============================================================== -->*/
.faq-area {
    height: 760px;
    background: url(/assets/images/resource/faq.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 110px;
}
/*accordion*/
.accordion {
    margin: -16px 0 0;
}

    .accordion li {
        border-bottom: 1px solid #d9e5e8;
        position: relative;
        list-style: none;
        padding: 0 0 11px;
    }

        .accordion li p {
            display: none;
            font-size: 16px;
            padding: 0 21px 0px;
            color: #616161;
            font-family: 'Rubik', sans-serif;
        }

    .accordion a {
        width: 100%;
        display: block;
        cursor: pointer;
        font-weight: 700;
        line-height: 3;
        font-size: 19px;
        font-family: 'Rajdhani';
        color: #151423 !important;
        user-select: none;
    }

        .accordion a:before {
            width: 2px;
            height: 12px;
            background: #f9d800;
            position: absolute;
            right: 13px;
            content: " ";
            top: 26px;
            /:;
            transform: rotate(0deg);
            /:;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .accordion a:after {
            width: 12px;
            height: 2px;
            background: #f9d800;
            position: absolute;
            right: 8px;
            content: " ";
            top: 31px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

ul.accordion li a span {
    color: #f9d800;
    margin-right: 5px;
}

.accordion p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    padding: 10px;
}

a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.active:before {
    display: none;
}
/*style two*/
.style-two.faq-area {
    background: url(/assets/images/resource/faq2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0 80px;
    height: inherit;
}

.row.background_color {
    padding: 42px 40px 30px 40px;
    background: #fff;
    border-radius: 5px;
    margin-top: -234px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 6%);
}

.row.background-color {
    padding: 42px 40px 40px 40px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: -234px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 6%);
}

p.text-pt {
    margin: 8px 0 40px;
}

.style-two .accordion li {
    border: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0px 0 11px;
    margin-bottom: 20px;
}

.style-two .accordion li {
    border: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
}

    .style-two .accordion li p {
        display: none;
        font-size: 16px;
        padding: 15px 21px 0px;
        color: #616161;
        font-family: 'Rubik', sans-serif;
        line-height: 24px;
    }

.style-two .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    line-height: 3;
    font-size: 19px;
    font-family: 'Rajdhani';
    color: #151423 !important;
    user-select: none;
    text-indent: 20px;
    border-radius: 5px;
}

    .style-two .accordion a:before {
        height: 30px;
        width: 30px;
        background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
        top: 13px;
        right: 18px;
        position: absolute;
        content: "";
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-radius: 3px;
    }

    .style-two .accordion a:after {
        width: 8px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 30px;
        content: " ";
        top: 24px;
        transform: rotate(-45deg);
        transition: all 0.2s ease-in-out;
        background: none;
    }

.style-two a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.style-two a.active {
    background: linear-gradient(to right, #ed2b22 0%, #ed431d 60%);
    color: #fff !important;
}

    .style-two a.active:before {
        background: #fff !important;
    }

    .style-two a.active:after {
        background: #fff !important;
    }
/*style two upper8*/
.style-two.faq-area {
    background: url(/assets/images/resource/faq3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0 80px;
    height: inherit;
}

.row.background-color1 {
    padding: 42px 40px 38px 40px;
    background: #212123;
    border-radius: 5px;
    margin-top: -234px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 6%);
}

.style-two.upper8 .accordion li {
    border: 1px solid #444C51;
    position: relative;
    list-style: none;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.style-two.upper8 .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 19px;
    font-family: 'Rajdhani';
    color: #fff !important;
    user-select: none;
    text-indent: 20px;
    border-radius: 5px;
}

.style-two.upper8 .accordion li p {
    display: none;
    font-size: 16px;
    padding: 15px 21px 0px;
    color: #b4bfc5;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
}

/*faq icon box*/
.faq-contact-box {
    border-bottom: 1px solid #EDEDED;
    padding: 0 0 12px;
    margin-bottom: 5px;
}

.faq-icon {
    float: left;
    margin-right: 25px;
}

.faq-title h3 {
    font-size: 20px;
    padding: 0 0 5px;
}

.faq-icon i {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #f9d800;
    transition: .5s;
}

.faq-contact-box:hover .faq-icon i {
    transform: rotateY(180deg);
}

.faq-contact-box1:hover .faq-icon i {
    transform: rotateY(180deg);
}
/*
<!-- ============================================================== -->
<!-- Start scrollup section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

    .scroll-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 30px;
        color: #ffffff;
        background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        z-index: 9999;
        width: 45px;
        text-align: center;
        height: 45px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        -ms-transition: all 0.9s ease-out 0s;
        -o-transition: all 0.9s ease-out 0s;
        transition: all 0.9s ease-out 0s;
        border-radius: 10px;
    }

        .scroll-area .go-top i {
            position: absolute;
            top: 50%;
            left: -4px;
            right: 0;
            margin: 0 auto;
            font-size: 15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .scroll-area .go-top i:last-child {
                opacity: 0;
                visibility: hidden;
                top: 60%;
            }

        .scroll-area .go-top::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
            background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
            background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
            border-radius: 100%;
        }

        .scroll-area .go-top:focus, .scroll-area .go-top:hover {
            color: #fff;
        }

            .scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
                opacity: 1;
                visibility: visible;
            }

            .scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
                opacity: 0;
                top: 0;
                visibility: hidden;
            }

            .scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
                opacity: 1;
                visibility: visible;
                top: 50%;
            }

        .scroll-area .go-top.active {
            top: 95%;
            -webkit-transform: translateY(-98%);
            -moz-transform: translateY(-98%);
            -ms-transform: translateY(-98%);
            -o-transform: translateY(-98%);
            transform: translateY(-98%);
            opacity: 1;
            visibility: visible;
            border-radius: 0;
            right: 30px;
            border-radius: 100%;
        }

.top-wrap {
    position: relative;
}

    .top-wrap .go-top-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #c1282a 100%);
        background: #f9d800;
        background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #c1282a 100%);
    }

        .top-wrap .go-top-button i {
            font-size: 20px;
            font-weight: 700;
            padding-left: 4px;
            color: #fff;
        }

        /*.top-wrap .go-top-button::after {
            z-index: -1;
            content: "";
            position: absolute;
            left: 3px;
            top: 3px;
            width: 45px;
            height: 45px;
            -webkit-animation: ripple 1.6s ease-out infinite;
            -moz-animation: ripple 1.6s ease-out infinite;
            -o-animation: ripple 1.6s ease-out infinite;
            animation: ripple 1.6s ease-out infinite;
            opacity: 0;
            background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
            background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
            background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
            border-radius: 100%;
        }*/

        .top-wrap .go-top-button:hover {
            background-color: #222;
            color: #fff;
        }

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@-webkit-keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
/* bounce-animate */
@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
/*animation*/
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #d69c01;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

    .loader:before {
        position: absolute;
        content: '';
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-left-color: #f9d800;
        -webkit-animation: spin 2s linear infinite;
        -moz-animation: spin 2s linear infinite;
        -o-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

    .loader:after {
        position: absolute;
        content: '';
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-right-color: #ffffff;
        -webkit-animation: spin 2.5s linear infinite;
        -moz-animation: spin 2.5s linear infinite;
        -o-animation: spin 2.5s linear infinite;
        animation: spin 2.5s linear infinite;
    }
/* Here comes the Magic */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

    .loader-wrapper .loder-section.left-section {
        left: 0;
        transition: 1s 1.4s ease;
    }

    .loader-wrapper .loder-section.right-section {
        right: 0;
        transition: 1s 1.4s ease;
    }

/* When page loaded */
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/*particles js*/
div#particles {
    position: relative;
}

#webcoderskull {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 100%;
}

div#particles .slider7.slider-area {
    background: inherit;
    height: 950px;
    position: relative;
    z-index: 1;
}