*{
    padding: 0;
    margin: 0;
    box-sizing: border-box !important;
    list-style: none !important;
    text-decoration:  none !important;
     /*overflow: hidden !important; */
  
}

:root{
    --primary-color:#000096;
    --dark-blue:#010b6c;
}
header{
    border-bottom: 2px solid #ccc !important;
}
header .navbar-brand img{
    max-width: 230px !important;
}

.btn-outline-success{
   border:2px solid  var(--primary-color)!important;
    color: #000 !important;
   font-size: 18px !important;
    font-weight: 500 !important;
    font-weight: 600 !important;
}
.btn-outline-success:hover{
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.navbar{
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 17px !important;
    font-weight: 500 !important;
}
.navbar-light .navbar-nav li{
    margin-right: 15px !important;
}
.header-top{
    background-color: var(--dark-blue) !important;
}
.top-menu{
    display: flex;
}
.top-menu i{
    color: #fff !important;;
}
.top-menu a{
    color: #fff !important;
}
.top-menu li{
    padding-right: 25px !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color#000;
}
.navbar-light .navbar-nav .nav-link{
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link:hover{
     color:var(--primary-color) !important;
}


/* header-part-end */
.carousel-inner{
    margin-top: 100px !important;
}
/* banner-part-end */


/* -----about-part----- */
.about{
    padding: 70px 0;
    
}
.about h2{
    font-size: 55px;
    line-height: 60px;
    color: var(--primary-color);
    font-weight: 600;
}

.about-content{
    padding-top: 70px;
}

.about-content h4{
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
    color: var(--primary-color);
}
.about-content h3{
    font-size: 20px !important;
}
.about-content p{
    font-size: 18px;
    line-height: 25px;
}


.image {
  width: 550px;
  height: 500px;
  background-image: url(../image/about-bg-2.jpg);
  background-size: cover;
  background-position: center;
  margin: auto;
  border: 2px solid var(--primary-color) !important;
}
.cover:hover {
   position: relative;
  z-index: 99;
}
.cover:hover:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  animation-name: coverImage;
  animation-duration: 1s;
  -webkit-animation-name: coverImage;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
@keyframes coverImage {
  0% { width: 0; left: 0; right: unset;}
  40% {width: 100%; left: 0; right: unset;}
  60% {width: 100%; left: unset; right: 0;}
  100% {width: 0%;  left: unset; right: 0;}
}




/* ------------animation heading------ */
/* Custom */

/* h2 {
  color: #ea3d41;
  background: #ea3d41;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size: 55px;
line-height: 60px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;
  position: relative;
  /* margin-bottom: 20px; */
/* } */

/* @keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
} */ */
/* --------animation heading End--------- */




/* product-part */

.product-main{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border:2px solid #000096;
    
}
/*.product-main:hover{*/
    /*border:2px solid #000096;*/
/*    padding:10px;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/
  
.products {
    /*width: 250px !important;*/
    height: 200px !important;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
     /*border-radius: 10px; */
    /*padding: 40px;*/
    margin: 0px;
}

.products img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.3s;
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.products:hover img{
    transform: scale(1.1);

}
.txt-content{
 text-align:center;   
}
.heading-p{
    color: #000;
    font-size:22px;
    padding-top:15px;
  
}
.txt-content .btn-outline-success{
    color: #fff !important;
    background-color: var(--primary-color) !important;
    
}
.txt-content .btn-outline-success:hover{
    color: var(--primary-color) !important;
    background-color: #fff !important;
    transition: all 0.6 ease-in-out !important;
}
.txt-content p{
    color: #000;
}

.product-heading{
    color: var(--primary-color);
    font-size: 50px;
    padding-top: 20px;
}
.bio-product p{
        font-size: 18px;
    line-height: 25px;
    padding-bottom: 30px;
}
.bio-product{
    padding: 50px 0;
}

/* product-part-end */


/* clients-part-start */
.clients{
    padding: 50px 0;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  
}


.owl-carousel .owl-item img{
    border: 1px solid var(--primary-color);
}
/* clients-part-end*/

/* -------Professional----------- */
.Professional{
    padding: 130px 0;
    background: url(../image/fotext-five.png);
    background-position:top ;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: brightness(0.8); */
    /* background-attachment: fixed; */
}
.Professional h2{
    /* position: relative; */
    color: #fff;
     /* color: #ea3d41; */
    font-size: 50px;
    padding-top: 20px;
    z-index: 1;
}
.Professional p{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
.Professional .btn-outline-success{
    color: #fff !important;
    background-color: var(--primary-color) !important;
}
.Professional .btn-outline-success:hover{
    color: var(--primary-color) !important;
    background-color: #fff !important;
    transition: all 0.6s ease-in-out !important;
}
.our-mission{
    padding: 60px 0;
    background-color: #e3e2e2;
    text-align: center;
}

.accordion-item:first-of-type .accordion-button{
    background-color: var(--primary-color) !important;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.accordion-button:not(.collapsed){
    background-color: var(--primary-color);
    color: #fff;
      font-size: 22px;
    font-weight: 700;
}
.accordion-button{
    font-size: 20px;
    font-weight: 600;
}
.accordion-body{
    text-align: left;
}

.videos-part{
    padding: 0 0 50px 0;
}
.videos-part video{
    width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.8);
}
.box-add{
    display: flex;
    /* align-items: center; */
    gap: 20px;
}
.box-add .icon-box i{
    font-size: 30px;
    color: var(--primary-color);
}
.box-add .icon-content h3{
    font-size: 25px;
    font-weight: 700;
}
.box-add .icon-content p{
   font-size: 18px;
    line-height: 25px;
}
.form-part h2{
    color: var(--primary-color);
    font-size: 50px;
    padding-top: 20px;
    text-align: center;

}
.form-part p{
     font-size: 20px;
    line-height: 25px;
    /* text-align: center; */

}
.icon-content{
    text-align: left;
}
.box-add{
    margin-bottom: 40px;
}

.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid var(--primary-color);
	}
.address-heading{
    font-size: 35px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;

}
input{
    border: 1px solid var(--primary-color) !important;
    margin-bottom: 10px !important;
}
textarea{
      border: 1px solid var(--primary-color) !important;
    margin-bottom: 10px !important;
}
.address-info{
    padding-top: 50px;
}

/* footer */
footer {
    width: 100%;
    height: auto;
    /* padding: 20px 0; */
    text-align: center;
    background-color: #000;
    padding: 30px 0 0 0;
    /* background: linear-gradient(rgb(21 26 48 / 51%), rgb(21 26 48 / 54%)), transparent url(../image/footer-backgroud-2.jpg) center center / cover no-repeat; */
}


.top-footer {
    border-bottom: 1px solid #969393;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.footer-content {
    flex: 1;
    padding: 20px;
    margin: 10px;
    max-height: 450px;
    box-sizing: border-box;
    text-align: left;

}

.footer-content ul {
    text-align: center;
}

.footer-content ul li {
    text-align: left;
}

.footer-content ul li a span {
    font-size: 15px;
}

.footer-content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}

