/*
Template Name: Landrick - Saas & Software Landing Page Template
Author: Shreethemes
E-mail: shreethemes@gmail.com
Version: 1.0.0
Created: August 2019
File Description: Main Css file of the template
*/

/* -----------------------------------------------------------------------------
    Table of Contents
-----------------------------------------------------------------------------
    1.  General Styles
    2.  Typography
    3.  Helper Classes
    4.  Components
        4.1 Buttons
        4.2 Badges
        4.3 Alerts
        4.4 Forms
        4.5 Navigation
        4.6 Pagination
        4.12 Preloader
    5.  Layout Specific Styles
        5.1 Header
        5.2 Home
        5.3 Sections
        5.4 Blog
        5.5 Portfolio/Work
        5.7 Contact
        5.8 Footer
*/

/* -----------------------------------------------------------------------------
    1. General Styles
----------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap");

@import "fonts.css";
@import "header.css";
@import "footer.css";
@import "template-index.css";
@import "template-about.css";
@import "template-event.css";
@import "template-fee.css";
@import "template-style.css";

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
  background-color: #F8EDE3;
}

::selection {
  background: #4466d8;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

/* -----------------------------------------------------------------------------
    2. Typography
----------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

p {
  line-height: 1.6;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
}

hr {
  margin-left: auto;
  margin-right: auto;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }

  .display-1 {
    font-size: 56px !important;
  }

  .display-2 {
    font-size: 50px !important;
  }

  .display-3 {
    font-size: 42px !important;
  }

  .display-4 {
    font-size: 36px !important;
  }
}

.small,
small {
  font-size: 90%;
}

/* -----------------------------------------------------------------------------
    3. Helper Classes
----------------------------------------------------------------------------- */

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

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

.relative {
  position: relative;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

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

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

/* Background Colors */
.bg-primary {
  background-color: #2f55d4 !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-success {
  background-color: #2eca8b !important;
}

.bg-warning {
  background-color: #f17425 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-danger {
  background-color: #e43f52 !important;
}

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

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-footer {
  background-color: #a276d8 !important;
}

/* Text Colors */
.text-primary {
  color: #2f55d4 !important;
}

a.text-primary:hover {
  color: #284bc1 !important;
}

.text-secondary {
  color: #5a6d90 !important;
}

a.text-secondary:hover {
  color: #506180 !important;
}

.text-success {
  color: #2eca8b !important;
}

a.text-success:hover {
  color: #29b57d !important;
}

.text-warning {
  color: #f17425 !important;
}

a.text-warning:hover {
  color: #ed650f !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover {
  color: #148ea1 !important;
}

.text-danger {
  color: #e43f52 !important;
}

a.text-danger:hover {
  color: #e1293e !important;
}

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

a.text-dark:hover {
  color: #323c49 !important;
}

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

a.text-muted:hover {
  color: #75859b !important;
}

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

a.text-light:hover {
  color: #e6eaf4 !important;
}

.text-footer {
  color: #a276d8 !important;
}

a.text-footer:hover {
  color: #9562d2 !important;
}

/* Borders */
.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

/* Rounded Corners */
.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* Lists */
.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

}

/* -----------------------------------------------------------------------------
    4. Components
----------------------------------------------------------------------------- */

/* 4.1 Buttons */
.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 10px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

/* Primary Button */
.btn-primary {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #2443ac !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}

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

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

/* Secondary Button */
.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

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

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

/* Success Button */
.btn-success {
  background-color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
  background-color: #25a06e !important;
  border-color: #25a06e !important;
  color: #ffffff !important;
}

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

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #2eca8b;
  border-color: #2eca8b;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

/* Warning Button */
.btn-warning {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
  background-color: #d55b0e !important;
  border-color: #d55b0e !important;
  color: #ffffff !important;
}

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

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f17425;
  border-color: #f17425;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

/* Info Button */
.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
  background-color: #117a8b !important;
  border-color: #117a8b !important;
  color: #ffffff !important;
}

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

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

/* Danger Button */
.btn-danger {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
  background-color: #d21e32 !important;
  border-color: #d21e32 !important;
  color: #ffffff !important;
}

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

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #e43f52;
  border-color: #e43f52;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

/* Dark Button */
.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
  background-color: #272f3a !important;
  border-color: #272f3a !important;
  color: #ffffff !important;
}

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

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

/* Muted Button */
.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

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

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

/* Light Button */
.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

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

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

