body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #106eea;
    text-decoration: none;
}

li {
    list-style: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

.card-link {
    color: #8f6e0b!important;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 30px!important;
}

h1::before {
    content: '';
    border-bottom: 5px solid #444444;
    position: absolute;
    height: 5px;
    width: 3%;
    top: 100px;
    left: 47%;
}

h1::after {
    content: '';
    border-bottom: 5px solid #ffc107;
    position: absolute;
    height: 5px;
    width: 3%;
    top: 100px;
    left: 50%;
}

.about-head::after {
    content: '';
    border-bottom: 5px solid #ffc107;
    position: absolute;
    height: 5px;
    width: 10%;
    top: 24px;
}

.category::after {
    content: '';
    border-bottom: 1px dotted #a3a19b;
    position: absolute;
    height: 5px;
    width: 100%;
    top: 44px;
    left: 0;
}

.category::before {
    content: '';
    border-bottom: 1px dotted #a3a19b;
    position: absolute;
    height: 5px;
    width: 100%;
    top: 46px;
    left: 0;
}

.home-icon,
.home-sub-icon,
.home-link {
    padding: 0px 5px;
}

#page {
    width: 100%;
    height: 50vh;
    background: url("../img/slider1.jpg") top left;
    background-size: cover;
    position: relative;
}

#page:before {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#page .container {
    position: relative;
}

#page h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
}

#page h2 span {
    color: #106eea;
}

#page h3 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}


/**/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*Top Bar*/

#topbar {
    background: #f3f3f3;
    height: 40px;
    font-size: 10px;
    font-weight: 400;
    transition: all 0.5s;
    color: #3b8af2;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #3f3f3f;
    letter-spacing: 1.5px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #3f3f3f;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1.5px;
    margin-right: 10px;
    font-family: 'Roboto', 'sans serif';
}

#topbar .contact-info i a:hover {
    color: #3b8af2;
    text-decoration: underline;
}

#topbar .social-links a {
    color: #3f3f3f;
    background-color: #fff;
    height: 20px;
    text-align: center;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 0px 2px 3px 2px #ccc;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: #3b8af2;
}


/*Header*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
    height: 70px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}


/*Navbars*/

.navbar {
    padding: 0;
}

.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,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}


/* banner */

.bg-banner {
    background-image: url('../img/slider1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.brc>h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #dadbd9;
    padding-top: 150px;
}

.brc>span {
    color: #dadbd9;
    font-size: 35px;
    text-transform: lowercase;
    padding-top: 150px;
}

.brc>a {
    color: #0da3e2;
    font-size: 35px;
    text-decoration: none;
    text-transform: lowercase;
    padding-top: 150px;
}

.brc div {
    text-align: center;
}

.product-details img {
    width: 100%;
    border: 1px solid #ccc;
}


/* banner end */

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    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 .active:focus,
.navbar li:hover>a {
    color: #106eea;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #106eea;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/*Mobile Nav*/

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

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .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: 15px;
}

.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,
.navbar-mobile a:focus {
    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: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    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: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/* slider */

.carousel-caption {
    position: absolute;
    top: 50%;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


/*  */

.img-footer {
    width: 100%;
    position: relative;
    top: -50%;
    height: 200px;
}

.f-head a {
    color: #fff;
}

.f-head {
    background-color: #000000b3;
    position: relative;
    bottom: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}

.f-head:hover {
    background-color: #0f6eebb8;
    color: #fff;
}

.about-head {
    font-size: 30px;
    font-weight: 600;
}

.about-sub-head {
    font-size: 35px;
    font-weight: 700;
    text-align: left;
}

.about-sub-sub-head li {
    font-size: 20px;
    color: #0d58ba;
    padding: 5px 0px;
    list-style: lower-roman;
}

.about-para {
    text-align: justify;
}

.c-name {
    color: rgb(252, 248, 248);
    font-weight: 600;
}

.c-prev {
    position: absolute;
    left: -70px;
}

.c-next {
    position: absolute;
    right: -70px;
}

.card {
    box-shadow: 0px 2px 10px 0px #ccc;
}

.card:hover {
    box-shadow: 0px 2px 10px 0px rgb(16 110 234 / 35%);
}

.services-img {
    position: relative;
    width: 85%;
    top: 25px;
    box-shadow: 0px 2px 10px 0px #ccc;
}

.creative-heading {
    display: flex;
}

.creative-para {
    display: flex;
}

@media (max-width: 557px) {
    .c-prev {
        position: absolute;
        left: 0px;
    }
    .c-next {
        position: absolute;
        right: 0px;
    }
    .product-sec {
        display: none;
    }
}

.card-product {
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #c3c3c3;
}


/*Footer*/

#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #444444;
    font-size: 14px;
    background: #f1f6fe;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #042653;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    color: #0d58ba;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
}

@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}