/**
  * Site Name: Electronic Building Permit System (E-BPS)
  * Site URL: Map Pass System
  * Author: Bikash Bhandari
  * Author URL: www.bhandaribikash.com.np
  * Email: bikash.433@gmail.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #b83955;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-header {
  /*text-align: center;*/
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #b83955;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #234a83;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #234a83;
  min-height: 40px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #245ebb;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  background: white url(../img/head-bg.jpg) no-repeat center top;
  background-size: contain;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
  transition: all 0.3s cubic-bezier(0.74, 0.22, 0.36, 0.88);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.2);
}

.header_btn,
.language_switcher {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language_switcher {
  text-align: right;
  float: right;
}
.language_switcher a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #aaa;
  font-size: 13px;
  margin-right: 15px;
}
.language_switcher img {
  max-width: 100%;
  max-height: 25px;
  display: inline-block;
  position: relative;
}
.language_switcher a:hover {
  color: #b83955;
}
.header_btn a {
  display: inline-block;
  position: relative;
  min-width: 75px;
}
.header.header-scrolled {
  background: white url(../img/head-bg.jpg) no-repeat center top;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.2);
}

.header .logo {
  line-height: 0;
  display: block;
}

.header .logo img {
  max-height: 80px;
  max-width: 100%;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}

.header .logo span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  color: #b83955;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
.header .logo span small {
  font-size: 16px;
  display: block;
  width: 100%;
  font-weight: 500;
  padding-top: 5px;
  color: #ec5800;
}

.middle-header {
  padding: 10px 0px;
}
.head_images {
  text-align: right;
  display: block;
  width: 100%;
  margin-top: 15px;
}
.head_images img {
  display: inline-block;
  position: relative;
  max-height: 50px;
  max-width: 100%;
  margin-left: 60px;
}
.head_images img:first-child {
  margin-left: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navigation_sec {
  background: #fff;
  border-top: 1px solid #eee;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #245ebb;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #b83955;
}

.navbar .getstarted {
  background: #b83955;
  padding: 5px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #b83955;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    right: 100%;
    left: auto;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #234a83;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #234a83;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #b83955;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #b83955;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*.navigation_sec .navbar a:hover, .navigation_sec .navbar .active, .navigation_sec .navbar li:hover > a{
  background: #cc0000; color: #fff;
}*/

.header.header-scrolled .navigation_sec {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.5);
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.banner-sec {
  padding-top: 0px;
}
.banner-sec .carousel.slide {
  margin-top: 0px;
}
.banner-sec .carousel-indicators {
  bottom: 15%;
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
.categories .cat-box {
  display: block;
  text-align: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  background: #fff;
  color: #234a83;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 14%);
}
.categories .cat-box i {
  font-size: 42px;
  color: #b83955;
}
.categories .cat-box p {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  display: block;
  font-weight: 600;
}
.categories .cat-box:hover {
  color: #b83955;
  box-shadow: 0px 0 30px rgb(1 41 112 / 25%);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 0px;
  padding-bottom: 0px;
}
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #b83955;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #234a83;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 30px;
  text-align: justify;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #245ebb;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 15px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  text-align: justify;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding-bottom: 20px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 20px;
  color: #234a83;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box p {
  color: #333;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #234a83;
  font-weight: 600;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #b83955;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 45px;
}

.features .feture-tabs h3 {
  color: #234a83;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #234a83;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #b83955;
  border-bottom: 3px solid #b83955;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #234a83;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #b83955;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  background-color: #f1f8ff;
}
.faq .section-header {
  text-align: center;
}
.faq h4 {
  font-weight: 700;
  color: #123456;
  text-align: center;
  font-size: 20px;
}
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 15px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #b83955;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 15px;
  border: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 5px;
}
.faq .accordion-item {
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 14%);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.form-control,
.form-select {
  font-size: 13px;
}
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
  text-align: center;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #b83955;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #234a83;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .form_433 {
  background: #fafbff;
  padding: 30px;
  height: 100%;
  box-shadow: 0px 0 30px rgb(1 41 112 / 14%);
  border: 1px solid #fff;
}

.contact .form_433 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .form_433 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .form_433 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .form_433 .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .form_433 label {
  font-size: 14px;
  font-weight: 600;
}
.contact .form_433 label.text-center {
  display: block;
}

.contact .form_433 input,
.contact .form_433 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  border-radius: 0;
}

.contact .form_433 input:focus,
.contact .form_433 textarea:focus {
  border-color: #245ebb;
}

.contact .form_433 input {
  padding: 7px 10px;
  border-radius: 4px;
}

.contact .form_433 textarea {
  padding: 5px 10px;
}

