@charset "utf-8";
/* CSS Document */



				/* ========== top header section ========== */
				
.top-head {
	position: relative;
}
.top-head-row {
	padding: 0px 70px 0px;
}
.mobile-view {
	display: none;
}
.full-view {
	display: block;
}
.top-mail {
	font-size: 14px;
	line-height: 30px;
    padding: 25px 0px 0px;
    text-align: left;
    color: #313131;
}
.top-mail:before {
    content: '\f003';
    font-family: fontAwesome;
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
	background: #f6d806;
    float: left;
    font-weight: 500;
    transform: rotate(0deg);
}
.top-head .logo {
    padding: 4px 0px 2px;
    position: relative;
    display: block;
}
.top-head .logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-head .logo img {
    margin-right: 10px;
}
.top-head .logo h2 {
    font-size: 20px;
    padding: 0px 0px 10px;
    text-align: left;
    color: #092391;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.top-contact {
	font-size: 14px;
	line-height: 30px;
    padding: 25px 0px 0px;
    text-align: right;
    color: #313131;
}
.top-contact:after {
    content: '\f095';
    font-family: fontAwesome;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
    color: #ffffff;
	background: #f6d806;
    float: right;
    font-weight: 500;
    transform: rotate(0deg);
}

				
				/* ========== menu section ========== */

