html {
 scroll-behavior:smooth
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-style:normal;
  color:#000;
  overflow-x:hidden;
  font-size:16px;
  /* background: #d3d5d7; */
  background: #fff;
}

p {
 margin:0;
 padding:0
}
a{
  color:  #E86602;
}
* {
 margin:0;
 padding:0
}
.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
   text-decoration:none;
   outline:none
}
span,
a {
  display:inline-block;
  text-decoration:none;
  transition:all .4s ease;
  -webkit-transition:all .4s ease;
  -moz-transition:all .4s ease
}
audio,
canvas,
iframe,
img,
svg,
video {
 vertical-align:middle
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
  color: #121f28;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
 color:inherit
}
h1 {
 font-size:50px;
 margin-bottom: 25px;
}
h2 {
 font-size:32px
}
h3 {
 font-size:24px;
 margin-bottom: 10px;
}
h4 {
 font-size:20px
}
h5 {
 font-size:19px
}
h6 {
 font-size:16px
}

@media only screen and (max-width: 640px)
{
  h1 {
   font-size:36px;
  }

  h2 {
   font-size:30px
  }
}
ul,
ol {
 /* margin:0;
 padding:0;
 list-style-type:none */
}
p{
  margin-bottom: 15px;
}
.bg-gray
{
  /* background: #b3c1c3; */
  background-color: #F9FAFA;
  background-image: url("../images/dot.png");
}

.logo{
  font-weight: 700;
  font-size: 45px;
}
.logo{
  color: #fff;
}
.logo span{
  color: #c4d600;
  /* color: #0cb8b6; */
  /* color: #c4d600; */
}
@media (max-width: 992px) {
  .device-logo img{
    height: 100px!important;
  }
}

#header
{
  background: #fff!important;
	min-height: 90px;
	position: relative;
	box-shadow: 0 3px 4.7px 0.3px rgba(166, 166, 166, 0.34);
	z-index: 9999;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-bottom: -3em;
}
.header-panel-top{
  display: flex;
  justify-content: flex-end;
}
.header-panel-top p{
  margin:0!important;
  font-weight: 600;
  border: 1px solid #fe914c;
  padding: 5px 10px;
}
@media (max-width: 992px) {
  .device-top{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.nav-links__list {
	height: inherit;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu__item {
	position: relative;
}

/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding: .5rem .25rem;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar li.active a, .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  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;
}

.navbar .dropdown ul li {
  min-width: 200px;
  padding: .15rem 1rem;
}

.navbar .dropdown ul a {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #000;
}

.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: #fe914c;
}

.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 (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #ff914c!important;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 37, 37, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #f9fafa;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile li{
  padding: .25rem .5rem;
}
.navbar-mobile a {
  padding: 8px 20px;
  font-size: 15px;
  color: #000!important;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00c1c1;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #00c1c1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.kaptcha a{
  height: 50px;
  line-height: 50px;
}
.kaptcha i
{
  color: #000;
  font-size: 18px;
}

.section {
  padding-top:80px;
  padding-bottom:80px;
  position:relative!important;
}
/* sc-title */
.section-title {
  margin-bottom: 25px;
  position:relative;
  text-align: center;
}

.section-title h2 {
  font-size:33px;
  margin-bottom:18px;
  line-height:50px;
  text-transform:capitalize;
  position:relative;
  font-weight:700;
  padding-bottom:14px
}

.section-title p {
  font-size:17px;
  line-height:24px;

}
@media (min-width: 1024px) {
  .section-title p {
    padding: 0 14%;
  }
}

.services-card
{
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.sector-section .sector img {
	transition: all ease-in-out 0.3s;
}
.service-name
{
  display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	bottom: 18px;
	left: 14px;
	/* left: 0; */
	/* right: 0; */
	transition: 0.2s;
	z-index: 1;
}

.service-name h3{
	background: #E86602;
	box-sizing: border-box;
	border: 1px solid #E86602;
	position: relative;
	letter-spacing: 0.02em;
  font-size: 20px;
	display: inline-block;
	padding: 8px 28px 10px 28px;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
}

@media (max-width: 640px) {
  .service-name h3{
    font-size: 16px;
    font-weight: 500;
  }
}

.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.banner-section {
  /* background:url(../images/bg1.jpg) center no-repeat; */
  z-index: 0;
  background-image:
       /* linear-gradient(
           rgba(138, 140, 143, 0.7),
           rgba(138, 140, 143, 0.7)
       ), */
       linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.3) 34%,rgba(0,0,0,.61)),
       url(../images/bg1.jpg);
}

