@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

*/

html,
body {
    height: 100%;
    padding: 0px;
}

a:focus {
    text-decoration: none;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

body {
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a,
input,
button,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    text-decoration: none;
}

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

.fix {
    overflow: hidden;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 5px 0;
    padding: 0;
}

p {
    padding: 0px;
    margin: 0px;
}

.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

.section_padding {
    padding: 100px 0;
}

.section_title {
    margin-bottom: 50px;
}

.section_title h2 {
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 600;
}

.section_title p {
    font-size: 16px;
    color: #666666;
}

.cover_bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

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

.overlay:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: .5s;
}

.color_1 {
    color: #01EAFB;
}

.fix_body {
    overflow: hidden;
    position: relative;
}

.home_bg {
    background-image: url(../images/bg_1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.gradient_text {
    /* background-image: linear-gradient( 45deg, #ff61d3 10%, #b318ff 36%, #b318ff 47%, #30b6ff 67%, #00f0ff 76%, #1e43ff); */
    background-image: linear-gradient(45deg, #5c77ff 10%, #00f0ff 36%, #30b6ff 47%, #d47cff 67%, #c142ff 76%, #ff61d3);
    -webkit-background-c;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*==============================================================================================
                                              Base css
================================================================================================*/


/*header*/

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-bottom: 27px;
    transition: 1s;
}


/**/

.header.hide {
    top: -130px;
}

.header.bg {
    background-color: #672AB6;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 30%);
}

.header.zero {
    opacity: 0;
    top: -130px;
}


/*full page overlay*/

.full_page_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #260d4685;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.full_page_overlay.open {
    opacity: 1;
    visibility: visible;
}


/**/

.header_top {
    background-color: #2D1251;
    color: #fff;
    padding: 6px 0;
    font-size: 11px;
}

.header_top_inner {
    display: flex;
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
}

.header_top .left {
    width: 50%;
}

.header_top .right {
    width: 50%;
}

.header_top .right ul {
    text-align: right;
}

.header_top .right ul li {
    display: inline-block;
    padding: 0 2px;
}

.header_top .right ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.language img {
    width: 17px;
    position: absolute;
    top: 3px;
    left: 0;
}

.language i {
    padding-left: 18px;
    font-size: 9px;
}

.language {
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}

.language ul {
    display: none;
}


/**/

.header_top p {
    font-size: 10px;
}

.header .logo a {
    display: inline-block;
    position: absolute;
    width: 100px;
    top: 15px;
    left: calc(50% - 50px);
    transition: .5s;
}

.header .logo a:hover {
    transform: scale(1.05);
}

.header .logo a img {}

.main_menu {
    margin-top: 35px;
}

.main_menu ul {}

.main_menu ul li {
    display: inline-block;
}


/*.main_menu ul li:nth-child(1) a {
    margin-left: -15px;
}
.main_menu ul li:nth-child(6) a {
    margin-right: -15px;
}*/

.main_menu ul li:nth-child(3) {
    margin-right: 380px;
}

.main_menu ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 12px;
    transition: .5s;
    font-weight: 500;
    text-shadow: 0px 1px 10px rgb(0 0 0 / 66%);
    position: relative;
    z-index: 1;
}

.main_menu ul li a:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 0;
    left: 15px;
    bottom: 10px;
    background-color: #01EAFB;
    transition: .5s;
    z-index: -1;
}

.main_menu ul li a:hover:after {
    width: calc(100% - 30px);
    opacity: 0.9;
}


/*Mobile menu*/


/*.mobile_menu_area {
    display: none;
}*/

.mobile_menu_area.on {}

.mobile_menu {
    position: fixed;
    right: -272px;
    z-index: 102;
    background-color: #2d1251;
    height: 100%;
    width: 270px;
    box-shadow: 0px 0px 10px #000;
    transition: 1s;
    overflow: hidden;
}

.mobile_menu.on {
    right: 0;
}

.mobile_logo {
    width: 100px;
    margin: 0 auto;
    margin-top: -130px;
    transition: 1s;
    opacity: 0;
}

.mobile_menu.on .mobile_logo {
    margin-top: 30px;
    opacity: 1;
}

.mobile_menu .menu_list {
    margin-top: 50px;
    margin-right: -100px;
    transition: 1s;
    text-align: center;
}

.mobile_menu.on .menu_list {
    margin-right: 0;
}

.mobile_menu ul li {}

.mobile_menu .menu_list li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 14px;
    transition: .5s;
    font-weight: 500;
    text-shadow: 0px 1px 5px #000;
    position: relative;
    z-index: 1;
    margin-left: 0;
}


/*.mobile_menu .phone {
    display: none;
}*/

.mobile_menu .phone a {
    margin-top: 30px;
    font-size: 13px;
    border: 1px solid;
    margin-left: 15px;
}

.mobile_menu .phone a:hover {
    background-color: #fff;
    color: #2d1251 !important;
    text-shadow: none !important;
}

.mobile_menu .menu_list li.phone a:after {
    display: none;
}

.mobile_menu .menu_list li a:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 0;
    left: 15px;
    bottom: 10px;
    background-color: #01EAFB;
    transition: .5s;
    z-index: -1;
}

.mobile_menu .menu_list li a:hover:after {
    width: calc(100% - 30px);
    opacity: 0.9;
}

.mobile_menu .social_icon {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 1s;
    opacity: 0;
}

.mobile_menu.on .social_icon {
    bottom: 10px;
    opacity: 1;
}

.mobile_menu .social_icon li {
    display: inline-block;
}

.mobile_menu .social_icon li a {
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: .5s;
    margin-right: 5px;
}

.mobile_menu .social_icon li a:hover {
    color: #4C0096;
    background-color: #fff;
    animation: tada;
    animation-duration: 2s;
}

.social_icon {}

.menu_on_btn {
    transition: .5s;
}

.menu_on_btn {
    position: fixed;
    transition: .8s;
    right: -30px;
    top: 35px;
    z-index: 102;
}

.menu_on_btn.on {
    right: 20px;
}

.menu_on_btn i {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid transparent;
    padding: 3px 5px;
}

.menu_on_btn i:hover {
    color: #01ebfb;
    border-color: #01ebfb;
}

.logo.hide a {
    opacity: 0;
}

.menu_on_btn.hide {
    opacity: 0;
    right: -30px;
}

.menu_off_btn {
    color: #fff;
    position: absolute;
    font-size: 22px;
    right: 26px;
    top: 16px;
    opacity: .7;
    transition: .5s;
    cursor: pointer;
}

.menu_off_btn:hover {
    color: #01ebfb;
}


/**************************************
******* Hero area Start *******
***************************************/

.hero_area {
    /*background-image: url(../images/bg_1.jpg);*/
    position: relative;
    z-index: 0;
    height: 100vh;
    overflow: hidden;
}

.hero_area.overlay:after {
    background-color: rgb(45 18 81 / 76%);
    opacity: 0;
}

.hero_content_on_btn i {
    position: fixed;
    right: 25px;
    top: 0px;
    color: #fff;
    z-index: 102;
    font-size: 22px;
    cursor: pointer;
    transition: .9s;
    opacity: 0;
}

.moon {
    position: fixed;
    width: 300px;
    bottom: calc(50% - 170px);
    left: calc(50% - 150px);
    z-index: -1;
}

.ninja {
    position: fixed;
    bottom: 0;
    width: 900px;
    left: calc(50% - 440px);
    opacity: 1;
    transition: 1s;
    z-index: -1;
}

.cloud {
    position: fixed;
    bottom: calc(50% - 168px);
    width: 360px;
    left: calc(50% - 183px);
    transition: 1s;
    z-index: -1;
}


/*Hero Text*/

.hero_text {
    color: #fff;
    width: 430px;
    transition: 1.5s;
    position: absolute;
    /*    bottom: calc(50% - 300px);
    left: calc(50% - 774px);*/
    left: -600px;
    bottom: calc(50% - 220px);
}


.hero_text h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 4px;
    transition: 1s;
}

