

/*=== MEDIA QUERY ===*/
@font-face {
	font-family: myFirstFont;
	src: url('../fonts/ExpoArabicMedium.ttf');
  }
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: myFirstFont;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: #000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: myFirstFont;
  font-weight: 600;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
  text-align: right;
}

img{
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}
.dir{
  direction: rtl;
}
input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid  #000;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  height: auto;
  height: 45px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid  #000;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.6rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small, .btn-transparent {
  background: #002800;
  color: #ffefd5;
  transition: all 0.2s ease;
  border: 2px solid #ffefd5;
  border-radius: 10px;
}
.btn:hover {
  color: #ffefd5;
  text-decoration: none;
}
.btn-solid-border {
  border: 2px solid  #000;
  background: transparent;
  color: #ffefd5;
}
.btn-solid-border:hover {
  border: 2px solid  #000;
  background:  #000;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color:  #000;
}
.btn-transparent:hover {
  background: transparent;
  color:  #000;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}


.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.f-16{
  font-size: 16px;
}
.f-18{
  font-size: 18px;
}
.f-22{
  font-size: 22px;
}
.bg-gray {
  background: #f5f5f5;
}

.bg-primary {
  background:  #000;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}


.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 40px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: myFirstFont;
}

.subtitle {
  color:  #000;
  font-size: 14px;
   
}
.page-title ul li a,
.page-title ul li{
  color:#002800;
}

.overly, .hero-img, .cta, .slider, .page-title {
  position: relative;
}
.hero-img:before, .cta:before, .overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;;
}
.slider{
  /* background: url("../images/bg/slider-bg.jpg") fixed 50% 50%;
    background-size: auto;
  background-size: cover; */
  background: #ffefd5;
  padding:120px 0 0;
}
/* .slider:before {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: transparent;
  background-image: none;
  background-size: auto;
  background-size: 100% 100%;
  background-image: url(../images/bottom-wave.png);
} */
.overly-2, .latest-blog, .cta-block, .bg-counter {
  position: relative;
}
.overly-2:before, .cta-block:before, .bg-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#header .btn{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.text-color {
  color:  #000;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color:  #000;
  text-decoration: none;
}

a:focus {
  outline: none;
}
figcaption{
  display: none;
}
.color{
  color: #002800 !important;
}
.content-title {
  font-size: 28px;
  line-height: 50px;
}

.page-title {
  padding: 105px 0 10px;
}
.page-title .block h1 {
  color: #000;
  font-size: 30px;
}
.page-title .block p {
  color: #000;
}
.paddimg-top-0{
  padding-top: 0 !important;
}
.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}


.header-top {
  background: #002800;
  color: #ffeed1;
}
.header-top .header-top-socials {
  padding: 5px 0px;
}
.header-top .header-top-socials a {
  color: #000;
  font-size: 16px;
  padding: 0 8px;
}
.header-top .header-top-socials a:hover {
  color:  #000;
}
.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}
.header-top .header-top-info a span {
  color: #ffeed1;
}
.header-top .header-top-info a {
  margin-right: 35px;
  color: #000;
}
.header-top i{
  color: #ffeed1;
}
.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}
.title{
  padding: 30px 0;
  text-align: center;
  font-size: 34px;
  color: #002800;
}
.text-black{
  color: #242424;
}
/* .slider {
  padding: 80px 0;
  position: relative;
  background: #ededed;
} */
/* @media (max-width: 768px) {
  .slider {
    padding: 70px 0;
  }
} */
.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slider .block span {
   
}
.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color:  #000;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: 0.4;
}

.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 10px;
}
.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}
.pricing .btn-solid-border:Hover {
  border-color:  #000;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}
.portflio-item:hover:before {
  opacity: 1;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color:  #000;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}
.address-block li a{
  display: block;
  width: 100%;
}
.address-block li i {
  font-size: 20px;
  width: 20px;
  display: block;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}
.blog-item-content h3 a {
  transition: all 0.4s ease 0s;
}
.blog-item-content h3 a:hover {
  color:  #000 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
   
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  h3.quote {
    padding: 0;
    padding-left: 20px;
  }
}

h3.quote::before {
  content: "";
  width: 55px;
  height: 2px;
  background:  #000;
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 768px) {
  h3.quote::before {
    top: 5px;
    width: 2px;
    height: 35px;
  }
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border: 3px solid #002800;
  border-radius: 10px;
}
.blog-item-content{
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
   
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color:  #000;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color:  #000;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color:  #000;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color:  #000;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color:  #000;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color:  #000;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color:  #000;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid  #000;
}
.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}
.footer-menu{
  padding-right: 0 !important;
}
ul.footer-menu li,
ul.footer-menu li a,
ul.footer-social li a{
  color: #fff;
  overflow-wrap: break-word; 
}
ul.footer-social li{
  display: inline-block !important;
  padding: 0 5px;
}
.list-unstyled{
  padding-left: 0;
  padding-right: 0;
}
.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
  text-align: center;
}
.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}
.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}
.widget.widget-category ul li {
  margin-bottom: 10px;
}
.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
}
.widget.widget-category ul li a:hover {
  color:  #000;
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background:  #000;
  border: 1px solid  #000;
}

