/*slideshow*/

.sppb-slide-item-bg {
    height: 700px;
}

.sppb-slider-item-wrapper {
    position: relative;
}

.sppb-slider-item-wrapper:before {
    content: "";
    position: absolute;
    background: url(/images/00_GW/Home/home-slide-bottom-shape.png) no-repeat scroll center center / cover;
    width: 100%;
    height: 160px;
    bottom: -5px;
    z-index: 2;
}
}

.sppb-slideshow-fullwidth-item-text .sppb-col-sm-5 {
    flex: 0 0 0%;
  max-width: 0%;
}

.sppb-slideshow-fullwidth-item-text .sppb-col-sm-5 {
    flex: 0 0 100%;
  max-width: 100%;
}

.sppb-slideshow-fullwidth-item-text {
    padding: 100px 0;
}

@media(max-width:991px){
.sppb-slideshow-fullwidth-item-text {
    padding: 100px 0;
}}

.sppb-slideshow-fullwidth-item-text h1.sppb-fullwidth-title {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 5px;
    text-shadow: 2px 2px 2px #ffffffed;
}

.sppb-slideshow-fullwidth-item-text h2.sppb-slideshow-sub-title {
    color: #000;
    letter-spacing: 10px;
    text-shadow: 2px 2px 2px #ffffffed;
}

.sppb-slideshow-fullwidth-item-text strong {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    text-shadow: 2px 2px 2px #ffffffed;
}

.sppb-slideshow-fullwidth-item-bg a.sppb-btn.sppb-btn-primary {
    position: relative;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    background: #fe4d00;
    padding: 16px 32px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    margin: 4px 2px;
    box-shadow: 0 4px 1px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
  
}

.sppb-slideshow-fullwidth-item-bg a.sppb-btn.sppb-btn-primary:hover {
    background: #fe4d00;
    box-shadow: none;
}


.sppb-slideshow-fullwidth-item-bg a.sppb-btn.sppb-btn-primary:hover:before {
    width: 15px !important;
}

.sppb-slideshow-fullwidth-item-bg img {
    max-width: 700px !important;
    margin-bottom: 20px;
}


/*
a.sppbSlidePrev.big {
    color: #000;
    z-index: 99999;
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 230px;
    left: 15px;
}

a.sppbSlideNext.big {
    color: #000;
    z-index: 99999;
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    top: 230px;
    right: 15px;
}

a.sppbSlideNext.big:hover,a.sppbSlidePrev.big:hover{
    color: #fff;
}
*/


a.sppbSlidePrev.big:after {
    color:  #E74C3C  ;
    z-index: 99999;
    position: absolute;
    content: '\f053';
    font-family: fontawesome !important;
    cursor: pointer;
    font-size: 45px;
    top: 265px;
    left: 0px;
    transition: 0.5s;
  
}


a.sppbSlideNext.big:before {
     color:  #E74C3C  ;
    z-index: 99999;
    position: absolute;
    content: '\f054';
    font-family: fontawesome !important;
    cursor: pointer;
    font-size: 45px;
    top: 265px;
    right: 0px;
    transition: 0.5s;
}


a.sppbSlideNext.big:hover:before, a.sppbSlidePrev.big:hover:after {
    color: #ECF0F1;
    font-size: 40px;
}


@media(max-width:768px){
a.sppbSlidePrev.big:after {
    color:  #E74C3C  ;
    z-index: 99999;
    position: absolute;
    content: '\f053';
    font-family: fontawesome !important;
    cursor: pointer;
    font-size: 35px;
    top: 240px;
    left: 0px;
    transition: 0.5s;
  
  }}

@media(max-width:768px){
a.sppbSlideNext.big:before {
     color:  #E74C3C  ;
    z-index: 99999;
    position: absolute;
    content: '\f054';
    font-family: fontawesome !important;
    cursor: pointer;
    font-size: 35px;
    top: 240px;
    right: 0px;
    transition: 0.5s;
}}

@media(max-width:768px){a.sppbSlideNext.big:hover:before, a.sppbSlidePrev.big:hover:after {
    color: #ECF0F1;
    font-size: 30px;
  }}
  
  
  
  
  
