* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --theme-white: #fff;
    --theme-black: #000000;
    --theme-font-color: #888;
    --theme-secondary: #FFC600;
    --theme-body-text: #777;
    --theme-title: #FFC600;
    --theme-bg: #F3F8FB;
    --theme-bg-2: #F7F8FD;
    --theme-border: #E1E4EB;
}

body {
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-black);
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
}

.sub-heading::before {
    content: "";
    background-repeat: repeat;
    background-image: url(../img/s-heading-before-title.png);
    bottom: -10px;
    width: 70px;
    position: absolute;
    display: inline-block;
    height: 6px;
}

.primary-btn {
    /* max-width: 150px;
    width: 100%; */
    background-color: var(--theme-secondary);
    border: 2px solid var(--theme-secondary);
    padding: 10px 24px;
    color: var(--theme-white);
    transition: 0.3s all;
    transition: all 0.3s ease 0s;
    box-shadow: 3px 9px 18px 0 rgba(0, 0, 0, 0.18);

}

button {
    font-family: "Poppins", sans-serif;
}

.primary-btn:hover,
.btn-lg:hover {
    background-color: var(--theme-black);
    border-color: var(--theme-black);
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}


/* CSS */

.button-27:disabled {
    pointer-events: none;
}



.btn-lg:active {
    box-shadow: none;
    transform: translateY(0);
}

.secondary-btn {
    /* max-width: 150px;
    width: 100%; */
    background-color: var(--theme-secondary);
    border: 2px solid var(--theme-secondary);
    border-radius: 3px;
    padding: 12px 24px;
    color: var(--theme-white);
    transition: 0.3s all;
    transition: all 0.3s ease 0s;
    box-shadow: 3px 9px 18px 0 rgba(0, 0, 0, 0.18);
    border-radius: 50px;
    line-height: 1;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;

}

.secondary-btn:hover {
    color: var(--theme-black);
    transform: translateY(-2px);
    border-color: var(--theme-white);
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    background-color: var(--theme-white);
    /* font-family: "Bebas Neue", sans-serif; */

}

.btn-lg {
    padding: 18px 45px;
    background-color: var(--theme-secondary);
    border: 2px solid var(--theme-secondary);
    border-radius: 5px;
    color: var(--theme-white);
    transition: 0.3s all;
    transition: all 0.3s ease 0s;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

header .logo img {
    max-width: 130px;
    display: block;
    align-items: center;
}

.logo {
    color: var(--theme-black);
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 2px;
}

.logo:hover {
    color: inherit;
}

.logo span {
    color: var(--theme-secondary);
}

.logo::before {
    content: "";
    background-repeat: repeat;
    background-image: url(../img/s-heading-before-title.png);
    bottom: 20px;
    width: 70px;
    position: absolute;
    display: inline-block;
    height: 6px;
}

.f-logo .logo {
    text-decoration: none;
}

.f-logo .logo:hover {
    color: inherit;
}

.header .navbar-expand-lg .navbar-nav {
    padding: 21px 0;
}

/* .dropdown-toggle::after{
    width: 20px;
    height: 20px;
    line-height: 16px;
    margin-left: 5px;
    content: '+';
    position: absolute;
    border: none;
    color: #FFC600;
} */
.header .navbar-nav .nav-link {
    padding: 0 0 5px 0;
    padding-bottom: 0;
    text-transform: uppercase;
    transition: 0.3s all;
    font-weight: 600;
    font-size: 14px;
    color: var(--theme-white);
    margin: 0 21px;
    border-bottom: 2px solid transparent;
}

.header .navbar-nav .nav-link:hover {
    border-bottom: 2px solid var(--theme-secondary);
    color: var(--theme-secondary);
}

.header .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--theme-secondary);
    color: var(--theme-secondary);
}

header.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 100%;
    animation: fadeInDown 0.3s ease-in-out 0s 1 normal none running;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

header.fixed-top nav {
    background-color: var(--theme-white);
    z-index: 111111;

}

header.fixed-top .navbar-nav .nav-link {
    color: var(--theme-black);
}

.animal-slider .carousel-caption {
    position: absolute;
    top: 25%;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--theme-white);
    text-align: left;
    z-index: 1;
}

.animal-slider .carousel-caption h1 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    color: var(--theme-white);
    -webkit-animation: slide-in-left 1.5s ease-out .5s both;
    animation: slide-in-left 1.5s ease-out .5s both;
}

.animal-slider .carousel-caption h1 span {
    font-weight: 600;
}

.animal-slider .carousel-caption p {
    font-size: 25px;
    margin-top: 20px;
    -webkit-animation: slide-in-right 1s ease-out .5s both;
    animation: slide-in-right 1s ease-out .5s both;
}

.animal-slider img {
    opacity: 0.9;
    -webkit-animation: kenburns-top 8s ease-out both;
    animation: kenburns-top 8s ease-out both
}

.carousel-caption button {
    margin-top: 40px;
    -webkit-animation: slide-in-up 1s ease-out .5s both;
    animation: slide-in-up 1s ease-out .5s both
}

