

/*************************
*******Typography******
**************************/

body {
  background: #f9f1ec;
  font-family: Muli, sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: "Marcellus", serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#e79952;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}
.clearfix{
    clear: both;
}
.padding-top-0 {
    padding-top: 0;
    margin-top: 0;
}
a {
  color: #d9a200;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e79952;
}
@media (min-width: 767px) {
    i.fa.fa-phone-square {
        margin-left: 20px;
    }
}
.m-top-15 {
    margin-top: 30px;
}
a:hover,
a:focus {
  color: #ffe46b;
  text-decoration: none;
  outline: none;
}

.no-padding {
    padding: 0px;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 50px 0;
}

.center {
  text-align: center;
  padding-bottom: 25px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/
#sticky_navigation {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 -2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
}

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 5px 0;
  background: #181d24;
  border-bottom: 1px solid #181d24;
  line-height: 28px;
}

.top-number {
    color: #e79952;
    font-size: 19px;
    text-align: right;
    padding-right: 0px;
    padding-top: 12px;
    font-weight: 500;
}

.accordion {
    margin-bottom: 5px;
}

.top-number p {
    margin: 0;
    color: #bb8853;
    text-align: right;
    font-size: 16px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 2px 0;
  padding-bottom: 0;
}
a.navbar-brand img{
    margin-bottom: 0px;
	width: 400px;
}


.navbar-nav>li{
    margin-left: 15px;
    padding-bottom: 0px;
    padding-top: 9px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
  padding: 10px 0 10px 10px;
  margin: 0;
  border-radius: 3px;
  color: #d7d7d7;
  line-height: 24px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}



.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #e79952;
}

        .navbar-inverse .navbar-nav > .active > a,
        .navbar-inverse .navbar-nav > .active > a:hover,
        .navbar-inverse .navbar-nav > .active > a:focus,
        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #bb8858;
        background: none;
        border-radius: 0px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #181d24;
          -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
          border: 0;
          padding: 0;
          margin-top: 0;
          border-top: 0;
          border-radius: 0;
          left: -10px;
		  top: 44px;
		  border: 0px solid #4a4847;
        }

        .navbar-inverse .navbar-nav .dropdown-menu:before{
          position: absolute;
          top:0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li > a {
            padding: 0px 15px;
			font-family: Muli, sans-serif;
			font-size: 14px;
			font-weight: 700;
			line-height: 1.967em;
			letter-spacing: .1em;
			text-transform: uppercase;
			color: #fff;
			position: relative;
			display: flex;
			white-space: normal;
			margin: 10px 0;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
        .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
          background-color: inherit;
          color: #e79952;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
          border-radius: 0 0 3px 3px;
        }

        .navbar-inverse .navbar-nav .dropdown-menu > li.divider {
          background-color: transparent;
        }

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-form {
          border-top: 0;
          padding-bottom: 0;
        }
       

       .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #e79952;
}
        
.navbar-toggle {
    margin-top: 20px;
    background: #181d24;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #703c0c;
}



/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
    margin-top: 320px;
}
#main-slider .carousel .slide-margin{
  margin-top: 0px;
}

#main-slider .carousel h2 {
  color: #e79952;
  line-height: 24px;
    font-size: 19px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #850e11;
  color: #e79952;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 470px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider.inner-page-banner .carousel .item {
  height: 350px;  
}
#main-slider.inner-page-banner .carousel .carousel-content {
    margin-top: 180px;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #850e11;
  color: #e79952;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #e79952;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #850e11;
   margin: 0 15px 0 0;
   border: 1px solid #850e11;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #850e11;
  border: 1px solid #850e11;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

h1.animation.animated-item-1 {
    background: #000;
    padding: 10px;
    background: linear-gradient(to bottom,rgb(25, 99, 144) 30%,rgba(12, 113, 175, 0.38) 100%);
    padding: 14px;
    color: #e79952fff;
}

