/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Custom Theme is a modernized take on an ever-popular WordPress layout. the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1550px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu ul {
    display: flex;
    column-gap: 24px;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	top: 20%;
}
.inner-banner {
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.5); */
	left: 0;
	top: 0;
}
.inner-page-content {
	position: relative;
	z-index: 9;
}
.contact-details-icon svg {
	width: 80px;
	height: 80px;
	fill: var(--c1);
}
.card-description p:last-of-type {
	margin-bottom: 0;
}
.card-image a {
	height: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.error-svg svg {
	width: 60%;
	height: 600px;
}
.card-link.collapsed i {
	transform: rotate(0deg);
}
.card-link i {
	transform: rotate(180deg);
}
#accordion .card-header {
	background: var(--c1);
}
#accordion .card-header a {
	color: #fff;
}
.card-body p:last-child {
	margin-bottom: 0;
}
.custom-theme-search-result-content {
	flex: 1;
}
.search-submit {
	right: 0;
	top: 0;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.btn.btn-primary {
    background: var(--c1);
}

/*comments form css start*/
.comment-author a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.comment-author img {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    left: 14px;
}
.comment-body {
    position: relative;
    padding-left: 118px;
}
.comment-meta a {
    font-size: 15px;
    color: #909090;
}
.comment-meta {
    margin-bottom: 12px;
}
.comment-body p {
    font-size: 15px;
}
.reply a {
    color: #fff;
    padding: 7px 24px;
    border-radius: 28px;
    margin: 10px 0;
    display: inline-block;
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
}
.comments-title {
    font-size: 25px;
    margin-bottom: 48px;
}
.comment-list {
    border-bottom: 1px solid #d6cece;
    margin: 22px 0;
    padding-bottom: 18px;
}
#reply-title {
    font-size: 25px;
    margin: 0;
}
#respond :is(input[type="text"],input[type="email"]) {
    width: 100%;
}
#respond :is(.comment-form-author,.comment-form-email) {
    width: 49%;
    float: left;
}

#respond .comment-form-author {
    margin-right: 14px;
}
#respond :is(input[type="text"],input[type="email"],textarea) {
    border: 1px solid #dedede;
    padding: 6px 7px;
}
#respond textarea {
    height: 194px;
}
.comment-notes {
    margin-top: 20px;
}
#commentform a {
    color: #000;
    text-decoration: underline;
    margin: 12px 0px;
    display: inline-block;
}
.comment-form-comment label {
    display: block;
    font-weight: 600;
    color: #000;
    font-style: italic;
}
.comment-form-comment textarea {
    width: 100%;
}
.comment-form-comment input#submit {
    background: var(--gradient);
    border: none;
    padding: 11px 21px;
    color: #fff;
    margin: 6px 11px;
    border-radius: 26px;
}
.form-submit input#submit {
    background: linear-gradient(250deg, var(--c1) 19%, var(--c1) 100%);
    border: none;
    padding: 9px 22px;
    color: #fff;
    border-radius: 100px;
}
.comment::marker {
    content: "";
}
.comment ul.children > li {
    margin-left: 35px;
    margin-top: 13px;
}
.comment ul.children > li .comment-body {
    background: #eee;
    padding: 16px;
    border-radius: 10px;
    padding-left: 112px;
}
.commentlist {
    margin-top: 20px;
}
/*comments form css end*/

