

.list-ul li a p
{
	color:#333 !important;
}
.list-ul li:hover p
{
	color:#fff !important;
}
.call-num 
{
	text-align:center;
	padding-top:35px;
}
.call-num h1
{
	display:block;
}
.mrb10
{
	margin-bottom:10px !important;
}
.landscape p
{
	position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    z-index: 9;
    color: #c00e0e;
}
.info-txt
{
	margin-top:40%;
}

@media only screen and (max-width: 767px)

{
	.call-num h1
	{
		display:none;
	}
	.call-num 
	{
		padding-top:0px;
	}
	.app-section
	{
		background-image:url(../images/banner-8.jpg) !important;
	}
	.app-section h2
	{
		font-size:35px;
		line-height:44px;
	}
	.app-section h3
	{
		font-size:25px;
		line-height:34px;
	}
	.app-section h4
	{
		font-size:18px;
		line-height:24px;
	}
	hr.no_line
	{
	    margin:0px !important;
	    
	}
	.responsive-font p
	{
        color: #000;
        font-size: 19px;
        line-height: 28px;
    }
    .responsive-font h2
    {
    	color: #000;
        font-size: 27px;
        font-weight: 700;
    }
	
}


.responsive-font p
	{
   color: #000;
    font-size: 18px;
    line-height: 35px;
}

.responsive-font h2
{

color: #000;
    font-size: 32px;
    font-weight: 900;
}

.footer_copy .copyright
{
       margin-top: 10px !important;

}

.sidebar-contact{
  position:fixed;
  top:65%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact select{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:auto;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top: 20%;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
  transform: rotate(180deg);
   @include transform(rotate(-90deg));
}
.toggle.active:before{
  content:'\f00d';
}



.sidebar-contact1{
  position:fixed;
  top:65%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999;
}
.sidebar-contact1.active{
  left:0;
}

.sidebar-contact1 h2{
  margin:0 0 20px;
  padding:0;
}

.toggle1{
  position:absolute;
  height:auto;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#115205;
  top:25%;
  right:-48px;
  line-height:48px;
 
}
.toggle1:before{
  content:'\f095';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle1.active:before{
  content:'\f00d';
}

@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:22%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .sidebar-contact1{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact1 .toggle1{
    top:43%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact1.active .toggle1
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll1{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  
 
}

.logo{
    height:100px;
}

.card{
    width:200px;
}










@media (min-width:768px) and (max-width:991px)
{
    .myabout .one-second, .myabout .three-fourth.column
    {
        width:100%;
    }
    
}




.badge a img {
    width: 35%;
}












