@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --red: #E31E26;
    --primary: #0E3144;
    --white: #fff;
    --light: #fff;
    --dark: #000;
}

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

.Topbar .text-muted {
    color: var(--primary) !important;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--primary);
}

.topbar a {
    text-decoration: none;
}

/*** Navbar Start ***/
.nav-bar {
    background: var(--white);
    transition: 1s;
}

.nav-bar .navbar-nav {
    margin-left: 80px;
}

.nav-bar a {
    text-decoration: none;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 110px;
}

@media (max-width: 768px) {
    .nav-bar .navbar-light .navbar-brand img {
        max-height: 74px;
    }

}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: var(--dark) !important;

}

.navbar .navbar-nav a {
    color: var(--dark) !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--primary);
}

.navbar .navbar-nav .nav-btn a {
    color: #fff !important;
}

.navbar {
    padding: 5px 0 !important;
}

.navbar .navbar-nav {
    /* width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    background: var(--light);
    border-radius: 10px;
    float: right !important;
    margin-left:80px !important; */
}

@media (max-width: 991px) {
    .navbar {
        padding: 5px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav .nav-btn a {
        color: #fff !important;
    }



    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--primary);
        color: var(--primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--primary);
    color: var(--white) !important;
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    /* .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--light);
        border-radius: 10px;
    } */

    .navbar .navbar-nav .nav-btn {
        /* width: 100%;
        display: flex;
        margin-left: auto; */
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--light);
        transition: .5s;
        opacity: 1;
    }
}

/*** Navbar End ***/


/* fixed start */

.fix-icon-1 {
    position: fixed;
    bottom: 186px;
    left: 0px;
    font-size: 20px;
    background-color: var(--primary);
    padding: 2px 10px;
}

.fix-icon-2 {
    position: fixed;
    bottom: 140px;
    left: 0px;
    font-size: 20px;
    background-color: var(--primary);
    padding: 2px 10px;
}

.fix-icon-3 {
    position: fixed;
    bottom: 93px;
    left: 0px;
    font-size: 20px;
    background-color: var(--primary);
    padding: 2px 10px;
}

.fix-icon-4 {
    position: fixed;
    bottom: 50%;
    right: -60px;
    font-size: 15px;
    background-color: var(--primary);
    padding: 5px 15px;
    border-radius: 2px;
    transform: rotate(-90deg);
}


.fix-icon {
    color: #fff;
    /* background-color: #fff; */
    z-index: 2222;
    transition: .5s;
    border: 1px solid var(--light);
}

.fix-icon:hover {
    transform: translateY(-10%);
    transform: translateX(-10%);
    color: var(--red) !important;
}


/* btn start */

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-xl-square {
    background-color: var(--white) !important;
    color: var(--primary) !important;
}

.btn.btn-primary {
    color: var(--white);
    border: none;
    background-color: var(--primary);
}

.btn.btn-primary:hover {
    background: var(--dark);
    color: var(--white);
}

.btn.btn-light {
    color: var(--primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--white);
    background: var(--dark);
}

.btn.btn-dark {
    color: var(--white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--primary);
    background: var(--light);
}

/* btn end */




/* about us start  */

.about-start {
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-start p {
    text-align: justify;
}

/* about us end */


/*** Footer Start ***/
.footer {
    background: var(--primary);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--white);
    transition: 0.5s;
    text-decoration: none;
}

.footer .footer-item p {
    text-align: justify;
    margin-top: 18px;
    /* line-height: px; */

}

.footer .footer-item a:hover {
    color: var(--red) !important;
    margin-left: 10px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--red) !important;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--light);
    color: var(--primary);
    text-decoration: none;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--red) !important;
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--white);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.copyright a {
    text-decoration: none;
}

/*** copyright end ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
    /* min-height: 400px; */
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service a {
    text-decoration: none;
    color: var(--dark);
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;

}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--white);
    background: var(--primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--light);
    min-height: 170px;
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--primary);
    background: var(--white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--white);
    background: var(--dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}

/*** Service End ***/



/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

/* .contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
} */

.contact .contact-add-item {
    padding: 10px 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    min-height: 188px;
    text-align: center;
}

/* @keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
} */

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}

/*** Contact End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.438)), url(../img/banner/all-in-one.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--white);
}

/*** Single Page Hero Header End ***/

.why-start .title-bold {
    font-weight: bolder;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    /* font-weight: 400; */
    font-style: normal;

}

.why-start ul li {
    margin-bottom: 8px;
    display: block;
    font-size: 18px;
}

.why-start p {
    text-align: justify;

}




/* gallery start */


.gallery-start .gallery-img-1 {
    position: relative;
    overflow: hidden;
}

.gallery-start .gallery-img-1 img {
    transition: 0.5s;
}

