
body {
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}


.section-pd {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-box .title {
    font-size: 40px;
    line-height: 55px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-box .disc {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.text-red {
    color: var(--red-color);
}

.text-blue {
    color: var(--primary-color);
}

.title-box .title span {
    font-weight: 800;
}

/*======================= HEADER CSS STARTS HERE =======================*/

.header-top {
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
    padding: 8px 0;
}

.header-top .social-links a {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid var(--secondary-color);
    margin-right: 4px;
    width: 26px;
    height: 26px;
    transition: 0.3s;
    background: var(--secondary-color);
    border-radius: 50%;
}

.header-top .social-links a:hover {
    background: #fff;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.top-address p {
    margin-bottom: 0;
    font-size: 12px;
    display: inline-block;
}

.top-address p a,
.top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.top-address p span i,
.top-address p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}


.top-address p span,
.top-address p a {
    margin-right: 20px;
}

.header-card {
    width: 100%;
    height: auto;
    padding: 20px 0;
    z-index: 99;
}

.header-card ul li {
    margin-right: 40px;
}

.header-card ul li:last-child {
    margin-right: 0px;
}

.header-card ul li a {
    font-weight: 500;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-card ul li .nav-link.active,
.header-card ul li .nav-link:hover {
    color: var(--red-color);
}

.header-logo img {
    max-width: 140px;
}

/*======================= HEADER CSS END HERE =======================*/

/*======================= BANNER CSS STARTS HERE =======================*/

.banner_area {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 120px 0;
    background-image: url('../images/banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.bnr-cont .subtitle {
    padding: 0 20px 0 20px;
    border-radius: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.25);
    position: relative;
    display: inline-block;
}


.bnr-cont h1 {
    font-weight: 800;
    color: #fff;
    margin: 20px 0;
    line-height: 75px;
    font-size: 55px;
    text-transform: capitalize;
}

.bnr-cont p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

/*======================= BANNER CSS END HERE =======================*/

/*======================= FEATURES CSS STARTS HERE =======================*/

.single-item {
    padding: 30px;
    background-color: rgb(255 68 68 / 8%);
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.single-item .icon {
    width: 60px;
    min-width: 60px;
    display: block;
    margin-bottom: 20px;
}

.single-item .icon img {
    width: 100%;
}

.single-item h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.single-item p {
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

/*======================= FEATURES CSS END HERE =======================*/


/*======================= ABOUT CSS STARTS HERE =======================*/

.about-sec {
    background: rgb(153 204 0 / 8%);
    padding: 80px 0;
}

.about-left-content {
    position: relative;
    padding: 0 40px;
}

.about-left-content::before {
    position: absolute;
    content: "";
    width: 200px;
    background-color: #f7f7f7;
    top: -15px;
    bottom: -20px;
    left: 0px;
    z-index: -1;
}

.about-left-content p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 36px;
}

.about-left-content .author-part {
    margin-top: 25px;
}

.about-left-content .author-part .author-info {
    position: relative;
}

.about-left-content .author-part .author-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
}

.about-left-content .author-part .author-info span {
    color: #364046;
}

.about-left-content .shape-one {
    position: absolute;
    right: -50px;
    bottom: -110px;
    display: none;
}

.about-right-content {
    margin-left: 50px;
    margin-bottom: 0;
}

.about-right-content p {
    line-height: 30px;
    margin-bottom: 15px;
}

/*======================= ABOUT CSS END HERE =======================*/


/*======================= COUNTER CSS STARTS HERE =======================*/

.counter-section {
    position: relative;
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 10px;
}

.counter-section .shape-one {
    position: absolute;
    top: 20px;
    left: 0px;
}

.counter-section h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 50px;
    margin: 0;
    text-transform: capitalize;
}

.counter-section p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    margin: 5px 0 20px;
}

/*======================= COUNTER CSS END HERE =======================*/


/*======================= SOLUTIONS CSS STARTS HERE =======================*/

.solution-left-content {
    margin-right: 50px;
}


.solution-left-content .title-box .title {
    font-size: 52px;
    line-height: 75px;
    color: #000;
    margin-bottom: 20px;
}

.single-solution-card {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #dfe5e7;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.single-solution-card .icon {
    font-size: 60px;
    background-color: var(--primary-color);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 10px;
    text-align: center;
    line-height: 58px;
}

.single-solution-card .icon img {
    width: 70%;
}

.single-solution-card h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-solution-card h3 a {
    color: #000;
}

.single-solution-card p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.single-solution-card .view {
    color: #000;
    font-weight: 600;
}

.col-md-6:nth-child(2) .single-solution-card {
    top: 50px;
    position: relative;
}

.col-md-6:nth-child(4) .single-solution-card {
    top: 50px;
    position: relative;
}

.single-solution-card:hover {
    background-color: var(--primary-color);
}

.single-solution-card:hover h3,
.single-solution-card:hover h3 a,
.single-solution-card:hover p,
.single-solution-card:hover .view {
    color: #fff;
}

.single-solution-card:hover .icon {
    background-color: rgba(255, 255, 255, 0.25);
}

/*======================= SOLUTIONS CSS ENDS HERE =======================*/

/*======================= SERVICES CSS STARTS HERE =======================*/

.service-card {
    border-radius: 10px;
    padding: 25px;
    background-image: linear-gradient(0deg, #fff 0%, #c4efff 100%);
    position: relative;
    z-index: 2;
    transition: .5s;
    border: 1px solid #e6eefb;
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.service-icn {
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 15px;
    transition: all .5s ease-in-out;
}

.service-card:hover .service-icn {
    margin-top: -5px;
}

.service-icn img {
    width: 100%;
}

.service-card h4 {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
}

.service-card p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
    padding: 0 0 14px 0;
}

.service-card .service-btn a {
    border-radius: 0;
    margin-top: 0;
    transition: all 400ms linear;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: #262626;
    font-weight: 800;
    display: block;
    position: relative;
}

.service-card .service-btn a:before {
    position: absolute;
    content: "";
    bottom: 14px;
    z-index: 1;
    transition: .4s;
    opacity: 0.302;
    width: 78px;
    height: 1px;
    background: #616161;
    left: 48px;
    right: 0;
    margin: auto;
}

.service-card .service-btn a i {
    position: absolute;
    right: 0;
    top: -7px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #e6eefb;
    transition: 0.4s;
    color: #262626;
}

.service-card.style-one {
    background: var(--primary-color);
}

.service-card.style-one h4,
.service-card.style-one p,
.service-card.style-one a {
    color: #fff;
}

.service-card.style-one .service-icn {
    font-size: 52px;
    color: #fff;
}

.service-card.style-one h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
}

/*======================= SERVICES CSS ENDS HERE =======================*/


/*======================= PRODUCT CSS STARTS HERE =======================*/

.product_area {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: rgb(153 204 0 / 8%);
}

.product_area .slider1 {
    overflow-x: hidden;
    padding: 0 10px;
}

.product_area .slider1 .swiper-pagination {
    bottom: auto;
}

.product_area .slider1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(255, 68, 68);
}