.banner-content
{
  padding: 9rem 0;
  z-index: 9;
  color: #fff;
}
.banner-header h1
{
  color: #fff;
}
.banner-header p
{
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.ftrd-prjct-sctn
{
  padding-top: 3em;
  padding-bottom: 4.5em;
}
.swiper-wrapper{
  margin-bottom: 70px;
}
.prop-item-wrap
{
  position: relative;
  margin-bottom:90px;
}
.property-meta {
	background-color: #000;
  box-shadow: -2px 4px 5px rgba(25, 13, 15, 0.17);
	padding: 2em 4em;
  min-height: 165px;
  width: 50%;
  position: absolute;
  bottom: -150px;
  left: 125px;
  z-index: 99;
  color: #fff;
}
.property-meta .prop-name h3 {
	color: #ff914c;
  font-size: 30px;
  margin-bottom: 25px;
}
.prop-item-wrap .bg-prop-img img{
  border: 1px #000 solid;
}
.prop-href {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .swiper-wrapper {
  	margin-bottom: 0px!important;
  }
  .property-meta {
  	padding: 15px 50px!important;
  	min-height: 100px;
  	width: 50%;
  	bottom: -70px;
  	left: 80px;
  }
  .property-meta .prop-name h3 {
  	font-size: 24px;
    margin-bottom: 20px;
  }
  .prop-href {
  	margin-bottom: 5px!important;
  }
  .prop-href .btn {
  	border: 0;
  	padding: 5px 10px;
  }
  .property-meta{
    padding-top: 10px!important;
  }
}

.swiper-button-next, .swiper-button-prev {
	background: #000;
  font-size: 18px!important;
  color: #ff914c!important;
}

.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 18px!important;
}

.why h2 {
	font-size: 46px;
	font-weight: 700;
	color: #0d2354;
}

.why .content {
	background-color: #f1f5f8;
	padding: 40px;
}

.why p {
	margin: 15px 0 30px 0;
	line-height: 24px;
}

.why .btn-read-more, .content-blog .readmore {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #0064ff;
	box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.preventa{
  background: #4b85aa;
  color: #fff;
}
.preventa h2, .preventa h3{
  color: #c4d600;
}

.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0d2354;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

.count-bg{
  background-color: #0064ff;
  padding-top: 5px;
  padding-bottom: 32px;
}

.diaspora .content-item {
	padding: 20px 20px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: -1px;
}

.diaspora .content-item span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #00c1c1;
}

.diaspora .content-item h4 {
	font-size: 26px;
	font-weight: 500;
	padding: 0;
	margin: 20px 0;
}

