/*===============================================
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 blog Area Css
11. dreamhub Subscribe Area Css
12. dreamhub testimonial Area Css
13. dreamhub call-do-action-Area Css 
14. dreamhub footer-Area Css
15. dreamhub contact Area Css
16. dreamhub faq Area Css
17. dreamhub blog-grid Area Css
18. dreamhub blog-list Area Css
19. dreamhub blog-2column Area Css
20. dreamhub blog-details Area Css
21. dreamhub Products Area Css
22. dreamhub Products-details Area Css
23. dreamhub Gallery Area Css
24. dreamhub team Area Css
25. dreamhub protfolio Area Css
26. dreamhub protfolio-details Area Css
27. dreamhub fitness Area Css


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


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


.dreamhub_nav_manu {
    padding: 0 100px;
    background: #15192a;
}

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

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

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

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



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

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


.dreamhub-btn {
    margin-left: 19px;
    display: inline-block;
}
.dreamhub-btn a {
    padding: 12px 40px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #d00a2b;
    border-radius: 6px;
    font-size: 16px;
    position: relative;
    z-index: 1;
	transition: .5s;
}

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

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

.dreamhub-btn a:hover::before {
    opacity: 1;
    width: 50%;
}

.dreamhub-btn a:hover::after {
    opacity: 1;
    width: 50%;
}

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

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

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

.sticky .dreamhub-btn a {
    background: #fff;
    color: #d00a2b;
    border: 1px solid transparent;
    border-radius: 3px;
}

.sticky .dreamhub-btn a::before {
    background: #d00a2b;
}

.sticky .dreamhub-btn a::after {
    background: #d00a2b;
}




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

.hero-area {
    background: #101010;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 850px;
}

.hero-content h5 {
    font-size: 18px;
    color: #d00a2b;
    font-weight: 700;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 58px;
    font-weight: 700;
}

.hero-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    width: 80%;
    padding: 24px 0 27px;
}

.hero-area .dreamhub-btn {
    margin-left: 0;
    display: inline-block;
}

.hero-area .dreamhub-btn a {
    padding: 9px 37px 12px;
    margin-right: 27px;
}

.dreamhub-btn a i {
    display: inline-block;
    font-size: 26px;
    position: relative;
    top: 4px;
    padding-left: 2px;
}

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

.hero-video-icon i {
    display: inline-block;
    background: #fff;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: #cf092b;
    margin-right: 11px;
}

.hero-video-icon a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
/*=====================================
<--  end dreamhub hero area Area Css -->
=======================================*/




/*=====================================
<--  start dreamhub section Area Css -->
=======================================*/
.section-sub-title h5 {
    color: #d00a2b;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.section-main-title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
    padding: 23px 0 67px;
}

.section-main-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
	padding: 23px 0 67px;
}

.section-main-title.about h1 {
    padding: 0 0 12px;
}

.section-main-title.about h2 {
    padding: 18px 0 0;
    margin: 0;
}

.section-title-description p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ceced0;
    width: 88%;
    margin: 0;
    padding: 9px 0 42px;
}


.contact-area .section-sub-title h5 {
    font-size: 30px;
    font-weight: 400;
}

.section-title-desc p {
    font-size: 16px;
    color: #ceced0;
    width: 61%;
    margin: auto;
    padding: 14px 0 74px;
}


/*=====================================
<--  start dreamhub service Area Css -->
=======================================*/
	
	
.service-area {
    background: #121117;
    padding: 136px 0 0;
}

.service-single-box {
    background: #18181d;
    border-radius: 5px;
    padding: 34px 30px 26px;
    position: relative;
    z-index: 1;
}

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

.service-single-box:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #d00a2b;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
	z-index: -1;
}

.service-shape {
    position: absolute;
    top: 30px;
    right: 35px;
}

.service-shape img {
    opacity: 0.2;
    transition: .5s;
}

h3.service-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 31px 0 0;
}

p.service-des {
    font-size: 14px;
    line-height: 24px;
    color: #ceced0;
    font-weight: 400;
    margin: 0;
    padding: 15px 0 15px;
}

.service-btn a {
    display: inline-block;
    text-decoration: none;
    color: #ceced0;
    font-size: 14px;
}

.service-btn a i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 3px;
    padding-left: 3px;
}

.service-single-box:hover .service-shape img {
	opacity: 1;
}


.service-single-box:hover::before{
	opacity: 1;
	height: 50%;
}

.service-single-box:hover::after{
	opacity: 1;
	height: 50%;
}

