
@import url('https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,900');


@import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(owl.carousel.min.css);
@import url(flaticon.css);

body {
	color: #666666;
	font-size: 15px;
	font-family: 'Catamaran', sans-serif;
	line-height: 1.80857;
}


a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 120% !important;
	color: #1f1f1f;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	opacity: .8
}

a {
	color: #1f1f1f;
	text-decoration: none;
	outline: none;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

ul,
li,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

button:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	color: #12557f;
	opacity: 1;
}


#preloader {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	position: fixed;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.loader {
	display: inline-flex;
	flex-wrap: wrap;
	width: 258px;
	height: 229px;
}





#scroll-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	font-size: 34px;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	text-align: center;
	line-height: 40px;
	background: #2c3f77;
	color: #ffffff;
	padding: 0;
}


.main-top {
	background: #12557f;
}

.left-top a {
	display: inline-block;
	color: #ffffff;
	float: left;
	font-size: 16px;
}

.left-top a:hover {
	display: inline-block;
	color: #2c3f77;
	float: left;
	font-size: 16px;
}

.new-btn-d {
	padding: 12px 30px;
	font-weight: 400;
	background: none;
	color: #ffffff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border-radius: 0;
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
	z-index: 9;
	text-transform: uppercase;
}

.new-btn-d::before,
.new-btn-d::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	top: 100%;
	z-index: -9;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.new-btn-d:hover::before,
.new-btn-d:hover::after {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}


.new-btn-d:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}


.mail-b {
	float: left;
}

.mail-b a {
	font-size: 16px;
	color: #ffffff;
	padding: 12px 30px;
}

.mail-b a:hover {
	color: #2c3f77;
}

.right-top {
	float: right;
}

.right-top ul {}

.right-top ul li {
	float: left;
}

.right-top ul li a {
	font-size: 20px;
	display: inline-block;
	color: #ffffff;
	padding: 10px 10px;
}

.right-top ul li a:hover {
	background: white;
	color: black;
}

.wel-nots {
	float: right;
	margin-left: 20px;
}

.wel-nots p {
	font-size: 16px;
	color: #ffffff;
	padding: 12px 0px;
	margin: 0px;
}


.top-header .navbar {
	padding: 0px 0px;
}

.top-header {
	background: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 20;
}

.top-header .navbar .navbar-collapse ul li a {
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 15px;
	position: relative;
	font-weight: 600;
	font-family: 'montserrat';
}


/* .top-header .navbar .navbar-collapse ul li a.active {
	background: #13F522;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}  */

.top-header .navbar .navbar-collapse ul li a:hover {
	/* background: #13F522; */
	color: #2c3f77;
}


.top-header.fixed-menu {
	width: 100%;
	position: fixed;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #fff;
	z-index: 20;
}

.navbar-toggler {
	border: 1px solid #2c3f77;
	border-radius: 0;
	margin: 16px 15px;
	padding: 10px 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span {
	background: #333333;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 auto;
	margin-top: 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navbar-toggler span+span {
	margin-top: 5px;
}

.navbar-toggler:hover {
	border: 1px solid #2c3f77;
}

.navbar-toggler:hover span {
	background: #2c3f77;
}



.home-slider {
	position: relative;
	height: 100%;
}

.lbox-caption {
	display: table;
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
}

.lbox-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

.lbox-details {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 100%;
	padding: 22% 0%;
}

.lbox-details::before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.lbox-details h1 {
	font-size: 54px;
	font-family: 'Catamaran', sans-serif;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	z-index: 3;
	margin-top: -110px;
}

.lbox-details h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.lbox-details p {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.lbox-details p strong {
	color: #13F522;
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}

.lbox-details a.btn {
	background: #12557f;
	padding: 10px 20px;
	font-size: 20px;
	text-transform: capitalize;
	color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ffffff;
	position: relative;
	display: inline-block;
	z-index: 3;
}

.lbox-details a.btn:hover {
	background: #13F522;
	color: #ffffff;
}



.tooltip-1 {
	display: inline-block;
	position: relative;
	color: #13F522;
	opacity: 1;
}

.tooltip__wave {
	width: 30%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.tooltip__wave span {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 100%;
	background: url(../images/wave.svg) repeat-x center center;
	background-size: 50% auto;
}


.about-box {
	padding: 70px 0px;
}

.title-box {
	text-align: center;
	margin-bottom: 30px;
}

.title-box h2 {
	font-size: 42px;
	font-family: 'Catamaran', sans-serif;
	color: #222222;
	font-weight: 500;
	position: relative;
	margin-bottom: 15px;
}

.title-box h2 span {
	color: #13F522;
	text-decoration: underline;
}

.about-main-info h2 {
	font-size: 40px;
	font-family: 'Catamaran', sans-serif;
}

.about-main-info h2 span {
	color: #13F522;
	text-decoration: underline;
}

.about-main-info {
	margin-bottom: 30px;
}

.about-m {
	border: 2px solid #13F522;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 40, .2);
}

.about-m ul#banner {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
}

.about-m ul#banner li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.about-m ul#banner li img {
	visibility: hidden;
	width: 536px;
}

.about-m ul#banner li canvas {
	position: absolute;
	top: 0;
	left: 0;
}


.about-img {
	padding: 30px 0px;
}

.about-img img {
	border-radius: 10px;
}

.about-m ul {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.about-m ul li {
	display: inline-block;
	text-align: center;
}

.about-m ul li a {
	background: #528780;
	color: #ffffff;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 50px;
	margin: 0px 5px;
}

.about-m ul li a:hover {
	background: #333333;
	color: #ffffff;
}

.about-main-info h2 {
	font-size: 32px;
	color: #333333;
	font-weight: 500;
}

.about-main-info a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
}

.about-main-info a.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.about-main-info a.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.about-main-info a:hover {
	color: #ffffff;
}

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333333;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}