.product-card {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
    transition: .5s;
    border: none;
    overflow: hidden;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-img {
    text-align: center;
    padding: 0;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 250px;
    height: 250px;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-dis {
    padding: 20px;
}

.product-dis-hd h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.product-dis-hd h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

.product-dis p {
    font-size: 16px;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

/*======================= PRODUCT CSS ENDS HERE =======================*/

/*======================= FAQ's CSS STARTS HERE =======================*/

.faq-wrapper .faq-image {
    text-align: left;
}

.faq-wrapper .faq-image img {
    width: 90%;
}

.faq-content .accordion-item {
    border: 0;
    background-color: var(--white-color);
    border-radius: 15px;
    color: #000;
}

.faq-content .accordion-item .accordion-header {
    border-radius: 15px;
    margin-bottom: 0;
    box-shadow: none !important;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url('../images/chevron-right.svg');
    color: #000;
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    border: 1px solid #d4dcff;
    padding: 15px 20px;
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: -0.2px;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 16px;
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url('../images/chevron-down.svg');
    font-weight: 500;
    color: var(--primary-color);
    transform: rotate(0);
    border-radius: 15px;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
    transition: all 0.3s ease-in-out !important;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 15px;
    background-color: #f3f7fb;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    line-height: 26px;
}

.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #f3f7fb;
    padding: 15px 20px 0;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid transparent;
}

/*======================= FAQ's CSS ENDS HERE =======================*/


/*======================= NEWSLETTER CSS STARTS HERE =======================*/

.footer-newsletter {
    padding: 80px 0;
    background: #060a14;
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}


.footer-newsletter h2{
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}

.footer-newsletter .newsletter-form {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.footer-newsletter .newsletter-form  .form-control {
    color: #fff;
    max-width: 670px;
    height: 75px;
    max-width: 760px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 5px;
    border: 1px solid rgba(255 255 255 / 30%);
    background-color: transparent;
    box-shadow: none !important;
}

.footer-newsletter .newsletter-form  .form-control::placeholder{
    color: #fff;
}

.footer-newsletter .newsletter-form .main-btn {
    position: absolute;
    height: 51px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    line-height: 51px;
}

/*======================= NEWSLETTER CSS ENDS HERE =======================*/