@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Cookie&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.innerpage-title-bar h1, .innerpage-title-bar h2 {
    transform: translate(-50%,-50%);
    position: absolute;
	top:50%;
    left: 50%;
	color:#935086;
	font-size: 35px;
	margin-top: 0px;
	width: 100%;
    text-align: center;
    padding: 0px 100px;
}
.innerpage-title-bar {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
}
.innerpage-title-bar:before {
    position: absolute;
    content: '';
    background-color: #ebfaf7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
	color: #935086;
	width: 100%;
    text-align: center;
}
.breadcrumb a {
   	color: #935086;
}

/* contact us */
.contact-section {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    background-image:url('/wp-content/uploads/2025/03/bg-sdg.png');
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.contact-section h2{
	text-align:center;
}

.contact-container {
    display: flex;
   justify-content:center;
   gap:10px;

}

.contact-info {
  
    padding: 20px;
    border-radius: 10px;
    width:30%;
	display:flex;
	justify-content:center;
	 flex-direction: column;
    gap: 30px;
}

.contact-form {
    background: white;
    padding: 30px;
    width:30%;
     box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contact-box1, .contact-box2{
	background:white;
	padding:20px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.contact-box1 h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.contact-box2 h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-box-text p {
    font-size: 16px;
    margin: 5px 0;
    color: #555;
	padding-left:30px;
	margin-bottom:10px;
}
.contact-box-text img{
	margin-right:10px;
}

.contact-form h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

input[type="submit"] {
    background: #fa4f09 !important;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form form button:hover {
    background: #e64a19;
}


@media (max-width:767px) {
	.innerpage-title-bar {
    	height: 130px;
    }
	.innerpage-title-bar h1, .innerpage-title-bar h2 {
    	padding: 0px 20px;
	}
	.breadcrumb {
		display:none;
	}
	.contact-container{
		flex-direction:column;
	}
	.contact-info{
		width:100% !important;
	}
	.contact-form{
		width:100% !important;
	}
	.contact-section h2 {
		font-size:30px;
	}
}



/* //About Us */

.about-us-section-1-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 40px;
    align-items: center;

}
.about-us-section-1{
		margin-top:80px;
}
.about-us-section-1-col1, .about-us-section-1-col2 {
    width: 50%;
}
.about-us-section-1-img-wrapper img {
    position: relative;
}
.about-us-section-1-col1 p {
    text-align: justify;
	line-height: 30px;
	letter-spacing:5;
}
.about-us-section-1-col1 span{
	    font-weight: 400;
        font-family: 'Cookie', cursive;
         margin: 0 0 4px;
        display: block;
        color: #a07037;
        font-size: 46px;
       line-height: 50px;
}
.about-us-section-1-col1 h4{
	font-size:18px;
}

.about-us-hero-banner-wrapper {
       display: flex;
       justify-content: space-around;
       text-align: center;
       padding: 40px 0;
	   background-image:url('/wp-content/uploads/2025/03/counter.jpg');
       height: 400px;
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
       display: flex;
       justify-content: center;
       align-items: center;
	   gap:10%;
    }
    .hero-banner-item img {
        width: 70px;
        height: auto;
    }
    .hero-banner-item h2 {
        font-size: 40px;
       line-height: 40px;
       color: #101010;


    }
    .hero-banner-item p {
       font-size: 20px;
       line-height: 20px !important;
		font-weight:400;
    }

@media screen and (max-width: 1440px) {
	
.about-us-section-1 {
    margin-top: 80px;
    padding: 0 100px;
}
}

@media screen and (max-width: 1024px) {
    .about-us-section-1-wrapper {
        flex-direction: column;
        text-align: center;
		gap: 25px;
    }

    .about-us-section-1-col1, .about-us-section-1-col2 {
        width: 100%;
    }

    .about-us-section-1-col1 span {
        font-size: 38px;
        line-height: 42px;
    }

    .about-us-section-1-col1 p {
        line-height: 28px;
    }

    .about-us-hero-banner-wrapper {
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding: 30px 0;
    }

    .hero-banner-item h2 {
        font-size: 30px;
    }

    .hero-banner-item p {
        font-size: 18px;
    }

    .hero-banner-item img {
        width: 60px;
    }
}

@media screen and (max-width: 768px) {
    .about-us-section-1-wrapper {
        column-gap: 20px;
    }

    .about-us-section-1 {
        margin-top: 50px;
    }

    .about-us-section-1-col1 span {
        font-size: 30px;
        line-height: 36px;
    }

    .about-us-section-1-col1 h4 {
        font-size: 16px;
    }

    .about-us-section-1-col1 p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-us-hero-banner-wrapper {
        gap: 15px;
        padding: 20px 0;
    }

    .hero-banner-item h2 {
        font-size: 26px;
    }

    .hero-banner-item p {
        font-size: 16px;
    }

    .hero-banner-item img {
        width: 50px;
    }
}

@media screen and (max-width: 480px) {
    .about-us-section-1 {
        margin-top: 30px;
    }

    .about-us-section-1-col1 span {
        font-size: 26px;
        line-height: 32px;
    }

    .about-us-section-1-col1 h4 {
        font-size: 14px;
    }

    .about-us-section-1-col1 p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-us-hero-banner-wrapper {
        gap: 10px;
        padding: 15px 0;
    }

    .hero-banner-item h2 {
        font-size: 22px;
    }

    .hero-banner-item p {
        font-size: 14px;
    }

    .hero-banner-item img {
        width: 40px;
    }
	.about-us-section-1{
		padding: 10px 10px;
	}
}

.mission-section-wrapper {
    max-width: 1500px;
    margin: 0px auto;
    display: flex;
    column-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.info-box {
    position: relative;
    width: 30%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.info-box-overlay {
    position: absolute;
     top: 6%;
    left: 3%;
    width: 94%;
    height: 89%;
    background: rgba(0, 0, 0, 0.73);
}

.info-box-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px;
    max-width: 90%;
}

.info-box h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ffffff;
}

.info-box p {
    font-size: 16px;
    line-height: 30px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .mission-section-wrapper {
        flex-direction: row;
        gap: 15px;
    }

    .info-box {
        width: 100%;
        height: 280px;
        padding: 15px;
    }

    .info-box-overlay {
        top: 8%;
        left: 8%;
        width: 84%;
        height: 84%;
    }

    .info-box h3 {
        font-size: 22px;
    }

    .info-box p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .info-box {
        height: 250px;
    }

    .info-box-overlay {
        width: 88%;
        height: 88%;
        top: 6%;
        left: 6%;
    }
	
    .info-box h3 {
     margin-bottom:10px;
	}   
}

/* blog page */
.page-template-blogs .page-blogs-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.page-template-blogs .blogs-items {
    width: 22%;
    margin: 15px;
}
.page-template-blogs .blogs-items-inner {
    margin: 0px;
}

/*  services inner */
.services-inner-wrapper {
    display: flex;
/*     column-gap: 40px; */
    max-width: 1400px;
    margin: 0px auto;
}
.services-inner-left {
    width: 30%;
	height: 100%;
    background-color: #E5F2FF;
    padding: 15px;
    border-radius: 15px;
}
.services-inner-right {
    width: 75%;
}
.services-sidebar h3, .table-content h3 {
    color: #795EA6;
    font-size: 25px;
    font-weight: 600;
	margin: 0px;
	margin-bottom: 12px;
}
.services-sidebar ul {
    list-style-type: none;
    margin-left: 0px;
	margin-bottom: 0px;
}
.services-sidebar ul li {
    margin-left: 10px;
	    margin-left: 10px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
}
.services-sidebar ul li a {
    font-size: 20px;
    color: #666666;
    line-height: 40px;
}
.services-sidebar .page_item a {
    color: #795EA6 !important;
}
.table-content ol li {
    padding-bottom: 10px;
}
.table-content a {
    color: #666666;
}
.table-content h3 {
    margin-bottom: 10px;
}
.table-content ol {
    margin-bottom: 5px;
}
.services-inner-right h1, .services-inner-right h2, .services-inner-right h3, .services-inner-right h4 {
    color: #0063CC;
}
.services-inner-right ul li {
    padding-bottom: 10px;
}

/* 404 page */
.error404 .innerpage-title-bar {
    background-image: url(/wp-content/uploads/2024/05/inner-titlebar1.webp) !important;
}
section.error-404.not-found {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* blog detail page and archive page */
.single-post .innerpage-title-bar, .archive .innerpage-title-bar {
    background-image: url(/wp-content/uploads/2024/05/inner-titlebar1.webp) !important;
}
.author-box {
    display: none;
}
.entry-meta span:not(:last-child):after {
    content: "\007c";
    font-size: 15px;
    padding: 0 5px;
    vertical-align: top;
}
.single-post div#primary, .single-post aside#secondary,
.archive div#primary, .archive aside#secondary {
    padding-top: 50px;
}
aside#secondary {
    position: relative;
    z-index: 99;
}
.single-post .widget.widget_recent_entries ul li,
.archive .widget.widget_recent_entries ul li {
    margin-bottom: 15px;
}
.single-post .widget.widget_recent_entries ul li a,
.archive .widget.widget_recent_entries ul li a {
    font-size: 18px;
}
