/********** Typo **********/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,300;0,400;0,600;1,700&display=swap');

/********** Main Class **********/

html {
	font-size: 10px;
}

body {
	font-family: 'Poppins', 'Prompt';
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.8rem;
	overflow-x: hidden;
	background: #000000;
	color: #333333;
}

a {
	color: #044b80;
	text-decoration: none;
}

a:hover {
	color: #044b80;
}

strong {
	font-family: 'Poppins', 'Prompt';
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', 'Prompt';
	font-weight: 600;
}

h3 {
	font-size: 1.8rem;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/status.gif) 50% 50% no-repeat rgba(255, 255, 255, 1);
}

.section-bs {
	padding: 80px 0;
}


.heading-section {
	position: relative;
	margin-bottom: 40px;
	z-index: 99;
}

.heading-section h1 {
	font-size: 3.6rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'Poppins', 'Prompt';
	font-weight: 600;
}

.heading-section h2 {
	font-size: 3.6rem;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'Poppins', 'Prompt';
	font-weight: 600;
}

.heading-section p {
	line-height: 2.4rem;
}

.heading-section span {
	color: #044b80;
}

.heading-section .mb-divider {
	margin-top: 30px;
}

.content-divider {
	width: 100%;
	margin-bottom: 30px;
}

.heading-line {
	width: 72px;
	height: 4px;
	background: #ee162d;
	margin: 20px auto 0;
}

.line-divider {
	width: 100%;
	height: 1px;
	background: #efefef;
}

.imgw-caption {
	margin-bottom: 30px;
}

.hero-image {
	position: relative;
}

.cvpage {
	position: relative;
}

.cvpage h1 {
	font-size: 4rem;
	margin-bottom: 15px;
}

.cvpage .container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	margin-bottom: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	width: 100%;
}

.cvpage-img {
	background-image: url(../images/cvpage.webp);
	background-size: cover;
	padding: 80px 0;
	color: #fff;
}

.breadcrumb-dt {
	text-align: center;
	font-size: 1.6rem;
}

.breadcrumb-dt a {
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

.breadcrumb-dt a:hover {
	opacity: 0.6;
}

.breadcrumb-dt p {
	display: inline-block;
	color: #fee96c;
	margin-bottom: 0;
}

.breadcrumb-dt a:first-child {
	margin-left: 0;
}

.breadcrumb-dt p {
	display: inline-block;
	margin-left: 10px;
}

.breadcrumb-ct {
	margin-bottom: 15px;
}

.breadcrumb-ct a {
	color: #333;
}

.btn {
	padding: 10px 30px;
	position: relative;
	font-size: 1.6rem !important;
	font-weight: 600;
	color: #fff;
}

.btn-outline {
	background: none;
	border: 1px solid #fff;
	margin-top: -5px;
	position: relative;
	padding: 10px 15px;
}

.btn-outline:hover {
	background: #ffffff;
	color: #000000;
}
.row-btn{
	margin-top: 30px;
}
.row-btn a {
	color: #fff;
	margin-right: 30px;
}
.row-btn a:last-child{
	margin-right: 0;
}

.link-mb {
	display: none;
}

.page-item.active .page-link {
	background: #333;
	border: 1px solid #666;
	box-shadow: none;
}

.form-container .btn-outline {
	border: 2px solid #000;
	background: none;
}

.form-container .btn-outline:hover {
	background: #000;
	color: #fff;
}

.btn-section a {
	color: #333;
	vertical-align: middle;
}

.btn-section i {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 14px;
}

.pagination {
	justify-content: center;
}

.page-link {
	color: #000;
	padding: 0.7rem 1.2rem;
	margin: 0 2px;
	font-size: 1.6rem;
}

.page-link:hover {
	color: #135ea0;
}

.page-link-active {
	background: #ed1d24;
	color: #fff;
	border-radius: 4px;
}

.page-link-active:hover {
	background: #f47521;
	color: #fff;
}

.page-link .fa {
	font-size: 1.4rem;
}

/*Dropdown*/

/*Loader*/

#loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}

#loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

/*Breadcrumb*/

.breadcrumb-container {
	padding: 10px 0 0;
	background: #ffffff;
}

.breadcrumb {
	background: #ffffff;
	padding: 0;
	margin-bottom: 0;
}

/*Hover*/

.img-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.img-wrapper img {
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.img-wrapper img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*Main*/

.main-header {
	background: #000000;
}

.nav-mb {
	display: none;
}

.navbar-brand img {
	filter: brightness(0) invert(1);
	max-width: 200px;
}

.navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding: 0.5rem 2rem;
}

.navbar-nav li > a {
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}

.navbar-nav li > a::after {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 0;
	top: 5px;
	background: transparent;
	transition: all 0.7s;

}

.navbar-nav li > a:hover::after,
.navbar-nav li > a.active-nav::after {
	width: 100%;
	background: #ffffff;
}

#menu-fix {
	position: fixed;
	top: 0px;
	width: 100%;
	color: #333;
	z-index: 1000;
	display: none;
	-webkit-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .45);
	box-shadow: 0px 0px 18px -8px rgba(0, 0, 0, .45);
}

