/*===============================================
Template Name: dreamhub - Transport & Logistics HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: dreamhub
Tags:   delivery company, grid, logistics, moving, moving company, shipping, courier, shipping company, storage, transport, transport company, warehouse.
================================================*/


/*TABLE OF CONTENTS*/


/*=====================
01. dreamhub Header Top Menu Area Css
02. dreamhub Nav Menu Area Css 
03. dreamhub hero Area Css
04. dreamhub Breadcumb Area Css
05. dreamhub service Area Css
06. dreamhub service-details-Area Css
07. dreamhub Section Title Css
08. dreamhub About Area Css
09. dreamhub pricing Area Css
10. dreamhub brand-area Css
11. dreamhub consultation Area Css
12. dreamhub testimonial Area Css
13. dreamhub footer-Area Css
14. dreamhub contact Area Css
15. dreamhub faq Area Css
16. dreamhub blog-grid Area Css
17. dreamhub blog-list Area Css
18. dreamhub blog-2column Area Css
19. dreamhub blog-details Area Css
20. dreamhub team Area Css
21. dreamhub protfolio Area Css
22. dreamhub protfolio-details Area Css

=======================*/


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


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

.jmBtn{
    background-image: url(../home/ma.png);
    background-repeat:repeat-x;
    padding: 0 5px;
    border: 0;
    width: 50px;
    height: 60px;
    position: fixed;
    z-index: 1;
    bottom: 500px;
    right: 0px;
    text-align: center;
}

.ma{
    background-image: url(../home/jm.jpg);
    background-repeat:repeat-x;
    display: none;
    padding: 0 5px;
    border: 0;
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 1;
    bottom: 480px;
    right: 45px;
    text-align: center;
}


.jmText{
    width: 100%;
    position:absolute; 
    bottom:0px; 
    left: 0px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
    text-align: center;
    color: #777777;
}

#v2{
    width: 100%;
}

.theBtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shortText{
    text-align: center;
    font-weight: 600;
    font-family: "Rajdhani";
    color: #361C00;
}

#theIframe{
    width: 100%;
    height: 500px;
}

.dreamhub_nav_manu {
    padding: 0 100px;
    margin-bottom: -102px;
    position: relative;
}

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

.sticky .logo {
    margin-top: 0;
}

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


/* dreamhub Menu Css*/

nav.dreamhub_menu {
    text-align: right;
}

.dreamhub_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

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

.dreamhub_menu>ul>li>a {
    display: block;
    margin: 36px 18px 22px;
    -webkit-transition: .5s;
    font-family: SimHei;
    font-size: 16px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
}

nav.dreamhub_menu ul li a i {
    display: inline-block;
    font-size: 11px;
    padding-left: 6px;
}

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

.dreamhub_menu>ul>li>a:hover {
    /* color: #361C00; */
    opacity: 0.7;
}

.sticky .dreamhub_menu>ul>li>a:hover {
    /* color: #361C00; */
    opacity: 0.7;
}


/*** Sub Menu Style ***/

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

.dreamhub_menu ul li:hover>.sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 9999;
}

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

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

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


/* sub menu 2 */

.dreamhub_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.dreamhub_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 3 */

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

.dreamhub_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.dreamhub_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}


/* sub menu 4 */

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

.dreamhub_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.dreamhub_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

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

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

.main_sticky {
    display: none;
}

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

.sticky .dreamhub_menu li a {
    color: #361C00;
}

.dreamhub_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.dreamhub_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

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

.header-search-btn {
    display: inline-block;
}

.header-search-btn a i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: -123px;
}

.header-btn {
    display: inline-block;
    margin-left: 136px;
}

.header-btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #FF6900;
    border-radius: 5px;
    padding: 11px 42px 11px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

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

.sticky .header-btn a::before {
    background: #fff;
    border-radius: 0;
}

.sticky .header-btn a {
    border: 1px solid #fff;
    color: #fff;
}

.sticky .header-btn a:hover {
    color: #FFD800;
}

.header-btn a:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.header-btn a:hover {
    color: #FFD800;
}

.style-two .header-btn a {
    color: #CD1345;
    border: 1px solid #fff;
}

.style-two .header-btn a {
    background: none;
    color: #fff;
}

.style-two .header-btn a:hover {
    color: #CD1345;
}

.style-two .header-btn a::before {
    border-radius: 0;
}


/*=====================================
<--  start dreamhub hero Area Css -->
=======================================*/

.hero-area {
    background: url(../image/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 950px;
}

.hero-thumb {
    margin-top: 60px;
}

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

.hero-shape {
    position: absolute;
    bottom: 7%;
    z-index: -1;
    left: 0;
}

.hero-shape1 {
    position: absolute;
    top: 16%;
    right: -48%;
}

.hero-contant {
    margin-top: 45px;
}

.hero-shape2 {
    position: absolute;
    right: -47%;
    bottom: 5%;
}

.hero-shape3 {
    position: absolute;
    bottom: 0;
    right: -85%;
}

.hero-contant h1 {
    font-size: 60px;
    color: #fefefe;
    font-family: Rajdhani;
    font-weight: 700;
    margin: 0;
    line-height: 70px;
}

.hero-contant h1::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 4%;
    background: #FFD800;
    top: 31%;
}

