html,
body {
  overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
	font-family: 'Rajdhani', sans-serif;
}

body {
	font-family: 'Rajdhani', sans-serif;
	overflow-y: overlay !important;
	overflow-x: hidden !important;
	width: 100vw;
}

section.dark-tab {
    background: #010101;
    color: #fdfdfd;
    padding: 1.5rem 0;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    font-size: 20px;
}

section.white-tab {
/*
    background: #fff;
    color: #979797;
*/
    background: #000;
    color: #fff;
    padding: 1.5rem 0;
    text-align: center;
    line-height: 1;
    font-weight: 300;
    font-size: 20px;
	border-bottom: 2px solid #97979766;
}
.flag {
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 99;
    display:flex;
    flex-direction: column;
}

.flag img { 
    width: 30px;
    margin-bottom: 1rem;
    transition: all .2s ease-in-out;
}

.flag img:hover { 
    transform: translateX(5px);
}
section.white-tab a {
    color: #979797;
    text-decoration: none;
}

section.white-tab img {
    width: 40px;
    margin-right: 1rem;
    line-height: 1;
}

section.white-tab b {
    line-height: 1.25;
    font-size: 30px;
}


.btn {
    background: #112e92;
    color: #fdfdfd; 
	transition: all .2s ease-in-out;}
	
.btn:hover {
    background: #112e92;
    color: #fdfdfd; 
	transform: scale(1.1);}
	
	
.grey-section {
    padding: 4rem 0;
    background:#f6f6f6;}

.grey-section img {
    width: 50%;
	height: 75%; }


@media (max-width: 768px) {

.grey-section img {
	order: -1;
	margin-bottom: 1rem;
    width: 100%;
	height: auto; }

}

.grey-section div {
    padding: 0 2rem 0 2rem; }
	
.grey-section b {
    position: relative;
	display: block;
	font-size: 17px;
    margin: 0 0 2rem 0; }
	
.grey-section p {
    margin: 0 0 2rem 0; }

	
.w-section {
    padding: 4rem 0;
    background:#fff; }
	
.w-section img {
    width: 50%;
	height: 75%; }
	
@media (max-width: 768px) {

.w-section img {
	order: -1;
	margin-bottom: 1rem;
    width: 100%;
	height: auto; }
	
}

.w-section div {
    padding: 0 2rem 0 2rem; }
	
.w-section b {
    position: relative;
	display: block;
	font-size: 17px;
    margin: 0 0 2rem 0; }
.w-section p {
    margin: 0 0 2rem 0; }
	
.w-section b::after,
.grey-section b::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 35px;
    width: 45px;
    border-radius: 50rem;
    height: 3px;
    background: #112e92;
}

@media (max-width: 768px) {



.w-section b::after,
.grey-section b::after {
    content: ' ';
    position: relative;
    display:block;
    bottom: 0;
    left: 0;
    top: 10px;
    width: 45px;
    border-radius: 50rem;
    height: 3px;
    background: #112e92;
}

}

.service-tab {
    padding: 4rem 0;
    background:#fff; 
    text-align: center;

}
.service-tab b {
    font-size: 30px;
    position:relative;
    display:block;
    background:#fff; 
    margin-bottom: 2rem; 
}
.service-tab b::after {
    content: ' ';
    position: relative;
    display: block;
    bottom: 0;
    margin: 1rem auto;
    width: 45px;
    height: 3px;
    background: #112e92;
}
.service-tab small {
    font-size: 15px;
    position:relative;
    display:block;
    color:#717171; 
    margin-bottom: 4rem; 
}


.brand {
    background: url('../img/bg_top.jpg');
    background-size: cover;
    min-height: 600px;
    position: relative;
    color: #fdfdfd;
}
.cont {
    height: 100%;
    position: absolute;
    align-items: center;
    width: 100%;
    justify-content: space-between !important;
    padding: 0 4rem;

}

@media (max-width: 768px) {
.brand {
	min-height: 1000px;
	position: relative;
	display: block;
	padding: 2rem 0 4rem 0;
}
.cont {
    flex-direction: column;
}
.logo {
	margin: 0 auto !important;
}
.wrap {
	margin: 2rem 0;
}
}

.wrap {
    background: #0000007a;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    width: 350px;
	margin-left: 1rem;
    /* align-items: center; */
}


a.btn.white-btn {
    background: transparent;
    border: 2px solid #fdfdfd;
    width: 110px;
    /* display: block; */
}
.logo {
    background: #fff;
    height: max-content;
    color: #333;
    border-radius: 4px;
	margin-right: 1rem;
}
.logo a {
	color: currentColor;
	text-decoration: none;
}
.logo img {
    margin: 2rem 0;
    width: 300px;
    padding: 2rem;
}

.logo .top {
    background: #f6f6f6;
    padding: 1rem;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
}

.logo .bottom {
    background: #112e92;
    padding: 1rem;
    font-weight: 600;
    font-size: 19px;
    color: #fdfdfd;
    text-align: center;
}



.contact {
	position: relative;
	padding: 4rem 0 !important;
	background: #fff;
}
.contact form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 500px;
}
@media (max-width: 768px) {
	.contact form {
		margin: 0;
		width: 100%;
	}
}
.contact form label {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0.5rem 0 0.75rem;
}
.contact form input,
.contact form textarea {
	display: flex;
	width: 75%;
	padding: 1rem;
	border: none;
	outline: none;
	resize: none;
	background: linear-gradient(transparent, #fdfdfd);
	box-shadow: inset 1px 1px 5px rgba(204, 204, 204, 0.75);
	transition: all 0.3s ease-in-out;
}
.contact form input:hover,
.contact form input:focus,
.contact form textarea:hover,
.contact form textarea:focus {
	box-shadow: inset 4px 4px 4px rgba(204, 204, 204, 0.5);
}
@media (max-width: 768px) {
	.contact {
		padding-bottom: 3rem !important;
	}
	.contact form input,
	.contact form textarea {
		width: 90%;
	}
}
.contact form input[type="submit"] {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background: #1328c1;
	text-transform: uppercase;
	width: auto;
	padding: 1rem 4rem;
	margin-top: 2rem;
	cursor: pointer;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}
.contact form input[type="submit"]:hover {
	transform: translateY(-5px);
}
.contact .well {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 4rem;
	color: #000;
	text-align: center;
}
@media (max-width: 768px) {
	.contact .well {
		width: 90%;
	}
}
.contact .well h1 {
	color: #333;
	font-weight: 600;
}
.contact .well p {
	margin: 0;
	width: 500px;
}
@media (max-width: 768px) {
	.contact .well p {
		margin: 0;
		width: 100%;
	}
}

section.gallery {
    background: #f6f6f6;
    min-height: 300px;
}
.gallery img {
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.1);
}

