@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); 
@import url('https://cdn.jsdelivr.net/npm/material-icons@1.13.14/iconfont/material-icons.min.css');

:root {
    --primary-color: #32cb4b;
    --primary-btn-border-color: #2db743;
    --primary-btn-hover-background-color: #28a23c;
    --primary-btn-hover-border-color: #218531;
    --primary-btn-focus-border-color: #14501e;
    --secondary-color: #ffffff;
    --secondary-btn-border-color: #cccccc;
    --secondary-btn-hover-background-color: #e6e6e6;
    --secondary-btn-hover-border-color: #adadad;
    --secondary-btn-focus-border-color: #8c8c8c;
    --secondary-btn-active-background-color: #d4d4d4;
    --panels-border-color: #dddddd;
    --option-panel-background-color: #F6F6F6;
    --default-font-color: #555555;
    --font-muted-color: #777777;
    --dark-icon-color: #5f5f5f;
    --dropdown-link-hover: #484848;
    --border-radius-base: 17px;
    --border-radius-large: 30px;
    --border-radius-small: 10px;
    --font-size: 14px;
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --pixie-header-back-color: 37bd4d;
    --bs-popover-arrow-width: 2rem !important;
    --bs-popover-arrow-height: 1rem !important;
    --primary-background-color: #86c33a;
    --primary-border-color: #86c33a;
    --secondary-border-color: #cccccc;
    --secondary-text-color: #00bbf0;
    --secondary-background-color: #84bbe6;
    --secondary-border-color: #84bbe6;
    --secondary-border-color1: #ffffff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100vh;
    min-height: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    background-color: #FFFFFF;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
    min-height: 100%;
}

.full-height {
    height: 100%;
}

input::placeholder{
    opacity: 0.5;
    color: #dddddd;
}

select option[disabled] {
    opacity: 1;
    color: #dddddd;
}

select:required:invalid {
    opacity: 1;
    color: #bbbbbb;
}

select option{
    color: #333333;
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.bg-dark-blue {
    background-color: #00204a !important;
    background: linear-gradient(130deg, #231a6f, #0f054c);
}

.bg-green {
    background-color: #e9bf83 !important;
}

.bg-light-blue {
    background-color: #84bbe6 !important;
    /*background-color: #5693c2 !important;*/
    outline: none;
    border: 0 !important;
}

a {
    color: #2878EB;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1154b6;
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

p, .paragraph {
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #172231;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.2s ease;
}

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/* Button style */
.btn {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 15.5px 28px;
    border-radius: 35px;
    font-weight: 700;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in;
    white-space: nowrap;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none;
}

.btn-lg {
    font-size: 20px;
    padding: 19px 35px;
}

.btn-md {
    font-size: 18px;
    padding: 17px 30px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 20px;
}

.btn-primary {
    background: #86c33a;
    color: #fff;
    border-color: #86c33a;
}

.btn-primary:active {
    background: #6b9c2e !important;
    border-color: #6b9c2e;
}

.btn-primary:hover {
    background: #6b9c2e;
    border-color: #6b9c2e;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b9c2e;
    border-color: #6b9c2e;
}

.btn-gray {
    background: #f5f6fa;
    color: #172231;
    border-color: #f5f6fa;
}

.btn-gray:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff;
}

.btn-gray:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b9c2e;
    border-color: #6b9c2e;
}

.btn-secondary {
    background: transparent;
    color: #172231;
    padding-left: 0;
    border: 0;
}

.btn-secondary:active {
    background: transparent !important;
    color: #86c33a;
}

.btn-secondary:hover {
    background: transparent;
    color: #86c33a;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #86c33a;
    background-color: transparent;
    border: 0;
}

.btn-primary-outline {
    background: transparent;
    color: #172231;
    border: 2px solid #172231;
}

.btn-primary-outline:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff;
}

.btn-primary-outline:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff;
}

.btn-light {
    background: #fff;
    color: #172231;
    border-color: #e7e7e7;
}

