/*===============================================
Template Name:  - SEO Marketing Agency HTML5 Template
Author:  https://TemplateMonster/authors/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: 
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01.  Header Top Menu Area Css
2302.  Nav Menu Area Css 
03.  Slider Area Css
04.  Section Title Css
05.  Service Area css
06.  About Area Css
07.  Counter Area Css
08.  Case Study Area Css
09.  Testimonial Area Css
10.  Process Area Css
11.  Team Area Css
12.  Faq Area Css
13.  Brand Section Css
14.  Call Do Section Css
15.  Form Box Css
16.  Skill Area Css
17.  Blog Area Css
18.  footer Area Css
19.  Subscribe Area Css
20.  Lines CSS
21.  Prossess Ber Css
22.  Scrollup Section
23.  Bounce Animation Css 
24.  Animation Dance
25.  Breadcumb Area Css
26.  abouts_areas Css
27.  Feture-Area Css
28.  Pricing Section Css
29.  Web Development Section CSS
30.  Contact  US Css
31.  Blog Sidber Widget CSS
32.  Case Study Details Css
33.  Search Box Css
34.  Loader Css
=======================*/



/*================================
<--  dreamhub Nav Menu Area Css -->
==================================*/

.dreamhub_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: -95px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #101210!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .dreamhub_menu>ul>li>a {
    color: #fff;
}

.sticky .header-button a {
    background: #fd6321;
}

.sticky .header-button a i {
    color: #fff;
}

/* dreamhub Menu Css*/
nav.dreamhub_menu {
    text-align: right;
    position: relative;
    z-index: 1;
}

.dreamhub_menu ul {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.dreamhub_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.dreamhub_menu>ul>li>a {
    font-size: 17px;
    display: block;
    margin: 35px 15px;
    transition: .5s;
    color: #101210;
    font-weight: 500;
}

nav.dreamhub_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    opacity: .5;
}

.dreamhub_menu>ul>li>a:hover {
    color: #fd6321;
}

.header-grid-btn a i:hover {
    color: #000;
}

/*menu button*/

.header-button {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.header-button a {
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
    background: #101210;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

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

.header-button a i {
    position: relative;
    top: 1px;
    color: #fff;
    transition: .5s;
    margin-left: 10px;
}

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

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

/*** Sub Menu Style 
==========================***/

.dreamhub_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #fd6321;
    opacity: 0;
}

.dreamhub_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

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

.dreamhub_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}

.dreamhub_menu ul .sub-menu li:hover>a,
.dreamhub_menu ul .sub-menu .sub-menu li:hover>a,
.dreamhub_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.dreamhub_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #fd6321;
    color: #fff !important;
}

/* sub menu 2 
=================*/

.dreamhub_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.dreamhub_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

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

.dreamhub_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.dreamhub_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #fd6321;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

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


.dreamhub_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

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

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

.main_sticky {
    display: none;
}

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

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



/*
<!-- =========================================== -->
<!-- Start  Hero Section  -->
<!-- ========================================= -->*/
 
.hero-section {
    background: url(../image/hero-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
}

.hero-content h5 {
    font-size: 16px;
    line-height: 40px;
    color: #fd6321;
    margin: 0 0 16px;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 55px;
    color: #020c1b;
    font-weight: bold;
}

.hero-content p {
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    margin: 40px 0 35px;
    width: 80%;
}

.hero-play-button {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 10px;
    border: 2px solid #fd6321;
    border-radius: 100%;
}

.hero-button {
    display: inline-block;
}

.hero-button a {
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    border-radius: 4px;
    background-color: #020c1b;
    display: inline-block;
    padding: 15px 19px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.hero-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

  .hero-button a:hover::before{
    transform: rotateX(90deg);
  }

  .hero-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
  }

  .hero-button a:hover::after{
    transform: rotateY(90deg);
  }

  .hero-button a i {
    display: inline-block;
    margin: 0 7px 0;
}

.hero-play-button a {
    display: inline-block;
    font-size: 55px;
    color: #fd6321;
    position: relative;
}

.hero-thumb img {
    width: 100%;
    margin-left: 55px;
}
/*!<-- =========================================== -->
<!-- Start Hero Section  -->
<!-- ========================================== -->*/
.section-title h5 {
    font-size: 16px;
    line-height: 27px;
    color: #fd6321;
}

.section-title h1 {
    font-size: 45px;
    line-height: 38px;
    color: #020c1b;
    font-weight: bold;
}

.section-title p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    font-family: "Roboto";
    width: 75%;
    padding-top: 19px;
}






