/*===============================================
Template Name: Dreamhub Business Company HTML5 Template
Author:  https://TemplateMonster/authors/drtheme
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
02.  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
=======================*/


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

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

.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 ._menu>ul>li>a {
    color: #101210;
}

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

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

/*  Menu Css*/
nav._menu {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 475px;
}

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

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

._menu>ul>li>a {
    display: inline-block;
    margin: 38px 12px;
    transition: .5s;
    color: #233253;
    font-size: 16px;
    font-weight: bold;
}

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

._menu>ul>li>a:hover {
    color: #00cc99;
}

._menu>ul>li>a.up {
    color: #00cc99;
}

/*menu button*/

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

.header-button a {
    padding: 15px 32px;
    overflow: hidden;
    background: #00cc99;
    border-radius: 5px;
    display: inline-block;
    transition: .5s;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: -50px;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    border-bottom: 56px solid #070707;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.header-button a:hover:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.header-button a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	border-bottom: 56px solid #070707;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: -1;
}

.header-button a:hover:after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%);
}

/*Style Two Nav Menu*/

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

.style-two ._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 
==========================***/

._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 #00cc99;
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.main_sticky {
    display: none;
}

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

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

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

.hero-section {
    background: url(/dist/images/slider-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1000px;
    position: relative;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content:before {
    position: absolute;
    content: "";
    right: 95px;
    top: 23%;
    width: 250px;
    height: 16px;
    background-color: #c6adfb;
    z-index: -1;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 70px;
    color: #070707;
    font-weight: 700;
    font-family: "DM Sans";
}

.hero-content p {
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
    font-family: "DM Sans";
    padding: 28px 0 22px;
}

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

.hero-button a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "DM Sans";
    border-radius: 5px;
    background-color: #00c49b;
    padding: 15px 32px;
    display: inline-block;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: -50px;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    border-bottom: 56px solid #070707;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.hero-button a:hover:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.hero-button a:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	border-bottom: 56px solid #070707;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: -1;
}

.hero-button a:hover:after {
	-webkit-transform: translateX(40%);
	transform: translateX(40%);
}

.video-icon-button {
    display: inline-block;
    margin-left: 15px;
}

.video-icon-button a i {
    display: inline-block;
    background: #070707;
    color: #ffff;
    height: 40px;
    line-height: 43px;
    width: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 22px;
    transition: .5s;
}


.video-icon-button a span {
    font-size: 18px;
    line-height: 24px;
    color: #070707;
    font-weight: 500;
    margin-left: 5px;
    transition: .5s;
}

.video-icon-button:hover i {
    background: #00c49b;
}

.video-icon-button:hover span {
    color: #00c49b;
}

.slider-content {
    padding: 37px 0 0px;
}

.slider-content h5 {
    font-size: 18px;
    color: #070707;
    font-weight: 700;
    display: inline-block;
    padding-right: 18px;
}

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

.star-icon i {
    font-size: 18px;
    color: #00c49b;
}

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

.rating-number{
    display: inline-block;
}

.rating-number h4 {
    font-size: 24px;
    color: #070707;
    font-weight: 700;
}

.rating-thumb{
    display: inline-block;
}

.slider-thumb img {
    float: right;
}

.slider-shape {
    right: 36%;
    bottom: 24%;
    position: absolute;
    animation: bounce1 5.0s infinite;
}

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

.slider-shape-two {
    position: absolute;
    right: 14%;
    top: 43%;
    animation: bounce 5.4s infinite;
}

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

/*section-title*/

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

.section-title.center-title {
    margin-bottom: 58px;
}

.section-title h1 {
    font-size: 44px;
    line-height: 52px;
    color: #070707;
    font-weight: 700;
    margin: 0;
}

p.section-dsc-1 {
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
    width: 50%;
    margin: auto;
    padding-top: 16px;
}

p.section-dsc-2 {
    width: 79%;
    margin: 25px 0 0;
}

/*
<!-- ============================================================== -->
<!-- Start  service Section Css -->
<!-- ============================================================== -->*/

.service-section {
    padding: 92px 0 0;
}
 
.section-title span{
    position: relative;
    z-index: 1;
}

.section-title span:before {
    position: absolute;
    content: "";
    right: 2%;
    top: 65%;
    width: 87px;
    height: 9px;
    background-color: #c6adfb;
    z-index: -1;
}

.single-service-box {
    filter: drop-shadow(0 0 10px rgba(7,7,7,0.05));
    text-align: center;
    background: #fff;
    padding: 45px 0 40px 0;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-content h3 {
    font-size: 25px;
    color: #070707;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 35px 0 17px;
    transition: .5s;
}

.service-content h3:hover {
    color: #ac86fc;
}

.service-content.up h3:hover {
    color: #02D8B2;
}

.service-content.uppper h3:hover {
    color: #FD92E4;
}

.service-content.uppe h3:hover {
    color: #38e8fc;
}

.service-content.upp h3:hover {
    color: #89c64c;
}

.service-content p {
    font-size: 17px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
    text-align: center;
    margin: 0 31px 0;
}

.service-button {
    padding-top: 20px;
}

.service-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.single-service-box:hover .service-button a {
    color: #03d8ab;
}

.service-button a:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #03d8ab;
    z-index: -1;
    transition: 0.5s;
}

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

.service-button.up a{
    position: relative;
    z-index: 1;
}

.service-button.up a::before{
    background: #ac86fc;
}

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

.single-service-box:hover .service-button.up a{
    color: #ac86fc;
}

.service-button.upper a{
    position: relative;
    z-index: 1;
}

.service-button.upper a::before{
    background: #FD92E4;
}

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

.single-service-box:hover .service-button.upper a{
    color: #FD92E4;
}

.service-section.up {
    padding: 120px 0;
}

/*
<!-- ============================================================== -->
<!-- End  service Section Css -->
<!-- ============================================================== -->*/

 


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

.about-section {
    padding: 120px 0 160px;
}

.about-section .section-title span:before {
    width: 158px;
    left: 0;
}

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

.about-shape {
    position: absolute;
    z-index: 1;
    bottom: -65px;
    left: 200px;
    animation: bounce2 5.50s infinite;
}

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

.about-shape2 {
    position: absolute;
    top: 32px;
    right: 130px;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
    transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    }
    }
    @keyframes alltuchtopdown{
    0%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
    50%{
    -webkit-transform:rotateX(0deg) translateY(-20px);
    -ms-transform:rotateX(0deg) translateY(-20px);
    transform:rotateX(0deg) translateY(-20px)
    }
    100%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
}


