body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.container {
    padding: 0px 25px 0px 25px;
}
.logo {
	text-align: center;
    margin: 14px auto;
    color: #dc3545;
    font-family: 'Open Sans', sans-serif;
}
ul.navbar-nav.justify-content-center {
    margin: 0 auto;
}
.carousel-item img {
    width: 50%;
    padding: 4%;
    border-radius: 0px 150px 150px 0px;
}
.carousel-caption {
    position: absolute;
    right: 40%;
    bottom: 90px;
    left: 40%;
    z-index: 10;
    color: #fff;
    text-align: center;
    background-color: #f566738a;
    width: 32%;
    padding-left: 3%;
    padding-right: 3%;
    height: 54%;
    padding-top: 3%;
    text-align:left;
}

.nav-link {
	padding-right: 2.5rem!important;
	font-weight: 600!important;
}
.nav-item{
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #212529;
    text-transform: uppercase;
}
.navigation .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.carousel-indicators li {
    background-color: #545b62;
}
.navbar{
	border-bottom: 2px solid #f8f9fa;
    border-top: 1px solid #f8f9fa;
}

.btn {
    background-color: #393e41;
    color: white;
    font-weight: 600;
    font-family: Tw Cen MT;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size:16px;
}
.btn:hover{
    background-color: #ff4759;
    color:#fff;
}

.carousel-item img:after{
	content: '';
  position: absolute;
  top: 30%;
  right: 0;
  height: 40%;
  background: rgba(255, 255, 255, 0.13);
  width: 50%;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.card-box{
	margin:70px auto;
}
.card-box-img img {
   position: absolute;
    z-index: 1;
    margin: 12% auto;
    width: 100%;
    padding: 0;
    background: #e9ecef6b;
    outline: 3px solid white;
    outline-offset: -15px;
    height: 328px;
    object-fit: cover;
}
#home-section-one {
  	background-color: #2d2d2d;
    position: relative;
    padding-top: 12%;
    padding-left: 10%;
    padding-bottom: 8%;
}
.card{
	border: none;
}
.card-title{
	color: white;
}
.card-text{
	color: white;
}
.card-box-img:after{
	content: '';
    position: absolute;
    right: 117px;
    height: 38%;
    background: rgba(255, 255, 255, 0.13);
    width: 66%;
    top: 48%;
    background-color: #ababab;
    box-shadow: 0px 0px 2px;
    border-radius: 0px;
    display:none; 
}
.card-box-img-two img{
    position: absolute!important;
    z-index: 1;
    margin: 12% auto;
    width: 100%;
    padding: 0;
    background: #e9ecef6b;
    outline: 3px solid white;
    outline-offset: -15px;
    height: 328px;
    object-fit: cover;
}

#home-section-two {
  	background-color: #db4d10;
    position: relative;
    padding-top: 10%;
    padding-right: 12%;
    padding-bottom: 6%;
    text-align: right;
}
.col-md-4.card-box-img-two{
	    margin-left: -75px;
}

#section_m{
	margin: 40px auto;
}
.heading-one{
 margin-top: 86px;
 text-align: center;
}
/*.heading-one h1:after {
    display: block;
    position: absolute;
    content: '';
    width: 105px;
    height: 0px;
    top: 119%;
    border: 1px solid #eb9da4;
    margin-left: 56rem;
}*/

.col-12.text-center.text-white {
    padding-top: 18px;
    padding-bottom: 18px;
}
#blog{
	margin:40px auto;
}
.offset-lg-n1 {
    margin-left: 200px;
    position: absolute;
}

/*.heading-two{
 margin-top: 86px;
 text-align: center;
}
.heading-two h1:after{
    display: block;
    position: absolute;
    content: '';
    width: 93px;
    height: 0px;
    top: 111%;
    border: 1px solid #eb9da4;
    margin-left: 76rem;
}*/
.heading-two {
	margin-top: 86px;
 text-align: center;
     padding-bottom: 20px;
}
/*.heading-two h1:after{
  	display: block;
    position: absolute;
    content: '';
    width: 93px;
    height: 0px;
    border: 1px solid #eb9da4;
    margin-left: 56rem;
    margin-top: 7px;
}*/
.contact1 {
    width: 100%;
    min-height: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*contact_form*/

.contact1-form-title {
    display: block;
    font-family: Montserrat-ExtraBold;
    font-size: 39px!important;
    color: #333333;
    line-height: 1.2;
    text-align: center;
	padding-bottom: 502px;

}

.container-contact1 {
    width: 1163px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 26px 130px 26px 148px;
    border: 1px solid #8080801a;
}
.contact1-pic {
    width: 296px;
}
.contact1-form {
    width: 390px;
}
.contact1-form-title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 10px;
}
.input1 {
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border: 1px solid #80808040;
}

.shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.5);
}

input.input1 + .shadow-input1 {
    border-radius: 25px;
}
.validate-input {
    position: relative;
}

.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.container-contact1-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact1-form {
    width: 390px;
}
input.input1 {
    height: 50px;
    padding: 0 30px;
    border-radius: 8px;
}
textarea.input1 {
    border-radius: 5px;
    padding-left: 30px;
    padding-top: 10px;
}
.submit {
    text-align: center;
}

iframe {
    position: absolute;
    margin-top: 77px;
}

.contact1-pic img{
	position: relative;
    width: 100%;
    margin-top: 236px;
    margin-left: 67px;
}

.contact1{
	margin:40px auto;
}
/*footer*/
.text-muted {
    color: #9fa2a5!important;
}
p.mb-3.mb-md-0.font-size-xxs.text-muted {
    text-align: center;
}

.fotter-col {
    margin: 20px auto;
}
.fotter{
	    background: #42464a;
}
.top-hearder{
background: #f8f9fa;
}
.top-hearder-col{
text-align: left;
    margin-top: 11px;

}
.top-hearder-col ul {
    display: inline-flex;
    text-decoration: none;
    float:right;
}
.top-hearder-col li {
   display: block;
    padding-left: 27px;
}
.top-h{
	background: #f8f9fa;
}

.hov:hover{
color:#dc3545;
}
.nav-item active{
color:#dc3545;
}

/*fotter*/

#wavify_footer {
	margin: 0;
	height: 250px;
	width: 100%;
}

footer {
	width: 100%;
}

#footer-desktop {
	background-color: #273036;
}

.footer-wrap {
	display: flex;
	justify-content: center;
    margin-top: -1px;
}

.inner-wrap {
	width: 100%;
	max-width: 1600px;
	margin: 0 30px 0 15px;
}

#section_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}

#section_footer_logo {
	    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0px auto;
    margin-right: 0;
}
#section_footer_logo h1 {
    color: #dc3545;
    }
#content_footer_logo {
	width: 150px;
	height: 35px;
	pointer-events: none;
	user-select: none;
}

#content_footer_logotext {
	margin: 5px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #eeeeee;
}

#section_footer_links {
    display: flex;
    flex-basis: 35%;
    align-items: flex-start;
    justify-content: space-between
}

.section-content-links {
	margin: 0 15px 0 15px;
}

.content-footer-title {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #7289da;
}

.content-footer-list {
	padding: 0;
	list-style-type: none;
}

.content-footer-link {
	margin: 10px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: capitalize;
	color: #eeeeee;
	cursor: pointer;
	text-decoration: none;
}

.content-footer-link:hover {
	color: #b0aeae;
}

.shaking-animation:hover {
	color: #f04747;
	animation: delete-account-warning 0.5s;
	animation-iteration-count: infinite;
}
#footer-mobile {
	display: none;
	background-color: #23272a;
}

#section_footer-m {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	width: 100%;
}

#section_footer_links-m {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.section-content-links-m {
	width: 50%;
}

.section-footer-linksplit {
	display: flex;
	width: 100%;
}

.content-footer-link-m {
	margin: 10px 0 10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: capitalize;
	color: #eeeeee;
	cursor: pointer;
	text-decoration: none;
}

.content-footer-link-m:hover {
	color: #b0aeae;
}

@media only screen and (max-width: 767px) {
	#footer-mobile {
		display: block;
	}

}
@media only screen and (max-width: 380px) {
	#section_footer {
	height:auto;
	flex-wrap: wrap;
}
}


@media only screen and (max-width: 1023px) {
	#footer-mobile {
		display: block;
	}
}
#section_footer_logo p {
    font-size: 15px;
    color: white;
    width: 47%;
}
.content-footer-link a{
	color: #dc3545;
}

.heading-about {
    text-align: center;
    background-color: #edfffe;
    padding-top: 40px;
    padding-bottom: 202px;
    clip-path: polygon(0 0, 0 98%, 138% 0);
}
.heading-about_us{
 text-align: center;
    background-color: #edfffe;
    padding-top: 40px;
    clip-path: polygon(148% 0, -202% -4%, 157% 119%);
    padding-bottom: 120px;  
}
.heading-about_us h1 {
    font-size: 3rem;
    font-weight: 500;
}
.heading-about_us p{
     margin: 0 auto;
    padding-bottom: 33px;
    font-size: 18px;
    text-align: -webkit-center;
    width: 56%;
    letter-spacing: 1px;
}
.section_two_about h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;	
}
.section_two_about {
    padding: 22px;
    text-align: center;
}
.section_two_about p{
	    font-family: 'Open Sans', sans-serif;
    color: #fff;
    max-width: 75%;
    margin: 0 auto;	
	}

