/*===============================================
Template Name: dreamhub - Transport & Logistics HTML5 Template
Author:  https://templatemonstar.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 testimonial Area Css
11. dreamhub contact Area Css
12. dreamhub faq Area Css
13. dreamhub blog-grid Area Css
14. dreamhub blog-list Area Css
15. dreamhub blog-2column Area Css
16. dreamhub blog-details Area Css
17. dreamhub team Area Css
18. dreamhub portfolio Area Css
19. dreamhub portfolio-details Area Css
20. dreamhub help-area Area Css
21. dreamhub footer-Area Css
=======================*/


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


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

.dreamhub_nav_manu::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 35%;
    /* background: #000116; */
    left: 0;
    z-index: -1;
}

.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: #2764DD !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;
    filter: brightness(0) invert(1);

}

.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-size: 16px;
    text-decoration: none;
    color: #000016;
    font-weight: 400;
}

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

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

.mean-container .mean-bar::before {
    content: "Potexco" !important;
}


/*** 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 #000116;
    border-top: 3px solid #000116;
}

.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: #000116;
    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: #fff;
}

.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 a i {
    display: inline-block;
    color: #000116;
    font-size: 20px;
    margin-left: 23px;
}

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

.header-btn a {
    display: inline-block;
    text-decoration: none;
    background: #2764DD;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 43px 13px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: hsl(220, 76%, 41%);
    left: 0;
    top: 0;
    transform: scale(0);
    transition: .5s;
    opacity: 0;
    z-index: -1;
}

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

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

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

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

/* .sticky .header-btn a:hover{
	border: 1px solid #F9E965;
} */



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


.hero-area {
    padding: 176px 0 177px;
    background: #e4e8f5
   
}


.row.hero {
    position: relative;
}

.hero-shape {
    position: absolute;
    top: 21%;
    left: 26%;
}

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

.hero-content::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 78%;
    bottom: 98px;
    background: #ddd;
}

h5.hero-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #000016;
    margin-bottom: 20px;
}

h1.hero-main-title {
    font-size: 50px;
    color: #060606;
    font-weight: 700;
    line-height: 52px;
}

p.hero-desc {
    font-size: 16px;
    line-height: 27px;
    color: #444444;
    font-weight: 400;
    margin: 0;
    padding: 11px 0 32px;
}

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

.hero-btn a {
    display: inline-block;
    text-decoration: none;
    background: #2764DD;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding: 13px 35px 12px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.hero-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 1, 101% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: top right;
    background: hsl(220, 76%, 41%);
    pointer-events: none;
    transition: .5s;
    opacity: .5;
    z-index: -1;
    height: 100%;
}

.hero-btn a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 1, 0% 100%, 101% 100%);
    transform: scale(0);
    transform-origin: bottom left;
    background: hsl(220, 76%, 41%);
    ;
    pointer-events: none;
    transition: .5s;
    z-index: -1;
    opacity: 0.5;
}


.hero-video-icon {
    display: inline-block;
}

.hero-video-icon a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #2a2e2f;
}

.hero-video-icon a i {
    display: inline-block;
    background: #000116;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 33px;
    position: relative;
    top: 5px;
    margin: 0 14px 0 11px;
}

.hero-desc2 p {
    font-size: 16px;
    line-height: 27px;
    color: #444444;
    font-weight: 400;
    width: 95%;
    margin: 0;
    padding: 100px 0 0;
}

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

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

.hero-btn a:hover:after {
    opacity: 1;
    transform: scale(1);
}

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

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




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

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

.pricing-area .section-title.text-center {
    margin-bottom: 64px;
}

.blog-area .section-title.text-center {
    margin-bottom: 63px;
}

.contact-area .section-title.text-center {
    margin-bottom: 63px;
}

.section-sub-title h5 {
    font-size: 16px;
    line-height: 25px;
    color: #000016;
    font-weight: 500;
    margin-bottom: 19px;
}

