body{
    /* background: #a0daf72e; */
    background: #000;
}
ul li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}

.header-section {
    background-color: #fff;
}

.header-section .login-register-section {
    display: flex;
    align-items: center;
    padding: 32px 0px;
    /* float: right; */
    justify-content: flex-end;
}

.login-register-section ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.header-section {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1073;
    /* padding: 10px 0; */
    box-shadow: 2px 5px 14px rgb(32 32 32 / 6%);
}

.header-section .nav-item {
    color: #3e3c3c;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
}

.login-register-section ul li a:hover {
    color: #07abf4;
}

.login-register-section ul li {
    margin-right: 44px;
    list-style-type: none;
}

.logo-section img {
    width: 100%;
    height: 70px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header-section .navbar-nav .nav-item {
    margin-right: 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.6;
    color: #929497;
}

.header-section .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

p {
    font-size: 16px!important;
}

.header-section .login-section {
    margin-right: 12px;
    border: 1px solid #00abee;
    padding: 8px 24px;
    border-radius: 4px;
}

.header-section .login-section a {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    color: #00abee;
    text-decoration: none;
    cursor: pointer;
}

.header-section a:hover {
    color: #07abf4!important;
}

.header-section .register-section {
    margin-right: 12px;
    border: 1px solid #00abee;
    background-color: #00abee;
    padding: 8px 24px;
    border-radius: 4px;
}

.header-section .register-section a {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}


/* ---main-section-- */

/* .main-section {
    
    background-image: linear-gradient(156deg, rgba(0, 173, 238, 1) 0%, rgba(141, 215, 247, 1) 100%);
    padding: 90px 0px;
    padding-top: 160px;
} */
.main-section video{
    width: 100%;
    pointer-events: none;
}
h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    line-height: 68px;
    text-transform: capitalize;
    font-family: 'League Spartan', sans-serif;
}
.main-section-content h1 sup{
    top: -1em;
}
.main-section-content h1 sup i{
    font-size: 24px;
}
h2 {
    color: #07abf4!important;
    font-size: 50px;
    font-weight: 600;
    line-height: 68px;
    text-transform: capitalize;
    font-family: 'League Spartan', sans-serif;
}

h3 {
    color: #07abf4!important;
}

.main-section p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'League Spartan', sans-serif;
    margin-bottom: 26px;
}

.main-section a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
    border: 2px solid #fff;
    padding: 10px 19px;
}

.main-section .main-image {
    text-align: center;
}

.main-section .main-image img {
    height: 90%;
    width: 90%;
}

.about {
    position: relative;
}

.about .d1 {
    position: absolute;
    left: 5%;
    top: 10%;
}

.about .d2,
.news .d2 {
    position: absolute;
    left: 8%;
    top: 50%;
}

.right-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: rgba(35, 41, 94, 0.03);
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    z-index: -3;
}

.about-text {
    padding: 20px 40px;
    z-index: 1;
}

.title {
    padding: 30px 0;
    z-index: 2;
    position: relative;
}

.title h2:before {
    content: '';
    position: absolute;
    top: -54px;
    left: -57px;
    width: 150px;
    height: 150px;
    z-index: 1;
    background: url(../images/IMG.png) repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.title h2 {
    font-size: 50px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 800;
    color: #23295e;
    margin: 0;
    position: relative;
    display: inline-block;
}

.aboutSlider {
    display: block;
}

.about {
    padding: 70px 0px;
}
.about-inner h4{
    color: #46c2f2;
    text-transform: uppercase;
}
.news-img {
    display: block;
    width: 100%;
}

.news-img img {
    width: 100%;
    border-radius: 6px;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 19%);
}

.service {
    padding: 38px 0px;
}

.service .tab-links {
    padding-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    /* justify-content: space-between; */
    margin-bottom: 30px;
}

.service .tab-links li {
    margin-right: 10px;
}

.service .tab-links a {
    border: 2px solid #07abf4;
    padding: 12px 22px;
    border-radius: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #07abf4;
}

