@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@600&display=swap');
@import url("../fontawesome/css/font-awesome.min.css");
body {
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0px;
}
a {
	transition: all 1s;
}
.clr {
	clear: both;
	float: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1120px !important; 
	}

#logo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebedee;
	height: 1px;
	width: 100%;
}

/* Navigation Menu */

/* Desktop Navigation */
.nav-menu, .nav-menu * {
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #00275d;
	transition: 0.3s;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 14px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #000;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  background: #20568e;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #2f2e2e;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #dcc8a4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 115px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(47, 46, 46, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Navigation Menu */


.home-container {
    margin-right: auto;
    margin-left: auto;
}
    
.heading-title {
	color: #552829;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin-top: 65px;
}

.heading-title-border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2af10;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:330px;
	margin:20px;
}

.footer-bg {
	background-color: #223344;
	padding-top: 30px;
	padding-bottom: 40px;
}

.footer-title {
    font-family: 'Rosario', sans-serif;
	font-size: 18px;
	color: #fff;
	padding-top: 30px;
}

.footer-text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.footer-text a {
	color: #fff;
	text-decoration: none;
}

.footer-text a:hover {
	color: #fff;
	text-decoration: none;
}

.footer {
	background-color: #000;
}

.footer-l {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}

.footer-l a{
	color: #fff;
	text-decoration: none;
}

.footer-l a:hover{
	color: #fff;
	text-decoration: none;
}

.footer-r {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
}

.footer-r a{
	color: #fff;
	text-decoration: none;
}

.footer-r a:hover{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 575px) {

.footer-l {
	text-align: center;
}
.footer-r {
	text-align: center;
}
}

.social-icon {
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.social-icon a{
	margin-left: 10px;
	color: #FFFFFF;
}
.social-icon a:hover{
	margin-left: 10px;
	color: #CDC4B5;
}