@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
	max-width: 1440px;
} 
@media screen and (max-width: 1600px){
	.container {
		max-width: 1350px;
	} 
}
@media screen and (max-width: 1400px){
	.container{
		max-width: 1240px;
	}
}
@media screen and (max-width: 1300px){
	.container{
		max-width: 1150px;
	}
}
@media screen and (max-width: 1199px){
	.container{
		max-width: 960px;
	}
}
a {
	color: #000;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;

}

html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom:10px;
	text-align: justify;
	margin-top: 0;

}


.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;overflow-x: clip;
}

.navbar {
	padding: 0
}

.navbar-brand img {
	height: 95px;
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: #fff0
}

.nav-link {
	color: #000 !important;
	font-weight: 500;
	transition: all 200ms linear;
	font-size: 18px
}

.nav-item:hover .nav-link {
	color: #ffa500 !important
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block
}

.icon-box h4 a {
	font-family: "Cormorant", serif;
	color: #000;
	margin-top: 0;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #ffa500;
	opacity: 0;
	transition: all 200ms linear
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1
}

.nav-item.active:hover:after {
	opacity: 0
}

.nav-item {
	position: relative;
	transition: all 200ms linear
}

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear
}

.section {
	position: relative;
	width: 100%;
	display: block
}

.full-height {
	height: 100vh
}

.over-hide {
	overflow: hidden
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20
}


.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0, 0)
}

.dropdown-menu {
	top: 100%;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #fcfaff;
	border:
	none;
	border-radius:
	3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
	display: none
}

.dropdown-item {
	padding:
	8px 30px;
	border-bottom:
	1px solid #ccc;
	font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #e5526c
}

@media (max-width:767px) {
	
	.nav-item:after {
		display: none
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: #fff0;
		box-shadow: none;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important
	}

}

.topbar {
	background: #030724;
	padding: 8px 0;
	position: relative;
	z-index: 3;
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	transition: 0.5s ease;
	color: #fff;
	
}
.topbar ul li i{
	color: #fff;
}
.topbar ul li a:hover{
	color: #fff;
	transition: 0.5s ease;
}
ul {
	padding: 0;
	margin: 0
}

.social {
	float: right
}

.carousel-control-next {
	right: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev {
	left: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev-icon {
	margin-right: 3px
}

.navbar-light .navbar-brand {
	padding: 15px 40px;
	background: #fff;
	margin-top: -40px;
	    border-right: 3px solid #ffa500;
	box-shadow: 0 5px 10px 0 rgb(138 155 165 / .15);
	
}

.topbar ul {
	float: right
}

.pbl-0 {
	padding: 0
}



.navbar {
	padding-right: 50px
}

.social {
	padding-right: 25px
}

a {
	text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
	padding: 10px 40px;
	background: #fff;
	margin-top: 0
}
@media screen and (max-width:1450px){
	.ml-md-4, .mx-md-4 {
		margin-left: 1rem !important;
	}
}
@media screen and (max-width:1199px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.5rem !important;
	}
	.nav-link{
		font-size: 14px;
	}
	.navbar-brand img {
		height: 60px;
	}.topbar::after {
		width: calc(30%);
	}
	.navbar-light .navbar-brand {
		padding: 15px 20px;
	}
}

@media screen and (max-width:991px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.3rem !important;
	}
	.nav-link{
		font-size: 13px;
	}
	.navbar-brand img {
		height: 50px;
	}
	.navbar-light .navbar-brand {
		padding: 15px 10px;
	}
	.topbar ul li a {
		font-size: 12px;
	}
	.social {
		padding-right: 0;
	}
	.topbar ul li {
		margin-right: 10px;
	}
	.navbar {
		padding-right: 18px;
	}
	.headerbtn{
		display: none;
	}#dnn {
		display: block !important;
	}
}


@media screen and (max-width:767px){
	.topbar ul{
		display: none;
	}
	.social{
		display: block !important;
	}
	.navbar-brand img {
		height: 80px;
	}
	.navbar-light .navbar-brand {
		padding: 7px 25px;
	}
	.navbar-nav {
		overflow: hidden;
		padding-left: 30px !important;
	} .nav-link {
		font-size: 15px;
	}
	.dropdown-item {
		padding:
		8px 0px;
	}
	.dropdown-item:hover, .dropdown-item:focus {
		color: #000;
		background-color: #fff;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: -6px !important;
		margin-bottom: 10px !important;
	}
}




/*Menu End*/


/*Slider Start*/

.hero-slider {
	width: 100%;
	height: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}

	.start-header.scroll-on .navbar-brand img {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

@media screen and (min-width: 992px) {

	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.hero-slider .swiper-pagination-custom,
	.hero-slider .swiper-pagination-fraction {
		/*     display: none; */
	}
}

.swiper-pagination {
	text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
}

@media (min-width: 767px) {
	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px;

	}
}
/*Button*/

.btn-default{
	position: relative;
	display: inline-flex;
	line-height: 1.2em;
	background: #050505;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 2px 25px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.headerbtn:hover {
	color: #000;
	background:
	#fff;
	transition:
	0.5s ease;
}
.headerbtn {
	background:
	#000;
	padding:
	4px 20px;
	color: #fff;
	border-radius:
	7px;
	margin-top: 0px;
	border:
	1px solid #000;
	margin-left: 20px;
	transition:
	0.5s ease;
}

.btn-default:hover{
	background-color: transparent;
}



.btn-default:hover:before{
	filter: brightness(0) invert(1);
	transform: translate(-10px, -50%);
}

.btn-default::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #000;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.btn-default:hover span{
	background-color: transparent;
	color: #fff;
}

.btn-default span::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #39b5ff;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
}


/*Button*/
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
	height:850px;
	transition: all .4s ease;
	margin-top: 0px;
}

.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom, #000000ba, #000000ba);
}
.slidercontents__content{

        background: #030724ab;
        padding: 20px 40px;
        border-radius: 30px;
        border-left: 4px solid #ffa500;
}
@media (max-width: 991px) {
	.hero-style {
		height: 600px;
	}
}

.slidercaptiontag {}

@media (max-width: 767px) {
	.hero-style {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-style .container {
		padding-top: 0px;
	}
}

.slidercontents__title{
	font-family: "Oswald", serif;
	font-size: 66px;
	margin-bottom: 0;
	margin-bottom: 20px;
}
.slidercontents__sub-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Sora", serif;
	font-weight: normal;
	line-height: 1.85;
}
.slidercontents__content{
	width: 60%;
}

