/*
@File: Reindeer Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Header CSS
** - Main Banner CSS
** - Quote CSS
** - About CSS
** - FunFacts CSS
** - CTA CSS
** - Services CSS
** - Video Area CSS
** - Portfolio CSS
** - Pricing CSS
** - Work Process CSS
** - Team CSS
** - Feedback CSS
** - Blog CSS
** - Contact CSS
** - Partner CSS
** - Subscribe CSS
** - Page Title CSS
** - Pagination CSS
** - Sidebar CSS
** - Blog Details CSS
** - 404 Error CSS
** - Coming Soon CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700");
body {
  padding: 0;
  margin: 0;
  color: #333333;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 16px;
}

a {
  display: block;
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

a:hover, a:focus {
  color: #f05323;
  text-decoration: none;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #646464;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

.bg-fbf8f7 {
  background-color: #fbf8f7;
}

.bg-f8f8f8 {
  background-color: #f8f8f8;
}

img {
  max-width: 100%;
}

/*btn btn-primary*/
.btn {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 35px 11px;
  border-radius: 0;
  overflow: hidden;
  border: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  position: relative;
  z-index: 1;
  background-color: #333333;
  color: #ffffff;
}

.btn-primary::before {
  content: '';
  position: absolute;
  width: 220%;
  height: 220%;
  background: #f05323;
  z-index: -1;
  left: -27px;
  top: -55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: skew(-75deg);
          transform: skew(-75deg);
}

.btn-primary::after {
  content: '';
  position: absolute;
  width: 220%;
  height: 220%;
  background: #f05323;
  z-index: -1;
  right: -27px;
  bottom: -55px;
  -webkit-transform: skew(-75deg);
          transform: skew(-75deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary:hover, .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #333333;
  color: #ffffff;
}

.btn-primary:hover::before, .btn-primary:focus::before {
  width: 0;
}

.btn-primary:hover::after, .btn-primary:focus::after {
  width: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #333333;
}

/*section-title*/
.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 750px;
  margin: 0 auto 80px;
}

.section-title img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-title p {
  max-width: 500px;
  margin: 0 auto;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*form-control*/
.form-control {
  height: 50px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  border-color: #f05323;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  background: #f05323;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 999999;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -50px;
  margin-left: -40px;
}

.preloader .loader .spinner {
  position: relative;
}

.preloader .loader .spinner::before, .preloader .loader .spinner::after {
  content: "";
  position: absolute;
  display: block;
}

.preloader .loader .spinner::before {
  -webkit-animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
          animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  width: 3em;
  border-radius: 5px;
  height: 3em;
  background-color: #ffffff;
}

.preloader .loader .spinner::after {
  -webkit-animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
          animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  bottom: -.5em;
  height: .25em;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.2);
}

@-webkit-keyframes spinner {
  50% {
    border-radius: 50%;
    -webkit-transform: scale(0.5) rotate(360deg);
            transform: scale(0.5) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
  }
}

@keyframes spinner {
  50% {
    border-radius: 50%;
    -webkit-transform: scale(0.5) rotate(360deg);
            transform: scale(0.5) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background-color: rgba(51, 51, 51, 0.1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    background-color: rgba(51, 51, 51, 0.1);
  }
}

/*================================================
Header CSS
=================================================*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.top-header {
  padding-top: 20px;
}

.top-header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top-header .top-header-left li {
  display: inline-block;
  color: #ffffff;
  margin-right: 15px;
  font-size: 15px;
}

.top-header .top-header-left li i {
  color: #f05323;
  margin-right: 4px;
}

.top-header .top-header-left li a {
  display: inline-block;
  color: #ffffff;
}

.top-header .top-header-left li a:hover, .top-header .top-header-left li a:focus {
  color: #f05323;
}

.top-header .top-header-left li:last-child {
  margin-right: 0;
}

.top-header .top-header-right {
  text-align: right;
}

.top-header .top-header-right .contact-info {
  display: inline-block;
}

.top-header .top-header-right .contact-info li {
  color: #ffffff;
}

.top-header .top-header-right .contact-info li i {
  color: #f05323;
  margin-right: 4px;
}

.top-header .top-header-right .contact-info li a {
  display: inline-block;
  color: #ffffff;
}

.top-header .top-header-right .contact-info li a:hover, .top-header .top-header-right .contact-info li a:focus {
  color: #f05323;
}

.top-header .top-header-right .contact-info li:last-child {
  margin-right: 0;
}

.top-header .top-header-right .header-social {
  margin-left: 30px;
  display: inline-block;
}

.top-header .top-header-right .header-social li {
  margin-left: 9px;
  display: inline-block;
}

.top-header .top-header-right .header-social li a {
  color: #ffffff;
}

.top-header .top-header-right .header-social li a:hover, .top-header .top-header-right .header-social li a:focus {
  color: #f05323;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-header .top-header-right .header-social li:first-child {
  margin-left: 0;
}

.top-header.bg-main-color {
  background-color: #f05323;
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-header.bg-main-color .top-header-left li {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-left li i {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-left li a {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-left li a:hover, .top-header.bg-main-color .top-header-left li a:focus {
  color: #ffffff;
  opacity: .88;
}

.top-header.bg-main-color .top-header-right .contact-info li {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-right .contact-info li i {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-right .contact-info li a {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-right .contact-info li a:hover, .top-header.bg-main-color .top-header-right .contact-info li a:focus {
  color: #ffffff;
  opacity: .88;
}

.top-header.bg-main-color .top-header-right .header-social li a {
  color: #ffffff;
}

.top-header.bg-main-color .top-header-right .header-social li a:hover, .top-header.bg-main-color .top-header-right .header-social li a:focus {
  color: #ffffff;
}

.bg-light {
  background: transparent !important;
}

.navbar {
  padding-top: 115px;
  padding-bottom: 0;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-light .navbar-brand {
  display: inline-block;
  color: #ffffff;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}

.navbar-light .navbar-collapse {
  position: relative;
  border: 1px solid #ffffff;
  padding: 15px 0;
  z-index: 1;
}

.navbar-light .navbar-collapse::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: -1;
  width: 100%;
  height: 112%;
  border-top: 8px solid #ffffff;
  border-left: 8px solid #ffffff;
  opacity: .25;
}

.navbar-light .navbar-collapse::after {
  content: '';
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  width: 100%;
  height: 112%;
  border-right: 8px solid #ffffff;
  border-bottom: 8px solid #ffffff;
  opacity: .25;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 37px;
  padding-right: 37px;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  padding-left: 16px;
  padding-right: 0;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
}

.navbar-light .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f05323;
  border-radius: 50%;
  margin-top: -5px;
}

.navbar-light .navbar-nav .nav-item .nav-link::after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 0;
  height: 4px;
  margin-top: -3px;
  left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f05323;
  opacity: 0;
  visibility: hidden;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::before, .navbar-light .navbar-nav .nav-item .nav-link:focus::before, .navbar-light .navbar-nav .nav-item .nav-link.active::before {
  opacity: 0;
  visibility: hidden;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::after, .navbar-light .navbar-nav .nav-item .nav-link:focus::after, .navbar-light .navbar-nav .nav-item .nav-link.active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar-light .navbar-nav .nav-item.active .nav-link::before {
  opacity: 0;
  visibility: hidden;
}

.navbar-light .navbar-nav .nav-item.active .nav-link::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar-light.is-sticky .navbar-brand {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  left: 44%;
}

.navbar-light.is-sticky .navbar-brand img {
  width: 190px;
}

.navbar-light.is-sticky .navbar-collapse {
  border: none;
  padding: 0;
}

.navbar-light.is-sticky .navbar-collapse::before, .navbar-light.is-sticky .navbar-collapse::after {
  display: none;
}

.navbar-light.is-sticky .navbar-nav .nav-item {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link {
  color: #333333;
}

.navbar-light.is-sticky .navbar-nav .nav-item .nav-link::after {
  height: 3px;
}

/*================================================
Main Banner CSS
=================================================*/
.home-area {
  position: relative;
  z-index: 1;
}

.main-banner {
  height: 950px;
  z-index: 1;
  outline: 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background: #000000;
  opacity: .65;
}

.item-bg1 {
  background-image: url(../img/main-bg1.jpg);
}

.item-bg2 {
  background-image: url(../img/main-bg2.jpg);
}

.item-bg3 {
  background-image: url(../img/main-bg3.jpg);
}

.item-bg4 {
  background-image: url(../img/main-bg4.jpg);
}

.item-bg5 {
  background-image: url(../img/main-bg5.jpg);
}

.item-bg6 {
  background-image: url(../img/main-bg6.jpg);
}

.main-banner-content {
  text-align: center;
  max-width: 1050px;
  position: relative;
  z-index: 5;
  margin: 0px auto 0;
}

.main-banner-content span {
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  letter-spacing: 5px;
  color: #f05323;
}

.main-banner-content h1 {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}

.main-banner-content p {
  color: #ffffff;
  max-width: 620px;
  opacity: .88;
  margin: 0 auto 30px;
  font-size: 18px;
}

.main-banner-content .btn {
  padding: 16px 35px 13px;
}

.main-banner-content .btn-primary {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #ffffff;
}

.main-banner-content .btn-primary:hover, .main-banner-content .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ffffff;
  color: #f05323;
}

