@charset "UTF-8";
img {
  max-width: 100%;
  margin-top: 5px;
}
.section-padding {
  padding: 100px 0;
}

figure img {
  margin-top: 0;
}

@media screen and (min-width: 1023px) {
  img {
    margin-top: 0;
  }
}

.mac-browse {
  border: 1px solid rgba(172, 172, 172, 0.8);
  padding-top: 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-animation: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.mac-browse::after {
  content: "";
  color: #acacac;
  padding: 1px;
  top: 7px;
  left: 7px;
  width: 0.02em;
  height: 0.02em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 1px #f44, 0.4em 0 0 1px #9b3, 0.8em 0 0 1px #fb5;
  position: absolute;
  max-height: 150px;
}

@media screen and (min-width: 1441px) {
  .mac-browse::after {
    max-height: 195px;
  }
}

.mac-browse img {
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[class*="img__wrap"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img__wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.img__wrap--repeat {
  background-repeat: repeat;
}

.img__wrap--contain {
  background-size: contain;
}

.img-auto img {
  height: 100% !important;
  width: auto !important;
}

iframe {
  width: 100%;
  max-width: 100%;
}

.overflow {
  overflow: hidden;
}

table tr,
table td,
table th {
  border: 1px solid #acacac;
  padding: 5px 10px;
}

table p {
  margin-bottom: 0;
}

table .td-min-w {
  min-width: 60px;
  display: inline-block;
}

.display__wrap {
  height: 130px;
  display: block;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background-color: rgba(242, 242, 242, 0.6);
}

.display__wrap.overlay + * {
  color: #ffffff;
}

.display__wrap.hidden video + * {
  display: none;
}

.display__wrap .absolute_item--center {
  background-color: rgba(0, 0, 0, 0.27);
}

.display__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  display: block;
  -webkit-transform: scale(1);
  transform-origin: center;
  transition: transform 1s ease 0s;
  object-fit: cover;
}

.display__wrap > * {
  width: 100%;
  height: 100%;
}

object[type="image/svg+xml"] {
  vertical-align: middle;
  display: inline-block;
  fill: #009bc7;
}

object[type="image/svg+xml"] > * {
  fill: #009bc7;
}

.disabled {
  color: rgba(242, 242, 242, 0.5) !important;
}

.disabled .fa,
.disabled .fas,
.disabled .fab,
.disabled .far {
  color: rgba(242, 242, 242, 0.5) !important;
  font-size: 1rem;
}

label {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}

@media screen and (min-width: 1441px) {
  label {
    font-size: 16px;
  }
}

label sup {
  color: #009bc7;
  left: 2px;
}

input {
  font-size: 16px;
  max-height: 32px;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

input:focus {
  border: none;
  outline: none;
}

input.input-blank {
  background-color: transparent;
  border: none;
  padding: 2px;
}

input.input-blank__number {
  width: 50px;
  text-align: center;
}

.form-sm .form-control {
  padding: 1rem 0.75rem;
}

.select-option .form-check-input,
.select-option .custom-control-input {
  margin-top: 0.17rem;
}

.select-option .form-check span,
.select-option .custom-control span {
  font-weight: 400;
}

.select-option .form-check span small,
.select-option .custom-control span small {
  font-size: 80%;
  opacity: 0.7;
  padding-left: 3px;
}

.d-inline-flex {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.d-flex .col {
  padding: 0;
}

.h-100-v {
  height: 100vh !important;
}

.h-50 {
  height: 50% !important;
}

@media screen and (max-width: 767px) {
  .w-100-sm {
    width: 100% !important;
  }
}

.w-100-v {
  width: 100wv !important;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 58%;
}

.w-70 {
  width: 70%;
}

p {
  margin-bottom: 1.7rem;
}

p small {
  font-size: 0.68em;
}

small {
  font-size: 0.5em;
  margin-bottom: 3px;
}

@media screen and (min-width: 1023px) {
  small {
    font-size: 0.45em;
  }
}

blockquote {
  font-style: italic;
}

.p-2 {
  padding: 15px;
}

.p-3 {
  padding: 30px;
}

.py-100 {
  padding: 70px 0 60px !important;
}

@media screen and (min-width: 1441px) {
  .py-100 {
    padding: 100px 0 90px !important;
  }
}

.py-40 {
  padding: 25px 0 !important;
}

@media screen and (min-width: 1023px) {
  .py-40 {
    padding: 40px 0 !important;
  }
}

.py-50 {
  padding: 25px 0 !important;
}

@media screen and (min-width: 1023px) {
  .py-50 {
    padding: 50px 0 !important;
  }
}

.py-80 {
  padding: 40px 0 !important;
}

@media screen and (min-width: 1023px) {
  .py-80 {
    padding: 80px 0 !important;
  }
}

.pt-lg-0 {
  padding-top: 60px !important;
}

@media screen and (min-width: 1441px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.row.g-2 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.g-2 > * {
  padding: 0 25px;
}

.ml-6 {
  margin-left: 4.2rem !important;
}

.m-r-2 {
  margin-right: 10px;
}

.m-r-3 {
  margin-right: 20px;
}

.m-r-5 {
  margin-right: 40px;
}

.m-b-5 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1023px) {
  .mt--60 {
    margin-top: -60px !important;
  }
}

h1 ~ table,
h2 ~ table,
p ~ table {
  margin-top: 20px;
}

.dot span:not(:last-child)::after {
  content: ".";
  margin: 0 5px;
  position: relative;
  top: -3px;
  font-weight: bold;
  opacity: 0.7;
}

.btn:focus,
button:focus {
  outline: none !important;
}

[class*="bg-"] {
  color: #ffffff;
}

.border-radius-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-animation: 50px;
  border-radius: 50px;
}

.border-radius-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-animation: 15px;
  border-radius: 15px;
}

.border-radius-15 img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-animation: 15px;
  border-radius: 15px;
}

.border-radius-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-animation: 20px;
  border-radius: 20px;
}

.border-radius-20 img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-animation: 20px;
  border-radius: 20px;
}

.border-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-animation: 10px;
  border-radius: 10px;
}

.border-radius-10 img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-animation: 10px;
  border-radius: 10px;
}

.border-radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-animation: 8px;
  border-radius: 8px;
}

.border-radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-animation: 4px;
  border-radius: 4px;
}

.border-soft {
  border-color: #acacac !important;
}

.border-outline-primary {
  border-color: #009bc7 !important;
  border-width: 1px;
  border-style: solid;
}

.border-none {
  border: none;
}

.bg-white {
  background-color: white !important;
}

.bg-theme,
.bg-primary {
  background-color: #009bc7 !important;
  color: #ffffff;
}

.bg-secondary-dark {
  background-color: #d80d34 !important;
}

