/* extra color */
.primary-bg {
    background-color: #3A78C9;
}
.bg-light-grey {
    background-color: #F8F8F8;
}

/* section header */
.section-heading {
  margin-top: 10px;
  margin-bottom: 45px;
}

.section-heading .sub-title {
  color: rgb(58, 120, 201);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-heading .section-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 40px;
    font-weight: 800;
    color:rgb(34, 54, 69);
}
.section-heading .section-title span{
  color: var(--primary-color);
}
.section-heading p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 575px) {
  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading .sub-title {
    margin-bottom: 8px;
  }

  .section-heading .section-title {
    margin-bottom: 15px;
  }
}

/* end */
/* second */
/* ======= Section style ======= */
.section-padding {
    padding: 40px 0;
}
.section-padding3 {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
}
.section-padding h6 {
    color: #2095AE;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-subtitle {
    color: #2095AE;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.section-subtitle span {
 color: #2095AE;
}
.section-title {
    font-size: 45px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0f2454;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title span {
    color: var(--primary-color);
}
.section-title2 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2095AE;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.section-subtitle2 {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #2095AE;
    margin-bottom: 5px;
}
.section-title2 span {
    color: #fff;
}
.section-title i,
.section-title span i {
    color: #2095AE;
}
/* end */

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.js .animate-box {
    opacity: 0;
}
/* Buttons */
.round-btn {
    background-color: rgb(58, 120, 201);
    border: none;
    color: rgb(255, 255, 255);
    display: inline-block;
    position: relative;
    transition: background-color 0.3s ease 0s;
    font-size: 16px;
    line-height: 1.1;
    padding: 17px 30px;
    font-weight: 400;
    border-radius: 25px;
    text-transform: uppercase;
}
.round-btn:hover, .round-btn:focus, .round-btn:active {
    background-color: rgb(23, 75, 144);
    color: rgb(255, 255, 255);
}
.plan-btn {
  text-align: center;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px;
  font-weight: bold;
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
}

.plan-btn:hover {
  text-decoration: none;
  color: var(--primary-color);
  background: var(--white-color);
  cursor: pointer;
}

.btn-2 {
  text-align: center;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
}

.btn-2:hover {
  text-decoration: none;
  color: var(--primary-color);
  background: var(--white-color);
  cursor: pointer;
}

.new-btn {
  color: var(--primary-color);
  background-color: #fff;
  top: 0;
  padding: 6px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var (--primary-color);
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-right: 0;
  border-radius: 40px;
  border: 1px solid var(--primary-color);
}

.new-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.new-btn_2 {
  color: var(--secondary-color);
  background-color: #fff;
  top: 0;
  padding: 6px 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var (--secondary-color);
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-right: 0;
  border-radius: 40px;
  border: 1px solid var(--secondary-color);
}

.new-btn_2:hover {
  background-color: var(--secondary-color);
  color: #fff;
  text-decoration: none;
}

.btn-3 {
  text-align: center;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 12px 45px;
  font-weight: bold;
  border: 1px solid var(--primary-color);
  width: 250px;
  text-transform: uppercase;
}

.btn-3 a {
  color: var(--white-color);
}

.btn-3:hover {
  text-decoration: none;
  color: var(--primary-color);
  background: var(--white-color);
  cursor: pointer;
}

.btn-3:hover a {
  text-decoration: none;
  color: var(--primary-color);
}

.btn-4 {
  text-align: center;
  color: var(--primary-color);
  background: transparent;
  padding: 8px 15px;
  font-weight: bold;
  border: 1px solid var(--primary-color);
  width: 250px;
  text-transform: uppercase;
}

.btn-4 a {
  color: var(--black-color);
}

.btn-4:hover {
  text-decoration: none;
  color: var(--white-color);
  background: var(--primary-color);
  cursor: pointer;
  border: 1px solid var(--primary-color);
}

.btn-4:hover a {
  color: white;
  text-decoration: none;
}

.btn.btn-call {
  background: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  color: #333640;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn.btn-call:hover {
  box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 20%);
}

.login .btn_1 {
  border: none;
  background: var(--primary-color);
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 1rem;
}

