/**********  Beauty Spa HTML5 Template  *********/


/************ TABLE OF CONTENTS ***************
4.  Header
5.  Main Slider


**********************************************/






/*** 

====================================================================
								Header style
====================================================================

***/

				/* header */
p {
    font-size: 16px;
    margin-bottom: 20px;
}
.header {
    position: relative;
    z-index: 9;
    
}
.header.style-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    
}

.header .header-top {
    background-color: #222;
}
.header.style-2 .header-top {
    background-color: rgba(2,2,2,0.6);
}

.header .top-left {
    margin-left: 20px;
    padding: 19px 0;
}
.header .top-left ul li {
    position: relative;
    float: left;
    margin-left: 40px;
}

.header .top-left ul li a span.text {
    position: relative;
    color: #fff;
    font-size: 12px;
    transition: .5s ease;
    opacity: .8;

}
.header.style-2 .top-left ul li a span.text {
    color: #fff;
    opacity: 1;

}


.header .top-left ul li a:hover span.text {
    color: #00b371;
    transition: .5s ease;
    opacity: 1;

}

.header .top-left ul li a .icon {
    position: relative;
    color: #00b371;
    font-size: 14px;
    margin-right: 13px;
    top: 1px;
    transition: .5s ease;
}

.header.style-2 .top-left ul li a .icon {
    color: #fff;
}


/*=============== search =============*/


.top-search {
    position: relative;
    padding: 19px 20px;
    right: 42px;
    cursor: pointer;

}


.top-search span:before {
    color: #fff;
    font-size: 14px;
    margin: 0;
}



.top-search .search-box {
  position: absolute;
  width: 250px;
  background: #00b371;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in;
  z-index: 9;
}
.top-search:hover .search-box {
    transition: .5s ease-in-out;
    visibility: visible;
    opacity: 1;

}

.top-search .search-box form {
  background: #fff;
}
.top-search .search-box li {
  list-style: none;
}
.top-search .search-box li input {
  width: 78%;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
  padding-left: 15px;
  color: #666;
}

.top-search .search-box li input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   font-style: italic;
}

.top-search .search-box li input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
}

.top-search .search-box li input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
}    

.top-search .search-box li button {
  background: none;
  outline: none;
  color: #A9A9A9;
  border: none;
  width: 30px;
  height: 40px;
  margin-right: 5px;
}













/*** 

====================================================================
	Main Slider style
====================================================================

***/


.rev_slider_wrapper {
	position: relative;
	overflow: hidden;
}



.rev_slider_wrapper li:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.20);
}



.rev_slider_wrapper .slide-title {
    position: relative;
	font-size: 36px;
    color: #fff;
    background-color: #00b371; 
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 35px 0px 34.5px 62px;
    padding-right: 100%;
}

.rev_slider_wrapper .content {
    position: relative;
	font-size:16px;
    background-color: #000;
    font-weight: 400;
    width: 100%;
    color: #fff;
    display: block;
    padding: 29px 0px 29px 61px;
    padding-right: 100%;
}




.main-bxslider{
    position:relative;
    background:none;
    color:#ffffff;
}

.main-bxslider .slide-item{
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;

}
.main-bxslider .slide-item:after {
    position:absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4); 
    z-index: 5;
}


.main-bxslider .content {
    position: relative;
    z-index: 5;
    padding: 462px 0 286px;
    overflow: hidden;
    width: 50%;
    float: right;
}

.main-bxslider h2{
    position: relative;
    font-size: 36px;
    color: #fff;
    background-color: #df4a43; 
    font-family: 'Roboto', sans-serif;; 
    text-transform: uppercase;
    display: block;
    padding-left: 62px;
    left: 30px;
    margin-bottom: 17px;
    line-height: 120px;
}



.main-bxslider p {
    position: relative;
    font-size:16px;
    background-color: #000;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    color: #fff;
    display: block;
    padding-left: 62px;
    margin-left: 30px;
    line-height: 80px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;    
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    margin-left: 0px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
/* PAGER */


.main-slider #bx-pager{
    position: relative;
    display: block;
    bottom: 271px;
    width: 50%;
    float: right;
    text-align: left;
}

.main-slider #bx-pager ul {
    position: relative;
    margin-left: 95px;
}

.main-slider #bx-pager ul li {
    display: inline-block;
    margin-right: 18px;
}

.main-slider #bx-pager ul li a {
    position: relative;
    font-size: 18px;
    color: #fff;  
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    opacity: .4;
    letter-spacing: 1px;
}

.main-slider #bx-pager ul li a:hover,
.main-slider #bx-pager ul li a.active {
    opacity: 1;
    transition: .5s ease;
}

.main-slider .bx-slider-outer .bx-controls{
    position:absolute;
    height:0px;
    left:0px;
    top:50%;
    margin-top:-40px;
    width:100%;
    z-index:9;
}

.main-slider .bx-slider-outer .bx-controls-direction{
    left:0px;
    top:0px;
    z-index:9;
    width:100%;
    margin:0px !important;  
}

.main-slider .bx-slider-outer .bx-controls-direction .bx-prev{
    position:absolute;
    left:0px;
    top:0;
    margin-top:-25px;
    width:30px;
    height:80px;
    text-align:center;
    background:none !important;
    font-size:0px !important;
}

.main-slider .bx-slider-outer .bx-controls-direction .bx-next{
    position:absolute;
    right:0px;
    top:0px;
    margin-top:-25px;
    width:50px;
    height:50px;
    text-align:center;
    background:none !important;
    font-size:0px !important;
}

.main-slider .bx-slider-outer .bx-controls-direction .bx-prev:after{
    content:'\f104';
    font-family:''Font Awesome 5 Pro'';
    position:absolute;
    left:0px;
    top:0px;
    line-height:50px;
    display:block;
    font-size:30px;
    color:#ffffff;
    text-align:center;
    width:50px;
    height:50px;
    opacity:0.50;
    border: 1px solid #fff;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;    
}

.main-slider .bx-slider-outer .bx-controls-direction .bx-next:after{
    content:'\f105';
    font-family:''Font Awesome 5 Pro'';
    position:absolute;
    left:0px;
    top:0px;
    line-height:50px;
    display:block;
    font-size:30px;
    color:#ffffff;
    text-align:center;
    width:50px;
    height:50px;
    opacity:0.50;
    border: 1px solid #fff;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}

.main-slider .bx-slider-outer .bx-controls-direction .bx-prev:hover:after,
.main-slider .bx-slider-outer .bx-controls-direction .bx-next:hover:after{
    opacity:1;
}


/*** 

====================================================================
    about style
====================================================================

***/

.informtable-section {
    position: relative;
    background-color: #222;
    padding: 45px 0;
}

.informtable-section .form-group {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}


.informtable-section .form-grp {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}
.informtable-section .form-grp input {
    position: relative;
    font-size: 14px;
    width: 100%;
    padding: 0px 25px;
    line-height: 58px;
    border: 1px solid #fff;
    color: #b5b5b5;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.informtable-section .form-grp input:focus {
    border-color: #00b371;
}

.informtable-section .form-grp input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 0px 26px;
  letter-spacing: 2px;
}
.informtable-section .form-grp input:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 0px 26px;
  letter-spacing: 2px;
}
.informtable-section .form-grp input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 0px 26px;
  letter-spacing: 2px;
}
.informtable-section .form-grp input:-ms-input-placeholder {
  color: #b5b5b5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;;
  padding: 0px 26px;
  letter-spacing: 2px;
}
.informtable-section .form-grp button.btn-ht {
    position: relative;
    background: #00b371;
    border: 1px solid #00b371;
    line-height: 58px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    letter-spacing: 2px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;

}
.informtable-section .form-grp button.btn-ht:hover {
    background-color: #fff;
    color: #00b371;
    transition:all 500ms ease-in;
    -moz-transition:all 500ms ease-in;
    -webkit-transition:all 500ms ease-in;
    -ms-transition:all 500ms ease-in;
    -o-transition:all 500ms ease-in;
}

.informtable-section .form-grp {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    overflow: hidden; 
}
.ui-selectmenu-button span.ui-icon {
    background-image: none;
}
.ui-selectmenu-button span.ui-icon:before {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    color: #b5b5b5;
}

.informtable-section .form-grp .select-menu + .ui-selectmenu-button:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    right: 27px;
    top: 0px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #b5b5b5;
}

.informtable-section .form-grp .select-menu + .ui-selectmenu-button {
  border-radius: 0;
  width: 100% !important;
  background: #fff;
  border: none;
  font-weight: normal;
  border: 0px solid #fff;
  height: 60px;
  outline: none;
}

.informtable-section .form-grp .select-menu + .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    margin: 0;
    color: #b5b5b5;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 26px;
    border-radius: 0px;
    height: 60px;
    outline: none;
    line-height: 60px;
    letter-spacing: 2px;

}

.ui-selectmenu-menu {
  z-index: 9;
}

