
/*****************************
  Typography.about_uspage
*****************************/
body {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #196ea4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:focus {
  color: #291843;
  text-decoration: none !important;
}
a:hover {
  color: #000;
  text-decoration: none !important;
}

input {
  outline: medium none !important;
  color: #196ea4;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
  margin-top: 0px;
}
.h1 a, h1 a,
.h2 a, h2 a,
.h3 a, h3 a,
.h4 a, h4 a,
.h5 a, h5 a,
.h6 a, h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

.h1,
h1 {
  font-size: 52px;
  line-height: 62px;
}

.h2,
h2 {
  font-size: 42px;
  line-height: 52px;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 46px;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 38px;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 34px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  line-height: 24px;
}

.lead {
  font-size: 16px;
}

small,
.small {
  font-size: 12px;
}

*::-moz-selection {
  background: #196ea4;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #196ea4;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #196ea4;
  color: #ffffff;
  text-shadow: none;
}

/* Flaticon */
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}

/* Inner header */
.inner-header {
  padding: 35px 0;
}
.inner-header .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
.inner-header .breadcrumb .breadcrumb-item {
  font-size: 13px;
  font-weight: 700;
  padding-left: 10px;
}
.inner-header .breadcrumb .breadcrumb-item a {
  color: #626262;
}
.inner-header .breadcrumb .breadcrumb-item a:hover {
  color: #196ea4;
}
.inner-header .breadcrumb .breadcrumb-item.active {
  color: #196ea4;
}
.inner-header .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: "Font Awesome 5 free";
  padding-right: 10px;
}
.inner-header .breadcrumb-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: normal;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  .h1,
h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .h2,
h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .h3,
h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .h4,
h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .h5,
h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .h1,
h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .h2,
h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .h3,
h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .h4,
h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .h5,
h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .h6,
h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h1,
h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2,
h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .h3,
h3 {
    font-size: 24px;
    line-height: 34px;
  }

  /* Inner header */
  .inner-header .breadcrumb {
    margin: 0 auto;
    text-align: center;
  }
  .inner-header .breadcrumb-title {
    font-size: 16px;
  }
}
/*****************************
  Helper Classes
*****************************/
/* Color */
.text-primary {
  color: #196ea4 !important;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #291843 !important;
}

.text-light {
  color: #626262 !important;
}

.text-light-gray {
  color: #cccccc !important;
}

.text-muted {
  color: #999999 !important;
}

.text-body {
  color: #626262 !important;
}

/* Background */
.bg-primary {
  background-color: #196ea4 !important;
}

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

.bg-gray {
  background-color: #707173 !important;
}

/* Border */
.border-primary {
  border-color: #196ea4 !important;
}

.border-dark {
  border-color: #291843 !important;
}

.border-gray {
  border-color: #707173 !important;
}

/* Page section padding */
.space-ptb {
  padding: 50px 0;
  background-color: #1670a40f;
}

.space-pt {
  padding-top: 65px;
}

.space-pb {
  padding-bottom: 80px;
}

.space-sm-ptb {
  padding: 70px 0;
}

.space-sm-pt {
  padding-top: 70px;
}

.space-sm-pb {
  padding-bottom: 70px;
}

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

/* Half Overlay */
.half-overlay:before {
  content: "";
  background: #291843;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  border-radius: 50px 0 50px 0;
}

.half-overlay.left-position:before {
  left: 0;
}

.half-overlay.right-position:before {
  right: 0;
}

/* Img Holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-10:before {
  background: rgba(41, 24, 67, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-20:before {
  background: rgba(41, 24, 67, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-30:before {
  background: rgba(41, 24, 67, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-40:before {
  background: rgba(41, 24, 67, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-50:before {
  background: rgba(41, 24, 67, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-60:before {
  background: rgba(41, 24, 67, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-70:before {
  background: rgba(41, 24, 67, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-80:before {
  background: rgba(41, 24, 67, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-90:before {
  background: rgba(41, 24, 67, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-20:before {
  background: rgba(48, 182, 102, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-50:before {
  background: rgba(48, 182, 102, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-70:before {
  background: rgba(48, 182, 102, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-90:before {
  background: rgba(48, 182, 102, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* Avatar */
.avatar {
  min-width: 50px;
  width: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  min-width: 20px;
  width: 20px;
}

.avatar.avatar-md {
  min-width: 80px;
  width: 80px;
}

.avatar.avatar-lg {
  min-width: 90px;
  width: 90px;
}

/* Border width */
.border {
  border-color: #e8e8e8;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

/* Z index */
.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

/* Opacity */
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

/*Negative margin*/
.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.me-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ms-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.me-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ms-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.me-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ms-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.me-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ms-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.me-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ms-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

@media (min-width: 576px) {
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .me-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .me-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .me-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .me-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .me-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .me-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .me-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .me-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .me-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .me-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .me-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .me-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .me-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .me-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .me-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .me-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ms-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .me-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ms-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .me-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ms-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .me-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ms-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .me-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ms-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
}
/*****************************
  Responsive
*****************************/
@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 70px 0;
  }

  .space-pt {
    padding-top: 70px;
  }

  .space-pb {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 60px 0;
  }

  .space-pt {
    padding-top: 60px;
  }

  .space-pb {
    padding-bottom: 60px;
  }

  /* Half Overlay */
  .half-overlay:before {
    content: none;
  }

  /* Border */
  .border-lg-none {
    border: none !important;
  }
}
@media (max-width: 767px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0;
  }

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

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

  .container {
    max-width: 100%;
  }

  /* Border */
  .border-md-none {
    border: none !important;
  }
}
@media (max-width: 575px) {
  /* Page Section Padding */
  .space-ptb {
      padding: 20px 0;
  }

  .space-pt {
    padding-top: 40px;
  }

  .space-pb {
    padding-bottom: 40px;
  }

  /* Border */
  .border-sm-none {
    border: none !important;
  }
}
/*****************************
  Button
*****************************/
button {
  outline: medium none !important;
  color: #196ea4;
}

/* Btn */
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 14px 26px;
  font-weight: 700;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #291843;
}
.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff;
}
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff;
}
.show > .btn-primary.dropdown-toggle {
  background: #196ea4;
  border-color: #196ea4;
}

.btn-primary {
  background: #196ea4;
  border-color: #196ea4;
  color: #ffffff;
}
.btn-primary:hover {
  background: none;
  border-color: #196ea4;
  color: #196ea4;
}
.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: none;
  border-color: #196ea4;
}
.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: none;
  border-color: #196ea4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: none;
  border-color: #196ea4;
  color: #196ea4;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #196ea4;
  border-color: #196ea4;
}

.btn-primary.focus,
.btn-primary:focus {
  background: #196ea4;
  border-color: #196ea4;
  color: #ffffff;
}

/* flat style */
.btn-primary.btn-flat:hover {
  background: #291843;
  border-color: #291843;
  color: #ffffff;
}

.btn-primary.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #291843;
  border-color: #291843;
  color: #ffffff;
}

.btn-dark.btn-flat:hover {
  background: #196ea4;
  border-color: #196ea4;
  color: #ffffff;
}

.btn-dark.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #196ea4;
  border-color: #196ea4;
  color: #ffffff;
}

.btn-light.btn-flat:hover {
  background: #196ea4;
  border-color: #196ea4;
  color: #ffffff;
}

.btn-light.btn-flat:not(:disabled):not(.disabled):active:focus {
  background: #196ea4;
  border-color: #196ea4;
  color: #ffffff;
}

.btn-dark {
  background: #291843;
  border-color: #291843;
}
.btn-dark:hover {
  background: none;
  border-color: #291843;
  color: #291843;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background: #291843;
  border-color: #291843;
}

.btn-dark.focus,
.btn-dark:focus {
  background: #291843;
  border-color: #291843;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}
.btn + .btn {
  margin-left: 3px;
}

/* Link */
.btn-link {
  color: #196ea4;
  padding: 0;
}
.btn-link:hover {
  color: #291843;
  text-decoration: none;
  outline: none;
}
.btn-link:focus {
  color: #291843;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #291843;
}

.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #291843;
}
.btn-light:hover {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-light:active {
  color: #291843;
}
.btn-light:focus {
  color: #291843;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #ffffff;
}

a.text-dark {
  color: #291843 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #196ea4 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Button Size */
.btn.btn-sm {
  padding: 12px 22px;
  font-size: 13px;
  line-height: 18px;
}

.btn.btn-md {
  padding: 14px 26px;
  line-height: 22px;
  font-size: 14px;
}

.btn.btn-lg {
  padding: 16px 30px;
  font-size: 15px;
  line-height: 24px;
}

.btn.btn-xl {
  padding: 18px 32px;
  font-size: 16px;
  line-height: 24px;
}

/* Button Outline */
.btn-outline-dark {
  border-color: #291843;
  color: #291843;
}
.btn-outline-dark:hover {
  background: #291843;
  color: #ffffff;
  border-color: #291843;
}
.btn-outline-dark:focus {
  background: #291843;
  color: #ffffff;
  border-color: #291843;
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  background: #291843;
  color: #ffffff;
  border-color: #291843;
}

.btn-outline-primary {
  color: #196ea4;
  border-color: #196ea4;
}
.btn-outline-primary:hover {
  background: #196ea4;
  color: #ffffff;
  border-color: #196ea4;
}
.btn-outline-primary:focus {
  background: #196ea4;
  color: #ffffff;
  border-color: #196ea4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #196ea4;
  color: #ffffff;
  border-color: #196ea4;
}

/* Border style */
.btn-outline-primary.btn-border:hover {
  background: transparent;
  border-color: #291843;
  color: #291843;
}

.btn-outline-primary.btn-border:focus {
  background: transparent;
  border-color: #291843;
  color: #291843;
}

.btn-outline-primary.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #291843;
  color: #291843;
}

.btn-outline-dark.btn-border:hover {
  background: transparent;
  border-color: #196ea4;
  color: #196ea4;
}

.btn-outline-dark.btn-border:focus {
  background: transparent;
  border-color: #196ea4;
  color: #196ea4;
}

.btn-outline-dark.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #196ea4;
  color: #196ea4;
}

.btn-outline-light.btn-border:hover {
  background: transparent;
  border-color: #196ea4;
  color: #196ea4;
}

.btn-outline-light.btn-border:focus {
  background: transparent;
  border-color: #196ea4;
  color: #196ea4;
}

.btn-outline-light.btn-border:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #196ea4;
  color: #196ea4;
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.card {
  border: none;
  margin-bottom: 10px;
}
.card:last-child {
  margin-bottom: 0;
}

.card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}

.accordion > .card .card-header {
  margin-bottom: 0;
}
.accordion > .card .card-header .btn {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 45px 11px 26px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.accordion > .card .card-header .btn:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion > .card .card-header .btn.collapsed {
  background: none;
  color: #291843;
}

.card-body {
  padding: 20px 26px;
}

/* Accordion 1 */
.accordion-style-1 > .card .card-header .btn {
  background: #196ea4;
  color: #ffffff;
}
.accordion-style-1 > .card .card-header .btn:after {
  content: "\f068";
}
.accordion-style-1 > .card .card-header .btn.collapsed:after {
  content: "\f067";
}

/* Accordion 2 */
.accordion-style-2 > .card .card-header .btn {
  background: #196ea4;
  color: #ffffff;
}
.accordion-style-2 > .card .card-header .btn:after {
  content: "\f077";
}
.accordion-style-2 > .card .card-header .btn.collapsed:after {
  content: "\f078";
}

/* Accordion 3 */
.accordion-style-3 .card {
  border-bottom: 1px solid #e8e8e8;
}
.accordion-style-3 > .card .card-header .btn {
  color: #196ea4;
  padding: 18px 50px 18px 0px;
  font-size: 14px;
}
.accordion-style-3 > .card .card-header .btn:after {
  content: "\f068";
  background: #196ea4;
  color: #ffffff;
  border: 1px solid #196ea4;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5rem 0 1.5rem 0;
  right: 0;
}
.accordion-style-3 > .card .card-header .btn.collapsed:after {
  content: "\f067";
  background: none;
  color: #196ea4;
  border-color: #196ea4;
}
.accordion-style-3 .card-body {
  padding: 15px 0 33px;
}

.accordion.accordion-style-3 > .card:first-of-type {
  border-bottom: 1px solid #e8e8e8;
}
.accordion.accordion-style-3 > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0;
}
ul.list li {
  list-style: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.list li i {
  color: #196ea4;
  margin: 5px 10px 0px 0px;
}
ul.list li:last-child {
  margin-bottom: 0;
}

ul.list-default {
  padding: 0;
  margin: 0;
}
ul.list-default li {
  margin-left: 18px;
  margin-bottom: 5px;
}
ul.list-default li:last-child {
  margin-bottom: 0;
}

ol.list {
  padding: 0;
  margin: 0;
}
ol.list li {
    margin-left: 5px;
    margin-bottom: 1px;
    font-size: 17px;
}
ol.list li:last-child {
  margin-bottom: 0;
}

/*****************************
  Action box
*****************************/
.callout {
  padding:60px 0;
}
.callout .callout-title {
  -ms-flex-item-align: center;
      align-self: center;
}
#our_logos .container {
    max-width: 1210px;
}
@media (max-width: 767px) {
  .callout {
    padding: 30px;
  }
}
/*****************************
  Feature Info
*****************************/
.feature-info .feature-info-content p {
  margin-bottom: 0;
}

/* Feature Info style 01 */
.feature-info-style-1 .feature-info-icon {
  margin-bottom: 20px;
}
.feature-info-style-1 .feature-info-icon i {
  color: #196ea4;
  font-size: 60px;
  line-height: 1;
}
.feature-info-style-1 .feature-info-content .feature-info-title {
  margin-bottom: 25px;
}