.btn-light:active {
    background: transparent !important;
    border-color: #fff;
    color: #fff;
}

.btn-light:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-light-alt:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff;
}

.btn-light-alt:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-light-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-light-outline:active {
    background: #6b9c2e !important;
    border-color: #6b9c2e;
    color: #fff;
}

.btn-light-outline:hover {
    background: #6b9c2e;
    border-color: #6b9c2e;
    color: #fff;
}

.btn-arrow {
    transition: 0.2s ease;
}

.btn-arrow::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    left: calc(85% + 5px);
    transition: 0.2s ease;
}

.btn-arrow::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    transition: 0.2s ease;
    left: 85%;
}

.btn-arrow:hover::before {
    left: calc(85% + 10px);
    border-color: #86c33a;
}

.btn-arrow:hover::after {
    width: 20px;
    background: #86c33a;
}

/* hover effect */
.hover-ripple {
    transition: 0.2s ease-in;
}

.hover-ripple:hover {
    transform: scale(0.97);
}

.hover-ripple:hover::after {
    -webkit-animation: sonarEffect 1s ease-out 50ms infinite;
    -moz-animation: sonarEffect 1s ease-out 50ms infinite;
    -o-animation: sonarEffect 1s ease-out 50ms infinite;
    animation: sonarEffect 1s ease-out 50ms infinite;
}

.hover-ripple::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(0.9);
    border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
    -webkit-animation: sonarEffectWhite 1s ease-out 50ms infinite;
    -moz-animation: sonarEffectWhite 1s ease-out 50ms infinite;
    -o-animation: sonarEffectWhite 1s ease-out 50ms infinite;
    animation: sonarEffectWhite 1s ease-out 50ms infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-o-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, 0.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffectWhite {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffectWhite {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.navbar .navbar-toggler {
    border-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    margin-right: 5px;
}

.navbar .navbar-toggler {
	cursor: pointer;
    font-size: 32px;
}

.navbar .navbar-toggler span {
	color: #fff;
}

.navbar .navbar-toggler.collapsed .fa-bars {
    display: inline-block;
}

.navbar .navbar-toggler.collapsed .icon-close2 {
    display: none;
}

.navbar .navbar-toggler .fa-bars {
    display: none;
}

.navbar .navbar-toggler .icon-close2 {
    display: inline-block;
}

.navbar .nav-item {
    margin: 0 5px;
    padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
    word-break: keep-all;
    text-wrap: nowrap;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #fdfdfd !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #fdfdfd !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.navbar .nav-item a {
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.navbar .nav-item a:hover {
	color: #ffffff;
}

.navbar .dropdown-menu .dropdown-item{
    color: #333333;
}

.navbar .dropdown-item {
    position: relative;
    color: #172231;
    transition: 0.2s ease;
    font-family: "Roboto", sans-serif;
    transition: 0.3s ease;
    background: #fff;
}

.navbar .dropdown-menu {
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.32);
    padding: 5px 10px 5px 10px;
}

.navbar .dropdown-menu .dropdown-item:hover{
    background-color: #88b7d5;
    color: #ffffff;
}

.navbar .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #333333;
}

.navbar .nav_search-btn:hover {
  color: #fdfdfd;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.transition {
    transition: 0.2s ease;
}

.box-shadow {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

/* icon animation */
.icon-bg {
    position: relative;
    background-color: rgba(134, 195, 58, 0.2);
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 120px 135px 110px 90px;
}

.icon-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 5px;
    background: rgba(134, 195, 58, 0.05);
    border: 2px solid #86c33a;
    border-radius: 130px 120px 160px 130px;
}

.icon-bg .icon {
    line-height: 100px;
    font-size: 44px;
}

.water-wave {
    position: relative;
    -webkit-animation-name: water-wave;
       -moz-animation-name: water-wave;
         -o-animation-name: water-wave;
            animation-name: water-wave;
    -webkit-animation-duration: 4s;
       -moz-animation-duration: 4s;
         -o-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

.water-wave::before {
    -webkit-animation-name: water-wave;
       -moz-animation-name: water-wave;
         -o-animation-name: water-wave;
            animation-name: water-wave;
    -webkit-animation-duration: 3s;
       -moz-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
}

@-webkit-keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
    }

    25% {
        border-radius: 130px 140px 100px 110px;
    }

    50% {
        border-radius: 110px 97px 150px 100px;
    }

    75% {
        border-radius: 80px 107px 120px 90px;
    }

    100% {
        border-radius: 120px 135px 110px 90px;
    }
}

