@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #00398C;
    --secondary: #49AA45;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1410px;
    }
}

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
    position: relative;
    padding: 2rem 0;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* loader */
.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 1.96em;
    border-radius: 30px;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

/* btn css */


/* Typography */
.subheading {
    font-size: 1.75rem;
}

.heading,
.heading-md {
    margin: 0;
    color: var(--black);
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.heading span:last-child {
        font-size: 30px;
    font-weight: 100;
    letter-spacing: 10px;
    color: #00398c;
    /*margin-left: 97px;*/

}

.color-blue {
    color: var(--primary);
        text-transform: capitalize;
}

.color-green {
    color: var(--secondary);
    text-transform: capitalize;
}


.heading-md {
    font-size: 3.438rem;
    text-align: center;
}

.text {
    color: #000000;
    width: 90%;
    line-height: normal;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 18px;
}

/* ! Typography */


/* navigation css */

header {
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.navbar-nav {
    align-items: center;
    justify-content: flex-end;
    /* width: 100%; */
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: #49aa45;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.8em 1.5em;
    display: inline-block;
    border-radius: 30px;
    margin-left: 0;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
    /* background-color: var(--secondary); */
    color: var(--white);
}

header .topHeader {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-block: 1rem;
}

header .topHeader::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 100%;
    height: 100%;
    background: url('../images/topbar.png') no-repeat center right;
    background-size: contain;
    z-index: -1;
}

header .topHeader ul {
    display: flex;
}

header .topHeader ul li {
    margin-inline: 0.5rem;
    color: var(--white);
}

header .topHeader ul li a {
    color: var(--white);
}

header .topHeader ul li a img {
    margin-right: 10px;
}

header .socialLinks {
    margin-left: 12rem;
}

header .socialLinks a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--black);
    font-size: 0.9rem;
}

header .socialLinks a:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

/*header .navbar {*/
/*    margin-top: -30px;*/
/*}*/

/* navigation css */

/* slider css */
 
.main-slider {
    height: 1120px;
  background: url('https://ccs-ai.org/wp-content/uploads/2023/05/Banner-Image-R1.png') no-repeat; 
    background-size: cover;
    overflow: hidden;
    background-position: center bottom;
}
 
.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 18.75rem;
    width: fit-content;
    left: 15.938rem;
}

 .homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
	width: 4.35rem;
	height: 4.35rem;
	font-size: 1rem;
	color: #fff;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.homeSlider .swiper-button-next {
	right: 1rem;
}

.homeSlider .swiper-button-prev {
	left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
	background: var(--white);
	color: var(--black);
}

/* .homeSlider .swiper-pagination {
	background-color: var(--white);
} */
.container {
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg {
    /* background-color: rebeccapurple; */
}

.homeSlider .swiper-pagination::before {
    content: '';
    position: absolute;
    top: 40%;
    right: -55px;
    width: 40px;
    height: 2px;
    background-color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 0 5.5px !important;
    opacity: 1;
    background: var(--black);
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--primary);
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.homeSlider .heading {
    color: var(--primary);
    line-height: 43px;
}

/* .main-slider h1 {
	margin: 0;
	color: var(--black);
	font-size: 4.375rem;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.main-slider h1 span {
	font-size: 3.75rem;
	font-weight: 600;
}

.main-slider h1 span:first-child {
	color: var(--primary);
}

.main-slider h1 span:last-child {
	color: var(--secondary);
}

.main-slider p {
	color: #5A5B5D;
	width: 90%;
	line-height: normal;
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-size: 1.125rem;
} */

/* slider css */

/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */


/* About Section */
.aboutSection figure {
    width: 100%;
    height: 620px;
    margin-left: auto;
    position: relative;
}

.aboutSection figure .aboutImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 100%;
    max-height: 540px;
    object-fit: contain;
}

.aboutSection figure .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: -1;
    animation: animatedOvrlayAbout 60s infinite linear;
}

@keyframes animatedOvrlayAbout {
    100% {
        transform: rotate(360deg);
    }
}

/* !About Section */