.hero_text h4 {
    display: inline-block;
    font-size: 34px;
    transition: 1s;
    /* margin-left: 50px; */
    margin-bottom: 0;
}

.hero_text p {
    transition: 1s;
    margin-left: 7px;
    letter-spacing: 3px;
    font-size: 12px;
    text-shadow: 0px 1px 9px #000;
    font-weight: 500;
}


/* type js start */

.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.typed-cursor {
    opacity: 0;
    display: none;
}


/*Custom cursor animation*/

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* type js end */

.btn_1 {
    color: #fff;
    background-color: #7821DC;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    transition: .5s;
    font-size: 11px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}

.btn_1:hover {
    background-color: #01EAFB;
    color: #000;
}

.hero_text .btn_1 {}

/*.btn_1_wrap {
    margin-left: 95px;
    transition: 1.5s;
    opacity: 0;
    visibility: hidden;
}
*/

/**/

/*.loaded .hero_text {
    left: -580px;
    bottom: calc(50% - 220px);
}*/

.loaded .hero_text p,
.loaded .hero_text h4 {
    margin-left: 0;
}

/*.loaded .hero_text .btn_1_wrap {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
*/

/**/

.scroll_area.hide .scroll_area_1 {
    transition: .5s;
}

.scroll_area.hide .scroll_area_1 {
    bottom: -200px;
    opacity: 0;
    visibility: hidden;
}

.scroll_area_1,
.scroll_area_2 {
    position: absolute;
    left: -72px;
    transform: rotate(-90deg);
    transition: 2s;
}

.scroll_area_1 {
    bottom: 115px;
}

.scroll_area_2 {
    bottom: -450px;
}

.scroll_area.on .scroll_area_1 {
    bottom: -450px;
}

.scroll_area.on .scroll_area_2 {
    bottom: 115px;
}

.scroll_area a {
    display: inline-block;
    color: #fff;
    letter-spacing: 3px;
    padding-left: 55px;
    line-height: 24px;
    font-size: 12px;
}