/*!<-- =========================================== -->
<!-- End Hero Section  -->
<!-- ========================================== -->*/
 

/*
<!-- =========================================== -->
<!-- Start  Service area  -->
<!-- ========================================= -->*/


.service-area {
    background: #f9f9f9;
    padding: 110px 0 90px;
}


.single-service-box {
    background-color: #fff;
    padding: 60px 15px 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fd6321;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.single-service-box:hover:before {
    width: 100%;
    left: 0;
}

.service-box-title h3 {
    font-size: 24px;
    padding: 25px 0 20px;
}

.service-box-icon img {
    transition: .5s;
}

.service-box-title p {
    width: 100%;
    margin: auto;
    font-size: 15px;
    color: #616161;
    text-align: center;
    transition: .5s;
}


.single-service-box:hover .service-box-icon img {
    filter: brightness(0) invert(1);
}

.single-service-box:hover .service-box-title h3 {
    color: #fff;
}

.single-service-box:hover .service-box-title p {
    color: #fff;
}

/*
<!-- =========================================== -->
<!-- End Service Area  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  about Section  -->
<!-- ========================================= -->*/

.about-section {
    background: url(https://html.ditsolution.net/drtheme/dreamhub/studio-agency/assets/images/resource/about-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 90px;
}

.people-info {
    padding: 50px 0 0;
}

.about-thumb {
    float: left;
}

.about-title {
    margin-left: 25px;
    display: inline-block;
}

.about-title h4 {
    font-size: 20px;
    line-height: 27px;
    color: #020c1b;
    font-weight: bold;
}

.about-title h6 {
    font-size: 16px;
    width: 94%;
    color: #616161;
}

.about-button {
    margin: 50px 0 0;
}

.about-button a {
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    border-radius: 4px;
    background-color: #020c1b;
    display: inline-block;
    padding: 15px 19px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

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

.about-button a:hover::before{
    transform: rotateX(90deg);
}

.about-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

.about-button a:hover::after{
    transform: rotateY(90deg);
}

.about-button a i {
    margin: 0 6px 0;
}

.video-play-button i {
    font-size: 92px;
    display: inline-block;
}

.video-play-button {
    position: relative;
    margin: 0;
    top: -322px;
    left: 258px;
    width: 50%;
    height: 50%;
    line-height: 50%;
    color: #fd6321;
}

.video-play-button a i {
    display: inline-block;
    border: 1px solid #fd6321;
    border-radius: 100%;
    font-size: 69px;
    color: #fd6321;
}

.video-play-button .i.bi.bi-play {
    margin: 0px 10px 0;
}

.about-thumb img {
    border: 3px solid #fd6321;
    border-radius: 100%;
    display: inline-block;
}



/*
<!-- =========================================== -->
<!-- End about Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  project Section  -->
<!-- ========================================= -->*/

.our-project-section {
    padding: 110px 0 90px;
}

.single-project-box {
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-project-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fd6321;
    border-radius: 5px;
    transition: .5s;
    opacity: .45;
}

.single-project-box:hover::before {
    width: 100%;
    left: 0;
}

.single-project-box:hover .project-content {
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
}

.project-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0 40px;
    background: #fd6321;
    text-align: center;
    margin-bottom: -231px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.project-content h5 {
    font-size: 17px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}

.project-content h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 0 30px;
    transition: .5s;
}

.project-thumb img {
    width: 100%;
}

.project-button a {
    display: inline-block;
    margin: 0 72px 0;
    border: 1px solid #fd6321;
    border-radius: 5px;
    padding: 15px 20px;
    background-color: #020c1b;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
} 


.project-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:  #fd6321;
    z-index: -1;
    transition: .5s;
  }

.project-button a:hover::before{
    transform: rotateX(90deg);
  }

.project-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:  #ee4d08;
    z-index: -1;
    transition: .5s;
}

.project-button a:hover::after{
    transform: rotateY(90deg);
}

.project-button:hover a {
    color: #fd6321;
}




