
html, body{
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    width:100%;
    font-family: 'Mulish', sans-serif;
    
}
.caption-width{
	width:512px;
}
.third-caption-width{
	width:628px;
}
.container
{
	max-width: 1170px;
	width: 100%;
}
.header-bg
{
    width: 100%;
	padding:0 1rem;
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.navbar .navbar-brand img{
    /*height: 55px;*/
	width: 174px;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'Mulish', sans-serif;
    color: #000;
    padding: 20px 15px;
    font-weight: 700;
	font-size: 18px;
    /*transition: 0.3s all ease-in-out;*/
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #1A7FC0;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #1A7FC0;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #1A7FC0;
}
/***** Slider *******/

.slider {
    position: relative;
    padding-top:4%;
}
.slider .item
{
	position: relative;
	height: 493px;
}
.owl-carousel{
	height:492px;
	overflow:hidden;
}
.slider .item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.55);
    top: 0;
    left: 0;
    z-index: 9;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 45%;
}
.carousel-caption h3 {
    font-family: "Mulish",sans-serif;
    font-weight: 600;
    font-size: 30px;
	line-height: 55px;
}
.main-title-text {
    font-size: 60px;
    margin-top: 0;
    font-weight: 700;
    line-height: 80px;
}
.owl-nav {
    position: absolute;
    top: 45%;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
	display: flex;
    justify-content: space-between;
}
.owl-nav button span {
    color: #fff;
    font-size: 60px;
}
button:focus {
    outline: none;
}
.about-area{
    background: #fff;
    
}
.section-gap
{
	padding: 40px 0; 
}
.owl-dots {
    display: none;
}

.section-title {
    font-family: "Raleway",sans-serif;
    font-size: 48px;
    line-height: 80px;
    color: #1A7FC0;
	display: block;
    width: 100%;
	text-align: center;
}
.section-sub-title{
    text-align: center;
    color: #fff;
    width: 100%;
    margin-bottom: 2rem;
}