.main-banner-content .btn-primary:not(:disabled):not(.disabled).active:focus, .main-banner-content .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .main-banner-content .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.main-banner-content .btn-primary:not(:disabled):not(.disabled).active, .main-banner-content .btn-primary:not(:disabled):not(.disabled):active, .show > .main-banner-content .btn-primary.dropdown-toggle {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ffffff;
  color: #f05323;
}

.company-email {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
}

#home-slides .slick-active .main-banner-content span {
  -webkit-animation: fadeInDown 1s both 1s;
          animation: fadeInDown 1s both 1s;
}

#home-slides .slick-active .main-banner-content h1 {
  -webkit-animation: fadeInUp 1s both 1.5s;
          animation: fadeInUp 1s both 1.5s;
}

#home-slides .slick-active .main-banner-content p {
  -webkit-animation: fadeInDown 1s both 1.5s;
          animation: fadeInDown 1s both 1.5s;
}

#home-slides .slick-active .main-banner-content .btn {
  -webkit-animation: fadeInUp 1s both 1s;
          animation: fadeInUp 1s both 1s;
}

#home-slides .slick-prev, #home-slides .slick-next {
  display: none !important;
}

#home-slides .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#home-slides .slick-dots li {
  position: relative;
  margin-bottom: 25px;
}

#home-slides .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -35px;
  width: 0;
  height: 2px;
  background: #f05323;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home-slides .slick-dots li::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
  width: 2px;
  height: 20px;
  background: #ffffff;
  opacity: .25;
}

#home-slides .slick-dots li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

#home-slides .slick-dots li.slick-active::before {
  width: 25px;
  opacity: 1;
  visibility: visible;
}

#home-slides .slick-dots li:last-child {
  margin-bottom: 0;
}

#home-slides .slick-dots li:last-child::after {
  display: none;
}

.home-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  line-height: .01;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.44);
  padding: 20px 10px;
  border-radius: 30px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot {
  display: block;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 4px 0;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #a4a099;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span:hover, .home-slides-two.owl-theme .owl-dots .owl-dot span:focus {
  background: #f05323;
  border-color: #f05323;
}

.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
  background: #f05323;
  border-color: #f05323;
}

.scroll-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 2;
}

.scroll-down svg {
  width: 30px;
  max-height: 40px;
  display: inline-block;
}

.scroll-down .arrow-down path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 1px;
  -webkit-animation: arrow 2s infinite;
          animation: arrow 2s infinite;
}

.scroll-down .arrow-down path.a1 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.scroll-down .arrow-down path.a2 {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.scroll-down .arrow-down path.a3 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.slideshow-banner .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slideshow-banner .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -2;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
          animation: imageAnimation 24s linear infinite 0s;
}

.slideshow-banner .slideshow li:nth-child(1) span {
  background-image: url(../img/main-bg2.jpg);
}

.slideshow-banner .slideshow li:nth-child(2) span {
  background-image: url(../img/main-bg5.jpg);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.slideshow-banner .slideshow li:nth-child(3) span {
  background-image: url(../img/main-bg3.jpg);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

.slideshow-banner .slideshow li:nth-child(4) span {
  background-image: url(../img/main-banner7.html);
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .8;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: .8;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.no-cssanimations .slideshow li span {
  opacity: 1;
}

#particles-js-bubble {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#particles-js-line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video-banner {
  overflow: hidden;
}

.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

.banner-with-form .main-banner-content {
  max-width: unset;
  text-align: left;
  margin-top: 180px;
}

.banner-with-form .main-banner-content p {
  margin-left: 0;
  margin-right: 0;
}

.banner-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-top: 180px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
}

.banner-form::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.banner-form form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}

