@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spline+Sans:wght@300..700&display=swap");

* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	transition: 0.3s;
	color: #222222;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
img,
ul,
ol,
li,
input,
form,
.btn,
.navbar,
.breadcrumb,
.pagination {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
	font-family: "Poppins", sans-serif;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-family: "Spline Sans", sans-serif;
	position: relative;
	background: #f2f9fe;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-family: "Spline Sans", sans-serif;
}

p {
	font-family: "Plus Jakarta Sans", sans-serif;
}

a {
	font-family: "Spline Sans", sans-serif;
}

h1 {
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
}

h2 {
	font-size: 38px;
	color: #00AEEF;
	font-weight: 700;
}

h3 {
	font-size: 28px;
	color: #1E89A3;
	font-weight: 700;
	text-transform: capitalize;
}

h4 {
	font-size: 25px;
	font-weight: 700;
	color: #222222;
}

h5 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
}

h6 {
	font-size: 16px;
	font-weight: 700;
	color: #1E89A3;
}

p {
	color: #444444;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

a {
	color: #222222;
	font-size: 16px;
	font-weight: 300;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
}

.btn_com {
	padding: 10px 35px;
	display: inline-block;
	background: #1E89A3;
	color: #ffffff;
	-webkit-transition: all linear 0.4s;
	-moz-transition: all linear 0.4s;
	-ms-transition: all linear 0.4s;
	-o-transition: all linear 0.4s;
	transition: all linear 0.4s;
	font-size: 18px;
	font-weight: 500;
	border-radius: 35px;
}

.pr0 {
	padding-right: 0px;
}

.py_60 {
	padding: 60px 0px;
}

.py_70 {
	padding: 70px 0px;
}

.py_80 {
	padding: 80px 0px;
}

.pt_60 {
	padding-top: 60px;
}

.pb_60 {
	padding-bottom: 60px;
}

.py_90 {
	padding: 90px 0px 90px;
}

.py_6090 {
	padding: 60px 0px 90px;
}

.pt_90 {
	padding-top: 90px;
}

.pb_90 {
	padding-bottom: 90px;
}

.mt_30 {
	margin-top: 30px;
}

.mb_30 {
	margin-bottom: 30px;
}

.dis_none {
	display: none;
}

.btn {
	border-radius: 0;
}

/* header start */
header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 100%;
	width: 100%;
}

header .menu_part {
	margin: 20px 0px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999%;
}

header .menu_part .bg_menu {
	padding: 10px 25px;
	background: #ffffff;
	box-shadow: 0 0 35px rgba(30, 137, 163, 0.69);
	border-radius: 40px;
	width: 92%;
}

header .menu_part .navbar-brand img {
	width: 250px;
	max-height: 50px;
}

header .menu_part .menu_main .nav-item {
	position: relative;
}

header .menu_part .menu_main .nav-item .nav-link {
	padding: 10px 15px;
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	text-transform: uppercase;
	transition: 0.4s;
	display: block;
}

header .menu_part .menu_main .nav-item .nav-link i {
	padding-left: 3px;
}

header .menu_part .menu_main .nav-item:hover .nav-link {
	color: #1E89A3;
}

header .menu_part .menu_main .nav-item ul.sub-menu {
	width: 250px;
	position: absolute;
	left: 0;
	top: 40px;
	padding: 10px 0px;
	background: #1E89A3;
	display: none;
	transition: 0.4s;
}

header .menu_part .menu_main .nav-item ul.sub-menu li a {
	padding: 8px 10px;
	color: rgba(0, 0, 0, 0.7);
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.4s;
	text-align: left;
}

header .menu_part .menu_main .nav-item ul.sub-menu li a i {
	float: right;
}

header .menu_part .menu_main .nav-item ul.sub-menu li:hover a {
	color: #25324F;
	background: #ffffff;
}

header .menu_part .menu_main .nav-item ul.sub-menu li:hover ul li a {
	background: #1E89A3;
	color: rgba(0, 0, 0, 0.7);
}

