@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: 1250px;
	}
}
@media screen and (max-width: 1500px){
	.container{
		max-width: 1140px;
	}
}
@media screen and (max-width: 1200px){
	.container{
		max-width: 960px;
	}
}
a {
  color: #04699f;
}
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;
	font-family: "Sora", serif;
}
 
html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom: 20px;
	text-align: justify;
	margin-top: 0;
	font-family: "Sora", serif;
}


.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: 120px;
	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: #212121 !important;
	font-weight: 500;
	transition: all 200ms linear
}

.nav-item:hover .nav-link {
	color: #04699f !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: #04699f;
	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 {
	padding: 10px !important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgb(138 155 165 / .15);
	transition: all 200ms linear
}

.dropdown-toggle::after {
	display: none
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
	transition: all 200ms linear
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #04699f
}

@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: #04699f;
	padding: 5px 0
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	color: #fff
}

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: -38px;
	box-shadow: 0 5px 10px 0 rgb(138 155 165 / .15);
	border-right: 4px solid #04699f
}

.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: 15px;
	}
	.navbar-brand img {
		height: 80px;
	}
	.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: 60px;
	}
	.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;
	}
}


@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;
	}
	.dropdown-item:hover, .dropdown-item:focus {
		color: #04699f;
		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: 700px;
	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: 50px;
	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: #39b5ff;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 2px 25px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.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: #04699f;
	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: #04699f;
	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: 780px;
	transition: all .4s ease;
}

.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #0000004a, #000000cf);
}

@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: "Marcellus", 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.75;
}
.slidercontents__content{
	width: 60%;
}

@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}
	.slidercontents__content{
		width: 50%;
	}
	.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: #04699f;
	border: 1px solid #04699f;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #04699f;
	-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: #04699f;
}

.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: #04699f;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #04699f;
}

.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: #04699f;
	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 #04699f;
}

.scroll-to-top:hover i {
	color: #04699f;
}






/*About Us Start*/
.drimg{
	border: 4px double #2091d1;
  padding: 2px;
  border-radius: 30px 0 30px 0;
}
.about-us{
	background-color: #fff;
	padding: 70px 0;
}

.about-content{
	position: relative;
	z-index: 1;
}

.about-content-body{
	margin-bottom: 40px;
}

.about-list-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.about-list-item:last-child{
	margin-bottom: 0;
}

.about-list-item .icon-box{
	position: relative;
	margin-right: 20px;
}

.about-list-item .icon-box::before{
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	background-color: #39b5ff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.about-list-item .icon-box img{
	position: relative;
	max-width: 40px;
	z-index: 1;
}

.about-list-content{
	width: calc(100% - 60px);
}

.about-list-content p{
	font-weight: 600;
	color: #04699f;
	text-transform: capitalize;
	margin: 0;
}

.about-trusted-customer{
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px #0000001A;
	border-radius: 10px;
	padding: 25px;
}

.trusted-customer-image{
	margin-bottom: 15px;
}

.trusted-customer-image img{
	max-width: 160px;
}

.trusted-customer-rating{
	margin-bottom: 5px;
}

.trusted-customer-rating ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.trusted-customer-rating ul li i{
	font-size: 14px;
	color: #FF7D05;
}

.trusted-customer-content p{
	text-transform: capitalize;
	margin: 0;
}

.about-us-images{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	z-index: 1;
}

.about-image{
	width: calc(50% - 15px);
}

.about-image figure{
	box-shadow: 0px 0px 30px 0px #00000033;
}

.about-image.img-box-1 figure,
.about-image.img-box-1 img{
	border-radius: 500px 0 0 0;
	width: 100%;
}

.about-image.img-box-2 figure,
.about-image.img-box-2 img{
	border-radius: 0 500px 0 0;
	width: 100%;
}

.about-image.img-box-3 figure,
.about-image.img-box-3 img{
	border-radius: 0 0 0 500px;
	width: 100%;
}

.about-image.img-box-4 figure,
.about-image.img-box-4 img{
	border-radius: 0 0 500px 0;
	width: 100%;
}

