@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: 75px;
	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;
	font-size: 18px
}

.nav-item:hover .nav-link {
	color:#092e58 !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: #092e58;
	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 {
	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);
	width: 400px;
}

.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;white-space: normal;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #092e58
}

@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
	}

}
.topheader {
  padding: 10px 0;
  color: #fff;
  background-color: #000;
  padding: 10px 0 12px;
  position: relative;
  z-index: 3;
}

.topheader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 620px);
  border-radius: 0 0 50px 0;
  background: #092e58;
  z-index: -1;
}

.topheader ul li {
  display: inline-block;
  list-style: none;
}

.topheader ul li a {
  color: #fff;
  transition: 0.5s ease;
}

.topheader ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

.leftmar li {
  margin-left: 15px;
}

.rightmar li {
  margin-right: 15px;
}

.leftmar li a:hover {

  transition: 0.5s ease;
}

.rightmar li a:hover {

  transition: 0.5s ease;
}


@media screen and (max-width:1600px) {
  .topheader::after {
    width: calc(100% - 452px);
  }

}


@media screen and (max-width:1500px) {
  .topheader::after {
    width: calc(100% - 452px);
  }

}

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: 10px 0px;
	background: #fff;
	
}
.bg-light{
	background: #fff !important;
}
.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: 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: #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:750px;
	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, #0000008a, #00000038);
}

@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: "Plus Jakarta Sans", sans-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: 100%;
  text-align: center;
}

@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: #092e58;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}.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: -8px;
	left: 0;
	background: #092e58;
	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: #fff;
}
.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;
	}
}







p{
	font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #595959;
  padding-bottom: 0;
  margin-bottom: 15px;
}.sectiontitle {
  font-size: 40px;
  color: #092e58;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Philosopher", sans-serif;
  font-weight: 800;
  padding-bottom: 0px;
  border-bottom: 3px double #092e58;
  width: fit-content;
}
.aboutus img{
	border: 4px double #092e58;
  padding: 10px;
  border-radius: 30px 0 30px 0;
}
.aboutus{
	padding: 60px 0;
}
.aboutus h3{
	margin-top: 20px;
  font-size: 23px;
}.about-one__content__border {
  position: relative;
  width: 100%;
  max-width: 84%;
  height: 1px;
  background-color: #dddddd;
  margin: 26px 0;
}
.about-one__content__border::after {
  width: 7px;
  height: 7px;
  content: "";
  background-color: #092e58;
  border-radius: 50%;
  left: 0;
  top: -3px;
  position: absolute;
  animation: zumpX 15s linear infinite;
}
@keyframes zumpX {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 100%;
  }
}

