/* CSS Document */


/* 
    Created on   : 07/03/2018.
    Theme Name   : Goenviro - Environmental , Energy, Non-Profit HTML Template
    Version      : 1.0.
    Author       : @Template_mr.
    Designed By  : @Template_mr.
    Developed By : @Template_mr.
   
*/


/* ------------------------------------------ */


/*             TABLE OF CONTENTS
/* ------------------------------------------ */


/*   01 - Loading Transition  */


/*   02 - Global stlye  */


/*   03 - Upper Header */


/*   04 - Theme Header / Menu */


/*   05 - Theme menu */


/*   06 - Theme Banner  */


/*   07 - Our Experience   */


/*   08 - Donate Banner  */


/*   09 - Our Service */


/*   10 - Fundraising Cause  */


/*   11 - Testimonial Style One   */


/*   12 - Latest Event  */


/*   13 - Latest News  */


/*   14 - Contact Feature   */


/*   15 - Footer  */


/*   16 - Theme Innner Banner  */


/*   17 - Theme Sidebar  */


/*   18 - Service Details  */


/*   19 - Our Gallery */


/*   20 - Gallery Details */


/*   21 - Our Team  */


/*   22 - Our Events  */


/*   23 - Testimonial Style Two  */


/*   24 - Our Blog  */


/*   25 - Blog Details  */


/*   26 - Conatct US  */


/*   27 - Shop Page  */


/*   28 - Shop Details  */


/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:300,400,600,700');

/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap.css');

/*----bootstrap Select ----- */

@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');

/*----camera-slider---*/

@import url('../vendor/Camera-master/css/camera.css');

/*------- Mega menu ------*/

@import url('../vendor/bootstrap-mega-menu/css/menu.css');

/*----------- Fancybox css -------*/

@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');

/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');

/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');

/*-------- animated css ------*/

@import url('../vendor/WOW-master/css/libs/animate.css');

/*--------- flat-icon ---------*/

@import url('../fonts/icon/font/flaticon.css');

/*------------- Map -------------*/

@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');

/*---- Progress bar css----*/

@import url('../vendor/skills-master/source/animate.css');
@import url('../vendor/skills-master/source/habilidades.css');

/*--------- Jquery ui ---------*/

@import url('../vendor/jquery-ui/jquery-ui.min.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    background: url(../images/1.gif);
    width: 64px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}


/*==================== Click Top ====================*/

.scroll-top {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: fixed;
    bottom: 5px;
    right: 15px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #151515;
    font-size: 20px;
    display: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*______________________ Global stlye ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
}

body .main-page-wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 26px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    font-weight: 500;
}