.about-circle-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px #0000004D;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.6s ease-in-out;
	z-index: 1;
	
}

.about-us-images:hover .about-circle-logo{
	background-color: transparent;
}

.about-circle-logo::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #04699f;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 0.5s ease-in-out;
	border-radius: 50%;
}

.about-us-images:hover .about-circle-logo::before{
	transform: scale(1.1);
}

.about-us-images .about-circle-logo img{
	max-width: 150px;
  transition: all 0.4s ease-in-out;
  animation: spin 15s linear infinite;
  padding: 22px;
  border: 1px dashed #056aa1;
  border-radius: 400px;
}

.about-us-images:hover .about-circle-logo img{
	filter: brightness(0) invert(1);
}

@media screen and (max-width:1500px){
	.mp-none{
		display: none;
	}
}

@media screen and (max-width:767px){
	.about-us {
		padding: 30px 0;
	}
	.about-us-images{
		margin-top: 20px;
	}
	.about-circle-logo{
		width: 130px;
		height: 130px;
	}
	.about-us-images .about-circle-logo img {
		max-width: 90px;
	}
}

/*About Us End*/


/*Title Start*/

.title{
	font-family: "Marcellus", serif;
	font-size: 66px;
	margin-bottom: 20px;
	font-size: 40px;
}
.section-btn{
	margin-top: 30px;
}
p b{
	background: linear-gradient(to right, #04699F 0% , #39b5ff 50%, #04699f 100%);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width:767px){
	.title{
		font-size: 30px;
		margin-bottom: 10px;
	}
	p {
		font-size: 15px;
		line-height: 1.5;
	}
	.section-btn {
		margin-top: 20px;
	}
}
/*Title End*/

/*Animations Start*/

@keyframes TopBottom {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(0, 30px)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes LeftRight {
  0% {
    transform:translate(0px, 0px)
  }
  65% {
    transform:translate(30px, 0)
  }
  100% {
    transform:translate(0px, 0px)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/*Animations ENd*/


/*Service Start*/


.our-service{
	padding: 0px 0 40px;
}

.service-item{
	padding: 30px;
	border: 2px solid #04699f;
	border-radius: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.service-item:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background-color: #04699f;
    transition: all 0.4s ease-in-out;
    height: 100%;
    z-index: -1;
}


.service-item:hover:before{
	top: 0;
}

.service-item .icon-box{
	background-color: #04699f;
	height: 52px;
	width: 52px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.service-item .icon-box::before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background-color: #39b5ff;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.service-item:hover .icon-box::before{
	top: 0;
}

.service-item .icon-box img{
	position: relative;
	z-index: 1;
	max-width: 30px;
}

.service-item .service-body{
	margin-bottom: 20px;
}

.service-item .service-body h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
	transition: all 0.5s ease-in-out;
}

.service-item:hover .service-body h3{
	color: #fff;
}

.service-item .service-body p{
	margin: 0;
	transition: all 0.5s ease-in-out;
	text-align: left;
}

.service-item:hover .service-body p{
	color: #fff;
}

.service-item .service-footer a{
	background-color: #04699f;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.3s ease-in-out;
}

.service-item .service-footer a:hover{
	background-color: #000;
}

.service-cta-item{
	padding: 40px 100px;
	text-align: center;
}

.service-cta-item .icon-box{
	margin: 0 auto;
	margin-bottom: 20px;
}

.service-cta-item:hover .service-cta-btn .btn-default:after{
	width: 100%;
}

.service-cta-item:hover .service-cta-btn .btn-default:before{
	background-color: #04699f;
}
.our-service .section-btn{
	margin-bottom: 20px;
	margin-top: 0;
}
.service-item:hover .service-footer a{
background-color: #39b5ff;
}
.service-item .service-footer a i{
	color: #fff;
}

@media screen and (max-width:1500px){
	.service-item {
  padding: 30px 15px;
}
.service-item .service-body h3{
	font-size: 17px;
}
}


@media screen and (max-width:767px){
	.our-service .title{
		margin-bottom: 20px;
	}
	  .service-item {
    padding: 20px 20px;
  }
  .service-item .icon-box{
  	margin-bottom: 12px;
  }
  .service-item .service-body {
  margin-bottom: 10px;
}
.service-item .service-body h3{
	margin-bottom: 10px;
}
.our-service {
  padding: 0px 0 0px;
}
}
/*Service End*/

/*Gallery Start*/

.gallery-box{
	margin-bottom: 25px;
}
.gallery-section{
	padding: 0px 0 40px;
}
.gallerypage{
	padding: 70px 0 40px;
}

@media screen and (max-width:767px){
	.gallery-section{
		padding: 0px 0 15px;
	}
	.gallerypage{
	padding: 35px 0 10px;
}
}

/*Gallery End*/


/*Why Us Start*/

.why_us-item{
	background-color: #04699f;
	border-radius: 10px;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px 30px;
}

.why_us-item .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.why_us-item .icon-box::before{
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #0379b8;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.why_us-item .icon-box img{
	position: relative;
	max-width: 50px;
	z-index: 1;
}

.why_us-content h3{
	font-size:20px;
	text-transform: capitalize;
	color: #fff;
	font-family: "Marcellus", serif;
	font-weight: normal;
}
.whyus{
	padding-bottom: 40px;
}

@media screen and (max-width:1500px){
	.why_us-item{
		padding: 40px 9px;
	}
}

@media screen and (max-width:767px){
	.why_us-item{
		padding: 20px 9px 15px;
		height: auto !important;
  margin-bottom: 17px;
	}
	.whyus {
  padding-bottom: 18px;
}
}

/*Why Us End*/



/*/*Testimonials Start*/


.testimonial {
  position: relative;
  display: block;
  background-color: #04699f;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: .40;
  z-index: -1;
}

.testimonial__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.testimonial__top .section-title {
  margin-bottom: 0;
}

.testimonial__top .section-title__tagline-shape-1 {
  border: 1px solid #fff;
}

.testimonial__top .section-title__tagline-shape-1::before {
  background-color: #fff;
}

.testimonial__top .section-title__tagline {
  color: #fff;
}

.testimonial__top .section-title__title {
  color: #fff;
}

.testimonial__nav {
  gap: 40px;
  display: flex;
  position: relative;
  align-items: center;
}

.testimonial__nav .swiper-button-prev,
.testimonial__nav .swiper-button-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255,255,255, .50);
  font-size: 18px;
  margin: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial__nav .swiper-button-prev:hover,
.testimonial__nav .swiper-button-next:hover {
  color: #fff;
  border: 1px solid rgba(255,255,255, 1);
}

.testimonial__bottom {
  position: relative;
  display: block;
}

.testimonial__bottom .swiper-container {
  margin-right: -375px;
}

.testimonial__single {
  position: relative;
  display: block;
  padding: 0px 30px 21px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 0px 0px 9px 0px #0000006e;
  border: 4px double #04699f;
  min-height: 280px;
}



.testimonial__client-img {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.testimonial__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial__ratting {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.testimonial__ratting span {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffa41b;
  font-size: 17px;
}

.testimonial__text {
  margin-top: 23px;
}

.testimonial__client-info {
  position: relative;
  display: block;
  margin-top: 18px;
}

.testimonial__client-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 25px;
}

.testimonial__client-name a {
  color: #000;
}

.testimonial__client-name a:hover {
  color: #04699f;
}

.testimonial__client-sub-title {
  margin-top: 3px;
  margin-bottom: 0;
}

.testimonial__quote-icon {
  position: absolute;
  bottom: 39px;
  right: 39px;
}

.testimonial__quote-icon img {
  width: auto !important;
  height: 30px;
}
.testimonials{
	padding-bottom: 60px;
}
.testimonialspage{
	padding: 70px 0 40px;
}
.testimonialspage .testimonial__single{
	min-height: auto;
	margin-bottom: 30px;
}
.post-slide{
	margin:10px;
}

@media screen and (max-width:767px){
	.testimonials {
  padding-bottom: 30px;
}
.testimonialspage {
  padding: 35px 0 10px !important;
}
}

/*Testimonials End*/


/*Banner Start*/
.page-title {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.page-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #04699f;
}
.bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-title .title {
  position: relative;
  font-size: 46px;
  font-weight: 700;
  color: #fefefe;
  letter-spacing: .4px;
  margin-bottom: 18px;
}
.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 30px;
  color: #04699f;
  font-size: 16px;
  font-weight: 500;font-family: "Sora", serif;
  text-transform: capitalize;
}
.page-breadcrumb li a {
  color: #fff;
  font-weight: 500;font-family: "Sora", serif;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.page-breadcrumb li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.page-breadcrumb li:last-child {
  color: #fff;
  padding-right: 0;
  margin-right: 0;
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  z-index: 3 !important;
  right: 40px;
  background: #39b5ff !important;
}
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  right: 60px;
  top: 60px;
}

.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  right:80px;
  top: 60px;
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
  position: absolute !important;
  z-index: 3 !important;
  right:120px;
  top: 70px;
  background: #39b5ff !important;
}
.left-7 {
  right: 420px;
  top: 90px;
}
.left-8 {
  right: 330px;
  top: 50px;
}
.left-9 {
  right: 620px;
  top: 60px;
}
.left-10 {
  right: 730px;
  top: 30px;
}


@media screen and (max-width:767px){
	.page-title{
		padding: 20px 0 15px;
	}
	.page-title .title{
		font-size: 24px;margin-bottom: 6px;
	}
	.page-title .ani-left-right, .page-title .ani-top-bottom{
		display: none;
	}
	.page-breadcrumb li{
		font-size: 14px;
	}
	 .misionvision {
    padding: 30px 0 15px;
  }
  .misionvision h3 {
  margin-top: 10px;
}
}




/*Banner ENd*/




/*Service Start*/


/*Service*/
.service__thumb2 {
  margin-top: 18px;
}
.service__thumb2 img {
  width: 100%;
}
.service__details__content1 {
  padding-left: 0px;
  padding-top: 15px;
}
.service__details_thumb img {
  width: 100%;
}
.service__details__content1 ul li {
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  margin-left: 30px;
}
.service__details__content1 ul li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #04699f;
  top: 9px;
  left: -28px;
}
.service__details__content1 h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 17px;
  margin-bottom: 12px;
  color: #000;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
  background: #e6e6e6;
  padding: 10px 22px;font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 500;
  color: #04699f;
  border: 1px dashed #f7f6f1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 20px;
}
.servcie__links a:hover{
  border: 1px dashed #fff;
  background: #04699f;
  color: #fff;
}
.activelinks{
  border: 1px dashed #fff !important;
  background: #04699f !important;
  color: #fff !important;
}
.service__contact__wrap {
  padding: 50px 0px;
  margin-top: 35px;
}
.service__details__left__wrap {
  padding-right: 30px;
}
.service__contact__content h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
}
.service__contact__content span {
  display: block;
  color: #ededed;
  margin-top: 35px;
  margin-bottom: 20px;
}
.service__contact__content h3{
  font-size: 30px;
  color: #ededed;
  font-weight: 600;
}
.service__contact__content h3 a{
  color: #fff !important;
}
.service__Details__btn a img {
  margin-right: 10px;
}
.service__Details__btn a {
  display: inline-block;
  background: #04699f;
  padding: 22px 30px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 30px;
}
.service__Details__btn a:hover{
  background: #2a2f4b;
}
.service-details-area{
  padding: 70px 0 50px;
}
.service-details-area li{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 5px;
  text-align: justify;
  margin-top: 0;
  font-family: "Sora", serif;
  list-style: disclosure-closed;
}
.service-details-area li::marker{
	color: #04699F;
}
.service-details-area ul
{
padding-left: 15px;
margin-bottom: 10px;
}
.service__details_thumb{
  margin-bottom: 20px;
}
.service__details__content1 ul li{
  list-style: none;
}
.service__details__content1 ul{
  padding-left: 0;
}

