
/* generics css  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Open Sans, Helvetica, Arial, sans-serif;  
    font-size: 14px;
    color:#696969;
}
ol ,ul{
    margin: 0;
    padding: 0;
    
 }
h1 ,h2 ,h3,h4 ,h5{
    color: #EE3338;
    margin: 0;
    padding: 0;
}
h1 {
  font-weight: bold;
}
h2 {
   font-weight: 700;
   font-size:2rem;
}
h3 {
    font-weight:500;
    font-size:1.3rem;
}
h4 { 
    font-size:1.3rem;
     font-weight: 600;
}
h4 { 
    font-size:1.2rem;
     font-weight: 500;
}
h5 { 
    font-size:1.1rem;
    font-weight: 400;
}
h6 {
    font-weight: 300;
    font-weight: 200;
}
p {
    font-size: 0.7rem;  
}
a {
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: 200;  
    text-decoration: none;
    font-size: 1rem;
    color: #696969;   
}
section {
    padding: 2rem 0;
}
a:hover {
    color: #EE3338;  
}
/* generics css end */

/* navbar-menu  */
.icons {
 color: #EE3338;
}
.icons i {
    margin-left: 1rem;
    font-size: 2rem;
}

a.ms-2 {
    color: #EE3338 !important;
    font-size: 2rem !important;
    font-weight: bold !important; 
}
#list-item {
    font-size: 1rem !important;
    padding: 0rem 1rem !important;
}
nav li {
    padding: 0 1rem !important;
}
li.nav-item.dropdown {
    list-style: none !important;
    font-size: 1.2rem !important;
}
a.nav-link.dropdown-toggle:hover {
    color: #EE3338 !important;
}

.sticky {
    position: sticky;
    top: 0px;
}
/* <!-- SECTION SLIDER START  -->   */
.slider {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0 ,0 ,0 , 0.5);
    height: 100%;
    width: 100%;
}
.carousel-indicators {
    bottom: -3rem;
    border-bottom: white;
}
.carousel-caption {
   position: absolute;
   top: 150px !important;
 }
.carousel-item img {
    height: 40rem;
 }
.carousel-indicators [data-bs-target]{
    background-color: #EE3338;
    height: 6px;
}
.para-cetgoery {
    font-size: 1rem;
 }
.slider-def {
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
}
.bc-transparent{
  background: rgba(0 ,0 ,0 , 0.2);
  text-align: center; 
  position: absolute;
  bottom: 0rem;
  left: 0;
  height: 4rem;
  width: 100%;
  padding: 1rem;
}
.bc-transparent h3{
    color: #fff;
}

.earthaddress,.cr-contact-details,.cr-contact-details a{
    color : #fff !important;
    font-size: 1rem !important;
}
/* <!-- SECTION CAROUSER  --> */
.pcat-carousel {
    background-color: #ffffff;
}
.front-text {
    text-align: center;
    margin: 1rem 2rem;
}
/* .first-sec {
   border-radius: 0.6rem;
} */
.item h3 {
    text-align: center;
    margin-top: 0.6rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #EE3338;
    margin: auto;
}
.item p {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
.content {
    text-align: center;
    padding: 1rem;
}
.content h3 {
    font-size: 1.3rem;
    padding: 0.5rem 0.5rem;
    text-transform: capitalize;
}
.first-sec {
    border: 1px solid #dcd6d6;
    margin-bottom: 3rem;
}
.first-sec a {
    color: #fff;
    text-transform: capitalize;
}
.second-sec a {
    color: #fff;
}
.second-sec {
    border: 1px solid #dcd6d6;
    margin-top: 3rem;
}
.btn-2 {
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.9rem;
    background-color: #3f4096;
    color: #fff;
    border: none;
    border-radius: 0.2rem;
}
.btn-2:hover {
    background-color: #EE3338;
}
.center-button {
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}
.center-button button {
   height: 2.4rem;
   width: 9.4rem;
   border: none;
   background-color: #EE3338;
   padding: 0.5rem 0;
}
.center-button button a {
    color: #fff;
    text-transform: capitalize;
}
.center-button button:hover {
    background-color: #3f4096;
} 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #EE3338;
    opacity: 0.6;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #EE3338;
    
}
/* .owl-carousel {
    display: block !important;
} */
span {
    color: #3f4096;
    font-size: 2rem;
}


