﻿
body{
	color: #616161;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #002c5d;
	font-weight: bold;
	font-family: 'Source Sans Pro';
}
h1{
	font-size: 48px;
}
h2{ 
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
span{
	color: #39cabb;
}

/* Links
------------------------------------ */
a{
  display: inline-block;
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
a:hover{
	text-decoration: none;

}
a:hover,
a:focus,
a:active {
	color: #d46f6f;
}


/* =============== */

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background-color: #002c5d;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}




.logo img{height:66px;}
.menu-box .sticky-logo{
  display: none;
}

.menu-box.sticky-nav .sticky-logo{
  display: block;
  margin-left: 100px;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/* mobile menu start ================================*/

/* ======================Topbar start========================== */
.topbar .topbar-wraper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding:10px 0;
}

.topbar .topbar-wraper .contact{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.topbar .topbar-wraper .contact .phone{
	position: relative;
}

.topbar .topbar-wraper .contact .phone .icon{
	margin-right: 10px;
}

.topbar .topbar-wraper .contact .phone .icon i{
	font-size: 35px;
	color: #39cabb;
}

.topbar .topbar-wraper .contact .spase{
	padding-right: 45px;
	position: relative;
}

.topbar .topbar-wraper .contact .spase::before{
	position: absolute;
	content: "";
	height: 50px;
	width: 1px;
	background-color: #e5e9ee;
	right: 10%;
  top: 3%;
}

.topbar .topbar-wraper .contact .phone .icon-content p{
	margin-bottom: 6px;
	font-size: 15px;
	color: #727272;
	font-weight: 400;

}

.topbar .topbar-wraper .contact .phone .icon-content span{
	font-size: 18px;
	color: #002c5d;
	font-weight: 600;
}
/* ======================Topbar end========================== */


/* ======================menu section start========================== */
.menu-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #1d9b9b;
	margin-bottom: -35px;
	z-index: 6;
	position: relative;
}

.menu-box .main-menu nav ul{
	display: flex;
	flex-wrap: wrap;
}

.menu-box .main-menu nav ul i{
	opacity: 0.7;
	font-size: 13px;
}

.menu-box .main-menu ul li a{
	padding: 20px 12px;
	color: #fff;
}

.menu-box .main-menu ul li a:hover{
	color: #39cabb;
}

.menu-box .right-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.menu-box .right-content .icon a{
	margin: 0px 10px;
	color: #fff;
	
}

.menu-box .right-content .icon a i{
	font-size: 20px;
	position: relative;
}

.menu-box .right-content .icon{
	position: relative;
}

.menu-box .right-content .icon::after{
	position: absolute;
	content: "";
	height: 20px;
	width: 1px;
	background-color: #8096ae;
	left: 50%;
	top: 2%;

}

.menu-box .right-content .button{
	background-color: #39cabb;
	border-radius: 0px 6px 6px 0px;
	margin-left: 10px;
	transition: .5s;
}

.menu-box .right-content .button a{
	padding: 23px 23px;
	color: #fff;
	font-size: 16px;
	transition: .5s;
}

.menu-box .right-content .button:hover{
	background-color: transparent;
	color: #39cabb;
	transition: .5s;
}

.menu-box .right-content .button:hover a{
	color: #39cabb;
	transition: .5s;
}

.menu-box .right-content .button i{
	margin-left: 10px;
}
/* ======================menu section end========================== */
   /*--=====================================
    ----------start sub menu---------------
    -========================================*/

.menu-box .main-menu .sub-menu {
    height: auto;
    width: 246px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 80px;
    transition: .3s;
    opacity: 0;
    left: 0;
   /* visibility: hidden;*/
   display:none;
    border-radius: 7px;
    padding: 5px 10px;
    border-top: 4px solid#2D4B8B;
    border-bottom: 4px solid#39cabb;
}
	.menu-box .main-menu .menu-item-has-children.lv1 .sub-menu {
		top: 63px;
		opacity: 1;
		display:none;
		z-index: 9;
		transition: .5s;
	}
	.menu-box .main-menu .menu-item-has-children.lv2 .sub-menu {
		top: 0;
		left: 100%;
		opacity: 1;
		display: none;
		z-index: 9;
		transition: .5s;
	}

.menu-box .main-menu .menu-item-has-children{
	position: relative;
}

.menu-box .sub-menu li {
    display: none;
    margin-bottom: -40px;
}
.menu-box .main-menu .sub-menu li a {
    position: relative;
    color: #002c5d;
    margin: 5px 5px 5px 10px;
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: .5s;
}

.menu-box .main-menu .sub-menu li a:hover{
	color: #39cabb;
	transition: .5s;
}

	.menu-box .main-menu .menu-item-has-children.lv1:hover > .sub-menu {
		display: block;
	}
	.menu-box .main-menu .menu-item-has-children.lv2:hover > .sub-menu {
		display: block;
	}
	
	.menu-box .sub-menu li {
		position: relative; /* Quan trọng để menu cấp 3 căn theo li này */
		display: block;
		margin-bottom: 0; /* Khuyên dùng: 0 để dễ kiểm soát */
	}


.menu-box .main-menu .sub-menu li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #39cabb;
    left: -18px;
    top:18px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.menu-box .sub-menu li a:hover {
    margin-left: 30px;
    color: #333;
    transition: .5s;
}
.sticky-nav.header-area .main-menu .sub-menu li a:hover {
    margin-left: 30px;
    color: #39cabb;
    transition: .5s;
}
.menu-box .sub-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
}


/* ======================Danh Muc start========================== */
.danhmuc {
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 20px;
}

	.danhmuc .appoinment-title h4 {
		font-size: 18px;
		text-align: center;
		color: #39cabb;
		font-weight: 600;
	}

	.danhmuc .appoinment-title h2 {
		font-size: 44px;
		text-align: center;
		margin-bottom: 50px;
	}

	.danhmuc .appoinment-box {
		background-color: #fff;
		border-radius: 10px;
		padding: 30px 0px 0px 0px;
	}

		.danhmuc .appoinment-box .appoinment-item {
			position: relative;
			padding: 0px 5px;
		}

			.danhmuc .appoinment-box .appoinment-item::before {
				position: absolute;
				content: "";
				height: 5px;
				width: 40%;
				left: 0;
				right: 0;
				bottom: -35px;
				margin: auto;
				background-color: #39cabb;
				transition: .5s;
			}

			.danhmuc .appoinment-box .appoinment-item:hover .icon-image span {
				background-color: #39cabb;
				color: #fff;
				transition: .5s;
			}

			.danhmuc .appoinment-box .appoinment-item:hover::before {
				width: 90%;
				transition: .5s;
			}

			.danhmuc .appoinment-box .appoinment-item .icon-image {
				position: relative;
				text-align: center;
			}
			.danhmuc .owl-carousel .owl-item img {
				display: inline;
				width:auto;
			}
				.danhmuc .appoinment-box .appoinment-item .icon-image span {
					position: absolute;
					height: 40px;
					width: 40px;
					border: 1px solid #39cabb;
					border-radius: 20px;
					line-height: 40px;
					right: 60px;
					transition: .5s;
				}

			.danhmuc .appoinment-box .appoinment-item h3 {
				font-size: 22px;
				text-align: center;
				font-weight: 600;
				margin-top: 10px;
			}

			.danhmuc .appoinment-box .appoinment-item p {
				font-size: 15px;
				text-align: center;
				margin: 17px 0px 35px 0px;
				padding: 0px 10px;
			}

/* ======================appoinment section end========================== */
/* ======================appoinment section start========================== */
.appoinment-section {
	background-image: url('image/appoinment-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0px 100px 0px;
}

	.appoinment-section .appoinment-title h4 {
		font-size: 18px;
		text-align: center;
		color: #39cabb;
		font-weight: 600;
	}

	.appoinment-section .appoinment-title h2 {
		font-size: 44px;
		text-align: center;
		margin-bottom: 50px;
	}

	.appoinment-section .appoinment-box {
		background-color: #fff;
		border-radius: 10px;
		padding: 30px 0px 0px 0px;
	}

		.appoinment-section .appoinment-box .appoinment-item {
			position: relative;
			padding: 0px 5px;
		}

			.appoinment-section .appoinment-box .appoinment-item::before {
				position: absolute;
				content: "";
				height: 5px;
				width: 40%;
				left: 0;
				right: 0;
				bottom: -35px;
				margin: auto;
				background-color: #39cabb;
				transition: .5s;
			}

			.appoinment-section .appoinment-box .appoinment-item:hover .icon-image span {
				background-color: #39cabb;
				color: #fff;
				transition: .5s;
			}

			.appoinment-section .appoinment-box .appoinment-item:hover::before {
				width: 90%;
				transition: .5s;
			}

			.appoinment-section .appoinment-box .appoinment-item .icon-image {
				position: relative;
				text-align: center;
			}

				.appoinment-section .appoinment-box .appoinment-item .icon-image span {
					position: absolute;
					height: 40px;
					width: 40px;
					border: 1px solid #39cabb;
					border-radius: 20px;
					line-height: 40px;
					right: 60px;
					transition: .5s;
				}

			.appoinment-section .appoinment-box .appoinment-item h3 {
				font-size: 22px;
				text-align: center;
				font-weight: 600;
				margin-top: 10px;
			}

			.appoinment-section .appoinment-box .appoinment-item p {
				font-size: 15px;
				text-align: center;
				margin: 17px 0px 35px 0px;
				padding: 0px 10px;
			}

/* ======================appoinment section end========================== */
/* ======================Testimonial section start========================== */
.testimonial-section {
	background-image: url('image/service-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

	.testimonial-section .testi-slider2 {
		margin: 100px 0px;
	}

		.testimonial-section .testi-slider2 .testi-box {
			background-color: #fff;
			border-radius: 5px;
		}

			.testimonial-section .testi-slider2 .testi-box .testi-content {
				position: relative;
				padding: 50px 50px;
			}

				.testimonial-section .testi-slider2 .testi-box .testi-content h2 {
					font-size: 38px;
				}

				.testimonial-section .testi-slider2 .testi-box .testi-content p {
					font-size: 16px;
					margin: 40px 0px 50px 0px;
				}

				.testimonial-section .testi-slider2 .testi-box .testi-content .people img {
					width: 20%;
				}

				.testimonial-section .testi-slider2 .testi-box .testi-content .people .text {
					margin-top: 16px;
				}

				.testimonial-section .testi-slider2 .testi-box .testi-content .icon {
					position: absolute;
					right: 50px;
					bottom: 50px;
				}

	.testimonial-section .owl-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}

		.testimonial-section .owl-nav button.owl-next {
			position: absolute;
			right: 59px;
			bottom: -136px;
			color: #fff;
			height: 50px;
			width: 50px;
			border-radius: 25px;
			font-size: 30px;
			background-color: #39cabb;
			border: 1px solid #FFF;
			line-height: 33px;
		}

		.testimonial-section .owl-nav button span {
			height: 100%;
			width: 100%;
			display: inline-block;
			color: #fff;
			line-height: 40px;
		}

		.testimonial-section .owl-nav button.owl-next:hover {
			background-color: #fff;
			transition: 0.5s;
			border: 1px solid #39cabb;
		}

			.testimonial-section .owl-nav button.owl-next:hover span {
				color: #39cabb;
			}

		.testimonial-section .owl-nav button.owl-prev {
			position: absolute;
			left: 466px;
			bottom: -135px;
			color: #fff;
			height: 50px;
			width: 50px;
			border-radius: 25px;
			font-size: 30px;
			background-color: #39cabb;
			border: 1px solid #FFF;
			line-height: 33px;
		}

			.testimonial-section .owl-nav button.owl-prev:hover {
				background-color: #fff;
				transition: 0.5s;
				border: 1px solid #39cabb;
			}

				.testimonial-section .owl-nav button.owl-prev:hover span {
					color: #39cabb;
				}

/* ======================Testimonial section end========================== */
/* ======================Hero section start========================== */
.hero-section {
	background-image: url('image/hero1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 150px 0px 200px 0px;
}

	.hero-section .text-section .question p {
		background-color: #dc3545;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		display: inline-block;
		border-radius: 4px;
		padding: 6px 10px;
	}

	.hero-section .text-section h2 {
		font-size: 50px;
		font-weight: 500;
	}

	.hero-section .text-section h1 {
		font-size: 60px;
		font-weight: 700;
	}

	.hero-section .text-section .paragraph p {
		font-size: 16px;
		font-weight: 500;
		margin: 15px 0px 35px 0px;
	}

	.hero-section .button {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.hero-section .button a.left {
			padding: 18px 30px;
			background-color: #dc3545;
			border-radius: 5px;
			color: #fff;
			transition: .5s;
			border: 1px solid #dc3545;
		}

		.hero-section .button .left {
			margin-right: 15px;
		}

		.hero-section .button a.left:hover {
			background-color: transparent;
			border: 1px solid #dc3545;
			color: #002c5d;
			transition: .5s;
		}

		/*video*/
		.hero-section .button .drs-video {
			display: inline-block;
			position: relative;
			top: 0px;
			left: 55px;
		}

			.hero-section .button .drs-video::before {
				position: absolute;
				content: "";
				top: -74px;
				left: -73px;
				height: 148px;
				width: 148px;
				background-position: center center;
				background-size: cover;
				background-repeat: no-repeat;
				right: 0;
				margin: auto;
			}

			.hero-section .button .drs-video .animate-border a {
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
			}

		.hero-section .button .animate-border a i {
			color: #dc3545;
			font-size: 40px;
		}

		.hero-section .button .drs-video .animate-border .video-vemo-icon {
			text-align: center;
			display: inline-block;
			border-radius: 50%;
			position: absolute;
			/ left: 50%;
			/ / transform: translateX(-50%);
			/
		}

			.hero-section .button .drs-video .animate-border .video-vemo-icon::before {
				content: "";
				border: 2px solid #dc3545;
				position: absolute;
				z-index: 0;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-50%);
				display: block;
				width: 120px;
				height: 120px;
				border-radius: 50%;
				animation: zoomBig 3.25s linear infinite;
				-webkit-animation-delay: .75s;
				animation-delay: .75s;
			}

			.hero-section .button .drs-video .animate-border .video-vemo-icon::after {
				content: "";
				border: 2px solid #1e4b7e;
				position: absolute;
				z-index: 0;
				left: 50%;
				top: 50%;
				transform: translateX(-50%) translateY(-50%);
				display: block;
				width: 120px;
				height: 120px;
				border-radius: 50%;
				animation: zoomBig 3.25s linear infinite;
				-webkit-animation-delay: 0s;
				animation-delay: 0s;
			}

@keyframes zoomBig {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}

	40% {
		opacity: .5;
		border-width: 2px;
	}

	65% {
		border-width: 1px;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 1px;
	}
}

/* ======================Hero section end========================== */
/* ======================book section start========================== */
.book-section .booking-form-row{
	position: relative;
  margin-top: -62px;
  z-index: 66;
}

.book-section .book-content{
	background-color: #39cabb;
	/* height: 220px; */
	border-radius: 5px;
}

.book-section .book-content .booking-form-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 50px 30px 65px 30px;

}

.book-section .book-content .booking-form-inner input::placeholder{
	color: #e0e3e8;
}

.book-section .book-content .booking-form-inner label{
	color: #fff;
}

.book-section .book-content .booking-form-inner .form-control{
	padding: 25px 8px;
	color: #e0e3e8;
}

.book-section .book-content .booking-form-inner .form-control.date{
	padding: 25px 30px;
}

.book-section .book-content .booking-form-inner .option{
	border: none;
	padding: 25px 60px;
}

.book-section .book-content .booking-form-inner select {
	padding: 15px 31px;
	border-radius: 4px;
	border: none;
	color: #e0e3e8;
	background-color: #fff;
}
 
 .book-section .book-content .booking-form-inner .btn-submit{
	padding: 14px 27px;
  border: none;
  background-color: #002c5d;
  color: #fff;
  border-radius: 4px;
  margin-top: 28px;
}

 .book-section .book-content .booking-form-inner .btn-submit i{
 	margin-right: 10px;
 }
 .form-control:focus {
    background-color: transparent !important;
}
.contact-section .contact_from .contact {
    border: 1px solid #6d8aab;
    border-radius: 4px;
    height: 50px;
}
.contact-section .contact_from textarea {
    height: 150px !important;
}
/* ======================book section end========================== */
/* ======================about section start========================== */
.about-section {
	margin-bottom: 95px;
}

	.about-section .left-content {
		position: relative;
	}

		.about-section .left-content .about-image img {
			width: 100%;
		}

		.about-section .left-content .icon-box {
			background-color: #39cabb;
		}

			.about-section .left-content .icon-box .icon img {
				background-color: #fff;
				padding: 10px 13px;
				border-radius: 5px;
				margin-right: 20px;
			}

		.about-section .left-content .icon-box {
			position: absolute;
			bottom: 10px;
			left: 0;
			border-radius: 5px;
			padding: 13px 15px;
		}

			.about-section .left-content .icon-box .text-content h3 {
				font-size: 22px;
				color: #fff;
			}

			.about-section .left-content .icon-box .text-content p {
				font-size: 16px;
				color: #fff;
			}

	.about-section .right-content {
		margin: 20px 0px 0px 10px;
	}

		.about-section .right-content .right-title h2 {
			font-size: 44px;
		}

		.about-section .right-content .right-title p {
			margin: 30px 0px 40px 0px;
		}

		.about-section .right-content .skills-bar .bar {
			margin: 30px 0px;
		}

			.about-section .right-content .skills-bar .bar:forst-child {
				margin-top: 0px;
			}

			.about-section .right-content .skills-bar .bar .info {
				margin-bottom: 10px;
			}

				.about-section .right-content .skills-bar .bar .info span {
					font-size: 17px;
					font-weight: 700;
					color: #002c5d;
				}

			.about-section .right-content .skills-bar .bar .progress-line {
				position: relative;
				height: 10px;
				width: 100%;
				background-color: #e9f2f1;
				border-radius: 3px;
				transform: scaleX(0);
				transform-origin: left;
				animation: animate 1s cubic-bezier(1,0,0.5,1) forwards;
			}


				.about-section .right-content .skills-bar .bar .progress-line span {
					position: absolute;
					height: 100%;
					width: 80%;
					background-color: #39cabb;
					border-radius: 3px;
					transform: scaleX(0);
					transform-origin: left;
					animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
				}

@keyframes animate {
	100% {
		transform: scaleX(1);
	}
}

.about-section .right-content .skills-bar .bar .progress-line.microscope span {
	width: 85%;
}

.about-section .right-content .skills-bar .bar .progress-line.heart span {
	width: 90%;
}

.about-section .right-content .skills-bar .bar .progress-line.dental span {
	width: 70%;
}

.about-section .right-content .skills-bar .bar .progress-line span::before {
	position: absolute;
	content: "";
	right: 0;
	top: -10px;
	height: 0px;
	width: 0px;
	border: 7px solid transparent;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-color: #39cabb;
}

.about-section .right-content .skills-bar .bar .progress-line span::after {
	position: absolute;
	content: "80%";
	color: #fff;
	background-color: #39cabb;
	right: 0;
	top: -28px;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 8px;
	border-radius: 4px;
}

.about-section .right-content .skills-bar .bar .progress-line.microscope span::after {
	content: "85%";
}

.about-section .right-content .skills-bar .bar .progress-line.heart span::after {
	content: "90%";
}

.about-section .right-content .skills-bar .bar .progress-line.dental span::after {
	content: "70%";
}

.about-section .right-content .right-icon {
	margin-top: 50px;
}

	.about-section .right-content .right-icon i {
		color: #39cabb;
		font-size: 30px;
		margin-right: 20px;
	}

	.about-section .right-content .right-icon p {
		font-size: 17px;
	}

		.about-section .right-content .right-icon p span {
			text-decoration: underline;
		}

/* ======================about section end========================== */
/* ======================feature section start========================== */

.feature-secction{
	background-image: url('image/Home-1-Recovered-.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  padding: 100px 0px 85px 0px;
}

.feature-secction .feature-title h1{
	font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
}

.feature-secction .single-feature {
  background: #fff;
  text-align: center;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 7%);
}

.feature-secction .single-feature .feature-content p{
	font-size: 16px;
	margin-bottom: 8px;
}

.feature-secction .single-feature .feature-content h2{
	font-size: 22px;
	margin-bottom: 30px;
  	font-weight: 600;

}

.feature-button a {
    padding: 16px 20px;
    background: #39cabb;
    border-radius: 50px;
    color: #fff;
    transition: .5s;
}
.feature-button a span {
    display: none;
    transition: .5s;

}
.feature-button a i{
	transition: .5s;
}
.feature-button a:hover span{
		display: inherit;
		color: #fff;
}
.feature-button a:hover i{
	margin-left: 10px;
}
.feature-button a:hover{
	padding: 16px 30px;
	border-radius: 30px;
}
.feature-secction .single-feature.item-4{
	background-color: #002c5d;
	text-align: left;
}

.feature-secction .single-feature.item-4 h3{
	color: #fff;
	font-size: 24px;
	margin: 25px 0px 25px 0px;
}

.feature-secction .single-feature.item-4 p{
	color: #39cabb;
	font-size: 16px;
	margin-bottom: 3px;

}

.feature-secction .single-feature.item-4 h4{
	color: #fff;
	font-size: 20px;
}

.feature-secction .single-feature.item-4 .bar{
	height: 1px;
	width: 100%;
	background-color: #39cabb;
	margin: 20px 0px;
}

.feature-secction .single-feature.item-4 h2{
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}

/* ======================feature section end========================== */
/* ======================Call do section start========================== */
.call-do-section{
	background-image: url('image/bg-call.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.call-do-section .call-do-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 90px 0px;
}

.call-do-section .call-do-content .left-content .image img{
	width: 100%;
}

.call-do-section .call-do-content .left-content .title{
	padding-left: 25px;
}

.call-do-section .call-do-content .left-content .title p{
	font-size: 34px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}

.call-do-section .call-do-content .left-content .title h1{
	font-size: 44px;
	color: #fff;
	margin-bottom: 5px;
}

.call-do-section .call-do-content .button a{
	font-size: 16px;
	color: #fff;
	background-color: #39cabb;
	padding: 17px 25px;
	border-radius: 4px;
	transition: .5s;
}

.call-do-section .call-do-content .button a:hover{
	background-color: transparent;
	border: 1px solid #39cabb;
	color: #fff;
	transition: .5s;
}
/* ======================Call do section end========================== */
/* ======================Service section start========================== */
.service-bg{
	background-image: url('image/Home-1.jpg');
	background-position: center;
	background-size: cover;
	padding-bottom: 250px;
	padding-top: 90px;
}

.service-bg .service-title-wraper h1{
	font-size: 44px;
	margin-bottom: 60px;
}

.service-bg .service-title-wraper p{
	font-size: 16px;
	margin-top: 20px;
}

.service-section{
	margin-top: -264px;
	padding-bottom: 100px;
	position: relative;
}

.service-section .service-slider .slider-item{
	box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
	border-radius:5px;
	margin-bottom: 40px;
    overflow: hidden;

}

.service-section .service-slider .slider-item .slider-image{
	height: 265px;
	position: relative;
}

.service-section .service-slider .slider-item .icon{
	position: absolute;
	left: 5%;
	bottom: 5%;
	display: inline-block;
	background-color: #39c9ba;
	padding:10px 16px;
	border-radius: 5px;
	transition: .5s;
	color:#fff;

}

.service-section .service-slider .slider-item:hover .slider-image .icon{
  background-color: #002c5d;
	color: #fff;
  transition: .5s;
}


.service-section .service-slider .slider-item .text-content {
  margin: 0px 20px;
}

.service-section .service-slider .slider-item .text-content .number-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.service-section .service-slider .slider-item .text-content h2{
	font-size: 24px;
	margin-top: 25px;
}
.service-section .service-slider .slider-item .text-content p{
	font-size: 16px;
	margin: 20px 0px;
}

.service-section .service-slider .slider-item .text-content .number-box{
	padding-bottom: 30px;
}

.service-section .service-slider .slider-item .text-content .number-box .number h2{
	font-size: 140px;
	color: #f2f4f7;
	position: absolute;
	bottom: -75%;
  left: 50%;
  transition: .5s;
}

.service-section .service-slider .slider-item:hover .text-content .number-box .number h2{
	bottom: -30%;
	transition: .5s;
}


.service-button a {
    padding: 16px 20px;
    background: #39cabb;
    border-radius: 50px;
    color: #fff;
    transition: .5s;
}
.service-button a span {
    display: none;
    transition: .5s;

}
.service-button a i{
	transition: .5s;
}
.service-button a:hover span{
		display: inherit;
		color: #fff;
}
.service-button a:hover i{
	margin-left: 10px;
}
.service-button a:hover{
	padding: 16px 30px;
	border-radius: 30px;
}
/* .service-section .service-slider .slider-item .service-button a{
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0 15px;
	overflow: hidden;
	border-radius: 50%;
  	background-color: #e1f7f5;
}

.service-section .service-slider .slider-item:hover .service-button a{
	position: relative;
  	width: 125px;
  	border-radius: 30px;
  	text-align: right;
  	background-color: #39cabb;
  	color: #fff;
}

.service-section .service-slider .slider-item .service-button a span{
	position: absolute;
	transform: translateX(17px);
	left: 0;
	visibility: hidden;
}

.service-section .service-slider .slider-item:hover .service-button a span{
	transform: translateX(15px);
	visibility: visible;
	color: #fff;
} */

.service-section .owl-dots {
 	text-align: center;
 	position: absolute;
 	left: 50%;
 	transform: translateX(-50%);
 	bottom: -5%;
 	transition: 0.5s;

}

.service-section .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #39cabb;
  margin-right: 20px;
  transition: 0.5s;

}

.service-section .owl-dots .owl-dot.active{
  background: #39cabb;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
/* ======================Service section end========================== */

/* ======================tab section start========================== */
.tab-section{
	background-color: #f4f5f7;
	padding: 100px 0px;
}

.tab-section .tab-title h1{
	font-size: 44px;
	text-align: center;
}

.tab-section .tab-title p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
}

.tab-section .accordion {
  background: #fff;
  margin-top: 70px;
}

.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
}

.accordion-item:last-child {
  border: none;
}

.tab-section .accordion .accordion-tabs button{
	padding: 30px 0px;
}

.tab-section .accordion .accordion-tabs button img{
	margin-bottom: 20px;
}

.tab-section .accordion .accordion-tabs button span{
	font-size: 16px;
	color: #002c5d;
}

.tab-section .accordion .accordion-content{
	padding: 0px 40px;
}

.tab-section .accordion .accordion-content img{
	width: 100%;
}

.tab-section .accordion .accordion-content .left-content {
	padding-right: 20px;
}

.tab-section .accordion .accordion-content .left-content h2{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

.tab-section .accordion .accordion-content .left-content .sub-title p{
	font-style: italic;
}

.tab-section .accordion .accordion-content .left-content p{
	font-style: normal;
}

.tab-section .accordion .accordion-content .left-content .list .icon-box p{
	margin: 5px 0px;
}

.tab-section .accordion .accordion-content .left-content .list .icon{
	margin-right: 10px;
}

.tab-section .accordion .accordion-content .left-content .list .icon i{
	color: #39cabb;
	font-size: 20px;
  
}

.tab-section .accordion .accordion-content .left-content .button a{
	font-size: 16px;
	color: #fff;
	background-color: #39cabb;
	padding: 15px 30px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.accordion-item__label:hover {
  background: #d3e1ff;
}
.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
/* .accordion-active {
  background-color: #39cabb;
} */
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label::after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.accordion-active .accordion-item__container p:first-child, .accordion-active .accordion-item__container h1:first-child, .accordion-active .accordion-item__container h2:first-child, .accordion-active .accordion-item__container h3:first-child, .accordion-active .accordion-item__container h4:first-child, .accordion-active .accordion-item__container h5:first-child, .accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child, .accordion-active .accordion-item__container h1:last-child, .accordion-active .accordion-item__container h2:last-child, .accordion-active .accordion-item__container h3:last-child, .accordion-active .accordion-item__container h4:last-child, .accordion-active .accordion-item__container h5:last-child, .accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}
.left-content p {
    margin: 20px 0 23px;
}

h4.accordion-item__label {
    opacity: 0;
}




@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    background: rgba(68, 127, 255, 0.1);
  }
  .accordion-tabs .accordion-tab {
    background: rgba(234, 243, 244, 1);
    padding: 1rem 2rem;
    font: inherit;
    flex: 1;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
  }
  .accordion-tabs .accordion-tab:hover {
    background: rgba(249, 249, 249, 0.01);
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    background: #39cabb;
    
  }

  .accordion-tabs .accordion-tab.accordion-active img {
    filter: brightness(0)invert(1);
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }

 /*  .tab-section .accordion .accordion-content img{
	width: 100%;
} */

  .accordion-item {
    padding: 2.4rem;
    display: none;
    border: none;
    background: #fff;
    min-height: 260px;
  }


  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

.accordion {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
/* @media (min-width: 600px) {
  .accordion {
    max-width: 600px;
  }
} */

/* ===================================================================================================== */

/* ======================tab section end========================== */
/* ======================team section start========================== */
.team-section {
	margin-bottom: 100px;
}

	.team-section .title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.team-section .title h2 {
			font-size: 44px;
			margin-bottom: 55px;
		}

		.team-section .title .team-button a {
			padding: 18px 45px;
			background-color: #39cabb;
			border-radius: 5px;
			color: #fff;
			transition: .5s;
			margin-top: 30px;
		}

			.team-section .title .team-button a:hover {
				background-color: transparent;
				border: 1px solid #39cabb;
				color: #002c5d;
				transition: .5s;
			}

	.team-section .single-box {
		position: relative;
		transition: .5s;
		box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.1);
		border-radius: 10px;
	}

		.team-section .single-box .image img {
			width: 100%;
		}

		.team-section .single-box .text-content .name {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.team-section .single-box .text-content {
			padding: 20px 20px 20px 30px;
		}

			.team-section .single-box .text-content h3 {
				font-size: 22px;
			}

			.team-section .single-box .text-content span {
				font-size: 16px;
			}

				.team-section .single-box .text-content span i {
					font-size: 10px;
					margin-right: 10px;
				}

			.team-section .single-box .text-content p {
				font-size: 16px;
			}

			.team-section .single-box .text-content .location i {
				color: #39cabb;
				margin-right: 10px;
			}

			.team-section .single-box .text-content .icon i {
				color: #39cabb;
				margin-right: 5px;
			}

			.team-section .single-box .text-content .button a {
				color: #39cabb;
				padding: 10px 20px;
				border: 1px solid #e5e9ee;
				border-radius: 30px;
				position: absolute;
				left: 215px;
				bottom: 20px;
			}

		.team-section .single-box:hover .text-content .button a {
			background-color: #39cabb;
			color: #fff;
			transition: .5s;
		}
/* ======================team section end========================== */

/* ======================app-download section start========================== */
.app-download-section{
	padding-bottom: 100px;
}
.app-download-section .bg-image{
	background-image: url('image/add-bg.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
}

.app-download-section .bg-image .text-content .image{
	margin-top: 45px;
}

.app-download-section .bg-image .image{
	margin-bottom: -120px;
}

.app-download-section .bg-image .image img{
	width: 100%;
}
.app-download-section .bg-image .text-content{
	margin-top: 25px;
	margin-left: 20px;
}

.app-download-section .bg-image .text-content .image img{
	width: 100%;
}

.app-download-section .bg-image .text-content h1 {
    font-size: 44px;
}

.app-download-section .bg-image .text-content p {
    font-size: 16px;
    margin: 25px 0px 35px 0px;
}

.app-download-section .bg-image .text-content .image .app-stor {
  margin-right: 20px;
}
/* ======================app-download section end========================== */
.new-hot .post {
	display: flex;
	margin-bottom: 15px;
}
	.new-hot .post img {
		width: 160px;
		aspect-ratio: 16 / 9;
		overflow: hidden;
		object-fit: cover;
		transition: .3s ease-in-out;
	}

	.new-hot .post .text h3 a {
		color: #333;
		font-size: 16px;
		line-height: 22px;
		display: inline-block;
		text-decoration: none;
		margin-left: 22px;
		text-transform: capitalize;
		font-weight Specifies weight of glyphs in the font, their degree of blackness or stroke thickness. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : 700;
	}
.new-hot .post .text span {
	color: #616161;
	font-size: 15px;
	margin-left: 22px;
}
/* ======================blog section start========================== */
.blog-section{
	padding: 85px 0px 100px 0px;
	position: relative;
}

.blog-section .blog-title h2{
	font-size: 44px;
	text-align: center;
}
.blog-item img {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	object-fit:cover;
	transition: .3s ease-in-out;
}
.blog-section .blog-title p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 65px;
}

.blog-section .blog-item{
	box-shadow: 0px 5px 40px 0px rgba(0, 44, 93, 0.08);
}

.blog-section .blog-item .image img{
	width: 100%;
}

.blog-section .blog-item .category h5{
	color: #fff;
	background-color: #002c5d;
	padding: 15px 30px;
  border-radius: 0px 0px 5px 5px;
	font-size: 16px;
	display: inline-block;
	transition: .5s;
	/* writing-mode: vertical-rl; */
	transform: rotate(-90deg)!important;
	position: absolute;
	left: -31px;
  top: 140px;
}

.blog-section .blog-item .category h5:hover{
	background-color: #39cabb;
	transition: .5s;
}

.blog-section .blog-item .text-wraper{
	padding: 0px 25px;
}

.blog-section .blog-item .text-wraper h3 a{
	font-size: 24px;
    margin: 25px 0px 5px 0px;
    font-weight: 600;
    transition: .5s;
    color: #002c5d;
}
div#status {
    color: #fff;
}
.blog-section .blog-item .text-wraper h3 a:hover{
	color: #39cabb;
	transition: .5s;
}

.blog-section .blog-item .text-wraper p{
	font-size: 16px;
	margin-top: 0;
}

.blog-section .blog-item .text-wraper .bar{
	background-color: #e5e9ee;
	height: 1px;
	width: 100%;
}

.blog-section .blog-item .text-wraper .image {
    margin: 17px 0px;
}

.blog-section .blog-item .text-wraper .name-date h4{
	font-size: 16px;
}

.blog-section .blog-item .text-wraper .name-date span{
	color: #002c5d;
	margin-right: 20px;
}


/* ======================blog section end========================== */
/* ======================subscribe section start========================== */
.subscrib-section{
	background-color: #ebf6f4;
	padding: 50px 0px;
}

.subscrib-section .icon a{
	height: 50px;
  	width: 50px;
  	border-radius: 24px;
  	background-color: #39cabb;
	color: #fff;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	padding: 8px;
	margin-right: 10px;
	transition: .5s;
}

.subscrib-section .icon a:hover{
	background-color: #002c5d;
	transition: .5s;
}

.subscrib-section .form-wraper{
	position: relative;
}

.subscrib-section .form-wraper input{
	padding: 30px 20px;
}

.subscrib-section .form-wraper input::placeholder{
	/* padding-left: 20px;
	margin-left: 30px; */
}

.subscrib-section .form-wraper button{
  position: absolute;
  padding: 19px 40px;
  border: 0;
  background-color: #39cabb;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  right: 0;
  top: 0;
  transition: .5s;
}

.subscrib-section .form-wraper button:hover{
	background-color: #002c5d;
	border: 1px solid #39cabb;
	color: #fff;
	transition: .5s;
}


/* ======================subscribe section end========================== */
/* ======================footer section start========================== */
.footer-section{
	background-image: url('image/Home-1-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	line-height: 1.7;
}

.footer-section .button a {
    font-size: 16px;
    color: #fff;
    background-color: #39cabb;
    padding: 15px 30px;
    border-radius: 4px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #39cabb;
}

.footer-section .button a:hover{
	background-color: transparent;
	border: 1px solid #39cabb;
	color: #fff;
	transition: .5s;
}

.footer-section h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.footer-section ul li a{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 21px;
	color: #fff;
	transition: .5s;
}

.footer-section ul li a:hover{
	color: #39cabb;
	transition: .5s;
}

.footer-section ul li a i{
	margin-right: 10px;
}

.footer-section .footer-news{
	margin-bottom: 30px;
}

.footer-section .footer-news .image img{
	width: 100%;
	border-radius: 5px;
}

.footer-section .footer-news .image-content p {
	margin: 0px 0px 10px 10px;
	font-size: 16px;
  	font-weight: 500;
  	color: #fff;
}

.footer-section .footer-news .image-content p a{
	color: #fff;
}

.footer-section .footer-news .image-content p a:hover{
	color: #39cabb;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
}

.footer-section .footer-icon .icon i{
	color: #39cabb;
	font-size: 20px;
	font-weight: 600;
}

.footer-section .footer-icon p{
	margin: 0px 0px 0px 10px;

}

.footer-section .bar1{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 25px 0px;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 25px 0px;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin-top: 100px;
}

.footer-section .cuppyright-section p{
	text-align: center;
	color: #fff;
	padding: 37px 0px;
  	margin-bottom: 0;
  	font-weight: 500;
  	margin-top: 0;
}


/* ======================footer section end========================== */



/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #002c5d;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #39cabb;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #39cabb;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */





/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(57, 202, 187, 0.5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #39cabb;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}




/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/* ======================Animation section end========================== */




/* ===========================bratecome section start============================*/
.bratecome-section {
  background-image: url("image/inner page55.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(57, 202, 187, .5);
  
}

.bratecome-section .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/* ===========================bratecome section end============================*/

/* ===========================CONTACT PAGE START===========================  */
/* ===========================************===========================  */
/* ======================Contact section start========================== */
.contact-section {
	background-image: url('image/appoinment-bg2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

	.contact-section .image img {
		position: absolute;
		left: -120px;
		top: 40px;
		width: 119%;
	}

	.contact-section .contact-box {
		background-color: #fff;
		border-radius: 10px;
		padding: 40px 40px 50px 40px;
		margin: 104px 0px;
	}

		.contact-section .contact-box .main-contant h2 {
			font-size: 28px;
		}

		.contact-section .contact-box .main-contant p {
			font-size: 16px;
			margin: 22px 0px;
		}

		.contact-section .contact-box .main-contant {
			padding: 10px;
		}

			.contact-section .contact-box .main-contant select {
				padding: 15px 13px;
				border-radius: 4px;
				border: none;
				background-color: #ebfaf8;
				width: 100%;
			}

				.contact-section .contact-box .main-contant select:focus {
					background-color: #fff;
					border: 1px solid #39cabb;
					box-shadow: none;
				}

			.contact-section .contact-box .main-contant input.contact {
				padding: 25px 15px;
				margin: 17px 0px;
				background-color: #ebfaf8;
				border: none;
			}

				.contact-section .contact-box .main-contant input.contact:focus {
					background-color: #fff;
					border: 1px solid #39cabb;
					box-shadow: none;
				}

			.contact-section .contact-box .main-contant input.time {
				padding: 25px 15px;
				background-color: #ebfaf8;
				border: none;
			}

				.contact-section .contact-box .main-contant input.time:focus {
					background-color: #fff;
					border: 1px solid #39cabb;
					box-shadow: none;
				}

			.contact-section .contact-box .main-contant button.btn.form-control {
				background-color: #39cabb;
				padding: 17px 0px 37px 0px;
				margin-top: 25px;
				color: #fff;
			}
/* ======================Contact section end========================== */
/* ===========================************===========================  */

/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #39cabb;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #39cabb;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 40px 33px 20px 10px;
}

.blog-detail-section .main-section .text-detail p {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #02BFC6;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #02BFC6;
  margin-top: 40px;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 0px 34px 17px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #02BFC6;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #565872;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #02BFC6;
  border-color: #02BFC6;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
  margin-top: 70px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #02BFC6;
  right: 53%;
  bottom: 35%;
  position: absolute;
}

.blog-detail-section .main-section .text-detail .form .name{
	margin-bottom: 25px;
}

.blog-detail-section .main-section .text-detail .form .name input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form .radio {
  margin: 20px 0px 20px 20px;
}

.blog-detail-section .main-section .text-detail .form .radio label {
  padding-left: 10px;
}

.blog-detail-section .main-section .text-detail .form .number input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form textarea {
  height: 130px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 91%;
  margin: 25px 0px;
}

.blog-detail-section .main-section .text-detail .form .submit input {
  background-color: #39cabb;
  border: 1px solid #39cabb !important;
  color: #fff;
  font-size: 16px;
  height: 65px;
  width: 200px;
  transition: .5s;
}

.blog-detail-section .main-section .text-detail .form .submit input:hover{
  background-color: #fff;
  border: 1px solid #d46f6f !important;
  color: #333;
  transition: .5s;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #ced4da;
  color: #616161;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}

.blog-detail-section .main-section .right-side h2 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 55px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.blog-detail-section .main-section .right-side .line {
  height: 1px;
  width: 100px;
  background: #d46f6f;
  right: 26%;
  top: 19%;
  position: absolute;
}

.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section .right-side .comment-line {
  height: 1px;
  width: 100px;
  background: #d46f6f;
  right: 8%;
  bottom: 2%;
  position: absolute;
}

/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