.about-shape3 {
    position: absolute;
    top: 37%;
    left: -20px;
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes rotateme {
    from {
    transform: rotate(0deg);
    }
    to {
    transform: rotate(360deg);
    }
    }
    @keyframes alltuchtopdown{
    0%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
    50%{
    -webkit-transform:rotateX(0deg) translateY(-20px);
    -ms-transform:rotateX(0deg) translateY(-20px);
    transform:rotateX(0deg) translateY(-20px)
    }
    100%{
    -webkit-transform:rotateX(0deg) translateY(0px);
    -ms-transform:rotateX(0deg) translateY(0px);
    transform:rotateX(0deg) translateY(0px)
    }
}

.p.section-dsc-2{
    float: left;
    width: 90%;
}

.about-box-icon {
    padding-bottom: 15px;
}

.single-box-list-items i {
    color: #03d8ab;
    font-size: 20px;
    margin-right: 12px;
}

.about-box-icon span {
    font-size: 18px;
    color: #848484;
    font-weight: 400;
}

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

.about-button a {
    font-size: 18px;
    color: #070707;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #03d8ab;
    padding: 14px 30px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

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

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

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

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




/*
<!-- ============================================================== -->
<!-- Start  mission Section Css -->
<!-- ============================================================== -->*/

.mission-section {
    padding: 92px 0 105px;
    background: url(/dist/images/mission-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mission-section .section-title {
    margin-bottom: 55px;
}

.mission-section .section-title span:before {
    width: 152px;
    left: 0;
}

.mission-section p.section-dsc-2 {
    width: 35%;
    margin: 10px 0 0;
}

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

.support-shape {
    position: absolute;
    bottom: -68px;
    right: 70px;
    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);
    }
  }


  .single-mission-box {
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 80px 35px 0 34px;
    position: relative;
    z-index: 1;
}

.single-mission-box:before {
    position: absolute;
    content: "";
    left: -30px;
    top: -35px;
    background-color: #ac86fc;
    opacity: 0.200;
    width: 117px;
    height: 117px;
    border-radius: 59px;
}

.mission-content h3 {
    font-size: 25px;
    color: #070707;
    font-weight: 700;
}

.mission-content p {
    font-size: 17px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
    width: 53%;
    margin: 16px 0 14px;
}

.mission-content span {
    font-size: 14px;
    color: #070707;
    font-weight: 500;
    transition: .5s;
}

.mission-content span:hover {
    color: #ac86fc;
}

.mission-thumb {
    float: right;
    margin-top: -195px;
}

/*---owl-nav----*/

.owl-nav {
    position: relative;
    z-index: 1;
}

.owl-prev {
    position: absolute;
    left: -6%;
    top: -11rem;
    background: #ffffff;
    color: #00c49b;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
}

.owl-next {
    position: absolute;
    right: -6%;
    top: -11rem;
    background: #ffffff;
    color: #00c49b;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
}

/*
<!-- ============================================================== -->
<!-- End  mission Section Css -->
<!-- ============================================================== -->*/



/*
<!-- ============================================================== -->
<!-- Start  mission Section Css -->
<!-- ============================================================== -->*/


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

.support-section .section-title span:before {
    position: absolute;
    content: "";
    right: -2%;
    top: 65%;
    width: 160px;
    height: 9px;
    background-color: #ac86fc;
    z-index: -1;
}

.support-section p.section-dsc-2 {
    width: 79%;
    margin: 20px 0 0;
}

.support-box-icon {
    padding-bottom: 15px;
}

.support-box-icon i {
    color: #03d8ab;
    font-size: 20px;
    margin-right: 12px;
}

.support-box-icon span {
    font-size: 18px;
    color: #848484;
    font-weight: 400;
}

.support-button {
    padding-top: 38px;
}

.support-button a {
    font-size: 18px;
    color: #070707;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #03d8ab;
    padding: 14px 30px;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

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

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

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

/*
<!-- ============================================================== -->
<!-- End  mission Section Css -->
<!-- ============================================================== -->*/




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


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

.single-feature-box {
    text-align: center;
    padding: 30px 0 28px;
    transition: .5s;
    margin-bottom: 30px;
}

.single-feature-box:hover {
    background: #ffff;
    box-shadow: 12px 13px 90px 0px rgba(0, 204, 153, 0.07);
    border-radius: 5px;
}

.feature-content h6 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 25px 0 12px;
    transition: .5s;
    color: #070707;
    font-weight: 700;
}

.single-feature-box:hover h6{
    color: #ac86fc;
}

.single-feature-box:hover .up h6{
    color: #00cc99;
}

.single-feature-box:hover .upper h6{
    color: #ff6ed7;
}

.feature-content p {
    width: 45%;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    color: #525252;
    font-weight: 400;
    text-align: center;
}

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





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

.blog-section {
    padding: 120px 0;
    background: url(/dist/images/blog-bg.png);
    background-size: cover;
    background-position: center center;
}

.blog-section .section-title {
    margin-bottom: 65px;
}

.blog-section .section-title span:before {
    position: absolute;
    content: "";
    right: 2%;
    top: 65%;
    width: 184px;
    height: 9px;
    background-color: #c6adfb;
    z-index: -1;
}

.blog-section p.section-dsc-2 {
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
    width: 74%;
    margin-top: 15px;
}

.blog-button {
    text-align: right;
    margin-top: 128px;
}

.blog-button a {
    display: inline-block;
    border: 1px solid #00cc99;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 18px;
    color: #070707;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

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

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

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

.single-blog-box {
    margin-bottom: 30px;
}

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

.blog-thumb img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

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

.blog-thumb:hover:before {
    width: 100%;
    left: 0;
    opacity:0.2;
}

.blog-content {
    padding: 15px 35px 12px 30px;
    border: 1px solid #00cc99;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.blog-meta-date a {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    transition: .5s;
    float: left;
    margin-right: 70px;
    position: relative;
    z-index: 1;
}

.blog-meta-date a:before {
    position: absolute;
    content: "";
    left: 110px;
    top: 0;
    height: 22px;
    width: 1px;
    background: #9f9393;
}

.blog-meta-date a:hover {
    color: #00cc99;
}

.blog-meta-date i {
    font-size: 12px;
}

.blog-meta-date h6 span {
    font-size: 14px;
    color: #525252;
    display: inline-block;
    padding: 6px 0 0;
}

.blog-meta-date h6 i {
    padding-right: 5px;
}

.blog-title h3 a {
    font-size: 24px;
    color: #070707;
    font-weight: 700;
    padding: 10px 0 11px;
    display: inline-block;
    transition: .5s;
}

.blog-title h3 a:hover {
    color: #00cc99;
}

.blog-title p {
    font-size: 16px;
    line-height: 26px;
    color: #525252;
    font-weight: 400;
}

.blog-title {
    padding-bottom: 6px;
}

.blog-icon {
    display: inline;
}

.blog-icon i {
    font-size: 16px;
    color: #525252;
    padding-right: 6px;
    display: inline-block;
}

.blog-icon p {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    display: inline-block;
}

.blog-icon p span{
    color: #00cc99;
}

.blog-icon.up {
    padding-left: 100px;
}

.blog-icon.right {
    float: right;
}

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





/*
<!-- ============================================================== -->
<!-- Start  contact Section Css -->
<!-- ============================================================== -->*/

.call-to-action-section {
    padding: 77px 0;
    position: relative;
    z-index: 1;
}

.call-to-action-content h1 span {
    position: relative;
    z-index: 1;
}

.call-to-action-content h1 span:before {
    position: absolute;
    content: "";
    right: 4%;
    top: 65%;
    width: 265px;
    height: 15px;
    background-color: #c6adfb;
    z-index: -1;
}

.call-to-action-content h1 {
    font-size: 72px;
    line-height: 68px;
    color: #070707;
    font-weight: 700;
    text-align: center;
}

.call-to-action-icon {
    display: inline-block;
    margin: 45px 30px 28px;
}

.call-to-action-icon i {
    height: 18px;
    width: 18px;
    line-height: 18px;
    border: 1px solid #070707;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    color: #070707;
    font-size: 12px;
}

.call-to-action-icon span {
    font-size: 16px;
    color: #525252;
    font-weight: 500;
    padding-left: 5px;
}

.call-to-action-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    background: #00cc99;
    padding: 15px 32px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.call-to-action-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;
}

.call-to-action-button a:hover:before {
    transform: scale(1);
}

.call-to-action-button a:hover{
    color: #ffff;
}

.call-to-action-shape {
    position: absolute;
    top: 7rem;
    left: 12%;
    animation: bounce0 5.0s infinite;
}

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


.call-to-action-shape2 {
    position: absolute;
    right: 22rem;
    top: 25%;
    animation: bounce01 5.50s infinite;
}

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

.call-to-action-shape3 {
    position: relative;
    bottom: -3px;
    left: 50px;
    animation: movebounce0 5.00s infinite;
}

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


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





/*
<!-- ============================================================== -->
<!-- Start  contact Section Css -->
<!-- ============================================================== -->*/

.footer-section {
    padding: 0 0 80px;
    background: #ffffff;
}

.footer-widget-description p {
    font-size: 17px;
    line-height: 26px;
    color: #525252;
    font-weight: 400;
    padding-top: 35px;
}

.footer-widget-title h3 {
    font-size: 20px;
    color: #070707;
    font-weight: 500;
}

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

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

.footer-widget-menu ul li {
    padding: 0 0 16px;
}

.footer-widget-menu ul li a {
    font-size: 17px;
    color: #525252;
    font-weight: 400;
    display: inline-block;
    transition: .5s;
}

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

.footer-widget-menu ul li span {
    font-size: 17px;
    line-height: 26px;
    color: #525252;
    font-weight: 400;
}

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





/*
<!-- ============================================================== -->
<!-- Start  copyright Section Css -->
<!-- ============================================================== -->*/

.copyright-section {
    background-color: #f1fdf8;
    padding: 38px 0 20px;
}

.copyright-description p {
    font-size: 17px;
    color: #525252;
    font-weight: 400;
    text-align: center;
}

.copyright-description p span {
    color: #00cc99;
    font-size: 12px;
}

/*
<!-- ============================================================== -->
<!-- End  copyright Section Css -->
<!-- ============================================================== -->*/





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

.breadcumb-area {
    padding: 120px 0;
    background: url(/dist/images/blog-bg.png);
    background-size: cover;
    background-position: center center;
    height: 480px;
    margin-bottom: -2px;
}

.breadcumb-title h1 {
    font-size: 44px;
    color: #070707;
    font-weight: 700;
    text-align: center;
}

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





/*
<!-- ============================================================== -->
<!-- Start  faq Section Css -->
<!-- ============================================================== -->*/

.faq-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.faq-section .section-title span:before {
    right: 2%;
    top: 64%;
    width: 142px;
    height: 10px;
    background-color: #c6adfb;
}

.faq-section p.section-dsc-2 {
    width: 60%;
    margin: 6px 0 0;
    font-size: 17px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
}

ul.accordion {
    filter: drop-shadow(0px 3px 12.5px rgba(7,7,7,0.05));
    background-color: #ffffff;
    padding: 40px 10px 60px;
    border-radius: 10px;
}

.faqs-section .section-title {
    padding: 0 0 60px;
}

p.center {
    width: 65%;
    margin: auto;
    padding: 26px 0 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}
 
.accordion li:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 32px;
    height: 1px;
    width: 90%;
    background: black;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 14px 20px 14px 30px;
    border-radius: 5px;
    z-index: 1;
    font-size: 17px;
    line-height: 28px;
    color: #070707;
    font-weight: 700;
}

.accordion li p {
    display: none;
    padding: 25px 20px 25px 30px;
    margin: 0;
    backdrop-filter: blur(1.9px);
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    font-size: 17px;
    color: #525252;
    font-weight: 400;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #070707;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #070707;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

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

.accordion a.active:before{
  display: none;
}

.faq-shape {
    animation: bounce0 4.0s infinite;
    position: absolute;
    top: 68px;
    left: 11%;
}

.faq-shape2 {
    animation: movebounce0 5.00s infinite;
    position: absolute;
    bottom: 90px;
    left: 41%;
}

.faq-shape3 {
    animation: movebounce0 5.50s infinite;
    position: absolute;
    left: 14%;
    bottom: 115px;
}

.faq-shape4 {
    animation: bounce0 5.50s infinite;
    position: absolute;
    top: 40px;
    right: 33%;
}

.faq-shape5 {
    animation: bounce0 5.0s infinite;
    position: absolute;
    right: 13%;
    bottom: 50px;
}

/*
<!-- ============================================================== -->
<!-- End  faq Section Css -->
<!-- ============================================================== -->*/





/*
<!-- ============================================================== -->
<!-- Start contact Css -->
<!-- ============================================================== -->*/

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

.row.up {
    filter: drop-shadow(0 0 10px rgba(15,15,15,0.08));
    background-color: #ffffff;
    padding: 45px 0 60px 40px;
    border-radius: 10px;
}

.form-content h4 {
    font-size: 16px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
}

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

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

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

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

.submit-button button {
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "DM Sans";
    text-align: center;
    background-color: #070707;
}
    
.contact-box {
    margin-left: 58px;
}

.contact-icon-left {
    float: left;
    padding: 2px 15px 0 0;
}


.contact-icon-left i {
    color: #070707;
    font-size: 22px;
}

.contact-content h3 {
    font-size: 24px;
    color: #070707;
    font-weight: 700;
}

.contact-content p {
    font-size: 18px;
    line-height: 28px;
    color: #525252;
    font-weight: 400;
    margin: 0 0 78px 40px;
    padding-top: 5px;
}

/*
<!-- ============================================================== -->
<!-- End cotatc Css -->
<!-- ============================================================== -->*/





/*
<!-- ============================================================== -->
<!-- Start  team section Css -->
<!-- ============================================================== -->*/

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

.team-box {
    text-align: center;
    margin-top: 75px;
}

.team-box:hover .team-social-icon{
    bottom: 0;
}

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

.team-thumb img {
    border-radius: 10px;
}

.team-social-icon {
    margin: 0 5px 0;
    background-color: #ffffff;
    padding: 12px 0;
    filter: drop-shadow(0px -30px 12.5px rgba(7,2,2,0.2));
    border-radius: 5px 5px 0 0;
    transition: .5s;
    position: absolute;
    left: 105px;
    bottom: -65px;
}

.team-social-icon a {
    font-size: 14px;
    color: #888f99;
    text-align: center;
    padding: 0 12px 0;
    transition: .5s;
}

.team-content {
    background: #ffff;
    padding: 178px 0 34px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -150px;
}

.team-content a {
    font-size: 24px;
    color: #01101e;
    font-weight: 500;
    font-family: "Work Sans";
    text-align: center;
    margin: 0;
    transition: .5s;
}

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

.team-box:hover .team-content a{
    color: #00cc99;
}

.team-box:hover .team-social-icon a {
    color: #00cc99;
}

.team-area .owl-dots {
    text-align: center;
    margin-top: 44px;
}

/*
<!-- ============================================================== -->
<!-- End  team 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: 20px 20px 0 0;
    box-shadow: 0px 10px 25px rgba(10,81,200,0.05);
    background: #ffff;
}

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

.blog-content-right {
    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: #00cc99;
}

.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: #00cc99;
}

.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: #00cc99;
    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: #00cc99;
    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: #00cc99;
}

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

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

.blog-details-comment-reply a {
    background: #00cc99;
    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: #00cc99;
}

.widget_search {
    background: #ffff;
    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: #00cc99;
    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;
    object-fit: cover;
}

h4.sidebar-title {
    padding: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
}

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

.rpost-content h4 a {
    font-size: 17px;
    font-weight: 500;
    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: #ffff;
    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: #00cc99;
}

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

.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: 16px;
    line-height: 27px;
    color: #888f99;
    font-weight: 400;
    padding: 16px 0 10px;
}

.blog-details-icon a {
    font-size: 16px;
    color: #00cc99;
    display: inline-block;
    border: 1px dashed #00cc99;
    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: #00cc99;
    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 #00cc99;
    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: #00cc99;
}

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





/*===========================
<--  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: 4px solid #00cc99;
    border-top-color: #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear #00cc99;
    -o-animation: spin 1.5s linear #ffffff;
    animation: spin 1.5s linear #00cc99;
}

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

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

/*/ 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: #00cc99;
    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: #00cc99;
}

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

.prgoress_indicator svg path {
  fill: none;
}

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

.logo img {
    height: 40px;
}

.pagination {
    justify-content: center;
}

.page-link,.page-item.disabled .page-link {
    background: transparent;
    border: 1px solid #1fcc9a;
}

.page-item.active .page-link {
    background: #00cc99;
    border-color: #00cc99;
}

.blog-content-left img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .breadcumb-area {
        padding: 120px 0 66px;
        height: auto;
    }

    .breadcumb-title h1 {
        font-size: 28px;
    }
}