.about-area p,.service-area p {
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 600;
    color: #484848;
}
.request-area {
    padding:70px 0px;
    background: url(../images/machine-1.jpg) no-repeat;
    color: #fff;
    background-size: 100% 100%;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.request-area:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.request-left h2 {
    font-size: 48px;
    font-family: "Raleway",sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.request-right .btn,.sbtn {
    background: #1a7fc0;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    font-family: "Mulish",sans-serif;
    letter-spacing: 1px;
    transition: 0.3s all ease-in-out;
    border: none;
    text-transform: capitalize;
    border-radius: 4px;
    cursor: pointer;
    min-width: 200px;
}
.request-right .btn:hover,.sbtn:hover
{
    background: #339adc;
}
.request-content-left{
    padding-right:20px;
}
.request-content-right{
    padding-left:20px;
}
.request-area p{
    line-height: 35px;
    font-size: 20px;
    padding-bottom: 20px;
}
.request-area a{
    padding: 12px 15px;
    cursor: pointer;
	color:#fff;
	background: #1a7fc0;
	border: 1px solid #1a7fc0;
    border-radius: 4px;
	transition: 0.3s all ease-in-out;
}
.request-area a:hover{
	background: #339adc;
	border: 1px solid #1a7fc0;
}
.request-quote-btn{
    text-align: center;
    padding: 20px 15px;
}
.btn-rounded:hover{
    background: #000;
    color: #fff;
    transform: scale(1.1);
}
.service-inner {
    margin-top: 50px;
}
.request-area .request-area-btn{
    padding-top: 24px;
}
.about-left img {
    max-width: 100%;
}
.inner-title {
    font-family: "Raleway",sans-serif;
    color: #1a7fc0;
    margin-bottom: 40px;
    font-size: 32px;
    text-transform: capitalize;
}
.service-text-right p {
    margin-bottom: 0;
    font-weight: 800;
    color: #1a7fc0;
}


.facility-banner{
    background: url(../images/facility-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.facility-section{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 60px;
    background: #3434349e;
}

.facility-wrapper {
    display: block;
    justify-content: center;
}
.facility-left {
    width: 50%;
	padding-right: 100px;
}
.white-title
{
	color: #fff;
}
.facility-list-item:first-child{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.facility-list-item:last-child{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.facility-list-item:hover{
    color: #1A7FC0;
    border-left: 5px solid #1A7FC0 ;
    border-radius: 10px;
}
.facility-right {
    width: fit-content;
    margin: auto;
}
.facility-right li {
    color: #fff;
    font-size: 20px;
    font-family: "Mulish",sans-serif;
    letter-spacing: 1px;
    padding-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    list-style: none;
	padding-left: 40px;
}
.facility-right li:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    left: 0;
    top: 5px;
    border-radius: 50%;
    background: #35abe1;
}
.facility-right ul {
    padding-left: 0;
	    position: relative;
}
.facility-right li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    left: 9px;
    top: 25px;
}
.facility-right li:last-child:after
{
	display: none;
} 

.contact-us {
    background: url(../images/map.png) no-repeat;
    background-position: top center;
    position: relative;
}
.contact-us:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.7);
    top: 0;
}
.contact-wrapper .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #484848;
    text-transform: capitalize;
    color: #484848;
}
.contact-wrapper {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.contact-us .inner-title {
    margin-bottom: 20px;
}
.contact-us .row {
    position: relative;
}
.contact-form-section{
    margin-top: 25px;
}
.address-section p, .contact-form p{
    color: #707070;
}
.contact-wrapper .form-group textarea {
    height: 150px;
    resize: none;
}
.social-links{
	position: fixed;
    top:45%;
    right: 0;
    list-style: none;
    padding-left: 0;
    z-index: 10;
    margin: 0;
    transition: right 0.25s ease-in-out;
    display: flex;
    flex-direction: column;
}
.social-links ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    padding: 0px 0;
}
.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    transition: all 0.15s ease-in-out;
    float: right;
    padding: 5px;
}
.social-links li a:hover {
	width: 44px;
	padding-left: 0;
	text-decoration: none;
}

.social-img{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    background: #fff;
    border-radius: 7px;
}
.social-icon {
    padding: 0 26px;
}
.social-icon ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.social-icon ul li{
	display: inline-block;
    width: 30px;
    height: 30px;
    background: #d6eaf7;
    text-align: center;
    border-radius: 50%;
}
.social-icon ul li a{
	color: #1a7fc0;
    font-size: 16px;
    vertical-align: middle;
}
.social-icon ul li:hover{
	background: #1a7fc0;
}
.social-icon ul li:hover a{
	color: #fff;
}

.copyright-text .client {
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 500;
	line-height: 25px;
}
.address-section span{
    margin-right: 8px;
    color: #868686;
    width: 16px;
	text-align:center;
}
.address-section .envelope{
	margin-right:5px;
}
.address-section p:hover span{
    color: #1A7FC0;
}
.address-text:hover{
    color: #1A7FC0;
}
.contact-num{
    color:#707070;
}
.contact-num:hover{
    text-decoration: none;
    color: #1A7FC0;
}
.mail-address{
    text-decoration: none;
    color: #1A7FC0;
}
/* -----footer---------*/
.footer {
    background: #000;
    height: auto;
}
.copyright-text {
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    letter-spacing: 1px;
    font-family: "Mulish",sans-serif;
    display: inline-block;
	font-weight: 600;
}
.copyright-text a{
    color: #fff;
}
.copyright-text a:hover
{
	text-decoration: none;
	color: #1a7fc0;
}
.owner{
	float:right;
	font-family:"Mulish",sans-serif;
}
.owner p, .owner span{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    vertical-align: top;
}
.owner p{
	margin-bottom:0;
	border-bottom: 1px solid #000;
}
.owner p:hover{
	cursor:pointer;
	border-bottom: 1px solid #7FBA00;
}
.owner img{
	display: inline-block;
    height: 25px;
    margin: 0 4px;
    width: 25px;
}
/* -----footer end---------*/