#menu-fix .nav-dt {
	background: #fff;
}

#menu-fix .navbar {
	padding: 0;
}

#menu-fix .navbar-nav {
	padding: 0;
}

#menu-fix .nav-dt .navbar-brand img {
	max-width: 160px;
}

#menu-fix .nav-item-line {
	background: #4cb050;
}

#menu-fix .nav-item-line a:hover {
	background: #1CA822 !important;
}

#menu-fix .navbar::before {
	display: none;
}


.owl-carousel .owl-stage-outer {
	height: calc(100% + 30px);
	margin: -15px;
	padding: 15px;
	width: calc(100% + 30px);
}


/*Banner*/

.banner-logo {
	margin: 0 auto;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 30px;
	padding: 0 200px;
}

/*Dropdown*/

.owl-theme .owl-dots .owl-dot span {
	display: inline-block;
	width: 32px;
	height: 4px;
	border-radius: 0;
	margin: 5px 3px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
}

.owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.owl-theme .owl-dots span {
	background: none !important;
	border: 1px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px;
	border-radius: 64px;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff !important;
}


/*Main Content*/

.main-content {
	position: relative;
}

.main-content .owl-theme .custom-nav {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
}

.main-content .owl-theme .custom-nav button:focus {
	outline: none;
}

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 10;
}

.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
	font-size: 3rem;
	color: #fff;
}

.main-content .owl-theme .custom-nav .owl-prev {
	left: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
	right: 30px;
}

.main-content .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 40px;
}


.main-content .owl-prev img {
	max-width: 32px;
}

.main-content .owl-next img {
	max-width: 32px;
}

.owl-two .portfolios-item {
	opacity: 0.5;
}

.owl-two .active .portfolios-item {
	opacity: 1;
}

/*Services*/

.services-section {
	background: #000000;
	color: #ffffff;
}

.services-section .row {
	padding: 0 15px;
}

.services-col {
	border: 1px solid #333;
	padding: 15px 0;
}

.services-col:first-child {
	border-right: none;
}

.services-col:last-child {
	border-left: none;
}

/*.services-col:last-child {
	border-right: none;
}*/

.services-info {
	padding: 15px 30px;
	margin-bottom: 15px;
}

/*.services-info:first-child {
	padding-top: 0;
}*/

.services-info:last-child {
	padding-bottom: 0;
}

.services-info h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}

.services-info ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.services-info ul p {
	display: inline-block;
	width: 80%;
	margin-bottom: 0;
}

.services-info ul span {
	display: inline-block;
	width: 19%;
}

.services-info ul li h3 {
	display: inline-block;
	width: 80%;
	margin-bottom: 0;
}

.services-info ul li {
	margin-bottom: 5px;
}

.services-info ul li:last-child {
	margin-bottom: 0;
}

/*About*/

.about-section {
	background-image: url(../images/about-bg-01.webp);
	background-size: cover;
	background-position: center right;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #ffffff;
}