.service-single-box:hover p.service-des{
	color: #ceced0;
}

.service-single-box:hover .service-btn a{
	color: #ceced0;
}
/*=====================================
<--  end dreamhub service Area Css -->
=======================================*/











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


.about-area {
    padding: 137px 0 0;
    background: #121117;
}

.about-content {
    margin-left: -20px;
}

.about-area .dreamhub-btn {
    margin-left: 0;
}

.about-area .dreamhub-btn a {
    padding: 9px 41px 12px;
}

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





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



.fitness-area {
    padding: 135px 0 0;
    background: #121117;
}

.fitness-thumb {
    position: relative;
	overflow: hidden;
}

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

.fitness-change h5 {
    font-size: 16px;
    font-weight: 700;
}

.fitness-change {
    position: absolute;
    top: 46px;
    left: 33px;
}

.fitness-thumb img:hover {
    transform: scale(1.1);
}




























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

.gallery-area {
    padding: 135px 0 0;
    background: #121117;
}

.portfolio_nav {
    float: right;
}

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

.portfolio_nav ul li {
    background: #19181e;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 4px 30px;
    font-weight: 400;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
}

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

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

.gallery-thumb {
    position: relative;
}

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

.gallery-icon {
    position: absolute;
    top: 70%;
    left: 44%;
    background: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.gallery-icon span a {
    font-size: 29px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: #d00a2b;
}

.gallery-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #d00a2b;
    left: 0;
    top: 0;
    border-radius: 5px;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
}

.gallery-thumb:hover::before {
    opacity: 0.7;
    transform: scale(1);
}

.single-gallery-box:hover .gallery-icon {
    opacity: 1;
    top: 42%;
	
}



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





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


.testimonial-area {
    padding: 105px 0 0;
    background: #121117;
}

.testimonial-content {
    margin: 13px 0 0 18px;
}

h3.testimonial-title {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}

h5.testimonial-text {
    font-size: 14px;
    color: #ceced0;
    font-weight: 400;
    padding: 10px 0 18px;
}

p.testimonial-desc {
    font-size: 14px;
    font-style: italic;
    color: #ceced0;
    margin: 0;
    width: 86%;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: #b8b8ba;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 9px;
}

.owl-dots {
    text-align: center;
    padding-top: 30px;
}

.owl-dot.active {
    background: #d0082c;
    transition: .5s;
}


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





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



.pricing-area {
    padding: 127px 0 0;
    background: #121117;
}
.pricing-single-box {
    background: #19181e;
    padding: 47px 40px;
    position: relative;
}

.pricing-single-box::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #39393f;
    top: 124px;
    left: 0;
}

.pricing-top {
    margin-bottom: 57px;
}

.pricing-header {
    display: inline-block;
}

.pricing-rate {
    display: inline-block;
    float: right;
}

h3.pricing-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 11px;
}

h5.pricing-text {
    font-size: 13px;
    font-weight: 400;
    color: #ceced0;
	margin: 0;
}

h2.pricing-tk {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 11px;
}

h5.pricing-month {
    font-size: 13px;
    color: #ceced0;
    font-weight: 400;
    margin: 0;
}

.pricing-desc p {
    font-size: 17px;
    color: #ceced0;
    padding: 0 0 18px;
    text-transform: capitalize;
}

.pricing-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #ceced0;
    background: #353439;
    padding: 10px 37px 12px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

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

.pricing-btn a i {
    display: inline-block;
    font-size: 26px;
    position: relative;
    top: 5px;
    padding-left: 4px;
}


.pricing-single-box:hover .pricing-btn a::before{
	width: 100%;
    opacity: 1;
}




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







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

.faq-area {
    padding: 105px 0 120px;
    background: #121117;
}

.faq-thumb {
    margin-left: 80px;
}
/*accordion*/
.tab_container {
    position: relative;
}

ul.accordion {
    padding: 0;
}

.accordion li {
    list-style: none;
    padding: 2px 0px 13px;
    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: 16px 0 2px 21px;
    margin: 0;
}

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

.accordion a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    content: " ";
    top: 27px;
    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: #232323!important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

a.active span {
    color: #d00a2b !IMPORTANT;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../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: 6px;
    background: #19181e;
    text-decoration: none;
}

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

.faq-area .accordion li a {
    padding: 14px 20px 14px 19px;
    border-radius: 6px;
    background: #19181e;
    text-decoration: none;
}

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




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



.subscribe-area {
    background: #19181e;
    padding: 129px 0 137px;
}

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

