.bg-color{
  background: #722f0e;
  padding: 12px 29px;
  border-radius: 10px;  
}
.res-pd{
  padding: 10px 36px;
  border-radius: 5px;
  background: black;
  color: #fff;  
}
.abt-h2{
   font-size: 28px!important; 
}
.res-width{
    width: 22%;
}
.about-section{
  background: aliceblue;
  padding: 53px 40px!important;
  margin: 16px 23px;
  border-radius: 10px;  
}
.content2 .title{
   position: relative;
   top: 12px; 
}
.about-section-three {
    padding:74px 0px;
    background: #f5eadc;
    margin: 29px;
    border-radius: 5px;  
}
.content{
    background: #f26622;
    padding: 31px;
    height:566px; 
}
/*=========================
 Banner Section
=========================*/

.banner-section {
    position: relative;
    overflow: hidden;
}

.slide-item {
    position: relative;
}

.banner-bg {
    width: 100%;
    height: 564px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-bg-1 {
    background-image: url("../images/banner-4.png");
}

.banner-bg-2 {
    background-image: url("../images/banner-2.jpg");
}

/*=========================
 Content
=========================*/

.banner-section .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-section .inner-content {
    width: 50%;
    padding: 25px;
    margin-top: 60px;
    margin-left: -40px;
    border-radius: 8px;
}

.banner-section h2 {
    font-family: system-ui;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #4e4e4e;
    text-shadow: 1px 2px 1px rgba(78, 78, 78, .45);
    margin-bottom: 20px;
}

.banner-section .sub-title {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: #4e4e4e;
    font-family: system-ui;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner-section .btn-box {
    margin-top: 25px;
}

.banner-section .btn-style-two {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f26622;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .4s;
}

.banner-section .btn-style-two:hover {
    background: #d64d0d;
    color: #fff;
}

.banner-section .btn-title i {
    margin-left: 10px;
    transition: .3s;
}

.banner-section .btn-style-two:hover i {
    transform: translateX(5px);
}

/*=========================
 1400px
=========================*/

@media (max-width:1400px){

.banner-section h2{
    font-size:46px;
}

.banner-section .inner-content{
    width:55%;
}

}

/*=========================
 1200px
=========================*/

@media (max-width:1199px){

.banner-bg{
    height:500px;
}

.banner-section .inner-content{
    width:60%;
    margin-left:0;
}

.banner-section h2{
    font-size:40px;
}

}

/*=========================
 992px
=========================*/

@media (max-width:991px){

.banner-bg{
    height:470px;
}

.banner-section .inner-content{
    width:75%;
    margin-top:0;
}

.banner-section h2{
    font-size:34px;
}

.banner-section .sub-title{
    font-size:16px;
    line-height:1.7;
}

}

/*=========================
 768px
=========================*/

@media (max-width:767px){

.banner-bg{
    height:550px;
}

.banner-section .content-box{
    align-items:center;
}

.banner-section .inner-content{
    width:100%;
    padding:20px;
    margin:0;
    text-align:center;
}

.banner-section h2{
    font-size:28px;
}

.banner-section .sub-title{
    font-size:15px;
    line-height:1.6;
}

.banner-section .btn-style-two{
    padding:12px 24px;
}
.abt-h2 {
    font-size: 16px !important;
}
}

/*=========================
 575px
=========================*/

@media (max-width:575px){

.banner-bg{
    height:500px;
}

.banner-section h2{
    font-size:24px;
}

.banner-section .sub-title{
    font-size:14px;
}

.banner-section .inner-content{
    padding:15px;
}

.banner-section .btn-style-two{
    width:100%;
}

}

/*=========================
 400px
=========================*/

@media (max-width:400px){

.banner-bg{
    height:460px;
}

.banner-section h2{
    font-size:21px;
    line-height:1.3;
}

.banner-section .sub-title{
    font-size:13px;
    line-height:1.5;
}

}