/*
<!-- =========================================== -->
<!-- Start  Counter Section  -->
<!-- ========================================= -->*/
.counter-section {
    background: url(../image/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 90px;
}

.counter-signal-box {
    background: url(../image/counter1.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 281px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.counter-content {
    position: absolute;
    left: 0;
    right: 0;
    transition: .5s;
}

.counter-icon {
    position: absolute;
    display: none;
    margin: auto;
    left: 0;
    right: 0;
    transition: .5s;
}

.counter-number h1 {
    font-size: 44px;
    display: inline-block;
}

.counter-title h4 {
    font-size: 20px;
    font-weight: 400;
    transition: .5s;
}

.counter-title {
    transition: .5s;
}

.counter-signal-box:hover .counter-icon {
    display: block !important;
    position: relative !important;
}

.counter-signal-box:hover .counter-title{
    display: none;
}

.counter-signal-box:hover {
    background: url(../image/counter2.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
/*
<!-- =========================================== -->
<!-- End Our Project Section  -->
<!-- ========================================== -->*/




/*
<!-- =========================================== -->
<!-- Start  testimonial Section  -->
<!-- ========================================= -->*/

.testimonial-section {
    padding: 120px 0 120px;
    position: relative;
}

.testimonial-desc p {
    font-size: 25px;
    line-height: 40px;
    color: #020c1b;
    font-style: italic;
    padding-top: 50px;
    width: 95%;
}

.testi-people-info {
    padding: 22px 0 0;
}

.testimonial-thumb {
    margin-right: 25px;
    float: left;
}

.testi-title h4 {
    font-size: 20px;
    line-height: 27px;
    color: #020c1b;
    font-weight: bold;
    margin-top: 18px;
}

.testi-title h6 {
    font-size: 16px;
    color: #fd6321;
    margin-top: 5px;
}

.testimonial-shap1 img {
    width: 90%;
}

.testimonial-shap1 {
    position: absolute;
    left: -2px;
    top: 128px;
}

.testimonial-shap2 {
    position: absolute;
    right: 130px;
    bottom: 0;
}


/*
<!-- =========================================== -->
<!-- End  testimonial Section  -->
<!-- ========================================== -->*/

/*
<!-- =========================================== -->
<!-- Start  blog Section  -->
<!-- ========================================= -->*/
.blog-area {
    background: #fbfbfb;
    padding: 110px 0 90px;
}

.single-blog-box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single-blog-box::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #ed4902;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.single-blog-box:hover::before{
    width: 100%;
    left: 0;
}

.blog-thumb{
    position: relative;
    z-index: 1;
}

.blog-thumb::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fd6321;
    border-radius: 5px;
    transition: .5s;
    opacity: .45;
}

.single-blog-box:hover .blog-thumb::before {
    width: 100%;
    left: 0;
}

.blog-content a h4 {
    font-size: 22px;
    line-height: 30px;
    color: #020c1b;
    font-weight: bold;
    transition: .5s;
}

.blog-content {
    margin: 20px 24px 46px;
}

.blog-content h6 {
    font-size: 16px;
    line-height: 40px;
    color: #616161;
    transition: .5s;
}

.blog-content p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    margin: 20px 0 0;
    transition: .5s;
}


.single-blog-box:hover .blog-content h6, .single-blog-box:hover .blog-content a h4, 
.single-blog-box:hover .blog-content p  {
    color: #fff;
}

.blog-button {
    margin-top: 35px;
}

.blog-button a {
    display: inline-block;
    border: 0;
    border-radius: 5px;
    padding: 13px 23px;
    background-color: #020c1b;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}


.blog-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:  #fd6321;
    z-index: -1;
    transition: .5s;
  }

  .blog-button a:hover::before{
    transform: rotateX(90deg);
  }

  .blog-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
  }

.blog-button a:hover::after{
    transform: rotateY(90deg);
}


.blog-thumb img {
    width: 100%;
}

.blog-button a i {
    margin: 0 5px 0;
}
/*
<!-- =========================================== -->
<!-- End  blog Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  brand  area  -->
<!-- ========================================== -->*/
.brand-area {
    padding: 100px 0 100px;
    filter: drop-shadow(0 0 25.5px rgba(158,158,158,0.23));
    background-color: #ffffff;
}
/*
<!-- =========================================== -->
<!-- End  brand  area  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start footer Section  -->
<!-- ========================================= -->*/
.footer-section {
    background: #e6e6e6;
    padding: 110px 0 25px;
}

.footer-logo {
    margin: 20px 0 34px;
}

.footer-widget-description p {
    opacity: 0.702;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    margin: 27px 0 28px;
    width: 90%;
}

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

.footer-social-icon ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 19px;
    background-color: #fff;
    margin-right: 5px;
    text-align: center;
    transition: .5s;
}

