* {
	margin: 0px;
	padding: 0px;
}
:root {
	--clr-primary: #0a2f58;
	--clr-base: #696969;
	--clr-secondary: #fcecae;
	--clr-orange: #fa5931;
	/* --clr-secondary:#fcecae; */
	--clr-white: #fff;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.4rem;
	font-family: Poppins, sans-serif !important;
	color: var(--clr-base);
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
img {
	border: none;
	width: 100%;
	max-width: 100%;
}
p {
	margin-bottom: 1.5rem;
}
.container {
	max-width: 117rem;
}
.top-bar {
	background: #1f96c8;
/*	padding: 3px 0;*/
}
.top-left {
	padding-top: 4px;
}
.top-left li {
	padding-right: 25px;
	font-size: 1.3rem;
	float: left;
	color: #fff;
}
.top-left li a {
	color: #fff;
	padding-left: 5px;
	transition: 0.5s;
}
.top-left li a:hover{
	color: #ff8b68;
}
.top-left li i {

}
.social {
	float: right;
	padding-top: 3px;
}
.social li {
	margin: 0 1rem;
	float: left;
}
.social li a {
	color: #fff;
	transition: 0.5s;
}
.social li a:hover {
	color: #ff8b68;
}
.logo {
	text-align: center;
	padding: 15px 0;
}
.logo img{
/*	width: 150px;*/
}
.logo h1 {
	font-size: 2.4rem;
	color: var(--clr-primary);
	text-transform: uppercase;
	font-weight: 600;
}
.logo h1 span {
	display: block;
	/* font-size: 2.2rem; */
	font-size: 1.5rem;
	color: var(--clr-base);
	font-weight: 400;
	text-transform:capitalize;
}
.logo1{
	padding-top: 6px;
}
.logo1 ul li i{
	position: absolute;
	font-size: 15px;
	left: 0;
	top: 4px;
}
.logo1 ul li b{
	font-weight: 600;
}
.logo1 ul li {
	display: block;
	position: relative;
	font-size: 14px;
	color: #323232;
	font-weight: 400;
	text-transform:none;
	padding-left: 20px;
}
.logo1 ul li a{
	color: #323232;
}
.logo1 ul li a:hover{
	color: #010066;
}
.header {
/*	padding: 1rem 0;*/
	overflow: hidden;
}
.reward {
	display: flex;
	height: 100%;
	align-items: center;
}
.reward i {
	font-size: 4rem;
	padding-right: 1rem;
	color: var(--clr-primary);
}
.reward h3 {
	font-size: 2rem;
}
/*.app-btn {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}*/
/*.app-btn a {
	padding: 6px 18px;
	background: #fff;
	color: #000;
	border-radius: 3px;
	transition: 0.3s all ease;
	display: inline-block;
}
.app-btn a:hover {
	background: #1f96c8;
	color: #fff;
}*/
.bs-btn {
	padding: 8px 25px;
	background: #010066;
	color: #fff;
	border-radius: 3px;
	transition: 0.3s all ease;
	display: inline-block;
}
.bs-btn:hover {
	background: #1f96c8;
	color: #fff;
}
.app-btn .bs-btn {
	/*text-transform: uppercase;
	font-weight: 600;*/
}
.text-box {
	position: absolute;
	top: 55%;
	left: 8%;
	width: 40%;
/*	right: 15%;*/
/*	color: var(--clr-white);*/
/*	text-align: center;*/
	transform: translateY(-50%);
}
.text-box h2 {
	font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
}
.text-box p {
	font-size: 17px;
	line-height: 28px;
  color: #000;
  margin: 7px 0 19px;
}
.text-box a{
	padding: 10px 30px;
	font-size: 17px;
}
.section {
	padding: 60px 0;
}
.sec-head {
	margin-bottom: 3rem;
	text-align: center;
}
.sec-title {
	position: relative;
	display: inline-block;
	margin-top: 0;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.72px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: capitalize;
	word-wrap: break-word;
}
/*.sec-title::before,
.sec-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 5px;
	margin-top: -2px;
	border-top: 2px solid #1f96c8;
	border-bottom: 2px solid #1f96c8;
}
.sec-title::after {
	left: 100%;
	margin-left: 2rem;
	width: 7.7rem;
}
.sec-title::before {
	right: 100%;
	margin-right: 2rem;
	width: 7.7rem;
}*/
.about .img-wrap{
	position: relative;
}

.about .img-wrap1{
	position: relative;
}

.feature-medal img:first-child {
    position: relative;
    z-index: 2;
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}
.feature-medal .medal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 55px;
    position: absolute;
/*    left: 0;*/
    /* top: 328px; */
    background-color: var(--white-color);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    z-index: 3;
    background: #fff;
}
.medal .box-icon {
    text-align: right;
    width: 18%;
    color: #000;
}
.medal .box-icon i {
    font-size: 30px;
    line-height: 50px;
    color: #6eba10;
}
.medal .content-medal {
    width: 82%;
    text-align: left;
    padding: 0 15px 0 9px;
    line-height: 50px;
}
.medal .content-medal h2 {
    line-height: 50px;
    color: #000;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.about {
	background: #6eba1012;
	overflow: hidden;
}
.about .img-wrap img{
/*	border: 2px solid #a9a9a9;*/
}
.about .img-wrap1{
/*	border: 2px solid #6e6d6d;*/
	width: 355px;
  float: left;
  margin: 0 30px 65px 0;
}
.about .bs-btn {
	padding: 10px 25px;
	margin-top: 1rem;
}
.about h3 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
  padding-bottom: 5px;
}
.about h4 {
	font-size: 24px;
	margin-bottom: 9px;
	text-transform: capitalize;
	color: #3b3b3b;
	line-height: 30px;
}