.services-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.serviceBox {
	padding: 35px 20px 25px;
	border: 1px solid #16567f;
	text-align: center;
	position: relative;
	transition: all 0.3s ease 0s;
}

.serviceBox:hover {
	border-color: #13F522;
}

.serviceBox:before {
	content: "";
	border-top: 20px solid #16567f;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 7px;
	right: 7px;
	transition: all 0.3s ease 0s;
}

.serviceBox:hover:before {
	border-top-color: #13F522;
}

.service-icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #ffffff;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.serviceBox:hover .service-icon {
	color: #fff;
}

.serviceBox .service-icon:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #16567f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon:before {
	border-color: #13F522;
	background: #13F522;
}

.serviceBox .title {
	font-size: 20px;
	font-weight: 700;
	color: #064774;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	padding: 0;
}

.serviceBox .description {
	font-size: 15px;
	color: #999;
	line-height: 27px;
	margin: 0 0 10px 0;
}

@media only screen and (max-width:990px) {
	.serviceBox {
		margin-bottom: 30px;
	}
}

.serviceBox a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
}

.serviceBox a.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.serviceBox a:hover {
	color: #ffffff;
}

.serviceBox a.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.services-box .owl-carousel {
	text-align: center;
}

.services-box .owl-carousel .owl-nav {
	display: inline-block;
	margin: 0 auto;
	margin-top: 20px;
}

.services-box .owl-carousel .owl-nav .owl-prev {
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}

.services-box .owl-carousel .owl-nav .owl-prev:hover {
	background: #13F522;
	color: #ffffff;
}

.services-box .owl-carousel .owl-nav .owl-next {
	border: 2px solid #12557f;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px !important;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 12px;
	font-size: 34px;
	margin: 0 10px;
}

.services-box .owl-carousel .owl-nav .owl-next:hover {
	background: #13F522;
	color: #ffffff;
}


.appointment-main {
	padding: 70px 0px;
	position: relative;
}



.well-block .well-title h2 {
	font-size: 32px;
	font-weight: 600;
	padding-bottom: 20px;
}

.well-block form .form-group .control-label {
	font-size: 16px;
}

.well-block form .form-group .form-control {
	min-height: 60px;
	min-height: 50px;
	padding: 0px 15px;
	border-radius: 0;
	color: #12557f;
	border: 1px solid #12557f;
}

.well-block form .form-group .form-control:focus {
	box-shadow: none;
}

.well-block form .form-group button {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
}

.well-block form .form-group button.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.well-block form .form-group button.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.feature-block .feature-title {
	font-size: 20px;
}

.well-block form .form-group button:hover {
	color: #ffffff;
}


.gallery-box {
	padding: 70px 0px;
}

.box-gallery {
	text-align: center;
	box-shadow: 0 0 5px #7e7d7d;
	position: relative;
	margin-bottom: 30px;
}

