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

    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. about-area start
    5. schedule-area start

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

@font-face{
    font-family:regularGeorgia;
    src:url(../fonts2/georgia_regular_font.ttf);
    
}

@import @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,600i,700,800,900|Playball');
*{
    margin:0;
    padding:0;

}
body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 17px;
    line-height:25px;
    color: #626a72;
    background:#fff;
    font-weight: 300;
    font-family:regularGeorgia;
    text-align: justify;
}
.floatleft {float:left}
.floatright {float:right}
img {
    max-width:100%;
    height:auto
}
.fix {overflow:hidden}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height:auto;
    font-weight: 700;
}
input:focus,select:focus{
    outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
    -webkit-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    text-decoration:none;
    color:#222;
    font-size: 12px;
    font-weight: 700;
}
a:hover{
    color:#7cb931;
}
a:active, a:hover, a:focus {
    outline: none;
    text-decoration:none;
}
button:focus{
    outline:none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,:after{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity{
    position: relative;
    z-index: 9;
}
.black-opacity:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-img-1{background: url(../images/bg/2.jpg) no-repeat center center / cover}
.bg-img-2{background: url(../images/bg/4.jpg) no-repeat center center / cover}
.bg-img-3{background: url(../images/bg/5.jpg) no-repeat center center / cover}

.ptb-100{padding: 40px 0px;}
.mb-50{margin-bottom: 50px;}
.mb-30{margin-bottom: 30px;}
/*--------------header-area start------------*/
.header-area{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    z-index: 999;
}
.header-top-right{
    background: #7cb931;
    margin-bottom: 10px;
    padding: 0px 45px;
    display: inline-block;
    float: right;
}
.header-top-right ul{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 0px;
}
.header-top-right ul li{
    position: relative;
    margin-right: 20px;
    font-size: 12px;
}
.header-top-right ul li:last-child{
    margin-right: 0px;
}
.header-top-right ul li,.header-top-right ul li a{
    font-weight: 700;
    color: #fff;
}
.header-top-right ul li a{
    font-size: 17px;
    position: relative;
}
.header-top-right ul li a span {
    position: absolute;
    left: 10px;
    top: -3px;
    font-size: 8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #222;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
}
.mainmenu ul li{
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.mainmenu ul li:first-child{
    margin-left: 0px;
}
.mainmenu ul li a{
    color: #fff;
    /* text-transform: uppercase; */
    display: block;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
}
.mainmenu ul li:hover > a,.mainmenu ul li.active > a{
    color: #7dba32;
}
.mainmenu ul li > ul{
    position: absolute;
    left: 0;
    top: 120%;
    width: 160px;
    text-align: left;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9999999;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
}
.mainmenu ul li > ul.right{
    left: auto;
    right: 0;
}
.mainmenu ul li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.mainmenu ul li > ul li{
    margin: 0px;
    display: block;
}
.mainmenu ul li > ul li a{
    text-transform: capitalize;
    padding: 7px 10px;
    color: #222;
    font-weight: 500;
}
.mainmenu ul > li > ul li.active  > a  {
    background: #7cb931;
    color: #fff;
}
.mainmenu ul li > ul li > ul {
    left: 100%;
    top: 0px !important;
}
/*--------------header-area end------------*/
/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
    position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0px 0;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    background: #7cb931;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 12px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 0;
    position: absolute;
    top: 0;
    right: -126px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #7cb931 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 10px;
    width: 570px;
    right: 0px;
    z-index: 9999999;
    position: relative;
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 33px;
    border-bottom: 1px solid #ffffff69;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow:0px 3px 5px rgba(0,0,0,.5);
    color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/
/*--------------slider-area start------------*/
.slider-items{
    position: relative;
    z-index: 99;
}
.slider-items img{
    visibility: visible;
}
.slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    content: "";
    z-index: 99;
    opacity: .9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-image: linear-gradient(#000000 0, #0000 30%);
}
.slider-contents{
    position: absolute;
    left: 0;
    padding-top: 105px;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
    text-align: center;
}
.slider-contents h2{
    font-family: 'Playball', cursive;
    font-size: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}
.slider-contents h3{
    font-size: 46px;
    line-height: 58px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
}
a.booknow-btn{
    display: inline-block;
    padding: 12px 40px;
    text-transform: uppercase;
    color: #fff;
    background: #7dba32;
}
a.booknow-btn:hover{
    background: #fff;
    color: #7cb931;
}
.slider-active .owl-nav div{
    position: absolute;
    right: 20%;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
}
.slider-active .owl-nav div:hover{
    background: #7cb931;
}
.slider-active .owl-nav div.owl-prev{
    right: 22.60%;
}
/*--------------slider-area end------------*/
/*--------------about-area start------------*/
.about-wrap{
    padding: 0 0px;
}
.about-img img{
    visibility: hidden;
}
.about-wrap h2{
    font-size: 24px;
    line-height: 40px;
    /* font-family: regularGeorgia; */
    font-weight: 400;
    color: #7dba32;
}
.about-wrap h3{
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 30px;
}
.about-wrap p{
    margin-bottom: 20px;
}
.about-wrap p:last-child{
    margin-bottom: 0px;
}
/*--------------about-area end------------*/

/*--------------quote-area start------------*/
.quote-area{
    padding: 60px 0px;
}
.quote-area.black-opacity:before{
    opacity: .9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.quote-wrap h2{
    font-family: 'Playball', cursive;
    line-height: 40px;
    font-size: 20px;
    color: #7dba32;
}
.quote-wrap h3{
    font-size: 35px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}
.quote-wrap h4{
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}
/*--------------quote-area end------------*/

/*--------------menu-area strat------------*/
.menu-area{
    overflow: hidden;
    position: relative;
    padding: 37px 0px 50px;
}
.menu-images{
    position: absolute;
    right: 0;
    top: 0;
}
.section-title{
    margin-bottom: 50px;
}
.section-title h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #7dba32;
    font-family: 'Playball', cursive;
    margin-bottom: 0px;
}
.section-title h3{
    line-height: 40px;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0px;
}
.tabmenu{
    margin-bottom: 60px;
}
.tabmenu ul li{
    display: inline-block;
    margin: 0px 3px;
}
.tabmenu ul li a{
    height: 50px;
    padding: 0 25px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
}
.tabmenu ul li.active a{
    background: #7dba32;
}
.menu-wrap{
    position: relative;
    margin-left: 70px;
    margin-bottom: 50px;
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    padding: 40px 45px 40px 95px;
    border-right: 4px solid transparent;
}
.menu-wrap:hover{
    border-color: #7dba32;
}
.menu-img {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    /* height: 140px; */
    width: 140px;
    /* border-radius: 50%; */
    overflow: hidden;
}

.menu-img img {width:100%;height: 150px;object-fit: contain;}

.menu-content h4{
    line-height: 40px;
    font-weight: 700;
    overflow: hidden;
}
.menu-content h4 span{
    color: #7dba32;
}
.menu-content p{
    margin-bottom: 20px;
    line-height: 23px;
    font-weight: 300;
}
.menu-content a{
    text-transform: uppercase;
    color: #7dba32;
    text-decoration: underline;
}
/*--------------menu-area end------------*/
.quote-area2 .quote-wrap h3{
    font-size: 55px;
    margin-bottom: 30px;
    line-height: 25px;
}
.quote-area2 .quote-wrap h3 span{
    font-size: 25px;
}
/*---------------team-area start-------------*/
.team-area{
    padding: 100px 0px 70px;
}
.team-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 5px 4px 2px rgb(125 186 50);
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.team-wrap:hover{
/*    background: url(../images/team/1.jpg);*/
  
    background-position: cover;
    background-color: #7dba32;
}
.team-wrap:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    left: 0;
    top: 0;
    z-index: -9;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.team-wrap img{
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover img{
    border-color: #7cb931;
}
.team-wrap h4{
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 700;
}
.team-wrap h4,.team-wrap span,.team-wrap p{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover h4,.team-wrap:hover p{
    color: #fff;
}
.team-wrap span{
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
}
.team-wrap:hover span{
    color: #7cb931;
}
.team-wrap p{
    font-weight: 300;
}
/*---------------team-area end-------------*/

/*---------------booking-area start-------------*/
.booking-area{
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.booking-images{
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    width: 45%;
}
.booking-images img{
    visibility: hidden;
}
.booking-wrap{
    padding: 85px 0;
}
.booking-wrap p{
    margin-bottom: 5px;
    color: #222;
}
.booking-wrap input,.booking-wrap select{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e3e3e3;
    font-weight: 300;
    margin-bottom: 30px;
}
.booking-wrap span{
    display: block;
}
.booking-wrap span em{
    display: block;
    color: #7cb931;
}
.booking-wrap .booknow-btn:hover{
    background: #222;
    color: #fff;
}
.booking-wrap .section-title {
    margin-bottom: 40px;
}
.booking-image2{
    position: absolute;
    right: 0;
    top: 0;
}
/*---------------booking-area end-------------*/

/*---------------testmonial-area start-------------*/
.testmonial-thumbnil ul.thumb-img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}
.testmonial-thumbnil ul li{
    margin: 0px 25px;
}
.testmonial-thumbnil ul li a img{
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testmonial-thumbnil ul li.active a img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testmonial-thumbnil ul.thumb-img2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:3;
        -ms-flex:3;
            flex:3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.testmonial-content{
    position: relative;
    z-index: 9;
    margin: 35px 0px;
}
.testmonial-content:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 50px;
    color: #f1f1f1;
    z-index: -9;
}
.testmonial-content p{
    line-height: 26px;
    margin-bottom: 20px;
        box-shadow: 5px 5px 1px 1px #7cb931;
}
.testmonial-content h4{
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 700;
}
.testmonial-content span{
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
/*---------------testmonial-area end-------------*/

/*---------------newsletter-area start-------------*/
.newsletter-area{
    position: relative;
    z-index: 9;
}
.newsletter-wrap{
    background: #7cb931;
    padding: 40px 70px;
}
.newsletter-content h2{
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    font-family: 'Playball', cursive;
    margin: 0px;
    font-weight: 400;
}
.newsletter-content h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin: 0px;
}
.newsletter-form form{
    position: relative;
    margin: 15px 0px;
}
.newsletter-form input{
    height: 50px;
    border: 1px solid #fff;
    background: #fff;
    padding:0px 180px 0px 20px;
    width: 100%;
}
.newsletter-form button{
    position: absolute;
    height: 50px;
    right: 0;
    top: 0;
    width: 180px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    letter-spacing: 1px;
}
.newsletter-form button:hover{
    background:#7cb931;
    border-color:#fff;
}
/*---------------newsletter-area end-------------*/

/*---------------footer-area start-------------*/
/*.footer-area{
    margin-top: -70px;
}*/
.footer-top-area{
    position: relative;
    background: url(../images/bg/footer.jpg)no-repeat center center / cover;
    padding: 100px 0px 70px;
}
.footer-img,.footer-img2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-img2{
    left: 0;
    right: auto;
}
.footer-logo{
    padding: 0 35px 0 0;
    position: relative;
    text-align: center;
}
.footer-logo img {
    width: 34%;
    margin-bottom: 11px;
}
.footer-logo p {
    text-align: justify;
    color: #a1a1a1;
}
.footer-logo:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #474646;
    content: "";
}
.footer-contact{
    /* margin-left: 50px; */
}
.footer-contact p{
    color: #afafaf;
    margin-bottom: 20px;
}
.footer-contact p span{
    display: block;
}
.footer-contact ul{
    margin-top: 30px;
}
.footer-contact ul li{
    display: inline-block;
    margin: 0px 2px;
}
.footer-contact ul li a{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    display: block;
}
.footer-contact ul li a:hover{
    background: #7cb931;
    color: #fff;
}
.footer-menu {
    /* margin-left: 70px; */
}
.footer-menu h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-menu ul li a{
    color: #aeaeae;
    display: block;
    line-height: 30px;
    font-weight: 300;
}
.footer-menu ul li a:hover{
    color: #7cb931;
}
.footer-bottom-area{
    padding: 15px 0px;
    background: #7cb931;
    border-top: 1px solid #fff;
    color: #fff;
}
.footer-bottom-area span{
    color: #222;
}
/*---------------footer-area end-------------*/


/*===================================================
            home page2 stayle here
====================================================*/
.social-media-icon ul li{
    display: inline-block;
    margin: 0px 2px;
}
.social-media-icon ul li a{
    display: block;
    height: 30px;
    width: 30px;
    background: #222;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}
.social-media-icon ul li a:hover{
    background: #7cb931;
}
.header-area2 .header-top-right ul{
    padding: 2px 0px;
}
.header-area2 .header-top-right {
    margin-bottom: 0px;
    padding: 0px 0px;
    background: transparent;
}
.header-area2 .header-top-area{
    background: #fff;
    padding: 10px 0px;
}
.header-area2 .header-top-right ul li a,.header-area2 .header-top-right ul li{
    color: #222;
}
.header-area2 .header-top-right ul li a span {
    color: #fff;
    background: #7cb931;
}
.header-area2 .header-bottom-area{
    background: url(../images/bg/header.jpg) no-repeat center center / cover;
}
.header-area2 .logo{
    padding: 20px 0px;
}
.header-area2 .mainmenu ul li a {
    padding: 35px 0;
}
.header-area2 .mainmenu ul li> ul li a {
    padding: 7px 10px;
}
.slider-area2 .slider-items{
    overflow: hidden;
    height: 640px;
}
.slider-area2 .slider-items img {
    visibility: visible;
    position: absolute;
    top: 122%;
}
.slider-area2 .slider-items:before{
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slider-area2 .slider-contents h2{
    color: #7cb931;
}
.slider-area2 .slider-contents h3{
    color: #222;
}
.slider-area2 .slider-contents a:hover{
    background: #222;
    color: #fff;
}
.slider-area2 .slider-contents{
    padding-top: 60px;
    display: block;
}
.slider-active2 .owl-nav div{
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.slider-active2 .owl-nav div:hover{
    background: #7cb931;
}
.slider-active2 .owl-nav div.owl-next{
    left: auto;
    right: 110px;
}
/*------------service-area start-------------*/
.service-area{
    padding-top: 38px;
}
.service-wrap{
    padding: 55px 30px;
    background: #569a37;
    position: relative;
    z-index: 9;
    min-height: 300px;
}
.service-wrap:before{
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -9;
    height: 90%;
    width: 90%;
    border: 3px solid #fff;
    content: "";
}
.service-wrap.active{
    background: #222;
}
.service-wrap span{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.service-wrap span:before{
    font-size: 70px;
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    color: #222;
}
.service-wrap.active span:before{
    color: #fff;
}
.service-wrap h2{
    color: #fff;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    /* font-family: cursive; */
    /* font-style: italic; */
    /* text-align: center; */
}
.service-wrap p{
    color: #fff;
}
/*------------service-area end-------------*/

/*------------blog-area start-------------*/
.blog-area{
    padding: 100px 0px 50px;
}
.blog-wrap{
    margin-bottom: 50px;
}
.blog-video{
    overflow: hidden;
    margin-bottom: -6px;
}
.blog-video iframe{
    height: 388px;
    width: 100%;
}
.blog-img img{
    width: 100%;
}
.blog-content{
    padding-top: 40px;
}
.blog-content span{
    display: block;
    color: #7cb931;
    margin-bottom: 15px;
}
.blog-content a{
    font-weight: 600;
    font-size: 14px;
}
.blog-content h4 a{
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.blog-active .owl-nav div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 16px;
}
.blog-active .owl-nav div:hover{
    background: #7cb931;
}
.blog-active .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
/*------------blog-area end-------------*/

/*===================================================
            home page Three stayle here
====================================================*/

/*-----------------------shop-area start-----------------------*/
.shop-area{
    padding: 100px 0px 70px;
    background: #fafafa;
}
.shop-wrap{
    box-shadow: 0px 1px 2px rgba(0,0,0,.1);
    /* border: 1px solid; */
    margin-bottom: 30px;
    border: 1px solid #222222c4;
    border-radius: 20px;
}
.shop-wrap:hover{
    box-shadow: 0px 1px 15px rgba(0,0,0,.1);
}
.shop-img {
    overflow: hidden;
    position: relative;
    /* border: 4px solid #7cb931; */
    padding: 20px;
}
.shop-img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    width: 100%;
    height: 340px;
    object-fit: contain;
}
.shop-wrap:hover .shop-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.shop-img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 9;
}
.shop-wrap:hover .shop-img:before{
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.shop-content{
    padding: 15px 3px;
}
.shop-content h4 a{
    font-size: 21px;
    display: inline-block;
    margin-bottom: 15px;
    color: green;
}
.shop-content p{
    margin-bottom: 15px;
}
.shop-content p span{
    margin-right: 20px;
    font-size:16px;
    font-weight: 600;
}
.shop-content p del{
    color: #7cb931;
    font-weight: 500;
}
.shop-content ul li{
    display: inline-block;
}
.shop-content ul.rating li{
    color: #7cb931;
    margin-bottom: 25px;
}
.shop-content ul.shop li{}
.shop-content ul.shop li a{
    display: block;
    padding: 5px 15px;
    background: #7cb931;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
}
.shop-content ul.shop li a i{
    font-size: 16px;
    margin-right: 2px;
}
.shop-content ul.shop li a:hover{
    background: #7cb931;
}
/*-----------------------shop-area end-----------------------*/
.gallary-area2{
    background: #fafafa;
    padding: 100px 0px 70px;
    margin: 100px 0px 0;
}
/*------------breadcumb-area start-------------*/
.breadcumb-area.black-opacity:before{
    background: #000;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.breadcumb-area{
    padding: 170px 0px 80px;
}
.breadcumb-wrap h2{
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    color: #fff;
}
.breadcumb-wrap ul li.active{
    color: #7cb931;
    font-weight: 700;
}
.breadcumb-wrap ul li a{
    font-size: 14px;
    color: #fff;
}
.breadcumb-wrap ul li a:hover{
    color: #7cb931;
}
/*------------breadcumb-area end-------------*/
.testmonial-area2{
    padding-bottom:100px;
}
.about-page-wrap h2{
    line-height: 45px;
    font-weight: 800;
}
.about-page-wrap h2 span{
    display: block;
    margin-bottom: 30px;
}
.about-page-wrap p{
    margin-bottom: 25px;
}
.about-page-wrap em{
    font-weight: 600;
    color: #222;
}
.mb-70{
    margin-bottom: 70px;
}
.about-page-wrap2{
    padding: 70px 0px;
}
.pl-50{
    padding-left: 50px;
}
.about-page-img img{
    visibility: hidden;
}

.menu-area2{
    padding: 100px 0px;
}
/*-------------pagination-------------*/
.pagination-wrapper ul li {
    display: inline-block;
}
.pagination-wrapper ul li a,.pagination-wrapper ul li span{
    display: block;
    height: 35px;
    width: 35px;
    background: #222;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.pagination-wrapper ul li:hover a,.pagination-wrapper ul li span{
    background: #7cb931;
}
.mb-40{
    margin-bottom: 40px;
}
/*-------------pagination-------------*/
.team-page-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    width: 275px;
    margin: 0px auto 30px;
}
.team-page-wrap span{
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 35px;
    color: #222;
    border-radius: 50%;
    background: #f0efef;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}
.team-page-wrap p{
    margin-bottom: 20px;
}
.team-page-wrap a{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    background: #7cb931;
    text-transform: uppercase;
}
.team-page-wrap a:hover{
    background: #222;
}
.testmonial-area3{
    padding: 100px 0px 60px;
}
.testmonial-area3 .testmonial-content {
    margin: 10px 0px 40px;
}

.testmonial-area3 .testmonial-image{
    position: relative;
    margin-bottom: 40px;
}
.testmonial-area3 .testmonial-image img{
    width: 100%;
}
.testmonial-area3 .testmonial-image.black-opacity:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.testmonial-area3 .test-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.testmonial-area3 .test-content h4{
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.testmonial-area3 .test-content a{
    height: 50px;
    width: 180px;
    text-transform: uppercase;
    color: #fff;
    background: #7cb931;
    line-height: 50px;
    margin: 0px auto;
}
.testmonial-area3 .test-content a:hover{
    color: #222;
    background: #fff;
}
/*----------faq-page-start-------------*/
.faq-area{
    padding: 10px 0px 50px;
}
.faq-wrap{
    margin-bottom: 50px;
}
.faq-wrap h4{
    background: #f7f7f7;
    padding: 15px 40px 15px 75px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.faq-wrap:hover h4{
    background: #7cb931;
    color: #fff;
}
.faq-wrap h4 span{
    display: block;
    height: 100%;
    width: 45px;
    background: #7cb931;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border: 2px solid transparent;
}
.faq-wrap:hover h4 span{
    color: #7cb931;
    border-color: #7cb931;
    background: #fff;
}
.faq-wrap p{
    padding: 35px;
    background: #f7f7f7;
    line-height: 26px;
}
/*----------faq-page-end-------------*/
.blog-grid-area .blog-wrap{
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}
.blog-grid-area .blog-content{
    padding: 15px;
}
/*=========================================
        sidebar area start
=========================================*/
.category-wrap,.archive-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.sidebar-title{
    font-size: 18px;
    margin-bottom: 25px;
}
.category-wrap ul li a{
    display: block;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.category-wrap ul li:last-child a{
    margin-bottom: 0px;
}
.category-wrap ul li a:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f178";
    font-family: fontawesome;
    color: #7cb931;
}
.category-wrap ul li a:hover:before{
    left: 5px;
}
.search-form{
    margin-bottom: 50px;
}
.search-form form{
    position: relative;
}
.search-form input{
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 20px;
    border: 1px solid #7cb931;
    border-radius: 5px;
}
.search-form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: #7cb931;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-form button:hover{
    background: #222;
}
.recent-post{
    margin-bottom: 50px
}
.recent-post ul li{
    margin-bottom: 20px;
}
.recent-post ul li a{
    display:inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    line-height: 28px;
    margin-bottom: 7px;
}
.recent-post ul li a:hover{
    color: #7cb931;
}
.recent-post ul li:last-child{
    margin-bottom: 0px;
}
.recent-post ul li span{
    display: block;
    font-weight: 500;
}
.sidebar-menu li a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tag-wrap ul li{
    display:inline-block;
}
.tag-wrap ul li a{
    display: block;
    padding: 8px 13px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
}
.tag-wrap ul li a:hover{
    background: #7cb931;
    border-color: #7cb931;
    color: #fff;
}
/*===================================================
                blog-details-area start
=====================================================*/
.blog-details-wrap{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-details-img {
    position: relative;
    margin-bottom: 75px;
}
.blog-details-img img{
    width:100%;
}
.blog-details-img ul.blog-meta{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #7cb931;
    padding: 15px 40px;
    display: inline-block;
    width: 430px;
    z-index: 9;
}
.blog-details-img ul.blog-meta li{
    display: inline-block;
    margin: 0px 6px;
    color: #fff;
    font-size: 13px;
}
.blog-details-img ul.blog-meta li:first-child{
    margin-right: 30px;
}
.blog-details-img ul.blog-meta li i{
    margin-right: 3px;
}
.blog-details-img ul.blog-meta li a{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.blog-details-wrap h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px;
}
.blog-details-wrap h3 span{
    display: block;
}
.blog-details-wrap p{
    line-height: 28px;
    margin-bottom: 30px;
}
.blog-details-wrap .text{
    color: #222;
    font-weight: 400;
    line-height: 28px;
}
.blog-details-wrap blockquote{
    padding: 40px;
    border: none;
    background: url(../images/blog/quot.jpg) no-repeat center center / cover;
    color: #fff;
    font-style: italic;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    z-index: 9;
    display: block;
    margin: 40px 0px;
}
.blog-details-wrap blockquote:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7cb931;
    content: "";
    z-index: -9;
    opacity: .85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-tags ul{
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
.blog-tags ul:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
}
.blog-tags ul:first-child:before{
    display: none;
}
.blog-tags ul li{
    font-weight: 600;
    color: #222;
    display: inline-block;
}
.blog-tags ul li:first-child{
    margin-right: 15px;
}
.blog-tags ul li a{
    font-weight: 300;
    color: #626a72;
    font-size: 14px;
}
.blog-tags ul li a:hover{
    color: #7cb931;
}
.comment-main{
    margin: 70px 0px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}
h3.blog-title {
    font-size: 28px;
    margin-bottom: 50px;
}
h3.blog-title span{
    color: #7cb931;
}
ol{
    list-style:none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.comment-theme{
    float:left;
}
.comment-main-area {
    margin-left: 150px;
}
.comment-wrap1 {
    margin-left: 70px;
    margin-bottom: 0px;
}
.comment-wrap2{margin-left:84px;}
.sewl-comments-meta h4{
    margin-bottom: 3px;
}
.sewl-comments-meta span{
    font-size:12px;
    display:inline-block;
    margin-bottom: 10px;
}
.comment-area p{
    margin-bottom: 25px;
}
.comments-reply a{
    font-weight: 700;
    background: #7cb931;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.comments-reply a i{
    margin-right: 5px;
}
.comments-reply a:hover{
    color: #222;
}
.comment.even.thread-even.depth-1{
    margin-top:40px;
}
.sewl-form-inputs input,.sewl-form-textarea textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input{
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.form-submit input:hover{
    background: #7cb931;
}

/*=======================================
            gallary-area start
===========================================*/
.gallary-area{
    padding: 100px 0px 70px;
}
.galary-wrap{
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}
.galary-wrap:before{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9;
}
.galary-wrap:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.galary-wrap:after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.galary-wrap:hover:after{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrap a{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #7cb931;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    display:block;
    z-index: 99;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.galary-wrap:hover a{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrap a:hover{
    background: #fff;
    color: #7cb931;
}
/*=============================================
            contact-page start
=============================================*/
.contact-area{
    padding-top: 100px;
}
.contact-wrap{
    padding: 50px 70px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.3);
    border-bottom: 3px solid #222;
}
.contact-wrap h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 45px;
}
.contact-wrap input,.contact-wrap textarea{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 3px;
}
.contact-wrap textarea{
    height: 140px;
}
.contact-wrap button{
    padding: 12px 40px;
    background: #7cb931;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.google-map{
    position: relative;
    z-index: 9;
    padding: 100px 0px;
    height: 480px;
    margin-top: 100px;
    overflow: hidden;
}
.google-map:before,.google-map:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    content: "";
    z-index: -9;
    height: 100%;
}
.google-map:before{
    background: url(../images/bg/contact.jpg) no-repeat center center / cover;
}
.google-map:after{
    background: #7cb931;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.contact-info ul li{
    position: relative;
    padding-left: 110px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 35px;
}
.contact-info ul li:last-child{
    margin-bottom: 0px;
}
.contact-info ul li span{
    display: block;
}
.contact-info ul li i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    left: 0;
}
#googleMap{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.footer-area2{
    margin: 0px;
}
.footer-area2 .footer-top-area{
    padding-top: 100px;
}
/*=========================================
            404 page start
=============================================*/
.error-page-area{
    padding: 200px 0px;
}
.error-wrap {
    padding: 0px 70px;
}
.error-wrap img{
    margin-bottom: 30px;
}
.error-wrap p{
    margin-bottom: 30px;
}
.error-wrap a{
    display: block;
    padding: 12px 0px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
}
.error-wrap a:hover{
    background: #7cb931;
}
.error-wrap a .fa-angle-left{
    margin-right: 20px;
}
.error-wrap a .fa-angle-right{
    margin-left: 20px;
}

.blog-details-video iframe{
    height: 455px;
    width: 100%;
    overflow: hidden;
}

/*====================================
            shop page start
====================================*/
.shop-list-area .shop-wrap{
    overflow: hidden;
}
.shop-list-area .shop-img{
    float: left;
    width: 50%;
}
.shop-list-area .shop-img img{
    visibility: hidden;
}
.shop-list-area .shop-content{
    float: right;
    width: 50%;
    padding: 30px;
}
.shop-list-area .shop-content ul.shop li a {
    padding: 8px 12px;
}
.shop-list-area .shop-content h4 a {
    font-size: 16px;
}
/*----------- cart-area start --------------------*/
.cart-area .table-responsive {
    background:#fff;
}
.cart-area .table-responsive tr th {
  background: #7cb931;
  color: #fff;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 189px;
  border-right:1px solid #f1f1f1;
}
.cart-area .table-responsive tr th:last-child{
    border-right:none;
}
.cart-area .table-responsive tr td {
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  height: 115px;
  text-align: center;
}
.cart-area .table-responsive tr td a {
  background: #7cb931 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 20px;
  line-height: 19px;
  width: 20px;
}
.cart-area .table-responsive tr td a:hover{background:#7cb931}
.cart-area .table-responsive tr td p {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-area .table-responsive tr td span{
    font-size:16px;
    color:#7cb931;
}
.cart-area .table-responsive tr td input {
  border: 1px solid #eee;
  height: 45px;
  padding: 10px;
  width: 80px;
}
.cart-area .cart-btn{
    margin-top:30px;
}
.cart-btn ul li{
    display:inline-block;
    margin-left:20px;
}
.cart-btn ul li a{
    display:block;
    padding:10px 35px;
    color:#fff;
    background:#7cb931;
    font-weight:700;
    text-transform:uppercase;
}
.cart-btn ul li a:hover{
    background:#222;
}
.total-cart tr td {
  border: 1px solid #f1f1f1;
  font-size: 16px;
  height: 50px;
  width: 569px;
  font-weight:600;
}
.cart-area .table-responsive tr td span.stok {
  font-size: 14px;
  font-weight: 400;
}
.cart-area .table-responsive button {
    background: #222 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    text-transform: uppercase;
    width: 120px;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.cart-area .table-responsive button:hover{
    background:#7cb931;
}
/*----------- cart-area end --------------------*/

/*-------- checkout-area start ----------*/
.checkout-title{
    padding:20px 0;
    background:#7cb931;
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:0px;
    text-align:center;
    text-transform:uppercase;
}
.checkout-form{
    background:#fff;
    padding:30px 30px 30px;
    border: 1px solid #e1e1e1;
}
.checkout-form input, .checkout-form select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #6a6a6a;
    font-weight: 400;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    width: 100%;
}
.checkout-form input[type="checkbox"]{
    width:auto;
    margin:0px 5px 25px 0px;
    height:auto;
}
.checkout-form ul li{
    overflow:hidden;
    color:#606060;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #e1e1e1;
    position:relative;
}
.checkout-form ul li.last{
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:transparent;
}
.checkout-form ul li strong {
    color: #7cb931;
    float: right;
    font-weight: 600;
}
.checkout-form ul li b{
    font-size:16px;
    font-weight:500;
}
.checkout-form p span{
    color:#7cb931;
}
/*-------- checkout-area end ----------*/

a#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}
a#scrollUp:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    background:#7cb931;
}


.header-bottom-area .row {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    }
.header-bottom-area .row .col-md-2{
    width: 15rem;
}
.pro_uct_sli_e {padding: 71px 0;}
.pro_uct_sli_e .owl-controls {}
.pro_uct_sli_e .owl-controls .owl-nav {}
.pro_uct_sli_e .owl-controls .owl-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pro_uct_sli_e .owl-controls .owl-nav div{
    display: inline-block;
    background: #7cb931;
    margin: 3px;
    padding: 5px 10px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}
.pro_uct_sli_e .owl-controls .owl-nav .owl-prev:before{content: "\f053";font-family: FontAwesome;margin-right: 6px;font-weight: 500;}
.pro_uct_sli_e .owl-controls .owl-nav .owl-next:after{content: "\f054";font-family: FontAwesome;margin-left: 6px;font-weight: 500;}


.bg-atta {background:url('../../img/bg-atta.jpg'); }

.client_logo {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 5px 10px #959595;
    padding: 15px;
    margin: 0 0 16px 0;
    background: #fff;
}
.client_logo img {
    height: 90px;
    object-fit: contain;
}
.Client__L {
    background: #e5e5e5;
}

.view_m_re {}
.view_m_re a{
    display: block;
    padding: 9px 25px;
    background: #7cb931;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    }
    .view_m_re.text-left a {text-align: left;
    margin: 0;}
    
    
    .whatsapp {
  position: fixed;  
display: block;  
bottom: 20px;  
z-index: 99;  
float: right;  
float: 13px;  
margin-left: 11px;  
width: 51px;  
}


.service-wrap h2:before {content:'';width: 50px;height: 3px;background: #fff;position: absolute;bottom: -13px;left: 38%;}


.foot span {
    color: #fff;
    float: right;
}


footer.footer-area a {
    font-size: 17px;
}

.section_comp h2{margin-bottom: 40px;font-size: 36px;font-weight: 900;}


.contact-area.nyu{padding-top: 0;}

.hio{color: #fff;}


.team-wrap.text-center.since {
    min-height: 230px;
    padding: 20px 10px;
}

.team-wrap.text-center.uniti{min-height: 230px;
    padding: 10px 5px;}

    .about-page-area.ptb-100.vba {
    padding: 0;
}

.about-page-area.ptb-100.lop {
    padding-top: 60px;
}


.about-page-wrap.about-page-wrap2.pl-50.des{padding-top: 0px;}
 .about-page-area.ptb-100.mim{padding-bottom: 0; background-color: #deeecb;}


 img.oio {
    box-shadow: 12px 12px 1px 1px #7dba32;
}


 .service-wrap.text-center.sm-mb-30.xs-mb-30.uni {
    min-height: 340px;
}

 .shop-content.coni {
    min-height: 190px;
    font-size: 18px;
}


.about-page-wrap.olo{padding-top: 50px; text-align: center;}

.about-page-img.abbui {
    box-shadow: 14px 13px 1px 1px #7dba32;
}


.shop-content.coni.lo {
    /* padding-top: 25px; */
    font-size: 18px;
}

.team-area.ff {
    padding: 45px 0px 0px;
}/*-----------------------------------------------------------------------------------

    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. about-area start
    5. schedule-area start

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

@font-face{
    font-family:regularGeorgia;
    src:url(../fonts2/georgia_regular_font.ttf);
    
}

@import @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,600i,700,800,900|Playball');
*{
    margin:0;
    padding:0;

}
body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 17px;
    line-height:25px;
    color: #626a72;
    background:#fff;
    font-weight: 300;
    font-family:regularGeorgia;
    text-align: justify;
}
.floatleft {float:left}
.floatright {float:right;}
img {
    max-width:100%;
    height:auto
}
.fix {overflow:hidden}
p {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height:auto;
    font-weight: 700;
}
input:focus,select:focus{
    outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
    -webkit-transition:all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    text-decoration:none;
    color:#222;
    font-size: 12px;
    font-weight: 700;
}
a:hover{
    color:#7cb931;
}
a:active, a:hover, a:focus {
    outline: none;
    text-decoration:none;
}
button:focus{
    outline:none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,:after{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.black-opacity{
    position: relative;
    z-index: 9;
}
.black-opacity:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-img-1{background: url(../images/bg/2.jpg) no-repeat center center / cover}
.bg-img-2{background: url(../images/bg/4.jpg) no-repeat center center / cover}
.bg-img-3{background: url(../images/bg/5.jpg) no-repeat center center / cover}

.ptb-100{padding: 40px 0px;}
.mb-50{margin-bottom: 50px;}
.mb-30{margin-bottom: 30px;}
/*--------------header-area start------------*/
.header-area{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    z-index: 999;
}
.header-top-right{
    background: #7cb931;
    margin-bottom: 10px;
    padding: 0px 45px;
    display: inline-block;
    float: right;
}
.header-top-right ul{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 0px;
}
.header-top-right ul li{
    position: relative;
    margin-right: 20px;
    font-size: 12px;
}
.header-top-right ul li:last-child{
    margin-right: 0px;
}
.header-top-right ul li,.header-top-right ul li a{
    font-weight: 700;
    color: #fff;
}
.header-top-right ul li a{
    font-size: 17px;
    position: relative;
}
.header-top-right ul li a span {
    position: absolute;
    left: 10px;
    top: -3px;
    font-size: 8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #222;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
}
.mainmenu ul li{
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.mainmenu ul li:first-child{
    margin-left: 0px;
}
.mainmenu ul li a{
    color: #fff;
    /* text-transform: uppercase; */
    display: block;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
}
.mainmenu ul li:hover > a,.mainmenu ul li.active > a{
    color: #7dba32;
}
.mainmenu ul li > ul{
    position: absolute;
    left: 0;
    top: 120%;
    width: 202px;
    text-align: left;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9999999;
    box-shadow: 0px 1px 3px rgba(0,0,0,.1);
}
.mainmenu ul li > ul.right{
    left: auto;
    right: 0;
}
.mainmenu ul li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
.mainmenu ul li > ul li{
    margin: 0px;
    display: block;
}
.mainmenu ul li > ul li a{
    text-transform: capitalize;
    padding: 7px 10px;
    color: #222;
    font-weight: 500;
}
.mainmenu ul > li > ul li.active  > a  {
    background: #7cb931;
    color: #fff;
}
.mainmenu ul li > ul li > ul {
    left: 100%;
    top: 0px !important;
}
/*--------------header-area end------------*/
/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap{
    position:relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0px 0;
    padding: 15px 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    background: #7cb931;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 12px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 0;
    position: absolute;
    top: 0;
    right: -126px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  height: 2px;
  width: 25px;
  background: #fff;
}
.responsive-menu-wrap .slicknav_nav {
    background: #7cb931 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 10px;
    width: 570px;
    right: 0px;
    z-index: 9999999;
    position: relative;
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 33px;
    border-bottom: 1px solid #ffffff69;
}
.slicknav_nav a i{display:none}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow:0px 3px 5px rgba(0,0,0,.5);
    color:#fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  top: 5px;
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:last-child{
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
.responsive-menu-wrap .slicknav_open .slicknav_icon span:nth-child(2){display:none}
/*---------------------------- responsiv-area end --------------------------*/
/*--------------slider-area start------------*/
.slider-items{
    position: relative;
    z-index: 99;
}
.slider-items img{
    visibility: visible;
}
.slider-items:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    content: "";
    z-index: 99;
    opacity: .9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    background-image: linear-gradient(#000000 0, #0000 30%);
}
.slider-contents{
    position: absolute;
    left: 0;
    padding-top: 105px;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 999;
    text-align: center;
}
.slider-contents h2{
    font-family: 'Playball', cursive;
    font-size: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}
.slider-contents h3{
    font-size: 46px;
    line-height: 58px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
}
a.booknow-btn{
    display: inline-block;
    padding: 12px 40px;
    text-transform: uppercase;
    color: #fff;
    background: #7dba32;
}
a.booknow-btn:hover{
    background: #fff;
    color: #7cb931;
}
.slider-active .owl-nav div{
    position: absolute;
    right: 20%;
    bottom: 0;
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
}
.slider-active .owl-nav div:hover{
    background: #7cb931;
}
.slider-active .owl-nav div.owl-prev{
    right: 22.60%;
}
/*--------------slider-area end------------*/
/*--------------about-area start------------*/
.about-wrap{
    padding: 0 0px;
}
.about-img img{
    visibility: hidden;
}
.about-wrap h2{
    font-size: 24px;
    line-height: 40px;
    /* font-family: regularGeorgia; */
    font-weight: 400;
    color: #7dba32;
}
.about-wrap h3{
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 30px;
}
.about-wrap p{
    margin-bottom: 20px;
}
.about-wrap p:last-child{
    margin-bottom: 0px;
}
/*--------------about-area end------------*/

/*--------------quote-area start------------*/
.quote-area{
    padding: 60px 0px;
}
.quote-area.black-opacity:before{
    opacity: .9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.quote-wrap h2{
    font-family: 'Playball', cursive;
    line-height: 40px;
    font-size: 20px;
    color: #7dba32;
}
.quote-wrap h3{
    font-size: 35px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}
.quote-wrap h4{
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}
/*--------------quote-area end------------*/

/*--------------menu-area strat------------*/
.menu-area{
    overflow: hidden;
    position: relative;
    padding: 37px 0px 36px;
}
.menu-images{
    position: absolute;
    right: 0;
    top: 0;
}
.section-title{
    margin-bottom: 50px;
}
.section-title h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #7dba32;
    font-family: 'Playball', cursive;
    margin-bottom: 0px;
}
.section-title h3{
    line-height: 40px;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0px;
}
.tabmenu{
    margin-bottom: 60px;
}
.tabmenu ul li{
    display: inline-block;
    margin: 0px 3px;
}
.tabmenu ul li a{
    height: 50px;
    padding: 0 25px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
}
.tabmenu ul li.active a{
    background: #7dba32;
}
.menu-wrap{
    position: relative;
    margin-left: 60px;
    margin-bottom: 50px;
    background: #fff;
    box-shadow: 0px 2px 20px rgb(203 203 203);
    padding: 25px 20px 25px 45px;
    /* border-right: 4px solid transparent; */
}
.menu-wrap:hover{
    border-color: #7dba32;
}
.menu-img {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    /* height: 140px; */
    width: 120px;
    /* border-radius: 50%; */
    overflow: hidden;
}

.menu-img img {width:100%;height: 150px;object-fit: contain;}

.menu-content h4{
    line-height: 40px;
    font-weight: 700;
    overflow: hidden;
}
.menu-content h4 span{
    color: #7dba32;
}
.menu-content p{
    margin-bottom: 20px;
    line-height: 23px;
    font-weight: 300;
}
.menu-content a{
    text-transform: uppercase;
    color: #7dba32;
    text-decoration: underline;
}
/*--------------menu-area end------------*/
.quote-area2 .quote-wrap h3{
    font-size: 55px;
    margin-bottom: 30px;
    line-height: 25px;
}
.quote-area2 .quote-wrap h3 span{
    font-size: 25px;
}
/*---------------team-area start-------------*/
.team-area{
    padding: 100px 0px 70px;
}
.team-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 5px 4px 2px rgb(125 186 50);
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.team-wrap:hover{
/*    background: url(../images/team/1.jpg);*/
  
    background-position: cover;
    background-color: #7dba32;
}
.team-wrap:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    left: 0;
    top: 0;
    z-index: -9;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.team-wrap img{
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #222;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover img{
    border-color: #7cb931;
}
.team-wrap h4{
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 700;
}
.team-wrap h4,.team-wrap span,.team-wrap p{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-wrap:hover h4,.team-wrap:hover p{
    color: #fff;
}
.team-wrap span{
    display: block;
    margin-bottom: 18px;
    font-weight: 300;
}
.team-wrap:hover span{
    color: #7cb931;
}
.team-wrap p{
    font-weight: 300;
}
/*---------------team-area end-------------*/

/*---------------booking-area start-------------*/
.booking-area{
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.booking-images{
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    width: 45%;
}
.booking-images img{
    visibility: hidden;
}
.booking-wrap{
    padding: 85px 0;
}
.booking-wrap p{
    margin-bottom: 5px;
    color: #222;
}
.booking-wrap input,.booking-wrap select{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e3e3e3;
    font-weight: 300;
    margin-bottom: 30px;
}
.booking-wrap span{
    display: block;
}
.booking-wrap span em{
    display: block;
    color: #7cb931;
}
.booking-wrap .booknow-btn:hover{
    background: #222;
    color: #fff;
}
.booking-wrap .section-title {
    margin-bottom: 40px;
}
.booking-image2{
    position: absolute;
    right: 0;
    top: 0;
}
/*---------------booking-area end-------------*/

/*---------------testmonial-area start-------------*/
.testmonial-thumbnil ul.thumb-img1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}
.testmonial-thumbnil ul li{
    margin: 0px 25px;
}
.testmonial-thumbnil ul li a img{
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testmonial-thumbnil ul li.active a img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.testmonial-thumbnil ul.thumb-img2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:3;
        -ms-flex:3;
            flex:3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.testmonial-content{
    position: relative;
    z-index: 9;
    margin: 35px 0px;
}
.testmonial-content:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 50px;
    color: #f1f1f1;
    z-index: -9;
}
.testmonial-content p{
    line-height: 26px;
    margin-bottom: 20px;
        box-shadow: 5px 5px 1px 1px #7cb931;
}
.testmonial-content h4{
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 700;
}
.testmonial-content span{
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
/*---------------testmonial-area end-------------*/

/*---------------newsletter-area start-------------*/
.newsletter-area{
    position: relative;
    z-index: 9;
}
.newsletter-wrap{
    background: #7cb931;
    padding: 40px 70px;
}
.newsletter-content h2{
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    font-family: 'Playball', cursive;
    margin: 0px;
    font-weight: 400;
}
.newsletter-content h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin: 0px;
}
.newsletter-form form{
    position: relative;
    margin: 15px 0px;
}
.newsletter-form input{
    height: 50px;
    border: 1px solid #fff;
    background: #fff;
    padding:0px 180px 0px 20px;
    width: 100%;
}
.newsletter-form button{
    position: absolute;
    height: 50px;
    right: 0;
    top: 0;
    width: 180px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    letter-spacing: 1px;
}
.newsletter-form button:hover{
    background:#7cb931;
    border-color:#fff;
}
/*---------------newsletter-area end-------------*/

/*---------------footer-area start-------------*/
/*.footer-area{
    margin-top: -70px;
}*/
.footer-top-area{
    position: relative;
    background: url(../images/bg/footer.jpg)no-repeat center center / cover;
    padding: 100px 0px 70px;
}
.footer-img,.footer-img2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-img2{
    left: 0;
    right: auto;
}
.footer-logo{
    padding: 0 35px 0 0;
    position: relative;
    text-align: center;
}
.footer-logo img {
    width: 34%;
    margin-bottom: 11px;
}
.footer-logo p {
    text-align: justify;
    color: #a1a1a1;
}
.footer-logo:before{
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #474646;
    content: "";
}
.footer-contact{
    /* margin-left: 50px; */
}
.footer-contact p{
    color: #afafaf;
    margin-bottom: 20px;
}
.footer-contact p span{
    display: block;
}
.footer-contact ul{
    margin-top: 30px;
}
.footer-contact ul li{
    display: inline-block;
    margin: 0px 2px;
}
.footer-contact ul li a{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    display: block;
}
.footer-contact ul li a:hover{
    background: #7cb931;
    color: #fff;
}
.footer-menu {
    /* margin-left: 70px; */
}
.footer-menu h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-menu ul li a{
    color: #aeaeae;
    display: block;
    line-height: 30px;
    font-weight: 300;
}
.footer-menu ul li a:hover{
    color: #7cb931;
}
.footer-bottom-area{
    padding: 15px 0px;
    background: #7cb931;
    border-top: 1px solid #fff;
    color: #fff;
}
.footer-bottom-area span{
    color: #222;
}
/*---------------footer-area end-------------*/


/*===================================================
            home page2 stayle here
====================================================*/
.social-media-icon ul li{
    display: inline-block;
    margin: 0px 2px;
}
.social-media-icon ul li a{
    display: block;
    height: 30px;
    width: 30px;
    background: #222;
    color: #fff;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}
.social-media-icon ul li a:hover{
    background: #7cb931;
}
.header-area2 .header-top-right ul{
    padding: 2px 0px;
}
.header-area2 .header-top-right {
    margin-bottom: 0px;
    padding: 0px 0px;
    background: transparent;
}
.header-area2 .header-top-area{
    background: #fff;
    padding: 10px 0px;
}
.header-area2 .header-top-right ul li a,.header-area2 .header-top-right ul li{
    color: #222;
}
.header-area2 .header-top-right ul li a span {
    color: #fff;
    background: #7cb931;
}
.header-area2 .header-bottom-area{
    background: url(../images/bg/header.jpg) no-repeat center center / cover;
}
.header-area2 .logo{
    padding: 20px 0px;
}
.header-area2 .mainmenu ul li a {
    padding: 35px 0;
}
.header-area2 .mainmenu ul li> ul li a {
    padding: 7px 10px;
}
.slider-area2 .slider-items{
    overflow: hidden;
    height: 640px;
}
.slider-area2 .slider-items img {
    visibility: visible;
    position: absolute;
    top: 122%;
}
.slider-area2 .slider-items:before{
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slider-area2 .slider-contents h2{
    color: #7cb931;
}
.slider-area2 .slider-contents h3{
    color: #222;
}
.slider-area2 .slider-contents a:hover{
    background: #222;
    color: #fff;
}
.slider-area2 .slider-contents{
    padding-top: 60px;
    display: block;
}
.slider-active2 .owl-nav div{
    position: absolute;
    left: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    background: #222;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.slider-active2 .owl-nav div:hover{
    background: #7cb931;
}
.slider-active2 .owl-nav div.owl-next{
    left: auto;
    right: 110px;
}
/*------------service-area start-------------*/
.service-area{
    padding-top: 38px;
}
.service-wrap{
    padding: 55px 30px;
    background: #569a37;
    position: relative;
    z-index: 9;
    min-height: 219px;
}
.service-wrap:before{
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -9;
    height: 90%;
    width: 90%;
    border: 3px solid #fff;
    content: "";
}
.service-wrap.active{
    background: #222;
}
.service-wrap span{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.service-wrap span:before{
    font-size: 70px;
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    color: #222;
}
.service-wrap.active span:before{
    color: #fff;
}
.service-wrap h2{
    color: #fff;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 35px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    /* font-family: cursive; */
    /* font-style: italic; */
    /* text-align: center; */
}
.service-wrap p{
    color: #fff;
}
/*------------service-area end-------------*/

/*------------blog-area start-------------*/
.blog-area{
    padding: 100px 0px 50px;
}
.blog-wrap{
    margin-bottom: 50px;
}
.blog-video{
    overflow: hidden;
    margin-bottom: -6px;
}
.blog-video iframe{
    height: 388px;
    width: 100%;
}
.blog-img img{
    width: 100%;
}
.blog-content{
    padding-top: 40px;
}
.blog-content span{
    display: block;
    color: #7cb931;
    margin-bottom: 15px;
}
.blog-content a{
    font-weight: 600;
    font-size: 14px;
}
.blog-content h4 a{
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.blog-active .owl-nav div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 16px;
}
.blog-active .owl-nav div:hover{
    background: #7cb931;
}
.blog-active .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
/*------------blog-area end-------------*/

/*===================================================
            home page Three stayle here
====================================================*/

/*-----------------------shop-area start-----------------------*/
.shop-area{
    padding: 100px 0px 70px;
    background: #fafafa;
}
.shop-wrap{
    box-shadow: 3px 6px 9px rgb(0 0 0 / 23%);
    /* border: 1px solid; */
    /* margin-bottom: 30px; */
    border: 1px solid #222222c4;
    border-radius: 0;
    /* background: #f1f1f1; */
}
.shop-wrap:hover{
    box-shadow: 3px 6px 9px rgb(0 0 0 / 23%);
}
.shop-img {
    overflow: hidden;
    position: relative;
    /* border: 4px solid #7cb931; */
    padding: 20px;
}
.shop-img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    width: 100%;
    height: 340px;
    object-fit: contain;
}
.shop-wrap:hover .shop-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.shop-img:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: .2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 9;
}
.shop-wrap:hover .shop-img:before{
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.shop-content{
    padding: 15px 3px;
}
.shop-content h4 a{
    font-size: 21px;
    display: inline-block;
    margin-bottom: 15px;
    color: green;
}
.shop-content p{
    margin-bottom: 1px;
    font-size: 15px;
}
.shop-content p span{
    margin-right: 20px;
    font-size:16px;
    font-weight: 600;
}
.shop-content p del{
    color: #7cb931;
    font-weight: 500;
}
.shop-content ul li{
    display: inline-block;
}
.shop-content ul.rating li{
    color: #7cb931;
    margin-bottom: 25px;
}
.shop-content ul.shop li{}
.shop-content ul.shop li a{
    display: block;
    padding: 5px 15px;
    background: #7cb931;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
}
.shop-content ul.shop li a i{
    font-size: 16px;
    margin-right: 2px;
}
.shop-content ul.shop li a:hover{
    background: #7cb931;
}
/*-----------------------shop-area end-----------------------*/
.gallary-area2{
    background: #fafafa;
    padding: 100px 0px 70px;
    margin: 100px 0px 0;
}
/*------------breadcumb-area start-------------*/
.breadcumb-area.black-opacity:before{
    background: #000;
    opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.breadcumb-area{
    padding: 170px 0px 80px;
}
.breadcumb-wrap h2{
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    color: #fff;
}
.breadcumb-wrap ul li.active{
    color: #7cb931;
    font-weight: 700;
}
.breadcumb-wrap ul li a{
    font-size: 14px;
    color: #fff;
}
.breadcumb-wrap ul li a:hover{
    color: #7cb931;
}
/*------------breadcumb-area end-------------*/
.testmonial-area2{
    padding-bottom:100px;
}
.about-page-wrap h2{
    line-height: 45px;
    font-weight: 800;
}
.about-page-wrap h2 span{
    display: block;
    margin-bottom: 30px;
}
.about-page-wrap p{
    margin-bottom: 25px;
}
.about-page-wrap em{
    font-weight: 600;
    color: #222;
}
.mb-70{
    margin-bottom: 70px;
}
.about-page-wrap2{
    padding: 49px 0px;
}
.pl-50{
    padding-left: 40px;
}
.about-page-img img{
    visibility: hidden;
}

.menu-area2{
    padding: 100px 0px;
}
/*-------------pagination-------------*/
.pagination-wrapper ul li {
    display: inline-block;
}
.pagination-wrapper ul li a,.pagination-wrapper ul li span{
    display: block;
    height: 35px;
    width: 35px;
    background: #222;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}
.pagination-wrapper ul li:hover a,.pagination-wrapper ul li span{
    background: #7cb931;
}
.mb-40{
    margin-bottom: 40px;
}
/*-------------pagination-------------*/
.team-page-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    width: 275px;
    margin: 0px auto 30px;
}
.team-page-wrap span{
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 35px;
    color: #222;
    border-radius: 50%;
    background: #f0efef;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
}
.team-page-wrap p{
    margin-bottom: 20px;
}
.team-page-wrap a{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    background: #7cb931;
    text-transform: uppercase;
}
.team-page-wrap a:hover{
    background: #222;
}
.testmonial-area3{
    padding: 100px 0px 60px;
}
.testmonial-area3 .testmonial-content {
    margin: 10px 0px 40px;
}

.testmonial-area3 .testmonial-image{
    position: relative;
    margin-bottom: 40px;
}
.testmonial-area3 .testmonial-image img{
    width: 100%;
}
.testmonial-area3 .testmonial-image.black-opacity:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.testmonial-area3 .test-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.testmonial-area3 .test-content h4{
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.testmonial-area3 .test-content a{
    height: 50px;
    width: 180px;
    text-transform: uppercase;
    color: #fff;
    background: #7cb931;
    line-height: 50px;
    margin: 0px auto;
}
.testmonial-area3 .test-content a:hover{
    color: #222;
    background: #fff;
}
/*----------faq-page-start-------------*/
.faq-area{
    padding: 10px 0px 50px;
}
.faq-wrap{
    margin-bottom: 50px;
}
.faq-wrap h4{
    background: #f7f7f7;
    padding: 15px 40px 15px 75px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.faq-wrap:hover h4{
    background: #7cb931;
    color: #fff;
}
.faq-wrap h4 span{
    display: block;
    height: 100%;
    width: 45px;
    background: #7cb931;
    color: #fff;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border: 2px solid transparent;
}
.faq-wrap:hover h4 span{
    color: #7cb931;
    border-color: #7cb931;
    background: #fff;
}
.faq-wrap p{
    padding: 35px;
    background: #f7f7f7;
    line-height: 26px;
}
/*----------faq-page-end-------------*/
.blog-grid-area .blog-wrap{
    box-shadow: 0px 2px 3px rgba(0,0,0,.1);
}
.blog-grid-area .blog-content{
    padding: 15px;
}
/*=========================================
        sidebar area start
=========================================*/
.category-wrap,.archive-wrap{
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.sidebar-title{
    font-size: 18px;
    margin-bottom: 25px;
}
.category-wrap ul li a{
    display: block;
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.category-wrap ul li:last-child a{
    margin-bottom: 0px;
}
.category-wrap ul li a:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f178";
    font-family: fontawesome;
    color: #7cb931;
}
.category-wrap ul li a:hover:before{
    left: 5px;
}
.search-form{
    margin-bottom: 50px;
}
.search-form form{
    position: relative;
}
.search-form input{
    width: 100%;
    height: 50px;
    padding: 0px 50px 0px 20px;
    border: 1px solid #7cb931;
    border-radius: 5px;
}
.search-form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: #7cb931;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-form button:hover{
    background: #222;
}
.recent-post{
    margin-bottom: 50px
}
.recent-post ul li{
    margin-bottom: 20px;
}
.recent-post ul li a{
    display:inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #222;
    line-height: 28px;
    margin-bottom: 7px;
}
.recent-post ul li a:hover{
    color: #7cb931;
}
.recent-post ul li:last-child{
    margin-bottom: 0px;
}
.recent-post ul li span{
    display: block;
    font-weight: 500;
}
.sidebar-menu li a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tag-wrap ul li{
    display:inline-block;
}
.tag-wrap ul li a{
    display: block;
    padding: 8px 13px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
}
.tag-wrap ul li a:hover{
    background: #7cb931;
    border-color: #7cb931;
    color: #fff;
}
/*===================================================
                blog-details-area start
=====================================================*/
.blog-details-wrap{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-details-img {
    position: relative;
    margin-bottom: 75px;
}
.blog-details-img img{
    width:100%;
}
.blog-details-img ul.blog-meta{
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #7cb931;
    padding: 15px 40px;
    display: inline-block;
    width: 430px;
    z-index: 9;
}
.blog-details-img ul.blog-meta li{
    display: inline-block;
    margin: 0px 6px;
    color: #fff;
    font-size: 13px;
}
.blog-details-img ul.blog-meta li:first-child{
    margin-right: 30px;
}
.blog-details-img ul.blog-meta li i{
    margin-right: 3px;
}
.blog-details-img ul.blog-meta li a{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.blog-details-wrap h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px;
}
.blog-details-wrap h3 span{
    display: block;
}
.blog-details-wrap p{
    line-height: 28px;
    margin-bottom: 30px;
}
.blog-details-wrap .text{
    color: #222;
    font-weight: 400;
    line-height: 28px;
}
.blog-details-wrap blockquote{
    padding: 40px;
    border: none;
    background: url(../images/blog/quot.jpg) no-repeat center center / cover;
    color: #fff;
    font-style: italic;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    z-index: 9;
    display: block;
    margin: 40px 0px;
}
.blog-details-wrap blockquote:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7cb931;
    content: "";
    z-index: -9;
    opacity: .85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-tags ul{
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
.blog-tags ul:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "/";
}
.blog-tags ul:first-child:before{
    display: none;
}
.blog-tags ul li{
    font-weight: 600;
    color: #222;
    display: inline-block;
}
.blog-tags ul li:first-child{
    margin-right: 15px;
}
.blog-tags ul li a{
    font-weight: 300;
    color: #626a72;
    font-size: 14px;
}
.blog-tags ul li a:hover{
    color: #7cb931;
}
.comment-main{
    margin: 70px 0px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}
h3.blog-title {
    font-size: 28px;
    margin-bottom: 50px;
}
h3.blog-title span{
    color: #7cb931;
}
ol{
    list-style:none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.comment-theme{
    float:left;
}
.comment-main-area {
    margin-left: 150px;
}
.comment-wrap1 {
    margin-left: 70px;
    margin-bottom: 0px;
}
.comment-wrap2{margin-left:84px;}
.sewl-comments-meta h4{
    margin-bottom: 3px;
}
.sewl-comments-meta span{
    font-size:12px;
    display:inline-block;
    margin-bottom: 10px;
}
.comment-area p{
    margin-bottom: 25px;
}
.comments-reply a{
    font-weight: 700;
    background: #7cb931;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.comments-reply a i{
    margin-right: 5px;
}
.comments-reply a:hover{
    color: #222;
}
.comment.even.thread-even.depth-1{
    margin-top:40px;
}
.sewl-form-inputs input,.sewl-form-textarea textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input{
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #222;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.form-submit input:hover{
    background: #7cb931;
}

/*=======================================
            gallary-area start
===========================================*/
.gallary-area{
    padding: 100px 0px 70px;
}
.galary-wrap{
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}
.galary-wrap:before{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9;
}
.galary-wrap:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.galary-wrap:after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.galary-wrap:hover:after{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrap a{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #7cb931;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    display:block;
    z-index: 99;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.galary-wrap:hover a{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrap a:hover{
    background: #fff;
    color: #7cb931;
}
/*=============================================
            contact-page start
=============================================*/
.contact-area{
    padding-top: 100px;
}
.contact-wrap{
    padding: 50px 70px;
    box-shadow: 0px 1px 10px rgba(0,0,0,.3);
    border-bottom: 3px solid #222;
}
.contact-wrap h3{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 45px;
}
.contact-wrap input,.contact-wrap textarea{
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 3px;
}
.contact-wrap textarea{
    height: 140px;
}
.contact-wrap button{
    padding: 12px 40px;
    background: #7cb931;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.google-map{
    position: relative;
    z-index: 9;
    padding: 100px 0px;
    height: 480px;
    margin-top: 100px;
    overflow: hidden;
}
.google-map:before,.google-map:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    content: "";
    z-index: -9;
    height: 100%;
}
.google-map:before{
    background: url(../images/bg/contact.jpg) no-repeat center center / cover;
}
.google-map:after{
    background: #7cb931;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.contact-info ul li{
    position: relative;
    padding-left: 110px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 35px;
}
.contact-info ul li:last-child{
    margin-bottom: 0px;
}
.contact-info ul li span{
    display: block;
}
.contact-info ul li i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    left: 0;
}
#googleMap{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.footer-area2{
    margin: 0px;
}
.footer-area2 .footer-top-area{
    padding-top: 100px;
}
/*=========================================
            404 page start
=============================================*/
.error-page-area{
    padding: 200px 0px;
}
.error-wrap {
    padding: 0px 70px;
}
.error-wrap img{
    margin-bottom: 30px;
}
.error-wrap p{
    margin-bottom: 30px;
}
.error-wrap a{
    display: block;
    padding: 12px 0px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
}
.error-wrap a:hover{
    background: #7cb931;
}
.error-wrap a .fa-angle-left{
    margin-right: 20px;
}
.error-wrap a .fa-angle-right{
    margin-left: 20px;
}

.blog-details-video iframe{
    height: 455px;
    width: 100%;
    overflow: hidden;
}

/*====================================
            shop page start
====================================*/
.shop-list-area .shop-wrap{
    overflow: hidden;
}
.shop-list-area .shop-img{
    float: left;
    width: 50%;
}
.shop-list-area .shop-img img{
    visibility: hidden;
}
.shop-list-area .shop-content{
    float: right;
    width: 50%;
    padding: 30px;
}
.shop-list-area .shop-content ul.shop li a {
    padding: 8px 12px;
}
.shop-list-area .shop-content h4 a {
    font-size: 16px;
}
/*----------- cart-area start --------------------*/
.cart-area .table-responsive {
    background:#fff;
}
.cart-area .table-responsive tr th {
  background: #7cb931;
  color: #fff;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 189px;
  border-right:1px solid #f1f1f1;
}
.cart-area .table-responsive tr th:last-child{
    border-right:none;
}
.cart-area .table-responsive tr td {
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  height: 115px;
  text-align: center;
}
.cart-area .table-responsive tr td a {
  background: #7cb931 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 20px;
  line-height: 19px;
  width: 20px;
}
.cart-area .table-responsive tr td a:hover{background:#7cb931}
.cart-area .table-responsive tr td p {
  font-size: 16px;
  margin-bottom: 0;
}
.cart-area .table-responsive tr td span{
    font-size:16px;
    color:#7cb931;
}
.cart-area .table-responsive tr td input {
  border: 1px solid #eee;
  height: 45px;
  padding: 10px;
  width: 80px;
}
.cart-area .cart-btn{
    margin-top:30px;
}
.cart-btn ul li{
    display:inline-block;
    margin-left:20px;
}
.cart-btn ul li a{
    display:block;
    padding:10px 35px;
    color:#fff;
    background:#7cb931;
    font-weight:700;
    text-transform:uppercase;
}
.cart-btn ul li a:hover{
    background:#222;
}
.total-cart tr td {
  border: 1px solid #f1f1f1;
  font-size: 16px;
  height: 50px;
  width: 569px;
  font-weight:600;
}
.cart-area .table-responsive tr td span.stok {
  font-size: 14px;
  font-weight: 400;
}
.cart-area .table-responsive button {
    background: #222 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    text-transform: uppercase;
    width: 120px;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.cart-area .table-responsive button:hover{
    background:#7cb931;
}
/*----------- cart-area end --------------------*/

/*-------- checkout-area start ----------*/
.checkout-title{
    padding:20px 0;
    background:#7cb931;
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:0px;
    text-align:center;
    text-transform:uppercase;
}
.checkout-form{
    background:#fff;
    padding:30px 30px 30px;
    border: 1px solid #e1e1e1;
}
.checkout-form input, .checkout-form select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #6a6a6a;
    font-weight: 400;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    width: 100%;
}
.checkout-form input[type="checkbox"]{
    width:auto;
    margin:0px 5px 25px 0px;
    height:auto;
}
.checkout-form ul li{
    overflow:hidden;
    color:#606060;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #e1e1e1;
    position:relative;
}
.checkout-form ul li.last{
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:transparent;
}
.checkout-form ul li strong {
    color: #7cb931;
    float: right;
    font-weight: 600;
}
.checkout-form ul li b{
    font-size:16px;
    font-weight:500;
}
.checkout-form p span{
    color:#7cb931;
}
/*-------- checkout-area end ----------*/

a#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #222;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}
a#scrollUp:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    background:#7cb931;
}


.header-bottom-area .row {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    }
.header-bottom-area .row .col-md-2{
    width: 15rem;
}
.pro_uct_sli_e {padding: 71px 0;}
.pro_uct_sli_e .owl-controls {}
.pro_uct_sli_e .owl-controls .owl-nav {}
.pro_uct_sli_e .owl-controls .owl-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pro_uct_sli_e .owl-controls .owl-nav div{
    display: inline-block;
    background: #7cb931;
    margin: 3px;
    padding: 5px 10px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
}
.pro_uct_sli_e .owl-controls .owl-nav .owl-prev:before{content: "\f053";font-family: FontAwesome;margin-right: 6px;font-weight: 500;}
.pro_uct_sli_e .owl-controls .owl-nav .owl-next:after{content: "\f054";font-family: FontAwesome;margin-left: 6px;font-weight: 500;}


.bg-atta {background:url('../../img/bg-atta.jpg'); }

.client_logo {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 5px 10px #959595;
    padding: 15px;
    margin: 0 0 16px 0;
    background: #fff;
}
.client_logo img {
    height: 90px;
    object-fit: contain;
}
.Client__L {
    background: #e5e5e5;
}

.view_m_re {}
.view_m_re a{
    display: inline-block;
    padding: 9px 25px;
    background: #7cb931;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    }
    .view_m_re.text-left a {text-align: left;
    margin: 0;}
    
    
    .whatsapp {
  position: fixed;  
display: block;  
bottom: 20px;  
z-index: 99;  
float: right;  
float: 13px;  
margin-left: 11px;  
width: 51px;  
}


.service-wrap h2:before {content:'';width: 50px;height: 3px;background: #fff;position: absolute;bottom: -13px;left: 38%;}


.foot span {
    color: #fff;
    float: right;
}


footer.footer-area a {
    font-size: 17px;
}

.section_comp h2{margin-bottom: 40px;font-size: 36px;font-weight: 900;}


.contact-area.nyu{padding-top: 0;}

.hio{color: #fff;}


.team-wrap.text-center.since {
    min-height: 230px;
    padding: 20px 10px;
}

.team-wrap.text-center.uniti{min-height: 230px;
    padding: 10px 5px;}

    .about-page-area.ptb-100.vba {
    padding: 0;
}

.about-page-area.ptb-100.lop {
    padding-top: 60px;
}


.about-page-wrap.about-page-wrap2.pl-50.des{padding-top: 0px;}
 .about-page-area.ptb-100.mim{padding-bottom: 0; background-color: #deeecb;}


 img.oio {
    box-shadow: 12px 12px 1px 1px #7dba32;
}


 .service-wrap.text-center.sm-mb-30.xs-mb-30.uni {
    min-height: 340px;
}

 .shop-content.coni {
    min-height: 190px;
    font-size: 18px;
    padding: 23px;
}


.about-page-wrap.olo{padding-top: 50px; text-align: center;}

.about-page-img.abbui {
    box-shadow: 14px 13px 1px 1px #7dba32;
}


.shop-content.coni.lo {
    /* padding-top: 25px; */
    font-size: 18px;
}

.team-area.ff {
    padding: 45px 0px 0px;
}

.menu-area.visi {
    padding: 0px 0px 35px;
}

.shop-content.hiu {
    padding: 0;
}




/*=======================================
            gallary-area start
===========================================*/
.gallary-area{
    padding: 100px 0px 70px;
}
.galary-wrapi{
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
 
}
/*.galary-wrapi:before{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    content: "";
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 9;
}*/
/*.galary-wrapi:hover:before{
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}*/
/*.galary-wrapi:after{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}*/
/*.galary-wrapi:hover:after{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/
.galary-wrapi a{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #7cb931;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    text-align: center;
    display:block;
    z-index: 99;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.galary-wrapi:hover a{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.galary-wrapi a:hover{
    background: #fff;
    color: #7cb931;
}




.client_logoi {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 5px 10px #959595;
    padding: 15px;
    margin: 0 0 16px 0;
    background: #fff;
}
.client_logoi img {
    height: 90px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.Client__Li {
    background: #e5e5e5;
}


.contact-area.enqy {
    padding-bottom: 100px;
}

.about-imgd {
    box-shadow: 7px 9px 0px 1px #7cb931;
}

.shop-content.coni h4 {
    border-bottom: 1px dashed;
}











 
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid #ec496e;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}



/******************* Timeline Demo - 4 *****************/
.main-timeline4{overflow:hidden;position:relative;padding-bottom: 30px;}
.main-timeline4:before{content:"";width:5px;height:68%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border: 10px solid #7dba32;font-size:30px;color: #7dba32;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0;}
.main-timeline4 .year:before{content:"";border-left: 20px solid #7bb900;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg);}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size:24px;font-weight:600;color:#f54957;text-transform:uppercase;margin:0 0 5px}
.main-timeline4 .description{font-size: 15px;color: #333333;margin:0 0 5px;}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f54957;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color: #7dba32;color: #7dba32;}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color: #7dba32;}
.main-timeline4 .timeline:nth-child(2n) .title{color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year{border-color: #7dba32;color: #7dba32;}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#7cba01}
.main-timeline4 .timeline:nth-child(3n) .title{color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year{border-color: #7dba32;color: #7dba32;}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color: #7dba32;}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f8781f}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}



@import url('https://fonts.googleapis.com/css?family=Philosopher:700&display=swap');
 
.pti-100 {
    padding-top: 60px;
}

.pbi-100 {
    padding-bottom: 100px;
}

.ptbi-100 {
    padding: 100px 0px;
}

.pti-70 {
    padding-top: 70px;
}

.pbi-70 {
    padding-bottom: 45px;
}

.ptbi-70 {
    padding: 70px 0px;
}

#services .title {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
}

#services .title span {
    font-size: 36px;
    color: #7dba32;
    font-weight: 600;
}

#services .btn-primary {
    color: #fff;
    background-color: #7dba32;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 150px;
    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;
}

.btn-primary:hover {
    -webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
    box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}

.card-items .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.card-body{padding-bottom: 35px;}


.card-items .card .card-body i {
    border-radius: 6px;
    font-size: 31px;
    color: #ff5722;
    background-color: #ff57221c;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-items .card .card-body .card-title {
    margin-bottom: .75rem;
    margin-top: 26px;
    margin-bottom: 15px;
}


        .product_view .modal-dialog{max-width: 800px; width: 100%;}
        .pre-cost{text-decoration: line-through; color: #a5a5a5;}
        .space-ten{padding: 10px 0;}



    .blog-contenti h4 a {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

 .blog-contenti {
    padding-top: 45px;
    padding-right: 45px;
}

.btn-ground.text-centeri {
    margin-top: 20px;
}

.blog-wrap.bty {
    box-shadow: -2px 2px 3px 1px #7cb931;
}

.blog-img.oi {
    padding-top: 30px;
}

.blog-contenti p {
    font-size: 17px;
 }

 .modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 35px;
}


.col-md-6.product_content p {
    font-size: 16px;
    padding: 2px;
}


.blog-img.oi img {
    width: 75%;
}

.blog-img.oi.si img {
    padding: 0px 0px 15px 15px;
}







.contactii {
    padding-bottom: 60px;
    padding-top: 60px;
}
.contactii .heading {
    margin-bottom: 50px;
}
.contactii .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
.contactii .heading h2 span {
    color: #7cb931;
    font-weight: 500;
}
.contactii .heading p {
    font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}
.contactii .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contactii .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
.contactii .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}
.contactii button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: linear-gradient(to right, rgb(124 185 49) 0%, rgb(255 241 71) 100%);
    color: #ffffff;
}

.contactii .main .left {
    padding: 40px 60px;
}
.contactii .main .right {
    background: #7cb931;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}
.contactii .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contactii .main .right .info {
    margin-bottom: 35px;
}
.contactii .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
.contactii .main .right .info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
}
.contactii .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}









.section_gap_top {
padding-top: 150px;
    padding-bottom: 150px;
}
.left-content {
    padding-right: 18%;
}
.left-content h1 {
    margin-bottom: 20px;
        font-size: 36px;
}
.left-content .primary-btn {
    margin-top: 20px;
}
.right-img {
    position: relative;
}
.right-img .img2 {
    position: absolute;
    left: -20%;
    bottom: 0;
}

.left-content p {    font-size: 15px;
    line-height: 26px;}
    
    
 


.register{background: -webkit-linear-gradient(left, #fff031, #7cb931);margin: 3% 0;padding: 3%;margin: 60px auto;}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
    color: #000;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister{
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #7eba31;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
.register .nav-tabs{
    margin-top: 3%;
    border: none;
    background: #6f0a0f;
    border-radius: 1.5rem;
    width: 28%;
    float: right;
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #0062cc;
    border: 2px solid #0062cc;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057;
}

.register .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    color: #717171;
    background-color: #f8f9fa;
    background-image: none;
    border: 1px solid #d2d0d0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}



.vision-mission { position:relative;
    background: url(../../img/bg_2.jpg), #fff;
    padding: 60px 0;
    background-attachment: fixed;}

.vision-mission h3 {    color: #87bf3f !important;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;}  
    
.vision-mission p {      color: #555;  font-size: 15px;  text-align: justify;   margin: 0 0 15px 0} 
.vision-mission ul {     padding-left: 30px;
    list-style: disc; } 
.vision-mission ul li{      color: #555; font-size: 15px;  text-align: justify;   margin: 0 0 15px 0  } 
.vision-mission:before {content: '';
    background: #000000ba;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.vision-mission .content {    border: 1px solid #87bf3f;
    padding: 23px;}
.vision-mission .content h3 {}
.vision-mission .content p, .vision-mission ul li {
    color: #fff;
     font-size: 17px;
    }




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

.section_gap_top {
padding-top: 150px;
    padding-bottom: 150px;
}
.left-content {
    padding-right: 18%;
}
.left-content h1 {
    margin-bottom: 20px;
        font-size: 36px;
}
.left-content .primary-btn {
    margin-top: 20px;
}
.right-img {
    position: relative;
}
.right-img .img2 {
    position: absolute;
    left: -20%;
    bottom: 0;
}

.left-content p {    font-size: 15px;
    line-height: 26px;}
    
    
    .sigi {
    width: 100%;
    background: #FFFFFF;
       padding-top: 55px;
    padding-bottom: 34px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sig_content_container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.sig_content {
    width: 100%;
    background: #FFFFFF;
    border: solid 2px #7cb931;
    box-shadow: 0px 45px 70px rgb(0 0 0 / 24%);
    padding-top: 65px;
    padding-left: 47px;
    padding-bottom: 69px;
    padding-right: 75px;
}
.page_subtitle {
    font-family: 'Edward', sans-serif;
    color: #670b10;
    line-height: 0.75;
}
.sig_title {
    margin-top: 6px;
    padding-left: 5px;
}
.sig_title h1 {
    font-size: 36px;
    text-transform: capitalize;
}



.sig_rating {
    margin-top: 13px;
    padding-left: 9px;
}
.rating_r i:not(:last-child) {
    margin-right: 3px;
}
.rating_r_5 i:first-child::before {
    content: "\f005";
}
.rating_r i::before {
    font-family: 'FontAwesome';
    content: "\f005";
    font-style: normal;
    font-size: 10px;
    color: #d6baa0;
}
.sig_name {
    font-size: 20px;
    color: #232323;
    padding-left: 9px;
    margin-top: 1px;
    line-height: 30px;
}
.sig_price {
    /* font-size: 24px; */
    /* color: #232323; */
    font-size: 20px;
    color: #232323;
    padding-left: 9px;
    margin-top: 1px;
    line-height: 30px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.sig_content_list {
    margin-top: 4px;
    margin-left: 9px;
}
.sig_content_list ul li {
    font-size: 16px;
    color: #636363;
}
.sig_content_list ul li:not(:last-child)::after {
    display: inline-block;
    content: '/';
    font-size: 16px;
    color: #636363;
    margin-left: 5px;
    margin-right: 5px;
}
.sigi ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}
.sig_button {
    margin-left: 9px;
    margin-top: 37px;
    width: 163px;
    height: 47px;
    background: transparent;
    border: solid 2px #7cb931;
    text-align: center;
}
.sig_button.button a {
    display: block;
    font-size: 18px;
    color: #000000;
    line-height: 44px;
}
.sig_button.button:hover {
    background: #7cb931;
}

.sig_button.button:hover a {
    color: #FFFFFF;
}
.sig_image {
    width: 100%;
    height: 525px;
}
.background_image {
    position: absolute;
    top: 70px;
    left: 0;
    width: 42%;
    height: 70%;
    background-repeat: no-repeat;
    /* padding-left: 23px; */
    left: 260px;
    background-size: cover;
    background-position: center center;
}
.sig_image img {
    display: none;
    max-width: 100%;
}
.offset-lg-5 {
    margin-left: 41.666667%;
}

 .background_imagei {
    position: absolute;
    left: 120px;
    width: 42%;
    top: 70px;
    height: 70%;
    right: 20px;
    background-repeat: no-repeat;
    /* padding-left: 23px; */
    background-size: cover;
    background-position: center center;
}
 

 .shop-wrapi {
    /* box-shadow: 3px 6px 9px rgb(0 0 0 / 23%); */
    /* border: 1px solid; */
    margin-bottom: 30px;
    border: 1px solid #569a37;
    border-radius: 0;
    background: #569a37;
}

.shop-wrapi:hover{
    box-shadow: 0px 1px 15px rgba(0,0,0,.1);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 1px 2px 1px #7cb931;
}









/*-----------------------------------*/
section.Home {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.Story {
    position: relative;
    background: #deeecb;
    padding: 120px 0;
}
.Story .row.valign-wrapper.mb__wrapper {display: flex;
    align-items: center;}
.Sabout .rimg1 {
    top: 45%;
}
.rimg1, .rimg2 {
    position: absolute;
    top: 30%;
    width: 150px;
    z-index: 2;
}
.Sabout .img {
    padding: 10px;
    width: 94%;
    margin: 0;
    
}
.Story .img, .about .img {
    position: relative;
    transition: all .5s;
}
.Sabout .img::after, .Sabout .img::before, .Sabout .img span::after, .Sabout .img span::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #bbde20;
    margin: 0;
}
.Sabout .img span {
    display: block;
    background: #bbde20;
    border-radius: 5px 140px;
    width: 100%;
    height: 340px;
    margin: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.Sabout .img span::after, .Sabout .img span::before {
    background: #fde7e1;
    z-index: -1;
    border-radius: 5px 0 5px 0;
    width: 80px;
    height: 80px;
}
.Sabout .img::after, .Sabout .img span::after {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}
.company-pro {
    padding: 60px 0;
}
.experience-area {
    position: relative;
    z-index: 1;
}
.exper-title h2 {
    font-size: 30px;
    color: #569a37;
    font-weight: 700;
    margin-bottom: 20px;
}
.exper-content p {
    color: #4f5256;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}
.exper-text p {
    font-size: 16px;
    color: #4f5256;
    margin-bottom: 20px;
    line-height: 26px;
}

#services.profile_com  .title {color:#fff}
.profile_com {    background-color: #222222 !important; text-align: center;}
.profile_com p {    color: #fff;
    line-height: 30px;
    padding: 30px 0 0;}
    
    
    .contact-fl address {
    overflow: hidden;
}
.contact-fl .single-contacts {
    width: 33%;
    float: left;
    /* background: #e2e2e2; */
    padding: 15px;
    overflow: hidden;
}
.contact-fl .single-contact {
    background: #222222;
    padding: 20px;
    box-shadow: 0px 3px 13px #656565;
    height: 215px;
    text-align: center;
}
.contact-fl .single-contact i {
    color: #fafafa;
    font-size: 30px;
}
.contact-fl .single-contact h3 {
    color: #569a37;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.single-contact p a, .single-contact p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}



.homeimg {
    background-size: cover;
    width: 100%;
    float: right;
        z-index: 9999;
    position: relative;
}
.sideBar .formm.active {
    right: 0;
}
.sideBar .formm {
    width: 300px;
    background: #fff;
    position: fixed;
    z-index: 3;
    right: -302px;
    top: 154px;
    box-shadow: 0 0 4px #ccc;
    transition: .3s;
}
.homeimg .form-group .input-group-prepend .input-group-text {
    width: 28px;
    height: 35px;
}
.sideBar .formm .talk-to-us img {width:100%}
.sideBar .formm .talk-to-us {
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: -60px;
    top: 0;
    text-align: left;
    width: 69px;
}

.formm-inner  h3 { 
    padding: 8px;
    font-size: 16px;
    color: #fff;
    text-align: left;}
    
    
    .formm-inner  h3 a {    color: #fff;
    text-align: left;}
.sideBar .formm .talkIco
    
    
.sideBar .formm .talkIcon {
    padding: 6px 10px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 25;
    color: #fff;
    background: #fff;
    transform: scale(.6);
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.75);
}
.sideBar .formm .formm-inner {
    border: none;
}
.formBox .formm-inner {
   display: block;
   background: #222222;
   border-radius: 3px;
   box-shadow: 0 0 16px 0 rgba(0,0,0,.12);
   -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.2);
   box-shadow: 0 0 16px 0 rgba(0,0,0,.2);
   padding: 15px;
}

.formBox .formm-inner .Wd {
    border: 1px solid #a2c256;
}
.formBox .formm-inner .Wd h3 {
    background: #a2c256;
    text-align: center;
    color: #000;
    font-weight: 500;
}
.formBox .formm-inner .Wd .form-group  {
    padding: 0 8px;
    position: relative;
    margin-bottom: 15px;
}
.formBox .formm-inner .Wd .form-group label  {
    color: #fff;
    margin: 0;
    display: block;
}
.formBox .formm-inner .Wd .form-group input {
    height: 33px;
    color: #fff;
    background: #e9e9e9;
    outline: none;
    font-size: 15px;
    display: block;
}
.formBox .formm-inner .Wd .form-group textarea {
    width: 100%;
    height: 70px;
}

.formBox .formm-inner .Wd button {
    display: block;
    margin: 0 auto 10px;
    padding: 6px !important;
    color: #000 !important;
    /* font-weight: 600; */
    background-color: #a2c256;
    border-color: #a2c256;
}


/*----------------------*/
.restbeef_main_wrapper { padding: 0px 0 0px 0;}
.restbeef_content_wrapper.restbeef_no_sidebar .restbeef_content {
    width: 100%;
}
.restbeef_tiny {
    display: block;
    text-align: left;
}
.restbeef_block {
    position: relative;
}
.col-img {
    width: 100%;
    height: auto;
    background: #a4c45e;
    }
.restbeef_block .restbeef_block_inner {
    position: relative;
    z-index: 3;
}
.restbeef_poduct_summary .row {
    display: flex;
    align-items: center;
}
.restbeef_poduct_summary img {
    width: 100%;
    height: auto;
    background: #a4c45e;
    padding: 80px;
}
.restbeef_poduct_summary_content {
    background: #ffffff;
    box-shadow: 0 17px 67px rgb(0 0 0 / 43%);
    margin: 0 0 0 -100px;
    padding: 25px;
}
.restbeef_poduct_summary_content h2 {
    /* margin-bottom: 31px; */
    color: #87bf3f !important;
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 30px;
}
.restbeef_poduct_description p {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 27px;
}
.right-side-marf .right-side {
    order: 2;
}
.restbeef_poduct_summary_content.right-side {
    background: #ffffff;
    box-shadow: 0 17px 67px rgb(0 0 0 / 43%);
    margin: 0 -100px 0 0px;
    padding: 25px;
    position: relative;
    z-index: 1;
}
.proid_90{padding:90px 0}
/*----------------------*/

.about-img-left {
    margin-right: 30px;
}
.about-us-img-wrap img {
    margin: 0;
}
.ltn__about-us-area.pb_40 {padding:60px 0}
.ltn__section-title-2 {
    margin-bottom: 40px;
}
.ltn__secondary-color {
    color: #a4c45e;
}
.ltn__section-title-2 .section-title {
    font-size: 34px;
}
.ltn__section-title-2 p {
    padding: 0 0 0 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #a4c45e;
    max-width: 100%;
}
.about-author-info {    padding: 30px 0;}
.about-author-info .sIcon {
    display: inline-flex;
}
.about-author-info .sIcon li {
    margin-right: 12px;
}
.about-author-info .sIcon li img {
    display: block;
}
.about-author-info .sIcon li ss {
    display: block;
    text-align: center;
}


.Quality_Policy {    padding: 60px 0;    overflow: hidden;}


.Quality_Policyfood 
{
	margin-bottom:70px;
}


.disc li
{
	list-style: disc outside;	
}



.Quality_Policy .Content_v {}
.Quality_Policy .Content_v h3 {margin-bottom: 30px;}
.Quality_Policy .Content_v p {    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;}
.Quality_Policy .Content_v ul {    list-style: disc;
    padding-left: 30px;}
.Quality_Policy .Content_v ul li{    font-size: 16px;
    line-height: 30px;}
    
    
    
    
    
    
    
    
    
    
    
    
    .team-sec{padding:100px 0; width: 100%;}
.team .photo {width: 250px; height: 250px; display: inline-block; overflow: hidden; position: relative; }
.photo-shadow {position: absolute; z-index: -1; top: 12px; left: 16px; bottom: -10px; border: 1px solid #E3E3E3; height: 250px; width: 246px; background: #fff; }
.col-item{position: relative;}

.team .photo img{width: 100%;vertical-align: middle;position: relative;height: 249px;object-fit: cover;}
.social-connect{margin-top: 13px;}
.info{margin-top: 22px;}
.info .name{font-size: 18px;font-weight: 600;margin-bottom: 2px;}
.info .degination{font-size: 16px;font-weight: 300;font-style: italic;color: #8B8B8B;}
.social-connect a{ display: inline-block; border: 1px solid #E3E3E3; font-size: 14px; color: #919191; width: 24px; height: 24px; text-align: center; line-height: 24px;margin-right: 4px;}
.social-connect a .fa{margin: 0;}
.social-connect a:hover{background-color: #4EBEE9;color: #fff;} .carousel-line{    border: 1px solid #ddd; height: 320px; position: absolute; bottom: -90px; width: 110%; left: -5.5%;}




.buttons {
    display: flex;
    /* justify-content: center; */
}

.buttons .view_m_re {
    /* align-content: space-around; */
    display: contents;
}

.buttons .view_m_re a {
    font-size: 12px;
    font-weight: 500;
}