.about h5 {
	font-size: 24px;
  margin-bottom: 14px;
  padding-bottom: 20px;
  text-transform: capitalize;
  color: #3b3b3b;
  line-height: 10px;
  position: relative;
}
.about h5:before{
	content: '';
	position: absolute;
	border-bottom: 1px dashed #6eba10;
	width: 750px;
	bottom: 0;

}
.about p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	color: #000;
	margin-bottom: 8px;
}
.carousel-indicators {
	/*top: 30%;
	justify-content: left;
	left: -11%;
	display: block;*/
	bottom: 35px;
	display: none;
}
.carousel-indicators li{
	background-color: #1f96c8;
	width: 20px;
  height: 3px;
  margin: 0px 5px;
  border-radius: 20px;
}
.carousel-indicators .active{
	background-color: #010066;
}
.about .act-wrap{
	margin-top: 15px;
}


.doctor ul {
	display: flex;
	margin: 0 -1.5rem;
}
.doctor ul li {
	display: flex;
	padding: 0 1.5rem;
	width: 100%;
}
.doctor .img-wrap {
	width: 25%;
	padding: 0.5rem;
	border: 2px solid var(--clr-orange);
	background: var(--clr-primary);
}
.doctor .info-wrap {
	padding-left: 2rem;
	width: 75%;
}
.doctor .info-wrap h3 {
	font-size: 2.2rem;
	color: var(--clr-primary);
	font-weight: 600;
}
.doctor .info-wrap h4 {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.doctor .info-wrap p {
	font-size: 1.5rem;
	line-height: 2.7rem;
}
.service{
	background: #95d64429;
}
.service .item {
	opacity: 0.4;
	transition: 0.4s ease all;
	margin: 0 20px;
	transform: scale(0.8);
}
.service .item img{
/*	border: 2px solid #acacae;*/
}
@media (max-width: 1000px) {
	.service .item {
		margin: 0;
		transform: scale(0.9);
	}
}
.service .active .item {
	opacity: 1;
	transform: scale(1);
}

.service .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.service .inner {
	/*position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;*/
	text-align: center;
}
.service .item{
	background: #fff;
	box-shadow: 1px 1px 3px #b8b7b7;
}
.service .item:hover h4{
	background: #010066;
}
.service .item:hover{
	transform: translateY(10px);
}
.service .item p{
	font-size: 16px;
  padding: 10px 15px 15px;
  color: #000;
  line-height: 27px;
  text-align: left;
}
.service .inner a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	transition: 0.3s ease border-color;
}
.service .inner a:hover {
	border-color: #fff;
}
.service .black .inner a {
	color: #000;
	border-color: rgba(0, 0, 0, 0.4);
}
.service .black .inner a:hover {
	border-color: #000;
}

/* .owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
  } */