/* Feature Info style 02 */
.feature-info-style-2 {
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
}
.feature-info-style-2 .feature-info-icon {
  margin-bottom: 20px;
  z-index: 9;
  position: relative;
  font-size: 40px;
  color: #196ea4;
  line-height: 1;
}
.feature-info-style-2 .feature-info-content {
  z-index: 9;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-info-style-2 .feature-info-content .btn-primary {
  margin-top: 30px;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  padding: 8px 0;
  color: #707173;
}
.feature-info-style-2 .feature-info-content .feature-info-title {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-info-style-2 .feature-info-bg {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center center;
}
.feature-info-style-2 .feature-info-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(41, 24, 67, 0.5);
  opacity: 0;
}
.feature-info-style-2:hover .feature-info-bg {
  opacity: 1;
}
.feature-info-style-2:hover .feature-info-bg:before {
  opacity: 1;
}
.feature-info-style-2:hover .feature-info-content {
  color: #ffffff;
}
.feature-info-style-2:hover .feature-info-content h6 {
  color: #ffffff;
}
.feature-info-style-2:hover .feature-info-content .btn-primary {
  padding: 8px 24px;
  color: #ffffff;
  background: #196ea4;
  border: 1px solid #196ea4;
}

.feature-info-style-2.active .feature-info-bg {
  opacity: 1;
}
.feature-info-style-2.active .feature-info-bg:before {
  opacity: 1;
}
.feature-info-style-2.active .feature-info-content {
  color: #ffffff;
}
.feature-info-style-2.active .feature-info-content h6 {
  color: #ffffff;
}
.feature-info-style-2.active .feature-info-content .btn-primary {
  padding: 8px 24px;
  color: #ffffff;
  background: #196ea4;
  border: 1px solid #196ea4;
}

/* Feature Info style 03 */
.feature-info-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-info-style-3 .feature-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 1.5rem 0 1.5rem 0;
  color: #196ea4;
  margin-right: 30px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
}
.feature-info-style-3 .feature-info-title {
  margin-bottom: 10px;
}
.feature-info-style-3:hover .feature-info-icon {
  background: #196ea4;
  color: #ffffff;
}

/* Feature Step */
.feature-step-item {
  text-align: center;
  padding: 0 30px;
}
.feature-step-item .feature-step-icon {
  background: #ffffff;
  width: 160px;
  height: 160px; 
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 60px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; 
  margin: 0 auto 25px auto;
}  
.feature-step-item .feature-step-title {
    margin-bottom: 10px;
    color: #fff;
}
.feature-step-item .feature-step-info p {
  margin-bottom: 0;
}

.row > [class*=col-]:nth-child(2) .feature-step-item .feature-step-icon:before {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.row > [class*=col-]:last-child .feature-step-item .feature-step-icon:before {
  content: none;
}

@media (max-width: 1199px) {
  /* Feature Step */
  .feature-step .feature-step-icon:before {
    width: 65%;
    height: 40px;
  }
}
@media (max-width: 991px) {
  /* Feature Step */
  .feature-step .feature-step-icon:before {
    content: none;
  }
  .feature-step .feature-step-item {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  /* Feature Info style 01 */
  .feature-info-style-1 .feature-info-icon {
    margin-bottom: 15px;
  }
  .feature-info-style-1 .feature-info-content .feature-info-title {
    margin-bottom: 15px;
  }

  /* Feature Info style 03 */
  .feature-info-style-3 .feature-info-icon {
    margin-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }

  /* Feature Step */
  .feature-step-item .feature-step-icon {
    width: 130px;
    height: 130px;
  }
}
/*****************************
  Service
*****************************/
.service-item .service-img {
  position: relative;
}
.service-item .service-img:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item .service-img img {
  border-radius: 1.5rem 0 1.5rem 0;
  width: 100%;
}
.service-item .service-img a {
  background-color: #196ea4;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.service-item .service-img a:hover {
  background-color: #ffffff;
  color: #196ea4;
}
.service-item:hover .service-img:before {
  opacity: 1;
}
.service-item:hover .service-img a {
  top: 50%;
  opacity: 1;
}
.service-item .service-info {
  padding: 72px 30px 30px 30px;
  margin-top: -44px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}
.service-item .service-info .service-info-title {
  margin-bottom: 0;
}
.service-item .service-info .service-info-title a:hover {
  color: #196ea4;
}

@media (max-width: 767px) {
  .service-item .service-info {
    padding: 62px 20px 20px 20px;
  }
}
/*****************************
  Portfolio
*****************************/
.grid-item .portfolio-item {
  position: relative;
  overflow: hidden;
}
.grid-item .portfolio-item:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-item .portfolio-item:hover:before {
  opacity: 1;
}
.grid-item .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
.grid-item .portfolio-item img {
  border-radius: 1.5rem 0 1.5rem 0;
}
.grid-item .portfolio-item .portfolio-info {
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 0;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-item .portfolio-item .portfolio-info .portfolio-title {
  margin-bottom: 0px;
}
.grid-item .portfolio-item .portfolio-info .portfolio-title a {
  color: #ffffff;
  font-size: 16px;
}
.grid-item .portfolio-item .portfolio-info .portfolio-title a:hover {
  color: #196ea4;
}
.grid-item .portfolio-item .portfolio-info .portfolio-category {
  font-size: 13px;
  margin: 0 5px 5px 0;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
.grid-item .portfolio-item .portfolio-info .portfolio-category:hover {
  color: #ffffff;
}
.grid-item .portfolio-item .portfolio-icon a {
  background-color: #196ea4;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 0;
  margin: 30px;
  color: #ffffff;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-item .portfolio-item .portfolio-icon a:hover {
  background-color: #ffffff;
  color: #196ea4;
}
.grid-item:hover .portfolio-item .portfolio-icon a {
  top: 0;
  opacity: 1;
}

/*************************************
         isotope
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px;
}

/* Pagination */
.single-pagination .sin-pag-img {
  position: relative;
  overflow: hidden;
}
.single-pagination a {
  color: #291843;
}
.single-pagination a .sin-pag-img i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #196ea4;
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-pagination a:hover {
  color: #196ea4;
}
.single-pagination a:hover .sin-pag-img i {
  opacity: 1;
}
.single-pagination .lead {
  font-weight: 700;
}
.single-pagination small {
  color: #626262;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .my-shuffle-container.columns-6 .grid-item {
    width: 25%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 33%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .my-shuffle-container.columns-4 .grid-item {
    width: 33%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-5 .grid-item {
    width: 50%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item,
.my-shuffle-container.columns-3 .grid-item,
.my-shuffle-container.columns-4 .grid-item,
.my-shuffle-container.columns-5 .grid-item,
.my-shuffle-container.columns-6 .grid-item {
    padding: 0 0px 15px 0;
  }

  .my-shuffle-container.columns-2 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-3 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-4 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-5 .grid-item {
    width: 100%;
  }

  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}
/*****************************
    Team
*****************************/
/* Team Style 1 */
.team.team-style-1 .team-img {
  position: relative;
}
.team.team-style-1 .team-img:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team.team-style-1 .team-img img {
  border-radius: 1.5rem 0 1.5rem 0;
}
.team.team-style-1 .team-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 10px 20px;
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.team.team-style-1:hover .team-img:before {
  opacity: 1;
}
.team.team-style-1:hover .team-img a {
  top: 50%;
  opacity: 1;
}
.team.team-style-1 .team-info {
  padding: 72px 30px 30px 30px;
  margin-top: -44px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}
.team.team-style-1 .team-info .team-info-title a:hover {
  color: #196ea4;
}

/* Team Style 2 */
.team.team-style-2 {
  border-radius: 1.5rem 0 1.5rem 0;
}
.team.team-style-2 .team-img img {
  border-radius: 1.5rem 0 1.5rem 0;
}
.team.team-style-2 .team-info {
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
  margin-top: -20px;
}
.team.team-style-2 .team-info .btn-link {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team.team-style-2:hover .team-info {
  margin-top: -60px;
  padding-bottom: 60px;
}
.team.team-style-2:hover .team-info .btn-link {
  opacity: 1;
  visibility: visible;
}

/*****************************
  Testimonial
*****************************/
 
.testimonial .testimonial-item .testimonial-content {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}
.testimonial .testimonial-item .testimonial-content .quote-icon {
  font-size: 40px;
  line-height: 40px;
  color: rgba(98, 98, 98, 0.09);
  margin-bottom: 20px;
}
.testimonial .testimonial-item .testimonial-author .author-name {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Testimonial Style 01 */
.testimonial-style-1 .testimonial-item {
  text-align: center;
}
.testimonial-info {
    text-align: center;
}
.testimonial-style-1 .testimonial-item .testimonial-author-img {
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.testimonial-style-1 .testimonial-item .testimonial-author {
    display: block;
    margin: 50px 0 30px;
}
.testimonial-style-1 .testimonial-item .testimonial-author .author-name {
    margin: 0 10px 0 0;
    display: inline-block;
}
.owl-carousel.owl-nav-bottom-left .owl-dots {
    text-align: center;
    margin-top: 0;
}
.banner_image {
    text-align: center;
}
.banner_text h2 {
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
}
.banner_text p {
    font-size: 18px;
    margin-right: 80px;
}
.banner_image img { 
    position: relative;
    top: 1px;
}
.testimonial-style-1 .testimonial-item .testimonial-content .quote-icon {
  text-align: right;
}
#mision_heading {
    margin-bottom: 15px;
} 
#mision_heading .list li {
    list-style: none;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#aboutus_page {
    padding-bottom: 0;
}
#mision_heading h4 {
    font-size:20px;
    font-weight: 500;
    line-height: 28px; 
    margin: 0 auto 10px;
    position: relative;
}
#mision_heading h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-family: "Heebo", sans-serif;
}
#mision_heading h3:after {
    content: '';
    width: 65px;
    display: inherit;
}
#mision_heading .lead {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
#mision_heading .lead b {
    font-weight: bold;
}
.more_aboutus p {
    margin-bottom: 10px;
    color: #000;
    line-height: 20px;
    font-size: 15px;
} 
#aboutus_dots img {
    position: absolute;
    width: 100px;
    height: 130px;
    right: -50px;
    rotate: 30deg;
    top: 200px;
}
#aboutfinance_bots {
  background: #fafbff;
}
#aboutfinance_bots .counter {
    padding: 60px 0;
}
#bottom_margn .callout.stretch-right {
    padding: 60px 0;
}
.about_uspage {
    padding: 70px 0 50px;
}
.aboutus_image img {
    width: 100%;
}
#our_story {
    padding: 40px; 
}




/* Testimonial Style 02 */
.testimonial-style-2 .testimonial-item {
  background-color: #f6f7f8;
}
.testimonial-style-2 .testimonial-item .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-style-2 .testimonial-item .testimonial-info .testimonial-avatar-img img {
  height: 62px;
  width: 62px;
  margin-right: 26px;
  border-radius: 1.5rem 0 1.5rem 0;
}
.testimonial-style-2 .testimonial-item .testimonial-content .quote-icon {
  margin-bottom: 0;
  position: absolute;
  right: 46px;
  bottom: 46px;
}

/* Testimonial Style 03 */
.testimonial-style-3 .testimonial-item {
  padding: 0;
  border-radius: 0px;
}
.testimonial-style-3 .testimonial-item .testimonial-content {
  padding: 25px;
  color: #291843;
  font-size: 14px;
  font-style: normal;
  position: relative;
  border-radius: 1.5rem 0 1.5rem 0;
  border: 1px solid #e8e8e8;
}
.testimonial-style-3 .testimonial-item .testimonial-content:after {
  top: 100%;
  left: 55px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.testimonial-style-3 .testimonial-item .testimonial-content:before {
  top: 100%;
  left: 55px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 232, 232, 0);
  border-top-color: #e8e8e8;
  border-width: 11px;
  margin-left: -11px;
}
.testimonial-style-3 .testimonial-item .testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-style-3 .testimonial-item .testimonial-info .testimonial-avatar-img img {
  height: 45px;
  width: 45px;
  margin: 0px 15px 0px 30px;
  border-radius: 1.5rem 0 1.5rem 0;
}
.testimonial-style-3 .testimonial-item .testimonial-author .author-name {
  font-weight: 500;
}
.testimonial-style-3 .testimonial-item .testimonial-author span {
  font-size: 13px;
}

@media (max-width: 767px) {
  .testimonial .testimonial-item {
    padding: 20px;
  }

  /* Testimonial Style 01 */
  .testimonial-style-1 .testimonial-item {
    display: block;
  }
  .testimonial-style-1 .testimonial-item .testimonial-author-img {
    margin: 0 0 15px;
  }
  .testimonial-style-1 .testimonial-item .testimonial-content .quote-icon {
    text-align: left;
    margin-bottom: 10px;
  }

  /* Testimonial Style 02 */
  .testimonial-style-2 .testimonial-item .testimonial-content .quote-icon {
    right: 20px;
    bottom: 20px;
  }
  .testimonial-style-2 .testimonial-item .testimonial-info .testimonial-avatar-img img {
    margin-right: 15px;
  }

  /* Testimonial Style 03 */
  .testimonial-style-3 .testimonial-item {
    padding: 0;
  }
}
/*****************************
  Counter
*****************************/
.counter {
  padding: 90px 0px 10px;
}

.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  text-align: center;
} 
.counter-item .counter-content .timer {
    font-size: 75px;
    line-height: 1;
    font-weight: 500;
    color: #239d48;
}
.counter-item .counter-content label {
    color: #000;
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 6px;
}
.counter-item .counter-icon i {
  font-size: 54px;
  line-height: 1;
  color: #196ea4;
  margin-right: 20px;
}

.counter-with-plus .counter-item .counter-content .timer:after {
  content: "+";
}
.counter-with-plus .counter-item .counter-content .timer.display-4 {
  font-size: 44px;
}