.footer {
  padding-bottom: 10px;
  background: linear-gradient(rgba(0, 40, 0, 0.57), rgba(0, 40, 0, 0.39)), url(../images/ha2.jpg) repeat;
    background-size: auto;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
   
}
.logo img {
  max-height: 100px;
  padding: 5px 0;
}
.sticked .logo img {
  max-height: 70px;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
#header{
  transition: all 0.5s;
  margin-top: 35px;
  background: #002800;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.sticked {
  margin-top: 0 !important;
  box-shadow: 1px 1px 20px #000;
}
.sub-form {
  position: relative;
}
.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(223, 223, 223, 0.06);
  padding-bottom: 50px;
}

.footer-socials li a {
  margin-left: 15px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background:  #000;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
.search-s {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 13px 30px;
  font-weight: 600;
  border-radius: 4px;
  text-align: right;
}
.art-det{
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}
.site-btn2 {
  background: #4CAF50;
  display: block;
  width: 100%;
  padding: 8px 30px 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}
.site-btn1 {
  background: #0c4ba0;
  display: block;
  width: 100%;
  padding: 8px 30px 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}
button.btn.bg-white{
  background: #fff;
  color: #000;
}
.callus.icons{
  display: block;
  background: #fff;
  padding: 5px;
  box-shadow: 1px 1px 10px #484848;
}
.callus.icons span{
  font-size: 12px;
  display: block;
  color: #000;
}
.callus.icons a{
  color: #000;
  background: #fff;
}
.callus.icons a.border2{
  border-left:1px solid #000 !important;
  border-top-left-radius:0;
  border-top-right-radius: 0 ;
}
.callus.icons a i{
  color: #000;
  font-size: 15px;
}
.list-inline{
  padding: 0;
  padding-top: .5rem !important;
  margin: 0;
}
.call{
	position: absolute;
	z-index: 99999;
	width: 100%;
}
a.call-img{
	position: fixed;
	bottom: 40px;
	right: 40px;
  width: 45px;
  background: black;
  color: #002800;
  border-radius: 50%;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
a.whatsapp-img{
	position: fixed;
	bottom: 100px;
	right: 40px;
  width: 45px;
  background: black;
  color: #002800;
  border-radius: 50%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
}
.c-gold{
  color: #002800;
}
.location-sign{
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
/* .location-sign:before{
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(206, 152, 49);
  opacity: .7;
  border-radius: 20px;
} */
.location-sign h4{
  font-weight: bolder;
  color: #fff;
  font-size: 18px;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 20px;
}
.location-sign img{
  max-width: 100%;
  border-radius: 20px;
}
.location-sign .member-info{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
.callus{
  position: fixed;
  bottom: 0;
  /* width: 300px; */
  width: 500px;
  text-align: center;
  margin: 0 auto;
  right: 50px;
  padding: 0 5px;
  color: #002800;
  z-index: 9999;
}
.callus .row.no-gutters .col-4{
  padding-left:2px;
  padding-right:2px;
}
.callus a i{
  color: #002800;
}
.callus a{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #000;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}
.ltr{
  direction: ltr;
}
.bg-black{
  background: #000;
}
.contact-project{
  text-align: center;
}
.whats-bg,
.call-bg,
.zoom-bg{
  background: #002800;
  width: 50px;
  height: 50px;
  border-radius: 20px;
  display: block;
  margin:10px;
  margin-top: 0;
}
.contact-project .whats-bg i{
  font-size: 26px;
}
.contact-project i{
  line-height: 50px;
  font-size: 22px;
  color:papayawhip;
}
/* .whats-bg i{
  color: #fff;
  line-height: 50px;
  font-size: 30px;
}
.call-bg{
  background: #e4ebf2;
}
.call-bg i{
  color: #1e4164;
  line-height: 50px;
  font-size: 26px;
}
.zoom-bg{
  background: #569cfb;
}
.zoom-bg i{
  color: #fff;
  line-height: 50px;
  font-size: 26px;
} */
.contact-project a{
  display: inline-block;
}
span.resale {
  position: absolute;
  left: 15px;
  top: 0;
  padding: 5px 15px;
  background: #002800;
  color: #fff;
  border-radius: 10px;
}
.rooms{
  margin: 10px 0 10px 30px ;
  width: auto;
  display: inline-block;
}
.rooms img{
  position: relative;
  width: 30px;
  text-align: right;
  display: inline-block;
}
.rooms span{
  position: absolute;
  top: 0;
  background: #002800;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #ffefd5;
}
.unit-cont .contact-project .whats-bg,
.unit-cont .contact-project .call-bg{
  width: 30px;
  height: 30px;
  margin: 2px;
}
.unit-cont .contact-project i {
  line-height: 30px;
  font-size: 16px;
}
.contact-wrap{
  background: #fff;
  border: 3px solid #002800;
  border-radius: 10px;
}
.slider.dir.paddimg-top-0{
  padding-bottom: 50px;
}
.resale-badge{
  padding:5px;
  background: #002800;
  color: #fff;
  border-radius: 10px;
  margin: 0 10px;
  font-size: 18px;
}
ul.slick-dots{
  text-align: center;
  margin: 10px 0 20px;
}
.slick-dots li button { 
  font-size: 0; 
} 
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 17px;
  height:17px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #bfbebe;
}
.whats-bg2{
  background: #4cd964;
  color:#fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 5px;
}
.whats-bg2 i{
  font-size: 24px;
  padding: 0 5px;
}
.call-bg2{
  background: #e4ebf2;
  color: #002800;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 5px;
}
.call-bg2 i{
  font-size: 20px;
  padding: 0 5px;
}
a.underline{
  text-decoration: underline;
}
.tabs-det img{
  width: 70px;
  padding: 10px;
}
.tabs-det a{
  transition: all 0.5s;
}
img.img-small {
  width: 60px;
}
.sdad .price p.d-inline{
  padding: 0 10px;
  border-left:1px solid #333;
}
.bg-dark {
  background: #232323 !important;
}
.nb{
  font-weight: 400;
}
.bg{
  background:#002800;
}
.blog-item a.btn.bg:hover{
  color: #000 !important;
  background: #fff !important;
 border: 1px solid #002800
}
.b-border{
  color: #000 !important;
  background: #fff !important;
 border: 1px solid #002800
}
.b-logo{
  background: none;
  border: 4px solid #002800;
  border-radius: 10%;
  height: 220px;
  width: 220px;
  margin-bottom: 20px;
}
.bg-searchmain {
  background: url("../images/bgmain.jpg") fixed 50% 50%;
    background-size: auto;
  background-size: cover;
  padding: 150px 0px 80px;
}
.bg-cream{
  background: #ffefd5;
}
.bg-green,
.service .blog-item{
  background: #002800;
}
.service .blog-item{
  padding: 5px;
  margin-bottom: 15px;
}
.whats-p{
  background: #4cd964;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  margin: 0 5px; 
  border-radius: 8px;
  font-size: 16px; 
  font-weight: bold;
}
.call-p{
  background: #e4ebf2;
  color: #1e4164;
  padding: 5px 10px;
  text-align: center;
  margin: 0 5px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}

.place-wrap .blog-item{
  margin: 15px;
}
/*=== MEDIA QUERY ===*/
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .bg-about {
    display: none;
  }
  section.about {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .page-title {
    padding: 80px 0 10px;
  }
  .bg-searchmain{
    padding: 80px 0px;
  }
  .page-title .block.text-left{
    text-align: center !important;
  }
  .header-top{
    display: none;
  }
  #header{
    margin-top: 0;
    padding: 5px 0;
  }
  .logo img,
  .sticked .logo img{
    padding: 0 20px;
    max-height: 50px;
  }
  .slider{
    padding: 60px 0 90px;
  }
  .title{
    padding: 15px 0;
    font-size: 25px;
  }
  #header .btn{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .slider .block h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .callus{
    width: 100%;
    right: 0;
    left: 0;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .header-top .header-top-info a {
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 8px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: myFirstFont;
    font-size: 17px;
    font-weight: 600;
    color: #ffeed1;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    padding: 7px 5px 0 0;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #002800;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #000;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    border-left: 1px solid #666;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: myFirstFont;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #000;
  }


  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0 10px 0 20px;
  }

  .mobile-nav-hide {
    color: var(--color-secondary);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left: 150px;
    top: 20px;
    z-index: 9999;
  }

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

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9996;
  }
}