.bg-secondary-gradient {
  padding: 75px 0;
  background: #0c0e0d;
  background: linear-gradient(45deg, #0c0e0d, #334b6f);
}

.bg-primary-dark {
  background-color: rgba(23, 114, 140, 0.75) !important;
}

.bg-primary-light {
  background-color: #79c4da !important;
  color: #000000;
}

.bg-primary-light .block__headline p {
  color: #acacac;
}

.bg-primary-light-xtr {
  background-color: rgba(121, 196, 218, 0.8) !important;
  color: #000000;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-light,
.bg-white {
  color: #000000;
}

.bg-dark {
  background-color: #00103a !important;
}

.bg-dark p {
  opacity: 0.88;
}

.bg-grey {
  background-color: #929292;
}

.link-item {
  color: #009bc7;
  opacity: 1;
  display: block;
}

@media screen and (min-width: 1441px) {
  .link-item {
    font-size: 18px;
  }
}

.link-item:hover {
  color: #009bc7 !important;
  opacity: 0.9;
}

.link-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.link-item .icon-arrow-right::before {
  display: none;
}

.link-text {
  color: #009bc7;
}

.link-text:hover {
  color: #17728c;
}

.link-active {
  color: inherit;
}

.link-active .fa,
.link-active .fas,
.link-active .far {
  color: #28a745;
}

.link-disabled {
  color: rgba(242, 242, 242, 0.65);
}

[class*="overlay"] {
  position: relative;
  color: #ffffff;
}

[class*="overlay"]:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

ul,
ol {
  margin-bottom: 0;
}

ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin-top: 50px;
}

.list > *:not(:last-child),
.list > li:not(:last-child) {
  margin-bottom: 10px;
}

.list__social li img {
  max-width: 80%;
}

@media screen and (min-width: 1280px) {
  .list__social li img {
    max-width: 100%;
  }
}

.list__social li:not(:last-child) {
  margin-right: 8px;
}

@media screen and (min-width: 1280px) {
  .list__social li:not(:last-child) {
    margin-right: 27px;
  }
}

.list__inline {
  margin-bottom: 5px;
  display: inline-block;
}

.list__inline li {
  display: inline-block;
}

.list__inline li:not(:last-child) {
  margin-right: 8px;
}

@media screen and (min-width: 768px), print {
  .list__inline--margin li:not(:last-child) {
    margin-right: 15px;
  }
}

.list__style {
  padding-left: 0px;
}

.list__style li {
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

.list__style--border {
  padding-left: 0;
}

.list__style--border li {
  padding: 12px 20px;
}

.list__style--border li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.list__style--coln {
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  .list__style--coln {
    margin-bottom: 45px;
  }
}

.list__style--coln li {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.list__style--coln-2 {
  padding-left: 1px;
}

.list__style--coln-2 li {
  display: inline-block;
  width: 49%;
}

@media screen and (min-width: 993px), print {
  .list__style--coln-2 li {
    width: 38%;
  }
}

@media screen and (min-width: 1280px) {
  .list__style--coln-2 li {
    width: 33%;
  }
}

@media screen and (min-width: 1441px) {
  .list__style--coln-2 li {
    width: 36%;
  }
}

.list__style--coln-2-last {
  padding-left: 1px;
}

.list__style--coln-2-last li {
  display: inline-block;
  width: 49%;
}

.list__style--coln-2-last li:last-child {
  width: 100%;
}

.list__style--circle li {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .list__style--circle li {
    margin-bottom: 20px;
  }
}

.list__style--circle li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-animation: 50%;
  border-radius: 50%;
  background-color: #009bc7;
  top: 9px;
  left: -19px;
}

@media screen and (min-width: 1023px) {
  .list__style--focus {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1441px) {
  .list__style--focus {
    padding-left: 30px;
  }
}

.list__style--focus li {
  margin-bottom: 20px;
}

.list__style--focus li:nth-child(1) {
  margin-top: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 1280px) {
  .list__style--focus li:nth-child(1) {
    margin-top: -40px;
    margin-left: -55px;
  }
}

@media screen and (min-width: 1441px) {
  .list__style--focus li:nth-child(1) {
    margin-top: 0px;
    margin-left: 0px;
  }
}

.list__style--focus li:nth-child(1) .box__outline-content {
  padding-bottom: 40px;
}

.list__style--focus li:nth-child(2) {
  margin-top: 0px;
  margin-left: 0px;
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .list__style--focus li:nth-child(2) {
    margin-top: -40px;
    margin-left: -110px;
  }
}

@media screen and (min-width: 1441px) {
  .list__style--focus li:nth-child(2) {
    margin-top: -40px;
    margin-left: -88px;
  }
}

.list__style--focus li:nth-child(2) .box__outline {
  border: none;
}

.list__style--focus li:nth-child(3) {
  margin-top: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 1280px) {
  .list__style--focus li:nth-child(3) {
    margin-top: -50px;
    margin-left: 60px;
  }
}

@media screen and (min-width: 1441px) {
  .list__style--focus li:nth-child(3) {
    margin-top: -50px;
    margin-left: 90px;
  }
}

.list__style--focus li:nth-child(3) .box__outline-content {
  padding-top: 45px !important;
}

@media screen and (min-width: 1441px) {
  .list__style--focus li:nth-child(3) .box__outline-content {
    padding-top: 58px !important;
  }
}

.list__style-wrap {
  padding: 8px 0;
  margin: 0;
}

.list__style-wrap li {
  list-style: none;
  margin-bottom: 0;
}

.list__style-none {
  padding-left: 0;
}

.list__style-none li {
  list-style: none;
  margin-bottom: 10px;
}

.list__items {
  padding-left: 0;
  margin-bottom: 0;
}

.list__items ul {
  margin-bottom: 0;
}

.list__items li {
  display: inline-block;
}

.list__items--col4 li {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-bottom: 22px;
}

@media screen and (min-width: 768px), print {
  .list__items--col4 li {
    width: 32%;
  }
}

@media screen and (min-width: 1023px) {
  .list__items--col4 li {
    width: 24.4%;
  }
}

.list__items .icon {
  width: auto;
}

.list__arrow {
  list-style: none;
}

.list__arrow li {
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .list__arrow li {
    margin-bottom: 1rem;
  }
}

.list__arrow li::before {
  content: "";
  background-image: url(../images/icons/svg/icon-list-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 11px;
  display: inline-block;
  position: absolute;
  left: -23px;
  top: 7px;
}

.list__arrow li.top-9px::before {
  top: 9px !important;
}

.mr-list-15 li:not(:last-child) {
  margin-right: 21px;
}

.mr-list-25 li:not(:last-child) {
  margin-right: 25px;
}

.justify-content-between.equal > * {
  width: 48%;
}

.justify-content-between.equal > * .btn {
  width: 100% !important;
}

.block__overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.block__relative {
  position: relative;
}

.block__absolute {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.block__absolute.overlay + * {
  color: #ffffff;
}

.block__absolute--center {
  height: auto;
  transform: translate(-50%);
  left: 50%;
}

.block__absolute--right {
  left: auto;
  right: 0px;
  width: auto;
  margin: 0;
}

.block__absolute--right-tp {
  left: auto;
  right: 0px;
  top: 0;
}

.block__absolute--bottom {
  top: auto;
  bottom: 15px;
}

.block__absolute--bottom-center {
  height: auto;
  transform: translate(-50%);
  left: 50%;
  top: auto;
  bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 1441px) {
  .block__absolute--bottom-center {
    bottom: 45px;
  }
}

.block__absolute--bottom-right {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}

.block__absolute--topLeft {
  opacity: 0.1;
  left: -170px;
  top: -80px;
}

.block__absolute--topRight {
  left: auto;
  right: -40px;
  max-width: 600px;
  top: -131px;
  opacity: 0.2;
}

.block__absolute--wrap {
  overflow: hidden;
}

.block__absolute--wrapper {
  position: relative;
  z-index: 1;
}

.block__center {
  text-align: center;
  margin: 0 auto 20px;
}

.block__center--max855 {
  max-width: 38rem !important;
}

@media screen and (min-width: 1441px) {
  .block__center--max855 {
    max-width: 855px !important;
  }
}

.block__center--max500 {
  max-width: 450px !important;
}

@media screen and (min-width: 1441px) {
  .block__center--max500 {
    max-width: 500px !important;
  }
}

@media screen and (min-width: 1023px) {
  .block__center {
    max-width: 60%;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1441px) {
  .block__center {
    margin-bottom: 57px;
  }
}

.block__dark .text-1,
.block__dark .text-2,
.block__dark .text-3,
.block__dark .text-4,
.block__dark .text-5,
.block__dark .text-6 {
  color: #000000;
}

.selected-item {
  background-color: rgba(0, 155, 199, 0.1);
}

section {
  padding: 50px 0;
}

@media screen and (min-width: 1023px) {
  section {
    padding: 40px 0;
  }
}

.inner section {
  padding: 30px 0;
}

@media screen and (min-width: 1023px) {
  .inner section {
    padding: 70px 0;
  }
}

section.page-single {
  padding: 50px 0;
}

section.hero-bottom {
  padding: 65px 0;
}

.box-shadow {
  -ms-box-shadow: -5px 1rem 3.5rem rgba(0, 0, 0, 0.08) !important;
  -o-box-shadow: -5px 1rem 3.5rem rgba(0, 0, 0, 0.08) !important;
  box-shadow: -5px 1rem 3.5rem rgba(0, 0, 0, 0.08) !important;
}

@media screen and (min-width: 1441px) {
  .box-shadow {
    -ms-box-shadow: -6px 1.8rem 4.1rem rgba(0, 0, 0, 0.15) !important;
    -o-box-shadow: -6px 1.8rem 4.1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: -6px 1.8rem 4.1rem rgba(0, 0, 0, 0.15) !important;
  }
}

[class*="top"] {
  position: relative;
}

.top-2 {
  top: -2px;
}

.top-4 {
  top: -4px;
}

.top-5 {
  top: -5px;
}

.top-7 {
  top: -7px;
}

.top-40 {
  top: -40px;
}

.top-m-60 {
  top: 50px;
  margin-top: -60%;
}

.top-m-80 {
  margin-top: -82%;
  top: 46px;
}

.item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .item-center figure {
    text-align: center;
  }
}

.border-top-primary {
  border-top: 3px solid #009bc7;
}

.border-top-light {
  border-top: 1px solid rgba(172, 172, 172, 0.4);
}

.border-outline-light {
  border-color: #acacac;
  border-style: solid;
  border-width: 1px;
}

.z-index {
  position: relative;
  z-index: 1;
}

.sticky {
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important;
  top: 120px;
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (min-width: 1441px) {
  .container {
    max-width: 1394px;
  }
}

.container-narrow {
  padding: 0 35px;
}

@media screen and (min-width: 1441px) {
  .container-narrow {
    padding: 0 55px;
  }
}

@media screen and (min-width: 1023px) {
  .container-narrow .row-content {
    padding-right: 20%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .row-1 {
    margin-bottom: 25%;
  }
}

@media screen and (min-width: 1023px) {
  .row-1 {
    padding-left: 47px !important;
    padding-right: 22px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1441px) {
  .row-1 {
    padding-left: 99px !important;
    padding-right: 46px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .row-2 {
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 1023px) {
  .row-2 {
    padding: 23px 25px 22px 0 !important;
  }
}

@media screen and (min-width: 1441px) {
  .row-2 {
    padding: 50px 63px 65px 15px !important;
  }
}

.row-3 {
  padding: 25px 0 0 0;
}

@media screen and (max-width: 767px) {
  .row-3 {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 993px), print {
  .row-3 {
    padding: 25px 0 0 12px;
  }
}

@media screen and (min-width: 1023px) {
  .row-1 .row-content {
    padding-left: 44px;
    padding-right: 10%;
  }
}

@media screen and (min-width: 1023px) {
  .row-2 .row-content {
    padding-left: 6%;
    padding-right: 3%;
  }
}

@media screen and (min-width: 1023px) {
  .row-3 .row-content {
    padding-left: 10%;
    padding-right: 2%;
  }
}

@media screen and (min-width: 1441px) {
  .row-3 .row-content {
    padding-left: 7px;
    padding-right: 10%;
  }
}

.row-content p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #acacac;
}

@media screen and (max-width: 992px) {
  .row-content p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1023px) {
  .row-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1441px) {
  .row-content p {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 28px;
  }
}

.logo-brand img {
  margin-bottom: 0 !important;
}

.logo-max img {
  max-width: 140px;
}

.list-none {
  list-style: none;
}

@keyframes popOut {
  0% {
    opacity: 0;
    transform: scale(0.9);
    top: 40px;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    top: 56px;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

.h1,
h1,
.h2,
h2 {
  line-height: 1.3;
}

.h2,
h2 {
  font-size: 1.4rem;
}

.h3,
h3 {
  font-size: 1.4rem;
}

.h4,
h4 {
  font-size: 1.1rem;
}

.h5,
h5 {
  font-size: 0.85rem;
}

.text {
  color: rgba(0, 0, 0, 0.95);
  line-height: 1.4;
  font-size: 1rem;
}

@media screen and (min-width: 1023px) {
  .text {
    font-size: 1.1rem;
  }
}

.text__border {
  margin-bottom: 25px;
  position: relative;
}

.text__border:after {
  content: "";
  border-bottom: 2px solid;
  width: 35px;
  display: block;
  padding-top: 7px;
  position: absolute;
  border-color: #009bc7;
}

.text__border--center:after {
  content: "";
  border-bottom: 3px solid;
  width: 40px;
  display: block;
  padding-top: 7px;
  position: absolute;
  bottom: -10px;
  top: auto;
  left: 50%;
  transform: translate(-50%);
  border-color: #009bc7;
}

.text-1 {
  font-size: 2.8125rem;
  letter-spacing: -0.2px;
  line-height: 1.2;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .text-1 {
    text-align: center;
  }
}

.text-1 span {
  display: inline-block;
}

.text-1 small {
  color: #009bc7;
  position: relative;
  top: 4px;
}

@media screen and (min-width: 1441px) {
  .text-1 {
    font-size: 52px;
  }
}

.text-2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
  color: #4d4d4d;
}

.text-2 small {
  color: #009bc7;
  font-size: 45%;
  position: relative;
  top: 4px;
}

.text-2 span {
  margin-right: 10px;
  display: inline-block;
}

@media screen and (min-width: 1441px) {
  .text-2 {
    font-size: 32px;
    line-height: 1.3;
    line-height: 40px;
  }
}

.text-3 {
  font-size: 1.4rem;
  line-height: 1.55;
  color: #4d4d4d;
  letter-spacing: -0.2px;
}

@media screen and (min-width: 1441px) {
  .text-3 {
    font-size: 24px;
  }
}

.text-3 small {
  color: #009bc7;
  position: relative;
  top: 4px;
}

.text-4 {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #4d4d4d;
  letter-spacing: -0.2px;
}

.text-4 span {
  margin-right: 8px;
  display: inline-block;
}

@media screen and (min-width: 1441px) {
  .text-4 {
    font-size: 20px;
  }
}

.text-5 {
  font-size: 1rem;
  color: #4d4d4d;
}

@media screen and (min-width: 1441px) {
  .text-5 {
    font-size: 18px;
  }
}

.text-6 {
  color: #4d4d4d;
  font-size: 0.9rem;
}

@media screen and (min-width: 1441px) {
  .text-6 {
    font-size: 16px;
  }
}

.text-7 {
  font-size: 12px;
}

@media screen and (min-width: 1023px) {
  .text-7 {
    font-size: 14px;
  }
}

.text-lt {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-md {
  font-weight: 500;
}

.text-lg {
  font-size: 2.7rem;
  line-height: 1.2;
}

.text-lg > small {
  opacity: 0.5;
  padding-right: 3px;
}

@media screen and (min-width: 1441px) {
  .text-lg {
    font-size: 48px;
  }
}

.text-bold {
  font-weight: bold !important;
}

.text-black {
  color: #000000;
}

.text-bolder {
  font-weight: 700 !important;
}

.text-primary {
  color: #009bc7 !important;
}

.text-primary-light {
  color: rgba(0, 155, 199, 0.8);
}

.text-primary:hover {
  color: #009bc7 !important;
}

.text-secondary-dark {
  color: #d80d34;
}

.text-soft {
  font-weight: 300;
  color: #f2f2f2;
}

.text-mid {
  margin: 0 5px !important;
}

.text-sm {
  font-size: 16px;
  font-weight: 400;
}

.text-xs {
  font-size: 13px;
}

.text-spec {
  position: relative;
}

.text-spec span {
  position: relative;
  background-color: #ffffff;
  padding: 5px 20px;
  margin: 0;
  z-index: 1;
}

.text-spec::after {
  content: "";
  border-bottom: 2px solid #009bc7;
  width: 135%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 50%;
  z-index: 0;
}

.text-normal {
  text-transform: none !important;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 10px;
  font-size: 0.87rem;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 16px;
  overflow: hidden;
  outline: 0 none;
  cursor: pointer;
  transition: all 0.5s;
  min-height: 3rem;
  padding: 0.68rem 0.5rem;
  min-width: 7.5rem;
  max-width: 100%;
  text-transform: capitalize;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-animation: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 12px;
  }
}

@media screen and (min-width: 481px), print {
  .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 993px), print {
  .btn + .btn {
    margin-left: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .btn + .btn {
    margin-left: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 481px), print {
  .btn {
    width: auto;
  }
}

@media screen and (min-width: 993px), print {
  .btn {
    font-size: 13px;
    min-height: 2.1rem;
  }
}

@media screen and (min-width: 1441px) {
  .btn {
    font-size: 16px;
    min-width: 153px;
    padding: 15px;
  }
}

.btn__shape {
  min-height: 3.5rem;
}

.btn__shape--outline {
  background-color: transparent !important;
  min-height: 3.5rem;
  border: 2px solid #f2f2f2;
  padding: 12px 25px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .btn__shape--outline {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none;
  opacity: 0.9;
  text-decoration: none;
}

.btn:hover::before {
  opacity: 0.08;
}

.btn:hover:focus::before {
  opacity: 0.3;
}

.btn:focus::before {
  opacity: 0.24;
}

.btn:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.btn:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

.btn:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
  box-shadow: none;
  cursor: initial;
}

.btn:disabled::before,
.btn:disabled::after {
  opacity: 0;
}

.btn-img {
  padding: 8px !important;
  margin: 0 !important;
  width: 47%;
  height: 50px;
  text-transform: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.btn-img:hover,
.btn-img:focus {
  background-color: inherit;
  color: inherit;
  outline: none;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-img img {
  width: auto;
  height: 100%;
  margin: 0 !important;
  float: left;
}

.btn-img.active {
  background-color: inherit !important;
  color: inherit !important;
}

.btn-link {
  background-color: transparent;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #009bc7;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
}

.btn-link:hover {
  color: #009bc7 !important;
}

.btn-link-text {
  font-weight: 500;
}

.btn-link-text::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px), print {
  .btn + .btn {
    margin-left: 10px;
  }
}

.btn-primary {
  background-color: #009bc7 !important;
  border-color: #009bc7 !important;
  color: #ffffff;
  font-weight: 500 !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #17728c;
  border-color: #17728c;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #17728c;
  border-color: #17728c;
  color: #ffffff;
}

.btn-primary-gradient {
  background: #17728c;
  background: linear-gradient(45deg, #17728c, #009bc7);
  font-weight: bold;
}

.btn-secondary {
  background-color: #d5163d;
  border-color: #d5163d;
  color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:active {
  color: #ffffff;
  background-color: rgba(213, 22, 61, 0.8);
  border-color: rgba(213, 22, 61, 0.8);
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-danger {
  background-color: rgba(237, 21, 21, 0.62);
  border-color: rgba(237, 21, 21, 0.62);
}

.btn-lg {
  min-width: 12.05rem;
  min-height: 3.5rem;
  padding: 12px 25px;
  font-size: 0.865rem;
}

@media screen and (min-width: 1441px) {
  .btn-lg {
    min-width: 240px;
    min-height: 64px;
    font-size: 17px;
  }
}

.btn-xs {
  padding: 3px 15px;
  min-width: 50px;
  min-height: 20px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .btn-xs-max .btn {
    max-width: 100% !important;
  }
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #acacac;
}

.btn-outline__parent > .btn {
  border: 1px solid #acacac;
}

.btn-outline-theme,
.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #009bc7;
  color: #009bc7;
  font-weight: bold;
}

.btn-outline-theme:hover,
.btn-outline-primary:hover {
  background-color: #009bc7;
  border-color: #009bc7;
}

.btn-outline-secondary-dark {
  border-color: #d80d34;
}

.btn-outline-secondary-dark:hover {
  background-color: #d80d34;
}

.btn-outline-dark {
  background-color: #d80d34 !important;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: rgba(0, 155, 199, 0.7);
  border-color: #009bc7;
}

.btn-outline-light {
  border-color: #acacac;
}

.btn-radius {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-animation: 100px;
  border-radius: 100px;
}

@media screen and (min-width: 481px), print {
  .btn-list-sm {
    display: flex;
    justify-content: space-between;
  }
}

.btn-list-sm > * {
  width: 100%;
}

@media screen and (min-width: 481px), print {
  .btn-list-sm > * {
    width: 48%;
  }
}

@media screen and (min-width: 1023px) {
  .btn-list-sm > * {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .btn-list-sm > *:not(:last-child) {
    margin-bottom: 12px;
  }
}

.btn-group .btn-sm {
  padding: 3px 10px;
  min-height: 30px;
  font-size: 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-animation: 4px;
  border-radius: 4px;
  min-width: 130px;
}

@media screen and (min-width: 1023px) {
  .btn-group .btn-sm {
    min-width: 100px;
  }
}

.btn-group.d-flex .btn-sm {
  min-height: 35px;
}

@media screen and (min-width: 1023px) {
  .btn-group.d-flex .btn-sm {
    min-height: 40px;
  }
}

.btn-idle:hover {
  background-color: inherit;
  cursor: auto !important;
  color: inherit !important;
}

.form-group label {
  color: #334062;
  font-size: 14px;
  font-weight: 600;
}

.form-control {
  padding: 13px 15px;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #f2f3f5;
}

.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #f2f3f5;
}

@media screen and (min-width: 768px), print {
  .form-control {
    height: 48px;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px;
  }
}

input {
  max-height: 48px !important;
}

textarea {
  resize: none;
  height: 72px !important;
}

@media screen and (min-width: 1023px) {
  textarea {
    height: 132px !important;
  }
}

.input-group {
  height: 40px;
}

@media screen and (min-width: 768px), print {
  .input-group {
    height: 48px;
  }
}

.input-group-text {
  background-color: #f2f3f5;
  border: none;
  border-radius: 10px;
  padding-right: 0;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 99999999;
}

#preloader-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading-msg {
  width: 100%;
  font-size: 0.75em;
  color: #555;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #009bc7;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite ease;
}

#loading-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: #333;
  font-size: 0.8em;
}

.paginationjs .paginationjs-pages li.active > a {
  background-color: #009bc7;
  height: 42px !important;
}

.paginationjs .paginationjs-pages li a {
  height: 40px !important;
  line-height: 40px !important;
  min-width: 36px !important;
  font-size: 15px !important;
}

.paginationjs .paginationjs-pages li.disabled > a {
  background-color: #009bc7;
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:last-child {
  line-height: 38px !important;
}

.paginationjs .paginationjs-pages li:first-child > a,
.paginationjs .paginationjs-pages li:last-child > a {
  line-height: 38px !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .custom-control-input.is-invalid ~ .custom-control-label,
.color-primary .custom-control-input:invalid ~ .custom-control-label,
.color-primary .custom-control-input.is-invalid ~ .custom-control-label {
  color: inherit;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.was-validated .custom-control-input.is-invalid ~ .custom-control-label::before,
.color-primary .custom-control-input:invalid ~ .custom-control-label::before,
.color-primary
  .custom-control-input.is-invalid
  ~ .custom-control-label::before {
  border-color: #009bc7;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.color-primary .custom-control-input:valid ~ .custom-control-label {
  color: inherit;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label,
.color-primary .custom-control-input:valid:checked ~ .custom-control-label {
  color: inherit;
}

.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.color-primary
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #acacac;
  background-color: transparent;
}

.color-secondary-dark .custom-control-input:invalid ~ .custom-control-label,
.color-secondary-dark .custom-control-input.is-invalid ~ .custom-control-label {
  color: inherit;
}

.color-secondary-dark
  .custom-control-input:invalid
  ~ .custom-control-label::before,
.color-secondary-dark
  .custom-control-input.is-invalid
  ~ .custom-control-label::before {
  border-color: #d80d34;
}

.pricing-desc
  .color-secondary-dark
  .custom-control-input:invalid
  ~ .custom-control-label::before,
.pricing-desc
  .color-secondary-dark
  .custom-control-input.is-invalid
  ~ .custom-control-label::before {
  border-color: #acacac;
}

.color-secondary-dark .custom-control-input:valid ~ .custom-control-label {
  color: inherit;
}

.color-secondary-dark
  .custom-control-input:valid:checked
  ~ .custom-control-label {
  color: inherit;
}

.color-secondary-dark
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #d80d34;
  background-color: #d80d34;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #acacac;
  background-color: transparent;
  top: -0.05rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-position: 47%;
  background-size: 49%;
  background: none;
  background-color: #009bc7;
  width: 10px;
  height: 10px;
  left: -1.31rem;
  top: 3px;
}

@media screen and (min-width: 1441px) {
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-position: center;
    background-size: auto;
    left: -1.2rem;
    top: 4px;
  }
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  top: 0.08rem;
}

.custom-control-label:before,
.custom-control-label:after {
  content: "";
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-animation: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 1441px) {
  .custom-control-label:before,
  .custom-control-label:after {
    width: 20px;
    height: 20px;
  }
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  height: 100%;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement.round,
.input-number-increment.round {
  min-height: 30px;
  min-width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-animation: 50px;
  border-radius: 50px;
}

.inner-breadcrumb {
  padding: 20px 0;
}

.inner-breacrumb-text {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  padding: 0;
}

.inner-breacrumb-text ul {
  z-index: 20;
  background: white;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.inner-breacrumb-text ul li {
  padding-right: 5px;
  color: black;
}

.inner-breacrumb-text ul .bread-link {
  position: relative;
}

.inner-breacrumb-text ul .bread-link a {
  color: black;
  font-weight: 600;
}

.inner-breacrumb-text ul .bread-link:after {
  content: "  ";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 600;
  text-decoration: inherit;
  margin-left: 5px;
  color: black;
  font-size: 10px;
}

.inner-breacrumb-text::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #e7e7e7;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.slick-arrow {
  font-family: "Font Awesome 5 Free";
}

.slick-next:before {
  content: "\f054";
}

.slick-prev:before {
  content: "\f053";
}

.social-icons {
  display: flex;
}

.social-icons li {
  width: 35px;
  height: 35px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
}

.social-icons li.facebook {
  background-color: #4267b2;
}

.social-icons li.twitter {
  background-color: #55acee;
}

.social-icons li.instagram {
  background-color: #cc377b;
}

.social-icons li.youtube {
  background-color: #db1f27;
}

.social-icons li i {
  color: #fff;
}

.darkmode--activated .darkmode-toggle {
  background: #fff;
}

.darkmode--activated .darkmode-toggle i {
  color: #000;
}

.darkmode-toggle i {
  color: #fff;
}

.ticker__wrapper {
  display: flex;
}

.ticker__wrapper h2 {
  margin: 0;
  background: #d5163d;
  color: #fff;
  white-space: nowrap;
  padding: 5px 10px;
  height: 50px;
  line-height: 42px;
}

.ticker__viewport {
  background: #fff;
  color: #222222;
  overflow: hidden;
  padding: 10px 0;
}

.ticker__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.ticker__item {
  display: inline-block;
  white-space: nowrap;
  padding-right: 40px;
}

.header-main-meta {
  padding-top: 5px !important;
}

.hm-pad {
  padding: 0 30px;
}

.hmm-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
}

.hmm-right ul {
  justify-content: flex-end;
}

.hmmr-btns {
  display: flex;
  margin-bottom: 5px;
}

.hmmr-btns li {
  padding: 0 10px 0 20px;
  font-weight: 600;
}

.hmmr-btns li i {
  margin-right: 5px;
}

.hmm-left ul li {
  font-weight: 600;
}

.hmm-left ul li i {
  color: #d5163d;
  margin-right: 5px;
}

.hmm-mid img {
  height: 100px;
  width: 300px;
  object-fit: contain;
}

.header-main-nav.nav-up {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s ease;
}

.header-main-nav {
  background-color: #009bc7;
  position: relative;
}

.header-main-nav .collapse {
  justify-content: center;
}

.header-main-nav .nav-item {
  padding: 0;
}

.header-main-nav .navbar-nav .nav-link {
  color: white;
  font-weight: 600;
  padding: 0 20px;
  font-size: 0.9 rem;
  transition: 0.5s;
}

.header-main-nav .navbar-nav .nav-link:hover {
  color: white !important;
}

.header-main-nav .navbar-light .navbar-nav .active > .nav-link {
  color: white;
}

.header-main-nav .navbar-light .navbar-nav .active > .nav-link,
.header-main-nav .navbar-light .navbar-nav .nav-link.active,
.header-main-nav .navbar-light .navbar-nav .nav-link.show,
.header-main-nav .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

.header-main-nav .dropdown-menu {
  top: 96%;
  background-color: #009bc7;
  border: none;
  border-radius: 0;
}

.header-main-nav .dropdown-item {
  font-weight: 600;
  color: #ffffff;
}

.header-main-nav .dropdown-item:hover {
  color: white;
}

.header-dark-mode {
  display: flex;
  align-items: center;
  margin: 0 25px;
}

.header-dark-mode strong {
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  border-radius: 50px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin-bottom: 0;
  box-shadow: 0 0 1px #2196f3;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: #2196f3;
}

.switch input:checked + .slider:before {
  transform: translateX(13px);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50px;
}

.slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50px;
}

#header-search {
  position: relative;
  margin: 0 10px;
  transition: 0.1s linear;
  cursor: pointer;
}

#header-search i {
  color: white;
  height: 40px;
  width: 25px;
  text-align: center;
  line-height: 40px;
}

.sidepanel {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: -300px;
  background-color: #1a1a1a;
  overflow-x: hidden;
  padding: 40px 0 20px;
  transition: 0.5s;
  box-shadow: 4px 0px 11px 0px #1a1a1a8f;
  /* Handle on hover */
}

.sidepanel span {
  background: #1a1a1a;
  display: block;
  padding-bottom: 10px;
  margin: 0 15px 10px;
}

.sidepanel span a img {
  height: 100px;
  object-fit: contain;
}

.sidepanel .sidepanel-nav {
  padding: 0 10px;
}

.sidepanel .sidepanel-nav li {
  width: 48%;
  display: inline-block;
}

.sidepanel .sidepanel-nav li a {
  padding: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  display: block;
  transition: 0.3s;
  border-radius: 3px;
  border-left: 5px solid transparent;
}

.sidepanel .sidepanel-nav li a:hover {
  margin-left: 10px;
}

.sidepanel .sidepanel-nav li:nth-child(odd) {
  border-right: 1px solid #424242;
}

.sidepanel .sidepanel-address {
  padding: 0 20px;
  margin: 30px 0;
  text-align: center;
}

.sidepanel .sidepanel-address h4 {
  color: white;
  margin-bottom: 10px;
  border-bottom: 3px solid #d5163d;
  display: inline-block;
}

.sidepanel .sidepanel-address ul {
  text-align: center;
}

.sidepanel .sidepanel-address ul li {
  color: white;
}

.sidepanel .sidepanel-address ul li a {
  color: white;
  font-size: 1rem;
}

.sidepanel .sidepanel-social {
  padding: 0 30px;
  justify-content: space-between;
}

.sidepanel .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  background: #d5163d;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px solid #d5163d;
  border-radius: 50%;
  text-align: center;
  transition: 0.2s linear;
}

.sidepanel .closebtn:hover {
  border-color: white;
  color: #d5163d;
  background-color: white;
}

.sidepanel::-webkit-scrollbar {
  width: 5px;
}

.sidepanel::-webkit-scrollbar-track {
  background: gray;
}

.sidepanel::-webkit-scrollbar-thumb {
  background: #d5163d;
  border-radius: 50px;
}

.sidepanel::-webkit-scrollbar-thumb:hover {
  background: #d3610b;
}

.openbtn {
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: none;
}

/* .openbtn i {
  height: 40px;
  width: 25px !important;
} */

.search__box {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
  background-color: #d8dee5;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 999;
}

.search__box.active {
  height: auto;
}

.search__box .search-field-wrap {
  padding: 10px;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-left: auto;
}

.search__box .search-field-wrap input[type="text"],
.search__box .search-field-wrap input.main--search--box {
  opacity: 0.6;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
  width: 100%;
  font-size: 15px;
  color: #000;
  border: none;
  padding: 0 14px;
}

.search__box .search-field-wrap i {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 32px;
  z-index: -1;
}

.search__box .btn-primary {
  min-width: 200px;
}

.card-text,
.card-title {
  font-weight: 600;
}

.card-title,
.card-title a,
.block-four h3 a,
.block-four h5 a,
.block-seven h5 a,
.block-three h5 a,
.block-three h3 a {
  color: #4d4d4d;
}

.card-title:hover,
.card-title a:hover,
.block-four h3 a:hover,
.block-four h5 a:hover,
.block-seven h5 a:hover,
.block-three h5 a:hover,
.block-three h3 a:hover {
  color: #17728c;
}

.author__wrap,
.post__time,
.post__comments,
.post__date {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  margin-right: 1.1em;
}

.post__time i,
.post__comments i {
  margin-right: 0.4em;
  font-size: 0.875rem;
}

.post__date i {
  margin-right: 0.4em;
  font-size: 0.75rem;
}

.post__time,
.post__comments,
.post__date {
  font-size: 0.875rem;
}

.head-wrap {
  position: relative;
}

.home-title {
  margin-bottom: 5px;
  color: #fff;
  padding: 10px 0;
  border-top: 2px solid #4d4d4d;
}

.home-title h2 {
  font-weight: 600;
}

.home-title h2 a {
  color: #4d4d4d;
}

.btn-all {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #4d4d4d;
  transition: all 0.5s ease;
}

.btn-all i {
  font-size: 12px;
  margin-left: 5px;
}

.btn-all:hover {
  right: 20px;
  color: #d5163d;
}

.news__block-one {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

.news__block-one h2 {
  font-weight: 600;
}

.news__block-one h2 a {
  color: #4d4d4d;
}

.news__block-one .post__time i,
.news__block-one .post__comments i,
.news__block-one .post__date i {
  font-size: 1rem;
}

.news__post-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news__post-info .author__img {
  height: 25px;
  width: 25px;
  max-width: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.4em;
  border: 1px solid #f2f2f2;
}

.news__post-info .author__wrap label {
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
}
.news__post-info .author__wrap label a {
  color: black;
}
.news__image {
  text-align: center;
  width: 100%;
  height: 100%;
}

.news__text {
  text-align: center;
}

.news .block-two .nav .nav-link {
  color: #494949;
  padding: 10px 15px 5px;
  margin-bottom: 5px;
  border-radius: 0;
  background: #f6f6f6;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.news .block-two .nav .nav-link.active,
.news .block-two .nav .nav-link:hover {
  background: #d5163d;
  color: #fff;
}

.news .block-two .tab-content .card-group {
  margin: 0 -10px;
}

.news .block-two .tab-content .card-group .card {
  padding: 0 10px;
  border: none;
}

.news .block-two .tab-content .card-group .card .card-title {
  font-size: 1rem;
}

.news .block-three .section-title {
  margin-top: 10px;
}

.news .block-three .section-wrap {
  display: flex;
}

.news .block-three .section-list .section-title {
  margin-top: 0;
}

.news .block-three .section-list .section-img {
  min-width: 90px;
  width: 90px;
  margin-right: 10px;
}

.news .block-four .post__date i {
  font-size: 1em;
}

.news .block-four .section-title {
  margin-top: 10px;
}

.news .block-five {
  background: #1b1b1b;
}

.news .block-five .home-title {
  border-color: #fff;
}

.news .block-five .home-title h2 {
  color: #fff;
}

.news .block-five .btn-all {
  color: #fff;
}

.news .block-five .slick-slide {
  padding: 5px;
}

.news .block-five .single-wrap {
  background: #fff;
  margin-bottom: 10px;
}

.news .block-five .single-wrap .single-text {
  padding: 10px;
  font-weight: 600;
}

.news .block-five .slider-nav .slick-list {
  margin-right: -10px;
  margin-left: -10px;
}

.news .block-five .slider-nav .slick-slide {
  margin: 0 10px;
}

.news .block-six .card,
.news .block-ten .card {
  position: relative;
  background: #f2f2f2;
  border: 0;
}

.news .block-six .card:after,
.news .block-ten .card:after {
  content: "";
  position: absolute;
  border-right: 22px solid #fff;
  border-top: 22px solid #bcb9b9;
  bottom: 0;
  right: 0;
}

.news .block-six .card-img-top,
.news .block-ten .card-img-top {
  min-height: 200px;
}

.news .block-six .card-text,
.news .block-six .card-text a,
.news .block-ten .card-text,
.news .block-ten .card-text a {
  font-size: 1rem;
  color: #4d4d4d;
}

.news .block-six .card-text:hover,
.news .block-six .card-text a:hover,
.news .block-ten .card-text:hover,
.news .block-ten .card-text a:hover {
  color: #17728c;
}

.news .block-seven .card {
  margin-bottom: 20px;
}

.news .block-eight .card {
  margin: 0 10px;
}

.news .block-eight .card .card-text,
.news .block-eight .card .card-text a {
  color: #4d4d4d;
}

.news .block-eight .card .card-text:hover,
.news .block-eight .card .card-text a:hover {
  color: #17728c;
}

.news .block-eight .card .card-img-top {
  min-height: 200px;
}

.news .block-eight .block-slider {
  margin: 0 -10px;
}

.news .block-eight .slick-arrow {
  right: 30px;
  top: -57px;
}

.news .block-eight .slick-arrow:before {
  font-size: 30px;
  color: #d5163d;
}

.news .block-eight .slick-arrow.slick-prev {
  left: calc(100% - 100px);
}

.news .block-eight .section-list {
  li: false;
  li-margin-bottom: 15px;
}

.news .block-eight .section-wrap {
  display: flex;
  background: #fff;
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
  padding: 10px;
  margin-bottom: 15px;
}

.news .block-eight .section-image {
  min-width: 100px;
  width: 100px;
  height: 100px;
}

.news .block-eight .section-image img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-animation: 50%;
  border-radius: 50%;
}

.news .block-eight .section-content {
  margin-left: 25px;
  font-size: 0.875rem;
  position: relative;
}

.news .block-eight .section-content:before {
  content: "";
  top: 0;
  height: 16px;
  width: 16px;
  display: block;
  background: url(../images/quote.png);
  position: absolute;
  left: -25px;
}

.news .block-eight .section-content .name {
  margin-top: 20px;
  color: #d5163d;
  float: right;
}

.news .block-nine .section-wrap {
  display: flex;
  background: #fff;
  -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 15px;
}

.news .block-nine .section-image {
  min-width: 130px;
  width: 130px;
  margin-right: 15px;
}

.news .block-nine .section-image img {
  width: 100%;
  height: 100%;
}

.news .block-nine .section-text h5 {
  margin-bottom: 0;
}
.news .block-nine .section-text h5 a {
  color: #4d4d4d;
}
.news .block-ten .card-img-top {
  position: relative;
  min-height: 200px;
}

.news .block-ten .tag {
  position: absolute;
  bottom: -15px;
}

.news .block-ten .tag a {
  background: #d5163d;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 25px;
  height: 30px;
}

.video-sec {
  background: #1b1b1b;
  margin: 40px 0 40px 0;
}

.video-sec .head-wrap h2,
.video-sec .head-wrap .btn-all,
.video-sec .head-wrap .home-title {
  color: #fff;
  border-color: #fff;
}

.video-l .video-dtl strong {
  display: block;
}

.video-l .video-dtl {
  padding: 20px 10px;
}

.video-l .video-dtl strong a {
  display: inline-block;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  transition: 0.4s;
}

.video-l .video-dtl strong a:hover {
  color: #f21745;
}

.video-l .img-wrap figure .icn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-l .img-wrap figure .icn-wrap i {
  color: #fff;
  font-size: 70px;
  transition: 0.4s;
}

.video-l .img-wrap figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.video-l .img-wrap:hover figure .icn-wrap i {
  color: #f21745;
}

.video-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.video-m {
  display: flex;
  align-items: center;
}

.video-m .img-wrap {
  width: 180px;
}

.video-m .videom-dtl {
  width: calc(100% - 180px);
  padding: 20px;
}

.video-m .videom-dtl strong {
  display: block;
}

.video-m .videom-dtl strong a {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
}

.video-m .videom-dtl strong a:hover {
  color: #f21745;
}

.video-m .img-wrap figure .icn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-m .img-wrap figure .icn-wrap i {
  font-size: 40px;
  color: #fff;
  transition: 0.4s;
}

.video-m .img-wrap:hover figure .icn-wrap i {
  color: #f21745;
}

.video-m .img-wrap figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.video-list li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #d7d7d7;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}

#footer {
  background-color: #009bc7;
  color: #fff;
  padding: 70px 0;
  margin-top: 50px;
}

.footer__grid h6 {
  margin-bottom: 1rem;
  font-size: 1.1em;
  font-weight: 600;
}

.footer__grid p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 180%;
}

.footer__grid a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  line-height: 180%;
  transition: all 0.3s ease;
}

.footer__grid a:hover {
  color: #17728c;
}

.footer__grid .footer__contact--infos {
  color: #fff;
}

.footer__social li {
  margin-right: var(--gutter-space);
}

.col.aboutInfo {
  position: relative;
  padding-left: 125px;
}

.copyright {
  background-color: #17728c;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
  padding: 6px 0;
}

.copyright a {
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  transition: all 0.3s ease;
}

.copyright a:hover {
  color: #17728c;
}

.copyright .ml-auto {
  text-align: right;
}

.ftrLogo .footer__logo {
  max-width: 250px;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.advertise__block-one {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advertise img {
  width: 100%;
}

.advertise__block-two,
.advertise .side-adv {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advertise img {
  width: 100%;
}

.side-adv:not(last-child) {
  margin-bottom: 20px;
}

.contact--infos {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
  margin-bottom: 10px;
}

.for-advertisement {
  padding: 20px;
  margin-top: 30px;
  -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.for-advertisement h4 {
  margin-bottom: 10px;
}

.for-advertisement a {
  color: #222222;
  font-size: 1rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body,
html {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  scroll-behavior: smooth;
  line-height: 1.6;
  scroll-padding-top: 120px;
  font-family: "Karma", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body ul,
html ul {
  margin: 0;
  padding: 0;
}

body li,
html li {
  list-style: none;
}

body a,
html a {
  color: #009bc7;
  text-decoration: none;
  transition: 0.2s;
}

body a:hover,
body a:focus,
html a:hover,
html a:focus {
  text-decoration: none;
  outline: none;
  color: #17728c;
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
html .h1,
html .h2,
html .h3,
html .h4,
html .h5,
html .h6 {
  color: #4d4d4d;
  font-family: "Mukta", sans-serif;
}

@media screen and (min-width: 993px), print {
  body,
  html {
    scroll-padding-top: 125px;
  }
}

@media screen and (min-width: 768px), print {
  body,
  html {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1023px) {
  body,
  html {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1441px) {
  body,
  html {
    font-size: 1.2rem;
  }
}

.hidescrollbar::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #c7cad1;
}

/* css on 2/13 */
.news .block-ten .tag {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.card-img-top img {
  height: 200px;
}
.video-l .img-wrap figure .icn-wrap {
  font-size: 70px;
}
.video-m .img-wrap figure .icn-wrap {
  font-size: 35px;
}
.news .block-five .slider-nav .slick-slide:focus {
  outline: none;
}
.darkmode-toggle {
  z-index: 2000;
}
.inner-news-single p {
  font-size: 24px;
  color: #676767;
  line-height: 36px;
  font-weight: 200;
}

.ins-header h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px;
}

.ins-auth-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}

.ins-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.insa-user {
  height: 60px;
  width: 60px;
}

.insa-user img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.insa-name {
  padding-left: 15px;
}

.insa-name h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.insa-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.insa-name ul li {
  padding-right: 15px;
  color: gray;
  font-size: 16px;
}

.insa-name ul li i {
  margin-right: 3px;
}

.ins-img {
  padding-top: 40px;
}

.ins-img img {
  height: auto;
}

.ins-text {
  padding: 40px 0;
}

.ins-text p:not(:last-child) {
  margin-bottom: 15px;
}

.ins-tags {
  margin-bottom: 20px;
}

.ins-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ins-tags ul li {
  padding-right: 10px;
}

.ins-tags ul li a {
  padding: 8px 15px 3px 12px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 8px 0px #0000001c;
  box-shadow: 0px 0px 8px 0px #0000001c;
  position: relative;
  font-weight: 600;
  color: #00135f;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.ins-tags ul li a::before {
  content: "#";
  margin-right: 2px;
}

.ins-tags ul li a:hover {
  background-color: #00135f;
  color: white;
}

.ins-bigya {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}

.ins-bigya img {
  height: 250px;
}

.insr-related {
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 5px 0px #e1e1e1;
  box-shadow: 0px 0px 5px 0px #e1e1e1;
  margin-bottom: 30px;
}

.insr-related ul li {
  padding: 0 0 10px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  font-size: 20px;
}

.insr-related ul li::before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  left: 0;
  color: #00135f;
}

.insr-related ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.ins-right .main-bigya-small:not(:last-child) {
  margin-bottom: 30px;
}
.inner-bigyapan img {
  width: 100%;
}
.inner-category .sec-title h2 {
  font-size: 50px;
}

.inner-category-upper {
  background-color: #00135f;
  margin-bottom: 20px;
}

.icul {
  padding-right: 0;
}

.icur {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icu-left img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icu-right {
  padding: 50px;
}

.icu-right h4 {
  font-size: 40px;
  margin-bottom: 10px;
}
.icu-right h4 a{
    color: white;
}

.icu-right ul {
  margin-bottom: 10px;
}

.icu-right ul li {
  color: white;
  font-size: 18px;
}

.icu-right ul li i {
  font-weight: 700;
}

.icu-right ul li a {
  color: white;
}

.icu-right p {
  color: white;
  font-size: 22px;
  line-height: 32px;
}

.inner-categoty-bigya {
  margin: 40px 0;
}

.inner-category-lower {
  margin-top: 20px;
}

.inner-category-lower .main-news-small {
  background: #f7f7f7;
}

.inner-category-lower .mns-text {
  padding: 10px 15px;
  min-height: 70px;
}

.inner-category-pagination {
  text-align: center;
  margin-top: 0;
  margin: 20px 0 40px;
}

.inner-category-pagination .pagination {
  display: inline-block;
}

.inner-category-pagination .pagination a {
  color: #00135f;
  float: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #00135f;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
}

.inner-category-pagination .pagination a.active {
  background-color: #00135f;
  border: 1px solid #00135f;
  color: white;
}
.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0;
}
.news-meta li {
  padding-right: 20px;
  color: #343434;

  font-size: 16px;
}
.news-meta li i {
  margin-right: 3px;
  font-size: 14px;
}
.main-news-small {
  margin-bottom: 20px;
}

.main-news-small .mns-img img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-news-small .mns-text {
  padding: 10px 5px 0;
}

.main-news-small .mns-text h4 {
  font-size: 20px;
  font-weight: 600;
}
.main-news-small .mns-text h4 a {
  color: #4d4d4d;
}
.main-special {
  background: #1b1b1b;
  margin: 40px 0 40px 0;
}
.main-special .home-title {
  border-top: 2px solid #ffffff;
}
.main-special h2,
.main-special .head-wrap .btn-all {
  color: #fff;
  border-color: #fff;
}
.main-special-single {
  position: relative;
  margin: 5px 15px;
  border: 3px solid white;
  box-shadow: 0px 0px 9px 0px #323232ab;
}

.main-special-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.88))
  );
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.88)
  );
}

.main-special-single:focus {
  outline: none;
}

.mes-img img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  isolation: auto;
}

.mes-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}

.mes-text h4 a {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.mcn-single {
  background: #f9f9f9;
  padding: 20px 15px 30px;
  -webkit-box-shadow: 0 5px 6px #00000014;
  box-shadow: 0 5px 6px #00000014;
  border-radius: 2px;
  margin-bottom: 30px;
}

.mcn-single .sec-title {
  margin-bottom: 15px;
}

.mcns-news .main-news-small {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  min-height: 275px;
}

.mcns-interview {
  min-height: 650px;
}

.mcns-interview .mnl-single:not(:last-child) {
  padding-bottom: 20px;
}

.mcns-interview .mnls-img img {
  width: 100px;
  border-radius: 50%;
}

.mcns-interview .mnls-text {
  margin-left: 20px;
}

.mcns-interview .mnls-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #d5163d;
}

.mcns-interview .mnls-text span::before {
  content: "-";
  margin-right: 5px;
}

.mnl-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.mnl-single:last-child {
  padding-bottom: 0;
}

.mnls-img img {
  height: 100px;
  width: 130px;
  max-width: 130px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mnls-text {
  padding: 10px;
}

.mnls-text h4 {
  font-size: 20px;
  font-weight: 600;
}
.mnls-text h4 a {
  color: #4d4d4d;
}
#footer {
  border-top: 5px solid #d5163d;
  background-color: #1b1b1b;
}
.main-trending {
  -webkit-box-shadow: 0px 0px 9px 1px #0000002e;
  box-shadow: 0px 0px 9px 1px #0000002e;
  margin-bottom: 40px;
}

.main-trending-list ul {
  padding: 10px;
}

.main-trending-list ul li {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid #ededed;
}

.main-trending-list ul li span {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #185fa11c;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
}
.main-trending-list ul li a {
  color: #4d4d4d;
}
.main-trending-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sec-title-2 {
  margin-bottom: 15px;
}

.sec-title-2 h2 {
  padding: 20px 20px 10px 20px;
  color: white;
  font-size: 30px;
  font-weight: 600;
  background: #00135f;
  text-align: center;
  line-height: 30px;
}
.main-commented-list ul li {
  padding-left: 65px;
  font-size: 19px;
}
.main-commented-list ul li span {
  font-size: 13px;
  line-height: 22px;
  border-radius: inherit;
  width: 55px;
  padding-top: 5px;
  color: #616161;
}

.footer__grid h6 {
  border-bottom: 3px solid #ffffff;
  display: inline-block;
}
.copyright {
  background-color: #100f2c;
}
.darkmode-toggle {
  border: 1px solid white;
}

.category-content-pagination {
  text-align: center;
  margin-top: 30px;
}
.category-content-pagination .pagination {
  display: inline-block;
}
.category-content-pagination .pagination a {
  color: white;
  float: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #185fa1;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  background-color: #185fa1;
}
.category-content-pagination .pagination a.active {
  background-color: #f27b21;
  border: 1px solid #f27b21;
  color: white;
}
.iaddd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-author-details {
  background-color: white;
  padding: 20px;
  margin-bottom: 80px;
  border: 1px solid #ccc;
}
.iad-img img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 5px solid #012c53;
}
.iad-details {
  border-left: 1px solid #012c53;
  padding-left: 40px;
}
.iad-details h4 {
  color: #012c53;
  font-size: 35px;
  font-weight: 600;
}
.iad-details span {
  font-size: 20px;
  font-weight: 600;
  color: #012c53;
  display: block;
}
.iad-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.iad-details ul li {
  padding-right: 10px;
}
.iad-details ul li i {
  width: 35px;
  height: 35px;
  color: white;
  border-radius: 50%;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  background-color: #012c53;
}

.inner-about .sec-title h2 {
  font-size: 50px;
}
.inner-team-category:not(:last-child) {
  padding-bottom: 40px;
}
.inner-team-single {
  text-align: center;
  margin: 15px 0;
}
.its-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.its-text {
  padding: 10px;
  background: #f7f7f7;
}
.its-text h4,
.its-text span {
  color: #100f2c;
  font-weight: 600;
}
.its-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}
.its-text ul li {
  padding: 0 6px;
  font-size: 15px;
}
.its-text ul li i {
  color: #100f2c;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}
.st-sticky-share-buttons {
  display: none !important;
}
.block-nine .section-img img {
  height: 200px;
  object-fit: cover;
}
.block-nine .section-title {
  margin-top: 25px;
}
.block-nine h3 a {
  color: #4d4d4d;
}
.footer-nav {
  display: flex;
  margin-top: 15px;
}
.footer-nav li {
  padding: 0 15px;
  border-right: 2px solid #d5163d45;
}
.footer-nav li:first-child {
  padding-left: 0;
}
.footer-nav li:last-child {
  border-right: none;
}
.tab-pane {
  position: relative;
}
.card-viewall {
  position: absolute;
  top: -50px;
  right: 0;
  transition: all 0.5s ease;
}
.card-viewall:hover {
  right: 20px;
}
.card-viewall a {
  font-size: 1rem;
  font-weight: 600;
  color: #4d4d4d;
}
.card-viewall a:hover {
  color: #d5163d;
}
.card-viewall a i {
  font-size: 12px;
  margin-left: 5px;
}

/*css changed during responsive time*/
img {
    width: 100%;
}

body.darkmode{
  background-color:#000;
  color:#fff;
}

header .darkmode{
  position:absolute;
  right:2rem;
  top:2rem;
  width:4rem;
  height:1.5rem;
  border-radius:500px;
  border:2px solid #888;
  background-color:transparent;
  cursor:pointer;
  appearance:none;
}
header .darkmode::before{
  content:'';
  position:absolute;
  left:4px;
  top:50%;
  width:1rem;
  height:1rem;
  background-color:#888;
  border-radius:50%;
  transform:translateY(-50%);
}
header .darkmode.active::before{
  left:auto;
  right:4px;
}