.contact .form_433 button[type="submit"] {
  padding: 7px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .form_433 button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form_433 .consult_type .form-check {
  margin-bottom: 5px;
  margin-top: 5px;
}
.form_433 input[type="radio"] {
  border-radius: 100%;
  padding: 0px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.form_433 input[type="radio"]:hover,
.form_433 .consult_type .form-check:hover,
.form_433 .form-check label:hover,
input[type="radio"]:hover {
  cursor: pointer;
}
.consult_type h5,
.consult_type label,
.radio_btn_sec h5,
.radio_btn_sec label {
  font-weight: 500;
}
.radio_btn_sec h6 {
  font-weight: 600;
}
.radio_btn_sec {
  padding-bottom: 30px;
}

.consult_type,
.consult_type h5 {
  padding-top: 15px;
}

.avatar-upload {
  position: relative;
  max-width: 130px;
  margin: 2px auto;
}
.avatar-edit {
  position: absolute;
  left: 1px;
  z-index: 1;
  top: 1px;
}
.avatar-edit input {
  display: none;
}
.avatar-edit input + label {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  border-radius: 100%;
  background: transparent;
  border: 5px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-edit input + label:hover {
  border-color: #7da8db;
}
.avatar-edit input + label:after {
  content: "\f219";
  font-family: bootstrap-icons !important;
  color: #245ebb;
  position: absolute;
  top: 14px;
  left: 75%;
  right: 0;
  text-align: center;
  margin: auto;
  height: 30px;
  width: 30px;
  line-height: 14px;
  padding: 5px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.avatar-edit input + label:after:hover {
  background: #30619e;
  border-color: #30619e;
  color: #fff;
}
.avatar-edit input + label:hover:after {
  color: #fff;
  background: #30619e;
}

.avatar-edit.has-error {
  border: 1px solid #dc3545;
  border-radius: 50%;
}
.avatar-preview {
  width: 122px;
  height: 122px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form_inner_box {
  display: block;
  padding: 15px;
  background: #e1ecff;
  border-radius: 4px;
  min-height: 100px;
  border: 1px solid #fff;
  margin-bottom: 30px;
}
.form_inner_box h5 {
  font-weight: 600;
}
.contact .form_433 .form-switch input {
  min-width: 50px;
  min-height: 20px;
  border-radius: 50px;
  margin-right: 15px;
}
.form_inner_box_2 {
  padding: 15px;
  min-height: 100px;
  background: #fff7f7;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 15px;
}
.contact .form_433 input,
.contact .form_433 select,
.contact .form_433 textarea {
  font-size: 13px;
}

.display-result {
  margin-top: 15px;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.display-result .original-date {
  color: #567890;
  font-weight: 500;
  padding-top: 10px;
  display: block;
}
.display-result .result-date {
  color: #123456;
  font-size: 20px;
  padding-top: 10px;
  display: block;
}

/*-------------CMS----------CSS-----*/
.cms {
  font-family: "Open Sans", sans-serif;
}
.cms img {
  max-height: 275px;
  max-width: 100%;
  margin: 0px 15px 15px 15px;
  float: left;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  margin-top: 30px;
}
.cms h1 {
  font-size: 30px;
}
.cms h2 {
  font-size: 24px;
}
.cms h3 {
  font-size: 20px;
}
.cms h4 {
  font-size: 18px;
}
.cms h5 {
  font-size: 16px;
}

.cms h4 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  color: #012970;
  line-height: initial;
  line-height: 42px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 25px;
}

.cms h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #7aaedd;
}

.cms h6 {
  font-size: 14px;
}

.cms ul,
.cms ul li ul {
  list-style-type: disc;
  list-style-position: inside;
}
.cms ol,
.cms ol li ol {
  list-style-position: inside;
}
.cms ul li ul,
.cms ol li ol {
  padding-left: 15px;
}
.cms b,
.cms strong,
.cms span {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cms p b,
.cms p b b,
.cms p strong,
.cms p strong strong,
.cms p span,
.cms ul b,
.cms ul strong,
.cms ul span,
.cms ol b,
.cms ol strong,
.cms ol span,
.cms span span,
.cms p b span,
.cms p strong span,
.cms b span,
.cms strong span {
  display: inline-block;
  position: relative;
  margin: 0;
}
.cms b,
.cms strong {
  font-weight: 600;
}
.cms p {
  text-align: justify;
  font-family: "Nunito", sans-serif;
  line-height: 30px;
}
.cms ol {
  padding-left: 0px;
}
.cms ol li ol li,
.cms ol li ul li {
  list-style-type: circle !important;
}
.cms .table {
  font-weight: normal;
  margin-top: 30px;
}
.cms .table th {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-weight: normal !important;
}
/*--Closed---*/

.widget-box {
  padding-bottom: 15px;
  background: #fff;
  border: 0 solid #eee;
  -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}
.widget-box h3 {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #000050;
  background: #f6f3fb;
  border-bottom: 1px solid #b9c9d9;
  font-weight: 600;
}
.widget-box h3 i {
  color: #000050;
  font-size: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.widget-box small {
  color: #999;
}
.side-widget {
  /*float: left;*/
  width: 100%;
}
.side-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /*float: left*/
}
.side-widget ul li {
  overflow: hidden;
  border-top: 1px dashed #ddd;
  font-size: 14px;
  padding: 10px;
}
.side-widget ul li:first-child {
  padding: 0px 10px 10px 10px;
  border: 0;
}
.side-widget ul li:last-child {
  padding: 10px 10px 0px 10px;
}
.side-widget .thumb {
  float: left;
  background: #f6f8fa;
  margin: 0 10px 0 0;
  overflow: hidden;
  min-width: 50px;
}
/*.side-widget .thumb img {
    max-height: 70px;
    max-width: 80px;
  }*/
.side-widget .text-area {
  overflow: hidden;
  float: left;
  width: 100%;
}
.side-widget .text-area a {
  display: block;
  text-decoration: none;
  max-height: 65px;
  overflow: hidden;
  font-weight: 500;
  line-height: 20px;
}
.side-widget .text-area span {
  display: block;
  color: #999;
  font-size: 80%;
}
.side-widget .text-area span .fa {
  padding: 0 9px 0 0;
  font-size: 11px;
  min-width: 20px;
}
.side-widget ul li:hover .thumb img,
.news-section .box:hover .frame img {
  opacity: 0.5;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 30px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter p {
  margin-bottom: 0px;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #234a83;
}

.footer .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="number"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 5px;
  background: #245ebb;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #234a83;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #234a83;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #234a83;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

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

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

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

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

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

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.home-cat {
  margin-top: -120px;
  z-index: 1;
  position: relative;
}
.feture-ads {
  margin-top: 45px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
