@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap');

  @font-face {
    font-family: "Gothic";
    src: url("../fonts/Engravers\'\ Gothic\ Regular.otf");
  }
  @font-face {
    font-family: "Myraidpro";
    src: url("../fonts/MYRIADPRO-REGULAR.OTF");
  }
  @font-face {
    font-family: "itc";
    src: url("../fonts/ITCAvantGardeStd-Bold.otf");
  }
  @font-face {
    font-family: "itcmd";
    src: url("../fonts/ITCAvantGardeStd-Md.otf");
  }


  *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration:none !important;
    /*list-style:none;*/
    
  }
  
  p{
    font-family: 'Raleway', sans-serif;
  }
  h2{
    font-family: "Gothic";
    
  }
  h3{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
  }
  
  /* Start All Heading*/
  .modling-machinery h4{
      font-size: 28px;
  }
  /* End All Heading*/


/* end pagination */


/* start header */
.header{
  position: absolute;
  left: 0px;
  right: 0px;
}
.header .navbar-collapse {
  transition: all 0.6s ease;
}
.header-container{
  width: 80%;
  margin: auto;
}
.navbar-nav-custom{
  margin-left: auto;
}
.navbar-brand img{
    width: 220px !important;
}
.header .menu-item a {
    color: #fff;
    text-transform: uppercase;
    margin: 0px 8px;
}
.enquiry-btn {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 4px 22px;
    color: #fff;
    margin-left: 2rem;
}

/* end header */


/* start header-banner */
.header-banner{
  z-index: -999;
}

.header-banner img {
    width: 100%;
}

.other-header-banner img{
  height: 80vh;
  width: 100%;
}