p.subscribe-desc {
    color: #ceced0;
    margin: 0;
    padding: 12px 0 50px;
}

.form-field input {
    height: 60px;
    width: 51%;
    padding: 0 0 0 22px;
    background: #353439;
    outline: 0;
    border: none;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    font-weight: 400;
    position: relative;
}

.form-field button {
    background: #d00a2b;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 1px 39px 0;
    border-radius: 0 06px 6px 0;
    position: absolute;
    right: 34%;
    height: 60px;
    margin: 0 -26px 0;
}

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







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



.blog-area {
    padding: 135px 0 105px;
    background: #121117;
}

.blog-description p {
    font-size: 16px;
    font-weight: 400;
    color: #ceced0;
}

.blog-area .dreamhub-btn {
    margin-left: 0;
    float: right;
    margin-top: -24px;
}

.blog-area .dreamhub-btn a {
    padding: 9px 35px 12px;
}

.blog-thumb {
    position: relative;
}

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

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

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

.blog-date {
    left: 20px;
    position: absolute;
    top: 19px;
    background: #d00a2b;
    padding: 1px 14px;
    border-radius: 6px;
}

.blog-date span {
    font-size: 14px;
    font-weight: 400;
}

.blog-content {
    background: #19181e;
    padding: 28px 22px 20px;
}

h3.blog-title a {
    display: inline-block;
    font-size: 21px;
    line-height: 33px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition: .5s;
}


.single-blog-box:hover .blog-thumb:before {
	opacity: 0.5;
	width: 50%;
}

.single-blog-box:hover .blog-thumb:after{
	opacity: 0.5;
	width: 50%;
}

.single-blog-box:hover h3.blog-title a{
	color: #d00a2b;
}



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




/*=====================================
<--  start dreamhub footer-area Css -->
=======================================*/
.footer-area {
    background: #19181e;
    padding: 137px 0 14px;
}

.footer-widget-text p {
    font-size: 16px;
    line-height: 28px;
    color: #ceced0;
    font-weight: 400;
    margin: 0;
    padding: 46px 0 30px;
}

.footer-widget-social a i {
    color: #ceced0;
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #29282d;
    border-radius: 3px;
    margin-right: 6px;
}

.footer-widget.left {
    padding-left: 106px;
}

.footer-widget.right {
    padding-left: 82px;
}

.widget-title h2 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}

.footer-widget ul {
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
    padding-top: 15px;
}

.footer-widget ul li a {
    text-decoration: none;
    color: #ceced0;
    display: inline-block;
    transition: .5s;
}

.footer-widget.link ul li a {
    display: inline-block;
    color: #ceced0;
    text-decoration: none;
	transition: .5s
}

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

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


.footer-widget-quote-contact ul li {
    list-style: none;
    font-size: 16px;
    color: #ceced0;
    padding-top: 15px;
}

.footer-widget-quote-contact ul li i {
    display: inline-block;
    font-size: 16px;
    padding-right: 9px;
	transition: .5s;
}

.row.br {
    border-top: 1px solid #353444;
    padding-top: 29px;
    margin: 0;
    margin-top: 84px;
}

.coppy-right-text {
    text-align: center;
}

.coppy-right-text p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

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

.footer-widget-social a i:hover {
    background: #d00a2b;
    color: #fff;
}

.footer-widget.link ul li a:hover{
	color: #d00a2b;
}

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

.footer-widget-quote-contact ul li i:hover {
    color: #d00a2b;
}


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




/*----inner-page-css----*/




/*----breatcome-area----*/
.breatcome-area {
    background: #19181e;
    padding: 110px 0 115px;
}

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

.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;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.breatcome-title h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 25px 0 35px;
}
.breatcome-title p {
    color: #ceced0;
    font-size: 17px;
    margin: 0;
}

/*----testimonial-area.style2----*/

.testimonial-area.style2 {
    padding: 105px 0 131px;
}


/*----team-area----*/

.team-area {
    background: #121117;
    padding: 135px 0 0;
}

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

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



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 87%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    transform: scale(1);
    transition: .5s;
    opacity: 0;
}

.overlay h2 {
    margin: 210px 0 64px;
}

.overlay h2 a {
    display: inline-block;
    color: #d00a2b;
    text-decoration: none;
    font-size: 20px;
    padding: 17px 72px;
    border: 1px solid;
}


.social-media ul {
    padding: 0;
}

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


.social-media ul li a i {
    display: inline-block;
    border: 1px solid #d00a2b;
    font-size: 15px;
    color: #d00a2b;
    transition: .5s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 9px 0;
}