.service .owl-controls {
	position: absolute;
	margin-top: 300px;
}
.service h4 {
	background: #1f96c8d1;
	padding: 1rem;
	color: #fff;
	font-size: 18px;
	transition: 0.5s ease;
	text-transform: capitalize;
}
.service .owl-nav {
	display: flex;
	justify-content: center;
}
.service .owl-nav i {
/*	padding: 10px 12px;*/
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    /* margin: 2rem 0.5rem 0; */
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    top: -16%;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.service .owl-nav i:hover{
	background: #6eba10;
	border: 1px solid #6eba10;
	color: #fff;
}
.service .owl-nav .owl-prev i{
	right: 60px;
}
.hospital-attachments {
	background: #fff;
}

.attachments-section{
	padding: 50px 0;
}
.attachments-section .item{
	margin: 15px 0;
}

.test-item {
	background-color: #95d64412;
	padding: 15px;
	border-radius: 5px;
	min-height: 37rem;
	box-shadow: 0px 0px 5px #a4a4a4;
  width: 98%;
  margin: 4px auto;
}
.test-item iframe{
	border: 1px solid #bbbaba;
}
.test-item p {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
}
.test-item b{
	font-weight: 600;
}
.test-item h4 {
	color: #000;
	display: inline-block;
	margin-top: 10px;
	font-size: 19px;
	text-transform: capitalize;
	padding-bottom: 6px;
	font-weight: 600;
}
.test-item img {
	width: auto !important;
}
.test-wrap {
	display: flex;
	margin-bottom: 1rem;
}
.test-item .img-wrap {
	padding-right: 1rem;
}
.test-info ul li {
	display: inline-block;
	padding-right: 0.5rem;
	color: var(--clr-secondary);
}

.hospital-attachments .owl-theme .owl-nav [class*="owl-"] {
    border: 1px solid #2f2f2f;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    top: -16%;
    right: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    background: none;
    color: #2f2f2f;
    line-height: 28px;
    margin: 0;
}
.hospital-attachments .owl-theme .owl-nav [class*="owl-"]:hover {
	background: #6eba10;
	border: 1px solid #6eba10;
	color: #fff;
}
.hospital-attachments .owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 45%;
	right: -5rem;
}
.hospital-attachments .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 45%;
	left: -5rem;
}
.test-in {
	padding-bottom: 5rem;
}
.test-in .test-item {
	margin-bottom: 3rem;
}
.mb-30 {
	margin-bottom: 3rem;
}
.hospital-attachments .item-wrap {
	display: flex;
	margin: -1.5rem;
	flex-wrap: wrap;
}
.hospital-attachments .item-wrap .test-item {
	margin: 1.5rem;
	width: 47%;
	min-height: auto;
}
.hospital-attachments .video-wrap {
	padding: 0.5rem;
	border: 1px solid var(--clr-primary);
	margin-bottom: 2rem;
}
.hospital-attachments .test-video {
	width: 100%;
	height: 50rem;
	padding: 0;
	margin: 0;
}
.hsp-btn{
	margin-top: 20px;
}
/*.hsp-btn a{
	color: #000;
	font-size: 14px;
	background: #fff;
	padding: 6px 12px;
	transition: 0.5s;
	border-radius: 3px;
}
.hsp-btn a:hover{
	background: #010066;
	color: #fff;
}*/
.enquire{
/*	border: 1px solid #d1f1ff;*/
  padding: 30px;
  background: #efefef;
  box-shadow: 1px 1px 3px #8b8b8b;
}
.enquire h2{
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}
.enquire h3{
	font-size: 25px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.enquire .sec-title{
	margin-bottom: 0;
	font-size: 30px;
}
.enquire .sec-head h2{
	font-size: 24px;
	color: #000;
	font-weight: 500;
}

.enquire .form-control {
	padding: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  height: 47px;
  border: none;
  border-bottom: 1px solid #6eba10;
  font-size: 14px;
  border-radius: 5px;
}
.enquire textarea {
	height: 125px !important;
}
.enquire .act-wrap {
/*	text-align: center;*/
}
.enquire img{
	border: none !important;
}
.enquire button {
	border: none;
}


footer {
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #2f2f2f;
	position: relative;
	padding: 4rem 0 2rem;
	overflow: hidden;
}
footer .order-1{
	order: 0;
}
footer h3 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 10px;
	margin: 0 0 2rem;
	text-transform: capitalize;
	border-bottom: 1px solid #545454;
	display: inline-block;
}
footer h3:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: -1px;
	width: 35px;
	height: 2px;
	background-color: #6eba10;
}
footer ul li {
	font-family: "Poppins", sans-serif;
	padding: 6px 0;
	position: relative;
	padding-left: 15px;
	color: #fff;
	font-size: 15px;
}
footer p {
	font-family: "Poppins", sans-serif;
	line-height: 26px;
	font-size: 15px;
	color: #fff;
	text-align: justify;
}
.foot-btn a{
	color: #000;
	font-size: 15px;
	transition: 0.5s;
	background: #fff;
	padding: 5px 20px;
	border-radius: 3px;
}
.foot-btn a:hover{
	color: #fff;
	background: #010066;
}
footer ul li i {
	color: #6eba10;
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 18px !important;
}
footer ul li a {
	color: #fff;
	text-decoration: none !important;
	transition: 0.5s;
	font-size: 15px;
}
footer ul li a:hover  {
	color: #6eba10;
}
footer .location ul li{
	position: relative;
	padding-left: 25px;
}
footer .location ul b{
	font-weight: 600;
}
footer .location u{
	font-size: 15px;
}
footer .location i {
	color: #6eba10;
	position: absolute;
	left: 0;
}
footer .location .foot-map{
	margin-top: 10px;
}
footer .location .foot-map iframe{
	border: 2px solid #6e6e6e;
}
.location p {
	padding-left: 3.5rem;
	margin-bottom: 2.5rem;
	color: #fff;
}
.location strong {
	color: var(--clr-secondary);
}
.footer-end {
	border: 1px solid #424242;
	background: #2f2f2f;
	padding: 10px 0;
}
.footer-end p {
	color: #fff;
	margin: 0px;
	font-size: 15px;
}
.footer-end a {
	text-decoration: none;
	color: #fff;
}
.footer-end img{
	width: 20px;
}
.right1 {
	text-align: right;
}
.footer p {
	font-family: "Poppins", sans-serif;
	font-size: 1.4rem;
	color: #858585;
	line-height: 2.4rem;
}
.footer ul li a {
	text-decoration: none;
	color: #858585;
	line-height: 2.4rem;
}
.foot-social ul {
	text-align: left;
	margin-bottom: 0px;
}
.foot-social ul li {
	display: inline-block;
	margin-right: 1rem;
	margin-top: 1rem;
}
.foot-social ul li a {
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	color: var(--clr-primary) !important;
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid transparent;
	background-color: var(--clr-secondary);
	transition: 0.5s;
}
.foot-social ul li i {
	color: var(--clr-primary);
	line-height: 28px;
}
.foot-social ul li a:hover {
	color: var(--clr-secondary);
	background-color: transparent;
	border: 1px solid var(--clr-secondary);
}
.foot-social ul li a:hover i {
	color: var(--clr-secondary);
}
.banner {
	position: relative;
	height: 20rem;
	display: flex;
	align-items: center;
}
.banner h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: var(--clr-white);
	text-transform: uppercase;
	background: var(--clr-primary);
	display: inline-block;
	padding: 2rem;
	border-radius: 1rem;
}
.banner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.breadcrum {
	background: var(--clr-primary);
	padding: 1rem 0;
}
.breadcrum ul li {
	display: inline;
	padding-right: 1rem;
	margin-right: 1rem;
	position: relative;
	color: var(--clr-white);
}
.breadcrum ul li::after {
	content: ">";
	position: absolute;
	right: -0.5rem;
}
.breadcrum ul li:last-child::after {
	display: none;
}
.breadcrum ul li a {
	color: var(--clr-white);
	border-bottom: 1px solid var(--clr-white);
}
.contact {
/*	background: #eee;*/
}
.contact .inner-tile {
	position: relative;
	padding: 23px;
/*	border: 1px solid #d1f1ff;*/
	height: 100%;
	padding-left: 65px;
	background: #efefef;
	box-shadow: 1px 1px 3px #8b8b8b;
}
.contact .margin{
	margin-bottom: 25px;
}
.contact .inner-tile i {
	position: absolute;
	float: left;
	left: 10px;
	color: #6eba10;
	font-size: 19px;
	line-height: 1rem;
	margin-bottom: 15px;
	width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}