.animal-slider .carousel-dark .carousel-control-next-icon,
.animal-slider .carousel-dark .carousel-control-prev-icon {
    filter: inherit;
}

.animal-slider .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--theme-white);
}

.animal-slider {
    position: relative;
}

.carousel-control-prev-icon {
    background-image: url(../img/arrow-icon-left.png);
    width: 50px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-next-icon {
    background-image: url(../img/arrow-icon-right.png);
    width: 50px;
    height: 30px;
}

.animal-slider .carousel-control-prev {
    position: absolute;
    left: 18px;
    top: 0;
    width: 5%;
    color: #fff;
    opacity: 1;
}

.animal-slider .carousel-control-next {
    position: absolute;
    right: 18px;
    top: 0%;
    width: 5%;
    color: #fff;
    opacity: 1;
}

.overlay {
    background-color: var(--theme-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    z-index: 1;
}

.animal-slider .carousel-item {
    width: 100%;
    height: 100vh;
}

.animal-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item img {
    height: 100%;
}

/* header.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 100%;
    animation: fadeInDown 0.3s ease-in-out 0s 1 normal none running;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  
header.fixed-top nav {
    background-color: #050913;
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
} */

/* =======
     About-us start
=======*/
.about-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-img {
    margin-top: 20px;
    height: 460px;
    width: auto;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

section .title {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--theme-title);
    font-weight: 400;
    display: flex;
    align-items: center;
}

section .title span:first-child,
section .title span:last-child {
    width: 20px;
    height: 2px;
    display: block;
    position: relative;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: var(--theme-title);
}

section .title span:first-child:after,
section .title span:last-child:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    line-height: 1;
    background-color: var(--theme-title);
    margin-top: 5px;
}

section .title span:first-child:after {
    right: 0;
    position: absolute;
}

.about-content {
    padding-left: 30px;
}

.sub-heading {
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 600;
}

.about-content p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: var(--theme-body-text);
}

.about-content button i {
    font-size: 14px;
    margin-left: 3px;
}

.about-content button {
    transition-delay: 0.1s;
}

/*.......  product-wrapper start .......*/
.product-wrapper {
    background-color: #EEEEEE;
    padding: 70px 0 30px 0;
    margin-bottom: -5px;
}

.product-wrapper .title {
    justify-content: center;
}

.service-wrapper .sub-heading::before,
.product-wrapper .sub-heading::before,
.our-mission .sub-heading::before {
    left: 0;
    right: 0;
    margin: auto;
}

.product-wrapper .card-img {
    height: 210px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

.product-wrapper .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease 0.3s;
}

.product-wrapper .card-img img:hover {
    transform: scale(1.1);
    transition: all 2s ease-out;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.product-card {
    max-width: 95%;
}

.product-wrapper .card-heading {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-wrapper .disc {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 1px;
    text-align: justify;
    color: #B4B4B8;
}

.card-content {
    padding: 30px 15px 20px 15px;
    border-radius: 0 0 10px 10px;
    transition: 0.80s all;
    padding-top: 0;
}

.card-content button {
    width: 100%;
    border-radius: 15px;
    padding: 0;
    height: 50px;
    box-shadow: none;
    margin-top: 20px;
}

.product-card {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 95%;
    border-radius: 10px;
    margin-bottom: 55px;
    -webkit-animation: slide-in-fwd-bottom 1s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-fwd-bottom 1s cubic-bezier(.25, .46, .45, .94) both
}

.product-card .card-img {
    width: 90%;
    height: 200px;
    position: relative;
    display: block;
    margin-inline: auto;

}

.product-wrapper .card-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    top: -20px;
    border-radius: 10px 10px 0 0;
}

.product-wrapper .card-img img {
    transition: transform ease 0.3s;
    border-radius: 10px 10px 0 0;
}

.product-wrapper .card-img img:hover {
    transform: scale(1.1);
    transition: all 2s ease-out;
    border-radius: 5px;
}

/* ....... service wrapper ....... */
.service-wrapper {
    padding: 70px 0;
    background-image: url(../img/service-bg.jpg);
    background-size: cover;
    width: 100%;

}

.service-wrapper .title {
    justify-content: center;
}

.service-cards {
    margin-top: 80px;
}

.service-cards .s-heading {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
    position: relative;
    width: 300px;
}

.service-cards .s-heading::before {
    content: "";
    background-repeat: repeat;
    background-image: url(../img/s-heading-before-title.png);
    bottom: -10px;
    width: 70px;
    position: absolute;
    display: inline-block;
    height: 6px;

}

.service-cards .disc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: justify;
}

.service-card-img {
    width: 100%;
    height: 400px;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.service-card-content {
    /* margin-top: 30px; */
    padding: 40px;
}

.service-wrapper .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--theme-secondary);
}

.service-wrapper .nav-pills .nav-link {
    color: var(--theme-black);
    height: 50px;
    /* max-width: 300px; */
    text-align: left;
}

.service-wrapper .tab-pane p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.service-wrapper .tab-pane p strong {
    font-size: 16px;
}

.service-wrapper .tab-pane ul {
    padding-left: 40px;
    font-size: 14px;
}

.service-wrapper .tab-pane img {
    width: 100%;
    object-fit: cover;
}