.banner-form form label {
  color: #646464;
  text-align: left;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
}

.banner-form form select.form-control {
  height: 50px;
  cursor: pointer;
}

.banner-form form .btn {
  margin-top: 10px;
}

/*================================================
Quote CSS
=================================================*/
.quote-content h3 {
  margin-bottom: 0;
  line-height: 41px;
  font-size: 34px;
  font-weight: 700;
}

.quote-content h3 span {
  color: #f05323;
}

.quote {
  border-left: 4px solid #e0dfdf;
  padding-left: 50px;
}

.quote p {
  font-size: 21px;
  font-style: italic;
  margin-bottom: 10px;
}

.quote span {
  display: block;
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 500;
}

.quote span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f05323;
  width: 10px;
  height: 2px;
}

/*================================================
About CSS
=================================================*/
.about-image {
  position: relative;
  z-index: 1;
}

.about-image::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  width: 270px;
  border-radius: 8px;
  height: 130px;
  background: #f05323;
  z-index: -1;
}

.about-image img {
  border-radius: 8px;
  margin-top: 25px;
}

.about-content span {
  display: block;
  color: #f05323;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.about-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.about-content ul li {
  color: #646464;
  font-size: 18px;
  margin-top: 5px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.about-content ul li i {
  color: #f05323;
  font-size: 20px;
  margin-right: 2px;
}

.about-content .btn {
  margin-top: 25px;
  text-transform: capitalize;
  border: 1px solid #f05323;
}

.about-content .btn-primary {
  color: #f05323;
  background-color: transparent;
}

.about-content .btn-primary::before, .about-content .btn-primary::after {
  display: none;
}

.about-content .btn-primary:hover, .about-content .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #f05323;
  background-color: #f05323;
  color: #ffffff;
}

.about-content .btn-primary:not(:disabled):not(.disabled).active:focus, .about-content .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .about-content .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #f05323;
}

.about-content .btn-primary:not(:disabled):not(.disabled).active, .about-content .btn-primary:not(:disabled):not(.disabled):active, .show > .about-content .btn-primary.dropdown-toggle {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #f05323;
  color: #ffffff;
  border-color: #f05323;
}

.about-video {
  position: relative;
  text-align: center;
}

.about-video::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .55;
}

.about-video .video-btn {
  position: absolute;
  left: 50%;
  display: inline-block;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  color: #333333;
  font-size: 32px;
  line-height: 73px;
}

.about-video .video-btn::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.about-video .video-btn:hover, .about-video .video-btn:focus {
  color: #ffffff;
  background: #f05323;
}

/*================================================
FunFacts CSS
=================================================*/
.funfact {
  position: relative;
  z-index: 1;
  text-align: center;
}

.funfact i {
  font-size: 85px;
  color: #e6e2e1;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .55;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.funfact h3 {
  margin-bottom: -4px;
  font-size: 45px;
  font-weight: 600;
}

.funfact h3 .odometer {
  position: relative;
  top: -4px;
}

.funfact p {
  color: #f05323;
  margin-bottom: 0;
}

.funfacts-area-two {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url(../img/funfacts-bg.jpg);
}

.funfacts-area-two::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
  content: '';
  opacity: .80;
}

.single-funfact {
  text-align: center;
}

.single-funfact i {
  color: #f05323;
  font-size: 40px;
}

.single-funfact .odometer-formatting-mark {
  display: none;
}

.single-funfact h3 {
  font-size: 45px;
  font-weight: 600;
  margin: 25px 0 0;
  display: block !important;
  color: #ffffff;
}

.single-funfact h3 .odometer {
  position: relative;
  top: -4px;
}

.single-funfact p {
  color: #ffffff;
  opacity: .88;
}

/*================================================
CTA CSS
=================================================*/
.cta-area {
  position: relative;
  z-index: 1;
  background-color: #f05323;
}

.cta-content {
  padding-left: 40px;
  max-width: 540px;
}

.cta-content h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}

.cta-content p {
  color: #ffffff;
}

.cta-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cta-content ul li {
  color: #ffffff;
  font-size: 18px;
  margin-top: 5px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.cta-content ul li i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 2px;
}

.cta-image {
  width: 100%;
  height: 100%;
  background-image: url(../img/main-bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-image img {
  border-radius: 7px;
  display: none;
}

/*================================================
Services CSS
=================================================*/
.services-area-two .section-title {
  margin-bottom: 20px;
}

.services-area-three {
  padding-bottom: 70px;
}

.single-services {
  margin-bottom: 20px;
}

.single-services a {
  background: #ffffff;
  position: relative;
  padding: 25px 55px 25px 59px;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
}

.single-services a .icon {
  position: absolute;
  left: -40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 90px;
  color: #7c7c7c;
  opacity: .13;
}

.single-services a span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  color: #7c7c7c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services a:hover, .single-services a:focus {
  color: #ffffff;
  background: #f05323;
  padding-left: 75px;
}

.single-services a:hover span, .single-services a:focus span {
  color: #ffffff;
}

.single-services a:hover .icon, .single-services a:focus .icon {
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
}

.single-services:last-child {
  margin-bottom: 0;
}

.single-services-box {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 30px 33px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.single-services-box-2 {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
  background: #f05323;
  border-radius: 5px;
  padding: 30px 30px 33px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.single-services-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #f05323;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .icon {
  background: #f05323;
  color: #ffffff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-2 h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-2 p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box:hover::before, .single-services-box:focus::before {
  height: 100%;
}

.single-services-box:hover .icon, .single-services-box:focus .icon {
  background: #ffffff;
  color: #f05323;
}

.single-services-box:hover h3 a, .single-services-box:focus h3 a {
  color: #ffffff;
}

.single-services-box:hover p, .single-services-box:focus p {
  color: #ffffff;
  opacity: .88;
}

.single-services-box-2:hover::before, .single-services-box-2:focus::before {
  height: 100%;
}

.single-services-box-2:hover .icon, .single-services-box-2:focus .icon {
  background: #ffffff;
  color: #f05323;
}

.single-services-box-2:hover h3 a, .single-services-box-2:focus h3 a {
  color: #000000;
}

.single-services-box-2:hover p, .single-services-box-2:focus p {
  color: #ffffff;
  opacity: .88;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-content h3 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.video-content .bar {
  position: relative;
  background: #f05323;
  height: 5px;
  width: 100px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.video-content .bar::after, .video-content .bar::before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  background: #fcca55;
  width: 5px;
}

.video-content .bar::before {
  left: 65px;
}

.video-content p {
  margin-bottom: 0;
  color: #3c3c3c;
}

.video-content .video-btn {
  margin-top: 25px;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
}

.video-content .video-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f05323;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 8px;
  position: relative;
}

.video-content .video-btn i::after {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*================================================
Portfolio CSS
=================================================*/
.tab .tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
}

.tab .tabs li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.tab .tabs li a {
  z-index: 1;
  position: relative;
}

.tab .tabs li a h3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.tab .tabs li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000000;
  height: 100%;
  opacity: .55;
}

.tab .tabs li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #ffffff;
  margin: 12px;
}