@media (max-width: 767px) {
  .counter {
    padding: 40px 0px;
  }
}
/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}
.countdown span {
  font-size: 70px;
  line-height: 1;
  color: #196ea4;
  font-weight: 700;
}
.countdown p {
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .countdown span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .countdown {
    margin: 0 10px;
  }

  .countdown span {
    font-size: 30px;
  }

  .countdown p {
    font-size: 14px;
  }
}
/*****************************
  Tab style
*****************************/
/* Tab */
.nav-tabs .nav-link {
  color: #626262;
  padding: 0 30px 15px;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link:focus {
  border-bottom-color: #196ea4;
}
.nav-tabs .nav-link:hover {
  border-bottom-color: #196ea4;
}
.nav-tabs .nav-item.show .nav-link {
  color: #196ea4;
  border-bottom-color: #196ea4;
}
.nav-tabs .nav-link.active {
  color: #196ea4;
  border-bottom-color: #196ea4;
}

/* Vertical  Pills Tab */
.nav-pills .nav-link {
  color: #291843;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 30px;
  margin-bottom: 10px;
  border-radius: 1.5rem 0 1.5rem 0;
}
.nav-pills .nav-link.active {
  background-color: #196ea4;
}
.nav-pills .show > .nav-link {
  background-color: #196ea4;
}

/* Horizontal Pills Tab */
.nav-pills .nav-item .nav-link {
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 767px) {
  /* Tab */
  .nav-tabs .nav-link {
    padding: 0 12px 10px;
    font-size: 14px;
  }

  /*  Pills Tab */
  .nav.nav-pills {
    display: inline-block;
  }

  .nav-pills .nav-link {
    display: inline-block;
    margin: 0 10px 16px 0;
    font-size: 14px;
    padding: 10px 20px;
  }

  .nav-pills .nav-item {
    display: inline-block;
  }
}
/*****************************
  Owl Carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}
.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-prev i {
  border-radius: 1.5rem 0 1.5rem 0;
}
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 0px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
  opacity: 0;
}
.owl-carousel .owl-nav .owl-next i {
  border-radius: 1.5rem 0 1.5rem 0;
}
.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: #196ea4;
  border: 0px solid #e8e8e8;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-nav i:hover {
  background: #291843;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}
.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 10px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #cccccc;
  display: inline-block;
  width: 48px;
  min-height: 4px;
  margin-top: 4px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 1.5rem 0 1.5rem 0;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #196ea4;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #196ea4;
}
.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 4px 0;
}

.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  left: 15px;
}

.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  right: 15px;
}

/* Owl Dots Alignment */
.owl-carousel.owl-nav-bottom-left .owl-dots {
  text-align: center;
}

.owl-carousel.owl-nav-bottom-center .owl-dots {
  text-align: center;
}

.owl-carousel.owl-nav-bottom-right .owl-dots {
  text-align: right;
}

@media (max-width: 767px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 30px;
  }
}
/*****************************
  Case Study
*****************************/
.case-study .case-study-item .case-study-category {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}
.case-study .case-study-item .case-study-category a:hover {
  color: #291843;
}
.case-study .case-study-item .case-study-img {
  position: relative;
}
.case-study .case-study-item .case-study-img:before {
  content: "";
  background: rgba(41, 24, 67, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-study .case-study-item .case-study-img img {
  border-radius: 1.5rem 0 1.5rem 0;
}
.case-study .case-study-item .case-study-img a {
  background-color: #196ea4;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.case-study .case-study-item .case-study-img a:hover {
  background-color: #ffffff;
  color: #196ea4;
}
.case-study .case-study-item:hover .case-study-img:before {
  opacity: 1;
}
.case-study .case-study-item:hover .case-study-img a {
  top: 50%;
  opacity: 1;
}
.case-study .case-study-item .case-study-info {
  padding: 78px 30px 30px 30px;
  margin-top: -50px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}
.case-study .case-study-item .case-study-info .case-study-title {
  margin-bottom: 0;
}
.case-study .case-study-item .case-study-info .case-study-title a:hover {
  color: #196ea4;
}

/*****************************
  Blog post
*****************************/
.blog-post-style-1 .blog-post {
  margin-bottom: 0;
}
.blog-post-style-1 .blog-post-img {
  position: relative;
}
.blog-post-style-1 .blog-post-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 24, 67, 0)), to(rgba(41, 24, 67, 0.9)));
  background: linear-gradient(to bottom, rgba(41, 24, 67, 0) 0, rgba(41, 24, 67, 0.9) 100%);
  height: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-post-style-1 .blog-post .blog-post-info {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.blog-post-style-1 .blog-post .blog-post-info > a {
  color: #ffffff;
}
.blog-post-style-1 .blog-post .blog-post-info > a:hover {
  color: #196ea4;
}
.blog-post-style-1 .blog-post .blog-post-info .blog-post-title {
  line-height: 26px;
}
.blog-post-style-1 .blog-post .blog-post-info .blog-post-title a {
  font-size: 22px;
  margin: 3px 0px 0px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
}
.blog-post-style-1 .blog-post .blog-post-info .blog-post-title a:hover {
  color: #196ea4;
}

/*****************************
  Progress Bar
*****************************/
.progress {
  background-color: #cccccc;
  border-radius: 50px;
}
.progress .progress-bar {
  background-color: #196ea4;
  border-radius: 50px;
}

/* Progress Bar Style 1 */
.progress-style-1 .progress-item {
  margin-bottom: 30px;
}
.progress-style-1 .progress-item:last-child {
  margin-bottom: 0px;
}
.progress-style-1 .progress-item .progress-title {
  color: #291843;
  font-size: 16px;
  font-weight: 700;
}
.progress-style-1 .progress-item .progress {
  overflow: inherit;
}
.progress-style-1 .progress-item .progress .progress-bar {
  position: relative;
}
.progress-style-1 .progress-item .progress .progress-bar span {
  background: #ffffff;
  color: #291843;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 3px 6px;
  position: absolute;
  right: 0;
  top: -20px;
}

/*****************************
  Pricing
*****************************/
.pricing-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-plan .pricing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 230px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem 0 1.5rem 0;
}
.pricing-plan .pricing-info .pricing-price {
  background-color: #291843;
  color: #ffffff;
  padding: 0px 30px;
  width: 100%;
}
.pricing-plan .pricing-info .pricing-price i {
  font-size: 22px;
  margin-top: 4px;
  margin-right: 8px;
}
.pricing-plan .pricing-info .pricing-price span {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}
.pricing-plan .pricing-info .pricing-price .price-title {
  font-size: 30px;
  color: #196ea4;
}
.pricing-plan .pricing-info .pricing-arrow {
  background-color: #196ea4;
  color: #ffffff;
  width: 100%;
}
.pricing-plan .pricing-info .pricing-arrow a {
  color: #ffffff;
  font-size: 50px;
}
.pricing-plan .pricing-info .pricing-arrow a:hover {
  color: #291843;
}
.pricing-plan .pricing-content {
  padding: 50px 50px 50px 100px;
  margin-left: -50px;
  border: 2px solid #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}
.pricing-plan .pricing-content .list li {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pricing-plan {
    display: block;
  }
  .pricing-plan .pricing-info .pricing-price {
    padding: 30px;
  }
  .pricing-plan .pricing-info .pricing-arrow {
    padding: 30px;
  }
  .pricing-plan .pricing-content {
    padding: 74px 15px 15px 15px;
    margin: -50px 0 0 0;
  }
}
/*****************************
  Pie Chart
*****************************/
.pie-chart {
  padding: 20px;
}

.pie-chart.pie-chart-percentage .round-chart {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.pie-chart.pie-chart-percentage .round-chart span {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  z-index: 2;
  font-weight: 600;
  position: absolute;
}
.pie-chart.pie-chart-percentage .round-chart .percent:after {
  content: "%";
}
.pie-chart.pie-chart-percentage .chart-title {
  font-size: 16px;
  font-weight: 700;
}

/*****************************
  Datetimepicker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #196ea4;
}
.bootstrap-datetimepicker-widget table td:hover {
  background-color: none;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table span.active {
  background: #196ea4;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}

.input-group > .custom-select:not(:last-child) {
  border-radius: 1.5rem 0 1.5rem 0;
}
.input-group > .form-control:not(:last-child) {
  border-radius: 1.5rem 0 1.5rem 0 !important;
}

.input-group-append {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.input-group-text {
  background: none;
  padding: 0;
  border: none;
}

/*****************************
  Select Dropdown
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626262;
  line-height: inherit;
}
.select2-container--default .select2-results__option--highlighted {
  border-radius: 1.5rem 0 1.5rem 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding: 8px 15px;
}

.bigdrop {
  min-width: 196px !important;
}

.select2-results__options {
  padding: 8px 2px;
}

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  color: #196ea4;
  font-size: 14px;
}
.select2-container--default .select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e8e8;
}
.select2-container--default .select2-results__option {
  padding: 8px 15px;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f6f7f8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(48, 182, 102, 0.1);
  color: #196ea4;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9;
}

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
  height: 55px;
  padding: 14px 20px;
  border-radius: 1.5rem 0 1.5rem 0;
}
.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

.select2-container--default .select2-results > .select2-results__options {
  border: none;
}

.select2-container--open .select2-dropdown {
  background: #f6f7f8;
  padding: 15px;
  border: 1px solid #e8e8e8;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px;
}
.irs--flat .irs-bar {
  background: #196ea4;
  height: 6px;
}
.irs--flat .irs-from {
  background: transparent;
  color: #196ea4;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-from:before {
  display: none;
}
.irs--flat .irs-to {
  background: transparent;
  color: #196ea4;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-to:before {
  display: none;
}
.irs--flat .irs-single {
  background: transparent;
  color: #196ea4;
  font-size: 13px;
  font-weight: 600;
}
.irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #196ea4;
  border: 2px solid #196ea4;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.irs--flat .irs-handle:hover > i:first-child {
  background: #196ea4;
}
.irs--flat .irs-handle.state_hover > i:first-child {
  background: #196ea4;
}

/*****************************
  Header
*****************************/
/* Header Style 01 */
.header {
  background: #ffffff;
  z-index: 999;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px rgb(0 0 0 / 8%);
          box-shadow: 0px 3px 12px rgb(0 0 0 / 8%);
}

/* Topbar */
.header .topbar-inner {
  padding: 5px 0;
  border-bottom: 1px solid rgba(41, 24, 67, 0.05);
}
.header .topbar-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  color: #ffffff;
}
.header .topbar-inner ul li {
  padding: 0 10px;
}
.header .topbar-inner a {
  color: #291843;
  font-size: 12px;
}
.header .topbar-inner a:hover {
  color: #196ea4;
}

.header .topbar .social ul {
  margin: 0;
}
.header .topbar .social ul li {
  display: inline-block;
  padding: 0 6px;
}
.header .topbar .social ul li:last-child {
  padding-right: 0;
}
.header .topbar .social ul li a {
  color: #291843;
  font-size: 12px;
}
.header .topbar .social ul li a:hover {
  color: #196ea4;
}

/* Navbar */
.header .navbar .navbar-nav .nav-link {
  font-weight: 400;
  font-size: 18px;
  padding: 12px 8px 12px 0;
  color: #291843;
  text-transform: capitalize;
}
.header .navbar .navbar-nav .nav-link i {
  font-weight: bold;
}
.header .navbar .navbar-nav .nav-link:hover {
  color: #196ea4;
}

.header .navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-nav .nav-item {
  margin-right: 22px;
}
.header .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #196ea4;
}
.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #196ea4;
}

.header .navbar-brand {
  padding: 0px;
  margin-right: 0;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
.header .navbar-brand img {
    height: auto;
    max-width: 230px;
}

/* Header Sticky */
.header.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  padding: 0px;
}
.header.is-sticky .topbar {
  display: none;
} 
.header.is-sticky .navbar .navbar-brand img {
  height: auto;
}

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #291843;
  text-transform: capitalize;
  font-size: 14px;
}
.header .navbar-nav li > a:hover {
  color: #196ea4;
}
.header .navbar-nav li > a i {
  margin-left: 5px;
  font-size: 10px;
}

/* Mega Menu */
.megamenu {
  padding: 20px 20px;
  width: 100%;
}
.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}
.megamenu > div > li > ul > li {
  list-style: none;
}
.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #291843;
  white-space: normal;
}
.megamenu > div > li > ul > li > a:hover {
  text-decoration: none;
  color: #291843;
  background-color: #f6f7f8;
}
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #291843;
  background-color: #f6f7f8;
}

.megamenu.disabled > a:hover {
  color: #f6f7f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.disabled > a:focus {
  color: #f6f7f8;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}
.header li > .dropdown-item:focus {
  color: #196ea4;
  background: none;
}
.header li > .dropdown-item:hover {
  color: #196ea4;
  background: none;
}
.header .dropdown-item.active {
  background: none;
}
.header .dropdown-item:active {
  background: none;
}
.header .dropdown-item:focus {
  background: none;
}
.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  position: relative;
}

.header .navbar .dropdown-menu {
  padding: 14px 26px 14px 26px;
  z-index: 9999;
}
.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px;
}
.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px 10px 0;
  border-radius: 3px;
  position: relative;
}
.navbar .dropdown > .dropdown-menu li > a:hover {
  color: #196ea4;
}
.navbar .dropdown > .dropdown-menu li > a:hover span:before {
  width: 100%;
}
.navbar .dropdown > .dropdown-menu li > a span {
  position: relative;
}
.navbar .navbar-nav .dropdown-menu li.active > a span {
  color: #196ea4;
}
.navbar .navbar-nav .dropdown-menu li.active > a span:before {
  width: 100%;
}

/* Header Style 02 */
.header.header-style-02 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header.header-style-02 .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
.header.header-style-02 .navbar .dropdown-menu {
  left: 0;
  -webkit-transform: translate3d(0%, 0px, 0);
          transform: translate3d(0%, 0px, 0);
}
.header.header-style-02 .navbar .dropdown:hover > .dropdown-menu {
  -webkit-transform: translate3d(0%, 0px, 0);
          transform: translate3d(0%, 0px, 0);
}
.header.header-style-02 .navbar .dropdown-menu.megamenu {
  left: 0;
}
.header.header-style-02 .header-bottom .navbar-brand {
  display: none;
}
.header.header-style-02 .header-bottom.is-sticky .navbar-brand {
  display: block;
}
.header.header-style-02 .search .search-btn {
  color: #ffffff;
}

/* Search */
.search .search-btn {
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #291843;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.search .search-btn:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}
.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.search.search-open .search-box .form-control {
  padding-right: 50px;
}

.search-box {
  display: block;
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 35px;
  -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 1.5rem 0 1.5rem 0;
    border: none;
    left: 85%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
            transform: translate3d(15px, 10px, 0);
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
            transform: translate3d(-15px, 10px, 0);
  }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }
  .header .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 540px;
  }
  .header .navbar .dropdown:hover > .dropdown-menu {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-35%, 0, 0);
      visibility: visible;
      opacity: 1;
      border-radius: 0;
      margin-top: 8px;
  }
  .header .navbar li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  /* Header */
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .header .navbar .navbar-nav {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .header .navbar .navbar-nav .nav-link {
    color: #291843;
    padding: 10px 20px;
  }
  .header .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
  }
  .header .navbar .nav-title {
    margin-top: 20px;
  } 

  /* Header Style 01 */
  .header.default .navbar {
    position: relative;
    background: #ffffff;
  }
  .header.default .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
  .header.default .navbar .navbar-nav .nav-link {
      color: #291843;
      padding: 12px;
      border-bottom: 1px solid #eee;
  }

  /* Header Style 02 */
  .header.header-style-02 .navbar-brand {
    display: none;
  }
  .header.header-style-02 .header-bottom .navbar-brand {
    display: inherit;
  }
  .header.header-style-02 .navbar .navbar-nav .nav-link {
    color: #291843;
    padding: 12px;
  }
  .header.header-style-02 .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }

  .header.default .navbar .navbar-nav .nav-item.header-search {
    display: none;
  }
}
@media (max-width: 575px) {
  /* Header */
  .header .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    padding: 5px 0px;
  }
  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }
}
/*****************************
  Sidebar
*****************************/
.sticky-top {
  top: 40px;
}

