/*-----------------------------------------------------------
* Template Name    : Oskar | Responsive Bootstrap 4 Landing Template
* Author           : CreataThemes
* Created          : Dec 2018
* File Description : Main css file of the template
*------------------------------------------------------------
*/

/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.ABOUT US
    6.SERVICE
    7.Education
    8.CTA SECTION
    9.PORTFOLIO
    10.Clients
    11.BLOG
    12.GREAT PEOPLE
    13.CONTACT
    14.RESPONSIVE
************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600|Open+Sans:400,600,700');
/*==================
        1.BASIC
====================*/

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #ff972a;
}
p{
    font-size: 15px;
    font-weight: 500;
}
/*=======================
        2.HELPER
========================*/

.bg-overlay-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3c405a, #101010);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 37px;
    width: 37px;
    background-color: #ff972a;
    display: none;
    z-index: 10000;
    border-radius: 50px;
    right: 20px;
    transition: all 0.5s;
}

.text-custom {
    color: #ff972a !important;
}

.lan_sec-title {
    max-width: 570px;
}

.sec_subtitle {
    max-width: 750px;
    line-height: 1.6;
}

.back_top i {
    color: #fff;
    line-height: 38px;
    font-size: 35px;
    display: block;
}

.vr_line {
    height: 30px;
    width: 3px;
    background-color: #ff972a;
}

.btn {
    padding: 12px 26px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    background-color: #ff972a;
    border: 1px solid #ff972a;
    color: #fff;
    transition: all 0.5s;
    font-size: 15px;
    text-transform: capitalize;
}

.btn-outline-custom {
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #bb1e4c;
    border-color: #bb1e4c;
    color: #f3f3f3;
}

.btn-outline-custom {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 15px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.bg-overlay-gradient {
    background: #4b6cb7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.h-100vh {
    height: 100vh;
}

/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 2px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}