section.dark-tab.bt {
    background: url('../img/bg_bottom.jpg');
    background-size: cover;
	padding: 4rem 0;
}


section.dark-tab.bt h4 {
    font-size: 30px;
    margin-bottom: 2rem !important;
}

section.dark-tab.bt h4::after {
    content: ' ';
    position: relative;
    display: block;
    bottom: 0;
    margin: 1rem auto;
    width: 45px;
    height: 3px;
    background: #fefefe;
}

section.dark-tab.bt b {
    display:block;
    margin-bottom: 2rem !important;
}


.footer {
	background: #0d0d0d;
	height: 60px;
	line-height: 50px;
	margin: auto;
	text-align: center;
}





.carousel-caption {
	display:block;
	top:50%;
	transform: translateY(-50%);
}


#top-menu {
	background-color:#000;
	position:relative;
	display:block;
	top:0;
	width:100%;
	z-index:9999;
	color:#fff;
}
#top-menu a { color:#fff; padding: 0 10px; }
#top-menu a:hover { color:#f00; padding: 0 10px; }
#top-menu a i { font-size:22px; display:inline-block; }
@media (max-width: 768px) {
	.carousel-caption h1 {font-size:20px;}
	.carousel-item { min-height:300px; background-color:rgba(0,0,0,0.5); }
	.carousel-item .bd-placeholder-img {  object-fit: cover; width:100%; min-height:300px;  }

}

#about {
	padding-top:50px;
	padding-bottom:50px;
}