.contact-area .section-sub-title h5 {
    font-size: 15px;
    color: #1E53B2;
}

.section-main-title h1 {
    font-size: 48px;
    line-height: 47px;
    color: #060606;
    font-weight: 600;
}

.section-main-title h2 {
    font-size: 40px;
    color: #060606;
}

.testimonial-area .section-main-title h1 {
    color: #fff;
}

.testimonial-area p.section-title-desc {
    padding: 21px 0 51px;
    font-size: 24px;
    line-height: 30px;
    color: #dbdfe7;
    font-weight: 400;
    font-style: italic;
}

.contact-area .section-main-title h1 {
    color: #060606;
}

p.section-title-desc {
    width: 92%;
    margin: 0;
    padding: 26px 0 34px;
}

.help-area p.section-title-desc {
    width: 86%;
    padding: 26px 0 42px;
}









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



.service-area {
    padding: 114px 0 90px;
}

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

.service-thumb {
    overflow: hidden;
}

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

.service-content {
    background: #fff;
    filter: drop-shadow(0px 5px 30px rgba(172, 172, 172, 0.27));
    padding: 71px 30px 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

h3.service-title {
    font-size: 22px;
    color: #060606;
    font-weight: 700;
    margin: 0;
}

p.service-desc {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    font-weight: 400;
    margin: 0;
    padding: 18px 0 17px;
}

.service-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    font-weight: 500;
}

.service-btn a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 8px;
    transition: .5s;
}

.service-icon {
    position: absolute;
    top: -14%;
    left: 13%;
}

.service-btn a:hover i {
    padding-left: 10px;
}

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

.service-single-box:hover .service-content {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}


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




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


.about-area {
    background: #F6F6F6;
    padding: 118px 0 118px;
}

.dreamhub-btn {}

.dreamhub-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    background: #2765DD;
    color: #fff;
    padding: 14px 44px 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.dreamhub-btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 1, 101% 0%, 100% 100%);
    transform: scale(0);
    transform-origin: top right;
    background: #1E53B2;
    pointer-events: none;
    transition: .5s;
    opacity: .5;
    z-index: -1;
    height: 100%;
}

.dreamhub-btn a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 1, 0% 100%, 101% 100%);
    transform: scale(0);
    transform-origin: bottom left;
    background: #1E53B2;
    pointer-events: none;
    transition: .5s;
    z-index: -1;
    opacity: 0.5;

}

.single-counter-box {
    margin: 0 0 0 29px;
}

.single-counter-box.two {
    margin: 0 0 0 7px;
}

.conter-number h2 {
    display: inline-block;
}

.conter-number h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2a2e2f;
    margin-bottom: 5px;
}

.counter-text h5 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin: 0;
}

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


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

.dreamhub-btn a:hover:before {
    opacity: 1;
    transform: scale(1);

}

.dreamhub-btn a:hover:after {
    opacity: 1;
    transform: scale(1);

}


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




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


.help-area {
    padding: 0 0 116px;
    background: #F6F6F6;
}

.row.help {
    border-top: 1px solid #ddd;
    padding: 120px 0 0;
}

.help-thumb {
    position: relative;
}

.help-shape {
    position: absolute;
    bottom: 0;
    right: 11%;
}

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





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

.contact-area {
    background: #FFFFFF;
    padding: 112px 0 118px;
}

.counter-single-box {
    text-align: center;
    background: #2765DD;
    padding: 39px 0 36px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

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

.counter-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1E4EB8;
    left: 0;
    top: 8px;
    z-index: -1;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s;
}

h3.counter-title {
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 35px 0 24px;
}

h5.counter-text {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    transition: .5s;
}

