/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .sub-banner-con
5. About / .about-con
6. Unique Con / .unique-con
7. Innovation Section / .innovation-con
8. Best Guides Section / .best-guides-section
9. Logo / .logo-con
10. Footer / .footer-con
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #1c1e21;
# --black--color: #000;
# --dark-black: #1a1819;
# --secondary--color: #fff;
# --text-color: #777;
# --green-color: #197f7c;
# --accent:#fa6725;
# --light-bg-color: #f4f6fa;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Inter:wght@300;400;500;700&family=Plus+Jakarta+Sans:wght@700;800&family=Roboto:wght@700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button
input{
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
body{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root{
    --primary--color: #1c1e21;
    --black--color: #000;
    --dark-black: #1a1819;
    --secondary--color: #fff;
    --text-color: #777;
    --green-color: #197f7c;
    --accent:#fa6725;
    --light-bg-color: #f4f6fa;
}
/* HEADER SECTION */
.navbar-brand img{
    width: 194px;
    height: 60px;
}
.product-item {
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: var(--secondary--color);
    background: var(--primary--color);
}
.top-to-bottom-banner-btn a {
    gap: 7px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    z-index: 3;
    text-decoration: none;
    transition: .3s ease-in-out;
    background: linear-gradient(to left, rgba(106, 175, 165, 1) 0%, rgba(126, 103, 154, 1) 100%);
    border: 5px solid #fff;
}
.top-to-bottom-banner-btn a span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: var(--secondary--color);
}
.top-to-bottom-banner-btn a i {
    font-size: 16px;
    line-height: 16px;
    color: var(--secondary--color);
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    top:52px;
    left: 0;
    width: 188px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    background: var(--green-color);
}
.header-con .dropdown-item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding: 8px 26px 8px 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-con .dropdown-item:hover{
    background: var(--accent);
}
.comment-con{
    position: relative;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    color: #40344e;
    font-weight: 500;
    line-height: 24px;
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--green-color);
}
.header-con .navbar-expand-lg .navbar-nav{
    gap: 40px;
    margin-right: 20px;
}
.header-con {
    top: 20px;   
    z-index: 2;
    position: absolute;
}
.header-contact ul{
    gap: 10px;
    display: flex;
    align-items: center;
}
.header-contact ul li .register-btn:hover {
    color: var(--accent);
    background: transparent;
    box-shadow: inset 0 0 0px 1px var(--accent);
}
.comment-con a i:hover {
    color: var(--green-color);
    background: transparent;
    box-shadow: inset 0 0 0px 1px var(--green-color);
}
.header-contact ul li .register-btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    background: var(--accent);
    padding: 16px 34px 16px 35px;
    color: var(--secondary--color);
}
.comment-con a{
    text-decoration: none;
}
.comment-con a i{
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--secondary--color);
    background: var(--green-color);
    transition: all 0.5s ease-in-out;
}
.header-con .navbar {
    padding: 10px 30px;
    background: var(--secondary--color);
}
/* HEADER SECTION */
/* FOOTER SECTION */
.footer-logo img {
    width: 194px;
    height: 60px;
}
.footer-con{
    padding-top: 70px;
    padding-bottom: 130px;
    background: var(--light-bg-color);
}
.footer-box {
    gap: 16px;
    display: grid;
    grid-template-columns: 32.7% 15.8% 24.1% 22.1%;
}
.footer-logo a{
    margin-bottom: 30px;
    display: inline-block;
}
.footer-logo-con p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 18px;
    padding-right: 17px;
}
.footer-box h4{
    padding-top: 7px;
    margin-bottom: 22px;
    color: var(--primary--color);
}
.social-icon ul{
    gap: 10px;
    display: flex;
}
.social-icon ul li a i{
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
    background: var(--secondary--color);
}
.social-icon ul li a i:hover{
    transform: translateY(-5px);
    color: var(--secondary--color);
    background: var(--accent);
}
.social-icon ul li a{
    margin-bottom: 0;
    text-decoration: none;
}
.footer-link ul li a{
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    color: var(--text-color);
}
.footer-link ul li:after{
    top: 0;
    left: 0;
    font-weight: 600;
    content: "\f105";
    font-size: 16px;
    color: var(--accent);
    font-family: "Font Awesome 5 free";
    position: absolute;
}
.footer-link ul li a:hover,
.footer-contact ul li a:hover{
    color: var(--accent);
}
.footer-link ul li{
    margin-bottom: 12px;
    padding-left: 20px;
}
.footer-link ul li:last-child{
    margin-bottom: 0;
}
.footer-contact ul li i{
    font-size: 16px;
    color: var(--accent);
}
/* .footer-contact ul li i.fa-phone-alt{
    transform: rotate(270deg);
} */
.footer-contact ul li{
    padding-left: 31px;
}
.footer-contact ul li{
    margin-bottom: 23px;
}
.footer-contact ul li a,
.footer-contact ul li{
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: var(--text-color);    
}
.footer-contact ul li{
    position: relative;
}
.footer-contact ul li i{
    top: 0;
    left: 0;    
    position: absolute;
}
.footer-contact ul li:last-child{
    margin-bottom: 0;
    line-height: 28px;
}
.footer-contact ul li:last-child i{
    top: 9px;
}
/* FOOTER SECTION */
/* COPYRIGTH SECTION */
.copyright-con{
    padding: 28px 0;
}
.copyright-box ul{
    gap: 20px;
    display: flex;
    justify-content: center;
}
.copyright-box ul li a{
    text-decoration: none;
}
.copyright-box ul li{
    font-size: 14px;
    line-height: 14px;
}

