:root {
    --white: #fff;
    --black: #000;
    --theme-color: #3c2415;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1400px;
    }
}

p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #767676;
    line-height: 1.778;
}

@font-face {
    font-family: "Bernard MT Condensed";
    src: url("../fonts/BernardMTCondensed.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
  font-family: "Vampire Wars";
  src: url(../fonts/"VampireWars-Italic.eot");
  src: url(../fonts/"VampireWars-Italic.eot?#iefix") format("embedded-opentype"),
    url(../fonts/"VampireWars-Italic.woff2") format("woff2"),
    url(../fonts/"VampireWars-Italic.woff") format("woff"),
    url(../fonts/"VampireWars-Italic.ttf") format("truetype"),
    url(../fonts/"VampireWars-Italic.svg#VampireWars-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-brand {
    margin-top: -2.5rem;
}

.navbar-brand img {
    max-height: 150px;
    transition: 0.3s ease-in-out;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.topBar {
    padding: 1rem 0;
    position: relative;
    z-index: 1;
    text-align: right;
}

.topBar .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem 2rem;
}

.topBar .topMenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.topBar .topMenu li a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.topBar .topMenu li a i {
    color: var(--theme-color);
    font-size: 1.5rem;
}

.topBar .topMenu li a:hover {
    color: var(--theme-color);
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;
}

.navbar {
    align-items: flex-start;
    margin-top: -1rem;
}

.navbar-nav {
    gap: 1rem 1.5rem;
    justify-content: flex-end;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    color: var(--theme-color);
    text-transform: uppercase;
    line-height: 1;
    position: relative;
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: transform 0.3s ease-in-out;
    background-color: var(--theme-color);
    transform-origin: center;
    transform: scaleX(0);
}

.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
    transform: scaleX(1);
}

/* Begin: Main Slider CSS */

.main-slider {
    position: relative;
    background: url(../images/sliderImg.png) top center/100% 100% no-repeat;
}

.main-slider.position-sticky {
    top: 0;
}

.main-slider .carousel-caption {
    bottom: 30%;
    padding: 0;
}

.carousel-control-next,
.carousel-control-prev {
    width: 65px;
    background: url(../images/curve-shape.png) center/65px auto no-repeat;
    opacity: 1;
    color: var(--white);
    font-size: 2.5rem;
    padding-top: 2.5rem;
    transition: ease all 0.5s;
}

.carousel-control-prev {
    transform: scaleX(-1);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: var(--white);
    opacity: 1;
    filter: drop-shadow(2px 4px 26px rgba(0, 0, 0, 0.514));
}

.sliderContent {
    background-image: -moz-radial-gradient(
            50% 50%,
            circle closest-side,
            rgb(251, 176, 64) 0%,
            rgb(247, 148, 29) 100%
    );
    background-image: -webkit-radial-gradient(
            50% 50%,
            circle closest-side,
            rgb(251, 176, 64) 0%,
            rgb(247, 148, 29) 100%
    );
    background-image: -ms-radial-gradient(
            50% 50%,
            circle closest-side,
            rgb(251, 176, 64) 0%,
            rgb(247, 148, 29) 100%
    );
    box-shadow: 0px 24px 63px 7px rgba(22, 22, 22, 0.26);
    border-radius: 50%;
    width: 30.625rem;
    height: 30.625rem;
    display: grid;
    place-content: center;
    margin-left: auto;
    position: relative;
}

.sliderContent::after {
    content: "";
    position: absolute;
    left: 0;
    right: -2rem;
    top: -2rem;
    bottom: 0;
    background: url(../images/borderline.png) top right/auto no-repeat;
}

.sliderContent .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sliderContent h2 {
    font-size: 2.5rem;
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.125;
}

.sliderContent h3 {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--theme-color);
    text-transform: uppercase;
    line-height: 0.84;
}

/* END: Main Slider CSS */

.socialIo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
}

.socialIo li a {
    font-size: 14px;
    display: inline-block;
    color: var(--white);
}

.socialIo li a i {
    transition: 0.3s ease-in-out;
    color: var(--white);
    font-size: 1.125rem;
}

.socialIo li a:hover i {
    color: var(--theme-color);
}