@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 16px;
	}
	.btn-default span{
		font-size: 16px;
	}

}
@media screen and (max-width:1500px){
	.slidercontents__title{
		font-size: 45px;
	}
	.slidercontents__content{
		width: 45%;
	}
	.slidercontents__sub-title {
		font-size: 15px;
	}
	.btn-default span{
		font-size: 15px;
	}

}
@media screen and (max-width:1199px){
	.slidercontents__title{
		font-size: 40px;
	}
	.slidercontents__content{
		width: 50%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px;
	}

}

@media screen and (max-width:991px){
	.slidercontents__title{
		font-size:35px;
	}
	.slidercontents__content{
		width: 70%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}
@media screen and (max-width:767px){
	.slidercontents__title{
		font-size:30px;
	}
	.slidercontents__content{
		width: 100%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}


/*Slider End*/



/*Footer Start*/

.site-footer {
	position: relative;
	display: block;
	background-color: #000;
	margin-top: -88px;
	z-index: 1;
}

.site-footer-two {
	margin-top: 0;
}

.site-footer__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	animation: topBottom 3s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-1 img {
	width: auto;
	opacity: .40;
}

.site-footer__shape-2 {
	position: absolute;
	top: 113px;
	right: 0;
	animation: leftRight 4s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-2 img {
	width: auto;
	opacity: 0.08;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 70px 0 95px;
}

.site-footer__top-inner {
	position: relative;
	display: block;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-top: 8px;
}

.footer-widget__logo {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: rgba(255,255,255, .80);
	margin-top: 29px;
	margin-bottom: 32px;
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255, .20);
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	border-radius: 2px;
}

.site-footer__social a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 15px;
}

.footer-widget__quick-link {
	position: relative;
	display: block;
	margin-left: 68px;
}

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.footer-widget__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
}