header .menu_part .menu_main .nav-item ul.sub-menu li ul.more-sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 250px;
	z-index: 1;
	display: none;
}

header .menu_part .menu_main .nav-item:hover ul.sub-menu {
	display: block;
}

header .menu_part .menu_main .nav-item ul.sub-menu li:hover ul.more-sub-menu {
	top: 0;
	display: block;
}

header .menu_part .menu_main .nav-item ul.sub-menu li:hover .more-sub-menu2 {
	top: 35px !important;
}

header .menu_part .menu_main .nav-item ul.sub-menu li:hover .more-sub-menu3 {
	top: 85px !important;
}

header .menu_part .menu_main .nav-item ul.sub-menu li ul li:hover a {
	color: #25324F;
	background: #ffffff;
}

header .menu_part .menu_main .active .nav-link {
	color: #00AEEF;
}

header .menu_part .extra_btn {
	margin-left: 150px;
}

header .menu_part .extra_btn .nav-item .btn_com {
	margin: 0px 10px 0px 40px;
	padding: 10px 35px;
	color: #ffffff;
}

header .menu_part .extra_btn .nav-item .btn_com:hover {
	color: #fff;
}

header .menu_part .extra_btn .nav-item .btn_com i {
	padding-right: 5px;
}

header .menu_part .extra_btn .nav-item:last-child .btn_com {
	margin-right: 0;
}

header .menu_part .extra_btn .btn_src {
	margin-left: -45px;
}

header .menu_part2 {
	display: none;
}

header #slide-out #mobile-menu .extra_btn {
	padding: 15px 0px;
}

header #slide-out #mobile-menu .extra_btn .btn_src {
	margin-left: -45px;
}

header #slide-out #mobile-menu .extra_btn .btn_com {
	display: inline-block;
	padding: 10px 35px;
	margin: 10px;
}

header #slide-out #mobile-menu .extra_btn .btn_com i {
	padding-right: 10px;
}

/* header end */
/* banner_slide_item start */
.banner_part {
	position: relative;
	z-index: -1;
}

.banner_part .banner_slide_item {
	height: 90vh;
	width: 100%;
}

.kenburns-top {
	-webkit-animation: kenburns-top 8s ease-out infinite both;
	animation: kenburns-top 8s ease-out infinite both;
}

@-webkit-keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%;
	}

	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

@keyframes kenburns-top {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		-webkit-transform-origin: 50% 16%;
		transform-origin: 50% 16%;
	}

	100% {
		-webkit-transform: scale(1.25) translateY(-15px);
		transform: scale(1.25) translateY(-15px);
		-webkit-transform-origin: top;
		transform-origin: top;
	}
}

/* banner_slide_item end */
/* step3_part start */
.step3_part .step3_content {
	padding: 10px 30px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(30, 137, 163, 0.69);
	top: -70px;
	position: relative;
	z-index: 9999;
	border-radius: 20px;
}

.step3_part .step3_content .step3_content_item {
	margin: 15px;
}

.step3_part .step3_content .step3_content_item img {
	margin-bottom: 10px;
	height: 70px
}

.step3_part .step3_content .step3_content_item h5 {
	text-transform: uppercase;
	font-size: 15px;
}

/* step3_part end*/
/* we_are_part start */
.we_are_part {}

.we_are_part .we_are_content {
	padding: 15px;
	background: #1E89A3;
	background: rgba(30, 137, 163, 0.30);
	border-radius: 20px;
}

.we_are_part .we_are_content .we_are_content_item {
	margin: 15px;
}

.we_are_part .we_are_content .we_are_content_item h1 {
	color: #000;
	padding-bottom: 15px;
	font-size: 28px;
	text-transform: uppercase;
}

.we_are_part .we_are_content .we_are_content_item h2 {
	color: #000;
	padding-bottom: 15px;
	font-size: 28px;
	text-transform: uppercase;
}