.service__details__wrap h2{
   color: #000;
   font-family: "Marcellus", serif;
}

.service-details-area h4{
	font-family: "Marcellus", serif;
}

@media screen and (max-width:767px){
	.service-details-area {
  padding: 30px 0 20px;
}
.service__details__left__wrap {
  padding-right: 0px;
}
.service-details-area li {
  font-size: 15px;
  line-height: 23px;
}
}


/*Service End*/

/*Vision & Mission Start*/

 .misionvard .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  background: #04699f;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: -73px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 3px 6px rgba(255, 255, 255, 0.1), 0 3px 6px rgba(255, 255, 255, 0.1);
  
}
.misionvard:hover .icon {
  background-image: none;
  background-color: #04699f;
  transform: rotateY(360deg);
  border-bottom: 5px solid #fff;
}
.misionvision{
  padding: 40px 0 80px;
  text-align: center;
}
.misionvision p{
  text-align: center;
}
.misionvision h3{
  margin-top: 20px;font-family: "Marcellus", serif;
}
 .misionvard .icon img{
  height: 50px;
 }
  .misionvard{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 20px;
  border: 4px double #04699f;
  border-radius: 30px 0 30px 0;transition: all 0.4s ease-in-out;
}
.misionvard:hover {
  background-color: #04699f;
}
.misionvard:hover p, .misionvard:hover h3{
  color: #fff;transition: all 0.4s ease-in-out;
}