.tab .tabs li.current a::after, .tab .tabs li:hover a::after {
  border-color: #f05323;
}

.tab .tabs li:nth-child(1), .tab .tabs li:nth-child(2) {
  margin-top: 0;
}

.tab .tabs_item {
  display: none;
  position: relative;
}

.tab .tabs_item:first-child {
  display: block;
}

.tab .tabs_item .portfolio-info {
  position: absolute;
  bottom: 70px;
  left: 70px;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px;
  width: 500px;
}

.tab .tabs_item .portfolio-info::before {
  content: '';
  position: absolute;
  width: 105%;
  height: 104%;
  left: -8px;
  top: -7px;
  border: 4px solid #ffffff;
}

.tab .tabs_item .portfolio-info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tab .tabs_item .portfolio-info ul li {
  margin-bottom: 15px;
  color: #4a4a4a;
  font-weight: 600;
}

.tab .tabs_item .portfolio-info ul li span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  margin-bottom: 4px;
}

.tab .tabs_item .portfolio-info ul li a {
  color: #4a4a4a;
}

.tab .tabs_item .portfolio-info ul li a:hover, .tab .tabs_item .portfolio-info ul li a:focus {
  color: #f05323;
}

.tab .tabs_item .portfolio-info ul li:last-child {
  margin-bottom: 0;
}

.portfolio-area-two {
  padding-bottom: 70px;
}

.shorting-menu {
  text-align: center;
  margin-bottom: 40px;
}