.about-section img {
	max-width: 200px;
	filter: brightness(0) invert(1);
}

.about-section strong {
	font-size: 2rem;
}

/*Gallery*/

.gallery-section {
	color: #ffffff;
}

.gallery-item img {
	width: 100%;
}

/*Footer*/

.footer-section {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: #000000;
	border-top: 1px solid #333333;
	color: #ffffff;
}

.footer-section a {
	color: #ffffff;
}

.footer-container h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-info {
	margin-bottom: 30px;
}

.footer-info:last-child {
	margin-bottom: 0;
}

.footer-col h3 {
	margin-bottom: 15px;
}

.footer-col ul {
	padding-left: 0;
	list-style-type: none;
}

.footer-col ul li {
	margin-bottom: 15px;
}

.footer-col ul li:last-child {
	margin-bottom: 10px;
}

.footer-col img {
	max-width: 250px;
	margin-bottom: 15px;
}


.footer-contact ul li {
	display: inline-block;
	margin-right: 10px;
}

.footer-contact ul li:last-child {
	margin-right: 0;
}

.footer-social img {
	max-width: 32px;
}

.footer-bg {
	position: absolute;
	right: 0;
	top: 0;
}

.copyright {
	margin-top: 60px;
}

.copyright p {
	margin-bottom: 0;
}

.nav-mobile {
	display: none;
}

.carousel-mb {
	display: none;
}

.row-mb {
	display: none;
}

.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
}

.accordion .card-header.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
}


.accordion .card-header {
	padding: 15px;
	cursor: pointer;
}

.accordion .card-header:hover {
	cursor: pointer;
}

.accordion .card-body {
	background: #222;
}

.social-mb {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 999;
	height: 50px;
}

/*---------------- Dropdown -------------------*/
.navbar .nav-item .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 0;
	padding: 0;
}

.navbar .dropdown-menu.fade-down {
	top: 80%;
	transform: rotateX(-75deg);
	transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
	top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
	background-color: #000000;
	border:1px solid #333333;
}

.dropdown-item {
	color: #fff;
	font-size: 1.5rem;
	min-width: 160px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background: #333333;
}
	.dropdown-toggle::after {
		display: none !important;
		}
	.navbar-nav li > .dropdown-menu a::after {
		background: none;
	}
/*---------------- Float Icon -------------------*/

.float-panel-line {
	z-index: 99;
	position: fixed;
	bottom: 100px;
	right: 15px;
	display: none;
}

#close {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 0 10px;
	border-radius: 72px;
	background: #000;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.map {
	line-height: 0;
}

.map .container-fluid {
	padding: 0;
}

.nav-line {
	margin-left: 15px;
	margin-top: 5px;
}

.nav-line img {
	max-width: 32px;
}

.nav-lang {
	margin-top: 5px;
	margin-left: 15px;
}

.nav-lang ul {
	list-style-type: none;
	padding-left: 0;
}

.nav-lang p {
	display: inline-block;
	font-weight: 600;
	color: #fff;
}

.nav-lang span {
	display: inline-block;
	margin: 0 2px;
}

.nav-lang a {
	display: inline-block;
	font-weight: 500;
	color: #333;
	opacity: 0.3;
}
.gallery-container{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.gallery-container li{
	display: inline-block;
	margin-right: 30px;
	font-size: 2rem;
	opacity: 0.5;
}
.gallery-container li:last-child{
	margin-right: 0;
}
.gallery-container li a{
	color: #ffffff;
}
.gallery-active{
	text-decoration: underline;
	opacity: 1 !important;
}
.rtopVideoPlayerWrapper{
	border: 1px solid #333;
	padding: 15px;
	margin-bottom: 15px;
}
@media (max-width:1199px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 0.5rem 1rem;
		font-size: 1.4rem;
	}
	.services-info h3 {
		font-size: 1.8rem;
	}
	.services-one ul p {
		width: 100%;
	}

	.about-section p br {
		display: none;
	}
}