.footer-widget__quick-link-list {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li+li {
	margin-top: 16px;
}

.footer-widget__quick-link-list li>a {
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__quick-link-list li>a:hover {
	color: #000;
}

.footer-widget__quick-link-list li>a>span {
	font-size: 12px;
	margin-right: 12px;
}

.footer-widget__services {
	position: relative;
	display: block;
	margin-left: -7px;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: -31px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.footer-widget__contact-list li+li {
	margin-top: 8px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: inline-block;
	top: 9px;
}

.footer-widget__contact-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

.footer-widget__contact-list li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.footer-widget__contact-list li .content>span {
	position: relative;
	display: block;
	font-weight: 700;

	color: #fff;
	margin-bottom: 3px;
}

.footer-widget__contact-list li .content p {
	color: rgba(255,255,255, .80);
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

.footer-widget__contact-list li .content p a {
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
	color: #000;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #000;
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 22px 0 22px;
}

.site-footer__bottom-text {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer__bottom-menu li+li {
	margin-left: 30px;
}

.site-footer__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: #000;
}


.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes topBottom {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


@media screen and (max-width:1199px){
	.mbn3{
		margin-top: 30px;
	}
	.footer-widget__quick-link, .footer-widget__contact{
		margin-left: 0;
	}
}


@media screen and (max-width:767px){
	.site-footer__top{
		padding: 30px 0 55px;
	}
	.footer-widget__title-box{
		margin-bottom: 10px;
	}
	.footer-widget__quick-link-list li + li {
		margin-top: 10px;
	}
	.footer-widget__quick-link-list{
		margin-bottom: 20px;
	}
	.mbn3 {
		margin-top: 0;
	}
	.footer-widget__contact-list li .content{
		margin-left: 10px;
	}
	.mmnn-00{
		margin-bottom: 10px;
	}
}

/*Footer End*/

/* scroll to top */
.scroll-to-top {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 5px solid #fff;
	background: #000;
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 58px;
	text-align: center;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top i {
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.scroll-to-top:hover {
	background-color: #fff;
	border: 5px solid #000;
}

.scroll-to-top:hover i {
	color: #000;
}

#dnn{
	display: none;
}

@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.navbar-light .navbar-brand{
		margin-top: 0;
		border-right: none;
		box-shadow: none;
	}
	.navbar-brand img {
		height: 60px;
	}#dnn{
		display: block;
	}
	#dss{
		display: none;
	}
}

.copyright br{
	display: none;
}

.copyright {
	background: #ffa500;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}.copyright p {
	margin-bottom: 0;
}
.copyright p a{
	color: #fff !important;
}

.st-footer-area.style2 {
	padding-top: 75px;
	padding-bottom: 65px;
	background: #000;
}
.st-footer-area.style2 .st__footer__title h2 {
	font-size: 22px;
}
.st__footer__logo img{
	height: 70px;
}

.st-footer-area.style2 .st__footer__link a {
	margin-bottom: 10px;
	line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
	text-decoration: underline;
}
.st__footer__grid ul li {
	display: inline;
}
.st__footer__grid ul li img {
	margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
	padding: 32px;
	position: relative;
	overflow: hidden;
}
.footer__scroll {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
}
.st__footer__copyright__link ul li {
	display: inline;
}
.right__all__content {
	margin-left: 41px;
}
.st__footer__copyright__link ul li {
	display: inline;
	margin-left: 27px;
	color: #cacaca;
}
.st__footer__copyright__link ul li a{
	display: inline-block;
	color: #cacaca;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
	color: #000;
}
.st-footer-copyright-area .st__footer__copyright span {
	margin-top: 0;
}.st-footer-area {
	overflow: hidden;
}
.ft_borer {
	border-bottom: 1px dashed #000;
	padding-bottom: 121px;
}
.st__footer__text p {
	color: #fff;
	width: 80%;
	margin: 24px 0 0;
}
.st__social__icon h2 {
	opacity: 1;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin: 25px 0 0 18px;
	position: relative;
}
.st__social__icon h2::before {
	position: absolute;
	content: "";
	top: -3px;
	left: -18px;
	width: 3px;
	height: 30px;
	background: #000;
}
.st__social__icon a {
	display: inline-block;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px dashed rgba(255,255,255,.2);
	text-align: center;
	margin-top: 22px;
	margin-right: 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__social__icon a:hover{
	background: #000;
	border: 1px dashed #000;
}
.st__footer__title h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	position: relative;
	margin-bottom: 23px;
}
.st__footer__title h2::before {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 0;
	background: #ffa500;
	width: 100px;
	height: 1px;
}
.st__footer__link a {
	display: block;
	color: #fff;
	margin-bottom: 17px;
	font-size: 16px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__link a:hover{
	color: #ffa500;
}
.st__footer__link a i {
	color: #fff;
	margin-right: 7px;
}
.st__footer__title p {
	color: #fff;
	opacity: 0.8;
}
.st__footer__subscribe__form input {
	font-size: 16px;
	color: #939393;
	font-weight: 400;
	border: none;
	padding: 18px 17px;
	width: 89%;
}
.st__footer__subscribe__form input::placeholder{
	font-size: 16px;
	color: #939393;
	font-weight: 400;
}
.st__footer__subscribe__form button {
	border: none;
	background: #000;
	color: #fff;
	padding: 12px 19px;
	position: absolute;
	top: 6px;
	right: 42px;
}
.st__footer__copyright span {
	color: #fff;
	font-size: 18px;
	margin-top: 32px;
	display: inline-block;
}
.st__footer__copyright span a{
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
.footer__scroll a {
	display: inline-block;
	background: #e5ffeb;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
.copyright p{
	color: #fff !important;
	text-align: center;
}
@media screen and (max-width:767px){
	.copyright br{
		display: block;
	}
}










/*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
.aboutus {
	position: relative;
	display: block;
	padding: 70px 0 100px;
}

.aboutus__left {
	position: relative;
	display: block;
}

.aboutus__img-box {
	position: relative;
	display: block;
}

.aboutus__img {
	position: relative;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.aboutus__img img {
	width: 100%;
	border-radius: 50%;
}

.aboutus__img-two {
	position: absolute;
	top: 40px;
	left: -102px;
	z-index: 2;
}

.aboutus__img-two img {
	width: auto;
	border-radius: 50%;
	border: 10px solid white;
}

.aboutus__call {
	position: absolute;
	bottom: 102px;
	left: -60px;
	background-color: rgb(255, 255, 255);
	box-shadow: 14.982px 29.403px 87px 0px rgba(229, 82, 108, 0.6);
	display: flex;
	align-items: center;
	padding: 24px 40px 24px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index: 2;
}

.aboutus__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 1px solid #cfdbdf;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.aboutus__call-icon:hover {
	background-color:#000;
	border: 1px solid#000;
}

.aboutus__call-icon i {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color:#000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.aboutus__call-icon:hover i {
	color: #fff;
}

.aboutus__call-content {
	margin-left: 10px;
}

.aboutus__call-sub-title {
	font-size: 18px;
	letter-spacing: ;
}

.aboutus__call-number {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: ;
	margin-top: 7px;
}

.aboutus__call-number a {
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.aboutus__call-number a:hover {
	color:#000;
}

.aboutus__shape-1 {
	position: absolute;
	bottom: 0;
	left: -17px;
	height: 55px;
	width: 55px;
	background-color:#e5526c;
	border-radius: 50%;
}

.aboutus__arrow {
	position: absolute;
	bottom: -10px;
	right: -47px;
	z-index: -1;
}

.aboutus__arrow img {
	width: auto;
	height: 90px;
}

.aboutus__right {
	position: relative;
	display: block;
	margin-left: 70px;
}
.aboutus__right h5{
	margin-bottom: 10px
}
.aboutus__right .section-title-two {
	margin-bottom: 32px;
}

.aboutus__text {
	letter-spacing: ;
}

.aboutus__points-and-counter-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 37px;
}

.aboutus__points-box {
	position: relative;
	display: block;
}

.aboutus__points {
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.aboutus__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.aboutus__points li + li {
	margin-top: 15px;
}

.aboutus__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 17px;
	width: 17px;
	background-color:#000;
	border-radius: 50%;
	font-size: 9px;
	color: #fff;
}

.aboutus__points li .text {
	margin-left: 10px;
}

.aboutus__points li .text h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: ;
}

.aboutus__btn-box {
	position: relative;
	display: block;
}

.aboutus__counter-box {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 38px 40px 38px;
	margin-top: 3px;
	margin-left: 45px;
}

.aboutus__counter-list {
	position: relative;
	display: block;
}

.aboutus__counter-list li {
	position: relative;
	display: block;
	border-bottom: 1px solid #cedade;
	padding-bottom: 28px;
	margin-bottom: 27px;
}

.aboutus__counter-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.aboutus__counter-single {
	position: relative;
	display: block;
}

.aboutus__count-box {
	position: relative;
	display: flex;
	align-items: center;
}

.aboutus__count-box h3 {
	font-size: 30px;
	font-weight: 700;
	color:#000;
	letter-spacing: ;
	line-height: 40px;
}

.aboutus__count-percent {
	font-size: 30px;
	font-weight: 700;
	color:#000;
	letter-spacing: ;
	line-height: 40px;
}

.aboutus__counter-text {
	letter-spacing: ;
	padding-top: 3px;
}


.thm-btn-two {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color:#e5526c;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: ;
	padding: 10px 30px;
	transition: all 0.5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn-two:hover {
	color: #fff;
}

.thm-btn-two:before {
	position: absolute;
	content: "";
	background-color: #7969ab;
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn-two:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.thm-btn-two:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #7969ab;
	transform: translate3d(0, -100%, 0);
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	z-index: -1;
}

.thm-btn-two:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: 0.05s;
	transition-delay: 0.4s;
	transition-timing-function: linear;
}

.section-title {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.3;
	margin-bottom: 20px;
}

.section-title__tagline {
	color: #ffa500;
	font-size: 20px;
	font-weight: 600
	margin-bottom: 10px;
	text-transform: uppercase;

}
.zoominout {
	animation-name: zoomInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name:
	zoomInOut;
	-webkit-animation-duration:
	3s;
	-webkit-animation-iteration-count:
	infinite;
	-webkit-animation-timing-function:
	ease-in-out;
	-moz-animation-name:
	zoomInOut;
	-moz-animation-duration:
	3s;
	-moz-animation-iteration-count:
	infinite;
	-moz-animation-timing-function:
	ease-in-out;
	-ms-animation-name: zoomInOut;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: zoomInOut;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}
@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity:0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity:1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity:0;
	}
}


.float-bob-x {
	-webkit-animation-name:
	float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration:
	2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count:
	infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function:
	linear;
	animation-timing-function: linear;
}

.post-slide {
	padding:
	20px 20px;
}


.treatment-card__item {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	border-radius: 10px;
	padding: 0px 0px 0;
	margin-bottom: 25px;
}
.treatment-card__item::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
	background-color: #e5526c;
	transition: all 0.5s;
}
.treatment-card__item:hover::after {
	width: 100%;
	opacity: 1;
}
.treatment-card__item__image {
	position: relative;
}
.treatment-card__item__image img {
	width: 100%;
	height: auto;
}
.treatment-card__item__content {
	position: relative;
	z-index: 2;
	padding: 26px 20px 28px;
}
.treatment-card__item__icon {
	position: relative;
	z-index: 3;
	top: -44px;
	width: 84px;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
	height: 84px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto -25px;
	background-color: #e5526c;
	font-size: 44px;
	color: #e5526c;
	transition: all 500ms ease;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.treatment-card__item:hover .treatment-card__item__icon {
	background-color: #fff;
	color: #fff;
}
.treatment-card__item:hover .treatment-card__item__icon span {
	animation: bounceIn 1s linear;
	animation-duration: 1s;
}
.treatment-card__item__title {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 7px;
}
.treatment-card__item__title a {
	color: #e5526c;
	text-transform: uppercase;
	transition: all 500ms ease;
}
.treatment-card__item__title a:hover {
	background-size: 100% 1px;
}
.treatment-card__item__title a:hover {
	color: #fff;
}
.treatment-card__item:hover .treatment-card__item__title a{
	color: #fff;
}
.treatment-card__item:hover .treatment-card__item__text{
	color: #fff;
}
.treatment-card__item:hover .treatment-card__item__title {
	color: #fff;
}
.treatment-card__item__text {
	line-height: 26px;
	margin: 0;
	text-align: center;
	transition: all 300ms ease;
}
@media (min-width: 1200px) {
	.treatment-card__item__text {
		padding: 0px;
	}
}
.treatment-card__item__text {
	color:#4d4d4d
}
.post-slide{
	padding: 20px 20px;
}

.treatments{
	padding:70px 0 40px;
	background:#fce8eb;
}
.treatment-card__item{
	box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}

@keyframes float-bob-x {
	0% {
		transform: translateX(-30px);
	}

	50% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(-30px);
	}
}

.whyus{
	padding: 60px 0;
}
.whyus h3{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}
.whyus img{
	width: 30%;
	margin-top: 15px;
	margin-left: 35%;
}

@media screen and (max-width: 1400px){
	.dnone1400{
		display: none;
	}
}

@media screen and (max-width: 1199px){
	.aboutus__arrow{
		display: none;
	}
	.aboutus__right{
		margin-left: 0
	}
}


@media screen and (max-width: 767px){
	.navigation-wrap{
		width: 100%;
		margin-left: 0
	}
	.hero-style {
		height: 400px;
		margin-top: 0px;
	}
	.aboutus {
		padding:40px 0 40px;
	}
	.st-footer-area.style2 {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.aboutus__img-two img{
		width: 80%;
	}
	.aboutus__img-two{
		top: 100px;
		left: -36px;
	}
	.aboutus__call {
		bottom: -29px;
		left: 71px;
		padding:17px 22px 10px;
	}
	.aboutus__left {
		margin-bottom: 50px;
	}
	.section-title {
		font-size: 30px;
	}
	.aboutus__points-and-counter-box{
		margin-top: 20px;
	}
	.st__footer__title h2{
		margin-bottom: 10px;
	}
	.st-footer-area.style2 .st__footer__link a {
		margin-bottom: 4px;
		line-height: 2;
	}
	.st__footer__title{
		margin-top: 20px;
	}

	.bg-light{
		background-color: #fff !important;
	}.navbar-light .navbar-nav .nav-link {
		color: #212121 !important;
	}
	.dropdown-item{
		font-size: 14px;
	}
	.dropdown-item {
		padding:
		5px 0px 3px;
	}
	
	.aboutus__call{
		box-shadow: 14.982px 29.403px 87px 0px rgba(229, 82, 108, 0.37);
	}
	.treatments {
		padding:
		40px 0 5px;
	}
	.treatment-card__item__content{
		padding: 17px 8px 12px;
	}
	.treatment-card__item__title {
		font-size: 21px;
	}.whyus {
		padding:
		40px 0 30px;
	}

}





/*Testimonials*/
.testimonials{
	background-color: #fff;padding: 70px 0 30px;
}
.testimonials .animate-border::after {
	border-left:
	10px solid #d9ecf0;
	border-right:
	10px solid #d9ecf0;
}


.testi-style3 {
	position: relative;
	padding:
	30px 30px 30px 30px;
	margin:
	0px 0 30px 0;
	transition:
	all ease .4s;
	background-color: #fff;
	min-height: 190px;
	border-bottom-left-radius: 30px;border: 1px solid #ffa500;box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 30px;
}
.testi-style3 .testi-avater {
	width:80px;
	height:80px;
	position:absolute;
	top:-40px;
	padding:7px;
	background-color:#fff;
	border-radius:50%
}
.testi-style3 .testi-avater img {
	width:100%;
	border-radius:50%
}
.testi-style3 .testi-name {
	font-size:22px;
	margin-bottom:0px;
	text-transform: capitalize;
}
.testi-style3 .testi-text {
	margin:0 0 15px 0;
	margin-top: 10px;
	text-align: left;
}
.testi-style3 .testi-degi {
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	color:#028397
}
.testi-style3 .testi-icon {
	font-size:50px;
	line-height:1;
	margin-top:-25px;
	position:absolute;
	right:40px;
	top:0;
	color:#f6c2cb;
	opacity:1;
	transition:all ease .4s
}
.testi-style3 .testi-rating {
	color:#f0d604;
	margin-bottom:5px;
	font-size:14px
}
.testi-style3 .testi-rating i {
	margin-right:5px
}
.testi-style3 .testi-degi {
	font-weight:500
}
.home-contact-us{
	padding: 0px 0 70px;
}

.home-contact-us .row .col-lg-4, .home-contact-us .row .col-lg-8{
	padding: 0;
}

.home-contact-item.highlighted-box{
	padding: 0;
	background: #e5526c;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.home-contact-item.highlighted-box .highlighted-box-title{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
}

.home-contact-item.highlighted-box .highlighted-box-title h2{
	font-size: 32px;
	color: #fff;
}

.home-contact-item.highlighted-box .appointment-wrap a{
	background-color: #000;
	padding: 20px;
	display: block;
	text-align: center;
	color: #e5526c;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}



.home-contact-item.highlighted-box .appointment-wrap a i{
	margin-left: 5px;
}

.home-contact-item{
	background: #7a6aac;
	padding: 40px;
	height: 100%;
}

.home-contact-item.box-border{
	position: relative;
}

.home-contact-item.box-border::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 50%;
	width: 1px;
	height: 90%;
	background: #fff;
	transform: translateY(-50%);
}

.home-contact-item .contact-icon{
	margin-bottom: 30px;
}

.home-contact-item .contact-content h3{
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.home-contact-item .contact-content p{
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.home-contact-item .contact-icon img{
	height: 60px
}.home-contact-item .contact-icon {
	margin-bottom: 20px;
}@media only screen and (max-width: 991px) {
	.home-contact-us {
		padding:
		50px 15px 25px;
	}
}@media only screen and (max-width: 767px) {
	.home-contact-item.highlighted-box .highlighted-box-title {
		padding:
		30px;
	}  .home-contact-item.box-border::before {
		content: "";
		display: block;
		position: absolute;
		top: auto;
		left: 50%;
		bottom: 0;
		right: 50%;
		height: 1px;
		width: 90%;
		background: #fff;
		transform: translateX(-50%);
	}.home-contact-item {
		background:
		#7a6aac;
		padding:
		20px 30px;
		height: 100%;
	}  .home-contact-us {
		padding:
		10px 15px 40px;
	}.home-contact-item .contact-content p {
		font-size: 15px;
	}
	.home-contact-item .contact-content h3 {
		font-size: 20px;
	}
	.testimonials {
		background-color: #fff;
		padding:
		40px 0 0px;
	}
}



.loader22 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat rgb(249,249,249);
}

.loader {
	border: 12px double #ffa500;
	border-radius: 50%;
	border-top: 12px double #7a6aac;
	width: 100px;
	height: 100px;
	animation: spin 1s ease-in-out infinite;
	position:fixed;
}
.loader3{
	top: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	position: relative;
	z-index: 99999 !important;
	overflow: hidden;position:fixed;
	text-align: center;
	display: flex
	;
	justify-content: center;
	align-items: center;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

































































/*Internal Page*/

.custom-breadcrumb ol {
	margin-bottom: 0;
	margin-top: 20px;
}
.custom-breadcrumb ol li.breadcrumb-item {
	padding-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
	color: #fff;
	opacity:1;
	font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	font-family: themify;
	content: "»";
	font-size: 10px;
	color: #ffa500;
	font-size: 20px;
}
.sec-title2{
	font-size: 26px;
	margin: 0;
	width: fit-content;
	background: #ffa500;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	margin: auto;
}


.funfact-counter {
	position: relative;
	background-color: #fce8eb;
	padding: 80px 0 70px;
}
@media (max-width: 767px) {
	.funfact-counter {
		padding: 80px 0;
	}
}
.funfact-counter__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}
@media (max-width: 1600px) {
	.funfact-counter__bg {
		display: none;
	}
}
.funfact-counter__item {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	min-height: 77px;
	padding: 33px 25px 26px 100px;
	overflow: hidden;
	transition: all 500ms ease;
}
.funfact-counter__item__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.2);
	transition: all 500ms ease;
}

.funfact-counter__item__icon {
	width: 70px;
	height: 70px;
	background-color: #ffa500;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	color: #ffa500;
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: 2;

	transition: all 500ms ease;
}
.funfact-counter__item__icon img {
	transform: scale(1);
	height: 54px;
	transition: all 500ms ease;
}
.funfact-counter__item__count {
	display: flex;
	align-items: center;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 4px;
}
.funfact-counter__item__text {
	margin: 0;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	color: #000;
}


@media screen and (max-width:1199px){
	.funfact-counter__item__icon {
		width: 60px;
		height: 60px;
	}
	.funfact-counter__item{
		padding: 20px 25px 20px 110px;
	}
	.funfact-counter__item__icon img{
		height: 40px;
	}
}

.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.contact-content ul li{
	border-bottom: 1px solid #ddeddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	list-style: disclosure-closed;
	margin-left: 15px;
}
.contact-content p a{
	color: #fff;
}
.mt-302{
	margin-top: 30px;
}

@media screen and (max-width: 767px){
	.banner-section{
		padding: 30px 0 30px;
		margin-top: 0;
	}
	.sec-title2 {
		font-size: 18px;
		padding: 7px 25px;
	}.custom-breadcrumb ol {
		margin-bottom: 0;
		margin-top: 9px;
	}
	.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
		font-size: 16px;
	}
	.floatright {
		float: none;
	}
	.floatleft {
		float: none;
	}.mt-302 {
		margin-top: 15px;
	}  .funfact-counter {
		padding: 40px 0 20px;
	}
	.funfact-counter__item{
		margin-bottom: 20px;
	}
}

.aboutdr{
	padding: 60px 0;
}

.aboutimg img{
	padding: 5px;
	border: 6px double #ffa500;
	border-radius: 20px;
}

.aboutdr h5{
	margin-bottom: 20px;
}
.aboutdr b{
	color: #ffa500;
}
.aboutdr h4{
	margin-top: 15px;
}
.aboutdr .section-title{
	font-size: 35px;	margin-top: 0px;
}
.aboutdr ul{
	padding-left: 15px;
}
.aboutdr ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom: 5px;
	list-style: disclosure-closed;
	text-align: justify;
	margin-top: 0;
}
.aboutdr ul li::marker{
	color: #ffa500;
}
.gallery-section{
	padding: 60px 0 30px;
}
.gallery-box{
	margin-bottom: 30px;
}.sidebar .sidebar-widget {
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	padding: 25px;
	border-radius: 10px;
}
.sidebar .sidebar-widget h4 {
	margin: 0 0 25px;
	font-size: 20px;
	position: relative;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	color: #000;
}
.list-style {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-box li {
	position: relative;
}
.category-box li:first-child a {
	padding-top: 0;
}
.category-box li a {
	color: #666666;
	padding: 8px 10px 8px 15px;
	padding-top: 8px;
	display: block;
	transition: 0.4s;
}
.category-box li:first-child a::before {
	top: 12px;
}
.category-box li a::before {
	position: absolute;
	top: 17px;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffa500;
}
.sidebar .sidebar-widget h4::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
	background: #ffa500;
	transition: 0.4s;
}
.ouservicesinternalpage{
	padding: 70px 0;
}
.ouservicesinternalpage img{
	margin-bottom: 30px;
}
.serviceinternalpage{
	padding-left: 15px;
}
.serviceinternalpage li{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 5px;
  list-style: disclosure-closed;
  text-align: justify;
  margin-top: 0;
}
.serviceinternalpage li::marker {
  color: #ffa500;
}
.ouservicesinternalpage h4{
	color: #ffa500;
}

.serviceul li{
	list-style: disclosure-closed;
	margin-left: 15px;
}
.facilities{
	padding: 60px 0 30px;
}
.facilities .card h3{
	background: #ffa500;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.facilities .card{
	margin-bottom: 30px;
  padding: 0;
  border: none;
}
.serviceul li::marker{
	color: #ffa500;
}      .box-cards{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 15px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.box-cards  ul {
	padding: 0;
	margin: 0;
}
.box-cards ul li {
	list-style: none;
	margin-bottom: 15px;
}
.box-cards ul li a {
	list-style: none;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #212112;
}
.box-cards ul li i {
	padding-right: 10px;
	color: #ffa500;
}
.contactus{
	padding: 70px 0;
}
.contactus .form-control{
	margin-bottom: 10px;
}
.contactus .sec-title2{
	font-size: 30px;
	margin-bottom: 20px;
}
.contactus .btn{
	background: #ffa500;
	color: #fff;
	border: 1px solid #ffa500;
	margin-top: 15px;
	transition: 0.5s ease;
	margin-bottom: 15px;
}
.contactus .btn:hover{
	background: #fff;
	color: #ffa500;
	border: 1px solid #ffa500;
	margin-top: 15px;
	transition: 0.5s ease;
}
.contactus textarea{
	height: 135px;
}
.contactus iframe{
	margin-bottom: 20px;
}
.getin{
	margin-top: 40px;
}
@media screen and (max-width:1199px){
	.box-cards{
		padding: 30px 20px 15px;
	}
	.contactus .sec-title2 {
		font-size: 25px;
	}
	.box-cards ul li a{
		font-size: 15px;
	}
}

@media screen and (max-width:991px){
	.box-cards ul li a {
		font-size: 13px;
	}
}



@media screen and (max-width: 1300px){
	.aboutdr .section-title {
		font-size: 30px;margin-top: 0px;
	}
	.aboutdr h5 {
		margin-bottom: 14px;
		font-size: 17px;
	}
	.aboutdr h4 {
		margin-top: 15px;
		font-size: 22px;
		margin-bottom: 3px;
	}
	.aboutdr ul li {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 3px;
	}
}




@media screen and (max-width: 767px){
	.aboutdr {
		padding: 35px 0 30px;
	}
	.aboutdr img{
		margin-bottom: 20px;
	}
	 .aboutdr .section-title {
    font-size: 26px;
    margin-top: 0px;
  }
    .aboutdr h5 {
    margin-bottom: 14px;
    font-size: 16px;
  }
    .aboutdr h4 {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 3px;
  }
  .aboutdr ul li {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 3px;
	}.gallery-section {
  padding: 35px 0 20px;
}.gallery-box {
  margin-bottom: 20px;
}.contactus {
  padding: 35px 0;
}.getin {
  margin-top: 10px;
}
}


.loader3 img{
        height: 130px;
        animation: zoomIn 0.5s ease-in-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.doctor{
	padding: 60px 0;
	text-align: center;
}

.drimage img{
padding: 5px;
  border: 6px double #ffa500;
  border-radius: 20px;
}

.doctor h3{
	text-align: center;
	font-size: 24px;
	margin-top: 15px;color: #e5526c;
}


@media screen and (max-width: 767px){
	.doctor {
  padding: 36px 0 30px;
  text-align: center;
}
}





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-five {
  position: relative;
  padding: 80px 0 80px;
}
@media (max-width: 767px) {
  .about-five {
    padding: 40px 0;
  }
}
.about-five__content {
  position: relative;
}
@media (min-width: 1200px) {
  .about-five__content {
    padding-right: 33px;
  }
}
.about-five__content .section-title--home-four {
  margin-bottom: 6px;
}
.about-five__content__text {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 32px;
}
.about-five__box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffa500;
  border-radius: 10px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .about-five__box {
    display: block;
  }
}
.about-five__box li {
  position: relative;
  padding: 30px 25px 22px 30px;
}
.about-five__box li:hover .about-five__box__icon {
  color: #fff;
}
.about-five__box li:hover .about-five__box__icon::after {
  height: 100%;
}
.about-five__box li + li {
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .about-five__box li + li {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.about-five__box__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 13px;
}
.about-five__box__icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffa500;
  flex-shrink: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.about-five__box__icon::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.about-five__box__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.about-five__box__text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}
.about-five__progress {
  position: relative;
  margin: 0 0 50px;
}
.about-five__progress__title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 400;
}
.about-five__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #ffa500;
  border-radius: 5px;
}
.about-five__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 5px;
  background-color: #ffa500;
  transition: all 1500ms ease;
}
.about-five__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.about-five__progress .count-text {
  position: absolute;
  right: -15px;
  bottom: 19px;
  color: var(--delogis-gray);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  transition: all 500ms ease;
}
.about-five__image {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .about-five__image {
    margin: 45px 0 0;
    max-width: 570px;
  }
}
.about-five__image > img {
  max-width: 100%;
  border-radius: 6px;
}
.about-five__image__star {
  position: absolute;
  right: -45px;
  top: -45px;
}
.about-five__image__star img {
  max-width: 100%;
  height: auto;
  animation: startIconOne 1s infinite alternate;
}
@keyframes startIconOne {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.about-five__image__shape-one {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
  display: flex;
  align-items: center;
}
@media (min-width: 1300px) {
  .about-five__image__shape-one {
    right: -140px;
  }
}
.about-five__image__shape-one img {
  max-width: 100%;
  height: auto;
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation: rotated 20s infinite linear;
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-five__image__brain {
  position: absolute;
  left: -27px;
  bottom: 22px;
  z-index: 2;
}

.thm-btn--two {
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 40.5px;
  border: none;
  outline: none;
}
.thm-btn {
	margin-top: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #ffa500;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 60px 15px;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  transform: scalex(0);
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  transform-origin: right center;
  z-index: -1;
}

.thm-btn:hover:before {
  transform: scalex(1);
  transform-origin: left center;
}

.thm-btn:hover {
  color: #fff;
}

.about-five__image__logo {
  width: 212px;
  height: 212px;
  background-color: #ffa500;
  border: 12px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -25px;
  bottom: -40px;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-five__image__logo {
    display: none;
  }
}
.about-five__image__logo img {
  max-width: 100%;
  height: auto;
}
.about-five__image__two {
  position: relative;
  margin: -128px 0 50px 58px;
}
@media (max-width: 767px) {
  .about-five__image__two {
    margin: -28px 0 50px 10px;
  }
}
.about-five__image__two img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transform: rotate(-15deg);
}


/*Why*/


.why-choose-two {
  position: relative;
  background-color: var(--pelocis-gray, #F5F2EF);
  counter-reset: count;
}
.why-choose-two .col-xl-6{
padding: 0;
}
.why-choose-two .sec-title {
  padding-bottom: 20px;
}
.why-choose-two .container {
  z-index: 2;
  position: relative;
}
.why-choose-two__content {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .why-choose-two__content {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.why-choose-two__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--pelocis-text-dark, #636363);
  margin-bottom: 25px;
}
.why-choose-two__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.why-choose-two__item {
  background-color: var(--pelocis-white, #fff);
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 500ms ease;
  counter-increment: count;
}
.why-choose-two__item:last-child {
  margin-bottom: 0;
}
.why-choose-two__item__content {
  padding-left: 20px;
}
.why-choose-two__item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  color: var(--pelocis-black, #222222);
  margin-bottom: 6px;
}
.why-choose-two__item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--pelocis-text-dark, #636363);
  margin-bottom: 0;
}
.why-choose-two__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 63px;
  height: 100%;
  background-color: #ffa500;
  clip-path: polygon(100% 0%, 48% 50%, 100% 100%, 0% 100%, 0 48%, 0% 0%);
  transition: all 500ms ease;
}
.why-choose-two__item:hover {
  padding-left: 130px;
  background-color: var(--pelocis-black, #222222);
}
.why-choose-two__item:hover::before {
  opacity: 0;
  visibility: hidden;
  left: -200px;
}
@media (max-width: 767px) {
  .why-choose-two__item:hover {
    padding-left: 0px;
  }
}
.why-choose-two__item:hover .why-choose-two__item__title {
  color: var(--pelocis-white, #fff);
}
.why-choose-two__item:hover .why-choose-two__item__text {
  color: var(--pelocis-white, #fff);
}
.why-choose-two__item:hover .why-choose-two__count {
  left: 0;
}
.why-choose-two__item:hover .why-choose-two__icon {
  transform: translateX(-30px);
  background-color: #ffa500;
}
@media (max-width: 767px) {
  .why-choose-two__item:hover .why-choose-two__icon {
    transform: translateX(10px);
  }
}
.why-choose-two__item:hover .why-choose-two__item__content {
  padding-left: 0;
}
@media (max-width: 767px) {
  .why-choose-two__item:hover .why-choose-two__item__content {
    padding-left: 20px;
  }
}
.why-choose-two__count {
  transition: all 500ms ease;
  transition-delay: 200ms;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--pelocis-white, #fff);
  background-color: var(--pelocis-white, #fff);
  font-family: var(--pelocis-heading-font, "Solway", serif);
  -webkit-text-stroke: 1px var(--pelocis-black, #222222);
  position: absolute;
  left: -200px;
  height: 100%;
  width: 160px;
  display: flex;
  padding-left: 30px;
  align-items: center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 160 108" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H160L112.298 54L160 108H0V0Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 160 108" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H160L112.298 54L160 108H0V0Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.why-choose-two__count:before {
  content: counters(count, ".", decimal-leading-zero);
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .why-choose-two__count {
    display: none;
  }
}
.why-choose-two__icon {
  width: 90px;
  height: 88px;
  border: 3px solid var(--pelocis-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--pelocis-black, #222222);
  border-radius: 10px;
  z-index: 1;
  flex-shrink: 0;
  font-size: 44px;
  color: var(--pelocis-white, #fff);
  transition: all 500ms ease;
}
.why-choose-two .pelocis-stretch-element-inside-column {
  position: relative;
  height: 100%;
}
.why-choose-two__shape-one {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 957 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M118.658 0H959V869H0.0976562C0.0976562 869 181.143 791.001 69.4579 434.5C-42.2272 77.9998 118.658 0 118.658 0Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 957 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M118.658 0H959V869H0.0976562C0.0976562 869 181.143 791.001 69.4579 434.5C-42.2272 77.9998 118.658 0 118.658 0Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
  max-width: 987px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .why-choose-two__shape-one {
    mask: none;
    text-align: right;
  }
}
.why-choose-two__shape-one img {
  max-width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .why-choose-two__shape-one img {
    min-height: auto;
  }
}
.why-choose-two__shape-two {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 985 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M272.035 10L987 0V869H0C0 869 164.5 817 83.3927 454.5C2.28532 92.0004 272.035 10 272.035 10Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 985 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M272.035 10L987 0V869H0C0 869 164.5 817 83.3927 454.5C2.28532 92.0004 272.035 10 272.035 10Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-size: cover;
  mask-size: cover;
  max-width: 987px;
  height: 100%;
  width: 100%;
  background-color: #ffa500;
  position: absolute;
  top: 0;
  right: 25px;
}
@media (max-width: 1199px) {
  .why-choose-two__shape-two {
    display: none;
  }
}
.why-choose-two__shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
}
.why-choose-two .pelocis-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin: 0;
}




/***
=====================================================
   Services One
=====================================================
***/
.services-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0px 50px;
  z-index: 1;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-one__single-img {
  position: relative;
  display: block;
  z-index: 1;
}

.services-one__single-img .inner {
  position: relative;
  display: block;
  background: #ededed;
  overflow: hidden;
  z-index: 1;
}

.services-one__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.services-one__single:hover .services-one__single-img .inner:before {
  opacity: 1;
}

.services-one__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
  mix-blend-mode: luminosity;
}

.services-one__single:hover .services-one__single-img .inner img {
  transform: scale(1);
  mix-blend-mode: normal;
}

.services-one__single-img-icon {
  position: absolute;
  left: 30px;
  bottom: -48px;
  z-index: 3;
}

.services-one__single-img-icon-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--uterpy-black);
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-one__single-img-icon-inner span {
  position: relative;
  display: block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__single-img-icon-inner span {
  transform: scale(0.9);
  color: var(--thm-base);
}

.services-one__single-img-icon-inner span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
}

.services-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(201, 199, 205, 0.35);
  padding: 0px 35px 40px;
  padding-right: 0;
}

.services-one__single-content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  float: right;
  z-index: 5;
  margin-top: -17px;
}

.services-one__single-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0px 0px 0px;
  padding-left: 20px;
  border: 1px solid #e8e6e6;
}

.services-one__single-content .btn-box a .text-box {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 16px;
}

.services-one__single-content .btn-box a:hover {
  color: #ffa500;
  border-color: #ffa500;
}

.services-one__single-content .btn-box a .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 43px;
  z-index: 1;
}

.services-one__single-content .btn-box a .icon-box::before {
  position: absolute;
  top: -11px;
  left: 0px;
  bottom: -1px;
  right: -1px;
  background: #ffa500;
  content: "";
  z-index: -1;
}

.services-one__single-content .btn-box a .icon-box::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -11px;
  width: 10px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 3;
  border-right: 10px solid #ef6d62;
}

.services-one__single-content .btn-box a .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  top: -5px;
  transition: .4s;
  -webkit-transition: all .4s ease-in-out;
}


.services-one__single-content-inner {
  position: relative;
  display: block;
  padding: 64px 0px 0px;
  padding-right: 15px;
}

.services-one__single-content-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

.services-one__single-content-inner h2 a {
  color: #000;
}

.services-one__single-content-inner h2 a:hover {
  color: #ffa500;
}

.services-one__single-content-inner p {
  margin: 0;
}




/*Contact*/

.contactus{
  padding: 70px 0;
}

.contact-info {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  gap:25px;
  background-color:#fff;
  padding:35px 30px;
  margin-bottom:30px
}
.contact-info:last-child {
  margin-bottom:0
}
.contact-info-wrap {
  background-color:#ffa500;
  padding:30px
}
.contact-info-wrap .sec-title {
  position:relative;
  margin-top:-0.6rem
}
.contact-info-wrap .sec-title:before {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:66.486px;
  height:3px;
  background-color:#ffa500
}
.contact-info .box-title {
  margin-bottom:0px
}
.contact-info_icon {
  display:inline-block;
  width:50px;
  min-width:50px;
  height:50px;
  line-height:50px;
  background-color:#ffa500;
  color:#fff;
  text-align:center;
  font-size:25px;
  position:relative
}
.contact-info_text {
  margin-bottom:-0.2em;
  
  
  margin-top:5px
}
.contact-info_text span,
.contact-info_text a {
  display:inline-block;
 
}
.contact-info_text a {
  color:var(--body-color)
}
.contact-info_text a:hover {
  color:#ffa500
}
.contact-form-wrapper {
/*  padding-top:80px*/
}
.contact-form {
  background-color:#ffa500;
  box-shadow:0px 6px 35px 0px rgba(0,0,0,0.06);
  padding:30px 40px;
}
@media (max-width: 1199px) {
  .contact-form {
    padding:30px
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding:25px
  }
}
.contact-form .form-group>i {
  color:#ffa500;
  width:18px;
  text-align:right
}
.map-sec {
  line-height:0px
}

.contactus .sec-title-two__title{
  font-size: 34px;
  margin-bottom: 20px;
}
.contact-info .box-title{
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .map-sec iframe {
    height:300px
  }.contactus .sec-title-two__title{
  font-size: 24px;
  margin-bottom: 20px;
}
}
.contactus .mt-202{
  margin-top: 50px;
}
.contactus .form-control{
  height: 50px;
  margin-bottom: 20px;
}
.contactus textarea{
  height: 120px !important;
}
.contactus .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffa500;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(50, 60, 141, 0.19);
}
@media (max-width: 767px) {
  .contact-info {
    padding:20px
  }
  .contactus {
  padding: 40px 0;
}.contact-info-wrap {
  background-color: #ffa500;
  padding: 20px;
}
.contact-info_icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;font-size: 25px;
}
}
@media (max-width: 375px) {
  .contact-info {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column
  }
}