.nav-links .nav-previous a {
    text-decoration: underline;
}
.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}
.sidebar-recent-posts .media-body a {
    color: #000000;
}
.custom-theme-single-post .custom-theme-post-image {
    height: 277px;
}
.btn-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    border-radius: 50px;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #0369a1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-1 {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: var(--c1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
}
.btn-1:hover:before {
    transform: scaleY(0);
}
.btn-1:hover {
    color: #fff;
}
.blogs-item .custom-theme-post-item {
    display: flex;
}
.blogs-item .custom-theme-post-item .custom-theme-post-image {
    flex: 1.4;
}
.blogs-item .custom-theme-post-item .custom-theme-post-content {
    flex: 2;
    padding-left: 25px;
}
.custom-theme-post-title a,.custom-theme-post-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.categories .post-categories li a {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 10px;
    position: relative;
}
.categories .post-categories {padding-left: 13px;margin-bottom: 5px;display: flex;column-gap: 23px;}
.categories .post-categories li a:before {
    width: 7px;
    height: 7px;
    background: var(--c1);
    position: absolute;
    content:"";
    border-radius:100px;
    left: -12px;
    top: 6px;
}
.post-meta span {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}
.post-meta {
    display: flex;
    column-gap: 24px;
    margin-top: 12px;
}
.post-meta span:nth-child(n+2):before {
    position: absolute;
    content: "";
    left: -14px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #818181;
    border-radius: 100px;
}
.custom-theme-post-title a:hover {
    color: var(--c1);
}
.single-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-meta .post-meta {
    margin-top: 0;
}
.custom-theme-post-description p:first-of-type > img {
    width: 100%;
    margin-top: 14px;
    height: auto;
}
.single-meta .post-categories {
    margin-bottom: 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c1); 
}
::selection {
    color: #fff;
    background: var(--c1);
}
.services-item {
    border-bottom: 4px solid var(--c1);
}
.custom-theme-post-description a i {
    vertical-align: middle;
    margin-left: 12px;
}
.service-btn i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.service-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-btn:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    webkit-transform: translateZ(0);
    transform: translateZ(0);
}


@keyframes hvr-icon-wobble-horizontal {
    
  16.25%   {    
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    }
  33.3%  {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);}
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);}
  66.6%  {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);}
  83.25% {    
    -webkit-transform: translateX(1px);
    transform: translateX(1px);}
  100%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
      }
}
.scale {
    position: relative;
    overflow: hidden;
}
.scale:hover img {
    transform: scale(1.2) rotate(6deg);
}
.scale img {
    transition: .6s all;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99999;
}
#preloader .spinner-border {
    animation: 2s linear infinite spinner-border;
    width: 4rem;
    height: 4rem;
    border: .5em solid var(--c1);
    border-right-color: transparent;
    background: #eee;
}

/*Mobile Menu Css Start*/
.mobile-menu-btn .mobile-menu-icon .menu-line {
    height: 2px;
    margin: 5px 0;
    border-radius: 24px;
    transition: .5s;
    background: #000;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.one {
    width: 40px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.two {
    width: 20px;
}
.mobile-menu-btn .mobile-menu-icon .menu-line.three {
    width: 30px;
}
.mobile-menu-btn:hover .menu-line {
    width: 40px !important;
}

	.mobile-menu-btn {
    cursor: pointer;
}
section.responsive-menu {
    height: 100vh;
    top: 0;
    right: -31%;
    padding: 20px 30px 0 30px;
    width: 30%;
    position: fixed;
    background: rgb(0 0 0 / 62%);
    backdrop-filter: blur(20px);
    transition: all 1s ease-in-out;
    z-index: 9999;
}
.menu-icon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 20px;
}
.menu-icon .menu-logo {
    width: 65%;
    padding-right: 20px;
}
.menu-close i {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.mobile-menu ul li {
    text-align: right;
    padding-bottom: 15px;
}
.mobile-menu ul li a {
    color: #fff;
    transition: all .2s;
    border-bottom: 2px solid transparent;
}
.mobile-menu {
    padding-top: 40px;
    padding-right: 20px;
}
.responsive-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.responsive-social ul {
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.responsive-social ul li a {
    color: #fff;
}
section.responsive-menu.active {
    right: 0;
}
/*Mobile Menu Css Start*/

a.menu-logo .menu-title img {
    width: 100%;
}
.service-page-menu ul.menu-style-01 li a {
    background: #eee;
    width: 100%;
    display: table;
    padding: 12px 15px;
    color: #222;
    border-left: 3px solid var(--c1);
    transition: all .7s;
}
.service-page-menu ul.menu-style-01 li {margin: 9px 0;}
.service-page-menu ul.menu-style-01 li a:hover {
    background: var(--c1);
    color: #fff;
}
.service-page-menu ul.menu-style-01 li a:hover i {
    padding-right: 10px;
}
.service-page-menu ul.menu-style-01 li a i {
    transition: all .7s;
}
.contact-details-item .contact-details-icon i {
    color: var(--c1);
    font-size: 35px;
}
.home-slider-image video {
    width: 100%;
    height: 100%;
}
.home-slider-item {
    position: relative;
}

body.page-id-20 header.header {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
}

.header-logo a img {
    width: 100%;
}

.header-logo {
    width: 30%;
}

.header-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    transition: .5s;
}

.header-menu ul li a:hover {
    color: #0284c7;
}

.header-menu ul li.current-menu-item a {
    color: #0284c7;
}

.header-menu ul {
    display: flex;
    justify-content: center;
}
.home-slider-image {position: relative;}

.home-slider-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #06001663;
}