/* SERVICES SECTION */

.serives-cetogery {
    text-align: justify;
    /* background-color: #D6DBDF; */
    border-top: 0.1rem solid #f5f1f1;
}
.services-details {
    padding: 0.7rem 0;
}
.service-img {
    height:100%;
    width: 100%;
    transition: 0.5s;
}
.text-cen {
    text-align: center;
    padding: 0.5rem 0.5rem;
    color: #3f4096;
}
.head h3 {
    text-transform: uppercase;
}
.slogan {
    width: 60%;
    margin: auto;
    border-bottom: 0.2rem solid #3f4096;
    margin-bottom: 0.5rem;
}
.slogan h4 {
    color: #3f4096;
    text-transform: capitalize;
    padding: 0.3rem 0;
}
.para-cet p {
    font-size: 0.9rem;
    color: #696969;
    margin-top: 0.7rem;
}
.anc-det a {
    color: #3f4096;
    font-weight: bold;
    margin-bottom: 1rem;
}
.btn-3 {
    padding: .6rem 1.6rem;
    background-color: #3f4096;
    border: none;
    color: #fff;
    border-radius: 0.5rem;
    text-transform: capitalize;
}
.btn-3:hover {
    background-color: #EE3338;
}
#rel-content {
    position: relative;
    transition: 0.5s;
}
.hover-content {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    font-size: 20px;
    background: rgba(0 ,0 ,0 , 0.2);
    display: none;
    height: 4rem;
    width: 100%;
    text-align: center;
}
.hover-content h3 {
    margin-top: 1rem;
    color: #fff;
    font-weight: bold;
}
#rel-content:hover .hover-content {
    display: block;
}

/* end services section  */

/* <!-- our-client section-start -->  */
.our-clients-details {
    background-image: linear-gradient( rgba(0 ,0 ,0 , 0.1),white) , url(../assets/images/industry/earth/gold-background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.heading-details h2 {
    text-align: center;
    padding: 1.2rem 0;
}

.heading-details p {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0;
}
.video-carousel {
    background-color: rgba(0 ,0 ,0 , 0.3);
    padding: 2.7rem;
}
.carousel-child-img img {
    padding: 1rem;
    height: 164px;
    transition: .5s;
    border-radius: 1.2rem;
}
.carousel-child-img {
    transition: .7s;
}
.btn-4 {
    text-align: center;    
}
.btn-4 button {
    height: 3rem;
    width: 11rem;
    background-color: #EE3338;
    margin-top: 0.7rem;
    border: none;
}
.btn-4 button a {
    color: #ffffff;
}
.btn-4 button:hover {
    background-color: #3f4096;
}
.carousel-child-img:hover {
    transform: scale(1.08);
}
/* <!-- our-client section-start -->  */


 /* <!-- about-us section start  --> */
 .demo-heading {
    text-align: center;
}
.about-heading {
    text-align: center;
    padding: 1rem 0;
}
.about-heading h2 {
    font-size: 2.3rem;
}
.about-heading p {
    font-size: 1.4rem;
}
.cetegory h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #EE3338;
    padding: 0.4rem;
    opacity: 0.4;
}
.cetegory p {
    font-size: 0.9rem;
    padding: 1rem;
    border: 1px solid rgb(235, 231, 231);
    border-bottom: 0.2rem solid #3f4096;
    color: #2a2929;
    text-align: justify;
}
 .demo-heading p {
    font-size: 1.4rem;
}
.demo-cet h3 {
    text-align: center;
    line-height: 2.5rem;
    margin: 0.9rem 0;
}
.demo-cet p {
    font-size: 0.8rem;
    text-align: justify;
    color: #2a2929;
} 
/* <!-- about-us section end  -->  */
/* contact-us-page  */
.icone-head{
    text-align: center;
}
.location-icone h2 {
    font-size: 3rem;
    color: #3f4096;
}
.location-icone h3 {
    color: #3f4096;
    padding: 0.4rem 0;
}
.icon-para p {
    font-size: 0.9rem;
    text-align: justify;
}
.show-txt {
    font-size: 1.3rem;
}
/* contact-us-page  */

/* footer section  */
.footer {
    background-color:rgb(36 35 35);    
}
.paragraph {
    font-size: 1rem;
    color: #fff;
} 
#list a {
    margin: 0.8rem 0;
    color: #fff;
} 
#list li {
    margin: 0.3rem 0;
    list-style:none ;
    text-transform: capitalize;
}
#list a:hover {
    color:#EE3338;
}
.footer-discripation {
    background-color:#100f0f;
    color: #fff;
    height: 4rem;
    padding: 1rem;
   
}
/* end footer section  */


