
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        /* height: 82vh; */
    }

    .carousel-item img { 

        width: 100% ;
        height:100%;

    }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        height: 100%;
    }

    .carousel-caption {

        position: absolute;
        right: 15%;
        top: 100px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: rgb(0, 0, 0, .3);
        bottom: auto;
        border-radius: 20px;

    }

    .carousel-caption h3 {

        color: #ffc060 ;

    }

    .sec-title{
        position:relative;
        z-index: 1;
        margin-bottom:60px;
    }

    .sec-title .title{
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #f1b400;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .sec-title h2{
        position: relative;
        display: block;
        font-size:37px;
        line-height: 1.28em;
        color: #222222;
        font-weight: 600;
        padding-bottom:18px;
    }

    .sec-title h2:before{
        position:absolute;
        content:'';
        left:0px;
        bottom:0px;
        width:50px;
        height:3px;
        background-color:#d1d2d6;
    }

    .sec-title .text{
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
        margin-top: 35px;
    }

    .sec-title.light h2{
        color: #ffffff;
    }

    .sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
    }

    .list-style-one{
    position:relative;
    }

    .list-style-one li{
    position:relative;
    font-size:19px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
    }

    .list-style-one li:before {
        content: "\f058";
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        font-size: 18px;
        padding: 0px;
        color: #f1b400;
        font-weight: 600;
        -moz-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1.6;
        font-family: "Font Awesome 5 Free";
    }

    .list-style-one li a:hover{
    color: #44bce2;
    }

    .btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #f1b400;
    }

    .btn-style-one:hover{
    background-color: #001e57;
    color: #ffffff;
    }
    .about-section{
    position: relative;
    padding: 120px 0 70px;
    }

    .about-section .sec-title{
        margin-bottom: 45px;
    }

    .about-section .content-column{

        position: relative;
        margin-bottom: 50px;

    }

    .about-section .content-column .inner-column{
        position: relative;
        padding-left: 30px;
    }

    .about-section .text{
        margin-bottom: 40px;
        font-size: 19px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
        text-align: justify;
    }

    .about-section .list-style-one{
    margin-bottom: 45px;
    }

    .about-section .btn-box{
    position: relative;
    }

    .about-section .btn-box a{
    padding: 15px 50px;
    }

    .about-section .image-column{
    position: relative;
    }

    .about-section .image-column .text-layer{
        position: absolute;
        right: -110px;
        top: 50%;
        font-size: 325px;
        line-height: 1em;
        color: #ffffff;
        margin-top: -175px;
        font-weight: 500;
    }

    .about-section .image-column .inner-column{
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
    }

    .about-section .image-column .inner-column:before{
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
    }

    .about-section .image-column .image-1{
    position: relative;
    }

    .about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
    }

    .about-section .image-column .image-2 img,
    .about-section .image-column .image-1 img{
        box-shadow: 0 30px 50px rgba(8,13,62,.15);
        width: 100%;
    }

    .image-2 img {
        
        width: 60% !important ;

    }

    .about-section .image-column .video-link{
        position: absolute;
        left: 70px;
        top: 170px;
    }

    .about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }

     ul.list-style-one {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .section-services {
        font-family: "Poppins", sans-serif;
        color: #202020;
        padding-top: 115px;
        padding-bottom: 120px;
        background: antiquewhite;
        
    }

    .section-services .header-section {
        margin-bottom: 34px;
    }

    .section-services .header-section .title {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 32px;
    }

    .section-services .header-section .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background-color: #f1b400;
        border-radius: 3px;
    }

    .section-services .header-section .title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(30px);
        width: 10px;
        height: 3px;
        background-color: #000;
        border-radius: 3px;
    }

    .section-services .header-section .description {
        font-size: 14px;
        color: #282828;
    }

    .section-services .single-service {
        position: relative;
        margin-top: 30px;
        background-color: #fff;
            box-shadow: 0 0 10px #696969;
        border-radius: 10px;
        padding: 40px 30px;
        overflow: hidden;
    }

    .section-services .single-service .content {
        position: relative;
        z-index: 20;
    }

    .section-services .single-service .circle-before {
        position: absolute;
        top: 0;
        right: 0px;
        transform: translate(40%, -40%);
        width: 150px;
        height: 150px;
        background-color: #f1b400;
        border: 6px solid #000;
        border-radius: 50%;
        opacity: 0.5;
        z-index: 10;
        transition: all .6s;
    }

    .section-services .single-service:hover .circle-before {
        width: 100%;
        height: 100%;
        transform: none;
        border: 0;
        border-radius: 0;
        opacity: 1;
    }

    .section-services .single-service .icon {
        display: inline-block;
        margin-bottom: 26px;
        width: 70px;
        height: 70px;
        background-color: #f1b400;
        border-radius: 5px;
        line-height: 70px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        transition: all .3s;
    }

    .section-services .single-service:hover .icon {
        background-color: #fff;
        color: #f1b400;
    }

    .section-services .single-service .title {
        margin-bottom: 18px;
        font-weight: 700;
        font-size: 23px;
        transition: color .3s;
    }

    .section-services .single-service:hover .title {
        color: #fff;
    }

    .section-services .single-service .description {
        margin-bottom: 20px;
        font-size: 18px;
        transition: color .3s;
        text-align: justify;
    }

    .section-services .single-service:hover .description {
        color: #fff;
    }

    .section-services .single-service a {
        
        position: relative;
        font-size: 18px;
        color: #FFF;
        text-decoration: none;
        font-weight: 500;
        transition: color .3s;
        background: #f1b400;
        padding: 10px;
        border-radius: 0px 10px 10px 0px;
    }

    .section-services .single-service:hover a {
        color: #fff;
    }

    .section-services .single-service a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        /* background-color: #f1b400; */
        transition: background-color .3s;
    }

    .section-services .single-service:hover a {
        background: #fff;
        color: #000;
    }

	.index2-product-section {

        padding: 100px 0 ;
        background: antiquewhite;


    }

	.index2-product-box {
		background: #FFF;
		border-radius: 15px;
		overflow: hidden;
		text-align: center;
		box-shadow: 1px 0px 1px 2px rgb(0, 0, 0, .2);
        margin-bottom: 50px ;
	}

	.product-top-image figure img {
		width: 100%;
		height: 255px;
		object-fit: cover;
	}

	.publish-date {
		font-size: 34px;
		line-height: 34px;
		color: #FFF;
		font-weight: 800;
		width: 96px;
		height: 96px;
		background: #2B9986;
		border-radius: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -38px;
		display: flex;
		gap: 3px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 2;
	}

	.publish-date span {
		font-size: 14px;
		line-height: 14px;
		font-weight: 400;
	}

	.product-top-image::after {
		content: "";
		background: url('../images/index2-product-shap.png') no-repeat center;
		width: 100%;
		height: 40px;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.product-txt-con {
		padding: 55px 40px 35px;
	}

	.product-txt-con a {
		font-size: 14px;
		font-weight: 700;
		color: var(--button-color);
	}

	.product-txt-con h4 {

		line-height: 27px ;
		margin-bottom: 10px ;
		font-size: 20px ;
		line-height: 26px ;
		font-weight: 800 ;
		/* font-family: 'Marcellus', serif; */
		color: #074560 ;

	}

	.product-txt-con p {
		margin-bottom: 13px;
	}

	.product-txt-con a i {
		margin-left: 5px;
	}

	.product-top-image figure {
		margin: 0px;
	}

    .section-products .header-section {

        margin-bottom: 100px;

    }

    .section-products .header-section .title {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 32px;
    }

    .section-products .header-section .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background-color: #f1b400;
        border-radius: 3px;
    }
    .section-products .header-section .title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(30px);
        width: 10px;
        height: 3px;
        background-color: #000;
        border-radius: 3px;
    }

    .section-products .header-section .description {
        font-size: 14px;
        color: #282828;
    }

    .cover-top-center-9 {

        background: rgb(0, 0, 0, .5);
        padding: 30px;

    }

    .w3l-covers-9-main .w3ls_cover_txt-9 {
        /* max-width: 560px; */
        /* margin-left: auto; */
        text-align: center;
    }

    header .owl-carousel {

        height: 83vh ;

    }

    .owl-carousel .owl-stage-outer {

        /* height: 83vh ; */

    }

    .owl-carousel .owl-stage-outer .owl-stage {

        height: 100% ;

    }

    header .item {
        position: relative;
    }

    header .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    header .item .cover {
        padding: 75px 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /* background: rgba(0, 0, 0, 0.6); */
        background: #915a0a47 ;
        /* display: flex; */
        align-items: center;
    }

    header .item .cover .header-content {

        position: relative;
        padding: 56px;
        overflow: hidden;
        width: 70%;
        
    }

    header .item .cover .header-content .line {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        border: 9px solid #fff;
        -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
        clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    }

    header .item .cover .header-content h2 {
        font-weight: 300;
        font-size: 35px;
        color: #fff;
    }

    header .item .cover .header-content h1 {
        font-size: 56px;
        font-weight: 600;
        margin: 5px 0 20px;
        word-spacing: 3px;
        color: #fff;
        /* text-transform: uppercase ; */
    }

    header .item .cover .header-content h4 {
        font-size: 24px;
        font-weight: 300;
        line-height: 36px;
        color: #fff;
    }

    header .owl-item.active h1 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-delay: 0.3s;
    }
    header .owl-item.active h2 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-delay: 0.3s;
    }
    header .owl-item.active h4 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: 0.3s;
    }
    header .owl-item.active .line {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInLeft;
        animation-delay: 0.3s;
    }
    header .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
        top: 43%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        background: rgba(0, 0, 0, 0.5) !important;
        width: 40px;
        cursor: pointer;
        height: 40px;
        position: absolute;
        display: block;
        z-index: 1000;
        border-radius: 0;
    }
    header .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: #fff;
    }
    header .owl-nav .owl-prev:focus {
        outline: 0;
    }
    header .owl-nav .owl-prev:hover {
        background: #000 !important;
    }
    header .owl-nav .owl-next {
        position: absolute;
        right: 15px;
        top: 43%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        background: rgba(0, 0, 0, 0.5) !important;
        width: 40px;
        cursor: pointer;
        height: 40px;
        position: absolute;
        display: block;
        z-index: 1000;
        border-radius: 0;
    }
    header .owl-nav .owl-next span {
        font-size: 1.6875rem;
        color: #fff;
    }
    header .owl-nav .owl-next:focus {
    outline: 0;
    }
    header .owl-nav .owl-next:hover {
    background: #000 !important;
    }
    header:hover .owl-prev {
    left: 0px;
    opacity: 1;
    }
    header:hover .owl-next {
    right: 0px;
    opacity: 1;
    }

    header .item {
        position: relative;
        height: 100%;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
        height: 100%;
    }

     .blogs-section {

        padding: 100px 0 ;
        background: antiquewhite;
        width: 100%;
        overflow: hidden;

     }

    .blogs-section img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    
    .blogs-section .header-section {
        margin-bottom: 34px;
    }

    .blogs-section .header-section .title {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 32px;
    }

    .blogs-section .header-section .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background-color: #f1b400;
        border-radius: 3px;
    }

    .blogs-section .header-section .title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(30px);
        width: 10px;
        height: 3px;
        background-color: #000;
        border-radius: 3px;
    }

    .blogs-section .header-section .description {
        font-size: 14px;
        color: #282828;
    }

    .blogs-section .grids5-info {

        background: #FFF;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 5px;;

    }

    
