@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.ttf');
}


@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.ttf');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.ttf');
}


@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.ttf');
}


@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-SemiBold.ttf');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	margin: 0;
	font-family: 'Poppins-Regular';
}

.hero-section {
	height: 100vh;
	overflow: hidden;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
}

img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

h1 {
	font-size: 72px;
	line-height: 120%;
	font-family: 'Montserrat-ExtraBold';
	margin-top: 0;
	margin-bottom: 15px;
}

.hero-section .text-wrapper {
	padding-bottom: 100px;
	max-width: 820px;
}

.hero-section .text-wrapper p {
	font-size: 27px;

	font-family: 'Poppins-Medium';
	margin-bottom: 40px;
	margin-top: 35px;
}

.hero-section .content-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.hero-section .content-wrapper .container {
	height: 100%;
}

.row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hero-section .content-wrapper .container .row {
	height: 100%;
	align-items: end;
}

.btn {
	display: inline-block;
	padding: 8px 25px;
	background: transparent;
	color: #486bb1;
	transition: background .3s ease;
	border-radius: 40px;
	border: 2px solid #486bb1;

	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	font-family: 'Poppins-Medium';
}

a.btn.btn-primary {
	display: inline-flex;
	padding: 15px 25px;
	background: #486bb1;
	color: #fff;
	transition: background .3s ease;
	border-radius: 40px;
	position: relative;
	align-items: center;
	justify-content: center;
}

.hero-section .content-wrapper .container .text-wrapper a.btn.btn-primary {
	font-size: 24px;
	line-height: normal;
}

p {
	font-size: 16px;
	line-height: normal;
}

h2 {
	font-size: 54px;
	line-height: 120%;
	font-family: 'Montserrat-ExtraBold';
	margin-top: 15px;
	margin-bottom: 30px;
}