/* Footer Button */
.btn-footer {
  background-color: #a276d8 !important;
  border: 1px solid #a276d8 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(162, 118, 216, 0.3);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
  background-color: #874ecd !important;
  border-color: #874ecd !important;
  color: #ffffff !important;
}

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

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #a276d8;
  border-color: #a276d8;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(162, 118, 216, 0.3);
}

/* Light Button Variations */
.btn.btn-light {
  color: #3c4858 !important;
  background: #f8f9fc;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6;
  color: #3c4858 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
  background-color: #f8f9fc;
}

/* Theme Button */
.btn-theme {
  background-color: #EF5B4F;
  color: #fff;
  font-size: 28px;
  border-radius: 50px;
}

.btn-theme:hover {
  background-color: #fff;
  color: #EF5B4F;
}

button:not(:disabled) {
  outline: none;
}

/* 4.2 Badges */
.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.badge:focus,
.badge.focus {
  box-shadow: none !important;
}

/* Primary Badge */
.badge-primary {
  background-color: #2f55d4 !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
}

/* Secondary Badge */
.badge-secondary {
  background-color: #5a6d90 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
}

/* Success Badge */
.badge-success {
  background-color: #2eca8b !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #2eca8b !important;
  border: 1px solid #2eca8b !important;
}

/* Warning Badge */
.badge-warning {
  background-color: #f17425 !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #f17425 !important;
  border: 1px solid #f17425 !important;
}

/* Info Badge */
.badge-info {
  background-color: #17a2b8 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
}

/* Danger Badge */
.badge-danger {
  background-color: #e43f52 !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
}

/* Dark Badge */
.badge-dark {
  background-color: #3c4858 !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
}

/* Muted Badge */
.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

/* Light Badge */
.badge-light {
  background-color: #f8f9fc !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
}

/* Footer Badge */
.badge-footer {
  background-color: #a276d8 !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #a276d8 !important;
  border: 1px solid #a276d8 !important;
}

/* Light Badge Variations */
.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f8f9fc !important;
}

.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #b1bcdd !important;
  background-color: transparent !important;
}

/* 4.3 Alerts */
.alert {
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 14px;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -5px;
  right: -10px;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

/* Primary Alert */
.alert-primary {
  background-color: #4466d8;
  color: #ffffff;
  border-color: #2f55d4;
}

.alert-primary .alert-link {
  color: #122258;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #2f55d4;
  border-color: #2f55d4;
}

/* Secondary Alert */
.alert-secondary {
  background-color: #65799f;
  color: #ffffff;
  border-color: #5a6d90;
}

.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #5a6d90;
  border-color: #5a6d90;
}

/* Success Alert */
.alert-success {
  background-color: #3ed397;
  color: #ffffff;
  border-color: #2eca8b;
}

.alert-success .alert-link {
  color: #124d35;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #2eca8b;
  border-color: #2eca8b;
}

/* Warning Alert */
.alert-warning {
  background-color: #f3833d;
  color: #ffffff;
  border-color: #f17425;
}

.alert-warning .alert-link {
  color: #753208;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #f17425;
  border-color: #f17425;
}

/* Info Alert */
.alert-info {
  background-color: #1ab6cf;
  color: #ffffff;
  border-color: #17a2b8;
}

.alert-info .alert-link {
  color: #062a30;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}

/* Danger Alert */
.alert-danger {
  background-color: #e75566;
  color: #ffffff;
  border-color: #e43f52;
}

.alert-danger .alert-link {
  color: #79111d;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #e43f52;
  border-color: #e43f52;
}

/* Dark Alert */
.alert-dark {
  background-color: #465467;
  color: #ffffff;
  border-color: #3c4858;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

/* Muted Alert */
.alert-muted {
  background-color: #939fb1;
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

/* Light Alert */
.alert-light {
  background-color: white;
  color: #ffffff;
  border-color: #f8f9fc;
}

.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

/* Footer Alert */
.alert-footer {
  background-color: #af8ade;
  color: #ffffff;
  border-color: #a276d8;
}

.alert-footer .alert-link {
  color: #55288d;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #a276d8;
  border-color: #a276d8;
}

/* 4.4 Forms */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: 700;
}

.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 13px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
  border-color: #2f55d4;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #ffffff;
  border-color: #2f55d4;
  background-color: #2f55d4;
}

.custom-control-input:focus~.custom-control-label::before,
.form-control:focus {
  box-shadow: none;
  border-color: #2f55d4;
}

/* 4.5 Pagination */
.pagination {
  line-height: 20px;
  font-size: 13px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.28);
}

