html,body
{
    font-family: "Open Sans", sans-serif;
    overflow-x:hidden !important;
    padding:0px;
    margin:0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-header{
    padding:5px 78px;
    display:none !important;
}
.top-header .phone-div{
    padding-right: 45px;
}
.phone-div p,.mail-div p{
    margin: 0px !important;
    padding: 0px !important;
}
.logo img{
  float:left;
  width:85%;
  height:auto;
}
#header {
  transition: all 0.5s;
  /*z-index: 997;*/
  background: #fff;
  border-bottom:1.5px solid #000 !important;
}
#header .logo-part{
padding:10px 0px;
}
#header #logo img {
  padding: 0;
  margin: 0;
  margin-left:25px;
}
.scrolled-offset {
  margin-top: 72px !important;
}

@media (max-width: 768px) {
  /*#header {
    height: 60px;
  }*/
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .scrolled-offset {
  margin-top: 81px !important;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0px 48px 0px 0px;
  float: right;
  /*align-items:center !important;*/
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a {
  display: flex;
  align-items: left;
  justify-content: space-between;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color:  #006cae !important;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
}

.navbar a i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
/*  background-color: #106eea;*/  
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #a9a9a9 !important;
  border-bottom: none;
}
/*-------------*/
navbar-mobile
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
.mobile-nav-toggle {
    display: none;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    box-sizing: border-box;
    border: 1px solid;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 24px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #a9a9a9 !important;;
}
.navbar-mobile .getstarted {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #a9a9a9 !important;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*---------------*/
/*Slider*/
/*----------------*/

.carousel-inner{
  width:100%;
  max-height: 800px !important;
}
.carousel-item{
    transition: transform 4s ease, opacity .5s ease-out;
}
/*----*/
.content-image-overlay{
  width: 1000px;
  height: auto;
  margin: 0px auto 0px auto !important;
  background:#fff !important;
  z-index:9;
}
.content-image-overlay-inner1,.content-image-overlay-inner2{
  padding:40px;
  border:1px solid #000;
  margin: 20px 10px;
}
.quality-certificates-home{
  display: flex;
}
.quality-certificates-home .item{
  width:100%;
  height:auto;
  overflow: hidden;
}

.content-section-home{
    padding: 32px 65px;
}
.img-div{
    background-image: url(../images/tmpimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.inside-imgcont{
    padding: 45px 23px 0px 38px;
}
.inside-imgcont-p{
    font-size: 22px !important;
    color: #ccc;
    margin: 0px;
    line-height: 40px;
    font-weight:600;
}
.inside-imgcont-h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 42px 0px 100px 0px;
    line-height: 50px !important;
}
.inside-imgcont-a{
    font-size: 27px;
    padding: 20px 50px 20px 50px;
    background-color:#006cae;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}
.specialists{
    padding-left: 0px !important;
}
.specialists-h2{
    font-size: 20px;
    font-weight: 600;
}
.specialists-h3{
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size:24px;
}
.specialists-p{
    margin-bottom: 32px;
}

.our-mission-p{
    color: #006cae;
    font-style: italic;
}
.our-mission-h4{
    font-weight: 600;
    font-size:18px;
    color:#000 !important;
}
.our-mission{
   border: 1px solid #ccc;
   padding: 15px 18px;
   width: 100%;
   height: 220px;
   margin-left:16px !important;
   box-shadow: 2px 5px 2px #979797 !important;
   color:#000 !important;
}
.index-products{
    background-image:url("../images/product-banner.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}
.index-products-content, .index-products-certificate{
    /*background:#e2e3e5;*/
    padding:100px 40px 100px 80px !important;
}
.index-products-content h3, .index-products-certificate h3{
    font-size:30px;
}
.index-products-certificate-inner img{
    box-shadow:5px 5px 10px #000;
}
.index-products-content ul{
    list-style:square;
    padding:15px 0px !important;
}
.index-products-content ul li {
    font-family: "sans";
    line-height: 50px;
    font-size: 30px;
    color: #144ea0 !important;
    
}
/*-----*/
.footer-section{
    padding: 10px 30px 0px 0px;
    background-color: #144ea0;
}
.address-col{
    padding: 0px 0px 10px 32px !important;
}
.links-col{
    padding: 0px 0px 10px 80px !important;
}
.contact-col{
      padding: 0px !important;
}
.footer-section h4{
    color: #ccc;
    font-size: 16px !important;
    font-weight: 600;
    padding: 20px 20px 20px 0px;
    border-bottom: 1px solid black;
}
.footer-contact{
    /*padding:0px 0px 0px 30px !important;*/
    padding:0px 0px 0px 0px !important;
}
.footer-links ul{
    list-style: none;
    padding: 0px;
}
.footer-links ul li i{
    color: #006cae;
}
.footer-address h5{
    font-weight: 600;
    font-size:16px;
}
.social-media a, .footer-contact p, .footer-links a, .footer-address a, .footer-address p{
    font-size: 14px;
}
.footer-links a, .footer-contact p, .footer-address h5, .footer-address p{
    color: #fff;
    line-height:38px;
}
.footer-links a:hover, .social-media a span:hover, .social-media a i:hover{
    color:#000;
    text-decoration:none;
}
.footer-contact p, .footer-address p{
    line-height:40px;
}
.footer-hr{
     border-bottom:1px solid #006cae;
     padding: 0px;
     margin: 0px;
}
.copyright-content p{
    margin: 0px;
    padding: 6px 12px;
    font-size: 14px;
    color:#fff;
}
.copyright-content a{
    color:#006cae;
    color:#fff;
    background-color:none !important;
}
.copyright-content a:hover{
    color:#000;
}
.social-media{
    padding:0px 40px 0px 25px;
}
.social-media a{
    color: #fff;
    line-height:40px;
}
.social-media ul{
    list-style:none;
    padding-left:0px;
}
.social-media a:hover{
    color:#000;
    text-decoration:none;
}

.whatsapp-icon{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366 !important;
  color:#FFF !important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.bi-whatsapp::before{
   margin-top: 13px !important;
}

/*---*/
/*About us*/

.content-section-about{
    padding: 0px;
}
.aboutus-heading{
    padding: 50px 0px;
    margin-top: 39px;
    background:#94C7E3;
}
.about-us-image img{
    border:1px solid #ccc;
}
.about-us-main-img{
    padding:15px 0px !important;
}
.aboutus-heading h1{
    font-size: 40px !important;
    margin:0px !important;
    /*color:#006cae;*/
    color:#000;
}
.about-us-main-content
{
  padding: 40px 20px 0px 10px !important;
}
.aboutus-content{
  padding: 30px 35px !important;
}
.aboutus-ourcore{
  padding: 50px 40px 44px 40px !important;
}
.aboutus-content p{
    text-align:justify !important;
    font-size:17px !important;
}
.leadership-each h2{
    font-weight:600 !important;
    font-size:28px !important;
}
.leadership-each h3{
    font-weight:600 !important;
    font-size:24px !important;
}
.leadership-each h4{
    font-size:18px !important;
}

.leadership-each{
    background: #cccccc35;
}
/*----*/
/*Products*/

#product-carousel{
    padding:0px 80px !important;
}
#product-carousel img{
    padding:0px !important;
    width: 100%;
    height:auto;
    border:1px solid #ccc;
}
#product-carousel .item{
    padding:0px 3px 4px !important;
}
.product-heading{
    background-color:#e3e3e3 !important;
}
.product-main-div{
    padding:20px 80px;
}
.castings-standards .table td, .castings-standards .table th{
    padding:7px !important;
}
.castings-each{
    padding:12px 15px;
    margin:10px 0px !important;
}
.castings-each .castings-standards{
    background:#cccccc35;
    padding:14px 20px;
    border: 1px solid #cccccc50;
}
.castings-each .castings-standards h2{
    font-size: 28px !important;
    color:#000;
    font-weight:600;
    margin-top:10px;
}
.castings-standards ul li{
    /*color:#006cae;*/
    color:#000;
}
.castings-standards ul{
    list-style:none;
}
.castings-standards ul li::before {
    content: '\21A0';
    /*color: #006cae;*/
    color:#000;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
    width: 1em;
    margin-left: -22px;
    padding-right:22px;
}
.standards, .grades{
    padding-top:14px;
}
.standards h4, .grades h4{
    font-size:18px;
}

/*---*/
/*Contact us*/
.content-section-contactus{
    padding: 0px;
}
.contactus-heading{
    padding: 40px 0px;
    background: #006cae;
}
.contactus-info{
    padding:0px 20px 0px 0px;
}
.contactus-info h3,.contactus-enquiry h3,.contactus-location h3{
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0px 25px 0px;
}
.Contactus-inner h4{
    color: #006cae;
    font-weight: 600;
    font-size: 18px;
}
.Contactus-inner p{
    font-size: 16px;
}
.Contactus-inner p i{ 
    color: #006cae;
}
.contactus-location{
    padding: 20px 0px 0px 0px;
}
.submit-button{
    background-color: #0ba4d0;
    font-weight: 600;
}
.submit-button:hover{
    color: #0ba4d0;
    font-weight: 600;
    background: #fff;
}
.Working-hours{
  padding:30px 0px;
}
.location-map{
    border: 1px solid #ccc;
}

/*----*/
/*Infrastructure*/

.infrastructure-each{
    margin:40px 0px;
    border:2px solid #f1d900db;
    padding:35px 35px;
    background:#cccccc35;
}
.infrastructure-image{
    /*border:2px solid #f1d900db;*/
    padding:0px !important;
    width:100%;
    height:auto;
}
.infrastructure-image img{
    width:100%;
}
.infrastructure-image1{
    display:flex;
    align-items:center;
    height:100%;
}
.infrastructure-title h5{
    text-align:center;
    font-size: 15px;
    font-weight: bold;
}
.infrastructure-image1 img{
    width:100%;
    padding:0px 10px;
}
.infrastructure-content{
    padding:0px 0px 0px 29px !important;
}
.infrastructure-content h3{
    font-size:24px;
    font-weight:600;
    color: #000;
}
.infrastructure-content ul li{
    color:#000;
}
.infrastructure-content ul{
    list-style:none;
}
.infrastructure-content ul li::before {
    content: '\21A0';
    color: #000;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
    width: 1em;
    margin-left: -22px;
    padding-right:22px;
}
/*---*/
/*Quality*/
#quality-carousel{
    padding:0px 80px !important;
}
#quality-carousel img{
    padding:0px !important;
    width: 100%;
    height:auto;
}
#quality-carousel .item{
    padding:0px 4px !important;
}
.quality-main{
    padding:20px 80px !important;
}
.certicate-main{
    padding:35px 0px 20px 0px !important;
}
.quality-content, .standars-followed, .certifications{
    margin:0px 17px 0px 15px;
}
.quality-content h2, .standars-followed h2,.certifications h2,.certicate-main h2{
    font-size:28px !important;
}