.contact .inner-tile h3 {
	color: #000;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
}
.contact .inner-tile b{
	font-weight: 600;
}
.contact .inner-tile p{
	position: relative;
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
}
.contact .inner-tile p a{
	position: relative;
	color: #000;
	font-size: 15px;
	transition: 0.5s;
}
.contact .inner-tile p a:hover{
	color: #6eba10;
}
.about-cont {
	padding: 3rem 0;
	border-top: 1px dashed #b5b5b5;
  border-bottom: 1px dashed #b5b5b5;
  overflow: hidden;
}
.abt-box {
	display: flex;
}
.abt-box li {
	background: #6eba10;
	padding: 2rem;
	margin: 0 1%;
	color: var(--clr-white);
	flex: 1 1 0;
	border-radius: 1rem;
	height: 190px;
}
.abt-box li:nth-child(even) {
	background: #010066;
}
.abt-box h4 {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--clr-white);
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.abt-box a {
	border: 1px solid var(--clr-white);
	padding: 0.5rem 1rem;
	display: inline-block;
	color: var(--clr-white);
}
.abt-box p {
	margin-bottom: 1.5rem;
}
.abt-box .number {
	font-size: 2rem;
}
.hospital ul {
	display: flex;
	margin: -1.5rem;
	flex-wrap: wrap;
	justify-content: center;
}
.hospital li {
	padding: 1.5rem;
	width: 33.33%;
	text-align: center;
}
.hospital .hos-card {
	background: var(--clr-primary);
	padding: 4rem 2.5rem;
	color: var(--clr-white);
	position: relative;
	z-index: 1;
	height: 100%;
}
.hospital .hos-card::after {
	content: "";
	position: absolute;
	border: 1px solid var(--clr-secondary);
	top: 1.5rem;
	left: 1.5rem;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: -1;
}
.hospital .hos-card a {
	background: var(--clr-orange);
	color: var(--clr-white);
	display: inline-block;
	padding: 1rem;
	border-radius: 5px;
	transition: 0.3s ease-in;
}
.hospital .hos-card a:hover {
	background: var(--clr-secondary);
	color: var(--clr-primary);
}
.hospital h3 {
	border-bottom: 1px solid var(--clr-orange);
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--clr-primary);
}
.hospital h4 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 1rem;
}
.hospital h4 span {
	display: block;
	font-size: 1.6rem;
	color: var(--clr-secondary);
	padding-top: 1rem;
}
.hospital nav {
	background: none;
}
.nav-tabs .nav-link.active {
	background: var(--clr-orange);
	color: var(--clr-white);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background: var(--clr-orange);
	color: var(--clr-white);
}
.nav-tabs .nav-link {
	background: var(--clr-primary);
	border: 1px solid var(--clr-secondary);
	color: var(--clr-white);
	font-size: 1.6rem;
	padding: 1rem;
}
.hospital .inner-block {
	padding: 2rem;
	background: #efefef;
}
.hospital tr p {
	margin-bottom: 0;
}
.hospital td {
	background: var(--clr-primary);
	color: var(--clr-white);
}
.hospital th {
	background: var(--clr-orange) !important;
	border-color: var(--clr-white) !important;
}
.hospital .table {
	/* margin-bottom: 8rem; */
}
/*.sidebar {
	background: var(--clr-primary);
	padding: 3rem 2rem;
}*/
.sidebar h4 {
	background: var(--clr-secondary);
	text-align: center;
	padding: 1rem;
	color: var(--clr-primary);
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.sidebar ul li {
/*	padding: 1rem;*/
	border-bottom: 1px solid var(--clr-white);
	position: relative;
	transition: 0.3s ease all;
}
.sidebar ul li a {
	color: var(--clr-white);
}
.sidebar ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sidebar ul li i {
	position: absolute;
	left: 0;
	top: 1.3rem;
}
.sidebar ul li:hover {
/*	padding-left: 1.5rem;*/
}
.sidebar ul li:hover a {
	color: #fff;
}
.ser-detail {
	background: #eee;
}
.ser-detail p {
	text-align: justify;
	color: #000;
	font-size: 1.6rem;
}
.ser-detail .title {
	font-size: 3rem;
}
.ser-detail .img-wrap {
	margin-bottom: 2rem;
}
.ser-detail .img-wrap {
	box-shadow: 0 0 5px var(--clr-black);
}
.ser-detail h2 {
	color: var(--clr-primary);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	font-size: 3rem;
}
.ser-detail h2::before {
	position: absolute;
	content: "";
	background-image: -webkit-linear-gradient(0deg, var(--clr-primary) 48%, var(--clr-orange) 15%) !important;
	height: 0.5rem;
	width: 10rem;
	bottom: 0;
	border-radius: 6rem 1rem;
}
.gallery ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1.5rem;
}
.gallery ul li {
	height: 34rem;
	width: 100%;
	width: 25%;
	padding: 1.5rem;
}
.gallery .img-wrap {
	height: 100%;
	border: 2px solid #c8c8c8;
}
.gallery img {
	width: 100%;
}
.fancybox-skin{
	padding: 5px !important;
}
.fancybox-prev {
    left: -20%;
}
.fancybox-next {
    right: -20%;
}

