/*
Theme Name: Custom Theme
Theme URI: http://technoties.net/
Author: Custom Theme
Author URI: http://technoties.net/
Description: Fine Art Material 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: 2.0
License: GNU General Public License v2 or later

*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
html {
  scroll-behavior: smooth;
}
a{
 color:#000;
}
a:hover {
	text-decoration: none;
}
ul{
  list-style-type:none;
  margin-bottom:0;
}

/*Header Css Start*/
.main-menu > div > ul {
    display: flex;
    column-gap: 45px;
	justify-content:end;
}

.about-section-even {
	background: #eee;
}
.home-slider-content-wrap {
	/* top: 35%; */
}
.inner-banner {
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position-y: center;
}
.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;
    bottom: 0;
    left: 0;
    color: #fff;
    right: 0;
    background: #fff;
    -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;
}
.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;*/
/*}*/

#loader {
  color: var(--c1);
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 2s infinite ease, round 2s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em,
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
    0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, 
    -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
    -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
     -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
     -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
     -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
     -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
    0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes round {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}
 

/*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;
	position:relative;
}
.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*/

img {
    max-width: 100%;
}
.home-slider-item {
    display: flex;
    align-items: center;
	overflow:hidden;
}
.home-slider-image {
    width: 100%;
}
.main-menu ul.sub-menu {
    position: absolute;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all .2s;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	z-index:1;
}
.main-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 4px;
    font-size: 13px;
    font-weight: 600;
}
.main-menu ul.sub-menu li a {
    font-size: 11px;
}
.main-menu li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.main-menu ul.sub-menu li:not(:last-of-type) {
    /* margin-bottom: 3px; */
}
.home-slider-content h2 {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-duration: 5.5s;
  animation-iteration-count: infinite;
  font-size: 41px;
  font-weight: 700;
  color: var(--c1);
  margin-bottom: 25px;
}
  
@keyframes typing {
  0% { width: 0 }
  50% { width: 100% }
  100% { width: 0% }
}
.home-slider-content p {
    font-size: 20px;
}