.dot_animation {
    height: 23px;
    width: 37px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes scroll_a {
    0% {
        left: 5px;
    }

    50% {
        left: 19px;
    }

    100% {
        left: 5px;
    }
}

.dot_animation span {
    position: absolute;
    height: 4px;
    width: 9px;
    background-color: #fff;
    left: 5px;
    top: 8px;
    border-radius: 15px;
    animation: scroll_a 2s infinite;
}


/*four_boxs_area*/

.four_boxs_area {
    width: 300px;
    position: absolute;
    right: -575px;
    /*right: -735px;*/
    bottom: calc(50% - 284px);
    transition: 1.5s;
    /*opacity: 0;*/
    visibility: hidden;
    z-index: 6;
}

/*.loaded .four_boxs_area {
    right: -575px;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}*/

.four_boxs_area .col-4,
.four_boxs_area .col-8,
.four_boxs_area .col-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.four_boxs_area .single_box {
    border-style: solid;
    border-width: 1px;
    border-image: linear-gradient(45deg, rgb(231, 105, 231), rgb(71, 87, 235)) 1;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
    z-index: 1;
    position: relative;
}

.four_boxs_area .single_box p {
    text-transform: uppercase;
    text-shadow: 0px 1px 9px #000;
    font-size: 13px;
    font-weight: 500;
    transition: .5s;
}

.four_boxs_area .box_1 {
    height: 200px;
}

.four_boxs_area .box_2 {
    height: 92px;
    margin-bottom: 16px;
}

.four_boxs_area .box_3 {
    height: 92px;
    margin-bottom: 16px;
}

.four_boxs_area .box_4 {
    height: 92px;
}

.four_boxs_area .single_box_bg {
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.four_boxs_area .single_box:hover p {
    opacity: 0;
    visibility: hidden;
}

.four_boxs_area .box_1_bg {
    background-image: url(../images/bg_2.jpg);
    background-size: 200%;
}

.four_boxs_area .single_box:hover .box_1_bg {
    opacity: 1;
    background-size: 125%;
}

.four_boxs_area .box_2_bg {
    background-image: url(../images/bg_3.jpg);
    background-size: 106%;
}

.four_boxs_area .single_box:hover .box_2_bg {
    opacity: 1;
    background-size: 138%;
}

.four_boxs_area .box_3_bg {
    background-image: url(../images/bg_4.jpg);
    background-size: 200%;
}

.four_boxs_area .single_box:hover .box_3_bg {
    opacity: 1;
    background-size: 138%;
}

.four_boxs_area .box_4_bg {
    background-image: url(../images/bg_5.jpg);
    background-size: 105%;
}

.four_boxs_area .single_box:hover .box_4_bg {
    opacity: 1;
    background-size: 138%;
}

.four_boxs_area .single_box.bg_on .single_box_bg {
    opacity: 1;
    background-size: 130%;
}

.four_boxs_area .move_arrow {}

.four_boxs_area .move_arrow i {
    border: 1px solid #01EAFB;
    color: #01EAFB;
    background-color: rgb(0 0 0 / 35%);
    display: inline-block;
    padding: 8px 3px;
    border-radius: 4px 0px 0px 4px;
    cursor: pointer;
    position: absolute;
    left: -27px;
    top: 0;
    transition: .8s;
    z-index: 2;
    display: none;
}

.hero_content_show .move_arrow i,
.four_boxs_area .move_arrow.flip i {
    border-radius: 0px 4px 4px 0px;
    transform: rotateY(180deg);
}

.four_boxs_area.off {}


/*options*/

.options {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 2.3s;
    z-index: 1;
}

.ac_gra_dign .options {
    opacity: 1;
    visibility: visible;
}

.options.scroll {
    top: -300px;
}

.ac_gra_dign .cloud,
.ac_gra_dign .ninja {
    opacity: 0;
    transform: translateY(50px);
}

.loaded.ac_gra_dign .hero_text {
    left: -20%;
    opacity: 0;
}

.graphic_design_area {
    opacity: 0;
    visibility: hidden;
    transition: 2.3s;
}

.graphic_design_area .ninja_2 {
    bottom: -200px;
    width: 340px;
    left: calc(50% - 177px);
    opacity: 1;
    transition: 2.3s;
    z-index: 1;
}

.ac_gra_dign .graphic_design_area .ninja_2 {
    bottom: 0;
}

.ac_gra_dign .graphic_design_area {
    opacity: 1;
    visibility: visible;
}

.graphic_design_area img {
    position: absolute;
}

.logo_1 {
    left: 0;
    height: 125px;
    z-index: 1;
    bottom: 250px;
    transition: 2s;
}

.ac_gra_dign .logo_1 {
    left: calc(50% - 180px);
    bottom: 157px;
}

.logo_2 {
    left: 97%;
    height: 120px;
    z-index: 1;
    bottom: 50px;
    transition: 2.3s;
}

.ac_gra_dign .logo_2 {
    left: calc(50% + 74px);
}

.options_text {
    color: #fff;
    width: 354px;
    transition: 2.3s;
    position: absolute;
    left: -200px;
    top: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.ac_gra_dign .options_text {
    left: 30px;
    visibility: visible;
    opacity: 1;
}

.options_text h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 4px;
    display: inline-block;
}

.options_text h2 span {
    display: block;
    font-size: 32px;
    transition: 1s;
}

.options_text p {
    font-size: 12px;
    max-width: 300px;
}


/*.ac_gra_dign .btn_1_wrap {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
*/


/*.options .btn_1 {
    position: absolute;
    z-index: 2;
}
*/


/**/

.branding_area {
    opacity: 0;
    visibility: hidden;
    transition: 2.3s;
}

.ac_branding .branding_area {
    opacity: 1;
    visibility: visible;
}

.ac_branding .options {
    opacity: 1;
    visibility: visible;
}

.ac_branding .cloud,
.ac_branding .ninja {
    opacity: 0;
    transform: translateY(50px);
}

.branding_area img {
    position: absolute;
}

.loaded.ac_branding .hero_text {
    left: -20%;
    opacity: 0;
}

.branding_area .ninja_3 {
    bottom: -200px;
    width: 430px;
    left: calc(50% - 230px);
    opacity: 1;
    transition: 2.3s;
    z-index: 1;
}

.ac_branding .branding_area .ninja_3 {
    bottom: 0;
}

.branding_area .cloud_2 {
    left: calc(50% - 306px);
    bottom: 160px;
    width: 539px;
    transform: scale(.1);
    transition: 2.3s;
}

.ac_branding .branding_area .cloud_2 {
    left: calc(50% - 306px);
    bottom: 100px;
    transform: scale(1);
}

.branding_area .towel {
    transition: 2.3s;
    opacity: 1;
    left: 100%;
    bottom: 65px;
    z-index: 2;
    width: 230px;
}

.ac_branding .branding_area .towel {
    left: calc(50% - 5px);
}

.branding_area .tshirt {
    transition: 2.3s;
    left: 10%;
    bottom: 15px;
    z-index: 2;
    width: 175px;
}

.ac_branding .branding_area .tshirt {
    left: calc(50% - 220px);
}

.branding_area .flyer {
    transition: 2.3s;
    left: calc(50% - 333px);
    bottom: 250px;
    z-index: 2;
    width: 200px;
}

.ac_branding .branding_area .flyer {
    bottom: 35px;
    left: calc(50% - 133px);
}

.branding_area .options_text {
    left: -200px;
    visibility: hidden;
    opacity: 0;
}

.ac_branding .branding_area .options_text {
    left: 30px;
    visibility: visible;
    opacity: 1;
}


/**/

.website_area {
    opacity: 0;
    visibility: hidden;
    transition: 2.3s;
}

.ac_website .website_area {
    opacity: 1;
    visibility: visible;
}

.ac_website .options {
    opacity: 1;
    visibility: visible;
}

.website_area img {
    position: absolute;
}

.ac_website .cloud,
.ac_website .ninja {
    opacity: 0;
    transform: translateY(50px);
}

.loaded.ac_website .hero_text {
    left: -20%;
    opacity: 0;
}

.website_area .ninja_4 {
    bottom: -200px;
    width: 400px;
    left: calc(50% - 219px);
    opacity: 1;
    transition: 2.3s;
    z-index: 1;
}

.ac_website .website_area .ninja_4 {
    bottom: 0;
}

.website_area .cloud_2 {
    left: calc(50% - 306px);
    bottom: 160px;
    width: 510px;
    transform: scale(.1);
    transition: 2.3s;
    z-index: 2;
}

.ac_website .website_area .cloud_2 {
    left: calc(50% - 280px);
    bottom: 143px;
    transform: scale(1);
}

.website_area .website_acked {
    transition: 2.3s;
    opacity: 1;
    left: 100%;
    bottom: 0px;
    z-index: 2;
    width: 245px;
}

.ac_website .website_area .website_acked {
    left: calc(50% - 15px);
}

.website_area .laptop {
    transition: 2.3s;
    left: 0;
    bottom: 15px;
    z-index: 2;
    width: 200px;
}

.ac_website .website_area .laptop {
    left: calc(50% - 285px);
}

.website_area .options_text {
    left: -200px;
    visibility: hidden;
    opacity: 0;
}

.ac_website .website_area .options_text {
    left: 30px;
    visibility: visible;
    opacity: 1;
}


/**/

.social_media_area {
    opacity: 0;
    visibility: hidden;
    transition: 2.3s;
}

.ac_social_media .social_media_area {
    opacity: 1;
    visibility: visible;
}

.ac_social_media .options {
    opacity: 1;
    visibility: visible;
}

.social_media_area img {
    position: absolute;
}

.ac_social_media .cloud,
.ac_social_media .ninja {
    opacity: 0;
    transform: translateY(50px);
}

.loaded.ac_social_media .hero_text {
    left: -20%;
    opacity: 0;
}

.social_media_area .ninja_5 {
    bottom: -200px;
    width: 335px;
    left: calc(50% - 165px);
    opacity: 1;
    transition: 2.3s;
    z-index: 1;
}

.ac_social_media .social_media_area .ninja_5 {
    bottom: 0;
}

.social_media_area .cloud_2 {
    left: calc(50% - 306px);
    bottom: 160px;
    width: 510px;
    transform: scale(.1);
    transition: 2.3s;
    z-index: 2;
}

.ac_social_media .social_media_area .cloud_2 {
    left: calc(50% - 280px);
    bottom: 143px;
    transform: scale(1);
}

.social_media_area .social_icon {
    transition: 2.5s;
    z-index: 2;
    height: 80px;
}

.social_media_area .social_icon_1 {
    left: -10%;
    bottom: 250px;
}

.social_media_area .social_icon_2 {
    left: -10%;
    bottom: 160px;
}

.social_media_area .social_icon_3 {
    left: -10%;
    bottom: 93px;
}

.social_media_area .social_icon_4 {
    left: -10%;
    bottom: 50px;
}

.ac_social_media .social_media_area .social_icon_1 {
    bottom: 250px;
    left: calc(50% - 157px);
}

.ac_social_media .social_media_area .social_icon_2 {
    bottom: 160px;
    left: calc(50% - 84px);
}

.ac_social_media .social_media_area .social_icon_3 {
    bottom: 93px;
    left: calc(50% + 16px);
}

.ac_social_media .social_media_area .social_icon_4 {
    bottom: 50px;
    left: calc(50% + 123px);
}

.website_area .options_text {
    left: -200px;
    visibility: hidden;
    opacity: 0;
}

.ac_social_media .social_media_area .options_text {
    left: 30px;
    visibility: visible;
    opacity: 1;
}


/*overlay*/

.all_section_overlay_1 {
    position: fixed;
    content: '';
    background-color: #2d1251;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    top: 0;
    left: 0;
    transition: 1s;
    opacity: 0.5;
}

.all_section_overlay_1.on {
    opacity: .9;
}


/*========================================section_1=============================================*/

.section_1 {
    text-align: center;
    min-height: 400px;
    overflow: hidden;
}

.section_1 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 7px;
    margin-bottom: 4px;
    transition: 1s;
    text-shadow: 0px 1px 9px #00000078;
    color: #fff;
}

.section_1 .text_1 {
    margin-left: -1160px;
    margin-bottom: 20px;
}

.section_1 .text_2 {
    margin-right: -1290px;
}


/*======================================== section_2 =============================================*/

.section_2 {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 300px;
}

.section_2.only_phone {
    display: none;
}

.section_2 .section_title h2 {}

.section_2 p {
    font-size: 12px;
}

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

.section_2 .left .animateme {
    z-index: 10;
    position: absolute;
    right: 0;
}

.section_2 .left h3 {
    font-weight: 500;
    font-size: 19px;
}

.section_2 .left .text {
    position: absolute;
    z-index: 3;
    top: 280px;
    transition: 2s;
    right: 15px;
    min-width: 320px;
}

.section_2 .left .text img {
    position: absolute;
    top: -49px;
    right: -83px;
    height: 230px;
    z-index: -1;
}

.section_2 .slider_1 {
    position: relative;
    height: 493px;
}

.section_2 .slider_1 .single_img {
    position: absolute;
    transition: 1.5s;
    left: 0;
    height: 493px;
}

.section_2 .slider_1 .img_1 {
    background-image: url(../images/img_3.jpg);
    width: 0;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.section_2 .slider_1 .img_1.active {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.section_2 .slider_1 .img_2 {
    background-image: url(../images/img_2.jpg);
    width: 100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
}

.section_2 .slider_1 .img_2.active {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.section_2 .nav {
    display: inline-flex;
    position: absolute;
    top: 95px;
    right: 55px;
}

.section_2 .nav div {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin: 5px;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
}

.section_2 .nav div:hover {
    border-color: #01EAFB;
    color: #01EAFB;
}

.section_2 .dots {
    display: inline-flex;
    margin-top: 35px;
    width: 100%;
    justify-content: center;
}

.section_2 .dot {
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 3px;
    box-shadow: 0px 0px 5px #000000b5;
    transition: 1s;
}

.section_2 .dot.active {
    background-color: #7821DC;
    border-color: #7821DC;
}

.section_2 .right {
    position: relative;
}

.section_2 .right h3 {
    font-weight: 500;
    font-size: 19px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 45px;
}

.section_2 .right h3:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 300px;
    left: -75px;
    bottom: -25px;
    background-color: #01EAFB;
    z-index: 2;
}

.section_2 .right .btn_1 {
    width: 160px;
    text-align: center;
}

.section_2 .right .c_1_btn,
.section_2 .right .c_2_btn {
    transition: 2s;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 180px;
}

.section_2 .right .c_1_btn {
    opacity: 0;
    visibility: hidden;
    left: 0px;
}

.section_2.content_2_on .right .c_1_btn {
    opacity: 1;
    visibility: visible;
}

.section_2.content_2_on .right .c_2_btn {
    opacity: 0;
    visibility: hidden;
}

.section_2 .content_2,
.section_2 .content_1 {
    transition: 2s;
}

.section_2.content_2_on .left .content_1 {
    opacity: 0;
    visibility: hidden;
    right: 400px;
}

.section_2 .right .content_1 {
    min-width: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section_2.content_2_on .right .content_1 {
    opacity: 0;
    visibility: hidden;
    left: -300px;
}

.section_2 .right .content_2 {
    position: absolute;
    top: 0px;
    left: 400px;
    min-width: 350px;
    opacity: 0;
    visibility: hidden;
}

.section_2.content_2_on .right .content_2 {
    visibility: visible;
    opacity: 1;
    left: 0px;
}

.section_2 .left .text.content_2 h3 {
    margin-top: 13px;
}

.section_2 .left .text.content_2 {
    right: 400px;
    opacity: 0;
    visibility: hidden;
}

.section_2.content_2_on .left .text.content_2 {
    visibility: visible;
    opacity: 1;
    right: 15px;
}

.section_2.content_2_on {}


/*======================================== Section_3 =============================================*/

.section_3 {}


/*.section_3.overlay:after {
    background-color: #2d1251;
    opacity: .7;
}
*/

.section_3_top {}

.section_3_top ul {
    list-style: circle;
    color: #fff;
    margin-left: 32px;
}

.section_3_top ul li a {
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
}

.section_3_top ul li.active a {
    color: #01EAFB;
}

.horizontal_area {
    width: 100%;
    overflow: hidden;
}

.horizontal_inner {
    min-width: 120vw;
    display: inline-flex;
}

.section_3 .single_box {
    height: 300px;
    width: 300px;
    background-position: center center;
    position: relative;
    margin: 30px 0;
    transition: .5s;
}

.section_3 .box_1 {
    background-image: url(../images/bg_10.jpg);
    margin-right: 70px;
    margin-left: 130px;
}

.section_3 .box_1 h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 48%;
}

.section_3 .box_2 {
    background-image: url(../images/services/1.png);
    margin-right: 70px;
}

.section_3 .box_3 {
    background-image: url(../images/services/2.png);
    margin-right: 70px;
}

.section_3 .box_4 {
    background-image: url(../images/services/3.png);
}

.section_3 .box_inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(120 33 220 / 85%);
    transition: .3s;
    color: #fff;
    opacity: 0;
}

.section_3 .box_inner p {
    font-size: 12px;
}

.section_3 .box_inner i {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 24px;
    text-align: center;
    transition: .5s;
    margin-right: 20px;
    margin-left: 50px;
    margin-top: 20px;
}

.section_3 .box_inner h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 41%;
    margin-left: 30px;
    transition: .5s;
}

.section_3 .box_inner a {
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    background: border-box;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: .5s;
}

.section_3 .single_box:hover {
    transform: scale(1.1);
}

.section_3 .single_box:hover .box_inner {
    opacity: 1;
}

.section_3 .single_box:hover i {
    margin-right: 5px;
    margin-left: 20px;
}

.section_3 .single_box:hover h3 {
    margin-top: 34%;
    margin-left: 0px;
}

.section_3 .single_box:hover a {
    bottom: 10px;
}

::-webkit-scrollbar {
    display: none;
}


/*======================================== filter area =============================================*/

.filter_area {
    padding-bottom: 80px;
    padding-top: 80px;
    max-height: 800px;
    min-height: 700px;
}

.our_portfolio {
    color: #fff;
    z-index: 3;
}

.home_portfolio {
    position: absolute;
    width: 330px;
    right: 0;
    top: 80px;
}


/*.our_portfolio {
    top: 120px;
}
*/

.our_portfolio .g_design.active,
.our_portfolio .web_banner.active,
.our_portfolio .marketing_assets.active,
.our_portfolio .motion_graphic.active,
.our_portfolio .illus.active,
.our_portfolio .logo_design.active {
    top: 40px;
}

.our_portfolio h2 {
    font-size: 19px;
    font-weight: 500;
}

.our_portfolio p {
    font-size: 12px;
}

.our_portfolio .g_design,
.our_portfolio .web_banner,
.our_portfolio .marketing_assets,
.our_portfolio .motion_graphic,
.our_portfolio .brand_identity,
.our_portfolio .logo_design,
.our_portfolio .branding,
.our_portfolio .website,
.our_portfolio .illus,
.our_portfolio .default {
    opacity: 0;
    transition: .8s;
    position: absolute;
    top: 0;
    left: 200px;
    width: 330px;
    visibility: hidden;
}

.our_portfolio .g_design.active,
.our_portfolio .web_banner.active,
.our_portfolio .marketing_assets.active,
.our_portfolio .motion_graphic.active,
.our_portfolio .brand_identity.active,
.our_portfolio .logo_design.active,
.our_portfolio .branding.active,
.our_portfolio .website.active,
.our_portfolio .illus.active,
.our_portfolio .default.active {
    opacity: 1;
    left: 0;
    visibility: visible;
}

.iso_top {
    width: 1100px;
}

.filter_menu {
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px;
    transition: .5s;
}

.filter_menu .button {
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    margin-left: 15px;
    position: relative;
    transition: .5s;
    display: inline-block;
    font-size: 13px;
}

.filter_menu .button:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #01EAFB;
    transition: .5s;
}