@media(max-width:991px){
  .sppb-slideshow-fullwidth-item-bg img {
    max-width: 300px !important;
    margin-bottom: 20px;
  }}

@media(min-width:991px){
.sppb-slideshow-fullwidth-item-bg img {
    position: absolute;
    right: 0px;
}}

.sppb-slide-item-bg .container {
    display: table;
    height: 100%;
}

.sppb-slideshow-fullwidth-item-text .sppb-row {
    margin-top: -100px;
}

.sppb-slideshow-fullwidth-item-text {
    display: table-cell;
    vertical-align: middle;
}

/*end of slideshow*/


/*title-style-001*/

.title-style-001 h3 {
    background: #fff000;
    padding: 5px 10px !important;
    width: 105px;
    letter-spacing: 5px !important;
}

/*end of title-style-001*/


/*title-style-002*/

.title-style-002 strong {
    color: #fe4d00;
    text-transform: uppercase;
    font-weight: 800;
}

.title-style-002 h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

/*end of title-style-002*/

/*title-style-003*/

.title-style-003 h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 400;
}

/*end of title-style-003*/

/*title-style-004*/

.title-style-004 h2 {
    letter-spacing: 10px;
  	font-size: 36px;
}

/*end of title-style-004*/

/*title-style-005*/

@media(min-width:767px){
.title-style-005 h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 600;
}
}


/*end of title-style-005*/

/*home-products-mobile-view*/

@media(max-width:450px){
    .title-height h3 {
    letter-spacing: 4px;
}}

@media(max-width:991px){
    .title-height h2 {
    font-size: 20px !important;
}}

/*end of home-products-mobile-view*/

/*dropdown*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  right: 0;
  z-index: 1;
}
/*dropdown*/

/*title bg*/

/*
.title-bg {
    position: relative;
}

.title-bg:before {
    position: absolute;
    content: "";
    background: url(/images/00_GW/Home/title_scroll_02.png) no-repeat scroll center center / cover;
    width: 600px;
    height: 200px;
    left: 0;
    right: 0;
  	top:0;
  	bottom:0;
    margin: auto;
    z-index: -2;
}

.title-bg strong {
    font-size: 14px;
}

.title-bg h2 {
    padding-bottom: 15px !important;
    color: #000;
    text-shadow: 2px 2px 0px #fff;
}

@media(max-width:768px){
.title-bg:before {
    position: absolute;
    content: "";
    background: url(/images/00_GW/Home/title_scroll_03.png) no-repeat scroll center center / cover;
    width: 300px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
}

.title-bg strong {
    font-size: 12px;
    letter-spacing:3px;
}

.title-bg h2 {
    padding-bottom: 15px !important;
    font-size: 23px !important;
    letter-spacing: 2px;
}

}



.title-bg-01 {
    position: relative;
}

.title-bg-01:before {
    position: absolute;
    content: "";
    background: url(/images/00_GW/Home/title_scroll_02.png) no-repeat scroll center center / cover;
    width: 400px;
    height: 150px;
    left: 0;
    right: 0;
  	top:0;
  	bottom:0;
    margin: auto;
    z-index: -2;
}

.title-bg-01 strong {
    font-size: 14px;
}

.title-bg-01 h2 {
    padding-bottom: 15px !important;
    color: #000;
    text-shadow: 2px 2px 0px #fff;
}

@media(max-width:768px){
.title-bg-01:before {
    position: absolute;
    content: "";
    background: url(/images/00_GW/Home/title_scroll_03.png) no-repeat scroll center center / cover;
    width: 300px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
}
  
  
.title-bg-01 strong {
    font-size: 12px;
    letter-spacing:3px;
}

.title-bg-01 h2 {
    padding-bottom: 15px !important;
    font-size: 23px !important;
    letter-spacing: 2px;
}}

  
/*end title bg*/


.sp-megamenu-parent .sp-dropdown li{
  border-bottom:2px solid #f5e300;
}

.sp-megamenu-parent .sp-dropdown li:nth-child(2){
  border-bottom: 2px solid #fff;
}

/* about background */

.background-001 .sppb-column-addons {
    padding: 30px;
    background: #ffffffe0;
    box-shadow: 1px 1px 10px #00000010;
}

/* end about background */
