@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap');


html {
	height: 100%;
}

body {
	height: 100%;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 48px;
	font-weight: 900;
}
h2 {
	font-size: 52px;
	padding-bottom: 10px;
	font-weight: 300;
	color: #222222;
	text-align: center;
}
.no-padding {
	padding: 0px;

}
.main-section {
	padding: 50px 0;
}
.main-section .row {
	padding-bottom: 2rem;
}
a {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.btn-orange {
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 500;
	background: #00A0E0;
}
.btn-orange:hover {
	color: #fff;
	background: #171717;
}
.btn-orange-outline {
	color: #00A0E0;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #CBCBCB;
}
.btn-orange-outline:hover {
	color: #fff;
	background: #00A0E0;
	border: 2px solid #00A0E0;
}
.btn-white-outline {
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 15px 40px;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #fff;
}
.btn-white-outline:hover {
	color: #fff;
	background: #00A0E0;
	border: 1px solid #00A0E0;
}


/*Top nav*/
.top-nav {
	background: #00A0E0;
	color: #fff;
	padding: 12px 0;
}
.top-nav .cont-info span {
	color: #fff;
	margin-right: 10px;
	display: inline-block;
}
.top-nav .cont-info span .fas {
	padding-right: 3px;
}
.top-nav .social-icons {
	text-align: right;
}
.top-nav .social-icons a {
	width: 25px;
	height: 25px;
	color: #00A0E0;
	background: #fff;
	text-align: center;
	padding: 2px 0;
	display: inline-block;
	margin-left: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*Header*/
header .navbar {
	padding: 10px 0; 
	background: #fff;
}
header .navbar .navbar-nav {
	margin-left: auto;
	font-size: 15px;
	font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link{
	color: #6C6C6C;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-top: 3px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #00A0E0;
}

header .navbar-nav .btn-contact {
	border: 1px solid #00A0E0;
	color: #00A0E0 !important;
	padding: 10px 25px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
header .navbar-nav .btn-contact:hover {
	background: #00A0E0;
	border-color: #00A0E0;
	color: #fff !important;
}
.hero-title{
	background: #1D244B;
	height: 250px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
}
.hero-title h2 {
	font-size: 65px;
	font-size: 200;
	color: #fff;
}
.head-title h3 {
	padding-bottom: 20px;
	font-size: 34px;
	font-weight: 400;
}
/* About */
.about-nav-tab a {
	color: #000;
	text-decoration: none;
}
.about-nav-tab a.active {
	font-weight: bold;
}
.vision-mission-values {
	background: #F8F8F8;
}
.vision-mission-values .item {
	background: #fff;
	padding: 30px 30px 25px 30px;
	min-height: 330px;
	margin-bottom: 30px;
	border-radius: 8px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: flex;
	flex-direction: column;
}
.vision-mission-valuess .item:hover {
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}
.vision-mission-values .item img {
	height: 90px;
	object-fit: contain;
	margin-bottom: 10px;
	align-self: center;
}
.vision-mission-values .item strong {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
}
/*Our team*/ 
.team-section {
	display: flex;
	justify-content: center;
}
.team-section .col-md-6 {
	margin-bottom: 4rem;
}
.team-section .card-item img {
	width: 200px;
	height: 200px;
	/* border-radius: 100px; */
	object-fit: cover;
	object-position: center;
}
.team-section .card-item strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}
.team-section .card-item span {
	font-weight: 600;
	color: #878787;
}

/*Testimonaials*/

.carousel.review {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.carousel.review .item {
	color: #000;
    text-align: center;
	overflow: hidden;
    min-height: 320px;
}
.carousel.review .item strong {
	font-weight: 700;
	padding-top: 15px;
	display: block;
}
.carousel.review .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel.review .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
.carousel.review .testimonial {	
	padding: 15px 0 10px;
}
.carousel.review .testimonial i {
	color: #00A0E0;
	font-size: 30px;
	padding-right: 10px;
}
.carousel.review .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, 
.carousel-indicators li.active {
	width: 11px !important;
	height: 11px !important;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #ccc;
	border-color: transparent;
}
.carousel-indicators li.active {
	border: none;
	background: #00A0E0;		
}


/*Slider banner*/
#carousel .carousel-item.slide1 {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/banner-img-1.jpg');
}
#carousel .carousel-item.slide2 {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/banner-img-2.jpg');
}
#carousel .carousel-item {
	height: 750px;
	width: 100%;
	min-height: 350px;
	background: no-repeat center center scroll;
	background-size: cover;
}
#carousel .carousel-inner .carousel-item {
	transition: -webkit-transform 2s ease;
	transition: transform 2s ease;
	transition: transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption {
	color: white;
	animation-duration: 1s;
	animation-delay: 2s;
}
#carousel .caption h2 {
	line-height: 90px;
	text-align: left;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	animation-duration: 1s;
	animation-delay: 2s;
}
#carousel .caption p {
	font-size: 32px;
	color: #fff;
	padding-bottom: 0px;
	margin-bottom: 0px;
	animation-duration: 1s;
	animation-delay: 2.2s;
}
#carousel .caption a {
	margin-top: 30px;
	animation-duration: 1s;
	animation-delay: 2.4s;
}
.carousel-control-next, 
.carousel-control-prev {
	width: 10%;
}