.service .tab-links li.active a {
    border: 2px solid #07abf4;
    color: #fff;
    background-image: linear-gradient(to right, #07abf4, #67bdda);
}

.service .title h2:before {
    left: -70px;
}

.service .tab-links a:hover {
    border: 2px solid #07abf4;
    color: #fff;
    background-image: linear-gradient(to right, #07abf4, #67bdda);
}

.service .menufact img {
    border-radius: 3px;
    margin-top: 40px;
    height: 230px;
    width: 300px;
    margin: 0 auto;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 63%);
    margin-left: 15px;
}

.testimonals-section {
    padding: 60px 0px;
    /* background-image: linear-gradient(to right, #07abf4, #67bdda); */
}

.testimonals-section h2 {
    text-align: center;
}

.testimonals-section img {
    width: 100%;
    border-radius: 50%;
}

.testimonal-slider {
    text-align: center;
    position: relative;
}

.testimonal-slider img {
    position: absolute;
    top: -29%;
    left: 30%;
    width: 40%;
    height: 50%;
    border-radius: 50%;
    border: 6px solid #fff;
}

.testi .title:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 38%;
}

.navbar-toggler:focus {
    outline: none;
}

.nav-link.active {
    color: #07abf4!important;
}

.testi {
    margin-bottom: 60px;
}

.testi .slick-next:before,
.slick-prev:before {
    font-size: 20px;
    border: 4px solid #007bff;
    line-height: 1;
    opacity: 1;
    padding: 8px;
    color: #007bff;
    border-radius: 50%;
}

.contact {
    padding: 60px 0px;
}

.testi-content {
    border: 1px solid #07abf4;
    background: #07abf4;
    padding: 60px 20px;
    border-radius: 6px;
}

.testimonal-slider h4 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.testimonal-slider p {
    color: #fff;
}

.testimonal-slider-section {
    margin-bottom: 100px;
}

.testi .slick-prev {
    left: -48px;
}

.service-section {
    padding: 46px 0px;
    background-image: linear-gradient(156deg, rgba(0, 173, 238, 1) 0%, rgba(141, 215, 247, 1) 100%);
}

.service-section .service-detail {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 20px 20px;
    text-align: center;
    border-radius: 6px;
}

h5 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #44464a;
}

.service-section h2 {
    color: #fff!important;
    text-align: center;
    margin-bottom: 42px;
    display: inline-block;
}

.slider-img-section {
    display: flex;
    align-items: center;
}

.slider-section img {
    width: 20%;
    border-radius: 50%;
    margin-right: 20px;
}

.contact .contact-heading-section {
    margin-bottom: 20px;
}
.contact .contact-heading-section p{
    color: #000;
}

.contact-section {
    margin-left: 30px;
}

