@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Spinnaker');
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    font-size: 14px;
    background: #FCFCF3;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 7px;
    font-family: 'Spinnaker', sans-serif;
    float: left;
    width: auto;
}
.header_area{
    position: relative;
    padding: 5px 0px;
}
.header_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #313131;
    animation: bgChange 105000s linear infinite;
}
div#blueimp-gallery {
    display: none;
}
.panel-heading {
    height: 70px;
}
.cloude1, .cloude2, .cloude3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cloude1{
    top: 0px;
    background: url(assets/img/cloude.png);
    animation: imgRotate 100s linear infinite;
}
.cloude2{
    right: 0;
    background: url(assets/img/cloude2.png);
    animation: imgRotate1 180s linear infinite;
}
.cloude3{
    background: url(assets/img/cloude3.png);
    animation: imgRotate2 270s linear infinite;
}
.main-slider{
    padding-right: 0px;
}
.slide-item img{
    width: 100%;
    height: 350px;
}
.side_slider{
    margin: 0;
    padding:0;
    background: #ffffff;

}
.side_slider_title h2{
    background: linear-gradient(to bottom, #419CB3, #237699);
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center
}
.side_slider_content{

    text-align: center;
}
.side_slider_content .item img{
    width: 100%;
    
}
a.left, a.right{
    background: #000;
    color: #fff;
    padding: 0px 10px;
    margin-top: 260px;
    /* display: inline-block; */
    height: 50px;
    width: 50px;;
}
.side_slider_content h2{
    color: #000;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}
.side_slider_content .item a{
    text-align: center;
    color: #fff;
    background:linear-gradient(to bottom, #419CB3, #237699);
    display: block;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: 20px;
    height: 75px;
}
.responsive_menu_wrap{
    display: none
}
.slicknav_menu {
    background: none;
}
.mainmenu{
    background: linear-gradient(to top, #436500, #638E01);
    min-height: 35px;
    margin: 0px 0px 15px 0px;
    
}
.mainmenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainmenu ul li{
    float: left;
    border-left: 1px solid #486700;
    border-right: 1px solid #638E01;
    /*position: relative;*/
}
.mainmenu ul li:first-child{
    border-left: none;
}
.mainmenu ul li:last-child{
    border-right: none;
}
.mainmenu ul li a{
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s ease;
}
.mainmenu ul li:hover a{
    background: linear-gradient(to bottom, #436500, #638E01);
}
.mainmenu ul li ul{
    position: absolute;
    top: 75px;
    /*left: 0;*/
    z-index: 999;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
.mainmenu ul li:hover ul{
    opacity: 1;
    top: 35px;
    visibility: visible;
    transition: all 0.3s ease;
}
.mainmenu ul li ul li{
    float: none;
    border: none;
    margin-top: 3px;
}
.mainmenu ul li ul li:last-child{
    border: none;
}
.mainmenu ul li ul li a{
    padding: 2px 15px;
    border-radius: 4px;
    line-height: 20px;
}
.about{
    background: #fff;
    margin: 0px 0px;
}
.about_sidebar{
    background: #FFF9EB;
    margin: 0px;
}
.section_title{
    border-bottom: 5px solid #F1E4C4;
    margin-bottom: 10px;
    position: relative;
}
.section_title::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 35%;
    height: 5px;
    background: #348F16;
}
.section_title h2{
    color: #000;
    margin: 0;
    padding: 5px 0px 5px;
}
.section_title h3{
    color: #000;
    margin: 0;
    padding: 33px 19px 33px 5px;
    width: 100%;
}
.about_content{
    padding-bottom: 20px;
}
.about_content img{
    /* float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 300px; */
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 430px;
}
.about_content p{
    text-align: justify;
}
.sidebar_content{}
.sidebar_content ul{
    padding-left: 15px;
}
.sidebar_content ul li{
    color: #348F16;
}
.sidebar_content ul li a{
    color: #348F16;
    padding: 5px 5px 5px 5px ;
    display: block;
}
.read_btn a{
    color: #bc8500;
    text-decoration: none;
    font-weight: bold;
}
.read_btn a:hover{
    color: #000000;
}
.read_btn a .fa{
    border: 1px solid #bc8500;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 5px;
}
.str_move.str_origin img{
    transition: all 0.3s linear;
}
.str_move.str_origin img:hover{
    transform: scale(1.5);
    transition: all 0.5s linear;
    z-index: 1;
    position: sticky;

}
.feedback{
    overflow: hidden;
}
.feedback_content img{
    float: left;
    width: 200px;
    margin-right: 20px;
}
.feedback_content form{
    float: left;
    overflow: hidden;
}
.feedback_content form table td{
    width: 320px;
    padding: 10px 0px;
}
.feedback_content form input[type=email], .feedback_content form textarea{
    width: 100%;
    padding: 5px;
    border: 1px solid #222222;
    background: #fff;
    font-family: sans-serif;
}
.feedback_content form button{
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    color: #b47e00;
    font-weight: bold;
    font-size: 18px;
}
.feedback_content form button:hover{
    color: #000;
}
.feedback_content form button .fa{
    border: 1px solid #bc8500;
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff;
}
.maps_content iframe{
    width: 100%;
}
.footer_area{
    background: linear-gradient(to top, #3295B6, #1C668B);
    border-top: 5px solid #fff;
    padding: 20px 0px;
}
.single_ftr_title h3{
    background: linear-gradient(to bottom, #419CB3, #237699);
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    border-radius: 10px 10px 0px 0px;
}
.single_ftr_content{
    color: #fff;
    padding-left: 20px;
    padding-top: 50px;
}
.single_ftr_content a{
    color: #fff;
}
.ftr_btm_text{
    padding: 20px 0px 30px 0px;
    color: #fff;
}

/* jssor slider css*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(../img/a17.png) no-repeat;
    overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
/*li rotation*/
.str3 .str_item {
    font-size:0;
    line-height:0
}
.str3 img { opacity:0.8}
.str3 img:hover { opacity:1}
.str3.str_wrap.str_active {
    background:#fff;
}
/*gallery css*/

.gallery_item ul{
    list-style: none;
}
.gallery_item ul li{
    float: left;
    border: 5px solid #e3e3e3;
    margin: 5px 5px 20px;
    position: relative;
    overflow: hidden;
    width: 265px;
    height: 210px;
}
.gallery_item ul li i.fa{
    position: absolute;
    top: 45%;
    left: -100%;
    color: #fff;
    font-size: 20px;
    z-index: 99;
    transition: all 0.5s 0.1s ease-in-out;
}
.gallery_item ul li:hover i.fa{
    left: 45%;
}
.gallery_item ul li::after{
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    content: "";
    transition: all  0.5s ease-in-out;
}
.gallery_item ul li:hover::after{
    left: 0%;
}
.gallery_item ul li img{
    width: 100%;
    height: 100%;
    transition: all  0.3s ease-in-out;
}
.gallery_item ul li:hover img{
    transform: scale(1.2);
}
.pan_head{
    
 min-height:100px;   

}
.min_height{
    min-height: 115px;
}

.scroll_style{
    margin-top: 30px;
    margin-bottom: 30px;
}
.panel-footer>p {
    line-height: 1.1;
}
.top-buffer { margin-top:20px; }

@media (min-width: 576px) {
      .topcontact{
        z-index: 100;
        position: fixed; 
        top:-5px; right:21%; 
        background: #000000; 
        padding: 0px 10px; 
        margin: 0px; 
        border-bottom-left-radius: 10px; 
        border-bottom-right-radius: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
     .topcontact{
        z-index: 100;
        position: fixed; 
        top:-5px; right:21%; 
        background: #000000; 
        padding: 0px 10px; 
        margin: 0px; 
        border-bottom-left-radius: 10px; 
        border-bottom-right-radius: 10px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
      .topcontact{
            z-index: 100;
            position: fixed; 
            top:-5px; right:21%; 
            background: #000000; 
            padding: 5px 10px; 
            margin: 0px; 
            border-bottom-left-radius: 10px; 
            border-bottom-right-radius: 10px;
        }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .topcontact{
        z-index: 100;
        position: fixed; 
        top:-5px; right:21%; 
        background: #000000; 
        padding: 5px 10px; 
        margin: 0px; 
        border-bottom-left-radius: 10px; 
        border-bottom-right-radius: 10px;
    }
}

/* Extra Extra Large devices (larger desktops, 1400px and up - used in Bootstrap 5) */
@media (min-width: 1400px) {
      .topcontact{
        z-index: 100;
        position: fixed; 
        top:-5px; 
        right:6%; 
        background: #000000; 
        padding: 5px 10px; 
        margin: 0px; 
        border-bottom-left-radius: 10px; 
        border-bottom-right-radius: 10px;
    }
}