.pagination .page-numbers {
  color: #000;
  min-width: 40px;
  height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
}

.pagination .page-numbers:hover {
  background: #c2d650;
  border-color: #c2d650;
}

.pagination .page-numbers.current {
  background: #c2d650;
  border-color: #c2d650;
  cursor: not-allowed;
}

.pagination .page-numbers.prev {
  border-radius: 20px 0 0 20px;
}

.pagination .page-numbers.next {
  border-radius: 0 20px 20px 0;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  padding: 0 1rem;
}

.pagination li {
  display: inline;
}

.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 20px 0 0 20px;
}

.pagination li:last-child a {
  border-radius: 0 20px 20px 0;
}

.pagination li a {
  float: left;
  text-decoration: none;
  color: #000;
  border: 1px solid #dee2e6;
  border-left-width: 0;
  background: #ffffff;
}

.pagination li a:hover {
  color: #000;
  background: #c9db65;
  border-color: #c9db65;
}

.pagination .active a {
  color: #000;
  background: #c2d650;
  border-color: #c2d650;
  cursor: not-allowed;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #3c4858;
  background-color: #ced4da;
  transition: all 0.5s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.back-to-top i {
  font-size: 16px;
  transition: all 0.5s ease;
}

.back-to-top:hover {
  background-color: #2f55d4;
  color: #ffffff;
  transform: rotate(45deg);
}

.back-to-top:hover i {
  transform: rotate(-45deg);
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.back-to-home a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2f55d4;
}

.section {
  padding: 50px 0;
  position: relative;
}

.section-blog {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.section-blog.single .title p {
  font-size: 1.5rem;
  color: #333;
}

.section-blog.single .blog-content {
  background-image: url("../img/blog/single/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 45px;
  padding: 45px;
}

.section-blog.single .blog-content .position-relative img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}

.section-blog.single .blog-content .content {
  color: #333;
}

.section-blog.single .blog-content .content p {
  font-size: 1.2rem;
}

.section-blog.single .comments-container {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
  border-radius: 30px;
  padding: 30px;
}

.section-blog.single .comments-container h3#comments {
  color: #333;
}

.section-blog.single .comments-container .commentlist {
  list-style-type: none;
  padding-left: 0;
}

.section-blog.single .comments-container .commentlist .comment {
  position: relative;
  padding: 10px 0;
  background-color: #fff;
  overflow: hidden;
}

.section-blog.single .comments-container .commentlist .comment:before {
  content: "";
  width: 1px;
  background-color: #33333326;
  height: 80%;
  left: 15px;
  top: 50px;
  position: absolute;
}

.section-blog.single .comments-container .commentlist .comment .comment-body .comment-author img {
  border-radius: 50px;
  margin-right: 10px;
}

.section-blog.single .comments-container .commentlist .comment .comment-body .comment-meta,
.section-blog.single .comments-container .commentlist .comment .comment-body p,
.section-blog.single .comments-container .commentlist .comment .comment-body .reply {
  padding-left: 35px;
}

.section-blog.single .comments-container .commentlist .comment .comment-body .comment-meta a {
  color: #333;
}

.section-blog.single .comments-container .commentlist .comment .comment-body p {
  font-style: italic;
}

.section-blog.single .comments-container .comment-respond {
  padding-top: 50px;
}

.section-blog.single .comments-container .comment-respond .comment-reply-title {
  color: #333;
}

.section-blog.single .comments-container .comment-respond p textarea,
.section-blog.single .comments-container .comment-respond p input[name=author],
.section-blog.single .comments-container .comment-respond p input[name=email] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 5px 12px;
}

.section-blog.single .comments-container .comment-respond p textarea:focus-visible,
.section-blog.single .comments-container .comment-respond p input[name=author]:focus-visible,
.section-blog.single .comments-container .comment-respond p input[name=email]:focus-visible {
  outline: 1px solid red;
}

.section-blog.single .comments-container .comment-respond p.logged-in-as a {
  color: #000;
}

.section-blog.single .comments-container .comment-respond p.logged-in-as a:hover {
  color: #2f55d4;
}

.section-blog.single .comments-container .comment-respond p.comment-form-comment textarea {
  height: 120px;
  width: 100%;
}

.section-blog.single .comments-container .comment-respond p.comment-form-author,
.section-blog.single .comments-container .comment-respond p.comment-form-email {
  width: 49%;
  float: left;
}