.gallery-start .gallery-img-1:hover img {
    transform: scale(1.2);
}

.gallery-start .gallery-img-1 .gallery-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.gallery-start .gallery-img-1:hover .gallery-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.gallery-start .gallery-img-1 .gallery-icon i {
    padding: 20px;
    background-color: var(--primary);
    border-radius: 50%;
}

.lb-data .lb-number {
    display: none !important;
    /* clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999; */
}

/* gallery end */

/* inq-details-page start */


.inq-details-page .inq-content {
    padding: 20px 0;
}

.inq-details-page .inq-content p {
    text-align: justify;
    margin-top: 20px;
}

.inq-details-page .inq-dddetails img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
}

.inq-details-page .inq-content h2 {
    border-bottom: 4px solid var(--red);
}

.inq-details-page .inq-product-navbar {
    padding: 10px 0 0px 0;
    margin-bottom: 10px;
}

.inq-details-page .inq-product-navbar .product-heading {
    background-color: var(--primary);
    color: var(--white);
    padding: 10px;
}

.inq-details-page .inq-product-navbar ul {
    padding: 0;
}

.inq-details-page .inq-product-navbar ul li {
    display: block;
    padding: 20px;
    margin: 10px;
    background-color: #F8F8F8;
}

.inq-details-page .inq-product-navbar ul li a {
    text-decoration: none;
    color: var(--dark);
    padding: 20px;
    margin: 10px;

}

/* inq-details-page end */


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial {
    background: linear-gradient(rgba(0, 0, 0, 0.573), rgba(0, 0, 0, 0.614)), url(../img/index-img/bg-img.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .owl-nav .owl-prev {
    position: absolute !important;
    top: -58px !important;
    left: 0 !important;
    background: var(--primary) !important;
    color: var(--white) !important;
    padding: 5px 30px !important;
    border-radius: 30px !important;
    transition: 0.5s !important;
}

.testimonial .owl-nav .owl-prev i {
    font-size: 20px !important;
}

.owl-nav button span {
    padding: 30px 20px;
    font-size: 30px;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--dark) !important;
    color: var(--white) !important;
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--primary) !important;
    color: var(--white) !important;
    padding: 5px 30px !important;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--dark);
    color: var(--white);
}


/*** Testimonial End ***/

/* learn strart */

.learn-start {
    background-color: var(--primary) !important;
}

.learn-start h2 {
    color: var(--white);
    text-align: justify;
}

.learn-start .btn-right-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-start .btn-right-side a {
    background-color: var(--white);
    color: var(--dark);
}

/* learn end */




/* conunt start  */

.counter-start-sec {
    background-color: var(--primary);
    color: var(--white);
}

.counter-start-sec {
    text-align: center;
    padding: 140px 0 80px;
}

.counter-start-sec .grid .gridiv span {
    font-size: 4rem !important;
    font-weight: bolder;

}

@media (max-width: 1199px) {
    .counter-start-sec {
        padding: 0 0 100px;
    }
}