/* COPYRIGTH SECTION */
/* BACK TO TOP BUTTON */

#back-to-top-btn:focus{
    outline: none;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--accent);
    color: white;
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
#back-to-top-btn::after {    
    font-size: 14px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(250, 103, 37, .99)
    }
     to {
      box-shadow: 0 0 0 25px rgba(250, 103, 37, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(250, 103, 37, .99)
    }
    to {
     box-shadow: 0 0 0 25px rgba(250, 103, 37, .01)

    }
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color:var(--accent);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */
/* SUB BANNER STYLING */
.sub-banner-con {
    padding: 220px 0 129px;
    background: var(--light-bg-color);
}
.sub-banner-title *{
    color: var(--secondary--color);
}
.sub-banner-con > .container{
    z-index: 1;
    position: relative;
}
.sub-banner-title h1{
    margin-bottom: 23px;  
    color: var(--primary--color); 
}
.sub-banner-title p{                           
    margin-bottom: 24px;
}
.breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active,
.breadcrumb-item a
{
    color: #6c757d;
}
.breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.sub-banner-title p{
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
}
.sub-banner-title{
    width: 72%;
    margin: 0 auto;
}
.breadcrumb {
    border-radius: 22px;
    background: transparent;
    padding: 13px 23px 13px 24px;
    border: 1px solid #6c757d;
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item a:hover{
    color: var(--green-color);
}
/* SUB BANNER STYLING */
/* ABOUT PAGE STYLING */
.about-box {
    gap: 85px;
    display: grid;
    align-items: center;
    grid-template-columns: 46.5% 42%;
}
.about-img2 {
    left: 0;
    top: -120px;
    position: absolute;
}

.about-img2 img{
    border: 5px solid var(--secondary--color);
}
.about-con{
    padding-top: 250px;
} 
.about-content span{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: var(--accent);
}
.about-content h2{
    margin-bottom: 26px;
    padding-right: 100px;
}
.about-content p{
    margin-bottom: 34px;
}
.about-img figure:first-child{
    text-align: end;
}
.innovation-con{
    padding: 198px 0;
    background: url(../images/innovation-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.innovation-con .help-title{
    margin: 0 auto;
}
.innovation-con > .container{
    z-index: 1;
    position: relative;
}
.innovation-con:after{
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(0 0 0 / 65%);
}
.innovation-title span{
    margin-bottom: 16px;
    color: var(--accent);
}
.innovation-title h2{
    margin-bottom: 34px;
}
.innovation-title *{
    color: var(--secondary--color);
}
.innovation-title{
    width: 70%;
    margin: 0 auto;
}
.unique-con{
    background: var(--light-bg-color);
}
.unique-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.unique-box-item {
    padding: 40px 52px 35px;
    background: var(--secondary--color);
    border: 1px solid transparent;
}
.unique-box-item figure{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    margin: 0 auto 25px;
    border-radius: 50%;
}
.unique-box-item h3{
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--primary--color);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.unique-box-item p{
    margin-bottom: 16px;
}
.read-more-btn a {
    text-decoration: none;
    color: var(--primary--color);
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
}
.unique-box-item:hover .read-more-btn a{
    color: var(--accent);
}
.unique-box-item:hover figure{
    background: var(--accent);
}
.unique-box-item:hover figure img{
    filter: brightness(0) invert(1);
}
.unique-box-item:hover{
    border-color: var(--accent);
}
.best-guides-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.guide-box {
    padding: 39px 30px 34px;
    background: var(--secondary--color);
    transition: .3s ease-in-out;
    display: flex;
    flex-direction: column;
    border-top: 1px solid transparent;
    box-shadow: 1px 1px 40px rgb(0 0 0 / 3%);
}
.guide-box:hover{
    border-top: 1px solid var(--accent);
}
.guide-box figure {
    width: 242px;
    height: 242px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.guide-box figure img{
    width: 100%;
}
.guide-box h4 {
    margin-bottom: 2px;
    font-weight: 700;
    color: var(--primary--color);
}
.guide-box ul {
    gap: 9px;
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.guide-box ul li a{
    text-decoration: none;
}
.guide-box ul li a i {
    color: var(--secondary--color);
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 30px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}
.guide-box ul li a i:hover{
    background: var(--green-color);
}
.guide-box span {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 16px;
    display: block;
}
.logo-con ul {
    display: grid;
    overflow: hidden;
    text-align: center;
    grid-template-columns: 25% 25% 25% 25%;
}
.logo-con ul li {
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(175 200 187 / 15%);
    border-bottom: 1px solid rgb(175 200 187 / 15%);
}
.logo-con ul li:hover{
    background: var(--accent);
}
.logo-con ul li figure img{
    transition: all 0.5s ease-in-out;
}
.logo-con ul li:hover figure img{
    transform: translateY(8px);
    filter: brightness(0) invert(1);
}
.logo-con ul li:first-child, .logo-con ul li:nth-child(5) {
    border-left: none;
}
.logo-con ul li:nth-child(5),
.logo-con ul li:nth-child(6),
.logo-con ul li:nth-child(7),
.logo-con ul li:nth-child(8){
    border-bottom: 0;
}
/* ABOUT PAGE STYLING */
/* SERVICE PAGE STYLING */
.service-about-con{
    background: var(--light-bg-color);
}
.service-details-con .container {
    border-bottom: 1px solid #eee;
}
.service-details-con .about-content h2 {
    padding-right: 0;
}
.mian-service-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.55% 31.55% 31.55%;
}
.read-more-btn a:hover{
    color: var(--accent);
}
.mian-service-item {
    padding: 43px 60px 49px;
    background: var(--secondary--color);
    box-shadow: 0 0 100px rgb(0 0 0 / 5%);
}
.mian-service-item figure {
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 28px;
    align-items: center;
    justify-content: center;
    background: var(--green-color);
}
.mian-service-item:hover figure{
    background: var(--accent);
}
.mian-service-item h3{
    margin-bottom: 20px;
}
.mian-service-item p{
    margin-bottom: 20px;
}
.mian-service-con .generic-title h2{
    padding: 0 18px;
}
/* SERVICE PAGE STYLING */
/* TESTIMONIAL SECTION */
.guest-box{
    background: var(--secondary--color);
    box-shadow: 50px 50px 100px rgb(0 0 0 / 10%);
    border-radius: 10px;
    display: grid;
    gap: 100px;
    grid-template-columns: 23% 62%;
    align-items: center;
    padding: 50px 40px;
}
.guest-box p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 25px;
}
.guest-img figure{
    margin-bottom: 0;
}
.guest-img .quote-img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    margin-bottom: 0;
}
.guest-img{
    position: relative;
}
.guest-box span{
    font-size: 16px;
    line-height: 16px;
}
.testimonial-section .testimonial-inner-con {
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 10px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    border-radius: 10px;
}
.testimonial-section .owl-dots{
    display: none;
}
.testimonial-section .testimonial-inner-con .owl-carousel .owl-item img{
    width: auto;
    border-radius: 10px;
}
.testimonial-inner-con .btn-wrap .prev-btn, .testimonial-inner-con .btn-wrap .next-btn {
    border: none;
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
}
.testimonial-inner-con .btn-wrap .prev-btn:focus,
.testimonial-inner-con .btn-wrap .next-btn:focus{
    outline: none;
}
.testimonial-inner-con .btn-wrap .prev-btn {
    background: #71668d;
    left: -70px;
}
.testimonial-inner-con .btn-wrap .next-btn{
    background: var(--accent);
    right: -70px;
}
.testimonial-inner-con .btn-wrap .next-btn:hover,
.testimonial-inner-con .btn-wrap .prev-btn:hover{
    background: var(--button-color);
}
.testimonial-section{
    background: var(--grey-color);
}
.guest-right-box h4{
    margin-bottom: 10px;
    color: var(--accent);
}
.testimonial-inner-con .owl-carousel .owl-nav button:focus{
    outline: none;
}
.testimonial-inner-con .owl-carousel .owl-nav .owl-next,
.testimonial-inner-con .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: var(--green-color);
    border-radius: 100%;
    font-size: 26px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-inner-con .owl-carousel .owl-nav button:hover{
    background: var(--accent) !important;
}
.testimonial-inner-con{
    margin-bottom: 86px;
}
.testimonial-inner-con .owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
.testimonial-inner-con .owl-carousel .owl-nav .owl-next {
    right: -70px;
}
.testimonial-inner-con .owl-carousel .owl-nav button i {
    font-size: 16px;
    line-height: 16px;
    color: var(--secondary--color);
}

.client-name h3{
    margin-bottom: 5px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.client-name span{
    font-size: 14px;
    line-height: 20px;
}
.client-logo ul{
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.client-logo ul li figure img{
    opacity: 20%;
    transition: all 0.5s ease-in-out;
}
.client-logo ul li figure img:hover{
    opacity: 100%;
    transform: translateY(-8px);
}
/* TESTIMONIAL SECTION */
/* CONTACT PAGE STYLING */
.contact-info-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.contact-info-item {
    display: flex;
    padding: 53px 42px;
    border-radius: 20px;
    flex-direction: column;
    background: var(--secondary--color);
    box-shadow: 0 0 100px rgb(0 0 0 / 5%);
}
.contact-info-item figure img,
.mian-service-item figure img{
    transition: all 0.5s ease-in-out;
}
.contact-info-item:hover figure img,.mian-service-item:hover figure img{
    transform: translateY(8px);
}
.contact-info-item figure{
    width: 120px;
    height: 120px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto 16px;
    align-items: center;
    justify-content: center;
    background: var(--green-color);
}
.contact-info-item:hover figure{
    background: var(--accent);
}
.contact-info-item h3 {
    margin-bottom: 10px;
}
.contact-info-item li a {
    font-size: 16px;
    line-height: 16px;
    color: #7c7c7c;
    display: inline-block;
    text-decoration: none;
}
.contact-info-item li a:hover{
    color: var(--accent);
}
.map-con iframe {
    width: 100%;
    border: none;
    height: 580px;
    filter: grayscale(1);
}
#calendar {
    max-width: 100%;
  }
  #calendar button {
    border: none;
    background: var(--accent);
    color: var(--secondary--color);
}
#calendar button:focus{
    outline: none;
}
.fc-unthemed th {
    border: none;
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    color: var(--black--color);
    text-transform: uppercase;
    background: #d6d7d9;
}
.fc-day-grid-event{
    padding: 4px 15px;
    color: #fff !important;
    border-color: var(--accent);
    background: var(--accent);
}
#calendar .fc-center{
    display: none;
}
.main-contact-box {
    gap: 95px;
    display: grid;
    grid-template-columns: 42.8% 48.66%;    
}
.main-contact-form span{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: var(--accent);
}
.main-contact-form h2{
    margin-bottom: 42px;
}
form.main-form ul {
    gap: 30px;
    display: grid;
    margin-bottom: 24px;
    grid-template-columns: 47.22% 47.22%;
}
.main-form ul li input,form.main-form ul li textarea{
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 18px 17px;
    color: var(--text-color);
    border: 1px solid #eaeaea;
}
.main-form ul li input:focus,form.main-form ul li textarea:focus{
    outline-color: var(--accent);
}
.main-contact-form .submit-btn button:hover {
    background: transparent;
    color: var(--green-color);
    box-shadow: inset 0 0 0px 1px #6aafa5;
}
.main-form ul li textarea{
    resize: none;
    height: 108px;
}
.main-form ul li input::placeholder,form.main-form ul li textarea::placeholder{
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
}
.main-form ul li:last-child{
    grid-column: 1/-1;
}
.main-contact-form .submit-btn button {
    width: auto;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 17px 30px;
    color: var(--secondary--color);
    background: var(--accent);
    transition: all 0.5s ease-in-out;
}
/* CONTACT PAGE STYLING */
/* PROJECT PAGE STYLING */
.masonry-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    pointer-events: none;
}
.masonry .masonry-item{
    border-radius: 10px;
    margin-bottom: 30px;
}
.masonry .masonry-item:last-child{
    margin-bottom: 0;
}
.masonry-con {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.8% 31.8% 31.8%;
}
.masonry-item{
    overflow: hidden;
    position: relative;
}
.masonry-item img{
    transition: .4s ease-in-out;
}
.masonry-item:hover img{
    transform: scale(1.1);
}
.gallery-sec .masonry-item a::before {
    content: "";
    background: url(../images/Plus-icon.png) no-repeat center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: none;
    transform: translate(-50%, -50%);
}
#lightbox button.close:hover {
    background: var(--green-color);
}
div#lightbox img {
    border-radius: 10px;
}
.gallery-sec .masonry-item a::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(250 103 37 / 60%);
    border-radius: 10px;
    display: none;
}
.gallery-sec .masonry-item:hover a::before,.gallery-sec .masonry-item:hover a::after{
    display: block;
}
.panel .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