.section_two_about_img {
/*    margin: 100px auto;*/
}
.section_two_about_img img {
    max-width: 100%;
}
.section_three_about h1{
	font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 12px;
}
.section_three_about {
	/*padding-top: 200px;*/
}

.section_three_about p{
	font-family: 'Open Sans', sans-serif;
    margin-bottom: 6px;
    display: flex;
}
.section_three_about_p{

}
.section_abouts_us {
    margin: 100px auto;
}
.section_three_about p:before {
     font-family: "FontAwesome";
    content: "\f013";
    display: inline-block;
    padding-right: 12px;
    vertical-align: middle;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 1px;
    font-size: 22px;
    color: #dc3545;
    display: inline-block;
    transform: rotate(0deg);
    transition: 0.7s all;
        transition: 0.7s all;
}
.section_three_about p:before:hover {
     font-family: "FontAwesome";
    content: "\f013";
    display: inline-block;
    padding-right: 12px;
    vertical-align: middle;
    font-weight: 900;
    vertical-align: middle;
    margin-top: 1px;
    font-size: 22px;
    color: #dc3545;
    display: inline-block;
    transform: rotate(45deg);

}

/*gallery-page*/
/*.heading-about-disp h1{
    text-align: center;
    background-color: #edfffe;
    padding-top: 60px;
}*/

.arrow-down .btn {
    background-color: #edfffe;
    color: #ff7986!important;
    font-weight: 600;
    line-height: 46px;
    font-size: 19px;
    border: 2px solid #ff7986;
    border-radius: 22px;
}

.arrow-down .btn:hover {
    background-color: #edfffe;
    color: #ff7986!important;
    font-weight: 600;
    line-height: 46px;
    font-size: 19px;
    border: 2px solid #ff7986;
    border-radius: 22px;
     -webkit-transition: 3s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
    transition: 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    margin-top: 3% !important;
}

.gallery-titile {
    padding-bottom: 20px;
}
.gallery_header{
    margin-bottom: -8%;
}

/*contact_us*/
.contact_text_header{
    width: 100vw;
    height: 500px;
    background-repeat: no-repeat;
    clip-path: polygon(0 100%, 0 0, 163% 0, 0% 99%); 
    }
#heading-contact .heading-two {
    text-align: center;
    padding-bottom: 28px;
}

.contact_us_box{
    margin-top: -11em;
}
.contact_us_heading{
    border-radius: 10px;
}

.contact_us_box .card-title{
    color: #252424;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}
.contact_us_box p.card-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #495057;
    letter-spacing: 0px;
    font-size: 15px;
}

.contact_us_box .card-body {
    padding: 19px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px #80808059;
    border-radius: 13px;
}
.button_about_us .btn{
padding: 3px 9px 3px 9px;
}
.button_about_us {
    text-align: center;
}
/*about_us_page*/
.about_facility {
   background-color: #f0f8ff47;
    border: 1px solid #f1f1f1;
    margin-bottom: 18px;
}

.about_facility svg{
    margin-top: -43px;
}
.card-body {
    padding-top: 0;
    background-color: #ff7683;
    width: 100%;
}
.about_us_card{
    height: 9em;
}
.about_facility h4 {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
}

img.card-img-top {
    width: 100px;
    margin: 0 auto;
    padding: 56px 0px;
}
p.card-text {
    font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 768px) {
.container-contact1 {
    padding: 26px 20px 26px 20px;
}
.iframe_home iframe{
    display: none;
}
.iframe_home {
    display: flex;
    margin-bottom: 20px!important;
}
.contact1-pic img {
    position: relative;
    width: 100%;
    margin-top: 16px;
    margin-left: 0px; 
}
.carousel-caption {
    right: 10%;
    bottom: 64px;
    left: 10%;
    width: 80%;
    height: 59%;
    display: block;
}
.carousel-item img {
    width: 100%;

}

.home-card {
    margin-top: 22em;
    margin-right: -15px;
    padding: 0;
}
/*responsive*/
/*.home-card {
    margin-top: 24rem;
    padding-left: 17px;
}
.card-last{

}
#last {
    margin: 13em auto;
}*/
.homw-card-2{
    margin-left: -2px;
    margin-bottom: 20em;
    margin-top: -8em;
}

#home-section-two {
    background-color: #db4d10;
    position: relative;
    padding-top: 25%;
    padding-top: 9%;
    padding-right: 12%;
    padding-bottom: 19%;
    text-align: right;
}
.card-box-img-two img {
    margin: 0px 57px;
}
#section_m {
    margin: 0px auto; 
}
/*.card-box {
    margin-top: 0px;
}*/
/*.card-box {
    margin: 70px auto;
    padding: 0;
}*/

