@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #727272;
  overflow-x: hidden;
  font-size: 15px;
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 28px;
}
* {
  margin: 0;
  padding: 0;
}
.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.resimg{width: 100%; height: auto;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 310px;
  position: relative;
  z-index: 5;
}
.section-title h3 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  color: #0069ff;
  text-transform: capitalize;
}
.section-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}
.section-title p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0 200px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .section-title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-title {
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .section-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .section-title h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 15px;
  }
}
  

.header {
  width: 100%;
  background: 0 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #0069ff;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #0069ff;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 62px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #0069ff;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #0069ff !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #0069ff;
  }
}
.header .navbar-brand img {
  width: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .header .navbar-brand img {
    width: 180px;
  }
}
.header.sticky .button .btn {
  background-color: #0069ff;
  color: #fff;
}
.header.sticky .button .btn:hover {
  background-color: #27314f;
  color: #fff;
}
.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
.header .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}
.sticky .navbar .navbar-nav .nav-item a.active {
  color: #0069ff;
}
.sticky .navbar .navbar-nav .nav-item a {
  color: #27314f;
}
.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}
.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}
.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}
.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 0;
}
.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}
.mobile-menu-btn {
  padding: 0;
}
.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 50px;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.navbar-nav .nav-item:hover a {
  color: #fff;
}
.sticky .navbar-nav .nav-item:hover a {
  color: #0069ff;
}
.navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffffa1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}
.navbar-nav .nav-item:hover a:before {
  width: 100%;
}
.navbar-nav .nav-item a.active {
  color: #fff;
}
.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  font-size: 1em;
  position: absolute;
  right: -18px;
  font-size: 11px;
  top: 50%;
  margin-left: 5px;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}
.navbar-nav .nav-item:hover a.dd-menu::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px #0000001a;
  box-shadow: 0 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}
.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}
.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}
.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #0069ff;
}
.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}
.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}
.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}
.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #0069ff !important;
}
.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}
 
 
.hero-area {
  position: relative;
  background-color: #27314f;
  padding: 280px 0 260px;
  z-index: 0;
  background-color: #000;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.hero-area h2{font-size: 50px; color: #fff; background-color: rgba(0, 0, 0, 0.3); display: inline-block; padding: 10px 20px; }
.lrnmore{background-color: #000; display: inline-block; padding: 10px 40px; text-decoration: none; color: #fff; width: auto;}
 .brdrbtn{border: solid 2px #000; padding: 8px 30px; display: inline-block; background-color: transparent; font-weight: bold;}
 .blkbtn{border: solid 2px #000;padding: 8px 30px; display: inline-block; background-color: #000; font-weight: bold; color: #fff; margin-left: 10px;}
 .brdrbtn:hover, .blkbtn:hover{color: blue;}

.eventlft{background-color: rgb(255, 183, 255);  padding:8rem 0 0 4rem;}
.eventlft h3{writing-mode: vertical-lr; font-size: 60px; color: #000; margin-bottom: 2rem;}
.quotebg{background-color: cornflowerblue; padding: 60px; color: #fff;}
.qcontbg{background-color: cornflowerblue; padding:7rem 7rem 5rem 7rem; color: #fff;}
.quotebg h2, .quotebg p{color: #fff;}
.footerupbg{background-color: rgb(119, 113, 214); text-align: center; padding: 2rem 0;}
.footerupbg h4, .footerupbg p{color: #fff; margin-top: 1rem;}
.footerupbg .col-4{padding: 40px;}
.footerupbg a{font-size: 16px; font-weight: bold; text-transform: uppercase; text-decoration: none; color: rgb(255, 183, 175);}
.newsinpt{border: 2px solid #999; padding:12px; display: inline-block; background-color: transparent; width: 40%; color: #fff; }
.continpt{border: 2px solid #fff; padding:12px; display: inline-block; margin: 1rem 0; background-color: transparent; width: 40%; color: #fff; width: 100%; }
.subbtn{border:solid 2px #fff; color: #fff; padding:12px 30px;}

.parallax {
    background-image: url("../images/quteimg.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.parallaxabout{
  background-image: url("../images/about-img.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxm{
  background-image: url("../images/msn.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxcont{
  background-image: url("../images/contact.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abouttop{padding: 9rem 6rem 0 6rem; background-color: rgb(255, 183, 175);}
.abouttop h4{color: #fff; font-size: 2.5rem;}
.aboutrgt{background-color: rgb(245, 101, 84);}
.abouttxt{padding:6rem;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 130px 0 180px;
  }
}
@media (max-width: 767px) {
  .hero-area {
    padding: 110px 0 150px;
  }
}
 

.footer {
  position: relative;
  padding-bottom: 0;
  background-color: #222;
  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}
.footer .single-footer.f-about {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}
.footer .single-footer.f-about .logo {
  margin-bottom: 20px;
}
.footer .single-footer.f-about .logo img {
  width: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .logo img {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .footer .single-footer.f-about .logo img {
    width: 180px;
  }
}
.footer .single-footer.f-about p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
}
.footer .single-footer.f-about .call {
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.footer .single-footer.f-about .call i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}
.footer .single-footer.f-about .payments {
  margin-top: 30px;
}
.footer .single-footer.f-about .payments img {
  width: 70%;
}
.footer .single-footer.f-about .social-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.footer .single-footer.f-about .social {
  margin-top: 30px;
}
.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 18px;
}
.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}
.footer .single-footer.f-about .social li a {
  color: #fff;
  font-size: 16px;
}
.footer .single-footer.f-about .social li a:hover {
  color: #0069ff;
}
.footer .single-footer.f-about .copyright-text {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
}
.footer .single-footer.f-about .copyright-text span {
  display: block;
}
@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}
.footer .single-footer.f-about .copyright-text a {
  color: #fff;
  text-decoration: underline;
}
.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 15px;
}
.footer .single-footer.f-link li:last-child {
  margin: 0;
}
.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.footer .single-footer.f-link li a:hover {
  color: #0069ff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 1400px) {
  .footer .single-footer.latest-news {
    padding-left: 30px;
  }
}
.footer .single-footer.latest-news .single-head {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.089);
  border-radius: 7px;
}
.footer .single-footer.latest-news .single-news {
  margin-bottom: 20px;
}
.footer .single-footer.latest-news .single-news:last-child {
  margin: 0;
}
.footer .single-footer.latest-news .single-news .date {
  display: block;
  margin-bottom: 10px;
}
.footer .single-footer.latest-news .single-news .date a {
  font-size: 12px;
  color: #fff;
}
.footer .single-footer.latest-news .single-news .date a:hover {
  color: #0069ff;
}
.footer .single-footer.latest-news .single-news .post-title {
  line-height: 22px;
}
.footer .single-footer.latest-news .single-news .post-title a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer .single-footer.latest-news .single-news .post-title a:hover {
  color: #0069ff;
}
.footer .single-footer h3 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}
.footer .footer-bottom-area .inner-content {
  
  padding: 35px 0;
  
}
.text-right{text-align: right;}
@media (max-width: 767px) {
  .footer .footer-bottom-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }
}
.footer .footer-bottom-area p {
  color: #fff;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .footer .footer-bottom-area p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom-area p {
    margin-bottom: 20px;
  }
}
.footer .footer-bottom-area p a {
  text-decoration: underline;
  color: #fff;
}
.footer .footer-bottom-area p a:hover {
  color: #0069ff;
}