@media (max-width: 991px) {
    .counter-start-sec {
        padding: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .counter-start-sec {
        padding: 0 0 45px;
    }
}

.counter-start-sec .start-count>.col:last-child .grid:after {
    display: none;
}

.counter-start-sec .start-count>.col:last-child .grid {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .counter-start-sec .start-count>.col+.col .grid {
        margin-top: 20px;
    }
}

.counter-start-sec .grid {
    padding: 0 40px;
    position: relative;
}

@media (max-width: 1199px) {
    .counter-start-sec .grid {
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    .counter-start-sec .grid {
        padding: 0 15px;
        top: 45px;
    }
}

@media (max-width: 767px) {
    .counter-start-sec .grid {
        border-bottom: 1px solid #d9d9d9;
    }
}

.counter-start-sec .grid:after {
    content: "";
    background: #d9d9d9;
    background: -webkit-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, #d9d9d9), color-stop(80%, #d9d9d9), color-stop(98%, white));
    background: -o-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
    background: linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
    width: 2px;
    height: 105px;
    position: absolute;
    right: -15px;
    bottom: -2%;
}

@media (max-width: 767px) {
    .counter-start-sec .grid:after {
        display: none;
    }
}

.counter-start-sec .grid h3 {
    font-size: 60px;
    font-size: 4rem;
    margin: 0 0 3px;
}

@media (max-width: 1199px) {
    .counter-start-sec .grid h3 {
        font-size: 50px;
        font-size: 3.33333rem;
    }
}

@media (max-width: 991px) {
    .counter-start-sec .grid h3 {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

@media (max-width: 767px) {
    .counter-start-sec .grid h3 {
        font-size: 30px;
        font-size: 2rem;
    }
}

.counter-start-sec .grid h3>span:last-child {
    color: #fdc900;
}

.counter-start-sec .grid .fact-title {
    /* font-size: 18px; */
    font-size: 22px;
    font-weight: bold;
    /* color: var(--white); */
    color: #9a9a9a;
    margin: 35px 0 1.38em;
    display: block;
}

/* conunt end */


.process-sec .nav-tabs .nav-item button {
    padding: 20px;
    background-color: #F3F3F3;


}

.process-sec .nav-tabs .nav-item button:hover {
    background-color: var(--primary);
    color: var(--white) !important;
}

.process-sec .nav-tabs .nav-item button .bbb.active:hover {
    background-color: var(--primary);
    color: var(--white) !important;
}

.process-sec .nav-tabs .nav-item button .bbb.active {
    background-color: var(--primary);
    color: var(--white) !important;
}

.process-sec .nav-tabs .nav-item button:focus {
    background-color: var(--primary);
    color: var(--white) !important;
}

.process-sec .nav-tabs .nav-item button:focus .process-name p {
    /* background-color: var(--primary); */
    color: var(--white) !important;
}

.process-sec .nav-tabs .nav-item:hover .tab-pane {
    display: block !important;
}

.process-sec .nav-tabs .nav-item button .process-name p {
    font-size: 20px;
    color: var(--dark);
}

.process-sec .nav-tabs .nav-item button:hover .process-name p {
    color: var(--white);
}

.process-sec .nav-tabs .nav-item {
    /* background-color: #F3F3F3 ; */
    /* margin-right: 2px; */
}

.process-sec .nav-tabs .nav-item .bbb {
    background-color: #F3F3F3;
    min-height: 175px !important;
    min-width: 200px;
}


.process-sec .tab-content .tab-pane {
    background-color: var(--primary);
    margin-top: 10px;

    color: var(--white);
}

.process-sec .tab-content .tab-pane .process-sec-btn {
    margin-top: 60px;
}

.process-sec .tab-content .tab-pane .process-sec-btn a {
    background-color: var(--white);
    color: var(--primary);
}



/*  */

.panel-row-style {
    background-color: var(--white);
    background-image: url(../img/index-img/BG-image-bl-enter.jpeg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 !important;
    text-align: center;
}

.panel-row-style h3 {
    color: var(--white);
    padding: 80px 40px 50px 40px !important;
    font-size: 45px;
}

@media (max-width:768px) {

    .panel-row-style h3 {
        color: var(--white);
        padding: 100px 40px !important;
        font-size: 30px;
    }
}

/*  */






/*** certification Start ***/
.certification-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.certification {
    /* background:linear-gradient(rgba(0, 0, 0, 0.573),rgba(0, 0, 0, 0.614)), url(../img/index-img/bg-img.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.certification .owl-nav .owl-prev {
    position: absolute !important;
    top: 300px !important;
    left: 0 !important;
    background: var(--primary) !important;
    color: var(--white) !important;
    padding: 5px 30px !important;
    border-radius: 30px !important;
    transition: 0.5s !important;
}

.certification .owl-nav .owl-prev i {
    font-size: 20px !important;
}

.owl-nav button span {
    padding: 30px 20px;
    font-size: 30px;
}

.certification .owl-nav .owl-prev:hover {
    background: var(--dark) !important;
    color: var(--white) !important;
}

.certification .owl-nav .owl-next {
    position: absolute;
    top: 300px;
    right: 0;
    background: var(--primary) !important;
    color: var(--white) !important;
    padding: 5px 30px !important;
    border-radius: 30px;
    transition: 0.5s;
}

.certification .owl-nav .owl-next:hover {
    background: var(--dark);
    color: var(--white);
}


/*** certification End ***/



/* client */
.client-sec {
    padding: 50px 0;
}

/* client start */
.client-sec {
    padding: 60px 0;
}

.client-sec h1 {
    text-align: center;
    font-weight: bold;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.client-sec .owl-carousel .item {
    padding: 10px;
}

.client-sec .owl-carousel .item img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* client end */
.related-product-img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
}







/* captcha form */
input {
    width: 100% !important;
}

.captchasep {
    display: flex;
    flex-direction: row
}

@media screen and (max-width:600px) {

    .captchasep button,
    .captchasep p {
        width: 100% !important;
        padding: 10px 20px !important
    }

    .captchasep {
        display: flex;
        flex-direction: column
    }

    .captchasep input {
        width: 100% !important
    }

    .captchasep p {
        margin: 10px 0 !important
    }

}

.captchasep input {
    margin-top: 0 !important;
    margin-bottom: 0px !important
}

.captchasep p {
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 5px 20px;
    width: 150px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 6px;
    font-size: 20px;
    font-style: italic;
}

.captchasep button {
    background: var(--primary);
    color: #fff;
    border: none;
    outline: 0;
    padding: 0 20px;
    width: 50%;
    font-weight: 700;
    font-size: 20px
}