.shorting-menu .filter {
  border: none;
  margin: 0 15px;
  position: relative;
  font-weight: 600;
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.shorting-menu .filter::before {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #bbbbbb;
  content: '';
  position: absolute;
  left: -22px;
  top: 50%;
  width: 10px;
  margin-top: -4px;
  height: 10px;
}

.shorting-menu .filter::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 2px;
  z-index: -1;
  background: #333333;
  left: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.shorting-menu .filter:first-child::before {
  display: none;
}

.shorting-menu .filter:hover, .shorting-menu .filter:focus, .shorting-menu .filter.active {
  color: #f05323;
}

.shorting-menu .filter:hover::after, .shorting-menu .filter:focus::after, .shorting-menu .filter.active::after {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: visible;
}

.shorting .mix {
  display: none;
}

.single-work {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.single-work a.popup-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-work .work-image {
  position: relative;
}

.single-work .work-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-work .work-image .work-overlay {
  position: absolute;
  overflow: hidden;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.single-work .work-image .work-overlay::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background: #f05323;
  right: -100%;
}

.single-work .work-image .work-overlay::after {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background: #f05323;
  top: 0;
  height: 50%;
  width: 100%;
  left: -100%;
}

.single-work .work-image .work-overlay h3 {
  color: transparent;
  overflow: hidden;
  position: absolute;
  top: 30px;
  text-align: center;
  right: 25px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
  z-index: 2;
}

.single-work .work-image .work-overlay h3::before {
  content: '';
  background: #333333;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 100%;
  top: 0;
  right: auto;
}

.single-work .work-image .work-overlay span {
  color: transparent;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 62px;
  display: block;
  right: 25px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-work .work-image .work-overlay span::before {
  content: '';
  background: #ffffff;
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 100%;
}

.single-work:hover .work-image img, .single-work:focus .work-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-work:hover .work-image .work-overlay::before, .single-work:focus .work-image .work-overlay::before {
  right: 0;
  opacity: 1;
  width: 100%;
  height: 50%;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.single-work:hover .work-image .work-overlay::after, .single-work:focus .work-image .work-overlay::after {
  left: 0;
  opacity: 1;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.single-work:hover .work-image .work-overlay span, .single-work:focus .work-image .work-overlay span {
  color: #ffffff;
}

.single-work:hover .work-image .work-overlay span::before, .single-work:focus .work-image .work-overlay span::before {
  right: -100%;
}

.single-work:hover .work-image .work-overlay h3, .single-work:focus .work-image .work-overlay h3 {
  color: #ffffff;
}

.single-work:hover .work-image .work-overlay h3::before, .single-work:focus .work-image .work-overlay h3::before {
  left: -100%;
}

/*================================================
Pricing CSS
=================================================*/
.pricing-table {
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  padding: 35px 15px;
}

.pricing-table .pricing-header .icon {
  width: 130px;
  height: 130px;
  text-align: center;
  display: inline-block;
  line-height: 130px;
  background-color: #eaf6fa;
  border-radius: 50%;
}

.pricing-table .pricing-header .icon img {
  width: 60px;
}

.pricing-table .pricing-header h3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 40px;
}

.pricing-table .pricing-header h3::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
  width: 50px;
  height: 2px;
  background: #f05323;
}

.pricing-table .pricing-features {
  padding: 0 0 30px;
  margin: 0 0 27px;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-table .pricing-features li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #646464;
}

.pricing-table .pricing-features li.unactive {
  color: #a5a5a5;
  text-decoration: line-through;
}

.pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-table .price {
  font-size: 30px;
  font-weight: 700;
  color: #5f5f5f;
  margin-bottom: 25px;
}

.pricing-table .price span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #646464;
}

.pricing-table .btn {
  padding: 13px 42px 11px;
}

.pricing-table .btn-primary::before, .pricing-table .btn-primary::after {
  background-color: #fdca53;
}

.pricing-table:hover .btn-primary::before, .pricing-table:hover .btn-primary::after, .pricing-table:focus .btn-primary::before, .pricing-table:focus .btn-primary::after, .pricing-table.active .btn-primary::before, .pricing-table.active .btn-primary::after {
  background-color: #f05323;
}

/*================================================
Work Process CSS
=================================================*/
.work-process {
  position: relative;
  z-index: 1;
  background-image: url(../img/work-process-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.work-process::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000000;
  left: 0;
  top: 0;
  opacity: .75;
}

.work-process .section-title h2 {
  color: #ffffff;
}

.work-process .section-title p {
  color: #ffffff;
}

.single-work-process {
  text-align: center;
  border-radius: 50%;
  border: 8px solid rgba(252, 100, 97, 0.8);
  width: 180px;
  z-index: 1;
  height: 180px;
  position: relative;
  padding-top: 70px;
  margin: 0 auto;
}

.single-work-process::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  border-radius: 50%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd666b), color-stop(#fc605c), color-stop(#fa5b4c), color-stop(#f6573b), to(#f15427));
  background: linear-gradient(to bottom, #fd666b, #fc605c, #fa5b4c, #f6573b, #f15427);
  opacity: .66;
}

.single-work-process h3 {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}

.single-work-process img {
  position: absolute;
  right: -110px;
  top: 30px;
}

.col-lg-3:nth-child(2) .single-work-process {
  border: 8px solid rgba(151, 174, 252, 0.8);
}

.col-lg-3:nth-child(2) .single-work-process::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#a3b3fb), color-stop(#96acfb), color-stop(#87a5fc), color-stop(#779efd), to(#6498fd));
  background: linear-gradient(to bottom, #a3b3fb, #96acfb, #87a5fc, #779efd, #6498fd);
}

.col-lg-3:nth-child(3) .single-work-process {
  border: 8px solid rgba(177, 212, 121, 0.8);
}

.col-lg-3:nth-child(3) .single-work-process::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#b1d479), color-stop(#c6d178), color-stop(#d8ce7b), color-stop(#e7cb82), to(#f3c88b));
  background: linear-gradient(to bottom, #b1d479, #c6d178, #d8ce7b, #e7cb82, #f3c88b);
}

.col-lg-3:nth-child(4) .single-work-process {
  border: 8px solid rgba(96, 189, 201, 0.8);
}

.col-lg-3:nth-child(4) .single-work-process::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#60bdc9), color-stop(#5bc0ca), color-stop(#55c3cb), color-stop(#50c6cc), to(#4ac9cc));
  background: linear-gradient(to bottom, #60bdc9, #5bc0ca, #55c3cb, #50c6cc, #4ac9cc);
}

/*================================================
Team CSS
=================================================*/
.team-area {
  padding-bottom: 70px;
}

.single-team {
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-team .row {
  margin-left: -10px;
  margin-right: -10px;
}

.single-team .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.single-team .image {
  overflow: hidden;
  position: relative;
}

.single-team .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image::before, .single-team .image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.single-team .image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: .7;
  left: 0;
}

.single-team .team-content {
  padding-right: 10px;
}

.single-team .team-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.single-team .team-content span {
  display: block;
  color: #646464;
}

.single-team .team-content .bar {
  width: 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 3px;
  background: #d0d0d0;
  position: relative;
  margin-top: 8px;
  margin-bottom: 12px;
}

.single-team .team-content p {
  line-height: 1.5;
}

.single-team .team-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-content ul li {
  margin-right: 7px;
  display: inline-block;
}

.single-team .team-content ul li a {
  color: #646464;
  font-size: 18px;
}

.single-team .team-content ul li a:hover, .single-team .team-content ul li a:focus {
  color: #f05323;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team .team-content ul li:last-child {
  margin-right: 0;
}

.single-team:hover, .single-team:focus {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.single-team:hover .image img, .single-team:focus .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-team:hover .image::after, .single-team:hover .image::before, .single-team:focus .image::after, .single-team:focus .image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.single-team:hover .team-content .bar, .single-team:focus .team-content .bar {
  background: #f05323;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-team-box .team-content {
  background: #ffffff;
  padding: 30px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-content::before {
  content: '';
  width: 0;
  height: 20px;
  color: #ffffff;
  background: #f05323;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-content h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-content span {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

.single-team-box .team-content .social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .team-content .social li {
  display: inline-block;
}

.single-team-box .team-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 15px;
  color: #a0a0a0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.single-team-box .team-content .social li a:hover {
  color: #ffffff;
}

.single-team-box .team-content .social li a:hover::before {
  background: #333333;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single-team-box .team-content .social li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box:hover::before, .single-team-box:hover::after {
  border-color: #f05323;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-team-box:hover .team-content {
  background: #f05323;
}

.single-team-box:hover .team-content::before {
  width: 100%;
}

.single-team-box:hover .team-content .social {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-team-box:hover .team-content h3 {
  color: #ffffff;
}

.single-team-box:hover .team-content span {
  color: #ffffff;
  opacity: .88;
}

.team-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: .01;
}

.team-slides.owl-theme .owl-dots .owl-dot {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.team-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: #999999;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-slides.owl-theme .owl-dots .owl-dot span:hover, .team-slides.owl-theme .owl-dots .owl-dot span:focus {
  background: #f05323;
}

.team-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #f05323;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area {
  background-image: url(../img/feedback-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-feedback {
  text-align: center;
}

.single-feedback img {
  display: inline-block !important;
  width: unset !important;
  border-radius: 50%;
  margin-bottom: 25px;
}

.single-feedback p {
  max-width: 740px;
  margin: 0 auto;
  font-size: 18px;
  font-style: italic;
}

.single-feedback .client-info {
  margin-top: 25px;
}

.single-feedback .client-info h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-feedback .client-info span {
  color: #f05323;
  font-size: 15px;
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  line-height: .01;
}

.feedback-slides.owl-theme .owl-dots .owl-dot {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: #999999;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span:hover, .feedback-slides.owl-theme .owl-dots .owl-dot span:focus {
  background: #f05323;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #f05323;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.single-blog-post .post-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: .7;
  left: 0;
}

.single-blog-post .post-content {
  padding: 30px 25px;
}

.single-blog-post .post-content .post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #646464;
  font-style: italic;
}

.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #646464;
}

.single-blog-post .post-content .post-meta li a:hover, .single-blog-post .post-content .post-meta li a:focus {
  color: #f05323;
}

.single-blog-post .post-content .post-meta li i {
  margin-right: 4px;
}

.single-blog-post .post-content .post-meta li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #646464;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  font-size: 23px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 31px;
}

.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.single-blog-post:hover .post-image::after, .single-blog-post:hover .post-image::before, .single-blog-post:focus .post-image::after, .single-blog-post:focus .post-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-box .blog-item {
  margin-bottom: 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}

.blog-item-box .blog-item .row {
  margin-left: -10px;
  margin-right: -10px;
}

.blog-item-box .blog-item .row .col-lg-4, .blog-item-box .blog-item .row .col-lg-8 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-item-box .blog-item .post-content .post-meta {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-item-box .blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 18px;
  position: relative;
  color: #646464;
  font-size: 15px;
  font-style: italic;
}

.blog-item-box .blog-item .post-content .post-meta li a {
  display: inline-block;
  color: #646464;
}

.blog-item-box .blog-item .post-content .post-meta li a:hover, .blog-item-box .blog-item .post-content .post-meta li a:focus {
  color: #f05323;
}

.blog-item-box .blog-item .post-content .post-meta li i {
  margin-right: 4px;
}

.blog-item-box .blog-item .post-content .post-meta li::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  width: 1px;
  height: 15px;
  background: #646464;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-item-box .blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.blog-item-box .blog-item .post-content .post-meta li:last-child::before {
  display: none;
}

.blog-item-box .blog-item .post-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 15px;
}

.blog-item-box .blog-item .post-image {
  overflow: hidden;
  position: relative;
}

.blog-item-box .blog-item .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item-box .blog-item .post-image::before, .blog-item-box .blog-item .post-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.blog-item-box .blog-item .post-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: .7;
  left: 0;
}