@-moz-keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
    }

    25% {
        border-radius: 130px 140px 100px 110px;
    }

    50% {
        border-radius: 110px 97px 150px 100px;
    }

    75% {
        border-radius: 80px 107px 120px 90px;
    }

    100% {
        border-radius: 120px 135px 110px 90px;
    }
}

@-o-keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
    }

    25% {
        border-radius: 130px 140px 100px 110px;
    }

    50% {
        border-radius: 110px 97px 150px 100px;
    }

    75% {
        border-radius: 80px 107px 120px 90px;
    }

    100% {
        border-radius: 120px 135px 110px 90px;
    }
}

@keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
    }

    25% {
        border-radius: 130px 140px 100px 110px;
    }

    50% {
        border-radius: 110px 97px 150px 100px;
    }

    75% {
        border-radius: 80px 107px 120px 90px;
    }

    100% {
        border-radius: 120px 135px 110px 90px;
    }
}

.text-primary {
    color: #86c33a !important;
}

.fixed-top {
    background: #fff;
    -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.1509803922);
    -moz-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    -o-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0 1px 8px 5px rgba(0, 0, 0, 0.2109803922);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.fixed-top .navbar-nav > li > a {
	color: #333;
}

.fixed-top .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
       -moz-transform: scale(1.03) !important;
         -o-transform: scale(1.03) !important;
	        transform: scale(1.03) !important;
}

.fixed-top .navbar-toggler {
	cursor: pointer;
}

.fixed-top .navbar-toggler span {
	color: #333;
}

.fixed-top .nav-link:hover:after {
    /*background-color: #2388ed;*/
}

.navbar.fixed-top .navbar-nav .nav-item .nav-link.active {
    color: #6b9c2e !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.navbar.fixed-top .navbar-nav .nav-item .nav-link:hover {
    color: #6b9c2e !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.navbar.fixed-top .nav_search-btn:hover {
    color: #6b9c2e !important;
}

.btn-hover-wave {
    position: relative;
    background-color: #86c33a !important;
    overflow: hidden;
}

.btn-hover-wave span{
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #6b9c2e;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.btn-hover-wave:hover span{
    transform: translateY(0) scale(2);
}

.btn-hover-wave span:nth-child(1) {
    --n: 1;
}

.btn-hover-wave span:nth-child(2) {
    --n: 2;
}

.btn-hover-wave span:nth-child(3) {
    --n: 3;
}

.btn-hover-wave span:nth-child(4) {
    --n: 4;
}

.pointer-events{
    user-select: none;
    pointer-events: none;
    cursor: default;
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-title-border {
    position: relative;
    height: 5px;
    width: 30px;
    background: #86c33a;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
}

.section-title-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #86c33a;
    border-radius: 10px;
    left: -50%;
    top: 0;
}

.section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #86c33a;
    border-radius: 10px;
    right: -70%;
    top: 0;
}

.section-title-border.border-center {
    margin-left: calc(50% - 27px);
}

.subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #c18385;
}

.section-bottom-lg {
    padding-bottom: 240px;
}

.text-titlecase{
    text-transform: capitalize !important;
}

.footer-section {
    padding: 75px 0 0 0;
    background-image: url(../images/background/footer-bg-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-origin: border-box;
    background-size: cover;
    border-width: 0 !important;
    border-color: transparent;
    outline: none;
    cursor: default;
    user-select: none;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .footer-section {
        padding: 125px 0 25px 0;
    }
}

.social-icon-alt li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    line-height: 45px;
    text-align: center;
    position: relative;
}

