.nav-link{
	font-size: 18px;
	font-weight: 700;
	margin-left: 10px;
	color: black !important;
}
.nav-link:hover{
	color: #1faf9e !important;
}
html{
	scroll-behavior: smooth;
}
h2{ 
	font-weight: bold;
}
.bg-img{
	background-image: url(images/banner-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.img_text{
	padding: 220px 100px;
}
.img_heading{
	font-size: 75px;
	font-weight: 700;
}
.img_title{
	font-weight: 300;
}
.text-info{
	font-size: 18px;
	font-weight: bolder;
	color: #66b2ff !important;
}
.carousel-item{
    background: black;
    overflow: hidden;
}
.view img{
	object-fit: cover;
    opacity: 0.5;
}
.text_margin{
	margin-bottom: 110px !important;
	margin-left: -110px;
}
._title{
	font-size: 46px !important;
}
.btn-success{
	background-color: #1faf9e !important;
	border-color: #1faf9e !important;
}
.navbar-light{
	background-color: white !important;
	box-shadow: 0px 7px 33px -11px #aaaaaaa6;
}
.navbar-nav{
	margin-left: 100px !important;
}
.nav-link{
	font-weight: bold !important;
	color: black !important;
	font-size: 14px !important;
}

.rounded{
	border-radius: 30px !important;
}
.border-secondary{
	border-color: #fdfeff !important;
	border-radius: 20px !important;
	box-shadow: 0px 7px 33px -11px #aaaaaaa6;
}
.card-title{
	color: #1c2a4d !important;
	font-weight: bold;
}
.view_btn{
	color: white;
	text-decoration: none;
	padding: 10px;
}
.btn-primary{
	background-color: #1faf9e !important;
	border-color: #1faf9e;
}
.btn-primary .view_btn:hover{
	color:white !important;
	text-decoration: none;
	border-color: #1faf9e;
}
.bg-dark{
	background-color: #f3fffe !important;
}
._bold{
	font-weight: bold;
	color: #1c2a4d !important;
}
.text_padding{
	padding-left: 72px !important;
}
._and{
	margin-left: 150px !important;
}
.img_effect img{
	transition: all ease 1s;
}
.img_effect img:hover{
	transform: scale(1.1);
}
#bg-img{
	background-image: url(../images/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.fix_padding{
	padding: 150px 0 180px 100px !important;
}
.font_margin{
	line-height: 39px !important;
	letter-spacing: 2px;
}
.div_radius .fas {
    font-size: 26px;
    width: 80px;
    height: 80px;
    background-color: #1faf9e !important;
    padding: 26px;
    border-radius: 50%;
    color: #fff;
}
.fa_icon{
	font-size: 50px;
	color: #1faf9e;
	padding: 20px 0px;
}
.font_size{
	font-size: 34px;
	color: #1c2a4d;
	font-weight: bold;
	line-height: 34px !important;
}
.font_text{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}
.container_shadow{
	position: relative;
	margin-top: -75px;
	border-radius: 10px;
	box-shadow: 0px 7px 33px -11px #aaaaaaa6;
}
#bg_img2{
	background-image: linear-gradient(50deg, #1faf9e 37%, #1c2a4d 100%);
	height: 250px;
	max-width: 980px;
}
.last_footer{
	height: 100%;
	border-top: 1px solid #108779;
	background-color: #108779;
}
.last_footer p{
	margin-bottom: 0px;
}
@media(max-width: 768px) {
	.text_margin{
	margin-bottom: 110px !important;
	margin-left: -67px;
	}
	.fix_padding{
	padding: 150px 0 180px 70px !important;
	}
}
@media(max-width: 992px) {
	.text_margin{
	margin-bottom: 110px !important;
	margin-left: -64px;
	}
}
@media(max-width: 480px) {
	.text_margin{
	margin-bottom: 110px !important;
	margin-left: -20px;
	}
	.fix_padding{
	padding: 150px 0 180px 50px !important;
	}
}