.standars-followed ul li, .certifications ul li{
    /*color:#006cae;*/
    color:#000;
}
.standars-followed ul, .certifications ul{
    list-style:none;
}
.standars-followed ul li::before {
    content: '\21A0';
    /*color: #006cae;*/
    color:#000;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
    width: 1em;
    margin-left: -22px;
    padding-right:22px;
}
.certifications ul li::before{
    content: '\21A0';
    /*color: #006cae;*/
    color:#000;
    font-weight: bold;
    display: inline-block;
    font-size:18px;
    width: 1em;
    margin-left: -22px;
    padding-right:22px;
}
.certificate-each{
    overflow:hidden;
    opacity:1;
}
.certificate-col{
    padding:0px !important;
    border:1px solid #ccc;
}
.certificate-each img{
    width:100%;
    vertical-align: middle;
    border-style: none;
    padding:0px !important;
}
.certificate-each p{
    font-size: 14px !important;
    font-weight: 600;
}
.navbar-toggler{
    border: 1px solid #000;
    box-shadow: 4px 4px 4px #ccc;
}
.navbar-toggler-icon{
    color:#000 !important;
}

/*----------*/
/*media query*/
/*-------------*/
@media only screen and (max-width: 768px){
     
     .contactus-info {
        padding: 0px 0px 0px 20px;
    }
    .top-header {
       display:none !important;
    }
    .bi-list::before{
        font-size: 23px !important;
    }
    .content-section-home{
        padding: 20px 10px !important;
    }
    .specialists {
       padding: 20px 20px !important;
    }
    .specialists-p {
       margin-bottom: 15px;
       text-align: justify;
    }
     .logo img{
         width:100% !important;
     }
     .aboutus-heading h1{
         font-size:35px !important;
     }
     .navbar-collapse {
       padding-top: 0px !important;
    }
    /*.carousel-item img{*/
    /*    height: 280px !important;*/
    /*    width:auto !important;*/
    /*    height:240px !important;*/
    /*    width:100% !important;*/
    /*}*/
     .navbar{
         padding:0px 10px 10px !important;
         margin-top:0px !important;
     }
     .index-products-certificate {
        padding: 10px 10px 100px 20px !important
    }
    .index-products-certificate-inner{
        padding-top:20px !important;
    }
     .footer-links, .address-col, .links-col, .contact-col, .copyright-content{
        padding:0px !important;
    }
    .footer-section{
        padding:40px 30px 0px 37px !important;
    }
    .social-media{
        margin-bottom:10px !important;
    }
    .our-mission{
       margin-left: 0px !important;
       height:auto;
    }
    .index-products-content{
      padding:15px 15px !important;
     }
    .img-div{
        margin:0px 0px 0px 7px;
    }
    .inside-imgcont-h3{
        font-size:24px !important;
    }
    .inside-imgcont-p{
        font-size:18px !important;
    }
    .inside-imgcont{
        text-align:left !important;
    }
    .aboutus{
        padding:0px 0px 0px 3px !important;
    }
    .aboutus-heading{
        margin-top:14px !important;
        padding:25px 0px !important;
    }
    .inside-imgcont-a{
        font-size:18px;
        padding:20px 30px !important;
    }
    .social-media{
        padding:0px !important;
    }
    .footer-contact {
        padding:0px !important;
    }
   .img-div {
    display:none !important;
   }
   .index-products-content ul li {
    font-size: 18px;
    line-height: 35px;
    list-style-position: inside;
   }
    .index-product-inner {
        text-align: left !important; 
    }
    .index-products-content ul {
        list-style: square;
        padding: 15px 10px !important;
    }
   .product-main-div {
        padding: 20px 10px !important;
    }
    .castings-each .castings-standards {
        padding: 14px 10px !important;
    }
    .infrastructure-content {
        padding: 0px 0px 0px 11px !important;
    }
    .infrastructure-content h3 {
    font-size: 20px !important;
    padding-top:20px !important;
    }
    .quality-main{
    padding:20px 0px !important;
    }
    .quality-content p{
        padding:0px 14px !important;
    }
}
/* ----------- iPad Pro ----------- */

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
      .navbar {
        padding: 5px 20px 5px 30px;
        margin-top: -35px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:10px 6px !important;
        font-size:14px !important;
        text-align: center !important;
    }
    .top-header {
        padding: 10px 40px !important;
    }
    .collapse {
        width:100% !important;
    }
    .our-mission{
        height:280px !important;
    }
    .inside-imgcont-a{
        padding: 20px 26px;
    }

    .links-col {
        padding: 0px 0px 20px 40px !important;
    }
    .social-media {
        padding: 0px 0px 0px 0px !important;
    }
    .footer-contact {
        padding: 0px 0px 0px 40px !important;
    }
    .address-col {
        padding: 0px 0px 20px 56px !important;
    }
    
}