.contact_from_box {
    background: #2765DD;
    padding: 37px 37px 38px;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
    margin-bottom: 21px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.form_box textarea {
    width: 100%;
    height: 180px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    color: #101727;
    transition: .5s;
    background: #fff;
    margin-top: 9px;
    padding: 14px 0 0 24px;
    font-size: 14px;
    margin-bottom: 30px;
}

.quote_button {
    text-align: center;
}

.quote_button button {
    background: #2764DD;
    border: 1px solid #f9f9f9;
    color: #fff;
    padding: 14px 33px 12px;
    font-size: 18px;
    font-weight: 300;
}

.quote_button button:hover {
    background: #1E53B2;
}


.form_box input::placeholder {
    color: #101727;
    ;
}

.form_box textarea::placeholder {
    color: #101727;
    ;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #616161;
    outline: 0;

}

.counter-single-box:hover::before {
    opacity: 1;
    height: 93%;
    width: 50%;
    border-radius: 50%;
}


.counter-single-box:hover h5.counter-text {
    color: #E9DD63;
}


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



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


.testimonial-area {
    background: #101727;
    padding: 60px 0 120px;
}

.testimonial-thumb {
    text-align: right;
    position: relative;
    right: 88px;
}

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

.testimonial-content {
    position: relative;
}

h4.testi-people-name {
    font-size: 22px;
    color: #eaedf1;
    font-weight: 500;
    margin-bottom: 15px;
}

h5.testi-text {
    font-size: 14px;
    color: #dbdfe7;
    font-weight: 400;
    margin: 0;
}

.testi-icon {
    position: absolute;
    top: 34%;
    left: -25px;
}


.owl-nav {
    position: relative;
    top: -134px;
    float: right;
    margin-bottom: -133px;
}

.owl-prev,
.owl-next {
    border: 1px solid #f9ea65;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 11px;
    transition: .5s;
    border-radius: 50%;
    font-size: 25px;
}

.owl-prev i,
.owl-next i {
    display: inline-block;
    font-size: 22px;
    transition: .5s;
    color: #fff;
    transition: .5s;
}

.owl-prev:hover,
.owl-next:hover {
    background: #F9E965;
}

.owl-prev:hover i,
.owl-next:hover i {
    color: #111926;
}





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





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


.blog-area {
    padding: 112px 0 88px;
}

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

.blog-thumb {
    position: relative;
}

.blog-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000116;
    transition: .5s;
    opacity: 0;
}

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