.sidebar .widget {
  margin-bottom: 30px;
  border: 3px solid #e8e8e8;
  padding: 20px;
}
.sidebar .widget .widget-title {
  margin-bottom: 24px;
}
.sidebar .widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.sidebar .widget ul li {
  margin-bottom: 10px;
}
.sidebar .widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626262;
}
.sidebar .widget ul li a:hover {
  color: #196ea4;
}
.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .property-item .property-image img {
  width: 100%;
}
.sidebar .widget .property-item .property-details .property-info li {
  margin-bottom: 0;
  text-align: left;
}
.sidebar .widget .property-item .property-details .property-info li i {
  display: block;
}
.sidebar .widget .property-item .property-details .property-listing-actions {
  border-bottom: 0;
}
.sidebar .widget .recent-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sidebar .widget .recent-list-item img {
  height: 80px;
}
.sidebar .widget .recent-list-item .recent-list-item-info {
  padding-left: 20px;
}
.sidebar .widget .recent-list-item .recent-list-item-info a {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.sidebar .widget .recent-list-item .recent-list-item-info .address {
  color: #291843;
  font-weight: 600;
}
.sidebar .widget .recent-list-item .recent-list-item-info .address:hover {
  color: #196ea4;
}
.sidebar .widget .recent-list-item:last-child {
  margin-bottom: 0;
}

/*****************************
  Banner
*****************************/
/* Banner 01 */
/* slide 01 */
.slider-01 .swiper-slide {
  background-color: #ffffff;
  height: 700px;
}
.slider-01 .swiper-slide img {
  -webkit-box-shadow: 0px 13px 0px #196ea4;
          box-shadow: 0px 13px 0px #196ea4;
  margin-top: 61px;
}
.slider-01 .slide-content {
  position: relative;
  z-index: 1;
}
.slider-01 .slide-01 img {
  margin-bottom: -100px;
}
.slider-01 .slide-01 .slide-inner {
  background-color: #291843;
  padding-bottom: 13px;
  border-radius: 50px 0 50px 0;
}
.slider-01 .slide-01 .slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 111px;
  bottom: 0px;
  left: 0;
  background: #ffffff;
  z-index: 1;
}
.slider-01 .slide-01 .slide-inner:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern-02.png");
  background-repeat: no-repeat;
  width: 176px;
  height: 86px;
  position: absolute;
  bottom: 25px;
  z-index: 1;
  left: 36%;
}
.slider-01 .slide-01:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76%;
  position: absolute;
  left: 30px;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-01 .slide-01:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 111px;
  left: 0;
  border-radius: 50px 0 50px 0;
  background: #291843;
  z-index: -1;
}

/* slide 02 */
.slider-01 .slide-02:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern-03.png");
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 10%;
  top: 0;
  width: 48%;
  height: 100%;
}
.slider-01 .slide-02:before {
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  bottom: 0px;
  left: inherit;
  right: 0;
  border-radius: 0px 0 50px 0;
  background: #291843;
}
.slider-01 .slide-02 .slide-inner:after {
  content: "";
  background-image: url("../images/slider/home-01/bg-pattern-02.png");
  width: 176px;
  height: 86px;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 9%;
}

/* Banner 02 */
.slider-02 .swiper-slide {
  height: 580px; 
  background-size: cover;
}
.slider-02 .slide-02 {
  background-position: bottom right;
}
.slider-02 .slide-02 i {
  color: rgba(48, 182, 102, 0.05);
}
.slider-02 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #291843;
}
.slider-02 .slide-01 .finaxo-rate {
  position: absolute;
  bottom: 100px;
  left: -30%;
}
.slider-02 .slide-01 .finaxo-rate .finaxo-rate-content {
  padding: 30px 54px 50px;
}

/* Banner 03 */
.slider-03 .swiper-slide {
  height: 700px;
}
.slider-03 .banner-content {
  position: relative;
}
.slider-03 .banner-content .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-03 .slide-02 .content-right {
  right: 10%;
}
.slider-03 .slide-03 .content-left {
  left: 10%;
}

/* Bullet */
.swiper-pagination .swiper-pagination-bullet {
  background-color: #cccccc;
  width: 88px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #196ea4;
}

.swiper-pagination.swiper-pagination-left {
  text-align: left;
  margin: 0 auto;
  right: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Arrow */
.swiper-button-next {
  right: 53px;
  background-image: inherit !important;
}
.swiper-button-next i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(41, 24, 67, 0.2);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover i {
  color: #ffffff;
  background-color: rgba(41, 24, 67, 0.5);
}

.swiper-button-prev {
  background-image: inherit !important;
}
.swiper-button-prev i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(41, 24, 67, 0.2);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev:hover i {
  color: #ffffff;
  background-color: rgba(41, 24, 67, 0.5);
}

/*****************************
  Responsive
*****************************/
@media (min-width: 576px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination.swiper-pagination-left {
    max-width: 1270px;
  }
}
@media (max-width: 1199px) {
  /* Home 01 */
  .slider-01 .swiper-slide {
    height: 491px;
  }

  .slider-01 .slide-02 {
    height: 410px;
  }
  .slider-01 .slide-02:before {
    width: 64%;
  }
  .slider-01 .slide-02:after {
    width: 54%;
  }

  .slider-01 .slide-01 .slide-inner:after {
    left: 30%;
  }

  /* Home 02 */
  .slider-02 .swiper-slide {
    height: 550px;
  }
  .slider-02 .slide-01 .finaxo-rate {
    bottom: 25px;
    left: -40%;
  }
}
@media (max-width: 991px) {
  /* Home 01 */
  .slider-01 .slide-01 .slide-inner:after {
    background-size: 120px;
  }
  .slider-01 .slide-01 img {
    margin: 0px;
  }
  .slider-01 .slide-01:before {
    content: none;
  }
  .slider-01 .slide-01 .slide-content {
    padding-left: 30px;
  }
  .slider-01 .slide-01 .slide-inner:before {
    content: none;
  }
  .slider-01 .slide-01 .slide-inner:after {
    content: none;
  }
  .slider-01 .slide-01:after {
    content: none;
  }
  .slider-01 .slide-01 .slide-inner {
    padding: 50px 0;
    border-radius: 0;
  }
  .slider-01 .swiper-slide {
    height: auto;
  }
  .slider-01 .swiper-slide img {
    margin-top: 0;
  }
  .slider-01 .slide-02 {
    height: auto;
  }
  .slider-01 .slide-02:before {
    content: none;
  }
  .slider-01 .slide-02:after {
    content: none;
  }
  .slider-01 .slide-02 .slide-inner {
    background-color: #291843;
    padding: 50px 30px;
  }
  .slider-01 .slide-02 .slide-inner:after {
    content: none;
  }

  /* Home 02 */
  .slider-02 .swiper-slide {
    height: 420px;
  }
  .slider-02 .slide-01 .finaxo-rate {
    display: none;
  }

  /* Home 03 */
  .slider-03 .swiper-slide {
    height: 600px;
  }
}
@media (max-width: 767px) {
  /* Home 02 */
  .slider-02 .slide-02 {
    background-position: right 0;
  }

  /* Home 03 */
  .slider-03 .swiper-slide {
    height: 420px;
  }
  .slider-03 .banner-content img {
    display: none;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
  }

  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }

  .swiper-pagination.swiper-pagination-left {
    padding-left: 30px;
  }
}
/*****************************
  Layout
*****************************/
/* Section Title */
.section-title {
  margin-bottom: 50px;
}
.section-title .pre-title {
  font-size: 13px;
  color: #291843;
  font-weight: 700;
}

/* Stretch BG */
.stretch-bg {
  border-radius: 50px 0 50px 0;
}
.stretch-bg:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

.stretch-bg.stretch-right:before {
  right: 0;
  border-radius: 50px 0 50px 0;
}

.stretch-bg.stretch-left:before {
  left: 0;
  border-radius: 50px 0 50px 0;
}

/* BG color */
.stretch-bg.bg-dark {
  background: #291843;
}
.stretch-bg.bg-dark:before {
  background: #291843;
}

.stretch-bg.bg-light {
  background: #f6f7f8;
}
.stretch-bg.bg-light:before {
  background: #f6f7f8;
}

/* Client Logo */
.our-clients .owl-item {
  text-align: center;
}
.our-clients .owl-item img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-clients .owl-item:hover img {
  -webkit-filter: inherit;
          filter: inherit;
}

/* Back To Top */
.back-to-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 40px;
    height: 40px;
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
    background: #000000;
    border-radius: 40px;
    -webkit-box-shadow: 0px 4px 13px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 13px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
#bottom_margn {
    background: #075585;
}
.back-to-top a:hover {
  background: #291843;
  color: #ffffff;
}
.back-to-top a:focus {
  background: #291843;
  color: #ffffff;
}

/* Border Radius */
.rounded {
  border-radius: 1.5rem 0 1.5rem 0 !important;
}

.rounded-lg {
  border-radius: 2.5rem 0 2.5rem 0 !important;
}

.mt-n6 {
  margin-top: -6rem;
}

/* Vertical Menu */
.vertical-menu li {
  margin-bottom: 10px;
}
.vertical-menu li:last-child {
  margin-bottom: 0;
}
.vertical-menu li a {
  display: block;
  color: #291843;
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 1.5rem 0 1.5rem 0;
}
.vertical-menu li a:hover {
  background-color: #196ea4;
  color: #ffffff;
}
.vertical-menu li a.active {
  background-color: #196ea4;
  color: #ffffff;
}

/* Social Bg Color */
.social-bg-hover {
  position: relative;
  color: #ffffff;
}
.social-bg-hover:before {
  content: "";
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.5rem 0 1.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-bg-hover:hover {
  color: #ffffff;
}
.social-bg-hover:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.social-bg-hover span {
  position: relative;
}

.facebook-bg {
  background-color: #445c8e;
}

.twitter-bg {
  background-color: #43afe9;
}

.google-bg {
  background-color: #dc0510;
}

.instagram-bg {
  background-color: #DD2A7B;
}

.linkedin-bg {
  background-color: #007eb3;
}

/* Maintenance */
.maintenance-content {
  padding-top: 100px;
}

/* Coming soon */
.coming-soon-top {
  position: absolute;
  left: 0;
  right: 0;
}

.coming-soon-section {
  padding-top: 100px;
}
.coming-soon-section .coming-soon-icon i {
  font-size: 110px;
  color: #cccccc;
}

/* Form */
textarea.form-control {
  height: auto;
}

.form-control {
  padding: 14px 20px;
  height: 52px;
  font-size: 14px;
  border-color: #e8e8e8;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #196ea4;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background: #196ea4;
  border-color: #196ea4;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #cccccc solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
  border: 2px solid #cccccc;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* Input Size */
.form-control-sm {
  height: 44px;
}

.form-control-md {
  height: 52px;
}

.form-control-lg {
  height: 58px;
}

.form-control-xl {
  height: 62px;
  font-size: 1.45rem;
}

/* Form Inline */ 
.form-inline {
  position: relative;
}
.form-inline .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: inherit;
  padding: 7px 15px;
}
.form-inline .form-group {
  width: 100%;
}
.form-inline .form-control {
    width: 100%;
    padding: 8px 12px;
    font-size: 15px;
    height: auto;
    border: 1px solid #198754;
}

.form-flat-style .form-control {
  background-color: #f6f7f8;
  border-color: #f6f7f8;
  height: auto;
}
.form-flat-style .form-control:focus {
  border-color: #196ea4;
}

/* Newsletter */
.input-with-btn .form-control {
  padding-right: 124px;
}

/* Newsletter Input Size */
.input-with-btn .form-control-sm {
  padding-right: 114px;
}
.input-with-btn .form-control-md {
  padding-right: 124px;
}
.input-with-btn .form-control-lg {
  padding-right: 146px;
}
.input-with-btn .form-control-xl {
  padding-right: 156px;
}

/* Chart */
.chart {
  max-width: 650px;
  margin: 0px auto;
}
.chart .apexcharts-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.apexcharts-tooltip-title {
  display: none;
}
.container {
    max-width: 1180px;
  }
/*****************************
  Responsive
*****************************/
 
@media (max-width: 991px) {
  /* Section Title */
  .section-title {
    margin-bottom: 30px;
  }

  .chart#chart-round {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  /* Section Title */
  .section-title {
    margin-bottom: 20px;
  }

  /* Stretch BG */
  .stretch-bg {
    border-radius: 30px 0 30px 0;
  }

  .stretch-bg.stretch-left:before {
    border-radius: 30px 0 30px 0;
  }
}
/*****************************
  Blog
*****************************/
.blog-post .blog-post-image {
  margin-bottom: 15px;
}
.blog-post .blog-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.blog-post .blog-post-info a {
  color: #626262;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
.blog-post .blog-post-info a:hover {
  color: #196ea4;
}
.blog-post .blog-post-info a i {
  color: #196ea4;
  margin-right: 5px;
}
.blog-post .blog-post-details .blog-post-title a:hover {
  color: #196ea4;
}
.blog-post .blog-post-details p {
  margin-bottom: 30px;
}

/* Social */
.social-info {
  position: relative;
}
.social-info > a {
  color: #291843;
  font-size: 12px;
  padding-left: 10px;
}
.social-info > a:hover {
  color: #196ea4;
}
.social-info > a i {
  color: #cccccc;
}
.social-info .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -3px;
  right: 80%;
  padding: 3px 8px;
  margin: 0;
  list-style-type: none;
  background: #f8f8f8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.social-info .social-share:before {
  position: absolute;
  z-index: 999;
  content: "";
  right: -8px;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f8f8f8;
}
.social-info .social-share li {
  padding: 0 3px;
  line-height: 22px;
}
.social-info .social-share li a {
  display: inline-block;
  color: #291843;
  font-size: 12px;
  padding: 0 5px;
}
.social-info .social-share li a:hover {
  color: #196ea4;
}
.social-info:hover .social-share {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

/* Navigation */
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation .nav-links .nav-previous {
  width: 47%;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navigation .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626262;
}
.navigation .nav-links .nav-previous .pagi-text {
  padding: 12px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation .nav-links .nav-previous:hover {
  background: #f6f7f8;
}
.navigation .nav-links .nav-previous:hover .pagi-text {
  background: #196ea4;
  color: #ffffff;
}
.navigation .nav-links .nav-previous:hover .nav-title {
  color: #196ea4;
}
.navigation .nav-links .nav-previous .nav-title {
  padding: 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation .nav-links .nav-previous .pagi-text {
  border-right: 1px solid #e8e8e8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navigation .nav-links .nav-next {
  width: 47%;
  border: 1px solid #e8e8e8;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navigation .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #626262;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navigation .nav-links .nav-next .pagi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px;
  border-left: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation .nav-links .nav-next:hover {
  background: #f6f7f8;
}
.navigation .nav-links .nav-next:hover .pagi-text {
  background: #196ea4;
  color: #ffffff;
}
.navigation .nav-links .nav-next:hover .nav-title {
  color: #196ea4;
}
.navigation .nav-links .nav-next .nav-title {
  padding: 12px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Pagination */
.pagination .page-item {
  margin: 3px;
}
.pagination .page-item .page-link {
  display: inline-block;
  border: 1px solid #f6f7f8;
  padding: 0 10px;
  font-size: 15px;
  color: #626262;
  min-width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 1.5rem 0 1.5rem 0;
}
.pagination .page-item .page-link:hover {
  background: transparent;
  color: #196ea4;
  border-color: #196ea4;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-item.active .page-link {
  background: transparent;
  color: #196ea4;
  border-color: #196ea4;
}

/* Sidebar */
.blog-sidebar .widget {
  margin-bottom: 30px;
}

/* Blog Details */
.blog-details .blog-post-content .blog-post-footer .btn-link {
  color: #291843;
}
.blog-details .blog-post-content .blog-post-footer .btn-link:hover {
  color: #196ea4;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 575px) {
  /* Blog */
  .navigation .nav-links {
    display: block;
  }
  .navigation .nav-links .nav-previous {
    width: 100%;
  }
  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 5px;
  }

  .pagination .page-item .page-link {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
/*****************************
  Shop
*****************************/
/* Product */
.product .product-image {
  position: relative;
}
.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product .product-image .product-overlay .add-to-cart a {
  background: #196ea4;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 1.5rem 0 1.5rem 0;
}
.product:hover .product-image .product-overlay {
  opacity: 1;
}
.product .product-description {
  text-align: center;
}
.product .product-description .product-title {
  margin: 20px 0px 10px;
}
.product .product-description .product-title a {
  font-size: 16px;
  font-weight: 700;
  color: #291843;
}
.product .product-description .product-title a:hover {
  color: #196ea4;
}
.product .product-description .product-rating {
  margin-bottom: 10px;
}
.product .product-description .product-rating i {
  color: #ffb100;
}
.product .product-description .product-price {
  font-size: 14px;
  font-weight: 700;
}
.product .product-description .product-price del {
  color: #cccccc;
}
.product .product-description .product-price ins {
  color: #196ea4;
  text-decoration: none;
}

/* Product Detail */
.shop-single .nav-item .nav-link {
  font-size: 16px;
}
.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px;
}
.shop-single .product-detail .product-price-rating .product-price h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.shop-single .product-detail .product-price-rating .product-price h4 span {
  font-size: 24px;
  color: #196ea4;
  margin-left: 8px;
}
.shop-single .product-detail .product-price-rating .product-rating {
  margin: 20px 0;
}
.shop-single .product-detail .product-price-rating .product-rating i {
  color: #196ea4;
}
.shop-single .product-detail .product-summary {
  margin-top: 30px;
}
.shop-single .product-detail .product-summary a {
  color: #291843;
  margin-right: 10px;
}
.shop-single .product-detail .product-summary a i {
  color: #196ea4;
  margin-right: 10px;
}
.shop-single .product-detail .product-summary a:hover {
  color: #196ea4;
}
.shop-single .product-detail hr {
  margin: 30px 0;
}
.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px;
}
.shop-single .product-detail .product-detail-meta span {
  display: block;
  margin: 10px 0;
}
.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.shop-single .product-detail .product-detail-social span {
  font-weight: 700;
}
.shop-single .product-detail .product-detail-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  margin-bottom: 0;
}
.shop-single .product-detail .product-detail-social ul li {
  list-style-type: none;
  margin-right: 20px;
  font-size: 16px;
}
.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px;
}

.form-group .product-rating {
  color: #196ea4;
}

.slider-slick .slider-nav .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  z-index: 999;
  color: #ffffff;
  font-size: 14px;
}
.slider-slick .slider-nav .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  z-index: 999;
  color: #ffffff;
  font-size: 14px;
}
.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1;
}
.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1;
}
.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 40px;
  height: 40px;
  background: #196ea4;
  color: #291843;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1.5rem 0 1.5rem 0;
}
.slider-slick .slider-nav .slick-prev:hover {
  background: #291843;
}
.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 40px;
  height: 40px;
  background: #196ea4;
  color: #291843;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1.5rem 0 1.5rem 0;
}
.slider-slick .slider-nav .slick-next:hover {
  background: #291843;
}
.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