.team-content {
    text-align: center;
    background: #d00a2b;
    padding: 11px 0 11px;
}

h2.team-title {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 3px;
}

h5.team-text {
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    margin: 0;
}

.social-media ul li a i:hover {
    background: #d00a2b;
    color: #fff;
}

.team-single-box:hover .overlay {
    transform: scale(0.9);
    opacity: 1;
}


/*----team-area-style2----*/
.team-area.style2 {
    padding: 135px 0 108px;
}



/*----pricing-area----*/


.pricing-area.style2 {
    padding: 135px 0 107px;
}

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

/*----blog-grid----*/

.blog-area.style2 {
    padding: 136px 0 107px;
}

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


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

.contact-area {
    background: #121117;
    padding: 132px 0 138px;
}

.contact-info-content {
    text-align: center;
}

.contact-info-icon a i {
    font-size: 30px;
    display: inline-block;
    color: #d00a2b;
    height: 100px;
    width: 100px;
    border: 2px solid #d00a2b;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.contact-info-number span a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.contact_form h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.contact_form p {
    text-align: center;
    font-size: 15px;
    color: #ceced0;
    width: 67%;
    margin: auto;
    line-height: 25px;
    padding: 13px 0 40px;
}


.contact_form {
    padding: 102px 0 0;
}


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

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

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

.form_field_inner_text textarea::placeholder {
    color: #fff;
}

.contact_button {
    text-align: center;
}

.contact_button button {
	display: inline-block;
	padding: 11px 30px;
	border-radius: 5px;
	background: #d00a2b;
	color: #fff;
	font-size: 17px;
	position: relative;
	z-index: 1;
	transition: .5s;
	border: none;
}

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

/*----service-area----*/

.subscribe-area.style2 {
    border-bottom: 1px solid #353444;
}






/*----protfolio-area----*/

.protfolio-area {
    background: #101010;
    padding: 135px 0 107px;
}

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

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

.protfolio-content {
    background: #d00a2b;
}

.protfolio-content {
    background: #d00a2b;
    padding: 30px 33px 36px;
    position: absolute;
    width: 90%;
    left: -90%;
    bottom: 40px;
    opacity: 0;
    transition: .5s;
}

h3.protfolio-title a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

h5.protfolio-text {
    font-size: 19px;
    color: #ceced0;
    font-weight: 400;
    margin: 0;
}

.protfolio-thumb img:hover {
    transform: scale(1.1);
}

.protfolio-single-box:hover .protfolio-content{
	left: 0%;
	opacity: 1;
}


/*----protfolio-details-area----*/

.protfolio-details-area {
    background: #121117;
    padding: 130px 0 114px;
}

h2.title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 23px;
}

.portfolio-details-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    color: #ceced0;
}

.portfolio-details-img {
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 37px;
}

.portfolio-details-img img {
    transform: scale(1);
    transition: .5s;
}

.portfolio-details-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px;
}

.portfolio-details-content p {
    margin-bottom: 15px;
}

ul.portfolio-details-list {
    padding: 0;
}

ul.portfolio-details-list li {
    list-style: none;
    color: #ceced0;
    padding-top: 7px;
	transition: .5s;
}

ul.portfolio-details-list li i {
    display: inline-block;
    color: #d00a2b;
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.side-bar-widget {
    background: #d00a2b;
    padding: 30px;
    margin-bottom: 35px;
    border-radius: 5px;
}

.side-bar-widget .title {
    font-size: 26px;
    margin-bottom: 8px;
}

.side-bar-categories ul {
    padding: 0;
}

.side-bar-categories ul li {
    list-style: none;
}

.side-bar-categories ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding-top: 13px;
    transition: .5s;
}

.side-bar-categories ul li a i {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
}

.side-bar-widget button {
    padding: 14px 0 11px;
    width: 100%;
    outline: 0;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
    transition: .5s;
    border: 1px solid transparent;
}

.side-bar-widget i {
    font-size: 18px;
    display: inline-block;
}

.side-bar-widget button:hover {
    background: #d00a2b;
    color: #fff;
    border: 1px solid #fff;
}

.side-bar-categories ul li a:hover {
    letter-spacing: 0.30px;
}

ul.portfolio-details-list li:hover {
    color: #d00a2b;
}

.portfolio-details-img img:hover {
    transform: scale(1.1);
}
/*---service-area.style2---*/

.service-area.style2 {
    padding: 135px 0 140px;
}

/*---service-details---*/