.social-icon-alt li a:hover {
    color: #fff;
    background: #86c33a;
    border-color: #86c33a;
}

.list-styled {
    padding-left: 0;
    list-style-type: none;
}

.list-styled li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.list-styled li::before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    top: 1px;
    color: #86c33a;
    transition: 0.3s ease;
}

.list-styled li:hover::before {
    color: #86c33a !important;
}

.list-styled li:hover a {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .list-styled li a {
        font-size: 80%;
    }

    .list-unstyled li {
        font-size: 80%;
    }
}

.list-styled li.text-light::before {
    color: #ddd;
}

.list-styled.style-circle li::before {
    content: "\f10c";
}

.newsletter-form {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 35px;
    box-shadow: none;
    outline: 0;
    padding: 10px 0 10px 15px;
}

.newsletter-form:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    outline: none;
}

.newsletter-form::-webkit-input-placeholder{
    color: #999;
}

.newsletter-form::-moz-placeholder {
    color: #999;
}

.newsletter-form:-ms-input-placeholder {
    color: #999;
}

.newsletter-form::placeholder {
    color: #999;
}

.btn-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.back-to-top {
    background-color: #FBA504;
    position: fixed;
    display: none;
    left: 15px;
    bottom: 45px;
    z-index: 6999;
    text-align: center;
    line-height: 1.4512;
}

.back-to-top span{
    margin-top: 10px;
}

.back-to-top:hover{
    background-color: #FBA504;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    color: #333333 !important;
}

.bg-secondary-darken {
    background: #1f2630 !important;
}

.__web-inspector-hide-shortcut__, .__web-inspector-hide-shortcut__ *, .__web-inspector-hidebefore-shortcut__::before, .__web-inspector-hideafter-shortcut__::after {
    visibility: hidden !important;
}

.text-green {
    color: #26791d !important;
}

.text-maroon {
    color: #af2f2f !important;
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}

.vc_sep_width_100 {
    width: 100%;
}

.vc_separator {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #cBcBcB;
}

.vc_separator .vc_sep_holder {
    height: 2px;
    position: relative;
    flex: 1 1 auto;
    min-width: 10%;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 2px;
    border-top: 1px solid #CBCBCB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.text-small{
    font-size: 85%;
}

#searchModal .modal-content {
    background: rgba(29, 40, 51, 0.8);
}

#searchModal .form-control {
    box-shadow: none;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.heading_container h1 span:first-child {
    color: #00bbf0;
}

.text-blue{
    color: var(--secondary-text-color);
}

.blog-image {
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: auto;
}

.blog-title {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    color: #0D2A37;
    line-height: 52px;
    font-style: normal;
    font-weight: bold;
}

.btn-blog {
    border: none !important;
    box-shadow: none !important;
}

.yagna-service-image1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.yn-demo-video-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-height: 520px;
    height: 520px;
    max-width: 100%;
    overflow-y: hidden;
}

.yn-demo-video-wrapper .yn-demo-video-src {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    border: none !important;
    outline: none;
    box-shadow: none !important;
    /*object-fit: fill;*/
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.yn-demo-video-wrapper .yn-demo-video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.5;
}

.yn-demo-video-wrapper .yn-demo-video-txt-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 520px;
    left: 0;
    top: 0;
}