/* Heading Style*/

.subheading {
    font-size: 1.5625rem;
    font-weight: 500;
    color: #fbb040;
    text-transform: uppercase;
    line-height: 1;
}

.secHeading {
    font-size: 3.125rem;
    font-family: "Bernard MT Condensed";
    color: var(--theme-color);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1.5rem;
}

/* About Section */

.aboutSection {
    background: url(../images/aboutBg2.png) left top/contain no-repeat;
    padding: 15rem 0;
}

.aboutImg {
    background: #fbb040;
    border-radius: 50%;
    text-align: center;
    width: 31.75rem;
    height: 31.75rem;
    position: relative;
    z-index: 111;
}

.aboutImg::before {
    content: "";
    position: absolute;
    left: -2rem;
    right: -2rem;
    top: -2rem;
    bottom: -2rem;
    z-index: -1;
    border: 5px solid var(--theme-color);
    border-radius: 50%;
}

/* themeBtn */

.themeBtn {
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 1rem 0 1rem 1.5rem;
    z-index: 1;
}

.themeBtn::before {
    content: "";
    background: #fbb040;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    z-index: -1;
    transition: 0.3s ease-in-out;
    left: -14px;
}

.themeBtn::after {
    content: "";
    height: 58px;
    width: 58px;
    position: absolute;
    left: -21px;
    top: -22px;
    background: url(../images/btnLine.png) left center/auto no-repeat;
}

.themeBtn:hover {
    color: #fbb040;
}

.themeBtn:hover::before {
    background: var(--theme-color);
}

/* Service Section */

.serviceSec .container {
    position: relative;
    z-index: 2;
}

.serviceSec::after {
    background: url(../images/serviceBg.jpg) top center/100% 70% no-repeat;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    filter: grayscale(1);
    bottom: 0;
    z-index: 0;
    transition: 0.3s ease-in-out;
}

.serviceSec::before {
    content: "";
    position: absolute;
    max-width: 1000px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 275px;
    z-index: 1;
    background-color: var(--white);
}

.serviceSec:hover::after {
    filter: none;
}

.serviceSec p {
    font-size: 1.56rem;
    font-weight: 400;
    color: #0f0f0f;
    line-height: 1.6;
    text-transform: uppercase;
}

.serviceCard h3 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #fbb040;
    text-transform: uppercase;
    line-height: 1.333;
    text-align: center;
}

.serviceCard .imgWrap {
    overflow: hidden;
}

.serviceCard .imgWrap img {
    transition: 0.3s ease-in-out;
    transform: scale(1.25);
}

.serviceCard a {
    height: 90px;
    width: 90px;
    margin: -50px auto 0.5rem auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
}