.section-blog.single .comments-container .comment-respond p.comment-form-author label,
.section-blog.single .comments-container .comment-respond p.comment-form-email label {
  display: block;
}

.section-blog.single .comments-container .comment-respond p.comment-form-author input,
.section-blog.single .comments-container .comment-respond p.comment-form-email input {
  width: 100%;
  height: 40px;
}

.section-blog.single .comments-container .comment-respond p.comment-form-author {
  margin-right: 5px;
}

.section-blog.single .comments-container .comment-respond p.comment-form-email {
  margin-left: 5px;
}

.section-blog.single .comments-container .comment-respond p.comment-form-cookies-consent {
  width: 100%;
  align-items: center;
}

.section-blog.single .comments-container .comment-respond p.comment-form-cookies-consent label {
  margin-bottom: 0;
}

.section-blog.single .comments-container .comment-respond p.form-submit {
  text-align: center;
}

.section-blog.single .comments-container .comment-respond p.form-submit input[name=submit] {
  background-color: #008c3d;
  border-style: none;
  padding: 8px 30px;
  border-radius: 28px;
  color: #fff;
}

.section-inquiry {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-gradient {
  background-color: rgba(47, 86, 212, 0.6);
}

.bg-overlay-gradient2 {
  background-image: linear-gradient(90deg, #2eca8b, #2f55d4, #2eca8b);
  opacity: 0.5;
}

.bg-overlay-dark {
  background: #122258;
  opacity: 0.8;
}

.title-heading .heading {
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.58);
  letter-spacing: 5px;
}

.title-heading {
  line-height: 26px;
}

.title-heading h1 {
  font-size: 38px;
  letter-spacing: 1px;
}

.title-heading h2 {
  font-size: 30px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 32px;
}

.text-shadow-title {
  text-shadow: 2px 0 0 #ffffff, -2px 0 0 #ffffff, 0 4px 0 rgba(255, 255, 255, 0.4), 0 -2px 0 #ffffff, 1px 1px #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff;
}

.para-desc {
  max-width: 600px;
}


@media (max-width: 1024px) {

  .section-blog.single .blog-content {
    border-radius: 30px;
    padding: 30px;
  }

  .section-blog.single .blog-content .position-relative img {
    height: 400px;
  }

  .section {
    padding: 50px 0;
  }

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

  .pt-300 {
    padding-top: 200px;
  }

}

@media (max-width: 768px) {
  .pt-300 {
    padding-top: 180px;
  }

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

  .section {
    padding: 45px 0;
  }

  .title-heading .heading {
    font-size: 24px;
  }

  .title-heading .para-desc {
    font-size: 18px;
  }

  .section-title .title {
    font-size: 20px;
  }

  .title-heading h2 {
    font-size: 20px;
  }

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

@media (max-width: 600px) {
  .section-blog.single .comments-container .comment-respond p.comment-form-cookies-consent {
    display: flex;
  }

  .section-blog.single .comments-container .comment-respond p.comment-form-cookies-consent input {
    margin-right: 10px;
  }

  .section-blog.single .comments-container .comment-respond p.comment-form-email {
    margin-left: 0;
  }

  .section-blog.single .comments-container .comment-respond p.comment-form-author,
  .section-blog.single .comments-container .comment-respond p.comment-form-email {
    width: 100%;
    float: none;
  }

  .section-blog.single .blog-content .content p {
    font-size: 1rem;
  }

  .section-blog.single .blog-content .position-relative img {
    height: 200px;
    border-radius: 12px;
  }

  .section-blog.single .blog-content,
  .section-blog.single .comments-container {
    border-radius: 15px;
    padding: 20px;
  }


}

.dark-blue {
  background-color: #22313f;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.svg-separator {
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}

.svg-separator.bottom {
  top: auto;
  bottom: 0;
}

.sep3 {
  transform: translateY(-100%) translateY(2px) scale(1, 1);
  transform-origin: top;
}

.divider-container {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}

.wave {
  position: absolute;
  height: 31px;
  width: 100%;
  background: #2c3e50;
  bottom: 0;
}

.wave::before,
.wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #fff;
  right: -1.5%;
  top: 60%;
}

.wave::after {
  width: 55%;
  height: 100%;
  background-color: #2c3e50;
  left: -1.5%;
  top: 40%;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-210 {
  padding: 210px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0 25px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 144px 0 50px;
  background-size: contain;
  align-self: normal;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
}

.section-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/hero/cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .section-background.background-height::before {
    height: 50%;
  }

}

.gradient {
  background: #2f55d4 !important;
  background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
  opacity: 0.9;
}

.bg-marketing {
  padding: 76px 0 120px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 1024px) {
  .fee-img {
    width: 95%;
    margin: auto;
    object-fit: cover;
  }
}

@media (max-width: 767px) {

  .bg-home,
  .bg-half-170,
  .bg-half-260,
  .bg-marketing {
    padding: 170px 0 0;
    height: auto;
  }
}

.feature-list li {
  margin-bottom: 5px;
  font-size: 15px;
}

.features .icon {
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #edf0fb;
  text-align: center;
}

.features .image img {
  height: 60px;
}

.features .image:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -15px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  transform: rotate(33.75deg);
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.09));
  z-index: -1;
}