.hero-contant h2 {
    font-size: 60px;
    color: #fefefe;
    font-family: Rajdhani;
    font-weight: 700;
    margin: 0;
    line-height: 70px;
}

span.headline-color {
    color: #FFD800;
}

.hero-contant p {
    font-size: 16px;
    font-weight: 400;
    color: #fefefe;
    width: 84%;
    margin: 0;
    padding: 9px 0 22px;
}

.hero-btn a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    background: #FFD800;
    padding: 14px 45px 13px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

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

.hero-btn a:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.hero-btn a:hover {
    color: #FFD800;
}


/*=====================================
<--  end dreamhub hero Area Css -->
=======================================*/


/*=====================================
<--  start dreamhub section-title Area Css -->
=======================================*/

.section-title.t-left {
    margin-bottom: 31px;
}

.service-area .section-title.t-left {
    margin-bottom: 15px;
}

.faq-area .section-title.text-center {
    margin-bottom: 10px;
}

.section-sub-title h5 {
    color: #ce2150;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 28px;
    margin-bottom: 16px;
}

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

.team-area .section-title.text-center {
    margin-bottom: 37px;
}

.section-main-title h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #232323;
    margin: 0;
    line-height: 60px;
}

.section-main-title h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #232323;
    margin: 0;
    line-height: 60px;
    position: relative;
}

.section-title-desc p {
    font-size: 18px;
    line-height: 35px;
    color: #454545;
    font-weight: 400;
    font-family: "Roboto";
    width: 87%;
    margin: 0;
    padding: 32px 0 0;
}

.service-area .section-title-desc p {
    width: 86%;
    padding: 0 0 0;
    padding-top: 20px;
    
}

.section-main-title h2::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 77px;
    background: #FFD800;
    bottom: 0;
}

.section-main-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(77px);
    }
}

.section-title.text-center .section-main-title h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 77px;
    background: #FFD800;
    bottom: -16px;
}

.section-title.text-center .section-main-title h2:after {
    content: '';
    position: absolute;
    left: -6%;
    right: 0;
    margin: auto;
    bottom: -19px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}


/*=====================================
<--  start dreamhub about Area Css -->
=======================================*/

.about-area {
    padding: 30px 0 0;
    margin-top: 30px;
}

.row.about {
    position: relative;
    /* border-bottom: 1px solid #E5E5E5; */
    padding: 0 0 10px 0;
}

.about-shape {
    position: absolute;
    top: 4%;
    left: -3%;
}

.about-single-box {
    background: #FCF1F5;
    width: 87%;
    padding: 25px 25px 25px;
    position: relative;
    z-index: 1;
    margin-top: 28px;
}

.about-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1%;
    background: #FFD800;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

h3.about-title {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #232323;
    margin-bottom: 7px;
    transition: .5s;
}

p.about-desc {
    color: #454545;
    font-size: 16px;
    line-height: 28px;
    width: 90%;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}

.dreamhub-btn a {
    display: inline-block;
    text-decoration: none;
    color: #361C00;
    background: #FFD800;
    font-size: 15px;
    padding: 13px 35px 13px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.dreamhub-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(.2, 1);
    transition: .5s;
    border-radius: 5px;
}

.dreamhub-btn a:hover:before {
    opacity: 1;
    transform: scale(1);
    border: 1px solid #FFD800;
}

.dreamhub-btn a:hover {
    color: #FFD800;
}

.about-single-box:hover h3.about-title {
    color: #361C00;
}

.about-single-box:hover p.about-desc {
    color: #361C00;
}

.about-single-box:hover::before {
    width: 100%;
}


/*=====================================
<--  end dreamhub about Area Css -->
=======================================*/


/*=====================================
<--  start dreamhub protfolio Area Css -->
=======================================*/

.protfolio-area {
    padding: 60px 0 10px;
}

.protfolio-single-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

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

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

.protfolio-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    background: #FFD800;
    transition: .5s;
    opacity: 0;
}

.protfolio-content {
    padding: 0 30px 0;
    position: absolute;
    width: 100%;
    bottom: -59px;
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

h5.protfolio-text {
    color: #fefefe;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 9px;
}

h3.protfolio-title a {
    color: #fefefe;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
}

.protfolio-area .dreamhub-btn {
    text-align: center;
    margin-top: 30px;
}

.protfolio-area .dreamhub-btn a {
    padding: 13px 23px 13px;
}

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

.protfolio-single-box:hover .protfolio-content {
    margin-bottom: 75px;
    opacity: 1;
}


/*=====================================
<--  start dreamhub service Area Css -->
=======================================*/

.service-area {
    padding: 60px 0 50px;
    position: relative;
    z-index: 1;
    margin: 0 115px 0;
    border-radius: 5px;
    margin-bottom: -60px;
}

.service-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFFCEC;
    z-index: -1;
    border-radius: 5px;
    left: 0;
    top: 0;
}