h1.animation.animated-item-1 span {
    font-size: 19px;
}

/***********************
********* Footer ******
************************/
#bottom {
     background: #181d24;
    border-top: 1px solid #4a4847;
    font-size: 18px;
    font-family: 'Muli';
}

#bottom h3, .count-box p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
	font-family: Muli, sans-serif;
    margin-top: 0px;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
    display: block;
    padding: 0;
}

span.counter-up {
    font-weight: 400;
    font-family: Marcellus, serif;
    font-size: 56px;
    line-height: 50px;
    color: #ac835d;
    letter-spacing: .05em;
    margin-bottom: 12px;
    display: block;
}

#bottom ul li a {
    padding-bottom: 4px;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    color: #c9c9c9;
}

#bottom ul li a:hover, #bottom ul li a.active {
    color: #c1a01c;
    text-decoration: underline;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
    padding-top: 15px;
    padding-bottom: 0px;
    color: #fff;
    background: #222830;
}

#footer a {
  color: #e79952;
}
#footer p {
    color: #fff;
}
#footer a:hover {
  color: #850e11;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

/*************** Custom CSS ********************/

nav#sticky_navigation {
    z-index: 99;
	padding:5px 0;
}
ul.list-item li {
    list-style-type: none;
    position: relative;
    padding-bottom: 10px;
    color: #000;
	font-size:16px;
}
ul.list-item li i {
    color: #850e11;
    position: absolute;
    left: -30px;
    top: 4px;
    font-size: 20px;
}
#footer a:hover {
    text-decoration: underline;
    color: #e79952;
}
p.smsg {
    background: #308847;
    padding: 10px;
    color: #e79952;
    font-size: 16px;
}

@media only screen and (max-width: 500px) {
a.navbar-brand {
    width: 227px;
	padding: 0px 0px 4px 0px;
}
.navbar-toggle{
	margin-top: 3px;
	margin-bottom: 3px;
}
.no-xs-padding{
    padding: 0px;
}
.top-number {
    padding: 0;
}
.top-number p {
    margin: 0;
    text-align: center;
	font-size: 14px;
}
span.slogan {
    color: #850e11;
    font-size: 18px;
}
section#welcome-content h3.home-sub-heading {
   
    font-size: 14px;
    line-height: 21px;
}
.navbar-nav {
    margin: 0;
}
}


.single-blog-item {
  border: 1px solid #dfdede;
  box-shadow: 2px 5px 10px #dfdede;
  margin: 15px auto;
  padding: 5px;
  position: relative;
  min-height: 490px;
}
.blog-content {
  padding: 15px;
}
.blog-content h4 {
    margin-bottom: 10px;
    color: #181D24;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.4px;
    font-family: 'Muli';
    text-transform: uppercase;
}
.single-why-item.am-item {
    margin-bottom: 20px;
    height: 145px;
    padding: 5px;
}

.single-why-item.am-item.lh-item {
    height: 170px;
}
.single-why-item.am-item.lh-item p {
    margin-top: -3px;
    font-weight: 700;
    color: #54585e;
}

.gallery-album img {
    border-radius: 25px;
    margin-bottom: 18px;
}
h4.single-line {
    padding: 10px 0px;
}

.single-why-item.am-item h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #723b09;
}

.blog-content h4 a {
    color: #224c9f;
}
.blog-date{
	}
 p.blog-special {
    margin: 0 0 6px 0;
    color: #7b5703;
    font-size: 15px;
    font-weight: 600;
}       
.blog-date {
    position: absolute;
	  background: #337ab7;
    top: 35px;
    left: 5px;
    color: #e79952;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
}
span.blog-date.blog-page {
    left: 14px;
}
.more-btn, .more-btn:hover {
  background: #a27205;
  border-radius: 2px;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 30px auto auto auto;
  text-align: center;
  width: 110px;
  color: #f1f1f1;
}

