@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Lobster&display=swap');

.service-section-start{
	margin:0px;
}
.first-section{
    margin:0px;
    padding:0px;
    background:#B50000;
}
.first-section-left{
    margin: 12%;
    text-align: left;
    width: 45%;
    float: right;
    vertical-align: middle;
}
.first-section-heading{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
}
.first-section-text p{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:left;
}

.first-section-right img{
    -webkit-transform:rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  min-width:100%;
  min-height: 425px;
  max-height: 425px;
  max-width: 100%;
  object-fit: cover;
}



.third-section{
    margin:0px;
    padding:0px;
    background:#B38643;
}
.third-section-left{
  margin: 12%;
    text-align: left;
    width: 47%;
    float: right;
    vertical-align: middle;
}
.third-section-heading{
    color:#FFFFFF !important;
    font-family: 'Lobster', cursive;
}
.third-section-text p{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:left;
}

.third-section-right img{

  min-width:100%;
  min-height: 425px;
  max-height: 425px;
}


.fifth-section{
    margin:0px;
    padding:0px;
    background:#B38643;
}
.fifth-section-left{
   margin: 12%;
    text-align: left;
    width: 47%;
    float: right;
    vertical-align: middle;
}
.fifth-section-heading{
    color:#FFFFFF !important;
    font-family: 'Lobster', cursive;
}
.fifth-section-text p{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:left;
}

.fifth-section-right img{

  min-width:100%;
  min-height: 425px;
  max-height: 425px;
  max-width: 100%;
}






.second-section{
    margin:0px;
    padding:0px;
    background:#012700;
}
.second-section-right{
    text-align: left;
    width: 47%;
    margin: 15%;
    margin-left: 12.5%;
}
.second-section-heading{
    color:#FFFFFF !important;
    font-family: 'Lobster', cursive;
}
.second-section-text p{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:left;
}

.second-section-left img{

  min-width:100%;
  min-height: 425px;
  max-height: 425px;
  max-width: 100%;
}


.fourth-section{
    margin:0px;
    padding:0px;
    background:#012700;
}
.fourth-section-right{
    text-align: left;
    width: 47%;
    margin: 15%;
    margin-left: 12.5%;
}
.fourth-section-heading{
    color:#FFFFFF !important;
    font-family: 'Lobster', cursive;
}
.fourth-section-text p{
    color:#FFFFFF !important;
    font-family: 'Cabin', sans-serif !important;
    text-align:left;
}

.fourth-section-left img{

  min-width:100%;
  min-height: 425px;
  max-height: 425px;
  max-width: 100%;
}



img{
    object-fit: cover;
}



@media only screen and (max-width: 400px) {
    
    .about-us .heading-p-wrap p {

    text-align: center;
}
    .first-section-left{
    margin:5% !important;
    text-align: center;
    width:90%;
}

    .first-section-left p,.third-section-left p,.fifth-section-left p,.second-section-left p,.fourth-section-right p,.second-section-text p{
        text-align:center;
    }

    .third-section-left{
   margin:5% !important;
    text-align: center;
    width:90%;
}
    .fifth-section-left{
   margin:5% !important;
    text-align: center;
    width:90%;
}
.service-section-start img{

 width:70%;
  max-height: 377px;
  min-height: 377px;
}

.second-section-left img{

  width:70%;
  max-height: 377px;
  min-height: 377px;
}

.second-section-right{
    margin:5% !important;
    text-align: center;
    width:90%;
}

.fourth-section-right{
    margin:5% !important;
    text-align: center;
    width:90%;
}


}