.ui-selectmenu-open {
    display: block;
    border-top: 2px solid #00b371;
}
.ui-selectmenu-menu .ui-widget-content {
  background: none;
  border: none;
  background: #fff;
  border-bottom: 0;
  border: 1px solid #00b371;
  overflow: hidden;
  overflow-y: visible;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  padding: 0;
  font-size: 12px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  color: #b5b5b5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding: 0 26px;
  letter-spacing: 2px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item:last-child {
  border-bottom: 0px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  background: #00b371;
  border-bottom: 1px solid #00b371;
  border-top: 1px solid #00b371;
}


/*** 

====================================================================
    service style
====================================================================

***/

.whychoose-section {
    position: relative;
    padding: 90px 0 50px;
}

.whychoose-section.style-2 {
    position: relative;
    padding: 0px 0 50px;
}
.whychoose-section.style-2 .section-title {
    position: relative;
    padding-bottom: 57px;
}

.whychoose-section .single-item {
    position: relative;
    margin-top: 3px;
    margin-bottom: 29px;
    overflow: hidden;
}
.whychoose-section .single-item .icon-box {
    position: relative;
    margin-bottom: 18px;
}

.whychoose-section .single-item .icon-box span:before {
    color: #00b371;
    font-size: 36px;
    transition: .5s ease-in;
}

.whychoose-section .single-item:hover .icon-box span:before {
    background: linear-gradient(120deg, #52e0e0 50%, #99e052 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s ease-in;
}


.whychoose-section .single-item .column-title h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 19px;
    letter-spacing: 1px;

}
.whychoose-section .single-item .content p {
    position: relative;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 11px;
}











/*** 

====================================================================
	about style
====================================================================

***/


.about-section {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 64px;
}

.about-section .single-item {
    position: relative;
}

.about-section .single-item .content {
    position: relative;
    margin-bottom: 83px;
}

.about-section .single-item .content h4 {
    position: relative;
    color: #000;
    line-height: 11px;
    font-size: 16px;
    margin-bottom: 22px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.about-section .single-item .content p {
    position: relative;
    color: #999;
    line-height: 28px;
    font-size: 14px;
}

.about-section .img-box {
    position: relative;
    margin: 0 70px;
    height: 400px;
    background-color: #00b371;
    margin-top: 215px;
}
.about-section .img-box .inner-box img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -77px;
    z-index: 1;
}

.about-style-2 {
    position: relative;
    background: #f6f6f6;
    /* margin-bottom: 44px; */
}
.about-style-2 .img-box {
    position: relative;
    margin-top: 47px;
    text-align: center;
}
.about-style-2 .img-box .inner-box img {
    position: relative;
    top: 53px;
    left: -29px;
    z-index: 1;
}

.about-style-2 .content {
    position: relative;
    padding-bottom: 12px;
    padding-top: 48px;
}
.about-style-2 .content h2 {
    position: relative;
    font-size: 36px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 32px;
    margin-top: 39px;
    line-height: 48px;
    letter-spacing: 1px;
}
.about-style-2 .content h2 span {
    color: #00b371;
}

.about-style-2 .content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 28px;
}
.about-style-2 .product-slide {
    position: relative;
    margin-bottom: 100px;
}
.about-style-2 .product-slide .item {
    position: relative;
    border: 2px solid #eee;
    transition: .5s ease-in-out;
}
.about-style-2 .product-slide .item:hover {
    position: relative;
    border-color: #00b371;
    transition: .5s ease-in-out;
}

.about-style-2 .product-slide .item .icon-box {
    position: relative;
    margin-bottom: 6px;
    margin-top: 15px;
}
.about-style-2 .product-slide .item .icon-box span:before {
    position: relative;
    color: #00b371;
    font-size: 36px;
}

.about-style-2 .product-slide .item .title {
    position: relative;
    font-size: 14px;
    color: #999;  
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;;
    transition: .5s ease-in-out;
    margin-bottom: 24px;
    letter-spacing: 1px;

}
.about-style-2 .product-slide .item:hover .title {
    color: #00b371;
    transition: .5s ease-in-out;

}











/*** 

====================================================================
    default section style
====================================================================

***/



.default-section {
    position: relative;
}
.default-section .single-item {
    position: relative;
    padding-top: 17px;
    margin-bottom: 29px;
    overflow: hidden;
}


.default-section .single-item .column-title h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 4px;
    background: #f6f6f6;
    letter-spacing: 1px;
    padding: 43px 0 15px;
    padding-left: 28px;

}
.default-section .single-item .content {
    position: relative;
    padding: 0 28px;
    margin-bottom: 60px;
}

.default-section .single-item .content p {
    position: relative;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 11px;
}

.default-section .single-item .count {
    position: absolute;
    left: 28px;
    top: 0;
    font-size: 18px;
    color: #fff;  
    text-transform: uppercase;   
    font-family: 'Roboto', sans-serif;;
    background-color: #00b371;
    height: 34px;
    width: 60px;
    line-height: 34px;
    text-align: center;
}







/***

====================================================================
    booking section
====================================================================

***/
.booking-section {
    position: relative;
    overflow: hidden; 
    padding: 153px 0 188px;
    background: url(../images/resource/1.jpg) center center no-repeat;
    background-size: cover;
}
.booking-section.style-2 {
    position: relative;
    padding: 201px 0 188px;
}

.booking-section .overly:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}

.booking-section .content {
    position: relative;
    margin-bottom: 58px;
    z-index: 1;
}
.booking-section .content h2 {
    position: relative;
    font-size: 36px;
    color: #fff;  
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 5px;
    line-height: 48px;
    letter-spacing: 2px;
}
.booking-section .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-bottom: 9px;
    line-height: 30px;
}

.booking-section a {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 13.5px 59px;
    font-family: 'Roboto', sans-serif;;
    letter-spacing: 2px;
    transition: .5s ease;
    z-index: 1;
}

.booking-section a:hover {
    background: #00b371;
    transition: .5s ease;
}


/***

====================================================================
    testimonial section
====================================================================

***/
.testimonial-section {
    position: relative;
    padding: 100px 0px;
}
.testimonial-section .testimonial {
    position: relative;
    background: #f6f6f6;
    padding-top: 10px;
}

.testimonial-section .testimonial .item {
    padding: 16px 45px;
    border-bottom: 1px solid #ebebeb;
    background: #f6f6f6;

}
.testimonial-section .testimonial .item .icon {
    position: relative;
    font-size: 36px;
    color: #00b371;  
    font-family: 'Roboto', sans-serif;;
    bottom: -11px;

}
.testimonial-section .testimonial .item h4 {
    position: relative;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 22px;  

}
.testimonial-section .testimonial .item h5 {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999999;
    line-height: 28px;
    margin-bottom: 16px;  

}




.testimonial .outslide {
    position: relative;
    background: #eee;
}

.testimonial .outslide #slider-next {
    display: inherit;
    height: 23px;
    width: 23px;
    margin: 0 auto;
    position: relative;
}

.testimonial .outslide #slider-next .bx-next {
    font-size: 0;
}

.testimonial .outslide #slider-next .bx-next:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 23px;
    display: block;
    font-size: 14px;
    color: #cecece;
    text-align: center;
    width: 23px;
    height: 23px;
}

.testimonial-section .content {
    position: relative;
    padding-left: 25px;
}
.testimonial-section .content h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 39px;
    letter-spacing: 1px;
}
.testimonial-section .content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 28px;
}


/***

====================================================================
    tstimonial2-section
====================================================================

***/

.testimonial2-section {
    position: relative;
    overflow: hidden;
    padding: 144px 0 153px;
    background: url(../images/resource/2.jpg) center center no-repeat;
    background-size: cover;

}
.testimonial2-section .overly:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}
.testimonial2-section .item {
    position: relative;
}
.testimonial2-section .item span {
    position: relative;
    color: #00b371;
    font-family: 'Roboto', sans-serif;;
    font-size: 36px;
    top: 11px;
}

.testimonial2-section .item p {
    position: relative;
    color: #fff;
    font-family: 'Crete Round', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 16px;
}

.testimonial2-section .item h2 {
    position: relative;
    font-size: 14px;
    color: #fff;  
    text-transform: capitalize;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.testimonial2-section .item ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
}
.testimonial2-section .item > ul > li > span {
    position: relative;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
}


/***

====================================================================
    comfort section
====================================================================

***/


.comfort-section {
    position: relative;
    padding-bottom: 20px;
    background: url(../images/resource/2.jpg) center center no-repeat;
    background-size: cover;
}

.comfort-section:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.comfort-section .section-title h5,
.comfort-section .section-title h2 {
    color: #fff;
    z-index: 9;
}


.comfort-section .comfort-slide .content {
    position: relative;
    font-size: 14px;
    color: #fff;  
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 61px;
    margin-top: 14px;
}








/***

====================================================================
	sponsors section
====================================================================

***/

.sponser-section {
    position: relative;
    background: #f4f4f4;
    padding: 0px 0 82px;
}
.sponser-section .section-title {
    padding-bottom: 42px;
}


.sponser-section.style-2 {
    position: relative;
    background: #f4f4f4;
    padding: 91px 0;
}




/***

====================================================================
    contactus section
====================================================================

***/

.contactus-section {
    position: relative;
}

.contactus-section .contact-form {
    position: relative;
    margin-bottom: 20px;
    margin-top: 1px;
}

.contactus-section .contact-us {
    position: relative;
    overflow: hidden;
}

.contact-us .form-group{
    position:relative;
    margin-bottom: 30px; 
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="password"],
.contact-us select{
    position: relative;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    height:50px;
    padding:24px 36px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.contact-us textarea{
    position:relative;
    width:100%;
    line-height:24px;
    padding:20px 36px;
    height:210px;
    resize:none;
    background:#f6f6f6;
    border: 1px solid #f6f6f6;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    color:#2d2d2d;
    padding-bottom:0px;
    margin-bottom:0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.contact-us ::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color:#999;
}


.contact-us ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color:#999;
}

.contact-us :-ms-input-placeholder {  
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color:#999;
}



.contact-us input:focus,
.contact-us textarea:focus,
.contact-us select:focus{
    border-color:#00b371;   
}

.contact-us input.error,
.contact-us textarea.error,
.contact-us select.error{
    border-color:#ff0000;
}

.contact-us input.error:focus,
.contact-us textarea.error:focus{
    border-color:#ff0000;
    box-shadow:0px 0px 3px 0px #ff0000;
    -moz-box-shadow:0px 0px 3px 0px #ff0000;
    -ms-box-shadow:0px 0px 3px 0px #ff0000;
    -o-box-shadow:0px 0px 3px 0px #ff0000;
    -webkit-box-shadow:0px 0px 3px 0px #ff0000;
}

.contact-us label.error{
    display:none !important;
}

.contact-us select option{
    padding:5px 15px;   
}

.contact-us button{
    font-size:14px;
    width: 100%;
    background-color: #00b371; 
    line-height: 46px;
    padding: 0px 15px;
    border: 2px solid #00b371;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    letter-spacing: 1px;
    transition: .5s ease;
}

.contact-us button:hover {
    background-color: #fff;
    color: #00b371;
    transition: .5s ease;
}

.contactus-section .contact-image {
    position: relative;
    padding: 176px 0;    
}
.contactus-section .contact-image img {
    position: absolute;
    top: 42px;
    left: -25px;
    z-index: 1;
}

.contactus-section .contact-address {
    position: relative;
    margin-left: 46px;
    margin-right: 10px;
    margin-bottom: 63px;    
}