p.desc {
    font-size: 16px;
    width: 86%;
    padding: 0 0 14px;
}

.service-single-box {
    background: #fff;
    text-align: center;
    padding: 40px 0 54px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

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

.service-single-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 101%);
    transform: scale(0);
    transform-origin: top right;
    background: linear-gradient(-86deg, #FFD800 0%, #FFD800 100%);
    pointer-events: none;
    transition: .5s;
    opacity: .5;
    z-index: -1;
    height: 100%;
}

.service-single-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0% 0%, 0% 100%, 101% 100%);
    transform: scale(0);
    transform-origin: bottom left;
    background: linear-gradient(-86deg, #FFD800 0%, #FFD800 100%);
    pointer-events: none;
    transition: .5s;
    z-index: -1;
    opacity: 0.5;
}

.service-icon {
    margin-bottom: 27px;
}

span.service-text {
    font-size: 22px;
    display: inline-block;
    color: #454545;
    font-weight: 500;
    letter-spacing: 1px;
    transition: .5s;
}

h3.service-title {
    font-size: 22px;
    color: #454545;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0;
    transition: .5s;
}

.service-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.service-area .dreamhub-btn a {
    font-size: 16px;
    padding: 13px 41px 13px;
}

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

.service-single-box:hover:before {
    opacity: 1;
    transform: scale(1);
}

.service-single-box:hover:after {
    opacity: 1;
    transform: scale(1);
}

.service-single-box:hover span.service-text {
    color: #fff;
}

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


/*=====================================
<--  end dreamhub service Area Css -->
=======================================*/


/*=====================================
<--  start dreamhub consultation Area Css -->
=======================================*/

.consultation-area {
    z-index: 1;
    position: relative;
}

.row.consultation {
    background: #FFD800;
    padding: 68px 95px 66px 46px;
}

.consultation-single-box {
    display: flex;
    position: relative;
}

.consultation-single-box::before {
    position: absolute;
    content: "";
    height: 80px;
    width: 1px;
    background: #fff;
    right: 25px;
    top: -11px;
}

.consultation-content {
    margin: 0 0 0 28px;
}

h5.consultation-title {
    color: #ffd6d6;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

span.consultation-text {
    font-size: 36px;
    color: #fdfdfd;
    font-weight: 400;
}

.consultation-desc p {
    margin: 0;
    font-size: 16px;
    color: #ffd6d6;
    width: 91%;
}

.consultation-area .dreamhub-btn {
    text-align: right;
}

.consultation-area .dreamhub-btn a {
    border: 1px solid #fff;
}

.consultation-area .dreamhub-btn a::before {
    border-radius: 0;
}

.consultation-area .dreamhub-btn a:hover:before {
    border: none;
}


/*=====================================
<--  end dreamhub consultation Area Css -->
=======================================*/


/*=====================================
<--  start dreamhub team Area Css -->
=======================================*/

.team-area {
    padding: 100px 0 10px;
}

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

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

.team-thumb img {
    border: 4px solid #FFD800;
    width: 100%;
    transition: .5s;
    overflow: hidden;
    border-radius: 4px;
}

.team-social-icon {
    position: absolute;
    top: 46%;
    right: -22px;
    z-index: 1;
    background: #fff;
    padding: 36px 19px;
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}

.team-social-icon a i {
    display: inline-block;
    color: #CF2250;
    font-size: 17px;
}

.team-social-icon ul {
    padding: 0;
    margin: 0;
}

.team-social-icon ul li {
    list-style: none;
    padding-top: 4px;
}

.team-content2 {
    text-align: center;
    position: relative;
    color: #361C00;
    font-size: 18px;
    font-weight: 600;
    font-family: SimHei; 
    margin-top: -292px;
    padding: 276px 0 35px;
    border-radius: 5px;
    z-index: -1;
}

.team-content {
    text-align: center;
    background: #DDDDDD;
    position: relative;
    margin-top: -292px;
    padding: 276px 0 35px;
    border-radius: 5px;
    z-index: -1;
}

.team-content::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #FFD800;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}

h3.team-title {
    font-size: 22px;
    color: #361C00;
    margin-bottom: 7px;
    font-weight: 500;
    transition: .5s;
}

span.team-text {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    transition: .5s;
}

.team-single-box:hover .team-social-icon {
    opacity: 1;
    right: 9%;
}

.team-single-box:hover .team-content:before {
    opacity: 1;
    height: 100%;
}

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

.team-single-box:hover span.team-text {
    color: #fff;
}

.team-single-box:hover .team-thumb img {
    border: 4px solid #fefefe;
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1);
}


/*=====================================
<--  end dreamhub team Area Css -->
=======================================*/


/*=====================================
<--  start dreamhub testimonial Area Css -->
=======================================*/

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

.testimonial-icon {
    position: relative;
}

.testimonial-icon::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 77px;
    background: #fff;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

