/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 


.header_logo {
    margin-left: 0px;
}
.collus_area{width: 295px}
.hero_area{height:auto}
.hero_content{margin-top:10px}
.hero_content h1{font-size:26px;text-align:center;}
.hero_list ul li{font-size:14px}
.collus_area{margin-top: 45px;
    margin-left: 7px;
	 margin-bottom: 39px;
	}
.new_add h2{    text-align: center;
    font-size: 24px;}
.new_add a{margin-left: 75px}
.new_img{margin-top: 20px}
.new_add p {
    font-size: 14px;
    text-align: none;
}
..new_add a{    margin-left: 66px;}
.About_area{height:auto;margin-top:44px;height: auto;}
.about_text p{width: 338px;
    margin-left: 0px;
    margin-top: 19px;
    font-size: 14px;
	margin-bottom: 28px;
	}
.about_text a{font-size: 15px}
.team_text{text-align: center;
    margin-top: 65px;
    margin-bottom: 30px;}
.team_text h1 {font-size:26px}
.team_text p{font-size:14px}
.testimonial_area{margin-top: 20px;}
.single_team_member{width:90%}
.single_team_member p{margin-left: 16px}
.header_logo img{width: 100%}
.header_right{margin-top: 0px}
.hero_area{margin-top: 20px}
.hero_content h1{font-size: 20px}
.new_add p {
    font-size: 14px;
    text-align: none;
}
.content_text{margin-top: 0; margin-bottom: 0;}
.footer_area{padding-left: 30px}
.content_text p{font-size: 17px}

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

.header_logo{margin-left:31px}
.hero_area{height:auto}
.hero_content{margin-top:10px}
.hero_content h1{font-size:26px;text-align:center;}
.hero_list ul li{font-size:14px}
.collus_area{margin-top: 45px;
    margin-left: 7px;
     margin-bottom: 39px;
    }
.About_area{height:auto;margin-top:44px;height: 347px}
.about_text p{width: 338px;
    margin-left: 0px;
    margin-top: 19px;
    font-size: 14px;
    margin-bottom: 28px;
    }
.team_text{text-align: center;
    margin-top: 65px;
    margin-bottom: 30px;}
.team_text h1 {font-size:26px}
.team_text p{font-size:14px}
.testimonial_area{margin-top: 20px;}
.single_team_member{width:100%}
.header_logo img{width: 100%}
.header_right{margin-top: 0px}
.hero_area{margin-top: 20px}
.hero_content h1{font-size: 20px}
.new_add p {
    font-size: 14px;
    text-align: none;
}
.content_text{margin-top: 0; margin-bottom: 0;}
.footer_area{padding-left: 30px}
.content_text p{font-size: 17px}


    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

.hero_area{margin-top: 20px}
.hero_content h1 {
    font-size: 20px;
    margin-top: 2px;
    line-height: 35px;
}
.new_add p {
    font-size: 14px;
    text-align: none;
}
.content_text{margin-top: 0; margin-bottom: 0;}
.footer_area{padding-left: 30px}
.content_text p{font-size: 17px}
.hero_list p {
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
.hero_content h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
.hero_content_buttom h6 {
    font-size: 18px;
    width: 100%;
    float: left;
}

.hero_content_buttom a {
    width: 100%;
    text-align: center;
    float: right;
    background-color: #DA6A6B;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    margin-top: 11px;
}

.New_content_img img{margin-right:0}
.hero_content{width: 100%}

  
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
 
}