.login .btn_1:hover {
  background: var(--secondary-color);
  text-decoration: none;
}


.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: var(--primary-color);
  transition: 0.6s;
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: -6px;
  letter-spacing: 1px;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-color: #1dc295;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

/* typography */

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

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

.mb_50 {
  margin-bottom: 50px;
}

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

.p-30 {
  padding: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.f-w6 {
  font-weight: 600 !important;
}

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

.br-50 {
  border-radius: 50%;
}
/* error-page */

.error-page{
  padding: 14rem 0;
  text-align: center;
}
.error-page .title h2{
  font-size: 6.5rem;
  font-weight: bold;
  color:var(--primary-color);
 
}
.error-page  p{
  font-size: 22px;
  margin-bottom: 1rem;
}
.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: var(--primary-color);
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    padding: 16.5px 39.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    color: #fff;
    cursor: pointer;
}
.error-page .thm-btn:hover {
    background-color: #f7c35f;
    color: #fff;
}


.mb-d{
  display: none;
}
/* breadcrumn */
.page-nav {
   
    position: relative;
    background-color: #f4f4f4;
    margin-bottom: 40px;
}
.page-nav .container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.page-nav .breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
}
.page-nav .breadcrumb li {
    font-size: 15px;
    color: #525252;
    text-transform: uppercase;
}
.page-nav .breadcrumb li a:hover {
    opacity: .8;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: '';
}
.page-nav .breadcrumb li a {
    color: #525252;
    font-size: 15px;
    text-decoration: none;
}
.page-nav .breadcrumb>li+li+li:before {
    content: "\f105";
    color: #525252;
    padding: 0 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-family: fontawesome;
}
  @media (max-width: 768px) {
    .section-title {
    font-size: 35px;
}
.section-padding {
    padding: 30px 0;
}
  }

  @media (max-width: 425px) {
    .mb-d{
  display: block;
}

  }

  @media (max-width: 376px) {}


  
/* login */
.user-form-part {
    padding-top: 30px;
}
.user-form-logo {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-logo img {
    width: 155px;
}
.user-form-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: var(--white-color);
    border: 1px solid #e8e8e8;
}
.user-form-title {
    text-align: center;
    margin-bottom: 30px;
}
.user-form-title h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: bold;
}
.user-form-title p {
    text-transform: capitalize;
}
.user-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.user-form-social {
    width: 100%;
}
.user-form-social li {
    margin-bottom: 20px;
}
.user-form-social li a i {
    font-size: 16px;
    margin-right: 10px;
}
.user-form-social .facebook {
    background: #3b5998;
}
.user-form-social .twitter {
    background: #00acee;
}
.user-form-social .google {
    background: #E60023;
}
.user-form-social .instagram {
    background: #F77737;
}
.user-form-social li a {
    display: block;
    font-size: 15px;
    padding: 10px 0px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: capitalize;
    color: var(--white-color);
    background: var(--primary-color);
}
.user-form-divider {
    width: 1px;
    height: 240px;
    margin: 0px 50px;
    background:#e8e8e8;
    position: relative;
    z-index: 1;
}
.user-form-divider p {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    font-style: italic;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #777777;
    background: var(--white-color);
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.user-form {
    width: 100%;
}
.user-form .form-group {
    margin-bottom: 20px;
}
.user-form .form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0px 20px 2px;
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}
.user-form  input[type=checkbox]{
  margin-top:0.5rem;
}
.form-button {
    text-align: center;
}
.form-button button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
    background: var(--primary-color);
        cursor: pointer;
        border: none;
}
.form-button p{
  margin-top: 10px;
}
/* .form-button p a:hover {
    text-decoration: underline;
} */
.form-button p a {
    font-weight: bold;
    margin-left: 5px;
    color: var(--primary-color);
}
.user-form-remind {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: var(--white-color);
    border: 1px solid #e8e8e8;
}
.user-form-remind p {
    font-size: 15px;
    text-transform: capitalize;
}
.user-form-remind p a {
    font-weight: 500;
    margin-left: 5px;
    color: var(--primary-color);
}