@media (max-width:991px) {

	.navbar-brand img {
		max-width: 150px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		font-size: 1.2rem;
	}
	.btn-outline {
		font-size: 1.2rem !important;
	}
	.container {
		max-width: 100%;
	}
	.row-dt {
		display: none;
	}
	.row-mb {
		display: block;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 0.5rem 1rem;
	}
	.services-section .row-mb .col-12 {
		padding: 0;
	}
	.accordion .card-header {
		padding: 15px 30px;
		background-color: #000;
		border-bottom: 1px solid rgb(255, 255, 255);
	}
	.services-info:last-child {
		padding-bottom: 0;
	}
	.accordion .services-info {
		padding: 15px;
		margin-bottom: 0;
	}
	.accordion .services-info h3 {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	.accordion .services-info ul {
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 0;
	}

	.accordion .services-info ul p {
		display: inline-block;
		width: 80%;
		margin-bottom: 0;
	}

	.accordion .services-info ul span {
		display: inline-block;
		width: 19%;
	}

	.accordion .services-info ul li h3 {
		display: inline-block;
		width: 80%;
		margin-bottom: 0;
	}

	.accordion .services-info ul li {
		margin-bottom: 5px;
	}

	.accordion .services-info ul li:last-child {
		margin-bottom: 0;
	}
	.gallery-section .content-divider {
		display: none;
	}
	.gallery-item {
		margin-bottom: 20px;
	}
	/*Social*/
	/*---------------- Social Mobile -------------------*/
	.social-mb {
		display: block;
	}

	.social-mb a {
		color: #fff;
		width: 100%;
		float: left;
		margin-left: 0;
		display: inline-block;
		font-size: 1.4rem;
	}

	.social-mb li {
		width: 100%;
		text-align: center;
		line-height: 50px;
		list-style-type: none;
		font-weight: bold;
	}

	.social-mb span {
		display: inline-block;
		font-weight: normal;
	}

	.social-container {
		padding-left: 0;
	}

	.social-mb-tel .fa {
		display: none;
	}

	.social-mb-tel {
		background: #3b2fbe;
	}

	.social-mb-tel img {
		max-width: 16px;
		margin-top: -5px;
		margin-right: 5px;
	}

	.social-mb-line {
		background: #00bd00;
	}

	.social-mb-line img {
		max-width: 24px;
		margin-top: -5px;
		margin-right: 5px;
	}

	.social-mb-img p {
		display: inline-block;
		font-size: 1.3rem;
	}
	.footer-col {
		margin-bottom: 30px;
	}
	.footer-col br {
		display: none;
	}
	
}

@media (max-width:815px) {

	.nav-lang a {
		opacity: 0.8;
		color: #fff;
	}
	.nav-lang span {
		margin: 0 5px;
	}
	.nav-btn .btn-outline {
		display: none;
	}
	
}

@media (max-width:767px) {
	.nav-lang {
		font-size: 1.6rem;
		z-index: 999;
		color: #fff;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.main-header {
		display: none;
	}
	/*Mobile*/
	.nav-mb {
		display: block;
		position: absolute;
		top: 0;
		z-index: 999;
		width: 100%;
		background: #000;

	}
	.nav-mb-logo {
		display: block;
		position: absolute;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: #000;
		border-bottom: 1px solid #333;
	}
	.btn-mb-top {
		position: absolute;
		right: 15px;
		top: 8px;
		padding: 10px;
		margin-top: 0;
		margin-right: 15px;
	}
	.logo-mb {
		filter: brightness(0) invert(1);
		max-width: 150px;
	}
	.hero-image {
		margin-top: 71px;
	}
	.cvpage{
  		margin-top: 71px;
	}
	.cvpage-img{
		min-height: 160px;
		padding: 20px 0;
	}
}

@media (max-width:576px) {
	.banner-logo {
		padding: 0 100px;
	}
	#collapseFourteen {
		border-bottom: 1px solid #fff !important;
	}
	#collapseFourteen .services-info ul p {
		width: 100%;
	}
}

@media (max-width:480px) {
	.main-content .owl-theme .custom-nav {
		top: 30%;
	}
}