/*
product-inner-page
*/
.hover-active {
    background-color: #EE3338;
}
.hover-active a {
    color: #ffffff!important;
    font-weight: bold!important;
}
.product-list li {
    list-style: none;
    padding: 0.4rem 1rem;
} 
.product-list li:hover {
    background-color: #3f4096;
}

.product-list li:hover a {
    color: #ffffff!important;
    font-weight: bold;
}
#list-item {
    text-transform: uppercase;
    color: #4d4a4a;
    font-weight: bold;
    margin-left: 1rem;
}

a#list-item {
    padding: 0.5rem !important;
}
li#list-item-second {
    padding: 0.5rem !important;
    text-align: center;
}
/* ..........  */
.product-heading-deatails h2 {
    border-bottom: 0.2rem solid #3f4096;
    width: 50%;
    padding: 0.5rem 0;
}
.products-active {
    color: #EE3338 !important;
}
.product-heading-deatails p {
    margin: 1rem 0;
    font-size: 0.9rem;
    text-align: justify;
    padding: 0.7rem;
}
.pro-box img {
    height: 100%;
    width: 100%;
}
 .home.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #EE3338 !important;
    font-weight: bold;
}
 .home.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: red !important;
}
.home a {
    color: red;
}
.nav-link {
    color: rgb(61, 59, 59);
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.product-active {
   color: #1b1a1a !important;
}
.test {
    padding: 0px;
}
.tab-content {
    padding: 0.3rem;
}
.nav-tabs a {
    margin: 0 0.4rem;
}
ul.dropdown-menu.show {
    border-radius: unset !important;
}
.navbar-nav {
    padding-top: 0 !important;
}
/* video nav-tab  */
iframe {
    border: 0;
    padding: 0.3rem 0.1rem;
    width: 100%;
}
/* light-box-modal  */

.row > .column {
    padding: 8px 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column-one{
    margin: 1rem 0;
    text-align: center;
}
.thumbanil-row{
    display: flex;
    justify-content: space-between;
}   
.demo {
    height: 11rem;
    width: 12rem;
    padding: 0.3rem;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    padding: 3rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0 ,0.8);
  
}

 .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 1200px;
}
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 1rem;
    right: 1.6rem;
    font-size: 2.2rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
 
.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}
.card {
    border: none;
}
  /* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 37%;
  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;
}

.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(186, 25, 25, 0.2);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: #3f4096;
    color: white;
}
.caption-container p {
    margin-top: 1rem;
    word-spacing: 0.4rem;
    font-size: 1rem;
}

.demo cursor{
    opacity: 0.3;  
}
.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
} 


/* clients-inner-page  */
.heaading-data {
    text-align: center;
}
.heaading-data h2 {
    padding: 0.3rem 0;
    border-bottom: 0.2rem #3f4096 solid;
    width: 20%;
    margin: auto;
}
.heaading-data p {
    font-size: 1rem;
    padding: 0.6rem 0;
}
.client-img {
    transition: 0.5s;
    padding: 0.7rem 0;
    border: 1px solid #e5e2e2;
    box-shadow: 0 0 1.3rem #D6DBDF;
}
.client-img img {
    padding: 1.2rem;
    height: 13rem;
    width: 100%;
    /* margin-top: 1rem; */
}
.box-top {
    margin-top: 0.7rem;
}
.client-img:hover{
    transform: scale(1.02);
}
.inner-client {
    width: 80%;
    margin: auto;
}
img.hover-shadow.cursor {
    height: 200px;
}
/* <!-- contac-us -inner-page  -->  */
.cont-img {
    transition: 0.5s;
}
.cont-img img{
    height: 25rem;
    width: 100%;
}
.cont-img:hover {
    transform: scale(1.02);
}
.contct-person {
    text-align: center;
    margin-top: 1rem;
 }