.box-gallery img {
	width: 100%;
	height: auto;
}

.box-gallery .box-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.box-gallery:hover .box-content {
	background-color: rgba(255, 242, 242, 0.8);
}

.box-gallery .box-content:before,
.box-gallery .box-content:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.6s ease 0.3s;
}

.box-gallery .box-content:before {
	border-left: 2px solid #13F522;
	border-top: 2px solid #13F522;
	top: 19px;
	left: 19px;
}

.box-gallery .box-content:after {
	border-bottom: 2px solid #13F522;
	border-right: 2px solid #13F522;
	bottom: 19px;
	right: 19px;
}

.box-gallery:hover .box-content:before,
.box-gallery:hover .box-content:after {
	opacity: 1;
	transform: scale(1);
}

.box-gallery .title {
	font-size: 22px;
	color: #333333;
	margin: 0;
	position: relative;
	top: 0;
	opacity: 0;
	transition: all 1s ease 0.01s;
}

.box-gallery:hover .title {
	top: 32%;
	opacity: 1;
	transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
}

.box-gallery .title:after {
	content: "";
	width: 0;
	height: 2px;
	background: #13F522;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 1s ease 0s;
}

.box-gallery:hover .title:after {
	width: 80%;
	transition: all 1s ease 0.8s;
}

.box-gallery .icon {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
	transition-delay: 0.1s;
}

.box-gallery:hover .icon {
	bottom: 32%;
	opacity: 1;
}

.box-gallery .icon li {
	display: inline-block;
}

.box-gallery .icon li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	color: #000;
	border: 2px solid #12557f;
	margin-right: 5px;
	transition: all 0.3s ease-in-out 0s;
}

.box-gallery .icon li a:hover {
	background: #13F522;
	color: #fff;
}

@media only screen and (max-width:990px) {
	.box-gallery {
		margin-bottom: 30px;
	}
}



.team-box {
	padding: 70px 0px;
}