.contactus-section .contact-address .content {
    position: relative;
    padding-bottom: 15px;
}
.contactus-section .contact-address .content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
    margin-bottom: 18px;
}
.contactus-section .contact-address .content p span {
    position: relative;
    color: #666;
}
.contactus-section .contact-address ul {
    position: relative;
}

.contactus-section .contact-address ul li {
    position: relative;
    float: left;
}

.contactus-section .contact-address ul li a {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    margin-right: 48px;
    color: #999;
    transition: 500ms ease;
}

.contactus-section .contact-address ul li a:hover {
    color: #00b371;
    transition: 500ms ease;
}


/***

====================================================================
    location section
====================================================================

***/

.map-section {
    position: relative;
    background: #f6f6f6;
}

.google-map {
    position: relative;
    width: 100%;
    height: 500px;
}


/***

====================================================================
    service-section
====================================================================

***/

.service-section {
    position: relative;
    padding: 100px 0 40px;
}

.service-section .img-box {
    position: relative;
}
.service-section .img-box .inner-box {
    position: relative;
    overflow: hidden;
}
.service-section .img-box .inner-box img {
    position: relative;
    width: 100%;
    transition: .5s ease;
}

.service-section .img-box .price {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;;
    background: #00b371;
}

.service-section .content {
    position: relative;
    margin-top: 31px;
    margin-bottom: 57px;
}

.service-section .content h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.service-section .content h5 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #999;
    transition: .5s ease;
}
.service-section .content h5:hover {
    color: #00b371;
    transition: .5s ease;
}

.service-section .content h5 span {
    position: relative;
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
}


.service-details {
    position: relative;
}

.service-details .image {
    position: relative;
    padding: 100px 0;
}

.service-details .image img {
    position: relative;
    width: 100%;
}

.service-details .content {
    position: relative;
    margin-left: 26px;
    padding: 100px 0;
}

.service-details .content h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 39px;
}
.service-details .content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 36px;
}
.service-details .content ul {
    position: relative;
    margin-bottom: 36px;
}

.service-details .content ul li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 25px;
}

.service-details .content ul li:after {
    position: absolute;
    content: "";
    left: 2px;
    top: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #00b371;
}

.service-details .content ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 11px;
    font-style: italic;
}








/***

====================================================================
    teame-section
====================================================================

***/

.teame-section {
    position: relative;
    padding: 0px 0 40px;
}

.teame-section .img-box {
    position: relative;
}
.teame-section .img-box .inner-box {
    position: relative;
    overflow: hidden;
}
.teame-section .img-box .inner-box img {
    position: relative;
    width: 100%;
    transition: .5s ease;
}


.teame-section .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
}
.teame-section .img-box:hover .overlay {
    opacity: 1;
    transition: .5s ease-in-out;
}
.teame-section .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}


.teame-section .img-box .overlay .inner:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #fff;
}
.teame-section .img-box .overlay .social {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 30px;
    position: relative;
}
.teame-section .img-box .overlay .social li {
    display: inline;
    margin-right: 4px;
}
.teame-section .img-box .overlay .social li a {
    display: inline-block;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    transition: .5s ease-in-out;
}
.teame-section .img-box .overlay .social li a:hover {
    color: #fff;
    background: #00b371;
    transition: .5s ease-in-out;
    border-color: #00b371;
}


.teame-section .img-box .price {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    height: 40;
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;;
    background: #df4a43;
}

.teame-section .content {
    position: relative;
    margin-top: 31px;
    margin-bottom: 57px;
}

.teame-section .content h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.teame-section .content h5 {
    position: relative;
    font-size:14px;
    font-weight: 400;
    font-style: italic;
    color: #999;
}


.teame-section .content h5 span {
    position: relative;
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: middle;
}



/***

====================================================================
    blog-section
====================================================================

***/
.blog-section {
    position: relative;
    background: #fff;
}
.blog-section.single-blog {
    padding-top: 100px;
}
.blog-section.single-blog .border-bottom {
    position: relative;
    border-bottom: 2px solid#f6f6f6;
}

.blog-section .img-box {
    position: relative;
    overflow: hidden;
}

.blog-section .img-box img {
    position: relative;
    display: block;
    width: 100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-section .img-box:hover img{
    transform:scale(1.1,1.1) rotate(-3deg);   
}

.blog-section .blog-text {
    position: relative;
}

.blog-section .content {
    position: relative;
    margin-bottom: 62px;
}

.blog-section.single-blog .content {
    position: relative;
    margin-bottom: 22px;
}

.blog-section .content h2 {
    position: relative;
    font-size: 18px;
    color: #000;  
    text-transform: capitalize;
    line-height: 30px;
    padding-top: 33px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.blog-section .content h5 {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #999;
    margin-bottom: 21px;
}

.blog-section .content h5 span {
    color: #00b371;
}

.blog-section .content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-bottom: 28px;
}


.post-pagination {
    position: relative;
    padding-top: 33px;
    margin-bottom: 100px;
}

.post-pagination ul {
    position: relative;
    text-align: center;
}
.post-pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.post-pagination ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;;
    font-weight: 400;
    color: #999;  
    text-transform: uppercase;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: .5s ease;
}
.post-pagination ul li.active a,
.post-pagination ul li a:hover {
    background: #00b371;
    color: #fff;
    transition: .5s ease;
}


.post-pagination ul li a.left {
    position: absolute;
    font-family: Fontawesome;
    left: 0;
    top: 0;
    color: #666;
    width: 20px;
    border: none;
    transition: .5s ease;

}

.post-pagination ul li a.right {
    position: absolute;
    font-family: Fontawesome;
    right: 0;
    top: 0;
    color: #666;
    width: 20px;
    border: none;
    transition: .5s ease;
}
.post-pagination ul li a.left:hover,
.post-pagination ul li a.right:hover {
    color: #df4a43;
    background: none !important;
    transition: .5s ease;
}




/***

====================================================================
	footer-section
====================================================================

***/

.footer-section {
    position: relative;
    display: block;
    padding-top: 106px;
    background: #151517;
}

.footer-section .footer-widget {
    position: relative;
    padding: 0 0;
}

.footer-section .footer-widget .column-title {
    position: relative;
    padding: 0px 0 27px;
}
.footer-section .footer-widget .column-title h2 {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 20px;
}

.footer-section .footer-widget .content p {
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #999;
    line-height: 28px;
    padding-right: 27px;
    margin-bottom: 28px;
}

.footer-section .footer-widget .content ul {
    position: relative;
    margin-top: 3px;
    margin-bottom: 21px;
}
.footer-section .footer-widget .content ul li {
    position: relative;
    padding-bottom: 14px;
}
.footer-section .footer-widget .content ul li a {
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    transition: 500ms ease;
}
.footer-section .footer-widget .content ul li a:hover {
    color: #00b371;
    transition: 500ms ease;
}





/*Footer bottom*/
.footer-bottom {
    position: relative;
    border-top: 2px solid #333;
    margin-top: 70px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.footer-bottom {
    position: relative;
}
.footer-bottom ul {
    position: relative;
}
.footer-bottom ul li {
    position: relative;
    float: left;
}
.footer-bottom ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-right: 40px;
    transition: 500ms ease;
}
.footer-bottom ul li:last-child a{
    margin-right: 0;
}
.footer-bottom ul li a:hover {
    color: #00b371;
    transition: 500ms ease;
}
.footer-bottom .copy-right {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-bottom .copy-right p{
    line-height: 30px;
}





/***

====================================================================
    page-title style
====================================================================

***/


.page-title {
    position: relative;
    padding: 140px 0;
}

.page-title:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    z-index: 5;
}








/***

====================================================================
    single-about section
====================================================================

***/

.single-about {
    position: relative;
    padding-top: 100px;
}
.single-about img {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.single-about .content {
    position: relative;
    padding: 0px 0 159px;
    padding-left: 25px;
}
.single-about .content h2 {
    position: relative;
    font-size: 16px;
    color: #000;  
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 39px;
    letter-spacing: 1px;
}
.single-about .content p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 28px;
}








/*** 

====================================================================
    Accordion Box Style
====================================================================

 ***/
 
.accordion-box {
    position: relative;
    /* margin-top: 100px; */
    overflow: hidden;
    margin-bottom: 70px;
}

.accordion-box.style-two .accordion .acc-btn{
    position:relative;
    font-size:14px;
    line-height:56px;
    color:#999;
    cursor:pointer;
    font-family: 'Roboto', sans-serif;;
    text-transform: uppercase;
    padding: 0 28px;
    margin-bottom: 30px;
    border: 2px solid #eee;
}

.accordion-box.style-two .accordion .acc-btn.active {
    color:#00b371;
    border-color: #00b371;
}
.accordion-box.style-two .accordion .acc-btn.active .toggle-icon {
    color:#00b371;
}

.accordion-box.style-two .accordion .acc-btn .toggle-icon{
    position:absolute;
    right:18px;
    top:0px;
    display:block;
    font-size:14px;
    width:30px;
    height:56px;
    line-height:56px;
    text-align:center;
    color:#eee;
}