.fetch-img-src {
	display: none;
}
.set-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.video ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1.5rem;
}
.video ul li {
	width: 33.33%;
	padding: 1.5rem;
}
.video .video-item {
	width: 100%;
	height: 25rem;
	border: 1px solid Var(--clr-base);
}
.video ul li h3 {
	text-align: center;
	background: var(--clr-primary);
	color: var(--clr-white);
	padding: 1rem 0;
}
.gal-block {
	padding-bottom: 3rem;
}
.gal-block:last-child {
	margin-bottom: 0;
}
.gal-block h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--clr-primary);
	border-bottom: 1px solid var(--clr-orange);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.blink {
	-webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
	animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	75% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	25% {
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	75% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}
.modal-header{
	background: var(--clr-primary);
}
.modal-title{
	color: var(--clr-white);
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	width: 100%;
}
.modal-body{
	background: var(--clr-primary);
	color: var(--clr-white);
	font-size: 1.6rem;
	padding: 1.5rem 3rem;
}
.modal-footer{
	background: var(--clr-primary);
}
.modal-footer .btn{
	background: var(--clr-secondary);
	color: var(--clr-primary);
	font-size: 1.6rem;
	width: 10rem;
	margin-left: 1rem;
}
.modal-footer .btn:hover{
	background: var(--clr-orange);
	color: var(--clr-white);
}
.modal-dialog{
	top:20%;
}
.modal-backdrop.show{
	opacity: .8;
}
.modal-content{
	border-radius: 1rem;
}

.carousel-control-next, .carousel-control-prev{
	width: 10%;
}

.carousel-control-next, .carousel-control-prev{
	opacity: 1;
}

.carousel-control-next i, .carousel-control-prev i{
	font-size: 24px;
    color: #fff;
    background: #2f2f2f;
    /* padding: 10px 14px; */
    border-radius: 5px;
    /* border: 1px solid #fff; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.5s ease;
}
.carousel-control-next i:hover, .carousel-control-prev i:hover{
	background: #6eba10;
}

.header_title_page {
    background: url(../images/inner-bg.jpg) center no-repeat;
    padding: 50px 0;
    background-size: cover;
}

.head_title_inn {
    text-align: center;
}

.head_title_inn h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 10px;
}

.head_title_inn ul li {
    font-size: 17px;
    color: #000;
    margin: 0px;
/*    padding: 0 5px;*/
    display: inline-block;
}

.head_title_inn ul a {
    color: #000;
/*    padding-right: 10px;*/
    transition: 0.5s;
}

.head_title_inn ul a:hover{
	color: #61a111;
}


#button {
  display: inline-block;
  background-color: #6eba10;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #3f3f3f;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.attachments_section{
	padding: 60px 0;
}