.footer-content h3 {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 22px;
   margin-left:28px;
}

.footer-content ul li {
    padding-bottom: 15px;
    color: #fff;
}

.footer-content ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
}

.footer-content ul li a:hover {
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.footer-buttom-part {
    padding: 20px 0;
}

.footer-buttom-part p {
    font-size: 15px;
    color: #abafb5;
    margin: 0;
}

.footer-buttom-part img {
    width: 54px;
}

/* whatsup */

/*whatsaap  */

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
}

.whatsapp-icon img {
    width: 50px;
    height: 50px;
}

/*whatsaap  */
/* whatsup */



/* scroll to botton */

#scrollTopBtn {
    /* display: none; */
    position: fixed;
    bottom: 93px;
    right: 34px;
    z-index: 99;
    border: none;
    /* outline: none; */
    background-color: #fff;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--primary-color);
}

#scrollTopBtn:hover {
    background-color: #fff;
    border: 3px solid var(--primary-color);
   
}
#scrollTopBtn i{
    color: var(--primary-color)!important;
    font-weight: 700;
    /* font-size: 25px; */
}
.footer-logo{
    /* background-color: #fff ; */
    margin-top: 10px;
}
.footer-logo img{
    max-width: 210px !important;
    margin-top: 10px;
    background-color: #fff ;

}

/* scroll to botton */



/* core valve */

.services .card {
  position: relative;
  z-index: 1;
  border-top: 3px solid var(--primary-color);
}

.services i {
  color: var(--primary-color);
}

.card > .anim-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  transition: height 0.3s ease;
}

.card:hover .anim-layer {
  height: 100%;
}

