.page .comment-respond .form-submit{margin-bottom:0!important}.main-footer{margin-top:90px}.page .custom-comment-margin{margin-top:15px;margin-bottom:0}.sidebar-page-container{padding-bottom:0}.sidebar-page-container .content-side,.sidebar-page-container .sidebar-side{margin-bottom:0}.sidebar-widget:last-child{margin-bottom:0}.page .comment-reply-title{margin-top:0}.logged-in-as{margin-bottom:5px}.index-page-detail .group-title span{position:relative;font-size:21px;color:#001e57;font-weight:500;padding-bottom:12px;text-transform:capitalize}.index-page-detail .group-title span:after{position:absolute;content:'';left:0;bottom:0;width:40px;height:1px;background-color:#001e57}.index-page-detail .group-title span:before{position:absolute;content:'';left:0;bottom:0;width:120px;height:1px;background-color:#df6512}.page .type-page .page-links{margin-bottom:0}.page .comments-area-custom{margin-bottom:0}.page .index-page-detail .comments-area{margin-bottom:0}.page .comment-list .comment-respond{margin-bottom:40px}.page .comment-list .comment-reply-title .group-title{margin-bottom:0}.main-header .header-upper .logo-outer{padding:38px 0}.single-post .custom-comment-margin .form-submit{margin-bottom:0}.single-post .custom-comment-margin{margin-bottom:0}.sidebar-page-container .group-title{margin-bottom:20px}.blog-detail .inner-box .lower-content .content-inner .title-box h2{margin-bottom:0}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.error404 footer.main-footer{position:fixed;bottom:0;left:0;width:100%}

  .middle_content{
  	width: 100%;
  	height: 450px;
    position: relative;
  }
  .middle_content img {
    width: 100%;
    height: 100%;
  }
  .inner_child {
    width: 40%;
    height: auto;
    padding: 30px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    margin-top: 15%;
    margin-left: 10%;
  }
  .inner_child h4 {
    color: white;
    font-weight: 600;
    line-height: 35px;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .inner_child p {
    color: black !important;
  }
  .spaned {
    color: #fecc40;
  }
  html {
  scroll-behavior: smooth;
}
.auto-container {
  max-width: 100%;
}
.info_section {
  display: flex;
}
.inner_info {
  padding-right: 20px;
  padding-left: 20px;
}
.bold_text {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.service1 {
  display: flex;
  margin-top: 30px;
}
.for_img{
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.for_img img {
  width: 100%;
  height: 100%;
}
.service_info {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.social_media_section {
    position: fixed;
    z-index: 9999999;
    top: 250px;
    right: 0;
}
.social_link li {
  width: 40px;
  height: 40px;
  background: #fecc40;
  margin-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social_link li a {
  color: white;
}
.carousel-item {
  position: relative !important;
}


.for_img_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #0000005c;
}
.more_btn {
  width: 25%;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  font-weight: 600 !important;
}
.more_btn:hover {
  color: white !important;
}
.services-block {
  height: 450px !important;
  margin-top: 20px;
}
.for_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_text {
  width: 80%;
  text-align: center;
  margin: auto;
}
.intro_text h1 {
  position: relative;
    display: block;
    font-size: 27px !important;
    line-height: 1.2em !important;
    color: #001e57 !important;
    font-weight: 800 !important;
    padding-bottom: 25px !important;
}
.for_cate {
  margin: auto;
}
.ser_sec {
  margin: auto;
  text-align: center;
}
.ser_sec h6 {
  font-weight: 600 !important;
}
.for_ser_img {
  width: 80px;
  height: 80px;
  margin-top: 30px !important;
  margin: auto;
  margin-bottom: 30px !important;
}
.for_ser_img img {
  width: 100%;
  height: 100%;
}
.for_email {
  color: white;
}


.factories-icons-carousel {
  display: none !important;
}
.single-partner {
  padding: 50px;
}



@media only screen and (max-width: 1050px) {
  .middle_content img {
    width: 100%;
    /* height: 100%; */
  }
  .inner_child {
    width: 60%;
    margin-top: 35%;
    padding: 15px;
    /* border: 3px solid white; */
  }
}
@media only screen and (min-width: 1920px) {
  .middle_content img {
    width: 100%;
    /* height: 100%; */
  }
  .inner_child h4 {
    font-size: 4rem;
    line-height: 58px;
  }
  .inner_child {
    width: 60%;
    margin-top: 17%;
  }
}
@media only screen and (max-width: 680px) {
  .inner_child {
    width: 70%;
    margin-top: 3%;
    padding: 10px;
    border: 2px solid white;
  }
  .inner_child h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .service1 {
    display: block;
  }
}
@media only screen and (max-width: 460px) {
  .inner_child {
    width: 90%;
    margin-top: 2%;
    padding: 5px;
    margin-left: 4%;
    border: none;
  }
  .inner_child h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .more_btn {
  width: 85%;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  font-weight: 600 !important;
}
}