.w3l-top-menu-1 {
    background: #f8f9fa;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.w3l-top-menu-1 a {
    color: #333;
    text-decoration: none;
}

.w3l-top-menu-1 a:hover {
    color: #007bff;
}

.social-icons a {
  
    font-size: 16px;
    transition: color 0.3s;
    margin-right: 10px;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 10px;

}

.social-icons a:hover {

    color: #007bff !important ;

}

/* Mobile CSS */

    @media (max-width: 768px) {

        .p-sticky-md {

            display: none ;

        }

        .w3l-header-4 {
            top: 0 !important ;
        }

        header .item .cover .header-content {
            position: relative;
            padding: 26px;
            overflow: hidden;
            width: 100%;
        }

        header .item .cover .header-content h1 {
            font-size: 36px;
            font-weight: 600;
            margin: 5px 0 20px;
            word-spacing: 3px;
            color: #fff;
            /* text-transform: uppercase; */
        }

        header .item .cover .header-content h4 {
            font-size: 18px;
            font-weight: 300;
            line-height: 36px;
            color: #fff;
        }

        header .owl-carousel {

            height: 83vh;

        }

        .owl-carousel .owl-stage-outer {

            /* height: 83vh; */

        }

        .about-section {
            position: relative;
            padding: 50px 0 50px;
            overflow: hidden;
        }

        .w3l-covers-9-main h6.tag-cover-9 {
            font-size: 30px;
            line-height: 55px;
            text-transform: uppercase;
            color: #ffffff;
        }

        .about-section .image-column .inner-column:before {
            position: absolute;
            left: -75px;
            top: -300px;
            height: 520px;
            width: 520px;
            background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
            content: "";
        }   

        .w3l-top-menu-1 header {

            flex-direction: column ;
            align-items: flex-start ;

        }

        .social-icons {

            margin-top: 8px;

        }


    }