/*** ====================================================================	Main Footer====================================================================***/
.main-footer {
  position: relative;
  background: #061138;
  color: #868da5;
}

.main-footer .widgets-section {
  position: relative;
  padding: 90px 0px 50px;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.main-footer .widget-title h4 {
  position: relative;
  display: inline-block;
  line-height: 1.3em;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

.main-footer .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-footer .info-widget {
  position: relative;
}

.main-footer .info-widget .logo {
  position: relative;
  margin-top: -5px;
  margin-bottom: 30px;
}

.main-footer .info-widget .logo img {
  height: 50px;
}

.main-footer .about-widget .text {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .links-widget {
  margin-bottom: 10px;
}

.main-footer .links-widget .widget-content {
  position: relative;
  padding-left: 20px;
}

.main-footer .links-widget .column {
  position: relative;
}

.main-footer .links-widget .links li {
  position: relative;
  margin-bottom: 12px;
  line-height: 24px;
  font-size: 15px;
  color: #868da5;
}

.main-footer .links-widget .links li a {
  position: relative;
  display: block;
  color: #868da5;
  font-size: 15px;
  padding-left: 20px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .links-widget .links li a:before {
  content: "+";
  font-family: 'Playfair Display', serif;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
  font-size: 20px;
  font-weight: 400;
}

.main-footer .links-widget .links li a:hover {
  color: #fa8f01;
}

.main-footer .info ul {
  position: relative;
}

.main-footer .info ul li {
  position: relative;
  line-height: 24px;
  color: #868da5;
  font-size: 14px;
  /* padding-left: 25px; */
  margin-bottom: 7px;
}

.main-footer .info ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  color: #fa8f01;
}

.main-footer .info ul li a {
  color: #868da5;
}

.main-footer .info ul li a:hover {
  color: #fa8f01;
  text-decoration: underline;
}

.main-footer .social-links {
  position: relative;
  padding-top: 24px;
}

.main-footer .social-links ul {
  position: relative;
}

.main-footer .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 8px 0px 0px;
  line-height: 44px;
}

.main-footer .social-links li a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #232b47;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
  color: #ffffff;
  background: #fa8f01;
}

.main-footer .gallery-widget .images {
  position: relative;
  margin: 0px -5px;
}

.main-footer .gallery-widget .images .image {
  position: relative;
  float: left;
  width: 25%;
  display: block;
  margin: 0 0 10px;
  padding: 0px 5px;
}

.main-footer .gallery-widget .images img {
  width: 100%;
}

.main-footer .gallery-widget .images .lightbox-image {
  position: absolute;
  left: 13px;
  top: 8px;
  right: 13px;
  bottom: 8px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  color: #fa8f01;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}

.main-footer .gallery-widget .image:hover .lightbox-image {
  opacity: 1;
}

.main-footer .gallery-widget .images .lightbox-image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0px 0px -20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.main-footer .footer-bottom {
  position: relative;
  line-height: 24px;
  padding: 12px 0px;
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .inner {
  position: relative;
  display: block;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  float: left;
  padding: 10px 0px;
}

.main-footer .footer-bottom .copyright strong {
  color: #222222;
}

.main-footer .footer-bottom .bottom-links {
  position: relative;
  float: right;
  padding: 10px 0px;
}

.main-footer .footer-bottom a {
  color: #868da5;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom a:hover {
  color: #fa8f01;
  text-decoration: underline;
}

/*** ====================================================================	Footer Style Two====================================================================***/
.footer-style-two {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}

.footer-style-two .widgets-section {
  padding-top: 0;
}

.footer-style-two .widgets-inner {
  position: relative;
  padding: 95px 0px 0px;
  padding-left: 400px;
}

.footer-style-two .widgets-inner .shape-1 {
  position: absolute;
  right: 100%;
  top: 0;
  width: 3000px;
  height: 100px;
  background: #ffffff;
  z-index: 1;
}

.footer-style-two .widgets-inner .shape-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 1500px;
  min-height: 100%;
  background: #fa8f01;
  z-index: 2;
}

.footer-style-two .widgets-inner .left-image {
  position: absolute;
  right: 100%;
  top: 100px;
  width: 2500px;
  height: 1500px;
  min-height: 100%;
  background: #061138;
  padding: 50px 20px;
  text-align: right;
  z-index: 1;
}

.footer-style-two .widgets-inner .left-image img {
  position: relative;
  display: inline-block;
}

.footer-style-two .footer-bottom {
  background: #e8ebef;
}

.footer-style-two .footer-bottom .inner {
  position: relative;
  padding-left: 400px;
}

.footer-style-two .footer-bottom .copyright,
.footer-style-two .footer-bottom .copyright a,
.footer-style-two .footer-bottom .bottom-links,
.footer-style-two .footer-bottom .bottom-links a {
  color: #7f8a99;
}

.footer-style-two .offer-carousel-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  text-align: center;
  z-index: 5;
}

.footer-style-two .offer-carousel-box .offer-block {
  position: relative;
  display: block;
  padding: 40px 40px 30px;
  background: #fa8f01;
  color: #ffffff;
}

.footer-style-two .offer-carousel-box .offer-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.footer-style-two .offer-carousel-box .offer-block .icon-box {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 1em;
  margin-bottom: 20px;
}

.footer-style-two .offer-carousel-box .offer-block h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-style-two .offer-carousel-box .offer-block .subtitle {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 15px;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  padding-top: 15px;
  background: #ffffff;
  color: #061138;
  text-align: center;
  font-family: 'Playfair Display', serif;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price .percent {
  display: block;
  font-size: 36px;
  line-height: 1.1em;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price .percent em {
  font-size: 24px;
  font-style: normal;
}

.footer-style-two .offer-carousel-box .offer-block .offer-price .txt {
  display: block;
  line-height: 1.5em;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-style-two .offer-carousel-box .offer-block .links-box a:hover .btn-title {
  background: #ffffff;
  color: #fa8f01;
}

.footer-style-two .offer-carousel-box .owl-nav {
  display: none;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  background: none;
  border-radius: 50%;
}

.footer-style-two .offer-carousel-box .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

@media (min-width: 1200px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}