.top-bg{background:#f1f1f1; padding: 10px;}
.mainbg{
    background: url("../img/main-bg.png");
    background-size: cover;
    height: 80vh;
 }
 .img-custom{
  width: 100%;
  height: auto;
 }

 .welcom h2{
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding-top: 60px;
    color: #757575d4;
}

.welcom h3{
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #757575d4;
}

.value-box{
    box-sizing: content-box;
    padding: 20px;
    margin: 30px 15px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
    border-radius: 4px;
  }

  .value-box p{
      color:#821e54;
      font-size: 24px;
  }

  .our-value h2{
      background: #6c1542; 
      padding: 15px; 
      width: 200px; 
      height:60px; 
      color: #fff; 
      margin-top: 20px;
}
.top-bg .icons img {
    border-radius: 4px;
}
.our-valuess {}

.our-valuess h2 {
    background: #a47585;
    color: #fff;
    padding: 2px 30px;
    margin-bottom: 5px;
    display: inline-table;
    font-size: 22px;
    text-align: right;
}

.our-valuess ul {
    list-style: none;
    font-size: 14px;
    color: #a47585;
    font-weight: 600;
    line-height: 20px;
    display: block;
    border-right-style: dotted;
    text-align: right;
    padding-right: 10px;
}

.footer {
    overflow-x: hidden;
    width: 100%;
    padding: 5px 0 0 0;
}

.footer .left {
    display: flex;
    justify-content: space-between;
}

.footer .left img {
    max-width: 100px;
    width: 100%;
}

.footer .left .ceo {
    display: flex;
}

.footer .left .ceo .text {
    font-size: 14px;
    color: #616161c4;
    text-align: center;
    align-self: center;
}
.footer .left .ceo .text h6 {
    margin-bottom: 4px;
    color: #616161c4;
}
.footer .left .ceo .text p {
    margin-bottom: 0;
}

.footer .left .ceo img {
    max-height: 110px;
}

.footer .right {
    display: flex;
    justify-content: center;
}
.footer .right .ms {
    text-align: center;
    align-self: center;
}
.footer .right .ms h6 {
    margin-bottom: 4px;
    color: #616161c4;
}
.footer .right .ms p {
    margin-bottom: 0;
}

.footer .right img {
    max-height: 110px;
}
.footer .right p {
    font-size: 14px;
    color: #616161c4;
}




@media (min-width: 1200px) { 
 
/*
.mainbg {
    height: 51vh;
}
*/
.our-valuess {
    text-align: right;
}
    
}



@media (min-width: 992px) and (max-width: 1199.98px) { 
.bg {
    margin: 15px 0px 0px 0px;
}
.welcome .text {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
}
.welcome .text .main {
    padding: 0;
}
.welcome .icons img {
    border-radius: 3px;
    max-width: 22px;
    position: relative;
}
.bg .wrap .icons {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}
.head h6 {
    padding: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-table;
}
.head .ptext ul {
    font-size: 12px;
    line-height: 17px;
    display: block;
}
.welcome .fb a {
    font-size: 11px;
    margin-bottom: 5px;
}
    
.mainbg {
    height: 64vh;
}
.welcom h3 {
    font-size: 14px;
    line-height: 25px;
}
.our-valuess h2 {
    padding: 2px 30px;
    margin-bottom: 5px;
    font-size: 18px;
}
    
}


@media (min-width: 768px) and (max-width: 991.98px) { 

.footer .left .ceo .text h6 {
    font-size: 12px;
}
.footer .left .ceo .text p {
    font-size: 12px;
}
.footer .right .ms h6 {
    font-size: 12px;
}
.footer .right .ms p {
    font-size: 12px;
}

.mainbg {
    height: 50vh;
}
.welcom h3 {
    font-size: 14px;
    line-height: 24px;
}
.center-img {
    max-width: 280px;
}
.our-valuess h2 {
    font-size: 18px;
}

    
}



@media (min-width: 576px) and (max-width: 767.98px) {
.footer {
    padding: 10px 20px;
}
.footer .left {
    width: 50%;
}
.footer .right {
    width: 50%;
}
.footer .left .ceo .text h6 {
    font-size: 12px;
}    
.footer .left .ceo .text p {
    font-size: 12px;
}
.footer .right .ms h6 {
    font-size: 12px;
}
.footer .right .ms p {
    font-size: 12px;
}



}


@media (max-width: 575.98px) { 

.footer {
    overflow-x: hidden;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    margin: 0 -10px;
}
.footer .left .ceo .text h6 {
    font-size: 9px;
}
.footer .left .ceo .text {
    font-size: 10px;
}
.footer .right .ms h6 {
    font-size: 10px;
}
.footer .right .ms p {
    font-size: 10px;
}
.footer .right {
    display: flex;
    justify-content: space-between;
}
    
}

 