@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --blue: #002c53;
    --yellow: #efb509;
    --grey: #708090;
  }
*{
    font-family: "Manrope", serif;
    box-sizing: border-box;
}
#top {
    display: inline-block;
    background-color: var(--yellow);
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 50px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 0 10px 1px #000;
  }
  #top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #top:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 10px 1px var(--yellow);
  }
  #top:active {
    background-color: #fff;
  }
  #top.show {
    opacity: 1;
    visibility: visible;
  }
#head{
    background-color: var(--yellow);
}
#head .hicon{
    padding:8px 10px;
    color: var(--blue);
    font-size: 18px;
}
#head p{
    font-size: 13px;
}
.hwrap{
    display: flex;
    align-items: center;
    justify-content: right;
    font-weight: 800;
}
.hwrap .h{
    display: flex;
    align-items: center;
}
.navbar-brand{
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 20px !important;
    color: var(--blue) !important;
    transition: .3s;
}
.navbar-brand:hover{
    color: var(--yellow) !important;
}
.demo{
    display: flex;
}
.dropdown-menu{
    width: 1300px;
    left: 0;
    padding: 30px !important;
}
.dropdown-menu[data-bs-popper]{
    left: -879px !important;
    margin-top: 17px !important;
}
.demo ul li{
    list-style: none;
    padding: 5px;
    margin: 5px;
    transition: .3s;
}
.demo ul li:hover{
    background-color: #efefef;
}
.demo ul li a:hover{
    color: #d50032;
    transition: .3s;
}
.demo ul li a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.demo ul li a i{
    color: var(--blue);
    margin-right: 5px;
}
.demo p{
    font-weight: 800;
}
.navbar{
    background-color: #fff;
    border-radius: 8px;
}
.shadows{
    padding: 10px !important;
    box-shadow: rgba(0, 0, 0, .35) 0px 0px 30px 4px !important;
}
#navbar{
    position: sticky;
    top: 0;
    z-index: 9999999999;
}
#slider{
    margin-top: -80px;
}
.navbar-collapse{
    flex-grow: 0 !important;
}
.nav-item a{
    font-weight: 800;
}
.active{
    color: var(--blue) !important;
}
.nav-link:hover{
    color: var(--yellow) !important;
}
.carousel-inner img{
    width: 100%;
    height: 720px;
    object-fit: cover;
}
#about{
    background-color: #fff;
}
#about .ainfo h3{
    margin-bottom: 5px;
    color: var(--yellow);
    font-weight: 800;
}
#about .ainfo h5{
    font-weight: 700;
}
#about .ainfo p{
    font-weight: 500;
    color: #575757;
}
#about .ainfo h1{
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 35px;
}
.line{
    width: 250px;
    height: 5px;
    background-color: var(--yellow);
}
#about .ainfo span{
    color: var(--yellow);
}
#about .abtn{
    padding: 12px 16px;
    background-color: var(--yellow);
    border: none;
    font-weight: 700;
    transition: .3s;
}
#about .abtn i{
    margin-left: 10px;
}
#about .abtn:hover{
    background-color: var(--blue);
    color: #fff;
}
#about .aimg{
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 10px 3px;
}
#products{
    background-color: #efefef;
}
#products .pitem img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
#products .pitem{
    position: relative;
    overflow: hidden;
}
/* #products .pitem ul{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    list-style: none;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    transition: .8s;
}
#products .pitem ul li{
    border-bottom: 1px solid var(--yellow);
    padding-top: 5px;
    padding-bottom: 5px;
}
.black{
    width: 100%;
    height: 700px;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
} */
 .pitem img{
    transition: .4s;
 }
#products .pwrap:hover img{
    transform: scale(1.2);
    rotate: 7deg;
}
#products .pwrap:hover .subp{
    opacity: 1;
}
#products .abtnn{
    width: 100%;
    background-color: var(--yellow);
    font-size: 30px;
    padding: 10px;
    font-weight: 800;
    border: none;
    text-transform: uppercase;
    transition: .5s;
}
#products .pwrap:hover .abtnn{
    background-color: var(--blue);
    color: #fff;
}
#products .abtn:hover{
    background-color: var(--blue);
    color: #fff;
}
#products h3{
    font-weight: 800;
    text-align: center;
    color: var(--blue);
}
#expertise{
    background-image: url(./img/eximg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#expertise .ex-item{
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 10px solid var(--yellow);
    transition: .5s;
    height: 100%;
}
#expertise .ex-item:hover{
    background-color: var(--yellow);
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px 5px;
}
.ex-line{
    width: 100px;
    height: 10px;
    background-color: var(--yellow);
}
#expertise .ex-item:hover .ex-line{
    background-color: #fff;
}
#expertise h3{
    font-weight: 800;
    color: var(--blue);
}
#expertise p{
    font-weight: 600;
}
#expertise h1{
    font-weight: 800;
    color: #fff;
}
.ehead{
    color: var(--yellow) !important;
}
#expertise .ex-item-all{
    display: flex;
}
.cwrap{
    background-color: #efefef;
    border-bottom: 8px solid var(--yellow);
    transition: .3s;
    height: 100%;
}
.cwrap:hover{
    background-color: var(--blue);
    box-shadow: rgba(239, 181, 9, 1) 0px 0px 10px 2px;
}
.cwrap:hover .ctext h6{
    color: #fff;
}
.cicon{
    font-size: 60px;
    color: var(--yellow);
}
.ctext h6{
    font-weight: 800;
    color: var(--blue);
}
#choose h3{
    color: var(--blue);
    font-weight: 700;
}
#choose h2{
    color: var(--blue);
    font-weight: 800;
}
#client{
    background-color: #efefef;
}