.home-slider-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(253, 230, 138);
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(4px);
    display: table;
    padding: 10px 10px;
    border-radius: 50px;
    margin: 0 auto;
}

.home-slider-content {
    text-align: center;
}

.home-slider-content h2 {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
}

.home-slider-content h2 strong {
    color: #fbbf24;
}

.home-slider-content p {
    font-size: 20px;
    font-weight: 400;
    color: rgb(203, 213, 225);
    WIDTH: 45%;
    MARGIN: 20px AUTO 35px AUTO;
}
header.header .row {
    align-items: center;
}

.header-btn {
    text-align: end;
}

a.btn-2 {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 20px;
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(4px);
    font-weight: 500;
}
.place-heading h3 {
    color: #d97706;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.place-heading h2 {
    font-size: 48px;
    font-weight: 300;
    color: #000;
}

.place-heading h2 strong {
    color: #0284c7;
}

.place-heading p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}

.place-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto 55px auto;
}
.place-box-icon svg {
    background: #0284c7;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    padding: 12px;
}

.place-box-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 15px 0;
}

.place-box-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}
section.listen {
    background: #0f172a;
    padding: 72px 0;
}

.listen-top-left h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fbbf24;
    text-transform: uppercase;
}

.listen-top-left h2 {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

.listen-top-left h2 strong {
    color: #38bdf8;
}

.listen-top-right a {
    font-size: 14px;
    font-weight: 500;
    color: #38bdf8;
}

.listen-top-right {
    text-align: end;
}

section.listen .row:nth-child(1) {
    align-items: center;
    margin-bottom: 55px;
}
.place-box {
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 20px;
    transition: .5s;
}
.place-box:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
section.place {
    padding: 72px 0;
}
.listen-left-img img {
    width: 100%;
    height: 435px;
    border-radius: 20px;
    object-fit: cover;
}

.listen-left-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(251, 191, 36);
}

.listen-left-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.listen-right-box-icon svg {
    background: #334155;
    color: #64748b;
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
section.join {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 72px 0;
}

.join-heading h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(186, 230, 253);
    text-transform: uppercase;
}

.join-heading h2 {
    font-size: 48px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.join-heading h2 strong {
    color: rgb(252, 211, 77);
}

.join-heading {
    text-align: center;
    padding-bottom: 55px;
}

.join-box-icon svg {
    background: #fbbf24;
    width: 72px;
    height: 72px;
    padding: 20px;
    border-radius: 10px;
}

.join-box-icon {
    text-align: center;
}

.join-box-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.join-box-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(252, 211, 77);
}

.join-box-content p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(224, 242, 254);
}

.join-box-content {
    text-align: center;
    margin-top: 30px;
}
.love-content h2 {
    font-size: 48px;
    font-weight: 300;
    color: rgb(255, 255, 255);
}
.love-content h2 strong {
    color: rgb(251, 191, 36);
}
.love-content p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(203, 213, 225);
    width: 45%;
    margin: 0 auto;
}
.love-content {
    text-align: center;
}
.love-btn {
    text-align: center;
    margin-top: 40px;
}
section.love .row {
    padding: 72px 0;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.love {
    padding: 72px 0;
}
footer.footer {
    padding: 72px 0px 5px 0;
    background: #0f172a;
}

.footer-logo a img {
    width: 100%;
}

.footer-logo {
    width: 12%;
    margin-bottom: 30px;
}

.footer-about p {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 400;
}

.footer-menu h2 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding-bottom: 20px;
}

.footer-menu ul li a, .footer-menu ul li {
    font-size: 16px;
    font-weight: 400;
    color: #94a3b8;
}

.footer-btm-left p {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 400;
}

.footer-btm-right p {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 400;
    text-align: end;
}

.footer-btm-left {
}
.footer-menu ul li {
    margin-bottom: 10px;
}
footer.footer .row:nth-child(2) {
    margin-top: 55px;
    border-top: 1px solid #efefef4d;
    padding-top: 20px;
}
.join-box {
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(4px);
    border: 1px solid #fff3;
    padding: 40px;
    border-radius: 20px;
    height: 310px;
}
.listen-right-box {
    background: #1e293b;
    border-radius: 10px;
    display: flex;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid rgb(239 239 239 / 20%);
}