p {
    line-height: 36px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
  /*  display: block;*/
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.m-top0 {
    margin-top: 0 !important;
}

.m-bottom0 {
    margin-bottom: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.section-margin-top {
    margin-top: 150px;
}

.section-margin-bottom {
    margin-bottom: 150px;
}

.section-margin-bottom-two {
    margin-bottom: 70px;
}


/*--------------------- Transition --------------------*/

.tran3s,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.upper-header .container>ul>li a,
#mega-menu-wrapper .nav>li>a:before,
body .theme-button-one,
.camera_wrap .camera_pag .camera_pag_ul li,
body .title-button,
.codeconSkillbar .PercentText,
.latest-event .single-event .image-bg .overlay,
.latest-event .single-event .text,
.latest-news .single-news-post .read-more,
.contact-feature .social-icon li a,
.theme-footer .footer-list ul li a,
.theme-footer .Subscribe form button,
.theme-footer .bottom-footer ul li a,
.contact-feature .contact-form button,
.contact-feature .involved,
.theme-sidebar .sidebar-list ul li a,
.theme-sidebar .sidebar-banner a,
.service-details-content .service-panel .panel-group .panel-heading a:before,
.service-details-content .title ul li a,
.gallery-wrapper .all-item,
.mixitUp-menu li,
.owl-theme .owl-dots .owl-dot span,
.gallery-details .project-history .social-icon li a,
.gallery-details .page-changer li a,
.our-team .single-team-member .member-info:before,
.our-events .single-event-box p,
.our-events .single-event-box ul li,
.our-events .single-event-box,
.our-events .single-event-box .date,
.theme-pagination li a,
.blog-details .reply-comment form button,
.page-pagination li a,
.contact-address .social-address li a,
.shop-sidebar .shop-sidebar-list ul li a,
.shop-details .product-info .quantity-box .order-box li button,
.shop-details .product-review-tab .nav-tabs>li>a:before,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before {
    transition: all .3s ease-in-out;
}

.tran4s,
.gallery-wrapper .single-portfolio-item .image-box .overlay {
    transition: all .4s ease-in-out;
}


/*---------------------- Theme Title ---------------------*/

.theme-title {
    position: relative;
}

.button-title {
    padding-right: 320px;
    padding-bottom: 8px;
}

.theme-title p {
    line-height: 30px;
    padding-top: 30px;
}

body .title-button {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

body .title-button i {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

body .title-button:hover {
    background: #2E8B57;
}

.theme-title .title-button {
    position: absolute;
    bottom: 45px;
    right: 0;
}


/*------------------------ Theme Button ------------------*/

body .theme-button-one {
    line-height: 52px;
    border-radius: 20px;
    padding: 0 40px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

body .theme-button-one:hover {
    background: #2E8B57;
}

body .theme-button-one i {
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
}

body .theme-button-one:hover {
    color: #fff;
}


/*------------------------ Theme Pagination ------------------*/

.theme-pagination {
    border: 2px solid #f6f6f6;
    display: inline-block;
}

.theme-pagination li {
    float: left;
}

.theme-pagination li a {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
    line-height: 38px;
    padding: 0 17px;
    border-right: 2px solid #f6f6f6;
    min-width: 55px;
    text-align: center;
}

.theme-pagination li:last-child a {
    border: none;
    font-weight: normal;
}

.theme-pagination li a:hover,
.theme-pagination li.active a {
    color: #fff;
}

.page-pagination li a {
    display: block;
    width: 207px;
    line-height: 51px;
    border: 2px solid #f1f1f1;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.page-pagination li a:hover {
    color: #fff;
}


/*----------------------- Theme Color File -------------------*/

.p-color,
.upper-header .left-list li a:hover,
.theme-header .top-header .right-widget li:nth-child(1) i,
.fundraising-cause .single-funding-cause:hover .text h4 a,
.theme-header .top-header .right-widget li:nth-child(2) i,
.our-experience .text span,
.our-service .single-service i,
.our-service .single-service h3 a:hover,
.latest-news .single-news-post .date,
.latest-news .single-news-post:hover .read-more,
.latest-news .single-news-post h5 a:hover,
.contact-feature .social-icon li a:hover,
.contact-feature .sign-up,
.theme-footer .footer-list ul li a:hover,
.theme-footer .Subscribe form button:hover,
.theme-footer .bottom-footer p a,
.theme-footer .bottom-footer ul li a:hover,
.theme-footer .bottom-footer ul li:last-child a,
.contact-feature .involved:hover,
.about-us-text .single-block h4,
.service-details-content .service-panel .panel-group .panel-heading a:before,
.gallery-details .project-history .color-text,
.gallery-details .project-history .social-icon li a:hover,
.our-events .single-event-box ul li,
.theme-sidebar .sidebar-search form button,
.our-blog .single-blog-post .blog-post-data ul li,
.our-blog .single-blog-post .blog-post-data h3 a:hover,
.blog-details .single-blog-post .post-info li a,
.blog-details .tag-option ul.float-left li a,
.blog-details .tag-option ul li a:hover,
.page-pagination li a,
.shop-sidebar .shop-sidebar-list ul li a i,
.shop-sidebar .shop-sidebar-list ul li a:hover,
.shop-sidebar .single-popular-product .product strong,
.shop-product-wrapper .single-product .text strong,
.shop-product-wrapper .single-product .text h5 a:hover,
.shop-details .product-info .price li:first-child,
.shop-details .product-info .rating>li:last-child ul li a,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover>a:hover,
#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before {
    color: #009eb3;
}

.p-bg-color,
.theme-menu-wrapper.fixed,
body .theme-button-one,
.theme-header .bg-color,
.upper-header .donation-button a:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li:hover a,
.theme-menu-wrapper:before,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.donate-banner.bg-one .wrapper,
.donate-banner.bg-one .wrapper:before,
.contact-feature .contact-form button,
.our-service .single-service:hover .theme-button-one,
.our-service .wrapper .overlay-bg,
body .title-button,
.fundraising-cause .single-funding-cause .text .codeconSkillbar .skillBar,
.contact-feature .text-box,
.fundraising-cause .single-funding-cause:hover .text .codeconSkillbar .PercentText,
.latest-event .single-event:hover .text,
.partent-logo-section,
.theme-footer .Subscribe form button,
.theme-sidebar .sidebar-list ul li a:hover,
.theme-sidebar .sidebar-list ul li.active a,
.theme-sidebar .sidebar-banner,
.gallery-wrapper .all-item,
.mixitUp-menu li.active,
.gallery-details .owl-theme .owl-dots .owl-dot.active span,
.our-events .single-event-box:hover,
.gallery-details .owl-theme .owl-dots .owl-dot:hover span,
.gallery-details .page-changer li a:hover,
.our-team .single-team-member .member-info ul li a:hover,
.our-events .single-event-box .date,
.theme-pagination li a:hover,
.theme-pagination li.active a,
.testimonial-style-two .text .name:before,
.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot:hover span,
.our-blog .single-blog-post .date,
.blog-details .reply-comment form button,
.page-pagination li a:hover,
.contact-us form input[type="submit"],
.contact-address .branch-address .icon,
.shop-sidebar .shop-sidebar-search form button,
.shop-details .product-info .quantity-box .order-box li input,
.shop-details .product-info .quantity-box .order-box li button:hover,
.shop-details .product-review-tab .nav-tabs>li>a:before,
.shop-details .realted-product h4:before {
    background: #009eb3;
}

.our-team .single-team-member .member-info ul li a:hover,
.page-pagination li a:hover {
    border-style: solid;
    border-color: #009eb3;
}


/*------------------------  Upper Header --------------------*/

.upper-header {
    background: #181313;
    padding: 10px 0;
}

.upper-header .container>ul>li {
    display: inline-block;
    line-height: 52px;
}

.upper-header .left-list li a {
    color: #fff;
    margin-right: 20px;
}

.upper-header .donation-button a {
    display: block;
    width: 198px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #232222;
    border-radius: 20px;
}

.upper-header .donation-button a i {
    font-weight: normal;
    font-size: 22px;
    margin-left: 5px;
}

.upper-header .language-changer .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-transform: uppercase;
}

.upper-header .account-filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
}

.upper-header .account-filter {
    margin: 0 20px 0 25px;
}


/*---------------------- Theme Header / Menu --------------------*/

.theme-header {
    padding: 40px 0;
    position: relative;
}

.theme-header .top-header .right-widget li {
    display: inline-block;
    vertical-align: middle;
}

.theme-header .top-header .right-widget .search-form {
    height: 52px;
    width: 290px;
    position: relative;
}

.theme-header .top-header .right-widget .search-form input {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e4e4;
    border-radius: 20px;
    padding: 0 50px 0 15px;
}

.theme-header .top-header .right-widget .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45px;
    text-align: left;
    background: transparent;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    border-radius: 0 20px 20px 0;
}

.theme-header .top-header .right-widget li:nth-child(1),
.theme-header .top-header .right-widget li:nth-child(2) {
    position: relative;
    padding-left: 65px;
}

.theme-header .top-header .right-widget li:nth-child(1) p,
.theme-header .top-header .right-widget li:nth-child(2) p {
    font-size: 15px;
    color: #171616;
    margin-bottom: 5px;
    font-weight: 700;
}

.theme-header .top-header .right-widget li:nth-child(1) i,
.theme-header .top-header .right-widget li:nth-child(2) i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 42px;
}

.theme-header .top-header .right-widget li:nth-child(2) {
    margin: 0 60px 0 75px;
}


/*--------------------- Theme menu ------------------*/

.theme-menu-wrapper .container {
    position: relative;
}

.theme-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
}

.theme-menu-wrapper:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}

.theme-menu-wrapper .right-widget {
    padding-top: 25px;
}

.theme-menu-wrapper .right-widget li {
    float: left;
}

.theme-menu-wrapper .right-widget .quote-button a {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 5px;
}

.theme-menu-wrapper .right-widget .quote-button a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.theme-menu-wrapper .right-widget .shop-cart {
    position: relative;
    padding: 12px 10px 0 0;
    margin-right: 45px;
}

.theme-menu-wrapper .right-widget .shop-cart a {
    font-size: 20px;
    color: #fff;
}

.theme-menu-wrapper .right-widget .shop-cart span {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    font-weight: 600;
    color: #8f8e8e;
    position: absolute;
    top: 0;
    right: -4px;
}