.serviceCard a i {
    background: #fbb040;
    color: var(--theme-color);
    font-size: 1.875rem;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.serviceCard:hover a i {
    background: var(--theme-color);
    color: #fbb040;
}

.serviceCard:hover a {
    border-color: #fbb040;
}

.serviceCard:hover .imgWrap img {
    transform: scale(1);
}

.mainSection {
    background: url(../images/bgImg.jpg) top center/cover no-repeat;
}

/* .monkeyIncSec {
  background: url(../images/monkeyIncBg.png) left center/auto no-repeat;
} */

.monkeyIncBg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

.redesign {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

.redesign:hover {
    filter: grayscale(0);
}

.monkeyIncSec figure {
    background: #fbb040;
    border-radius: 50%;
    text-align: center;
    width: 31.75rem;
    height: 31.75rem;
    position: relative;
}

.monkeyIncSec figure::before {
    content: "";
    position: absolute;
    left: -2rem;
    right: -2rem;
    top: -2rem;
    bottom: -2rem;
    z-index: -1;
    border: 5px solid var(--theme-color);
    border-radius: 50%;
}

.monkeyIncSec figure img {
    height: 100%;
    object-fit: cover;
}

.monkeyIncSec h3 {
    font-size: 1.55rem;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 1.6;
}

.monkeyIncSec {
    z-index: 1;
}

/* .redesign.monkeyIncSec {
  background: url(../images/monkeyIncBg2.png) right center/auto no-repeat;
} */

.bgLogo {
    position: absolute;
    right: 3rem;
    bottom: -5rem;
}

/* Testimonial Section */

.testimonialSec {
    margin-top: 8rem;
    background: url(../images/testimonialBg.jpg) center/cover no-repeat;
}

.testimonialSec .secHeading {
    color: var(--white);
}

.testimonialSec figure {
    position: relative;
    z-index: 1;
}

.testimonialSec figure::after {
    content: "";
    position: absolute;
    left: -2rem;
    bottom: -2rem;
    top: -2rem;
    right: -2rem;
    border-radius: 50%;
    border-left: 5px solid #fbb040;
}

.testimonialSlider {
    background: var(--white);
    margin-left: -8rem;
}

.testimonialCard {
    text-align: center;
    padding: 3rem;
}

.testimonialCard h3 {
    color: #fbb040;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
}

.testimonialCard span {
    font-size: 14px;
    font-weight: normal;
    color: var(--theme-color);
    text-transform: uppercase;
    line-height: 1;
}

.testimonialCard p {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--theme-color);
    line-height: 1.556;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.testimonialCard p i {
    color: #d6d1ce;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.testimonialCard p i.fa-quote-left {
    top: -1rem;
}

.testimonialCard p i.fa-quote-right {
    top: 0.5rem;
}

.testimonialSlider .slick-next::before,
.testimonialSlider .slick-prev::before {
    content: none;
}

.testimonialSlider .slick-next,
.testimonialSlider .slick-prev {
    border-radius: 50%;
    background-color: #fcfcfc;
    width: 60px;
    height: 60px;
    color: var(--theme-color);
    top: auto;
    font-size: 2rem;
    bottom: -7rem;
    display: grid;
    place-items: center;
}

.testimonialSlider .slick-next:hover,
.testimonialSlider .slick-prev:hover {
    background: #fbb040;
}

.testimonialSlider .slick-next {
    right: 0.5rem;
}

.testimonialSlider .slick-prev {
    left: calc(100% - 9rem);
}

.testimonialSlider .slick-prev::after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    border-left: 2px solid #fcfcfc;
}

.testimonialSlider .slick-next::after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -5px;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    border-right: 2px solid #fcfcfc;
}

/* Footer */

footer {
    background: #fff url(../images/footerbg.jpg) center/cover no-repeat;
    padding-top: 4rem;
    position: relative;
}

footer .subheading {
    text-align: center;
    color: var(--theme-color);
}

footer .secHeading {
    text-align: center;
    color: var(--theme-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
}

.newsLtrForm {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 85px;
    background: #fbb040;
    opacity: 1;
}

.newsLtrForm input {
    background-color: transparent;
    border: none;
    width: calc(100% - 60px);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    padding-left: 2rem;
}

.newsLtrForm input::placeholder {
    opacity: 0.7;
    color: var(--white);
}

.newsLtrForm input:focus {
    outline: none;
    background-color: transparent;
}

.newsLtrForm button {
    background-color: transparent;
    color: var(--white);
    line-height: 50px;
    text-align: center;
    font-size: 2rem;
    height: 60px;
    width: 70px;
    border: none;
}

.newsLtrForm button:hover {
    color: var(--black);
}

.footerMenu,
.addressList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 0;
    margin: 0;
}

.footerMenu li a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #0e0e0e;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
    transition: 0.3s ease-in-out;
}

.footerMenu li a span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.footerMenu li a:hover {
    color: var(--theme-color);
}

.addressList li {
    flex: 0 0 32%;
    border: 1px solid #0e0e0e;
    padding: 1.25rem;
    min-height: 7.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addressList {
    justify-content: space-between;
}

.addressList li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #0e0e0e;
    font-size: 1.125rem;
}

.addressList li a span {
    /* text-transform: capitalize; */
}

footer .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2rem;
}

footer .social a {
    font-size: 1rem;
    color: #0e0e0e;
}

footer .social a:hover,
footer .social a:focus,
.addressList li a:hover,
.addressList li a:focus,
.footerMenu li a:hover,
.footerMenu li a:focus {
    color: #fbb040;
}

.copyRight {
    border-top: 1px solid #0e0e0e;
    padding: 2.5rem 0;
    margin-top: 3rem;
}