.testimonial-icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -27px;
    height: 10px;
    right: 5%;
    margin: auto;
    width: 10px;
    border-radius: 50%;
    background: #FFD800;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(77px);
    }
}

.testimonial-area .owl-carousel .owl-item img {
    display: inline-block;
}

.testimonial-center {
    text-align: center;
}

.testimonial-desc p {
    font-size: 35px;
    font-style: italic;
    color: #fff;
    font-weight: 200;
    line-height: 48px;
    width: 70%;
    margin: auto;
    padding: 75px 0 23px;
}

h3.testi-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}

span.testi-user {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

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

.testimonial-content {
    display: inline-block;
    position: relative;
    top: 17px;
    left: 24px;
    text-align: left;
}


/*=====================================
<--  end dreamhub testimonial Area Css -->
=======================================*/


/*=====================================
<--  start dreamhub blog Area Css -->
=======================================*/

.bolg-area {
    padding: 30px 0 120px;
}

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

.blog-single-box {
    position: relative;
    margin-bottom: 100px;
}

.bolg-thumb {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bolg-thumb img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}


.bolg-content2 {
    background: #fff;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.1));
    width: 100%;
    height: 40%;
    margin: auto;
    padding: 20px 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25%;
    transition: .5s;
}



.bolg-date2 {
    display: inline-block;
    font-size: 14px;
}

.blog-single-box:hover .bolg-content2 {
    background: #fff;
}


.bolg-desc2{
    font-weight: 600;
    font-size: 20px;
}

.bolg-content {
    background: #fff;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.1));
    width: 100%;
    margin: auto;
    padding: 20px 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -10%; */
    transition: .5s;
}

.bolg-content3{
    background: #fff;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.1));
    width: 100%;
    margin: auto;
    padding: 20px 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -10%; */
    transition: .5s;
}

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

.bolg-icon i {
    display: inline-block;
    font-size: 16px;
    color: #FFD800;
    margin-right: 6px;
    transition: .5s;
}

.bolg-date {
    display: inline-block;
}

.bolg-date span {
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
}

h4.bolg-title {
    margin: 0;
}

h4.bolg-title a {
    font-size: 22px;
    font-weight: 700;
    color: #232323;
    font-family: 'Rajdhani';
    line-height: 28px;
    margin: 0;
    padding: 6px 0 5px;
    transition: .5s;
    display: inline-block;
    text-decoration: none;
}

p.bolg-desc {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto";
    opacity: 0;
    margin: -15px 0;
    transition: .5s;
}

.bolg-area .dreamhub-btn {
    text-align: center;
    margin-top: 113px;
}

.bolg-area .dreamhub-btn a {
    padding: 13px 49px 13px;
}

.blog-single-box:hover .bolg-content {
    background: #FFF;
    /* padding: 28px 27px 30px; */
}

.blog-single-box:hover p.bolg-desc {
    opacity: 1;
    margin: 0 0;
}

.blog-single-box:hover .bolg-icon i {
    color: #361C00;
}

.blog-single-box:hover h4.bolg-title a {
    color: #361C00;
}

.blog-single-box:hover p.bolg-desc {
    color: #361C00;
}

.blog-single-box:hover .bolg-date span {
    color: #361C00;
}

.blog-single-box:hover .bolg-thumb img {
    transform: scale(1.1);
}


/*=====================================
<--  start dreamhub footer-area Css -->
=======================================*/

.footer-area {
    background: #FFD800;
    padding: 50px 0 0;
    border-bottom: 1px solid #FFFFFF33;
}

.footer-widget-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px 0 18px;
    line-height: 28px;
}

.footer-widget-social i {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    margin-right: 17px;
}

.widget-title h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.footer-widget.left ul {
    padding: 0;
}

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

.footer-widget.left ul li a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 9px;
}

.footer-widget.left ul li a i {
    display: inline-block;
    font-size: 14px;
    margin-right: 14px;
    float: left;
    text-align: center;
    line-height: 30px;
}

.footer-widget.link ul {
    padding: 0;
}

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

.footer-widget.link ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.footer-widget-quick-contact ul {
    padding: 0;
}

.footer-widget-quick-contact ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 28px;
}

.footer-logo {
    text-align: center;
    padding: 58px 0 0;
}

.footer-copyright-text {
    text-align: center;
}


/*=====================================
<--  end dreamhub footer-area Css -->
=======================================*/


/*=====================================
<--  start dreamhub copyright-area Css -->
=======================================*/

.copyright-area {
    background: #FFD800;
}

.footer-copyright-text p {
    color: rgb(122, 122, 122);
    font-size: 14px;
}


/*=====================================
<--  end dreamhub copyright-area Css -->
=======================================*/


/*=====================================
<--  start dreamhub breatcome-area Css -->
=======================================*/