.left-bar .card-box {
    float: right;
    max-width: 100%!important;
}
.right-bar .card-box {
    float: right;
    max-width: 100%!important;
}
.right-bar .card-box-img{
    float:right;
}
.heading-about_us {
    padding-bottom: 186px;
}
.heading-about_us p {
    width: 100%;
    letter-spacing: 0px;
    padding: 10px;
}
}

@media only screen and (max-width: 998px) {

.iframe_home {margin-bottom: 224px;}
.navbar {top: -70px;}
.logo {margin: 3px 0px 19px 0px;}
.carousel-caption {right: 40%; bottom: 32px; left: 48%; width: 50%; height: 74%; text-align: left; padding: 16px; }
.heading-about_us,.contact_text_header,.gallery_header,.carousel.pointer-event{ margin-top: -71px;}
}

.container-home{
    padding: 0px 52px 0px 25px;
}

.right-bar .card-box {
    float: left;
    max-width: 71%;
    margin-left: 15px;
}
.left-bar .card-box {
    float: right;
    max-width: 67%;
}
.right-bar .card-box-img{
    float:right;
}

/*heading-two-machinery*/
.heading-two-machinery{
    text-align: center;
    padding-top: 40px;
}
.heading-two-machinery h1:after {
    content: '';
    display: block;
    width: 3%;
    height: 3px;
    background: #ff7986;
    margin: 9px auto;
    position: absolute;
    left: 48%;
}
#Equipment-section-one{
    background-color: #dedede;
    position: relative;
    padding:10% 10% 6% 12%;
    box-sizing: border-box;
}
.Equipment_list .card-title {
    color: black;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}
.Equipment_list .card-text {
    font-family: 'Roboto', sans-serif;
    color: black;
}
.Equipment_list button.btn {
    background-color: #ff5d6d;
    color: white;
    font-weight: 600;
}
.Equipment {
    background-color: #e9ecef;
    height: -webkit-fill-available;
    margin-top: 51px;
    padding: 26px;
}
.Equipment-img {
    /* position: absolute!important; */
    z-index: 1;
    margin: 4% auto;
    
    padding: 0;
    background: #e9ecef6b;
    outline: 3px solid white;
    outline-offset: -15px;
    height: 328px;
    object-fit: cover;
}
.left-bar, .right-bar {
    width:100%;
    clear:both;
    display: block;
}

@media (max-width: 767px) {
    .left-bar .card-box, .right-bar .card-box-img, .left-bar .card-box-img {padding:0;margin:0;}
    .right-bar .card-box {margin-left:0px;padding:0; margin-bottom: 20px;}
    .left-bar .card-box {margin-bottom: 20px;}
    .heading-about h1 {font-size: 36px;}
    .card-box-img img {position: static;}
    .home-card {margin-top: 0}
    .card-box {margin:0px auto;}
    .navbar {top: -70px;}
    .top-hearder-col ul {display: block;width:100%;clear:both;text-align: center;padding: 0;margin:0 }
    .top-hearder-col ul li {display: inline-block;}
    .top-hearder-col {right:0;}
    .top-hearder-col p {text-align: center;}
    .card-box-img img {margin: 0 auto;}
    .about_us_card {height:auto;}
    .heading-about_us h1 {font-size:30px;}
    /*.container.container-home { padding: 0px 27px;}
    .logo {margin: 3px 0px 19px 0px;}*/
    .navbar-light .navbar-toggler {border:0;    border-radius: 0;}
    .nav-item {border-bottom: 1px solid #e5e5e5;}
    .section_three_about h1 {font-weight: bold;    font-size: 26px;}
}

/*contact_form*/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.contact2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
    padding: 60px 0;
  margin-bottom: 170px;
  background-position: center top;
}

.contact2 h1,
.contact2 h2,
.contact2 h3,
.contact2 h4,
.contact2 h5,
.contact2 h6 {
  color: #3e4555;
}

.contact2 .font-weight-medium {
  font-weight: 500;
}

.contact2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.contact2 .bg-image {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact2 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact2 .detail-box .round-social {
  margin-top: 100px;
  text-align: center;
}

.contact2 .round-social a {
      background: transparent;
    margin: 0 13px;
    padding: 11px 13px;
    border-radius: 27px;
}

.contact2 .contact-container .links a {
  color: #8d97ad;
}

.contact2 .contact-container {
  position: relative;
  top: 200px;
}

.contact2 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .contact2 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}
.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da7a;
    border-radius: 7px;
}
/*contact-form-end*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family:Tw Cen MT;}
p {font-family: 'Roboto', sans-serif;font-size: 14px;letter-spacing: 0.5px;}
.navbar-light .navbar-nav .nav-link {font-family: Tw Cen MT;font-size: 16px;}