.our-team {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.our-team:before,
.our-team:after {
	content: "";
	width: 130px;
	height: 130px;
	background: #12557f;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

.our-team:before {
	top: 0px;
	left: 0;
}

.our-team:after {
	bottom: 0px;
	right: 0;
}

.our-team .pic {
	margin: 8px;
	position: relative;
	border: 3px solid #13F522;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic {
	border-color: #12557f;
}

.our-team .pic:after {
	content: "";
	width: 100%;
	height: 0;
	background: #13F522;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
	height: 100%;
	opacity: 0.85;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	position: absolute;
	bottom: -50%;
	left: 0;
	transition: all 0.5s ease 0.2s;
}

.our-team:hover .team-content {
	bottom: 38%;
}

.our-team .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0px;
}

.our-team .post {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-transform: capitalize;
}

.our-team .social {
	padding: 0;
	margin: 40px 0 0 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	margin: 0 7px;
	transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
	background: #fff;
	color: #12557f;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}


.blog-box {
	padding: 70px 0px;
	background-color: #f2f3f5;
}

.blog-inner {
	background: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	border: 10px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.blog-img {
	overflow: hidden;
}

.blog-img img {
	transition: all 0.9s ease 0s;
}

.blog-inner:hover .blog-img img {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-ms-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}

.blog-inner a {
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	font-size: 14px;
	display: inline-block;
	line-height: 24px;
}

.blog-inner a.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.blog-inner a.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}


.blog-inner a:hover {
	color: #ffffff;
}

.blog-inner .item-meta {
	background: #12557f;
}

.blog-inner .item-meta a {
	background: #12557f;
	color: #ffffff;
	display: inline-block;
	border: none;
}

.blog-inner .item-meta span {
	color: #ffffff;
	background: #13F522;
	display: inline-block;
	padding: 5px;
}

.blog-inner h2 {
	margin-top: 20px;
}


.left-contact {
	margin-top: 60px;
}

.left-contact h2 {
	font-size: 38px;
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
}

.cont-line {
	overflow: hidden;
	margin-bottom: 30px;
	width: 33.33%;
	float: left;
}

.icon-b {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	border: 2px dotted #12557f;
	margin-right: 10px;
	color: #13F522;
	border-radius: 50%;
}

.dit-right h4 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 0;
}

.dit-right {
	padding-right: 14px;
}

.dit-right p {
	font-size: 16px;
	margin: 0px;
}

.dit-right a {
	font-size: 16px;
	color: #333333
}

.dit-right a:hover {
	color: #13F522;
}



.contact-block .form-group .form-control {
	background: #13F522;
	height: 45px;
	font-size: 16px;
	border: 0;
	color: #ffffff;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.contact-block .form-group textarea.form-control {
	height: 150px;
	padding-top: 15px;
}

.submit-button .btn-common {
	background-color: #13F522;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0 15px;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.submit-button .btn-common:hover {
	background-color: #528780;
}

.custom-select {
	height: 45px;
	font-size: 16px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(45px + 2px);
}

.help-block ul li {
	color: red;
}

.footer-box {
	background: #292f35;
	padding: 20px 0;
}

.footer-box .footer-company-name {
	text-align: center;
	margin: 0px;
	color: #ffffff;
}

.footer-box .footer-company-name a {
	color: #ffffff;
}

.footer-box .footer-company-name a:hover {
	color: #000000;
}


.subscribe-box {
	padding: 70px 0px;
	background: url(../images/footer-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.subscribe-box::before {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}

.subscribe-inner {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.subscribe-inner h2 {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}

.subscribe-inner p {
	color: #cccccc;
}

.subscribe-inner .form-group .form-control-1 {
	width: 100%;
	padding: 12px 15px;
	border-radius: 0px;
	border: none;
}

.subscribe-inner .form-group button {
	letter-spacing: 1px;
	border-radius: 2px;
	transition: .2s;
	letter-spacing: 1px;
	padding: 10px 18px;
	background: #ffffff;
	color: #12557f;
	display: inline-block;
	line-height: 24px;
	border: none;
	cursor: pointer;
}

.subscribe-inner .form-group button.new-btn-d.br-2 {
	border: 2px solid #12557f;
}

.subscribe-inner .form-group button.new-btn-d::before {
	background: rgba(18, 85, 127, 0.2);
}

.subscribe-inner .form-group button:hover {
	color: #ffffff;
}






.extra-about {
	margin-top: -50px;
}

.fonting {
	font-size: 40px;
	font-weight: 500;
}





@media only screen and (min-width: 320px) and (max-width: 554px) {
	.extra-topbar {
		display: none;
	}

	.extra-about {
		margin-top: -70px;
	}

	.fonting {
		font-size: 35px;
		font-weight: 500;
	}

	.about-m ul#banner {
		position: relative;
		width: 100%;
		height: 256px;
		overflow: hidden;
		margin: 0 auto;
	}

	.about-m ul#banner li img {
		visibility: hidden;
		width: 286px;
	}

}




@media only screen and (min-width: 375px) and (max-width: 554px) {
	.extra-topbar {
		display: none;
	}

	.extra-about {
		margin-top: -70px;
	}

	.fonting {
		font-size: 35px;
		font-weight: 500;
	}

	.about-m ul#banner {
		position: relative;
		width: 100%;
		height: 256px;
		overflow: hidden;
		margin: 0 auto;
	}

	.about-m ul#banner li img {
		visibility: hidden;
		width: 343px;
	}

}






.unique-us {
	
	padding: 50px 0;
	text-align: center;
}

.main-container {
	width: 80%;
	margin: 0 auto;
}

.unique-heading {
	color: #333;
	margin-bottom: 30px;
	font-size: 36px;
}

.benefit-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.benefit-card {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin: 20px;
	padding: 20px;
	flex: 1;
	max-width: 30%;
	transition: transform 0.3s;
}

.benefit-card:hover {
	transform: translateY(-10px);
}

.benefit-icon {
	font-size: 50px;
	margin-bottom: 20px;
	color: #007bff;
}

.benefit-title {
	color: #333;
	margin-bottom: 15px;
	font-size: 24px;
}

.benefit-description {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.benefit-cards {
		flex-direction: column;
	}

	.benefit-card {
		max-width: 90%;
	}
}








.contact-page {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: linear-gradient(135deg, #ceddf8 0%, #2a5298 100%);
	padding: 20px;
}

.contact-container {
	display: flex;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 900px;
	width: 100%;
}

.contact-form-wrapper,
.contact-info {
	padding: 40px;
	flex: 1;
}

.contact-heading {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #1e3c72;
}

.contact-form {
	display: flex;
	flex-direction: column;
}

.form-group {
	margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	color: #333;
	background-color: #f4f7f9;
	transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #1e3c72;
	outline: none;
}

.submit-button {
	padding: 12px 20px;
	background-color: #1e3c72;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.3s;
}

.submit-button:hover {
	background-color: #2a5298;
	transform: translateY(-2px);
}

.submit-button:active {
	background-color: #1e3c72;
	transform: translateY(0);
}

.contact-info {
	background-color: #f4f7f9;
	color: #333;
}

.contact-info h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #1e3c72;
}