.breatcome-area {
    background: url(../image/breatcome-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.breatcome-area2{
    background: url(../image/breatcome-bg2.png);
    background-color: #FFD700;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    /* height: 100%; */
}


.breatcome-content {
    margin-top: 500px;
}

.breatcome-title h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.breatcome-text ul {
    padding: 0;
    display: none;
}

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

.breatcome-text ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    transition: .5s;
}

.breatcome-text ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.breatcome-text ul li a:hover {
    color: #CD1345;
}


/*============================
	blog-details-area-start
==============================*/

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

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

.single-blog-details .blog-content {
    overflow: hidden;
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}

.blog-area.blog-details-area .blog-content {
    overflow: hidden;
    padding: 38px 45px 45px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.blog-meta span {
    margin-right: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #646464;
    position: relative;
    font-weight: 400;
}

.blog-meta span::before {
    content: "";
    background: #e0e1fc;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -28px;
    top: 10px;
    border-radius: 50%;
}

.blog-meta a {
    margin-right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #646464;
    position: relative;
    font-weight: 400;
}

.blog-area.blog-details-area .blog-meta {
    text-align: left;
    margin-bottom: 23px;
}

.blog-area.blog-details-area .single-blog-list.Categories {
    padding: 33px 21px 8px 28px;
}

.single-blog.blog-grid {
    margin: 0 0 30px 0;
    box-shadow: none;
}

.blog-details-inner h3 {
    font-size: 30px;
    margin: 17px 0 10px 0;
}

.blog-dtls-desc {
    border-left: 4px solid #FFD800;
    background: 0 0;
    position: relative;
    background-color: #edf0f2;
    padding: 24px 39px 24px 37px;
    margin: 0 0 31px 0;
}

.blog-dtls-desc p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 7px;
    color: #FFD800;
}

.blog-details-social-icon {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    text-align: left;
}

.blog-details-social-icon a i {
    border: 1px solid #e6e6e6;
    color: #FFD800;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    transition: 0.5s;
}

button i {
    font-size: 15px;
    padding-left: 4px;
    font-weight: 400;
}

.blog-details-social-icon a i:hover {
    background: #FFD800;
    border-color: #FFD800;
    color: #fff;
}


/*============================
	blog-details-area-end
==============================*/


/*============================
	blog-list-area-start
==============================*/

.blog-list-left {
    margin-bottom: 40px;
    padding: 45px 30px 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
}

.blog-area.blog-list .blog-meta {
    text-align: left;
}

.blog-form-field {
    display: block;
    position: relative;
    width: 90%;
}

label {
    color: #616161;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
}

p.blog-submit-button {
    color: #fff;
    border-radius: 3px;
    border: initial;
    position: absolute;
    padding: 0;
    right: -30px;
    top: 0;
}

.blog-list-left input[type="submit"] {
    color: #fff;
    border-radius: 3px;
    border: 1px solid #FFD800;
    background: #FFD800;
    padding: 8px 15px;
}

.blog-list-left input[type="email"] {
    padding: 9px;
    border-radius: 8px;
    flex-grow: 1;
    min-width: 3em;
    color: #616161;
    border: 1px solid #ced4da;
    font-size: inherit;
    font-family: inherit;
    width: 76% !important;
    line-height: inherit;
}

.blog-list-left .blog-form-field input[type="email"]:focus {
    outline: 0;
    border: 1px solid #ced4da;
}

.single-blog-list {
    margin-bottom: 40px;
    border-radius: 8px;
    background: #fff;
    transition: 0.5s;
    border: 1px solid #e6e6e6;
}

.single-blog-list.single-widget {
    padding: 37px 21px 0 28px;
}

.single-blog-list.Categories {
    padding: 25px;
}

.single-blog.list {
    margin-bottom: 40px;
}

.single-widget-item h2.widget-title {
    color: #232323;
    display: block;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
}

.single-widget-item h2.widget-title:before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}

.single-widget-item h2.widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FFD800;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(88px);
    }
}

.recent-post-item ul {
    padding: 0;
}

.recent-post-item ul li {
    list-style: none;
}

.recent-post-item ul li a {
    color: #616161;
    font-weight: 400;
    transition: 0.3s;
    text-decoration: none;
}

.single-blog-list .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
    margin-top: 0;
    overflow: hidden;
}

.recent-post-item:last-child {
    border-bottom: 0;
}

.recent-post-thumb {
    margin: 0 25px 0 0;
}

.recent-post-thumb a {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 17px;
}

.recent-post-thumb img {
    border-radius: 5px;
    height: 80px;
    width: 80px;
}

.recent-post-text .rcomment {
    color: #616161;
    font-weight: 400;
    font-size: 15px;
}

