@font-face {
	src: url('../font/GOTHIC.TTF');
	font-family: Gothic;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	src: url('../font/GOTHICB.TTF');
	font-family: Gothic;
	font-style: normal;
	font-weight: 700;
}

@font-face {
	src: url('../font/GOTHICBI.TTF');
	font-family: Gothic;
	font-style: italic;
	font-weight: 700;
}

@font-face {
	src: url('../font/GOTHICI.TTF');
	font-family: Gothic;
	font-style: italic;
	font-weight: 400;
}

body {
	-webkit-font-smoothing: antialiased;
}

nav {
	padding: 10px 0px !important;
}

nav ul.navbar-nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

nav div.left a img {
	width: 180px;
}

nav div.right a {
	display: inline-block;
	color: #28599d;
	font-family: Gothic;
	font-size: 18px;
	font-weight: 400;
	margin-left: 1em;
	text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .nav-link {
	display: inline-block;
	color: #28599d;
	font-family: Gothic;
	font-size: 18px;
	font-weight: 400;
	margin-left: 1em;
	text-transform: capitalize;
	padding: 0px !important;
}

nav span.fa-bars {
	font-size: 24px;
	font-weight: bold;
	color: #28599D;
}

header {
	position: relative;
	height: 400px !important;
	overflow: hidden;
}

header div.text {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 50px;
	z-index: 2;
}

header h1 {
    color: #f9f9f9;
    font-family: Gothic;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
}

header img {
	width: 100%;
	height: auto;
}

header div.shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #265494 1%, transparent, transparent);
	z-index: 1;
}

aside p span {
	color: #000000;
	font-family: Gothic;
	font-size: 22px;
	font-weight: 700;
}

aside p {
	font-size: 22px;
	font-family: Gothic;
	font-weight: 400;
	color: #000000;
}

aside div.left {
	width: 50%;
}

aside div.right {
	width: 50%;
	text-align: center;
}

aside img {
	width: 380px;
}

aside {
	margin: 80px 0px;
}

section {
	margin: 5em 0px;
}

section div.photo img {
	width: 100%;
	border-radius: 10px;
}

section h1 {
	color: #28599d;
	font-family: Gothic;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

section div.photo {
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
  	box-shadow: 2px 4px 9px 4px rgba(0, 0, 0, 0.5)
}

section h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 80%;
	color: #ffffff;
	font-family: Gothic;
	font-size: 30px;
	font-weight: 700;
	z-index: 2;
}

#map {
	width: 100%;
	height: 400px;
}

div.map {
	position: relative;
}

div.inform {
	position: absolute;
	bottom: 3em;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	background-color: white;
	border-radius: 50px;
	width: 60%;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

div.inform div.left {
	width: 32%;
}

div.inform > div {
	display: flex;
	align-items: center;
}

div.inform p {
	color: #000000;
	font-family: Gothic;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 15px;
}

div.inform p a {
	color: #000000;
	font-family: Gothic;
	font-size: 12px;
	font-weight: 400;
}

div.inform i.fa {
	font-size: 24px;
	color: #29589C;
}

div.icons {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 10px 0px;
}

div.icons a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #29589C;
	display: flex;
	justify-content: center;
	background-color: white;
	align-items: center;
	margin: 0px 5px;
	transition: all 0.4s ease-in-out;
}

div.icons a:hover {
	background-color: #29589C;
}

div.icons a:hover i.fa {
	color: white;
}

div.icons a i.fa {
	font-size: 14px;
	color: #29589C;
	transition: all 0.4s ease-in-out;
}

footer {
	background-color: #585858;
	padding: 10px 0px;
}

footer p {
	margin-bottom: 0px;
	text-align: center;
	color: white;
	font-family: Gothic;
	font-size: 12px;
	font-weight: 400;
}

div.sector h1 {
	color: #28599d;
	font-family: Gothic;
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	margin: 20px 0px;
	margin-bottom: 1em;
}

div.sector p {
	color: #000000;
	font-family: Gothic;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

div.sector div.rasm {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
	background-color: #2583C0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

div.sector div.rasm img {
	width: 80px;
}

div.sector div.col-lg-3 {
	margin-bottom: 1em;
}

div.sector {
	margin: 5em 0px;
}

div.section {
	padding: 5em 0px;
	background-image: url('../img/back.PNG');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

div.section::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #28599d;
	opacity: 0.8;
}

div.section h1 {
	color: #ffffff;
	font-family: Gothic;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

div.section div.box {
	width: 100%;
	background-color: white;
}

div.section div.row {
	position: relative;
	z-index: 1;
	margin-top: 10em;
}

div.section h3 {
	color: #29599c;
	font-family: Gothic;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0px;
	text-align: center;
}

div.section p {
	color: #000000;
	font-family: Gothic;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 0px 20px;
	margin-bottom: 0px;
}

div.section div.val {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-color: white;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #EAEAEA;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-50%);
}

div.section div.val img {
	width: 100px;
}

div.section div.transform {
	transform: translateY(-50%);
}

div.section div.col-lg-4 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

section div.photo div.shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #265494 1%,  transparent);
  z-index: 1;
  border-radius: 10px;
}

div.about{
  background-image: url('../img/shutterstock1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: white;
  text-align: center;
  position: relative;
  margin-top:50px;
}
div.about div.blueshadow{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35,81,148, 0.8);
  z-index: 1;
}
div.about div.text {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 120px auto;
  
}
div.about div.text h1 {
  font-weight: 700;
  font-family: Gothic;
  font-size: 45px;
} 
div.about div.text p {
  font-size: 22px;
  font-family: Gothic;
  font-weight: 400;
  font-size: 20px; 
} 
div.about div.text p.p1{
  margin-top: 40px;
}
div.about div.text p.p2{
  margin-top: 20px;
}

.navbar .navbar-brand img {
	width: 180px;
	height: auto !important;
}

.title {
    font-family: "Raleway";
    font-size: 24px;
    font-weight: 700;
    color: #5D4037;
    text-align: center;
}

div.wrapper div.containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.card-wrap {
    /* margin: 10px; */
    -webkit-transform: perspective(800px);
    transform: perspective(800px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-bottom: 2em;
}

.card-wrap:hover .card-info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card-wrap:hover .card-info p {
    opacity: 1;
}

.card-wrap:hover .card-info,
.card-wrap:hover .card-info p {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-wrap:hover .card-info:after {
    transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card-wrap:hover .card-bg {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0.8;
}

.card-wrap:hover .card {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px;
}

.card {
    position: relative;
    flex: 0 0 355px;
    width: 355px;
    height: 250px;
    background-color: #333;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0;
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.card::after {
	content: '';
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
    background: linear-gradient(to top right, #265494 1%, transparent);
  	border-radius: 10px;
}

.card-bg {
    opacity: 0.5;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120%;
    height: 120%;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: none;
}

.card-info {
    padding: 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}

.card-info p {
    opacity: 0;
    text-shadow: black 0 2px 3px;
    transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-info * {
    position: relative;
    z-index: 1;
}

.card-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    background-blend-mode: overlay;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.card-info h1 {
    color: #ffffff;
    width: 80%;
    font-family: Gothic;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

div.wrapper div.container > h1 {
	color: #28599d;
	font-family: Gothic;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}

div.wrapper {
	padding: 3em 0px;
}

.navbar {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    background-color: white;
    opacity: 1;
}

header {
	margin-top: 87px;
}