.copyRight p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #0e0e0e;
}

/* END: footer */

.breadcrumb {
    background: var(--white);
    border-bottom: 2px solid #949494;
    border-radius: 0;
    padding: 1.8rem 1rem;
    margin: 0;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}

.breadcrumb ul a,
.breadcrumb ul span {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color);
}

.breadcrumb ul span {
    color: #f7941d;
}

.aboutSection.inner {
    background: url(./images/aboutBg2.png) left top/contain no-repeat;
    margin: 0 -15px;
    padding: 8rem 5rem;
}

.contact .secHeading,
.aboutSection.inner .secHeading {
    font-size: 5.625rem;
}

.aboutSection.inner .subheading {
    font-size: 1.375rem;
}

.aboutSection.inner .aboutImg {
    margin-top: 15rem;
}

.aboutSection.inner p {
    color: #2a2a2a;
}

.listStyle li {
    display: flex;
    align-items: flex-start;
    gap: 0 10px;
}

.listStyle p {
    margin: 0;
}

.listStyle li:before {
    content: "";
    min-width: 8px;
    min-height: 8px;
    background: #f7941d;
    display: inline-block;
    border-radius: 100px;
    margin-top: 14px;
}

/* Begin: Contact CSS */

.contact h4 {
    color: var(--theme-color);
}

.contInfo {
    padding: 0;
    margin: 3rem 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    gap: 3rem 0;
}

.contInfo li {
    display: flex;
    align-items: flex-start;
}

.contInfo li i {
    font-size: 1.5rem;
    transform: scaleX(-1);
    color: #f7941d;
}

.contInfo .info {
    padding-left: 1rem;
    display: flex;
    flex-flow: column;
    gap: 0.5rem 0;
}

.contInfo .info strong {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
}

.contInfo .info a {
    color: #757575;
}

.location .nav {
    display: flex;
    flex-flow: column;
}

.location .nav a {
    text-transform: uppercase;
    font-weight: 500;
    color: #767676;
}

.location .nav .active a {
    color: var(--theme-color);
}

.formStyle .form-control {
    height: 60px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 100px;
    background: #f1f1f1;
    font-size: 15px;
    padding-left: 2rem;
}

.formStyle textarea.form-control {
    height: auto;
    resize: none;
    border-radius: 20px;
}

.btnStyle {
    display: inline-block;
    padding: 1rem 2rem;
    background: #f7941d;
    color: #fff;
    border: 0;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
}

.btnStyle:hover,
.btnStyle:focus {
    background: var(--theme-color);
    color: #fff;
}

.formStyle label {
    font-size: 1.125rem;
    text-transform: capitalize;
    color: #757575;
}

.formStyle label a {
    color: #757575;
}

.servicesRow {
    align-items: center;
}

.servicesRow h4 {
    font-size: 3.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.serviceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3rem;
}

.serviceList li {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* update inner pages css start */

.contact .servicesRow + .servicesRow {
    padding: 7.125rem 0rem;
}

.inner-aapr {
    width: 50%;
    height: 100%;
    /* top: 0; */
}

.inner-sec-2 {
    margin-top: 6.25rem;
}

/* update inner pages css end */

.bgImg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 47.5rem;
    height: 45.625rem;
    object-fit: cover;
    z-index: 1;
    transition: 0.3s ease-in-out;
    filter: grayscale(1);
}

.bgImg:hover {
    filter: grayscale(0);
}

.monkeyIncBg:hover {
    filter: grayscale(0);
}

.privacy-sec h2 {
    padding-top: 2rem;
}

.privacy-sec ul {
    list-style: disc;
    padding: 0rem 1.5rem;
}

.privacy-sec ul li {
    padding-bottom: 0.6rem;
}

.privacy-sec a {
    color: var(--black);
    font-weight: 600;
}

.capable-sec h4 {
    font-size: 2rem;
    font-weight: 600;
}

.capable-sec ul {
    list-style: disc;
    padding: 0 1rem;
}

.capable-sec ul li {
    /* padding-bottom: 1rem; */
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 0rem;
    text-transform: uppercase;
}

.mainWrap {
    margin-top: -40%;
}