.recent-post-text h4 a {
    color: #1d2124;
    font-size: 16px;
    line-height: 28px;
    transition: 0.3s;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.recent-post-text .rcomment {
    color: #616161;
    font-size: 15px;
}

.search-error .search input {
    height: 54px;
    border: 1px solid #ddd;
}

.blog-list-inner h3 a:hover {
    color: #5f4ff8;
}

.recent-post-text h4 a:hover {
    color: #FFD800;
}

.recent-post-item ul li a:hover {
    color: #5a49f8;
}

.single-blog-list:hover {
    -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}


/*============================
	blog-list-area-end
==============================*/


/* Calender*/

.calender-area {
    height: 465px;
    padding: 25px 0px 38px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    background: #fff;
    border: 1px solid #e6e6e6;
}

.celender-box {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    padding: 13px 4px 8px 19px;
    color: #fff;
}

.sidebar-search {
    padding-top: 11px;
    padding-bottom: 13px;
}

.sidebar-search input:focus {
    border: 1px solid #f00;
}

.widget-title h2 {
    font-size: 25px;
}

.curr-month {
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    color: #FFD800;
    padding-left: 25px;
}

.curr-month-name p {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    color: #616161;
    padding-left: 25px;
    margin-bottom: 25px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 95%;
    background: #fff;
    margin: 0 auto 0;
    font-size: 14px;
    font-weight: 300;
    padding-left: 18px;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    color: #FFD800;
    height: 40px;
    background: #fff;
}

.tag-item .all-days ul li {
    font-weight: 600;
}

.all-date {
    width: 100%;
    height: 280px;
    float: left;
    overflow: hidden;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.all-date li.monthdate:hover {
    background: #FFD800;
    color: #fff;
}


/*============================
	calendar-area-end
==============================*/


/*============================
	contact-area-start
==============================*/

.input-box {
    margin-bottom: 15px;
}

.input-box input {
    width: 100%;
    height: 54px;
    border: transparent;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: none;
    padding: 6px 20px;
    outline: none;
    color: #495057;
    border-radius: 5px;
    transition: 0.3s;
}

.input-box textarea {
    width: 100%;
    height: 176px;
    border: transparent;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: none;
    padding: 6px 20px;
    color: #495057;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}

.contact-area .input-button {
    text-align: center;
}

.contact-area .input-button {
    padding-bottom: 25px;
}

.input-button button {
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    border: transparent;
    border-radius: 7px;
    font-weight: 400;
    background: #FFD800;
    color: #fff;
    transition: 0.5s;
    width: 100%;
}

.input-box ::placeholder {
    color: #7B838A;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.input-box input:focus {
    color: #495057;
    outline: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #FFD800!important;
    box-shadow: none;
}

.input-box textarea:focus {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #FFD800!important;
    box-shadow: none;
}

.contact-social-icon a:hover {
    background-color: #FFFFFF;
    color: #007bff;
}


/*============================
	contact-area-end
==============================*/


/*=============================================
<--  Dreamhub Service details section Css -->
===============================================*/

.service-detials {
    padding: 120px 0 90px;
}

.service-dtls-thumb img {
    width: 100%;
}

.service-dtls-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #233253;
    padding: 28px 0 11px;
    display: inline-block;
}

.serivce-details-desc p span {
    color: #FFD800;
}


/*service detials box*/

.service-details-box2 {
    background: #f7f7fe;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}


/*service title*/

.service-details-title h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 12px;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 700;
    color: #233253;
    padding: 10px 0 16px;
    display: inline-block;
}

.serivce-details-desc p {
    margin-bottom: 45px;
}


/*service icon*/

.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}


/*widget icon*/

.widget-service-details-icon p {
    margin-bottom: 10px;
}

.widget-service-details-icon i {
    font-size: 24px;
    color: #FFD800;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

.service-details-thumb {
    margin-bottom: 23px;
}

.service-details-thumb img {
    width: 100%;
}


/*service work process*/

.service-work-process-box {
    padding: 40px 25px 20px;
    background: #f7f7fe;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #FFD800;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FFD800;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding: 20px 0 10px;
}

.service-work-process-desc p {
    font-size: 16px;
    line-height: 26px;
}


/*service details right*/

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #f7f7fe;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #ff5a3c;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #FFD800;
    border-radius: 0 4px 4px 0;
}


/*categories box*/

.widget-categories-box {
    background: #f7f7fe;
    padding: 42px 40px 25px;
    border-radius: 5px;
}


/*categoeis title*/

.categories-title h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}


/*wedget menu*/

.widget-categories-menu ul {
    padding: 0;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
}

.widget-categories-menu ul li a {
    display: block;
    color: #232353;
    transition: .5s;
    text-decoration: none;
    font-size: 16px;
}

.widget-categories-menu ul li:hover {
    background: #FFD800;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}


/*wedget thumb*/

.widget-categories-thumb {
    background: #233253;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
    border-radius: 5px;
}


/*widget title*/

.widget-title2 h3 {
    font-size: 42px;
    font-weight: 600;
    color: #ffff;
    padding: 26px 0 40px;
}


/*widget button*/

.widget-button a {
    padding: 15px 38px;
    font-size: 17px;
    font-weight: 500;
    background: #FFD800;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 20px 0px 20px 0px;
    border: 1px solid #FFD800;
    text-decoration: none;
}

.widget-button a i {
    padding-right: 5px;
}

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

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


/*======================================
<-- Consen Case Study Details Css -->
========================================*/

.case-study-details {
    padding: 120px 0 90px;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.2);
    padding: 60px;
    margin-bottom: 50px;
}

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

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

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;
}

