/*===============================================
Template Name: Dreamhub Life Insurance Company Agency HTML5 Template
Author:  https://templatemonster.com/authors/dreamit/
Description: Description
Version: 1.0.0
Text Domain: dream-hub
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. dream-hub Header Top Menu Area Css
02. dream-hub Nav Menu Area Css 
03. dream-hub Slider Area Css
04. dream-hub Section Title Css
05. dream-hub Service Area css
06. dream-hub About Area Css
07. dream-hub Counter Area Css
08. dream-hub Case Study Area Css
09. dream-hub Testimonial Area Css
10. dream-hub Process Area Css
11. dream-hub Team Area Css
12. dream-hub Faq Area Css
13. dream-hub Brand Section Css
14. dream-hub Call Do Section Css
15. dream-hub Form Box Css
16. dream-hub Skill Area Css
17. dream-hub Blog Area Css
18. dream-hub footer Area Css
19. dream-hub Subscribe Area Css
20. dream-hub Lines CSS
21. dream-hub Prossess Ber Css
22. dream-hub Scrollup Section
23. dream-hub Bounce Animation Css 
24. dream-hub Animation Dance
25. dream-hub Breadcumb Area Css
26. dream-hub abouts_areas Css
27. dream-hub Feture-Area Css
28. dream-hub Pricing Section Css
29. dream-hub Web Development Section CSS
30. dream-hub Contact  US Css
31. dream-hub Blog Sidber Widget CSS
32. dream-hub Case Study Details Css
33. dream-hub Search Box Css
34. dream-hub Loader Css
=======================*/


/*================================
<--  dream-hub Nav Menu Area Css -->
==================================*/

.dream-hub_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: 0px;
}

.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: #FFFFFF!important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .dream-hub_menu>ul>li>a {
    color: #101210;
}

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

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

/* dream-hub Menu Css*/
nav.dream-hub_menu {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 398px;
}

.dream-hub_menu ul {
    list-style: none;
    display: inline-block;
}

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

.dream-hub_menu>ul>li>a {
    display: inline-block;
    margin: 37px 17px;
    transition: .5s;
    color: #233253;
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 500;
}

.dream-hub_menu>ul>li>a:hover {
    color: #FF4802;
}

.dream-hub_menu>ul>li>a:before {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    height: 1px;
    width: 0;
    background: #FF4802;
    transition: .5s;
}

.dream-hub_menu>ul>li>a:hover:before {
    width: 100%;
    left: 0;
}

ul.nav_scroll li.up a {
    color: #FF4802;
}

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

.dream-hub_menu>ul>li>a:hover {
    color: #FF4802;
}

/*menu button*/

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

.header-button a {
    font-size: 17px;
    padding: 14px 35px;
    font-weight: 500;
    color: #fff;
    background: #FF4802;
    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: #101010;
    transform: scale(0);
    transition: .5s;
}

.header-button a i {
    padding-right: 5px;
    position: relative;
    top: 3px;
    color: #101010;
    transition: .5s;
}

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

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

/*Style Two Nav Menu*/

.style-two.dream-hub_nav_manu {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two .dream-hub_menu>ul>li>a {
    color: #fff;

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16,18,16,0);
    border: 1px solid rgba(255,255,255,0.3);
}

.style-two .header-button a i {
    color: #bbf737;
}

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

.dream-hub_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 #FF4802;
    opacity: 0;
}

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

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

.dream-hub_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;
}

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

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

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

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

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

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

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

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