.footer-social-icon ul li a:hover {
    color: #fd6321;
    background: #fefffe;
}

.footer-social-icon ul li a span {
    color: #fd6321;
}

.footer-widget-title {
    margin: 0px 0 30px;
}

.footer-widget-title h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-left: 15px;
}

.footer-widget-menu ul{
    list-style: none;
} 

.footer-widget-menu ul li {
    padding-bottom: 5px;
}

.footer-widget-menu ul li a {
    opacity: 0.702;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: .5s;
}

.footer-widget-menu ul li span {
    opacity: 0.702;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    width: 86%;
    display: inline-flex;
}
 
.footer-widget-menu ul li span i {
    display: inline-block;
    margin-right: 5px;
}

.footer-widget-menu ul li a i {
    display: inline-block;
    margin: 2px 10px 0;
}

.footer-widget-menu ul li span i {
    display: inline-block;
    margin: 8px 13px 0;
}

/*--copyright-section--*/

.copyright-description {
    margin-top: 125px;
    position: relative;
    z-index: 1;
}

.copyright-description:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 2px;
    top: -26px;
    right: 172px;
    left: 1px;
    background: #ddd;
}


.copyright-description p {
    opacity: 0.502;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: .5s;
    display: inline-block;
}

.copyright-description p:hover{
    color: #108beaed;
}

.copyright-description p span {
    display: inline-block;
    color: #fd6321;
}
/*
<!-- =========================================== -->
<!-- End  footer  Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  About  Section  -->
<!-- ========================================== -->*/
.breatcam-area {
    background: url(../image/breatcam-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.breatcam-menu {
    text-align: center;
}

.breatcam-menu ul li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 18px;
}

.about-title h1 {
    font-size: 45px;
    color: #020c1b;
    font-weight: bold;
    margin-bottom: 6px;
}

.about-title h5 {
    font-size: 16px;
    line-height: 27px;
    color: #fd6321;
}

.about-title p {
    font-size: 17px;
    font-weight: 500;
    width: 95%;
    padding: 10px 0 23px;
}

.testi-img-thumb img {
    display: inline-block;
    width: 100%;
}

.about-icon img {
    position: absolute;
    text-align: center;
    margin: -327px 179px 0;
    z-index: 2;
}
/*
<!-- =========================================== -->
<!-- End  About  Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  Work  Section  -->
<!-- ========================================== -->*/

.work-area {
    background-image: url(../image/work-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.work-box {
    border: 1px solid #fff;
    width: 680px;
    height: 383px;
    background-color: #ffffff;
    margin: 105px 26px 0;
}

.work-title {
    margin: 71px 50px 0;
}

.work-title h2 {
    font-size: 35px;
    line-height: 40px;
    color: #020c1b;
    font-weight: bold;
}

.work-title p {
    margin: 12px 0 0;
    width: 95%;
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    font-family: "Helvetica";
}

.work-button a {
    display: inline-block;
    margin: 30px 50px 0;
    padding: 15px 20px;
    border: 1px solid #fd6321;
    background: #020c1b;
    color: #fff;
    position: relative;
    z-index: 1;
}

.work-button a:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:  #fd6321;
    z-index: -1;
    transition: .5s;
}

.work-button a:hover::before{
    transform: rotateX(90deg);
}

.work-button a:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

.work-button a:hover::after{
    transform: rotateY(90deg);
}

.work-button a i {
    margin-left: 5px;
}

.testi-shap2 {
    display: inline-block;
}

.testi-shap2 img {
    display: inline-block;
    margin: -74px 105px 0;
}
/*
<!-- =========================================== -->
<!-- End  Work  Section  -->
<!-- ========================================== -->*/

.marketing-area {
    background: #f9f9f9;
    padding: 110px 0 90px;
}


/*
<!-- =========================================== -->
<!-- Start  team  Section  -->
<!-- ========================================== -->*/
.team-area {
    padding: 110px 090px;
}

.team-main-title {
    padding: 12px 0 0;
    text-align: center;
}

.team-main-title h4 {
    font-size: 22px;
    color: #020c1b;
    font-weight: bold;
    text-align: center;
    transition: .5s;
}

.team-main-title h4:hover {
    color: #fd6321;
}

.team-main-title h6 {
    font-size: 15px;
    color: #616161;
    text-align: center;
    margin-bottom: 20px;
    transition: .5s;
}

.team-main-title h6:hover {
    color: #fd6321;
}

.team-thumb img{
    width: 100%;
}

.team-thumb {
    position: relative;
    z-index: 1;
}

.team-thumb:before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fd6321;
    border-radius: 5px;
    transition: .5s;
    opacity: .45;
}

.team-thumb:hover::before {
    width: 100%;
    left: 0;
}

.team-social-icon{
    display: inline-block;
}

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

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

.team-social-icon ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #f4f0ee;
    text-align: center;
}

