/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Open+Sans:wght@300;400;500;600;700&display=swap");
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    /* color: #464646; */
    color: #d8d8d8;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #002046;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
}
body.page-trns-active {
    position: relative;
}
body.page-trns-active::after {
    position: absolute;
    content: "\f110";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-size: 4.5rem;
    z-index: 999;
    animation: spinRoll 1s infinite linear;
}
body.page-trns-active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002046;
    z-index: 99;
    opacity: 0.65;
}
@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}
select {
    cursor: pointer;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
button {
    cursor: pointer;
}
*:focus {
    outline: none;
}
button {
    border: none;
}
button:focus {
    outline: none;
}
span {
    display: inline-block;
}
a:hover {
    color: #66cf0f;
}
/* reset css end */
/* global css strat */
.text--primary {
    color: #7367f0 !important;
}
.text--secondary {
    color: #868e96 !important;
}
.text--success {
    color: #28c76f !important;
}
.text--danger {
    color: #ea5455 !important;
}
.text--warning {
    color: #ff9f43 !important;
}
.text--info {
    color: #1e9ff2 !important;
}
.text--dark {
    color: #10163A !important;
}
.text--muted {
    color: #9c9c9c !important;
}
.text--base {
    color: #66cf0f !important;
}
.text--dark {
    color: #373e4a !important;
}
/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}
.bg--secondary {
    background-color: #868e96 !important;
}
.bg--success {
    background-color: #28c76f !important;
}
.bg--danger {
    background-color: #ea5455 !important;
}
.bg--warning {
    background-color: #ff9f43 !important;
}
.bg--info {
    background-color: #1e9ff2 !important;
}
.bg--dark {
    background-color: #10163A !important;
}
.bg--light {
    background-color: #eef4ff !important;
}
.bg--base {
    background-color: #66cf0f !important;
}
/* background color css end */
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.bg_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section--bg {
    background-color: #F5F7FA;
}
.section--bg2 {
    background-color: #002046;
}
.section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg--one {
    background-color: #071e3e;
}
.slick-arrow {
    cursor: pointer;
}
.z-index-2 {
    z-index: 2;
}
.main-wrapper {
    position: relative;
}
.section-header {
    margin-bottom: 2.1875rem;
}
.section-header p {
    color: #fff;
}
.section-title {
    font-size: 34px;
    color: #fff;
}
.section-header--style .section-title{
    width: 70%;
}
.section-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 500;
}
.section-subtitle.border-left {
    padding-left: 2.1875rem;
    position: relative;
    z-index: 1;
}
.section-subtitle.border-left::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #66cf0f;
    margin-top: -1px;
}
a.text-white:hover {
    color: #66cf0f !important;
}
.text--link {
    text-decoration: underline;
}
.text--link:hover {
    text-decoration: underline;
}
.has--link {
    position: relative;
}
.has--link .item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.custom--dropdown .dropdown-toggle.no-arrow::after {
    display: none;
}
.custom--dropdown .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}
.custom--dropdown .dropdown-menu {
    border-color: #e5e5e5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.custom--dropdown .dropdown-menu li {
    border-bottom: 1px dashed #e5e5e5;
}
.custom--dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}
.custom--dropdown .dropdown-menu li .dropdown-item {
    color: #464646;
    font-size: 0.875rem;
}
.custom--dropdown .dropdown-menu li .dropdown-item:hover {
    color: #66cf0f;
    background-color: rgba(102, 207, 15, 0.05);
}
.custom--accordion .accordion-item + .accordion-item {
    margin-top: 1.25rem;
}
.custom--accordion .accordion-item {
    border: 1px solid rgba(102, 207, 15, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.custom--accordion .accordion-item:first-child .accordion-button {
    border-top: none;
}
.custom--accordion .accordion-item:last-child .accordion-button {
    border-bottom: none;
}
.custom--accordion .accordion-button {
    padding: 1.25rem 1.5625rem;
    background-color: rgba(102, 207, 15, 0.05);
    font-size: 1.125rem;
    position: relative;
    text-align: left;
}
.custom--accordion .accordion-button::after {
    position: absolute;
    top: 1.25rem;
    right: 0.8125rem;
    font-size: 1.0625rem;
    content: '\f107';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    background-image: none;
    color: #000;
}
.custom--accordion .accordion-button:not(.collapsed) {
    background-color: #66cf0f;
    color: #fff;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
    color: #fff;
}
.custom--accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}
.custom--accordion .accordion-body {
    padding: 1.25rem 1.5625rem;
}
.custom--nav-tabs {
    justify-content: center;
    border: none;
    margin: -0.3125rem -0.625rem;
}
.custom--nav-tabs .nav-item {
    margin: 0.3125rem 0.625rem;
}
.custom--nav-tabs .nav-item .nav-link {
    background-color: #002756;
    border: 1px solid #e5e5e536;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
}
.custom--nav-tabs .nav-item .nav-link.active {
    background-color: #66cf0f;
    border-color: #66cf0f;
    color: #fff;
}
.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.9375rem;
}
.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}
.page-breadcrumb li::after {
    content: '-';
    color: #ffffff;
    margin: 0 0.3125rem;
}
.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #66cf0f;
    margin-right: 0.375rem;
}
.page-breadcrumb li:last-child::after {
    display: none;
}
.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}
.page-breadcrumb li a:hover {
    color: #66cf0f;
}
.cmn-list li + li {
    margin-top: 0.9375rem;
}
.cmn-list li {
    position: relative;
    padding-left: 2.1875rem;
}
.cmn-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f058";
    font-size: 1.75rem;
    color: #66cf0f;
    margin-right: 0.5rem;
    line-height: 1;
}
.cmn-list-two li {
    padding: 0.375rem 0.9375rem;
    font-size: 0.875rem;
}
.cmn-list-two li:nth-child(even) {
    background-color: #EBF5F5;
}
.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}
.number-list li + li {
    margin-top: 0.625rem;
}
.disc-list li + li {
    margin-top: 0.625rem;
}
.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}
.disc-list li::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #bdbdbd;
}
.square-list li + li {
    margin-top: 10px;
}
.square-list li {
    padding-left: 25px;
    position: relative;
}
.square-list li::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #e6e6e6;
}
.square-list li::after {
    position: absolute;
    content: '';
    top: 9px;
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: rgba(102, 207, 15, 0.45);
}
.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #e5e5e542;
}
.caption-list li:first-child {
    padding-top: 0;
}
.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.caption-list li .caption {
    width: 30%;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}