.service-main {
    padding: 60px 0;
}
.sidebar ul {
    margin: 0;
/*    padding: 2px 0;*/
/*    background-color: #1f96c8;*/
}
.sidebar h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    text-align: center;
    padding: 15px 0;
    background-color: #4c4a56;
    color: #fff;
    border-bottom: 1px solid #ffffff20;
}
.sidebar ul li {
    line-height: 26px;
    margin-bottom: 1px;
/*    border-bottom: 1px solid #72707a;*/
    transition: .5s;
    position: relative;
    background-color: #2f2f2fa6;
    border-radius: 5px;
}
.sidebar ul li:hover {
    background: #6eba10;
}
.sidebar ul li.active {
    background: #6eba10;
}
.sidebar ul li a {
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 14px 12px;
    line-height: 22px;
    text-transform: capitalize;
}
.sercnt h1 {
    font-size: 32px;
    color: #000;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
}
.srvimg {
    width: 100%;
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.srvimg img {
    margin: auto;
    transition: 0.5s;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
}
.sercnt p {
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
    color: #000;
    margin-bottom: 5px;
}
.sercnt ul li{
	line-height: 28px;
  font-size: 15px;
  text-align: justify;
  color: #000;
  position: relative;
  padding: 4px 0;
  padding-left: 15px;
}
.sercnt ul li i{
	color: #6eba10;
	font-size: 17px;
	position: absolute;
	left: 0;
	top: 9px;
}
.ser-btn{
	margin-top: 15px;
}
/*.ser-btn a{
		padding: 12px 25px;
    background: #010066;
    color: #fff;
    border-radius: 3px;
    transition: 0.3s all ease;
    display: inline-block;
    font-size: 16px;
}
.ser-btn a:hover{
		background: #1f96c8;
}*/

.b2{
	display: none;
}

.marquee-content1{
	display: none;
}
.marquee-content{
	background: #eaf8d9;
	line-height: 0;
	border-radius: 20px 0 0;
}
.marquee-content marquee{
	line-height: 35px;
	color: #000;
	font-size: 15px;
	margin: 0 30px;
}
.mid-header{
	background: #ddd;
	line-height: 60px;
}


.default-btn{
	padding: 10px 25px;
  color: #fff;
  background: #6eba10;
  display: inline-block;
  font-size: 16px;
  transition: 0.5s;
  border-radius: 3px;
}
.default-btn:hover{
	background: #626262 ;
	color: #fff;
}
.default-btn i{
	margin-left: 5px;
}
.middle-header-content {
/*    text-align: right;*/
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.middle-header-content ul{
	margin-top: 35px;
}
.middle-header-content ul li {
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 70px;
    padding-left: 15px;
}
.middle-header-content ul li i {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1f96c8;
    font-size: 19px;
    font-weight: 600;
    border: 1px solid #cdf0ff;
    padding: 7px;
    width: 45px;
    height: 45px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}
.middle-header-content ul li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-top: 3px;
}
.middle-header-content ul li a{
	color: #000;
}
.middle-header-content ul li a:hover{
	color: #1f96c8;
}


.testi_section{
	padding: 50px 0;
}
.test2 {
    border-radius: 0 10px;
    width: 100%;
    padding: 20px;
    margin: 15px auto;
    background: #6eba1017;
    box-shadow: 1px 1px 9px 1px #e3e3e3;
    box-shadow: 1px 1px 6px 1px #dbdbdb;
    border: 1px solid #6eba1042;
}
.test2 .quote i {
    font-size: 30px;
    color: #6eba107d;
/*    color: #6eba10a6;*/
}
.test2 p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 5px;
}
.test2 ul {
    padding: 0;
    margin: 0;
}
.test2 ul li {
    display: inline-block;
    list-style: none;
}
.test2 i {
    color: #ffc83d;
}
.test2 h1 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-top: 8px;
}



.gallery img{
	width: 35%;
}

.social-head {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 47px;
}
.social-head li {
    width: 37px;
    height: 37px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid transparent;
    /* margin-right: 5px; */
    border-radius: 50px;
    display: inline-block;
    margin: 0 1px;
}
.social-head li i {
    color: #fff;
    font-size: 18px;
}
.social-head .fb {
    background: #2b66ba;
}
.social-head .insta {
    background-color: #ed2763;
}
.social-head .twitt {
    background: #00b0eb;
}
.social-head .yt {
    background: #dd0000;
}
.social-head .link {
    background: #1b5aaf;
}