.accordion-box.style-two .accordion .acc-btn .toggle-icon .plus{
    position:absolute;
    left:0px;
    top:0px;
    line-height:56px;
    width:100%;
    height:56px;
    opacity:1;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.accordion-box.style-two .accordion .acc-btn.active .toggle-icon .plus{
    opacity:0;
}

.accordion-box.style-two .accordion .acc-btn .toggle-icon .minus{
    position:absolute;
    left:0px;
    top:0px;
    line-height:56px;
    width:100%;
    height:56px;
    opacity:0;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.accordion-box.style-two .accordion .acc-btn.active .toggle-icon .minus{
    opacity:1;
}

.accordion-box.style-two .accordion .acc-content{
    position:relative;
    padding-left: 29px;
    padding-right: 31px;
    margin: 1px 0 39px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    font-family: 'Karla', sans-serif;
    display: none;
}

.accordion-box.style-two .accordion .acc-content.collapsed{
    display:block;
}









/***

====================================================================
    gallery-section
====================================================================

***/
.gallery-section {
  position: relative;
  padding: 100px 0 70px;
}
.gallery-section .single-product-carousel-content-box img {
  width: 100%;
  display: inline-block;
}
.gallery-section .single-product-carousel-thumbnail-box {
  padding: 20px 0;
}

.gallery-section .single-product-carousel-thumbnail-box .item {
  position: relative;
}
.gallery-section .single-product-carousel-thumbnail-box .item img {
  width: 100%;
  min-height: 120px;
}



/*****
====================================================================
    blog-post style
====================================================================

***/


.blog-post {
    position: relative;
    margin: 100px 0;
    margin-bottom: 0px;
    padding-bottom: 74px;
    background: #fff;
}

.blog-post .blog-bg {
    position: relative;
    background: #fff;
}

.blog-post .blog-image {
    position: relative;
}
.blog-post .blog-image img {
    position: relative;
    max-width: 100%;
}

.blog-post .blog-content {
    position: relative;

}

.blog-post .blog-content .blog-title {
    position: relative;
}

.blog-post .blog-content .blog-title h2 {
    position: relative;
    font-size: 24px;
    color: #000;  
    text-transform: uppercase;
    margin-top: 58px;
    margin-bottom: 26px;
    letter-spacing: 1px;
}

.blog-post .blog-content .blog-title p {
    position: relative;
    font-size: 13.5px;
    color: #00b371;
    margin-bottom: 27px;
}

.blog-post .blog-content .blog-title p span {
    color: #999;
    margin-left: 17px;
    font-weight: 400;
}
.blog-post .blog-content .blog-title p span:before {
    color: #999;
    margin-right: 14px;
    font-family: 'Font Awesome 5 Pro';
}

.blog-post .blog-content .blog-text {
    position: relative;
}

.blog-post .blog-content .blog-text p {
    position: relative;
    font-size: 13.5px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 28px;
}

.blog-post .blog-content .blog-qoute {
    position: relative;
    padding-left: 53px;
    padding-right: 15px;
    margin: 37px 0;
    margin-bottom: 24px;
}

.blog-post .blog-content .blog-qoute span {
    position: absolute;
    left: -2px;
    top: -34px;
    font-size: 72px;
    font-family: 'Roboto', sans-serif;;
    color: #00b371;
}

.blog-post .blog-content .blog-qoute h5 {
    position: relative;
    font-size: 14px;
    color: #999;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 16px;
    letter-spacing: .2px;
}

.blog-post .blog-content .blog-share {
    position: relative;
    margin-top: 51px;
    margin-bottom: 57px;
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    line-height: 75px;
}
.blog-post .blog-content .blog-share p {
    position: relative;
    font-size: 14px;
    color: #999;
}

.blog-post .blog-content .blog-share p b {
    color: #666;
}


.blog-post .blog-content .blog-share .share-link {
    position: relative;
    text-align: right;
}

.blog-post .blog-content .blog-share .share-link ul li {
    position: relative;
    display: inline;
    margin-left: 46px;
}

.blog-post .blog-content .blog-share .share-link ul li a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #999;
    transition: .5s ease;  
}

.blog-post .blog-content .blog-share .share-link ul li a:hover {
    color: #00b371;
    transition: .5s ease;
}

.blog-post .blog-content .author-title h2 {
    position: relative;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.blog-post .blog-content .author-post {
    position: relative;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    padding-top: 26px;
    background: #f6f6f6;
}

.blog-post .blog-content .author-post .inner-box {
    position: relative;
    padding: 0 0 15px 120px;
    margin: 0px 0px 37px;
}

.blog-post .blog-content .author-post .author-img {
    position: absolute;
    left: 26px;
    top: 0;
}
.blog-post .blog-content .author-post .author-img img {
    position: relative;
}


.blog-post .blog-content .author-post .author-text {
    position: relative;
}
.blog-post .blog-content .author-post .author-text h4 {
    position: relative;
    font-size: 16px;
    color: #000;  
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 10px;
}
.blog-post .blog-content .author-post .author-text p {
    position: relative;
    font-size: 13.5px;
    color: #666;
    line-height: 28px;
}


.blog-post .blog-content .comment-area {
    position: relative;
}
.blog-post .blog-content .comment-area .comment-title {
    position: relative;
}
.blog-post .blog-content .comment-area .comment-title h2 {
    position: relative;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 57px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.blog-post .blog-content .comment-area .single-comment {
    position: relative;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    padding-top: 26px;
    background: #f6f6f6;
    min-height: 122px;
}

.blog-post .blog-content .comment-area .single-comment.comment-reply {
    margin-left: 37px;
}

.blog-post .blog-content .comment-area .single-comment.comment-reply:after {
    position: absolute;
    content: '';
    left: -37px;
    top: 3px;
    background: #eee;
    width: 1px;
    height: 122px;

}

.blog-post .blog-content .comment-area .single-comment.comment-reply:before {
    position: absolute;
    content: '';
    left: -36px;
    top: 28px;
    background: #eee;
    width: 12px;
    height: 1px;
}


.blog-post .blog-content .comment-area .single-comment .inner-box {
    position: relative;
    padding: 0 0 15px 120px;
    margin: 0px 0px 30px;
}

.blog-post .blog-content .comment-area .single-comment .author {
    position: absolute;
    left: 26px;
    top: 0;
}

.blog-post .blog-content .comment-area .single-comment .author img {
    position: relative;
}

.blog-post .blog-content .comment-area .single-comment .author-info {
    position: relative;
}

.blog-post .blog-content .comment-area .single-comment .author-info span.a_text {
    position: relative;
    font-size: 16px;
    color: #000;  
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 10px;
    margin-right: 7px;
}

.blog-post .blog-content .comment-area .single-comment .author-info span.c_time {
    position: relative;
    font-size: 16px;
    color: #999;  
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 10px;
}
.blog-post .blog-content .comment-area .single-comment .author-info span.reply {
    position: relative;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;;
    line-height: 12px;
    letter-spacing: 1px;
    color: #00b371;  
    text-transform: uppercase;
    float: right;
    margin-right: 23px;
    cursor: pointer;
}

.blog-post .blog-content .comment-area .single-comment .text {
    position: relative;
}

.blog-post .blog-content .comment-area .single-comment .text p {
    position: relative;
    font-size: 13.5px;
    color: #666;
    line-height: 28px;
}


.blog-post .blog-content .comment-box {
    position: relative;
    padding-top: 20px;
}
.blog-post .blog-content .comment-box .comment-title h2 {
    position: relative;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 38px;
    letter-spacing: 1px;
}

.blog-post .blog-content .comment-box .form-group{
    position:relative;
    margin-bottom: 25px; 
}
.blog-post .blog-content .comment-box .form-group .field-label {
    font-size:14px;
    color: #666;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    margin-bottom: 9px;
}

.blog-post .blog-content .comment-box input[type="text"],
.blog-post .blog-content .comment-box input[type="email"],
.blog-post .blog-content .comment-box input[type="password"],
.blog-post .blog-content .comment-box select{
    position:relative;
    width:100%;
    line-height:24px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color:#999;
    background: none;
    border: 2px solid #f6f6f6;
    height:60px;
    padding:24px 36px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.blog-post .blog-content .comment-box textarea{
    position:relative;
    width:100%;
    line-height:24px;
    padding:20px 36px;
    height:150px;
    resize:none;
    font-family: 'Roboto', sans-serif;
    color:#999;
    border: 2px solid #f6f6f6;
    background: none;
    font-size:13px;
    color:#2d2d2d;
    padding-bottom:0px;
    margin-bottom:0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.blog-post .blog-content .comment-box input:focus,
.blog-post .blog-content .comment-box textarea:focus,
.blog-post .blog-content .comment-box select:focus{
    border-color:#00b371;   
}

.blog-post .blog-content .comment-box input.error,
.blog-post .blog-content .comment-box textarea.error,
.blog-post .blog-content .comment-box select.error{
    border-color:#ff0000;
}

.blog-post .blog-content .comment-box input.error:focus,
.blog-post .blog-content .comment-box textarea.error:focus{
    border-color:#ff0000;
    box-shadow:0px 0px 3px 0px #ff0000;
    -moz-box-shadow:0px 0px 3px 0px #ff0000;
    -ms-box-shadow:0px 0px 3px 0px #ff0000;
    -o-box-shadow:0px 0px 3px 0px #ff0000;
    -webkit-box-shadow:0px 0px 3px 0px #ff0000;
}

.blog-post .blog-content .comment-box button{
    position: relative;
    top: -1px;
    font-size:14px;
    min-width: 240px;
    line-height: 56px;
    text-align: center;
    color: #00b371;
    background: none;
    border: 2px solid #00b371;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    transition: .5s ease;
}

.blog-post .blog-content .comment-box button:hover {
    background: #00b371;
    color: #fff;
    transition: .5s ease;
}



.sidebar {
    position: relative;
}

.sidebar .sidebar-title {
    position: relative;
    padding-bottom: 24px;
}
.sidebar .sidebar-title h4 {
    position: relative;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    text-align: center;
    letter-spacing: 1px;
    line-height: 46px;
    border: 2px solid #eee;
}

.sidebar .category {
    position: relative;
    margin-bottom: 40px;
}

.sidebar .category ul li {
    position: relative;
    margin-bottom: 14px;
}
.sidebar .category ul li a span.txt {
    position: relative;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
    transition: .5s ease;
}

.sidebar .category ul li a span.count {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #cacaca;
    transition: .5s ease;
}
.sidebar .category ul li a span.txt:hover {
    color: #00b371;
    transition: .5s ease;
}


.sidebar .recent-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}

.sidebar .recent-post ul li {
    position: relative;
    margin-bottom: 14px;
}
.sidebar .recent-post ul li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
    transition: .5s ease;
}
.sidebar .recent-post ul li a:hover {
    color: #00b371;
    transition: .5s ease;
}

.sidebar .tag {
    position: relative;
    padding-top: 4px;
    margin-bottom: 27px;
}

.sidebar .tag ul {
    position: relative;
    max-width: 200px;
}
.sidebar .tag ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
}

.sidebar .tag ul li a {
    position: relative;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #666;
    margin-right: 20px;
    transition: .5s ease;
}
.sidebar .tag ul li a:hover {
    color: #00b371;
    transition: .5s ease;
}

.sidebar .instagram {
    position: relative;
    padding-top: 2px;
    margin-bottom: 31px;
}

.sidebar .instagram .list {
    position: relative;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.sidebar .instagram .list img {
    position: relative;
    float: left;
    padding: 0 7.5px 15px;

}


.sidebar .popular-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 34px;
}

.sidebar .popular-post .single-post {
    position: relative;
    padding: 0 0 18px 97px;
}
.sidebar .popular-post .single-post .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar .popular-post .single-post .post-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.sidebar .popular-post .single-post .post-content h4 {
    position: relative;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    margin-top: 1px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 10px;
}
.sidebar .popular-post .single-post .post-content h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #999;
}


.sidebar .feature-post {
    position: relative;
    padding-top: 4px;
    margin-bottom: 50px;
}
.sidebar .feature-post .feature-slide {
    position: relative;
}
.sidebar .feature-post .feature-slide a {
    position: relative;
}
.sidebar .feature-post .feature-slide .item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 5;
}

