@font-face {
    font-family: CenturyGothic-Regular;
    src: url('../fonts/CenturyGothic-Regular.ttf');
}

@font-face {
    font-family: CenturyGothic-Bold;
    src: url('../fonts/CenturyGothic-Bold.TTF');
}

:root {
    --theme-color-1: #05a37f;
    --theme-color-2: #efb500;
    --theme-color-3: #013d35;
    --theme-color-4: #10131f;
    --bg-white: #ffffff;
    --bg-black: #07070a;
    --font-color: #646464;
    --heading-color: #1f2324;
    --font-white: #ffffff;
    --font-black: #000000;
    --bg-color1: #d6c5e2;
    --bg-color2: #ede4da;
}


body {
    background-color: var(--bg-white);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    color: var(--font-color);
}

h1,
h2,
h3 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
}

h4,
h5 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
}

p {
    margin-bottom: 0;
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-btn {
    border-radius: 30px;
    height: 46px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
}

.btn-main {
    color: var(--font-white);
    background-color: var(--theme-color-2);
    transition: all .5s ease-out;
}

.btn-main:hover {
    background-position: left bottom;
    color: #fff;
    background-color: #623819;
}

.btn-secondary {
    color: var(--theme-color-1);
    background-color: var(--font-white);
    transition: all .5s ease-out;
}

.btn-secondary:hover {
    background-position: left bottom;
    color: #fff;
    background-color: var(--theme-color-1);
}

.main-content-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

.error-msg{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    left: 0px;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #2e7dab;
    font-size: 14px;
    z-index: 10;
    top: 65px;
    left: 0;
	color: #fff;
}

.subscribe-inner{
	position: relative;
}

.subscribe-inner form{
	position: relative;
}

.check-success-icon{
	margin-right: 10px;
    padding: 10px;
    color: #fff;
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #001941;
    font-size: 14px;
    z-index: 10;
    bottom: 55px;
    left: 0;
    padding-left: 3px;
	color: #fff;
	width: 265px;
}
.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}
.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

input:hover, input:focus, input:active{
    box-shadow: none;
    outline: none;
}

.navbar{
    position: absolute;
    width: 100%;
    z-index: 1030;
    left: 0;
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    transition: none !important;
    height: auto;
    flex-direction: column;
} 

.navbar-dark .navbar-nav .nav-link{
    color: var(--font-white);
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dropdown .nav-link:after{
    font-family: "Fontawesome", sans-serif; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
}

.navbar.fixed-top{
    position: fixed;
    background-color: var(--bg-white);
    transition: all 0.35s ease;
    border-bottom: 1px solid #dee2e6;
}

.navbar.fixed-top .nav-link{
    color: var(--font-black) !important;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: var(--theme-color-1);
}

.navbar.fixed-top .nav-link:hover{
    color: var(--theme-color-1) !important;
}

.nav-item.search .btn-main{
    white-space: nowrap;
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}

.topbar{
    background-color: transparent;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 1px dashed #464646;
    margin-bottom: 15px;
}

.topbar-contact-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.topbar-contact-wrapper ul li a{
    color: var(--font-white);
}

.topbar-contact-wrapper ul li a i{
    color: var(--font-white);
    margin-right: 10px;
}

.topbar-social{
    text-align: right;
}

.topbar-social li{
    display: inline-block;
    margin-left: 5px;
}

.topbar-social li a{
    color: var(--font-white);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar.fixed-top .topbar-contact-wrapper ul li a{
    color: var(--font-black);
}

.navbar.fixed-top .topbar-contact-wrapper ul li a i{
    color: var(--theme-color-1);
}

.navbar.fixed-top .topbar-social li a{
    color: var(--theme-color-1)
}

.navbar-brand img{
    width: 130px;
}

.navbar-brand img.black{
    display: none;
}

.navbar-brand img.white{
    display: block;
}

.navbar-brand h3{
    color: var(--font-white);
}

.fixed-top .navbar-brand img.black{
    display: block;
}

.fixed-top .navbar-brand h3{
    color: var(--heading-color);
}

.fixed-top .navbar-brand img.white{
    display: none;
}

section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    z-index: 11;
}

.section-heading{
    font-size: 32px;
    font-family: 'CenturyGothic-Bold', sans-serif;
    color: var(--heading-color);
    margin-bottom: 15px;
    text-align: center;
}

.section-heading span{
    color: var(--theme-color-1);
}

.section-description{
    font-family: 'CenturyGothic-Regular', sans-serif;
    color: var(--font-black);
    text-align: center;
}

.banner-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/banner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
}

.banner-container::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 9;
}