.video-btn:before{
	content:"";
	position: absolute;
	width: 160%;
	height: calc(160%);
	margin: auto;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation-name: video_rotate_animation_outside;
	animation-name: video_rotate_animation_outside;
	-webkit-animation-duration: 2.1s;
	animation-duration: 2.1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border-radius: 50%;
	box-shadow: 0 -3px 0 1px var(--c1);
}
.slider-btn .video-btn {
    width: 70px;
    height: 70px;
    position: relative;
    background-color: var(--c1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@keyframes video_rotate_animation_outside {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.slider-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    color: var(--c1);
    font-weight: 500;
    letter-spacing: 1px;
}
.home-slider-btns {
    display: table;
    padding: 5px 25px 5px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    margin-top: 45px;
}
section.ismalli_community {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}
section.ismalli_community .layer {
    position: absolute;
    height: 85%;
    width: 90%;
    background-size: cover;
    border-radius: 0 100px 100px 0;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 5%);
    background-position-x: right;
    top: 0;
    bottom: 0;
    margin: auto;
}
.image.design {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.design.image:before {
    content: "";
    width: 80%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--c1);
    background: -webkit-linear-gradient(10deg, var(--c3) 20%, var(--c1) 80%);
    background: linear-gradient(10deg, var(--c2) 20%, var(--c1) 80%);
    border-radius: 50px;
    bottom: -20px;
    z-index: -1;
}
.design.image img {
    border-radius: 15px;
}
.heading h2 {
    font-size: 27px;
    font-weight: 700;
    color: var(--c1);
    margin-bottom: 20px;
}
.heading p {
    color: var(--c1);
    font-size: 16px;
}
.image.design img.circle {
    position: absolute;
    width: 45%;
    bottom: -25%;
    left: -20%;
    z-index: -2;
}
.heading h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--c1);
}
section.connectivity .items {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
section.ismalli_community.rhs .layer {
    border-radius: 100px 0 0 100px;
    right: 0;
    background-position-x: left;
}
section.boost {
    position: relative;
    overflow: hidden;
    padding: 70px 0 40px;
}
section.boost .layer {
    position: absolute;
    width: 150px;
    left: 12%;
    top: 20%;
}
section.boost:before {
    content: "";
    background-image: url('assets/img/Group-4747-copy.webp');
    width: 300px;
    height: 300px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: -6%;
    top: 15%;
}
section.boost:after {
    content: "";
    background-image: url('assets/img/Group-4747-copy.webp');
    width: 150px;
    height: 150px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    left: 5%;
    bottom: 15%;
}
.heading h1 {font-weight: 900;font-size: 50px;color: var(--c1);}
section.serve .items {
    display: flex;
    justify-content: space-around;
    position: relative;
}
section.serve .items .item {
    flex-basis: 21%;
}
section.serve .items .item .image {
    border: 1px solid var(--c1);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}
section.serve .items .item .image img {
    max-height: 80%;
    max-width: 70%;
}
section.serve .items .item .content h3 {
    border-bottom: 3px solid var(--c1);
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    color: var(--c1);
    text-align: center;
}
section.serve .items .item .content p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--c1);
    text-align: center;
}
section.serve .items:before {
    content: "";
    width: 100%;
    border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: var(--c1);
    position: absolute;
    top: 25%;
    z-index: -1;
	opacity:1;
}
section.serve .items .item:hover .image {
    transform: scale(1.1);
}
section.newsletter .icon {
    flex-basis: 7%;
}
section.newsletter .heading {
    gap: 25px;
}
.newsletter-form .es-email {border: 0;background-color: #fff;flex-basis: 65%;padding: 10px 10px;}
section.newsletter {background-color: #f9f8ff;padding: 35px 0; overflow:hidden;}
.newsletter-form .gjs-cell input[type="submit"] {
    background: linear-gradient(10deg, var(--c2) 20%, var(--c1) 80%);
    border: 0;
    color: #fff;
    border-radius: 7px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
section.newsletter .heading p {
    margin-bottom: 0;
}
.es-form-field-container .gjs-cell {
    display: flex;
	gap:15px;
}
section.volunteer .items .item:first-of-type {
    width: 42%;
    right: 0;
}
section.volunteer .items .item .image {
    position: relative;
}
section.volunteer .items .item .content {
    background-color: var(--c1);
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100px;
    text-align: center;
    width: 70%;
    padding: 5px 0;
    margin: auto;
    margin-top: -10%;
    position: relative;
}
section.volunteer .items .item .content h3 {
    margin-bottom: 0;
    font-size: 18px;
}
section.volunteer .items .item {
    position: absolute;
    z-index: 1;
}
section.volunteer .items .item .count {
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #DEF4F4;
    color: var(--c1);
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
    border: 5px solid #fff;
    position: absolute;
    right: -6%;
    top: 10%;
    z-index: 1;
}
section.volunteer .items .item:nth-of-type(2) {
    width: 55%;
    top: 30%;
    left: -10%;
}
section.volunteer .items .item:last-of-type {
    width: 38%;
    right: 10%;
    bottom: 0;
}
section.volunteer .items {
    position: relative;
    height: 100%;
}
section.volunteer .bottom:before {
    content: "";
    background-color: var(--c1);
    position: absolute;
    width: 88%;
    height: 85%;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 250px 0 0 250px;
    right: 0;
	background: var(--c1);
	background: -moz-radial-gradient(center, var(--c2) 0%, var(--c1) 100%);
	background: -webkit-radial-gradient(center, var(--c2) 0%, var(--c1) 100%);
	background: radial-gradient(ellipse at center, var(--c2) 0%, var(--c1) 100%);
}
section.volunteer .bottom {
    position: relative;
}
section.volunteer .items .item .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: -1;
    top: -8px;
    border-radius: 100px;
}
section.volunteer .items .item .image img {
    border-radius: 100px;
}
.volunteer-form {
    background-color: #fff;
    padding: 20px 25px;
}
.volunteer-form h2 {
    font-weight: 800;
}
.volunteer-form .form-control {
    border-color: #707070;
    border-radius: 7px;
    color: var(--c1);
    font-size: 13px;
    height: auto;
    padding: 10px 8px;
}
.volunteer-form .wpcf7-submit {
    padding: 10px 50px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    background: linear-gradient(10deg, var(--c2) 20%, var(--c1) 80%);
}
.volunteer-form .form-control::placeholder{
	font-size:13px;
	color:var(--c1);
}
section.volunteer .bottom img.layer {
    position: absolute;
    width: 190px;
    transform: rotate(45deg);
    bottom: 0;
    left: 14%;
}
footer.footer {
    background-color: var(--c1);
    color: #fff;
}
.copyright {
    background-color: #092B60;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}
footer.footer .logo {
    width: 60%;
/*     margin: auto; */
}
.footer-about p {
    font-size: 12px;
    margin-bottom: 0;
}
footer.footer .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}
footer.footer .bottom .items {
    display: flex;
    justify-content: space-between;
}
footer.footer ul.menu a {
    color: #fff;
    font-size: 12px;
    transition: all .3s;
}
footer.footer h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}
footer.footer ul.menu a:hover {
    color: var(--c2);
}
footer.footer ul.social {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}
footer.footer ul.social li a {
    color: #fff;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
}
footer.footer ul.social li a:hover {
    background-color: var(--c2);
    border-color: var(--c2);
}
footer.footer .item > a {
    padding: 8px 22px;
    display: table;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
footer.footer ul.apps li {
    background-color: #fff;
    border-radius: 7px;
}
footer.footer ul.apps {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
}
footer.footer .bottom {
    padding: 40px 0;
}
footer.footer ul.apps li a {
    padding: 5px 12px;
    display: table;
}
footer.footer .item:last-of-type {
    flex-basis: 35%;
}
.mobile-menu ul li.menu-item-has-children:after, .mobile-menu ul li.menu-item-has-children > i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 1.5;
}
.mobile-menu ul li ul.sub-menu {
    margin-left: 25px;
    margin-top: 12px;
    display: none;
}
.mobile-menu ul li.menu-item-has-children > a {
    margin-right: 15px;
}
.mobile-menu ul li ul.sub-menu a {
    font-size: 13px;
}
.inner-page-title {
    color: var(--c1);
    font-weight: 600;
    font-size: 35px;
}
section.feature .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
    position: relative;
}
section.feature .items .item {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 20px;
}
section.feature .items .item:first-of-type {
    grid-column: 2/3;
    grid-row: 1/5;
    justify-content: center;
    align-items: center;
}
section.feature .items .item .icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    background-color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
section.feature .items .item h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--c1);
    flex-grow: 1;
    margin-bottom: 0;
}
section.feature .items .item:nth-of-type(odd) h3 {
    order: 1;
}
section.feature .items .item:last-of-type {
    grid-column: 1/4;
    flex-direction: column;
}
section.feature .items .item:last-of-type h3 {
    order: 1;
}
section.feature .items:before {
    content: "";
    position: absolute;
    background-image: url('assets/img/curve-dashed.webp');
    width: 39%;
    height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position-y: bottom;
    z-index: -1;
	transition:all .3s;
}
section.sevadaari-passion {
    position: relative;
}
section.sevadaari-passion .container {
    top: 0;
    bottom: 0;
    margin:  auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
section.sevadaari-passion :is(h2, p) {
    color: #fff;
}
section.sevadaari-passion .items {
    display: flex;
    gap: 15px;
}
section.sevadaari-passion .items .item {
    flex-basis: 30%;
}
section.commute .heading {
    display: flex;
    gap: 15px;
}
section.commute .heading .icon {
    flex-basis: 9%;
    flex-shrink: 0;
}
.heading h4 {font-size: 18px;color: var(--c1);font-weight: 700;}
section.commute .even {
    order: 1;
}
section.commute .image {
    display: table;
    margin: auto;
}
section.commute {
    padding: 60px 0 50px;
}
section.feature .items .item .icon img {
    height: auto;
    max-height: 65%;
    width: auto;
    max-width: 70%;
}
section.feature.f-volunteer .items .item .icon {
    background-color: var(--c2);
}
section.sevadaari-passion.f-volunteer:before {
    position: absolute;
    width: 100%;
    height: 100px;
    content: "";
    background-color: var(--c1);
    bottom: 0;
    z-index: -1;
}
input.wpcf7-submit {
    padding: 7px 30px;
    background-color: var(--c2);
    color: #fff;
    border-radius: 5px;
}
section.message .content {
    border-radius: 20px;
    background-color: #fff;
    margin-top: -60px;
    position: relative;
    padding: 35px 0px 100px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgb(27 187 185 / 16%);
}
section.message .heading {
    width: 75%;
    margin: auto;
}
section.message .content:before {
    content: "";
    background-color: var(--c2);
    position: absolute;
    width: 70%;
    height: 10px;
    border-radius: 50px;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.heading h5 {
    font-size: 13px;
    font-weight: 700;
    color: var(--c1);
}
.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--c2);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 9999999999;
	display:none;
}
.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--c2);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 999999999;
	display:none;
}
section.connectivity {
    overflow: hidden;
}
section.connectivity .items .item {
    flex-basis: 35%;
}
.main-menu ul li.current-menu-item a {
    color: var(--c2);
}
.wpcf7 form .wpcf7-response-output{
	border-radius: 5px;
}
section.media .video {
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}
section.media .video iframe {
    width: 100%;
    height: 250px;
}
section.media .video h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
}