.bg-primary {
    background: #e799528dd;
}
.bg-secondary {
    background: #181d24;
}
.btn.btn-one {
    background: #b3851b;
    color: #e79952;
    padding: 8px 20px;
    border-radius: 3px;
    font-size: 17px;
    margin-top: 16px;
}
.btn.btn-one.btn-small {
    padding: 4px 12px;
    font-size: 15px;
    margin-top: 7px;
}

.heading-3 {
    font-size: 35px;
    color: #CA9D75;
    margin-bottom: 25px;
    line-height: 35px;
	font-weight: 400;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 1.1363636364em;
    letter-spacing: .05em;
    margin: 25px 0;
    word-wrap: break-word;
}
.heading-3.font-size-20 {
    font-size: 25px;
    margin: 0px;
    line-height: 25px;
}
h4.heading-4 {
    font-size: 26px;
    padding: 12px 0 3px 0;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.9px;
    font-family: Muli, sans-serif;
}
.heading-5 {
    font-size: 22px;
    color: #850e11;
    padding: 10px 0 5px 0;
	font-family: Muli, sans-serif;
}
p {
	margin: 0 0 10px;
    letter-spacing: 0.5px;
    font-family: Muli, sans-serif;
    font-size: 15px;
    line-height: 1.4666666667em;
    font-weight: 400;
    color: #66696c;
}

.home-list-item {
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    background-color: #f9f1ec;
}
.home-list-item h3 {
    text-align: left;
    font-size: 20px;
    margin: 0px 0;
    font-family: Muli, sans-serif;
    padding: 15px 0 7px 0;
    font-weight: bold;
    color: #181d24;
	letter-spacing: 1px;
}
.home-list-item p.tagline {
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
}
/*.home-list-item:hover {
    background: #70449b;
    color: #e79952;
}*/
.home-list-item img {
    text-align: center;
    margin: 0 auto;
}
.home-list-item h5 {
    font-size: 16px;
    color: #673794;
}
.home-list-item p.address {
    font-size: 16px;
    color: #66696c;
    text-align: left;
    line-height: 19px;
}
 a.view-more {
    font-family: Muli, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5714285714em;
    letter-spacing: .1em;
    position: relative;
    vertical-align: middle;
    width: auto;
    text-transform: uppercase;
    outline: 0;
    padding: 5px 12px;
    background-color: #bb885a;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #fff !important;
    display: inline-block;
    margin: 0;
}
.project-item a.view-more.m-top-2 {
    margin-top: 60px;
}
.img-radius{
	border-radius: 20px;
}
.panel-default>.panel-heading {
    color: #bb885a;
    background-color: #181d24;
    border-color: #ddd;
}
.panel-title {
    color: #ca9d75;
    font-family: Muli;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.panel-body.content_wrapper p {
    color: #000;
}
  .accordion-toggle.collapsed h3 i {
    transform: rotate(180deg);
    top: 5px;
  }
.project-item {
    flex-direction: row;
    align-items: center;
    padding: 55px 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

a.view-more.m-top-2 {
    margin-top: 2px;
	margin-bottom: 12px;
}
.home-list-item a.view-more:hover {
    text-decoration: none;
    background: #c6976d;
}
.contact-address p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 11px;
    color: #c9c9c9;
    text-align: left;
    margin: 2px 0;
    padding: 3px 0;
}
.contact-address iframe {
    border: 1px solid #d2cfcf !important;
}

.pagination {
    display: inline-block;
    border-radius: 0px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 0px !important;
}
ul.pagination li a.current, ul.pagination li a.current:hover {
    background: #850e11;
    color: #e79952;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #969696;
}
.blog-item p {
    font-size: 13px;
    line-height: 19px;
}
.blog-item h4 {
    margin: 0px;
    padding: 9px 0;
    font-size: 20px;
    margin-top: 0px;
    line-height: 21px;
    padding-top: 0;
}

.blog-item.blog-post-page h4.heading-4 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
}