ul.sub-menu li a span {
    background: #FF4802;
    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 
====================*/

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


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

.dream-hub_menu li a:hover:before {
    width: 101%;
}

.dream-hub_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.dream-hub_nav_manu.sticky .main_sticky {
    display: inherit;
}

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

/*
<!-- ============================================================== -->
<!-- Start dream-hub Slider Section Css -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../images/slider/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
}

.hero-content h5 {
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #ff4802;
    font-weight: bold;
    font-family: "Sitka Display";
    position: relative;
    z-index: 1;
}

.hero-content h5:before {
    position: absolute;
    content: "";
    left: 105%;
    bottom: 6px;
    width: 63px;
    height: 1px;
    background: red;
}

.hero-content h1 {
    font-size: 68px;
    line-height: 60px;
    color: #233253;
    font-weight: bold;
    font-family: "Sitka Display";
}

.hero-content p {
    margin: 26px 0 42px;
    font-size: 17px;
    line-height: 28px;
    color: #777777;
}

.hero-button a {
    padding: 14px 35px;
    background: #FF4802;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}

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

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

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

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

.slider-shape {
    position: absolute;
    top: -24rem;
    left: 44%;
    animation: movebounce1 4.00s infinite;
}

@keyframes movebounce1 {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }

.slider-shape-two {
    position: absolute;
    right: -5%;
    top: -222px;
    animation: bounce1 5.4s infinite;
}

@keyframes bounce1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0);
    }
}

.slider-shape-three {
    position: absolute;
    right: 65px;
    bottom: 30rem;
    animation: movebounce 5.00s infinite;
}

@keyframes movebounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }

  .slider-shape-four {
    position: absolute;
    left: 17%;
    top: -15rem;
    animation: bounce2 5.50s infinite;
}

@keyframes bounce2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0);
    }
}

/* section-title*/

.section-title {
    margin-bottom: 83px;
}

.section-title h5 {
    margin: 0 0 4px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 45px;
    color: #ff4802;
    font-family: "Sitka Display";
}

.section-title h2 {
    font-size: 50px;
    color: #233253;
    font-weight: bold;
    font-family: "Sitka Display";
    margin: 0;
    line-height: 55px;
}

.section-title p {
    width: 56%;
    margin: auto;
    padding-top: 18px;
    font-size: 17px;
    line-height: 28px;
    color: #777777;
}

.section-title h5:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 42%;
    bottom: 19px;
    width: 40px;
    background: red;
}

.section-title h5::after {
    position: absolute;
    content: "";
    height: 1px;
    right: 42%;
    bottom: 18px;
    width: 40px;
    background: red;
}


/*
<!-- ============================================================== -->
<!-- End dream-hub Slider Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub services Section Css -->
<!-- ============================================================== -->*/

.services-section {
    padding: 148px 0 125px;
}