.contact-info ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
}

.contact-info li {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.contact-container {
		flex-direction: column;
	}
}







.underline-text {
	position: relative;
	font-size: 24px;
	color: #333;
	margin: 10px 0;
	text-align: center;
	display: inline-block;
}

.underline-text::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 4px;
	background-color: #1e3c72;
	border-radius: 2px;
	display: inline-block;
}










.site-footer {
	background-color: #333;
	color: white;
	padding: 40px 100px;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer-section {
	flex: 1;
	padding: 20px;
	min-width: 250px;
}

.footer-section h3 {
	margin-bottom: 20px;
}

.footer-section p,
.footer-section a {
	color: white;
	text-decoration: none;
	margin: 5px 0;
}

.footer-section a:hover {
	text-decoration: underline;
}

.social-links a {
	margin: 0 10px;
	color: white;
	font-size: 20px;
}

.social-links a:hover {
	color: #007BFF;
}



.mystery {
	margin-right: -100px;
}

.mystery-1:hover {
	transform: scale(1.05);
}

@media(max-width: 768px) {
	.footer-section {
		flex: 1 0 100%;
		padding: 10px 20px;
	}

	.site-footer {
		background-color: #333;
		color: white;
		padding: 40px 10px;
	}

	.mystery {
		margin-right: 0px;
	}

}






.about-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.about-image {
	flex: 1;
	min-width: 300px;
	max-width: 50%;
}

.about-image img {
	width: 100%;
	height: auto;
	display: block;
}

.about-content {
	flex: 1;
	min-width: 300px;
	max-width: 50%;
	padding: 20px;
}

.about-content h1 {
	font-size: 2.5em;
	margin-bottom: 20px;
}

.about-text {
	font-size: 1.2em;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.about-container {
		flex-direction: column;
	}

	.about-image,
	.about-content {
		max-width: 100%;
	}
}




.perfect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
}

.perfect-1 {
    background-color: #f4f4f4;
}

.stats-container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    justify-content: space-around;
}

.stat-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 20%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
    background-color: #13F522;
    color: #ffffff;
}

.stat-number {
    font-size: 2.5em;
    font-weight: bold;
    animation: fadeIn 1.5s ease-in-out;
}

.stat-label {
    font-size: 1.2em;
    margin-top: 10px;
    animation: slideIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        align-items: center;
    }

    .stat-box {
        width: 80%;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 2em;
    }

    .stat-label {
        font-size: 1em;
    }

    .perfect {
        height: auto;
        padding: 50px 0;
    }
}


.footer-box .footer-company-name a:hover {
	color: white;
}




.slider-container {
	position: relative;
	max-width: 100%;
	height: 500px;
	margin: auto;
	overflow: hidden;
}

.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	height: 100%;
}

.slide {
	min-width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	font-size: 44px;
	font-weight: bold;
	z-index: 1;
	padding: 20px;
	border-radius: 10px;
	width: 900px;
}

.prev,
.next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-top: -25px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: background-color 0.3s ease;

}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.7);

}

.prev {
	left: 10px;
	
}

.next {
	right: 10px;
	
}











.section-container {
	padding: 50px;
	background-color: #f9f9f9;
	color: #333;
	max-width: 1200px;
	margin: auto;
	border-radius: 20px;
}

.section-title {
	font-size: 36px;
	font-weight: bold;
	color: #2a2a2a;
	margin-bottom: 10px;
}

.section-subtitle {
	font-size: 16px;
	color: #007BFF;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 500;
}

.section-content {
	font-size: 18px;
	color: #555;
	margin-bottom: 30px;
}

.section-content p {
	margin-bottom: 15px;
	line-height: 1.8;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 18px;
}

.feature-item-icon {
	color: #2c3f77;
	font-size: 24px;
	margin-right: 15px;
	flex-shrink: 0;
}

.feature-item-text {
	color: #555;
}







.bank-images {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}