@media (max-width: 480px) {
    .caption-list li .caption {
        width: 35%;
    }
}
.caption-list li .caption::after {
    position: absolute;
    content: ':';
    top: 0;
    right: 0;
}
.caption-list li .value {
    width: 70%;
    padding-left: 0.9375rem;
}
@media (max-width: 480px) {
    .caption-list li .value {
        width: 65%;
    }
}
.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: #002756;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.caption-list-two li {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #cccccc5c;
}
.caption-list-two li:first-child {
    padding-top: 0;
}
.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.caption-list-two li .caption {
    width: 30%;
    position: relative;
    font-weight: 700;
}
.caption-list-two li .caption::after {
    position: absolute;
    content: ':';
    top: 0;
    right: 0;
}
.caption-list-two li .value {
    width: 70%;
    text-align: right;
}
body, .btn--base.btn--custom, .custom--table tbody tr, .custom--checkbox label::before, .header .main-menu li.menu_has_children > a::before, .header .main-menu li .sub-menu, .header .main-menu li .sub-menu li a, .header .main-menu li .sub-menu li a::before, .search-form .search-btn {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.object-fit--cover {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.pagination {
    margin: -0.3125rem -0.4375rem;
}
.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}
.pagination .page-item.active .page-link {
    background-color: #66cf0f;
    color: #fff;
}
.pagination .page-item .page-link {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(102, 207, 15, 0.25);
    color: #464646;
}
.pagination .page-item .page-link:hover {
    background-color: #66cf0f;
    border-color: #66cf0f;
    color: #fff;
}
.video--btn {
    width: 7.5rem;
    height: 5.625rem;
    background-color: #66cf0f;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    font-size: 2.625rem;
    border: 4px solid #fff;
}
.video--btn:hover {
    color: #fff;
}
.shake {
    animation: shake 0.5s 1 linear;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.scroll-to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: none;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #66cf0f;
    line-height: 54px;
  }
  .scroll-to-top .scroll-icon {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
  }

.cookie-area {
    padding: 30px;
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0; 
    background-color: #002046;
}
@media (max-width: 767px) {
    .cookie-area{
        padding: 15px;
    }
    .cookie-area p , .cookie-area a{
        font-size: 14px;
    }
    .cookie-btn{
        text-align: left !important;
        margin-top: 10px;
    }
    .section-title{
        font-size: 26px;
    }
    .blog-card .title a{
        font-size: 0.95rem;
    }
}
/* global css end */
/* preloader css start */
@-webkit-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    30% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    30% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
/* Styles */
.preloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #002046;
    text-align: center;
}
.preloader .preloader-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 44%;
    left: 0;
    position: relative;
}
.preloader .preloader-container .animated-preloader {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: #66cf0f;
    border-radius: 50em;
}
.preloader .preloader-container .animated-preloader:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    background: white;
    -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
    -ms-animation: preloader-inside-white 1s ease-in-out infinite;
    animation: preloader-inside-white 1s ease-in-out infinite;
}
.preloader .preloader-container .animated-preloader:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50em;
    background: #66cf0f;
    -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
    -ms-animation: preloader-inside-red 1s ease-in-out infinite;
    animation: preloader-inside-red 1s ease-in-out infinite;
}
/* preloader css end */
h1 {
    font-size: 3.875rem;
}
h2 {
    font-size: 2rem;
}
@media (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }
}
@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.375rem;
}
@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}
h5 {
    font-size: 1.25rem;
}
@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}
h6 {
    font-size: 1.125rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    /* color: #373e4a; */
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: 'Open Sans', sans-serif;
    /* color: #373e4a; */
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.3;
    word-break: break-word;
}
p, li, span {
    margin: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #d8d8d8;
}
a:hover {
    text-decoration: none;
}
.font-size--18px {
    font-size: 1.125rem !important;
}
.font-size--16px {
    font-size: 1rem !important;
}
.font-size--14px {
    font-size: 0.875rem !important;
}
.font-size--12px {
    font-size: 0.75rem !important;
}
/* button css start */
button:focus {
    outline: none;
}
[class*="btn--"]:not(.btn--link):not(.btn--light) {
    color: #fff;
}
.btn {
    padding: 0.75rem 1.875rem;
}
.btn--primary {
    background-color: #7367f0;
}
.btn--primary:hover {
    background-color: #5e50ee;
}
.btn--secondary {
    background-color: #868e96;
}
.btn--secondary:hover {
    background-color: #78818a;
}
.btn--success {
    background-color: #28c76f;
}
.btn--success:hover {
    background-color: #24b263;
}
.btn--danger {
    background-color: #ea5455;
}
.btn--danger:hover {
    background-color: #e73d3e;
}
.btn--warning {
    background-color: #ff9f43;
}
.btn--warning:hover {
    background-color: #ff922a;
}
.btn--info {
    background-color: #1e9ff2;
}
.btn--info:hover {
    background-color: #0d93e9;
}
.btn--light {
    background-color: #eef4ff;
}
.btn--light:hover {
    background-color: #d5e4ff;
}
.btn--dark {
    background-color: #10163A;
    color: #fff;
}
.btn--dark:hover {
    background-color: #0a0e26;
    color: #fff;
}
.btn--link {
    color: #7367f0;
}
.btn--base {
    background-color: #66cf0f;
    color: #fff;
}
.btn--base:hover {
    background-color: #5ab70d;
    color: #fff;
}
.btn--base.btn--custom {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -6px;
}
.btn--base.btn--custom:hover {
    outline-offset: 0;
    outline: 2px solid rgba(255, 255, 255, 0);
}
.text-btn {
    padding: 0;
    color: #464646;
    background-color: transparent;
}
.btn-outline--primary {
    color: #7367f0;
    border-color: #7367f0;
}
.btn-outline--primary:hover {
    background-color: #7367f0;
    color: #ffffff;
}
.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}
.btn-outline--secondary:hover {
    background-color: #868e96;
    color: #ffffff;
}
.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}
.btn-outline--success:hover {
    background-color: #28c76f;
    color: #ffffff;
}
.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}
.btn-outline--danger:hover {
    background-color: #ea5455;
    color: #ffffff;
}
.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}
.btn-outline--warning:hover {
    background-color: #ff9f43;
    color: #ffffff;
}
.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}
.btn-outline--info:hover {
    background-color: #1e9ff2;
    color: #ffffff;
}
.btn-outline--light {
    color: #eef4ff;
    border-color: #eef4ff;
}
.btn-outline--light:hover {
    background-color: #eef4ff;
    color: #ffffff;
}
.btn-outline--dark {
    color: #10163A;
    border-color: #10163A;
}
.btn-outline--dark:hover {
    background-color: #10163A;
    color: #ffffff;
}
.btn-outline--base {
    color: #66cf0f;
    border: 1px solid #66cf0f;
}
.btn-outline--base:hover {
    background-color: #66cf0f;
    color: #fff;
}
.btn-shadow--primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}
.btn-shadow--secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}
.btn-shadow--success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}
.btn-shadow--danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}
.btn-shadow--warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}
.btn-shadow--info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}
.btn-shadow--light {
    box-shadow: 0 0 6px 1px rgba(238, 244, 255, 0.35);
}
.btn-shadow--dark {
    box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}