.blog-item.blog-post-page p.blog-special {
    padding: 10px 0;
    font-size: 16px;
}


.single-blog-item img {
    max-height: 234px;
    background: #eee;
    margin: 0 auto;
    width: 100%;
}

.blog-thumnail.bp-img img {
    height: 150px;
    width: 100%;
}

.single-blog-item .blog-thumnail {
    background: #ccc;
}
.post-banner img {
    margin-bottom: 19px;
}

.widget-item {
    background: #eee;
    padding-bottom: 2px;
    margin-bottom: 35px;
    border: 1px solid #c1c3c3;
}
.widget-item h3 {
    background: #5e5f5f;
    padding: 10px;
    font-size: 18px;
    color: #e79952;
    margin: 0;
    margin-bottom: 11px;
}
.widget-list ul li {
    list-style-type: none;
}
.widget-list ul li a {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    display: block;
    padding: 7px 0;
}
.widget-list ul li a:hover {
    color: #850e11;
}

.main-contact {
    background: #015f98;
    padding: 31px 25px;
    border: 2px solid #015f98;
}

p.mc1 {
    font-size: 24px;
    line-height: 41px;
    color: #e79952;
}

p.mc2 {
    font-size: 23px;
    line-height: 31px;
}

section#news-updates {
    background: #484646;
    padding: 5px 0 18px 0;
}
section#news-updates p {
    font-size: 30px;
    color: #e79952;
    margin-top: 23px;
    text-align: center;
}
section#news-updates a.btn.btn-one {
    margin-top: 12px;
    padding: 9px 45px;
}

section.about-slider h1.animation.animated-item-1 {
    margin-top: 255px !important;
}

.contact-address p i {
    color: #c3874f;
}
.card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 0px;
    position: relative;
    margin-bottom: 1.56rem;
	    height: 340px;
}
.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(248, 248, 248);
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.57rem;
}
.video.bg-video.mb-9 {
    border-radius: 25px;
}
.mb-9 {
    margin-bottom: 15px !important;
}

.card-icon-border-large {
    width: 100px;
    height: 100px;
    margin: -3.06rem auto 0px;
    text-align: center;
    background-color: #f9f1ec;
    border: 6px solid;
    border-radius: 50%;
    font-size: 1.88rem;
    line-height: 90px;
    color: rgb(102, 102, 102);
}
.mtn-80 {
    margin-top: -5rem !important;
}
.bg-purple {
    background-color: #f9f1ec;
    /* box-shadow: 0 0 9px 2px #cbc6c6; */
}
.border-purple {
    border-color: rgb(193 157 50) !important;
}
.text-purple {
    color: rgb(193 157 50) !important;
    font-size: 30px;
}

.bg-pink {
    background-color: rgb(234, 119, 173) !important;
}
.border-pink {
    border-color: rgb(234, 119, 173) !important;
}
.text-pink {
    color: rgb(234, 119, 173) !important;
}
section#welcome-content {
    padding-bottom: 0;
	padding-top: 20px;
}
.single-why-item {
    align-items: center;
    width: 100%;
    padding: 10px;
    height: 205px;
    border-radius: 5px;
    background-color: #f9f1ec;
    border: 1px solid #e6dbd4;
}
blockquote {
    border: 0;
}
blockquote p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.heading-3.color-white, .color-white, h4.heading-4.color-white, ul.list-item.color-white li i {
    color: #bb885a;

}
footer.blockquote-footer.text-uppercase.text-white {
    font-size: 17px;
    text-align: right;
    font-weight: 500;
    font-style: italic;
    color: #c19d32;
    letter-spacing: 0.5px;
    font-family: Muli, sans-serif;
}
blockquote.blockquote h4 {
    color: rgb(193 157 50) !important;
    font-size: 19px;
    line-height: 22px;
    font-family: Muli, sans-serif;
    letter-spacing: 0.5px;
}
ul.ul-list-item {
    list-style-type: none;
}
ul.ul-list-item li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}
ul.ul-list-item li i.fa {
    color: #b68357;
    position: absolute;
    left: -25px;
    top: 4px;
}

