@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/blancha');
@import url('https://fonts.cdnfonts.com/css/itc-avant-garde-pro-md');
body, html {
	font-family: 'Cairo',Sans-Serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	background:#FFFFFF;
	direction:ltr;
}
h1 {
	font-size: 48px;
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 34px;
	margin: 0;
	font-family:'Cairo',Sans-Serif;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Cairo',Sans-Serif;
	font-size: 17px;
}
a {
	color: #5b777f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
* {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
.clr {clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img {max-width: 100%;}
.d-flex {display: flex;}
.flex-center {align-items: center;}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.text-blue {color: #0F8DBE;}
.text-yellow {color: #DDB87B;}
body {padding-top: 131px;}
body.home-page {padding-top: 0px;}

#header-scroll {position: fixed; top:0px; left: 0px; right: 0px; background: rgba(14,36,33, 0.9); z-index: 999;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll.h-fixed {animation: headerfixed 200ms ease-in-out;
	transform:translateY(-34px); 
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll .header-top {background: #0e2421; color: #FFF; padding: 7px 0;}
#header-scroll.h-fixed .header-top {transform: translate(0px , -100%)}
#header-scroll .header-top .toplinks {}
#header-scroll .header-top .toplinks > li {display: inline-block;}
#header-scroll .header-top .toplinks > li + li {margin-left: 30px;}
#header-scroll .header-top .toplinks > li > a {color: #FFF;}
#header-scroll .header-top .toplinks > li > a:hover {text-decoration: underline;}
#header-scroll .header-top .language {display: inline-block; float: right;}
#header-scroll .header-top .dropdown button {background: transparent; border: 0px none; color: #FFF;}
#header-scroll .header-top .dropdown button img {width: 24px;}
#header-scroll .header-top .dropdown .dropdown-menu {padding: 0; overflow: hidden;}
#header-scroll .header-top .dropdown .dropdown-menu li {}
#header-scroll .header-top .dropdown .dropdown-menu li a {padding: 10px;}
#header-scroll .header-top .dropdown .dropdown-menu li a img {width: 25px; margin-right: 5px;}
#header-scroll .header-top .dropdown .dropdown-menu li a:hover {}

#header-scroll .header-inner {display: flex; align-items: end;}
#header-scroll .header-inner .logo {padding: 10px 0; width: 250px;}
#header-scroll .header-inner .logo a {display: block;}
#header-scroll .header-inner .logo a img {max-height: 77px;}
#header-scroll .header-inner .logo a.sub-nav-menu {display: none; cursor: pointer; font-size: 30px; color: #FFF;}
#header-scroll.h-fixed .header-inner .logo a img {max-height: 50px;}
#header-scroll .header-inner nav {flex: 1; padding-left: 50px;}
#header-scroll .header-inner nav > ul {display: flex; justify-content: space-between;}
#header-scroll .header-inner nav > ul > li {}
#header-scroll .header-inner nav > ul > li > a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid #92542a00;
  padding: 15px;
  display: block;
}
#header-scroll .header-inner nav > ul > li > a {padding: 10px 15px;}
#header-scroll .header-inner nav > ul > li > a:hover,
#header-scroll .header-inner nav > ul > li > a.active {border-bottom-color: #92542a;}
#header-scroll .header-inner{}
#head-image {
  background: url("../images/headimage.png") no-repeat center center transparent;
  background-size: cover;
  min-height: 100vh;
  text-align: center;
  color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
}
#head-image .content {position: relative; padding-top: 110px;}
#head-image .content h3 {font-family: 'Blancha', sans-serif; font-size: 65px; font-weight: 600; margin: 0px 0px 30px 0px;}
#head-image .content p {
  font-family: 'itc avant garde pro md', sans-serif;
  font-size: 25px;
  max-width: 900px;
  margin: 0 auto;
}
#head-image .content .btns {margin-top: 30px; display: flex; justify-content: center;}
#head-image .content .btns a {
  display: block;
  margin: 10px;
  background: #FFF;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  min-width: 180px;
  border: 2px solid #FFF;
  color: #000;
}
#head-image .content .btns a:hover {background: #FFFFFF90;}
#head-image .content .btns a.btn-orange {
  background: #92542a;
  border-color: #92542a;
  color: #FFF;
}
#head-image .content .btns a.btn-orange:hover {background: #92542a90;}
#aboutus {
  padding: 100px 0px;
  background: url("../images/about-bg.png") no-repeat top left #2b3d2d;
  border-top: 10px solid #92542a;
}
#aboutus .aboutus-inner {display: flex; padding-bottom: 50px;}
#aboutus .aboutus-inner .image {
  position: relative;
  width: 40%;
  padding: 25px;
}
#aboutus .aboutus-inner .image:before {
  content: "";
  background: #fbfcff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 200px;
}
#aboutus .aboutus-inner .image img {position: relative;}
#aboutus .aboutus-inner .content {
  background: #fbfcff;
  padding: 25px;
  width: 60%;
}
#aboutus .aboutus-inner .content h3 {margin-top: 0px; margin-bottom: 15px;}
#aboutus .aboutus-inner .content p {
  color: #6e6e6e;
  font-size: 16px;
  font-family: 'tahoma', sans-serif;
}
#aboutus .aboutus-inner .content a {
  background: #0e2421;
  padding: 10px 30px;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  border: 3px solid #0e2421;
}
#aboutus .aboutus-inner .content a:hover {background: transparent; color: #0e2421;}
#aboutus .ico-box {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutus .ico-box .icon {}
#aboutus .ico-box .icon img {}
#aboutus .ico-box .numbers {color: #FFF; padding-left: 15px;}
#aboutus .ico-box .numbers p {
  font-size: 28px;
  margin: 0;
  font-family: 'itc avant garde pro md', sans-serif;
}
#aboutus .ico-box .numbers b {font-family: 'itc avant garde pro md', sans-serif; font-weight: 100;}
#designed {background: url("../images/bg.png") repeat 0 0 #FFF; padding: 100px 0;}
#designed h2 {
  text-align: center;
  font-family: 'itc avant garde pro md', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