.diaspora .content-item p {
	font-size: 15px;
	margin-bottom: 5px;
	padding: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.btn{
  border: 0;
  padding: 10px 15px;
  transition: 0.4s;
  border-radius: none;
}

.gray-btn {
	background: #fff8e1;
	color: #121f28;
	border: 1px solid #000;
}
.btn-primary {
	color:#000;
	background-color: #fe914c;
	border-color: #fe914c;
}

.btn-secondary{
  background-color: #E86602;
	color: #fff;
  border-color: #E86602!important;
}

.btn-outline-secondary {
	color: #1b0ac1;
	background: #fcf7ff;
	border-color: #9989b4;
}

.btn-outline-secondary:hover {
	color: #FFF !important;
	background-color: #000!important;
	border-color: #000!important;
}

.service-cards {
	background-image: linear-gradient(0deg, #fff 45%, #8a8c8f 100%);
	background-repeat: no-repeat;
	background-position: center 100%;
	padding: 0 0;
}

.service-cards h3
{
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
}

.service-cards  p
{
  padding: 0 15px;
  text-align: justify;
}

.card{
  /* border: none; */
}

.quick-enquiry
{
  background: #017dbe;
  color: #fff;
  padding: 24px;
}

.quick-enquiry h3
{
  color: #fff;
  margin-bottom: 24px;
}

.dark-btn{
  background: #121f28;
  color: #000;
}

.hwrks-content h3, .features-inner h3
{
  color: #fff;
  font-size: 36px;
  padding-top: 1.6em;
}
.why-items, .features-items{
  list-style: none;
  /* margin-top: 20px; */
}
.why-items li, .features-items li{
  margin-bottom: 15px;
  line-height: 24px;
  /* height: 24px; */
}
.why-items i{
  color: #fe914c;
  font-size: 16px;
}

@media (max-width:767px) {
  .property-meta .prop-name h3 {
  	font-size: 18px;
  }
  .property-meta {
  	padding: 0 10px!important;
  }
  .prop-href .btn{
    padding: 2px 5px!important;
    font-size: 14px;
  }
}

.project-section
{
  margin-top: 3em;
}

.project-price h1
{
  font-size: 35px;
  margin-bottom: 20px;
  color: #2b1c13;
}

.project-price h2
{
  font-size: 28px;
  color: #2b1c13;
  font-weight: 400;
  margin-bottom: 20px;
}
.project-price h3
{
  color: #000;
  font-size: 27px;
}
.project-price
{
  text-align: center;
  padding: 30px 15px;
  color: #2b1c13;
  background: #fff;

}
.project-price  h5{
  color: #f4f4fb;
  font-weight: normal;
  font-size: 18px;
}
.plot-cta
{
  padding: 2.4em 0;
}
.plot-cta .btn{
  background-color: #fe914c;
	border-color: #fe914c;
  color: #414141;
  display: block;
  width: 100%;
}

.plot-cta .social-links
{
  text-align: center;
  display: block!important;
  margin: 0 auto;
  width: 100%;
}

.plot-cta .social-links span
{
  margin-right: 15px;
}
.social-links a {
	font-size: 18px;
	display: inline-block;
	background: #284864;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
.features-section{
  background: #121f28;
}
.features-inner{
  color: #fff;
}
.features-fig img{
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 15% 100%, 0 29%);
}

@media (min-width: 1024px) {
  .features-inner{
    margin-left: 300px;
  }
}

@media (max-width: 640px) {
  .project-price h1 {
  	font-size: 30px;
  	color: #fff;
  }
  .project-section h2, .project-price h2, .others-section h2 {
  	font-size: 24px!important;
  }

}

@media (max-width:375px) {
  .plot-cta .btn{
    font-size: 14px;
  }
}

@media (max-width:375px) {
  .plot-cta .btn{
    padding: 10px 5px!important;
  }
}
.pty-features ul
{
  list-style: none;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #a6a6a6;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.testimonials {
  padding: 80px 0;
  /* background: url("../img/cta-bg.jpg") no-repeat; */
  background-color:#f9f9f9;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(11, 41, 55, 0.9); */
}

.testimonials .section-header h2 {
  margin-bottom: 40px;
  color: #343f47!important;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #121f28;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #586168;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  /* color: rgba(255, 255, 255, 0.4); */
  color: #121f28;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #121f28;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #000;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe914c;
}

.contact .info-wrap {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	background: #fff;
}

.info-wrap i{
  font-size: 24px;
  color: #017dbe;
}
.contact .form {
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
	background: #fff;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.breadcrumbs {
  background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.3) 34%,rgba(0,0,0,.61)), url(../images/pages.jpg);
  background-size: cover;
	padding: 100px 0;
  min-height: 80px;
  margin-top: 0px;
  color: #fff8e1;
}