.logo-h2 {
    width: 100%;
    line-height: 155px;
    text-align: center;
    background: #fff;
}
.top-header {
    width: 100%;
    /* height: 160px; */
    /* color: var(--primary-color2); */
    /* font-size: 15px; */
    /* font-weight: var(--font-weight-medium); */
    position: relative;
    /* background: #F8F8F8; */
    border-left: 1px solid #f1f1f1;
}
.header-content {
    width: 100%;
    /* position: absolute; */
    background: #fff;
    /* right: 0; */
    /* bottom: 0; */
    height: 113px;
}

.top-bar {
    height: 42px;
    width: 100%;
    background: #95d6445c;
}
.top-infor {
    /* width: 45%; */
    float: left;
    /* padding-left: 25px; */
    line-height: 42px;
}
.top-infor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0;
}
.top-infor ul li {
    font-size: 15px;
    padding-left: 25px
}
.top-infor ul li i {
    padding-right: 5px;
    color: #6eba10;
}
.top-mail a {
    color: #000;
}
.top-social ul.widgets-nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right;
    padding-right: 22%;
    margin-bottom: 0;
}
.top-social ul.widgets-nav-social li {
    width: 35px;
    height: 35px;
    background: #6eba10;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    margin: 3px 3px 0px 3px;
    text-align: center;
    border-radius: 50%;
}
.widgets-nav-social li a {
    color: #fff;
}



.service .service-detail {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    transition: all 0.5s;
    /* margin: 15px 0; */
    cursor: default;
}
.service .service-img {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #efefef;
}
.service .service-data {
    position: relative;
    text-align: left;
    padding: 0 0 10px 0;
    padding-top: 12px;
}
.service .service-data h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    font-family: "Poppins", sans-serif !important;
    color: #000;
    height: 45px;
}
.service .service-data .ser-btn a {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-transform: none;
    color: #6eba10;
}
.service .service-data .ser-btn i {
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #6eba10;
}
.service .service-img img {
     transition: 0.5s ease; 
}
.service .service-detail:hover img {
    transform: scale(1.1);
}


.testimonial-area{
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 85px 0 35px;
    z-index: 1;
}
.testimonial-area .inner-content{
    /* position: relative; */
    display: block;
    /* padding-left: 200px; */
    padding-left: 0px;
    z-index: 1;
}
/* .testimonial-area .inner-content:before{ */
    /* position: absolute; */
    /* top: 0px; */
    /* left: 0px; */
    /* background: url(../images/icon/quote-2.png); */
    /* width: 250px; */
    /* height: 251px; */
    /* content: ""; */
    /* z-index: -1;     */
/* } */
.testimonial-area .sec-title{}
.testimonial-area .button {
    position: relative;
    display: block;
    margin-top: 7px;
}
.testimonial-area .button a{
    color: #303030;
    background: #f5f5f5;
    padding: 19px 50px 19px;
    border: 2px solid #e2e2e2;
}
.testimonial-area .button a:hover{
    background: #2f7abb;
    border-color: #2f7abb;
  color:#fff;
}

.testimonial-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.single-testimonial-item{
    position: relative;
    display: block;
    width: 100%;
}
.single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 54px 25px 62px;
    z-index: 1;
}
.single-testimonial-item .text-holder:before {
    position: absolute;
    left: 115px;
    bottom: -2px;
    right: 115px;
    height: 2px;
    /* background: #64bcd2; */
    background: #2f7abb;
    content: "";
    transition: all 500ms ease;
}
.single-testimonial-item:hover .text-holder:before{
    left: 0;
    right: 0;
}
.single-testimonial-item .text-holder:after {
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../img/icon/quote.png);
    width: 41px;
    height: 28px;
    content: "";
    z-index: -1;
}
.single-testimonial-item .text-holder p{
    color: #444444;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.single-testimonial-item .img-holder{
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.single-testimonial-item .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-item .name{
    position: relative;
    display: block;
    padding-top: 56px;
}
.single-testimonial-item .name h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 3px;
}
.single-testimonial-item .name span{
    color: #2f7abb;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 0;
    left: -104px;
    margin: 29px 0;
}
.testimonial-area .owl-dots .owl-dot{
    position: relative;
  background-image:none;
  width: 20px;
  height: 20px;
  margin: 20.5px 4px;
    border: 2px solid #d9d9d9;
  padding: 0px;
    border-radius: 50%;
  background: #f5f5f5;
  transition: all 500ms ease;
  display: block;
}
.testimonial-area .owl-dots .owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #d9d9d9;
    content: "";
    border-radius: 50%;
    margin: 4px;
    transition: all 500ms ease;
}
.testimonial-area .owl-dots .owl-dot span{
  display:none; 
}
.testimonial-area .owl-dots .owl-dot.active{
    background: #2f7abb;
    border-color: #2f7abb;
}
.testimonial-area .owl-dots .owl-dot:hover{
    background: #2f7abb;
    border-color: #2f7abb;
}
.testimonial-area .owl-dots .owl-dot.active:before,
.testimonial-area .owl-dots .owl-dot:hover:before{
    background: #ffffff;
    border-color: #ffffff;
}
.testimonial-invild {
  background:#fff;
  padding:50px 0;
}
.testimonial-invild .review .review-description {
  background:#ededed;
  padding:24px;
  border-radius:6px;
  box-shadow: 1px 1px 4px #a5a5a5;
  margin: 15px 0;
}
.testimonial-invild .review .review-description a .first{
  float:left;
}
.testimonial-invild .review .review-description a .first img{
  width:44px;
  height:44px;
  border-radius:50%;
}
.testimonial-invild .review .review-description a .first p{
  font-size:24px;
  background:#ffff;
  color:#fff;
  border-radius:50%;
  width:44px;
  height:44px;
  text-align:center;
  line-height:42px;
}
.testimonial-invild .review .review-description a .second {
  display:inline-block;
  padding-left:12px;
}
.testimonial-invild .review .review-description a .second ul {
  display:inline-block;
} 
.testimonial-invild .review .review-description a .second h1{
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: rgb(0, 0, 0);
  line-height:15px;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}
