@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");


/* // New Design Home page */
body{
    font-family: 'Rubik', sans-serif !important;
font-family: 'Ubuntu', sans-serif;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}



html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;

}

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

a {
    outline: 0;
    text-decoration: none !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

dl,
ol,
ul {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.same-h-col h2 {
    color: #222222;
    font-size: 40px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
}

.same-h-col h2::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    margin-top: 25px;
    background-color: #4f853b;
    border-radius: 27px;
}

.same-fluid {
    padding: 60px 0;
}

.ttile-company{
    display: none;
    font-size: 16px;
}
/* Styling main  */
.header {
    background-image: linear-gradient(90deg, #4f853b 0%, #65a142 100%);
    padding: 15px 0;
}

.header .logo-box {
    color: #fff;
    font-size: 50px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
}
.header .logo-box span{
    display: block;
}
.header .logo-box img {
    border-radius: 100%;
    max-width: 80px;
    margin-right: 15px;
}

.header .header-home {
    padding: 0px 0px 50px;
}

.header .header-home .content-box h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 62px;
}
.header .header-home .content-box p {
    margin: 20px 0 !important;
    padding-left: 8px;
}

.header .header-home .content-box .butns {
    display: flex;
    padding-left: 8px;
    margin-top: 40px;
}

.header .header-home .content-box .butns .ap-btn {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    border-radius: 3px;
    transition: all 0.3s;
    font-weight: 500;
}

.header .header-home .content-box .butns .ap-btn:hover {
    transform: translateY(-5px);
}

.header .header-home .content-box .butns .ap-btn img {
    width: 35px;
    margin-right: 20px;
}

/* Why us section  */
.why .contnt-box p {
    color: #222222;
    line-height: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.why .contnt-box span {
    color: #000;
    line-height: 36px;
    font-weight: 500;
}

/* features section  */
.features .contnt-box .features-menu {
    padding-left: 0px !important;
    margin-bottom: 30px;
}

.features .contnt-box .features-menu .heading {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 12px;
}

.features .contnt-box .menu-right .heading {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 12px;
}

.features .contnt-box .features-menu .heading h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    position: relative;
    padding-bottom: 12px;
    margin: 0px !important;
}

.features .contnt-box .features-menu .heading span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4f853b;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.3s;
}

.features .contnt-box .features-menu:hover .heading span {
    transform: translateY(-6px);
}

.features .contnt-box .features-menu .heading span img {
    width: 35px;
}

.features .contnt-box .features-menu p {
    color: #222222;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: end;
}

.features .contnt-box .menu-right p {
    text-align: start;
}

/* where we are */
.where .w-w-are-sec {
    background-image: linear-gradient(145deg, #376425 0%, #5c9b37 100%);
    position: relative;
    padding-bottom: 200px;
}

.where .abs {
    bottom: -135px;
    left: 0;
    position: absolute;
    padding: 0 20px;
}

.where .abs .slider-box .owl-nav,
.where .abs .slider-box .owl-dots {
    display: none;
}

.where .abs .slider-box .item {
    padding: 15px;
}

.where .abs .slider-box .img-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 8px #376425;
    border-radius: 5px;
}

.where .abs .slider-box .img-box img {
    border-radius: 5px;
    max-height: 240px;
    min-height: 240px;
}

.where .abs .slider-box .img-box .item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    font-size: 15px;
    background-color: #222222ab;
    color: #fff;
    font-family: 'poppins', serif;
    font-weight: 300;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.where .same-h-col h2 {
    color: #fff;
}

.where .till {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding-left: 8px;
}

.where .same-h-col h2::after {
    background-color: #fff;
}

.where .same-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 5px #376425;
    border: 3px solid #85b970;
    transition: all 0.3s;
}

.where .same-box:hover {
    transform: perspective(20cm) rotateX(-5deg) rotateY(10deg);
}

.where .same-box .top {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    height: 75px;
    padding: 15px;
    border-radius: 5px;
}

.where .same-box .top-1 {
    background-color: #eaf1f1;
    color: #4b7272;
}

.where .same-box .top-2 {
    background-color: #c8efef;
    color: #269393;
}

.where .same-box .top-3 {
    background-color: #fdd9d1;
    color: #d35136;
}

.where .same-box .numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c2b2b;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 34px;
    padding: 30px 20px 30px 20px;
}

/* When and where  */
.when .when_where {
    background: url("../images/when-secbg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.when .when_where::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d9;
}

.when .when_where .same-h-col h2 {
    color: #fff;
}

.when .when_where .same-h-col h2::after {
    background-color: #fff;
}

.when .when_where .content p b {
    font-weight: 600;
}

.options-menu {
    padding-left: 0px !important;
    margin-top: 30px;
}

.options-menu li {
    position: relative;
    padding-left: 20px;
    margin: 15px 0;
}

.options-menu li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.options-menu li span {
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

/* process section */
.process {
    padding-top: 150px;
}

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

.process .content p {
    color: #222222;
}

.process .content p b {
    font-weight: 600;
}

.process .options-menu li::after {
    background-color: #222222;
}

.process .options-menu li span {
    color: #222222;
}

/* address section{ */
.address-sec .address .contn-box {
    justify-content: center;
}

.address-sec .address .contn-box .img-box .img img {
    width: 50px;
}

.address-sec .address .contn-box .contnt {
    padding: 10px 30px;
}

.address-sec .address .contn-box .contnt h5 {
    margin-bottom: 0px;
    color: #222222;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 500;
}

.address-sec .address .contn-box .contnt p {
    color: #5e5e5e;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'Raleway';
    line-height: 30px;
    margin-bottom: 0px;
}

/* footer section */
.footer {
    background-image: linear-gradient(145deg, #376425 0%, #5c9b37 100%);
}

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

.footer .logo-box img {
    border-radius: 100%;
    width: 150px;
}

.footer .first {
    padding: 40px 0;
    border-bottom: 1px solid #c7c7c761;
}

.footer .social-lnks-menu li a i {
    background-color: #274e17;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 100%;
    font-size: 18px;
    transition: all 0.2s;
}

.footer .social-lnks-menu li {
    margin: 0 8px;
}

.footer .social-lnks-menu li a i:hover {
    background-color: #fff;
    color: #274e17;
}

.footer .dev-by {
    font-family: 'poppins';
    font-weight: 300;
    font-size: 15px;
}

.footer .dev-by a {
    font-family: 'poppins';
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.footer .dev-by a img {
    width: 120px;
}


/* privacy page css */

.nav_box{
    background: #5c963f;
    padding: 9px 0;
}
.nav_box .logo-box img {
    border-radius: 100%;
    max-width: 57px;
    margin-right: 5px;
}
.nav_box .logo-box{
    color: #fff;
    font-size: 50px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
}

.privacy-box{
    padding: 40px 0;
}

.privacy-box p{
  color: #000;
  font-size: 16px;
  padding: 5px 0;
}


.footer-box{
    background: #5c963f;
    padding: 35px 0;
}

.footer-box .footer-links-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-box .footer-links-info li {
    position: relative;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    margin: 0 18px;
}
.footer-box  .footer-links-info li span {
    font-weight: 700;
    padding-right: 10px;
    text-align: center;
}
.footer-box .footer-links-info li a{
    position: relative;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}