img
{
	max-width: 100%;
}
.eqp-wrapper {
    display: flex;
}
.equipment {
    background: #e8e8e8;;
}
.equipment p {
    color: #000;
    font-size: 18px;
	font-weight: 700;
}
.eqp-left {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
	padding:0;
}
#circle { 
    width: 225px;
    height: 225px;
    background: #d6eaf7; 
    -moz-border-radius: 100%; 
    -webkit-border-radius: 100%; 
    border-radius: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.02);
 }
 .eqp-left img {
    border-radius: 4px;
	}
 .service-section-logo{
    width: auto;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
 }
 .service-icons{
    width: auto;
    height: 45px;
    text-align: center;
    position: absolute;
    top: 58%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}
 #octagon {
    width: 80px; 
    height: 80px; 
    background: #d6eaf7;
    position:relative;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
 }
 #octagon:before {
    height: 0;
    width: 80px;
    content:"";
    position: absolute; 
    left: 0;
    border-bottom: 25px solid #d6eaf7;
    border-left: 40px solid white; 
    border-right: 40px solid white; 
 }
 #octagon:after {
    height: 0;
    width: 80px;
    content:"";
    position: absolute; 
    left: 0;
    border-top: 25px solid #d6eaf7; 
    border-left: 40px solid white;  
    border-right: 40px solid white; 
    margin: 70px 0 0 0;
 }
 #octagon:hover{
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
 }