.csd-social-icon li {
    display: inline-block;
    margin: 0px 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #FFD800;
    border-radius: 5px;
    transition: .5s;
}

.csd-social-icon li i:hover {
    background: #11102F;
    color: #fff;
}

.csd-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info strong {
    font-size: 19px;
    font-weight: 600;
    margin-right: 5px;
    color: #232323;
}

.share-text {
    float: left;
    margin-right: 20px;
}

.share-text h4 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 6px;
}

.csd-social-icon ul {
    padding: 0;
}


/*case study three
======================================================*/

.portfolio-section {
    padding: 130px 0 110px;
}


/* Portfolio Nav */

.portfolio_nav {
    margin: 40px 5px 45px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #fff;
    border: 1px dashed #ff5a3c;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 30px;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #ff5a3c;
}


/*nav menu end*/

.case-study-single-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
}

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

.case-study-thumb img {
    width: 100%;
    border-radius: 5px;
}

.case-study-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #FFD800;
    opacity: .6;
    transition: .5s;
    border-radius: 5px;
}

.case-study-icon a i {
    font-size: 16px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 0px;
    right: 0;
    left: 0;
    margin: auto;
    background: #FFD800;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}


/*case stusy content*/

.case-study-content {
    position: absolute;
    bottom: 0px;
    left: 35px;
    right: 0;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}


/*study text*/

.study-text p {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.study-text p:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -14px;
    background: #fff;
    width: 89%;
    height: 1px;
}

.study-text p:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -14px;
    background: #FFD800;
    width: 18%;
    height: 1px;
    transition: .7s;
}

.study-title h4 a {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    padding: 15px 0 0;
    transition: .5s;
    text-decoration: none;
}

.case-study-single-box:hover .study-text p:after {
    width: 89%;
}

.case-study-single-box:hover .case-study-thumb:before {
    height: 100%;
    top: 0;
}

.case-study-single-box:hover .case-study-icon a i {
    opacity: 1;
    top: 30px;
}

.case-study-single-box:hover .case-study-content {
    bottom: 30px;
    opacity: 1;
}


/*active*/

.active.center .case-study-thumb:before {
    height: 100%;
    top: 0;
}

.active.center .case-study-icon a i {
    opacity: 1;
    top: 30px;
}

.active.center .case-study-content {
    bottom: 30px;
    opacity: 1;
}


/*============================
	faq-area-start
==============================*/

.faq-area {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #F4F3FF;
    padding: 110px 0 81px;
}

.faq-area .section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 20px;
    background: #cdc8fd;
    top: 46%;
    border-radius: 15px;
    left: -40px;
}

.faq-area .section-sub-title h5::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 46%;
    background: #cdc8fd;
    border-radius: 50%;
    left: -53px;
}

.faq-area .accordion {
    max-width: 100%;
    list-style: none;
}

ul.accordion {
    padding: 0;
}

.faq-area .accordion li {
    background: #FFFFFF;
    position: relative;
    margin-bottom: 23px;
    box-shadow: 0px 0 36px rgb(0 0 0 / 4%);
    transition: 0.5s;
}

.faq-area .accordion a {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-indent: 25px;
    user-select: none;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 0;
    transition: 0.5s;
}

.faq-area .accordion li a.active {
    background: #fff;
    padding: 15px 0 0 0px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.5s;
}

.faq-area .accordion a:hover {
    color: #5a49f8;
}

.faq-area .accordion p {
    display: none;
    padding: 10px 25px 10px;
    color: #646464;
    font-size: 16px;
    transition: 0.5s;
}

ul.accordion li a.active i {
    transform: rotate(90deg);
    right: 24px;
    top: 0;
}

ul.accordion li a i {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 24px;
    top: 16px;
    transition: 0.5s;
}

ul.accordion li a {
    position: relative;
}

ul.accordion li a.active::before {
    left: 27px;
    content: "";
    bottom: -3px;
    height: 3px;
    background: #efedfe;
    width: 80%;
    position: absolute;
}

ul.accordion li a.active:hover::before {
    width: 80%;
}

.accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 16px;
    top: 15px;
}

.accordion li a.active::after {
    content: "\f068";
}

.faq-single-thumb {
    text-align: center;
}

.faq-single-thumb.faq-img-animation img {
    width: 100%;
}

.faq-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: faq-up-down;
    animation-duration: 2s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes faq-up-down {
    0% {
        left: 0px;
        bottom: 25px;
    }
    100% {
        left: 0px;
        bottom: 10px;
    }
}

.faq-area .accordion a:hover {
    color: #5a49f8;
}

.faq-area .accordion li a.active,
.faq-area .accordion a:hover {
    color: #FFD800;
    transition: 0.5s;
}


/*====================
	faq-area-end
======================*/


/*---contact-area---*/

.contact_area {
    padding: 120px 0 120px;
}

.contact-thumb img {
    width: 100%;
    border-radius: 5px;
}

.contact_form {
    padding: 53px 50px 53px;
    filter: drop-shadow(0px 10px 100px rgba(0, 0, 0, 0.15));
    background: #fff;
    margin-right: 24px;
}