.image-carousel {
	height: 100px;
	width: 100%; 
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.carousel-track {
	display: flex;
	width: calc((250px + 20%) * 14); 
	animation: slide 40s linear infinite;
}


.carousel-item {
	height: 100px;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px; 
}


.carousel-item:last-child {
	margin-right: 0;
}


@keyframes slide {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-280px * 7)); }
}




.logo-image{
	width:150px;
	height: 100px;
}







#border{
	display: flex;
	 flex-direction: column;
	 align-items: center;
	 background-color: #2c3f77;
	 border: 1px solid #000;
	 border-radius: 20px;
   }
   
   #emi-calculation{
	 width: 500px;
	 height: 400px;
	 /* border: 2px solid steelblue; */
	 box-shadow: 2px 5px 5px gray;
	 border-radius: 5px;
	  background-color: #fff;
	  
   }
   #title{
	 font-size: 30px;
	 font-family: 'Poppins';
	 color: #2c3f77;
	 text-align: center;
	 /* text-decoration: underline; */
   }
   
   #emi-output{
	 width: 500px;
	 height: 400px;
	 /* border: 2px solid steelblue; */
	 box-shadow: 2px 5px 5px gray;
	 border-radius: 5px;
	 margin-top: -20px;
	  background-color: #fff;
   }
   
   .section{
	 margin-left: 10px;
	 font-size: 17px;
	 padding: 10px;
	 font-family: 'montserrat';
   }
   .result{
	 margin-top: 20px;
	 margin-left: 10px;
	 font-size: 17px;
	 padding: 5px;
	 font-family: 'montserrat';
   }
   
   .input{
	 float: right;
	 height: 20px;
	 margin-right: 10px;
	 padding: 15px;
   }
   
	#calc,#reset{
	 width: 200px;
	 height: 40px;
	 font-size: 20px;
	 background-color: #7b88a5;
	 border: 2px solid#7b88a5;
	 box-shadow: 2px 5px 5px gray; 
   }
   .submit{
	 text-align: center;
	 margin-top: 20px;
	 /* border: 2px solid steelblue; */
   }
   #reset{
	 background-color: #7b88a5;
	 border: 2px solid#7b88a5;
   }
   


   @media screen and (max-width: 500px){
	 #border{
	   display: flex;
	   flex-direction: column;
	   width: 100%;
	   margin-left: 5px;
	   margin-right: 5px;
	 }
	 .label,.result{
	   font-size: 10px;
	 }
	 #title{
	   font-size: 20px;
	 }
	 #emi-calculation{
	   max-width: 100%;
	 }
	 #emi-output{
	   width: 333px;
	   margin-left: 5px;
	   margin-right: 5px;
	 }
	 .section{
	   font-size: 16px;
	 }
	 .input{
	   width: 100px;
	 }
	 #calc, #reset{
	   width: 100px;
	 }
	 
   }

   


@media screen and (max-width: 768px) {
	#emi-calculation{
		width: 340px;
		height: 400px;
		border: 2px solid steelblue;
		box-shadow: 2px 5px 5px gray;
		border-radius: 5px;
		 background-color: #fff;
	  }
	 
}


/* Why Choose Us */
.why_choose{ 
    width:100%; 
    margin: 0 0 50px; 
    font-family: 'montserrat';
  }
  .why_choose_head{ 
    width:100%; 
    text-align:center; 
    padding:30px;
  }
  .why_choose_head h1{ 
    width:100%; 
    color: #000000; 
    text-align:center; 
    font-size:32px; 
    font-family: 'montserrat';
  }
  /* .why_choose_head h1 span{ 
    border-bottom: 5px solid #a2437e; 
  } */
  .text-down { 
    position:relative; 
    overflow:hidden;
  }
  .text-down img{ 
    width:100%; 
    height:300px;
    border: 2px solid#000;
  
  }
  .text-down .textbox { 
    width:100%; 
    height:350px; 
    position:absolute; 
    top:0; 
    left:0; 
    margin-top:-255px;
    -webkit-border-radius:50px; 
    -moz-border-radius:50px; 
    -ms-border-radius:50px; 
    border-radius:5px;
    background-color: #000000a6; 
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease; 
  }
  .text-down:hover .textbox { 
    margin-top:0;
  }
  .details{ 
    width:100%; 
    padding: 30px 30px 0;  
    text-align:center; 
    color:rgba(255,255,255,1); 
    font-size:16px;
    font-family: 'montserrat';
  }
  .view-more{ 
    width:100%; 
    padding-top:-40px;  
    text-align:center; 
    color:rgba(255,255,255,1); 
    font-size:20px;
    font-weight:bold;
    font-family: 'montserrat';
  }
  .text2 { 
    text-align:center; 
    padding-top: 30px; 
    color:rgba(255,255,255,1); 
    font-size:25px;
    font-family: 'montserrat'; 
  }
  .top { 
    padding-top:10px;
  }

  


  /* .text-down1 { 
    position:relative; 
    overflow:hidden;
  }
  .text-down1 img{ 
    width:100%; 
    height:330px;
    border: 2px solid#000;
  
  }
  .text-down1 .textbox { 
    width:100%; 
    height:350px; 
    position:absolute; 
    top:0; 
    left:0; 
    margin-top:255px;
    -webkit-border-radius:50px; 
    -moz-border-radius:50px; 
    -ms-border-radius:50px; 
    border-radius:5px;
    background-color: #0000009f; 
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease; 
  }
  .text-down1:hover .textbox { 
    margin-top:0;
  } */
  .content-wrapper {
	/* height: 100%; */
	width: 70%;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
	font-family: 'montserrat';
	font-size: 25px;
}