.features .title-2 {
  font-size: 20px;
}

.features:hover .image:before {
  background: rgba(47, 85, 212, 0.07);
  animation: spinner-border 5s linear infinite;
}

.key-feature {
  transition: all 0.2s ease;
}

.key-feature .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
  font-size: 24px;
}

.key-feature:hover {
  transform: scale(1.05);
}

.key-feature .content .title,
.features .title {
  font-size: 18px;
}

.work-process {
  transition: all 0.5s ease;
  margin: 0 10px;
  border-radius: 20px;
  height: 100%;
}

.work-process img {
  height: 220px;
  object-fit: contain;
}

.work-process .title {
  font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
  font-size: 45px;
  opacity: 0.06;
}

.work-process a {
  font-size: 15px;
}

.work-process a:hover {
  color: #2443ac !important;
}

.work-process:hover {
  transform: translateY(-10px);
}

.catagories {
  transition: all 0.5s ease;
}

.catagories:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.catagories a:hover {
  color: #2f55d4 !important;
}

@media (max-width: 1024px) {
  .work-process img {
    height: 170px;
  }
}

@media (max-width: 768px) {
  .work-process img {
    height: 130px;
  }
}

@media (max-width: 370px) {
  .work-process img {
    height: 105px;
  }
}

.bg-cta {
  padding: 150px 0;
}

.blog {
  transition: all 0.3s ease;
}

.blog .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.blog .content h4 {
  line-height: 1.2;
}

.blog .content .title {
  font-size: 20px;
  transition: all 0.5s ease;
}

.blog .content .title:hover {
  color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
  font-size: 15px;
  transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
  color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
  color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
  color: #2f55d4 !important;
}

.blog .author {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}

.blog:hover {
  transform: translateY(-10px);
}

.blog:hover .overlay {
  opacity: 0.4;
}

.blog:hover .author {
  opacity: 1;
}

.page-title {
  font-size: 20px;
}

.media-list .comment-desk .media-heading {
  font-size: 16px;
}

.media-list .comment-desk a:hover {
  color: #2f55d4 !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

.job-content {
  transition: all 0.5s ease;
}

.job-content:before {
  content: "";
  position: absolute;
  top: -45px;
  right: -80px;
  width: 230px;
  height: 130px;
  transform: rotate(45deg);
  background: #edf0fb;
  z-index: -1;
}

.job-content .head .title {
  font-size: 18px;
}

.job-content .head .title:hover {
  color: #2f55d4 !important;
}

.job-content .head .firm:hover {
  color: #e43f52 !important;
}

.job-content .job-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  z-index: -2;
  transition: all 0.5s ease;
}

.job-content:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.job-content:hover .job-image {
  opacity: 0.05;
}

