/*
Template Name: Tech Blog
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.float_text {
        right: 15%;
        top: 8%;
}
.float_img{
	bottom:-60px;
}
.team_1_left ul{
	display:none;
	transition: 0.3s;
}
.team_1_left:hover ul{
	display:block;
	transition: 0.3s;
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.font_80 {
	font-size:45px;
}
.float_text {
    position:static!important;
	margin-top:-30px;
	
}
.about_pg2_right  img{
	width:100%;
}
.float_img{
	display:none;
}
.about_pg2_right {
	margin-top:20px;
}
.about_pg3_right{
	padding-left:0!important;
    margin-top:20px;
}
.contact_pg1_right{
	 margin-top:20px;
}
.contact_pg2 {
	padding:30px 10px!important;
}
.contact_2_right_inner_right {
	text-align:center!important;
	 margin-top:20px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.float_text {
	top: 5%;
    right: 3%;
}
.about_pg2_right  img{
	width:100%;
}

 }

@media (min-width:992px) and (max-width:1200px) {

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
.float_img {
    right: 100px!important;
}
.float_text {
        right: 15% !important;
        top: 10%;
}
.about_pg3{
	margin-top:100px!important;
}
 }


 