/* Comment List */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commentlist .comment-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.commentlist .comment-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commentlist .comment-content .reviews .rating {
  margin-left: auto;
}
.commentlist .comment-content .reviews .rating i {
  color: #196ea4;
}
.commentlist .comment-author img {
  width: 60px;
}

.form-check-label {
  padding-left: 20px;
}

/* Shop Sidebar */
.shop-sidebar .widget {
  margin-bottom: 50px;
}
.shop-sidebar .widget .widget-title {
  margin-bottom: 30px;
}
.shop-sidebar .widget .price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-sidebar .widget .price-filter a {
  margin-left: auto;
}
.shop-sidebar .widget .form-check {
  display: block;
  margin-bottom: 5px;
}
.shop-sidebar .widget .form-check:last-child {
  margin-bottom: 0;
}
.shop-sidebar .widget .form-check span {
  float: right;
  color: #196ea4;
}
.shop-sidebar .widget .custom-checkbox .custom-control-label::before {
  border-color: #e8e8e8;
}
.shop-sidebar .widget .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop-sidebar .widget .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #196ea4;
}
.shop-sidebar .widget .social ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  font-size: 16px;
}
.shop-sidebar .widget .tagcloud ul li {
  margin-bottom: 10px;
  display: inline-block;
}
.shop-sidebar .widget .tagcloud ul li a {
  color: #626262;
  line-height: 32px;
  border: 1px solid #e8e8e8;
  padding: 2px 20px;
  margin-right: 6px;
  border-radius: 1.5rem 0 1.5rem 0;
  display: block;
  font-size: 13px;
}
.shop-sidebar .widget .tagcloud ul li a:hover {
  background: #196ea4;
  border: 1px solid #196ea4;
  color: #ffffff;
}
.shop-sidebar .widget .widget-categories ul li a {
  font-size: 14px;
  color: #291843;
  line-height: 32px;
  display: block;
}
.shop-sidebar .widget .widget-categories ul li a:hover {
  color: #196ea4;
}

.search-field {
  padding: 14px 20px;
  color: #626262;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e8e8e8;
  height: 52px;
  border-radius: 1.5rem 0 1.5rem 0;
  width: 100%;
}

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #f6f7f8;
  position: relative;
  border-radius: 1.5rem 0 1.5rem 0;
}
.checkout-info:before {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 25px;
  content: "\f2f6";
  font-size: 60px;
  font-family: "Font Awesome 5 Free";
  z-index: 9;
  color: #cccccc;
  font-weight: 700;
}

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff";
}
.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 2px dashed #e8e8e8;
  border-radius: 1.5rem 0 1.5rem 0;
}

.checkout-review {
  padding: 15px 30px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 50px 0 50px 0;
}
.checkout-review .table tr th {
  padding: 15px 0;
  font-size: 18px;
}
.checkout-review .table tr th.shipping {
  font-size: 14px;
  vertical-align: top;
}
.checkout-review .table tr td {
  padding: 15px 0;
}
.checkout-review .table tr td.amount {
  font-size: 18px;
}

/* Cart */
.cart-table .table {
  border: 1px solid #e8e8e8;
  margin-bottom: 0;
}
.cart-table .table tr th {
  border: none;
  padding: 15px 10px;
  color: #291843;
}
.cart-table .table tr td {
  border: none;
  border-top: 1px solid #e8e8e8;
  padding: 15px 10px;
  color: #291843;
  vertical-align: middle;
}
.cart-table .table tr td.product-remove {
  padding: 15px 25px;
  text-align: center;
}
.cart-table .table tr td.product-quantity .form-control {
  width: 100px;
}
.cart-table .table tr td a {
  color: #291843;
}
.cart-table .table tr td a:hover {
  color: #196ea4;
}
.cart-table .table tr td .form-group {
  margin-bottom: 0px;
}
.cart-table .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 15px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-table .actions .coupon .form-group .form-control {
  width: 330px;
  padding-right: 150px;
}
.cart-table .actions .update-cart {
  margin-left: auto;
}

.cart-table .table td.product-thumbnail img {
  width: 70px;
  height: auto;
}

.cart-totals {
  background: #f6f7f8;
  padding: 20px;
}
.cart-totals .cart-totals-title {
  margin-bottom: 20px;
  text-align: center;
}
.cart-totals .table tr th {
  text-align: left;
  border: none;
  border-top: 1px solid #e8e8e8;
  vertical-align: top;
  background: #ffffff;
  padding: 0.75rem;
}
.cart-totals .table tr td {
  text-align: right;
  border: none;
  border-top: 1px solid #e8e8e8;
  background: #ffffff;
}
.cart-totals .table tr.shipping .form-group {
  margin-bottom: 0;
}
.cart-totals .table tr.shipping .form-check-label {
  padding-left: 0px;
}
.cart-totals .table tr.shipping p {
  margin-bottom: 0;
}
.cart-totals .table tr.order-total th {
  font-size: 18px;
  font-weight: 700;
}
.cart-totals .table tr.order-total td {
  font-size: 26px;
  font-weight: 700;
}
.cart-totals .table .cart-subtotal th {
  font-size: 18px;
  font-weight: 700;
  border: none;
}
.cart-totals .table .cart-subtotal td {
  font-size: 18px;
  font-weight: 700;
  border: none;
}
.cart-totals .checkout-button {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
}

/*****************************
  Responsive
*****************************/
@media (max-width: 767px) {
  /* Tab */
  .nav-tabs .nav-link {
    padding: 0 12px 10px;
    font-size: 14px;
  }

  .slider-slick .slider-nav .slick-prev {
    left: -12px;
  }
  .slider-slick .slider-nav .slick-next {
    right: -12px;
  }

  .slider-slick .detail-big-car-gallery .slick-prev {
    left: 0;
  }
  .slider-slick .detail-big-car-gallery .slick-next {
    right: 0;
  }
}
@media (max-width: 575px) {
  /* Shop cart */
  .cart-table .actions .coupon .form-group .form-control {
    width: 250px;
    padding-right: 120px;
  }
  .cart-table .actions .coupon .form-inline .btn {
    padding: 14px 16px;
  }

  .slider-slick .slider-nav .slick-next {
    right: -12px;
  }

  .checkout-review {
    padding: 15px 15px 30px;
  }
}
/*****************************
  Not Found
*****************************/
.error-404 h1 {
  font-size: 200px;
  line-height: 1;
  color: #196ea4;
  margin-bottom: 10px;
}
.error-404 h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 120px;
    line-height: 1;
  }
  .error-404 h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  /* Error 404 */
  .error-404 h1 {
    font-size: 80px;
    line-height: 1;
  }
}
/*****************************
  Footer
*****************************/
 
.footer ul {
  margin-bottom: 0;
}

/* Contact Address */
.footer-contact-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.footer-contact-address ul li:last-child {
  margin-bottom: 0;
}
.footer-contact-address i {
  color: #196ea4;
  font-size: 30px;
  margin-right: 16px;
}
.footer-contact-address .address-info {
  color: #ffffff;
}
.footer-contact-address .address-info h6 {
  color: #196ea4;
  font-size: 13px;
  margin-bottom: 0;
}
.footer-contact-address .address-info p {
  font-size: 13px;
  margin-bottom: 0;
}

/* Follow Us */
.follow-us ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.follow-us ul li {
  margin: 0px 15px 10px 0;
}
.follow-us ul li:last-child {
  margin-right: 0;
}
.follow-us ul li a {
  color: #ffffff;
  font-size: 18px;
}
.follow-us ul li a:hover {
  color: #196ea4;
}

/* Footer link  */
.footer-link ul li a { 
    line-height: 26px;
    color: #333;
    font-size: 15px;
}
.footer-link ul li a:hover {
  color: #196ea4;
}

/* Copyright */

.footer-bottom {
    padding: 20px 0 15px;
    margin-top: 40px;
    border-top: 1px solid #3333332e;
} 
.footer-bottom a {
  color: #239d48;
}
p.copy_text {
    margin-bottom: 0;
    font-size: 15px;
    color: #333;
}
.footer-bottom a:hover {
  color: #196ea4;
} 
#our_logos {
    padding-top: 0px;
    margin-bottom: 70px;
}
#our_logos .text-center h2 {
    font-weight: normal;
    font-size: 35px;
    text-transform: capitalize;
    color: #126ea5;
}
#our_logos .section-title.text-center p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    width: 75%;
    margin: 0 auto;
}
#about_us_heading {
    margin-bottom: 10px;
}
.login_menu a.nav-link {
    font-size: 17px;
    color: #333;
    padding-right: 0;
}
.login_menu a.nav-link .fas {
    margin-left: 5px;
}
.subscribe_button .nav-link.btn.btn-primary {
    border-radius: 4px;
    color: #fff;
    padding: 10px 16px;
    background: #239d48;
    border-color: #239d48;
}
.without_text {
    color: #fff;
    font-size: 18px;
}
.counter.counter-with-plus {
    background: #333;
}
#process_texting {
    background: #ffffff;
    margin-bottom: 65px;
}
#process_texting .pre-title {
    color: #fff;
    font-size: 20px;
}
#process_texting h2 {
    color: #126ea5;
    line-height: 42px;
    font-weight: bold;
    font-size: 30px;
    margin: 5px 0 20px;
}
#process_texting p {
    color: #454545;
    font-weight: normal;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
    font-style: normal;
    font-size: 22px;
    text-align: center;
}
#login_bg {
    background: #eee; 
}
.login_headlogo2 {
    background: transparent;
    padding: 250px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 92vh;
}
.login_headlogo2 .login_mapimg {
    position: inherit;
    margin-bottom: 50px;
    top: 125px;
}
.login_mapimg {
    position: absolute;
    left: 0;
    bottom: 67px;
    width: 80%;
    margin: 0 50px;
    display: block;
}
.login_design {
    border: 2px solid #000;
    width: 85%;
    margin: 30px auto;
    height: 92vh;
    overflow: hidden;
}
.login_design .login_form {
    background: transparent;
    padding: 225px 130px;
    border-radius: 0;
    width: 100%;
    height: 100vh;
}
.login_design .login_form:after {
    border-bottom: 280px solid #196ea4;
    border-left: 280px solid transparent;
    content: "";
    position: absolute;
    right: 90px;
    bottom: 20px;
    z-index: -1;
}
.login_design .login_form:before {
    background-image: linear-gradient(#f4fff4, #ebffeb);
    content: "";
    position: absolute;
    right: 90px;
    top: 15px;
    z-index: -1;
    height: 790px;
    width: 685px;
}
.login_design .login_form form:after {
    border-bottom: 310px solid #ffffff;
    border-left: 310px solid transparent;
    content: "";
    position: absolute;
    right: 88px;
    bottom: 15px;
    z-index: -1;
}
.login_design .login_form form input#mobile-number {
    border: 1px solid #443b3b;
}
.login_mapimg img {
    width: 100%;
} 
.login_headlogo3 {
    background: #f5f8ff;
    height: 100vh;
    padding: 70px 80px 0;
    text-align: center;
    position: relative;
}
.login_headlogo4 {
    background: url(../images/login-bg4.jpg) repeat;
    height: 100vh; 
    padding: 280px 80px;
    text-align: center; 
} 
 