/* Offer Section */
.offerSection ul {
    margin-left: 50px;
}

.offerSection ul li {
    width: fit-content;
    position: relative;
    /* margin-left: 55px; */
    margin-bottom: 3rem;
    padding-left: 4rem;
}

.offerSection ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 41px;
    background: url('../images/icons/checkicon.png') no-repeat top left;
    background-size: contain;
}

.offerSection ul.list-2 {
    margin-left: 70px;
}

.offerSection ul li h4 {
    font-size: 1.563rem;
    font-weight: 600;
    /* margin-bottom: 0; */
}

.offerSection ul li p {
    width: 80%;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* !Offer Section */


/* Brand Section */
.brandSection {}

.bg-light {
    background: #FAFBFF !important;

}

.brandSection .swiper-slide img {
    width: 100%;
    mix-blend-mode: darken;
}

/* !Brand Section */


/* Medical Section */

.medicalSection {
    position: relative;
}

.medicalSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-color: var(--primary);
    z-index: -1;
}

.medicalSection .card {
    border-radius: 160px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border: 0;
    text-align: center;
    cursor: pointer;
}

.medicalSection .card .imgBox {
    width: 290px;
    height: 290px;
    border-radius: 100%;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
}

.medicalSection .card .imgBox img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    transition: 0.5s;
}

.medicalSection .card .card-body {
    padding-top: 0;
}

.medicalSection .card .card-body h4 {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
}

.medicalSection .card:hover .btn-theme {
    color: var(--white);
    background-color: var(--secondary);
}

.medicalSection .card:hover .imgBox img {
    transform: scale(1.8);
}

.medicalSection .card .btn-theme {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    margin: auto;
    color: var(--secondary);
    background-color: white;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50%;
}


.medicalSection .swiper-button-prev {
    width: 60px;
    height: 60px;
    color: var(--secondary);
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    transition: all 0.5s ease;
    left: 112px;
    top: 36rem;
   
}
.medicalSection .swiper-button-next {
    width: 60px;
    color: var(--secondary);
    height: 60px;
background-color: #fff;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    transition: all 0.5s ease;
    right: 112px;
    top: 36rem;

}
.medicalSection .swiper-button-next::after,.medicalSection .swiper-button-prev::after {
    font-size: 1rem;
    font-weight: bold;
}
.medicalSection .swiper-button-next:hover, .medicalSection .swiper-button-prev:hover {
    background: var(--secondary);
    color: var(--white);

}
.swiper.servicemySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding-bottom: 2rem;
}

F
/* !Medical Section */

/* video Section */
.videoSection .videoCard {
    position: relative;
    height: 560px;
}

.videoSection .videoCard img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.videoSection .videoCard .iconBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 20px;
}

.videoSection .videoCard .iconBox:hover {
    background-color: var(--secondary);
    color: var(--white);
}

/* !video Section */


/* Health Revolution Section */

.revolutionSection .card {
    border: 0;
    background-color: transparent;
    text-align: center;
}

.revolutionSection .card img {
    width: 80%;
    height: 230px;
    margin: auto;
    mix-blend-mode: darken;
    object-fit: contain;
}

.revolutionSection .card h4 {
    text-transform: none;
    margin-inline: auto;
    font-size: 1.75;
    font-weight: 600;
}

.revolutionSection .card p {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 1rem;
}

/* !Health Revolution Section */


/* Newsletter Section */

.newsletterSection {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 3rem;
}

.newsletterSection::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: var(--secondary);
    z-index: -2;
}

.newsletterSection::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: url('../images/newsletterbg.png') no-repeat top center / cover;
    z-index: -1;
}

.newsletterSection .formBox {
    width: 95%;
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 12px;
    border-radius: 65px;
    box-shadow: -0.42px 3.98px 120px 0px rgba(200, 200, 200, 0.35);
    margin: 2rem auto 0.2rem;

}

.newsletterSection .formBox button {
    white-space: nowrap;
}

.newsletterSection .formBox input {
    border: 0;
    box-shadow: none !important;
}