.contact-section i {
    font-size: 20px;
    color: #25b5f5;
    border: 1px solid #f8f8fa;
    /* padding: 10px 10px; */
    width: 40px;
    border-radius: 50px;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.slider-item {
    border: 1px solid #fff;
    padding: 42px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px #cdc2c2;
}

.slider-content {
    margin-top: 20px;
}

.slider-content p {
    font-size: 18px;
    line-height: 26px;
}

.align-center {
    align-items: center;
}

.slider-section .slick-slide {
    height: auto!important;
    margin: 18px;
}

.contact-detail-section {
    margin-top: 34px;
}

.contact-details {
    margin-left: 20px
}

.contact-details a {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}

.contact-section .contact-single-item {
    display: block;
    padding: 10px 10px;
    border: 1.5px solid #07abf4;
    border-radius: 50px 8px 8px 50px;
    margin-bottom: 20px;
    background-color: #07abf4;
}

.contact-section .contact-items {
    display: flex;
    align-items: center;
}

.contact-section .details-section {
    margin-left: 20px;
}

.contact-section .details-section a {
    font-size: 22px;
    color: rgb(49, 48, 48);
    text-decoration: none;
}

.contact-information-section {
    margin-top: 20px;
}

.products-section h2 {
    color: #07abf4!important;
}

.products-section {
    padding: 60px 0px;
    /* background-image: linear-gradient(156deg, rgba(0, 173, 238, 1) 0%, rgba(141, 215, 247, 1) 100%); */
}

.products-section .slick-slide {
    height: auto;
}

.products-item {
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 10px;
    margin: 20px;
}

.products-section .slick-prev:before,
.slick-next:before {
    font-size: 20px;
    border: 4px solid #fff;
    line-height: 1;
    opacity: 1;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
}

.products-section .slick-prev {
    left: -43px;
}

.products-item img {
    width: 100%;
    /* height: 125px; */
}

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

.footer-section .form {
    display: flex;
}

.footer-section {
    justify-content: center;
    /* margin-top: 20px; */
}

.footer-section input {
    padding: 6px 8px;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.our-newsletter-area {
    background: linear-gradient(156deg, rgba(0, 173, 238, 1) 0%, rgba(141, 215, 247, 1) 100%);
}

.navbar-light .navbar-toggler {
    border: none;
}

.our-newsletter-section {
    background-color: #f4f5f7;
    padding: 60px 0px;
}

.align-items-center {
    align-items: center;
}

.newsletter-wrap {
    position: relative;
}

.newsletter--two {
    position: relative;
    margin: 0;
}

.newsletter--two .input-box {
    border: none;
    background: #fff;
    width: 100%;
    height: 54px;
    /* box-shadow: 1px 2px 20px 0px #bbb5b5; */
    padding: 10px 70px 10px 20px;
    border-radius: 4px;
}

.newsletter--two .submit-btn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    opacity: 1;
    padding: 0 30px;
    border: none;
    height: 54px;
    background: transparent;
    color: #000;
    cursor: pointer;
}

.newsletter--box {
    padding: 50px 0px;
}

.newsletter--box p {
    color: #fff;
    margin: 0;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}


/* .products-item .content{
    border: 1px solid #007bff;
    background-image: linear-gradient(to r#f6f6fbight, #07abf4, #67bdda);
    border-radius: 6px;
} */

p {
    font-size: 18px;
    color: #524d4d;
    font-weight: 400;
}

.products-item h5 {
    margin-top: 10px;
}

.product-section-heading {
    text-align: center;
    margin-bottom: 26px;
}

.footer-middle-section {
    text-align: center;
}

/* .footer-middle {
    background-color: #000!important;
} */

.footer-middle img {
    margin-bottom: 9px;
}

.footer-middle p {    
    color: #524d4d;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: 0.5px;

}

.footer-middle ul li {
    list-style: none;
    color: #fff;
}

.img-top {
    margin-top: 100px;
}

.footer-middle ul li a {    
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

.footer-top {
    background-color: #f8f8fa;
    padding: 20px 0px;
}

.footer-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-section a {
    border: 1px solid #07abf4;
    padding: 10px 12px;
    background-image: linear-gradient(to right, #07abf4, #67bdda);
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
}

.footer-section p {
    margin-right: 16px;
    margin-bottom: 0px;
}

.newsletter-section {
    display: flex;
    align-items: center;
}

.video-section {
    padding: 60px 0;
    background-image: linear-gradient(156deg, rgba(0, 173, 238, 1) 0%, rgba(141, 215, 247, 1) 100%);
}


/* #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */

.modal video {
    height: 350px;
    width: 50%;
    display: block;
    /* justify-content: center; */
    margin: 0 auto;
}

.video-section .title h2 {
    color: #ffffff!important;
}


/* Add Animation */

.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }
    to {
        transform: scale(1)
    }
}

.video-section .single-video .single-image {
    position: relative;
    margin-bottom: 20px;
}

.video-section .single-video:hover {
    cursor: pointer;
}

.single-video .single-image img:first-child {
    border: 5px solid #ffffff;
    border-radius: 4px;
    width: 100%;
    height: 200px;
}

.single-video .single-image img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000f2;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: transparent;
    margin: 10% auto;
    padding: 0;
    width: 90%;
    text-align: center;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover {
    color: #ffffff;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.modal img {
    width: 400px;
    height: 300px;
}

.service {
    padding-bottom: 70px;
}

.social-icons-section {
    text-align: center;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons i {
    /* border: 1px solid #07abf4; */
    /* padding: 8px 10px; */
    border-radius: 50%;
    margin-right: 10px;
    width: 32px;
    color: #000;
    background-image: linear-gradient(to right, #07abf4, #ffffff);
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.social-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.social-section p {
    margin-bottom: 0px;
    margin-right: 10px;
}


/* .service-section .title:before {
    content: '';
    position: absolute;
    top: -21px;
    left: 32%;
    width: 150px;
    height: 150px;
    z-index: 1;
    background: url(../images/IMG.png) repeat;
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
} */

p {
    /* color: #8d8787; */
    color: #fff;
}

.newsletter--two .submit-btn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    opacity: 1;
    padding: 0 30px;
    border: none;
    height: 54px;
    background: #000;
    border-radius: 0 4px 4px 0;
    color: #fff;
}

.testi {
    padding: 28px 0px 26px 0px;
}

.about .slick-next,
.about .slick-prev {
    display: none!important;
}


/* .products-section .title:before {
    content: '';
    position: absolute;
    top: -21px;
    left: 35%;
    width: 150px;
    height: 150px;
    z-index: 1;
    background: url(../images/IMG.png) repeat;
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
} */

.social-section i {
    color: #007bff;
    font-weight: 500;
    font-size: 20px;
    margin-right: 10px;
}

.footer-middle {
    padding: 60px 0px;
    background-color: #f8f8fa;
}

.footer-copyright {
    text-align: center;
    padding: 10px 0px 10px 0px;
    /* background-image: linear-gradient(to right, #07abf4, #67bdda); */
    background-color: #000;
    color: #fff;
}

.footer-copyright p {
    font-size: 14px;
    margin: 0;
}

.footer-middle h5 {
    color: #fff;
}

.footer-middle ul {
    padding: 0px;
    margin: 0px;
}

.footer-middle li {
    margin-bottom: 10px;
}

.footer-middle a {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.footer-copyright p {
    color: #fff;
}

.mt-30 {
    margin-top: 30px;
}

.footer-top {
    padding: 20px 0px;
}

.footer-middle {
    background-color: #fff;
}

.slick-next,
.slick-prev {
    display: none!important;
}

/*------design changes by sanjay 18-05-2022------*/
.social-icons-section p{
    font-size: 18px !important;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}
.social-icons-section{
    text-align: left;
}
.social-icons{
    display: block;
}

.social-icons ul li a {
    width: 50px;
    height: 50px;
    background-color: #07abf4;
    border-radius: 6px;
    line-height: 50px;
    display: block;
}
.social-icons ul li{
    display: inline-block;
    padding: 0 5px;
}
.social-icons ul li:first-child{
    padding-left: 0;
}
.social-icons ul li a i{
    line-height: 50px;
    width: unset;
    height: unset;
    background: transparent;
    text-align: center;
    color: #fff;
    margin-right: 0;
    font-size: 30px;
    border-radius: 0;
    width: 100%;
    border: none;
}
.pinterest{
    background-color: #E60023 !important;
}
.twitter{
    background-color: #00acee !important;
}
.whatsapp{
    background-color: #075E54 !important;
}
.instagram{
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d) !important;
}
.facebook{
    background-color: #4267B2 !important;
}
.linkedin{
    background-color: #0077b5 !important;
}
/* ---media-query--- */

@media only screen and (min-width:1390px) {
    .testi .title h2:before {
        top: -22px;
        left: 33%;
    }
    .about-content {
        height: 100%;
        position: relative;
        display: block;
    }
    .about-content .about-text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width:1200px) {
    .testi .title h2:before {
        left: 30%;
    }
    .products-section .title:before {
        left: 31%;
    }
    .service-section .title:before {
        left: 29%;
    }
    .main-section h1 {
        font-size: 62px;
    }
}

@media only screen and (max-width:1000px) {
    h1 {
        font-size: 44px!important;
    }
    .main-section {
        margin-top: 123px;
    }
    .main-section-content {
        text-align: left;
    }
    .title h2:before {
        position: absolute;
        top: -17px;
        left: -35px!important;
        width: 92px;
        height: 92px;
    }
    .service .title::before {
        position: absolute;
        top: -17px;
        left: -35px;
        width: 92px;
        height: 92px;
    }
    .products-section .title h2:before {
        position: absolute;
        top: -17px;
        left: 32%;
        width: 92px;
        height: 92px;
    }
    .service-section .title h2:before {
        position: absolute;
        top: -17px;
        left: 31%;
        width: 92px;
        height: 92px;
    }
    .testi .title h2:before {
        left: 34%;
    }
    p {
        font-size: 18px;
    }
    a {
        font-size: 16px;
    }
    .tab-links {
        margin-top: 15px;
    }
    .tab-links li {
        margin-right: 10px;
    }
    .mt-30 {
        margin-top: 0px!important;
    }
    .service-content {
        margin-bottom: 20px;
    }
    .title h2 {
        font-size: 36px;
    }
    .title {
        padding: 0px;
    }
    h5 {
        font-size: 20px;
    }
    #about .col-lg-6 {
        margin-top: 100px!important;
    }
    h2 {
        font-size: 40px;
    }
    .products-section {
        padding: 40px 0px;
    }
    .main-section-content {
        text-align: left;
        margin-bottom: 16px;
    }
    .header-section {
        overflow: hidden;
    }
    .main-section {
        padding: 30px 0px;
        overflow: hidden;
    }
    .service {
        overflow: hidden;
    }
    .about {
        overflow: hidden;
    }
    .products-section {
        overflow: hidden;
    }
    .contact {
        overflow: hidden;
    }
    .our-newsletter-area {
        overflow: hidden;
    }
    footer {
        overflow: hidden;
    }
}

@media only screen and (max-width:986px) {
    .contact-section {
        margin-left: 0;
    }
    .header-section .navbar-collapse {
        background-image: linear-gradient(to right, #07abf4, #67bdda);
        width: 100%;
        height: 104vh;
        position: fixed;
        opacity: 0.9;
        top: 0px;
        left: 0;
        z-index: 999;
        overflow: scroll;
    }
    .cross {
        font-size: 38px;
        text-align: right;
        /* margin: 15px; */
        margin-bottom: 39px;
        margin-right: 13px;
        color: #fff;
        display: block!important;
    }
    .navbar-block {
        text-align: center;
        margin: 18px 0px;
    }
    .navbar-block a {
        color: #fff2f2!important;
        font-size: 22px!important;
        margin-bottom: 10px;
    }
    .nav-link.active {
        color: #fff2f2!important;
    }
    .navbar-block a:hover {
        color: #000!important;
    }
    .single-product .product-description {
        margin-top: 10px;
    }
}

@media only screen and (max-width:800px) {
    /* .social-icons-section {
        text-align: center;
    } */
    .social-icons {
        justify-content: center;
    }
    .header-section .navbar-collapse {
        background-image: linear-gradient(to right, #07abf4, #67bdda);
        width: 100%;
        height: 104vh;
        position: fixed;
        opacity: 0.9;
        top: 0px;
        left: 0;
        z-index: 999;
        overflow: scroll;
    }
    .cross {
        font-size: 38px;
        text-align: right;
        /* margin: 15px; */
        margin-bottom: 39px;
        margin-right: 13px;
        color: #fff;
        display: block!important;
    }
    .navbar-block {
        text-align: center;
        margin: 18px 0px;
    }
    .navbar-block a {
        color: #fff2f2!important;
        font-size: 22px!important;
        margin-bottom: 10px;
    }
    .nav-link.active {
        color: #fff2f2!important;
    }
    .navbar-block a:hover {
        color: #000!important;
    }
    .single-product .product-description {
        margin-top: 10px;
    }
}

@media only screen and (max-width:768px) {
    .main-section-content {
        text-align: center;
        margin-bottom: 30px;
    }
    .main-section {
        padding-bottom: 45px;
    }
    .about {
        padding: 20px 0px 10px 0px;
    }
    .service-section {
        padding: 50px 0px;
    }
    .service .title::before {
        top: -35px;
    }
    .service-section .title h2:before {
        top: -20px;
        left: 23%;
    }
    .testi .title h2:before {
        left: 27%;
    }
    .products-section .title h2:before {
        left: 27%;
    }
    .single-product .product-description {
        margin-top: 10px;
    }
}

@media only screen and (max-width:700px) {
    .service-section {
        padding: 30px 0px;
    }
    .main-image {
        margin-top: 20px;
    }
    .testi .title h2:before {
        content: '';
        position: absolute;
        top: -17px;
        left: 25%;
        width: 104px;
        height: 104px;
        z-index: 1;
        background: url(../images/IMG.png) repeat;
        background-size: cover;
        opacity: .08;
        z-index: -1;
    }
    .testi {
        padding: 30px 0px;
    }
    .products-section {
        padding: 30px 0px;
    }
    .product-section-heading {
        margin-bottom: 6px;
    }
    .contact-section {
        margin-top: 20px;
    }
    .contact {
        padding: 30px 0px;
    }
    .newsletter--box {
        padding: 40px 20px;
    }
    .single-product .product-description {
        margin-top: 10px;
    }
}

@media only screen and (max-width:760px) {
    .contact-heading-section {
        margin-top: 20px;
    }
}

@media only screen and (max-width:600px) {
    .products-section {
        overflow: hidden;
    }
    .products-item img {
        max-width: 40%;
        margin: 0 auto;
    }
    .main-section {
        margin-top: 95px;
    }
    .about .title {
        padding: 0px 7px;
    }
    .service .title h2:before {
        content: '';
        position: absolute;
        top: -38px;
        left: -22px;
        z-index: 1;
        background: url(../images/IMG.png) repeat;
        background-size: cover;
        opacity: .08;
        z-index: -1;
    }
    .service {
        padding: 40px 0px;
    }
    .service-section {
        padding: 40px 0px;
    }
    .service .title h3 {
        margin-bottom: 0px;
    }
    .service-section h2 {
        margin-bottom: 0px;
    }
    .footer-middle {
        padding: 40px 0px;
    }
    .header-section .login-section {
        margin-right: 8px;
        border: 1px solid #00abee;
        padding: 5px 24px;
        border-radius: 4px;
    }
    .header-section .register-section {
        margin-right: 8px;
        border: 1px solid #00abee;
        background-color: #00abee;
        padding: 5px 24px;
        border-radius: 4px;
    }
    .testi {
        margin-bottom: 0px;
    }
    /* .social-icons-section {
        text-align: center;
    } */
    .social-icons {
        justify-content: center;
    }
    footer .logo-section img {
        width: 78%;
    }
    .header-section .login-register-section {
        padding: 22px 0px;
    }
    .title h2:before {
        content: '';
        position: absolute;
        top: -5px;
        left: -19px;
        width: 90px;
        height: 90px;
    }
    .main-section-content {
        text-align: center;
    }
    .service-content {
        margin-top: 20px;
    }
    /* .logo-section img {
        width: 70%!important;
    } */
    .right-bg{
        display: none;
    }
}

a:hover {
    text-decoration: none;
}

.slick-dots li button:before {
    font-size: 40px;
}

.slick-active button:before {
    color: #00abee!important;
}

.products-section .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}

.products-section .slick-active button:before {
    color: #000!Important;
}

.map-section iframe {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 45%);
    height: 100%;
    width: 100%;
    border-radius: 4px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    cursor: grab;
}

.single-product {
    margin: 50px 0;
}

.single-product .product-image {
    padding: 15px;
}


/* .single-product .product-image {
    padding: 20px;
}

.single-product .product-description {
    padding: 20px;
} */

.single-product .product-description {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.manufacture_description p {
    text-align: justify;
}

.single-product .product-description h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.8;
    /* color: #00529a!important; */
    color: #07abf4!important;
}

.single-product .product-description h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
}

.single-product .product-description h5 span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.single-product .product-description p {
    /* color: #343a40; */
    color: #fff;
    text-align: justify;
}

.products-section .multi-products ul li:nth-child(even) .single-product {
    flex-direction: row-reverse;
}

#contact {
    background-color: #f5f5f5;
}


/* .products-section .multi-products ul li:nth-child(even) .single-product .product-description {
    text-align: right;
} */

@media only screen and (max-width:600px) {
    .main-section h1{
        font-size: 32px!important;
    }
    .main-section h1 sup i{
        font-size: 18px;
    }
    .service .menufact img{
        width: 100%;
        margin-left: 0;
    }
}