.login_form .btn.btn-primary.btn-flat {
    font-size: 18px;
    font-weight: normal;
}  
.login_form {
    background: #fff;
    padding: 180px 330px 220px 80px;
    border-radius: 0;
    height: 100vh;
    width: 100%;
}
.login_group lable {
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
}
#login_bg .col-md-5 {
    padding-right: 0;
}
#login_bg .col-md-7 {
    padding-left: 0;
}
.login_form .form-label {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
}
.login_form h3 {
    font-weight: normal;
    font-size: 32px;
}
.login_form input.form-control {
    background: transparent;
    border: 1px solid #eee;
    padding: 14px 18px;
    font-size: 16px;
    border-radius: 5px;
}
.more_aboutus ol.list {
    margin: 20px 10px;
}




/* Tabs */
.tabs {
  width: 100%;
  background-color: transparent;
  border-radius: 5px 5px 5px 5px;
  display : flex;
  margin-top: 0;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    width: 90%;
    margin-right: 55px;
} 
ul#tabs-nav li {
    font-weight: bold;
    margin-right: 2px;
    padding: 18px 10px 18px 0;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
#tabs-nav li:hover{
    border-bottom:1px solid #239d48;
}
.see_alldetails a {
    font-size: 20px;
    color: #239d48;
    letter-spacing: -1px;
    text-transform: capitalize;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 8px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}
.automated_text {
    width: 70%;
    margin: 0 auto 60px;
    text-align: center;
}
.automated_text .section-title p {
    font-size: 18px;
    width: 89%;
    margin: 0 auto;
}
.automated_text h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 20px;
}
#tabs-nav li a {
    color: #333;
    font-size: 21px;
    font-weight: normal;
    width: 100%;
    display: flex;
    margin-left: 0;
    align-items: center;
}
#tabs-nav li a span {
    margin-top: 10px;
}
#tabs-nav li a img {
    margin-right: 15px;
    height: 45px;
    margin-top:2px;
}
#tabs-content img {
    width: 100%;
} 
.plus_sign b {
    font-size: 75px;
    display: block;
    font-weight: normal;
    position: absolute;
    top: 25px;
    right: 30px;
    color: #239d48;
}
.plus_sign2 b {
    font-size: 75px;
    display: block;
    font-weight: normal;
    position: absolute;
    top: 25px;
    right: 55px;
    color: #239d48;
}
.plus_sign3 b {
    font-size: 75px;
    display: block;
    font-weight: normal;
    position: absolute;
    top: 25px;
    right: 75px;
    color: #239d48;
}
.counter-item {
    position: relative;
}
.dost_image {
    position: relative;
}
.dost_image img {
    position: absolute;
    width: 170px;
    height: 200px;
    right: -90px;
    rotate: 30deg;
    top: 250px;
}
.bgdesign_image {
    position: relative;
}
.bgdesign_image img {
    position: absolute;
    top: 0;
}
.dost_image2 img {
    position: absolute;
    right: 50px;
    z-index: 1;
    top: 8%;
}
.banner_text {
    margin-top: -60px;
}
footer.space-pt.footer .container {
    max-width: 1180PX;
}
.green_design_shape img {
    position: absolute;
    left: -60px;
    top: 40px;
    width: 23%;
}
.about_uslisting .list li {
    margin-bottom: 3px;
    color: #333;
    font-size: 15px;
}
#pricing_breadcrumb {
    background: url(../images/breadbg.png) repeat;
    padding: 160px 0;
    text-align: center;
}
.price_plan {
    width: 100%;
    margin: 70px auto 90px;
    box-shadow: 0 3px 30px rgb(0 0 0 / 16%);
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.your_plan_box {
    background-color: #f6f6f6;
    padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price_start {
    border-top: 1px dashed #70707059;
    align-self: stretch;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 30px;
}
.price_plan_head h3 {
    color: #239d48;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 0;
}
.price_start p {
    margin-bottom: 0;
    font-size: 18px;
}
.flat_money {
    display: flex;
    margin: 20px 0;
}
.flat_money b {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #000;
    margin-right: 10px;
    margin-left: 20px;
}
.flat_money img {
    height: auto;
    margin-top: -7px;
    position: absolute;
}
.price_plan_head p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.pricing_heading h3 {
    font-size: 33px;
    color: #fff;
    text-transform: capitalize;
}
.pricing_heading p {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.more_button {
    text-align: center;
    display: block;
    margin: 25px 0;
}
.button_free a {
    background: #135985;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.buy_button a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0 0;
}
.button_free a:hover {
    background: #333;
}
.incluede_bx {
    padding: 30px;
}
.incluede_bx h3 {
    font-size: 20px;
}
.incluede_bx ul {
    padding: 0 20px;
}
.incluede_bx ul p {
    margin-bottom: 5px;
    font-size: 15px;
}
.introduction_data {
    padding: 50px 0;
}
.introduction_text h3 {
    font-size: 22px;
}
.calling_bcak {
    padding: 60px 0;
}
.contact_information h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.wekly {
    margin: 30px 0;
    display: block;
}
.wekly h5 {
    font-size: 20px;
    font-weight: 400;
}
#address_contact p {
    margin-bottom: 5px;
    font-size: 15px;
}
#address_contact p b {
    text-transform: uppercase;
}
.contact_information p {
    font-size: 16px;
    color: #000;
}
.feature_image img {
    width: 100%;
}
 
.main_banner img {
    width: 100%;
}
.bak_form {
    width: 100%;
    padding: 20px;
    border-radius: 0px;
    margin: 0px auto;
    box-shadow: 1px 10px 80px #eee;
}
.bak_form h3 {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 20px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}
#form-page {
    padding: 30px 0;
}
thead.thead-dark th p {
    margin: 0;
    color: #333;
    line-height: 11px;
    text-align: left;
}
thead.thead-dark th {
    text-align: left;
    color: #333;
    line-height: 16px;
}
.multi_price {
  text-align: right;
}
.multi_price p {
    margin: 0;
    line-height: 16px; 
}
.multi_price p {
    margin: 0;
    line-height: 16px;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 3px;
    margin-bottom: 2px;
}
#bottom_table {
    position: relative;
    bottom: 0;
    width: 99.5%;
    background: #e1eef2;
    box-shadow: none;
    z-index: 222;
    border: 1px solid #c9c9c9;
    margin-bottom: 0;
}
#bottom_table td {
    text-align: right; 
}
.table_data_here table.fold-table > tbody > tr.fold.open td {
    padding: 0;
    border-right: 1px solid #c9c9c9;
    text-align: left;
}
.table_data_here table.fold-table > tbody > tr.fold.open td span {
    padding-right: 10px;
    font-size: 13px; 
}
.in_price {
    padding: 5px;
}
.in_price p {
    margin-bottom: 0;
    border-bottom: 1px solid #3333333d;
}
.in_price span {
    padding-right: 0 !important;
}




.charts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 96%;
    margin: 0 auto;
}
.chart-card {
    border-radius: 0;
    padding: 30px;
    margin-top: 15px; 
}
.chart-card.chart_fn {
    width: 40%;
    display: inline-block;
    margin-left: 30px;
}
.chart-card.chart_snd {
    width: 35%;
    display: inline-block;
    margin-left: 110px;
} 
.chart-card.chart_trd {
    width: 40%;
    display: inline-block;
    margin-left: 0px;
}
.chart-card.chart_frth {
    width: 39%;
    display: inline-block;
    margin-left: 170px;
}
.chart-label{
    color: #000000 !important;
    border: 1px solid #0b0b0b !important;
}
.chart-title {
    text-align: center;
    color: #444;
    margin-bottom: 20px;
    font-size: 18px;
}
.chart-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
}
.chart-label {
    position: absolute;
    padding: 2px 5px;
    color: white;
    border-radius: 0;
    pointer-events: none;
    z-index: 100;
    font-size: 12px;
    font-weight: bold;
    box-shadow: none;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.connector-line {
    position: absolute;
    height: 3px;
    z-index: 90;
    transform-origin: left center;
    background-color: inherit;
}
.connector-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 95;
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}










/************* Dashboard Data Start Here CSS **************/
.dashboard-header {
    background: #022b54;
    padding: 2px 0;
}
.dashboard-header .navbar-brand img {
    width: 50%;
}
.dashboard-header .navbar-brand {
    padding: 0;
}
.dashboard-header .navbar-expand-xl {
    padding: 2px 0 0px;
}
.dashboard-header .navbar-collapse {
    display: block !important;
    text-align: right;
}
.dashboard-header .navbar-collapse .nav.navbar-nav {
    display: block;
}
.dashboard-header .navbar-collapse .nav.navbar-nav .nav-item {
    display: inline-block;
}
.dashboard-header .navbar-collapse .nav.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}
#dashboard-title {
    background:#e1eef2;
    padding: 2px 8px;
}
.title_dashboard h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}
#portfolio-title {
    background: #e9e9e973;
    padding: 2px 8px;
    border-top: 1px solid #ccc;
}
.title_portfolio h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    color: #000;
}
.copyright p {
    margin-bottom: 0;
} 
thead.thead-dark {
    color: #fff;
}
.navbar .dropdown > .dropdown-menu li > a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #eee;
}
.dropdown-menu[data-bs-popper] {
    right: 0;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border: 1px solid #eee;
}
.my_account_page {
    border: 1px solid #eee;
    padding: 35px;
    border-radius: 20px;
    width: 60%;
    margin: 60px auto 0;
}
.my_account_page h4 {
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}
.my_account_page table {
    width: 100%;
}
.my_account_page table tr td {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee8f;
}
.support_calling_info {
    border: 1px solid #eee;
    padding: 35px;
    border-radius: 20px;
    width: 60%;
    margin: 60px auto 0;
}
.table_data_here table {
   position: relative;
   width: 1468.8px;
} 
.table_data_here table th, table td {
   padding: 0.4em;
   color: #000;
}
.table_data_here table.fold-table {
    background: white;
    color: #555; 
}
.table_data_here table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
    text-align: left;
    border: 1px solid #bbb;
    color: #000;
    font-size: 13px;
    padding: 2px 8px;
}
#accordionExample .accordion-button {
    padding: 0 15px;
}
.table_data_here table.fold-table > tbody > tr.view td:first-child:before, table.fold-table > tbody > tr.view th:first-child:before {
    font-size: 14px;
    content: "▼";
    transition: all 0.3s ease;
    margin-right: 0;
    position: absolute;
    left: 7px;
} 
.table_data_here .table-hover>tbody>tr:hover {
    --bs-table-accent-bg: inherit; 
}
.table_data_here table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
   transform: rotate(-180deg);
   color: #000;
}
.table_data_here table.fold-table > tbody > tr.fold {
   display: none;
}
.table_data_here tr.view {
    background: #e8e8e8;
}
.table_data_here table.fold-table > tbody > tr.fold.open {
    display: table-row;
    text-align: right;
}
.table_data_here .visible-small {
   display: none;
}
.table_data_here .visible-big {
   display: block;
}
 @media (max-width: 700px) { 
  .table_data_here table th, table td {
     padding: 1em 0.2em;
  }
  .table_data_here table th {
     vertical-align: bottom;
     padding-bottom: 0;
  } 
  .table_data_here .visible-small {
     display: block;
  }
  .table_data_here .visible-big {
     display: none;
  }
}
 


/*================== Select Your Plan CSS Start HERE =================*/
#select_plan {
    padding: 20px 0;
    background-color: #f8f8f8;
} 
.wizard-content-left {
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
  background-position: center center;
  background-size: cover;
  height: 100vh;
  padding: 30px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}
 
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #075585;
    color: #ffffff;
    display: inline-block; 
    width: 48%;
    padding: 10px;
    text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
    width: 50%;
    margin: 0 auto;
}
.form-wizard .wizard-fieldset h5 {
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #1212120a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #239d48;
}
.personal_info .form-group .form-control {
    background: transparent;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #eee;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 10px 0;
    padding: 10px 0 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 0px;
    top: 24px;
    transition: 0.2s linear all;
    color: #000 !important;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -5px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 33%;
    display: inline-block;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
    background: #fff;
    border-radius: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 15px;
    font-size: 20px;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #fff;
    color: #000;
    border-bottom: 5px solid #239d48;
} 
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
} 
.price_table {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 8%);
}
span.prices {
    display: block;
    text-align: right;
}
.second_form {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.second_form .fin_logo {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.second_form .fin_logo img {
    width: 100%;
}
.data_mn p {
    margin-bottom: 0;
    font-size: 13px;
}
.data_mn h4 {
    font-size: 13px;
    line-height: initial;
    margin-bottom: 0;
}
.data_mn p span {
    font-size: 11px;
    color: #42af42;
}
.personal_info {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}
.personal_heading h3 {
    font-weight: normal;
    font-size: 24px;
    border-bottom: 1px solid #00000036;
}
.online_payment {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.online_payment h3 {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.pro_btn button.btn.btn-primary.rounded.col-md-8 {
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px !important;
    width: 50%;
    margin-bottom: 30px;
}


/*================== Select Your Plan CSS END HERE =================*/





/************* Dashboard Data Start Here END **************/
.tab_listing ul {
    padding: 0;
    background: #e1eef2;
    margin-bottom: 0;
    border-bottom: 1px solid #33333352;
}
.tab_listing ul li {
    display: inline-block;
    margin: 0; 
} 
.tab_listing ul li a {
    font-size: 13px;
    color: #000;
    background: #e1eef2;
    padding: 8px 16px;
    margin-left: 0;
    text-align: center;
    display: block;
    border-right: 1px solid #cfd3e1;
}
.tab_listing ul .active a {
    border-bottom: 3px solid #0a58ca;
}
.tab_listing ul li a:hover {
    background: #022b54;
    border-bottom: 3px solid #022b54;
    color: #fff;
}
#form_step .form-control {
    height: auto;
    border: 1px solid #33333345;
    padding: 8px 16px;
    margin: 10px 0;
    appearance: auto;
}
#form_step label {
    margin-top: 20px;
    display: block;
    line-height: 16px;
    font-size: 13px;
}
#cagr-calculator-page {
    padding: 40px 0;
}
.calculator_form {
    box-shadow: 0px 0px 30px 0px #1369eb1a;
    padding: 30px;
    border-radius: 5px;
}
.calculator_form .form-group {
    margin-bottom: 30px;
}
.calculator_form .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom:0;
}
.calculator_form .form-group .form-control {
    width: 100%;
    padding: 4px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px;
    height: 48px;
}
.cagr_calculator_iner h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
}
.cagr_calculator_iner .col-md-8 {
    padding-right: 0;
}
.cagr_calculator_iner .col-md-4 {
    padding-left: 0;
}
#result p strong {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}
#cagrResult {
    font-size: 26px;
    font-weight: bold;
    color: #2b93ff;
}