.we_are_part .we_are_content .we_are_content_item h3 {
	color: #000;
	padding-bottom: 15px;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 30px;
}

.we_are_part .we_are_content .we_are_content_item p {
	text-align: justify;
	padding-bottom: 10px;
	color: #000;
	font-size: 16px;
}

.we_are_part .we_are_content .we_are_content_item_bg {
	padding: 30px 30px 30px 0px;
}

.we_are_part .we_are_content .we_are_content_item_bg img {
	margin-top: 55px;
	border-radius: 7px;
}

.we_are_part .we_are_content .we_are_content_item_bg .we_are_content_item_logo {
	max-height: 95px;
}

.we_are_part .we_are_content .we_are_content_item_bg .we_are_content_item_logo img {
	max-height: 95px;
}

.we_are_part .we_are_content .we_are_content_item_bg .we_are_content_slide {
	padding: 20px 0px;
}

.we_are_part .we_are_content .we_are_content_item_bg .we_are_btn {
	padding: 20px 0px;
}

.we_are_part .we_are_content .we_are_content_item_bg .we_are_btn a.btn_com:hover {
	background: #F0B301;
}

.we_are_part .we_are_content .we_are_content_item_bg .we_are_content_slide2 {
	padding: 20px 0px;
	background: #ffffff;
	border-radius: 15px;
}

/* we_are_part end */
/* our_project_part start */
.our_project_part {
	background: #EBF0FA;
	padding-bottom: 100px;
}

.our_project_part .project_slide_item {
	margin-top: 30px;
}

.our_project_part .project_slide_item_cont {
	padding: 30px;
	background: #ffffff;
}

.our_project_part .project_slide_item_cont h4 {
	padding-bottom: 22px;
	text-transform: uppercase;
	font-size: 22px;
}

.our_project_part .project_slide_item_cont p {
	padding-bottom: 30px;
	font-size: 16px;
	text-align: justify;
}

.our_project_part .project_slide_item_cont ul li a {
	display: block;
	margin: 5px;
}

.our_project_part .project_slide_item_cont ul li a img {
	width: 100%;
	width: 50px;
	height: 50px;
}

.our_project_part .project_slide_item_cont a:hover {
	background: #F0B301;
	color: #ffffff;
}

.our_project_part .owl-carousel .owl-dots.disabled {
	display: block;
}

.our_project_part .owl-carousel .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}

.our_project_part .owl-carousel .owl-dots .owl-dot {
	height: 5px;
	width: 35px;
	margin: 5px;
	background: #25324F;
	float: left;
}

.our_project_part .owl-carousel .owl-dots .owl-dot.active {
	background: #1E89A3;
}

/* our_project_part end */
/* common_heading start */
.common_heading {
	padding-bottom: 20px;
}

.common_heading h3 {
	font-size: 25px;
	text-transform: uppercase;
}

/* common_heading end */
/* we_are_invest_part start */
.we_are_invest_part .we_are_invest_content {
	padding: 50px 30px;
}

.we_are_invest_part .we_are_invest_content .we_are_invest_content_item h1 {
	padding-bottom: 20px;
}

.we_are_invest_part .we_are_invest_content .we_are_invest_content_item_img {
	border-radius: 15px;
	border: 3px solid #fff;
	position: relative;
}

.we_are_invest_part .we_are_invest_content .we_are_invest_content_item_img img {
	border-radius: 15px;
}

.we_are_invest_part .we_are_invest_content .we_are_invest_content_item_img .we_are_invest_content_item_img_overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.we_are_invest_part .we_are_invest_content .we_are_invest_content_item_img .we_are_invest_content_item_img_overlay a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: #1E89A3;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-top: 146px;
}

.we_are_invest_part .we_are_invest_content .we_are_invest_content_item_img .we_are_invest_content_item_img_overlay a i {
	line-height: 100px;
}

.we_are_invest_part .scale-up-center {
	-webkit-animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
	animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
}

@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* we_are_invest_part end */
/* owner_benifit_part start */
.owner_benifit_part {
	background: #EBF0FA;
}