h1 {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
	font-family: 'montserrat';
	font: bold;
	color: #2c3f77;
}

.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 90%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}



#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
	font-family: 'montserrat';
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid #2c3f77;
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
	border: 2px solid #2c3f77;
	background-color: #2c3f77;
	color: #ffffff;
	border-radius: 10px;
	padding: calc(0.5rem + 0.2vmin) -2;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
	color: #2c3f77;
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

/* .hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
} */

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 776px) {
	.content-wrapper {
		width: 100%;
		height: 460px;
       
	}
	#description {
		font-size: calc(0.8rem + 0.3vmin);
		width: 70%;
		max-width: 40rem;
		text-align: center;
		margin-bottom: calc(1.4rem + 1vmin);
		color: rgb(92, 92, 92);
		line-height: 2rem;
	}
	.wrapper-for-arrows{
		margin-left:-335px ;
	}
  
	
}





.bg-img{
	background: linear-gradient(rgba(9, 30, 62, 0.363), rgba(9, 30, 62, 0.404)), url(../img/about_banner.jfif) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.bg-img1{
	background: linear-gradient(rgba(9, 30, 62, 0.363), rgba(9, 30, 62, 0.404)), url(../img/contact_banner.jpg) center center no-repeat;
    background-size: cover;
    height: 300px;
}

.bg-img2{
	background: linear-gradient(rgba(13, 20, 31, 0.658), rgba(4, 7, 12, 0.534)), url(../img/counter_banner.jpg) center center no-repeat;
    background-size: cover;
      
}
.bg-img3{
	background: linear-gradient(rgba(13, 20, 31, 0.658), rgba(4, 7, 12, 0.534)), url(../img/services_banner.jpg) center center no-repeat;
    background-size: cover;
     height: 300px; 
}

.bg-img4{
	background: linear-gradient(rgba(13, 20, 31, 0.658), rgba(4, 7, 12, 0.534)), url(../img/why_choose_banner.jpg) center center no-repeat;
    background-size: cover;
     height: 300px; 
}

.bg-img5{
	background: linear-gradient(rgba(0, 0, 0, 0.877), rgba(2, 2, 2, 0.822)), url(../img/footer_banner.jpg) center center no-repeat;
    background-size: cover;
     /* height: 300px;  */
}

.statistics {
    width: 100%;
    /* background: #4f8280;
    background: linear-gradient(
        90deg,
        rgba(79, 130, 128, 1) 0,
        rgba(119, 194, 190, 1) 100%
    ); */
}

.statistics-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
	padding:20px;
}

.statistics-card {
    width: 200px;
    height: auto;
	/* background-color: #000; */
	border: 2px solid#000;
	border-radius: 20px;
	box-shadow: 2px 2px 20px 5px#fff;
}

.statistics-card > img {
    max-width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	
}