.pulse{
    display: inline-block;
    transform: translateZ(0);
    cursor: pointer;
}
.pulse:hover {
    animation-name: pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
@keyframes pulse {
	25% {
		transform: scale(1.1);
	}

	75% {
		transform: scale(.9);
	}
}
 .service-text{
     padding: 30px 15px 0 0;
 }
 .service-text p, .service-text-right p{
    margin-bottom: 0;   
    font-weight: 700;  
    color:#0970b3;
 }
 .service-text-right{
    padding: 30px 0 0 15px;
 }
 .industry-item-1, .industry-item-2, .industry-item-3, .industry-item-4{
    display: flex;
    width: 100%;
    margin-bottom: 20px; 
 } 
 .industry-item-5, .industry-item-6, .industry-item-7, .industry-item-8{
     display: flex;
     width: 100%;
     margin-bottom: 20px;
 }
 .industry-item-1{
     margin-left: 61%;
 }
 .industry-item-2{
    margin-left: 56%;
    margin-bottom: 42px;
}
.industry-item-3{
    margin-left: 58%;
}
.industry-item-4{
    margin-left: 71%;
}
.industry-item-5{
    margin-left: -23%;
}
.industry-item-6{
   margin-left: -7%;
   margin-bottom: 42px;
}
.industry-item-7{
    margin-left: -7%;
 }
.industry-item-8{
   margin-left: -23%;
}
/*----------*/
.custom-btn {
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
  }
  .custom-btn:hover {
    text-decoration: none;
  }
.effect01 {
    color: #FFF;
    border: 2px solid #f55e25;
    box-shadow:0px 0px 0px 1px #f55e25 inset;
    background-color: #f55e25;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .effect01:hover {
    border: 2px solid #f55e25;
    background-color: #FFF;
    box-shadow:0px 0px 0px 4px  #ffe2d7 inset;
  }
  
  /*btn_text*/
  .effect01 a {
    transition: all 0.2s ease-out;
    z-index: 2;
    color: #fff;
  }
  .effect01:hover a{
    letter-spacing: 0.13em;
    color: #f55e25;
    font-weight: 600;
    text-decoration: none;
  }
  
  /*highlight*/
  .effect01:after {
    background: #FFF;
    border: 0px solid #f55e25;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .8;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 50px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);/*easeOutCirc*/
    z-index: 1;
  }
  .effect01:hover:after {
    background: #FFF;
    border: 20px solid #f55e25;
    opacity: 0;
    left: 120%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .btn-submit.effect01{
    border: 2px solid #1a7fc0;
    box-shadow:0px 0px 0px 1px #1a7fc0 inset;
    background-color: #1a7fc0;
  }
  .btn-submit.effect01:hover{
    border: 2px solid #1a7fc0;
    background-color: #FFF;
    box-shadow:0px 0px 0px 4px  #1a7fc040 inset;
  }
  .btn-submit.effect01:hover a{
      color: #1a7fc0;
  }
  .btn-submit.effect01:after{
    border: 0px solid #1a7fc0;
  }
  .btn-submit.effect01:hover:after{
    border: 20px solid #1a7fc0;
  }


.facility-card{
    border:none !important;
}
  .facility-card-body{
    font-weight: 600;
    color: #1a7fc0;
    cursor: pointer;
  }
  .facility-card-body:hover{
    color: #fff;
    background: #1a7fc0;
    border-radius: .25rem;
  }
  @media(max-width: 1169px)
{
	.container
	{
		max-width: 96%;
		width: 100%;
    }
    .supply-container{
        max-width: 1024px;
        margin: 0 auto;
    }
    .industry-item-1 {
        margin-left: 41%;
      }
      .industry-item-2 {
        margin-left: 41%;
      }
      .industry-item-3 {
        margin-left: 44%;
      }
      .industry-item-4 {
        margin-left: 54%;
      }
}
@media(max-width: 1024px)
{
    .container
	{
		max-width: 96%;
		width: 100%;
    }
    .navbar
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .owl-carousel{
        height: 445px;
    }
	.owl-carousel,.slider .item{
		height:445px;
	}
    .section-gap{
        padding: 40px 0;
    }
    .request-left h2{
        font-size: 42px;
    }
    .request-area p{
        font-size: 18px;
    }
    .request-quote-btn{
        padding: 17px 15px;
    }
    .facility-content{
        padding: 30px 0;
    }
    .facility-card-body{
        padding: 20px 12px;
        font-size: 14px;
    }
    .facility-left{
        padding: 0 15px;
    }
    .facility-right li{
        font-weight: 500;
    }
    .industry-item-1 {
        margin-left: 61%;
      }
      .industry-item-2 {
        margin-left: 48%;
      }
      .industry-item-3 {
        margin-left: 50%;
      }
      .industry-item-4 {
        margin-left: 73%;
      }
      .service-text p, .service-text-right p{
          font-size: 14px;
      }
      .industry-item-5 {
        margin-left: -33%;
      }
      .industry-item-6 {
        margin-left: -8%;
      }
      .industry-item-7 {
        margin-left: -8%;
      }
      .industry-item-8 {
        margin-left: -34%;
      }
      .eqp-left{
          margin-bottom: 20px;
      }
      .contact-wrapper{
        padding: 0 15px;
        margin-top: 15px;
      }
}
@media(max-width: 991px)
{
    .container
	{
		max-width: 96%;
		width: 100%;
    }
	.third-caption-width{
		width:562px;
	}
    .request-left h2{
        text-align: center;
    }
    .section-title{
        font-size: 44px;
		line-height:55px;
    }
    .about-area p, .service-area p{
        text-align: justify;
    }
    .supply-container{
        max-width: 730px;
        margin: 0 auto;
    }
    #circle{
        width: 175px;
        height: 175px;
    }
	.mob-service-area{
		padding:0;
	}
    .industry-item-1 {
      margin-left: 34%;
    }
    .industry-item-2 {
      margin-left: 25%;
    }
    .industry-item-3 {
      margin-left: 28%;
    }
    .industry-item-4 {
      margin-left: 49%;
    }
    .service-text p, .service-text-right p{
        font-size: 14px;
    }
    .industry-item-5 {
      margin-left: -18%;
    }
    .industry-item-6 {
      margin-left: 3%;
    }
    .industry-item-7 {
      margin-left: 3%;
    }
    .industry-item-8 {
      margin-left: -19%;
    }
    .inner-title{
        font-size: 28px;
    }
	.copyright-text .client {
		display: block;
		text-align: center;
	}
	.owner{
		display: block;
		float: none;
		text-align: center;
		margin-top:8px;
	}
	
}
@media(max-width: 767px)
{
    .container
	{
		max-width: 96%;
		width: 100%;
    }
	.third-caption-width{
		width:445px;
	}
	.caption-width{
		width:395px;
	}
    .main-banner{
        width: 100%;
        height: 280px;
    }
    .owl-carousel{
        height: 350px;
    }
	.slider .item{
		height:350px;
	}
    .carousel-caption{
        padding-bottom: 50px;
    }
    .carousel-caption h3{
        font-size: 22px;
		line-height: 36px;
    }
    .carousel-caption h1{
        font-size: 34px;
        line-height: 54px;
    }
    .owl-nav button span{
        font-size: 54px;
    }
	.section-title {
		font-size: 36px;
		line-height: 50px;
	}
    .about-area{
        padding: 40px 15px;
    }
    .circle-container{
        display: none;
    }
    .mob-service-area{
        width: 50%;
    }
    .industry-item-1, .industry-item-2, .industry-item-3, .industry-item-4{
      width: 96%;
      margin-left: 0;
      position: relative;
      margin-bottom: 30px;
      padding-left: 46px;
  }
  .industry-item-5, .industry-item-6, .industry-item-7, .industry-item-8{
      width: 99%;
      margin-left: 0;
      margin-bottom: 30px;
      padding-left: 20px;
  }
  .request-area{
      padding: 35px 0px;
      text-align: center;
  }
  .request-content-left{
	  margin-bottom:38px;
  }
  .request-left h2{
      font-size: 35px;
  }
  .service-title-img{
      display: none;
  }
  .service-inner{
      margin-top: 20px;
  }
  .service-text-left-1{
      position: absolute;
      left: 152px;
      padding: 30px 0 0;
  }
  .service-text-left-2{
      position: absolute;
      left: 152px;
      padding: 30px 0 0;
  }
  .service-text-left-3{
      position: absolute;
      left: 152px;
      padding: 30px 0 0;
  }
  .service-text-left-4{
      position: absolute;
      left: 152px;
      padding: 30px 0 0;
  }
  .service-text-right {
      padding: 30px 0 0 26px;
  }
    .facility-section{
        padding: 0px 60px;
    }
    .eqp-left{
        margin-top: 0;
    }
    .eqp-card-img{
        padding: 18px 0;
    }
    .section-gap{
        padding: 20px 0;
    }
    .contact-wrapper{
        display: block;
        margin-top: 20px;
        padding: 0;
    }
    .sbtn {
        min-width: 100%;
    }
    .copyright-text, .copyright-text a {
        font-size: 14px;
    }
}
@media(max-width:575px){
	.owl-carousel{
        height: auto;
    }
	.slider{
		padding-top: 10%;
	}
	.slider .item{
		height:auto;
	}
    .mob-service-area{
        width: 100%;
		padding: 0 15px;
    }
    .service-text-left-1, .service-text-left-2, .service-text-left-3, .service-text-left-4{
        left: 145px;
    }
    .industry-item-5, .industry-item-6, .industry-item-7, .industry-item-8{
        padding-left: 46px;
    }
    .service-text p, .service-text-right p{
        font-size: 18px;
    }
    .service-text-right {
        padding: 30px 0 0 20px;
    }
	.copyright-text .client{
		font-size:12px;
	}
	.copyright-text .client a{
		font-size:11px;
	}
	
	.owner p, .owner span{
		font-size:11px;
	}
	.owner img{
		width:20px;
		height:20px;
		margin:0;
	}
	
}
@media(max-width: 480px)
{
	.container
	{
		max-width: 96%;
		width: 100%;
    }
	.caption-width {
		width: 300px;
	}
	.third-caption-width {
		width: 335px;
	}
    .navbar-mob-col{
        width: 50% !important;
    }
    .navbar .navbar-brand img{
       /* height: 45px;*/
	   width:142px;
    }
    .carousel-item{
        max-height: 385px !important;
      }
    .carousel-caption h3{
        font-size: 18px;
		line-height:26px;
    }
    .carousel-caption h1{
        font-size: 28px;
        line-height: 40px;
    }
    .owl-nav button span{
        font-size: 36px;
    }
    .section-title{
        line-height: 36px;
        font-size: 30px;
    }
    .section-sub-title{
        margin-top: 10px;
    }
    .about-area h2, .service-area h2, .contact-us h2{
        font-size: 30px;
    }
    .about-area p, .service-area p{
        line-height: 1.8;
        font-size: 16px;
		text-align: justify;
    }
    .about-us-img{
        text-align: center;
    }
    .about-us-img img{
        height: 115px;
        margin-bottom: 15px;
    }
    .request-area h2{
        font-size: 24px;
    }
    .request-area p {
        padding-top: 10px;
        line-height: 1.5;
        font-size: 16px;
    }
    .industry-item-5, .industry-item-6, .industry-item-7, .industry-item-8{
        padding-left: 46px;
    }
    .custom-btn{
        margin: auto;
    }
    .btn-submit.custom-btn{
        max-width: 100%;
    }
    .industry-title{
        font-size: 22px;
    }
    .facility-title-head{
        font-size: 24px;
    }
    .facility-content{
        padding: 30px 15px;
    }
    .facility-content p{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .address-section h4, .contact-form h4{
        font-size: 24px;
    }
    .address-section p, .contact-form p{
        font-size: 14px;
    }
    .inner-title{
        font-size: 24px;
        margin-bottom: 30px;
		line-height: 38px;
    }
    .mob-service-area{
        width: 100%;
    }
    .service-text-left-1, .service-text-left-2, .service-text-left-3, .service-text-left-4{
        left: 145px;
    }
    .service-text-right {
        padding: 30px 0 0 20px;
    }
    .facility-section{
        padding: 0px 0px;
    }
    .facility-right li{
        font-weight: 500;
        font-size: 18px;
    }
    .facility-card-body{
        font-size: 14px;
    }
    .facility-left{
        display: none;
    }
    .facility-right {
        width: 100%;
    }
    .eqp-wrapper{
        margin-bottom: 0;
    }
    .eqp-left{
        margin-top: 25px;
		padding: 0;
		margin-bottom:0;
    }
    .eqp-card-img{
        padding: 12px 0;
    }
}
@media (max-width:424px){
	.caption-width{
		width:75%;
	}
	/*.slider .item {
		height: 195px;
	}*/
	.third-caption-width{
		width:65%;
	}
	.industry-item-1, .industry-item-2, .industry-item-3, .industry-item-4 {
        width: 100%;
        padding-left: 20px;
    }
    .industry-item-5, .industry-item-6, .industry-item-7, .industry-item-8 {
        width: 100%;
        padding-left: 20px;
    }
	.service-text-left-1, .service-text-left-2, .service-text-left-3, .service-text-left-4{
        left: 112px;
    }
	.service-text-right {
		padding: 30px 0 0 12px;
	}
}
@media (max-width:320px){
    .request-area h2{
        font-size: 18px;
    }
    .request-area p{
        font-size: 14px;
    }
	.mob-service-area{
        padding:0 8px;
    }
    .industry-item-1, .industry-item-2, .industry-item-3, .industry-item-4 {
        width: 100%;
        padding-left: 0px;
    }
    .industry-item-5, .industry-item-6, .industry-item-7, .industry-item-8 {
        width: 100%;
        padding-left: 0px;
    }
    .service-text-left-1, .service-text-left-2, .service-text-left-3, .service-text-left-4{
        left: 94px;
    }
	.service-text-right {
		padding: 30px 0 0 12px;
	}
    .facility-content p{
        font-size: 14px;
    }
    .service-area p{
        font-size: 14px;
    }
  }


  