@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&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');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    scroll-behavior: smooth;
    font-size: 16px;
    line-height: 1.4;
    transition: all 0.5s ease;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --bg1: #e40110;
    --bg2: #009fe3;
    --bg3: #5eedf5;
    --blue: #473ca4;
    --dark: #000000;
    --light: #fff;
    --bg: rgba(241, 253, 251, 0.877);
    --secondary: #f2f2f2;
    --gray: #282828;
    --font1: 'Roboto', sans-serif;
    --font2: 'Roboto';
}

::selection {
    color: var(--light);
    background-color: var(--bg1);
}

a {
    text-decoration: none;
    color: var(--dark);
}

.container {
    max-width: 1280px;
}

.container-fluid {
    padding: 0;
}

ul,
li,
a {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 16px;
    color: var(--dark);
    font-family: var(--font1),sans-serif;
    font-weight: normal;
}

a:hover {
    color: var(--blue);
}

section {
    padding: 120px 0;
    overflow: hidden;
}

/*-------------*/
.title-sec {
    color: var(--bg2);
    font-family: var(--font2);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    display: block;
    letter-spacing: 1.3px;
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
}

.sub-title {
    color: var(--bg1);
    font-family: var(--font1);
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    text-shadow: 0px 1px 1px var(--dark);
}

.sub-title span {
    color: var(--bg1);
}

.heading-sec {
    font-size: 25px;
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    line-height: 1.6;
    font-weight: 600;
    color: var(--dark);
}

.content-sec {
    font-size: 16px;
    word-spacing: 1.3px;
    line-height: 1.8;
    font-family: var(--font1);
    font-weight: 500;
}