.statistics-card > p {
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.statistics-card > h2 {
    text-align: center;
    color: white;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1470px) {
    .statistics-container {
        gap: 10px 40px;
    }
}


.fixedoffer {
    position: fixed;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: 18%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedoffer .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedoffer .phonenumber span{
    width: 65px;
    height: 35px;
    float: left;
    background: #2c3f77;
    font-size: 18px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    }
    .fixedoffer .phonenumber p{
    margin: 0;
    padding: 7px;
    color: #2c3f77;
    }
    .phn{
    
      color: #2c3f77;
      font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    }
    .fixedoffer .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
    }
    /*******/
    .fixedcall1 {
    position: fixed;
    width: 180px;
    height: 42px;
    margin: 0;
    padding: 0;
    top:41%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid#ffffff; 
    }
    .fixedcall1 .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedcall1 .phonenumber span{
    width: 45px;
    height: 45px;
    float: left;
    background: #2c3f77;
    /* border: 1px solid#fff; */
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    }
    .fixedcall1 .phonenumber p{
    margin: 0;
    padding: 7px;
    color: #000000;
    }
    .phn{
    
      color: #000000;
      font-size: 14px;
    line-height: 32px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    }
    .fixedcall1 .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
    }
    
    .fixedcall {
    position: fixed;
    width: 180px;
    height: 42px;
    margin: 0;
    padding: 0;
    top: 48%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
     border: 1px solid#ffffff; 
    }
    .fixedcall a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    }
    .fixedcall a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #2c3f77;
    /* border: 1px solid#fff; */
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    }
    .fixedcall a p{
    margin: 0;
    padding: 7px;
    color: #000000;
    }
    .fixedcall a svg {
    color: #fff;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
    }
    .fixedcall .phonenumber span i {
      color: #fff;
      -webkit-animation: flipInY 1.25s infinite;
      -moz-animation: flipInY 1.25s infinite;
      -ms-animation: flipInY 1.25s infinite;
      animation: flipInY 1.25s infinite;
      }
      
    .fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 55%;
    right: -135px;
    z-index: 999;
    /* border-radius: 10px 0 0 10px; */
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
     border: 1px solid#ffffff; 
    }
    .fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    
    }
    .fixedwhatapp a span{
    width: 45px;
    height: 45px;
    float: left;
    background: #2c3f77;
    /* border: 1px solid#fff; */
    font-size: 25px;
    /* margin: 0 15px 0 0; */
    text-align: center;
    line-height: 45px;
    color: #fff;
    }
    .fixedwhatapp a p{
    margin: 0;
    padding: 7px;
    color: #000000;
    }
    .fixedwhatapp a svg {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
    }
    .fixedwhatapp .phonenumber span i {
      color: #fff;
      -webkit-animation: flipInY 1.25s infinite;
      -moz-animation: flipInY 1.25s infinite;
      -ms-animation: flipInY 1.25s infinite;
      animation: flipInY 1.25s infinite;
      }
      
    .fixedwhatapp:hover {
    right: 0;
    }
    @-webkit-keyframes tada {
    0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    }
    100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    }
    }
    @keyframes tada {
    0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }
    10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
    }
    100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    }
    }
    .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    }
    .fixedcall:hover {
    right: 0;
    }
    .fixedcall1:hover {
    right: 0;
    }
    
    @-webkit-keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    }
    
    @keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
    
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    }
    
    .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    }





	
	
	
	
	
	
	@keyframes slide {
		0% { transform: translateX(0); }
		100% { transform: translateX(calc(-280px * 7)); }
	}
	
	
	
	
	.logo-image{
		width:175px;
		height: 110px;
	}






	

	/* Slideshow container */
.slideshow-container {

	position: relative;
	margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  text-align: center;
	  color: white;
	  font-size: 40px;
	  font-weight: bold;
	  z-index: 1;
	  padding: 20px;
	  border-radius: 10px;
	  width: 900px;
	  font-family: 'poppins';
	  background-color: #000000af;
  }
  @media screen and (max-width: 776px) {
	.mySlides img {
     width: 100%;
	 height: 250px;
	}
	.text{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  text-align: center;
	  color: white;
	  font-size: 20px;
	  font-weight: bold;
	  z-index: 1;
	  padding: 20px;
	  border-radius: 10px;
	  width: 350px;
	  font-family: 'montserrat';
	}
  }

  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  /* .active, .dot:hover {
	background-color: #717171
  }
   */
  /* Fading animation */
  .swip {
	animation-name: swip;
	animation-duration: 0.5s;
  }
  
  @keyframes swip {
	from {opacity: .4} 
	to {opacity: 1}
  }
  
 