.breadcrumbs h1 {
  color: #fff8e1;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #E86602;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

@media (max-width:1366px) {
  .features-section img{
    min-height: 605px;
  }
}

.footer-area {
  padding-top:60px;
  position:relative;
  z-index:1
}
.footer-area.bg-color {
  background-color:#8a8c8f;
}
.footer-card {
  margin-bottom:30px;
  color: #fff;
}
.footer-card p{
  color: #fff;
}
.footer-card h4{
  color: #fff;
  font-weight: 400;
  margin-bottom: 24px;
}
.footer-card.footer-logo {
  padding-top: 25%;
}
.single-footer-widget .social-link {
 list-style-type:none;
 margin-bottom:0;
 margin-top:18px;
 padding-left:0
}
.single-footer-widget .social-link li {
 display:inline-block;
 margin-right:10px
}
.single-footer-widget .social-link li:last-child {
 margin-right:0
}
.single-footer-widget .social-link li a {
 background-color:#2b1c13;
 border-radius:2px;
 color:#ff914c;
 font-size:18px;
 height:30px;
 position:relative;
 text-align:center;
 width:30px
}
.single-footer-widget .social-link li a i {
 left:0;
 position:absolute;
 right:0;
 top:50%;
 transform:translateY(-48%)
}
.single-footer-widget .social-link li a:hover {
 background-color:#ff5d22;
 color:#fff
}
.single-footer-widget h3 {
 font-size:26px;
 margin-bottom:25px
}
.single-footer-widget .footer-links-list {
 list-style-type:none;
 margin-bottom:0;
 padding-left:0
}
.footer-card ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-card li a {
  color:#fff;
  font-weight:300;
  margin-bottom:12px
}

.single-footer-widget .footer-links-list li a:hover {
 color:#ff5d22
}
.single-footer-widget .footer-links-list li:last-child {
 margin-bottom:0
}
.single-footer-widget .footer-contact-info {
 list-style-type:none;
 margin-bottom:0;
 padding-left:0
}
.single-footer-widget .footer-contact-info li {
 color:#2b1c13;
 font-weight:600;
 margin-bottom:13px;
 padding-left:23px;
 position:relative
}
.single-footer-widget .footer-contact-info li a {
 color:#2b1c13;
 display:inline-block
}
.single-footer-widget .footer-contact-info li a:hover {
 color:#ff5d22
}
.single-footer-widget .footer-contact-info li:last-child {
 margin-bottom:0
}
.single-footer-widget .footer-contact-info li i {
 color:#50311e;
 left:0;
 position:absolute;
 top:4px
}
.single-footer-widget .footer-contact-info li i.bxs-inbox {
 top:3px
}
.footer-bottom {
  background: #017dbe;
  padding-bottom:25px;
  padding-top:25px;
  text-align: center;
}
.footer-bottom-area p i {
 position:relative;
 top:1.3px
}
.footer-bottom-area p a {
 color:#ff5d22;
 font-weight:600
}
.footer-bottom-area p a:hover,
.footer-bottom-area p strong {
 color:#221638
}
.footer-bottom-area ul {
 list-style-type:none;
 margin-bottom:0;
 padding-left:0;
 text-align:right
}
.footer-bottom-area ul li {
 color:#2b1c13;
 display:inline-block;
 margin-right:20px;
 position:relative
}
.footer-bottom-area ul li:last-child {
 margin-right:0
}
.footer-bottom-area ul li:last-child:before {
 display:none
}
.footer-bottom-area ul li:before {
 background-color:#2b1c13;
 content:"";
 height:14px;
 position:absolute;
 right:-12px;
 top:5.6px;
 width:1px
}
.footer-bottom-area ul li a {
 color:#2b1c13;
 display:block
}
.footer-bottom-area ul li a:hover {
 color:#ff5d22
}
.footer-map {
 opacity:.8;
 position:absolute;
 right:20%;
 top:40%;
 transform:translateY(-40%);
 z-index:-1
}
.footer-map img {
 animation:moveleftbounce 5s linear infinite
}
@keyframes moveleftbounce {
 0% {
  transform:translateX(0)
 }
 50% {
  transform:translateX(-20px)
 }
 to {
  transform:translateX(0)
 }
}
.go-top {
 background-color:#221638;
 border-radius:50%;
 bottom:20px;
 box-shadow:0 3px 10px rgba(0,0,0,.1);
 color:#fff;
 cursor:pointer;
 font-size:22px;
 height:45px;
 position:fixed;
 right:20px;
 text-align:center;
 transition:.9s;
 width:45px;
 z-index:4
}
.go-top i {
 left:0;
 margin-left:auto;
 margin-right:auto;
 position:absolute;
 right:0;
 text-align:center;
 top:50%;
 transform:translateY(-50%)
}
.go-top:hover {
 background-color:#ff5d22;
 box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
 color:#fff;
 transform:translateY(-5px);
 transition:.5s
}