.cagr_calculator_iner .form-group {
    margin-bottom: 15px;
}
.cagr_calculator_iner label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}
.cagr_calculator_iner input[type="number"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.cagr_calculator_iner button {
    width: auto;
    padding: 10px 20px;
    background-color: #0b3f76;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.cagr_calculator_iner button:hover {
    background-color: #0056b3;
}
.cagr_calculator_iner #result {
    box-shadow: 0px 0px 30px 0px #1369eb1a;
    padding: 25px;
    border-radius: 5px;
    margin-left: 1px;
    background: #fff;
}
.cagr_calculator_iner #result h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.cagr_calculator_iner #result p {
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
} 
.language-toggle button {
    padding: 2px 15px;
    margin-left: 0;
    background-color: #196ea4;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.language-toggle button:hover {
    background-color: #e0e0e0;
} 
#login_fm {
    border: 2px solid #000;
    padding: 190px 80px;
    width: 85%;
    margin: 55px auto 0 30px; 
    background: transparent;
    height: 86vh;
} 
.shape_design {
    border-bottom: 240px solid #196ea4;
    border-left: 240px solid transparent;
    content: "";
    width: 20%;
    float: right;
    margin-right: -100px;
    margin-top: 30px;
    z-index: -1;
    position: relative;
}
.table_data_here table.fold-table > tbody > tr.fold.open tr {
    border-bottom: 1px solid #cfcfcf;
}

#form-page #pills-tab .nav-link {
    font-weight: 500;
    font-size: 13px;
    border-right: 1px solid #cfcfcf;
    border-radius: 0;
    margin: 0;
    padding: 10px 16px;
}
#pills-tab {
    display: block;
    padding: 0;
    background: #e1eef2;
    margin-bottom: 0;
    border-bottom: 1px solid #33333352;
}
#pills-tab .nav-item {
    display: inline-block;
}
#single_women_img img {
    width: 100%;
    margin-bottom: 50px;
    margin-top: -305px;
}

.qnk_btn {
    background: #fff;
    padding: 0px 4px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 4px;
    _border: 1px solid #ccc;
}
.qnk_btn .fa.fa-trash {
    color: #d11414;
}
.qnk_btn .fa.fa-edit {
    color: #000;
}
.table_data_here {
    height: 370px;
    overflow-y: scroll;
    border-bottom: 1px solid #eee;
}
.table_data_here::-webkit-scrollbar {
    width: 5px;
}
.table_data_here::-webkit-scrollbar-thumb {
    background: #000;
}
#accordionExample .accordion-body {
    padding: 10px;
}
.accordion-button:focus { 
    border-color: none; 
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #000000; 
}
select#yes_no {
    appearance: auto;
}
#frequency {
    appearance: auto;
}




/*-============== PHOTO GALLERY PAGE CSS START =========-*/
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

#photo-gallery {
  padding: 70px 0;
}
.gallery-item {
  display: block;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 15%);
    transition: box-shadow 0.2s;
    border-radius: 12px;
    cursor: zoom-in;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
    margin: 0 auto;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

.row.gallery-grid .col {
    flex: 3 0 30%;
    margin-bottom: 20px;
}
#video-gallery {
    padding: 70px 0;
}
.video_gallery_bx {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}
.video_gallery_bx h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    margin-top: 12px;
}
.video_gallery_bx p {
    color: #126ea5;
}
.stories_bx {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
.stories_story_data_img img {
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.stories_stories {
    padding: 70px 0;
}
.stories_story_data h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-right: 50px;
    margin-top: 20px;
}
.stories_story_data ul {
    padding: 0;
}
.stories_story_data ul {
    padding: 0;
    list-style: none;
}
.stories_story_data ul li {
    display: inline-block;
    margin-right: 20px;
    color: #196ea4;
}
.stories_story_data p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}
div#mobile-show-img {
    display: none;
}
.lightbox-modal .carousel-item .carousel-caption h4.m-0 {
    font-size: 20px;
    color: #fff;
}


/*-============== PHOTO GALLERY PAGE CSS END =========-*/


.page-header.blog_bg {
    background: #012b53;
    padding: 30px;
    margin-bottom: 50px;
}
.blog_list img {
    width: 100%;
}
.page-header.blog_bg .text-anime-style-3 {
    color: #fff;
}
.page-header-box .breadcrumb li.breadcrumb-item {
    color: #fff;
}
.page-header-box .breadcrumb li.breadcrumb-item a {
    color: #2cc35a;
    text-transform: capitalize;
}








/************* Responsive CSS Start HERE **************/

@media screen and (min-width: 1500px) and (max-width: 2151px) {  

td.with_one {
    width: 26px;
}
.spl_wdth1 {
    width: 193px;
}
.spl_wdth2 {
    width: 141px;
}
.spl_wdth3 {
    width: 122px;
}
.spl_wdth4 {
    width: 122px;
}
.spl_wdth5 {
    width: 130px;
}
.spl_wdth6 {
    width: 119px;
}
.spl_wdth7 {
    width: 128px;
}
.spl_wdth8 {
    width: 119px;
}
.spl_wdth9 {
    width: 124px;
}
.spl_wdth10 {
    width: 121px;
}
.spl_wdth12 {
    width: 123px;
    padding: 0 10px !important;
} 


.table_data_here table { 
   width: 100%;
} 


}




/************* Responsive CSS Start HERE **************/

@media screen and (min-width: 1250px) and (max-width: 1450px) { 

  .login_design {
      margin: 30px auto;
      height: 90vh;
      overflow: hidden;
  }
  .login_design .login_form {
      background: transparent;
      padding: 115px 180px 110px 20px;
      border-radius: 0;
      width: 100%;
      height: 100vh;
  }  
  .login_headlogo2 {
      background: transparent;
      height: auto;
      padding: 120px 0 0;
      text-align: center;
      position: relative;
      overflow: inherit;
  }
  .login_headlogo2 .login_mapimg {
      position: inherit;
      margin-bottom: 0;
      top: 115px;
  }
  #login_fm { 
      padding: 130px 60px;
      width: 90%;
      margin: 35px auto 0 30px; 
      height: 90vh;
  } 
  .login_design .login_form:before {
      background-image: linear-gradient(#f4fff4, #ebffeb);
      content: "";
      position: absolute;
      right: 90px;
      top: 15px;
      z-index: -1;
      height: 620px;
      width: 700px;
  }
  .shape_design { 
      margin-right: -80px;
      margin-top: -32px; 
  }
  .login_headlogo3 { 
      padding: 170px 80px 0; 
  }


td.with_one {
    width: 26px;
}
.spl_wdth1 {
    width: 193px;
}
.spl_wdth2 {
    width: 140px;
}
.spl_wdth3 {
    width: 128px;
}
.spl_wdth4 {
    width: 120px;
}
.spl_wdth5 {
    width: 135px;
}
.spl_wdth6 {
    width: 116px;
}
.spl_wdth7 {
    width: 135px;
}
.spl_wdth8 {
    width: 116px;
}
.spl_wdth9 {
    width: 124px;
}
.spl_wdth10 {
    width: 119px;
}
.spl_wdth12 {
    width: 123px;
    padding: 0 10px !important;
} 




}
















@media only screen and (min-width: 768px) and (max-width: 1040px)  {

  .automated_text h2 {
      font-size: 22px;
      margin-bottom: 5px; 
      margin-top: 0px;
      line-height: 35px;
  }
  .automated_text {
      width: 90%;
      margin: 0 auto 20px; 
  }
  .space-ptb {
      padding: 30px 0;
  }
  .tabs {
      width: 100%; 
      margin-top: 5px;
  }
  ul#tabs-nav {
      width: 100%;
      margin-right: 10px;
      margin-top: 0 !important;
  }
  #tabs-nav li a { 
      font-size: 11px; 
      line-height: 15px;
  }
  #single_women_img img { 
      margin-bottom: 10px;
      margin-top: -200px;
  }
  .login_headlogo3 { 
      height: 50vh;
      padding: 70px 20px 0; 
  }
  #login_fm { 
      padding: 50px 20px;
      width: 88%;
      margin: 45px auto 0 30px; 
      height: 40vh;
  }
  .shape_design {
      border-bottom: 100px solid #196ea4;
      border-left: 100px solid transparent; 
      width: 20%; 
      margin-right: -30px;
      margin-top: -20px; 
      position: relative;
  }
  .login_mapimg { 
      bottom: 15px;
      width: 90%;
      margin: 0 15px; 
  }
  .login_headlogo3 img {
      width: 100%;
  }
  .tab_listing ul li {
      margin: 0;
      width: inherit;
  }
  .tab_listing ul li a {
      font-size: 12px;
      padding: 8px 10px;
  }
  .form-inline .btn { 
      font-size: 11px; 
      padding: 7px 1px;
  }
  .table_data_here table.fold-table > tbody > tr.view td:first-child:before, table.fold-table > tbody > tr.view th:first-child:before {
      font-size: 14px; 
      left: 2px;
  }
  .tabs .col-md-5 img {
      width: 100%;
  }
  .space-ptb .col-md-7 {
      width: 100%;
  }




}