.newsletterSection .imgobject {
    position: absolute;
    top: 0;
    left: 0;
}

/* !Newsletter Section */


/* Testimonial Section */

.testimonialSection {
    width: 100%;
    height: 800px;
    padding: 5rem 0;
    text-align: center;
    background: url("../images/testimonial.png") no-repeat;
    background-size: cover;
}

.testimonialSection h1 {
    margin-bottom: 5rem;
}


.testimonialSection::before {
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    height: 160px;
    background: url('../images/icons/quotes.png') no-repeat center center;
    background-size: contain;
    opacity: 0.5;
}

.testimonialSection .mySwiper1 {
    padding-block: 6rem;
}

.testimonialSection .mySwiper1 .swiper-slide {
    width: 21% !important;
}

.testimonialSection .mySwiper1 .swiper-slide img {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50%;
}

.testimonialSection .mySwiper1 .swiper-wrapper {
    justify-content: center;
}

.testimonialSection .mySwiper1 .swiper-slide-thumb-active {
    transform: scale(1.45);
    transition: all 0.5s ease;
}

.testimonialSection .mySwiper1 .swiper-slide-thumb-active img {
    transition: all 0.5s ease;
}

.testimonialSection .mySwiper1 .swiper-slide {
    cursor: pointer;
    text-align: center;
}

.testimonialSection .mySwiper1 .swiper-slide h3 {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    color: var(--primary);
    margin-top: 8px;
    margin-bottom: 0;
}


.testimonialSection .swiper-slide p {
    font-size: 1.125rem;
    text-align: center;
    line-height: normal;
    color: #828282;
}

.testimonialSection .mySwiper1 .swiper-slide-thumb-active h3 {
    opacity: 1;
}

.testimonialSection .swiper-button-next {
    top: 50%;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    border: 1.5px solid #36363D;
    left: inherit;
    -webkit-transition: all 0.5s ease;
    font-size: 12px !important;
    transition: all 0.5s ease;
    background-color: var(--white);
}

.testimonialSection .swiper-button-next:after,
.testimonialSection .swiper-button-prev:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: #36363D;
}

.testimonialSection .swiper-button-prev:after {
    content: "\f060";
}

.testimonialSection .swiper-button-prev {
    top: 50%;
    width: 72px;
    border-radius: 50%;
    height: 72px;
    border: 2px solid #36363D;
    right: inherit;
    -webkit-transition: all 0.5s ease;
    font-size: 12px !important;
    transition: all 0.5s ease;
    background-color: var(--white);
}

.testimonialSection .swiper-button-next:hover,
.testimonialSection .swiper-button-prev:hover {
    color: var(--secondary) !important;
    border-color: var(--secondary);
}

.testimonialSection .swiper-button-next:hover:after,
.testimonialSection .swiper-button-prev:hover:after {
    color: var(--secondary);
}

/* !Testimonial Section */


/* Footer */
footer {
    padding-top: 5rem;
    background: #e7e7e7;
        overflow: hidden;
}

footer .quicklink {
    display: flex;
    justify-content: space-between;
}

footer .quicklink a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 500;
}

footer a:hover,
footer .contactFooter li a:hover {
    color: var(--secondary);
}

footer .contactFooter {
    display: flex;
    margin-top: 4rem;
}

footer .contactFooter li {
    width: 33%;
    text-align: center;
}

footer .contactFooter li strong {
    margin-top: 1rem;
    display: block;
    font-size: 1.375rem;
    text-transform: uppercase;
}

footer .contactFooter li a {
    font-size: 1.125rem;
    color: var(--black);
}

footer .contactFooter li img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

footer .socialLinksFooter {
    display: flex;
    /* justify-content: space-between; */
    width: 80%;
    gap: 10px;
}

footer .socialLinksFooter a {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--black);
    font-size: 20px;
    background-color: var(--white);
}

footer .socialLinksFooter a:hover {
    background-color: var(--primary);
    color: var(--white);
}

footer .copyRight {
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    padding-block: 1rem;
    margin-top: 2rem;
}

/* !Footer */


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 60px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
}