@media screen and (max-width:767px){
  .misionvision {
  padding: 30px 0 15px;
}
.misionvard{
  margin-bottom: 65px;
  padding: 30px 15px 20px;
}
.misionvard2{
   margin-bottom: 20px;
}
}


/*Vision */

/*Team Start */

.teamss__single {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding: 20px;
}

.teamss__img {
  position: relative;
  display: block;
  border-radius: 20px;
  z-index: 1;
}

.teamss__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 20px;
  border: 2px dashed #04699f;
  transform: rotate(-7deg);
  transition: all 500ms ease;
  z-index: -1;
}

.teamss__single:hover .teamss__img:after {
  border: 2px dashed #04699f;
}

.teamss__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.teamss__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 20px;
  background-color: rgba(0,0,0, 0.5);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.teamss__single:hover .teamss__img-box:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.teamss__img-box img {
  width: 100%;
  border-radius: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.teamss__single:hover .teamss__img-box img {
  transform: scale(1.05);
}

.teamss__social {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background-color: #04699f;
  text-align: center;
  padding: 20px 17.5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}

.teamss__single:hover .teamss__social {
  transform: scaleY(1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.teamss__social li + li {
  margin-top: 25px;
}

.teamss__social li a {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.teamss__content {
  position: relative;
  display: block;
  padding-top: 28px;
}

.teamss__sub-title {
  font-size: 18px;
  color: #04699f;font-family: "Sora", serif;

  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 0;
}

.teamss__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  font-family: "Marcellus", serif;
}

.teamss__name a {
  color: #000;
  transition: all 500ms ease;
}

.teamss__name a:hover {
  color: #04699f;
}

.teamss__social-two {
  position: absolute;
  right: 20px;
  top: -25px;
  background-color: #04699f;
  padding: 17.5px 18.4px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.teamss__single:hover .teamss__social-two {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #04699f;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.teamss__social-two li a {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.teamss__social-two li a:hover {
  color: #04699f;
}

.teamss__bottom {
  position: relative;
  display: block;
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 35px auto 0;
  border: 2px dashed #04699f;
  border-radius: 30px;
  padding: 10px 0;
}
.teamss__single:hover .teamss__sub-title{
 color: #04699f; 
}
.our-team .animate-border{
  background: #04699f;
}
.teamss__bottom-text {
  font-weight: 500;
}

.teamss__bottom-text span {
  color: #04699f;
  font-weight: 700;
}

.our-team{
  padding: 70px 0 30px;
}

@media screen and (max-width: 767px){
  .teamss__single{
    padding: 10px;
  }
  .teamss__sub-title {
  font-size: 16px;
}
.our-team {
  padding: 35px 0 10px;
}
.teamss__content{
	padding-top: 9px;
}
  .teamss__single {
    padding: 0;
  }
  .teamss__name{
  	margin-bottom: 0;
  }
}

/*Team End*/

/*Contact Us Start*/

.form-control{
	margin-bottom: 10px;
}
textarea{
	height: 100px !important;
}
.contactuspage{
	padding: 60px 0 0;
}
.contactuspage .btn-default{
	margin-top: 20px;
}
.contactuspage2{
padding:  60px 0 60px;
}
.tm-contact-block {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  overflow: hidden;
  min-height: 320px;
  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;
}
@media screen and (max-width:767px){
  .tm-contact-block{
    min-height: auto;
  }
}
.tm-contact-block h5 {
  margin-bottom: 10px;font-family: "Marcellus", serif;
  font-size: 25px;
}

.tm-contact-block p {
  margin-bottom: 0;
  text-align: center;
}

.tm-contact-block p a {
  color: #444444;
}

.tm-contact-block p a:hover {
  color: #04699f;
}

.tm-contact-block:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 25px rgba(4, 105, 159, 0.24);
  box-shadow:0 10px 25px rgba(4, 105, 159, 0.24);
}
.tm-contact-block:hover>.tm-contact-icon{
    background: #04699f;
    color:#fff;
}
.tm-contact-icon {
  display: inline-block;
  height: 93px;
  width: 93px;
  line-height: 89px;
  font-size: 40px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #04699f;
  margin-bottom: 25px;
  color: #04699f;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mttt-3{
  margin-top: 50px;
}
.tm-contact-icon img{
  height: 50px;
}
.tm-contact-block:hover > .tm-contact-icon img{
  filter: brightness(0) invert(1);
}
.contactuspage2 .card{
	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;
}

@media screen and (max-width:767px){
	.contactuspage {
  padding: 30px 0;
}
iframe{
	margin-bottom: 20px;
}.contactuspage2 {
  padding: 10px 0 20px;
}
.tm-contact-icon{
	height: 70px;
  width: 70px;font-size: 30px;
  line-height: 71px;
  margin-bottom: 10px;
}
.tm-contact-block{
	padding: 23px 20px;
	margin-bottom: 20px;
}
.tm-contact-block h5 {
  margin-bottom: 6px;
}
}

/*Contact Us End*/


/*Book Appointment Start*/

.bookappointment{
	padding: 60px 0;
}

@media screen and (max-width:767px){
	.bookappointment {
  padding: 25px 0 35px;
}
}

/*Book Appointment End*/


/*Faq Start*/


.faq .card {
  border-bottom: 2px solid #04699f !important;
  margin-bottom: 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13), 0 15px 12px rgba(0, 0, 0, 0.05);
  background: transparent !important;
}

.faq .accordion-title {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 20px;font-family: "Cinzel", serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 10px 30px 10px;
  padding-right: 30px;
  padding-right: 50px;
  border-bottom: 1px solid #04699f33 !important;
  transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 25px;
  text-wrap: auto;
}

.faq .accordion-body {
  padding: 40px 55px;
  padding: 25px 30px 10px;
  border-top: none;
  margin-top: -2px;
  gap: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq [aria-expanded="true"] i::before {
  content: "";
}
.faq .accordion-title i{
  float: right;
  margin-top: 5px;
}

.faq{
  padding: 60px 0 40px;
}

@media screen and (max-width:767px){
.faq {
  padding: 20px 0 0px;
}
.faq .accordion-title i {
  float: right;
  margin-top: 10px;
}
.faq .accordion-body p{
	margin-bottom: 5px;
}
   .service-details-area h4{
        font-size:20px;
    }
    .service__details__wrap h2{
        font-size:24px;
    }
}
 .page-title .ani-left-right, .page-title .ani-top-bottom {
    display: none;
  }

/*Faq End*/

.site-footer__bottom a{
    color:#fff;
}
@media screen and (min-width:991px){
    .site-footer__bottom br{
        display:none;
    }
 
}