section#welcome-content p, section#welcome-content ul li, p.text-white, .text-white, section#page-content p, section#page-content ul.ul-list-item li {
    color: #fff;
}
.project-map iframe {
    border-radius: 25px;
}
.location-h .mission-card i {
    font-size: 38px;
	display:none;
}
.location-h .mission-card {
    margin-bottom: 25px;
    margin-top: 15px;
    border: 1px solid #767272;
    border-radius: 15px;
    min-height: 115px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.location-h .mission-card blockquote {
    margin: 0;
}
.location-h h4 {
    margin-top: 0;
    margin-bottom: 3px;
}
p.rera_no b {
    color: #e5bd24;
}
.mission-card i {
    font-size: 75px;
    color: #c1834a;
}
.single-why-item.am-item img {
    text-align: center;
    margin: 0 auto;
	width: 60px;
}
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.fa-brands, .fab{
	font-size: 14px;
}
a.icon:hover {
    color: #fff;
}
.fb {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.insta {
    background-color: #e4405f;
}

.youtube {
    background-color: #ff0000;
}
.count-box {
    padding: 20px;
}
section#s-our-homes {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
}
.project-item p {
    text-align: left;
}
section#hero {
    padding: 35px;
}
.icon:hover {
    opacity: 0.8;
}
p.heading-label.text-center {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}
.video-container video {
    width: 100%;
    height: 320px;
}

@media (min-width: 768px) and (max-width: 1500px) {
    /* .navbar-collapse.collapse { */
        /* display: none !important; */
    /* } */
	    /* .navbar-header .collapse, .navbar-toggle { */
        /* display: block !important; */
		/* margin-top: 15px; */
    /* } */
	    /* .navbar-header { */
        /* float: none; */
    /* } */
}

.why_image {
            display: none; /* Hide all images by default */
        }
		
		
 .image-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        .image-hover-text {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 5px;
            display: none; /* Hidden by default */
        }

        .image-container:hover .image-hover-text {
            display: block; /* Show on hover */
        }

        /* Popup styles */
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 0px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }

        .popup img {
            max-width: 100%;
            max-height: 100%;
        }

        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 999;
        }

 .close-btn {
            position: absolute;
            top: 4px;
            right: 4px;
            cursor: pointer;
            font-size: 20px;
            color: #000;
            background: transparent;
            border: none;
        }	

 .videoContainerDiv {
            position: relative;
            width: 100%;
            height: 424px;
            margin: 0 auto;
            overflow: hidden;
			border-radius: 30px;
        }
		
		
		.gallery-item{
   
    margin:5px;
	 border-radius: 12px;
}
.gallery-item img {
    padding: 0px;
   
	 transition-duration: 4s;
}
.video-container2 {
    margin-bottom: -6px;
}

.gallery-item img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

form#footerForm .form-control.input-lg {
    background: #181d24;
    color: #e79952;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
    padding: 9px 24px;
    height: 60px;
}

form#footerForm .form-group {
    margin-bottom: 24px;
}

a.view-more:hover, button.btn.button-submit.btn-lg:hover {
    background: #ad8c04;
}

form#ssContactForm .form-group {
    margin-bottom: 20px;
}

.map iframe {
    border-radius: 18px;
	border: 2px solid #c5bbbb;
}

button.btn.button-submit.btn-lg {
    padding: 16px 40px;
    background: #ac835d;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 700;
    text-transform: uppercase;
}