.innerBan {
    position: relative;
}


.innerabt .heading span:last-child {
    color: var(--primary);
}

.innerabt .heading span:first-child,
.innerabt .heading-md span:last-child {
    color: var(--secondary);
}


.whatwesec h2 {
    font-size: 3.75rem;
    font-weight: 600;
}

.whatwesec p {
    font-size: 18px;
}

.whatwesec .row+.row {
    margin-top: 6rem;
}


.blogcntn h2 {
    font-size: 22px;
}

.blogcntn p {
    font-size: 16px;
}

.blogcntn {
    border-radius: 0 0 20px 20px;
    padding: 1rem;
}

.blogwrap figure img {
    border-radius: 20px 20px 0 0;
}

.blogwrap {
    border: 1px solid #70707040;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 3rem;
}


.contactList ul {
    display: flex;
    justify-content: center;
}

.contactList ul li figure {
    width: 250px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0 3px 15px rgb(0 0 0 / 6%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.6rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contactList ul li {
    text-align: center;
    flex: 3;
}

.contactList ul li h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 0.9rem;
    font-weight: 600;
}

.contactList ul li p {
    font-size: 22px;
    color: #8E8E8E;
    margin: 0 3rem;
}

.contactList ul li a {
    font-size: 22px;
    color: #8E8E8E;
    font-weight: 500;
}

.contactPage .row+.row {
    margin-top: 5rem;
}

.contactPage .servicepgContent .sectionHeading {
    margin: 0 0 0.7rem;
    font-size: 50px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.contactPage .servicepgContent {
    margin-bottom: 1.7rem;
}

.contactForm input {
    width: 100%;
    height: 68px;
    border: 1px solid #C0C0C0;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 12px;
    padding: 0 1.2rem;
    margin: 0 0 1.4rem;
}

.contactForm input::placeholder {
    color: #C0C0C0;
}

.contactForm textarea {
    width: 672px;
    height: 176px;
    border: 1px solid #C0C0C0;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    margin: 0 0 1.4rem;
    resize: none;
}

.contactForm textarea::placeholder {
    color: #C0C0C0;
}

.contactForm .themeBtn.learnBtn {
    border: 0;
    /* background: var(--theme-color); */
}

.contactPage {
    padding: 0rem 0;
}

.contactPage .servicepgContent p {
    color: #8E8E8E;
    font-size: 18px;
}

button.themeBtn.blob-btn {
    border: unset;
}

form.contactForm label {
    color: #8E8E8E;
}


.testimonialBox {
    text-align: center;
}

.testimonialBox figure {
    width: 170px;
    height: 170px;
    margin: auto;
    border-radius: 50%;
}

.testimonialContent {
    background: var(--white);
    border-radius: 90px 90px 0 90px;
    padding: 6.5rem 1.4rem 1rem;
    margin-top: -5rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid transparent;
}

.testimonialContent h2 {
    font-size: 1.375rem;
    text-transform: uppercase;
}

.testimonialContent p {
    color: #3a3a3a;
    line-height: 1.8;
}

.testimonialContent i {
    font-size: 2rem;
    color: var(--primary);
}

.testimonialSec .col-md-3:nth-child(even) .testimonialBox {
    margin-top: 7rem;
}

.testimonialBox:hover .testimonialContent {
    box-shadow: 0 12px 32px rgb(0 0 0 / 12%);
    border: 2px solid var(--secondary);
}

.testimonialBox:hover i {
    color: var(--secondary);
}

.testimonialSec.testimonialPage {
    padding: 5rem 0 6rem;
}
.home #mainSlider .heading,
.home .aboutSection .heading{
  font-family: 'Handel Gothic Regular' !important;
  line-height: 43px;
}

.moretext,
.innermoretext{
  display: none;
}
.aboutSection.resources figure {
    all: unset;
}

.aboutSection.resources figure .aboutImg {
    all: unset;
    width: 100%;
}
.aboutSection.mission figure {
    all: unset;
}

.aboutSection.mission figure .aboutImg {
    all: unset;
    width: 100%;
}