.sidebar .feature-post .feature-slide .caption {
    position: absolute;
    left: 30px;
    bottom: 32px;
    z-index: 5;
}
.sidebar .feature-post .feature-slide .caption h4 {
    position: relative;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 24px;
    letter-spacing: 1px;
}
.sidebar .feature-post .feature-slide .caption h5 {
    position: relative;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #fff;
}
.sidebar .feature-post .owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    opacity: .4;
    border-radius: 50%;
    display: block;
    height: 5px;
    margin: 5px 3.5px;
    transition: opacity 200ms ease 0s;
    width: 5px;
}
.sidebar .feature-post .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff;
    opacity: 1;
}
.sidebar .feature-post .owl-controls {
    text-align: center;
    bottom: 1px !important;
    position: absolute;
    width: initial !important;
    left: 26px;
}

.sidebar .subscribe {
    position: relative;
    background: #f6f6f6;
    padding: 18px 20px;
    margin-bottom: 50px;
}

.sidebar .subscribe .subscribe-title h2 {
    position: relative;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 38px;
    margin-bottom: 5px;
}
.sidebar .subscribe .subscribe-title p {
    position: relative;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 23px;
}

.sidebar .subscribe .subscribe-form {
    position: relative;
}
.sidebar .subscribe .subscribe-form input {
    position: relative;
    width: 100%;
    line-height: 46px;
    font-size: 13px;
    font-family: 'Karla', sans-serif;
    color: #999;
    margin-bottom: 13px;
    background: none;
    border: 2px solid #eee;
    padding: 0px 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .subscribe ::-webkit-input-placeholder {
    font-size: 12px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    color:#999;
}


.sidebar .subscribe ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 12px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    color:#999;
}

.sidebar .subscribe :-ms-input-placeholder {  
    font-size: 12px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    color:#999;
}


.sidebar .subscribe .subscribe-form .subscribe-btn {
    position: relative;
    text-align: center;
    line-height: 46px;
    border: 2px solid #00b371;
    background: #00b371;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;;
    text-transform: uppercase;
    width: 100%;
    transition: .5s ease;
}
.sidebar .subscribe .subscribe-form .subscribe-btn:hover {
    color: #00b371;
    background: transparent;
    transition: .5s ease;
}

.sidebar .twitter-post {
    position: relative;
    margin-bottom: 37px;
}
.sidebar .twitter-post .sidebar-title {
    padding-bottom: 16px;
}

.sidebar .twitter-post .single-post {
    position: relative;
    padding: 0px 0px 0px 28px;
}
.sidebar .twitter-post .single-post .icon {
    position: absolute;
    left: 0;
    top: 8px;
}
.sidebar .twitter-post .single-post .icon span {
    position: relative;
    font-size: 14px;
    color: #999;
    vertical-align: top;
}
.sidebar .twitter-post .single-post .content {
    position: relative;
    margin-bottom: 17px;
}
.sidebar .twitter-post .single-post .content h4 {
    position: relative;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #666;
    margin-bottom: 6px;
    line-height: 28px;
}
.sidebar .twitter-post .single-post .content h5 {
    position: relative;
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    color: #999;
}



/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    z-index: 9;
    cursor: pointer;
	display:none;	
    opacity: .8;
    transition: .3s ease-in;

}
.scroll-to-top i:before {
    color: #00b371;
    font-size: 20px;
    margin: 0;
    line-height: 45px;
}

.scroll-to-top:hover {
    opacity: 1;
    transition: .3s ease-in;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}




/*****
====================================================================
    Feature Section style
====================================================================
***/
.feature-section{
    position: relative;
    display: block;
    padding: 100px 0 100px;
}
.feature-section .shape{
    position: absolute;
    top: 60px;
    right: 0;
}

.feature-image-box{
    position: relative;
    display: block;
}
.feature-image-box img{
    width: 100%;
}
.feature-image-box .big-text {
    position: absolute;
    bottom: 110px;
    right: 20px;
    color: #051118;
    font-size: 72px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    transform: rotate(-45deg);
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}
.feature-image-box .shape-box{
    position: absolute;
    top: 65px;
    left: -150px;
    width: 150px;
    bottom: 65px;
    background: #f1f5f4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}



.feature-text-box {
    position: relative;
    display: block;
    padding-left: 70px;
}
.feature-text-box .title {
    position: relative;
    display: block;
    padding-bottom: 51px;
}
.feature-text-box .title h2{
    color: #000000;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 19px;
}
.feature-text-box .title .border-box{
    position: relative;
    display: block;
    width: 100px;
    height: 2px;
    background: #00b371;
}
.feature-text-box .title p {
    margin: 33px 0 0;
}



.feature-text-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.feature-text-box ul li{
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 60px;
}
.feature-text-box ul li:last-child{
    margin-bottom: 0;
}

.feature-text-box ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    padding: 14px 0 15px;
}
.feature-text-box ul li .icon:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #d3d3d5;
    content: "";
}
.feature-text-box ul li .text{
    position: relative;
    display: block;
    padding-left: 20px;
}
.feature-text-box ul li .text h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 12px;
}
.feature-text-box ul li .text p{
    margin: 0;
}




@media only screen and (max-width: 991px) {
      
.feature-text-box {
    padding-left: 0px;
    padding-top: 35px;
}    
    
    
}







/*****
====================================================================
    Services Section style
====================================================================
***/
.services-section{
    position: relative;
    display: block;
    background: #f1f5f4;
    padding: 100px 0 100px;
}
.sec-title{
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 59px;
}
.sec-title h3 {
    color: #00b371;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.sec-title h3 i {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-right: 8px;
    font-size: 17px;
}
.sec-title h2{
    color: #000000;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin: 8px 0 0;
}


.single-services-style1{
    position: relative;
    display: block;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 50px 40px 45px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-services-style1:hover{
    background: #00b371;
}


.single-services-style1 .value-box {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #e8f7f1;
    border-radius: 5px;
    text-align: center;
    padding: 19px 0 20px;
    transition: all 300ms ease 100ms;
}
.single-services-style1:hover .value-box{
    background: rgba(255,255,255,0.2);    
}
.single-services-style1 .value-box h2{
    color: #00b371;
    font-size: 30px;
    font-weight: 600;
    transition: all 300ms ease 100ms;
}
.single-services-style1:hover .value-box h2{
    color: #ffffff;    
}


.single-services-style1 h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 34px 0 22px;
    transition: all 500ms ease 100ms;
}
.single-services-style1:hover h3{
    color: #ffffff;
}
.single-services-style1 p{
    transition: all 500ms ease 100ms;    
}
.single-services-style1:hover p{
    color: #ffffff;
}
.single-services-style1 .button{
    position: relative;
    display: block;
    padding-top: 21px;
}
.single-services-style1 .button a{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    transition: all 700ms ease 100ms;
}
.single-services-style1 .button a i:before {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    padding-left: 9px;
}
.single-services-style1:hover .button a{
    color: #ffffff;
}

.more-service-button{
    position: relative;
    display: block;
    margin-top: 20px;
}
.more-service-button:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #d9dfdd;
    content: "";
    margin: 29px 0 30px;
}
.more-service-button .inner{
    position: relative;
    display: inline-block;
    background: #f1f5f4;
    padding: 0 20px;
}

.thm-btm1{
    position: relative;
    display: inline-block;
    background: #00b371;
    padding: 0 40px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .05em;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-family: 'Barlow Condensed', sans-serif;
}
.thm-btm1 i {
    position: relative;
    display: inline-block;
    padding-left: 9px;
    font-size: 14px;
}
.thm-btm1:hover{
    color: #f3f3f3;
    background: #029b63;
}