h2.blue-text {
	color: #548ec5;
	background: linear-gradient(125.24deg, #58aee1 5.6%, #518fca 13.97%, #445aa2 46.89%, #43559e 101.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Poppins-Regular';
}


.our-impact-section .heading {
	width: 35%;
	margin-right: 55px;
}

.our-impact-section .counter-section {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

.our-impact-section {
	padding: 100px 0;
}


.counter-section .box {
	width: calc(50% - 40px);
	padding: 20px;
}

.counter-section .box h3 {
	font-size: 78px;
	line-height: 110%;
	margin: 0;
	color: #486bb1;
}

.counter-section .box p {
	font-size: 24px;
	color: #777;
}

.counter-section .box b {
	color: #486bb1;
}

.our-impact-section .row {
	align-items: start;
	justify-content: space-between;
}

.our-services-section {
	overflow: hidden;
}

.our-services-section .heading {
	max-width: 900px;
}

.slider-section {
	width: 116%;
	padding-top: 40px;
}

.slider-section .box {
	max-width: 414px;
	height: 645px;
	position: relative;
	display: inline-block;
	margin-right: 20px;
	width: auto;
}

.slider-section .box img {
	height: 100%;
	border-radius: 16px;
}

.slider-section .box h3 {
	font-size: 27px;
	line-height: 120%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	color: #fff;
	font-family: 'Montserrat-Bold';
}

h1 span,
h2 span {
	color: #4b6cae;
}

b {
	font-family: 'Poppins-Bold';
}

h3 {
	font-size: 26px;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Montserrat-SemiBold';
}


.why-us-section {
	padding: 100px 0;
}

.why-us-section .image-wrapper {
	width: 49%;
	position: relative;
	border-radius: 16px;
}

.why-us-section .value-section {
	width: calc(51% - 25px);
	padding-left: 25px;
}

.why-us-section .image-wrapper .text-wrapper img {
	width: 80px;
}

.why-us-section .image-wrapper h3 {
	color: #fff;
}

.why-us-section .image-wrapper p {
	color: #fff;
	margin-bottom: 10px;
}

.why-us-section .value-section .box {
	background-color: #486bb11a;
	padding: 20px 30px;
	border-radius: 16px;
	margin-bottom: 20px;
}

.why-us-section .value-section .box:last-child {
	margin-bottom: 0;
}

.why-us-section .value-section .box img {
	width: 40px;
}

.why-us-section .value-section .box h3 {
	font-size: 29px;
	line-height: normal;
	color: #4b6bae;
	padding: 5px 0 0 0;
}

.why-us-section .value-section .box p {
	margin-bottom: 10px;
	color: #4b6bae;
}

.why-us-section .row {
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}


.help-section {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.help-section .heading {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.help-section .text-wrapper {
	padding: 35px 25px;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	max-width: 60%;
	width: 100%;
}

.help-section .text-wrapper .content-wrapper {
	max-width: 600px;
}

.help-section .row {
	flex-direction: column;
	align-items: start;
	padding-top: 55px;
	position: relative;
}


.help-section .text-wrapper:nth-child(odd) {
	margin-right: 0;
	margin-left: auto;
	flex-direction: row;
}

.help-section .text-wrapper p {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}


.why-us-section .heading {
	max-width: 800px;
	padding-bottom: 25px;
}


.why-us-section .image-wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.why-us-section .image-wrapper .text-wrapper {
	position: absolute;
	bottom: 0;
	padding: 30px;
	left: 0;
}

.hero-section .slick-list.draggable {
	height: 100%;
}

.hero-section .slick-list.draggable .slick-track {
	height: 100%;
}

.help-section .text-wrapper img {
	width: 60px;
	height: 60px;
	filter: grayscale(100%);
}

.line {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 10px;
	height: 100%;
	background: #d8d8d8;
	z-index: 1;
	transition: height .3s ease;
}


.help-section .text-wrapper h3 {
	padding-bottom: 15px;
}


.help-section .line.filled {
  background: linear-gradient(180deg, #486bb1 0%, #486bb1 90%, #d8d8d8 100%);
}



.help-section .text-wrapper.active h3,
.help-section .text-wrapper.active p{
  color: #4b6cae;
}

.help-section .text-wrapper.active img {filter: grayscale(0%);}

.slider-section .box span i {
	font-size: 23px;
	color: #4d6dab;
}

.slider-section .box span {
	background-color: #fff;
	border-radius: 100px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.btn.btn-primary:after {
	top: -5px;
	content: "\f105";
	position: relative;
	width: 23px;
	height: 23px;
	color: #ffffff;
	font: normal normal normal 29px/1 FontAwesome;
	margin-left: 15px;
	display: inline-block;
}

.security-section {
	padding: 100px 0;
}

.security-section .heading {
	text-align: center;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.security-section .slider {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 25px;
	flex-wrap: wrap;
	width: 100%;
}

.security-section .box img {

	width: 60px;

	height: 60px;

	margin-bottom: 30px;
}

.security-section .box {
	padding: 40px 30px;
	border: 2px solid #4d6dab;
	border-radius: 16px;
	width: 33%;
	max-width: 463px;
	display: inline-block;
}


.security-section .box p {
	margin-bottom: 0;
	opacity: 0.6;
}

h5 {
	font-size: 27px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'Montserrat-Semibold';
}


.security-section .box.empty {
	display: none;
}

.security-section .row {
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
}

.security-section .slider:last-child .box {
	width: 27%;
}

.security-section .slider:first-child .box {
	width: 27%;
}


.contact-us-section {
	padding: 100px 0;
}

.contact-us-section .image-wrapper {
	width: 44%;
}

.contact-us-section .text-wrapper {
	width: 52%;
	padding-left: 55px;
}

.contact-us-section .image-wrapper img {
	border-radius: 16px;
}

.heading ul li {
	font-size: 28px;
	list-style: none;
	margin-bottom: 9px;
	position: relative;
}

.contact-us-section .text-wrapper .heading ul li p {
	font-size: 18px;
}

.contact-us-section .text-wrapper p {
	font-size: 28px;
}

.heading ul {
	padding: 25px 0;
	margin: 0;
	list-style: none;
}


p a {
	color: #4b6cae;
}

.heading ul li:before {
	content: '\f00c';
	position: relative;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 25px;
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #4b6cae;
	margin-right: 5px;
}

.company-group {
	padding: 100px 0;
}

.company-group .heading {
	text-align: center;
}

.company-group .heading h2 {
	font-size: 46px;
}

.company-group .heading p {
	font-size: 24px;
	opacity: 0.6;
}

.company-group .row {
	justify-content: center;
	padding-top: 25px;
}

.company-group .row a {
	width: 20%;
}

.testinomial-section {
	padding: 100px 0;
}

.testinomial-section .heading {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 22px;
}

.testinomial-section .box {
	width: calc(100% / 3);
	display: inline-block;
	border: 1px solid #c1c7cd;
	padding: 40px 20px 20px;
	border-radius: 16px;
	margin: 0 10px;
}

.testinomial-section .box img {
	width: 55px;
    margin-bottom: 25px;
}


.testinomial-section .box p {
	color: #777;
}

.testinomial-section .box .testimonial-provider {
	padding-top: 155px;
}

.testinomial-section .box .testimonial-provider h5 {
	font-size: 23px;
	padding-bottom: 18px;
}

h6 {
	font-size: 16px;
	margin: 0;
}


.inner-hero-section {
	background-image: url('../images/DrCatalyst-Banner-2.png');
	padding: 60px 0;
	background-position: top;
}

.inner-hero-section .row {
	justify-self: center;
}

.inner-hero-section h1 {
	text-align: center;
	font-family: 'Poppins-Regular';
	width: 100%;
	margin: 0;
	color: #fff;
}

.team-section .text-wrapper {
	width: calc(100% - 320px);
	padding-left: 20px;
	max-width: 611px;
}

.text-content {
	text-align: center;
	padding: 100px 0;
	background-image: url('../images/Advantage__Background.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f3f3f3;
}

.text-content .text-wrapper {
	max-width: 1076px;
	margin: 0 auto;
}

.text-content .text-wrapper h2 {
	font-size: 52px;
	position: relative;
	margin-block: 15px;
}

.text-content .text-wrapper p {
	font-size: 20px;
	margin-top: 0;
}

.team-section .text-wrapper h2:after,
.text-content .text-wrapper h2:after {
	width: 80px;
	height: 3px;
	background-color: #231f20;
	border: none;
	display: table;
	position: relative;
	left: 0;
	right: 0;
	margin: 15px auto;
	content: '';
	opacity: 0.5;
	bottom: 0;
}

.team-section .text-wrapper h2:after {
	margin: 15px 0;
}

.team-section {
	padding: 100px 0px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/Key-Stats_Background.png');
}

.team-section .container {
	padding: 2rem 3rem;
	background-color: #fff;
	border-radius: 8px 8px 15px 15px;
	border-bottom: solid 5px var(--blue);
	margin: 0 auto;
	max-width: 990px;
	width: 100%;
	display: block;
}


.team-section .text-wrapper ul li {
	font-size: 14px;
	padding-bottom: 8px;
}

.team-section .text-wrapper h2 {
	font-family: 'Poppins-Medium';
}

.team-section img {
	max-width: 281px;
}


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-collapse: collapse;
}

.benefits-section {
	padding: 100px 0px;
	background-image: url('../images/Advantage__Background.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.benefits-section .text-wrapper {
	text-align: center;
	padding-bottom: 55px;
}

.benefits-section .text-wrapper h2 {
	margin-bottom: 0;
}


.benefits-section .box {
	width: calc(100% / 3 - 40px);
	border-bottom: solid 5px #45589d;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);
	padding: 0 2rem 3rem;
	margin: 60px 20px;
	background-color: #fff;
}

.benefits-section .box p {
	text-align: center;
}

.benefits-section .box img {
	width: 120px;
	height: auto;
	margin-bottom: 30px;
	margin-top: -40px;
	border: 10px solid #fff;
	border-radius: 50%;
	transition: all .2s ease;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.admin-team-section {
	background-color: #f3f3f3;
	padding: 100px 0px;
	text-align: center;
}

.admin-team-section .admin-box {
	width: calc(100% / 3 - 50px);
	padding: 1rem;
	background-color: #fff;
	border-radius: 8px 8px 15px 15px;
	border-bottom: solid 5px #47599a;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);
	margin: 25px 25px;
	text-align: left;
	display: inline-flex;
	flex-direction: column;
	justify-content: end;
	min-height: 137px;
}

.admin-team-section .admin-box h5 {
	padding-bottom: 10px;
}

.admin-team-section .admin-box p {
	margin-top: 0;
}

.stats-section {
	padding: 100px 0px;
}

.stats-section .col {
	width: 50%;
	padding: 0 30px;
}

.stats-section .col h5 {
	font-family: 'Poppins-Medium';
}

.stats-section .col ul li {
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
	width: calc(100% - 30px);
}

.stats-section .col ul li:before {
	content: '\f00c';
	position: relative;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 16px;
	display: flex;
	width: 28px;
	height: 28px;
	color: #FFF;
	margin-right: 5px;
	background-color: #4b6cae;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	min-width: 28px;
	min-height: 28px;
}

.stats-section .col ul {
	padding: 0;
}

.stats-section .row {
	align-items: self-start;

}



.slick-slider {}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 30px; */
    /* height: 30px; */
    /* border-radius: 100px; */
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    /* padding: 0; */
    border: 1px solid #4b6bae;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: #fff;
    z-index: 1;
}

.slick-slider .slick-arrow.slick-prev {
    left: -80px;
}

.slick-slider .slick-arrow.slick-next {
    right: -80px;
}

.slick-slider .slick-arrow.slick-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #4b6bae;
}

.slick-slider .slick-arrow.slick-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #4b6bae;
}




section.contact-section {
    padding: 100px 0;
}

section.contact-section h1 {
    font-size: 53px;
}

section.contact-section p {
    font-size: 23px;
    opacity: 0.5;
}

section.contact-section .contac-details {
    width: 100%;
}

section.contact-section .social {
    padding-top: 54px;
}

section.contact-section .row {
    flex-direction: column;
    align-items: cx;
}

section.contact-section .contac-details .wrapper {}

section.contact-section .contac-details p {
    margin-bottom: 5px;
}

section.contact-section .contac-details a {
    font-size: 23px;
    color: #000;
    font-family: 'Poppins-SemiBold';
    text-decoration: none;
}

section.contact-section .social a {
    font-size: 30px;
    text-decoration: none;
    margin-right: 25px;
    color: #486bb1;
}

section.contact-section .container {
    max-width: 800px;
    text-align: center;
}











section.servceis-tab {
    padding: 100px 0;
}

section.servceis-tab .left {
    width: 50%;
    max-width: 680px;
}

section.servceis-tab .right {
    width: 50%;
}

section.servceis-tab .left h2 {}

section.servceis-tab .left p {
    font-size: 23px;
    opacity: 0.5;
}

section.servceis-tab .left img {
    border-radius: 20px;
}

section.servceis-tab .right .tab-wrapper {
    padding-bottom: 25px;
}

section.servceis-tab .right .tab-wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

section.servceis-tab .right .tab-wrapper ul li {
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid #777;
    list-style: none;
    font-size: 23px;
    text-align: center;
    /* min-width: 223px; */
    color: #777;
    font-family: 'Poppins-SemiBold';
    cursor: pointer;
    width: calc(100% / 3 - 17px);
}

section.servceis-tab .right .tab-content {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 640px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(170, 170, 170);
    border-image: initial;
    border-radius: 16px;
    padding: 32px;
}

section.servceis-tab .right .tab-content h4 {
    font-size: 29px;
    margin-top: 0;
    margin-bottom: 10px;
}

section.servceis-tab .right .tab-content h4 p {}

section.servceis-tab .right .tab-content h4 p a {}

section.servceis-tab .row {
    justify-content: space-between;
    align-items: start;
}

section.servceis-tab .right .tab-content p {
    font-size: 22px;
    margin-top: 0;
    opacity: 0.5;
}

section.servceis-tab .right .tab-content a {
    margin: 20px 0px 0 0;
    border-bottom: 1px solid rgb(119, 119, 119);
    padding-bottom: 20px;
    font-size: 23px;
    color: #000;
    text-decoration: none;
}

section.servceis-tab .right .tab-content .list {
    display: flex;
    flex-direction: column;
}

section.servceis-tab .right .tab-content .list a:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}



.servceis-tab .tabs li.active {
  background: #0073e6;
  color: #fff;
}

/* Right content */
.tab-content {
  display: none;
}
section.servceis-tab .right .tab-content.active {
  display: flex;
}


section.servceis-tab .left .left-tab-content {
  display: none;
  transition: opacity 0.4s ease;
  padding-right: 35px;
}

section.servceis-tab .left .left-tab-content.active {
  display: block;
}


section.servceis-tab .right .tab-wrapper ul li.active {
    background-color: #486BB11A;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #486bb1;
    border-image: initial;
    color: #486bb1;
}


@media only screen and (max-width: 1560px) {
	h1 {
		font-size: 52px;

	}

	.hero-section .text-wrapper p {
		font-size: 22px;
	}

	.counter-section .box h3 {
		font-size: 58px;
	}

	.counter-section .box p {
		font-size: 20px;
	}

	h2 {
		font-size: 44px;
	}

	.container {
		max-width: 1230px;
	}

	.btn {
		font-size: 14px;
		padding: 5px 20px;
	}

	.slider-section .box h3 {
		font-size: 23px;
	}

	.slider-section .box {
		height: 470px;
	}

	p {
		font-size: 14px;
	}

	.why-us-section .value-section .box h3 {
		font-size: 25px;
	}

	.why-us-section .value-section .box img {
		width: 30px;
	}

	.why-us-section .image-wrapper .text-wrapper img {
		width: 60px;
	}

	.help-section .text-wrapper p {
		font-size: 20px;
	}

	.help-section .text-wrapper .content-wrapper {
		max-width: 500px;
	}

	h5 {
		font-size: 24px;
	}

	.security-section .box img {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.security-section .box {
		max-width: 330px;
		padding: 30px 25px;
	}

	.contact-us-section .text-wrapper p {
		font-size: 24px;
	}

	.heading ul li {
		font-size: 24px;
	}

	.company-group .heading p {
		font-size: 22px;
	}

	.testinomial-section .box .testimonial-provider {
		padding-top: 100px;
	}

	.hero-section .content-wrapper .container .text-wrapper a.btn.btn-primary {
		font-size: 22px;
	}

	.text-content .text-wrapper h2 {
		font-size: 42px;
	}

	.text-content .text-wrapper p {
		font-size: 18px;
	}

	.team-section .container {
		max-width: 800px;
	}

	.team-section img {
		max-width: 250px;
	}

	.team-section .text-wrapper {
		width: calc(100% - 250px);
	}

	.team-section .text-wrapper ul {
		padding-left: 15px;
	}

	.benefits-section .box img {
		width: 90px;
		margin-bottom: 0;
	}

	.benefits-section .box {
		padding: 0 1rem 2rem;
		margin: 40px 20px;
	}

	.benefits-section .box p {
		margin-bottom: 0;
	}
.our-impact-section, 
.why-us-section,
.help-section,
.security-section,
.contact-us-section,
.company-group,
.testinomial-section,
section.contact-section,
section.servceis-tab ,
.text-content,
.team-section,
.benefits-section ,
.admin-team-section,
.stats-section {
padding: 80px 0;
}
.slick-slider .slick-arrow.slick-next {
    right: -50px;
}

.slick-slider .slick-arrow.slick-prev {
    left: -50px;
}
}


@media only screen and (max-width: 1366px) {
	h1 {
		font-size: 45px;

	}

	.hero-section .text-wrapper p {
		font-size: 18px;
		margin-top: 22px;
		margin-bottom: 30px;
	}

	.counter-section .box h3 {
		font-size: 45px;
	}

	.counter-section .box p {
		font-size: 18px;
	}

	h2 {
		font-size: 30px;
	}

	.container {
		max-width: 1100px;
	}

	.btn {
		font-size: 14px;
		padding: 5px 15px;
	}

	.slider-section .box h3 {
		font-size: 20px;
		padding: 15px;
	}

	.slider-section .box {
		height: 445px;
	}

	p {
		font-size: 14px;
	}

	.why-us-section .value-section .box h3 {
		font-size: 22px;
	}

	.why-us-section .value-section .box img {
		width: 30px;
	}

	.why-us-section .image-wrapper .text-wrapper img {
		width: 60px;
	}

	.help-section .text-wrapper p {
		font-size: 18px;
	}

	h5 {
		font-size: 22px;
	}

	.security-section .box img {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.security-section .box {

		padding: 20px 20px;
	}

	.contact-us-section .text-wrapper p {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.heading ul li {
		font-size: 20px;
	}

	.company-group .heading p {
		font-size: 18px;
	}

	.testinomial-section .box .testimonial-provider {
		padding-top: 80px;
	}

	.hero-section .content-wrapper .container .text-wrapper a.btn.btn-primary {
		font-size: 18px;
	}

	.btn-primary {
		padding: 13px 20px;
	}

	.our-impact-section .heading {
		max-width: 300px;
	}

	.our-services-section .heading {
		max-width: 800px;
	}

	.why-us-section .heading {
		max-width: 500px;
	}

	.help-section .heading {
		max-width: 810px;
	}

	h3 {
		font-size: 24px;
	}

	.security-section .heading {
		max-width: 800px;
	}

	.security-section .slider {
		gap: 20px;
	}

	.heading ul {
		padding: 20px 0;
	}

	.company-group .heading h2 {
		font-size: 35px;
	}

	.testinomial-section .box .testimonial-provider h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 14px;
	}
	





section.servceis-tab .left {
    max-width: 500px;
}

section.servceis-tab .right .tab-wrapper ul li {
    font-size: 18px;
}

section.servceis-tab .right .tab-content h4 {
    font-size: 24px;
}

section.servceis-tab .right .tab-content p {
    font-size: 18px;
}

section.servceis-tab .right .tab-content a {
    font-size: 20px;
}

section.servceis-tab .left p {
    font-size: 20px;
}

}

@media only screen and (max-width: 1199px) {

	.container {
		max-width: 100%;
		padding: 0 30px;
	}

	.slider-section {
		width: 100%;
	}

	.slider-section .box {
		max-width: 100%;
		margin: 0 5px;
	}

	.hero-section {
		height: 50vh;
	}

	h1,section.contact-section h1 {
		font-size: 35px;
	}

	.hero-section .text-wrapper p {
		font-size: 16px;
		margin-top: 18px;
		margin-bottom: 25px;
	}

	.hero-section .content-wrapper .container .text-wrapper {
		max-width: 500px;
	}

	.our-impact-section .heading {
		width: 100%;
		max-width: 70%;
	}

	.our-impact-section .counter-section {
		width: 100%;
	}

	.slider-section .box {
		height: 100%;
	}

	.why-us-section .value-section {
		width: 100%;
		padding-left: 0;
	}

	.why-us-section .image-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}

	.line {
		display: none;
	}

	.company-group .row a {
		width: 33%;
	}

	.help-section .text-wrapper img {
		position: relative;
		top: 0;
		transform: unset;
		right: 0 !important;
		margin-bottom: 22px;
	}

	.help-section .text-wrapper {

		width: calc(50% - 62px);
		display: inline-block;
		margin: 0 !important;
		border: 2px solid #4b6bae;
		background-color: #ffffff;
		border-radius: 12px;
	}

	.help-section .row {
		flex-direction: row;
		align-items: stretch;
		gap: 15px;
		justify-content: center;
	}

	.security-section .box,
	.security-section .slider:first-child .box {
		width: calc(50% - 62px) !important;
		max-width: 100%;
	}

	.contact-us-section .text-wrapper {
		width: 100%;
		padding: 0;
	}

	.contact-us-section .image-wrapper {
		width: 100%;
		max-width: 400px;
		margin-bottom: 45px;
	}

	.testinomial-section .box img {
		width: 35px;
	}

	.testinomial-section .box .testimonial-provider {
		padding-top: 40px;
	}

	.admin-team-section .admin-box {
		width: calc(100% / 3 - 30px);
		margin: 15px 15px;
	}

	h5 {
		font-size: 20px;
	}


	.team-section .container {
		max-width: 600px;
	}

	.team-section img {
		max-width: 150px;
	}

	.team-section .container .row {
		flex-direction: column;
	}

	.team-section .text-wrapper {
		width: 100%;
	}

    .slick-slider .slick-arrow.slick-next {
    right: -8px;
    /* z-index: 2; */
}

.slick-slider .slick-arrow.slick-prev {
    left: -8px;
}
}

@media only screen and (max-width: 991px) {
	.stats-section .col {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	section.servceis-tab .left {
    width: 100%;
}

section.servceis-tab .right {
    width: 100%;
    padding-top: 55px;
}

section.servceis-tab .right .tab-content {
    justify-content: start;
    height: auto;
    padding: 20px;
}
.our-impact-section, 
.why-us-section,
.help-section,
.security-section,
.contact-us-section,
.company-group,
.testinomial-section,
section.contact-section,
section.servceis-tab ,
.text-content,
.team-section,
.benefits-section ,
.admin-team-section,
.stats-section {
padding: 50px 0;
}
}

@media only screen and (max-width: 767px) {
	.hero-section {
		height: 100vh;
	}

	.hero-section .content-wrapper {}

	.hero-section .content-wrapper .container .text-wrapper a.btn.btn-primary {
		font-size: 14px;
	}

	a.btn.btn-primary:after {
		width: 18px;
		height: 18px;
		font-size: 22px;
		top: -4px;
	}

	.our-impact-section .heading {
		max-width: 100%;
		margin: 0;
	}

	.counter-section .box {
		width: 100%;
	}


	.container {
		padding: 0 15px;
	}

	.help-section .text-wrapper {
		width: 100%;
        max-width: 100%;
	}


	.security-section .box,
	.security-section .slider:first-child .box {
		width: 100% !important;
	}

	.contact-us-section .text-wrapper p {
		font-size: 16px;
	}

	.heading ul li {
		font-size: 16px;
	}

	.company-group .row a {
		width: 50%;
	}


	.text-content .text-wrapper h2 {
		font-size: 30px;
	}

	.text-content .text-wrapper p {
		font-size: 16px;
	}

	.team-section .container {
		padding: 20px;
		max-width: 90%;
	}

	.team-section .text-wrapper {
		width: 100%;
	}


	.benefits-section .box {
		max-width: 90%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.admin-team-section .admin-box {
		width: 100%;
		margin-bottom: 0;
		text-align: center;
		justify-content: center;
	}

	.admin-team-section .admin-box p {
		margin-bottom: 0;
	}


	.stats-section .col ul li:before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		min-height: 20px;
		font-size: 12px;
	}

	.stats-section .col ul li {
		font-size: 14px;
		width: calc(100% - 20px);
	}

	.stats-section .col h5 {
		padding-bottom: 10px;
	}

	h5 {
		font-size: 18px;
	}
	


    section.servceis-tab .right .tab-wrapper ul li {
        font-size: 16px;
        padding: 10px 10px;
    }


}







