* {

    box-sizing: border-box !important;
    list-style: none !important;
    text-decoration: none !important;
}

:root {
    --primary-color: #32616c;
    --dark-color: #c75d05;
    --text-white: #fff;
    --text-dark: #000;
}

.top-bar {
    background-color: var(--dark-color);


}

.top-bar ul {
    display: flex;
    align-items: center;
}

.top-bar ul li {
    display: flex;
    margin-top: 8px;
    margin-right: 20px;
}

.top-bar ul li a {
    color: var(--text-white);
    font-weight: 600;
    font-size: 15px;

}


.navbar-toggler {
    border: 2px solid var(--primary-color) !important;

}

.navbar-toggler-icon {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 600 !important;
    margin-right: 18px !important;
    font-size: 18px !important;

}

.navbar {
    border-bottom: 1px solid #ccc !important;
    /* box-shadow: 0px 15px 10px -15px #111 !important; */
}

header .navbar-brand img {
    width: 100px !important;
}
header .navbar-brand {
    color:#000;
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;

}

.navbar-nav .nav-link.active {
    color:#000 !important;
}
.navbar-nav .nav-link:hover{
    color:var(--primary-color) !important;
}

.btn-outline-success {
    background-color: var(--primary-color) !important;
    color: var(--text-white) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    border: none !important;
}

.btn-outline-success:hover {
    background-color: var(--text-dark) !important;
}

.clear {
    clear: both !important;
}

.dropdown-menu {
    min-width: 33rem !important;
}


/* banner */
.carousel-inner {
/*     margin-top: 85px !important; */
}

/* banner */

/* contact-details */
.address {
    text-align: center;
    border-right: 2px solid #888787;
    border-bottom: 2px solid #888787;
    padding: 10px;
    min-height: 160px;
    background-color: #eee9e9;
    border-radius: 10px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
}


.icon-box i {
    font-size: 40px !important;
    ;
}

.address h3 {
    font-size: 17px;
}

.contact-details {
    padding: 20px 0;
}

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

.address h3 {
    color: var(--text-dark);

}

.address h3 a {
    color: var(--text-dark);
}

.address:hover i {

    color: var(--text-white);
    border-radius: 10px;
}

.address:hover {
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;

}

.address:hover h3 {
    color: var(--text-white);
}

.address:hover h3 a {
    color: var(--text-white);

}

/* contact-details */

/* about-start */
.about {
    padding: 50px 0;
    align-items: center;
}

.about-image img {
    width: 100%;
}

.about-image {
    width: 500px;
    height: 500px;
    background-image: url(https://helpx.adobe.com/content/dam/help/en/stock/how-to/visual-reverse-image-search/jcr_content/main-pars/image/visual-reverse-image-search-v2_intro.jpg);
    background-size: cover;
    background-position: center;
    margin: auto;
}

.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;
    }
}

.about-content span {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
}

.about-content h2 {
    color: #000;
    font-size: 45px;
    padding-bottom: 20px;
	font-weight:700 !important;
}

.about-content h2 span {
    font-size: 45px;

}

.about-content p {
    font-size: 17px;
    font-weight: 400;
}

/* about-end */


/* products start */
.product-item {
    width: 350px;
	min-height:415px!important;
    padding: 25px;
/*     border-radius: 30px; */
    background-color: #fff;
    backdrop-filter: blur(10px);
/*     border: 4px solid var(--primary-color); */
/* 	text-align:center !important; */
    margin: 10px;
}

.product-item img {
    width: 100%;
    border-radius: 10px;
    background-color: #ffff;
}

.product-details h3 {
    font-size: 25px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px
}

.product-part p {
    font-size: 17px;
    font-weight: 400;
}

.product-details button {
    border: none;
}

.product-details button a {
    color: #fff;
    font-size: 17px;
}

.product-part {
    padding: 50px 0;
/*     background-color: #cccccc45; */
	background-color: #cccccc7a;
}

