* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0.01rem auto 0;
  padding: 0;
  color: #949494;
  font-size: 1.4rem;
  width: 100%;
  font-weight: 400;
  color: #949494;
  background-color: #ffffff;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden !important;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

/*Twitter x icon */
@font-face {
  font-family: "x-twitter";
  src: url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.eot");
  src: url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.woff") format("woff"),
    url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "x-twitter" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "x-twitter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-twitter:before {
  content: "\61";
  display: flex;
}

/*Twitter x icon END */

@font-face {
  font-family: "Georgia";
  src: url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia.woff2") format("woff2"), url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia-italic.woff2") format("woff2"), url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia-bold.woff2") format("woff2"), url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia-bolditalic.woff2") format("woff2"), url("https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/fonts/georgia-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 0.8rem;
}

p,
ul li {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
.btn-block {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #949494;
  font-weight: 700;
}

a,
button,
input[type=submit] {
  color: #2888BB;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
input[type=submit] {
  color: #fff;}
a:focus,
a:hover,
button:focus,
button:hover {
  color: #2e2e2e;
  text-decoration: none;
  outline: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #2888BB;
}

::selection {
  color: #fff;
  background: #2888BB;
}

.form-check-block label {
    margin-left: 8px;
}

.pointer-event-none {
  pointer-events: none;
}

.toast-message {
  font-size: 16px !important;
}

.pad-70 {
  padding: 70px 0;
}

.pad-90 {
  padding: 90px 0;
}

.section-divider {
  margin: 0 0 60px;
}

.txt-blue {
  color: #2888BB !important;
}

.gray-bg {
  background-color: #f7f7f7;
}

.heading {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin: 0 0 15px;
  color: #2e2e2e;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 35px;
  color: #ffffff;
  background-color: #2888BB;
  border: 1px solid #2e2e2e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  transition: 0.3s all ease-in-out;
  border-radius: 0px;
}
.btn-main:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-main:focus {
  background-color: #2888BB;
  color: #fff;
}

.btn-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 35px;
  color: #2888BB;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid #2888BB;
  text-transform: uppercase;
  font-size: 1.3rem;
  transition: 0.3s all ease-in-out;
  border-radius: 0px;
}
.btn-border:hover, .btn-border:focus {
  border: 1px solid #2888BB;
  background-color: #2888BB;
  color: #ffffff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff;
}
header .navigation-area {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
header .navigation-area.menu-fix {
  position: fixed;
  background-color: #ffffff;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  width: 100%;
}
header .navigation-area.menu-fix.menu-area {
  padding: 0;
}

.logo-area {
  display: block;
}
.logo-area img {
  max-width: 110px;
  transition: 0.2s all ease-in-out;
}
.menu-fix .logo-area img {
  max-width: 180px;
}

.header-tp-block {
  background-color: #2e2e2e;
  padding: 8px 0;
  border-bottom: 1px solid #606061;
}
.menu-fix .header-tp-block {
  display: none;
}
.header-tp-block a {
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
}
.header-tp-block .header-tp-block-r a {
  margin-left: 35px;
}
.header-tp-block .header-tp-block-r a i {
  margin-right: 8px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.menu-area {
  padding: 10px 0;
  transition: 0.3s all ease-in-out;
}
.menu-fix .menu-area {
  padding: 8px 0;
}

.nav-item {
  margin-left: 0px;
}

.nav-link {
  color: #2888BB;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 28px !important;
  text-transform: capitalize;
  font-weight: 600;
}
.nav-link:hover, .nav-link:focus {
  color: #2e2e2e;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.nav-item.active .nav-link {
  text-decoration: none !important;
  color: #2e2e2e;
}

.menu__block_wrap {
  display: flex;
  justify-content: flex-end;
}

.nav-link.nav-btn {
  background-color: #2e2e2e;
  color: #fff;
  padding: 10px 25px !important;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(75, 132, 255, 0.2);
}
.nav-link.nav-btn:hover {
  background-color: #2e2e2e;
  color: #fff;
}

.navbar.navbar-expand-lg {
  padding: 0;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 99;
  transform-origin: bottom center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  text-align: center;
  color: #2e2e2e;
  font-weight: 300;
  font-size: 2rem;
  border: solid 2px #d8d8d8;
}
.scroll-to-top.fade.in {
  opacity: 1;
}
.scroll-to-top:hover {
  color: #ffffff;
  background-color: #2e2e2e;
  border: solid 2px #2e2e2e;
}

.dropdown i {
  margin-left: 5px;
  font-size: 1.1rem;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  width: 220px;
  padding: 0;
  border: none;
  background-color: #ffffff;
  margin: 0;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  visibility: hidden;
  transform: translateY(20px);
  display: block;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 10px 22px;
  display: block;
  color: #2e2e2e;
  font-size: 1.4rem;
  background-color: #fff;
  white-space: unset;
}
.dropdown-menu .dropdown-item span {
  transition: all 0.3s ease;
}
.dropdown-menu .dropdown-item i {
  font-size: 1.2rem;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
  color: #2e2e2e;
}
.dropdown-menu .dropdown-item:hover i {
  opacity: 0;
}
.dropdown-menu .dropdown-item:hover span {
  margin-left: 15px;
  display: inline-block;
  color: #fff;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-submenu {
  position: relative;
}

.form-control {
  height: 42px;
  border: solid 1px #e7e7e7;
  font-size: 1.6rem;
  background-color: rgba(247, 245, 245, 0.7);
  border-radius: 5px;
  padding: 10px 15px;
}
.form-control:focus {
  box-shadow: none;
  background-color: rgba(247, 245, 245, 0.7);
  border: 1px solid #2888BB;
}
.form-control.error {
  border: 1px solid #ff0000;
}

label {
  margin: 0 0 1rem;
}

.form-select {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

label.error {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #ff0000;
  background-color: transparent;
}

.form-group {
  margin-bottom: 28px;
}

textarea.form-control {
  min-height: 20rem;
}

.form-control.textarea-small {
  min-height: 55px;
}

.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f138";
  position: absolute;
  font-size: 1.6rem;
  left: 0px;
  top: 0px;
  color: #2888BB;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .drp-arrow.submenu-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }
  .dropdown.second-level > .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offcanvas-start {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .scroll-to-top {
    bottom: 50px;
}
  .third-level.show {
    background-color: #2888BB;
  }
  .third-level.show .dropdown-item {
    color: #fff;
    transition: none;
  }
  .dropdown.second-level.show-drop .dropdown-menu {
    max-height: 500px;
    background-color: #2888BB;
  }
  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 29px;
    background-color: #2888BB;
    color: #fff;
  }
  .dropdown.second-level .dropdown-toggle i {
    transform: rotate(0deg) !important;
  }
  .dropdown.second-level.show-drop .dropdown-toggle i {
    transform: rotate(45deg) !important;
  }
  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #1b1b1b;
  }
  .nav-link {
    padding: 12px 0 !important;
    color: #fff;
  }
  .nav-link.nav-btn {
    margin-top: 15px;
  }
  .nav-item.active .nav-link {
    background-color: transparent;
    font-weight: 600;
  }
  .drp-arrow {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 43px;
    height: 39px;
    background-color: #fff;
    color: #2888BB;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-open {
    position: relative;
    transition: 0.3s all;
  }
  .dropdown-item {
    flex-basis: 100%;
    white-space: pre-line;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-submenu .dropdown-menu {
    background-color: #c8e1fe;
    padding: 0 10px;
  }
  .dropdown .drp-arrow i {
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .dropdown > .drp-arrow.show i {
    transform: rotate(45deg) !important;
  }
  .nav-item.active .nav-link {
    color: #fff;
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #2888BB;
    overflow-y: scroll;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .nav-item:last-child {
    border: none;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    transform: none;
    padding: 0;
  }
  .drpdown-img {
    display: none !important;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #2e2e2e;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
  }
  .dropdown-menu.show {
    max-height: 500px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  .dropdown-menu .dropdown-item {
    color: #2888BB;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }
  .nav-item.dropdown.show .dropdown-toggle i {
    transform: rotate(45deg);
  }
  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }
  .dropdown-submenu.show .drp-arrow i {
    transform: rotate(45deg);
  }
  .head-links {
    text-align: center;
  }
}
.footer-bg {
  background-color: black;
  padding: 60px 0 0;
  position: relative;
}
.footer-bg p, .footer-bga {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #7b8887;
}

.footer-links li {
  list-style-type: none;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}
.footer-links li i {
  margin-right: 8px;
  width: 20px;
}
.footer-links li a, .footer-links li p, .footer-links li i, .footer-links li strong, .footer-links li span {
  display: flex;
  align-items: baseline;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #ffffff;
}

.foot-address-single {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-block {
  padding: 0 25px;
  border-left: 1px solid #444;
  height: 100%;
}
.footer-block p {
  color: #ffffff;
}
.footer-block span {
  color: #2888BB;
}
.footer-block .form-control {
  background-color: #ffffff;
  height: 35px;
  border-radius: 2px;
  font-size: 14px;
}
.footer-block .get-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-block .get-social a {
  color: #ffffff;
  margin: 0 8px 0 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
}
.footer-block .get-social a.facebook {
  background-color: #336699;
}
.footer-block .get-social a.twitter {
  background-color: #14171a;
}
.footer-block .get-social a.youtube {
  background-color: #c92a2a;
}
.footer-block .get-social a.linkedin {
  background-color: #0877b5;
}

.foot-head {
  font-size: 1.9rem;
  line-height: 2.9rem;
  margin-bottom: 22px;
  color: #ffffff;
}

.news-content {
  margin: 0 0 20px;
}
.news-content p {
  margin: 0;
}

.copyright-bg {
  padding: 20px 0;
  margin: 50px 0 0;
  background: #fff;
  border-top: 1px solid #e9e9e9;
}
.copyright-bg p, .copyright-bg a {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.copyright-bg a:hover {
  color: #2888BB;
}

.copyright-r {
  text-align: right;
}

.phone-icon {
  display: block !important;
}

.phone-icon a {
  display: block !important;
  line-height: 1.8;
}

/****-Modal********/
.modal-pop .btn-close {
  margin: 0.5rem;
  opacity: 1;
  color: transparent;
  text-shadow: none;
  background-image: none;
  transition: 0.3s all ease-in-out;
  position: absolute;
  right: 0;
  top: 1rem;
  font-weight: 600;
  border: 1px none #ffffff;
  font-size: 25px;
  line-height: 45px;
}
.webp .modal-pop .btn-close {
  background-image: url(https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/images/cross.webp);
}
.no-webp .modal-pop .btn-close {
  background-image: url(https://cdn.stratospherewebsites.com/source/sites/07931a39-ef10-46da-8c8a-12040f5e8d10/images/cross.png);
}

.modal-header {
  justify-content: flex-start;
  background-color: #2888BB;
}
.modal-header .modal-title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.pop-up-content {
  padding: 20px;
}
.pop-up-content .desc {
  justify-content: center;
  align-items: center;
}
.pop-up-content .desc p {
  font-size: 2rem;
  line-height: 3rem;
}
.pop-up-content textarea.form-control {
  min-height: 10rem;
}
.pop-up-content .btn-main:focus, .pop-up-content .btn-main:hover {
  background-color: #fff;
  color: #2888BB;
  border: 1px solid #2888BB;
}

@media (max-width: 1199px) {
  .logo-area .logo-wt {
    max-width: 200px;
  }
  .logo-area .logo-color {
    max-width: 200px;
  }
  .dropdown i {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 60%;
  }
  .footer-block {
    margin-top: 30px;
    padding: 0;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
  .foot-head {
    margin: 0px 0 15px;
  }
  .footer-block {
    border: none;
  }
}
@media (max-width: 767px) {
  .footer-left-block {
    text-align: center;
  }
  .tp-area {
    padding: 8px 0;
  }
  .section-divider {
    margin: 0 0 50px !important;
  }
  .pad-90 {
    padding: 70px 0;
  }
  .btn-main {
    padding: 10px 20px 10px;
  }
  .logo-area img {
    width: 175px;
  }
  .header-tp-block .header-tp-block-r a i {
    margin-right: 0px;
  }
  .header-tp-block .header-tp-block-r a {
    margin-left: 20px;
  }
  .footer-links.useful-links li a {
    flex-direction: row;
  }
  .footer-links.useful-links li i {
    margin-right: 8px;
  }
  .footer-links ul li {
    text-align: center;
  }
  .footer-links li a, .footer-links li p {
    align-items: center;
    flex-direction: column;
  }
  .footer-links li i {
    margin-right: 0;
    margin: 10px 0 5px;
  }
  .footer-head {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .footer-social {
    justify-content: space-around;
  }
  .footer-bg {
    text-align: center;
    padding: 40px 0 0;
  }
  .footer-nav ul li {
    display: block;
    padding: 10px 0;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-block .get-social {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright-r {
    text-align: center;
  }
  .foot-head:after {
    right: 0;
    margin: 0 auto;
  }
  .copyright-bg {
    margin: 40px 0 0;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*--- Animation CSS End ---*/