.listen-right-box-icon {
    margin-right: 16px;
}

.listen-right-box-content h3 {
    font-size: 12px;
    font-weight: 500;
    color: rgb(251, 191, 36);
}

.listen-right-box-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(56, 189, 248);
}

.listen-right-box-content p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(148, 163, 184);
    margin: 0;
}

.listen-right-box-content p span {
    font-size: 12px;
}
.listen-left-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.listen-left {
    position: relative;
}
.listen-left-content {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.listen-left-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(175deg, rgb(255 255 255 / 0%) 0%, rgba(15, 23, 42, 1) 100%);
}

.listen-left-img {
    position: relative;
}
section.join .container {
    max-width: 1100px;
}
.love-btn .btn-1:before {
    BACKGROUND: #f59e0b;
}
.love-btn .btn-1 {
    BACKGROUND: #d97706;
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 500;
    COLOR: rgb(15, 23, 42);
    PADDING: 12px 30px;
}
.love-btn .btn-1 I {
    MARGIN-LEFT: 8px;
    FONT-SIZE: 14PX;
    FONT-WEIGHT: 400;
}
.footer-about {
    WIDTH: 60%;
}
.love-btn a.btn-2 {
    PADDING: 12px 30px;
}
.home-slider-btns .btn-1 {
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 500;
}
.home-slider-btns a.btn-2 {
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 500;
    PADDING: 12px 30px;
}
.bannar-item {
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff30;
    border-radius: 20px;
    width: 30%;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
}
.bannar-item-box-icon svg {
    color: #fbbf24;
    margin-right: 10px;
}
.bannar-item-box-content h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.bannar-item-box-content p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(203, 213, 225);
    margin: 0;
}
.bannar-item .bannar-item-box:nth-child(1) {position: relative;}
.bannar-item-box {
    display: flex;
    align-items: center;
}
.bannar-item .bannar-item-box:nth-child(1):after {
    position: absolute;
    content: "";
    left: 190px;
    right: 0;
    width: 1px;
    height: 45px;
    background: #fff3;
    z-index: 999999999;
}
.header-menu ul li {
    margin: 0 20px;
    position: relative;
}
.header-btn a.btn-2 i {
    margin-left: 15px;
    font-size: 12px !important;
}
.inner-page-content h1.inner-page-title {
    display: none;
}
.inner-page-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(253, 230, 138);
    background: rgb(255 255 255 / 15%);
    backdrop-filter: blur(4px);
    display: table;
    padding: 10px 10px;
    border-radius: 50px;
    margin: 0 auto;
}
.inner-page-content h2 {
    font-size: 72px;
    font-weight: 300;
    color: #fff;
}
.inner-page-content h2 strong {
    color: #fbbf24;
}
.inner-page-content p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(203, 213, 225);
    MARGIN: 20px AUTO 35px AUTO;
}
body.page-id-20 .header-menu ul li a {
    color: #fff !important;
}
.section-content h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(217, 119, 6);
}
.section-content h2 {
    font-size: 36px;
    font-weight: 300;
    color: rgb(15, 23, 42);
}
.section-content h2 strong {
    font-size: 36px;
    font-weight: 400;
    color: rgb(2, 132, 199);
}
.section-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}
.section-image img {
    width: 100%;
    border-radius: 30px;
}
.section-content {
    width: 96%;
}
.section-box {
    background: #f59e0b;
    position: absolute;
    bottom: -20px;
    left: -20px;
    padding: 20px 20px;
    border-radius: 20px;
}
.section-image {
    position: relative;
}
.section-box h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}
.section-box p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(51, 65, 85);
    margin: 0;
}
section.missonvission {
    background: #f8fafc;
    padding: 72px 0;
}
.missonvission-box-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(15, 23, 42);
    padding-bottom: 10px;
}
.missonvission-box-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}
.missonvission-box-icon svg {
    background: #0284c7;
    width: 55px;
    height: 55px;
    padding: 12px;
    border-radius: 13px;
}
.missonvission-box-icon {
    padding-bottom: 20px;
}
.missonvission-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
section.missonvission .row {
    width: 70%;
    margin: 0 auto;
}
section.missonvission .row .col-lg-6:nth-child(2) .missonvission-box svg {
    background: #d97706;
}
section.place.about-section-lace .place-box {
    margin-bottom: 30px;
}
body.page-id-178 section.inner-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.page-id-178 section.inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172acc;
}
.ministries-box-img img {
    width: 100%;
    border-radius: 20px;
    height: 350px;
    object-fit: cover;
}
.ministries-box {
    position: relative;
}
.ministries-box-item {
    position: absolute;
    left: 0;
    bottom: 0;
}
section.ministries {
    padding: 72px 0;
}
.ministries-box-item svg {
    border-radius: 10px;
    background: var(--c1);
    padding: 10px;
    width: 45px;
    height: 45px;
}
.ministries-box-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 25px;
}
.ministries-box-item {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.ministries-box {
    position: relative;
    margin-bottom: 30px;
}
.ministries-box-item h2 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}
.ministries-box-item p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(203, 213, 225);
}
.ministries-box-item a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(251, 191, 36);
}
.ministries-box-img {
    position: relative;
}
.ministries-box-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(15 23 42 / 40%);
    border-radius: 25px;
}
body.page-id-189 .inner-banner {
    position: relative;
    background-position: center;
}
body.page-id-189 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172aab;
}
section.connect-groups .place-heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
section.connect-groups .place-heading p {width: 80%;font-size: 16px;margin: 0 auto;line-height: 26px;}
.place-box-btm {
    font-size: 14px;
    font-weight: 400;
    color: rgb(100, 116, 139);
    display: flex;
    margin-right: 20px;
}
.place-box-btms {
    display: flex;
}
.place-box-btm p {
    margin-left: 6px;
}
.place-box-btm svg {width: 16px;}
section.connect-groups .row:nth-child(2) .col-lg-6:nth-child(2) .place-box-icon svg {
    background: #d97706;
}
section.connect-groups .place-box {
    margin-bottom: 30px;
    background: #F8FAFC;
    padding: 30px;
}
section.connect-groups .row:nth-child(2) .col-lg-6:nth-child(3) .place-box-icon svg {
    background: #9333ea !important;
}
section.connect-groups .row:nth-child(2) .col-lg-6:nth-child(4) .place-box-icon svg {
    background: #db2777;
}
section.connect-groups .row:nth-child(2) {
    margin: 0 25px;
}
.connect-groups-btm p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}
.connect-groups-btm {
    text-align: center;
    margin-top: 30px;
}
body.page-id-194 .inner-banner {
    background-position: center;
    position: relative;
}
body.page-id-194 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172aab;
}
.events-box-image img {
    width: 100%;
    height: 230px;
}
.events-box-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: .2s;
}
.events-box-content h2:hover {
    color: rgb(2, 132, 199);
}
.events-box-content p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}
.events-box-btm {
    font-size: 14px;
    font-weight: 400;
    color: rgb(100, 116, 139);
}
.events-box-btm {
    display: flex;
}
.events-box-btm p {
    margin-left: 5px;
}
.events-box-btm svg {
    width: 18px;
}
.events-box {
    border: 1px solid #e5e5e5;
    border-radius: 25px;
    overflow: hidden;
    transition: .5s;
}
section.events {
    padding: 72px 0;
}
.events-box-content {
    padding: 25px 20px 0 20px;
}
.events-box-btms {
    padding: 0 20px 10px 20px;
}
.events-box:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
body.page-id-203 .inner-banner {
    background-position: center;
    position: relative;
}
body.page-id-203 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172aab;
}
section.sermons {
    padding: 72px 0;
}