.btn-shadow--base {
    box-shadow: 0 0 6px 1px rgba(102, 207, 15, 0.35);
}
.btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}
.icon-btn {
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #66cf0f;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.icon-btn:hover {
    color: #fff;
}
.btn--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.btn--group *[class*="btn"] {
    margin: 0.3125rem 0.625rem;
    align-items: center;
}
.btn--group *[class*="btn"].d-flex {
    padding: 0.5rem 2.1875rem;
}
.btn--group.style--two {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}
.btn--group.style--two *[class*="btn"] {
    margin: 0.1875rem 0.3125rem;
}
[class*="btn"].btn-md {
    padding: 0.625rem 1.25rem;
}
[class*="btn"].btn-sm {
    padding: 0.375rem 0.625rem;
}
/* button css end */
.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}
.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}
.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}
.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}
.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}
.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}
.badge--light {
    background-color: rgba(238, 244, 255, 0.15);
    border: 1px solid #eef4ff;
    color: #eef4ff;
}
.badge--dark {
    background-color: rgba(16, 22, 58, 0.15);
    border: 1px solid #10163A;
    color: #10163A;
}
.badge--base {
    background-color: rgba(102, 207, 15, 0.15);
    border: 1px solid #66cf0f;
    color: #66cf0f;
}
/* table css start */
.custom--table {
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-spacing: 0 0.9375rem;
    border-collapse: separate;
}
.custom--table.white-space-nowrap th {
    white-space: nowrap;
}
.custom--table thead {
    background-color: #002046;
}
.custom--table thead tr {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.custom--table thead th {
    border-top: none;
    padding: 0.625rem 1.25rem;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.custom--table thead th:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    text-align: left;
}
.custom--table thead th:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    text-align: right;
}
.custom--table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0.9375rem 1.25rem;
    color: #464646;
    vertical-align: middle;
    font-size: 0.875rem;
    text-align: center;
}
.custom--table tbody td:first-child {
    text-align: left;
}
.custom--table tbody td:last-child {
    text-align: right;
}
.custom--table tbody tr {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.custom--table tbody tr:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.custom--table tbody tr:nth-child(even) {
    background-color: #afb1b50d;
}
.custom--table tbody tr:last-child td {
    border-bottom: none;
}
[data-label] {
    position: relative;
}
[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    color: #000000;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.75rem;
}
@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }
    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: aliceblue;
    }
    .table-responsive--md tr th, .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .table-responsive--md tr th:first-child, .table-responsive--md tr td:first-child {
        border-top: none !important;
    }
    .table-responsive--md [data-label]::before {
        display: block;
    }
}
@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }
    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: aliceblue;
    }
    .table-responsive--sm tr th, .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .table-responsive--sm tr th:first-child, .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }
    .table-responsive--sm [data-label]::before {
        display: block;
    }
}
@media (max-width: 1199px) {
    *[class*="table-responsive--"].data-label--none tr th, *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}
.form--control {
    padding: 0.625rem 1.25rem;
    border: 1px solid #66cf0f;
    width: 100%;
    background-color: #002756;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 3.125rem;
    color: #fff;
}
.form--control::placeholder {
    color: #ffffff80;
}
.form--control:focus {
    background-color: #002756;
    border-color: #66cf0f !important;
    box-shadow: 0 0 5px rgba(102, 207, 15, 0.35);
    color: #fff;
}
.form--control:placeholder-shown {
    border-color: #ffffff47;
    color: #464646;
}
.form--control[readonly] {
    background-color: #fff;
}
.form--control.style--two {
    border-width: 0 0 1px 0;
    padding: 0.625rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-family: "Lato", sans-serif;
    border-bottom-color: #999999;
}
.form--control.style--two:focus {
    box-shadow: none;
}
.select {
    padding: 0.625rem 1.25rem;
    width: 100%;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    color: #464646;
    background-color: #fff;
    height: 3.125rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.select option {
    padding: 0.625rem 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}
.select.style--trans {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
.select.style--trans option {
    color: #363636;
}
.select.select-sm {
    height: 1.875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}
textarea {
    min-height: 9.375rem !important;
    resize: none;
    width: 100%;
}
label {
    color: #d8d8d8;
    margin-bottom: 0.625rem;
    font-family: "Lato", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
}
.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group select {
    background-color: transparent;
    border: none;
}
.custom-radio {
    position: relative;
    padding-left: 0;
}
.custom-radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}
.custom-radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #66cf0f;
}
.custom-radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}
.custom-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.9375rem;
}
.custom-radio label::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-radio label::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #66cf0f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-radio.style--two label::before {
    top: 5px;
}
.custom-radio.style--two label::after {
    top: 9px;
}
.custom--checkbox {
    padding-left: 1.5625rem;
}
.custom--checkbox input {
    display: none;
}
.custom--checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #66cf0f;
}
.custom--checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
}
.custom--checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
}
.wrong-info .form--control {
    border-color: #ea5455 !important;
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.3) !important;
}
.select2-container {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px;
}
.select2-container .select2-dropdown {
    border: 1px dashed #d8d8d8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.select2-container .selection, .select2-container .select2-selection--single, .select2-container .select2-selection__rendered {
    display: block;
}
.select2-container .select2-selection--single {
    height: 50px;
    border-color: #d8d8d8;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 1.25rem;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #66cf0f;
}
.select2-dropdown ::-webkit-scrollbar {
    width: 0.5rem;
}
.select2-dropdown ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-dropdown ::-webkit-scrollbar-thumb {
    background-color: #002046;
}
.select2-results__option {
    font-size: 0.875rem;
    padding: 0.375rem 0.625rem;
}
/* form css end*/
/* card css start */
.custom--card {
    background-color: #002756;
    box-shadow: none;
    border: 1px solid #d6d6d65e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.custom--card .card-header {
    background-color: #4582ff08;
}
.custom--card .card-body {
    padding: 1.25rem;
}
.card {
    border-width: 2px;
}
.card.style--two {
    background-color: transparent;
}
.card.style--two .card-header {
    padding: 0.9375rem 1.5625rem;
    background-color: transparent;
}
/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}
/* modal css end */
/* header start */
.header__top {
    padding: 0.625rem 0;
    background-color: #66cf0f;
}
.header__bottom {
    padding: 0 0;
    background-color: #002046;
    border-bottom: none;
    position: relative;
}
@media (max-width: 1199px) {
    .header__bottom {
        padding: 0.625rem 0;
    }
}
.header .site-logo img {
    max-width: 10.9375rem;
    max-height: 50px;
}
@media (max-width: 1199px) {
    .header .site-logo img {
        max-width: 9.375rem;
    }
}
.header .main-menu {
    margin-left: 4.375rem;
}
@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}
.header .main-menu li {
    position: relative;
}
@media (max-width: 1199px) {
    .header .main-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}