.filter_menu .button.active:after,
.filter_menu .button:hover:after {
    width: calc(100% - 10px);
}

.filter_menu .button.active {
    color: #01EAFB;
    font-weight: 600;
}


/**/

.graphic_design_sub {
    background-color: #4f1c8a;
    margin-top: 20px;
    padding: 7px 0 8px 0;
    transition: .5s;
    text-align: center;
    position: relative;
    top: 10px;
    width: calc(100% - 20px);
    right: -17px;
    opacity: 0;
    visibility: hidden;
}

.graphic_design_sub .button {
    margin-left: 10px;
}

.g_on .graphic_design_sub {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.filter_menu.g_on {
    top: 0px;
}

.graphic_design_sub .button {
    font-size: 12px;
    font-weight: 400;
}


/*g*/

.social_sub_item,
.g_sub_item {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.social_sub_item.on,
.g_sub_item.on {
    opacity: 1;
    visibility: visible;
}


/*s*/

.grid_item_inner {
    float: left;
    background-size: 101%;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

.grid_item_inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.grid_item_inner a {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    transition: .5s;
    text-shadow: 0px 0px 7px #000;
    margin-top: 100px;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid_item_inner a i {
    font-size: 50px;
}

.grid_item_inner:hover {
    background-size: 120%;
}

.grid_item_inner:hover a {
    margin-top: 0;
    opacity: 1;
}

.grid_item_inner:hover:after {
    opacity: .7;
}

.grid_1 {
    width: 430px;
    height: 274px;
    background-image: url(../images/filter/1.png);
}

.grid_2 {
    width: 320px;
    margin-top: 85px;
    height: 465px;
    background-image: url(../images/filter/2.png);
}

.grid_3 {
    height: 270px;
    width: 350px;
    z-index: -1;
}

.grid_4 {
    width: 350px;
    margin-top: 55px;
    height: 225px;
    background-image: url(../images/filter/3.png);
}

.grid_5 {
    height: 277px;
    width: 430px;
    background-image: url(../images/filter/social_1.jpg);
}

.grid_6 {
    width: 365px;
    height: 215px;
    /*margin-left: -100px;*/
    background-image: url(../images/filter/social_2.jpg);
    display: none;
}

.s_on .grid_6 {
    display: block;
}

.grid_7 {
    height: 200px;
    width: 330px;
    /*margin-left: -100px;*/
    background-image: url(../images/filter/social_3.jpg);
    display: none;
}

.s_on .grid_7 {
    display: block;
}

.grid_8 {
    height: 274px;
    width: 330px;
    background-image: url(../images/filter/4.png);
}

.grid_9 {
    height: 215px;
    width: 380px;
    background-image: url(../images/filter/video_1.jpg);
}

.grid_10 {
    height: 170px;
    width: 325px;
    background-image: url(../images/filter/Video_3.jpg);
}

.grid_11 {
    height: 360px;
    width: 278px;
    background-image: url(../images/filter/marketing_2.png);
}

.grid_12 {
    height: 188px;
    width: 380px;
    background-image: url(../images/filter/marketing_4.png);
}

.grid_13 {
    height: 173px;
    width: 380px;
    background-image: url(../images/filter/marketing_3.png);
}

.grid_14 {
    height: 183px;
    width: 325px;
    background-image: url(../images/filter/Video_4.jpg);
}

.grid_15 {
    height: 183px;
    width: 325px;
    background-image: url(../images/filter/brand_identity_1.png);
}

.grid_16 {
    height: 183px;
    width: 325px;
    background-image: url(../images/filter/brand_identity_2.png);
}

.grid_17 {
    height: 183px;
    width: 325px;
    background-image: url(../images/filter/brand_identity_3.png);
}

.grid_18 {
    height: 190px;
    width: 300px;
    background-image: url(../images/filter/logo_2.png);
}

.grid_19 {
    height: 200px;
    width: 180px;
    background-image: url(../images/filter/logo_3.png);
}

.grid_20 {
    height: 225px;
    width: 350px;
    background-image: url(../images/filter/web_banner_1.jpg);
}

.grid_21 {
    height: 125px;
    width: 365px;
    background-image: url(../images/filter/web_banner_2.jpg);
}

.grid_22 {
    height: 260px;
    width: 240px;
    background-image: url(../images/filter/Illustrations_1.png);
}

.grid_23 {
    height: 180px;
    width: 220px;
    background-image: url(../images/filter/Illustrations_2.png);
}

.grid_24 {
    height: 260px;
    width: 240px;
    background-image: url(../images/filter/Illustrations_3.png);
}

.grid_25 {
    height: 225px;
    width: 365px;
    background-image: url(../images/filter/web_banner_1.jpg);
}

.popup_slider {
    transition: .3s;
}

.popup_slider.s_on,
.popup_slider.g_on {
    width: 770px;
}

.popup_slider.filter.g_on {
    margin-top: 125px;
}

.popup_slider.filter {
    margin-top: 90px;
}

.popup_slider.filter .grid_5 {
    margin-left: 0;
}

.popup_slider.filter .grid_4,
.popup_slider.filter .grid_2 {
    margin-top: 0px;
}

button.mfp-close {
    cursor: pointer !important;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #6917b9;
    background-color: #270945;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    right: -33px;
}

button.mfp-arrow {
    opacity: 1;
    transition: .3s;
}

.mfp-arrow:active {
    margin-top: -55px;
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
    height: 45px;
    width: 45px;
    background-size: 26%;
    border-radius: 50%;
    border: 1.5px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .3s;
}

.mfp-arrow-left:after {
    background-image: url(../images/filter/left-arrow_1.png);
}

.mfp-arrow-right:after {
    background-image: url(../images/filter/right-arrow_1.png);
    margin-left: 15px;
}

.mfp-arrow-left:hover:after {
    background-image: url(../images/filter/left-arrow_2.png);
    border-color: #01eafb;
}

.mfp-arrow-right:hover:after {
    background-image: url(../images/filter/right-arrow_2.png);
    border-color: #01eafb;
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
    display: none;
}

.mfp-bg {
    background: #2a0d47;
    /*opacity: ;*/
}


/*======================================== Section_4=============================================*/

.section_4 {
    position: relative;
    z-index: 6;
}

.phone_only {
    display: none;
}

.section_4_shadow {
    position: absolute;
    right: 15px;
    top: -70px;
    height: 450px;
    width: 192vw;
    opacity: .6;
    z-index: -1;
    background: inherit;
    overflow: hidden;
    border-top-right-radius: 200px;
}

.section_4_shadow:after {
    content: "";
    position: absolute;
    background: inherit;
    background-color: #6111bd8c;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 200px #7821dc75;
    filter: blur(20px);
    margin: 0px;
}

.section_4_inner {
    display: flex;
    width: 100%;
}

.section_4_inner .left {
    width: 50%;
}

.section_4 .left_content {
    position: relative;
    z-index: 1;
    width: 430px;
}

.section_4 .left_content .border_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.section_4 .left_content_1 {
    text-align: center;
    padding-top: 108px;
    transition: 1s;
}

.section_4 .left_content_1 img {
    width: 150px;
}

.section_4 .left_content_1 {}

.section_4 .single_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    color: #fff;
    margin-top: 95px;
    margin-left: 50px;
    max-width: 350px;
    transform: scale(.1);
}

.section_4 .single_content h3 {
    font-weight: 500;
    font-size: 20px;
}

.section_4 .single_content p {
    margin-bottom: 10px;
    font-size: 12px;
}

.section_4 .single_content button {
    color: #01EAFB;
    font-size: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.section_4 .single_content {}

.section_4 .on_2 .left_content_1,
.section_4 .on_3 .left_content_1,
.section_4 .on_4 .left_content_1,
.section_4 .on_5 .left_content_1,
.section_4 .on_6 .left_content_1,
.section_4 .on_7 .left_content_1 {
    opacity: 0;
    visibility: hidden;
}

.section_4 .on_2 .left_content_2,
.section_4 .on_3 .left_content_3,
.section_4 .on_4 .left_content_4,
.section_4 .on_5 .left_content_5,
.section_4 .on_6 .left_content_6,
.section_4 .on_7 .left_content_7 {
    visibility: visible;
    opacity: 1;
    /* animation: zoomInRight; */
    animation-duration: 2s;
    transform: scale(1);
}


/**/

.section_4_inner .right {
    width: 50%;
    padding-top: 15px;
}

.section_4_inner .right h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-left: 33px;
}

.section_4_inner .right h3 span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.section_4 .right ul {
    text-align: right;
    margin-top: 58px;
}

.section_4 .right ul li {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0 20px 65px;
    position: relative;
    padding-left: 53px;
    padding-top: 12px;
}

.section_4 .right ul li .icon {
    position: absolute;
    left: 0;
    height: 40px;
    width: 35px;
    top: 0;
}

.section_4 .right ul li img {
    height: 40px;
    width: 35px;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.section_4 .right ul li.content_2_btn .icon {
    left: 11px;
}

.section_4 .right ul li img:nth-child(2) {
    opacity: 0;
}

.section_4 .right ul li:hover img:nth-child(2),
.section_4 .right ul li.active img:nth-child(2) {
    opacity: 1;
}

.section_4 .border_area {
    position: relative;
    top: 176px;
}

.section_4 .border_area img {
    position: absolute;
    height: 114px;
    left: 37px;
    z-index: -1;
}

.section_4 .border_area .single_line {
    position: absolute;
    transition: .5s;
    background-color: #01EAFB;
    height: 3px;
    z-index: 2;
    width: 0;
    left: 37px;
}

.section_4 .border_area.ac_1 .line_1 {
    width: 60px;
}

.section_4 .border_area.ac_2 .line_1 {
    width: 190px;
}

.section_4 .border_area.ac_3 .line_1,
.section_4 .border_area.ac_5 .line_1,
.section_4 .border_area.ac_4 .line_1,
.section_4 .border_area.ac_6 .line_1 {
    width: 375px;
}

.section_4 .border_area .line_2 {
    transition: .5s;
    width: 0;
    top: 111px;
    left: auto;
    right: 48px;
}

.section_4 .border_area.ac_5 .line_2 {
    width: 172px;
}

.section_4 .border_area.ac_6 .line_2 {
    width: 375px;
}

.section_4 .border_area .line_3 {
    width: 114px;
    height: 64px;
    background-color: transparent;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 3px solid #01EAFB;
    border-bottom: 0;
    transform: rotate(90deg);
    left: auto;
    right: -36px;
    top: 25px;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.section_4 .border_area.ac_5 .line_3,
.section_4 .border_area.ac_6 .line_3,
.section_4 .border_area.ac_4 .line_3 {
    opacity: 1;
}


/**/

.section_4 .more_content_area:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #3B0758;
    z-index: 104;
    transition: 1s;
}

.more_content_area.on:after {
    visibility: visible;
    opacity: 1;
}

.single_more_content {
    position: fixed;
    z-index: 105;
    width: 82vw;
    left: -90vw;
    top: calc(50vh - 260px);
    color: #fff;
    padding: 50px;
    transition: 1s;
    background: #3b0758;
    background: -moz-linear-gradient(top, #3b0758 0%, #620c91 100%);
    background: -webkit-linear-gradient(top, #3b0758 0%, #620c91 100%);
    background: linear-gradient(to bottom, #3b0758 0%, #620c91 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3b0758', endColorstr='#620c91', GradientType=0);
    box-shadow: 0px -2px 30px rgb(0 0 0 / 32%);
}

.section_4 .more_content_area .icon {
    text-align: center;
}

.section_4 .more_content_area .icon img {
    margin: 0 auto;
    width: 100px;
}

.section_4 .more_content_area h3 {
    font-size: 20px;
    font-weight: 500;
    color: #01EAFB;
}

.section_4 .more_content_area p {
    font-size: 12px;
}

.section_4 .more_content_area p span {
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    padding-right: 5px;
    color: #fff;
}

.section_4 .more_content_area h4 {
    color: #01EAFB;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.section_4 .more_content_area .text_list li {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.section_4 .more_content_area .text_list li img {
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
}

.section_4 .more_content_area .images {}

.section_4 .more_content_area .images {
    display: inline-block;
    margin-top: 50px;
}

.section_4 .more_content_area .images a {
    display: inline-block;
    width: 15%;
    margin-right: 10px;
    transition: .5s;
    margin-bottom: 10px;
}

.section_4 .more_content_area .images img {}

.section_4 .more_content_area .images a:hover {
    transform: scale(1.1);
}

.section_4 .more_content_area .images a:last-child {
    margin-right: 0;
}

.section_4 .more_content_area .more_1 .text_list {
    margin-top: 20px;
}

.section_4 .more_content_area .more_1 .text_list li {
    padding-left: 80px;
}

.section_4 .more_content_area .more_1 .text_list li span {
    position: absolute;
    left: 0;
    color: #01EAFB;
}

.section_4 .more_content_area .images {
    text-align: center;
}

.section_4 .more_content_area .more_1 .images {
    margin-top: 30px;
}

.section_4 .more_content_area .more_3 .text_list {
    margin-top: 30px;
}

.section_4 .more_content_area .more_3 .text_list li {
    padding-left: 0;
}

.section_4 .more_content_area .more_3 .images {
    margin-top: 40px;
}

.section_4 .more_content_area .more_3 p span {
    font-size: 34px;
    line-height: 35px;
    font-weight: 500;
}

.section_4 .more_content_area .more_6 .text_list {
    margin-top: 20px;
}

.section_4 .more_content_area .more_6 .text_list li span {
    font-weight: 500;
}

.section_4 .more_content_area .more_5 .text_list li {
    padding-left: 0;
    margin-bottom: 7px;
}

.section_4 .more_content_area .more_5 .text_list li span {
    font-weight: 500;
}

.section_4 .more_content_area .more_5 h4 {
    margin-top: 20px;
    margin-bottom: 23px;
}

.more_5.single_more_content {
    top: calc(50vh - 292px);
}

.section_4 .more_content_area .more_5 .images {
    margin-top: 30px;
}

.section_4 .more_content_area .more_4 .text_list {
    margin-top: 30px;
}

.section_4 .close_btn i {
    color: #fff;
    background-color: #3b0758;
    position: absolute;
    right: -15px;
    top: -19px;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    box-shadow: 0px 2px 8px #00000091;
    transition: .5s;
    cursor: pointer;
}

.section_4 .close_btn i:hover {
    background-color: #7923a9;
}

.section_4 .more_content_area.content_1 .more_1,
.section_4 .more_content_area.content_2 .more_2,
.section_4 .more_content_area.content_3 .more_3,
.section_4 .more_content_area.content_4 .more_4,
.section_4 .more_content_area.content_5 .more_5,
.section_4 .more_content_area.content_6 .more_6 {
    left: 9vw;
}

.mfp-img {
    min-width: 300px;
}

.mfp-content {
    max-width: 87% !important;
}


/*======================================== Section 5 =============================================*/

.section_5 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: relative;
}

.section_5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .8;
    background: #491c7d;
    background: -moz-linear-gradient(top, rgba(141, 0, 206, 1) 1%, rgba(69, 12, 136, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(78 6 111) 1%, rgba(69, 12, 136, 1) 100%);
    background: linear-gradient(to bottom, rgb(79 10 111) 1%, rgba(69, 12, 136, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d00ce', endColorstr='#450c88', GradientType=0);
    display: none;
}

.section_5 .section_title {
    margin-top: 140px;
    max-width: 355px;
}

.section_5 .section_title h2 {
    color: #fff;
    margin-bottom: 15px;
}

.section_5 .section_title p {
    color: #fff;
    font-size: 13px;
}

.section_5_bg img {
    width: 100%;
}

.section_5_slider {
    max-width: 500px;
}

.section_5_slider .single_slid_item {
    transition: .5s;
    border: 1px solid #5D269A;
    border-top-right-radius: 40px;
    height: 160px;
    display: flex;
    width: 100%;
    align-items: center;
}

.section_5_slider .content {
    width: calc(100% - 130px);
    padding: 20px;
}

.section_5_slider h3 {
    color: #01EAFB;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.section_5_slider p {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
}

.section_5_slider .img_1 {
    background-image: url(../images/core_1.png);
}

.section_5_slider .img_2 {
    background-image: url(../images/core_2.png);
}

.section_5_slider .img_3 {
    background-image: url(../images/core_3.png);
}

.section_5_slider .image {
    height: 100%;
    width: 130px;
    transition: .5s;
    background-size: 105%;
    background-position: center center;
}

.section_5_slider .single_slid_item:hover .image {
    background-size: 120%;
}

.section_5_slider {}

.section_5_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.section_5_slider .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 6px;
    opacity: .5;
    position: relative;
    transition: .5s;
}

.section_5_slider .owl-dots .owl-dot.active {
    background-color: #01EAFB;
    opacity: 1;
}

.section_5_slider .owl-dots .owl-dot.active:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    border: 1px solid #01EAFB;
    border-radius: 50%;
    transition: .5s;
}


/*======================================== Section 6 =============================================*/

.section_6 {
    position: relative;
    margin-top: 100px;
    padding-bottom: 80px;
}

.section_6 .section_title {
    margin-top: 15%;
}

.section_6 .section_title h2 {
    color: #fff;
    max-width: 226px;
    margin: 0;
    margin-bottom: 15px;
}

.section_6 .section_title p {
    color: #fff;
    font-size: 13px;
    text-align: justify;
}

.section_6 .section_title p strong {
    color: #01ebfb;
}

.section_6_slider {
    position: absolute;
    top: 0;
    left: 42vw;
}

.section_6_slider .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_6_slider .single_slider {
    background-size: cover;
    background-position: center center;
    transition: .8s;
    height: 400px;
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1;
}

.section_6_slider .single_slider.active {
    /*height: 400px;*/
}

.section_6_slider .slid_item_1 {
    background-image: url(../images/img_3.jpg);
}

.section_6_slider .slid_item_2 {
    background-image: url(../images/img_2.jpg);
}

.section_6_slider .single_slider .text {
    color: #fff;
    min-width: 238px;
    transition: .7s;
    padding: 25px;
    padding-bottom: 50px;
    opacity: 0;
}

.section_6_slider .single_slider h3 {
    font-size: 16px;
    font-weight: 500;
}

.section_6_slider .single_slider p {
    font-size: 11px;
}

.section_6_slider .overlay:after {
    opacity: 0;
}

.section_6_slider .single_slider.overlay:hover:after {
    opacity: .7;
}

.section_6_slider .single_slider:hover .text {
    opacity: 1;
    padding-bottom: 25px;
}

.section_6_slider .single_slider.active {
    width: 0;
    opacity: 0;
}


/*======================================== Section 7 =============================================*/

.section_7 {
    /*margin-top: 100px;*/
}

.section_7 .section_title {
    /*margin-bottom: 30px;*/
}

.section_7 .section_title h2 {
    color: #fff;
}

.section_7_slider {
    color: #fff;
    text-align: center;
}

.section_7_slider p {
    font-size: 12px;
    margin-bottom: 30px;
}

.section_7_slider h3 {
    font-size: 14px;
    font-weight: 600;
}

.section_7 .owl-nav {
    display: inline-flex;
}

.section_7 .owl-nav div {
    color: #4C0096;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 43px;
    margin: 5px;
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    left: -120px;
    bottom: 90px;
    position: absolute;
}

.section_7 .owl-nav div:hover {
    background-color: #4C0096;
    color: #fff;
}

.section_7 .owl-nav .owl-next {
    left: auto;
    right: -120px;
}

.section_7 .earth {
    min-height: 350px;
}

.section_7 .earth img {
    position: absolute;
    left: -100px;
    top: -330px;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
}

.section_7 .owl-dots {
    position: relative;
    width: 100%;
}

.section_7 .owl-dots div {
    position: absolute;
    transition: .5s;
}

.section_7 .owl-dots div:hover {
    transform: translateY(-10px);
}

.section_7 .owl-dots div:after,
.section_7 .owl-dots div:before {
    content: "";
    background-size: cover;
    height: 80px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.section_7 .owl-dots div:before {
    opacity: 0;
}

.section_7 .owl-dots div.active:after,
.section_7 .owl-dots div.active:before {
    height: 100px;
    width: 80px;
}

.section_7 .owl-dots div.active:after {
    opacity: 0;
}

.section_7 .owl-dots div.active:before {
    opacity: 1;
}


/*1*/

.section_7 .owl-dots div:nth-child(1) {
    top: 178px;
    left: 340px;
}

.section_7 .owl-dots div.active:nth-child(1) {
    top: 158px;
    left: 332px;
}

.section_7 .owl-dots div:nth-child(1):after {
    background-image: url(../images/map/marker_1_a.png);
}

.section_7 .owl-dots div:nth-child(1):before {
    background-image: url(../images/map/marker_1_b.png);
}


/*2*/

.section_7 .owl-dots div:nth-child(2) {
    top: 232px;
    left: 582px;
}

.section_7 .owl-dots div.active:nth-child(2) {
    top: 207px;
    left: 571px;
}

.section_7 .owl-dots div:nth-child(2):after {
    background-image: url(../images/map/marker_2_a.png);
}

.section_7 .owl-dots div:nth-child(2):before {
    background-image: url(../images/map/marker_2_b.png);
}


/*3*/

.section_7 .owl-dots div:nth-child(3) {
    top: 60px;
    left: 510px;
}

.section_7 .owl-dots div.active:nth-child(3) {
    top: 41px;
    left: 502px;
}

.section_7 .owl-dots div:nth-child(3):after {
    background-image: url(../images/map/marker_3_a.png);
}

.section_7 .owl-dots div:nth-child(3):before {
    background-image: url(../images/map/marker_3_b.png);
}


/*4*/

.section_7 .owl-dots div:nth-child(4) {
    top: 198px;
    left: 109px;
}

.section_7 .owl-dots div.active:nth-child(4) {
    top: 177px;
    left: 101px;
}

.section_7 .owl-dots div:nth-child(4):after {
    background-image: url(../images/map/marker_4_a.png);
}

.section_7 .owl-dots div:nth-child(4):before {
    background-image: url(../images/map/marker_4_b.png);
}


/*5*/

.section_7 .owl-dots div:nth-child(5) {
    top: 39px;
    left: 242px;
}

.section_7 .owl-dots div.active:nth-child(5) {
    top: 20px;
    left: 234px;
}

.section_7 .owl-dots div:nth-child(5):after {
    background-image: url(../images/map/marker_5_a.png);
}

.section_7 .owl-dots div:nth-child(5):before {
    background-image: url(../images/map/marker_5_b.png);
}


/*6*/

.section_7 .owl-dots div:nth-child(6) {
    top: 86px;
    left: 59px;
}

.section_7 .owl-dots div.active:nth-child(6) {
    top: 65px;
    left: 52px;
}

.section_7 .owl-dots div:nth-child(6):after {
    background-image: url(../images/map/marker_6_a.png);
}

.section_7 .owl-dots div:nth-child(6):before {
    background-image: url(../images/map/marker_6_b.png);
}


/*======================================== client area =============================================*/

.client_area {
    padding-bottom: 100px;
}

.client_area .owl-carousel .owl-dots.disabled,
.client_area .owl-carousel .owl-nav.disabled {
    display: block;
}

.client_area .owl-nav div {
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    margin: 5px;
    font-size: 22px;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    left: -100px;
    bottom: 14px;
    position: absolute;
    border: 1px solid #4C0096;
}

.client_area .owl-nav div:hover {
    background-color: #fff;
    color: #4C0096;
    border-color: #fff;
}

.client_area .owl-nav .owl-next {
    left: auto;
    right: -100px;
}

.client_slider {}

.client_area .single_slid_item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client_area .single_slid_item img {
    max-height: 60px;
    width: auto;
}


/**/

.client_area .owl-dots {
    position: absolute;
    right: -93px;
    bottom: -100px;
    display: flex;
}

.client_area .owl-dots .owl-dot {
    height: 6px;
    width: 6px;
    background: #444141;
    margin: 3px;
    border-radius: 50%;
    transition: .5s;
}

.client_area .owl-dots .owl-dot.active {
    background: #fff;
}


/*======================================== footer =============================================*/

.footer {
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 20px;
}


/***********************subscription_area statr***********************/

.subscription_area {
    margin-bottom: 30px;
}

.subscription_area form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.subscription_area input {
    background-color: rgb(255 255 255 / 5%);
    border: none;
    color: #fff;
    padding: 5px 20px;
    transition: .5s;
    font-size: 12px;
    height: 35px;
    width: 200px;
    margin-right: 20px;
    margin-left: 20px;
}

.subscription_area label {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}

.subscription_area button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    cursor: pointer;
    height: 35px;
    width: 200px;
    transition: .5s;
}

.subscription_area button:hover {
    background-color: #fff;
    color: #2E0549;
}

.subscription_area ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.subscription_area :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8F3BF1;
}

.subscription_area ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8F3BF1;
}

.footer_logo_area {
    position: relative;
    height: 80px;
    margin-bottom: 60px;
    margin-top: 40px;
}

.footer_logo_area :before,
.footer_logo_area :after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(50% - 110px);
    top: 40px;
    left: 0;
    transition: .5s;
    background-color: #fff;
    opacity: .7;
}

.footer_logo_area :before {
    left: auto;
    right: 0;
}

.footer_logo img {
    margin-bottom: 45px;
    width: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.footer h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer h3 span {
    color: #01EAFB;
}

.footer_left {
    margin-bottom: 30px;
}


/**/

.recent_work {
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
}

.recent_work .images {
    display: flex;
}

.recent_work .images .left {
    margin-right: 5px;
}

.recent_work .images .right {
    margin-left: 5px;
}

.recent_work ul {
    width: 50%;
}

.recent_work ul li a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.recent_work ul li a span {
    text-align: center;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #451095d6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    transform: scale(.7);
    opacity: 0;
    padding: 10px;
}

.recent_work ul li a:hover span {
    transform: scale(1);
    opacity: 1;
}

.recent_work ul li a img {
    width: 100%;
}

.recent_work .more a {
    display: block;
    color: rgb(255 255 255 / 60%);
    font-size: 18px;
    font-weight: 300;
    border: 1px solid rgb(255 255 255 / 60%);
    padding: 8px;
    text-align: center;
    margin-top: 5px;
    transition: .5s;
}

.recent_work .more a:hover {
    background-color: #fff;
    color: #270945;
}


/* our_blogs */

.our_blogs {
    max-width: 255px;
    margin: auto;
    margin-bottom: 30px;
    text-align: left;
}

.our_blogs ul {}

.our_blogs ul li {}

.our_blogs ul li a {
    display: block;
    padding: 5px;
    transition: .5s;
    border-bottom: 1px solid rgb(255 255 255 / 38%);
    color: #fff;
    margin-bottom: 9px;
    font-size: 13px;
}

.our_blogs ul li a:hover {
    border-color: #01EAFB;
    background-color: rgb(114 51 184 / 17%);
}

.our_blogs ul li a .top {
    margin-bottom: 8px;
}

.our_blogs ul li a .top img {
    border-radius: 0px 13px 0px 13px;
    width: calc(100% + 10px);
    max-width: initial;
}

.our_blogs ul li a .bottom {
    font-size: 12px;
}

.our_blogs ul li a .bottom img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.our_blogs ul li a .bottom span {
    color: #01EAFB;
}

.our_blogs ul li a .bottom p {
    text-align: right;
    color: #888888;
    margin-top: 3px;
}


/* latest_video */

.latest_video {
    max-width: 255px;
    margin: auto;
}

.latest_video p {
    color: #ADB4B7;
}

.latest_video p span {
    color: #01EAFB;
}

.video_1 {
    background-image: url(../images/footer_img/v_img_1.png);
    background-size: cover;
    width: 167px;
    height: 131px;
    margin-bottom: 6px;
}

.video_1 img {
    margin-top: 40px;
    margin-left: 50px;
    display: inline-block;
}

.latest_video img {
    width: 40px;
    text-align: center;
    transition: .5s;
}

.video_2 {
    background-image: url(../images/footer_img/v_img_2.png);
    background-size: cover;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer_2 {
    margin-top: 30px;
    height: 135px;
    margin-bottom: 30px;
}

.video_3 {
    background-image: url(../images/footer_img/v_img_3.png);
    background-size: cover;
    height: 136px;
    width: 184px;
    position: absolute;
    left: 0;
    top: 0;
}

.video_3 img {
    top: 28px;
    left: 32px;
    z-index: 2;
    position: absolute;
}

.video_4 {
    background-image: url(../images/footer_img/v_img_4.png);
    background-size: cover;
    height: 136px;
    width: 240px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 10px;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding-bottom: 10px;
    flex-direction: column;
    font-size: 12px;
}

.layer_3 {
    display: flex;
    justify-content: space-between;
}

.round_video {
    background-size: cover;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_5 {
    background-image: url(../images/footer_img/v_img_5.png);
}

.video_6 {
    background-image: url(../images/footer_img/v_img_6.png);
}

.video_7 {
    background-image: url(../images/footer_img/v_img_7.png);
}

.round_video .play {}

.latest_video .single_video img {}

.latest_video .single_video:hover img {
    animation: tada;
    animation-duration: 2s;
}

.footer_about p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.footer_social_media {
    margin-top: 30px;
}

.footer_social_media h3 {}

.footer_social_media ul li {
    display: inline-block;
}

.footer_social_media ul li a {
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 29px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: .5s;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer_social_media ul li a:hover {
    color: #4C0096;
    background-color: #fff;
    animation: tada;
    animation-duration: 2s;
}


/* .our_badges*/

.our_badges {
    margin-top: 30px;
}

.our_badges ul {}

.our_badges ul li {
    display: inline-block;
}

.our_badges ul li a {
    display: inline-block;
    max-width: 50px;
    margin-right: 10px;
}


/**/

.footer_menu {}

.footer_menu_1 {
    margin-top: 30px;
}

.footer_menu_1 li a {
    background-color: rgb(59 7 88 / 62%);
}


/**/

.copyright_area {
    font-size: 12px;
    border-top: 1px solid rgb(221 221 221 / 16%);
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 200;
}

.copyright_area p a {
    display: inline-block;
    color: #01EAFB;
}

.footer_menu {}

.footer_menu li {
    display: inline-block;
}

.footer_menu li a {
    display: inline-block;
    color: #fff;
    line-height: 1;
    transition: .5s;
    padding: 5px 7px;
    margin: 0 3px;
    font-weight: 300;
}

.footer_menu li a:hover {
    color: #01EAFB;
}

.footer_menu_2 {
    text-align: right;
}

.footer_outsite {
    position: absolute;
    color: #fff;
    font-size: 12px;
    bottom: 290px;
    left: 15px;
}

.footer_outsite_left p {
    transform: rotate(-90deg);
}

.footer_outsite_right {
    left: auto;
    right: 15px;
}

.footer_outsite_right p {
    transform: rotate(-90deg);
    text-transform: uppercase;
}

.footer_outsite_right p:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 100px;
    height: 1px;
    width: 130px;
    background-color: #01EAFB;
}

.footer_bg_2 {
    position: absolute;
    right: calc(50% - 210px);
    width: 420px;
    bottom: calc(50% - 210px);
    opacity: .3;
    z-index: -1;
    display: none;
}


/**/


/*scroll up start*/

.scroll_up {
    position: fixed;
    right: 30px;
    bottom: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.scroll_up.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.scroll_up a {
    color: #fff;
    background-color: #4C0096;
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
}

.scroll_up a:hover {
    color: #000;
    background-color: #01EAFB;
}

.scroll_up i {}


/*scroll up end*/


/*----------------------------
       Loader CSS Start
-----------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7821DC;
    z-index: 99999999;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 277px;
    height: 163px;
}


/*----------------------------
       Loader CSS End 
-----------------------------*/


/*---------------------------
 * footer bottom-------------  */

.stiky_countdown {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #31075A;
    padding: 10px;
}

#countdown {
    margin: 0 auto;
    text-align: center;
}

#countdown.stiky_countdown ul {
    display: flex;
    justify-content: center;
    margin: 0px;
}

#countdown ul li {
    display: inline-block;
    font-size: 25px;
    list-style-type: none;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#countdown.stiky_countdown ul li {
    display: flex;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

#countdown ul li span {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
}

#countdown.stiky_countdown ul li span {
    font-size: 32px;
    margin-right: 5px;
}

.btn_link a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    color: #1E1CB1;
    background-color: #FFFFFF;
    text-decoration: none;
    transition: all .3s;
    margin: 0;
}

.btn_link {
    margin-top: 9px;
    text-align: center;
}

.content_footer_bootom {
    margin-top: 15px;
}

.content_footer_bootom p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}


/*---------------------------
 * end footer bottom-------------  */

.stiky_countdown {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #31075A;
    padding: 10px;
}

#countdown {
    margin: 0 auto;
    text-align: center;
}

#countdown.stiky_countdown ul {
    display: flex;
    justify-content: center;
    margin: 0px;
}

#countdown ul li {
    display: inline-block;
    font-size: 25px;
    list-style-type: none;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

#countdown.stiky_countdown ul li {
    display: flex;
    font-size: 16px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

#countdown ul li span {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
}

#countdown.stiky_countdown ul li span {
    font-size: 32px;
    margin-right: 5px;
}

.btn_link a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    color: #1E1CB1;
    background-color: #FFFFFF;
    text-decoration: none;
    transition: all .3s;
    margin: 0;
}

.btn_link {
    margin-top: 9px;
    text-align: center;
}

.content_footer_bootom {
    margin-top: 15px;
}

.content_footer_bootom p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}


/*---------------------------   
 * end footer bottom-------------  */