.videosList {
            display: flex;
            transition: transform 0.5s ease;
            width: 100%;
        }

        .videoItem {
            min-width: 100%;
            box-sizing: border-box;
        }		
		
		
		 .video-button {
            cursor: pointer;
			padding: 10px;
			background-color: rgb(187 136 90);
			color: white;
			border: none;
			font-size: 19px;
			border-radius: 20px;
			width: 40px;
			height: 40px;
			margin-top: 200px;
        }

        .video-button.disabled {
            background-color: rgba(0, 0, 0, 0.3);
            cursor: not-allowed;
        }

        .video-button:hover:not(.disabled) {
            background-color: rgb(179 143 41);
        }
		.videoItem iframe {
				border-radius: 30px;
			}

        .icon {
            font-size: 30px; /* Adjust icon size */
        }
		
		
.project-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
	margin-bottom: 30px;
}

.project-box:hover .project-name {
    background: #e9c71f;
}

.project-box img {
    filter: grayscale(1);
}

.project-box:hover img {
    filter: grayscale(0);
}

img.img-full {
    width: 100%;
}

.project-box .project-name {
    width: 58%;
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 30px;
    background: #efbb8b;
    transition: all .25s ease-in-out;
    cursor: pointer;
    letter-spacing: 0.9px;
}	

.project-box.gallery-box .project-name {
    width: 85%;
    left: 20px;
}

.gallery-image {
    margin-bottom: 20px;
}
.video-item {
    margin-bottom: 30px;
	min-height: 342px;
}
.video-item h3 {
    margin: 0;
}
.video-item iframe {
    border-radius: 20px;
}

.project-box .project-name h5 {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    color: #222222;
}

.project-box.gallery-box .project-name h5  {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    color: #222222;
}
a.fixed-block.fixed-phone img{
	width: 25px;
    margin: 7px;
}
a.fixed-block.fixed-phone {
    bottom: 90px;
    background: #ffeb00;
}
a.fixed-block {
    background: #fff;
    width: 40px;
    height: 40px;
    z-index: 599;
    position: fixed;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 145px;
    cursor: pointer;
    border-radius: 50%;
}
.modal-dialog.modal-md {
    width: 290px;
    text-align: center;
	margin: 0 auto;
	margin-top: 125px;
	
}
.spinner-border.text-primary img {
    width: 75px;
    margin: 10px auto;
}

.check-circle i {
    background: #1ba90a;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
}

#callBackModal .modal-content {
    text-align: left;
}

#callBackModal .modal-header {
    background: #181d24;
}

a.icon.twitter svg {
    width: 14px;
}
.close, .close:hover, .close:focus  {
    color: #bb885a;
    opacity: 1;
	text-shadow: none;
}
h4.modal-title {
color: #bb885a;
}
i.fa.fa-exclamation-triangle {
    background: #a93f3f;
}

button.btn.button-submit.btn-md {
    background: #ac835d;
    color: #fff;
}
h4.modal-title.modal-heading {
    font-size: 19px;
    margin: 10px;
    letter-spacing: 0.8px;
    color: #08620b;
}

.modal-body p {
    color: #000;
    text-align: center;
}

.blog-inner-item {
    margin-bottom: 20px;
}
.pc-middle {
    padding: 15px 15px 20px 15px;
}
#main-slider{
        /* Optional styles for centering the video */
        .video-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh; /* Full height */
            background-color: #f9f9f9; /* Background color */
        }
        iframe {
            max-width: 100%;
            height: 100%;
        }
}

a.fixed-block.gototop {
    bottom: 35px;
    right: 26px;
	background: #ddb221;
	display: none;
}



a.fixed-block.gototop i {
    color: #000;
	padding: 10px;
}