.banner-image-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 11;
    position: relative;
    padding: 2rem;
    background-color: #198754bf;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.banner-small-heading{
    color: var(--font-white);
    margin-bottom: 10px;
    font-size: 24px;
}

.banner-heading{
    font-size: 54px;
    color: var(--font-white);
    margin-bottom: 15px;
    font-family: 'CenturyGothic-Bold', sans-serif;
}

.banner-description{
    font-size: 16px;
    color: var(--font-white);
    margin-bottom: 0px;
}

.banner-btns{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

footer{
    background-color: var(--theme-color-4);
    position: relative;
    display: inline-block;
    padding-top: 4rem;
    width: 100%;
}

.footer-about{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-about a h3{
    color: var(--font-white);
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-about p{
    color: var(--font-white);
    margin-bottom: 25px;
}

.footer-logo img{
    display: inline-block;
    width: 150px;
    margin-bottom: 2rem;
}

.footer-social{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-social li{
    display: inline-block;
    margin-right: 10px;
}

.footer-social li a{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #272727;
    color: var(--font-white);
    transition: ease-in 0.3s;
}

.footer-social li a:hover{
    background-color: var(--theme-color-1);
    color: var(--font-white);
    border-color: var(--theme-color-1);
}

.footer-links{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-heading{
    font-size: 20px;
    color: var(--font-white);
    margin-bottom: 30px;
}

.footer-link-lists li{
    margin-bottom: 18px;
}

.footer-link-lists li:last-child{
    margin-bottom: 0px;
}

.footer-link-lists li a{
    color: var(--font-white);
    transition: ease-in 0.3;
}

.footer-link-lists li a:hover{
    color: var(--theme-color-1);
    transition: ease-in 0.3;
}

.footer-contact{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-contact-lists li{
    margin-bottom: 18px;
}

.footer-contact-lists li:last-child{
    margin-bottom: 0px;
}

.footer-contact-lists li a{
    color: var(--font-white);
    font-family: 'CenturyGothic-Bold', sans-serif;
    transition: ease-in 0.3;
}

.footer-contact-lists li a:hover{
    transition: ease-in 0.3;
    color: var(--theme-color-1);
}

.footer-bottom-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
    margin-top: 25px;
    border-top: 1px solid #333333;
}

.footer-bottom-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.footer-bottom-wrapper ul li a{
    color: var(--theme-color-2);
}

.footer-bottom-wrapper p{
    color: var(--font-white);
}

.section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
}

.services{
    background-color: var(--theme-color-4);
}

.services-section-heading{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 2rem;
}

.services-section-left h4{
    font-size: 14px;
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-section-left h3{
    font-size: 32px;
    color: var(--font-white);
}

.services-section-right a{
    color: var(--theme-color-1);
    text-decoration: underline;
}

.services-card-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #1c1f2a;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #333;
    transition: ease-in 0.3s;
}

.services-card-wrapper:hover{
    transition: ease-in 0.3s;
    background-color: #272933;
}

.services-card-wrapper h3{
    font-size: 20px;
    margin: 20px 0px;
    color: var(--font-white);
}

.services-card-wrapper p{
    color: var(--font-white);
}

.funfactor-card{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px;
}

.funfactor-card img{
    margin: auto;
    display: flex;
    align-items: center;
    width: 50px;
}

.funfactor-card h3{
    font-size: 36px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.funfactor-card h3 span{
    font-size: 20px;
}

.funfactor-card p{
    text-align: center;
}

.aboutmiddle-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 3rem;
}

.aboutmiddle-wrapper .services-section-left h3{
    color: var(--font-black);
}

.tab-content-wrapper ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.tab-content-wrapper ul li img{
    margin-right: 10px;
    width: 12px;
}

.tab-content-wrapper ul li h3{
    font-size: 14px;
}

.aboutmiddle-tabs .nav-pills .nav-link.active{
    background-color: var(--theme-color-1);
    color: var(--font-white);
}

.aboutmiddle-tabs .nav-pills .nav-link{
    color: inherit;
}

.aboutleft-wrapper{
    width: 100%;
    height: 350px;
    position: relative;
    display: inline-block;
}

.aboutleft-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutright-wrapper{
    width: 100%;
    height: 280px;
}

.aboutright-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutmiddle-wrapper::before{
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    left: -40px;
    top: 0;
    width: 119%;
    height: 100%;
    z-index: -1;
}

.aboutmiddle-tabs{
    position: relative;
    z-index: 10;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.section-heading-wrapper h4{
    font-size: 14px;
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.section-heading-wrapper h3{
    font-size: 32px;
    color: var(--font-black);
    text-align: center;
}

.works-card-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.works-card-wrapper img{
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-block;
    object-fit: cover;
    margin-bottom: 20px;
}

.works-card-wrapper p{
    font-size: 14px;
}

.works-card-wrapper a{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    transition: ease-in 0.3s;
}

.works-card-wrapper a h3{
    font-size: 20px;
}

.works-card-wrapper a i{
    text-decoration: underline;
    transition: ease-in 0.3s;
}

.works-card-wrapper a:hover h3{
    color: var(--theme-color-1);
    transition: ease-in 0.3s;
}

.works-card-wrapper a:hover i{
    color: var(--theme-color-1);
}

.testimonial{
    background-color: var(--theme-color-4);
}

.testimonial .carosel-item{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0rem 1rem;
}

.testimonial .carosel-item p{
    text-align: center;
    color: var(--font-white);
}

.testimonial .carosel-item h3{
    font-size: 20px;
    color: var(--font-white);
    margin-bottom: 10px;
    text-align: center;
    margin-top: 2rem;
}

.testimonial .carosel-item h4{
    font-size: 14px;
    color: var(--font-white);
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 2rem;
}

.testimonial .slick-dots li button:before{
    font-size: 10px;
    color: var(--theme-color-1);
    opacity: 1;
    top: 1px;
}

.testimonial .slick-dots .slick-active button{
    border: 1px solid var(--theme-color-1);
    border-radius: 50%;
}

.team-card-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 300px;
}

.team-card-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-wrapper::after{
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.5));
    z-index: 10;
}

.team-contact{
    padding: 15px;
    position: absolute;
    bottom: 0;
    z-index: 12;
}

.team-contact h3{
    font-size: 16px;
    color: var(--font-white);
    margin-bottom: 5px;
}

.team-contact p{
    color: var(--font-white);
}

.team-card-wrapper ul {
    margin-top: 15px;
    display: none;
    transition: ease-in 0.3s;
}

.team-card-wrapper:hover ul{
    display: block;
    transition: ease-in 0.3s;
}

.team-card-wrapper ul li{
    display: inline-block;
    margin-right: 5px;
}

.team-card-wrapper ul li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--font-white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-white);
    transition: ease-in 0.3s;
}

.team-card-wrapper ul li a:hover{
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    color: var(--font-white);
    transition: ease-in 0.3s;
}

.questions-left-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px 3rem;
}