#designed .design-box {}
#designed .design-box .image {
  height: 145px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #bea586;
  border-radius: 3px;
}
#designed .design-box .image img {max-width: 62px;}
#designed .design-box:hover .image {
  background: #92542a;
  border-color: #92542a;
  box-shadow: 1px 0px 7px #707070;
}
#designed .design-box h3 {
  font-family: 'itc avant garde pro md', sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #2b2b2b;
}
#designed .design-box p {color: #222;}
#designed .design-box a {
  display: block;
  background: #FFF;
  padding: 5px 10px;
  max-width: 120px;
  text-align: center;
  border: 1px solid #bea586;
  border-radius: 3px;
  color: #2b3d2d;
  font-family: 'itc avant garde pro md', sans-serif;
}
#designed .design-box a:hover {
  color: #FFF;
  background: #2b3d2d;
  border-color: #2b3d2d;
}
#gallery {background: url("../images/bg.png") repeat 0 0 #FFF; padding: 0 0 100px 0;}
#gallery .gallery-image {
  background: url("../images/greenbg.png") no-repeat 0 0 transparent;
  padding-top: 50px;
  margin-bottom: 80px;
  background-size: 100% 80%;
}
#gallery .gallery-image .head-title {
  text-align: center;
  margin-bottom: 30px;
  color: #e3bc6f;
  font-family: 'itc avant garde pro md', sans-serif;
  font-weight: bold;
}
#gallery .gallery-image .gallery-slider {}
#gallery .gallery-image .gallery-slider .owl-nav {}
#gallery .gallery-image .gallery-slider .owl-nav .owl-prev {
  background: url("../images/icons/arrow-left.png") no-repeat 0 0 transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 25px;
  width: 22px;
  transform: translate(-100%, 50%);
}
#gallery .gallery-image .gallery-slider .owl-nav .owl-next {
  background: url("../images/icons/arrow-right.png") no-repeat 0 0 transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  height: 25px;
  width: 22px;
  transform: translate(100%, 50%);
}
#gallery .videos {background: #f4f4f4; padding: 30px 60px 30px 60px; text-align: center;}
#gallery .videos .head-title {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  color: #353535;
  font-family: 'itc avant garde pro md', sans-serif;
  font-weight: bold;
  position: relative;
}
#gallery .videos .head-title:before {
  content: "";
  background: url("../images/bgtitle.png") no-repeat 0 0 transparent;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-size: contain;
  z-index: 9;
}
#gallery .videos .video-slider {}
#gallery .videos .video-slider a {background: #2b2b2b; display: block; position: relative;}
#gallery .videos .video-slider a img {opacity: 0.41;}
#gallery .videos .video-slider a:before {content: ""; height: 79px; width: 79px; background: url("../images/icons/playico.png") no-repeat 0 0 transparent; top: 50%; left: 50%; transform: translate(-50%, -50%);position: absolute;z-index: 1;}
#gallery .videos .video-slider .owl-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
#gallery .videos .video-slider .owl-dots .owl-dot {height: 5px; width: 5px; border-radius: 5px; background: #232323; margin: 3px;}
#gallery .videos .video-slider .owl-dots .owl-dot.active {background: #92542a;}
#gallery .images-box {display: block; text-align: center; margin-top: 80px;}
#gallery .images-box img {margin: 5px; display: inline-block;}
#information-page {padding: 80px 0px;}
#information-page .sec-title {
  border-bottom: 3px solid #92542a;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#content {padding: 80px 0px;}
