/*
Template Name: Comp Tech
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.Klarity Labs.com/
Licence: <a href="https://www.Klarity Labs.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_about {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ), url(../img/14.jpg);
  background-position: center;
  background-size: cover; /* Better for responsiveness */
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.contact_1r {
min-height:570px; 
 }
 
/*  */

.fixed-image-section {
  background-image: url('../img/25.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  height: 10px;
  padding-top: 50%; /* 2500 / 5000 = 0.5 = 50% for 2:1 aspect ratio */
}




.contact_1l{
background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%); 
 }
.contact_1lil span{
width:60px;
height:60px;
line-height:60px; 
 }
.center_price {
background-image: url(../img/33.jpg);
background-position: center;
}
/*********************about_end****************/


@media screen and (max-width : 767px){
.contact_1lil span {
width: 50px;
height: 50px;
line-height: 50px;
}
.contact_1ro{
margin-top:15px;
text-align:center; 
 }
.about_h1r {
text-align:center;
 }
.about_h1r p{
text-align:left;
 }
 }

@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.about_h1l img{
min-height:400px; 
 }
.about_h1r p{
font-size:14px;
 }
.contact_1lil span {
width: 35px;
height: 35px;
line-height: 35px;
font-size:16px!important;
}
.about_h1r br{
display:none;
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.about_h1l img{
min-height:480px; 
 }
.about_h1r br{
display:none;
 }
.contact_1lil span {
width: 55px;
height: 55px;
line-height: 55px;
font-size:18px!important;
}

 }
@media (min-width:1201px) and (max-width:1360px) {

 }