.team-social-icon {
    display: inline-block;
    margin: 0 80px 0;
}

.team-social-icon ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f4f0ee;
    text-align: center;
    transition: .5s;
}
.team-social-icon ul li a:hover {
    color: #fff;
    background-color: #fd6321;
}

/*
<!-- =========================================== -->
<!-- End  Team  Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  Contact  Section  -->
<!-- ========================================== -->*/
.goolg-map iframe {
    width: 100%;
    height: 700px;
}

.contact-form {
    background-image: url(../image/Contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.row.form {
    background: #fff;
    padding: 25px 35px 45px;
}

.form-box input {
    display: inline-block;
    width: 100%;
    height: 60px;
    border: none;
    background: no-repeat;
    border-bottom: 1px solid #242424;
    margin-bottom: 1px;
}

.form-box text-area {
    border: 1px solid #dddd;
    width: 100%;
    height: 142px;
    padding: 10px 20px 0;
    border-radius: 5px;
}

.submit-button button {
    color: #ffff;
    background: #FF4802;
    display: inline-block;
    border-color: #FF4802;
    border: 1px solid #FF4802;
    padding: 7px 35px;
    border-radius: 5px;
    font-size: 16px;
}

.form-box textarea {
    margin: 40px 0 0;
    width: 100%;
    display: inline-block;
    height: 185px;
    padding: 10px 20px 0;
}

.submit-button {
    margin-top: 30px;
}

.submit-button button {
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    border-radius: 4px;
    background-color: #020c1b;
    display: inline-block;
    padding: 15px 54px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.submit-button button:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

.submit-button button:hover::before{
    transform: rotateX(90deg);
}

.submit-button button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

.submit-button button:hover::after{
    transform: rotateY(90deg);
}

.form-thumb {
    float: right;
}

.form-box p {
    position: relative;
    top: 46px;
}
/*
<!-- =========================================== -->
<!-- End  Contact  Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  pricing  Section  -->
<!-- ========================================== -->*/

.pricing-area {
    background-image: url(https://html.ditsolution.net/drtheme/dreamhub/studio-agency/assets/images/resource/about-img.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0 90px;
}

.pricing-title h6 {
    font-size: 16px;
    line-height: 35px;
    color: #fd6321;
}

.pricing-title h2 {
    font-size: 45px;
    line-height: 37px;
    color: #0f1727;
    font-weight: bold;
}

.pricing-content p {
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    width: 85%;
    margin-top: 10px;
}

.pricing-button a {
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #fd6321;
    background-color: #020c1b;
    display: inline-block;
    padding: 17px 22px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pricing-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

.pricing-button a:hover::before{
    transform: rotateX(90deg);
}

.pricing-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fd6321;
    z-index: -1;
    transition: .5s;
}

.pricing-button a:hover::after{
    transform: rotateY(90deg);
}

.pricing-button a i {
    margin-left: 5px;
}

.pricing-box-inner {
    background: #8f8484;
    padding: 25px 0 40px 32px;
    position: relative;
    z-index: 1;
}

.pricing-box-inner::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fd6321;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.pricing-box-inner:hover:before {
    width: 100%;
    left: 0;
}

.pricing-content-title h5 {
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}

.pricing-content-title span {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
}

.pricing-rate h3 {
    font-size: 55px;
    line-height: 40px;
    color: #ffffff;
    padding: 10px 0 17px;
}

.pricing-info ul{
    display: inline-block;
}

.pricing-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    line-height: 39px;
    color:#ffffff;
}

.pricing-info ul li i {
    margin: 0 6px 0;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff;
    color: #000;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.pricing-btn a i {
    margin-left: 5px;
}

.pricing-btn a {
    font-size: 16px;
    color: #fefefe;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #fd5321;
    background-color: #000;
    display: inline-block;
    padding: 17px 22px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pricing-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #f38867;
    z-index: -1;
    transition: .5s;
}

.pricing-btn a:hover::before{
    transform: rotateX(90deg);
}

.pricing-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #f38867;
    z-index: -1;
    transition: .5s;
}

.pricing-btn a:hover::after{
    transform: rotateY(90deg);
}

.pricing-btn a:hover {
    color: #fefefe;
}

/*
<!-- =========================================== -->
<!-- End  pricing  Section  -->
<!-- ========================================== -->*/


/*
<!-- =========================================== -->
<!-- Start  Shop  Section  -->
<!-- ========================================== -->*/
.shop-area {
    padding: 120px 0;
}

.shop-title p {
    font-size: 16px;
    line-height: 40px;
    color: #616161;
}

.shop-title-left p {
    font-size: 16px;
    line-height: 40px;
    color: #020c1b;
}

.shop-title h4 {
    font-size: 20px;
    color: #020c1b;
    font-weight: bold;
    padding: 17px 30px 0;
}

.shop-price h6 {
    font-size: 16px;
    color: #b2b0af;
    padding: 0 30px 30px;
}
/*
<!-- =========================================== -->
<!-- End  Shop  Section  -->
<!-- ========================================== -->*/








/*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
}

.loader::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
    width: 48px;
    height: 48px;
    border: 3px dotted #FFF;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    position: absolute;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
  }
  .loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #FF3D00;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
  }


.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

      
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  @keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  } 

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(253, 99, 33, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #FD6321;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover::after {
  color: #FD6321;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #FD6321;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



/* blog-ditails */

.sidebar-widget input {
    height: 54px;
    width: 100%;
    background: #ffffff;
    border: 2px solid #fd6321;
    border-radius: 4px;
    padding: 0 20px 0;
}

.sidebar-widget form {
    position: relative;
}

.sidebar-widget button.subscribe-btn {
    height: 54px;
    width: 60px;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #fd6321;
    color: #fff;
    position: absolute;
    right: 0;
}

.sidebar-widget {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #eca88b;
}

.widget-items {
    margin-bottom: 40px;
    padding: 21px 28px 22px;
    border-radius: 0;
    background: #eca88b;
}

/*categories title*/

.categories-title2 h4 {
    font-size: 22px;
    font-weight: 600;
    background: #fd6321;
    margin: -21px -29px 30px -29px;
    padding: 15px 29px;
    color: #000;
    border-radius: 5px 5px 0 0;
}

/*wedget recent post*/

.widget-recent-post {
    border-bottom: 1px solid #fff;
    padding: 0 0 12px;
    margin-bottom: 20px;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
}

/*rpost thumb*/

.rpost-thumb {
    margin-right: 20px;
}

.rpost-thumb a img {
    border-radius: 4px;
}

/*rpost content*/

.rpost-content h4 {
    margin-top: 0;
}

.rpost-content h4 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    display: inline-block;
    color: #000;
    font-size: 15px;
    padding: 2px 0 0;
}

.rpost-content h4 a:hover {
    color: #fd6321;
}

/*tag item*/

.tag-item ul li {
    display: block;
    list-style: none;
    padding: 15px 0;
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item ul li a {
    transition: .5s;
    font-size: 18px;
}

.tag-item ul li a span {
    float: right;
}


/*tag 2*/

.tag-item2 a {
    background: #fff;
    padding: 7px 22px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 1px solid #fd6321;
    font-weight: 500;
    color: #000;
    transition: .5s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.tag-item2 a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-radius: 4px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item2 a:hover:before {
    transform: scale(1);
}

.tag-item2 a:hover {
    color: #fff;
}


/*blog quote*/

.blogs-content2 {
    padding: 32px 0 0;
}

.blog-quotes {
    border-left: 5px solid #FD6321;
    font-style: italic;
    line-height: 1.5;
    background-color: #101210;
    padding: 50px 39px 55px 37px;
    text-align: center;
    margin: 25px 0 25px;
    border-radius: 5px;
}

.blog-thumb2 img {
    width: 100%;
}

.blog-quotes p {
    font-size: 20px;
    margin: 0 0 9px;
    color: #fff;
    font-weight: 500;
}

.blog-quotes span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.blog-quotes span:before {
    position: absolute;
    content: "";
    left: -42px;
    bottom: 9px;
    width: 30px;
    height: 2px;
    background: #FD6321;
}

.blog-quotes i {
    display: inline-block;
    position: absolute;
    font-size: 170px;
    top: -18px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: .5;
}

.meta-blog-title2 h5 {
    padding: 5px 0 15px;
}

.blog-list2 ol {
    padding: 15px 16px 0;
}

.blog-list2 ol li {
    padding: 0 0 5px;
}

/*solial tag*/

.row.bld-bg {
    border-top: 1px solid rgba(27,43,43,0.10196078431372549);
    padding-top: 26px;
    margin-top: 30px;
    padding-bottom: 22px;
}

.tag-list ul li {
    display: inline-block;
    list-style: none;
}

.tag-list ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-right: 6px;
}

.tag-list ul li a {
    padding: 3px 20px;
    background: #f7f7fe;
    display: inline-block;
    border-radius: 30px;
    margin-right: 8px;
   transition: .5s;
}

.tag-list ul li a:hover {
    background: #000;
    color: #fff;
}

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

.social-icon-list ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-right: 6px;
}

.social-icon-list ul li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    background: #fff;
    text-align: center;
    border: 1px solid rgba(13,14,20,0.1);
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    color: #5F6A6A;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

.social-icon-list ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eca88b;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.social-icon-list ul li a:hover:before {
    transform: scale(1);
}

.social-icon-list ul li a:hover {
    color: #fff;
}

/*post comment*/

.blog-details-comments-box {
    padding: 65px 22px 50px 0;
}

.widget-comments-title h2 {
    font-size: 30px;
    padding: 0 0 40px;
}

.post-comment2 {
    border-bottom: 1px solid rgba(27,43,43,0.10196078431372549);
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.blog-content2 {
    overflow: hidden;
}

.post-title span {
    padding-left: 31px;
    font-size: 16px;
    color: #232353;
    font-weight: 500;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

span.rights-reply {
    float: right;
    font-weight: 500;
    color: #0D0E14;
    position: relative;
    top: -104px;
    cursor: pointer;
    left: 0;
}

.posts-reply p {
    font-size: 16px;
    margin-bottom: 10px;
}

.post-title h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    padding: 0px 0 9px;
}

.comment-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #fd6321;
    letter-spacing: .4em;
    font-size: 15px;
}




/*pagination*/

.pagination-menu {
    text-align: center;
    padding: 50px 0 0;
}

.pagination-menu ul {
    display: inline-block;
}

.pagination-menu ul li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}