/*****
====================================================================
    Slogan Section style
====================================================================
***/
.slogan-section{
    position: relative;
    display: block;
    padding: 155px 0 165px;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.slogan-section:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,24,27, 0.40);   
    content: "";
    z-index: -1;
}
.slogan-content{
    position: relative;
    display: block;    
}
.slogan-content h2{
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
}
.slogan-content .big-title{
    position: relative;
    display: block;
    margin: 8px 0 49px;
    color: #ffffff;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}
.slogan-content .button{
    position: relative;
    display: block;
}



/*****
====================================================================
    Whychoose Style2 Section style
====================================================================
***/
.whychoose-style2-section{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 100px;
}
.whychoose-style2-section .sec-title{}

.whychoose-style2-image-box{
    position: relative;
    display: block;
}
.whychoose-style2-image-box img{
    width: 100%;
}

.whychoose-style2-content{
    position: relative;
    display: block;
}
.whychoose-style2-content ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-whychoose-style2{
    position: relative;
    display: block;
    background: #f1f5f4;
    padding: 35px 40px 31px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;  
}
.single-whychoose-style2:hover{
    background: #00b371;
}



.single-whychoose-style2:last-child{
    margin-bottom: 0;
}
.single-whychoose-style2 .top{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-whychoose-style2 .top .icon{
    width: 45px;
}
.single-whychoose-style2 .top .icon i:before{
    color: #00b371;
    font-size: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-whychoose-style2:hover .top .icon i:before{
    color: #ffffff;    
}

.single-whychoose-style2 .top .icon,
.single-whychoose-style2 .top .title{
    display: table-cell;
    vertical-align: middle;
}
.single-whychoose-style2 .top .title h3{
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-whychoose-style2:hover .top .title h3{
    color: #ffffff;    
}

.single-whychoose-style2 .text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.single-whychoose-style2 .text p{
    transition: all 700ms linear;
    transition-delay: 0.1s;    
}
.single-whychoose-style2:hover .text p{
    color: #ffffff;
}



/*****
====================================================================
    Featured Gallery Section style
====================================================================
***/
.featured-gallery-section{
    position: relative;
    display: block;
    padding-bottom: 90px;
}
.featured-gallery-section .outer-container{
    position: relative;
    display: block;
    width: 100%;    
}

.single-featured-gallery-item{
    position: relative;
    display: block;
}
.single-featured-gallery-item .img-holder{
    position: relative;
    display: block;
}
.single-featured-gallery-item .img-holder img{
    width: 100%;
}



.single-featured-gallery-item .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.20);
    opacity: 0;
    border-radius: 0px;
    transform: scale(.5);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.single-featured-gallery-item:hover .overlay-content{
    opacity: 1;
    transform: scale(1.0);
    transition: all 300ms linear;
    transition-delay: 0.1s;    
}

.single-featured-gallery-item .overlay-content .box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform: translateY(20px);
    transition: all 100ms ease 100ms;
    opacity: 0;
}
.single-featured-gallery-item:hover .overlay-content .box{
    opacity: 1;
    transform: translateX(0px);
    transition: all 700ms linear;
    transition-delay: 0.3s;       
}
.single-featured-gallery-item .overlay-content .box .zoom-button{}
.single-featured-gallery-item .overlay-content .box .zoom-button a{
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    color: #00b371;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;    
}
.single-featured-gallery-item .overlay-content .box .zoom-button a:hover{}
.featured-gallery-carousel{}



/*****
====================================================================
    Testimonial style2 Section style
====================================================================
***/
.testimonial-style2-section{
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 100px;
}
.single-testimonial-item-style2{
    position: relative;
    display: block;
    padding: 40px 50px 44px;
    z-index: 1;
}
.single-testimonial-item-style2:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f1f5f4;
    content: "";
    z-index: -1;
    opacity: 1;
    transition: all 300ms ease 100ms;
}
.single-testimonial-item-style2:hover:before{
    opacity: 0;
}
.single-testimonial-item-style2:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00b371;
    content: "";
    z-index: -1;
    opacity: 0;
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    transition: all 300ms ease 100ms;
}
.single-testimonial-item-style2:hover:after{
    opacity: 1;
    -moz-transform: skew(0deg, -3deg);
    -webkit-transform: skew(0deg, -3deg);
    -o-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);    
}
.single-testimonial-item-style2 .icon{
    color: #00b371;
    font-size: 38px;
    padding-bottom: 9px;
    transition: all 500ms ease 200ms;
}
.single-testimonial-item-style2:hover .icon{
    color: rgba(255, 255, 255, 0.70);    
}
.single-testimonial-item-style2 p{
    transition: all 500ms ease 200ms;
}
.single-testimonial-item-style2:hover p{
    color: #ffffff;    
}
.single-testimonial-item-style2 h3{
    color: #19191b;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 15px 0 5px;
    transition: all 500ms ease 200ms;
}
.single-testimonial-item-style2:hover h3{
    color: #ffffff;       
}
.single-testimonial-item-style2 span{
    line-height: 18px;
    transition: all 500ms ease 200ms;
}
.single-testimonial-item-style2:hover span{
    color: #ffffff;        
}





.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 14px;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
    border: 0px solid transparent;
    background: #c9d0d9;
	margin: 0px 9px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before{
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    border: 2px solid #00b371;
    border-radius: 50%;
    content: "";
    transform: scale(0);
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before{
    transform: scale(1.0);    
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span{
	display: none;	
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    background: #00b371;
}



/*** 
=============================================
    Subscribe Section Style      
=============================================
***/
.subscribe-section {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000000;
    padding: 70px 0;
}
.subscribe-content-box{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.subscribe-title{
    position: relative;
    display: block;
}
.subscribe-title h2{
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700; 
    margin: 0;
}


.subscribe-section .subscribe-box {
    position: relative;
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 25px 0;
}
.subscribe-section .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}
.subscribe-section .subscribe-form input[type="email"]{
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
    height: 70px;
    padding: 0 25px;
    background: rgba(255, 255, 255, 0.99);
    border: 0px solid rgba(255, 255, 255, 0.20);
    color: #999999;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    border-radius: 50px;
    transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
}
.subscribe-section .subscribe-form input::-webkit-input-placeholder {
    color: #999999;
}
.subscribe-section .subscribe-form input:-moz-placeholder {
    color: #999999;
}
.subscribe-section .subscribe-form input::-moz-placeholder {
    color: #999999;
}
.subscribe-section .subscribe-form input:-ms-input-placeholder {
    color: #999999;
}
.subscribe-section .subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 200px;
    color: #ffffff;
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 0;
    transition: all 300ms ease 100ms;
    font-family: 'Barlow Condensed', sans-serif;
}
.subscribe-section .subscribe-form input[type="email"]:focus {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.90);
}
.subscribe-section .subscribe-form input[type="email"]:focus + button, 
.subscribe-section .subscribe-form button:hover {
    color: #000000;
    background: #ffffff;
}




/*** 
=============================================
    Blog Style1 Section Css
=============================================
***/
.blog-style1-section{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 50px;
}

.single-blog-style1{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.single-blog-style1 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style1 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.70);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:before{
    height: 100%;    
}
.single-blog-style1 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.single-blog-style1:hover .img-holder .inner img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);    
}



.single-blog-style1 .text-holder{
    position: relative;
    display: block;
    padding: 32px 40px 35px;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(1,19,72,0.11); 
    box-shadow: 0px 3px 10px 2px rgba(1,19,72,0.11);
    z-index: 1;
}
.single-blog-style1 .text-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: #00b371; 
    content: "";
    transform: scaleX(0);
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.single-blog-style1:hover .text-holder:before{
    transform: scaleX(1.0);    
}


.single-blog-style1 .text-holder .tag-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 25px;
}
.single-blog-style1 .text-holder .tag-box .icon{
    position: absolute;
    top: 0;
    left: 0;
    color: #00b371;
    font-size: 15px;
    line-height: 30px;
    transition: all 500ms ease 100ms;
}
.single-blog-style1:hover .text-holder .tag-box .icon{
    color: #ffffff;    
}

.single-blog-style1 .text-holder .tag-box ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style1 .text-holder .tag-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    line-height: 30px;
}
.single-blog-style1 .text-holder .tag-box ul li:last-child{
    margin-right: 0;
}
.single-blog-style1 .text-holder .tag-box ul li a{
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease 100ms;
}
.single-blog-style1:hover .text-holder .tag-box ul li a{
    color: #ffffff;    
}




.single-blog-style1 .text-holder h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin: 12px 0 0px;
}
.single-blog-style1 .text-holder h3 a{
    color: #19191b;
    transition: all 500ms ease 200ms;
}
.single-blog-style1:hover .text-holder h3 a{
    color: #ffffff;      
}
.single-blog-style1 .text-holder h3 a:hover{
    color: #000000;        
}


.single-blog-style1 .text-holder .meta-info{
    position: relative;
    display: block;   
    overflow: hidden;
    padding-top: 20px;
}
.single-blog-style1 .text-holder .meta-info li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}
.single-blog-style1 .text-holder .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info li i:before {
    position: relative;
    display: inline-block;
    color: #00b371;
    font-size: 16px;
    padding-right: 9px;
    transition: all 500ms ease 200ms;
}
.single-blog-style1:hover .text-holder .meta-info li i:before{
    color: #ffffff;    
}
.single-blog-style1 .text-holder .meta-info li a{
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease 100ms;
}
.single-blog-style1:hover .text-holder .meta-info li a{
    color: #ffffff;
}
.single-blog-style1 .text-holder .meta-info li a:hover{
    color: #000000;        
}



/*** 
=============================================
    Footer Style2 Section Css
=============================================
***/
.footer-style2-section {
    position: relative;
    display: block;
    background: #151517;
    padding: 114px 0 0px;
}
.footer-widget-style2{}

.footer-widget-style2 .column-title {
    margin-bottom: 25px;
}
.footer-widget-style2 .column-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.footer-widget-style2 .quick-links{
    position: relative;
    display: block;
}
.footer-widget-style2 .quick-links li {
    position: relative;
    display: block;
    line-height: 32px;
}
.footer-widget-style2 .quick-links li a {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.50;
    transition: all 0.5s ease-in-out 0s;
    font-family: 'Roboto', sans-serif;
}
.footer-widget-style2 .quick-links li a:hover{
    color: #fff;
    opacity: 1;
}



.footer-widget-style2 .footer-contact-info{}
.footer-widget-style2 .footer-contact-info p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    opacity: 0.50;
}
.footer-widget-style2 .footer-contact-info ul {
    position: relative;
    display: block;
    padding-top: 10px;
}
.footer-widget-style2 .footer-contact-info ul li{
    position: relative;
    display: block;
    line-height: 32px;
}
.footer-widget-style2 .footer-contact-info ul li a{
    color: #ffffff;
    font-size: 16px;
    opacity: 0.50;
    transition: all 0.5s ease-in-out 0s;
}
.footer-widget-style2 .footer-contact-info ul li a:hover{
    color: #fff;
    opacity: 1;
}


.footer-widget-style2 .services-links{
    position: relative;
    display: block;
}
.footer-widget-style2 .services-links li{
    position: relative;
    display: block;
    line-height: 32px;
}
.footer-widget-style2 .services-links li a{
    color: #ffffff;
    font-size: 16px;
    opacity: 0.50;
    transition: all 0.5s ease-in-out 0s;
    font-family: 'Roboto', sans-serif;
}
.footer-widget-style2 .services-links li a:hover{
    color: #ffffff;
    opacity: 1;
}