@media (max-width: 767px) {
  .footer {
    border-radius: 30px 0px 0px;
  }
  .dost_image { 
      display: none;
  }
  .banner_text h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 28px;
      margin-top: 50px;
      text-transform: uppercase;
  }
  .banner_text p {
      font-size: 15px;
      margin-right: 0;
      line-height: 18px;
  }
  .social.d-inline-block {
      display: none !IMPORTANT;
  } 
  .subscribe_button .nav-link.btn.btn-primary {
      padding: 5px 30px;
      font-size: 15px;
      margin: 10px 1px;
      width: 100%;
  }
  .automated_text {
      width: 100%;
      margin: 0 auto 10px; 
  }
  .automated_text h2 {
      font-size: 14px;
      margin-bottom: 4px;
      margin-top: 0;
      line-height: 22px;
  }
  .automated_text .section-title p {
      font-size: 12px;
      width: 100%;
      line-height: 15px;
  }
  section.space-ptb ul#tabs-nav {
      width: 100%;
      margin-right: 0;
      margin-top: 0 !important;
  }
  section.space-ptb .tabs {
      width: 100%;
      background-color: transparent;
      border-radius: 5px 5px 5px 5px;
      display: block;
      margin-top: 0;
  }
  #tabs-nav li a { 
      font-size: 16px; 
      width: 100%; 
  }
  #tabs-content {
      width: 100%;
      margin-top: 30px;
  } 
  .see_alldetails a {
      font-size: 22px; 
      letter-spacing: 0px; 
      display: block;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 8px;
      text-align: center;
      font-weight: bold;
  }
  #process_texting h2 { 
      line-height: 28px; 
      font-size: 22px;
      margin: 5px 0 0px;
  }
  #process_texting p {
      line-height: 18px;
      width: 100%;
      margin: 0 auto;
      font-size: 14px;
  }
  .testimonial .testimonial-item {
      padding: 10px 0;
  } 
  .testimonial-style-1 .testimonial-item .testimonial-author { 
      margin: 14px 0 0px;
  }
  #process_texting { 
      margin-bottom: 25px;
  }
  #our_logos .text-center h2 {
      font-size: 18px;
      width: 90%;
      margin: 0 auto 25px;
      line-height: 24px;
  }
  #bottom_margn .callout.stretch-right {
      padding: 30px 0;
      text-align: center;
  }
  .footer-link .list-unstyled {
      margin: 15px 0;
  }
  .footer-bottom { 
      margin-top: 10px; 
  }
  .footer-bottom { 
      margin-top: 4px; 
      text-align: center;
  }
  .footer-bottom .copyright p {
      font-size: 13px;
  }
  .dost_image2 img { 
      display: none;
  }
  .green_design_shape img {
      display: none;
  }
  #tabs-nav li a span {
      margin-top: 0;
      font-size: 15px;
      line-height: 18px;
  }
  ul#tabs-nav li {
      padding: 12px 10px 12px 0;
  }
  #our_logos { 
    margin-bottom: 30px;
  }
  .about_uspage {
      padding: 40px 0 30px;
  }
  #mision_heading h3 {
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 25px;
  }
  #mision_heading h2 {
      font-size: 20px;
      font-weight: 600;
      line-height: 25px; 
  }
  #our_story {
      padding: 40px 0; 
  }
  .single_image .img-fluid.rounded {
      margin-bottom: 20px;
  }
  .callout-botton .btn.btn-primary {
      width: 90%;
  }
  #pricing_breadcrumb { 
      padding: 40px 0; 
  }
  .space-ptb .tabs .col-md-5 img {
      width: 100%;
      height: auto;
  }
  section.space-ptb .tabs br {
      display: none;
  }
  .automated_text .section-title {
      margin-bottom: 0;
  }
  .inner-header {
      padding: 20px 0;
  }
  #mision_heading br {
      display: none;
  }
  #mision_heading h3 strong {
      display: block;
  }
  section.position-relative.about_uspage .col-sm-6 img {
      margin: 20px 0 0 !important;
  }
  .more_aboutus ol.list {
      margin: 10px 10px 0;
  }
  .more_aboutus ol.list li {
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 24px;
  }
  .calling_bcak {
      padding: 30px 0 0;
  }
  .contact_information br {
      display: none;
  }
  .pricing_heading h3 {
      font-size: 22px;  
      line-height: 30px;
      margin-bottom: 20px;
  }
  .price_plan {
      width: 90%;
      margin: 30px auto 40px;
  }
  .your_plan_box { 
      padding: 20px; 
  }
  .incluede_bx {
      padding: 20px;
  }
  .price_start { 
      margin-bottom: 10px;
      margin-top: 10px;
      padding-top: 15px;
  }
  .more_button { 
      margin: 25px 0 0;
  }
  .introduction_data {
      padding: 25px 0;
  }
  .introduction_text h3 {
      font-size: 14px;
      margin-bottom: 0;
  }
  .introduction_text ol {
      padding: 0 15px;
  }
  .introduction_text ol li {
      margin-bottom: 14px;
      font-size: 14px;
      line-height: 20px;
  }
  #form-page {
      padding: 10px 0;
  }
  .tab_listing ul li a {
      font-size: 12px;
      padding: 3px 5px;
      border: 1px solid #cfd3e1;
  } 
  .bak_form h3 {
      font-size: 18px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      line-height: 22px;
  }
  #form_step label {
      margin-top: 5px;
      line-height: 18px;
  }
  .dashboard-header .navbar-expand-xl button.navbar-toggler {
      display: none;
  }
  .dashboard-header .navbar-collapse {
      text-align: left;
      margin-top: 10px;
  }
  .dashboard-header .navbar-brand img {
      width: 70%;
  }
  .dashboard-header .navbar-brand img { 
      z-index: 1;
      position: relative;
  }
  .dropdown-menu[data-bs-popper] {
      left: 5px;
      margin-bottom: 0;
      padding: 0;
      box-shadow: none;
      border: 1px solid #eee;
      width: 100%;
      margin-top: -9px;
      border-radius: 0;
  }
  .table_data_here {
      overflow: scroll;
      height: 365px;
  }
  .tab_listing ul li { 
      width: auto;
  }
  .table_data_here table th { 
      white-space: nowrap;
  }
  #bottom_table { 
      width: 330px; 
      display: block;
      overflow: scroll;
  }
  #bottom_table td { 
      white-space: nowrap;
  }
  .table_data_here table.fold-table > tbody > tr.view td:first-child:before, table.fold-table > tbody > tr.view th:first-child:before {
      font-size: 11px; 
      left: 3px;
  }
  .form-inline .form-control {
      width: auto;
      padding: 4px 6px;
      font-size: 12px; 
  }
  .form-inline .btn { 
      top: -8px;
      right: 0;
      font-size: 12px; 
      padding: 1px 10px;
  }
  form.form-inline.search_barpatti {
      padding-bottom: 10px;
  }
  .table_data_here table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th { 
      font-size: 11px;
      white-space: nowrap;
  }
  .table_data_here table th { 
      font-size: 11px;
  }
  .table_data_here table.fold-table > tbody > tr.fold.open td {
      font-size: 11px;
      white-space: nowrap;
  }
  .with_tw {
      width: 760px !important;
  } 
  .with_thr {
      width: 340px;
  }
  .login_headlogo3 {
      padding: 10px 0px 0;
      height: inherit;
  }
  .login_mapimg {
      position: inherit;
      left: 0;
      bottom: 0px;
      width: 100%;
      margin: 0 0px; 
  }
  #login_fm {
      padding: 20px 15px;
      width: 88%;
      margin: 30px auto 20px 30px;
      height: inherit;
  }
  .shape_design {
    display:none;
  }
  #single_women_img img { 
      margin-bottom: 30px;
      margin-top: -100px;
  }
  #login_bg { 
      overflow-x: hidden;
  }
  .login_headlogo3 img {
      margin-right: 20px;
  }
  .login_form input.form-control { 
      border: 1px solid #b3b3b3;
      padding: 12px 18px; 
  } 
  .qnk_btn { 
      padding: 0px 5px;  
      margin-left: 2px; 
      font-size: 8px;
  }
  #form-page #pills-tab .nav-link { 
      font-size: 13px; 
      padding: 6px 4px;
      border: 1px solid #cfd3e1;
  }
  .flat_money b {
      font-size: 35px;  
  }
  .price_plan_head h3 { 
      font-size: 24px; 
  }
  .inner-header .breadcrumb-title {
      font-size: 24px;
  }
  #our_logos .text-center h2 { 
      font-size: 24px; 
  }
  .callout-content h3.text-white {
      font-size: 28px;
  }
  .without_text { 
      font-size: 14px;
  }
  .chart-card { 
    padding:15px; 
    width: 100%; 
  }
  .charts-container {  
      max-width: 95%;
      overflow: scroll;
  }
  div#collapseOne {
      overflow-x: scroll;
  }
  #accordionExample .accordion-button {
      padding: 8px 15px;
      font-size: 14px;
      line-height: 25px;
  }
  .footer-link .col-sm-3 {
      display: inline-block;
      width: 50%;
  }
  .bak_form { 
      padding: 18px 12px; 
  }
  #form_step .form-control {  
      padding: 10px 16px;
      margin: 6px 0;
  }
  thead.thead-dark th p {  
      text-align: left;
      padding: 10px;
  }
  .table_data_here table.fold-table td {
      font-size: 12px;
  }
  .footer-link .col-sm-3 {
      display: inline-block;
      width: 49%;
  }
  .chart-card.chart_fn {
      width: 100%;
      display: block; 
      margin-left: 0px;
  }
  .chart-card.chart_snd {
      width: 100%;
      display: block; 
      margin-left: 0px;
  }
  .chart-card.chart_trd {
      width: 100%;
      display: block; 
      margin-left: 0px;
  }
  .chart-card.chart_frth {
      width: 100%;
      display: block;
      margin-left: 0px;
  }
  .form-wizard .form-wizard-header {
    width: 100%;
  }
  .form-wizard .wizard-fieldset {
      width: 98%;
  }
  .form-wizard .form-wizard-steps {
      margin: 10px 0;
  }
  .form-wizard .form-wizard-steps li {
      width: 99%;
      display: block; 
  }
  .form-wizard .form-wizard-steps li span {  
      padding: 10px;
      font-size: 16px;
  }
  .data_mn h4 {
      font-size: 11px; 
  }
  .personal_info { 
      padding: 15px; 
  }
  .form-wizard .wizard-fieldset h5 {
      font-size: 26px;
      margin-bottom: 14px;
      margin-top: 12px;
  }
  .pro_btn button.btn.btn-primary.rounded.col-md-8 { 
      width: 100%; 
  }
  .form-wizard .form-group { 
      margin: 5px 0;
      padding: 5px 0 0;
  }
  .price_table { 
      padding: 15px; 
  }
  .navbar-toggler {
      padding: 6px 12px;
      font-size: 1.25rem; 
      border: 2px solid #1b6da5; 
  }
  .d-block.d-md-flex.align-items-center.text-center {
      text-align: left !important;
  }
  .d-block.d-md-flex.align-items-center.text-center .me-auto.d-inline-block {
      float: right;
  }
  .header .navbar-brand img { 
      max-width: 150px;
  }
  .container.position-relative {
      display: block;
  }
  .header .navbar .navbar-brand { 
      padding: 5px 10px;
  }
  .dropdown.nav-item.login_menu.subscribe_button {
      float: right;
  }
  #photo-gallery {
      padding: 30px 0;
  }
  .dashboard-header .navbar-collapse .nav.navbar-nav .nav-item:first-child {
      display: block;
  }
  .dashboard-header .navbar-collapse .nav.navbar-nav .nav-item:nth-child(2) {
      display: inline-block;
  }
  .dashboard-header .navbar-collapse .nav.navbar-nav .nav-item:nth-child(3) {
      display: inline-block;
  }
  form#form_step .d-grid button.btn.btn-primary.btn-flat {
      margin-top: 10px;
  } 






} 


/************* Responsive CSS End HERE **************/















#blogs_new_start {
    padding: 70px;
}
.blog_image img {
    width: 100%;
    border-radius: 10px;
}
.listing_heading h3 {
    font-size: 22px;
    font-weight: normal;
}
hr.border_line {
    color: #9d9c9c;
    margin: 30px 0;
}
.listing_heading p span {
    color: #126ea5;
}
.left_sideblog .stock_heading h3 {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
} 
.stock_listing ul {
    padding: 0 20px; 
}
.stock_listing ul li a {
    color: #000;
    font-size: 15px;
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.inner-header.blog_bg {
    background: #f8f9fa;
} 
.inner-header.blog_bg p { 
  color: #000;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
#blog_detail_page {
  background: #f0f6fb;
  padding: 40px;
}
.sidebar_print {
  background: #fff;
  padding: 20px 28px;
}
.stock_listing ul {
  padding-left: 0px;
  list-style: none;
}
.stock_listing h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sidebar_print .stock_listing ul li {
  display: flex;
}
.sidebar_print .stock_listing ul li a {
  display: flex;
}
.sidebar_print .stock_listing ul li a {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 10px;
}
.sidebar_print .stock_listing ul li a .fa {
  margin: 6px 10px 0 0;
}
.blog_detail_text img {
  width: 100%;
}
.blog_detail_text {
  background: #fff;
  padding: 25px;
}
.blog_detail_data h3 {
  font-size: 20px;
  line-height: 27px;
  margin: 20px 0 10px;
  font-weight: 500;
  color: #126ea5;
  margin-right: 20px;
  border-left: 2px solid #239d48;
  padding-left: 10px;
}
.blog_detail_data p {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  margin-bottom: 25px;
}
.blog_detail_list_data ul {
  padding: 0 30px;
}
.blog_detail_list_data ul li p {
  margin-bottom: 0;
  font-style: italic;
}
.left_sideblog {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}


@media screen and (max-width: 676px) {
  #blogs_start { 
      padding: 20px 10px;
  }
  .blogs_listing { 
    padding: 20px;       
  }
  .stock_listing ul {
      padding-left: 16px;
  }
  .stock_listing {
      margin: 5px 0;
  }
  .stock_listing ul {
      padding-left: 0px;
  }
  #blog_detail_page { 
      padding: 20px 0;
  }
  .blog_detail_text { 
      padding: 15px;
  }
  .blog_detail_data h3 {
      font-size: 18px;
      line-height: 22px;
      margin: 20px 0 15px; 
  }
  .blog_detail_list_data ul {
      padding: 0 20px;
  }
  .sidebar_print {
      padding: 20px;
      margin-top: 14px;
  }
  .sidebar_print .stock_listing ul li a { 
      margin-bottom: 0px;
      font-size: 15px; 
      padding-bottom: 10px;
  }
  .stock_listing h5 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 2px;
  }
}#blogs_new_start {
    padding: 70px;
}
.blog_image img {
    width: 100%;
    border-radius: 10px;
}
.listing_heading h3 {
    font-size: 22px;
    font-weight: normal;
}
hr.border_line {
    color: #9d9c9c;
    margin: 30px 0;
}
.listing_heading p span {
    color: #126ea5;
}
.left_sideblog .stock_heading h3 {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
} 
.stock_listing ul {
    padding: 0 20px; 
}
.stock_listing ul li a {
    color: #000;
    font-size: 15px;
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.inner-header.blog_bg {
    background: #f8f9fa;
}
.inner-header.blog_bg .breadcrumb-title.mb-0 {
    color: #000;
}
.inner-header.blog_bg p {
    color: #000;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
#blog_detail_page {
  background: #f0f6fb;
  padding: 40px;
}
.sidebar_print {
  background: #fff;
  padding: 20px 28px;
}
.stock_listing ul {
  padding-left: 0px;
  list-style: none;
}
.stock_listing h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sidebar_print .stock_listing ul li {
  display: flex;
}
.sidebar_print .stock_listing ul li a {
  display: flex;
}
.sidebar_print .stock_listing ul li a {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 10px;
}
.sidebar_print .stock_listing ul li a .fa {
  margin: 6px 10px 0 0;
}
.blog_detail_text img {
  width: 100%;
}
.blog_detail_text {
  background: #fff;
  padding: 25px;
}
.blog_detail_data h3 {
  font-size: 20px;
  line-height: 27px;
  margin: 20px 0 10px;
  font-weight: 500;
  color: #126ea5;
  margin-right: 20px;
  border-left: 2px solid #239d48;
  padding-left: 10px;
}
.blog_detail_data p {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  margin-bottom: 25px;
}
.blog_detail_list_data ul {
  padding: 0 30px;
}
.blog_detail_list_data ul li p {
  margin-bottom: 0;
  font-style: italic;
}
.left_sideblog {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}
.callout-botton a.btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
.video_gallery_bx h3 {
  font-size: 16px; 
  color: #000;
  margin-top: 12px;
  text-transform: capitalize;
  background: #f1f1f1;
  padding: 10px 15px;
  border-radius: 5px;
}
.header .navbar .dropdown-menu { 
  padding: 14px 10px; 
}
.gallery-item img {
    box-shadow: none; 
    border-radius: 6px; 
    border: 5px solid #eee;
}
.form-wizard .form-group label.styles-module {
    display: block;
    margin-top: 12px;
    margin-bottom: 3px;
}
.styles-module.biled_cls {
    margin-top: 0 !important;
}
#our_story p.lead {
    font-size: 16px;
}

 

.moretext {
  display: none;
}

@media screen and (max-width: 676px) {
    #blogs_start { 
        padding: 20px 10px;
    }
    .blogs_listing { 
      padding: 20px;       
    }
    .stock_listing ul {
        padding-left: 16px;
    }
    .stock_listing {
        margin: 5px 0;
    }
    .stock_listing ul {
        padding-left: 0px;
    }
    #blog_detail_page { 
        padding: 20px 0;
    }
    .blog_detail_text { 
        padding: 15px;
    }
    .blog_detail_data h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 15px; 
    }
    .blog_detail_list_data ul {
        padding: 0 20px;
    }
    .sidebar_print {
        padding: 20px;
        margin-top: 14px;
    }
    .sidebar_print .stock_listing ul li a { 
        margin-bottom: 0px;
        font-size: 15px; 
        padding-bottom: 10px;
    }
    .stock_listing h5 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 2px;
    }
    .left_sideblog { 
        margin-top: 20px;
    }
    #blogs_new_start {
        padding: 0px;
    }
    .left_sideblog { 
        padding: 10px 0px;         
    }
    .left_sideblog .stock_heading {
        padding: 10px;
      }
      .left_sideblog .stock_heading h3 {
        margin-top: 0;
      }
    .left_sideblog .stock_listing {
        padding: 0 20px;
    }
    .row.gallery-grid {
        display: block;
    }
    .row.gallery-grid .col {
        display: inline-block;
        width: 48%; 
    }
    #video-gallery {
        padding: 40px 0 0;
    }

}

/*terms and service ol and li*/
.tos1 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos1 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos1 li:before {
            counter-increment: section;
            content: "1." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  2.1 */
.tos2 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos2 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos2 li:before {
            counter-increment: section;
            content: "2." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  3.1 */
.tos3 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos3 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos3 li:before {
            counter-increment: section;
            content: "3." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }

/*  4.1 */
.tos4 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos4 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos4 li:before {
            counter-increment: section;
            content: "4." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  5.1 */
.tos5 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos5 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos5 li:before {
            counter-increment: section;
            content: "5." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  6.1 */
.tos6 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos6 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos6 li:before {
            counter-increment: section;
            content: "6." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  7.1 */
.tos7 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos7 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos7 li:before {
            counter-increment: section;
            content: "7." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  8.1 */
.tos8 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos8 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos8 li:before {
            counter-increment: section;
            content: "8." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }
/*  12.1 */
.tos12 ol {
            counter-reset: section;
            list-style-type: none;
            padding-left: 0;
        }

.tos12 li {
            position: relative;
            padding: 8px 0 0px 35px;
        }

.tos12 li:before {
            counter-increment: section;
            content: "12." counter(section) "";
            position: absolute;
            left: 0;
            color: black;
        }