.blog-item-box .blog-item:hover .post-image img, .blog-item-box .blog-item:focus .post-image img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog-item-box .blog-item:hover .post-image::after, .blog-item-box .blog-item:hover .post-image::before, .blog-item-box .blog-item:focus .post-image::after, .blog-item-box .blog-item:focus .post-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-item-box .blog-item:last-child {
  margin-bottom: 0;
}

.single-blog-post-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post-box .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post-box .blog-image a {
  display: block;
}

.single-blog-post-box .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-box .blog-image .post-tag {
  position: absolute;
  left: 0;
  z-index: 3;
  top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-box .blog-image .post-tag a {
  background: #f05323;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-post-box .blog-image::before, .single-blog-post-box .blog-image::after {
  content: "";
  background: #ffffff;
  height: 0;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

.single-blog-post-box .blog-image::after {
  bottom: 0;
  right: auto;
  top: auto;
  opacity: .7;
  left: 0;
}

.single-blog-post-box .blog-post-content {
  padding: 25px;
}

.single-blog-post-box .blog-post-content .date {
  color: #f05323;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post-box .blog-post-content h3 {
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 30px;
  font-size: 23px;
  font-weight: 600;
}

.single-blog-post-box .blog-post-content h3 a {
  color: #333333;
}

.single-blog-post-box .blog-post-content h3 a:hover, .single-blog-post-box .blog-post-content h3 a:focus {
  color: #f05323;
}

.single-blog-post-box .blog-post-content p {
  margin-bottom: 18px;
}

.single-blog-post-box .read-more-btn {
  position: relative;
  font-weight: 500;
  color: #f05323;
}

.single-blog-post-box .read-more-btn:hover {
  color: #f05323;
  letter-spacing: 1px;
}

.single-blog-post-box:hover .blog-image a img, .single-blog-post-box:focus .blog-image a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-blog-post-box:hover .blog-image .post-tag, .single-blog-post-box:focus .blog-image .post-tag {
  top: 50px;
}

.single-blog-post-box:hover .blog-image .post-tag a, .single-blog-post-box:focus .blog-image .post-tag a {
  background: #f05323;
  color: #ffffff;
}

.single-blog-post-box:hover .blog-image::after, .single-blog-post-box:hover .blog-image::before, .single-blog-post-box:focus .blog-image::after, .single-blog-post-box:focus .blog-image::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  line-height: .01;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #dfdfdf;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover, .blog-slides.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot:focus span {
  background: #f05323;
  border-color: #f05323;
}

.blog-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #f05323;
  border-color: #f05323;
}

/*================================================
Contact CSS
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/contact-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-area::before {
  content: '';
  position: absolute;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .75;
}

.contact-area .section-title h2 {
  color: #ffffff;
}

.contact-area .section-title p {
  color: #ffffff;
}

#contactForm .form-group {
  margin-bottom: 30px;
}

#contactForm .form-control {
  background-color: transparent;
  border: none;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 8px;
}

#contactForm .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .88;
}

#contactForm .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: .88;
}

#contactForm .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: .88;
}

#contactForm .form-control::placeholder {
  color: #ffffff;
  opacity: .88;
}

#contactForm .form-control:focus {
  border-bottom-color: #f05323;
}

#contactForm .btn {
  padding: 18px 35px 15px;
}

#contactForm .btn-primary {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #ffffff;
}

#contactForm .btn-primary:hover, #contactForm .btn-primary:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ffffff;
  color: #f05323;
}

#contactForm .btn-primary:not(:disabled):not(.disabled).active:focus, #contactForm .btn-primary:not(:disabled):not(.disabled):active:focus, .show > #contactForm .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#contactForm .btn-primary:not(:disabled):not(.disabled).active, #contactForm .btn-primary:not(:disabled):not(.disabled):active, .show > #contactForm .btn-primary.dropdown-toggle {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #ffffff;
  color: #f05323;
}

#contactForm #msgSubmit {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

#contactForm #msgSubmit.text-danger {
  color: red;
  margin-top: 15px;
}

#contactForm #msgSubmit.text-success {
  color: #ffffff;
  margin-top: 15px;
}

#contactForm .with-errors .list-unstyled li {
  color: red;
  margin-top: 10px;
}

.company-location {
  padding-left: 30px;
  margin-bottom: 40px;
}

.company-location h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.company-location ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.company-location ul li {
  position: relative;
  color: #ffffff;
  margin-bottom: 12px;
  padding-left: 25px;
}

.company-location ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-location ul li a {
  display: inline-block;
  color: #ffffff;
}

.company-location ul li a:hover, .company-location ul li a:focus {
  color: #f05323;
}

.company-location ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Partner CSS
=================================================*/
.partner-area.extra-pb {
  padding-bottom: 180px;
}

.partner-item {
  text-align: center;
}

.partner-item a img {
  width: unset !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item:hover a img, .partner-item:focus a img {
  opacity: .55;
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  background-image: url(../img/subscribe-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
  padding: 55px 45px;
  z-index: 1;
  margin-bottom: 100px;
  margin-top: -204px;
}

.subscribe-area .icofont-envelope-open {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 162px;
  color: #ffffff;
  z-index: -1;
  opacity: .13;
}

.newsletter-content h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 2px;
}

.newsletter-content p {
  color: #d4d4d4;
  margin: 0;
  font-size: 17px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  background: #000000;
  color: #ffffff;
  border: none;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0 25px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 5px 5px 0;
}

.newsletter-form button:hover, .newsletter-form button:focus {
  background-color: #111111;
}

.newsletter-form .form-control {
  border: none;
  border-radius: 5px;
  height: 60px;
}

.newsletter-form .validation-danger, .newsletter-form .validation-success {
  margin-top: 20px;
  color: #ffffff;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 350px;
  padding-bottom: 120px;
}

.page-title-area::before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(13, 15, 20, 0.75);
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
}