.owner_benifit_part .owner_benifit_content {
	margin-top: 30px;
}

.owner_benifit_part .owner_benifit_content ul li {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.owner_benifit_part .owner_benifit_content ul li img {
	width: 45px;
	height: 45px;
	margin: 10px 0px;
	margin-right: 15px;
}

.owner_benifit_part .owner_benifit_content ul li span {
	width: 85%;
	align-content: center;
	align-items: center;
	font-size: 15px;
	transition: 0.4s;
}

.owner_benifit_part .owner_benifit_content ul li:hover span {
	color: #1E89A3;
}

/* owner_benifit_part end */
/* membership_part start */
.membership_part .membership_bg {
	background: #1E89A3;
	padding: 50px 30px;
	border-radius: 20px;
}

.membership_part .membership_bg .membership_bg2 {
	background: #002154;
	padding: 100px 30px 50px;
	margin: 20px;
	border-radius: 20px;
}

.membership_part .membership_bg .membership_bg2 .membership_item h2 {
	font-size: 50px;
	color: #F0B301;
	padding-bottom: 30px;
}

.membership_part .membership_bg .membership_bg2 .membership_item h3 {
	color: #ffffff;
	padding-bottom: 50px;
}

.membership_part .membership_bg .membership_bg2 .membership_item a.btn_com {
	border-radius: 0;
	text-transform: capitalize;
}

.membership_part .membership_bg .membership_bg2 .membership_item a.btn_com:hover {
	background: #F0B301;
}

.membership_part .membership_bg .membership_bg2 .membership_img {
	position: relative;
}

.membership_part .membership_bg .membership_bg2 .membership_img .membership_item_img {
	position: absolute;
	left: 0;
	top: -260px;
	height: 100%;
	width: 100%;
}

.membership_part .membership_bg .membership_bg2 .membership_img .membership_item_img img {
	transform: scale(1.2);
}

/* membership_part end */
/* our_brand_part start */
.our_brand_part {
	background-color: #fff;
}

.our_brand_part .common_heading {
	margin-bottom: 20px;
}

.our_brand_part .brand_slide_item {
	border: 1px solid #ddd;
	padding: 10px 30px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.our_brand_part .owl-carousel .owl-item img {
	display: block;
	width: auto;
}

/* our_brand_part end */
/* our_feedback_part start */
.our_feedback_part .feedback_item {
	margin-top: 30px;
	padding: 30px 15px;
	background: #1E89A3;
	background: rgba(30, 137, 163, 0.30);
	min-height: 400px;
	border-radius: 10px;
	/* border-radius: 15px;*/
}

.our_feedback_part .feedback_item img {
	width: 80px !important;
	height: 80px !important;
	margin: 0px auto;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-bottom: 10px;
}

.our_feedback_part .feedback_item h5 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 700;
}

.our_feedback_part .feedback_item h6 {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 22px;
}

.our_feedback_part .feedback_item span i {
	font-size: 16px;
	color: #F0B301;
}

.our_feedback_part .feedback_item p {
	color: #ffffff;
	font-size: 15px;
	padding-bottom: 30px;
	padding: 15px;
	background: #25324F;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: justify;
}

/* our_feedback_part end */
/* footer_part start */
.footer_part {
	padding: 30px 0px;
	background: #1E89A3;
}

.footer_part .footer_logo img {
	padding-bottom: 20px;
	width: 180px;
}

.footer_part .footer_logo p {
	color: #ffffff;
	padding-bottom: 20px;
}

.footer_part .footer_logo ul li {
	float: left;
}

.footer_part .footer_logo ul li a {
	display: block;
	margin: 7.5px;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	color: #fff;
	background: #25324F;
}

.footer_part .footer_logo ul li a i {
	line-height: 40px;
}

.footer_part .footer_logo ul li:first-child a {
	margin-left: 0;
}

.footer_part .footer_item h4 {
	padding-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.footer_part .footer_item ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 0px;
	display: block;
	transition: 0.4s;
}

.footer_part .footer_item ul li a i {
	padding-right: 5px;
}

.footer_part .footer_item ul li:first-child a {
	padding-top: 0;
}

.footer_part .footer_item ul li:hover a {
	color: #25324F;
}

.footer_part .ft_cont .footer_item_icon {
	margin-right: 15px;
}

.footer_part .ft_cont .footer_item_icon i {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	background: #25324F;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.footer_part .ft_cont .footer_item_con a,
.footer_part .ft_cont .footer_item_con p {
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
}

.footer_part .ft_cont .footer_item_con a {
	line-height: 40px;
}

.footer_part .ft_cont h6 {
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.footer_part .payment_fot {
	padding: 30px;
}

.footer_part .copy_right {
	padding-top: 20px;
}

.footer_part .copy_right p {
	color: #ffffff;
	font-size: 14px;
}

.footer_part .copy_right a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

/* footer_part end */
/* other_page_banner start */
.other_page_banner {
	background: url(../images/others_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	min-height: 600px;
	max-height: 600px;
}

.about_page_banner {
	background: url(../images/about_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	min-height: 600px;
	max-height: 600px;
}

.contact_page_banner {
	background: url(../images/contact_banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	min-height: 600px;
	max-height: 600px;
}

/* other_page_banner end */
/* project_dtl_contnt start */
.project_dtl_contnt .we_are_content_item p {
	padding-bottom: 30px;
}

.project_dtl_contnt .we_are_content_item ul {
	display: flex;
	flex-wrap: wrap;
}

.project_dtl_contnt .we_are_content_item ul li {
	justify-content: space-around;
	width: 15%;
	margin: 10px 0px;
}

.project_dtl_contnt .we_are_content_item ul li a img {
	width: 50px;
}

/* project_dtl_contnt end */
/* project_consultare_part start */
.project_consultare_part {
	background: #ffffff;
}

.project_consultare_part .project_consultare_content h3 {
	padding-bottom: 20px;
}

.project_consultare_part .project_consultare_content p {
	padding-bottom: 20px;
}

.project_consultare_part .project_consultare_cont {
	box-shadow: 0 0 10px #1E89A3;
	padding: 25px 15px;
	border-radius: 15px;
}

/* project_consultare_part end */
/* project_category_part start */
.project_category_part {
	background: #1E89A3;
}

.project_category_part .common_heading h3 {
	color: #ffffff;
  margin-bottom: 20px;
}

.project_category_video {
	border-radius: 10px;
	border: 2px solid #fff;
	position: relative;
}

.project_category_video img {
	border-radius: 10px;
  max-height: 550px;
  width: 100%;
}

.project_category_video .project_content_item_img_overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.project_category_video .project_content_item_img_overlay a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background: #1E89A3;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-top: 146px;
}

.project_category_video .project_content_item_img_overlay a i {
	line-height: 100px;
}

.project_category_video .scale-up-center {
	-webkit-animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
	animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
}


.project_category_part .project_category_content .project_category_content_item {
	margin: 15px 0px;
	background: #ffffff;
}

.project_category_part .project_category_content .project_category_content_item h4 {
	padding: 15px 0px;
	font-size: 20px;
}

.project_category_part .project_category_content .project_category_content_item .project_category_content_item_bg {
	padding: 15px 0px;
	background: #25324F;
}

.project_category_part .project_category_content .project_category_content_item .project_category_content_item_bg h6 {
	font-size: 18px;
	color: #ffffff;
}

/* project_category_part end */
/* gellary_part start */
.gellary_part {
  padding-bottom: 90px;
  background-color: #fff;
}

.gellary_part .button {
	display: inline-block;
	padding: 10px 15px;
	background: #25324F;
	margin: 5px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: 600;
}

.gellary_part .button:hover {
	background: #1E89A3;
	color: #ffffff;
}

.gellary_part .button:active,
.gellary_part .button.is-checked {
	background: #1E89A3;
}

.gellary_part .button.is-checked {
	color: white;
	background: #1E89A3;
}

.gellary_part .button:active {
	background: #1E89A3;
}

.gellary_part .button-group {
	margin-bottom: 20px;
}

.gellary_part .button-group:after {
	content: '';
	display: block;
	clear: both;
}

.gellary_part .button-group .button {
	float: left;
	border-radius: 0;
	margin: 5px;
}

.gellary_part .grid:after {
	content: '';
	display: block;
	clear: both;
}

.gellary_part .element-item {
	position: relative;
}

.gellary_part .element-item>* {
	margin: 0;
	padding: 0;
}

.gellary_part .gellary_img {
	position: relative;
	margin-top: 30px;
}

.gellary_part .gellary_img .gellary_img_overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(30, 137, 163, 0.6);
	transition: 0.4s;
	transform: scale(0);
}

.gellary_part .gellary_img .gellary_img_overlay h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #1E89A3;
	color: #ffffff;
	width: 100%;
	line-height: 40px;
	padding-left: 15px;
}

.gellary_part .gellary_img .gellary_img_overlay a {
	height: 50px;
	width: 50px;
	background: #ffffff;
	font-size: 20px;
	border-radius: 50%;
	color: #1E89A3;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.gellary_part .gellary_img .gellary_img_overlay a i {
	line-height: 50px;
}

.gellary_part .gellary_img:hover .gellary_img_overlay {
	transform: scale(1);
}

/* gellary_part end */
/* video_gellary_part start */
.video_gellary_part .gly_video {
	height: 500px;
	width: 100%;
}

.video_gellary_part .nav-link {
	padding: 15px;
	background: #ffffff;
	margin-bottom: 15px;
}

.video_gellary_part .nav-link img {
	height: 100%;
}

.video_gellary_part .nav-link h6 {
	font-size: 16px;
	font-weight: 700;
	color: #1E89A3;
	text-transform: capitalize;
	padding-bottom: 10px;
	text-align: left;
}

.video_gellary_part .nav-link p {
	font-size: 14px;
	font-weight: 400;
	color: #1E89A3;
	text-align: left;
}

.video_gellary_part .nav-link.active {
	background: #1E89A3;
}

.video_gellary_part .nav-link.active h6 {
	color: #ffffff;
}

.video_gellary_part .nav-link.active p {
	color: #ffffff;
}

/* video_gellary_part end */
/* about_page_banner start */
.about_page_banner {
	padding: 100px 0px;
}

.about_page_content_part .about_page_content_main {
	padding: 50px 20px;
}

.our_misson_part {
	background: #ffffff;
}

.our_misson_part .our_misson_item h4 {
	padding-bottom: 20px;
}

/* about_page_banner end */
/* blog_page_part start */
.blog_page_part {
	background: #ffffff;
}

.blog_page_part .blog_item {
	padding: 15px 15px 30px;
	background: #1E89A3;
	transition: 0.4s;
}

.blog_page_part .blog_item .blog_item_img {
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 20px;
}

.blog_page_part .blog_item .blog_item_img img {
	border-radius: 15px;
	transition: 0.4s;
}

.blog_page_part .blog_item:hover .blog_item_img img {
	transform: scale(1.2);
}

.blog_page_part .blog_item .blog_item_vit_date {
	padding: 10px 0px;
}

.blog_page_part .blog_item .blog_item_vit_date i {
	font-size: 18px;
	color: #ffffff;
	padding-right: 5px;
}

.blog_page_part .blog_item .blog_item_vit_date span {
	color: #ffffff;
	font-size: 16px;
}

.blog_page_part .blog_item h4 {
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 10px;
	line-height: 1.5;
}

.blog_page_part .blog_item p {
	color: #ffffff;
	padding-bottom: 20px;
}

.blog_page_part .blog_item a.btn_com {
	background: #ffffff;
	color: #1E89A3;
}

.blog_page_part .blog_item a.btn_com:hover {
	background: #25324F;
	color: #ffffff;
}

.blog_page_part .blog_item:hover {
	box-shadow: 0 0 10px #1E89A3;
}

.blog_page_part .pagination {
	padding: 30px 0px 10px;
}

/* blog_page_part end */
/* blog_dtls_part start */
.blog_dtls_part .blog_dtls_main {
	padding: 50px 20px;
	background: #1E89A3;
	border-radius: 20px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item h4 {
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 10px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item h5 {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 10px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item big {
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 20px;
	display: block;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item .blog_dtls_item_img {
	border-radius: 20px;
	margin-bottom: 30px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item .blog_dtls_item_img img {
	border-radius: 20px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item p {
	color: #ffffff;
	padding-bottom: 30px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item hr {
	border-color: #ffffff;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item a i {
	color: #ffffff;
	font-size: 18px;
	padding-right: 5px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item a span {
	color: #ffffff;
	font-size: 16px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item_item {
	background: #ffffff;
	padding: 15px 10px;
	margin-bottom: 20px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item_item img {
	height: 80px;
	margin-bottom: 0;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item_item h6 {
	font-size: 16px;
}

.blog_dtls_part .blog_dtls_main .blog_dtls_item_item p {
	font-size: 14px;
	padding-top: 5px;
	color: #25324F;
	padding-bottom: 0;
}

/* blog_dtls_part end */
/* faq_part start */
.faq_part .faq_item_ontent .faq_item_ontent_icon {
	padding: 15px 10px;
	background: #ffffff;
	border-radius: 15px;
	transition: 0.4s;
}

.faq_part .faq_item_ontent .faq_item_ontent_icon h4 {
	font-size: 16px;
	font-weight: 500;
}

.faq_part .faq_item_ontent .faq_item_ontent_icon:hover {
	box-shadow: 0 0 5px #1E89A3;
}

.faq_part .faq_item_ontent_faq {
	padding: 50px 20px;
	background: #1E89A3;
	margin-top: 60px;
	border-radius: 20px;
}

/* faq_part end */
/* career_part start */
.career_part .career_part_main .we_are_content_item h3 {
	font-size: 18px;
}

.career_part .career_part_main .we_are_content_item p {
	padding-bottom: 30px;
}

.career_part .career_part_main .we_are_content_item a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.career_part .career_part_main .we_are_content_item a i {
	padding-right: 10px;
}

/* career_part end */
/* contact_part start */
.contact_part{
	background-color: #fff;
}

.contact_part .contact_content {
	padding: 60px 30px;
	border-radius: 20px;
	background: #1E89A3;
}

.contact_part .contact_content .common_heading h3 {
	color: #ffffff;
}

.contact_part .contact_content .common_heading p {
	color: #ffffff;
}

.contact_part .contact_content .contact_content_item_ct {
	margin-bottom: 15px;
}

.contact_part .contact_content .contact_content_item_ct i {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background: #ffffff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #1E89A3;
}

.contact_part .contact_content .contact_content_item_ct h6 {
	color: #ffffff;
	margin-top: 12px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 400;
}

.contact_part .contact_content .contact_content_item_ct a.btn_com {
	padding: 7px 10px;
	background: #ffffff;
	color: #1E89A3;
	font-size: 14px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 3px;
}

.contact_part .contact_content .contact_content_item_ct iframe {
	height: 400px;
	width: 100%;
}

.contact_part .contact_content .contact_content_item_form .form-label {
	color: #ffffff;
}

.contact_part .contact_content .contact_content_item_form .form-control {
	color: #1E89A3;
}

.contact_part .contact_content .contact_content_item_form textarea.form-control {
	height: 70px;
	resize: none;
}

.contact_part .contact_content .contact_content_item_form ::placeholder {
	color: #1E89A3;
}

.contact_part .contact_content .contact_content_item_form button.btn_com {
	background: #ffffff;
	color: #1E89A3;
	padding: 10px 50px;
	margin-top: 10px;
	border-radius: 10px;
}

/* contact_part end */
/* other_place_part start */
.other_place_part {
	background: #ffffff;
}

.other_place_part .other_place_item {
	padding: 15px 15px 30px;
	box-shadow: 0 0 5px #1E89A3;
	border-radius: 15px;
}

.other_place_part .other_place_item .other_place_item_if {
	height: 200px;
	width: 100%;
	border-radius: 15px;
}

.other_place_part .other_place_item .other_place_item_if iframe {
	height: 200px;
	width: 100%;
	border-radius: 15px;
}

.other_place_part .other_place_item h4 {
	color: #1E89A3;
	padding: 20px 0px;
}

.other_place_part .other_place_item ul li {
	padding: 7px 0px;
}

.other_place_part .other_place_item ul li p {
	font-size: 14px;
	font-weight: 300;
	color: #222;
}

.img40 {
	height: 40px;
	max-width: 100px;
}

/*customer panel code start*/
.user_banner_part {
	padding: 180px 0px 50px;
	background: #f1f1f1;
}

/* user_banner_part start */
.customer_sidebar {
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right: 1px solid #ccc;
	margin: 0px;
}

.user_main_part .user_main_box {
	box-shadow: 0 0 2px #ccc;
	border-radius: 10px;
}

.user_img {
	text-align: center;
}

.user_img img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #ccc;
}

.user_img h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 5px;
}

.user_img h5 {
	font-size: 12px;
	line-height: 18px;
}

.user_img h5 i {
	color: green;
}

.customer_sidebar ul {
	margin-top: 10px;
}

.customer_sidebar ul li {
	padding: 0px 0px;
}

.customer_sidebar ul li a {
	font-size: 14px;
	text-align: left;
	border-radius: 0;
	color: #25324F;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #ccc;
	display: block;
	line-height: 40px;
}

.customer_sidebar ul li.active a {
	background: #1E89A3;
	color: #ffffff;
}

.customer_sidebar ul li a i {
	padding-left: 15px;
	padding-right: 10px;
}

.portal_main {
	padding-top: 15px;
	padding-right: 25px;
}

.card_header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.card_header h4 {
	text-transform: uppercase;
	font-size: 15px;
}

.card_header h4 i {
	margin-right: 5px;
}

.card_body {

}

.card_footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.card_footer .btn {
	padding: 7px;
}

/*portal login page design code*/
.auth_section {
	padding: 100px 0px 100px;
}

/*portal others page design code*/
.portal_overview {

}

.portal_overview p {
	padding-bottom: 10px;
}

.portal_table {

}

.portal_table tr {

}

.portal_table tr th {
	font-size: 14px;
}

.portal_table tr td {
	font-size: 13px;
}

.portal_table_view {

}

.portal_table_view tr{

}

.portal_table_view tr td{

}

.portal_table_view tr td:first-child{
	width: 29%;
	font-weight: bold;
	text-align: right;
}

.portal_table_view tr td:last-child{
	width: 70%;
	font-weight: normal;
	text-align: left;
}

.portal_btn {
	padding: 4px 10px;
	border-radius: 5px;
	font-size: 11px;
}

.portal_box{

}

.portal_box_icon{
	float: left;
	color: #1E89A3;
	border: 1px solid #1E89A3;
	text-align: center;
	border-radius:5px;
}

.portal_box_icon i{
	font-size: 30px;
	margin: 10px;
}

.portal_box_highlight{
	margin-left: 10px;
	float: left;
}

.portal_box_highlight h5{
	font-size: 15px;
	margin-bottom: 7px;
}

.portal_box_highlight h6{
	font-size: 14px;
}

.about_page_content_img{
  margin-top: 35px;
}

.has-error .invalid-feedback{
	display: block;
	font-weight: 400;
	font-size: 15px;
	font-style: italic;
	padding-left: 10px;
}

span.req_star{
	color: red;
	font-weight: bold;
}