.font-black{
    color: var(--font-black) !important;
}

.call-box{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-1);
    border-radius: 6px;
    padding: 30px;
    margin-top: 25px;
}

.call-box h3{
    font-size: 20px;
    color: var(--font-white);
}

.call-box a{
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.call-box a i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--font-white);
    border-radius: 50%;
    color: var(--theme-color-1);
    margin-right: 10px;
}

.call-box a p{
    color: var(--font-white);
    font-size: 16px;
}

.accordion-item:first-of-type .accordion-button{
    border-radius: 0px;
}

.accordion-item:last-of-type .accordion-collapse{
    border-radius: 0px;
}

.accordion-item:first-of-type{
    border-radius: 0px;
}

.accordion-item:last-of-type{
    border-radius: 0px;
}

.accordion-button:not(.collapsed){
    background-color: var(--font-white);
    box-shadow: none;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-item{
    border: none;
    border-bottom: 1px solid #ddd;
}

.accordion-button{
    padding: 12px 0px;
    font-size: 14px;
}

.accordion-body{
    padding: 12px 0px;
    font-size: 14px;
}

.whyus-image-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
}

.whyus-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whyus{
    background-color: #fff5f3;
    padding: 0;
}

.whyus-content-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 3rem;
}

.whyus-card{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px 0px;
}

.whyus-card img{
    width: 50px;
}

.whyus-card h3{
    font-size: 20px;
    margin: 15px 0px;
}

.blog-image-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blog-image-wrapper img{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 12px;
}

.blog-image-wrapper p{
    margin-bottom: 10px;
}

.blog-heading{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blog-heading h3{
    font-size: 16px;
}

.link-more{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color: var(--theme-color-1);
    text-decoration: underline;
}

.link-more:hover{
    color: var(--theme-color-1);
    text-decoration: underline;
}

.subscribe{
    background-color: #f2f2f2;
    padding: 3rem 0rem;
}

.subscribe-left h4{
    font-size: 14px;
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.subscribe-left h3{
    font-size: 32px;
    color: var(--font-black);
    text-align: left;
}

.subscribe-content-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-form-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}

.subscribe-input{
    padding: 10px 10px;
    background-color: var(--font-white);
    border: 1px solid var(--font-white);
    min-width: 250px;
    min-height: 45px;
}

.subscribe-btn{
    min-height: 45px;
    padding: 10px;
    background-color: var(--theme-color-1);
    color: var(--font-white);
    border: 1px solid var(--theme-color-1);
}