.form_field_inner input {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    height: 50px;
    color: #333;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 25px;
    outline: 0;
}

.contact_form .text_area .form_field_inner_text textarea {
    width: 100%;
    height: 140px;
    background: transparent;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 26px;
    padding-top: 25px;
    outline: 0;
}

.contact_button button {
    display: inline-block;
    border: 1px solid #FFD800;
    padding: 10px 29px;
    border-radius: 5px;
    background: #FFD800;
    color: #fff;
    font-size: 17px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

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

.contact_button button:hover::before {
    width: 100%;
    opacity: 1;
}

.contact_button button:hover {
    color: #FFD800;
}



/*---bolg-grid-area---*/

.bolg-grid-area2 {
    padding: 120px 0 90px;
}

.bolg-grid-area {
    padding: 120px 0 50px;
}

.bolg-grid-area .blog-single-box {
    margin-bottom: 134px;
}


/*---blog-2column-area---*/

.blog-2column-area {
    padding: 118px 0 118px;
}

.blog-2column-area .blog-single-box {
    margin-bottom: 133px;
}


/*---blog-list-area---*/

.blog-list-area {
    padding: 118px 0 91px;
}

.blog-list-area .bolg-content {
    bottom: -9%;
    padding: 32px 27px 54px;
}

.blog-list-area .blog-single-box {
    margin-bottom: 79px;
}


/*=====================================
<--  start dreamhub pricing-Area Css -->
=======================================*/

.pricing-area {
    padding: 111px 0 88px;
}

.pricing-single-box {
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

h3.pricing-title {
    font-size: 22px;
    color: #FFD800;
    font-weight: 500;
    margin: 0;
    transition: .5s;
}

.pricing-single-box.active h3.pricing-title {
    color: #fff;
}

.pricing-head {
    background: #FAE7EB;
    padding: 28px 51px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}

.pricing-single-box.active .pricing-head {
    background: #FFD800;
}

.pricing-head::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFD800;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px 5px 0 0;
    transform: scale(.2, 1);
    opacity: 0;
    transition: .5s;
}

.pricing-body {
    padding: 36px 49px 44px;
}

h2.pricing-tk {
    display: inline-block;
    color: #14212b;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

span.pricing-month {
    color: #14212b;
    font-size: 15px;
    font-weight: 500;
}

.pricing-list {
    padding: 0 0 26px 0;
}

.pricing-list ul {
    padding: 0;
}

.pricing-list ul li {
    list-style: none;
    padding-top: 11px;
    position: relative;
}

.pricing-list ul li i {
    display: inline-block;
    color: #FFD800;
    padding-right: 10px;
}

.pricing-list ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 41%;
    background: #070707;
    bottom: 0;
    left: 25px;
}

.pricing-btn a {
    display: inline-block;
    text-decoration: none;
    color: #FFD800;
    border: 1px solid #FFD800;
    border-radius: 28px;
    padding: 9px 21px 9px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pricing-single-box.active .pricing-btn a {
    background: #FFD800;
    color: #fff;
}

.pricing-btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #FFD800;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 28px;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
}

.pricing-single-box:hover .pricing-btn a::before {
    opacity: 1;
    transform: scale(1);
}

.pricing-single-box:hover .pricing-btn a {
    color: #fff;
}

.pricing-single-box:hover .pricing-head::before {
    opacity: 1;
    transform: scale(1);
}

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


/*---service-area.style-two---*/

.service-area.style-two {
    margin: 0 0 -60px;
}


/*---brand-area---*/

.brand-area {
    padding: 105px 0 102px;
}

.brand-grid {
    text-align: center;
}

.brand-area .owl-carousel .owl-item img {
    display: inline-block;
}


/*** 
====================================================================
    Search Popup
====================================================================
***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFD800;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: 0;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #FFD800;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 45px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #FFD800;
}

.header-search-btn {
    position: relative;
    display: inline-block;
    left: 10px;
}

.header-search-btn i {
    font-size: 16px;
    color: #fff;
    transition: .5s;
    margin-right: 0;
    position: relative;
    left: -24px;
}


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

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #FFD800 0%, #FFD800 100%);
    background-image: -ms-linear-gradient(0deg, #FFD800 0%, #FFD800 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FFD800;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #FFD800 0%, #FFD800 100%);
    background-image: -webkit-linear-gradient(0deg, #FFD800 0%, #FFD800 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

.scroll-area.home-two .top-wrap .go-top-button {
    background: #00AFF5;
}

.scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


/*===========================
<-- dreamhub 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: 666;
}

.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: 3px solid transparent;
    border-top-color: #FFD700;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

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

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


/*/ 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: 52%;
    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;
}

<!--==============================================================--><!-- corporate Bounce Animation Css --><!--==============================================================-->*/
/* bounce-animate */

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

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

@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

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

@-webkit-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);
    }
}

@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);
    }
}

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

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


/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/


/**/

.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}


/*rotateme animation*/

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