.footer-widget-style2 .gallery {
    position: relative;
    display: block;
    padding-top: 9px;
    margin-left: -2.5px;
    margin-right: -2.5px;
}
.footer-widget-style2 .gallery li{
    position: relative;
    display: inline-block;
    float: left;
    width: 84px;
    height: 80px;
    margin: 0 2.5px 5px;
}
.footer-widget-style2 .gallery li .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.footer-widget-style2 .gallery li .img-holder img{
    width: 100%;
}

.footer-widget-style2 .gallery li .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.footer-widget-style2 .gallery li:hover .img-holder .overlay-content{
	opacity: 1;
    transform: perspective(400px) rotate(0deg); 
    transition: all 0.4s ease-in-out 0.2s;    
}
.footer-widget-style2 .gallery li .img-holder .overlay-content a{
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}






.footer-bottom-style2 {
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #383838;
}
.footer-bottom-style2 .copy-right{}
.footer-bottom-style2 .copy-right p{
    color: #b2b2b2;
    font-size: 16px;
}
.footer-bottom-style2 .copy-right span{
    color: #00b371;
}
.footer-bottom-style2 ul{}
.footer-bottom-style2 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.footer-bottom-style2 ul li:last-child{
    margin-right: 0;
}
.footer-bottom-style2 ul li a {
    position: relative;
    display: block;
    height: 36px;
    width: 36px;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.5s ease-in-out 0s;
}
.footer-bottom-style2 ul li a:hover{
    background: #00b371;
}








@media only screen and (max-width: 991px) { 
.footer-widget-style2.martbm {
    margin-bottom: 40px;
    overflow: hidden;
    min-height: 260px;
}     
    
}
@media only screen and (max-width: 767px) {

.footer-widget-style2.pdtop{
    padding-top: 40px;
}
.footer-bottom-style2 .copy-right {
    float: none !important;
    text-align: center;
    margin-bottom: 10px;
}
.hsocial-links{
    float: none !important;
    text-align: center;
}
.footer-bottom-style2 ul li {
    float: none;
    margin-right: 0;
    margin: 0 3px;
}    
 
    
    
    
    
}








/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}
.main-slider.style1 {
    margin-top: 0px;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 373px 0px 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
    transition: all .8s ease-in-out .4s;
}
.main-slider .slide .image-layer:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 27, 0.40);
    content: "";
    z-index: -1;
}
.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
}
.main-slider .content{
	position:relative;
	z-index:1;
}
.main-slider.style1 .content{
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container{
    position: relative;
    overflow: hidden;
}

.main-slider .content h2{
    color: #ffffff;
    font-size: 100px;
	line-height: 1.0em;
    font-weight: 700;
    text-transform: capitalize;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
    font-family: 'Barlow Condensed', sans-serif;
}
.main-slider .active .content h2{
	opacity: 1;
	transform: translateY(0px);
    transition: all .4s ease-in-out .3s;    
}
.main-slider .content h3{
	position: relative;
	color: #ffffff;
	font-size: 45px;
	line-height: 1.3em;
	font-weight: 400;
    margin-top: 25px;
    margin-bottom: 50px;
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
    font-family: 'Barlow Condensed', sans-serif;
}
.main-slider .active .content h3{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .5s;       
}
.main-slider .content .btns-box{
	position: relative; 
	opacity: 0;
	transform: translateY(80px);
    transition: all .4s ease-in-out .1s; 
}
.main-slider .active .content .btns-box{
	opacity: 1;
	transform: translateY(0px);
    transition: all .7s ease-in-out .7s;    
}


.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scaleX(0.9);
}
.main-slider:hover .owl-theme .owl-nav{
    opacity: 1;
    transform: scaleX(1.0);
}
.main-slider .owl-theme .owl-prev span, 
.main-slider .owl-theme .owl-next span{
    display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(0deg);
    background: transparent;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 0%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-prev:hover{
    background: #00b371;    
}
.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: transparent;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 0%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-next:hover{
    background: #00b371;    
}












/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #00b371;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 9;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #222222;
}



/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 15px 0;
}
.header-bottom-right-style2 .nav-outer .mobile-nav-toggler {
    padding: 30px 0;
}



.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .social-links li a:hover{
    color: #00b371;    
}




/*==============================================
    Main Header Css        
===============================================*/
.main-header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
    margin: 0px;
	z-index: 9;
    background: transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.sticky-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 0px;
    background: rgba(21, 21, 23, 0.95);
	opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 0;
}
.fixed-header .sticky-header {
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	z-index: 9;
}
.sticky-header .logo {
    position: relative;
    display: block;
    padding: 20px 0 21px;
}
.sticky-header .logo a{
    position: relative;
    display: inline-block;
}
.sticky-header .main-menu .navigation> li{
    padding: 0;
    margin-right: 40px;
}
.sticky-header .main-menu .navigation> li> a {
    color: #ffffff;
    padding: 27px 0 28px;
}



.header-style-one {
   
}
.header{
    position: relative;
    display: block;
}
.header .outer-container{
    position: relative;
    display: block;
    padding: 0 100px;
}
.header .outer-box{
    position: relative;
    display: block;
    padding: 19px 0;
}
.header-left {
    position: relative;
    display: block;
}
.header-left .logo {
    position: relative;
    display: block;
    padding: 4px 0;
}
.header-left .logo a{
    position: relative;
    display: inline-block; 
}
.header-left .logo a img{
    width: auto;
}


.header-right {
    position: relative;
    display: block;
}
.header-contact-info{
    position: relative;
    display: block; 
    overflow: hidden;
}
.header-contact-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.header-contact-info li:last-child{
    margin-right: 0;
}
.header-contact-info li .icon{
    width: 50px;
}
.header-contact-info li .icon i{
    color: #ffffff;
    font-size: 32px;
}
.header-contact-info li .icon,
.header-contact-info li .text{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info li .text h3{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 2px;
    font-family: 'Roboto', sans-serif;
}
.header-contact-info li .text p{
    color: #ffffff;
    margin: 0;
}
.header-contact-info li .text p a{
    color: #ffffff;    
}




.header-bottom{
    position: relative;
    display: block; 
    background-color: rgba(255, 255, 255, 0.10);
}
.header-bottom .outer-container{
    position: relative;
    display: block;
    padding: 0 100px;
}
.header-bottom .outer-box{
    position: relative;
    display: block;
}
.header-bottom-left{
    position: relative;
    display: block;    
}
.header-quote-button{
    position: relative;
    display: block;
}
.header-quote-button a{
    line-height: 70px;
    border-radius: 0;
}


.header-bottom-right {
    position: relative;
    display: block;
}
.header-bottom-right .nav-outer {
    position: relative;
    display: block;
    float: left;
}
.main-menu.style1{}
.main-menu {
    position: relative;
    display: block;
    float: left;
}
.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}
.main-menu .navigation {
	position: relative;
	display: block;
}
.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 50px;
    padding: 20px 0;
}
.main-menu .navigation>li:last-child{
    margin-right: 0;
}
.main-menu .navigation>li:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #00b371;
    content: "";
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
}
.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before{
    transform: scaleY(1.0);    
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 500ms ease;
	opacity: 1;
    font-family: 'Barlow Condensed', sans-serif;
}




/*==============================================
   Theme Hover Color Css
===============================================*/
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a{
    color: #00b371; 
}
.main-menu .navigation>li>ul>li>a:hover {
    color: #00b371; 
}
.main-menu .navigation> li> ul> li> a:before{
    color: #00b371;
}
.main-menu .navigation> li> ul> li:hover> a{
    color: #00b371; 
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    color: #00b371;  
}
.main-menu .navigation>li>ul>li>ul>li a:before{
    color: #00b371;
}
.sticky-header .main-menu .navigation>li:hover>a, 
.sticky-header .main-menu .navigation>li.current>a {
    color: #00b371;
}

.mobile-menu .navigation li.current > a, 
.mobile-menu .navigation li > a:hover {
    color: #00b371;
}
.mobile-menu .navigation li > a:before {
    border-left: 5px solid #00b371;
}