.service-details-area {
    padding: 137px 0 140px;
    background: #121117;
}

.service-details-thumb {
    margin-bottom: 33px;
    overflow: hidden;
}

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

h2.service-dtls-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-dtls-description p {
    font-size: 15px;
    font-weight: 400;
}

h4.why-choose-us-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

ul.why-choose-us-list {
    margin-bottom: 29px;
    padding: 0;
}

ul.why-choose-us-list li {
    list-style: none;
    font-size: 15px;
    color: #fff;
    padding-top: 12px;
    transition: .5s;
}

ul.why-choose-us-list li i {
    display: inline-block;
    font-size: 18px;
    margin-right: 11px;
    background: #d00a2b;
    height: 18px;
    width: 18px;
    line-height: 15px;
    border-radius: 50%;
    transition: .5s;
}

.service-details-thumb2 {
    margin-top: 26px;
    overflow: hidden;
}

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

.service-details-sidebar {
    margin-bottom: 50px;
}

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

.sidebar-link {
    border-radius: 5px;
    padding: 25px 42px 25px;
    background: #d00a2b;
}

.sidebar-link ul {
    padding: 0;
}

.sidebar-link ul li a {
    text-decoration: none;
}

.sidebar-link ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    transition: .5s;
}

.sidebar-link ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 10px 15px 12px;
    position: relative;
    z-index: 1;
}

li.style6 {
    border: none !important;
}

.sidebar-link ul li::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.sidebar-link i {
    float: right;
    display: inline-block;
    font-size: 15px;
}

.sidebar-thumb {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-thumb:after {
    position: absolute;
    content: "";
    background: black;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

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

.sidebar-content {
    margin: auto;
    position: absolute;
    top: 48%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 30px;
}

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

.sidebar-icon a i {
    display: inline-block;
    color: #fff;
    background: #d00a2b;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

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

.sidebar-number span {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
}

.sidebar-title h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.brochure-single-box {
    background: #d00a2b;
    padding: 21px 29px 43px;
    border-radius: 5px;
}

.brochure-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.brochure-title h3:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 20px;
    width: 3px;
    top: 4px;
    left: 1px;
}

.brochure-description p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 19px 0 4px;
    line-height: 26px;
}

.brochure-icon ul {
    padding: 0;
}

.brochure-icon ul li {
    list-style: none;
    padding-top: 17px;
}

.brochure-icon ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}

.brochure-icon ul li a i {
    display: inline-block;
    font-size: 35px;
    color: #fff;
    position: relative;
    top: 7px;
}

ul.why-choose-us-list li:hover i {
    color: #fff;
}

ul.why-choose-us-list li:hover {
    color: #d00a2b;
}


.sidebar-link ul li:hover a {
    color: #d00a2b;
}

.service-details-thumb2 img:hover {
    transform: scale(1.1);
}

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

.sidebar-link ul li:hover::before {
    opacity: 1;
    width: 100%;
}

.sidebar-link ul li:hover .sidebar-link i {
	color: #fff;
} 

.sidebar-link ul li:hover .sidebar-link ul li a {
	color: #fff;
}




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

.blog-2column-area {
    background: #121117;
    padding: 135px 0 105px;
}

/*----faq-area.style2----*/
.faq-area.style2 {
    padding: 133px 0 120px;
}

/*----blog-list-area----*/
.blog-list-area {
    background: #121117;
    padding: 135px 0 106px;
}

/*----about-area.style2----*/
.about-area.style2 {
    padding: 140px 0 0;
}


/*----blog-details----*/

.blog-details-area {
    padding: 135px 0 140px;
    background: #121117;
}

.blog-details-wrp p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    width: 90%;
}

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

.blog-details-info {
	padding: 37px 39px 26px;
	background: #fff;
}

h3.blog-details-title a {
    font-size: 22px;
    color: #272626;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
}

.author span {
    color: black;
    font-weight: 400;
    margin-right: 30px;
    position: relative;
}

.author span::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: #b2b2b2;
    right: -18px;
    top: 2px;
}

.author span i {
    display: inline-block;
    color: #d00a2b;
    font-size: 17px;
    padding-right: 3px;
}

p.blog-details-desc strong {
    color: black;
    font-size: 15px;
    display: block;
    line-height: 23px;
    font-weight: 700;
    padding: 18px 0 25px;
}

.blog-details-text h2 {
    color: black;
    font-weight: 400;
    margin: 0;
    padding: 0 0 7px;
    font-size: 28px;
}

ul.blog-details-list {
    padding: 0;
}

