/* Custom css decoration by Squad 2.0 */

/* Topography */

body {
	color: #444;
    font-family: "Open Sans", sans-serif; 
}

h1, h2, h3, h4, h5, h6, .font-primary {
	font-family: "Roboto", sans-serif;
}

/* Header section */

#page-header {
	background: #ffffff !important;
	transition: all 0.5s;
	height: 80px;
	z-index: 997;
	padding-bottom: 127px;
    padding-top: 10px;
	transition: all 0.5s;
	border-bottom: 2px solid #808088;
}

#page-header.scroll-header {
	background: rgba(255,255,255, 0.5) !important;
}

#page-header .page-logo h1 {
	font-size: 28px;
	padding: 4px 0;
	margin: 0;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#page-header .page-logo h1 a{
	text-decoration: none;
	color: #000000;
  
}

#page-header .page-logo h1 a:hover{
	text-decoration: none;
	color: #000000; 
}

/* Home logo */

.logo-class {
    margin-left: -10px;
    margin-top: -9px;
    border-right: 3px solid #808088;
}

/* Navbar section */

.nav-menu, .nav-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu ul {
	float: left;
	position: relative;
    white-space: nowrap;
    margin-top: 40px;
    margin-left: 30px;
}

.nav-menu li {
	float: left;
	position: relative;
	white-space: nowrap;
}

.nav-menu a {
	color: #ED7117;
	display: block;
	padding: 10px 20px;
	position: relative;
	transition: 0.3s;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	text-decoration: none;
	color:#808088;
}

.nav-menu i {
    margin-right: 5px;
}

/* Breadcrump section */
.breadcrump {
    padding: 20px 0;
    margin-top: 28px;
    background-image: url('/images/copyrights.jpg') !important;
    background-position: bottom;
}

.breadcrump h2 {
    padding: 20px 0;
    text-align: left;
    padding-left: 60px;
    color: #ffffff;
}

.breadcrump ul.breadcrumb-right {
  padding: 10px 16px;
  list-style: none;
  float: right;
  margin-top: -55px !important;
  margin-right: 58px;
}

.breadcrump ul.breadcrumb-right li {
  display: inline;
  font-size: 18px;
}

.breadcrump ul.breadcrumb-right li+li:before {
  padding: 0 8px;
  color: black;
  content: "|\00a0";
}

.breadcrump ul.breadcrumb-right li a {
  color: #ED7117;
  text-decoration: none;
}

.breadcrump ul.breadcrumb-right li a:hover {
  color: #808088;
  text-decoration: none;
}

@media (max-width: 501px) {
    .breadcrump ul.breadcrumb-right {
        display: none;
    }
}
/* Mobile navigation section */

.mobile-nav {
    background:#ED7117 !important;
    opacity: 0.9;
	position: fixed;
	bottom: 0;
	overflow-y: auto;
	top: 0;
	transition: 0.4s;
	z-index: 9999;
	width: 260px;
	left: -260px;
	padding-top: 18px;
}

.mobile-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-nav a {
    font-size: 20px;
	font-weight: 500;
	display: block;
	position: relative;
	padding: 10px 20px;
	color: #ffffff;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	text-decoration: none;
	color:#808088; 
}

.mobile-nav-toggle {
	background: none;
	position: fixed;
	text-align: right;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	font-size: 35px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
}

.mobile-nav-toggle i {
	color: #ED7117;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #ED7117;
}

@media only screen and (max-width: 290px) {
    .mobile-nav-toggle {
        background:#808088;
        position: fixed;
        text-align: right;
        right: 15px;
        top: 15px;
        z-index: 9998;
        border: 0;
        font-size: 35px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        margin-right: 15px;
    }
}

/* Contact us section */

.contact {
	background: #ffffff;
	margin-bottom: 50px;
	padding-bottom: 30px;
	margin-top: 0;
    padding-top: 80px;
}

.contact-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contact .contact-map {
	padding: 0;
	margin-top: -8px;
}

.contact .contact-map iframe {
	width: 100%;
	height: 395px;
	
}

.contact .contact-box {
	background: #808088;
	padding: 35px 0;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ED7117;
}

.contact .contact-box h3 {
	color: #ffffff;
	padding: 10px 0;
}

.contact .contact-details {
}

.contact .contact-box i {
	font-size: 30px;
	font-weight: 600;
	color: #ED7117;
}

.contact .contact-box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

/* Footer section */

#footer {
	color: #ffffff;
	background: #ED7117 !important;
    padding: 0 0 30px 0;
    font-size: 17px;
    font-weight: 500 !important;
    margin-bottom: -200px;
    font-family: 'David Libre', serif;
}

#footer .footer-top {
    border-bottom: 2px solid  #ffffff;
    background: #ED7117 !important;
    color: #ffffff !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer li .active {
    color:  #808088;
    text-decoration: none;
}

#footer .rights {
	text-align: center;
	padding-top: 23px;
	text-transform: uppercase;
	color:#808088;
}

#footer a:hover, #footer .active > a, #footer li:hover > a {
	text-decoration: none;
	color:#808088;
}

.footer-details h5 {
	position: relative;
    color:  #808088;
	margin-bottom: 15px;
	padding-left: 40px;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.footer-details ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.footer-details ul li a {
	color: #ffffff;
    display: inline-block;
    font-size: 20px;
	font-weight: 600 !important;
	margin-bottom: 10px;
}

.footer-details ul li a:hover {
    color:  #808088;
	text-decoration: none;
}

.footer-details i {
    font-size: 20px;
}

.footer-icon {
    color: #ffffff;
}

.footer-contacts h5 {
    position: relative;
    color: #808088;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.footer-contacts p {
    font-size: 18px;
    font-weight: 600 !important;
}

.footer-contacts i {
	color: #808088;
	font-size: 17px;
}

.footer-contacts-info {
    padding-left: 40px;
}

.footer-about h5 {
    position: relative;
    color: #808088;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 25px !important;
    font-weight: 600 !important;
}

.footer-about p {
    font-size: 18px;
    font-weight: 600 !important;
}

.footer-about-info {
    padding-left: 40px;
}

.social-icons i {
   font-size: 40px; 
   margin-right: 10px;
   color: #ffffff;
}

.social-icons i:hover {
    color: #808088;
}

.footer-img {
	max-width: 100%;
	box-shadow: 0px 0px 3px 3px #43464b;
}

.footer-img-mov {
    padding-left: 40px;
}

.Backdrop{
    width:100%;
    height:100%;
    position:fixed;
    z-index:100;
    left:0;
    top:0;
    background-color: rgba(0, 0, 0, 0.5);
    display:none;
}