.header-banner-content .banner-title{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  text-align: center;
  font-family: Gothic;
  line-height: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.h1-banner-title{
  border: none !important;
  font-size: 50px !important;
  
}
.header-banner-content h1{
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: Gothic;
  line-height: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.banner-start{
  letter-spacing: 5px;
}
.banner-middle{
  font-size: 65px;
  letter-spacing: 5px;
}
.banner-bottom{
  font-size: 20px;
}
/* end header-banner */


/* start box section */
.box-orange{

  background-color: #e55725;
}

.box-blue{
  background-color: #1b79be;
}
.box-body {
  text-align: center;
  padding: 1.3rem 0rem;
}

.box-title{
  text-transform: uppercase;
    color: #fff;
    font-size: 30px;
}
.box-img {
  padding: 1rem 0rem;
}
.box-desc {
  color: #fff;
}

/* end box section */
/* start section  */
.modling-machine-section{
  margin: 7rem 0rem;
}
.modling-machine{
  background-color: #e55725;
  border-top-right-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 200px;
  padding: 3rem;
  padding-bottom: 6rem;
  margin-top: 6rem;
}
.img-body {
  border-top-left-radius: 150px;
  /* border-bottom-left-radius: 200px; */
  border-bottom-right-radius: 200px;
  padding-bottom: 6rem rem;
  margin-top: 6rem;
  overflow: hidden;
  border: 5px solid #ccc;
}
.modling-machine h3, .modling-machine h2{
  text-transform: uppercase;
  /* text-align: center; */
}

.modling-machine h2{
  font-size: 20px;
}
  
/* end section  */
.plastics-img{
  position: absolute;
  right: 0;
  bottom: 0;
}
.header .navbar-toggler:focus{
  box-shadow: none;
}
.header .ham-burgur{
  font-size: 2rem;
}
.modling-machinery img, .brands-section img{
  width: 100%;
}

.client-box {
  box-shadow: 0 0 7px 1px #e9e9e9;
  border: 1px solid #e9e9e9;
  transition: .5s ease;
}
.client-box:hover{
  transform: translateY(-5px);
}
.client-box img{

}

/*Start Form Section*/

.contact-form-section .container {
    width: 60%;
    position: relative;
}
.contact-form-section ::placeholder {
    text-transform: uppercase;
}

.contact-form-section .form-control {
    padding: 0.8rem 0.7rem;
}
.contact-form-section .wpcf7-submit{
    width: 210px;
    text-align: center;
    /*margin: auto;*/
    font-weight: 400;
    font-size: 17px;
    background-color: #1b79be;
    color: #fff;
    
}
.contact-form-section .wpcf7 form.sent .wpcf7-response-output {
   border-color: #46b450;
    padding: 0px;
    border: navajowhite;
    color: #46b450;
    position: absolute;
    right: 0px;
    bottom: 40px;
}
.contact-form-section textarea{
    height: 170px;
    resize: none;
}
.contact-form-section input::-webkit-outer-spin-button,
.contact-form-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form-section .wpcf7 form.invalid .wpcf7-response-output{
    border:none;
}

.contact-form-section .form-control:focus {
     box-shadow: none; 
}
.contact-form-section ul{
    display:none !important;
}

/*End Form Section*/

/* ====== Start About Page ========= */
.slider-box-orange{
  background-color: #e55725;
  text-align: right;
  color: #fff;
  border-top-left-radius: 200px;
  padding: 2.2rem 2rem 2rem 3rem;
}
.slider-box-blue{
  background-color: #1b79be;
  text-align: left;
  color: #fff;
  border-top-right-radius: 200px;
  padding: 2.2rem 2rem 2rem 3rem;
}
.slider-section .owl-dot.active span{
  background: #e55725 !important;
  margin-top: 2rem;
}

/* ====== End About Page ========= */
.contact-page .container {
    width: 100%;
}
.contact-page .wpcf7-response-output{
   position: unset !important;
}

.img-slide{
    position: absolute;
    top: 87px;
    right: 269px;
}
.img-slide img{
    width: 385px;
}
.right-col-content {
    position: absolute;
    top: 53%;
    left: 43%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
}
.right-col-content .designing, .right-col-content .plastics {
    /* background: red; */
    font-weight: bold;
    font-size: 61px;
}
.who-we-are-section p {
    display: block;
    text-align: justify;
    text-align-last: left;
}
  

/* Start Facilities */
.h2{
  font-family: itc;
  color: #313131;
  font-size: 52px;
  line-height: 52px;
}
.facility-section2 p{
  font-family: itcmd;
  text-align: justify;
  text-align-last: left;
  color: #313131;
}
.facility-section2 ul{
  font-family: itcmd;
  text-align: justify;
  text-align-last: left;
  color: #313131;
  
  li{
    margin-bottom: 1.2rem;
  }
}
.facility-section3 th,
.facility-section3 td
{
  border: none;
}
.table-wrapper{
  overflow-x: auto;
}

.facility-section3 .table{
  font-size: 17px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border: 1px solid #ddd; */
}
.facility-section4 a{
  box-shadow: 0 0 5px #ccc;
  padding: 7px 10px;
  color: #474747;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}
.facility-section4 h4{
font-family: itcmd;
}

.facility-section4 .row:nth-child(2) p{
text-align: justify;
text-align-last: left;
/* font-family: itcmd; */

}
/* End Facilities */
.img-radius{
    border-top-left-radius: 238px;
    border-bottom-right-radius: 238px;
}

  @media(max-width: 768px){
    .facilites-page .header-banner img{
      margin-top: 13vh;
    }
    .facilites-page h2{
      font-size: 32px;
      line-height: 36px;
    }
    .header{
      background-color: #101010;
      z-index: 9999;
      padding-bottom: 1rem;

    }
    .enquiry-btn{
        margin-left:0px;
        display:none;
    }
    .header-container{
      width: 95%;
    }
    .header-banner-content h1{
      top: 31%;
    }
    .banner-bottom {
      font-size: 17px;
  }


 .header .menu-item {
    margin-bottom: 10px;
}
.navbar-nav-custom {
    margin-top: 1.3rem;
}
.slider-box-blue {
  background-color: #1b79be;
  text-align: left;
  color: #fff;
  padding: 2.2rem 2rem 2rem 3rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 200px;
}
.other-header-banner img {
    height: 55vh;
    width: 100%;
}
  .orange-trangle-img{
        transform: rotate(90deg);
    width: 580px;
    text-align: center;
    }
    .col-orange {
    text-align: center;
}
.animation-section{
    display: none;
}
.header-banner-content .banner-title {
    top: 22%;
}

  }

  @media(max-width: 767px){
    .facilites-page .header-banner img {
      margin-top: 0vh;
  }
    .h2 {
      font-size: 40px;
      line-height: 40px;
  }
  .facilites-page h2{
    font-size: 28px;
    line-height: 32px;
  }
    .banner-middle {
      font-size: 45px;
  }
    .banner-bottom {
      font-size: 17px;
  }
  .header-banner img{
    height: 65vh;
  }
  .contact-form-section .wpcf7 form.sent .wpcf7-response-output {
    right: 12px;
    bottom: -35px;
}
.contact-form-section .container {
    width: 100%;
}
 
   .slider-box-blue h4, .slider-box-orange h4, .slider-box-orange h3, .slider-box-blue h3{
    font-size: 16px;
}
.header-banner-content h1 {
    top: 36%;
}
.header-banner-content .banner-title {
    position: absolute;
    top: 9%;
}
.header-banner-content .h1-banner-title {
    position: absolute;
    top: 30% !important;
}
.navbar-brand img{
    width: 170px !important;
}

  }