/*Banner*/

.banner-section{
	background-color: #ffa500;
	padding: 40px 0;
	position: relative;
}

.banner-section h1{
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

/*Banner*/


.Secondpara{
	padding: 50px 0 60px;
	background-color: #fefefe;
}

.Secondpara ul li, .about-five ul li{
	    margin-left: 15px;
    list-style: disclosure-closed;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5E6770;
    margin-bottom: 5px;
    text-align: justify;
    margin-top: 0;
}

.Secondpara ul li::marker, .about-five ul li::marker{
	color: #ffa500;
}





@media screen and (max-width: 767px){
	  .contact-info-wrap {
    background-color: #ffa500;
    padding: 10px;
    margin-bottom: 20px;
  }
  .contact-info {
    padding: 10px;
  }
  .contact-info_text a{
  	font-size: 15px;
  }
  .contact-info{
  	gap: 15px;
  }
  .st__footer__title h2 {
    margin-bottom: 30px;
  }
  .contact-info{
  	margin-bottom: 10px;
  }
  .banner-section {
  padding: 20px 0;
}
.banner-section h1{
	font-size: 26px;
}
  .about-five {
    padding: 30px 0;
  }
  .section-title__tagline {
  font-size: 14px;
}
.section-title__title, .section-title{
	font-size: 24px;
}p, ul li{
	font-size: 15px !important;
}
.about-five__image{
	margin-top: 20px;
}.Secondpara {
  padding: 18px 0 28px;
} .why-choose-two__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
   .why-choose-two__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-two__icon {
  width: 70px;
  height: 65px;
  font-size: 30px;
}
.why-choose-two__item__title {
  font-size: 20px;
  }
.why-choose-two__item{
	margin-bottom: 15px;
}
.why-choose-two .sec-title {
  padding-bottom: 0;
}
.why-choose-two__item__content {
  padding-left: 15px;
}
.services-one{
	padding: 30px 0px 15px;
}
.services-one__single-content-inner{
	padding: 45px 0px 0px;
}
.services-one__single-content-inner h2{
	margin-bottom: 3px;
}
.services-one__single-content{
	padding: 0px 25px 24px;
}
section{
	overflow: hidden;
}
}
.hero-slider .slide-inner::before{
    display:none;
}

i{
        color: #ffa500;
}
.text-left{
    text-align:left;
}
.mythsvsfacts{
    background:#F5F2EF;
    padding:70px 0;
}

.mythsvsfacts thead{
        background: #ffa500;
}
.table-bordered thead th {
   color:#fff;
}

.mythsvsfacts img{
        border-radius: 20px 0 20px 0;
    border: 2px solid #ffa500;
    padding: 5px;
}