.intrestcard__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px 0;
  margin-bottom: 25px;
}
.intrestcard__item::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50%;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  background-color: #092e58;
  transition: all 0.5s;
}
.intrestcard__item:hover::after {
  height: 100%;width: 100%;
  opacity: 1;
}
.intrestcard__item__image {
  position: relative;
}
.intrestcard__item__image img {
  width: 100%;
  height: auto;
}
.intrestcard__item__content {
  position: relative;
  z-index: 2;
  padding: 0 20px 20px;
}
.intrestcard__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: #092e58;
  font-size: 44px;
  color: #092e58;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.intrestcard__item:hover .intrestcard__item__icon {
  background-color: #fff;
  color: #fff;
}
.intrestcard__item:hover .intrestcard__item__icon span {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.intrestcard__item__title {
  font-size: 24px;min-height: 63px;
  font-weight: 700;
  margin: 15px 0 0px;font-family: "Philosopher", sans-serif;
}
.intrestcard__item__title a {
  color: #092e58;

  transition: all 500ms ease;
}
.intrestcard__item__title a:hover {
  background-size: 100% 1px;
}
.intrestcard__item__title a:hover {
  color: #fff;
}
.intrestcard__item:hover .intrestcard__item__title a{
  color: #fff;
}
.intrestcard__item:hover .intrestcard__item__text{
color: #fff;
}
.intrestcard__item:hover .intrestcard__item__title {
  color: #fff;
}
.intrestcard__item__text {
  line-height: 26px;
  margin: 0;
  text-align: center;
  transition: all 300ms ease;
}
@media (min-width: 1200px) {
  .intrestcard__item__text {
    padding: 0px;
  }
}
.intrestcard__item__text {
  color:#4d4d4d
}
.post-slide{
  padding: 20px 20px;
}

.intrestcard__item{
  box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}


.intrest{
	padding: 60px 0 40px;
	  background-color: #E4E4FF;
}.intrest2{
	padding: 60px 0 40px;
	  background-color: #EFEFFC;
}
.intrest .sectiontitle{
	width: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.aboutus ul {
	/*margin-top: 20px;*/
	padding-left: 15px;
	margin-bottom: 15px;
}
.aboutus ul li{
	font-style: normal;
  font-weight: 400;
  font-size: 16px;
  list-style: disclosure-closed;
  color: #595959;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.aboutus ul li: :marker{
	color: #092e58;
}.whyus {
  padding: 60px 0 60px;
  background: url('../images/bg.webp');
    background-size: auto;
  background-size: cover;
}

.banner-section{
background: #092e58;
  padding: 40px 0 30px;
}
.sec-title2{
	color: #fff;font-family: "Philosopher", sans-serif;font-size: 40px;
}





.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: #092e58;
}
.mt-302{
	margin-top: 30px;
}
.contactus{
	padding: 70px 0;
}
.contactus .form-control{
	margin-bottom: 10px;
}
.contactus .sec-title2{
	font-size: 30px;
	margin-bottom: 20px;
}
.contactus .btn{
	background: #092e58;
	color: #fff;
	border: 1px solid #092e58;
	margin-top: 15px;
	transition: 0.5s ease;
	margin-bottom: 15px;
}
.contactus .btn:hover{
	background: #fff;
	color: #092e58;
	border: 1px solid #092e58;
	margin-top: 15px;
	transition: 0.5s ease;
}
.contactus textarea{
	height: 135px;
}
.contactus iframe{
	margin-bottom: 20px;
}
.getin{
	margin-top: 0px;
}
@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: 767px){
	 .box-cards {
    padding: 0;
  }.contactus {
  padding: 26px 0;
}.box-cards ul li a {
    font-size: 15px;
  }.box-cards ul li {
  list-style: none;
  margin-bottom: 10px;
}.getin {
  margin-top: 12px;
}
.sec-titl{
	font-size: 24px;
}
}




@media screen and (max-width: 991px){
	.aboutus img{
		margin-bottom: 20px;
	}
	.topheader{
		display: none;
	}
  .nav-link {
    font-size: 16px;
    padding: 4px 3px !important;
  }
}
@media screen and (max-width: 767px){
	.aboutus img{
		margin-bottom: 20px;
	}.aboutus ul{
	padding-bottom: 10px;
}.intrest {
  padding: 27px 0 0px;
  background-color: #E4E4FF;
}
.intrestcard__item__title {
  font-size: 18px;
  min-height: auto;
  }
  .intrest .sectiontitle{
  	margin-bottom: 0;
  }
  .whyus {
    padding: 24px 0 13px;
    background: #EFEFFC;
  }
	.aboutus {
  padding: 30px 0 10px;
}
p{
	font-size: 15px;
}
.about-one__content__border{
	margin: 17px 0;
}.aboutus h3 {
  margin-top: 20px;
  font-size: 17px;
}  .navbar-light .navbar-brand {
    padding: 7px 0px;
  }  .navbar-brand img {
    height: 45px;
  }
.sectiontitle{
	font-size: 30px;padding-bottom: 5px;
}.st-footer-area.style2 {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #000;
}
.st__footer__link a{
	font-size: 15px;
}
}

.bgpurple{
	background-color: #EFEFFC;
}