@charset "utf-8";


@media only screen and (max-width:1280px){
    .container{max-width: 98%}
}
.products_section h2 {font-size:20px; text-transform:uppercase; letter-spacing:3px; margin:20px auto 10px; color:#848484;}

@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 767px){
.toggle{
    display: block;
    left: 20px;
    top: 24px;
    z-index: 100;
	display:none;
}
.menu{
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform: scale(0);
    overflow: hidden;
   
}

.menu_wrap{height:0}
.menu.expands{
    
    opacity: 1;
    transform: scale(1.1);
    visibility: visible;
    background: rgba(0,0,0,0.9);
    position: fixed;
    width: 100%;
    left: 0;
    padding: 90px 50px;
    top: 0;
    height: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.header_left{
    margin: 0 auto;
}

.header_left img{
    width:120px;
    margin: 0 auto;
    display: block
}

.logo span{display: none}

.header_cont{display: block}
.header_right{display: block}
.search_wrap {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}

.dflt_btn {
    min-width: 146px;
    height: 38px;
    border: 2px solid #fafffb;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fafffb;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    /* line-height: normal; */
}

.banmid02 {
    font-size: 28px;
    line-height: normal;
}

.banner_info_sec h2 {
    font-size: 18px;
    color: #fafffb;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 12px;
}

.bantoptext01 {
    font-size: 22px;
    line-height: 58px;
    color: #fafffb;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 4px;
}

.about_wrap h2 {
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    padding: 15px;
}

.about_wrap {
    background: #fff;
    margin-top: -49px;
}

.header_outer{
    padding: 12px 0;
    height: 46px;
    position: 
}

.bantoptext01 span::before {
    width: 45px;
    height: 2px;
    background: #fafffb;
    content: '';
    position: absolute;
    left: -57px;
}

.bantoptext01 span::after {
    width: 45px;
    height: 2px;
    background: #fafffb;
    content: '';
    position: absolute;
    right: -57px;
}

.about_right {
    padding: 15px;
}

.law_img {
    position: static;
    right: 80px;
    top: 0;
    width: 280px;
}

.service_wrap {
    padding: 60px 0 0;
    position: relative;
}

.about_btn .dflt_btn{
    line-height: 36px;
}

.headsec h2 {
    font-size: 24px;
    color: #232222;
    line-height: normal;
    font-weight: 700;
}

.headsec span {
    font-size: 15px;
}
.headsec {
    position: relative;
    margin-bottom: 20px;
}

.serv_info {
    background: #fff;
    padding: 15px;
}


.serv_info h2 {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
}

.serv_info p {
    font-size: 14px;
    color: #747474;
    margin-bottom: 15px;
    line-height: 20px;
}

.viewall.about_btn .dflt_btn{
    min-width: 150px;
    line-height: 39px;
    font-size: 16px;
    height: 40px;
}

.send_enq.about_btn .dflt_btn {
    min-width: 160px;
    letter-spacing: 4px;
    height: 44px;
    line-height: 43px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
}

.headsec.bookhead h2{font-size: 20px; margin-bottom: 16px;}
.headsec.bookhead span {
    font-size: 16px;
}

.book_section{padding-bottom:25px; background-size: cover;}
.footer_block h2 {
    font-size: 20px;
}

.footer_block.qulinks {
    padding-left: 0;
}

.footer_block{
    padding-bottom: 20px;
}

.footer_block ul li {
    display: block;
    font-size: 14px;
}

.footer_top {
    padding: 42px 0 15px;
}

.footer_bottom {
    background: #181818;
    font-size: 14px;
    color: #676767;
    padding: 16px 0;
}

.law_img{
    display: none
}

.menu_wrap ul li {
    display: block;
    margin: 0 0 25px;
}

.banner_learn .dflt_btn{
    line-height: 34px;
}

	}
}

@media only screen and (max-width: 585px){
    
    .menu.expands{
        padding: 90px 40px;
    }
	.about-us-img{display:none;}
	.about-us {margin:5% 2%; padding:5% 5%;}
	.thinHeader{text-align:center;}
	.header_left a img {width:20%}	
	.produce_services {height:180px;overflow:hidden;margin-bottom:5%}
	
}


@media screen and (max-width: 479px){
    .banner img {
        object-fit: fill;
        height: 300px;
    }

}