.for-fixed {
	position: sticky;
    top: 0;
    z-index: 999;
	height: auto;
}
.lower-head {
	position: relative;
    top: 0;
    z-index: 999;
	height: auto;
    background: #092391;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
}
.menu-icons {
	position: absolute;
    font-size: 1.5rem;
    top: 50%;
    right: 2rem;
    color: #ffffff;
    transform: translateY(-50%);
	display: none;
}
.site-nav {
	position: relative;
    height: auto;
    transition: all 0.6s ease 0s;
}
.nav-list {
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.nav-list > li {
	line-height: 2rem;
}
.nav-list li {
    position: relative;
}
.nav-list li a {
	display: block;
    padding: 15px 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .5s ease;
    text-decoration: none;
}
.nav-list li a:hover {
	color: #092391;
    background: #ffffff;
}
.sub-menu {
	margin: 0;
    padding: 0;
    list-style: none;
    width: 18rem;
    position: absolute;
    background: #e4e4e4;
    border-top: 1px solid #f8f8f8;
	transition: all .5s ease;
    display: block;
	opacity: 0;
    visibility: hidden;
}
.nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li {
	line-height: 2rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}
.sub-menu li:last-child {
	border: none;
}
.sub-menu li a {
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
}
.sub-menu .sub-menu {
	border-top: none;
	border-left: 1px solid #c10202;
	top: 0;
	left: 100%;
	width: 18rem;
}
.sub-menu li:hover > .sub-menu {
	top: 0rem;
	left: 100%;
}
				
				/* ========== side menu section ========== */
				
.side-section {
    position: relative;
}	
.side-option {
    position: fixed;
    top: 50%;
    bottom: 0;
    right: 0;
    z-index: 1000;
    transition: 0.5s all ease;
    padding: 0 0;
}
.side-menu {
    position: absolute;
    right: 0px;
    border-radius: 5px;
    margin-right: 1px;
    box-shadow: -2px 2px 10px 1px rgba(0,0,0,0.20);
}	
.side-menu a {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px 10px;
    position: relative;
    color: #fff;
    background: #092391;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 1px 0px;
    transition: 0.5s all ease-in-out;
}	
.side-menu a:last-child, .side-menu a:first-child {
	margin: 0;
}
.side-menu a:hover.whatsapp {
	background: #f5f5f5;
    color: #25D366;
}
.side-menu a:hover.facebook {
	background: #f5f5f5;
    color: #3b5999;
}
.side-menu a:hover.instagram {
	background: #f5f5f5;
    color: #e4405f;
}
.side-menu a:hover.youtube {
	background: #f5f5f5;
    color: #cd201f;
}
				/* ========== footer section ========== */
				
.footer {
	background-image: url(../images/footer-3.png);
    min-height: 300px;
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer .opacity {
	padding: 4% 0% 4%;
    background: rgb(0 7 37 / 81%);
    color: #FFF;
}
.footer-row {
	padding: 0px 70px 0px;
}
.foot-head {
	padding: 0px 0px 20px;
}
.foot-head h3 {
    font-size: 22px;
    padding: 0px 0px 0px;
    text-align: left;
    color: #FFF;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.foot-contact {
	padding: 30px 30px;
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    top: 8%;
    left: 5%;
    z-index: 5;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.55);
}
.get-contact {
	position: relative;
}
.get-contact ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.get-contact h4 {
    font-size: 24px;
    padding: 0px 0px 15px;
    text-align: left;
    display: inline-block;
    color: #f6d806;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.get-contact ul li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}
.get-contact ul li:before {
    font-size: 18px;
    margin-right: 20px;
    float: left;
    color: #ffffff;
}
.get-contact ul li:nth-child(1):before {
    content: '\f041';
    font-family: fontAwesome;
    padding-bottom: 75px;
}
.get-contact ul li:nth-child(2):before {
    content: '\f095';
    font-family: fontAwesome;
}
.get-contact ul li:nth-child(3):before {
    content: '\f003';
    font-family: fontAwesome;
}
.quick-link {
	padding: 0px 0px 0px;
	position: relative;
}
.quick-link ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.quick-link ul li {
	position: relative;
    margin-bottom: 10px;
	transition: all 0.3s ease;
}
.quick-link ul li a {
	position: relative;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    text-decoration: none;
}
.quick-link ul li a:before {
    content: "\f101";
    font-family: "Fontawesome";
    font-size: 18px;
    margin-right: 20px;
    float: left;
    color: #ffffff;
	transition: all 0.3s ease;
}
.quick-link ul li:hover a {
	padding-left: 10px;
}
.quick-link ul li:hover a:before {
	padding-left: 10px;
	color: #ffffff;
}
.map {
	padding: 0px 0px 0px;
    width: 100%;
    margin: auto;
}
.map img {
}

@media (max-width: 768px) {
	
				/* ========== top header section ========== */
				
.top-head {
    position: relative;
}
.top-head-row {
    padding: 0px 0px 0px;
}	
.mobile-view {
	display: block;
}
.full-view {
	display: none;
}
.top-mail {
    font-size: 9px;
    line-height: 15px;
    padding: 10px 0px 0px;
}
.top-mail:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-right: 4px;
}
.top-contact {
    font-size: 9px;
    line-height: 15px;
    padding: 10px 0px 0px;
}
.top-contact:after {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: 4px;
}
.top-head .logo {
    margin-top: 0px;
}
.top-head .logo a {
}
.top-head .logo img {
    margin-right: 0px;
	max-width: 20%;
}
.top-head .logo h2 {
    font-size: 16px;
    padding: 0px 0px 10px;
}
				
				/* ========== menu section ========== */

.lower-head {
	padding: 0px 20px;
	height: 40px;
}
.menu-icons {
	display: block;
}				
.site-nav {
	position: absolute;
    width: 100%;
    height: auto;
    background: #e0e0e0;
    top: 50px;
    left: -100%;
    transition: .5s;
}
.site-nav.active {
    left: 0;
    top: 40px;
}
.nav-list {
	position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    flex-direction: column;
    height: auto;
    background: #092391;
    overflow-y: scroll;
    display: flex;
}
.nav-list > li {
	line-height: 3rem;
}
.nav-list li a {
    padding: 10px 25px;
}
.sub-menu {
	position: initial;
    border: 1px solid transparent;
    border-left: 1px solid #e81818;
    margin-left: 1rem;
	width: auto;
	max-height: 0;
	background: none;
}
.sub-menu .sub-menu {
    border-left: 1px solid #e81818;
}
.sub-menu:before {
	display: none;
}
.nav-list li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	max-height: initial;
}

				/* ========== side menu section ========== */
				
.side-section {
    position: relative;
}
.side-option {
    top: 40%;
}
.side-menu {
    margin-right: 0px;
}
.side-menu a {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 6px 5px;
}

				
				/* ========== footer section ========== */
				
.footer {
}
.footer .opacity {
    padding: 4% 0% 4%;
}
.footer-row {
    padding: 0px 5px 0px;
}
.foot-head {
    padding: 0px 0px 15px;
}
.foot-head h3 {
    font-size: 18px;
    padding: 10px 0px 0px;
    text-align: center;
}
.get-contact {
    position: relative;
}
.get-contact ul {
}
.get-contact ul li {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 15px;
}
.get-contact h4 {
    font-size: 18px;
    padding: 0px 0px 10px;
}
.get-contact ul li:before {
    font-size: 14px;
    margin-right: 15px;
}
.get-contact ul li:nth-child(1):before {
    padding-bottom: 50px;
}
.quick-link {
    padding: 0px 0px 0px;
}
.quick-link ul {
}
.quick-link ul li {
    position: relative;
    margin-bottom: 5px;
}
.quick-link ul li a {
    position: relative;
    font-size: 12px;
    line-height: 25px;
}
.quick-link ul li a:before {
    font-size: 14px;
    margin-right: 15px;
}

}