.single-services-box {
    box-shadow: 0px 10px 39.2px 0.8px rgba(35, 50, 83, 0.07);
    text-align: center;
    padding: 38px 0 38px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.services-icon i {
    padding: 10px 0px 10px 25px;
    background-image: linear-gradient(to right, #d3f2c5 , #fff) !important;
    color: #97E074;
    border-radius: 0 15px 15px 15px;
    font-size: 30px;
}

.single-services-box.up .services-icon i {
    background-image: linear-gradient(to right, #ffc1aa , #fff) !important;
    color: #FF4802;
}

.single-services-box.upper .services-icon i {
    background-image: linear-gradient(to right, #bbd2fc , #fff) !important;
    color: #7BA9F9;
}

.services-content h4 {
    color: #233253;
    padding-top: 12px;
    transition: .5s;
    font-size: 22px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Sitka Display";
    text-align: center;
    margin: 0;
}

.services-content p {
    width: 73%;
    margin: auto;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    text-align: center;
    margin-top: 0px;
}

.services-content h4:hover {
    color: #97E074;
}

.single-services-box.up .services-content h4:hover {
    color: #FF4802;
}

.single-services-box.upper .services-content h4:hover {
    color: #7BA9F9;
}

/*<!-- ============================================================== -->
<!-- End dream-hub services Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub about Section Css -->
<!-- ============================================================== -->*/

.about-section {
    padding: 120px 0;
    background: url(../images/resource/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

.about-shape {
    position: absolute;
    top: 45%;
    left: -15%;
    animation: bounce0 5.00s infinite;
}

@keyframes bounce0 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0);
    }
}

.about-shape2 {
    position: absolute;
    top: 130px;
    right: 55px;
    animation: movebounce1 4.00s infinite;
}

p.up {
    float: left;
    width: 90%;
    font-size: 17px;
    line-height: 28px;
    color: #777777;
}

h5.up:before {
    display: none;
}

h5.up:after {
    right: 80%;
}

.about-box-list-items {
    padding-top: 18px;
}

.about-box-icon-list {
    padding: 0px 0 20px 0;
}

.about-box-icon-list i {
    color: #fff;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 30px;
    background-color: #ff4802;
    text-align: center;
    font-size: 17px;
    padding: 0 5px 0;
}

.about-box-icon-list span {
    font-size: 20px;
    color: #233253;
    font-weight: bold;
    font-family: "Sitka Display";
    margin-left: 10px;
}

.about-button {
    padding-top: 25px;
}

.about-button a {
    font-size: 17px;
    padding: 14px 35px;
    background: #FF4802;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

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


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

/*<!-- ============================================================== -->
<!-- End dream-hub about Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub feature Section Css -->
<!-- ============================================================== -->*/

.feature-section {
    padding: 135px 0 90px;
    background: url(../images/resource/services-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h5.upper:after {
    left: 20%;
}

h5.upper:before {
    display: none;
}

p.feature {
    margin-left: 0;
    width: 90%;
    margin-top: 0px;
}

.feature-button {
    padding-top: 40px;
}

.feature-button a {
    padding: 13px 36px;
    background: #FF4802;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
}

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

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

.single-feature-box {
    padding: 45px 35px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: .5s;
    filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.07));
    background-color: #ffffff;
}

.single-feature-box:hover {
    transform: translateY(-15px);
}

.single-feature-box.up {
    margin-top: -15px;
}

.single-feature-box.upper {
    margin-top: -15px;
}

.feature-box-icon i {
    font-size: 45px;
    color: #ff4802;
    margin-bottom: 20px;
    transition: .4s;
    display: inline-block;
}

.single-feature-box.up .feature-box-icon i {
    color: #377CF6;
}

.single-feature-box.feature .feature-box-icon i {
    color: #377CF6;
}

.single-feature-box.upper .feature-box-icon i {
    color: #FFC309;
}

.featues-box-content h5 {
    color: #233253;
    padding: 14px 0 10px;
    transition: .5s;
    font-size: 20px;
    font-weight: bold;
    font-family: "Sitka Display";
    margin: 0;
}

.featues-box-content p {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}

.featues-box-content h5:hover {
    color: #ff4802;
}

.single-feature-box.up .featues-box-content h5:hover {
    color: #377CF6;
}

.single-feature-box.feature .featues-box-content h5:hover {
    color: #377CF6;
}

.single-feature-box.upper .featues-box-content h5:hover {
    color: #FFC309;
}

/*<!-- ============================================================== -->
<!-- End dream-hub feature Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub choose Section Css -->
<!-- ============================================================== -->*/

.choose-section{
    padding: 120px 0;
    background: url(../images/resource/choose-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.choose-shape {
    position: absolute;
    top: 30%;
    left: -15%;
    animation: bounce4 5.00s infinite;
}

@keyframes bounce4 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(45px);
    }
    100% {
        transform: translateX(0);
    }
}

.choose-item-box.up .choose-icon i {
    color: #47B978;
    background: #E2F0ED;
}

.choose-item-box.upper .choose-icon i {
    color: #3E80F6;
    background: #DCE7FB;
}

h5.choose:after {
    left: 22%;
}

h5.choose::before {
    display: none;
}

.section-title.choose {
    margin-bottom: 25px;
}

p.choose {
    margin: 0;
    width: 85%;
}

.choose-icon {
    float: left;
    margin: 5px 30px 0 0;
}

.choose-icon i {
    display: inline-block;
    text-align: center;
    font-size: 40px;
    transition: .5s;
    color: #FF4802;
    height: 82px;
    width: 82px;
    line-height: 82px;
    background-image: linear-gradient(to right, #ffc1aa , #fff);
    border-radius: 60px;
}

.choose-content {
    padding-bottom: 3px;
}

.choose-content h4 {
    font-size: 22px;
    color: #39374d;
    font-weight: bold;
    font-family: "Sitka Display";
}

.choose-content p {
    width: 72%;
    padding-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #6d6d6d;
}

/*<!-- ============================================================== -->
<!-- End dream-hub choose Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub testimonial Section Css -->
<!-- ============================================================== -->*/

.testimonial-section{
    padding: 120px 0;
    background: url(../images/resource/testimonial-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title.testi {
    margin-bottom: 15px;
}

h5.testi:before {
    display: none;
}

h5.testi:after {
    left: 25%;
}

.testimonial-desc {
    padding-bottom: 22px;
}

.testimonial-desc p {
    width: 86%;
    font-size: 18px;
    line-height: 35px;
    color: #777777;
    font-style: italic;
}

.testi-thumb {
    float: left;
    margin: -10px 17px 0 0;
}

.testimonial-title h4 {
    font-size: 22px;
    color: #233253;
    font-weight: bold;
    font-family: "Sitka Display";
    margin-bottom: -5px;
}

.testimonial-title span {
    font-weight: 400;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 35px;
    color: #ff4802;
}

.testimonial-title span:before {
    position: absolute;
    content: "";
    left: 128px;
    bottom: 3px;
    height: 1px;
    width: 40px;
    background: #FF4802;
}

.owl-dots {
    margin-top: 20px;
}

.owl-dot.active {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background-color: #ff4802;
}

.owl-dot {
    line-height: 36px;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: #233253;
    margin: 0 10px 0 0;
}

/*<!-- ============================================================== -->
<!-- End dream-hub testimonial Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub blog Section Css -->
<!-- ============================================================== -->*/

.blog-section {
    padding: 105px 0  0;
}

h5.blog:before {
    left: 43%;
}

h5.blog:after {
    right: 43%;
}

.single-blog-box {
    border: 1px solid #ddd;
    padding: 10px 10px 5px;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 30px;
}

.single-blog-box:hover {
    border: 1px solid #ddd; 
    box-shadow: 0 3px 3px #0003;
}

.blog-thumb img {
    width: 100%;
    border-radius: 10px;
}

.blog-meta {
    background: #ffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px;
    margin: -38px 130px 0 25px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.image {
    float: left;
    padding: 0 10px 0 8px;
}

.image img {
    border-radius: 50px;
    height: 45px;
}

.blog-content {
    padding: 4px 23px 15px;
}

.blog-name {
    margin-top: -3px;
}

.blog-name a {
    display: inherit;
    color: #ff4a05;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: -3px;
    font-family: "Arimo";
}

.blog-name span {
    font-size: 14px;
    display: block;
}

.blog-content h3 a {
    display: inline-block;
    transition: .5s;
    font-size: 24px;
    line-height: 30px;
    color: #333c4e;
    font-weight: bold;
    font-family: "Sitka Display";
    margin-top: -10px;
}

.blog-content h3 a:hover {
    color: #ff4a05;
}

.blog-content p {
    padding: 15px 0 6px;
}

ul.post-categories li {
    list-style: none;
    display: inline;
}

ul.post-categories li a {
    display: inline-block;
    color: #ff4a05;
    background-color: #ffece5;
    padding: 2px 22px;
    border-radius: 5px;
    font-size: 15px;
    transition: .5s;
    margin-right: 5px;
}

ul.post-categories li a:hover {
    background: #ff4a05;
    color: #ffff;
}

ul.post-categories li a.upper {
    background: #ff4a05;
}

ul.post-categories li a.upper {
    color: #27ae60;
    display: inline-block;
    background-color: #d9ffe9;
    padding: 2px 23px;
    transition: .5s;
}

ul.post-categories li a.upper:hover{
    background: #ff4a05;
    color: #fff;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub blog Section Css -->
<!-- ============================================================== -->*/

.call-to-action-section {
    padding: 120px 0;
}

.row.up {
    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);
    padding: 56px 55px 60px;
    border-radius: 10px;
    background: #ffff;
    z-index: 1;
    position: relative;
}

.section-title.right {
    margin: 0;
}


.dreamhub-button {
    margin-top: 25px;
}

.dreamhub-button a {
    padding: 14px 33px;
    background: #FF4802;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 2px 0;
    font-size: 17px;
    color: #fefefe;
    font-weight: 500;
    border: 1px solid #FF4802;
}

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

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

.dreamhub-button a span{}

.dreamhub-button a i {
    color: #ffff;
    font-size: 16px;
    padding-left: 10px;
}

.dreamhub-button a.button {
    background: #ffff;
    color: #FF4802;
}

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

.dreamhub-button a.button.button:hover{
    color: #ffff;
}

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

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub footer Section Css -->
<!-- ============================================================== -->*/

.footer-section {
    padding: 320px 0 20px;
    margin-top: -292px;
    background-color: #f4f5fa;
}

.row.upper {
    position: relative;
    z-index: 1;
}

.row.upper:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 31%;
    width: 98%;
    height: 1px;
    background-color: rgba(255,72,2,0.10196078431372549);
}

.row.upper:after {
    position: absolute;
    content: "";
    left: 10px;
    bottom: -16%;
    width: 98%;
    height: 1px;
    background-color: rgba(255,72,2,0.10196078431372549);
}

.footer-widget-description p {
    padding: 80px 0 8px;
    width: 90%;
    font-size: 16px;
    color: #777777;
}

.footer-social-icon ul{
    list-style: none;
}

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

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

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

.footer-widget-title h3 {
    font-size: 22px;
    color: #101010;
}

.footer-widget-menu {
    padding-top: 78px;
}

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

.footer-widget-menu ul li a {
    display: inline-block;
    font-weight: 500;
    padding-bottom: 18px;
    transition: .5s;
    font-size: 16px;
    color: #777777;
}

.footer-widget-menu ul li a:hover {
    color: #FF4802;
}

.footer-widget-menu ul li span {
    padding: 0 0 12px;
    display: inline-block;
    font-size: 16px;
    color: #777777;
}

.copyright-description {
    margin-top: 70px;
}

.copyright-description p {
    font-size: 14px;
    color: #777777;
    text-align: center;
}

/*<!-- ============================================================== -->
<!-- End dream-hub footer Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/

.breadcumb-area{
    background: url(../images/resource/breadcumb-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
}

.breadcumb-title h1{
    font-size: 55px;
    font-weight: 700;
    color: #233253;
    padding: 0 0 20px;
}

.breadcumb-container ul{
    list-style: none;
}

.breadcumb-container ul li {
    display: inline-block;
    color: #FF4802;
    font-size: 15px;
}

.breadcumb-container ul li a {
    display: inline-block;
    color: #777777;
    font-size: 15px;
}

/*<!-- ============================================================== -->
<!-- End dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/

.contact-area{
    padding: 120px 0;
}

.row.form {
    padding-top: 40px;
}

.form-box input {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 0 20px 0;
}

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

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

.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;
}

/*<!-- ============================================================== -->
<!-- End dream-hub contact Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub breadcumb Section Css -->
<!-- ============================================================== -->*/

.faq-area{
    padding: 120px 0;
}

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 22px;
    color: #101210!important;
    border-bottom: 1px solid rgba(19,17,37,0.15);
    padding: 27px 20px 20px 0px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 15px;
    padding: 0px 0px 20px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(19,17,37,0.15);
}

.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 18px;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background: #FF4802;
  opacity: 1;
}

.accordion a.active {
    border-bottom: 0;
    padding: 25px 20px 15px 0px;
    color: #FF4802 !important;
}

/*<!-- ============================================================== -->
<!-- End dream-hub contact Section Css -->
<!-- ============================================================== -->*/



/*<!-- ============================================================== -->
<!-- Start dream-hub blog details Section Css -->
<!-- ============================================================== -->*/

.blog-details-area{
    padding: 120px 0;
}

.blog-thumb-left img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.blog-box {
    border: 1px solid #dddd;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);
    background: #ffff;
}

p.blog {
    width: 50%;
    margin-top: 0px;
}

.blog-content {
    padding: 25px 25px 26px;
}

.blog-meta-left a {
    color: #616161;
    font-size: 15px;
    margin-right: 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.blog-meta-left a:before {
    position: absolute;
    content: "";
    right: -13px;
    height: 12px;
    top: 4px;
    width: 1px;
    background: #616161;
}

.blog-meta-left a:hover {
    color: #FF4802;
}

.blog-meta-left span {
    font-size: 15px;
}

.meta-title {
    margin-top: 6px;
}

.meta-title a {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: bold;
    transition: .5s;
}

.meta-title a:hover {
    color: #FF4802;
}

.blog-content-left {
    padding: 0 0 0 35px;
}

.blog-content-left h4 a {
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 20px;
    display: inline-block;
}

.blog-content-left p {
    font-size: 15px;
    line-height: 32px;
    width: 92%;
}

.section-title.form {
    margin-bottom: 0px;
}

p.form {
    margin-left: 0;
    width: 57%;
    font-size: 15px;
}

/*Blog Social Share
=======================*/

.blogs-social-share {
    padding: 24px 25px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {
    float: right;
}

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

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #0a0a0a;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

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

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

ul.social-share li a:hover {
    color: #101010;
}

.blog-details-auther {
    margin: 35px 0;
}

.blog-details-author-inner {
    background: #FFFFFF;
    padding: 30px 30px 25px;
    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);
}

.blog-details-auther-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-auther-thumb img {
    border-radius: 100%;
}

.blog-details-auther-content h4 {
    color: #FF4802;
    padding: 0 0 10px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #FF4802;
}

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: #FF4802;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-thumb img {
    border-radius: 100%;
}

.blog-details-comment-content {
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
    color: #FF4802;
}

.widget_search {
    background: #f4f5fa;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 10px 57px rgba(7,76,190,0.05);
}

.widget_search input::placeholder {
    color: #888f99;
}

.widget_search form input {
    display: inline-block;
    padding: 12px 75px;
    border: 1px dashed #ddd;
    border-radius: 30px;
    background: #ffff;
}

.widget_search form i {
    font-size: 17px;
    color: #FF4802;
    position: absolute;
    left: 75px;
    top: 65px;
}

.widget-recent-post {
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
    padding: 0 0 25px;
    margin-bottom: 25px;
}

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


.rpost-thumb img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}

h4.sidebar-title {
    padding: 0 0 30px;
}

.rpost-title h4 {
    margin-top: 2px;
}

.rpost-content h4 a {
    font-size: 17px;
    font-weight: 500;
    font-family: 'Arimo', sans-serif;
    line-height: 24px;
    color: #101010;
    display: inline-block;
    transition: .5s;
}

.rpost-title span {
    font-size: 15px;
    padding: 6px 0 0;
    display: inline-block;
}

.widget-sidebar-box {
    background: #f4f5fa;
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
    box-shadow: 0px 10px 25px rgba(7,76,190,0.05);
    margin-bottom: 30px;
}

h4.sidebar-title.upp {
    padding: 0;
    margin: 0;
}
.sidebar-title {
    font-size: 24px;
    color: #01101e;
    font-weight: 700;
    padding: 40px 0 30px;
}

ul.sidebar-menu {
    list-style: none;
}

ul.sidebar-menu li a {
    font-size: 17px;
    color: #888f99;
    font-weight: 400;
    border: 1px dashed #888f99;
    display: inline-block;
    padding: 12px 0px 11px 0;
    border-radius: 30px;
    margin: 30px 0 0;
    width: 100%;
    transition: .5s;
}

ul.sidebar-menu li a i {
    color: #888f99;
    font-size: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border: 1px solid #888f99;
    border-radius: 15px;
    text-align: center;
    margin: 0 5px 0 22px;
    transition: .5s;
}

ul.sidebar-menu li a span {
    float: right;
    margin-right: 30px;
}

ul.sidebar-menu li a:hover {
    color: #FF4802;
}

ul.sidebar-menu li a i:hover {
    color: #FF4802;
    border-color:#FF4802;
}

.blog-details-single-box {
    text-align: center;
    background: #fff;
    margin: 35px 0;
    padding: 35px 0 35px;
    border-radius: 5px;
    box-shadow: 10px 10px 57px rgba(16,84,200,0.05);
}

.blog-content.up {
    padding: 12px 0 0;
}

.blog-content.up a {
    font-size: 22px;
    font-weight: 600;
}

.blog-content p {
    font-size: 15px;
    line-height: 27px;
    color: #888f99;
    font-weight: 400;
    padding: 16px 0 10px;
}

.blog-details-icon a {
    font-size: 16px;
    color: #FF4802;
    display: inline-block;
    border: 1px dashed #FF4802;
    height: 40px;
    margin: 0 5px 0;
    transition: 0.5s;
    width: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
}

.blog-details-icon a:hover {
    background: #FF4802;
    color: #fff;
}

.widget-sidebar-box.up {
    background: #ffff;
    padding: 30px 30px 45px;
    border-radius: 5px;
    border-bottom: 30px;
}

.sidebar-title-left {
    font-size: 22px;
    color: #01101e;
    font-weight: 700;
    margin-bottom: 25px;
}

.tag-item {
    text-align: center;
}

.tag-item ul{
    list-style: none;
}

.tag-item ul li {
    display: inline-block;
}

.tag-item ul li a {
    display: inline-block;
    padding: 5px 19px;
    border: 1px dashed #FF4802;
    font-size: 15px;
    color: #656970;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: .5s;
}

.tag-item ul li a:hover {
    color: #F1F5F9;
    background-color: #FF4802;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog details Section Css -->
<!-- ============================================================== -->*/




/*<!-- ============================================================== -->
<!-- Start dream-hub team Section Css -->
<!-- ============================================================== -->*/

.team-section {
    padding: 120px 0;
}

.team-single-box {
    filter: drop-shadow(-2.27px -4.455px 30px rgba(242,242,242,0.5));
    background-color: #ffffff;
    text-align: center;
    padding: 36px 0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.team-single-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.team-single-thumb img {
    transition: 0.5s;
}

.team-single-thumb:hover {
    transform: scale(1.1);
}

.team-single-content {
    margin-top: 36px;
}

.team-single-content h4 {
    font-size: 24px;
    color: #01101e;
    font-weight: 500;
    text-align: center;
    transition: .5s;
}

.team-single-content h4:hover {
    color: #FF4802;
}

.team-single-content p {
    opacity: 0.800;
    font-size: 17px;
    color: #777777;
    font-weight: 400;
    text-align: center;
    margin: 6px 0 25px;
}

.team-single-icon a {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    color: #888888;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 30px;
    margin: 0 3px 0;
    transition: .5s;
}

.team-single-icon a:hover {
    background-color: #FF4802;
    color: #ffffff;
}

/*<!-- ============================================================== -->
<!-- End dream-hub blog Section Css -->
<!-- ============================================================== -->*/



/*===========================
<-- dream-hub 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;
    border: 2px solid #ffffff;
    border-top-color: #FF4802;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear #FF4802;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear #ffff;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 2px solid #FF4802;
    border-left-color: #ffffff;
    -webkit-animation: spin 2s linear #FF4802;
    -moz-animation: spin 2s linear #FFFFFF;
    -o-animation: spin 2s linear #FF4802;
    animation: spin 2s linear #FFFFFF;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2.5px solid #FFFFFF;
    border-right-color: #FF4802;
    -webkit-animation: spin 2.5s linear #ffff;
    -moz-animation: spin 2.5s linear #FF4802;
    -o-animation: spin 2.5s linear #ffffff;
    animation: spin 2.5s linear #FF4802;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

/*/ When page loaded /*/

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

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

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

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

/*
<!-- ============================================================== -->
<!--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(187, 247, 55, 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: #FF4802;
    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: #FF4802;
}

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

.prgoress_indicator svg path {
  fill: none;
}

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