.product-part .heading {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-part .heading h2 {
    color: #000;
    font-size: 45px;
    padding-bottom: 20px;
	font-weight: 700 !important;
}

.product-part .heading h2 span {
    font-size: 45px;
    color: var(--primary-color);
    font-weight: 700;
}

/* products end */


/* form-part start*/
.form-area {
    background: url(../image/bg-contact.png);
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.form-area h2 {
    color: #fff;
    font-size: 45px;
    padding-bottom: 20px;
	font-weight:700 !important;
}

.form-area span {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
}

.form-area h2 span {
    font-size: 45px;

}

.form-area iframe {
    border-radius: 5px;
}


.card {
    width: 500px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.card-header {
    background-color: #ffffff;
    color: #333;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.card-header h2 {
    margin: 0;
    font-size: 1.2rem;
}

.card-body {
    padding: 20px;
    padding-bottom: 0;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 8px;
}

input {
    padding: 8px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.card-footer {
    text-align: left;
    padding: 15px;
}

button {
    padding: 10px 20px;
    background-color: #4caf50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* button:hover {
    background-color: #45a049;
}
 */
@media (max-width: 600px) {
    .card {
        width: 90%;
    }
}

input {
    border: 1px solid var(--primary-color);
}

textarea {
    border: 1px solid var(--primary-color);

}

.card-header h2 {
    text-align: center;
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

/* form-part end*/


/* our-mission satrt */
.our-mission {
    padding: 80px 0;
}

.team-content h3 {
    font-size: 30px;
    font-weight: 600;
}

.team-content p {
    font-size: 17px;
    font-weight: 400;
}

.team-content button a {
    color: #fff;
    font-weight: 500;
}

.team-image img {
    width: 100%;
    border-radius: 10px;
    margin: 20px;

}

.infrastructure-img img {
    margin-right: 20px !important;
}

.box-2 {
    margin-top: 90px;

}

.part-two {
    margin-left: 20px;
}

/* our-mission end */


/* quality-assurance start */
.quality-assurance {
    padding: 70px 0;
    background-color: #000;
}

.quality-assurance-heading span {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 700;
}

.quality-assurance-heading h2 {
    color: #fff;
    font-size: 45px;
    padding-bottom: 20px;
	font-size:700 !important;
}

.quality-assurance-heading h2 span {
    font-size: 45px;

}

.quality-assurance-heading p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

/* quality-assurance end */


/* footer part start */
footer {
    background: #f0f0f0;
    background: url(../image/footer-bg.png);
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top:40px !important;
}

.footer-box {
/*     padding: 20px; */
    margin: 10px;
    min-height: 100px;
    box-sizing: border-box;
    text-align: left;
}

.footer-box .logo img {
    width: 100px;
/*     background-color: var(--text-white); */
    padding: 10px;
    border-radius: 10px;
}
.footer-box .logo a{
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    font-size:16px;
}

.footer-box .logo {
    margin-bottom: 20px;
}

.footer-box p {
    color: var(--text-white);
}

.footer-box h3 {
    color: var(--text-white);
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 22px;
    margin-left: 30px;
}

.footer-box ul {
    padding-top: 10px;
}

.footer-box ul li {
    padding-bottom: 15px;
    font-size: 15px;

}

.footer-box ul li a {
    color: var(--text-white);
	 transition: all 0.2s ease-in;
}

.footer-box ul li a i {
    color: #fff !important;
}
.footer-box ul li a:hover{
	color: #afa8a8 !important;
    transition: all 0.2s ease-in;
}
.footer-box ul li{
	color:#fff !important;
}
.top-footer {
    border-bottom: 1px solid #969393;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer-buttom-part p {
    color: var(--text-white);
}

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

.footer-buttom-part {
    padding-top: 10px;
    text-align: center;
}

.footer-buttom-part {
    background-color: #0e0b0b;
}

/* footer part end */


/* scroll to botton */

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

#scrollTopBtn:hover {
    background-color: #333;
}

/* scroll to botton */


/*whatsaap  */

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

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

/*whatsaap  */
.carousel-control-next:hover {
    background-color: transparent !important;
}

.carousel-control-prev:hover {
    background-color: transparent !important;
}
.contact-detalis .address{
    background-color: transparent !important;
    color: #fff !important;
}
.contact-detalis .address h3{
    color: #fff !important;
}
.contact-detalis .address h3 a{
    color: #fff !important;
}
.contact-detalis .address h3 a:hover{
    color: #32616c !important;
    transition: all 0.2s ease-in;
}