body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
li:last-child {
    padding-bottom: 1rem;
}
li.breadcrumb-item{
    padding-bottom: 0;
}
td{
   max-width: 500px;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(0, 102, 153);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.line-height-2 {
	overflow: hidden;display: -webkit-box;line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 46px;
}
.line-height-3 {
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	min-height: 60px;
}
.line-height-4 {
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media (max-width: 640px){
.full-width-mobile {
    margin: 0 -12px;
}
}
#chat{
	position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 50%);
    background: rgba(0, 102, 153, 0.5);
    color: #fff;border: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgb(0, 102, 153);
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

#header {
transition: all 0.5s;
padding: 12px 0;
}
.logo {
  line-height: 0;
}
.logo img {
  max-height: 40px;
  margin-right: 6px;
}
.logo span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  padding: 0px 0 0px 24px;
}
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#hero {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/background.jpg) center center;
    background-size: cover;
}

#hero .container,
#hero .container-fluid {
  padding-top: 84px;
}

#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;color:#96D9F3;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .container,
  #hero .container-fluid {
    padding-top: 68px;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 60%;
  }
}
@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }
  #hero .hero-img img {
    width: 100%;
  }
}

section {
  padding: 40px 0;
  overflow: hidden;
}

.section-header{
	border-bottom: 2px solid #96D9F3;
    margin-bottom: 10px;
	font-family: var(--font-primary);
}
.section-header h2{
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.section-bg {
    background: url(/images/background-1.jpg);
}
.search-form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.post-box {
	overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}
.post-img {
	max-height: 137px;
    overflow: hidden;
    margin-bottom: 5px;
}
.post-item{
  position: relative;
}
.post-item+.post-item {
    margin-top: 20px;
}


.section-title {
  text-align: center;font-size: 25px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #96D9F3;
}
.section-title:before {
	content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #96D9F3;
    bottom: 0;
    left: calc(50% - 20px);
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list>li+li {
    border-top: 1px solid #e3e7e9;
    padding-top: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px 20px 0;
  cursor: pointer;
  transition: 0.3s;margin: 0;
}

.faq .question>i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 2px;
}
.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
      color: #2c4964;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.footer {
    font-size: 14px;
    background-color: #1f1f24;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.7);
}
.footer a {
    color: #fff;
}
.check-domain form {
background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
}

.check-domain form input[type=text] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.check-domain form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #96D9F3;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.footer .icon {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer .h{
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}