section.sermons .listen-right-box {
    background: transparent;
    border: 1px solid #e5e5e5;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

section.sermons .listen-right-box-icon {
    width: 18%;
}

section.sermons .listen-right-box-icon img {
    width: 100%;
    height: 220px;
}

section.sermons .listen-right-box-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

section.sermons .listen-right-box-content h3 {
    font-size: 14px;
    font-weight: 500;
}
.google-map iframe {
    width: 100%;
    height: 98%;
}
.form input, .form textarea {
    width: 100%;
    padding: 12px;
    outline: none;
    border: 2px solid #000;
    color: #000;
}
.form label {
    width: 100%;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}
.form input.wpcf7-submit {
    background: #000;
    color: #fff;
    width: 20%;
}
section.sermons .listen-right-box-content p {
    font-size: 16px;
    font-weight: 400;
}
body.page-id-50 section.inner-banner {
    background-position: center;
    position: relative;
}
body.page-id-50 section.inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172aab;
}
section.sermons .listen-right-box-content p span {
    font-size: 14px;
}
.contact-page-left-heading h3 {
    font-size: 14px;
    font-weight: 500;
    color: rgb(217, 119, 6);
    text-transform: uppercase;
}
.contact-page-left-heading h2 {
    font-size: 30px;
    font-weight: 300;
    color: rgb(15, 23, 42);
}
.contact-page-left-heading h2 strong {
    color: rgb(2, 132, 199);
}
.contact-page-left-item svg {
    color: #0284c7;
    background: #e0f2fe;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}
.contact-page-left-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(15, 23, 42);
}
.contact-page-left-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgb(148, 163, 184);
}
.contact-page-left-item .flex {
    display: flex;
}
.contact-page-left-item .flex .w-12 {
    margin-right: 12px;
    margin-bottom: 55px !important;
}
.contact-page-left-item {
    margin-top: 30px;
}
section.contact-page {
    padding: 72px 0;
}
.contact-page-map-item iframe {
    width: 100%;
    border-radius: 30px;
}
.contact-page-map-item {
    padding-bottom: 72px;
}.contact-page-form {
    background: #f8fafc;
    padding: 50px;
    border-radius: 30px;
}
.contact-page-form label {
    font-size: 14px;
    font-weight: 500;
    color: rgb(10, 10, 10);
    text-transform: capitalize;
    width: 100%;
}
.contact-page-form input, .contact-page-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgb(0 0 0 / 15%);
}
.contact-page-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page-form form p {
    width: 49%;
}
.contact-page-form form p:nth-child(6) {
    width: 100%;
}
section.contact-page input.wpcf7-submit {
    background: var(--c1);
    color: #fff;
    width: 30%;
    font-weight: 500;
    border-radius: 50px;
}
.header-menu ul li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fbbf24;
    transition: .4s;
}
.header-menu ul li:hover:after {
    width: 100%;
}
body.page-id-213 .inner-banner {
    position: relative;
    background-position: center;
}
body.page-id-213 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172aab;
}
.youth-content h2 {
    font-size: 30px;
    font-weight: 300;
    color: rgb(15, 23, 42);
}
.youth-content h2 strong {
    color: rgb(2, 132, 199);
}
.youth-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(71, 85, 105);
}
.youth-btm-icon svg {
    color: #0284c7;
}
.youth-btm {
    background: #f0f9ff;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.youth-btm-content h2 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(15, 23, 42);
}
.youth-btm-content p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(71, 85, 105);
    margin: 0;
}
.youth-btm-content {
    margin-left: 10px;
}
.youth-content {
    margin-bottom: 40px;
}
.youth-img img {
    width: 100%;
    border-radius: 25px;
}
section.youth .row {
    align-items: center;
}
section.youth {
    padding: 72px 0;
}
.youth-item {
    width: 90%;
}
body.page-id-218 .inner-banner {
    position: relative;
    background-position: center;
}

body.page-id-218 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172aab;
}

body.page-id-218 .inner-banner h2 strong {
    color: #f472b6;
}

body.page-id-218 .youth-content h2 strong {
    color: #f472b6;
}

body.page-id-218 .youth-btm-icon svg {
    color: #f472b6;
}
body.page-id-223 .inner-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.page-id-223 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172acc;
}
body.page-id-223 .youth-content h2 strong {
    color: #334155;
}
body.page-id-223 .youth-btm-icon svg {
    color: #334155;
}
body.page-id-223 .youth-btm {
    background-color: #f1f5f9;
}

body.page-id-231 .inner-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.page-id-231 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172acc;
}
body.page-id-231 .youth-content h2 strong {
    color: #d97706;
}
body.page-id-231 .youth-btm-icon svg {
    color: #d97706;
}
body.page-id-231 .youth-btm {
    background: #fffbeb;
}
body.page-id-235 .inner-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.page-id-235 .inner-banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f172acc;
}

body.page-id-235 .youth-content h2 strong {
    color: #d97706;
}

body.page-id-235 .youth-btm-icon svg {
    color: #d97706;
}

body.page-id-235 .youth-btm {
    background: #fffbeb;
}
body.page-id-218 .youth-btm {
    background: #fdf2f8;
}