.testimonial-invild .review .review-description a .second ul li{
  float:left;
}
.testimonial-invild .review .review-description a .second ul li i{
  color:rgb(255 180 0);
  font-size: 16px;
}
.testimonial-invild .review .review-description a .second ul .date-revi{
  font-size:14px;
  color:#616161;
  padding-left:10px;
}
.testimonial-invild .review .review-description .review-title{
  float:unset;
  display:inline-block;
  padding-top:0px;
}
.review-title a{
	font-size: 15px;
	text-decoration: underline !important;
    color: #616161;
}
.review-title a:hover{
	color: #6eba10;
}
.testimonial-invild .review .review-description .review-title h2{
  font-size:16px;
  margin-top: 0;
  color:#000;
  font-weight:400;
  line-height:26px;
  font-family: "Poppins", sans-serif !important;
}
.testimonial-invild .review .review-description .review-title h2 a{
  font-size:14px;
  color:#000;
  font-weight:400;
  padding-top:5px;
}
.testimonial-invild .review .review-description .review-title .rev-img{
  padding-top:15px;
}
.testimonial-invild .review .review-description .review-title .rev-img{}
#more21, #more20, #more19, #more18, #more17, #more16, #more15, #more14, #more13, #more12, #more11, #more10, #more9, #more8, #more7, #more6, #more5, #more4, #more3, #more2, #more1, #more {
  display: none;
}


.gallery-main {
    /*padding: 30px 0;
    border-top: 1px dashed #6eba10;
    border-bottom: 1px dashed #6eba10;
    background: #95d64429;*/
    padding: 30px 0;
    border-top: 1px dashed #2f2f2f78;
    border-bottom: 1px dashed #2f2f2f78;
    background: #2f2f2f1c;
}
.gallery-main .gallery-img img {
/*    border: 1px solid #6eba1082;*/
    border: 1px solid #2f2f2f78;
    padding: 5px;
    background: #fff;
}

.gallery-main .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 45%;
    left: 0;
}
.gallery-main .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 45%;
    right: -6rem;
}
.gallery-main .owl-carousel .owl-nav .owl-next i,
.gallery-main .owl-carousel .owl-nav .owl-prev i{
/*    border: 1px solid #2f2f2f;*/
    color: #2f2f2f;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s;
    position: absolute;
    top: -12%;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.slogen {
    padding: 30px 0;
    border-top: 1px dashed #6eba10;
    border-bottom: 1px dashed #6eba10;
}
.slogen h1 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
}
.slogen p {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.slogen .slo {
    float: right;
    margin-top: 10px;
}
.slogen .slo a{
    padding: 15px 30px;
}
.slogen .slo  i{
	margin-left: 5px;
}


.header .head-right-top {
    padding-top: 0px;
    margin-top: 35px;
    float: right;
}
.header .head-right-top .sec-1 {
    margin-right: 15px;
}
.header .head-right-top a {
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 20px 0 0;
    box-shadow: 1px 1px 2px #b8b7b7;
}
.header .head-right-top .sec-1 .img-sec {
    /* background: #f8f8f8; */
    display: inline-block;
    vertical-align: middle;
    padding: 13px 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #e1e1e1;
}
.header .head-right-top .sec-1 .con-sec {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
}
.header .head-right-top .sec-1 .con-sec span {
    color: #6eba10;
    font-size: 16px;
    font-weight: 500;
    display: block;
    transition: 0.5s ease;
    text-align: left;
}
.header .head-right-top .sec-1 .con-sec label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.5s ease;
}