/*
Template Name: News Publish
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************contact****************/
.connect_icon{
  width:70px;
  height:70px;
  line-height:70px;
 }
.team_1i:hover .team_1i2 {
    display: block;
    transition: 0.3s;
}
.team_3 .team_1i2 {
    padding-top: 42%;
}
.team_1i2 {
    display: none;
    transition: 0.3s;
}
.social_icon1 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    transition: 0.3s;
    display: block;
    background: var(--blue);
    border-radius: 50%;
    text-align: center;
	color:var(--bs-white);
}
.social_icon1 a:hover {
    background: var(--bs-white);
	color:var(--blue);
}
.login_1{
  width:40%; 
 }
/*********************contact_end****************/




@media screen and (max-width : 767px){
.team_1i {
  margin-top:15px;
 }
.contact_1_left {
  margin-top:10px;
  margin-top:10px;
 }
.contact_2_right{
  margin-top:15px;
 }
.login_1 {
 margin-top:10px;
 margin-bottom:10px;
 }
.login_1{
  width:100%; 
 }
 }


@media (min-width:576px) and (max-width:767px) {
.login_1{
  width:80%; 
 }

 }
 
@media (min-width:768px) and (max-width:991px) {
.login_1{
  width:60%; 
 }

 }

@media (min-width:992px) and (max-width:1200px) {

 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media (min-width:1400px) and (max-width:2000px) {

 }