#client h3{
    font-weight: 800;
    color: var(--blue);
}
.news{
    display: flex;
    align-items: center;
}
#footer{
    background-color: var(--blue);
}
#footer ul{
    padding-left: 0;
    list-style: none;
}
#footer ul li{
    padding-top: 7px;
    padding-bottom: 7px;
}
#footer ul li a{
    text-decoration: none;
    color: #c2c2c2;
    transition: .3s;
    font-weight: 600;
}
#footer ul li a:hover{
    color: var(--yellow);
}
#footer h4{
    color: #fff;
    font-weight: 800;
}
#footer p{
    color: #c2c2c2;
    font-weight: 500;
    font-size: 16px;
}
#footer .des{
    font-size: 13px;
}
#footer img{
    width: 250px;
}
#footer .contact i{
    color: var(--yellow);
    font-size: 20px;
}
#footer .contact p{
    font-weight: 600;
}
#footer .flogo{
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 17px;
    transition: .3s;
}
#footer .flogo:hover{
    color: var(--yellow);
}
.social{
    display: flex;
    align-items: center;
    justify-content: left !important;
}
.social li{
    margin: 0 10px;
}
.social li a i{
    padding: 12px;
    width: 40px;
    height: 40px;
    background-color: #044680;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    transition: .3s;
}
.social li a i:hover{
    background-color: var(--yellow);
    color: #000;
}
.fmenu li a i{
    color: var(--yellow) !important;
    margin-right: 10px;
}
.fmenu li a:hover{
    color: var(--yellow);
}
.form-control:focus, textarea:focus{
    border: none;
    box-shadow: 0 0 5px 2px var(--yellow) !important;
}
.form-control::placeholder, textarea::placeholder{
    color: #212529 !important;
}
.nbtn{
    background-color: var(--yellow) !important;
    color: #000 !important;
    border-radius: 0 !important;
    border-color: var(--yellow) !important;
    font-weight: 700 !important;
}
.nbtn:hover{
    background-color: #000 !important;
    color: #fff !important;
}
#copy{
    background-color: #011424;
    color: #c2c2c2;
    text-align: center;
    font-weight: 600;
}
#contact-us{
    background-image: url(./img/contact-overlay.jpg);
}
#contact-us h1{
    color: var(--yellow);
    text-shadow: 0 0 5px #000;
    font-weight: 800 !important;
    font-size: 80px;
    margin-bottom: 20px;
}
#contact-us .breadcrumb-item a{
    font-weight: 800 !important;
    text-decoration: none;
    color: var(--yellow);
    transition: .4s;
}
#contact-us .breadcrumb-item a:hover{
    color: #d50032;
}
#contact-us .breadcrumb-item{
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
    font-weight: 800;
}
textarea
{
  width:100%;
  margin:5px 0;
  padding:10px;
  height: 200px;
}
.cbtn{
    margin-top: 12px;
    padding: 15px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    background-color: var(--yellow) !important;
    border: none !important;
    color: #000 !important;
}
.cbtn:hover{
    background-color: var(--blue) !important;
    color: #fff !important;
    box-shadow: 0 0 5px 2px var(--yellow) !important;
}
#form{
    background-color: #f7f7f7;
}
.enq{
    background-color: #d8e9f3;
}
#form h2{
    font-weight: 800;
    color: var(--blue);
}
#form p{
    font-weight: 600;
}
#form .contact h5{
    font-weight: 800;
    font-size: 22px;
    color: var(--blue);
}
#form .contact i{
    font-size: 22px;
    color: var(--blue);
}
#form .contact li{
    font-size: 17px;
    font-weight: 800;
}
#transmission-wrap{
    background-color: #efefef;
}
#transmission h1{
    font-weight: 800 !important;
    color: var(--blue);
}
#transmission h4{
    font-weight: 800 !important;
    color: var(--blue);
}
#transmission p{
    font-weight: 600 !important;
}
#transmission p a{
    text-decoration: none;
    color: var(--yellow);
    font-weight: 800;
    transition: .3s;
}
#transmission p a:hover{
    color: #d50032;
}
#transmission ul li{
    font-weight: 800;
    list-style: none;
}
#transmission ul li i{
    color: var(--yellow);
    margin-right: 12px;
}
#transmission .tbtn a{
    background-color: var(--yellow);
    border: none;
    padding: 12px 25px;
    font-weight: 800;
    text-decoration: none;
    color: #000;
    transition: .3s;
}
#transmission .tbtn a:hover{
    background-color: var(--blue);
    color: #fff;
}
.pro-img img{
    height: 100%;
    object-fit: cover;
}
#transmission-wrap .active{
    color: #000 !important;
}
#transmission-wrap .breadcrumb-item a{
    text-decoration: none;
    color: var(--yellow);
    font-weight: 800;
    transition: .3s;
}
#transmission-wrap .breadcrumb-item a:hover{
    color: #d50032;
}
#transmission .pro-img{
    padding: 10px;
    box-shadow: 0 0 8px 1px #000;
}
@media only screen and (max-width: 992px) {
    .navbar-brand{
        font-size: 18px !important;
    }
    .hwrap{
        justify-content: center;
    }
    #head p{
        font-size: 12px;
    }
    .ainfo{
        margin-top: 20px;
    }
    .dropdown-menu{
        width: auto;
    }
    .demo{
        flex-direction: column;
    }
  }