.theme-menu-wrapper .theme-main-menu {
    padding-left: 30px;
}



/*================= Sticky Menu ===============*/

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.theme-menu-wrapper.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    -webkit-animation: menu_sticky 0.70s ease-in-out;
    animation: menu_sticky 0.70s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}


/*---------------------------------- Theme Banner --------------------------*/

.camera_wrap {
    float: none;
}

#theme-main-banner .camera_overlayer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
}

#theme-main-banner .main-container {
    position: relative;
}

#theme-main-banner .camera_caption {
    height: 100%;
}

#theme-main-banner .container {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#theme-main-banner .camera_caption>div {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-shadow: none;
    left: 0;
    padding: 0;
}

#theme-main-banner h1 {
    color: #fff;
    line-height: 68px;
}

#theme-main-banner p {
    font-size: 18px;
    color: #fff;
    margin: 45px 0 100px 0;
}

#theme-main-banner a.theme-button-one {
    color: #fff;
    border-color: #fff;
}

#theme-main-banner .text-center a.theme-button-one {
    margin: 0 5px;
}

.camera_wrap .camera_pag {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    z-index: 9;
}

.camera_wrap .camera_pag .camera_pag_ul {
    text-align: left;
    width: 1170px;
    margin: 0 auto;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    width: 26px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    margin: 0 5px 0 0;
}

.camera_wrap .camera_pag .camera_pag_ul li>span {
    display: none;
}


/*------------------- Our Experience -------------------*/

.our-experience .mark-text {
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 0 50px;
    line-height: 36px;
    margin-bottom: 140px;
}

.our-experience .mark-text.style-right:before {
    left: auto;
    right: 0;
}

.our-experience .text h4 {
    line-height: 40px;
    margin-bottom: 35px;
}

.our-experience .text h4 sup {
    font-size: 53px;
    top: 1px;
}

.our-experience .text .theme-button-one {
    margin-top: 55px;
}

.our-experience .text {
    position: relative;
    padding-top: 20px;
}

.our-experience .text:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0;
    top: 0;
}

.our-experience .text.bg-one:before {
    background: url(../images/servicos/grupo-geradores.jpg) no-repeat center;
}

.our-experience .text.bg-two:before {
    background: url(../images/servicos/grupo-geradores.jpg) no-repeat center;
    left: auto;
    right: 0;
}

.single-service h3 {
    font-size: 22px;
}



/*--------------------- Donate Banner --------------------*/

.donate-banner {
    overflow: hidden;
}

.donate-banner .wrapper {
    padding: 50px 50px;
    position: relative;
}

.donate-banner .wrapper h6 {
    line-height: 32px;
    color: #fff;
    font-size: 20px;
}

.donate-banner .wrapper .theme-button-one {
    background: #fff;
    color: #171616;
    margin-top: 8px;
    border: 2px solid #fff;
}

.donate-banner .wrapper .theme-button-one:hover {
    background: transparent;
    color: #fff;
}

.donate-banner .wrapper:before {
    content: '';
    width: 250%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}

.donate-banner.bg-two .wrapper,
.donate-banner.bg-two .wrapper:before {
    background: #2c2c2c;
}


/*---------------------- Our Service ----------------*/

.our-service .single-service {
    text-align: center;
    background: #fff;
    padding: 50px 40px 40px 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 22px 0px rgba(228, 228, 228, 0.75);
}

.our-service .single-service i {
    font-size: 60px;
    display: block;
    margin: 10px 0 15px 0;
}

.our-service .single-service p {
    line-height: 28px;
}

.our-service .single-service .theme-button-one {
    line-height: 48px;
    background: #eaeaea;
    color: #525252;
    font-weight: normal;
    margin-top: 40px;
}

.our-service .single-service:hover .theme-button-one {
    color: #fff;
}

.our-service .wrapper {
    position: relative;
    z-index: 9;
    padding-bottom: 60px;
}

.our-service .wrapper .overlay-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 285px;
    z-index: -1;
}

.our-service .wrapper .overlay-bg .overlay-map {
    background: url(../images/home/map.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*------------------- Fundraising Cause --------------------*/

.fundraising-cause .theme-title {
    margin-bottom: 50px;
}

.fundraising-cause .single-funding-cause {
    text-align: center;
    padding-top: 30px;
}

.fundraising-cause .single-funding-cause .image img {
    width: 100%;
}

.fundraising-cause .single-funding-cause .text {
    border: 1px solid #eaeaea;
    padding: 35px 25px 40px 25px;
    border-top: none;
}

.fundraising-cause .single-funding-cause .text p {
    font-size: 15px;
    line-height: 30px;
    padding: 25px 0 25px 0;
}

.fundraising-cause .single-funding-cause .text strong {
    font-size: 15px;
    color: #171616;
}

.fundraising-cause .single-funding-cause .text .codeconSkillbar {
    box-shadow: none;
    height: 14px;
    width: 100%;
    background: #e6e6e6;
    border-radius: 7px;
    overflow: visible;
    position: relative;
    margin: 60px 0 50px 0;
}

.fundraising-cause .single-funding-cause .text .codeconSkillbar .skillBar {
    box-shadow: none;
    height: 100%;
    border-radius: 7px;
}

.fundraising-cause .single-funding-cause .text .codeconSkillbar .PercentText {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    background: #e6e6e6;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    position: absolute;
    top: -60px;
    left: 90%;
    text-align: center;
    padding: 0;
    float: none;
}

.fundraising-cause .single-funding-cause:hover .text .codeconSkillbar .PercentText {
    color: #fff;
}

.fundraising-cause .single-funding-cause .text .theme-button-one {
    line-height: 40px;
    font-size: 16px;
    min-width: 181px;
}


/*---------------- Testimonial Style One --------------------*/

.testimonial-style-one {
    background: url(../images/home/energia-solar.jpg)no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
}

.testimonial-style-one .overlay-color-one {
    background: rgba(0, 0, 0, 0.8);
}

.testimonial-style-one .overlay-color-two {
    background: rgba(27, 200, 59, 0.8);
}

.testimonial-style-one .overlay {
    position: relative;
    padding: 130px 0 100px 0;
}

.testimonial-style-one .overlay:before {
    content: '';
    width: 100%;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/home/shape.png) no-repeat center center;
    background-size: cover;
}

.testimonial-style-one .item {
    width: 67%;
    margin: 0 auto;
}

.testimonial-style-one .item img {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-style-one .item strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 15px 0 20px 0;
}

.testimonial-style-one .item ul li {
    font-size: 20px;
    display: inline-block;
    margin: 0 3px;
    color: #ffab3b;
}

.testimonial-style-one .item p {
    font-size: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-top: 40px;
    margin-top: 45px;
}

.testimonial-style-one .item p:before {
    content: '';
    width: 92px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*-------------------------- Latest Event ----------------*/

.latest-event .theme-title {
    margin-bottom: 40px;
}

.latest-event .single-event {
    padding-top: 30px;
}

.latest-event .single-event .image-bg {
    height: 190px;
    position: relative;
}

.latest-event .single-event .image-bg .overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    padding: 10px 0 0 35px;
    opacity: 0;
}

.latest-event .single-event .image-bg .overlay .date {
    font-size: 25px;
    color: #fff;
}

.latest-event .single-event:hover .image-bg .overlay {
    opacity: 1;
}

.latest-event .single-event .text {
    background: #2c2c2c;
    padding: 28px 10px 38px 35px;
    min-height: 185px;
}

.latest-event .single-event .text h4 a {
    color: #fff;
    line-height: 36px;
}

.latest-event .single-event .text p {
    color: #fff;
    margin-top: 15px;
}


/*---------------------- Latest News --------------------*/

.latest-news .theme-title {
    margin-bottom: 10px;
}

.latest-news .single-news-post {
    padding-top: 50px;
}

.latest-news .single-news-post .date {
    font-size: 15px;
    font-weight: 700;
}

.latest-news .single-news-post .date i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: -2px;
}