#footer a.fixed-block.gototop:hover{
	text-decoration: none;
}
span.blogs-date.post-date {
    padding-left: 30px;
    padding-bottom: 8px;
    display: inline-block;
}
a:hover {
    color: #ffe46b;
    text-decoration: underline;
}
.contact-address p a {
    color: #c9c9c9;
}
a.view-more.m-top-2:hover, a.accordion-toggle:hover {
    text-decoration: none;
}
.breadcrumb {
    background-color: inherit;
}
.breadcrumb>.active {
    color: #e5e1e1;
}
.breadcrumb.blog-page li.active {
    color: #5e5e5e;
	display: inline;
}
	.ph-buttons a {
		margin: 10px;
	}
	
	.gallery-item {
    overflow: hidden;
    margin: 5px;
    border-radius: 12px;
}
@media (max-width: 767px) {
	.fs-2, .fs-3, .fs-4 {
		margin-top: 15px;
	}
	.videoContainerDiv{
		height: 158px;
		border-radius: 0;
	}
	.video-button {
		margin-top: 138%;
	}
	div#fixed-overflow {
        position: absolute;
        background: #181d24;
        width: 100%;
        padding-bottom: 17px;
        margin-left: -14px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffe095;
		font-size: 14px;
        padding: 0 30px;
    }
	.project-box .project-name h5{
		font-size: 16px;
	}
    .row.content img {
    margin: 0px auto;
    text-align: center;
    display: block;
    }
	.single-why-item{
		height: 220px;
		margin-bottom: 20px;
	}
    section#news-updates p {
        line-height: 34px;
    }
    section#news-updates .left {
    text-align: center;
    }
    p.mc1{
        text-align: left;
        font-size: 18px;
        line-height: 22px;
    }
	.card.bg-purple.card-hover.mb-9 {
		margin-bottom: 75px !important;
	}
	h4.heading-4 {
		font-size: 16px;
        margin: 0;
        padding: 0;
	}
	a.view-more {
		font-size: 12px;
		padding: 3px 9px;
	}
	.heading-3 {
        font-size: 23px;
        margin: 10px 0 15px 0;
    }
	    p, .contact-address p, ul.list-item li, #bottom ul li a, ul.ul-list-item li {
        font-size: 13px;
        line-height: 20px;
        text-transform: inherit;
    }
	#bottom ul li {
		padding: 0;
	}
	ol.breadcrumb li {
		font-size: 12px;
	}
	.breadcrumb{
		margin-bottom: 5px;
	}
	a.fixed-block, a.fixed-block.gototop{
		right: 5px !important;
	}
	span.counter-up{
		font-size: 25px;
        margin: 0;
        line-height: 26px;
	}
	.panel-body {
		padding: 0 10px;
	}
	.project-item {
		padding: 10px 12px;
	}
	    form#footerForm .form-control.input-lg, .input-lg {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
	form#footerForm .form-group {
		margin-bottom: 15px;
	}
	button.btn.button-submit.btn-lg {
		padding: 7px 13px;
		    font-size: 12px;
	}
	.project-item a.view-more.m-top-2 {
		margin-top: 10px;
	}
	body > section {
		padding: 20px 0;
	}
	.panel-title {
		font-size: 15px;
	}
	#bottom h3, .count-box p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 1px;
	}
	#bottom p.color-white {
		margin-bottom: 1px;
	}
	#footer p {
		font-size: 12px;
	}
	.home-list-item h3{
		font-size: 20px;
	}
	section#hero, section#hero .col-xs-6 {
		padding: 0;
	}
	.col-sm-3 {
        padding-bottom: 10px;
    }
	.count-box p {
        font-size: 9px;
	}
	.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 2px 12px 0px;
        font-size: 12px;
    }
	    .contact-address p {
        padding: 2px 2px;
    }
	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: inherit;
		border:0;
		box-shadow: none;
	}
	.pc-middle {
		padding: 4px 15px;
	}
	blockquote.blockquote h4{
		font-size: 13px;
	}
	.location-h .mission-card{
		    margin-bottom: 12px;
			height: 75px;
	}
	blockquote p {
		font-size: 14px;
		line-height: 16px;
		text-align: center;
	}
	section#footerFormSection {
		padding: 0;
	}
	.project-box .project-name{
		padding: 20px 10px;
	}
	.blog-inner-item h4.heading-4.color-white {
		font-size: 14px;
		margin-top: 8px;
		line-height: 19px;
	}
	.contact-address .social-icons {
		margin-top: 10px;
	}
	.mission-card i {
    font-size: 30px;
    color: #c1834a;
}

}

