/***
=============================================
Footer
=============================================
***/
a, p {
    text-decoration: none;
        font-family: 'Poppins', sans-serif !important;       
}
ol, ul{
  padding-left: 0;
}
.footer-one {
  position: relative;
  display: block;
  padding: 90px 0px 0px;
  z-index: 1;
}

.footer-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.footer-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #161735;
  opacity: 0.95;
  z-index: -2;
  content: "";
}

.footer {
  position: relative;
  display: block;
  padding-bottom: 80px;
}

.footer-sec {
  position: relative;
  display: block;
}
.footer-sec p, .footer-sec a {
    color: #fff !important;
}
.footer-sec.ml30 {
  margin-left: 30px;
}

.footer-sec .title {
  position: relative;
  display: block;
  margin-bottom: 46px;
  margin-top: -5px;
}

.footer-sec .title h2 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.footer-sec-about {
  position: relative;
  display: block;
}

.footer-sec-about .logo-box {
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.footer-sec-about .logo-box a {
  position: relative;
  display: inline-block;
}

.footer-sec-about .text-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.footer-sec-about .text-box p {
  color: #9e9ea7;
}

.footer-sec-about .social-link {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 20px;
}

.footer-sec-about .social-link li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-sec-about .social-link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff6c0a;
}
.footer a:hover {
    color: #ff6c0a !important;
}
.footer-sec-about .social-link li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--thm-base);
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}
.fa-map-marker:before, .fa-envelope:before, .fa-phone:before {
    color: #ff6c0a;
}
.footer-sec-about .social-link li a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.footer-sec-contact span {
    margin-right: 10px;
}
.footer-sec-about .social-link li a span::before {
  position: relative;
  display: inline-block;
  color: #FFF !important;
  font-size: 15px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.footer-sec-about .social-link li a:hover span::before {
  color: #ffffff;
}

.footer-sec-explore {
  position: relative;
  display: block;
}

.footer-sec-list {
  position: relative;
  display: block;
}

.footer-sec-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.footer-sec-list li:last-child {
  margin-bottom: 0;
}

.footer-sec-list li a {
  position: relative;
  display: block;
  color: #9e9ea7;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-sec-list li a:hover {
  padding-left: 20px;
}

.footer-sec-list li a::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-sec .sec-title {
    padding-bottom: 0;
}
.footer-sec h3 {
    color: #FFF !important;
}
.footer-sec .sec-title .sub-title .round-two:before {
    background: #fff !important;
}
.footer-sec .sec-title .sub-title .round-two {
    border: 2px solid #fff !important;
}
.footer-sec-list li a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.footer-sec-list li a:hover {
  color: #ffffff;
}


.footer-sec-contact {
  position: relative;
  display: block;
}

.footer-sec-contact .text {
  color: #9e9ea7;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 29px;
}

.footer-sec-contact .number {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.footer-sec-contact .number a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-sec-contact .number a:hover {
  color: var(--thm-base);
}

.footer-sec-contact .email {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 3px;
}

.footer-sec-contact .email a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-sec-contact .email a:hover {
  color: var(--thm-base);
}


.footer-sec-newsletter {
  position: relative;
  display: block;
  background: #17171a;
  padding: 48px 50px 44px;
  border-radius: 10px;
  margin-top: 2px;
}

.footer-sec-newsletter .title {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.footer-sec-newsletter .title h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.footer-sec-newsletter-form {
  position: relative;
  display: block;
}

.footer-sec-newsletter-form .input-box {
  position: relative;
  display: block;
}

.footer-sec-newsletter-form .input-box:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  content: "";
  height: 5px;
  background-color: rgba(255, 255, 255, 0.10);
  border-radius: 3px;
}

.footer-sec-newsletter-form .input-box input[type="email"] {
  font-size: 16px;
  color: #9e9ea7;
  font-weight: 400;
  height: 60px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 40px;
  outline: none;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
}

.footer-widget__newsletter-btn i {
  font-size: 16px;
  color: #ffffff;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover i {
  color: var(--thm-base);
}

/*********************************** Responsive  ************************************/

@media only screen and (min-width:768px) and (max-width:1100px){
  .container, .container-md, .container-sm {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
  .page-header__inner h2 {
      font-size: 40px;
  }
  .page-header {
      padding: 130px 0px 130px !important;
  }
  section.faq-section {
      padding: 50px 0;
  }
  .footer-one {
    padding: 60px 0px 0px;
  }
  .footer {
      padding-bottom: 10px;
  }
  .footer-sec.ml30 {
      margin-left: 0px;
      padding-bottom: 30px;
  }

.main-slider-sec__content{
  padding-left: 20px;
}
.main-slider-sec__content .title h2 {
    font-size: 45px !important;
}
.main-slider-sec__content .btn-box{
      margin-top: 30px;
}
img.micky-img {
    width: 271px;
}
}









@media only screen and (max-width:767px){
  .page-header {
      padding: 150px 0px 150px !important;
      padding-left: 10px !important;
  }
  section.faq-section {
    padding: 50px 0;
}
.footer-one {
    padding: 50px 0px 0px;
}
.footer {
    padding-bottom: 25px;
}
.footer-sec-about {
    padding-left: 10px;
}
.footer-sec.ml30 {
    margin-left: 10px;
        margin-top: 20px;
                padding-bottom: 0px;
}
.footer .container {
    padding-left: 10px !important;
}
}