.header-part {
    display: block;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
/* 
.header-part:before {
    position: absolute;
    content: "";
    height: 80%;
    width: 3px;
    border-radius: 1px;
    background-color: var(--bg1);
    top: 0px;
    left: 0px;
} */
.btn-sec {
    width: 150px;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 15px;
    background: #faf9f2;
    display: inline-block;
    color: var(--bg2);
    position: relative;
    text-align: left;
    outline: none;
    transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    border: 1px solid var(--gray);
}

.btn-sec span {
    transition: all 0.5s ease-in-out;

}

.btn-sec:hover.btn-sec span {
    margin-left: 5px;
    color: var(--light);
}

.btn-s {
    width: 150px;
    display: inline-block;
    background: #0068ac;
    background: -moz-linear-gradient(left, #0068ac 0, #007997 27%, #00a264 80%, #00ae55 100%);
    background: -webkit-linear-gradient(left, #0068ac 0, #007997 27%, #00a264 80%, #00ae55 100%);
    background: linear-gradient(to right, #0068ac 0, #007997 27%, #00a264 80%, #00ae55 100%);
    padding: 2px;
    border-radius: 50px;
    font-size: 1em;
}

a.btn-sec:hover {
    color: var(--light);
    border: none;
    box-shadow: inset 0px 0px 3px var(--bg1);
}

.btn-sec:hover {
    background: var(--bg1);
     color: var(--light);
}

.btn-more {
    color: var(--gray);
    font-family: var(--font2);
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    font-style: normal;
    margin: 20px auto;
    padding: 10px 0;
}

.btn-more:hover,
.btn-more:active {
    background-color: initial;
    background-position: 0 0;
    color: var(--bg1);
}

.btn-more:active {
    opacity: .5;
}

.btn-more span {
    color: var(--bg1);
}

.nav-btn{
        border-radius: 5px;
    color: var(--light);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0.9s;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(to bottom right, #f01941, rgb(241, 43, 36));
    border: 0;
    display: inline-block;
    font-family: var(--font1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    outline: transparent;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.nav-btn:after{
        position: absolute;
    content: '';
    background: var(--bg2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: var(--transition);
    z-index: -1;
}
.nav-btn:hover:after{
        transform: scaleY(1);
    transition: all 0.5s ease-in-out;
}
.nav-btn:hover{
    color: var(--light);
}
.nav-btn span{
    padding-left: 5px;
}
/*--------top-header---------*/
.th-links {
    display: flex;
    gap: 30px;
    align-items: center;
}

.t-header {
    z-index: 999;
    background: var(--dark);
}

.top-header {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-element {
    display: flex;
    color: var(--light);
    gap: 10px;
    line-height: 1;
    align-items: center;
}

.th-element .th-icon {
    font-size: 16px;
}

.th-icon img {
    width: 25px;
}

.th-element a {
    color: var(--light);
    font-size: 14px;
}

.th-social-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.th-social-links a {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    line-height: 30px;
}

.th-social-links a:hover {
    color: var(--light);
    transform: scale(1.1);
}

.s-icon {
    color: var(--light);
}

.s-icon img {
    width: 30px;
}

@keyframes move {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(.8);
    }
}

/*--------header---------*/
header {
    background-color: var(--light);
    box-sizing: border-box;
    padding: 5px 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.c-logo img {
    width: 110px;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    font-family: var(--font2);
    text-transform: capitalize;
    display: block;
    padding: 20px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
}

.nav-menu li a:hover{
    color: var(--bg1);
}
.nav-menu li a.active{
    color: var(--bg1);
}
.nav-menu li.drop-menu {
    position: relative;
    display: block;
}

.drop-content {
    position: absolute;
    top: 110px;
    width: 250px;
    height: 350px;
    display: none;
    background-color: var(--light);
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: auto;
}

.drop-menu:hover .drop-content {
    display: block;
    top: 100%;
}

.drop-content li {
    line-height: 40px;
    display: block;
    transition: all 1.8s ease;
    box-shadow: 0px 0px 1px var(--dark);
    position: relative;
}

.drop-content li::after{
     background-color: var(--bg1);
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: width .5s linear;
    opacity: 0.9;
    z-index: -99;
}
.drop-content li:hover::after{
    width: 100%;
    border-left: 3px solid var(--bg1);
}
.drop-content li a {
    color: var(--dark);
    display: block;
    width: 100%;
    line-height: 10px;
    transition: all 0.4s ease;
    font-weight: 500;
    font-family: var(--font1);
    font-size: 1rem;
}

.drop-content li:hover a{
    color: var(--light);
}

.drop-content::-webkit-scrollbar {
    width: 8px;
    color: var(--dark);
    background-color: var(--secondary);
}

.drop-content::-webkit-scrollbar-thumb {
    color: var(--bg1);
    background-color: var(--gray);
    border-radius: 5px;
}

.click-btn {
    position: absolute;
    right: 0;
    top: 20px;
}

.enq-icon img {
    width: 40px;
    animation: wave 0.8s ease infinite;
}

a.enq-number {
    border-radius: 40px;
    background: var(--bg2);
    background: linear-gradient(to right, #0068ac 0, #007997 27%, var(--blue) 80%, var(--blue) 100%);
    color: var(--light);
}

@keyframes wave {
    from {
        transform: roate(-10deg);
    }

    to {
        transform: rotate(10deg);
    }
}

.enq-number {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 30px;
}

.enq-number:hover {
    color: var(--bg2);
}


/* sticky-header */
#navbar-sec.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--secondary);
    z-index: 999;
    animation: slide-down 1s ease-in-out;
    box-shadow: 0px 0px 1px var(--dark);
}

#navbar-sec.sticky .nav-menu>li>a {
    color: var(--dark);
}
#navbar-sec.sticky .nav-menu>li>a.active {
    color: var(--bg1);
}
#navbar-sec.sticky .nav-menu>li>a:hover{
    color: var(--bg1);
}
#navbar-sec.sticky .c-logo img {
    margin-top: 0;
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/*-----banner_start----------*/
.ban-sec {
    padding: 0;
}

.ban-left-box {
    display: block;
}

.p-category {
    background-color: var(--bg2) !important;
    display: block;
    position: relative;
    color: var(--light);
    padding: 10px 10px 10px 0px;
    padding-left: 4rem;
    font-family: var(--font2);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1.4px;
}

.ban-item {
    position: relative;
    display: block;
    padding: 20px 0;
    background-color: var(--secondary);
}

.ban-item li {
    padding: 10px 30px;
}

.ban-item li a {
    display: block;
    padding-bottom: 7px;
    padding-left: 2em;
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 600;
}

.ban-img img {
    height: 600px;
    display: block;
    object-fit: cover;
}

.ban-next.slick-arrow,.ban-back.slick-arrow  {
    position: absolute;
    top: 50%;
    padding: 5px 13px;
    font-size: 22px;
    background-color: var(--dark);
    color: var(--bg1);
    z-index: 9;
    border-radius: 1%;
    cursor: pointer;
    box-shadow: 0px 1px 1px var(--light);
}
.ban-next.slick-arrow{
    left: 0;
}
.ban-back.slick-arrow { 
      right: 0px;
}

/*---------ban-bottom---------*/
.ban-box {
    display: block;
    background-color: var(--secondary);
    text-align: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    overflow: hidden;
}

.b-img {
    overflow: hidden;
}

.b-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    overflow: hidden;
    transition: all 0.5s ease;
}

.ban-box:hover .b-img img {
    transform: scale(1.1);
}

.b-content {
    display: block;
    flex-wrap: wrap;
    padding: 0px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    line-height: 1.7;
}

.b-heading {
    padding: 10px 0px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 19px -12px;
}

.b-content p.content-sec {
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
/* ---------feature-sec--------- */
.feature-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.feature-heading{
    font-size: 1.25rem;
    text-transform:uppercase;
    font-family: var(--font2);
    font-weight: 500;
}
.feature-box p{
    font-family: var(--font1);
    color: var(--gray);
    text-transform: capitalize;
}
/*************about-us************/
.about-us {
    position: relative;
    z-index: 9;
}
.about-us::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    background-color: rgba(254, 250, 250, 0.1);
    height: 100%;
    width: 100%;
}

.about-img img {
    height: auto;
    width: 100%;
    margin-top: 2rem;
}

.about-header {
    text-align: left;
}

.about-heading {
    padding-bottom: 15px;
}

.about-layer {
    margin-top: 40px;
    color: var(--light);
    background-color: var(--bg1);
    text-align: center;
    padding: 20px;
    font-family: var(--font2);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 25px;
    border-radius: 8px;
    display: none;
}

.about-btn {
    position: relative;
    margin-top: 30px;
}

/*------counter-------*/
.counter-sec {
    background-image: url(../image/img/bg/C2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    padding: 50px 0;
}

.counter-sec:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark);
    opacity: 0.9;
    z-index: -1;
}

.counter-element .sub-title {
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 500;
    letter-spacing: 1.1px;
}

.counter-element p {
    color: var(--light);
    font-family: var(--font2);
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 1.5;
}

.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 30px 10px ;
    margin: 15px 0px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.counter-box:hover {
    border-radius: 0px;
}

.counter-box::after {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid var(--light);
}

.counter-icon {
    color: var(--light);
    font-size: 40px;
}

.counter-icon img {
    width: 60px;
    object-fit: cover;
}

.counter-content {
    color: var(--light);
    font-family: var(--font2);
    text-align: center;
    position: relative;
}

.counter-content .count-number {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1.3px;
    display: inline-block;
    margin-top: 0.6rem;
}

.counter-content span {
    font-size: 24px;
}
span.counter-name{
    display: block;
    text-transform: capitalize;
    font-family: var(--font2);
    color: var(--bg1);
}

.count-name {
    font-size: 25px;
    font-weight: 300;
    font-family: var(--font2);
    text-transform: capitalize;
}

/* ---md-banner---- */
.md-banner{
    position: relative;
    background-image: url(../image/img/bg/form.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.md-banner:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    opacity: 0.9;
    z-index: -9;
}

/*-------why-us------- */
.why-us {
    position: relative;
    background-color: var(--light);
}


.why-us:after {
       background-image: url( "../image/img/images/hanging-chair.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 300px;
    height: 180px;
    position: absolute;
    left: 20px;
    top: 0px;
    content: '';
}
.why-us::before {
       background-image: url( "../image/img/images/workflow-process-shape-1-1.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 300px;
    height: 180px;
    position: absolute;
    right: 20px;
    top: 0px;
    content: '';
}

.why-header .title-sec {
    color: var(--bg3);
    text-shadow: 0px 1px 2px var(--bg1) !important;
}

.why-header .sub-title {
    color: var(--light);
}

.why-header p {
    color: var(--light);
    font-family: var(--font2);
}

/* ------------- */

.choose2-text-box h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    transition: all.4s;
}

.choose2-text-box p {
    color: var(--dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    transition: all.4s;
}

.choose2-box {
    position: relative;
    margin-top: 54px;
    transition: all.4s;
}

.choose2-text-box {
    padding: 20px 40px 20px 20px;
    background-color: #fff;
    border-radius: 5px;    
    box-shadow: 0px 1px 2px var(--dark);
}

.choose2-icon-box {
    background: var(--bg2);
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 24px 0 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all.4s;
}

.choose2-icon-box img {
    filter: brightness(40);
}

.choose2-icon-box::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    left: -10px;
    background: #158A83;
    border-radius: 15px 0 0 0;
    transition: all.4s;
}

.choose2-box:hover .choose2-icon-box {
    background-color: #fff;
    transition: all.4s;

}

.choose2-box:hover .choose2-text-box {
    background: var(--bg2);
    transition: all.4s;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box:hover {
    transform: translateY(-5px);
    transition: all.4s;
}

.choose2-box:hover .choose2-text-box h4 a {
    color: #fff;
    transition: all.4s;
}

.choose2-box:hover .choose2-text-box p {
    color: #fff;
    transition: all.4s;
}

.choose2-box:hover .choose2-icon-box img {
    filter: none;
}

.choose2-box:hover .choose2-icon-box::after {
    background-color: var(--bg2);
    transition: all.4s;
}

.choose2-box.choose2-left {
    margin-left: 40px;
}

.choose2-box.choose2-right {
    margin-right: 40px;
    box-shadow: 0px 1px 2px var(--dark);
}

.choose2-main-image {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.choose2-img-shape {
    position: absolute;
    bottom: -95px;
    right: 0;
}

.choose2-image {
    overflow: hidden;
}

.choose2-text-box2 {
    padding: 20px 20px 20px 40px;
}

.choose2-box2 {
    position: relative;
    margin-top: 54px;
    transition: all.4s;
}

.choose2-text-box2 {
      padding: 16px 16px 16px 35px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 2px var(--dark);
}

.choose2-icon-box2 {
    background: var(--bg2);
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 24px 0 24px 0;
    position: absolute;
    top: -15px;
    left: -15px;
    transition: all.4s;
}

.choose2-icon-box2 img {
    filter: brightness(40);
}

.choose2-icon-box2::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    right: -10px;
    background: #158A83;
    border-radius: 0 24px 0 0;
    transition: all.4s;
}

.choose2-box2:hover .choose2-icon-box2 {
    background-color: #fff;
    transition: all.4s;

}

.choose2-box2:hover .choose2-text-box2 {
    background: var(--bg2);
    transition: all.4s;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08)
}

.choose2-box2:hover {
    transform: translateY(-5px);
    transition: all.4s;
}

.choose2-box2:hover .choose2-text-box2 h4 a {
    color: #fff;
    transition: all.4s;
}

.choose2-box2:hover .choose2-text-box2 p {
    color: #fff;
    transition: all.4s;
}

.choose2-box2:hover .choose2-icon-box2 img {
    filter: none;
}

.choose2-box2:hover .choose2-icon-box2::after {
    background-color: var(--bg2);
    transition: all.4s;
}

.choose2-box2.choose2-left {
    margin-left: 40px;
}


.choose2-text-box2 h4 a {
    color: #181A1C;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    transition: all.4s;
}

.choose2-text-box2 p {
    color: var(--dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    transition: all.4s;
}

.choose2-box2.choose2-right {
    margin-right: 40px;
    box-shadow: 0px 1px 2px var(--dark);
}

/**=====testimonial====**/
.testimonial {
    background-image: url(../image/img/images/industrial-oil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    padding: 80px 0;
}

.testimonial::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    content: '';
}
.testi-sec .header-part::before{
    width: 0;
    position: absolute;
    content: '';
    height: 0;
}
.t-element p{
    color: var(--light);
}
.t-title {
    color: var(--light);
    display: block;
}

.t-subtitle {
    color: var(--light);
}

.testi-box {
    text-align: center;
}

.testi-bottom-element {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 10px 0;
    color: var(--light);
}

.t-content {
    color: var(--light);
    font-family: var(--font2);
    padding: 50px 8%;
    position: relative;
    z-index: 10;
}

.t-content:after {
    position: absolute;
    content: '\f10d';
    font-family: fontAwesome;
    font-size: 40px;
    left: 20px;
    top: -15px;
    color: var(--light);
    z-index: -1;
    opacity: 0.6;
}


.t-img img {
    border-radius: 50%;
    margin-right: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.t-name {
    font-family: var(--font2);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
}

.b-slider .slick-dots {
    text-align: center;
    padding-top: 20px;
}

.b-slider .slick-dots button {
    width: 15px;
    height: 15px;
    background-color: var(--dark);
    border-radius: 10%;
    text-indent: -9999px;
    padding: 0;
    border: none;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots>li {
    display: inline-block;
    margin: 7px;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    background-color: var(--light);
    border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    border: none;
}

.slick-dots .slick-active button {
    background-color: var(--bg1);
}
.testi-content p{
    color: var(--light);
}
/*----product-secion-------*/
.product-sec {
    position: relative;
    z-index: 9;
}

.product-box {
    position: relative;
    text-align: center;
    margin: 20px 10px;
    padding: 4px 0;
  background: #2193b0;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: 9;
    transition: all 0.2s ease-in-out;
}
.product-box:hover{
    background-color: var(--bg1);
}

.product-slider {
    padding-top: 20px;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.pro-img img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: all 0.5s ease;
}

.product-content {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.product-name {
        padding: 4px;
    margin-bottom: 9px;
    font-family: var(--font1), sans-serif;
    font-weight: 500;
    color: var(--light);
    text-shadow: 0px 1px 1px var(--dark);
}

.pro-content {
    line-height: 1.5;
}

.product-btn {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 8%);
    bottom: -20px;
    z-index: 1;
    text-transform:capitalize;
    content: '';
    font-size: 16px;
    color: var(--bg1);
    text-align: center;
}

.product-box:hover .product-content:after {
    background-color: var(--bg1);
    color: var(--bg1);
    border-color: var(--secondary);
}

.product-box:hover .pro-img img {
    transform: scaleX(1.03);
}

.product-box:hover .product-name,
.product-box:hover .pro-content {
    color: var(--light);
}

.p-next.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0px;
    padding: 4px 15px;
    font-size: 22px;
    background-color: var(--dark);
    color: var(--bg1);
    z-index: 999;
    border-radius: 5%;
}

.p-back.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    background-color: var(--dark);
    border-radius: 5%;
    padding: 4px 15px;
    font-size: 22px;
    z-index: 999;
    color: var(--bg1);
}


/****contact_form**********/
.contact-us {
    position: relative;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.05);
}

.contact-bg {
    position: absolute;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    animation: fade-up 5s ease-in-out infinite;
}

@keyframes fade-up {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.contact-form {
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
}

.contact-form .form-heading {
    text-transform: capitalize;
    color: var(--gray);
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 30px;
    font-family: "Popins", sans-serif;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid var(--dark);
    background-color: transparent;
    color: var(--dark);
    margin-bottom: 27px;
    border-radius: 2px;
}

.contact-form .input-text:focus {
    box-shadow: none;
    outline: none;
    border-bottom: none;
    border-bottom: 1px solid var(--dark);
}

.input-text::placeholder {
    color: var(--dark);
    font-family: var(--font2);
}

select.input-text.select-option {
    font-size: 16px;
    font-family: var(--font2);
    text-transform: capitalize;
    color: var(--dark);
}

option.input-select {
    background-color: var(--secondary);
    color: var(--gray);
    font-family: var(--font2);
}

option.input-select:hover {
    background-color: var(--secondary);
}

.contact-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
    outline: none;
}

button.c-btn {

    letter-spacing: 1.2px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    font-family: var(--font1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: none;
}

.c-icon {
    font-size: 26px;
    margin: 18px 14px 0 0;
}

.c-icon a {
    color: var(--bg1);
    padding: 5px 10px;
    border-radius: 2px;
    height: 30px;
    position: relative;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
}

.contact-box p {
    margin-bottom: 4px;
    font-family: var(--font1), sans-serif;
    color: var(--gray);
    
}

.con-name {
    font-size: 20px;
    font-weight: 800;
    color: var(--dark);
    font-family: var(--font2), sans-serif;
    text-transform: uppercase;
}

.address .contact-box:nth-f {
    margin-top: 30px;
}

.contact-box {
    margin-bottom: 16px;
}

.contact-box a {
    text-decoration: none;

}

.contact-number {
    margin: 0;
    color: var(--dark)
}

.contact-number a,
.contact-email a {
    color: var(--dark);
}

.address-heading {
    margin: 0;
    font-size: 22px;
    color: var(--main);
}

.number-heading,
.email-heading {
    margin: 0;
}

.social-content-heading {
    font-size: 22px;
    font-family: var(--font2);
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    background-color: #282828;
    color: #fff;
    padding: 1px 10px;
    margin: 15px auto;
}

.social-box {
    height: 16px !important;
    width: 32px !important;
    background-color: var(--main);
    border: 1px solid;
}

.s-icon img {
    width: 45px;
    padding: 10px;
    border-radius: 50%;
}

/********** client ************/
.our-client {
    z-index: 9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.client-title {
    color: var(--bg2);
}

.c-img {
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    border: 2px solid var(--light);
    border-radius: 4px;

}

.c-img img {
    height: 100px;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: contain;
    cursor: grab;
    border-radius: 1px;
}

.c-box {
    margin: 10px 5px;
    float: left;
    position: relative;
    background-color: var(--light);
    border-radius: 4px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}

.client-slider {
    padding: 10px;
    background-color: var(--secondary);
}

/* =====footer ===== */
footer {
    padding: 30px 0 10px 0;
    background-image: url(../image/img/bg/md-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    z-index: 9;
    overflow: hidden;
}

footer:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background-color: var(--dark);
    opacity: 0.96;
    
}

.footer-img img {
    width: 140px;
    margin: 30px 0;
    background-color: var(--light);
    display: inline-block;
    padding: 10px;
}

.footer-content {
    text-transform: uppercase;
}

.footer-content {
    color: var(--light);
}

.footer-content a {
    color: var(--light);
}

.footer-content p {
    color: var(--light);
}

.footer-links {
    display: flex;
    color: var(--light);
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.footer-links li {
    border-left: 1px solid var(--secondary);
    padding: 0 10px;
    margin: 30px 0;
}

.footer-links li:first-child {
    border: none;
}

.footer-links li a {
    color: var(--secondary);
    text-transform: capitalize;
    font-family: var(--font1);
}

.copyright-sec {
    color: var(--light);
    letter-spacing: 1.5px;
    line-height: 0.9;
    font-family: var(--font2);
    background-color: var(--gray);
    padding: 10px 0;
}

.copyright-sec span {
    text-transform: capitalize;
    letter-spacing: 1.4px;
    line-height: 0.9;
}

.copyright-sec a {
    font-family: var(--font1);
    color: var(--light);
    letter-spacing: 1.7px;
    line-height: 0.9;
    word-spacing: 1.5px;
}

/********scroll-btn**************/
#scroll-top {
    display: inline-block;
    background-color: var(--bg2);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 6px;
    visibility: hidden;
    z-index: 1000;
}

#scroll-top::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 40px;
    color: var(--light);
}

#scroll-top:hover {
    cursor: pointer;
    background-color: var(--dark);
    box-shadow: 0px 0px 2px var(--bg);
    color: var(--light);
}

#scroll-top:active {
    background-color: var(--bg);
    color: #777;
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}


.fixed-wtsp {
    position: fixed;
    top: 75vh;
    left: 10px;
    display: block;
    height: 5rem;
    border-radius: 0 5px 5px 0;
    z-index: 999;
    transition: all 1s ease;
}

.fixed-wtsp a.f-phone {
    background-color: var(--bg1);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 0 20px 0px 20px;
    transition: 0.2s;
    display: inline-block;
    margin-bottom: 1rem;
    box-shadow: 0px 1px solid var(--secondary);
}

.fixed-wtsp a.f-wtsp {
    background-color: #075e54;
    padding: 8px 20px;
    border-radius: 0px 20px 0px 20px;
    color: #fff;
    font-size: 15px;
    transition: 0.2s;
    display: block;
}


.fixed-wtsp a img {
    width: 2.5rem;
    object-fit: cover;
}


/***inner-page*****/

/******breadcrump*******/
.breadcrump-sec {
    background: url('../image/img/images/industrial-oil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  0 center;
    width: 100%;
    padding: 150px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcrump-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(4, 0, 0, 0.8);
    content: '';
    z-index: -1;
}

.breadcrump {
    display: flex;
    flex-direction: column;
}

.bread-title {
    font-family: var(--font2);
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: var(--light);
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0px 1px var(--light);
    display: inline-block;
}

.b-links {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 50%;
    display: inline-block;
    background-color: var(--secondary);
    padding: 10px 30px;
    color: var(--bg1);
    font-family: var(--font1);
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: inset 0 0 8px var(--gray);
    border-radius: 0 50px 0 0px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}

.b-links a {
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    color: var(--dark);
    margin-bottom: 50px;
}

.b-item.active {
    color: var(--bg1);
    text-transform: capitalize;
    font-family: var(--font1), sans-serif;
    letter-spacing: 1.2px;
    font-size: 18px;
    font-weight: 900;
    padding-left: 5PX;
}

span.fa-solid {
    color: var(--dark);
}
/****marketing-butoon***/


.market-place {
    background-color: var(--secondary);
    padding: 40px 0;
    position: relative;
}

a.market-btn {
    display: block;
}

.market-title {
    color: var(--bg1);
}

.marketing-title {
    font-size: 32px;
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.1;
}

a.market-btn {
    padding: 18px 30px;
    align-items: center;
    color: var(--light);
    text-transform: capitalize;
    font-family: var(--font2);
    font-weight: 600;
    line-height: 1.5;
    margin-top: 40px;
       width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    outline: none;
    transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    text-align: center;
}

.marketing-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----media_queries-------*/
@media (max-width:992px) {
    section {
        padding: 50px 0;
        overflow: hidden;   
     }
    p{
        font-size: 14px;
    }        
    .title-sec {
        color: var(--dark);
        font-family: var(--font1), sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        letter-spacing: 1.3px;
    }

    .sub-title {
           color: var(--bg2);
    font-family: var(--font2), sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: 1px;
    text-shadow: none;
    }

    .heading-sec {
        font-size: 16px;
        text-transform: capitalize;
        font-family: var(--font1), sans-serif;
        line-height: 1.5;
        letter-spacing: 1.1px;
        font-weight: 600;
    }

    .content-sec {
        font-size: 15px;
        word-spacing: 1.1px;
        line-height: 1.6;
        font-family: var(--font1),sans-serif;
        font-weight: 400;
        text-align: left;
    }

   

    /*-------top-header--------*/
    .t-header {   display: none; }

    .nav-menu {
        display: none;  }

    header {
        position: relative;
        width: 100%;
        background-color: var(--dark);
        z-index: 999;
        height: 90px;
        display:flex;
        align-items:center
    }

    .c-logo img {
        width: 120px;
        margin-top: 0;
    }

    .enq-icon {
        display: none;
        align-items: center;
    }

    .enq-icon img {
        width: 30px;
    }

    .enq-number {
        font-size: 13px;
        font-family: var(--font1);
    }

    .toggle-btn {
        margin: 10px;
        cursor: pointer;
        height: 30px;
        width: 30px;
        order: 3;
    }

    .toggle-btn>* {
        background-color: var(--light);
        display: block;
        height: 3px;
        width: 25px;
        margin: 5px 0;
        transition: all 0.5s ease-in-out;
    }

    .toggle-btn.active .span1 {
        transform: rotate(45deg) translate(3px, 10px);
    }

    .toggle-btn.active .span2 {
        opacity: 0;
    }

    .toggle-btn.active .span3 {
        transform: rotate(-45deg) translate(1px, -8px);
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        z-index: 999;
        background-color: var(--light);
        flex-direction: column;
        width: 100%;
        left: 0;
    }

    .nav-menu>li {
        display: block;
        line-height: 40px;
    }

    .nav-menu>li>a {
        font-family: var(--font1);
    text-transform: capitalize;
    display: block;
    padding: 12px 16px;
    font-weight: 600;
    line-height: 40px;
    box-shadow: rgba(99, 99, 99, 0.8) 0px 1px 1px 0px;
    }

    .nav-menu>li>a:hover {
        color: var(--bg1);
    }

    .click-btn {
          position: absolute;
    right: 0px;
    top: 2px;
    display: inline-block;
    color: var(--dark);
    background-color: var(--secondary);
    padding: 10px 30px;
    }

    .drop-content {
        position: absolute;
        top: 80px;
        width: 100%;
        height: 300px;
        display: none;
        background-color: var(--light);
        z-index: 999;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        overflow: auto;
    }
    .drop-menu:hover .drop-content{
        display: block;
        top: 65px;
    }
/* ==========ban-box====== */   
.ban-next.slick-arrow {
    position: absolute;
    top: 40%;
    left: 0px;
    padding: 4px 10px;
    font-size: 16px;
    background-color: var(--dark);
    color: var(--bg1);
    z-index: 9;
    border-radius: 1%;
}

.ban-back.slick-arrow {
    position: absolute;
    top: 40%;
    right: 0px;
    padding: 4px 10px;
    font-size: 16px;
    background-color: var(--dark);
    color: var(--bg1);
    z-index: 9;
    border-radius: 1%;
}
.ban-img img{
    height: auto;
}
/* ==========ban-box====== */
    .ban-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .about-content{
        padding-bottom: 30px;
    }
/* ------why-us------ */
.why-us:after, .why-us::before{
    display: none;
}

   .choose2-image{
    display: flex;
    justify-content: center;
   }
.choose2-box.choose2-left {
       
        margin-right: 10px;
    }
    .choose2-box2.choose2-right
    {
        margin-left: 10px;
    }
    /* ====product====== */
    .pro-img img {
        height: auto;
    }

    .product-name {
        font-size: 18px;
    }

    .pro-content {
        font-size: 14px;
        line-height: 1.3;
    }

    .p-next.slick-arrow {
        padding: 0px 10px;
        font-size: 18px;
        text-align: center;
        left: 5px;
    }

    .p-back.slick-arrow {
        padding: 0px 10px;
        font-size: 18px;
        right: 5px;
    }

    /* ====contact====== */
    .contact-header {
        margin-bottom: 0;
    }

    .contact-element {
        margin-top: 0;
    }

    .contact-form .form-heading {
        padding-bottom: 20px;
    }

    .contact-form .input-text {
        padding: 8px 18px;
        font-size: 14px;
    }

    .contact-btn {
        margin: 0;
    }

    .contact-box {
        margin-bottom: 10px;
    }
    
    /********testimonial********/
    .t-title {
        color: var(--light);
    }

    .t-subtitle {
        color: var(--light);
        margin-bottom: 5px;
    }

    .testi-slider {
        margin-top: 10px;
    }

    .our-sub-title {
        color: var(--light);
    }
    /* sticky-header */
    #navbar-sec.sticky {
         position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--dark);
    z-index: 999;
    animation: slide-down 1s ease-in-out;
    box-shadow: 0px 0px 1px var(--dark);
    display: flex;
    align-items: center;
    }
    
    #navbar-sec.sticky .nav-sec>li>a {
        color: var(--dark);
    }
    
    @keyframes slide-down {
        from {
            transform: translateY(-100%);
        }
    
        to {
            transform: translateY(0);
        }
    }
    
    #navbar-sec.sticky .nav-sec>li>a:hover {
        color: var(--bg1);
    }
/*------inner-page------- */
.breadcrump-sec {
    padding: 50px 0;
}

.bread-title {
    color: var(--light) !important;
    font-weight: 600;
    margin-bottom: 30px !important;
    font-size: 20px;
}

.b-links {
    width: 100%;
    font-weight: 700;
}

.b-links a {
    font-size: 16px;
}

.b-item.active {
    color: var(--bg1);
    text-transform: capitalize;
    font-family: var(--font2), sans-serif;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 5PX;
    flex-wrap: wrap;
}

.fixed-wtsp a span {
  display:none;
  }
  .fixed-wtsp{
      left:0;
  }
  .fixed-wtsp a.f-phone ,
  .fixed-wtsp a.f-wtsp
  {
    padding: 6px 16px;
    border-radius: 0 20px 0px 0px;
}
}