.latest-news .single-news-post h5 a {
    line-height: 34px;
    margin: 18px 0 25px 0;
}

.latest-news .single-news-post p {
    line-height: 28px;
}

.latest-news .single-news-post .read-more {
    color: #2c2c2c;
    margin-top: 35px;
}

.latest-news .single-news-post .read-more i {
    font-size: 13px;
}


/*---------------- Partner Logo Section ------------------ */

.partent-logo-section {
    padding: 80px 0;
}

.partent-logo-section img {
    margin: 0 auto;
}


/*------------------- Contact Feature ----------------*/

.contact-feature h4 {
    font-size: 22px;
    margin-bottom: 30px;
}

.contact-feature p {
    line-height: 30px;
    padding-bottom: 35px;
}

.contact-feature .social-icon li {
    display: inline-block;
}

.contact-feature .social-icon li a {
    font-size: 24px;
    color: #969696;
    margin: 4px 25px 0 0;
}

.contact-feature .sign-up {
    text-decoration: underline;
    margin-right: 45px;
    vertical-align: middle;
}

.contact-feature .theme-button-one {
    line-height: 42px;
    font-size: 16px;
    margin-top: 4px;
    vertical-align: middle;
}

.contact-feature .contact-form input {
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 1px solid #e6e6e5;
    margin-bottom: 25px;
}

.contact-feature .contact-form button {
    font-family: 'Montserrat', sans-serif;
    width: 150px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
}

.contact-feature .contact-form button:hover {
    background: #212121;
}

.contact-feature .involved {
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.contact-feature .text-box {
    margin: 60px 70px 0 0;
    padding: 30px 60px 48px 40px;
}

.contact-feature .text-box p {
    color: #fff;
}

.contact-feature .text-box a {
    line-height: 35px;
    vertical-align: middle;
}

.contact-feature .text-box a.call {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    margin-right: 35px;
}

.contact-feature .text-box a.open-hour {
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 20px;
    border-radius: 17px;
}


/*-------------------------- Footer -----------------------*/

.theme-footer {
    background: #252525;
    padding-top: 110px;
}

.theme-footer .footer-logo p {
    color: #b7b7b7;
    padding: 45px 0 30px 0;
}

.theme-footer .footer-logo ul li {
    font-size: 15px;
    line-height: 42px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 0 30px 80px;
    position: relative;
}

.theme-footer .footer-logo ul li i {
    position: absolute;
    top: 12px;
    left: 0;
    color: #3a3a3a;
    font-size: 62px;
    line-height: 60px;
}

.theme-footer .footer-logo ul li i.flaticon-phone-call {
    top: -8px;
    font-size: 48px;
}

.theme-footer .footer-list ul li a {
    line-height: 42px;
    color: #b7b7b7;
}

.theme-footer .Subscribe p {
    color: #b7b7b7;
}

.theme-footer .Subscribe form {
    height: 50px;
    position: relative;
    margin: 40px 0 90px 0;
}

.theme-footer .Subscribe form input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    background: #3a3a3a;
    padding: 0 110px 0 15px;
    color: #808080;
}

