@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabriela&display=swap');
:root{
--green:#67bd50;
--blue: #0774c2;
--black:#110e0e;
--white:#fff;
}
body{
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: var(--black);
    background: #fff;
    line-height: 1.8;
    overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Gabriela', serif;

}
a{
    text-decoration: none;
    color: var(--white);
}
ul{
    list-style: none;
}
section{
    padding: 40px 0;
}
.top-header {
    background-color: var(--green);
    line-height: 0px;
    padding: 8px 0px 9px 0px;
}
.header-links ul li {
    color: var(--white);
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.header-links ul li:before {
    left: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-links ul li a:hover{
    color: var(--white);
}
.navbar-nav .nav-item .nav-link {
        color:var(--black);
        font-size: 14px;
        font-family: 'Gabriela', serif;
        padding: 4px 15px;
        font-weight: 600;
        letter-spacing: 1px;
        display: block;
        text-transform: uppercase;
        border-radius: 5px;
        margin-left: 10px;
}
.navbar-nav .nav-item .nav-link:hover{
    background: var(--blue);
    color: var(--white);
    margin-left: 10px;
}
.navbar-nav .nav-item .active{
    background: var(--blue);
    color: var(--white);
}
.navbar{
    padding: 20px 0;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* button */
.btn{
    appearance: button;
    background-color:#054f85;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
   }
   
   .btn:after {
    background-clip: padding-box;
    background-color: var(--blue);
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
   }
   
   .btn:main, .btn:focus {
    user-select: auto;
   }
   
   .btn:hover:not(:disabled) {
    filter: brightness(1.1);
    color: var(--white);
   }
   
   .btn:disabled {
    cursor: auto;
   }
   
   .btn:active:after {
    border-width: 0 0 0px;
   }
   
   .btn:active {
    padding-bottom: 10px;
   }
/* button */
.about-img {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 1;
}
.about-img:after {
    border: 5px solid var(--green);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: -1;
}
.about-content p{
    font-size: 17px ;
}
.sec-icon-1 {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.sec-icon-1::before {
    content: "";
    position: absolute;
    height: 1.5px;
    margin-top: -5.5px;
    top: 60%;
    background: var(--blue);
    width: 50px;
}
.sec-icon-1::after {
    content: "";
    position: absolute;
    height: 1.5px;
    right: -55px;
    margin-top: -5.5px;
    top: 60%;
    background: var(--blue);
    width: 50px;
}
.sec-icon-1 .heading-line-icn {
    margin-left: 55px;
}
.heading-line-icn {
    height: 30px;
    width: 30px;
}
.about-content h2{
    font-size: 30px;
    font-weight: 800;
    color: var(--blue);
 text-transform: uppercase;
 line-height: 1.7;
}
.card{
    padding: 10px;
    text-align: center;
}
.card:hover{
    box-shadow: rgba(9, 136, 221, 0.35) 0px 10px 15px;
}
.card img{
    width: 60px;
    margin-inline: auto;
}
.card  h3{
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
}
.feature{
    background-image: url("../img/feature\ bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
/* footer-top */
.footer-top {
    padding: 20px 0px;
    background: var(--blue);
}
.footer-feature-item {
    border-right: none;
    padding: 0;
}
.footer-feature-item .features-icon {
    font-size: 38px;
    margin-top: -4px;
}
.single-features-item .features-icon i {
    line-height: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: block;
}
.footer-feature-item .features-content h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: inherit;
    margin-bottom: 0;
}
.footer-feature-item .features-content p {
    color: #FFF;
    margin-bottom: 0;
}
.single-features-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    /* align-items: center; */
    /* border-right: 1px solid #eee; */
}
.single-features-item .features-icon i {
    line-height: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: block;
    font-size: 30px;
    color: var(--white);
}
.features-content{
    margin-left: 18px;
}
/* footer-top */
/* footer */
footer{
    background-image: linear-gradient(#0e0d0dd0, #080808d7), url('../img/footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget-inner {
    padding-top: 75px;
    padding-bottom: 75px;
}
.footer-widget-title {
    padding-bottom: 27px;
}
.footer-widget-title h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}
.underline-1 {
    border-bottom: 3px solid var(--blue);
    position: relative;
    top: 9px;
    width: 30%;
}
.underline-1::after {
    content: "";
    position: absolute;
    width: 32%;
    height: 3px;
    right: -27px;
    background-color: #fff;
}
.footer-widget-body p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 31px;
}
.footer-widget-body li {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}
.footer-widget-body li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
}
.footer-widget-body li .fa-sharp{
    color: var(--blue);
    font-size: 13px;
    margin-right: 10px;
} 
/* footer */
.footer-bottom-area {
    background-color: var(--blue);
    padding: 9px 0;
}
.footer-bottom-area::before {
    content: "";
    position: absolute;
    background-color: var(--green);
    width: 188px;
    height: 45px;
    margin-top: -9px;
    clip-path: polygon(100% 0, 63% 100%, 0 100%, 0 0);
}
.footer-bottom-area::after {
    content: "";
    position: absolute;
    background-color: var(--green);
    width: 188px;
    height: 45px;
    right: 0px;
    margin-top: -36px;
    clip-path: polygon(61% 0, 157% 247%, 0 100%, 0 0);
    transform: rotate(180deg);
}
.copyright-text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    /* letter-spacing: 1px; */
}

  .slick-slide {
    margin: 0 5px;
  }
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
  .product-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.product-img img:hover {
    transform: scale(1.2);
}
.heading-1 h2 {
    font-size: 30px;
    font-weight: 800;
    margin-left: 50px;
    color: var(--blue);
}
.slider .items{
    height: 100%;
    min-height: 300px;
}
/* .slick-track{
    height: 100vh;
} */
.product-c{
    border: 1px solid #c2c0c067;
    padding: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.product-c p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}
.product-c a{
    background: var(--blue);
    padding: 1px 6px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100px;
    margin-inline: auto;
}
.product-c a:hover{
    color: var(--white);
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--blue) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width:600px){
    .top-header{
        display: none;
    }
}
/* about-us */
.choose-us-card {
    /* background-image: linear-gradient(173deg, rgba(12, 12, 12, 0.644) 21%, rgba(15, 15, 15, 0.644) 66%),url("../images/whyus-card.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 320px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    min-height: 280px;
}
.choose-us-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-35deg, #0a6901 0%, #033e91 100% );
    /* z-index: -1; */
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}
.choose-us-im {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}
.choose-us-outer {
    position: relative;
}
.choose-us-title {
    font-size: 25px;
    font-weight: 700;
    /* text-shadow: 2px 2px #000000; */
}
.page-title {
    position: relative;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 31px 0px 26px 0px;
    background-color:var(--blue);
}
.page-title h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
}
.breadcrumb-outer .bread-crumb {
    position: relative;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.10);
}
.breadcrumb-outer {
    position: relative;
    text-align: center;
    z-index: 10;
    margin-top: -30px;
}
.breadcrumb-outer .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #161c42;
    font-weight: 600;
    margin-right: 5px;
    text-transform: capitalize;
}
.breadcrumb-outer .bread-crumb li a {
    position: relative;
    font-size: 15px;
    color: #161c42;
    margin: 0px 7px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* about-us */
/* contact Us */
.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #0c0c0c;
padding: 30px 0px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-page-sec .contact-page-form h2 {
color: var(--blue);
text-transform: capitalize;
font-size: 30px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {
font-size: 48px;
color: var(--blue);
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
color: #f5efef;
font-size: 17px;
display: inline-block;
width: 100%;
}

.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
background: #fda40b none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 10px 0;
text-transform: capitalize;
width: 150px;
margin-top: 20px;
font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
background-color: #d6d4d4cc;
padding: 30px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}
/* contact Us */
/* product */
.product h2 {
    margin: 0 0 20px;
    background-color: var(--green);
    color: white;
    padding: 15px;
    width: calc(50% + 100px );
    position: relative;
    /* left: -50px; */
    text-align: center;
}
.product h2::before , .product h2::after  {
    content: "";
    position: absolute;
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
}
.product h2::before {
    left: 0;
    border-color: #67bd50 #67bd50 transparent transparent;
}
.product h2::after {
    right: 0;
    border-color:  #67bd50 transparent transparent  #67bd50;
}
.pro-sec-1 ul li {
    color:#1f1d1d !important;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 1px;
    font-weight: 600;

}
.fa-sharp {
    color: var(--blue);
    font-size: 18px;
}
.product-1 {
    background: #0468eb;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product-1::before {
    content: "";
    position: absolute;
    background:  #91032e;
    width: 150px;
    height: 150px;
    z-index: -1;
    left: 6px;
    top: -9px;
}
.product-1::after {
    content: "";
    position: absolute;
    background: #91032e;
    width: 150px;
    height: 150px;
    z-index: -1;
    right: 6px;
    bottom: -8px;
}
.product-2 {
    background: #019ba7;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}
.product-2::before {
    content: "";
    position: absolute;
    background:  #91032e;
    width: 150px;
    height: 150px;
    z-index: -1;
    left: -10px;
    top: -9px;
}
.product-2::after {
    content: "";
    position: absolute;
    background: #91032e;
    width: 150px;
    height: 150px;
    z-index: -1;
    right: -10px;
    bottom: -8px;
}
.pro-sec-1 {
    position: relative;
    left: 30px;
    top: 30px;
}
/* product */
@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 22px;
    }
    .product-1::after {
        content: "";
        position: absolute;
        background: #91032e;
        width: 0;
        height: 0;
        z-index: -1;
        right: 0;
        bottom: 0;
    }
    .product-1::before {
        content: "";
        position: absolute;
        background: #91032e;
        width: 0;
        height:0;
        z-index: -1;
        left: 0;
        top: 0;
    }
    .pro-sec-1 {
        left: 0px;
        top: 12px;
    }
}