.header .main-menu li:last-child a {
    padding-right: 0;
}
.header .main-menu li.menu_has_children {
    position: relative;
}
.header .main-menu li.menu_has_children:last-child .sub-menu {
    left: auto;
    right: 0;
}
.header .main-menu li.menu_has_children:last-child .sub-menu::before {
    left: 70%;
}
.header .main-menu li.menu_has_children.open .sub-menu {
    display: block;
}
.header .main-menu li.menu_has_children > a {
    padding-right: 1.5625rem;
}
@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a {
        display: block;
    }
}
.header .main-menu li.menu_has_children > a::before {
    position: absolute;
    content: "\f067";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 28px;
    right: 0;
    color: #ffffff;
}
@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a::before {
        display: block;
        top: 0.5625rem;
    }
}
.header .main-menu li.menu_has_children:hover > a::before {
    content: "\f068";
    color: #66cf0f;
}
.header .main-menu li a {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding: 1.5625rem 0.9375rem 1.5625rem 0;
    font-size: 1rem;
    color: #fff;
}
@media (max-width: 1199px) {
    .header .main-menu li a {
        color: #ffffff60;
        padding: 0.5rem 0;
        display: block;
    }
}
.header .main-menu li a:hover, .header .main-menu li a:focus {
    color: #66cf0f;
}
.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 0.625rem 0;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    border: 2px solid #e5e5e5;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        background-color: #002046;
        border: none;
    }
}
.header .main-menu li .sub-menu::before {
    position: absolute;
    content: '';
    top: -19px;
    left: 20px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu::before {
        display: none;
    }
}
.header .main-menu li .sub-menu li {
    border-bottom: 1px dashed #e5e5e5;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li {
        border-color: rgba(255, 255, 255, 0.15);
    }
}
.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}
.header .main-menu li .sub-menu li a {
    padding: 0.5rem 1.5625rem;
    display: block;
    color: #464646;
    position: relative;
    font-size: 0.9375rem;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        color: #fff;
    }
}
.header .main-menu li .sub-menu li a::before {
    position: absolute;
    content: '';
    top: 0;
    left: -0.25rem;
    width: 0.25rem;
    height: 100%;
    background-color: #66cf0f;
    opacity: 0;
}
.header .main-menu li .sub-menu li a:hover {
    background-color: rgba(102, 207, 15, 0.05);
    color: #66cf0f;
}
.header .main-menu li .sub-menu li a:hover::before {
    opacity: 1;
    left: 0;
}
.header .main-menu li .sub-menu li + li {
    margin-left: 0;
}
.header .main-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header .main-menu li + li {
    margin-left: 1.25rem;
}
@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}
.header .nav-right {
    padding-left: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1199px) {
    .header .nav-right {
        padding-left: 0;
    }
}
.header-menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.3125rem -0.625rem;
}
.header-menu-list li {
    padding: 0.3125rem 0.625rem;
}
.header-menu-list li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.875rem;
}
.header-menu-list li a i {
    margin-right: 5px;
    font-size: 1.125rem;
}
.language-select {
    margin-left: 1.875rem;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 0.875rem;
}
.language-select option {
    color: #464646;
}
@media (max-width: 1199px) {
    .navbar-collapse {
        background-color: #071e3e;
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 20rem;
        overflow: auto;
    }
}
@media (max-width: 1199px) {
    .navbar {
        justify-content: start;
    }
    .navbar .site-logo {
        margin-right: auto;
    }
}
.navbar-toggler {
    padding: 0;
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}
@media (max-width: 1199px) {
    .menu-toggle:before, .menu-toggle:after {
        background-color: #ffffff;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header end */
/* hero section css start */
.hero {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 767px) {
    .hero {
        padding-top: 6.875rem;
        padding-bottom: 6.875rem;
    }
}
.hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002046;
    opacity: 0.65;
    z-index: -1;
}
.hero__title {
    font-weight: 700;
    color: #fff;
    font-size: 3rem;
}
@media (max-width: 1199px) {
    .hero__title {
        font-size: 2.625rem;
    }
}
@media (max-width: 575px) {
    .hero__title {
        font-size: 2.25rem;
    }
}
.hero__description {
    color: #fff;
    margin-top: 0.9375rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1199px) {
    .hero__description {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .hero__description {
        width: 100%;
    }
}
.header-search-form {
    position: relative;
    margin-top: 2.8125rem;
    z-index: 1;
}
.header-search-form::after {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: #66cf0f;
    opacity: 1;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    z-index: -1;
}
.header-search-form .form--control {
    height: 65px;
    border-radius: 999px;
    background-color: #002046;
    color: #fff;
}
.header-search-form .form--control:placeholder-shown {
    border-color: #d8d8d869;
}
.header-search-form .form--control::placeholder {
    color: #ffffff80;
}
.header-search-form__btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 130px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #66cf0f;
    color: #fff;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}
.header-search-form__btn i {
    font-size: 1.125rem;
    margin-right: 5px;
}
/* hero section css end */
/* inner-page-hero css start */
.inner-page-hero {
    padding-top: 150px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    background-position-y: center;
}
.inner-page-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #071e3e;
    opacity: 0.85;
    z-index: -1;
}
.inner-page-hero .page-title {
    font-weight: 600;
    color: #ffffff;
}
.inner-page-hero .page-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}
.inner-page-hero .page-list li {
    padding: 0 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}