/*Image size and transition*/
.panel .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 150px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/
.panel .panel-body a.zoom:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}
/*Zoom Button*/
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    background: none;
    border: none;
}
.modal-header{
    border: none;
}
button.close:focus{
    outline: none;
    border: none;
}
button.close {
    border: 0;
    position: fixed;
    right: -5px;
    top: -14px;
    color: #fff;
    background: var(--accent);
    opacity: 1;
    padding: 8px 16px 13px !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    z-index: 2;
    font-size: 16px;
}
button.close span i{
    font-size: 20px;
}
button.close:hover{
    background: var(--accent);
    color: var(--secondary--color);
    opacity: 1;
}
.modal-dialog {
    max-width: fit-content;
    top: 20%;
    width: 55%;
}
.modal-content{
    height: 100vh;
    overflow: inherit;
}
.map-sec iframe{
    width: 100%;
}
.model-list li i {
    color: var(--button-color);
    margin-right: 10px;
}
.modal-body {
    padding: 0;
}
.gallery-sec .generic-title h2{
    padding: 0 50px;
}
.modal-body .admin-con{
    margin: 0;
}
.modal-open .modal{
    padding: 0;
}
.modal-body .contact-form {
    padding: 20px 30px 30px 37px;
}
.modal-body > ul li {
    margin-bottom: 5px;
}
.project-tab .nav{
    gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
}
.project-tab .nav-item .nav-link {
    padding: 0;
    font-size: 18px;
    line-height: 18px;
    color: var(--black--color);
}
.project-tab .nav-pills .nav-link.active,.project-tab .nav-pills .nav-link.hover{
    color: var(--accent);
    background: transparent;
}
/* PROJECT PAGE STYLING */
/* SERVICES DETAILS PAGE STYLING */
.service-details-box figure{
    position: relative;
    margin-bottom: 50px;
}
.service-details-box > figure:after{
    top: 0;
    left: 0;
    content: "";
    width:286px;
    height: 100%;
    position: absolute;
    background: var(--accent);
}
.service-details-box p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom:27px;
}
.service-details-box ul li{
    position: relative;
}
.service-details-box ul li:after{
    left: 0;
    top: 2px;
    font-size: 18px;
    font-weight: 900;
    content: "\f058";
    line-height: 18px;
    position: absolute;
    color: var(--green-color);
    font-family: "Font Awesome 5 free";
}
.service-details-box ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.service-details-box ul{
    margin-bottom: 34px;
}
.service-details-box ul li:last-child{
    margin-bottom: 0;
}
.service-details-box{
    position: relative;
}
.service-details-box .mian-service-item{
    top: 35px;
    left: 35px;
    width: 350px;
    z-index: 9999;
    position: absolute;
}
/* SERVICES DETAILS PAGE STYLING */
/* TESTIMONIALS PAGE STYLING */
.slider-con{
    background: var(--light-bg-color);
}
.slider-con .owl-carousel .owl-item .client-admin-con img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}
.slider-item {
    border-radius: 20px;
    padding: 40px 40px;
    position: relative;
    background: var(--secondary--color);
}
.client-admin-con figure{
    border-radius: 50%;
}
.client-admin-con {
    gap: 24px;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.client-admin-content h3{
    margin-bottom: 7px;
}
.client-admin-content span{
    color: var(--text-color);
}
.client-admin-con figure {
    outline-offset: 5px;
    outline: 1px solid var(--green-color);
}
.slider-item p{
    font-size: 18px;
    line-height: 30px;
}
.comma-img{
    top: 40px;
    right: 40px;
    position: absolute;
}
.slider-box .owl-dots{
    margin: 0 !important;
}
.slider-box .owl-stage-outer{
    margin-bottom: 30px;
}
.slider-box .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 6px;
    margin: 0 7px;
    background: rgb(250 103 37 / 30%);
}
.slider-box .owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}
.slider-box .owl-theme .owl-dots .owl-dot.active span, 
 .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--accent);
}
.slider-box .owl-theme .owl-dots .owl-dot.active span{
    width: 15px;
}
.not-found-title h2 {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.not-found-title span {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
    color: var(--primary--color);
}
.not-found-title p {
    margin-bottom: 40px;
}
/* TESTIMONIALS PAGE STYLING */
/* FAQ PAGE STYLING */
.faq-box .card-header {
    padding: 0;
    border: none;
    background: transparent;
}
.faq-box #accordion .card{
    margin-bottom: 30px;
}
.faq-box .card-header button {
    width: 100%;
    font-size: 20px;
    text-align: left;
    line-height: 22px;
    border-radius: 10px;
    padding: 35px 46px;
    color: var(--primary--color);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.faq-box #accordion .card {
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #d6d7d9;
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
.faq-box .card-body p {
    margin-bottom: 0;
}
.faq-box .card-body {
    padding: 0 46px 35px;
}
.faq-box .card-header button:focus,.faq-box .card-header button:hover{
    text-decoration: none;
}
.faq-box .card-header button:not(.collapsed){
    color: var(--accent);
}
#calendar .fc-view{
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
#calendar .fc-header-toolbar{
    padding: 13px 15px;
    background: var(--secondary--color);
    box-shadow: 30px 30px 50px rgb(0 0 0 / 5%);
}
.blogpage-section #blog .post-item .post-item-description .post-meta-date{
    line-height: 40px;
}
/* FAQ PAGE STYLING */
/* coming soon page styling start here */
.coming-soon-con {
    position: relative;
    z-index: 2;
}
.coming-soon-con h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 40px;
    color: var(--primary--color);
}
.coming-soon-social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.coming-soon-social-links ul li a {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: var(--secondary--color);
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    border: 1px solid var(--white-color);
}
.coming-soon-social-links ul li a i {
    font-size: 18px;
    color: var(--button-color);
}
.coming-soon-social-links ul li a:hover {
    transform: translateY(-6px);
    background: var(--green-color);
    border-color:var(--green-color);
}
.coming-soon-social-links ul li a:hover i {
    color: var(--white-color);
}
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: var(--light-bg-color);
    background-size: cover;
    position: relative;
}
/* coming soon page styling end here */