@media (min-width: 1024px) {
  .job-profile {
    top: -378px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .job-profile {
    top: -338px;
  }
}

@media (max-width: 767px) {
  .company-logo {
    float: none !important;
    text-align: left !important;
  }
}

@media (max-width: 600px) {
  .blog .content .title {
    font-size: 18px;
  }
}

.work-container {
  overflow: hidden;
  transition: all 0.2s ease;
  border: 6px solid #fff;
  border-radius: 35px;
}

.work-container .content {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 5%;
}

.work-container .content .title {
  font-size: 20px;
  transition: all 0.5s ease;
}

.work-container .content .title:hover {
  color: #c3cef3 !important;
}

.work-container .content small {
  color: #fff;
}

.work-container .client,
.work-container .read_more {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 5%;
}

.work-container .read_more {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.work-container:hover .personal-port {
  opacity: 1;
}

.work-details ul li b {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}

.work-container img,
.courses-desc img {
  transition: all 0.5s ease;
  height: 220px;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

.work-container .overlay-work,
.courses-desc .overlay-work {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 0.7;
}

.work-container:hover img,
.courses-desc:hover img {
  transform: scale(1.1) rotate(3deg);
}

.work-container:hover .overlay-work,
.courses-desc:hover .overlay-work {
  opacity: 0;
}

.col-overlay:nth-child(odd) .work-container .overlay-work {
  background-color: #E37564;
}

.col-overlay:nth-child(even) .work-container .overlay-work {
  background-color: #B58D54;
}

.event-schedule {
  transition: all 0.5s ease;
}

.event-schedule .date .day {
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #e9edfa;
  line-height: 48px;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 2px 0.25px #4466d8;
}

.event-schedule .date .month {
  font-size: 13px;
}

.event-schedule .content .title {
  font-size: 20px;
  transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
  color: #2f55d4 !important;
}

.event-schedule .content .location-time {
  font-size: 14px;
}

.event-schedule:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-color: #2f55d4 !important;
  background: #f8f9fc !important;
}

.container-filter li a {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s ease;
}

.container-filter li a.active,
.container-filter li a:hover {
  color: #2f55d4 !important;
  border-color: #2f55d4 !important;
}

.spacing {
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 600px) {
  .work-container img {
    height: 205px;
  }
}

@media (max-width: 600px) {
  .work-container img {
    height: 190px;
  }
}


.login-page {
  font-size: 15px;
}

.login-page .forgot-pass {
  z-index: 99;
  position: relative;
  font-size: 13px;
}

.cover-user .container-fluid {
  max-width: 100%;
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

.bg-profile {
  padding: 100px 0;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-profile .public-profile {
  top: 175px;
}

.bg-profile .profile-icons li a {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  color: #6c757d;
  border: 1px solid #dee2e6;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 20%;
  }
}

@media (max-width: 768px) {
  .cover-user .padding-less {
    position: relative !important;
    height: 400px !important;
  }

  .cover-user .cover-user-content {
    text-align: left !important;
  }

  .cover-user .cover-user-img {
    align-items: start !important;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-img {
    height: auto !important;
  }

  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.coming-soon,
.maintenance,
.error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#clock {
  color: #ffffff;
}

#clock p {
  width: 80px;
}

#clock p span {
  font-size: 40px;
}

#clock p span.indicator {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {

  .coming-soon,
  .maintenance,
  .error-page {
    font-size: 32px;
  }

}

.contact-detail {
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  height: 260px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-detail .icon img {
  height: auto;
}

.contact-detail .content .title {
  font-size: 20px;
}

.contact-detail .content a {
  color: #333 !important;
}

.custom-form {
  background: white;
  padding: 10px;
  border-radius: 8px;
}

.custom-form .form-group .form-control,
.custom-form .form-group label {
  font-size: 1rem;
}

.submitBtn {
  width: auto;
  padding: 12px 50px;
  border-radius: 25px;
  background-color: #008c3d;
  color: #fff;
  border-style: none;
}

.form-group .icons {
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 100px;
  font-size: 20px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 400px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #e43f52;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #e43f52;
  color: #e43f52;
  border-radius: 10px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}

/* ==========================================================================
   5. Get In Touch Section
   ========================================================================== */

.section-contact {
  background-color: #a1ce65;
}

.section-contact .title-heading h1 {
  line-height: 70px;
  color: #fff;
  font-size: 67px;
  text-align: center;
}

.section-contact .title-heading p {
  font-size: 60px;
  font-weight: bold;
}

.section-contact .btn-theme {
  background-color: #83ce4d;
}

.section-contact .btn-theme:hover {
  background-color: #fff;
  color: #83ce4d;
}

.section-contact:before {
  content: "";
  position: absolute;
  top: -199px;
  height: 200px;
  width: 100%;
  background-color: #a1ce65;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23F8EDE3"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></svg>');
  background-repeat: repeat-x;
  z-index: -1;
  left: 0;
}

.section-contact .card {
  height: 120px
}


@media (max-width: 768px) {

  .section-contact {
    padding: 40px 0;
  }

  /* Get in touch section */
  .section-contact .title-heading h1 {
    text-align: center;
  }

  .section-contact .title-heading p {
    font-size: 36px;
  }

  .section-contact h5 {
    font-size: 14px;
  }

  .section-contact .img-gt {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }


}

/* .cta-banner {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cta-banner__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .cta-banner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

} */

/*# sourceMappingURL=style.css.map */