.main-menu .navigation> li> ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 1;
}
.main-menu .navigation> li> ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.main-menu .navigation> li.dropdown:hover> ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.main-menu .navigation> li> ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> a{
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #222222;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
}
.main-menu .navigation> li> ul> li:last-child> a{
    border: none;
} 
.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-menu .navigation> li> ul> li.dropdown> a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}
.main-menu .navigation> li> ul> li> ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 250px;
	padding: 0;
	display: none;
	background: #ffffff;
    border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
    transform: translateY(30px);
    transition:all 100ms ease;
	z-index: 1;
}
.main-menu .navigation li> ul> li.dropdown:hover ul {
	opacity:1;
	visibility:visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-menu .navigation>li>ul>li>ul> li {
	position: relative;
    display: block;
    padding: 0 20px;
	width: 100%;
}
.main-menu .navigation> li> ul> li> ul> li> a {
	position: relative;
	display: block;
    border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	color: #222222;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
    font-family: 'Roboto', sans-serif;
}
.main-menu .navigation> li> ul> li> ul> li:last-child> a{
    border: none;
}
.main-menu .navigation> li> ul> li:hover > a{
    padding-left: 15px;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover {
    padding-left: 15px;
}
.main-menu .navigation>li>ul>li>ul>li a:before{
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
	opacity: 0;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation> li> ul> li> ul> li> a:hover:before{
	opacity: 1;
}
/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}


@media only screen and (min-width: 768px){ 
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
}
    
}



.header-social-links {
    position: relative;
    display: block;
    float: right;
    padding: 24px 0;
    margin-left: 100px;
}
.header-social-links ul{
    overflow: hidden;
}
.header-social-links ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.header-social-links ul li:last-child{
    margin-right: 0;
}
.header-social-links ul li a{
    color: #ffffff;
    font-size: 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-social-links ul li a:hover{
    color: #00b371;
}





.outer-search-box-style1 {
    position: relative;
    display: inline-block;
}
.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 1;
    margin-left: 0;
}
.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.outer-search-box-style1 .search-box .form-group{
    position:relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus{
    border-color: #f5f5f5;	
}
.outer-search-box-style1 .search-box .form-group button, 
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button{
    color: #222222;
    background: #f5f5f5;
}



/*==============================================
    Header Style Two  Css        
===============================================*/
.header-style-two {
   
}
.header-style2{
    position: relative;
    display: block;
}
.header-style2 .outer-container{
    position: relative;
    display: block;
    padding: 0 100px;
}
.header-style2 .outer-box {
    position: relative;
    display: block;
    padding: 10px 0;
}

.header-left-style2 {
    position: relative;
    display: block;
}
.header-left-style2 ul {
    overflow: hidden;
    padding: 5px 0;
}
.header-left-style2 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.header-left-style2 ul li:last-child{
    margin-right: 0;
}
.header-left-style2 ul li span:before {
    position: relative;
    display: inline-block;
    color: #00b371;
}
.header-left-style2 ul li a{
    color: #fff;
    font-size: 14px;
    transition: .5s ease;
}

.header-right-style2 {
    position: relative;
    display: block;
}

.header-left-style2 ul li .fa.fa-phone {
    transform: rotate(90deg);
    margin-right: 8px;
}



.header-bottom-style2{
    position: relative;
    display: block; 
    background-color: rgba(255, 255, 255, 0.20);
}
.header-bottom-style2 .outer-container{
    position: relative;
    display: block;
    padding: 0 100px;
}
.header-bottom-style2 .outer-box{
    position: relative;
    display: block;
}
.header-bottom-left-style2{
    position: relative;
    display: block;    
}
.header-bottom-left-style2 .logo {
    position: relative;
    display: block;
    padding: 28px 0;
}
.header-bottom-left-style2 .logo a{
    display: inline-block;
}


.header-bottom-right-style2{
    position: relative;
    display: block;
}
.header-bottom-right-style2 .main-menu .navigation>li {
    padding: 35px 0;
}



/*==============================================
    Header Style Three  Css        
===============================================*/
.header-style-three {
    position: relative;
}
.header-style3{
    position: relative;
    display: block;
    background: #222222;
}
.header-style3 .outer-container{
    position: relative;
    display: block;
    padding: 0 100px;
}
.header-style3 .outer-box {
    position: relative;
    display: block;
    padding: 10px 0;
}

.header-bottom-style3{
    position: relative;
    display: block; 
    background-color: #151517;
}
.header-bottom-style3 .outer-container{
    position: relative;
    display: block;
    padding: 0 100px;
}
.header-bottom-style3 .outer-box{
    position: relative;
    display: block;
}

.main-slider.style3 .slide {
    padding: 213px 0px 230px;
}






/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 117px 0 120px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.error-content .title {
    position: relative;
    display: block;
    color: #00b371;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 12px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 32px;
}
.error-content .button{
    line-height: 0;
}
.error-content .button a {}

/*** padding ***/

.pd0 {
    padding: 0;
}
.pdt {
    padding-top: 0;
}
.pdb {
    padding-bottom: 0;
}
.pd0 .footer-bottom-style2 {
    margin-top: 0;
}

.main-slider.style1.s2 {
    text-align: center;
}
.footer2 .footer-bottom-style2 ul li a {
    background: transparent;
}
.footer2 .footer-bottom-style2 ul li a:hover {
    color: #00b371;
    transition: 500ms ease;
}
.main-slider.style1.style3 {
    text-align: center;
}
.whychoose-section.style-2.two {
    padding: 90px 0 50px;
	text-align: center;
}
.about-section.mar0 {
    margin-bottom: 0;
}
.default-section.dd {
    padding-top: 66px;
}
.about-style-2.gg {
    background: transparent;
    padding: 90px 0px 90px 0px;
}
.about-style-2.gg .img-box .inner-box img {
    left: 0;
    top: 0;
}
.about-style-2 .img-box {
    margin-top: 0;
}




i.fa.fa-phone {
    transform: rotate(90deg);
}
.hh.service-details .content {
    margin-bottom: -20px;
}
.blog-section.single-blog {
    padding-bottom: 40px;
}
.blog-one__meta {
    position:relative;
}
.blog-one__meta li{
    display: inline-block;
    margin-right: 10px;
}
.blog-one__single {
    margin-bottom: 30px;
}
.blog-one__content {
    padding: 30px;
    background: #fafafa;
}
.blog-one__content h3 a{
	font:25px;
	color:#222;
}
.blog-one__meta li a{
	color:#222;
	font-size:14px;
}
.blog-one__meta li span{
	color:#222;
	font-size:14px;
	margin-right:6px;
}
.more-link a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #222;
    margin-top: 20px;
    font-weight: 600;
    border-left: 1px solid #00b371;
    padding-left: 14px;
}
.mrindex{
    padding-top: 110px;
}
.blog-post .blog-image img {
    margin-bottom: 25px;
}
.blog-tags-list{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
}
.blog-tags-list a{
    color: #797979;
    font-size: 16px;
    letter-spacing: 2px;
    margin-left: 6px;
}
 .commnet_button{
position: relative;
    display: inline-block;
    background: #00b371;
    padding: 0 40px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .05em;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-family: 'Barlow Condensed', sans-serif;
}
 .commnet_button:hover {
    background: #00b371;
    color: #fff;
    transition: .5s ease;
}
.error_gohome {
    margin-top:20px;
	text-align:center;
}
.error_text{
    margin-top:20px;
	text-align:center;
}
.error_gohome .commnet_buttonx{
    position: relative;
    top: -1px;
    font-size: 14px;
    min-width: 240px;
    line-height: 56px;
    text-align: center;
    color: #00b371;
    background: none;
    border: 2px solid #00b371;
    text-transform: uppercase;
    transition: .5s ease;
    padding: 20px;
}
.image-box{
    width: 400px;
    text-align: center;
}
.image-box img {
    width: 400px;
    position: relative;
    left: 93%;
}
.pagination li{
    display: inline-block;
}
.tag-sticky-2 .blog-one__content,.sticky .blog-one__content {
    padding: 30px;
    background: #fafafa;
    border: 2px solid #a4a4a4;
}
.more-link a {

	    transition: all 500ms ease;
}
.more-link a:hover {
    color: #00b371; 
    letter-spacing: 2.5px;
	    transition: all 500ms ease;
}
.blog-one__meta li{
    color: #a0a0a0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-one__meta li a {
    color: #a0a0a0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog-one__meta li span {
    color: #00b371;
}
.mrsidebar ul li a {
    display: initial!important;
}
.mrsidebar ul li {
    font-weight: 500!important;
    color: #222!important;
}
.mrsidebar ul li a{
    font-weight: 500!important;
    color: #222!important;
}
.mrsidebar {
    position: relative;
    border: 1px solid #fafafa;
    padding: 30px!important;
    background: #fafafa!important;
}
.mrsidebar .widget-title h3 {
    position: relative;
    font-size: 16px;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 46px;
    border: 2px solid #00b371!important;
    background: #00b371!important;
}
footer{
    background: #f9fefc;
}
footer li{
    color: #222;
}
footer li a{
    color: #222;
}
 footer .widget-title h3{
    padding-bottom: 25px;
}







.whychoose-style2-section.mr0 {
    padding-bottom: 0;
}
section.whychoose-style2-section.pdt.three .single-whychoose-style2 {
    margin-bottom: 14px;
}



.blog-one.blog-standard-page.mrindex.shop {
    padding-bottom: 100px;
}
.sponser-section.kuk {
    padding: 100px 0px 100px 0px;
}
.sponser-section.kuk .item {
    text-align: center;
    background: #fff;
    padding: 60px 0px;
    margin-bottom: 30px;
}
.testimonial-section.two {
    padding-bottom: 0;
}






.page-title .sec-title {
    z-index: 8;
}
.teame-section .content h2 a {
    color: #000;
}
.footer-section.two {
    padding-left: 85px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: unset;
    border: unset;
}






.admin-bar .mobile-menu {
    top: 32px;
}






.single-blog-style1 .text-holder .meta-info li a {
    text-transform: capitalize;
}
.informtable-section .form-grp .select-menu + .ui-selectmenu-button:before {
    right: 15px;
    top: 15px;
}







.contact-us .form-group p {
    margin-bottom: 0;
}





nav.woocommerce-pagination {}
nav.woocommerce-pagination ul {
    border: unset !important;
}
nav.woocommerce-pagination ul li {
    display: inline-block !important;
    margin: 0 2px !important;
    list-style: none;
    border: unset !important;
}
nav.woocommerce-pagination ul li a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    /* padding: 10px 15px !important; */
    transition: .5s ease;
    float: unset;
    border: unset;
    text-align: center;
    background: black;
    height: 40px;
    width: 40px !important;
    line-height: 25px !important;
}
nav.woocommerce-pagination ul li a:hover {
    background: #00b371 !important;
    color: #fff !important;
    transition: .5s ease;
}
section.blog-one.blog-standard-page.mrindex.shop span.page-numbers.current {
    background: #00b371 !important;
    padding: 10px 15px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: unset;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    text-transform: uppercase;
    transition: .5s ease;
    float: unset;
    margin-left: 0;
    height: 40px;
    width: 40px !important;
    line-height: 25px !important;
}









h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product bdi {
    color: #a0a0a0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    position: relative;
    display: inline-block;
    background: #00b371;
    padding: 12px 20px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .05em;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-family: 'Barlow Condensed', sans-serif;
}


.woocommerce .loader::before {
    background: transparent !important;
}
.blog-one__content h3 {
    margin: 20px 0px 20px 0px;
}








.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}






.comment-box {}
.comment-box .comment {
    position: relative;
    padding-left: 100px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
.comment-box .comment figure.author-thumb {
    position: absolute;
    left: 0;
    top: 0px;
    overflow: hidden;
    border-radius: 50%;
}
.comment-box .comment figure.author-thumb img {}
.comment-box .comment-inner {}
.comment-box .comment-inner .comment-info {
    position: relative;
    display: block;
    /* padding-top: 5px; */
    margin-bottom: 15px;
}
.comment-box .comment-inner .comment-info h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.comment-box .comment-inner .comment-info span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
}
.comment-box .comment-inner .text p {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.comment-box .comment-inner .replay-btn {}
.comment-box .comment-inner .replay-btn a {
    color: #00b371;
}







.blog-post .form-control {
    padding: 20px 20px;
    height: 60px;
}


.blog-post textarea#comment {
	height: 160px;
}





span.onsale {
    z-index: 1 !important;
}
.form-group {
    position: relative;
}