.card:hover h2, .card:hover i, .card:hover p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.card i {
  background-color: var(--bg-white);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size:40px;
}

.card:hover i {
  color: #fff !important ;
}
.services .card{
    min-height: 386px !important;
}
.why-us-part{
    padding: 50px 0 !important;
    background-image: url(../image/ahy-us-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    margin-bottom: 20px;
}

/* core valve */



/* ----our visson start----- */
#missionandvision {
  text-align: center;
  /* background: #A149FA; */
  max-width: 100%;
}

#ourmission {
  font-size: 30px;
  line-height: 1.3;
  opacity: 0;
  position: relative;
  animation: missionheading;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  font-weight: 700;
  /* text-align: left; */
}

@keyframes missionheading {
  0% {top: -50px;}
  100% {top: 50px; opacity: 1;}
}

.ourmissioncontent {
  padding: 50px 30px 20px 0px;
  line-height: 1.3;
  opacity: 0;
  position: relative;
  animation: missioncontent;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  /* text-align: left; */
  border-bottom: 2px solid #000;
  text-align: justify;
}

@keyframes missioncontent {
  0% {left: -1000px;}
  100% {left: 0px; opacity: 1;}
}

#mfmvision {
  font-size: 30px;
  line-height: 1.3;
  opacity: 0;
  position: relative;
  animation: visionheading;
  animation-delay: 6s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  font-weight: 700;
}

@keyframes visionheading {
  0% {top: -50px;}
  100% {top: 50px; opacity: 1;}
}

.mfmvcontent {
  padding: 50px 30px 20px 0px;
  line-height: 1.3;
  opacity: 0;
  position: relative;
  animation: visioncontent;
  animation-duration: 3s;
  animation-delay: 9s;
  animation-fill-mode: forwards;
  /* text-align: left; */
  border-bottom: 2px solid #000;
  text-align: justify;
 
}

@keyframes visioncontent {
  0% {left: -1000px;}
  100% {left: 0px; opacity: 1;}
}

.our-vission{
    padding: 50px 0;
    margin: 10px 0;
}
.our-visson-img{
   
}
.our-visson-img img{
   width: 100%;
    border-radius: 20px;
     border: 5px solid var(--primary-color);
}
.our-visson-img {
    border-radius: 20px;
}
/* ----our visson end----- */



/* ------our servics------ */

.servic-our{
    padding: 50px 0;
    text-align: center !important;
}
.service-box-1 {
    border: 1px solid var(--primary-color);
    min-height: 200px;
    align-items: center;
    padding: 30px 30px;
    margin: 2px;
    text-align: center;
}
.service-box-1 h3{
    font-size: 20px ;
    font-weight: 700;
}
.service-box-1 .icon-box{
  width: 300px;
    height: 300px;
}
.service-box-1 .icon-box img{
  width: 100%;
}

.middile-box{
    background-color: var(--primary-color);
    color: #fff;
}
/* ------our servics------ */

/* ----primary-part---- */
.activi-menu li{
margin-bottom: 15px;
}
.activi-menu li a{
    font-size: 18px ;
    color: #000 !important;
    font-weight: 600;
}
.activi-menu li a i{
 color: var(--primary-color);
 font-size: 20px;
}
.Activiti{
    padding: 50px 0;
}
.clients{
    padding: 50px 0;
    background-color: #0000961a;
}
 .client-logo img{
    width: 100%;
    display: block;
}
 .client-logo{
    margin: 10px;
    border: 2px solid var(--primary-color);
 }
 .client-logo img:hover{
    border: 1px solid var(--primary-color);
    transition: all 0.3s ease-in-out;
    /* overflow: hidden; */
 }
.activi-image img{
    width: 100% !important;
}
/* ----primary-part---- */

.carousel-control-next-icon{
    display: none !important;
}
.carousel-control-prev-icon{
    display: none !important;

}

/* Submenu main container */
.dropdown-submenu {
  position: relative;
}

/* Hidden by default */
.dropdown-submenu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; /* show on right side */
  margin-top: -1px;
  background: #fff;
  min-width: 220px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  z-index: 9999;
}

/* Show submenu on hover (Desktop only) */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .submenu {
    display: block;
  }
}
/* mobile menu */
@media(max-width:480px){
	.dropdown-submenu .submenu{
		position: absolute;
		left: 45%;
	}
}