/* ....... why-choose-us  ....... */
.why-choose-us {
    padding: 70px 0 0 0;
}

.why-choose-us .title {
    justify-content: center;
}

.why-choose-us .sub-heading::before {
    left: 0;
    right: 0;
    margin: auto;
}

.why-choose-card {
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all .70s ease-in-out
}

.why-choose-card:hover {
    transform: scale(0.9);
    cursor: pointer;
}

.why-choose-card .card-heading {
    margin-bottom: 20px;
    font-size: 23px;
}

.why-choose-card .card-disc {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 3px;
    letter-spacing: 0px;
    color: var(--theme-body-text);

}

.why-cards-tile {
    margin-top: 70px;
}

.why-choose-card.bg {
    background-color: var(--theme-secondary);

}

.why-choose-card.bg .card-heading {
    color: var(--theme-white);
}

.why-choose-card.bg .card-disc {
    color: var(--theme-white);
}

.why-choose-card .card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.why-choose-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ....... footer-start....... */
.footer {
    background-image: url(../img/footer-bg.png);
    width: 100%;

    padding: 60px 0 30px 0;
}

.footer .working-time-table {
    background: var(--theme-secondary);
    color: var(--theme-white);
    padding: 30px;
    width: 80%;
    border-radius: 10px;
    margin-top: 3s0px;
}

.work-box-tile .title {
    color: var(--theme-white);
}

.work-box-tile ul {
    padding: 0;
    margin: 0;
}

.work-box-tile ul li strong {
    margin-left: 10px;
}

.footer-info li {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin-inline: 10px;
}

.footer-info li .text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--theme-white);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.footer-info .icon {
    color: var(--theme-secondary);
    margin-right: 5px;
}

.footer-info .logo {
    max-width: 100px;
}

.footer-info .call {
    color: var(--theme-secondary);
    font-size: 24px;
    line-height: 26px;
    margin-left: 20px;
    letter-spacing: -1px;
    font-weight: 600;
}

footer .title {
    color: var(--theme-white);
}

footer li {
    list-style: none;
}

.f-links li {
    margin: 10px 0;
}

.f-links li a {
    text-decoration: none;
    color: var(--theme-white);
    font-size: 15px;
    font-weight: 600;
}

.s-title {
    color: var(--theme-white);
}

footer p {
    color: var(--theme-white);
    font-size: 15px;
}

.info-tile {
    margin-bottom: 30px;
}

footer p i {
    color: var(--theme-secondary);
}

.footer-bottom {
    padding: 30px 30px 0 30px;
    border-top: 1px solid var(--theme-border);
    margin-top: 50px;
}

.footer-bottom li a {
    font-size: 15px;
    color: var(--theme-white);
    text-decoration: none;
}

.footer-bottom li a {
    cursor: pointer;
}

.footer-bottom .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copywrite {
    font-size: 13px;
    color: var(--theme-white);
    text-align: center;
    margin: 0;
}

ul {
    padding-left: 0;
}

.footer .icons a {
    color: var(--theme-white);
    text-decoration: none;
    margin-inline: 7px;
}

.footer .icons .button {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--theme-white);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    color: var(--theme-white);
}

.footer .icons .button:hover {
    color: var(--theme-black);
}

.footer .icons .button:after {
    position: absolute !important;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 3px;
    top: 3px;
    background-color: var(--theme-white);
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    z-index: -1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer .icons .button:hover:after {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: block\9;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.work-box-tile {
    margin-top: 30px;
}

.footer .f-logo .logo {
    position: relative;
    margin-bottom: 30px;
}

.footer .f-logo .logo::before {
    content: "";
    background-repeat: repeat;
    bottom: 0px;
    width: 70px;
    position: absolute;
    display: inline-block;
    height: 6px;
}

.why-choose-card:hover {
    transform: scale(0.9);
    cursor: pointer;
}

/* =======
  our-mission start
 ======= */
.our-mission {
    padding: 70px 0;
    margin: 50px 0 0 0;
    background-color: #EEEEEE;
}

.item-heading {
    background-color: var(--theme-secondary);
    color: var(--theme-white);
    width: 50%;
    margin: 0;
    padding: 5px;
    line-height: 25px;
    padding-left: 20px;
}

.mission-item p {
    color: var(--theme-body-text);
    line-height: 30px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    padding-left: 20px;
    font-size: 15px;
}

.mission-item {
    margin-bottom: 25px;
}

.mission-content {
    padding-top: 30px;
}

.mission-img {
    /* background-color: #EEEEEE; */
    /* padding: 50px 10px; */
}

.mission-img img {
    /* width: 85%;
    height: 350px; */
    object-fit: cover;
    margin: auto;
    display: block;
}

/* ======= 
  contact-us start 
======= */
.contact-us {
    padding: 100px 0;
}

.contact-us .form-control {
    min-height: 50px;
    padding-left: 15px;
}

.contact-us .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--theme-secondary);
    outline: 0;
    box-shadow: none;
}

.contact-us button {
    padding: 0px 25px;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes slide-in-up {
    0% {
        -webkit-transform: translatey(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}


@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}