.theme-footer .Subscribe form button {
    width: 105px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.theme-footer .Subscribe form button:hover {
    background: #fff;
}

.theme-footer .Subscribe img {
    margin: 0 auto;
}

.theme-footer .bottom-footer {
    background: #2c2b2b;
    margin-top: 60px;
    padding: 30px 0;
}

.theme-footer .bottom-footer p {
    color: #b7b7b7;
}

.theme-footer .bottom-footer ul li {
    display: inline-block;
}

.theme-footer .bottom-footer ul li a {
    color: #b7b7b7;
    line-height: 32px;
    margin-left: 12px;
}

.theme-footer .bottom-footer ul li:last-child a {
    font-weight: 600;
    margin-left: 35px;
}


/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-sobrenos{
    background: url(../images/banners/topo-sobrenos.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-sobrenos .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-sobrenos h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-sobrenos ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-sobrenos ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-servicos{
    background: url(../images/banners/topo-servicos.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-servicos .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-servicos h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-servicos ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-servicos ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-clientes{
    background: url(../images/banners/topo-clientes.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-clientes .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-clientes h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-clientes ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-clientes ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-parceiros{
    background: url(../images/banners/topo-parceiros.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-parceiros .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-parceiros h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-parceiros ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-parceiros ul li a {
    color: #fff;
}


/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-contato{
    background: url(../images/banners/topo-contato.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-contato .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-contato h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-contato ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-contato ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-geradores{
    background: url(../images/banners/topo-grupos-geradores.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-geradores .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-geradores h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-geradores ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-geradores ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-cabeamento{
    background: url(../images/banners/topo-cabeamento-estruturado.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-cabeamento .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-cabeamento h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-cabeamento ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-cabeamento ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-montagens{
    background: url(../images/banners/topo-montagens-eletrica.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-montagens .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-montagens h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-montagens ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-montagens ul li a {
    color: #fff;
}

/*------------------- Theme Innner Banner ----------------*/

.theme-inner-banner-nobreaks{
    background: url(../images/banners/topo-nobreaks.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 160px;
}

.theme-inner-banner-nobreaks .opacity {
    background: rgba(0, 0, 0, 0.55);
    padding: 255px 0 35px 0;
}

.theme-inner-banner-nobreaks h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

/*.theme-inner-banner ul {
    text-align: center;
    margin-top: 140px;
}*/

.theme-inner-banner-nobreaks ul li {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 3px;
}

.theme-inner-banner-nobreaks ul li a {
    color: #fff;
}




/*---------------------- About us Text ---------------------*/

.about-us-text .single-block h4 {
    font-size: 22px;
    margin-bottom: 45px;
}

.about-us-text .single-block {
    padding-bottom: 70px;
}

.about-us-text .single-block .name h5 {
    margin: 60px 0 10px 0;
}


/*----------------------- Theme Sidebar ----------------------*/

.theme-sidebar .sidebar-bg-box {
    background: #f2f3f4;
    padding: 35px 0 25px 0;
    margin-bottom: 45px;
}

.theme-sidebar .sidebar-bg-box h5 {
    font-size: 18px;
    margin: 0 0 30px 40px;
    text-transform: uppercase;
    color: #131212;
}

.theme-sidebar .sidebar-list ul li a {
    text-transform: capitalize;
    display: block;
    background: #e8eaeb;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 20px;
}

.theme-sidebar .sidebar-list ul li a i {
    font-weight: normal;
    font-size: 15px;
    margin-right: 5px;
    opacity: 0;
    color: #fff;
}

.theme-sidebar .sidebar-list ul li a:hover,
.theme-sidebar .sidebar-list ul li.active a {
    color: #fff;
    padding-left: 25px;
}

.theme-sidebar .sidebar-list ul li a:hover i,
.theme-sidebar .sidebar-list ul li.active a i {
    opacity: 1;
}

.theme-sidebar .sidebar-banner {
    padding: 45px 20px 30px 40px;
}

.theme-sidebar .sidebar-banner strong {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.theme-sidebar .sidebar-banner h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 8px 0 15px 0;
    letter-spacing: 1.25px;
}

.theme-sidebar .sidebar-banner p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.theme-sidebar .sidebar-banner a {
    width: 160px;
    line-height: 45px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #4c4c4c;
    margin-top: 40px;
}

.theme-sidebar .sidebar-banner a:hover {
    background: #212121;
    color: #fff;
}

.theme-sidebar .sidebar-search form {
    height: 50px;
    position: relative;
    margin-bottom: 40px;
}

.theme-sidebar .sidebar-search form input {
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    padding: 0 35px 0 15px;
}

.theme-sidebar .sidebar-search form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    text-align: left;
    background: transparent;
}

.theme-sidebar .sidebar-video-box {
    height: 250px;
    margin-top: 40px;
    background: url(../images/home/14.jpg) no-repeat center;
    position: relative;
}

.theme-sidebar .sidebar-video-box .play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 56px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*--------------------- Service Details --------------------*/

.service-details-content .title {
    position: relative;
}

.service-details-content .title ul {
    position: absolute;
    right: 0;
    top: 0;
}

.service-details-content .title ul li {
    display: inline-block;
}

.service-details-content .title ul li a {
    font-size: 24px;
    color: #6c6c6c;
    margin-left: 20px;
}

.service-details-content .theme-button-one {
    margin-top: 50px;
}

.service-details-content .title ul li a:hover {
    color: #55acee;
}

.service-details-content .title h5 {
    padding: 10px 0 40px 0;
}

.service-details-content .image-box {
    margin: 45px 0 70px 0;
}

.service-details-content .service-list h5 {
    font-size: 18px;
    margin: 25px 0 45px;
}

.service-details-content .service-list ul li {
    font-size: 15px;
    color: #727272;
    padding: 0 0 12px 15px;
    position: relative;
}

.service-details-content .service-list ul li:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    left: 0;
    top: 0;
}

.service-details-content .service-list {
    padding-top: 45px;
}

.service-details-content .service-middle-text {
    padding-bottom: 60px;
}

.service-details-content .service-bottom-text {
    padding: 50px 0 100px 0;
}

.service-details-content .service-bottom-text p {
    padding: 32px 0 0 0;
}

.service-details-content .service-panel-tab h5 {
    text-transform: uppercase;
    margin-bottom: 35px;
}

.service-details-content .service-panel .panel-heading {
    padding: 0;
    border-radius: 10px;
    border: none;
    background: #f2f3f4;
}

.service-details-content .service-panel .panel-heading h6 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #171616;
    padding: 20px 10px 20px 70px;
    display: block;
    position: relative;
}

.service-details-content .service-panel .panel-group .panel {
    margin: 0 0 20px 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.service-details-content .service-panel .panel-group .panel-body {
    border: none;
    padding: 30px 0 12px 0;
}

.service-details-content .service-panel .panel-group .panel-body p {
    line-height: 30px;
    font-size: 15px;
}

.service-details-content .service-panel .panel-group .panel-heading a:before {
    content: '';
    font-family: 'font-awesome';
    background: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -14px;
    font-weight: normal;
}

.service-details-content .service-panel .panel-group .panel-heading.active-panel a:before {
    content: '';
}


/*----------------- Our Gallery ----------------*/

#mixitUp-item .mix {
    display: none;
}

.mixitUp-menu {
    text-align: center;
    margin-bottom: 65px;
}

.mixitUp-menu li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    line-height: 42px;
    font-size: 18px;
    font-weight: 600;
    color: #101010;
    margin: 0 5px 5px 5px;
    padding: 0 14px;
    position: relative;
    cursor: pointer;
}

.mixitUp-menu li.active {
    color: #fff;
}

.gallery-wrapper .single-portfolio-item .image-box {
    position: relative;
    overflow: hidden;
}

.gallery-wrapper .single-portfolio-item .image-box img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.gallery-wrapper .single-portfolio-item:hover .image-box img {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}

.gallery-wrapper .single-portfolio-item .image-box .overlay {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.gallery-wrapper .single-portfolio-item:hover .image-box .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-wrapper .single-portfolio-item .image-box .overlay.color-one {
    background: rgba(27, 200, 59, 0.88);
}

.gallery-wrapper .single-portfolio-item .image-box .overlay.color-two {
    background: rgba(0, 0, 0, 0.75);
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text h5,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text span {
    color: #fff;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text h5 {
    font-size: 22px;
    font-weight: normal;
    line-height: 36px;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text span {
    font-size: 18px;
    display: block;
    padding: 15px 0 40px 0;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .read-more {
    color: #fff;
    font-size: 25px;
    display: block;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-wrapper .single-portfolio-item {
    margin-bottom: 30px;
}

.gallery-wrapper .all-item {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 202px;
    line-height: 52px;
    margin: 50px auto 0 auto;
    text-align: center;
}

.gallery-wrapper .all-item i {
    font-size: 17px;
    font-weight: normal;
    margin-left: 10px;
}

.gallery-wrapper .all-item:hover {
    background: #212121;
}

.our-gallery .box-layout {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 70px;
}

.our-gallery .full-width {
    max-width: 1920px;
    margin: 0 auto;
}

.row.no-gutter {
    margin: 0;
}

.row.no-gutter [class*="col-"] {
    padding: 0;
}

.gallery-wrapper .row.no-gutter .single-portfolio-item {
    margin: 0;
}

.gallery-v3 .gallery-wrapper .single-portfolio-item .image-box .overlay .read-more {
    position: absolute;
    top: 20px;
    right: 20px;
}

.gallery-v3 .gallery-wrapper .single-portfolio-item .image-box .overlay .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    top: auto;
    -webkit-transform: none;
    transform: none;
}


/*------------------------ Gallery Details ------------------*/

.gallery-details .title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px;
}

.gallery-details .owl-theme .owl-dots .owl-dot span {
    width: 31px;
    height: 14px;
    border-radius: 7px;
    background: #efefef;
    margin: 0 3px;
}

.owl-theme .owl-nav {
    margin: 0;
}

.gallery-details .owl-theme .owl-dots {
    margin-top: 35px;
}

.gallery-details .lower-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    line-height: 36px;
    padding: 35px 0 50px 0;
}

.gallery-details .project-history {
    padding: 50px 0 100px 0;
}

.gallery-details .project-history .project-info li {
    font-weight: 600;
    font-size: 15px;
    color: #5b5a5a
}

.gallery-details .project-history .project-info li h6 {
    font-size: 18px;
    text-decoration: underline;
    padding: 20px 0 25px 0;
}

.gallery-details .project-history .color-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    padding: 40px 0 20px 0;
}

.gallery-details .project-history .social-icon {
    text-align: right;
}

.gallery-details .project-history .social-icon li {
    margin-left: 35px;
    display: inline-block;
}

.gallery-details .project-history .social-icon li a {
    font-size: 22px;
    color: #909090;
}

.gallery-details .page-changer li {
    float: left;
    width: 50%;
}

.gallery-details .page-changer li a {
    font-size: 20px;
    display: block;
    line-height: 75px;
    color: #454444;
    text-align: center;
    background: #e9e9e9;
}

.gallery-details .page-changer li a:hover {
    color: #fff;
}


/*--------------------------- Our Team -----------------------*/

.our-team .single-team-member img {
    width: 65%;
}

.our-team .single-team-member .member-info {
    width: 35%;
    border: 1px solid #e8e6e6;
    border-left: none;
    padding: 35px 10px 29px 10px;
    position: relative;
    text-align: center;
}

.our-team .single-team-member .member-info:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border: 2px solid #009eb3;
    border-left: none;
    opacity: 0;
    z-index: -1;
}

.our-team .single-team-member:hover .member-info:before {
    width: 100%;
    opacity: 1;
}

.our-team .single-team-member .member-info h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.our-team .single-team-member .member-info p {
    margin: 4px 0 23px 0;
}

.our-team .single-team-member .member-info ul li a {
    width: 43px;
    line-height: 41px;
    border: 1px solid #edecec;
    color: #a6a6a6;
    margin-bottom: 10px;
}

.our-team .single-team-member {
    margin-bottom: 60px;
}

.our-team .single-team-member .member-info ul li a:hover {
    color: #fff;
}


/*----------------------- Our Events ----------------------*/

.our-events .single-event-box {
    background: #f6f6f6;
    padding: 35px 190px 50px 40px;
    position: relative;
    margin-bottom: 10px;
}

.our-events .single-event-box p {
    line-height: 30px;
    padding: 30px 0 20px 0;
}

.our-events .single-event-box ul li {
    margin: 5px 22px 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.our-events .single-event-box ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.our-events .single-event-box .date {
    font-family: 'Montserrat', sans-serif;
    width: 103px;
    height: 127px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.our-events .single-event-box .date span {
    font-weight: 600;
    font-size: 35px;
    display: block;
    padding-top: 20px;
}

.our-events .single-event-box:hover p,
.our-events .single-event-box:hover h3 a,
.our-events .single-event-box:hover ul li {
    color: #fff;
}

.our-events .single-event-box:hover .date {
    background: #14b932;
}

.our-events .theme-pagination {
    margin-top: 70px;
}


/*------------------- Testimonial Style Two -------------------*/

.testimonial-style-two .image-box {
    float: left;
    width: 420px;
}

.testimonial-style-two .image-box img {
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial-style-two .text {
    width: calc(100% - 420px);
    padding-left: 15px;
    float: left;
}

.testimonial-style-two .text .name {
    position: relative;
    left: 28%;
    padding: 90px 0 20px 0;
    margin-bottom: 30px;
}

.testimonial-style-two .text .name:before {
    content: '';
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.testimonial-style-two .text .name h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}

.testimonial-style-two .text p {
    font-size: 18px;
    text-align: center;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    background: #f4f2f2;
    border-radius: 0;
    margin: 0 3px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot:hover span {
    width: 55px;
}

.testimonial-style-two .owl-theme .owl-dots {
    text-align: left;
    padding: 30px 0 0 120px;
}


/*------------------------- Our Blog ------------------------*/

.our-blog .single-blog-post {
    position: relative;
    background: #f3f3f3;
    padding: 40px 20px 45px 300px;
    margin-bottom: 80px;
}

.our-blog .single-blog-post .blog-img-data {
    width: 270px;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.our-blog .single-blog-post .blog-post-data p {
    line-height: 30px;
    padding: 30px 0 20px 0;
}

.our-blog .single-blog-post .blog-post-data ul li {
    margin: 5px 38px 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.our-blog .single-blog-post .blog-post-data ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.our-blog .single-blog-post .blog-post-data ul li:last-child {
    margin-right: 0;
}

.our-blog .single-blog-post .date {
    width: 80px;
    height: 90px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 9;
}

.our-blog .single-blog-post .date span {
    display: block;
    font-size: 35px;
    font-weight: 600;
}


/*----------------------- Blog Details -----------------*/

.blog-details .single-blog-post h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    position: relative;
}

.blog-details .single-blog-post h2 .shadow-text {
    font-size: 270px;
    color: #f3f3f3;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: -1;
}

.blog-details .single-blog-post .post-info li {
    display: inline-block;
    margin: 10px 10px 0 0;
    font-weight: 600;
    font-size: 15px;
}

.blog-details .single-blog-post .post-info {
    padding: 35px 0 15px 0;
    border-bottom: 7px solid #e8e4e4;
    margin-bottom: 60px;
}

.blog-details .single-blog-post .mark-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    color: #2b2b2b;
    position: relative;
    margin: 40px 0 30px 0;
}

.blog-details .single-blog-post h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #2b2b2b;
    margin: 30px 0 35px 0;
}

.blog-details .tag-option {
    margin: 22px 0 150px 0;
}

.blog-details .tag-option ul li {
    display: inline-block;
    color: #151515;
    line-height: 35px;
    margin-top: 30px;
    font-weight: 600;
}

.blog-details .tag-option ul li a {
    font-weight: normal;
    color: #b6b5b5;
    margin-left: 15px;
    vertical-align: middle;
}

.blog-details .tag-option ul.float-left li a {
    margin: 0;
}

.blog-details .page-pagination {
    padding-top: 100px;
}

.blog-details .theme-comment-box {
    padding-bottom: 40px;
}

.blog-details .theme-comment-box .single-comment .image-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e2e0e0;
    float: left;
}

.blog-details .theme-comment-box .single-comment .comment {
    float: left;
    width: calc(100% - 100px);
    padding-left: 35px;
}

.blog-details .theme-comment-box .single-comment .comment .commnet-text {
    border: 1px solid #e8e6e6;
    border-radius: 45px;
    padding: 35px 90px 30px 60px;
    position: relative;
}

.blog-details .theme-comment-box .single-comment .comment .commnet-text h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.blog-details .theme-comment-box .single-comment .comment .commnet-text p {
    margin-top: 25px;
}

.blog-details .theme-comment-box .single-comment .comment .commnet-text img {
    position: absolute;
    top: 35px;
    right: 100px;
}

.blog-details .theme-comment-box .single-comment {
    margin-bottom: 50px;
}

.blog-details .reply-comment form {
    padding-top: 60px;
}

.blog-details .reply-comment form input {
    width: 100%;
    border: 1px solid #e8e6e6;
    border-radius: 30px;
    padding: 0 30px;
    margin-bottom: 50px;
    height: 55px;
}

.blog-details .reply-comment form textarea {
    width: 100%;
    border: 1px solid #e8e6e6;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 55px;
    height: 250px;
    max-width: 100%;
    max-height: 250px;
    resize: none;
}

.blog-details .reply-comment form button {
    font-size: 18px;
    width: 240px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
}

.blog-details .reply-comment form button:hover {
    background: #252525;
}


/*------------------------ Conatct US -------------------------*/

.contact-us h3 {
    font-size: 30px;
    margin-bottom: 55px;
}

.contact-us form input[type="text"],
.contact-us form input[type="email"],
.contact-us form textarea {
    border: 1px solid #fff;
    background: #f6f6f6;
    margin-bottom: 30px;
}

.contact-us form input[type="text"],
.contact-us form input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.contact-us form textarea {
    width: 100%;
    max-width: 100%;
    height: 185px;
    max-height: 185px;
    padding: 20px;
}

.contact-us form input[type="submit"] {
    width: 192px;
    line-height: 50px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.contact-us form input[type="submit"]:hover {
    background: #212121;
}

.map-canvas {
    height: 480px;
    width: 100%;
    margin: 0 0 100px 0;
}

.si-content img {
    margin-bottom: 10px;
}

.si-has-border .si-content-wrapper {
    border: none;
    width: 350px;
}

.si-shadow-wrapper-top {
    opacity: 0;
}

.contact-address {
    margin: 85px 0 160px 0;
}

.contact-address .branch-address {
    position: relative;
    border: 1px solid #e9e6e6;
    padding: 55px 0 40px 0;
    text-align: center;
    min-height: 237px;
    margin-top: 65px;
}

.contact-address .branch-address strong {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    margin-bottom: 28px;
}

.contact-address .branch-address ul li,
.contact-address .branch-address p {
    line-height: 30px;
}

.contact-address .branch-address .icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    line-height: 76px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -38px;
}

.contact-address .social-address {
    margin: 50px -15px 0 -15px;
}

.contact-address .social-address li {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.contact-address .social-address li a {
    text-align: center;
    line-height: 74px;
    display: block;
    background: #f3f2f2;
    color: #242222;
    margin-top: 15px;
}

.contact-address .social-address li a:hover {
    color: #fff;
}

.contact-address .social-address li:nth-child(1) a:hover {
    background: #3b5998;
}

.contact-address .social-address li:nth-child(2) a:hover {
    background: #1dcaff;
}

.contact-address .social-address li:nth-child(3) a:hover {
    background: #0077B5;
}

.contact-address .social-address li:nth-child(4) a:hover {
    background: #d34836;
}


/*======================= Form Validation ===================*/

.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success,
#error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper,
#error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p,
#error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success {
    color: #26ace3;
}

#error {
    color: #C9182B;
}

#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
    border: 1px solid #f03838 !important;
}


/*--------------------------- Shop Page --------------------*/

.shop-sidebar .shop-sidebar-search form {
    height: 54px;
    position: relative;
    margin-bottom: 75px;
}

.shop-sidebar .shop-sidebar-search form input {
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    padding: 0 75px 0 15px;
}

.shop-sidebar .shop-sidebar-search form button {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    width: 68px;
    color: #fff;
}

.shop-sidebar h5 {
    margin-bottom: 45px;
}

.shop-sidebar .shop-sidebar-list ul li a {
    color: #444444;
    margin-bottom: 25px;
}

.shop-sidebar .shop-sidebar-list ul li a i {
    font-size: 13px;
    margin-right: 30px;
}

.shop-sidebar .shop-sidebar-list ul li:last-child a {
    margin: 0;
}

.shop-sidebar .price-ranger .ranger-min-max-block li {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #444444;
    vertical-align: middle;
    display: inline-block;
    line-height: 32px;
}

.shop-sidebar .price-ranger .ranger-min-max-block input {
    height: 32px;
    border: none;
    padding: 0 10px;
    max-width: 70px;
    font-size: 16px;
    text-align: center;
    color: #f69f00;
}

.shop-sidebar .price-ranger .ui-widget-content {
    background: #dddddd;
    border: none;
    height: 1px;
    margin-bottom: 30px;
}

.shop-sidebar .price-ranger .ui-widget-header {
    background: #f69f00;
}

.shop-sidebar .price-ranger .ui-slider-handle {
    background: #009eb3;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    outline: none;
}

.shop-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.shop-sidebar .sidebar-price {
    margin: 60px 0 80px 0;
}

.shop-sidebar .single-popular-product {
    margin-bottom: 40px;
}

.shop-sidebar .single-popular-product:last-child {
    margin: 0;
}

.shop-sidebar .single-popular-product img {
    width: 80px;
}

.shop-sidebar .single-popular-product .product {
    width: calc(100% - 80px);
    padding-left: 20px;
}

.shop-sidebar .single-popular-product .product h6 a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #444444;
    display: block;
}

.shop-sidebar .single-popular-product .product strong {
    font-weight: normal;
    display: block;
    margin: 6px 0 5px 0;
    font-size: 18px;
}

.shop-sidebar .single-popular-product .product ul li {
    display: inline-block;
    color: #f69f00;
    font-size: 16px;
    margin-right: 3px;
}

.shop-product-wrapper .single-product .image {
    border: 1px solid #eeeeee;
    position: relative;
    overflow: hidden;
}

.shop-product-wrapper .single-product .image img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.shop-product-wrapper .single-product:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.shop-product-wrapper .single-product .image .tag {
    line-height: 30px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    background: #f69f00;
    top: 10px;
    left: 10px;
    position: absolute;
}

.shop-product-wrapper .single-product .text {
    padding: 35px 0 60px 0;
    text-align: center;
}

.shop-product-wrapper .single-product .text ul li {
    display: inline-block;
    margin: 0 2px;
    color: #f69f00;
}

.shop-product-wrapper .single-product .text h5 a {
    margin: 20px 0 25px 0;
}

.shop-product-wrapper .single-product .text strong {
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.shop-product-wrapper .single-product .text .theme-button-one {
    line-height: 40px;
    margin-top: 35px;
}

.shop-product-wrapper .theme-pagination {
    margin-top: 35px;
}


/*------------------------ Shop Details -----------------------*/

.shop-details .product-image .nav-tabs {
    border: none;
}

.shop-details .product-image .nav-tabs>li {
    float: none;
    margin: 0 0 30px 0;
}

.shop-details .product-image .nav-tabs>li>a {
    border: none !important;
    margin: 0;
    background: transparent;
    padding: 0;
}

.shop-details .product-image .nav-tabs>li>a>img {
    max-width: 100%;
}

.shop-details .product-info {
    padding: 35px 0 50px 0;
}

.shop-details .product-info h2 {
    line-height: 45px;
    font-size: 32px;
    margin-bottom: 25px;
}

.shop-details .product-info .price li {
    display: inline-block;
    vertical-align: middle;
}

.shop-details .product-info .price li:first-child {
    font-weight: 600;
    font-size: 35px;
    width: 24%;
}

.shop-details .product-info .price li:nth-child(2) {
    font-weight: 600;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 30px;
}

.shop-details .product-info .price li:nth-child(3) {
    color: #f69f00;
}

.shop-details .product-info .rating li {
    display: inline-block;
    vertical-align: middle;
}

.shop-details .product-info .rating>li:first-child ul li {
    font-size: 25px;
    color: #f69f00;
    margin-right: 2px;
}

.shop-details .product-info .rating>li:first-child {
    width: 24%;
}

.shop-details .product-info .rating {
    padding: 20px 0 35px 0;
}

.shop-details .product-info .quantity-box .item-select>li {
    line-height: 45px;
    float: left;
}

.shop-details .product-info .quantity-box .item-select>li:first-child {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-right: 30px;
}

.shop-details .product-info .quantity-box .item-select>li:last-child {
    width: 270px;
    background: #f4f1f1;
    margin-right: 20px;
}

.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select>.dropdown-toggle {
    height: 45px;
}

.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    line-height: 45px;
    padding-left: 15px;
}

.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select.btn-group .dropdown-toggle .bs-caret:before {
    content: '';
    font-size: 15px;
    line-height: 45px;
    color: rgba(0, 0, 0, 0.6);
}

.shop-details .product-info .quantity-box .item-select>li:last-child .bootstrap-select.btn-group .dropdown-toggle .bs-caret {
    right: 20px;
}

.shop-details .product-info .quantity-box .order-box li {
    float: left;
    height: 45px;
}

.shop-details .product-info .quantity-box .order-box li button {
    width: 55px;
    height: 100%;
    background: #f4f1f1;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.shop-details .product-info .quantity-box .order-box li input {
    height: 45px;
    width: 55px;
    margin: 0 10px;
    border: none;
    text-align: center;
    color: #fff;
}

.shop-details .product-info .quantity-box .order-box li button:hover {
    color: #fff;
}

.shop-details .product-info .quantity-box {
    margin: 30px 0 65px 0;
}

.shop-details .product-info .order-button .theme-button-one {
    line-height: 42px;
    font-size: 16px;
    margin-right: 20px;
}

.shop-details .product-info .order-button .theme-button-one:hover {
    background: #f69f00;
}

.shop-details .product-review-tab .nav-tabs>li {
    margin: 0;
}

.shop-details .product-review-tab .nav-tabs>li>a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #121212;
    padding: 0 0 15px 0;
    margin: 0 20px;
    border: none !important;
    background: transparent !important;
    position: relative;
}

.shop-details .product-review-tab .nav-tabs {
    border-bottom: 3px solid #f4f1f1;
    margin-bottom: 55px;
}

.shop-details .product-review-tab .nav-tabs>li>a:before {
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    opacity: 0;
    position: absolute;
}

.shop-details .product-review-tab .nav-tabs>li.active>a:before,
.shop-details .product-review-tab .nav-tabs>li.active>a:hover:before,
.shop-details .product-review-tab .nav-tabs>li.active>a:focus:before {
    opacity: 1;
}

.shop-details .realted-product h4 {
    position: relative;
    margin: 100px 0 50px 0;
    padding-bottom: 20px;
}

.shop-details .realted-product h4:before {
    content: '';
    width: 90px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.shop-details .realted-product .item {
    margin: 0 15px;
}

.icon_whatsapp_bottom {
    background: #00e676;
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
    padding: 5px 5px 2px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
}