@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');



*{

	margin: 0px;

	padding: 0px;

}



/*.banner {

    padding: 60px 0;

    background: url(../images/frastructure-accessibility.png);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}*/

.banner {
   padding: 43px 0;
background: url(../images/brown-bg.jpg);
/* background-color: #000;
    background-image: url(../images/infrastructure.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .success img {
    width: 100%;
    height: auto;
}
footer {
    background: #c29158;
    color: #FFF;
    padding: 10PX;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans';
}
/*.on-work {

    padding-top: 150px;

}*/

.banner h4 {
    color: #fff;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 16px;
}

.banner h1 {
    color: #f9f8f7;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    font-family: 'OPEN SANS';
    margin-bottom: 30PX;
}

.banner h1 span {

    color: #d29b5c;

}
.abt-us h2 {
    color: #cd9454;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 21px;
    line-height: 37px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.banner p {

    color: #fbf7e9;

    font-size: 15px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    line-height: 25px;

    margin-bottom: 20px;

}

.banner .text-row {

    align-items: center;

}

.stirBtn {
    margin-top: 0;
}

.stirBtn a {
    display: inline-block;
    background: #c29158;
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
    width: 180px;
    color: #fff;
    border: 2px solid #ece3d8;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 17px;
}

/*.stirBtn a:hover {

    background: #5c5e74;

    color: #e8dccc;

}*/

.stirBtn a:hover {
    background: #e4ddd3;
    color: #c29158;
    border: 2px solid #c29158;
}
/*.banner h4 {
    color: #1672ce;
}
*/
.abt-us {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.phase-analsis {
    padding-top: 30px;
}
.banner .abt-us p {
    color: #fbf7e9;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
}
.banner h4 img {
    width: 55px;
    background: #fff;
    border-radius: 100px;
    padding: 8px;
}
.abt-us:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0 !important;
}
@media(max-width: 1200px){
.banner .abt-us p {
    font-size: 14px;
    margin-bottom: 5px;
        line-height: 20px;
}
.banner h4 {
    font-size: 18px;
    margin-bottom: 6px;
}
.banner h1 {

    font-size: 40px;
     margin-bottom: 20px;
    line-height: 28px;
}
footer {
    
    font-size: 16px;

}
.stirBtn a {

    width: 140px;
    font-size: 14px;
}
}
@media(max-width: 991px){
.banner .text-row {
    flex-direction: column-reverse;
}
.banner .text-row .col-lg-6.col-md-6.col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
}
.phase-analsis {
    padding-top: 0;
}
.banner h1 {

    line-height: 39px;
}
.banner {
    padding: 30px 0;
    }
}