.blog-content {
    background: #0F1626;
    padding: 31px 42px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

p.blog-date {
    font-size: 13px;
    color: #cbcbcb;
    font-weight: 500;
    margin: 0;
}

h3.blog-title a {
    padding: 11px 0 13px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
    transition: .5s;
    display: inline-block;
    text-decoration: none;
}

h3.blog-title {
    margin: 0;
}

.blog-btn a {
    font-size: 17px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-btn a i {
    display: inline-block;
    font-size: 21px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    transition: .5s;
}

.blog-shape {
    position: absolute;
    bottom: -26px;
    right: -28px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
    opacity: 0;
}

.single-blog-box:hover .blog-shape {
    opacity: 1;
    transform: scale(1.1);
}


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

.blog-btn a:hover {
    color: #F2E060;
}

.single-blog-box:hover .blog-thumb::before {
    opacity: 0.3;
}

.blog-btn a:hover i {
    padding-left: 10px;
}









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

.footer-area {
    background: #1853b2;
    padding: 118px 0 86px;
}

.footer-widget-text p {
    font-size: 14px;
    line-height: 24px;
    color: #f3f4f7;
    ;
    font-weight: 400;
    width: 96%;
    margin: 0;
    padding: 24px 0 30px;
}

.footer-widget-social a i {
    display: inline-block;
    background: #5374bc;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.footer-widget-social a i:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f3f4f7;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: .5s;
}

.widget-title h2 {
    font-size: 16px;
    color: #fefefe;
    font-weight: 700;
    margin-bottom: 30px;
}

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

.footer-widget.left ul li {
    list-style: none;
    padding-bottom: 7px;
}

.footer-widget.left ul li a {
    font-size: 15px;
    line-height: 19px;
    color: #a5b5e6;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

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

.footer-widget.right ul li {
    list-style: none;
    padding-bottom: 7px;
}

.footer-widget.right ul li a {
    font-size: 15px;
    line-height: 19px;
    color: #a5b5e6;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

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

.footer-widget.contact ul li {
    list-style: none;
    padding-bottom: 7px;
}

.footer-widget.contact ul li a {
    font-size: 15px;
    line-height: 19px;
    color: #a5b5e6;
    ;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.footer-widget.left ul li a:hover {
    color: #ffffff;
    ;
}

.footer-widget.right ul li a:hover {
    color: #ffffff;
}

.footer-widget.contact ul li a:hover {
    color: #ffffff;
}

.footer-widget-social a i:hover:after {
    transform: scale(1);
    opacity: 1;
}

.footer-widget-social a i:hover {
    color: #101727;
}


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



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

.copyright-area {
    background: #1E53B2;
}

.row.copy {
    border-top: 1px solid #a5b5e6;
    padding: 33px 0 14px;
}

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

.footer-copyright-text p {
    font-size: 15px;
    color: #6085c8;
    font-weight: 500;
}

.footer-copyright-text span {
    color: #c0d6ff;
}


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

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


.breatcome-area {
    background: url(assets/images/breatcome-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}

.breatcome-content {
    text-align: center;
}

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

.breatcome-text ul {
    padding: 0;
}

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

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




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


/*========================================
<-- Consen Pricing area Css -->
==========================================*/
.pricing-area {
    padding: 112px 0 88px;
    background: #f8f9fb;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 44px 0 0;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 29px 0 27px;
}

.pricing-item-text.mb-15 {
    margin-bottom: 10px;
}

.pricing-feature ul {
    padding: 0;
    margin-bottom: 40px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'Fira Sans';
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #000116;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;
    text-decoration: none;
    border: 1px solid;
    transition: .5s;
}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #000116;
}

.pricing-single-items.style-2 {
    background: #000116;
    color: #fff;
    padding: 43px 0 55px;
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: #FF3C00;
    border-color: #fff;
}

/*---start breatcome-area---*/
.breatcome-area {
    padding: 90px 0 90px;
    background: url(assets/images/breatcome-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
}

.breatcome-content {
    text-align: center;
}

.breatcome-title h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.breatcome-text ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.breatcome-text ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    transition: .5s;
}

.breatcome-text ul i {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-left: -15px;
}

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

/*---start-blog-detail---*/
.blog-details-area {
    padding: 120px 0 120px;
}

.blog_dtl_thumb {
    overflow: hidden;
}

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

.blog_details {
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
    padding: 43px 20px 20px;
}

.blog_dtl_content h2 {
    color: #0d1218;
    font-size: 35px;
    padding-top: 25px;
}

.dreamit-blog-meta-left {
    padding: 13px 0 18px;
}

.dreamit-blog-meta-left span {
    color: #0d1218;
    margin-right: 30px;
}

.dreamit-blog-meta-left i {
    margin-right: 10px;
}

.blog_dtl_content p {
    color: #0d1218;
}

.blog_dtl_content h3 {
    color: #0d1218;
    padding: 10px 0 20px;
    font-size: 28px;
}

.blog_details blockquote {
    margin: 37px 0 36px;
    font-size: 14px;
    border-left: 7px solid #F9E965;
    background: #f7fafd;
    font-style: italic;
    font-weight: 500;
    padding: 25px 35px 15px;
}

.blog_reply {
    overflow: hidden;
    margin-top: 50px;
    padding: 36px 0 42px 23px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}

.reply_ttl {
    margin-bottom: 36px;
}

.reply_ttl>h3 {
    font-size: 28px;
    color: #0d1218;
}

.blog_reply .form_field {
    width: 100%;
}

.contact_button button {
    background: #F9E965;
    border-radius: 30px;
    color: #000116;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
    position: relative;
    z-index: 1;
    transition: .5s;
}

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

.blog_reply .form_field_inner {
    width: 50%;
    float: left;
}

.blog_reply .form_field_inner input,
.blog_reply .form_field_inner textarea {
    width: 95%;
    background: #f7fafd;
    border: 0;
    height: 50px;
    padding-left: 15px;
    color: #151948;
    margin-bottom: 20px;
}

.blog_reply .text_area .form_field_inner {
    width: 100%;
}

.blog_reply .text_area .form_field_inner textarea {
    width: 97.5%;
    height: 150px;
    padding-top: 15px;
    outline: 0;
}

.blog-left-side>div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 23px 30px 23px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
}

.search {
    background: #f7f7f7;
    position: relative;
}

.search input[type="text"] {
    padding-left: 10px;
}

.search input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.20);
    outline: 0;
}

.search button {
    background: #fff;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
    height: 100%;
    background: #000116;
}

.blog-left-side .widget h2 {
    color: #0d1218;
    display: block;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.blog-left-side .widget ul {
    list-style: none;
    color: #0762f8;
    padding: 0;
}

.blog-left-side>.widget>ul>li {
    margin: 0 0 10px;
    padding: 8px 0 15px;
    border-bottom: 1px solid #ddd;
}

.blog-left-side .widget ul li a {
    color: #333;
    text-decoration: none;
    transition: .5s;
}

.blog-left-side .widget ul li a i {
    margin-right: 2px;
    font-size: 13px;
    display: inline-block;
}

.blog-left-side .widget ul li a span {
    float: right;
    display: inline-block;
}

.single-widget-item {
    overflow: hidden;
}

.recent-post-item {
    margin-top: 30px;
}

.recent-post-image {
    float: left;
    margin-right: 3px;
}

.recent-post-image a {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 5px;
}

.recent-post-image img {
    max-width: 87%;
}

.recent-post-text {
    overflow: hidden;
}

.blog-grid .recent-post-text .rcomment {
    color: red;
    font-size: 12px;
}

.blog-grid .recent-post-text>h4 {
    margin-bottom: 3px;
    line-height: 18px;
}

.recent-post-text a {
    color: #0d1218;
    font-size: 16px;
    transition: .5s;
    display: inline-block;
    text-decoration: none;
}

.recent-post-image a {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 5px;
}

.recent-post-image img {
    max-width: 87%;
    border-radius: 5px;
}

.tagcloud a {
    color: #000116;
    display: inline-block;
    font-size: 15px;
    margin: 0 2px 10px 0;
    padding: 4px 15px;
    text-align: center;
    background: #f7fafd;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.tagcloud a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000116;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    opacity: 0;
    transition: .5s;
    transform: scale(0);
}

.blog-left-side>div:last-child {
    margin-bottom: 0px;
}

.textwidget {
    padding: 0 0 223px;
}

.sbi_photo_wrap {
    float: left;
    margin: 1px;
}

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

.tagcloud a:hover {
    color: #fff;
}

.blog-left-side .widget ul li a:hover {
    color: #000116;
    padding-left: 10px;
}

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

.tagcloud a:hover::before {
    opacity: 1;
    transform: scale(1);
}

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

.contact_button button:hover::before {
    opacity: 1;
    transform: scale(1);
}



/*---end-blog-detail---*/


/*=====================================
<--  start dreamhub services-details-area Css -->
=======================================*/

.services-details-area {
    padding: 118px 0 92px;
}

.services-details-image {
    text-align: center;
    margin-bottom: 30px;
}

.services-details-image img {
    border-radius: 5px;
    width: 100%;
}

.services-details-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.services-details-content .features-text {
    margin-top: 20px;
}

.services-details-content .features-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-details-content .features-text .service-features-list {
    margin: 25px 0;
    padding: 0;
}

.services-details-content .features-text .service-features-list li {
    display: inline-block;
    color: #0b0b31;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 14px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-left: 2px solid #282828;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
}

.services-details-content .features-text .service-features-list li:last-child {
    margin-bottom: 0px;
}

.services-details-content .features-text .service-features-list i {
    color: #282828;
    font-size: 15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 50px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
}

.services-widget .widget {
    padding: 30px 25px;
    margin-top: 35px;
    border-radius: 5px;
    background-color: rgb(11, 11, 49, 0.05);
}

.services-widget .widget:first-child {
    margin-top: 0;
}

.services-widget .widget .widget-title {
    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
}

.services-widget .widget .widget-title::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #282828;
}

.services-widget .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.services-widget .widget_categories ul li {
    position: relative;
    color: #747576;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.services-widget .widget_categories ul li:last-child {
    margin-bottom: 0;
}


.services-widget .widget_categories ul li a {
    color: #282828;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 15px;
    display: block;
    border-radius: 5px;
    border: 1px solid #282828;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    text-decoration: none;
}

li.active a {
    background: #000116;
    color: #fff !important;
}

.widget_download_btn a {
    padding: 12px 20px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #282828;
    color: #282828;
    transition: .5s;
}

a.active {
    background: #000116;
    color: #fff !important;
}

.widget_download_btn a:first-child {
    margin: 0 0 12px;
}

.services-widget .widget_categories ul li a:hover {
    background: #000116;
    color: #fff;
}

.widget_download_btn a:hover {
    background: #000116;
    color: #fff;
}


/*=====================================
<--  end dreamhub services-details-area Css -->
=======================================*/


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

.portfolio-area {
    padding: 118px 0 88px;
}

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

.portfolio-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.portfolio-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000116;
    opacity: 0;
    transition: .5s;
}

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

.portfolio-link {
    position: absolute;
    top: -10%;
    left: 10%;
    transition: .3s;
}

.portfolio-link a i {
    display: inline-block;
    color: #fff;
    font-size: 25px;
}

.portfolio-social-link {
    position: absolute;
    bottom: -12%;
    right: 11%;
    transition: .3s;
}

.portfolio-social-link a i {
    display: inline-block;
    color: #fff;
    font-size: 25px;
}

.portfolio-content {
    position: absolute;
    top: 46%;
    transition: .3s;
    right: 0;
    left: -160%;
    margin: auto;
    width: 100%;
}

.portfolio-content h3 {
    text-align: center;
}

.portfolio-content h3 a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}