ul.blog-details-list li {
    color: #666;
    list-style: none;
    font-size: 15px;
    padding-top: 5px;
}

ul.blog-details-list li i {
    display: inline-block;
    background: #d00a2b;
    height: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    width: 16px;
    border-radius: 50%;
    font-size: 14px;
    padding-right: 0;
    margin-right: 10px;
}






.sidebar {
    padding: 4px 18px;
}

.single-sidebar.widget h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}

.sidebar-search input {
    background: #f5f5f5;
    border: none;
    font-size: 15px;
    height: 56px;
    line-height: 40px;
    padding: 15px;
    width: 86%;
    outline: 0;
    margin-bottom: 43px;
}

.sidebar-search button {
    background: #d00a2b;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 20px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.blog-det h3 {
    font-size: 27px;
    color: #fff;
    position: relative;
    font-weight: 400;
    margin-bottom: 14px;
}

h3.widget-title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 12%;
    background: #d00a2b;
    top: 46px;
    left: 0;
}

ul.blog-det-menu {
    padding: 0;
    margin-bottom: 56px;
}

ul.blog-det-menu li {
    list-style: none;
    padding-top: 32px;
    position: relative;
    z-index: 1;
}

ul.blog-det-menu li:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #d00a2b;
    z-index: -1;
    top: 18px;
    opacity: 0;
    transition: .5s;
}

ul.blog-det-menu li:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #d00a2b;
    left: 0;
    top: 78px;
    opacity: 0.5;
}

ul.blog-det-menu li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin-left: 10px;
}

ul.blog-det-menu li a i {
    display: inline-block;
    font-size: 10px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #d00a2b;
    border-radius: 50%;
    margin-right: 10px;
    transition: .5s;
}

ul.archive {
    padding: 0;
    margin-bottom: 55px;
}

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

ul.archive li:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: red;
    opacity: 0.5;
    top: 58px;
}

ul.archive li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    transition: .5s;
}

ul.archive li a span {
    color: #d00a2b;
    padding-left: 10px;
    font-weight: 600;
    float: right;
}

.widget h5 {
    color: #fff;
    margin-bottom: 9px;
}

ul.tags {
    padding: 0;
}

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

ul.tags li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #d00a2b;
    padding: 4px 12px 6px;
    margin: 10px 0 0 4px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

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

.blog-details-area .contact_form {
    padding: 0;
} 

.blog_reply {
    overflow: hidden;
    margin-top: 50px;
    background: #d00a2b;
    padding: 43px 42px 50px;
    border-radius: 5px;
}

.reply_ttl {
    margin-bottom: 36px;
}

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

.blog_reply .form_field {
    width: 100%;
}

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

.form_field_inner input::placeholder {
    color: #fff;
}

.blog_reply .form_field_inner input, .blog_reply .form_field_inner textarea {
    width: 96%;
    border: 0;
    height: 55px;
    padding-left: 19px;
    color: #fff;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #fff;
}

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

.blog_reply .text_area .form_field_inner textarea {
	width: 98%;
	height: 230px;
	padding-top: 15px;
	outline: 0;
	border-radius: 5px;
	margin-bottom: 40px;
	border: 1px solid #fff;
	color: #fff;
}

.form_field_inner textarea::placeholder {
    color: #fff;
}

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

.blog-details-area .contact_button button {
    float: left;
}

.blog-details-area .contact_button button {
    background: #fff;
    color: #d00a2b;
    border: 1px solid #fff;
}

.blog-details-area .contact_button button::before {
    background: #d00a2b;
}

ul.blog-det-menu li ul .blog-det-menu li a i{
	background: #fff;
}

.blog-details-area .contact_button button:hover {
    border: 1px solid #fff;
}

.blog-details-area .contact_button button:hover {
    color: #fff;
    border: 1px transparent;
    border: 1px solid #fff;
}

ul.archive li a:hover {
    color: #d00a2b;
}

ul.blog-det-menu li:hover i {
    background: #fff;
    color: #d00a2b;
}

ul.blog-det-menu li:hover:before {
    width: 100%;
    opacity: 1;
}

ul.tags li a:hover::before {
    opacity: 1;
    transform: scale(1);
}





/*
<!-- ============================================================== -->
<!-- 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, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 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: #d00a2b;
}

 .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, #F02830 0%, #F02830 100%);
    background-image: -webkit-linear-gradient(0deg, #d00a2b 0%, #d00a2b 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: #9A241C;
  -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: #FF3C00;
  -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);
  }
}