/*Content sections*/
.vision {
	background: #1D244B;
	color: #fff;
}
.vision strong {
	font-size: 18px;
	font-weight: 700;
}

/* Button */
.delicious-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	text-transform: capitalize;
	background-color: #00A0E0;
}
.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
}

/*Header title*/
.header-title {
	margin-bottom: 60px;
}
.header-title span {
	color: #00A0E0;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

/*Who we are*/
.who-we {
	padding: 80px 0;
}
.who-we .rounded-bg img {
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	-webkit-box-shadow: 0 0 10px #aaa;
	-moz-box-shadow: 0 0 10px #aaa;
	box-shadow: 0 0 10px #aaa;
}
.who-we .details p {
	text-align: justify !important;
}

/*Services section*/
.services {
	background: #F8F8F8;
}
.services .header-title {
	text-align: center;	
}
.services .item {
	background: #fff;
	padding: 30px 30px 25px 30px;
	min-height: 330px;
	margin-bottom: 30px;
	border-radius: 8px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: flex;
	flex-direction: column;
}
.services .item:hover {
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}
/* .services .item p {
	text-align: justify;
} */
.services .item img {
	align-self: center;
	height: 90px;
	margin-bottom: 10px;
}
.services .item strong {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
}
.title-next {
	padding: 80px 0 150px 0;
	background: #1D244B;
	color: #fff;
}
.blogs .item {
	min-height: 420px;
	background: #FAFAFA;
	position: relative;
	top: -90px;
	border-radius: 8px;
	padding: 30px 20px;
	box-shadow: 0 2px 8px #ddd;
}
.blogs .item .img-wrap {
	text-align: center;
}
.blogs .item strong {
	font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.title-next h3{
    font-size: 34px;
    font-weight: 400;
}

/*our clients section*/
.our-clients .header-title {
	text-align: center;
}
.our-clients .client-logo-group {
	gap: 2em;
	justify-content: center;
}
.our-clients .client-logo-group img {
	filter: grayscale(100%);
	transition: 0.5s ease-in-out
}
.our-clients .client-logo-group img:hover {
	filter: grayscale(0%);
	transform: scale(1.1);
}

/*Career section*/
.career .header-title {
	text-align: center;
}
.carousel-multi-item .card {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.carousel-multi-item .card-body {
	text-align: center;
	padding: 40px 30px;
	min-height: 400px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.carousel-multi-item .card-body:hover {
	height: 400px;
	border: none;
}
/* .carousel-multi-item .card-body:hover h4,
.carousel-multi-item .card-body:hover p {
	color: #fff;
} */
.carousel-multi-item .card-body .card-title {
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: 600;
}
.carousel-multi-item .card-body .btn {	
	margin-top: 30px;
}
.carousel-multi-item .carousel-indicators {
	bottom: -50px;
}
.carousel-multi-item .carousel-indicators li {
	background: #000;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 100px;
}
.carousel-multi-item .carousel-indicators li.active {
	background: #00A0E0;
}

/*cta button*/
.cta {
	background: #1D244B;
	padding: 60px 0;
}
.cta .header-title {
	margin-bottom: 0px;
}
.cta .header-title h1 {
	color: #fff;
}
.cta .btn-white-outline {
	margin-top: 40px;
}
.p-lists {
	padding-bottom: 80px;
}
.p-lists img {
	border-radius: 6px;
	box-shadow: 0 3px 6px #ddd;
	margin-bottom: 30px;
	transition: transform .5s;
}
.p-lists img:hover {	
	transform: scale(1.05)
}

/*Blog page*/
.blog-section .item {
	border-radius: 8px;
	box-shadow: 0 3px 8px #ddd;
	margin-bottom: 30px;
}
.blog-section .item img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.blog-section .item strong {
	font-size: 22px;
	font-weight: 600;
	display: block;
	padding-bottom: 20px;
}
.blog-section .item a {
	display: block;
	font-weight: 500;
	text-decoration: none;
	color: #00A0E0;
	margin-top: 30px;
}
.blog-section .item a:hover {
	text-decoration: underline;
}

/*Career section*/
.career {
	background: #F8F8F8;
}
.career strong {
	font-weight: 600;
	font-size: 18px;
}
.career img {
	border-radius: 8px;
}
.career-lists .card {
	background: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px #ddd;
}
.career-lists .card-header {
	border-radius: 5px;
}
.career-lists .card-header button {
	width: 100%;
	text-align: left;
	color: #000;
}
.career-lists .card-header button:hover {
	text-decoration: none;
}
.career-lists .card-header button:before {
    float: right !important;
    font-family: 'Font Awesome 5 Free';
    content:"\f068";
    margin-top: 15px;
	font-weight: 900;
}
.career-lists .card-header button.collapsed:before {
    float: right !important;
    font-family: 'Font Awesome 5 Free';
    content:"\f067";
	font-weight: 900;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

/*Register form*/
.register-form .header-title {
	text-align: center;
}
.register-form .btn-orange {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
form .form-control {
	height: 45px;
	font-size: 15px;
}
form textarea {
	height: 100px !important;
}

/*Contact detail*/
.contact-detail {
	background: #F8F8F8;

}
.contact-detail .header-title {
	margin-bottom: 50px;
}
.contact-detail #contact-frm {
	padding: 80px 0 80px 0;
}
.contact-detail .col-md-4:before {
	background-image:linear-gradient(to bottom, rgba(000, 000, 000, 0.5), 
		rgba(000, 000, 000, 0.5)), 
		url('../img/bg-contact.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 500px;
	position: absolute;
	right: 0px;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 1000px;
	z-index: 0;
}
.contact-info {
	position: relative;
	z-index: 5000;
	color: #fff;
	padding: 80px 0 50px 0;
}
.contact-info .list .fas {
	display: inline-block;
	width: 65px;
	height: 62px;
	margin-right: 5px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,.6);
	border-radius: 100px;
}
.contact-info .list span {
	display: inline-block;
}
.contact-detail #contact-frm textarea {
	height: 150px !important;
}

.info .box {
	padding: 25px;
	border: 1px solid #f6f6f6;
	border-radius: 8px;
    -webkit-box-shadow: 0 0 15px #ddd;
    -moz-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
}
.info .box strong {
	font-weight: 700;
	font-size: 22px;
}

/*blog-details*/
.card-item .top-card {
	justify-content: space-between; 	
}
.card-item .top-card span {
	color: #7E7E7E;
}
.card-item .top-card span i {
	color: #00A0E0;
	font-size: 16px;
	margin-right: 5px;
}
.card-item .news-tag {
	margin-top: 5px;
}
.card-item .news-tag a {
	text-decoration: none;
	color: #656565;
	padding: 4px 15px;
	border: 1px solid #B5B5B5;
	border-radius: 100px;
	margin-left: 5px;
}
.card-item .news-tag a:hover {
	background: #DFDFDF;
	border: 1px solid #DFDFDF;
}
.card-item .news-source {
	display: flex;
	justify-content: space-between;
	color: #7E7E7E;
}
.card-item .news-source button {
	margin-block: auto;
}

.card-item.detail h3 {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 35px;
}
.card-item.detail img {
	width: 100%;
	height: auto;
}
/*Right card*/
.right-card .post-list {
	display: flex;
	color: #222;
	margin-bottom: 15px;
}
.right-card .recent-post img{
	width: 105px;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.right-card .recent-post .post-info a {
	text-decoration: none;
	color: #222;
	font-size: 16px;
	font-weight: 700;
	display: block;
	line-height: 18px;
	margin-bottom: 10px;
}
.right-card .recent-post .post-info a:hover {
	color: #00A0E0; 
}
.right-card .recent-post .post-info span {
	color: #6E6E6E;
}

/*Navtabs*/
.about-nav-tab .nav-tabs {
	border: none;
}
.about-nav-tab .nav-tabs .nav-item {
	margin-bottom: -1px;
    border: 1px solid #ddd;
    margin-right: 1rem;
}
.about-nav-tab .nav-tabs .nav-item .nav-link {
	padding: 0.65rem 1.2rem;
}
.about-nav-tab .nav-tabs .nav-item .nav-link.active {
	border: none;
    background: #00A0E0;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
	padding: 0.65rem 1.2rem;
}

/*Contact page*/
.contactInfo .rounded {
	background: #F7F8F8;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px !important;
	margin-right: 10px;
}
.contactInfo .rounded i {
	color: #00A0E0;
	font-size: 25px;
}
.contactInfo .c-detail {
	margin-top: 10px;
}
.contactInfo .c-detail strong {
	font-weight: 700;
	font-size: 18px;
}
form .form-control {
	font-size: 14px;
	height: 40px;
	border-radius: 6px;
}
form textarea.form-control {
	height: auto;
	border-radius: 6px;
}
.frm-panel {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #f6f6f6;
	box-shadow: 0 4px 8px #bbb;
	position: relative;
	z-index: 500;
	margin-bottom: -120px;
}
.g-map {
	position: relative;
	margin-bottom: -5px;
}
.ng-select.ng-select-single .ng-select-container {
	height: 40px !important;
}
.frm-content .inner-detail .form-group .ng-clear-wrapper {
	width: auto !important;
	margin-right: 8px;
}
.ng-select.ng-select-single .ng-select-container,
.ng-select.customngselect .ng-select-container {
	border-radius: 20px !important;
}

/*footer new*/
footer {
    background: #1D244B;
    color: #fff;
    padding: 50px 0 40px 0;
    font-size: 14px;
	text-align: justify;
}
footer .footer-contact a {
    text-decoration: none;
    color: #fff;
    padding-left: 0;
}
footer .footer-contact a:hover {
    color: #00A0E0;
}
footer h3 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
footer .link-section {
  
}
footer .link-section ul {
    padding-left: 0;
    margin-right: 60px;
}
footer .link-section ul li {
    list-style: none;
    padding-bottom: 10px;
}
footer .link-section ul li a {
    text-decoration: none;
    color: #fff;
    padding-left: 0;
}
footer .link-section ul li a:hover {
    color: #00A0E0;
}
footer .address-detail p {
	margin-bottom: 5px;
}
footer .social-links a {
    text-decoration: none;
    color: #1D244B;
    font-size: 17px;
    margin-right: 5px;
}
footer .social-links a .fab {
    width: 32px;
    height: 32px;
    padding: 7px 0;
    background: #fff;
    text-align: center;
    border-radius: 6px;
}
footer .social-links a .fab:hover {
    background: #00A0E0;
}
footer .copyright {
    color: #fff;
}

#navbar {
	z-index: 9999;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + main {
	padding-top: 60px;
}