.portfolio-thumb:hover::before {
    opacity: 0.9;
}

.portfolio-single-box:hover .portfolio-link {
    top: 8%;
}

.portfolio-single-box:hover .portfolio-social-link {
    bottom: 8%;
}

.portfolio-single-box:hover .portfolio-content {
    left: 0%;
}

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



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

.team-area {
    padding: 120px 0 88px;
}

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

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

.team-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #101727;
    opacity: 0.3;
    bottom: 0;
}

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

.team-share-media {
    position: absolute;
    top: 0;
    right: 0;
    background: #101727;
    padding: 26px 3px 9px;
    border-radius: 0 0 30px 30px;
}

.team-share-media a h5 {
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.team-share-media a i {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin: 21px 0 0 4px;
    color: #000116;
    font-size: 16px;
}

.team-social-media {
    position: absolute;
    top: -14%;
    right: 0;
    background: #101727;
    padding: 17px 7px 3px;
    border-radius: 0 0 30px 30px;
    opacity: 0;
    transition: .5s;
}

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

.team-social-media ul li {
    list-style: none;
    margin-bottom: 5px;
}

.team-social-media ul li a i {
    display: inline-block;
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #101727;
}

.team-conent {
    position: absolute;
    bottom: 21px;
    left: 25px;
    opacity: 1;
    transition: .5s;
}

.team-conent h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.team-conent h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.team-btn {
    position: absolute;
    bottom: 26px;
    left: -142px;
    opacity: 0;
    transition: .5s;
}

.team-btn a {
    display: inline-block;
    text-decoration: none;
    background: #000116;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px 11px;
    border-radius: 0 5px 0 5px;
    transition: .5s;
}

.team-btn a:hover {
    background: #fff;
    color: #000116;
}

.team-single-box:hover .team-btn {
    opacity: 1;
    left: 27px;
}

.team-single-box:hover .team-conent {
    opacity: 0;
    left: -195px;
}

.team-social-media:hover {
    opacity: 1;
    top: 0;
}



.map-area iframe {
    height: 455px;
    width: 100%;
}

/***
======================================================
<-- dreamhub Faq Area Css -->
======================================================***/
.faq-area {
    padding: 114px 0 103px;
}

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

/*accordion*/
.tab_container {
    position: relative;
}

ul.accordion {
    padding: 0;
    margin: 0;
}

.accordion li {
    list-style: none;
    padding: 0 0 15px;
    position: relative;
    z-index: 1;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #B1B2B4;
    padding: 25px 0 10px 30px;
    margin: 0;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #fff;
    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: #fff;
    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;
    transition: all 0.2s ease-in-out;
    background: #fff;
    z-index: -1;
}

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

a.active {
    color: #fff !important;
    background: #000116 !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(https://html.ditsolution.net/drtheme/dreamhub/images/resource/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

/*accordion start*/

.faq-sectiions .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #D0A37C;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.study-button a i {
    transition: .5s;
}

.study-button a:hover i {
    color: #D0A37C;
}

/* Faq New Style */

.faq-area .accordion li a {
    padding: 16px 20px 16px 30px;
    border-radius: 5px;
    background: #000116;
    text-decoration: none;
}

.faq-area .accordion li a span:after {
    display: none;
}

.faq-area .accordion li p {
    padding: 25px 20px 25px 30px;
    color: #646464;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    background: #fff;
    border-radius: 5px;
    line-height: 28px;
}

/*---protifolio-details-area---*/

.protifolio-details-area {
    padding: 120px 0 97px;
    background: #f8f9fb;
}

.row.bg {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    padding: 50px;
}

.protfolio-details-title h3 {
    font-weight: 700;
    color: #292728;
}

.protfolio-details-content-inner ul {
    padding: 0;
}

.protfolio-details-content-inner ul li span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
}