#content .sec-title {
  border-bottom: 3px solid #92542a;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.gallery-images {background: #FFFFFF;}
.gallery-images img {display: block; margin-bottom: 30px; border-radius: 4px;}
.card {
  background: #FFF;
  border: 1px solid #bea586;
  padding: 40px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
}
.card .card-head {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #F9F9F9;
  line-height: 40px;
  padding-bottom: 5px;
}
.card .card-head span {color: #9C9C9C; font-size: 12px; margin-left: 5px;}
.card .card-body {padding: 15px 0px;}

.bs-form-control {
  position: relative;
  margin-bottom: 25px;
  max-width: 550px;
}
.bs-form-control .input-form-control {
  display: block;
  background: #FFFFFF;
  border: 0px none !important;
  border-bottom: 1px solid #9C9C9C !important;
  border-radius: 0px;
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  color: #212121;
  width: 100%;
}
.bs-form-control .input-form-control:focus {border-bottom: 1px solid #0D682F !important;}
.bs-form-control textarea.input-form-control {width: 100% !important; height: 50px;}

.hiring-page .bs-form-control {max-width: inherit;}
.hiring-page .foot .btn {
  color: #FFF;
  background: #2b3d2d;
  border-color: #2b3d2d;
  padding: 8px 10px;
  display: block;
  width: 100%;
}
#content.event-page {background: url("../images/bg.png") repeat 0 0 #FFF;}
.event-boxs {}
.event-boxs .event-box {
  background: #FFF;
  border-bottom: 1px solid #DDD;
  padding: 15px;
}
.event-boxs .event-box .event-title a {color: #0e2421;}
.event-boxs .event-box .event-title a:hover {color: #000000;}
.event-boxs .event-box .event-desc {color: #3b3b3b; font-size: 16px;}
.event-boxs .event-box .foot {display: flex; align-items: center; justify-content: space-between;}
.event-boxs .event-box .foot .evdate {color: #a6afb9; font-size: 14px;}
.event-boxs .event-box .foot .btn {color: #FFF; background: #0e2421;}
.event-boxs .event-box .foot .btn:hover {background: #000000;}
.event-boxs .event-box:hover {background: #FAFAFA;}
.contact_us h3 {margin-top: 0px;}
.contact_us .wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}
.contact_us .contact-wrap {
  background: #fff;
}
.contact_us .heading-section {margin-bottom: 50px;}
.p-md-5 {
  padding: 3rem !important;
}

.contact_us .form-control {border: 0px none;}
.contact_us .form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}
#contactForm .form-control {
  font-size: 16px;
}
.contact_us .btn-primary {background: #0e2421; color: #FFF; border: 0px none; font-size: 18px; padding: 8px 25px;}
.contact_us .btn-primary:hover {background: #000000;}
.contact_us .bg-primary {background-color: #0e2421;}
.pagination-content {text-align: center; margin-top: 30px;}
.pagination-content .pagination-center {
  display: inline-flex;
  margin: 0 auto;
  background: #FEFEFE;
  box-shadow: 2px 0px 3px #F1F1F1;
  border-radius: 15px;
  align-items: center;
  padding: 0 10px;
}
.contact_us .info-wrap p {font-size: 18px;}
.contact_us .info-wrap a {color: #FFFFFF;}
.contact_us .info-wrap .dbox {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}
.contact_us .info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.contact_us .info-wrap .dbox .icon span {
  font-size: 20px;
  color: #fff;
}
.contact_us .info-wrap .dbox .text {
  width: calc(100% - 50px);
}
.contact_us .info-wrap .dbox p {
  margin-bottom: 0;
  font-size: 16px;
  color: #FFF;
  padding-left: 12px;
}
.contact_us .mb-4 {margin-bottom: 20px}

.job-boxs {}
.job-boxs .job-box {
  padding: 0;
  border: 1px solid #DDD;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #DDD;
  margin-bottom: 30px;
  overflow: hidden;
}
.job-boxs .job-box .image {
  position: relative;
  width: 100%;
  height: 300px;
}
.job-boxs .job-box .image img {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.job-boxs .job-box .image .date {
  background: rgba(14,36,33, 0.9);
  position: absolute;
  bottom: 0;
  z-index: 9999;
  color: #FFF;
  left: 50%;
  padding: 5px 10px;
  transform: translate(-50%, 0);
}
.job-boxs .job-box .content {padding: 15px;}
.job-boxs .job-box .content h3 {color: #0e2421; margin-top: 0px;}
.job-boxs .job-box .content p {color: #3b3b3b; font-size: 16px;}
.job-boxs .job-box .content a.btn {
  background: #92542a;
  color: #FFF;
  min-width: 150px;
}
.job-page .image-cover {
  position: relative;
  width: 100%;
  height: 300px;
}
.job-page .image-cover img {
  border-radius: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.job-page p.date {color: #7C7C7C; font-size: 15px; margin: 10px 0}



#footer {background: #92542a; padding-top: 30px;}
#footer .footer-inner {background: url("../images/footer-image.png") no-repeat left bottom transparent;}
#footer .footer-inner .logo {}
#footer .footer-inner h3 {color: #161f37; font-family: 'itc avant garde pro md', sans-serif; font-weight: bold;}
#footer .footer-inner .subscribe-form {margin-top: 30px; max-width: 400px;}
#footer .footer-inner .subscribe-form .input-form {
  line-height: 30px;
  border: 0px none;
  padding: 10px 15px;
  display: block;
  width: 100%;
}
#footer .footer-inner .subscribe-form .input-btn {
  float: right;
  margin-top: 30px;
  border: 0px none;
  background: #323232;
  padding: 10px 15px;
  color: #FFF;
  line-height: 30px;
  font-size: 16px;
  width: 110px;
}
#footer .footer-inner .subscribe-form .input-btn:hover,
#footer .footer-inner .subscribe-form .input-btn:focus {background: #000;}
#footer .footer-inner .links {}
#footer .footer-inner .links:before,
#footer .footer-inner .links:after {content: ""; display: table; clear: both;}
#footer .footer-inner .links ul {float: left;}
#footer .footer-inner .links ul + ul {padding-left: 30px;}
#footer .footer-inner .links ul li {margin-bottom: 10px;}
#footer .footer-inner .links ul li a {color: #444444;}
#footer .footer-inner .links ul li a:hover {color: #FFFFFF;}
#footer .footer-inner .social {padding-bottom: 80px;}
#footer .footer-inner .social .social-icons {display: flex; justify-content: space-between;}
#footer .footer-inner .social .social-icons a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5f6161;
  color: #FFF;
  border-radius: 50px;
}
#footer .footer-inner .social .social-icons a:hover {background: #FFFFFF; color: #5f6161;}


#footer .copyright {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
#footer .copyright span {margin: 0 15px;}
#footer .copyright a {color: #FFF; margin: 0 15px;}
.footer-icons {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	height: 80px;
	width: 100%;
    background: #FFF;
    text-align: center;
	z-index: 9999999;
}
.footer-icons .link-icon {flex: 1;}
.footer-icons .link-icon a {color: #000; padding: 10px; display: block;}
.footer-icons .link-icon a i {
  font-size: 28px;
  color: #bea586;
  height: 40px;
  line-height: 40px;
}
.footer-icons .link-icon a p {margin: 0px;}

body.nav-is-active {overflow: hidden;}
.sub-nav .sub-nav-content {
    padding: 0 0 80px 0;
    position: fixed;
    lef: 0;
    top: 50px;
	bottom: 0;
    width: 100%;
	max-width: 450px;
    background: #FFF;
    z-index: 99999;
    text-align: left;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sub-nav .sub-nav-content.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sub-nav .sub-nav-content {top: 100px;}
.header-scrolled .sub-nav .sub-nav-content {top: 68px;}
.content-menu #form-currency .btn-group, .content-menu #form-language .btn-group {display: block;}
.content-menu #form-currency .btn-group .btn-link, .content-menu #form-language .btn-group .btn-link {
	color: #FFF;
    display: block;
    width: 100%;
    float: none;
    text-align: right;
}
.content-menu .btn-group > .dropdown-menu {
    display: block;
    position: relative;
    margin: 0 10px 10px;
    float: none;
    background: #1E1E1E;
    border: 0px none;
    box-shadow: initial;
    text-align: right;
    overflow: hidden;
    border-radius: 5px;
	transition: 0.3s cubic-bezier(1, 0.05, 1, 1);
	max-height: 0;
	padding: 0;
}
.content-menu .btn-group.open > .dropdown-menu {max-height: unset;}
.nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 990;
    visibility: hidden;
}
.nav-overlay.is-active {
    visibility: visible;
}

.sub-nav .sub-nav-content .content-menu {}
.sub-nav .content-menu > ul {}
.sub-nav .content-menu > ul > li {}
.sub-nav .content-menu > ul > li > a {
    color: #000;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 30px;
    border-top: 1px solid #EAEAEA;
    display: block;
}
.sub-nav .content-menu > ul > li > a:hover {}
.sub-nav .content-menu > ul > li > a .fa {margin-right: 5px;}
.sub-nav .content-menu > ul > li > a .num {
    margin-right: 2px;
    display: inline-block;
    min-width: 14px;
    height: 14px;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    background-color: #ff5a6d;
    vertical-align: middle;
}
.sub-nav .content-menu > ul > li.dropdown.open > .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  background: transparent;
  box-shadow: initial;
  border: 0px none;
  padding: 5px;
}
.sub-nav .content-menu > ul > li > ul > li {display: block; margin-bottom: 5px;}
.sub-nav .content-menu .dropdown-menu > li > a {
    color: #000;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.sub-nav .content-menu .dropdown-menu > li > a img {max-width: 25px; margin-right: 5px;}

.login-page .form {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  padding: 20px;
  max-width: 450px;
  margin: 0 auto;
}
.login-page .form input{
   height: 60px;
   width: 100%;
   padding: 0 15px;
   font-size: 17px;
   margin-bottom: 1.3rem;
   border: 1px solid #ddd;
   border-radius: 6px;
   outline: none;
 }
.login-page .form input:focus{
   box-shadow: 0 1px 0 rgba(0,0,0,0.2);
 }
.login-page .form a{
  font-size: 16px;
  color: #0e2421;
  text-decoration: none;
}
.login-page .form a:hover{
  text-decoration: underline;
}
.login-page .form input.button{
  color: #fff;
  background: #0e2421;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1.7rem;
  cursor: pointer;
  transition: 0.4s;
}
.login-page .form input.button:hover{
  background: #0e2421;
}
.login-page .signup{
  font-size: 17px;
  text-align: center;
}
.login-page .signup a{
  color: #009579;
  cursor: pointer;
}
.login-page .signup a:hover{
  text-decoration: underline;
}




@media (max-width: 991px) {
	#header-scroll .header-inner {display: block;}
	#header-scroll .header-inner .logo {margin: 0 auto; text-align: center;}
	#header-scroll .header-inner nav {padding: 0px;}
	
	#footer .footer-inner .social .social-icons {display: block;}
	#footer .footer-inner .social .social-icons a {display: inline-block; margin: 5px; text-align: center; line-height: 40px;}
}






@media (max-width: 767px) {
	body {padding-top: 80px;}
	.d-flex {display: block;}
	#header-scroll {}
	#header-scroll .header-top .language {display: none;}
	#header-scroll .header-inner {}
	#header-scroll .header-inner .logo {display: flex;align-items: center;justify-content: space-between;margin: 0;width: 100%;}
	#header-scroll .logo img {max-width: 140px; margin: 0px;}
	#header-scroll .header-inner .logo a.sub-nav-menu {display: block;}
	#header-scroll .header-inner nav {display: none}
	#head-image .content .btns {display: block;}
	#aboutus .aboutus-inner {display: block;}
	#aboutus .aboutus-inner .image {width: 100%; padding: 25px 25px 0 25px;}
	#aboutus .aboutus-inner .image::before {width: 100%;}
	#aboutus .aboutus-inner .content {width: 100%;}
	#designed .design-box {margin-bottom: 30px; text-align: center;}
	#designed .design-box .image,
	#designed .design-box a {margin: 0 auto;}
	#aboutus {overflow: hidden;}
	.contact_us .d-flex {display: flex;}
	#gallery .gallery-image .gallery-slider .owl-nav .owl-next {left: auto; right: 30px;}
	#gallery .gallery-image .gallery-slider .owl-nav .owl-prev {right: auto; left: 30px;}
	#gallery .images-box {display: block;}
	#gallery .images-box img {display: inline-block;}
	#footer .footer-inner {background: transparent;}
	body.padding {padding-bottom: 80px;}
	.footer-icons {display: flex;}
	#footer .footer-inner .subscribe-form {display: flex;}
	#footer .footer-inner .subscribe-form .input-btn {margin: 0px;}
}
@keyframes headerfixed {
  0% {
         transform:translateY(0px); 
  }
    50% {
         transform:translateYv(-100%); 
  }
    100% {
        transform:translateY(-34px); 
  }
}
