
html, body{margin:0; padding:0;}
body{font-size: 15px; font-family: "Lato", sans-serif; position: relative; background: #fffaed;}
section{ position:relative;}
a{color: #484848; text-decoration: none; }
.ani{transition: all 0.5s ease-in-out;}

h1, h2, h3, h4, h5, h6{ font-weight: normal;}

/* font-family: 'Poppins', sans-serif; */
:root {
    --col1:#2e2483;
    --col2:#E4000F;
    --col3:#132d4e;
}
p{
    text-align: justify;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 900;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
    text-transform: uppercase;
   color: var(--col1);
}
.heading h2 span {
    font-size: 17px;
    font-weight: 300;
    display: block;
    margin-top: 6px;
}
.heading h2::before {
	content: "";
	position: absolute;
	width: 50%;
	height: 20px;
	bottom: 0;
	left: 25%;
	border-bottom: 5px solid #243c8352;
}
.heading.left h2{
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    color: var(--col1);
}
.heading.left h2::before {
    left: 0%;
}
.navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.boldP{
    font-size: 16px;
    font-weight: 900;
}

.logo{
    max-width: 100px;
}
.ptb{
    padding-top: 100px;
    padding-bottom: 100px;
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(255, 255, 255, 0.66) !important;
}

.banne_btn_main{
    display: flex;
    justify-content: center;
}
.banne_btn_main .btnMain{
    margin: 3px;
}
.bannerMain{
    position: relative;
    margin-top:-140px;
}
.bannerText{
    /* top: 0;
    left: 0; */
    z-index: 1000000000;
} 




.rtificate h3{
    font-size: 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: var(--col2);
}

.h_certificate .row{
    max-width: 800px;
}
.value .item img{
    max-width: 100px;
    margin: 0 auto; 
    margin-bottom: 15px;
}
.value .item, .value .item p {
    text-align: center;
}
.fit-out{
    text-align: center;
    background:url(../images/banner1.jpg) no-repeat;
    background-size:cover;
    background-attachment: fixed;
    color: #FFF;
    text-transform: uppercase;
}
.fit-out h3{
    font-size: 20px;
    padding: 15px 0;
}
.fit-out .row > div{
    margin-bottom: 30px;
}

.btnMain a{
    background: var(--col2);
  padding: 10px;
  color: #FFF;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.btn1 a{
    background: #000;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
.btn2 a{
    border: 1px solid #ffffff;
    padding: 10px;
    color: #FFF;
}
.btn2 a:hover{
    background: #FFF;
    color: #000;
}
.requestHome .container{
    background: url(../images/banner.jpg) no-repeat;
    background-attachment: fixed;
    color: #FFF;
    padding: 70px;
}
.testimonial p{
    background: #000;
    color: #FFF;
    padding: 30px;
    height: 100%;
}
.testimonial p span{
    font-size: 18px;
    display: block;
    padding-top: 10px;
}
.news ul{
    list-style: none;
    padding: 0;
}
.news ul li{
    margin-bottom: 30px;
}
.strength h3{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    border: 1px dotted;
    padding: 20px;
}
.strength h3 span{
    font-size: 17px;
    font-weight: bold;
    display: block;
}
.contact input, .contact textarea{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.contact input[type="submit"]{
    width: fit-content;
    background: #000;
    color: #FFF;
    border: 0px solid #000;
    padding: 10px 30px;
}
.contactDetails{
    padding: 40px;
    background: #e8e8e8;
    height: 100%;
}
.contactDetails a{
    padding:3px 0;
    display: block;
}
.contactDetails a:hover{
    color: var(--col1);
}
.contactDetails i{
    width: 30px;
    color: var(--col1);
}
footer{
    background: var(--col3);
    color: #FFF;
}
footer .flogo img{
    width: 150px;
}
footer h3{
    font-size: 20px;
    font-weight: bold;
}
footer a{
    color: #FFF;
}
footer li{
    padding: 10px 0;
}
footer li i{
    width: 30px;
}
.copy{
    font-size: 12px;
    border-top: 1px solid #FFFFFF59;
}
.social{
   margin-top: 30px; 
}
.social i{
    font-size: 20px;
    margin: 5px;
}
.bannerVideo video {
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
    filter: brightness(70%);
}
.bannerVideo .cont{
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    z-index: 10;
    text-align: center;
}
.bannerVideo .cont h1, .carousel-caption h1{
    /* width: 60%; */
    font-weight: 700;
    line-height: 60px;
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
}
.bannerVideo .cont h1 span, .carousel-caption span{
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 4px;
    display: block;
    text-transform: uppercase;
}
.galleryHome > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subBanner {
	background: url(../images/banner.jpg) no-repeat center;
	background-attachment: fixed;
	color: #FFF;
	padding: 70px;
	padding-bottom: 70px;
	padding-top: 170px;
}
.project_main .cont {
	background: #ccccccc4;
	padding: 20px;
	position: relative;
	margin: 10px;
	margin-top: -30px;
    margin-bottom: 50px;
}
.project_main h3 {
    font-size: 20px;
}
.project_main .btn1{
        width: fit-content;
       
}
.project_main .btn1 a{
    color: #FFF;
     display: block;
    margin-top: 25px;
}
.project_main .btn1 a:hover{
    color: #CCC;
}
.project_details h2{
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    color: #2F2483;
}
.project_details h3{
    font-size: 20px;
    color: #828282;
}
.project_details h3 img{
    margin-right: 10px;
    vertical-align: bottom;
}
.project_details h4{
    font-size: 16px;
    margin-bottom: 28px;
}
.partnership ul{
    display: flex;
    flex-wrap: wrap;
}
.partnership ul li{
    border: 1px dotted #000;
    padding: 20px;
    padding-left: 30px;
    margin: 10px;
    width: calc(50% - 20px);
    position: relative;
}
.partnership ul li::before{
    position: absolute;
    content: "\f058";
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #de0211;
    color: white;
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}
.mission{
    text-align: center;
}
.mission h3{
    font-weight: bold;
    padding: 20px 0 10px 0;;
}
.mission figure{
    max-width: 150px;
    margin: auto;
}
.mission img{
    width: 100%;
}
.services h3{
    font-size: 20px;
  font-weight: bold;
  color: #2E2483;
}
.services li{
   margin-bottom: 20px; 
}
.navbar.fixed-top{
    top: 32px;
}
.topContact{
    background: var(--col3);
    color: #FFF;
    padding: 7px 0;
    font-size: 14px;
}
.topContact a{
    color: #FFF;
}
.topContact i{
    margin-right: 10px;
}

.waicon{
    position: fixed;
  background: #0aa95a;
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  font-size: 27px;
  padding: 0px;
  text-align: center;
  z-index: 111111;
}
.waicon a {
  color: white;
}

.manufacture_gallery .row > div{
    padding-bottom: 20px;
}
.industriesHome h3{
    text-align: left; 
}
.clients > .container > .row > .col-6{
    border: 1px solid #e1e1e1;
}
.clients h3{
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.aboutPic img{
    margin-bottom: 25px;

}



@media (max-width: 767px) {

    .bannerVideo .cont h1, .carousel-caption h1 {
        line-height: 40px;
        font-size: 24px;
    }
    .bannerVideo .cont h1 span, .carousel-caption span {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .btnMain a {
        font-size: 14px;
        margin: 2px;
        display: block;
    }

    .ptb{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .bannerVideo .cont h1{
        width: 95%;
    }
    .partnership ul li{
        width: calc(100% - 20px);
    }
    .heading h2 {
        font-size: 26px;
    }
    .requestHome .container {
        padding: 35px;
    }
    .contactDetails {
        padding: 20px;
    }
}