@import url(//db.onlinewebfonts.com/c/d7fa2ae891aa3a71e3072ceae808762d?family=HoratioDLig);
* {
    box-sizing: border-box;
    font-family: HoratioDLig;
    font-size: 20px;
    letter-spacing: 1px;
}

body {
    margin: 0;
    padding: 0;
    font-family: HoratioDLig;
}

.our-into,
.vision,
.presence,
.pursuit {
    background: url(../my-img/banner-2.jpg) no-repeat border-box;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: -75px;
}

.Enviroment {
    background: url(../my-img/banner-2.jpg) no-repeat border-box;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: -75px;
}

.fav-text {
    font-size: 18px !important;
    font-weight: 800 !important;
    font-family: HoratioDLig;
}

.our-into-img {
    width: 100%;
    text-align: center;
    min-height: 50px;
    height: max-content;
}

.our-intro-img img {
    width: 70px;
    padding: 0;
    margin: 5px 170px;
}

.our-into-header {
    /* padding: 0; */
    /* border-top: 4px solid red; */
    margin: 10rem 20rem 2rem;
}

.our-into-content p {
    padding: 1rem;
    line-height: 30px;
    margin-top: 0px;
    font-family: HoratioDLig;
}

.vision-header h2 {
    text-align: center;
    font-family: HoratioDMed;
    color: #464282;
}

.our-vision-content p {
    padding: 0 5rem;
    line-height: 30px;
    font-family: HoratioDLig;
}

.our-vision-content table tr {
    margin-top: 1rem;
    font-size: 1rem;
    font-family: HoratioDLig;
    margin-right: 5px;
    /* font-weight:550; */
    padding: 0;
}

.presence-img {
    padding: 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presence-img img {
    width:100%;
    height:100%;
    object-fit: scale-down;
    /* min-height: 200px;
    height: auto;
    padding: 0;
    margin: 0; */
}

.presence-img ul li {
    margin-top: 20px;
    font-family: HoratioDLig;
}

.f1 {
    height: 270px !important;
    width: 100%;
}

.F2 {
    width: 100%;
    height: 250px;
}

.F2 img {
    width: 100%;
    height: 250px;
}

.pursuit-block {
    border-bottom: 2px solid white;
    margin-top: 20px;
}

.pursuit-content-1,
.pursuit-content {
    padding: 0px 55px;
    min-height: 125px;
    height: auto;
    text-align: center;
    font-family: HoratioDLig;
    margin-top: 40px;
}

.Enviroment-content-1,
.Enviroment-content {
    padding: 0px;
    height: auto;
    text-align: center;
    margin-top: 5rem;
    font-family: HoratioDLig;
}

.pursuit-content,
.Enviroment-content {
    border-left: 4px solid #555;
    ;
}

.pursuit-content div,
.pursuit-content-1 div {
    /* border-bottom: 4px solid #584b8d; */
    margin-bottom: 5px;
}

.infra-header div {
    margin: 10px 28rem;
    border-top: 2px solid white;
}

.textile {
    background: url(../my-img/banner-3.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: -75px;
    background-size: 100% 100%;
}

.textile-content table {
    /* margin-top: 2rem;
    padding-bottom: 3rem; */
}

.textile-content table tr td {
    margin-top: 2rem;
    padding: 5px 10px !important;
    font-weight: 550;
    font-family: HoratioDLig;
}

.non-textile {
    background: url(../my-img/banner-4.jpg) no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: -75px;
    background-position: bottom right;
    /* background-size: 100% 100%; */
    
}

.non-textile-content table {
    margin-top: 0rem;
    padding-bottom: 0rem;
}

.non-textile-content table tr td {
    margin-top: 0rem;
    /* padding: 5px !important; */
    font-weight: 550;
    font-family: HoratioDLig;
}

.contact {
    background: url(../images/main/web.jpeg) no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: -75px;
    background-size: 100% 100%;
}

.Home-tab {
    background: url(../images/main/back.jpeg) no-repeat center;
    background-size: cover;
    height: auto;
    min-height: 100vh;
    margin-top: -75px;
    background-size: 100% 100%;
}

.contact-content {
    width: 100%;
    padding: 5rem;
    /* background-color: #46428221; */
    border-radius: 10px;
    display: inline-block;
    font-family: HoratioDLig;
    margin-top: 5rem;
}

.contact-content tr td {
    font-weight: 550;
    font-size: 1.15rem;
    font-family: HoratioDLig;
}

@media screen and (max-width:600px) {
    .our-vision-content p {
        padding: 0;
    }
    .contact-content {
        width: 100%;
        padding: 0px 20px;
        margin-top: 40px;
        background: none;
    }
    .contact-content tr td {
        font-size: 1rem;
        padding: 0;
    }
    .our-into-content p {
        padding: 0;
    }
    .contact-content ul li h5 {
        font-size: 0.85rem;
    }
    .our-into-header {
        margin: 1rem 2rem;
        text-align: center;
    }
    .text-center {
        text-align: justify !important;
    }
    .mt-5 {
        margin: 0px;
    }
    .pursuit-content {
        border-top: 2px solid #464282;
        border-left: none;
    }
    #fack {
        text-align: center !important;
        margin: 0px 0px;
    }
    .our-intro-img img {
        width: 100px;
        padding: 0;
        margin: 5px 140px;
    }
    #fack {
        font-size: 20px !important;
        color: #584b8d;
        margin-top: 75px;
        font-weight: 400;
    }
    #brand {
        width: 100px;
        padding: 0;
        margin: 5px 10px !important;
        margin-top: 100px;
    }
}

#fack {
    font-size: 40px;
    color: #584b8d;
    margin-top: 150px;
    font-weight: 400;
}

#brand {
    width: 100px;
    padding: 0;
    margin: 5px 330px;
    margin-top: 100px;
}

.our-into-content h5 {
    font-size: 20px !important;
    padding-bottom: 20px !important;
    color: #000 !important;
	font-weight: bold !important;
}

#loca {
    margin: 0rem 20rem;
    /* border-bottom: 4px solid #584b8d; */
    /* padding-bottom: 5px; */
    text-align: center;
    color: #555;
    text-transform: uppercase;
    font-size: 26px;
}

#offc {
    color: #555;
    text-transform: uppercase;
    font-size: 20px;
}

#txt {
    font-size: 20px;
    font-weight: 1000;
    color: #000;
    text-align: center;
}

.pursuit-content-1 h3 {
    color: #555;
    margin: 0;
}

.pursuit-content-1 h4 {
    font-weight: 900;
    color: #555;
    font-size: 20px;
    margin: 0;
}

.pursuit-content-1 h5 {
    font-size: 18px !important;
	color: #000;
}

.pursuit-content h3 {
    color: #555;
    margin: 0;
}

.pursuit-content h4 {
    font-weight: 900;
    color: #555;
    font-size: 20px;
    margin: 0;
}

.pursuit-content h5 {
    font-size: 18px !important;
	color: #000;
}

.pers {
    text-align: center;
}

.pers h4 {
    color: #454343;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 500;
}

#border {
    border-right: 4px solid #7d65a8;
    margin: 10px 0 25px;
}

.Enviroment-content-1 {
    padding: 10px 20px;
}

.Enviroment-content-1 h5 {
    font-weight: 900;
}

.Enviroment-content {
    padding: 10px 20px;
}