.page-title-area h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination-area ul li a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px;
  background-color: #ffffff;
  border-radius: 0 !important;
  text-align: center;
  line-height: 40px;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  border: none;
}

.pagination-area ul li a.active, .pagination-area ul li a:hover, .pagination-area ul li a:focus {
  background: #f05323;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/*================================================
Sidebar CSS
=================================================*/
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget .widget-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #f05323;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget:hover .widget-title::before, .sidebar .widget:focus .widget-title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar .widget.widget_search {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 15px;
}

.sidebar .widget.widget_search form {
  position: relative;
}

.sidebar .widget.widget_search form .form-control {
  background: transparent;
}

.sidebar .widget.widget_search form button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  border: none;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: transparent;
  color: #f05323;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_search form button:hover, .sidebar .widget.widget_search form button:focus {
  color: #333333;
}

.sidebar .widget.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_categories ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_categories ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #f05323;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_categories ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_categories ul li a {
  color: #646464;
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #f05323;
}

.sidebar .widget.widget_categories ul li:hover::before {
  border-radius: 50%;
}

.sidebar .widget.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_recent_entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}

.sidebar .widget.widget_recent_entries ul li a {
  display: block;
}

.sidebar .widget.widget_recent_entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  height: 65px;
}

.sidebar .widget.widget_recent_entries ul li h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 3px;
}

.sidebar .widget.widget_recent_entries ul li h5 a {
  color: #333333;
  display: inline-block;
}

.sidebar .widget.widget_recent_entries ul li h5 a:hover, .sidebar .widget.widget_recent_entries ul li h5 a:focus {
  color: #f05323;
}

.sidebar .widget.widget_recent_entries ul li p {
  font-size: 14px;
}

.sidebar .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #eeeeee;
  padding: 7px 20px;
  margin-top: 6px;
  color: #646464;
  display: inline-block;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background: #f05323;
  color: #ffffff;
  border-color: #f05323;
}

.sidebar .widget.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_archive ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_archive ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #f05323;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_archive ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_archive ul li a {
  color: #646464;
  display: inline-block;
}

.sidebar .widget.widget_archive ul li a:hover {
  color: #f05323;
}

.sidebar .widget.widget_archive ul li:hover::before {
  border-radius: 50%;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details .post-image {
  margin-bottom: 30px;
}

.blog-details h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
}

.blog-details .blog-meta ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}

.blog-details .blog-meta ul li {
  display: inline-block;
  position: relative;
  color: #646464;
  font-size: 14px;
  margin-left: 9px;
  margin-right: 9px;
}

.blog-details .blog-meta ul li i {
  margin-right: 4px;
  color: #f05323;
}