.demo-pass-section-1 {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 16rem;
    padding-bottom: 16rem;
    background-image: url(https://cabinet.yagnaitsolution.com/images/others/2149155742.jpg);
    background-attachment: fixed;
    background-size: cover;
    overflow-y: hidden;
}

.text-shadow-custom {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* horizontal-offset vertical-offset blur-radius color */
    user-select: none;
}

.demo-pass-form-wrapper {
    width: 100%;
    background-color: #f1f4f1;
    background-position: left 16px;
    background-repeat: no-repeat;
    color: #444444;
    display: block;
    padding: 0.5rem 1.5rem;
    max-width: 500px;
    border-style: solid;
    border-width: 2px;
    border-color: #b1b1b1;
}

.demo-pass-form-wrapper .form-control::placeholder {
    color: rgba(0,0,0,0.3);
}

.demo-pass-form-wrapper .form-control {
    box-shadow: none;
    outline: none;
    border-color: #333333;
    border-style: dotted;
    border-width: 1px;
    border-radius: var(--border-radius-base);
    /*box-shadow: inset 8px 8px 16px #bec3cf, inset -8px -8px 16px #ffffff;*/
}

#yn_username {
    padding-left: 24px;
    background-image: url(https://cabinet.yagnaitsolution.com/images/others/user_business_boss1.png);
    background-repeat: no-repeat;
    background-position: left 4px center;
    background-size: 16px 16px;
}

.demo-pass-form-neu-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: #f1f4f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 8px 20px #bec3cf, -8px -8px 20px #ffffff, inset 0 0 0 #bec3cf, inset 0 0 0 #ffffff;
    transition: all 0.3s ease;
}

.demo-pass-form-icon-inner {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c7293;
}

.demo-pass-form-icon-inner svg {
    width: 100%;
    height: 100%;
}

.yn-password-wrapper {
    box-shadow: none;
    outline: none;
    border-color: #333333;
    border-style: dotted;
    border-width: 1px;
    border-radius: var(--border-radius-base);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    padding-left: 5px;
    padding-right: 5px;
}

.yn-password-icon {
    width: 24px;
    height: 100%;
    min-height: 24px;
    background-image: url(https://cabinet.yagnaitsolution.com/images/others/key_gray.png);
    background-repeat: no-repeat;
    background-position: left 4px center;
    background-size: 16px 16px;
}

.yn-form-control {
    padding: .375rem .75rem;
    border: none !important;
    outline: none !important;
}

.yn-password-btn {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}

.cky-btn-revisit-wrapper {
    display: none !important;
}

.yagna-chat-btn-wrapper {
    position: fixed;
    display: block;
    background-color: transparent;
    left: 15px;
    bottom: 15px;    
}

.yagna-chat-btn-wrapper .yagna-chat-button {
    outline: none;
    border: 1px solid #ccc;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 1.4512;
    text-align: center;
    font-size: 2.1rem;
    background-color: #FBA504;
    box-shadow: 0 2px 7px rgba(0,0,0,0.3), 1px 0 3px rgba(0,0,0,0.4);
    color: rgba(0,0,0,0.3);
}

.yagna-chat-container {
    position: fixed;
    left: calc(75px + 15px + 5px);
    bottom: 25px;
    outline: none;
    border: 1px solid #ccc;
    width: 320px;
    height: 510px;
    border-radius: 15px;
    background-color: #c9c9c9;
    z-index: 999512;
    box-shadow: 3px 3px 11px rgba(0,0,0,0.3);
    padding: 2px;
}

.yagna-chat-container .yagna-chat-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
}

.yagna-chat-container .yagna-chat-wrapper .close-yagna-chat-btn {
    border: none !important;
    outline: none !important;
    color: #999;
    background-color: transparent;
}

.yagna-chat-container .yagna-chat-wrapper .card-body {
    width: 100%;
    height: 90%;
}

.yagna-chat-container .yagna-chat-wrapper .yagna-chat-msg-area {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    border: none !important;
    outline: none !important;
}

#yagna-chat-msg-input {
    width: 100%;
    min-width: 241px;
}

#yagna-chat-send-btn {
    border: 1px solid #ccc;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 100%;
    padding: 5px;
    width: 45px;
}

#yagna-chat-msg-input {
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-right: none !important;
    padding: 5px 5px;
    outline: none !important;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.float-right {
    float: right !important;
}

.font-oswald {
    font-family: "Oswald", sans-serif;
}