.custom-nav.stickyadd {
    background-color: #fff;
    padding: 2px 0;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    background-color: transparent !important;
    padding: 7px 0 !important;
    position: relative;
    margin: 0 18px;
    border-width: 5px;
    transition: all 0.4s;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a,
.custom-nav .navbar-nav li:active a {
    border-color: #fff;
}

.custom-nav.stickyadd .navbar-nav li.active a,
.custom-nav.stickyadd .navbar-nav li:hover a,
.custom-nav.stickyadd .navbar-nav li:active a {
    border-color: #000;
}

.custom-nav.stickyadd .navbar-nav li a:after,
.custom-nav .navbar-nav li a:after {
    content: '';
    width: 20px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
    background: #ff972a;
}

.custom-nav.stickyadd .navbar-nav li.active a:after,
.custom-nav.stickyadd .navbar-nav li:hover a:after,
.custom-nav.stickyadd .navbar-nav li:active a:after,
.custom-nav .navbar-nav li.active a:after,
.custom-nav .navbar-nav li:hover a:after,
.custom-nav .navbar-nav li:active a:after {
    opacity: 1;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #3648ff;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand.logo img {
    height: 80px;
}

/*==========================
        4.HOME
============================*/

.home-bg-color {
    background-color: #50373e;
    padding-top: 200px;
}

.home-bg {
    background-image: url(../img/home-bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header_btn span {
    position: relative;
    top: 14px;
}

.header_title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.header_subtitle {
    line-height: 2.0;
    font-size: 18px;
    max-width: 600px;
}

.skill_home li::after {
    content: "|";
    margin: 0 20px;
    color: #fff;
}

.skill_home {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgb(251, 151, 45), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    position: relative;
    display: inline-block;
    padding: 5px 40px;
}

.skill_home li:last-child:after {
    content: "";
}

.social_home li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.home-clip {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}

/*---DEMO GRADIENT---*/

.home-bg-gradient {
    background: #5758bb;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #5758bb);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #5758bb);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-top: 200px;
}

/*---DEMO PATTERN---*/

.home-bg-pattern {
    padding-top: 200px;
    background-color: #22232f;
    background-image: url(../img/pettern.png);
    background-position: center center;
}

/*---DEMO VIDEO---*/

.bg-dark-video {
    background-color: #22232f;
    padding-top: 200px;
}

/*==========================
        5.ABOUT US
============================*/

.about-img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 10px;
    left: 50px;
    bottom: 0;
    border: 10px solid #efefef;
}

.about-img img {
    box-shadow: -20px -19px 0px -4px #efefef;
}

.about-img {
    padding: 0 30px 30px 15px;
}

.about-work li {
    font-size: 18px;
}

.about-work li::after {
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #757575;
    margin: 0px 12px;
    position: relative;
    display: inline-block;
    top: -3px;
}

.about-work li:last-child:after {
    content: "";
    display: none;
}

.skill-custom .progress {
    height: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
}

.skill-custom .progress-bar {
    background: #bd5b77;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff972a, #ff972a);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff972a, #ff972a);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*==========================
        6.SERVICES
============================*/

.services_boxes {
    box-shadow: 0px 4px 0px 2px rgba(246, 229, 234, 0.59);
    border: 1px solid #efefef;
    position: relative;
    overflow: hidden;
    height: 265px;
}

.read_more a {
    position: absolute;
    right: -11px;
    text-align: center;
    font-size: 26px;
    bottom: -12px;
    border-radius: 50%;
    width: 65px;
    height: 60px;
    line-height: 55px;
}

.services_boxes .services_icon h2 {
    height: 60px;
    text-align: center;
    width: 60px;
    font-size: 24px;
    border-radius: 15%;
    line-height: 60px;
    background-color: rgba(169, 20, 63, 0.11);
}

.services_content p {
    font-size: 14px;
    line-height: 1.6;
}

.services_content h5 {
    font-size: 18px;
}


.ser_boxes .ser_content p {
    font-size: 15px;
}

/*=======================
        7.Education
=========================*/

.futures_boxes .futures_icon span {
    text-align: center;
    margin-right: 5px;
    height: 34px;
    border-radius: 10px 0px;
    color: #ff972a;
    width: 55px;
    line-height: 32px;
    display: inline-block;
    background-color: rgba(169, 20, 63, 0.04);
}

.read_more_aero a {
    position: inherit;
    right: -11px;
    text-align: center;
    font-size: 26px;
    bottom: -12px;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    line-height: 50px;
}

/*==========================
        8.CTA SECTION
============================*/

.bg-cta-img {
    background-image: url('../img/bg-cta-img.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

/*==========================
        9.PORTFOLIO
============================*/

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "*";
    top: 3px;
    position: relative;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
}

.work_menu li a.active {
    background-color: #ff972a;
    color: #ffffff;
}

.work_menu li a:hover {
    background-color: #ff972a;
    color: #ffffff !important;
}

.work_img_box {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

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

.work_img_box a {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15;
    height: 100%;
    top: 0;
}

.work_img_box .work_images {
    position: relative;
    height: 450px;
}

.work_img_box .work_images img {
    transition: all 0.5s;
    width: 100%;
    height: 450px;
}

.work_img_box .work_images .work_overlay {
    top: 10px;
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

.work_img_box .work_images .work_overlay a {
    height: 100%;
    width: 100%;
}

.work_img_box .work_images .work_overlay:after {
    content: '';
    left: 50%;
    top: 50%;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 30%;
    width: 0;
    position: absolute;
    bottom: 50%;
    opacity: 0;
    height: 50%;
    height: 0;
    transition: all 150ms ease-in-out 200ms;
}

.work_img_box .work_images .work_overlay h4 {
    overflow: hidden;
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 54px;
    z-index: 2;
    color: transparent;
    transition: color 150ms ease-in-out 200ms;
    right: 25px;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 2;
    font-size: 18px;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
    padding: 0 10px;
}

.work_img_box .work_images .work_overlay h4:before {
    content: '';
    background: #fff;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    transition: right 600ms ease-in-out 0s;
}

.work_img_box .work_images .work_overlay h6::before {
    content: '';
    background: #fff;
    bottom: 0;
    right: auto;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: left 600ms ease-in-out 0s;
}

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

.work_img_box:hover .work_overlay:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all 150ms ease-in-out 200ms;
    opacity: 1;
}

.work_img_box:hover .work_overlay h4 {
    color: rgba(255, 255, 255, 0.6);
}

.work_img_box:hover .work_overlay h4:before {
    right: -100%;
}

.work_img_box:hover .work_overlay h6 {
    color: white;
}

.work_img_box:hover .work_overlay h6:before {
    left: -100%;
}

/*==================
        10.Client
=====================*/

.client_boxes {
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
    border-color: #8887873d;
}

.client_boxes h5 {
    font-size: 14px;
    color: #ff972a;
    padding: 06px 10px 20px 14px;
}

.rounded-circle {
    border-radius: 50%!important;
}


/*===========================
        11.GREAT PEOPLE
=============================*/

.bg-people {
    background-image: url('../img/bg-cta-img1.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testi_boxes {
    padding: 30px 20px;
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 15px !important;
}

.testi_boxes .testi_img img {
    max-width: 85px;
}

.client_review {
    font-size: 17px !important;
}

.client_name {
    font-size: 16px;
}

.client_work {
    font-size: 14px;
}

.testi_boxes .bus_testi_icon {
    font-size: 80px;
    line-height: 60px;
    position: absolute;
    top: -15px;
    color: #ececec !important;
    height: 60px;
    width: 80px;
    border-radius: 14px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #fff !important;
}

.client_section .owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}

.logo_img img {
    opacity: 0.6;
}


/*========================
        12.Blog
==========================*/

.labal{
    font-size: 12px;
    margin-top: 10px;
}

.blog_box_detail span {
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
    height: 34px;
    border-radius: 10px;
    color: #ff972a;
    width: 34px;
    line-height: 32px;
    display: inline-block;
    background-color: rgb(252, 246, 247);
}

/*=========================
        11.Contact
==========================*/

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.business_form_custom .form-control {
    height: 50px;
    font-size: 16px;
    border-color: #eae7e7;
}

textarea.form-control {
    height: auto !important;
}

.business_form_custom .form-control:focus {
    border-color: #ff972a  !important;
    box-shadow: none;
    outline: 0;
}

.contact_details_content {
    border-radius: 4px;
}

.contact_details_content .contact_icon i {
    font-size: 36px;
}

.contact_detail p {
    overflow: hidden;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_message {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 20px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}


/*==========================
        12.footer
============================*/

.footer_detail {
    background-color: #050e0e;
}

.subcribe-newslatter input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #fff !important;
    border: none;
    outline: none !important;
    padding-right: 150px;
    padding-left: 30px;
    border-radius: 30px;
    background-color: rgba(241, 241, 241, 0.05);
}

.subcribe-newslatter button {
    position: absolute;
    top: 4px;
    right: 5px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.subcribe-newslatter form {
    max-width: 550px;
}

.footer_about p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail ul.footer_menu_list li a:hover {
    color: #ff972a;
    transition: all 0.3s;
}

.footer_detail ul.footer_menu_list li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 4px 0;
    text-decoration: none !important;
}

.footer_detail .fot_social .social-icon {
    border: 2px solid #868e96;
    border-radius: 0px 10px 10px 10px;
    transition: all 0.5s;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.footer_detail .fot_social .social-icon:hover {
    border-color: #ff972a;
    color: #ff972a !important;
}

.footer_detail .footer_logo {
    height: 34px;
}

.footer_detail .copy-rights {
    color: rgba(255, 255, 255, 0.5);
}

.footer_detail .fot_bor {
    height: 2px;
    background: #112121;
    width: 100%;
}

.footer-logo img{
    /* height: 100px; */
    width: 30%;
}


/*==========================
        14.RESPONSIVE
============================*/

@media (max-width: 768px) {
    .custom-nav {
        margin-top: 0px;
        padding: 2px 0px !important;
        background-color: #fff !important;
    }
    .custom-nav .navbar-nav li a:before {
        content: '';
        display: none;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        padding: 6px 0;
        color: #000;
    }
    .custom-nav .navbar-nav li.active a {
        color: #ff972a;
    }
    .custom-nav>.container {
        width: 90%;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 29px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .header_title {
        font-size: 38px;
        line-height: 1.2;
    }
    .header_subtitle {
        font-size: 15px;
        line-height: 1.8;
    }
    .h-100vh {
        height: auto;
    }
    .clip-home {
        clip-path: none;
    }
    .vertical-content {
        display: inherit;
    }
    .home-bg-color,
    .h-100vh.jarallax,
    .home-bg-img,
    .home-bg-color-gradient,
    .h-100vh,
    .home-half,
    .half-slider {
        padding: 130px 0 145px 0;
    }
    .custom-nav .navbar-brand.logo img {
        height: 75px;
    }
    .copy-rights {
        line-height: 26px;
    }
    .logo_img img {
        margin-top: 10px;
    }
    .border_left {
        border: none;
    }
    .bg-home-slider .carousel-control-next,
    .carousel-control-prev {
        width: 6%;
    }
    .skill_home li::after {
        display: none;
    }
    .skill_home li {
        display: block;
    }
    .work_menu li:after {
        display: none;
    }

     .float_none.float-right,
    .float_none.float-left {
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

    .footer_detail .copy-rights {
    line-height: 25px;
    }
}



    .pixel_bg_cover {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        padding-top: 150px;
        padding-bottom: 100px;
    }
    .pixel_bg_cover .page-banner-cont {
        position: relative;
        z-index: 5;
    }
    .pixel_bg_cover .page-banner-cont h2 {
        font-size: 52px;
        color: #fff;
        padding-bottom: 15px;
    }
    .pixel_bg_cover .page-banner-cont .breadcrumb {
        margin: 0;
        background: none;
        padding: 0;
    }
    .pixel_bg_cover .page-banner-cont .breadcrumb .breadcrumb-item a{
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    .pixel_bg_cover .page-banner-cont .breadcrumb .breadcrumb-item {
        color: #ff972a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    
    @media(max-width:768px){
        .pixel_bg_cover {
            padding-top: 150px;
            padding-bottom: 30px;
        }
        .pixel_bg_cover .page-banner-cont h2 {
            font-size: 32px;
            color: #fff;
            padding-bottom: 5px;
        }
    }
    /* pages css */
    img{
        width: 100%;
        display: block;
        object-fit: cover;
    }
    li {
        list-style: none;
    }
    .wrap {
        background-color: #f3f4f6;
    }
    .wrap p {
        color: #444444;
        font-size: 17px;
        font-weight: 500;
        line-height: 30px;
    }
    .wrap p {
        color: #444444;
    }
    .wrap h2 {
        color: #252525;
        
    }
    .main-content p {
        padding: 0 70px;
    }
    h2.main-heading {
        color: #fff;
        font-weight: 600;
        font-size: 29px;
    }
    .vtuber-art-content h2 {
        font-weight: 600;
        font-size: 29px;
        color: #252525;
    }
    .banner-page {
        padding: 110px 0 0 0;
    }
    .hero-content h5 {
        display: inline-block;
        background: linear-gradient(90deg, #ff972a, transparent);
        color: #000;
        font-size: 16px;
        position: relative;
        z-index: 1;
        font-weight: 400;
        margin-bottom: 18px;
        padding: 10px 18px 8px;
        border-radius: 20px;
        box-shadow: 0 0 0 #ff972a;
        margin-top: 1rem;
    }
    .hero-content {
        margin-top: 82px;
    }
    .hero-content h5 i {
        margin-right: 5px;
    }
    .hero-content h2 {
        font-weight: 600;
        margin-bottom: 20px;
    }
    .hero-content ul {
        display: flex;
        gap: 25px;
        padding: 0 0;
        margin: 0;
    }
    .btn-size {
        padding: 8px 18px;
        transition: .5s;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        color: #f3f4f6;
        border-radius: 16px 0;
        display: block;
        text-decoration: none;
        text-wrap: nowrap;
    }
    .btn-purple {
        background: #252525;
        color: #f3f4f6;
    }
    .btn-pink {
        background-color: #ff972a !important;
        color: #252525 !important;
        font-weight: 600;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .btn-size:hover {
        color: #f3f4f6;
        transform: translateY(-10px);
        border-radius: 0 16px;
        transform: translate(0, -5px);
    }
    .hero-content p {
        margin-bottom: 30px;
        color: #252525;
    }
    .hero-content li a {
        font-weight: 700;
    }
    
    .vtuber-content {
        /* background-color: #f3f4f6; */
        padding: 100px 0;
    }
    .banner-logos-area {
        background: #ff972a;
        margin: 0;
        padding: 0px 0;
        position: relative;
        z-index: 0;
        border-bottom: 1px solid #ff972a;
        border-top: 1px solid #ff972a;
    }
    .bannerlogos {
        padding-top: 20px;
    }
    .banner-logos-area:before {
        position: absolute;
        content: "";
        left: 0;
        height: 100%;
        width: 35.9%;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .banner-logos h6 {
        color: #f3f4f6;
        font-size: 33px;
        margin: 0;
        font-weight: 400;
    }
    .bannerlogos ul {
        display: flex;
        width: 100%;
        gap: 40px;
        line-height: normal;
    }
    .bannerlogos ul li {
        padding: 0;
        margin: 0;
    }
    .bannerlogos ul li span {
        color: #f3f4f6;
        font-size: 18px;
        font-weight: 600;
    }
    .banner-logos h6 {
        color: #f3f4f6;
        font-size: 23px;
        margin: 0;
        font-weight: 600;
    }
    .fancy-box-content h2 {
        text-align: center;
        font-weight: 600;
        margin-bottom: 25px;
    }
    
    .fancybox {
        padding: 70px 0;
        /* background-color: #f3f4f6; */
    }
    
    .fancy-box-image img {
        border-radius: 10px;
    }
    p.dic {
        margin-top: 20px;
    }
    
    .fancy-box-image ul li {
        list-style: disc;
        margin: 15px 0;
    }
    
    .fancy-box-image ul li b {
        font-size: 18px;
        margin-right: 10px;
    }
    .chat-btn ul {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 40px;
    }
    
    .chat-btn .chat.btn-size.btn-pink {
        background-color: #ff972a !important;
        color: #fff !important;
    }
    .connect-with-us {
        height: 121px;
        width: 100%;
        background-position: center;
        z-index: 1;
        background-repeat: no-repeat;
        background-color: transparent;
        padding: 0;
        text-align: left;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        margin: 0 0 3rem;
    }
    .connect-content h4, .connect-content h6 {
        color: #f3f4f6;
        font-weight: 700;
    }
    .connect-content h4{
        font-size: 26px;
    }
    .connect-content.c {
        padding-left: 50px;
        padding-top: 25px;
    }
    
    .connect-content.c h6 {
        font-size: 20px;
    }
    .connect-content a{
        font-weight: 500;
        color: #f3f4f6;
    }
    .art-portfolio {
        padding: 60px 0;
    }
    
    .main-content {
        text-align: center;
    }
    
    .main-content h2 {
        color: #000;
        font-weight: 600;
    }
    .art-fanxy-image img {
        height: 500px;
        object-fit: cover;
        width: 100%;
        margin-bottom: 10px;
    }
    .why-choose {
        background: #ff972a;
        border-top: 1px solid #f3f4f6;
        border-bottom: 1px solid #f3f4f6;
    }
    .heading-1.text-center.rc {
        color: #fff;
    }
    .why-choose .box-item {
        background: #f3f4f6;
        border-radius: 10px;
        margin: 70px 0 20px;
        display: inline-block;
        width: 100%;
        transition: .1s ease-out;
    }
    .why-choose .box-item .heading {
        min-height: 110px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .why-choose .box-item .heading h4 {
        color: #3a3a3a;
        font-family: inherit;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        padding: 0 15px;
    }
    .why-choose .box-item:hover {
        background: #f3f4f6;
        transform: scale(1.05);
    }
    .why-choose .box-item .thumbnail {
        text-align: center;
        margin: -60px auto 0;
        width: 130px;
        background: #f0f0f0;
        border-radius: 100%;
        border: 10px solid #1e3046;
        height: 130px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        align-items: center;
        padding: unset;
        line-height: normal;
    }
    .thumbnail i {
        color: #1e3046;
        font-size: 48px;
    }
    /* .submit-button input[type="submit"] {
        width: 30%;
        background-color: antiquewhite;
        border: 1px solid aquamarine;
        font-weight: 600;
    }
    
    .submit-button {
        text-align: center;
        margin-top: 25px;
    }
    section.class-accoradian {
        padding: 30px 0;
    }
    .accordion-item {
        margin:10px 0px;
    }
    
    
    button.accordion-button {
        font-weight: 500;
        color: black;
    }
    .accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type .accordion-button {
        background-color: greenyellow;
        color: black;
    } */
    /* .accordion-button:not(.collapsed) {
        color: black;
        background-color: greenyellow;
    } */
    /* [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        background-color: greenyellow;
    } */

    .accordionStyle .card .card-header {
        padding: 0;
        border-radius: 4px 4px 0 0;
        border: 0;
        background: 0 0;
    }
    .accordionStyle .card .card-header button {
        transition: .5s;
        text-transform: math-auto;
        display: block;
        padding: 10px 20px;
        font-weight: 600;
        width: 100%;
        text-align: left;
        position: relative;
        display: flex;
        line-height: 30px;
        border-radius: 6px !important;
        text-decoration: none !important;
        border: 1px solid #f3f4f6 !important;
        box-shadow: 0 0 12px 10px #ff972a !important;
        font-size: 16px;
        background: #ff972a;
        background-image: -ms-linear-gradient(0deg, #f8b638 0, #fbb040 100%) !important;
        color: #f3f4f6;
    }
    .accordion-item.card .accordion-body {
        padding: 1rem 1.25rem 0;
        color: #1d1d1f;
        font-size: 16px;
    }
    .accordionStyle .card .card-header button:hover {
        color: #f3f4f6 !important;
        box-shadow: 0 0 22px 6px #25252500 04f !important;
        border: 1px solid #252525 !important;
    }
    .accordionStyle .card {
        background: 0 0;
        border-radius: 0;
        margin-bottom: 26px;
        border: 0;
    }
    .FaqSection.bginner.support {
        padding: 60px 0;
    }
    
    .FaqSInner.support span {
        font-size: 30px;
        font-weight: 600;
        text-align: center !important;
        display: block;
    }
    
    /* .FaqSInner.support {
        text-align: center;
    } */
    
    .faq {
        margin: 50px 0;
    }
    .fancy-box-image video {
        width: 100%;
        height: 100%;
        padding: 0 32%;
    }
    .services_boxes:hover{
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 11px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    transition: ease 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    