/*------------iPad---------*/
@media only screen 
  and (min-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .navbar {
        padding: 5px 20px 5px 30px;
        margin-top: -15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:10px 6px !important;
        font-size:14px !important;
        text-align: center !important;
    }
    .navbar-collapse {
        padding-top: 0px;
    }
    .top-header {
        padding: 10px 40px !important;
    }
    .collapse {
        width:100% !important;
    }
    .scrolled-offset {
        margin-top: 95px !important;
    }
    .inside-imgcont-a{
        padding: 20px 26px;
    }
    .links-col {
        padding: 0px 0px 20px 40px !important;
    }
    .social-media {
        padding: 0px 0px 0px 0px !important;
    }
    .footer-contact {
        padding: 0px 0px 0px 15px !important;
    }
    .index-products-certificate-inner img{
        width:100%;
    }
    .contact-col {
    padding: 0px 0px 20px 0px !important;
    }
    .address-col {
        padding: 0px 0px 20px 15px !important;
    }
    .content-section {
    padding: 40px 20px !important;
    }
}



/*Lightbox*/
/*-------------*/
.column {
  float: left;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

/*.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}*/

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Next & previous buttons */
@media only screen and (max-width: 768px){
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 6px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.modal-content {
  width: 90%;
}
}


.section-above-slider-main{
  background-color:  #006cae;
}
.section-above-slider{
  background:transparent !important;
  padding:0px 80px !important;
  position: relative;
  margin-top: -71px;
}
.section-above-slider .row{
  padding:15px 0px !important;
}
.section-above-slider-heading{
    opacity: 0.75 !important;
}
.section-above-slider-heading:before{
    opacity: 0.75 !important;
    position:absolute;
}
.section-above-slider-heading h4{
  padding:8px;
  background-color: white;
  border:1px solid #000;
  font-size:1.2rem !important;
  margin-bottom:3px !important;
  color: #006cae;
  font-weight:bold;
}
.section-above-slider-slider{
  background-color: #fff;
  padding:17px 30px;
  height:220px;
  align-items:center !important;
  border:1px solid #000;
  position:relative;
}

.section-above-slider-slider-photo{
  background-color: #fff;
  padding:17px 52px;
  height:220px;
  align-items:center !important;
  border:1px solid #000;
  position:relative;
}

#home-carousel{
    padding:0px !important;  
}
#home-pg-carousel{
   padding:0px !important;
}

#home-carousel .item img{
    display: block;
    width: 40%;
    height: 90px;
    margin:auto;
    border: 1px solid #ccc;
}
.section-above-slider-slider h5{
    font-size:16px !important;
    justify-content:center !important;
    font-style:italic;
}
#home-pg-carousel .item img{
    display: block;
    width: 100% !important;
    height: 150px;
    margin:auto;
    padding:0px 1px !important;
}
#home-pg-carousel .item{
     border: 1px solid #ccc;
}

@media (max-width: 768px) {
.section-above-slider{
  padding:0px 5px !important;
  margin-top: 0px;
}
.section-above-slider-slider-photo{
  padding:30px 74px;
}
.infrastructure-content h3{
    text-align:center !important;
}
.infrastructure-image1 img{
    padding:15px 0px 0px 0px !important;
}
.whatsapp-icon{
  right: 20px !important;
  width:50px !important;
  height:50px !important;
  font-size: 25px !important;
}
.about-us-main-content
{
  padding: 0px 10px !important;
}
.aboutus-ourcore{
  padding: 50px 40px 0px 40px !important;
}
}