.protfolio-details-content-inner ul li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.protfolio-details-content-inner ul li:last-child {
    border-bottom: none;
}

.protfolio-details-icon-text span {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 700;
    float: left;
}

.protfolio-details-icon-inner a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #000116;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
    transition: .5s;
}

.protfolio-details-full-title h3 {
    font-weight: 700;
    color: #292728;
}

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

.protfolio-details-full-content p {
    font-size: 17px;
    width: 97%;
}

.protfolio-details-icon-inner a:hover {
    background: #292728;
}

/*testimonial-area.style-two*/

.testimonial-area.style-two {
    padding: 118px 0 120px;
}


/*help-area.style-two .row.help*/

.help-area.style-two .row.help {
    border-top: none;
    padding: 120px 0 0;
}


/*contact-area.style-two*/

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

/*blog-grid-area*/

.blog-grid-area {
    padding: 118px 0 90px;
}

/*blog-2column-area*/

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

/*blog-list-area*/

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

/*** 
====================================================================
    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: #F9E965;
    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: #000116;
    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: #000116;
    display: inline-block;
}

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

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

.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, #000116 0%, #000116 100%);
    background-image: -ms-linear-gradient(0deg, #000116 0%, #000116 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: #000116;
}

.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, #000116 0%, #000116 100%);
    background-image: -webkit-linear-gradient(0deg, #000116 0%, #000116 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: #CD9E50;
}

.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: #F9E965;
    -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: #BDEBFF;
    -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 {
        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);
        }
    }