.contct-person h2{
    padding: 0.6rem 0;
}
.contct-person strong{
    color: #3f4096;
    font-weight: bold;
    font-size: 1rem;
}
.contact-address {
    text-align: center;
    margin: 2rem 0;
}
.contact-address h3{
    font-weight: bold;
}
.contact-address p{
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: bold;
}
.contc-icon i{
    color: #EE3338;
    padding: 0.4rem 0.6rem;
}
.form-heading h1{
    text-align: center;
} 
.form-contact {
    width: 90%;
    margin: auto;
}
.form-control ,.form-select ,textarea {
    border: none;
    padding: 1.6rem 0;
    border-radius: 0;
    border-bottom: 0.1rem solid #EE3338 !important;
    margin-bottom: 1rem;
}
.form-control ,.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus {
    outline: none;
} 
.cont-btn {
    background-color: #EE3338;
    border: none;
    padding :0.7rem 3rem ;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    transition: 0.5s;
}
.cont-btn:hover {
    background-color: #3f4096;
}
/* <!-- contac-us -inner-page  -->  */

 /*use mediaquries  */
 
@media (max-width:600px) {
    #header-show p {
        display: none;
    }
    #icons {
      margin-top: 1rem;
    } 
    a.ms-2  {
        font-size: 1.3rem !important;
        padding-right: 6rem;
    }
    h2.mt-1 {
        position: absolute;
        left: 0;
    }
    .ms-3 {
        margin-left: 2rem!important;
    }
    .icone-part h2, h6 {
        margin-right: -2.6rem !important;
    }
}
@media(max-width:763px) {
     .carousel-caption{
     left: 16rem;
    } 
    .carousel-caption .para-cetgoery{
        display: none;
    }
}
@media(max-width:500px){
    .second-sec h1{
        font-size: 0.5rem;
    }
}
@media(max-width:500px){
    .carousel-item img {
        height: 28rem;
     }
     .carousel-caption{
        bottom: 5rem;
        left: 4rem;
     }
     .carousel-caption h1{
        font-size: 1.5rem;
        padding: 0.4rem 0;
     }
     .carousel-caption h2{
        font-size: 1.4rem;
     }
     #order{
        order: 2;
     }
     #order1{
        order: 1;
     } 
     .head h3{
        text-align: center;
     }
     .bd-area{
        margin: auto;
        margin-bottom: 0.5rem;
     }
    }
@media(max-width:768px){
    #center-text{
        text-align: center;
      }
}
@media(max-width:500px){
    .bc-transparent h3{
        font-size: 1rem;
    }
    .pcat-carousel{
        margin: 0;
        padding: 0;
    }
    strong{
       font-size: 0.9rem;
    }
    .heading-details p{
        font-size: 1rem;
        padding: 0  0.3rem;
    }
    .data-left{
        padding: 1rem;
    }
    .front-text h2{
        margin-top: 1.8rem;
    }
    .icone-part h2 ,h6{
      
        margin-right: -1.6rem;
    }
    .icone-part h2{
          font-size: 1.5rem;
    }
   .logo{
    margin-left: -2rem ;
   }
   .icons i{
    margin-right: -1.2rem;
    font-size: 2.7rem;
   }
   .icon-para p{
    padding: 1rem;
   }
    .our-product-page .nav-link {
        text-align: start !important;
    }
   .product-heading-deatails h2{
    width: 100%;
    padding: 0.6rem;
    font-size: 1.4rem;
   }
   .tab-content img{
    width: 99%;
   }
   .mySlides img{
    height: 400px;
   }
  /* ligh box moda  */
   .product-heading-deatails p{
    font-size: 0.9rem;
   }
   .thumbanil-row {
    display: none;
   }
   .prev, .next {
   
    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;
}
/* our-client inner page  */
.heaading-data h2 {
    width: 100%;
}
.heaading-data p{
    text-align: justify;
}
.inner-client {
    width: 100%;
}
}

/* thirs amour section  */
@media (max-width:393px){
 .second-about .first-about ,li {
    list-style: none;
    margin-right: 0.6rem;
 }
 .order-div-first {
    order : 1;
 }
 .order-div-second {
    order : 2;
 }
.first-about .second-about , h2 {
    text-align: center;
    padding: 0.4rem 0;
}
.first-about ,.second-about  li {
    text-align: justify;
    margin-right: 0.8rem;
}

}