@media (min-width: 725px) and (max-width: 1024px) {

	.mission-card {
		min-height: 140px;
	}
	.project-box.gallery-box {
		min-height: 290px;
	}
	.fs-3 {
		padding-right: 0;
	}
	.blog-inner-item h4.heading-4.color-white {
        font-size: 15px;
        margin: 0;
        line-height: 16px;
    }
	span.blogs-date {
		font-size: 12px;
	}
	.heading-3 {
		font-size: 30px;
		margin: 12px 0;
	}
	.project-item {
		padding: 15px;
	}
	.project-item h3 {
		font-size: 22px;
	}
	 p, .contact-address p, ul.list-item li, #bottom ul li a, ul.ul-list-item li {
        font-size: 12px;
        line-height: 18px;
        text-transform: inherit;
    }
	button.btn.button-submit.btn-lg {
		padding: 7px 13px;
		    font-size: 12px;
	}
	  form#footerForm .form-control.input-lg, .input-lg {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }
	img.img-responsive.md-img {
		margin: 0 auto;
	}
	#bottom h3, .count-box p {
		font-size: 13px;
		        margin-bottom: 3px;
	}
	#bottom ul li {
		padding: 0;
	}
	#bottom ul li a {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}
	blockquote {
    border: 0;
    padding: 10px 0 0 0;
}
	
	.project-box .project-name{
		    padding: 20px 15px;
	}
	.project-box .project-name h5{
		font-size: 13px;
	}
	blockquote.blockquote h4{
		font-size: 13px;
	}
	.location-h .mission-card {
        margin-bottom: 12px;
        min-height: 95px;
    }
	
	    a.navbar-brand img {
        width: 185px;
        margin: 15px 0 0;
    }
	img.img-responsive.img-radius {
    margin: 0 auto;
}
	.top-number {
		font-size: 15px;
	}

		.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav .dropdown-menu > li > a {
		font-size: 12px;
	}
	
	h4.heading-4{
		padding: 5px 0 3px 0;
	}
	
	h4.heading-4.color-white.pj-highlights {
        margin: 0px 0 5px 0;
        padding: 0;
        font-size: 18px;
}
body > section {
    padding: 30px 0;
}
.col-sm-3.fs-1, .col-lg-2.col-sm-2.fs-3 {
    padding-right: 0;
}
a.view-more.m-top-2 {
    margin: 0 10px;
	font-size: 12px;
}
.contact-address .fs-1 p {
    padding: 0;
    margin: 0;
    line-height: 22px;
}
.contact-address .fs-1 .social-icons {
    margin: 14px 0 0 0;
}
blockquote p {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
}
.pc-middle ul.ul-list-item li {
    line-height: 22px;
}
.mission-card i {
    font-size: 40px;
    color: #c1834a;
}
}
.dform_link {
    cursor: pointer;
}
a.btn.btn-sm.btn-info.share-x svg {
    width: 15px;
	vertical-align: sub;
}
.social-share a {
    margin: 5px;
}
#loadMore:focus {
    outline: none;
    box-shadow: none;
}

.youtube-wrapper {
position: relative;
margin-bottom: 15px;
}
.youtube-thumb {
position: relative;
cursor: pointer;
background: #000;
}
.youtube-thumb img {
display: block;
width: 100%;
height: auto;
}
.youtube-thumb .play-button {
position: absolute;
top: 50%;
left: 50%;
width: 68px;
height: 48px;
background:
url('https://swargaseema.com/img/play.png') no-repeat center center;
background-size: contain;
transform: translate(-50%, -50%);
opacity: 0.8;
}
.career-bold {
    font-weight:500;
    line-height:35px;
}

a.show-only-landing-page {
    display: none;
}