.blog-details .blog-meta ul li::before {
  width: 2px;
  height: 14px;
  background: #646464;
  left: -10px;
  top: 50%;
  position: absolute;
  content: '';
  margin-top: -6px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.blog-details .blog-meta ul li a {
  display: inline-block;
  color: #646464;
}

.blog-details .blog-meta ul li a:hover, .blog-details .blog-meta ul li a:focus {
  color: #f05323;
}

.blog-details .blog-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .blog-meta ul li:first-child {
  margin-left: 0;
}

.blog-details .blog-meta ul li:first-child::before {
  display: none;
}

.blog-details p {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-details p:last-child {
  margin-bottom: 0;
}

.blog-details blockquote, .blog-details .blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 35px 20px 35px 100px;
  position: relative;
  border-left: 5px solid #f05323;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-details blockquote::before, .blog-details .blockquote::before {
  font-family: IcoFont !important;
  position: absolute;
  content: "\efcd";
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 55px;
  color: #f05323;
}

.blog-details blockquote p, .blog-details .blockquote p {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.post-tag-media {
  background-color: #f5f7fb;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.post-tag-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-tag-media ul li {
  display: inline-block;
}

.post-tag-media ul li span {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.post-tag-media ul li a {
  color: #646464;
  margin-right: 4px;
}

.post-tag-media ul li a:hover, .post-tag-media ul li a:focus {
  color: #f05323;
}

.post-tag-media ul.social-share {
  text-align: right;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.comments-area .comment-reply-title {
  margin-bottom: 8px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area ol li ol li, .comments-area ol li ul li, .comments-area ul li ol li, .comments-area ul li ul li {
  margin-top: 15px;
  margin-left: 35px;
  margin-bottom: 15px;
}

.comments-area ol li .comment-body, .comments-area ul li .comment-body {
  background: #f7f7ff;
  padding: 25px 20px;
  position: relative;
}

.comments-area ol li .comment-body .comment-meta, .comments-area ul li .comment-body .comment-meta {
  position: relative;
  padding-left: 85px;
  padding-top: 8px;
}

.comments-area ol li .comment-body .comment-meta .comment-author img, .comments-area ul li .comment-body .comment-meta .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  max-width: 68px;
}

.comments-area ol li .comment-body .comment-meta .comment-author .fn, .comments-area ul li .comment-body .comment-meta .comment-author .fn {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.comments-area ol li .comment-body .comment-meta .comment-author .says, .comments-area ul li .comment-body .comment-meta .comment-author .says {
  display: none;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a, .comments-area ul li .comment-body .comment-meta .comment-metadata a {
  display: inline-block;
  color: #646464;
  font-size: 15px;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a:hover, .comments-area ol li .comment-body .comment-meta .comment-metadata a:focus, .comments-area ul li .comment-body .comment-meta .comment-metadata a:hover, .comments-area ul li .comment-body .comment-meta .comment-metadata a:focus {
  color: #f05323;
}

.comments-area ol li .comment-body .comment-content, .comments-area ul li .comment-body .comment-content {
  margin-top: 25px;
}

.comments-area ol li .comment-body .reply, .comments-area ul li .comment-body .reply {
  position: absolute;
  right: 30px;
  top: 30px;
}

.comments-area ol li .comment-body .reply a, .comments-area ul li .comment-body .reply a {
  display: inline-block;
  background: #333333;
  padding: 5px 15px;
  color: #ffffff;
}

.comments-area ol li .comment-body .reply a:hover, .comments-area ol li .comment-body .reply a:focus, .comments-area ul li .comment-body .reply a:hover, .comments-area ul li .comment-body .reply a:focus {
  background: #f05323;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
  font-size: 14px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment input, .comments-area .comment-respond .comment-form-comment textarea, .comments-area .comment-respond .comment-form-author input, .comments-area .comment-respond .comment-form-author textarea, .comments-area .comment-respond .comment-form-email input, .comments-area .comment-respond .comment-form-email textarea, .comments-area .comment-respond .comment-form-url input, .comments-area .comment-respond .comment-form-url textarea {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond .comment-form-comment input:focus, .comments-area .comment-respond .comment-form-comment textarea:focus, .comments-area .comment-respond .comment-form-author input:focus, .comments-area .comment-respond .comment-form-author textarea:focus, .comments-area .comment-respond .comment-form-email input:focus, .comments-area .comment-respond .comment-form-email textarea:focus, .comments-area .comment-respond .comment-form-url input:focus, .comments-area .comment-respond .comment-form-url textarea:focus {
  border-color: #f05323;
}

.comments-area .comment-respond .comment-form-comment textarea, .comments-area .comment-respond .comment-form-author textarea, .comments-area .comment-respond .comment-form-email textarea, .comments-area .comment-respond .comment-form-url textarea {
  height: auto;
}

.comments-area .comment-respond .form-submit input {
  display: inline-block;
  background: #f05323;
  border: none;
  color: #ffffff;
  padding: 12px 30px 10px;
  text-transform: uppercase;
  font-weight: 600;
  outline: 0 !important;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  background: #333333;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
          box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
  margin: 0 auto;
  max-width: 650px;
}

.error-content .search-form {
  position: relative;
  margin-top: 45px;
}

.error-content .search-form .search-field {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-left: 15px;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid #eeeeee;
}

.error-content .search-form .search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 110px;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
  background: #f05323;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .search-form .search-submit:hover, .error-content .search-form .search-submit:focus {
  background-color: #333333;
  color: #ffffff;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon {
  position: relative;
  z-index: 1;
  height: 100vh;
  text-align: center;
  background-image: url(../img/main-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.coming-soon::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left bottom, from(#ff3366), color-stop(#ed7830), color-stop(#c2a830), color-stop(#91ca6e), to(#66e1bb));
  background: linear-gradient(to left bottom, #ff3366, #ed7830, #c2a830, #91ca6e, #66e1bb);
  opacity: .88;
  position: absolute;
  content: '';
}

.coming-soon .coming-soon-content {
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon .coming-soon-content h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 57px;
}

.coming-soon .coming-soon-content p {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content .newsletter-form {
  position: relative;
}

.coming-soon .coming-soon-content .newsletter-form .form-control {
  background: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #ffffff;
  height: 65px;
}

.coming-soon .coming-soon-content .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.coming-soon .coming-soon-content .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon .coming-soon-content .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon .coming-soon-content .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

.coming-soon .coming-soon-content .newsletter-form button {
  position: absolute;
  right: -1px;
  height: 100%;
  background: #f05323;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  top: 0;
  color: #ffffff;
  border: none;
  width: 130px;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  border: none;
}

.coming-soon .coming-soon-content .newsletter-form button:hover, .coming-soon .coming-soon-content .newsletter-form button:focus {
  background: #ffffff;
  color: #f05323;
}

.coming-soon .coming-soon-content .newsletter-form #validator-newsletter, .coming-soon .coming-soon-content .newsletter-form .validation-success {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -35px;
}

.coming-soon .coming-soon-content #timer {
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content #timer div {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  width: 135px;
  height: 135px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  padding-top: 34px;
  line-height: 40px;
  margin: 0 5px;
}

.coming-soon .coming-soon-content #timer span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #111111;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.footer-area .footer-left-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.footer-area .footer-right-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
}

.single-footer-widget p {
  color: #ffffff;
}

.single-footer-widget .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 2px;
}

.single-footer-widget .social-links li a {
  color: #ffffff;
  width: 38px;
  height: 38px;
  line-height: 41px;
  text-align: center;
  background-color: #4a4a4a;
  border-radius: 50%;
  font-size: 15px;
}

.single-footer-widget .social-links li a:hover, .single-footer-widget .social-links li a:focus {
  background-color: #f05323;
  color: #ffffff;
}

.single-footer-widget .social-links li:last-child {
  margin: 0;
}

.single-footer-widget h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin-bottom: 45px;
}

.single-footer-widget h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 55px;
  height: 3px;
  background: #f05323;
}

.single-footer-widget h3::after {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -10px;
  height: 3px;
  background: #111111;
  width: 5px;
}

.single-footer-widget ul.list {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.single-footer-widget ul.list li {
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 500;
}

.single-footer-widget ul.list li a {
  color: #ffffff;
  position: relative;
}

.single-footer-widget ul.list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f05323;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget ul.list li a:hover, .single-footer-widget ul.list li a:focus {
  color: #f05323;
  padding-left: 15px;
}

.single-footer-widget ul.list li a:hover::before, .single-footer-widget ul.list li a:focus::before {
  opacity: 1;
  visibility: visible;
}

.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.get-in-touch {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget ul.get-in-touch li {
  position: relative;
  color: #ffffff;
  margin-bottom: 25px;
  padding-left: 45px;
}

.single-footer-widget ul.get-in-touch li:first-child {
  margin-bottom: 15px;
}

.single-footer-widget ul.get-in-touch li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #f05323;
  background-color: #562517;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget ul.get-in-touch li i.icofont-live-support {
  top: -6px;
}

.single-footer-widget ul.get-in-touch li i.icofont-envelope {
  top: -6px;
}

.single-footer-widget ul.get-in-touch li a {
  display: inline-block;
  color: #ffffff;
}

.single-footer-widget ul.get-in-touch li a:hover, .single-footer-widget ul.get-in-touch li a:focus {
  color: #f05323;
}

.single-footer-widget ul.get-in-touch li:last-child {
  margin-bottom: 0;
}

.copyright-area {
  background-color: #000000;
  text-align: center;
  margin-top: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area p a {
  display: inline-block;
  color: #ffffff;
}

.copyright-area p a:hover, .copyright-area p a:focus {
  color: #f05323;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  font-size: 25px;
  color: #ffffff;
  background-color: #333333;
  z-index: 4;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 47px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #f05323;
}
/*# sourceMappingURL=style.css.map */

.is-sticky .nrml
{
  display: none !important;
}

.is-sticky .stks
{
  display: block !important;
}