@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
	.header-top {
        background-color: #82B440;
        height: auto;
        display: flex;
        align-items: center;
    }
    .header-bottom {
        background-color: rgba(255, 255, 255, 1);
        height: auto;
        display: flex;
        align-items: flex-start;
        z-index: 10;
    }
    .navbar-expand-sm .navbar-nav {
        align-items: flex-start;
    }
    .slider {
        padding: 0px;
        margin-top: 0px;
    }
    .carousel-caption {
        top: 0px;
        bottom: 0px;
        left: 8%;
        right: 8%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .carousel-caption>h3 {
        font-size: 28px;
        font-weight: 700;
        color: white;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 7px;
    }
    a.btn.btn-orange {
        background-color: #FF6F00;
        color: white;
        display: flex;
        align-items: center;
        height: 42px;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        padding: 0px 34px;
        border-radius: 8px;
        margin-left: 10px;
        transition: all .4s;
    }
    .intro-text>h1 {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        width: 100%;
        border-bottom: 1px solid #82B440;
        padding-bottom: 2px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .intro-text>ul.intro-social {
        display: flex;
        list-style: none;
        margin: 20px 0px 60px;
        padding: 0px;
        align-items: center;
        width: 100%;
    }
    .home-intro .intro-images {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .home-intro .intro-images>.img-1 {
        position: relative;
        left: 0px;
        right: 0px;
        height: 75%;
        display: flex;
        align-items: center;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }
    .home-intro .intro-images>.img-1>img {
        position: relative;
        height: 100%;
        width: 100%;
        inset: 0px;
        object-fit: cover;
        object-position: center center;
        color: transparent;
    }
    .home-intro .intro-images>.img-2 {
        display: flex;
        margin-left: 0px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        width: 100%;
        margin-top: 20px;
    }
    .home-intro .intro-images>.img-2>img {
        height: auto;
        width: 100%;
    }
    .book-area {
        position: relative;
        padding: 0px;
        margin-bottom: 60px;
        height: 500px;
    }
    .book-testimonial {
        position: absolute;
        top: 10%;
        bottom: 10%;
        display: flex;
        width: 100%;
        flex-direction: column;
        height: 480px;
    }
    .book-text-area>h2 {
        font-size: 26px;
        font-weight: 900;
        color: #FF6F00;
        line-height: 33px;
        margin-top: 0px;
        margin-bottom: 20px;
        width: 65%;
    }
    .book-text-area>ul.icon-list>li>.title {
        font-size: 18px;
        font-weight: 600;
        color: white;
        display: flex;
        justify-content: center;
        line-height: 20px;
        text-align: center;
        margin-top: 5px;
    }
    .blogtop {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .blogtop-btn {
        display: none;
        justify-content: flex-end;
        margin-top: 0px;
        margin-bottom:20px;
    }
    .blogtop {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .blogtop>h4 {
        width: 100%;
        font-size: 22px;
        font-weight: 700;
        color: #333;
        border-bottom: 1px solid #82B440;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }
    form.newslatter {
        display: flex;
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
    }
    .input-btn {
        display: flex;
        width: auto;
        margin-top:10px;
    }
    .btn.btn-white {
        background-color: white;
        color: #FF6F00;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        padding: 0px;
        border-radius: 8px;
        margin-left: 0px;
        transition: all .4s;
        width: 100%;
    }
    .news-area {
        background-color: #FF6F00;
        border-radius: 10px;
        padding: 40px 30px;
        position: relative;
        bottom: -30px;
    }
    .news-left>img {
        height: 50px;
    }
    .blog-area {
        margin-bottom: 20px;
    }
    .footer-logo{
        display: flex;
        justify-content: center;
        margin-bottom:20px;
    }
    ul.footer-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0px 0px 10px;
        padding: 0px;
        flex-wrap: wrap;
    }
    ul.footer-social {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px;
        margin: 0px 0px 20px;
        width: 100%;
    }
    .copyright-area .design {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        color: white;
        font-weight: 300;
        padding: 0px;
    }
    .copyright-area {
        margin-top: 10px;
        border-top: 1px solid white;
        padding-top: 10px;
    }
    .copyright-area .copyright {
        font-size: 13px;
        font-weight: 300;
        color: white;
        padding: 0px;
        padding: 0px 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .teams-str {
        padding: 15px 5px;
    }
    .teams-str>a.teams-box>.teams-img {
        display: flex;
        position: relative;
        height: 230px;
    }
    .page-header-info>h1 {
        font-size: 24px;
        font-weight: 700;
        color: White;
        width: auto;
        border-bottom: 1px solid white;
        padding: 3px;
    }
    .postimg {
        display: flex;
        width: 100%;
        position: relative;
        height: 355px;
        border-radius: 20px;
        margin-bottom: 30px;
        overflow: hidden;
    }
}