.pagination-menu ul li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #fdeaa8;
    font-size: 20px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pagination-menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fdeaa8;
    border-radius: 40px;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.pagination-menu ul li a:hover:before {
    transform: scale(1);
}
.pagination-menu ul li a:hover {
    color: #fff;
}
 

/*==========================================
 <-- litefolio Sidebar CSS  Start -->
=========================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 32px;
    color: #fd6321;
    transition: .5s;
    cursor: pointer;
    padding: 0 25px 0 0;
}

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

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

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

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

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

.sidebar-textwidget {
    padding: 40px 32px;
}

.nav-logo a {
    font-size: 36px;
    line-height: 40px;
    color: #282828;
    font-weight: 500;
}

.close-side-widget i {
    color: #0E264F;
    font-size: 28px;
    display: block;
}

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

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

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

.xs-bg-black {
    background: rgba(0, 0, 0, 0.7)!important;
}

.content-box h2 {
    margin-top: 50px;
    font-size: 30px;
    color: #282828;
}

.content-box p {
    color: #656565;
    margin-top: 10px;
}

ul.list-style-one li {
    margin: 12px 0px;
}

ul.list-style-one span {
    margin-right: 11px;
    font-size: 20px;
}

ul.sidebar-social-icon li {
    display: inline-block;
    margin: 04px;
}

ul.sidebar-social-icon a {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    border: 1px solid;
    color: #282828;
}