.inner-page-hero .page-list li:first-child {
    padding-left: 0;
}
.inner-page-hero .page-list li:first-child::before {
    display: none;
}
.inner-page-hero .page-list li::before {
    position: absolute;
    content: '/';
    color: #ffffff;
    left: 0px;
}
.inner-page-hero .page-list li a {
    color: #ffffff;
}
/* inner-page-hero css end */
/* side-body css start */
.main-ad-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-ad-section .left-ad-bar {
    width: 300px;
}
@media (max-width: 1199px) {
    .main-ad-section .left-ad-bar {
        display: none;
    }
}
@media (max-width: 575px) {
    .main-ad-section .left-ad-bar {
        display: block;
        margin: 30px auto;
    }
}
.main-ad-section .right-ad-bar {
    width: 160px;
}
@media (max-width: 1199px) {
    .main-ad-section .right-ad-bar {
        display: none;
    }
}
.main-ad-section .main-section {
    width: calc(100% - 300px);
    padding: 0 30px;
}
.main-ad-section .main-section-home{
    width: 100%;
}
@media (max-width: 1199px) {
    .main-ad-section .main-section {
        width: 100%;
        padding: 0;
    }
}
/* side-body css end */
/* side-ad css start */
.side-ad .ad-header {
    display: block;
    background-color: #66cf0f;
    color: #fff;
    padding: 0.5rem 0.625rem;
    text-align: center;
    word-break: break-word;
}
.side-ad + .side-ad {
    margin-top: 30px;
}
/* side-ad css end */
/* product-card css start */
.slider-header {
    padding-right: 75px;
}
.product-card {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0.625rem;
    background-color: #002756;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.product-card:hover {
    border-color: #5ab70d;
}
.product-card__thumb img {
    width: 100%;
}
.product-card__content {
    margin-top: 0.3125rem;
    padding: 0.625rem;
}
.product-card__content .author {
    font-size: 0.875rem;
}
.product-card__content .title a {
    font-size: 1.0625rem;
    font-weight: 600;
}
.product-card .ratings i {
    color: #F9BF00;
}
.product-card .ratings span {
    font-size: 0.8125rem;
}
.product-card .price {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    color: #373e4a;
}
.product-card .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.product-card .details .left {
    width: 70%;
}
.product-card .details .right {
    width: 30%;
    text-align: right;
}
.product-card__footer {
    padding-top: 0.625rem;
    margin-top: 0.625rem;
    border-top: 1px solid #e5e5e52e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.product-card__footer .left {
    width: 60%;
}
.product-card__footer .left img {
    max-height: 30px;
    display: inline-flex;
}
.product-card__footer .left .category {
    font-weight: 500;
    font-size: 0.875rem;
}
.product-card__footer .left .category:hover {
    color: #66cf0f;
}
.product-card__footer .right {
    width: 40%;
    text-align: right;
}
.product-card__footer .right .btn--base {
    font-size: 0.75rem;
}
.product-card .sale-text i {
    font-size: 18px;
}
.product-card .sale-text span {
    font-size: 14px;
}
/* product-card css end */
/* product details section css start */
.product-details-content p {
    color: #d8d8d8 !important;
}
.product-details-wrapper {
    padding: 30px;
    background-color: #F0F8FF;
}
@media (max-width: 575px) {
    .product-details-wrapper {
        padding: 15px;
    }
}
.product-details-btn{
    margin: -5px;
    margin-top: 20px;
}
.product-details-btn a{
    margin-bottom: 5px;
}
 .product-details-thumb-area {
    width: 100%;
}
.product-details-thumb-area {
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.product-details-thumb-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}
.product-details-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.1875rem -0.9375rem;
}
.product-details-meta li {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    margin: 0.1875rem 0.9375rem;
}
.product-details-meta li i {
    font-size: 1.25rem;
    margin-right: 5px;
}
/* product details section css end */
/* featured-product-slider css start */
.product-card.style--two {
    position: relative;
    padding: 0;
    overflow: hidden;
} 
.product-card.style--two::before  {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bdc3c7;
    background: -webkit-linear-gradient(to top, #0059b3e3, rgba(0,0,0,0.1));
    background: linear-gradient(to top, #0059b3e3, rgba(0,0,0,0.1));
}
.product-card.style--two .product-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-card.style--two .product-card__content .title a,
.product-card.style--two .product-card__content .sale-text {
    color: #fff;
}
.product-card.style--two .product-card__content .sale-text {
    font-size: 14px;
}

.featured-product-slider .slick-list {
    margin: -0.4375rem;
}
.featured-product-slider .single-slide {
    margin: 7px;
}
.featured-product-slider .slick-arrow {
    position: absolute;
    top: -60px;
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    color: #464646;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.featured-product-slider .slick-arrow.prev {
    right: 45px;
}
.featured-product-slider .slick-arrow.next {
    right: 0;
}
/* featured-product-slider css end */
/* blog section css start */
.blog-card {
    padding: 0.9375rem;
    background-color: #002756;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
}
.blog-card__thumb {
    max-height: 280px;
    overflow: hidden;
}
.blog-card__content {
    padding: 0 0.625rem;
}
.blog-card .title a {
    font-size: 1.25rem;
}
.post-meta__tags a {
    font-size: 0.875rem;
    color: #464646;
}
.post-meta__tags a::after {
    content: ',';
}
.post-meta__tags a:last-child::after {
    display: none;
}
.post-meta__tags a:hover {
    color: #66cf0f;
}
.post-meta__date {
    font-size: 0.875rem;
}
/* blog section css end */
/* testimoinal section css start */
.testimonial-card {
    background-color: #002756;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.testimonial-card__content {
    padding: 1.875rem;
    position: relative;
    padding-left: 55px;
}
@media (max-width: 575px) {
    .testimonial-card__content {
        padding: 1rem;
        font-size: 14px;
    }
}
.testimonial-card__content::before {
    position: absolute;
    content: "\f10d";
    top: 27px;
    left: 15px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 33px;
    line-height: 1;
    color: #66cf0f;
}
@media (max-width: 575px) {
    .testimonial-card__content::before {
        position: unset !important;
    }
}
.testimonial-card__client {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 1.875rem;
    border-top: 1px solid #e5e5e52e;
    align-items: center;
}
.testimonial-card__client .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}
.testimonial-card__client .thumb img {
    width: inherit;
    height: inherit;
}
.testimonial-card__client .content {
    width: calc(100% - 60px);
    padding-left: 1.25rem;
}
.testimonial-card__client .designation {
    font-size: 14px;
}
.testimonial-card .ratings i {
    color: #F9BF00;
}
.testimonial-card .ratings span {
    font-size: 0.875rem;
}
.testimonial-slider .slick-list {
    margin: -0.4375rem;
}
.testimonial-slider .single-slide {
    margin: 0.4375rem;
}
.testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.testimonial-slider .slick-dots li {
    margin: 0 4px;
}
.testimonial-slider .slick-dots li.slick-active button {
    background-color: #66cf0f;
}
.testimonial-slider .slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 7px;
    background-color: #f1f1f1;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}
/* testimoinal section css end */
/* sponsor section css start */
.brand-item {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-item img {
    display: inline-block;
    max-height: 90px;
}
.brand-slider .slick-list {
    margin: 0 -7px;
}
.brand-slider .single-slide {
    margin: 0 7px;
}
/* sponsor section css end */
/* blog section css start */
.blog-post {
    padding: 0.9375rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog-post__content {
    margin-top: 1.25rem;
    padding: 0 0.625rem 0.625rem 0.625rem;
}
.blog-post__content .title a {
    font-size: 1.25rem;
}
/* blog section css end */
/* blog-details-section css start */
.blog-details__thumb {
    position: relative;
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .blog-details__thumb {
        height: auto;
    }
}
.blog-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details__thumb .post__date {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 75px;
    text-align: center;
}
.blog-details__thumb .post__date .date {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    background-color: #66cf0f;
    padding: 10px 5px;
    width: 100%;
    line-height: 1;
}
.blog-details__thumb .post__date .month {
    background-color: #002756;
    text-transform: uppercase;
    padding: 4px 5px;
    width: 100%;
    line-height: 1;
    font-size: 18px;
}
.blog-details__content {
    margin-top: 30px;
}
.blog-details__content p,
.blog-details__content span  {
    margin-top: 20px;
    color: #d8d8d8 !important;
}
.blog-details__content .blog-details__title {
    font-size: 24px;
}
.blog-details__content blockquote {
    margin-top: 30px;
    margin-bottom: 0;
}
blockquote {
    font-size: 18px;
    color: #464646;
    font-style: italic;
    text-align: center;
    padding: 50px 60px;
    background-color: #002046;
    color: #fff;
}
@media (max-width: 575px) {
    blockquote {
        padding: 30px 40px;
        font-size: 16px;
    }
}
.blog-details__footer {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e545;
}
.blog-details__footer .caption {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog-details__footer .social__links {
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-details__footer .social__links li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.blog-details__footer .social__links li a:hover {
    background-color: #66cf0f;
    color: #ffffff;
}
.comments-area {
    margin-top: 100px;
    margin-right: 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.comments-area .title {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 24px;
}
.comments-list .single-comment {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.comments-list .single-comment:first-child {
    padding-top: 0;
}
.comments-list .single-comment:last-child {
    padding-bottom: 0;
}
.comments-list .single-comment__thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.comments-list .single-comment__content {
    width: calc(100% - 100px);
    padding-left: 20px;
}
@media (max-width: 480px) {
    .comments-list .single-comment__content {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}
.comments-list .single-comment__content .name {
    text-transform: capitalize;
}
.comments-list .single-comment__content .date {
    font-size: 14px;
    font-style: italic;
}
.comments-list .single-comment__content p {
    margin-top: 5px;
}
.reply-btn {
    width: 28px;
    height: 28px;
    background-color: #f7f5fb;
    color: #66cf0f;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    float: right;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.reply-btn:hover {
    background-color: #66cf0f;
    color: #ffffff;
}
.reply-btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.comment-form-area {
    margin-top: 70px;
}
.comment-form-area .title {
    font-size: 24px;
    margin-bottom: 20px;
}
.comment-form input, .comment-form textarea {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}
.comment-form input:focus, .comment-form textarea:focus {
    box-shadow: 0px 3px 18px 2px rgba(46, 25, 204, 0.16);
    border-color: transparent;
}
/* blog-details-section css end */
/* search section css start */
.search-form {
    position: relative;
}
.search-form .form--control {
    height: 55px;
}
.search-form .search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: calc(100% - 10px);
    width: 150px;
    background-color: #66cf0f;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.search-form .search-btn i {
    font-size: 1.25rem;
}
.search-form .search-btn:hover {
    background-color: #5ab70d;
}
/* search section css end */
/* contact section css start */
.contact-form-wrapper {
    padding: 3.125rem;
    border: 2px solid #e5e5e552;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #002046;
}
@media (max-width: 1399px) {
    .contact-form-wrapper {
        padding: 3.125rem 1.875rem;
    }
}
@media (max-width: 575px) {
    .contact-form-wrapper {
        padding: 1.25rem;
    }
}
.contact-form-wrapper .title {
    margin-bottom: 1.875rem;
    font-weight: 600;
}
.contact-info-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid #e5e5e55c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 100%;
    background-color: #002756;
}
.contact-info-card__icon {
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #66cf0f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media (max-width: 575px) {
    .contact-info-card__icon {
        width: 65px;
        height: 65px;
    }
}
.contact-info-card__icon i {
    font-size: 2.125rem;
    color: #fff;
}
.contact-info-card__content {
    width: calc(100% - 75px);
    padding-left: 1.25rem;
}
@media (max-width: 575px) {
    .contact-info-card__content {
        width: calc(100% - 65px);
    }
}
.contact-info-card__content .title {
    margin-bottom: 0.3125rem;
}

.contact-info-card__content a:hover {
    color: #66cf0f;
}
.map-wrapper {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.map-wrapper iframe {
    width: 100%;
    height: 700px;
}
@media (max-width: 767px) {
    .map-wrapper iframe {
        height: 450px;
    }
}
@media (max-width: 575px) {
    .map-wrapper iframe {
        height: 350px;
    }
}
/* contact section css end */
/* support section css start */
.custom--file-upload {
    position: relative;
    line-height: 2rem;
}
.custom--file-upload::before {
    position: absolute;
    content: 'Choose File';
    color: #000000;
    top: 0;
    left: 0;
    width: 136px;
    height: 100%;
    background-color: #66cf0f;
    padding: 0.625rem 1.25rem;
    line-height: 26px;
}
.single-reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.875rem;
    background-color: #95bf4608;
    border: 1px solid #e5e5e54d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.single-reply .left {
    width: 20%;
}
@media (max-width: 767px) {
    .single-reply .left {
        width: 100%;
    }
}
.single-reply .right {
    width: 80%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 1.25rem;
}
@media (max-width: 767px) {
    .single-reply .right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 1.25rem;
    }
}
.single-reply.admin-reply {
    background-color: #fff;
}
.single-reply + .single-reply {
    margin-top: 20px;
}
.text--muted {
    color: #9c9c9c !important;
}
.reply-add {
    margin-top: 25px;
    height: 45px;
}

.modal-content {
    background-color: #002756;
}
.modal-header, 
.modal-footer {
    border-color: #ffffff25 !important;
}
.modal-header .btn-close {
    background-color: #ea5455;
    opacity: 1;
}
.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}
/* support section css end */
/* privacy section css start */
.cotent-wrapper {
    padding: 3.125rem;
    border: 1px solid #e5e5e542;
    background-color: #002756;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.cotent-block + .cotent-block {
    margin-top: 2.1875rem;
}
.cotent-block .title,
.cotent-block h1, 
.cotent-block h2, 
.cotent-block h3, 
.cotent-block h4,
.cotent-block h5,
.cotent-block h6
 {
    color: #fff !important;
}
.cotent-block div,
.cotent-block p,
.cotent-block i,
.cotent-block span,
.cotent-block li {
    color: #d8d8d8 !important;
}
/* privacy section css end */
/* subscribe section css start */
.subscribe-wrapper {
    background: linear-gradient(235deg, #FFFFFF 0%, #000F25 100%), linear-gradient(180deg, #6100FF 0%, #000000 100%), linear-gradient(235deg, #FFA3AC 0%, #FFA3AC 40%, #00043C calc(40% + 1px), #00043C 60%, #005D6C calc(60% + 1px), #005D6C 70%, #00C9B1 calc(70% + 1px), #00C9B1 100%), linear-gradient(125deg, #FFA3AC 0%, #FFA3AC 40%, #00043C calc(40% + 1px), #00043C 60%, #005D6C calc(60% + 1px), #005D6C 70%, #00C9B1 calc(70% + 1px), #00C9B1 100%);
    background-blend-mode: soft-light, screen, darken, normal;
    padding: 3.125rem;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .subscribe-wrapper {
        padding: 1.275rem;
    }
}
.subscribe-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}
.subscribe-wrapper .title {
    font-size: 2.25rem;
}
@media (max-width: 480px) {
    .subscribe-wrapper .title {
        font-size: 1.40rem;
    }
}
.subscribe-form {
    background-color: #002046;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 10px;
}
.subscribe-form .form--control {
    background-color: transparent;
    width: calc(100% - 75px);
    color: #fff;
    border: none;
    box-shadow: none;
}
.subscribe-form .form--control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.subscribe-form .form--control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.subscribe-form .form--control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.subscribe-form .form--control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.subscribe-form .subscribe-form-btn {
    width: 75px;
    padding: 12px 20px;
    background-color: #66cf0f;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media (max-width: 440px) {
    .subscribe-form{
        display: block;
        background-color: transparent;
        padding: 0;
    }
    .subscribe-form .form--control {
        background-color: #002046;
        width: 100%;
    }
    .subscribe-form .subscribe-form-btn {
        width: 100%;
        margin-top: 10px;
    }
}
/* subscribe section css end */
/* dashboard section css start */
.widget-card {
    padding: 15px;
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid rgba(115, 103, 240, 0.55);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.widget-card__header {
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(115, 103, 240, 0.25);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.widget-card__header .title {
    width: calc(100% - 47px);
    padding-right: 10px;
}
.widget-card__header .view-btn {
    width: 47px;
    padding: 2px 10px;
    background-color: #7367f0;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 0.75rem;
}
.widget-card__content {
    width: calc(100% - 60px);
    padding-right: 0.9375rem;
}
.widget-card__content .widget-number {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.2;
}
.widget-card__icon {
    width: 55px;
    height: 55px;
    background-color: rgba(115, 103, 240, 0.85);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
}
.widget-card.widget-color--2 {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid rgba(30, 159, 242, 0.55);
}
.widget-card.widget-color--2 .widget-card__icon,
.widget-card.widget-color--2 .widget-card__header .view-btn {
    background-color: #1e9ff2;
}
.widget-card.widget-color--2 .widget-card__header {
    border-bottom: 1px solid rgba(30, 159, 242, 0.25);
}
.widget-card.widget-color--3 {
    background-color: rgba(0, 150, 136, 0.15);
    border: 1px solid rgba(0, 150, 136, 0.55);
}
.widget-card.widget-color--3 .widget-card__header {
    border-bottom: 1px solid rgba(0, 150, 136, 0.25);
}
.widget-card.widget-color--3 .widget-card__icon,
.widget-card.widget-color--3 .widget-card__header .view-btn {
    background-color: #009688;
}
.widget-card.widget-color--4 {
    background-color: rgba(76, 175, 80, 0.15);
    border: 1px solid rgba(76, 175, 80, 0.55);
}
.widget-card.widget-color--4 .widget-card__header {
    border-bottom: 1px solid rgba(76, 175, 80, 0.25);
}
.widget-card.widget-color--4 .widget-card__icon,
.widget-card.widget-color--4 .widget-card__header .view-btn {
    background-color: #4caf50;
}
.widget-card.widget-color--5 {
    background-color: rgba(0, 188, 212, 0.15);
    border: 1px solid rgba(0, 188, 212, 0.55);
}
.widget-card.widget-color--5 .widget-card__header {
    border-bottom: 1px solid rgba(0, 188, 212, 0.25);
}
.widget-card.widget-color--5 .widget-card__icon,
.widget-card.widget-color--5 .widget-card__header .view-btn {
    background-color: #00bcd4;
}
.widget-card.widget-color--6 {
    background-color: rgba(7, 121, 228, 0.15);
    border: 1px solid rgba(7, 121, 228, 0.55);
}
.widget-card.widget-color--6 .widget-card__header {
    border-bottom: 1px solid rgba(7, 121, 228, 0.25);
}
.widget-card.widget-color--6 .widget-card__icon,
.widget-card.widget-color--6 .widget-card__header .view-btn {
    background-color: #0779e4;
}
.table-ad {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.table-ad .thumb {
    width: 55px;
    background-color: #f1f1f1;
    padding: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.table-ad .content {
    width: calc(100% - 55px);
    padding-left: 0.9375rem;
}
.table-ad .content .title {
    font-size: 1rem;
    font-weight: 700;
}
.account-header {
    padding: 1.25rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #002046;
}
.account-header .thumb {
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.account-header .thumb img {
    width: 100%;
}
.account-header .content {
    margin-top: 1.5625rem;
}
.account-header .content .name {
    color: #fff;
    font-size: 1.25rem;
}
.account-header .content .account-info-list li {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}
.account-header .content .account-info-list li i {
    color: #66cf0f;
}
.account-info-list li {
    padding: 0.625rem 0;
    border-bottom: 1px dashed #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.account-info-list li:first-child {
    padding-top: 0;
}
.account-info-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.account-info-list li i {
    width: 30px;
    font-size: 1.375rem;
}
.account-info-list li span {
    width: calc(100% - 30px);
    word-break: break-word;
}
.account-menu-wrapper {
    padding: 1.25rem;
    margin-top: 1.875rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .account-menu-wrapper {
        position: fixed;
        top: 35px;
        left: -105%;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .account-menu-wrapper.active {
        left: 0;
    }
}
.account-sidebar-close-btn {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 30px;
    height: 30px;
    background-color: #ea5455;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: none;
}
@media (max-width: 991px) {
    .account-sidebar-close-btn {
        display: inline-block;
    }
}
.account-sidebar-open-btn {
    background-color: #002046;
    color: #fff;
    padding: 0.5rem 1.5625rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-bottom: 1.25rem;
    display: none;
}
@media (max-width: 991px) {
    .account-sidebar-open-btn {
        display: inline-block;
    }
}
.account-menu .menu-header {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 0.875rem;
    color: #777;
}
.account-menu li.active a {
    background-color: rgba(102, 207, 15, 0.15);
    color: #002046;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-bottom: none;
}
.account-menu li.active a:hover {
    color: #002046;
}
.account-menu li a {
    color: #464646;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #e5e5e5;
}
.account-menu li a:hover {
    color: #66cf0f;
}
.account-menu li a i {
    font-size: 1.375rem;
    width: 25px;
}
.account-menu li a .menu-title {
    width: calc(100% - 25px);
    padding-left: 5px;
}
.create-ad-wrapper {
    padding: 50px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media (max-width: 480px) {
    .create-ad-wrapper {
        padding: 2.5rem 1.875rem;
    }
}
@media (max-width: 360px) {
    .create-ad-wrapper {
        padding: 1.875rem 1.25rem;
    }
}
.create-ad-wrapper .title {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.5625rem;
}
/* dashboard section css end */
/* sidebar css start */
.sidebar {
    padding-left: 30px;
    position: sticky;
    top: 50px;
}
@media (max-width: 991px) {
    .sidebar {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar {
        margin-top: 50px;
    }
}
.sidebar .widget + .widget {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .sidebar .widget + .widget {
        margin-top: 30px;
    }
}
.sidebar .widget {
    padding: 30px;
    border: 1px solid #e5e5e547;
    background-color: #002756;
}
.sidebar .widget .search-form {
    position: relative;
}
.sidebar .widget .search-form input {
    width: 100%;
    border: 1px solid #e5e5e55c;
}
.sidebar .widget .search-form .search-btn {
    position: absolute;
    color: #66cf0f;
    background-color: transparent;
    top: 0;
    right: 0;
    font-size: 18px;
    width: 50px;
    height: 100%;
}
.sidebar .widget .widget__title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.sidebar .widget .widget__title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #66cf0f;
}
.sidebar .widget .map iframe {
    width: 100%;
}
.sidebar .list li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar .list li:first-child {
    padding-top: 0;
}
.sidebar .list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .list li .caption {
    font-weight: 600;
}
.sidebar .list li .caption::after {
    content: ' :';
}
.sidebar .list li .info {
    float: right;
}
.sidebar .categories__list li:first-child a {
    padding-top: 0;
}
.sidebar .categories__list li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .categories__list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e538;
}
.sidebar .categories__list li a span {
    float: right;
}
.sidebar .categories__list li a span::before {
    content: '(';
}
.sidebar .categories__list li a span::after {
    content: ')';
}
.sidebar .archive__list li:first-child a {
    padding-top: 0;
}
.sidebar .archive__list li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .archive__list li a {
    display: block;
    color: #464646;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar .archive__list li a:hover {
    color: #66cf0f;
}
.sidebar .archive__list li a span {
    float: right;
}
.sidebar .archive__list li a span::before {
    content: '(';
}
.sidebar .archive__list li a span::after {
    content: ')';
}
.sidebar .small-post-list .small-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e540;
}
.sidebar .small-post-list .small-post:first-child {
    padding-top: 0;
}
.sidebar .small-post-list .small-post:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar .small-post-list .small-post__thumb {
    width: 58px;
}
.sidebar .small-post-list .small-post__content {
    width: calc(100% - 58px);
    padding-left: 20px;
}
@media (max-width: 1399px) {
    .sidebar .small-post-list .small-post__content {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}
.sidebar .small-post-list .small-post__content .post__title a {
    font-size: 16px;
    font-weight: 600;
}
.sidebar .tags {
    margin: -5px -2px;
}
.sidebar .tags a {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px 2px;
    text-transform: capitalize;
}
.sidebar .tags a:hover {
    background-color: #66cf0f;
    color: #ffffff;
    border-color: #66cf0f;
}
.action-sidebar.active {
    position: fixed;
    top: 100px;
    z-index: 99;
    width: 360px;
}
@media (max-width: 991px) {
    .action-sidebar.active {
        position: static;
    }
}
.action-sidebar .cmn-accordion2 .card + .card {
    margin-top: 10px;
}
.action-sidebar .cmn-accordion2 .card-header .text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.action-sidebar .cmn-accordion2 .card-header .acc-btn {
    background-color: #66cf0f;
    border: none;
    position: relative;
}
.action-sidebar .cmn-accordion2 .card-header .acc-btn.collapsed {
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.action-sidebar .cmn-accordion2 .card-header .acc-btn.collapsed .text {
    color: #464646;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.action-sidebar .cmn-accordion2 .card-header .acc-btn.collapsed .plus-icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #464646;
}
.action-sidebar .cmn-accordion2 .card-header .acc-btn .plus-icon {
    position: absolute;
    top: 15px;
    right: 22px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.action-sidebar .cmn-accordion2 .card-body {
    background-color: #ffffff;
    padding: 20px 30px;
}
.action-sidebar .action__list li + li {
    margin-top: 5px;
}
.action-sidebar .action__list a {
    color: #464646;
}
/* sidebar css end */
/* footer section css start */
.footer {
    background-color: #002046;
    border-top: 2px solid #ffffff1a;
}
.footer-logo img {
    max-width: 150px;
    max-height: 50px;
}
.footer__top {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.footer__bottom {
    position: relative;
    padding: 0.9375rem 0;
    z-index: 1;
}
.footer__bottom::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001937;
    z-index: -1;
}
.footer-info-area {
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 2.5rem;
}
.footer-info-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer-info-item::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    margin-top: -25px;
    background-color: rgba(255, 255, 255, 0.15);
}
.footer-info-item:last-child::after {
    display: none;
}
.footer-info-item .footer-info-number {
    color: #66cf0f;
    font-weight: 700;
    font-size: 1.5rem;
}
.footer-info-item .caption {
    color: #fff;
}
.footer-widget__title {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 0.3125rem;
}
.footer-widget__title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #66cf0f;
}
.footer-menu-list li:first-child a {
    padding-top: 0;
}
.footer-menu-list li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}
.footer-menu-list li a {
    padding: 0.625rem 0;
    display: block;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    font-size: 0.875rem;
}
.footer-menu-list li a:hover {
    color: #66cf0f;
}
.footer-social-list li:first-child a {
    padding-top: 0;
}
.footer-social-list li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}
.footer-social-list li.facebook a i {
    background-color: #3b5998;
}
.footer-social-list li.twitter a i {
    background-color: #00acee;
}
.footer-social-list li.linkedin a i {
    background-color: #0e76a8;
}
.footer-social-list li.instagram a i {
    background-color: #cd486b;
}
.footer-social-list li.pinterest a i {
    background-color: #E60023;
}
.footer-social-list li a {
    padding: 0.625rem 0;
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    font-size: 0.875rem;
}
.footer-social-list li a:hover {
    color: #66cf0f;
}
.footer-social-list li a i {
    width: 26px;
    height: 26px;
    background-color: #66cf0f;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.footer-social-list li a span {
    width: calc(100% - 26px);
    padding-left: 0.9375rem;
}
/* footer section css end */


  .slot-1 a{
      height: 600px;
      display: block;
  }
  .slot-2 a{
      height: 250px;
      display: block;
  }
  .slot-3 a{
      height: 160px;
      display: block;
  }
  .slot-1 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .slot-2 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .slot-3 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .download-links li{
      position: relative;
      padding-left: 15px;
  }
  .download-links li::before{
      position: absolute;
      content: '';
      top: 8px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #66CF0F;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
}
.download-links li a{
    text-decoration: underline;
}

a.social-link:hover {
    color: #fff !important;
}