

/*============================
 [Table of CSS by akhil_krish]

1. General
2. Bootstrap Classes
3. Avatar
4. Nav Tabs
5. Table
6. Modal
7. Header
8. Mobile Menu
9. Top-Header
10. Banner
11. Inner Pages
12. faq
13. LTR & RTL
14. Multiple-template
15. Pricing
16. Application Screenshot
17. Application-Template
18. Review
19. Top Scroller
20. Footer
21. Cursor
22. Responsive

========================================*/

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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body {
    background-color: #ffffff;
    color: #585C7B;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 100%;
    overflow-x: hidden;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3E4265;
    font-weight: 600;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

a {
    color: #1C0828;
    text-decoration: none;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

a:hover,
a:focus {
    color: #49922d;
    text-decoration: none;
    outline: none;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

button:focus {
    outline: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-wrapper {
    overflow: hidden;
}

/*-----------------
    2. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #1C0828;
    box-shadow: inset 0 0 0 #49922d;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn.btn-white:hover {
    background-color: #680A83;
    border: 1px solid #fff;
    box-shadow: inset 0 70px 0 #680A83;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.withdraw-btn {
    padding: 12px 15px;
    font-weight: bold;
}

.btn-primary {
    background: #49922d;
    border-radius: 95px;
    border: 1px solid #49922d;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btns-primary {
    background: #680A83;
    border-radius: 8px;
    border: 1px solid #680A83;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.btns-primary:hover {
    background-color: #fff;
    border: 1px solid #680A83;
    color: #680A83;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #00473D;
    border: 1px solid #00473D;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #49922d;
    box-shadow: inset 0 70px 0 0 #49922d;
    color: #fff !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #49922d;
    border: 1px solid #49922d;
    box-shadow: inset 70px 0 0 0 #49922d;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #203066;
    border: 1px solid #203066;
    box-shadow: inset 70px 0 0 0 #203066;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-outline-primary {
    background-color: #fff;
    border: 1px solid #4c40ed;
    color: #4c40ed;
    box-shadow: inset 0 0 0 #fff;
    border-radius: 5px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-color: #4c40ed;
    border: 1px solid #4c40ed;
    box-shadow: inset 0 70px 0 0 #4c40ed;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.dropdown-toggle.btn-outline-primary.focus,
.open>.dropdown-toggle.btn-outline-primary:focus,
.open>.dropdown-toggle.btn-outline-primary:hover {
    background-color: #4c40ed;
    border: 1px solid #4c40ed;
    box-shadow: inset 0 70px 0 0 #4c40ed;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary-one {
    border-radius: 8px;
    border: 2px solid var(--black-10, #FFF);
    background: rgba(255, 255, 255, 0.15);
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary {
    background: #00473D;
    border: 1px solid #00473D;
    border-radius: 95px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary-one:hover {
    background-color: #fff;
    border: 2px solid #1C0828;
    color: #1C0828;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
    background-color: #49922d;
    border: 1px solid #49922d;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
    background-color: #fff;
    border: 1px solid #1C0828;
    box-shadow: inset 70px 0 0 0 #ffffff;
    color: #1C0828;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle {
    background-color: #1C0828;
    border-color: #1C0828;
    color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #1C0828;
    border-color: #1C0828;
    color: #fff;
}

.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle {
    background-color: #4c40ed;
    border-color: #4c40ed;
    color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #4c40ed;
    border-color: #4c40ed;
    color: #fff;
}

.btn-secondary-outline {
    background: #F7F7FF;
    border: 1px solid #4c40ed;
    color: #4c40ed;
    border-radius: 4px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.btn-secondary-outline:hover {
    background-color: #4c40ed;
    border: 1px solid #4c40ed;
    box-shadow: inset 0 70px 0 0 #4c40ed;
    color: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    border-color: #D4D7E5;
    min-height: 44px;
    padding: 6px 15px;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0 none;
}

.breadcrumb-title h2 {
    font-weight: 500;
    font-size: 25px;
    margin: 0;
}

.text-body {
    color: #74788D !important;
}
.search .form-control, .search .form-select {
    border-color: #D4D7E5;
    min-height: 46px;
    padding: 6px 15px;
    border-radius: 38px;
    margin-bottom: 25px;
}
.form-select:focus{
    box-shadow: none;
}
select.form-select .option{
    margin: 6px 0px!important;
}
.search-hed img{
    width: 40px;
    margin-right: 10px;
}
.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pagination>ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.pagination>ul li {
    float: none;
    display: inline-block;
    margin: 0;
}

.pagination>ul li a {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d;
}

.pagination>ul li span {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d;
}

.pagination>ul li.arrow a {
    background: #f1f1f1;
    font-size: 17px;
    margin: 0 9px;
}

.pagination>ul li.active a {
    background: #4c40ed;
    border-color: #4c40ed;
    color: #fff;
}

.card {
    background: #fff;
    border: 2px solid #EBEDF0;
    border-radius: 6px;
    margin-bottom: 24px;
}

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

/*-----------------
	3. Avatar
-----------------------*/

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #20c0f3;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online::before {
    background-color: #0C9E6F;
}

.avatar-away::before {
    background-color: #ffbc34;
}

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

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 29px;
    height: 29px;
}

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

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

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

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

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

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
    border-width: 3px;
}

textarea {
    resize: none;
}

/*-----------------
	4. Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}

.nav-tabs>li>a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
    color: #272b41;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #272b41;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: #4c40ed;
    border-color: #4c40ed;
    color: #fff;
}

.tab-content {
    padding-top: 0;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #272b41;
}

.nav-link:focus,
.nav-link:hover {
    color: #49922d;
}

.nav-tabs.nav-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #272b41;
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
    background-color: #4c40ed;
    border-color: #4c40ed;
    color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified>li>a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
    border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top>li+li>a {
    margin-left: 1px;
}

.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:hover,
.nav-tabs.nav-tabs-top>li>a.active:focus {
    border-top-color: #4c40ed;
}

.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:hover,
.nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #4c40ed;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs.nav-tabs-solid>li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid>li>a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
    background-color: #dcdcdc;
}

.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
    background-color: #dcdcdc;
    border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs-justified.nav-tabs-top>li>a:focus {
    border-width: 2px 0 0 0;
}

/*-----------------
    5. Table
-----------------------*/

.table tbody td,
.table th,
.table tr {
    padding: 15px;
    font-size: 15px;
    border-color: #dcdcdc;
    color: #74788D;
}

.table td,
.table th {
    vertical-align: middle;
    white-space: nowrap;
}

.table>:not(:first-child) {
    border-top: 0;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table.table td h2 a {
    font-weight: 500;
    font-size: 15px;
    color: #28283C;
}

table.table td h2 a:hover {
    color: #4c40ed;
}

table.table td h2 span {
    color: #74788D;
    display: block;
    font-size: 13px;
    margin-top: 7px;
    font-weight: normal;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 1em;
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
}

.dataTables_paginate .pagination .previous,
.dataTables_paginate .pagination .next {
    display: none;
}

/*-----------------
    6. loader
-----------------------*/

.loader-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.loader::after,
.loader::before {
    content: '';
    width: 48px;
    height: 48px;
    border: 2px solid #00473D;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    animation: rotation 1s ease-in-out infinite;
}

.loader::after {
    border-color: #49922d;
    animation-delay: .5s;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*-----------------
    7. Header
-----------------------*/
.top-bar{
    background: #131023;
}
.top-bar .container{
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    align-items: center;

}
.top-bar a{
   color:#bfbfbf!important;
}
.top-bar .fa-phone{
    padding: 9px;
    border-left: 1px solid gray;
}
.top-bar .fa-map-marker{
    padding: 9px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
.submenu{
    border-top: 3px solid #49922d;
}
.submenu li{
    border-bottom: 1px solid #dfdfdf;
}
.submenu li a{
 font-size: 15px;
 position: 10px 0px;
}
.submenu li:hover{
    background-color: #49922d;
}
.submenu li:hover a{
   color: #fff!important;
   opacity: 1;
}
.header.fixed {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    background: #ffffff;
}

.navbar-brand.logo {
    margin-right: 0;
}

.logo img {
    height: auto;
    max-width: 100%;
    max-height: 50px;
}

.logo a {
    float: left;
}

.logo a img {
    float: left;
    max-height: 32px;
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 85px;
    padding: 0;
    margin-bottom: 0;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .main-menu-wrapper .main-nav li+li {
    margin-left: 20px;
} */

.main-nav>li>a {
    color: #2C2C51;
    font-size: 17px;
    font-weight: 500;
}

.main-nav>li.active>a {
    color: #2C2C51;
    font-size: 16px;
    font-weight: 500;
}

.main-nav>li .submenu li a {
    display: block;
    padding: 10px 15px 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 15px;
    color: #4e4e4e;
    /* -webkit-transition: all .35s ease; */
    /* transition: all .35s ease; */
    width: 100%;
    position: relative;
}

.main-nav>li .submenu>li.has-submenu>a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}

.main-nav>li .submenu li {
    position: relative;
}

.main-nav li a {
    display: block;
    font-weight: 500;
}

.main-nav li a:hover {
    color: #49922d;
}

.main-nav li.login-link {
    display: none;
}

.header-navbar-rht {
    margin: 0;
    padding: 0;
}

.header-navbar-rht>li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 15px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
/* ====================================== */
.scroll-container {
    height: 33%;
    overflow-y: visible;
    animation: scrollAnimation 20s linear infinite;
    color: #fff;
}
.scroll-container:hover {
    animation-play-state: paused;
}
@keyframes scrollAnimation {
    0% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-70%);
    }
}
.scroll-containerx:hover {
    animation-play-state: paused;
}
.scroll-containerx {
    height:33%;
    overflow-y: visible;
    animation: scrollAnimationx 20s linear infinite;
    color: #fff;
}

@keyframes scrollAnimationx {
    0% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-70%);
    }
}
.scroll-containery {
    height:33%;
    overflow-y: visible;
    animation: scrollAnimationy 20s linear infinite;
    color: #fff;
}
.scroll-containery:hover {
    animation-play-state: paused;
}
@keyframes scrollAnimationy {
    0% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-70%);
    }
}
.e-tend .d-flex a{
    font-size: 14px;
    /* background: red; */
    height: fit-content;
    padding: 0px 7px;
    color: #18a60d;
    font-weight: 500;
}
.e-tend .d-flex {
    border-bottom: 1px solid #ffffff6e; 
    margin-bottom: 4px;   
     background: black;
    align-items: center;
}
.over{
    overflow: hidden;
}
.over p{
    margin-bottom: 2px;
    line-height: 16px;
    margin-bottom: 12px;
}
.over p a {
    font-size: 13px;
    color: #fff;
}
.h-news h4{
    color: #fff;
    font-weight: 400;
    padding: 6px;
    margin-bottom: 0px;
    font-size: 15px;
}
.ser{
    margin-left: 70px;
}
.ser .form-control {
    border-left: 0;
    border-radius: 30px;
    min-height: 40px;
    padding: 6px 15px 6px 0px;

}
.ser .input-group {
    width: 180px;
}
.ser .input-group-text {

    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 50%;
}
/* =========================================================== */
.header-navbar-rht>li:last-child {
    padding-right: 0px;
}

.header-navbar-rht>li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

.header-navbar-rht>li .fa-bell {
    font-size: 24px;
}

.header-navbar-rht>li .fa-comments {
    font-size: 24px;
}

.header-navbar-rht .dropdown-toggle::after {
    display: none;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 0.9375rem;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
}

.header-navbar-rht li>.dropdown-menu a:hover {
    color: #4c40ed;
    background-color: #fff;
}

.header-navbar-rht li>a.log-btn {
    padding: 0;
    color: #1C0828;
    font-weight: 500;
    font-size: 16px;
}

.header-navbar-rht li>a.log-btn i {
    padding: 0;
    color: #49922d;
}

.header-navbar-rht li>a.log-btn:hover {
    color: #49922d;
    border: none;
}

.header-navbar-rht li>a.header-login {
    padding: 14px 30px;
    font-weight: 700;
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-right: 0;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

.user-menu.nav>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px;
}

.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
    color: #fff;
}

.user-img {
    display: inline-block;
    position: relative;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 2s infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.user-img>img {
    height: 40px;
    object-fit: cover;
    width: 40px;
    border: 3px solid #fff;
    outline: 3px solid #D9D9D9;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(76, 64, 237, 0.7);
        border-radius: 50%;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(76, 64, 237, 0);
        border-radius: 50%;
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(76, 64, 237, 0);
        border-radius: 50%;
    }
}

.user-menu.nav>li>a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: #0090CE;
}

.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px;
}

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 85px;
    padding: 0 10px;
    color: #fff;
    position: relative;
}

.header-navbar-rht .logged-item .nav-link .badge {
    position: absolute;
    top: 15px;
    right: 0;
}

.header .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 13px;
}

.flag-nav>a {
    font-weight: 500;
    color: #fff;
    padding: 0 !important;
}

.flag-nav>a:hover,
.flag-nav>a:focus {
    color: #fff;
}

.flag-nav>a img {
    margin-right: 5px;
}

.flag-nav .dropdown-item img {
    margin-right: 10px;
    border-radius: 50%;
}

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 41px;
    height: 41px;
    font-size: 16px;
    background: #F6F6FE;
    border-radius: 50%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.header-navbar-rht .logged-item .nav-link:hover {
    background: #4c40ed;
    color: #fff;
}

.header-navbar-rht .logged-item .nav-link:hover>img {
    filter: brightness(0) invert(1);
}

.header-navbar-rht .logged-item .nav-link::after {
    display: none;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-menu.nav>li>a .badge {
    background-color: #f43f3f;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    position: absolute;
    right: 3px;
    top: 6px;
}

.user-menu.nav>li>a>i {
    font-size: 1.5rem;
    line-height: 60px;
}

.flag-dropdown .nav-link {
    color: #28283C;
    padding: .5rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
}

.account-item .nav-link {
    padding: .5rem 0;
}

.user-infos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.main-nav li.megamenu>ul {
    width: 100%;
}

/*-----------------
	8. Mobile Menu
-----------------------*/

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
}

.menu-logo img {
    height: auto;
    max-width: 180px;
}

.menu-close {
    font-size: 18px;
    color: #5625E8;
}

.bar-icon {
    display: inline-block;
    width: 31px;
}

.bar-icon span {
    background-color: #282B8B;
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 6px;
    width: 30px;
    border-radius: 2px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

#mobile_btn {
    display: none;
    margin-right: 30px;
}

html.menu-opened body {
    overflow: hidden;
}

.main-menu-wrapper {
    margin: 0 15px 0;
}

.navbar-brand.logo-small {
    display: none;
}

.navbar-brand.logo-small img {
    max-height: 30px;
}

/*-----------------
    9. Top-Header
-----------------------*/

.top-head-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top-header {
    padding: 15px 0;
    position: relative;
    background: #2C2C51;
}

.top-head-ad span.close-icon a {
    color: #fff;
}

.top-head-ad span.close-icon {
    color: #fff;
    position: absolute;
    right: 10px;
}

.top-header h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.top-header h5 span {
    color: #FFB800;
}

.header-navbar-rht a span {
    background: #FFCA00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #282B8B;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.product-more {
    padding: 37px 0 37px;
}

.product-more h3 {
    font-weight: 700;
    font-size: 24px;
    color: #030A16;
    margin-bottom: 0;
}

.megamenu-main {
    position: static !important;
}

.submenu-product-group {
    margin-bottom: 40px;
}

.main-nav>li .submenu li .submenu-head a {
    padding: 0;
}

.main-nav>li .submenu-head li a {
    white-space: normal;
}

.submenu-head {
    text-align: center;
    margin-bottom: 25px;
}

.submenu-head .product-content img {
    margin-bottom: 10px;
}

.submenu-head .product-content {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(179 179 179 / 25%);
    border-radius: 10px;
}

.submenu-head .product-content p {
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.submenu-head .product-content h4 {
    font-weight: 700;
    font-size: 18px;
    color: #030A16;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.submenu-head:hover .product-content h4,
.submenu-head:hover .product-content p {
    color: #49922d;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.megamenu-full-width li {
    height: calc(100vh - 90px);
    overflow: auto;
}

.megamenu-full-width li {
    background: #fff;
    box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
    border-radius: 0px 0px 40px 40px;
}

/*-----------------
    10. Banner
-----------------------*/



.hero-section .section-bg img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100px;
}

.banner-content {
    position: relative;
}

.banner-content .banner-clone {
    margin-bottom: 20px;
    display: inline-flex;
}

.banner-content .banner-clone h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    background: #2D0739;
    width: 165px;
    margin-bottom: 0;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content h1 span.head {
    color: #49922d;
}
.advanced{
    display: flex!important;
    text-align: center;
    background: #49922d;
    border-radius: 24px;
    width: fit-content;
    padding: 3px 5px;
}
.advanced a{
    font-size: 12px!important;
    line-height: 13px!important;
    color: #fff!important;
    font-weight: 300!important;
}
.about{
    padding: 20px 58px;
    /* background-image: url(../img/1256875_6530a.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    background-color: #F3F6FF;
}
.about h5{
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.about p{
    margin-bottom: 0px;
    line-height: 23px;
    color: #000000;
}
.h-banner{
    padding-right: 0px;
}
.h-news{
    background: #49922d;
    padding: 15px;
    overflow: hidden;
    height: 612px;
}
.h-weather{
    /* background-color: #00473D; */
    background-color: #00473D;
    padding-right: 23px;
}
.client-review .vector-triangle {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
}
.client-review  .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 170px;
}
.carousel-control-next{
justify-content: end;
}
.carousel-control-prev{
    justify-content: flex-start;
    left: 10px;
}
.banner-content p {
    font-size: 17px;
    padding: 11px 20px;
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
    border-radius: 45px;
    width: fit-content;
    margin: 0px auto 33px;
}
.main-banner {
    /* position: relative; */
    overflow: hidden;
    /* background-image: url(../img/rainbow-light-watercolor-stains.jpg); */
    /* background-image: url(../img/16326494_rm222-mind-16.jpg); */

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.banner-content{
    /* background: rgb(168 197 255 / 23%); */
    background: rgb(255 255 255 / 57%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 25%);
    backdrop-filter: blur(10.3px);
    -webkit-backdrop-filter: blur(5.3px);
    border: 1px solid rgba(255, 255, 255, 0.39);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:52px 35px 30px 35px;
    border-radius: 17px;
}
.inner-head{
 background-image: url(../img/ker.png);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
}
.inner-head h2{
    color: #fff;
}
.inner-head .container{
    padding: 40px 0px;
    text-align: center;
}
.framework-img p{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}
.framework-img {
    border-radius: 2px;
    background: linear-gradient(to top, #dfe9f3 0%, white 100%);
    padding: 25px 0;
}
#bird {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  #box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#screensaver {
    position: relative;
    animation: DVD 4s linear alternate;
    left: 0;
    top: 100%;
}
#box1 {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#screensaver1 {
    position: relative;
    animation: DVD 4s linear alternate;
    left: 0;
    top: 100%;
}
@keyframes DVD {
    to {
        left: 100%;
        top: 0%;
    }
}
.framework-img:hover {
    background:linear-gradient(122deg, #49922d, #7fc86d, #4c9b36, #00473d);
    color: #fff!important;
}
.framework-img:hover a{
    color: #fff!important;
}
.framework-img a:hover {
  
color: #fff!important;
}
.banner-content p span {
    color: #0A1F2F;
    font-weight: 600;
}
.gradient{
    background: linear-gradient(90deg, #49922d, #7fc86d, #4c9b36, #00473d);
}
.banner-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #E0E0E0;
    margin-bottom: 40px;
}
.my-img img{
    right: 40px;
    position: absolute;
    /* top: 0; */
    max-width: 108px;
    bottom: 0;
}
.home-banner {
    padding:10px 0 100px 0;
}

.banner-wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}

.banner-wrap h6 {
    font-weight: 400;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F1F1F1;
}

.banner-wrap img {
    margin: 0 auto 25px;
    display: block;
}

.banner-wrap .btn {
    background-color: #fff;
    border: 2px solid #BDB6C1;
    border-radius: 15px 15px 0px 15px;
    font-weight: 600;
    padding: 15px 30px;
    color: #49922d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.banner-wrap .btn:hover {
    background-color: #49922d;
    border: 2px solid #49922d;
    color: #fff;
}

.banner-wrap .btn-demo:hover {
    background-color: #0090CE;
    border: 2px solid #0090CE;
    color: #fff;
}

.banner-wrap .btn-demo {
    color: #0090CE;
}

.banner-image {
    position: relative;
    width: 100%;
}

.banner-wrap-btn .banner-btns {
    margin-right: 15px;
}

.banner-wrap-btn {
    display: flex;
    align-items: center;
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes hero-thumb1-animation {
    0% {
        transform: translateY(-20px) translateX(20px)
    }
    to {
        transform: translateY(-20px) translateX(0)
    }
}

@keyframes hero-thumb2-animation {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(5px)
    }
}

.features-section {
    background-image: url(../img/feature-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 55px 0;
    position: relative;
    z-index: 1;
}

.feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 24px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    transition: 0.5s all;
    width: 100%;
}

.feature-list:hover {
    background: #5625E8;
    color: #fff;
    transition: 0.5s all;
    transform: translateY(-5px);
}

.feature-list:hover .feature-icon {
    background: #fff;
    transition: 0.5s all;
}

.feature-list:hover .feature-icon img {
    filter: brightness(0) saturate(14%) invert(49%) sepia(31%) saturate(5001%) hue-rotate(215deg) brightness(94%) contrast(91%);
}

.feature-list:hover h5 {
    color: #fff;
    transition: 0.5s all;
}

.feature-list-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    text-align: center;
}

.feature-list-img img {
    width: 90%;
}

.feature-icon {
    width: 52px;
    height: 52px;
    background: #282B8B;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 20px;
    transition: 0.5s all;
}

.feature-info h5 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s all;
}

.feature-info p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.features-section .section-bg img {
    position: absolute;
}

.features-section .section-bg img:first-child {
    top: 150px;
    right: 50px;
}

.features-section .section-bg img:nth-child(2) {
    top: 100px;
    right: 150px;
}

.features-section .section-bg img:nth-child(3) {
    right: 0;
    bottom: 20%;
}

.features-section .section-bg img:last-child {
    left: 50px;
    top: 50px;
}
.detail_p{
    padding: 70px 0px;
}
.data h2{
    font-family: 'Feather';
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
}
.data .p_img{
    width: 450px;
    float: left; 
    margin-right: 10px;
}
.data p{
   font-family: 'Feather';
}
.date_d a{
    display: flex;
    align-items: center;
    background: darkblue;
    padding: 5px 19px;
    border-radius: 52px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.date_d{
    display: flex;
    justify-content: space-between;
}
.date_d span{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.rule{
    display: flex;
}
.rule .vr{
    margin: 0 auto;
    height: 100%;
}
.more h3{
    font-family: 'Feather';
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
    color: #4d4d4d;
}
.fix{
    border-bottom: 1px dashed #c4c4c4;
    padding: 17px 0px 10px 0px;
}
.more .fix img{
    width: 70px;
    height: fit-content;
}
.more .fix a{
    color: #3c3c3c;
    font-size: 14px;
    line-height: 17px;
    margin-left: 12px;
    font-family: 'Feather';
    font-weight: 600;
} 
.more .fix p{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
}
.more .fix:hover a{
    color: #2332f8;
} 
.review-section {
    padding: 80px 0;
    background: #F0F5FF;
    position: relative;
}

.review-item {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 38px 30px 30px;
    margin: 40px 0 20px;
    text-align: center;
}

.review-user {
    text-align: center;
    margin-bottom: 20px;
}

.review-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 14px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.user-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.user-info p {
    font-size: 14px;
    margin-bottom: 11px;
}

.ratings i {
    color: #FCAF01;
}

.review-item h5 {
    font-size: 22px;
    margin-bottom: 12px;
}

.review-item p {
    margin-bottom: 0;
}

.owl-carousel .owl-item .review-user img {
    width: 60px;
}

.owl-carousel .owl-item .review-icon img {
    width: auto;
}

.banner-shape .about-shape-1 {
    left: -100px;
    top: 15px;
    position: absolute;
}

.banner-bg1 {
    position: absolute;
    top: 80px;
    left: 70px;
}

.banner-bg2 {
    position: absolute;
    bottom: 190px;
    left: 0px;
}

.core-section {
    background: #fff;
    padding: 80px 0 56px;
    position: relative;
}

.core-feature-bg img {
    position: absolute;
    top: 120px;
    left: 30px;
}

.banner-left-bg {
    position: relative;
}

.banner-left-bg-01 {
    position: absolute;
    top: -38px;
    right: -20px;
    z-index: -1;
    animation: moon-bright 3s linear infinite, spin 10s linear infinite;
}

@keyframes moon-bright {
    from {
        filter: blur(0);
        filter: brightness(0);
        transform: scale(0);
    }
    to {
        filter: blur(40px);
        filter: brightness(40);
        transform: scale(1);
    }
}

.banner-top-bg img:nth-child(1) {
    position: absolute;
    left: 60px;
    bottom: 80px;
    animation: earth 3000ms linear infinite;
}

.banner-top-bg img:nth-child(2) {
    position: absolute;
    left: 100px;
    top: 90px;
}

@keyframes walk {
    0% {
        right: 0;
        top: 0px;
    }
    75% {
        right: 50%;
        top: 50%;
    }
    100% {
        right: 100%;
        top: 100%;
    }
}

@keyframes earth {
    from {}
    to {
        transform: rotateY(360deg);
    }
}

.banner-ellipse {
    position: absolute;
    right: 60px;
    bottom: 15px;
    animation: spin 2000ms linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.core-feature {
    text-align: center;
    margin-bottom: 24px;
    background: #F3F6FF;
    border-radius: 10px;
    padding: 24px 10px;
    width: 100%;
}

.core-feature h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.core-icon {
    margin-bottom: 24px;
}

.submit-btns {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btns .banner-btns {
    margin-right: 10px;
}

.submit-btns .btn {
    font-weight: 600;
    font-size: 15px;
    padding: 15px 25px;
    margin-right: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    height: 45px;
}

.submit-btns .btn:last-child {
    margin-right: 0;
}

.submit-btns .btn i {
    margin-right: 5px;
}

.position-relative {
    position: relative !important;
}
.depart a{
    color: #49922d;
    font-weight: 500;
    font-size: 14px;
}
.social-img ul {
    display: flex;
    justify-content: space-between;
}
.social-img ul li img{
    /* filter: grayscale(1); */
}
.social-img ul li img:hover{
    filter: grayscale(0);
}
.social-img ul li:hover{
    transform: translateY(-10px);
    transition: 0.5s all;
}
.social-img{
    margin-top: 20px;
}
.template-features {
    display: flex;
    align-items: center;
    margin-top: 20px;
    transition: 0.5s all;
    justify-content: space-between;

}
.template-features li a i{
    font-size: 20px;
}
 .template-features li a:hover {
    transform: translateY(-10px);
    transition: 0.5s all;
}

.template-features li {
    margin-right: 10px;
}

.template-features li:last-child {
    margin-right: 0;
}

.template-features li a {
    /* width: 30px;
    height: 30px; */
    background: linear-gradient(90deg, #00473D, #43bad4, #00afdb, #00a3e3, #0095e9, #0085ec, #0073ea, #49922d)!important;
    /* border: 1px solid #E2E5F1; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 8px;
}
.doc .template-features{
    display: none;
    transition: all.3s ease-out;
}
.doc:hover .template-features{
    display: flex;
}
.doc .social-img{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.doc .social-img ul li{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 50%;
}
.doc:hover .social-img{
    opacity: 1;
    visibility: visible;
}
.banner-img img {
    position: absolute;
}

.banner-img .banner-one {
    right: 0;
    top: 0;
    max-width: 640px;
    z-index: 1;
}

.banner-img .banner-two {
    right: 0;
    top: 0;
    max-width: 700px;
}

.tech-info h5 {
    background: #FFF;
    border: 1px solid #E2E5F1;
    padding: 24px;
    border-radius: 40px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: -40px;
}

.tech-info h5 span {
    color: #49922d;
}
.mr-2{
    margin-right: 7px;
}
/*-----------------
   11. Inner Pages
-----------------------*/
.doc{
    background: #fafbff;
    border: 1px solid #d5deff;
    border-radius: 6px;
    padding: 16px 14px;
    margin-bottom: 30px;
    min-height: 212px;
    transition: ease all 0.5s;
}

.doc h5{
    text-align: left;
    font-weight: 500;
    color: #181818;
    font-size: 16px;
    margin-top: 14px;
}
.doc h5  img{
    width: 20px;
    margin-right: 10px;
}
.doc .pin{
    width: 60px;
    position: absolute;
    left: -6px;
    top: -31px;
}
.doc .e-tend{
    color: #ffffff;
    font-size: 11px;
    background: #F53163;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 12px;
}
.doc .o-tend{
    color: #ffffff;
    font-size: 11px;
    background: #7bb13c ;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 12px;
}
.doc .news{
    color: #ffffff;
    font-size: 11px;
    background: #49922d;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 12px;
}
.doc .order {
    color: #ffffff;
    font-size: 11px;
    background: #c100ff;
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 12px;
}
.doc hr{
    border-top: 1px dashed #313131;
}
.doc .d-flex p{
    margin-bottom: 0;
    font-size: 12px;
}

.doc h6{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #323232;
}
.doc .btn-secondary {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 95px;
    color: #49922d;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.doc:hover .btn-secondary {
    background:#49922d;
    border: 1px solid #49922d;
    border-radius: 95px;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 4px 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner-page .section-bg img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}
.order-h{
    margin-bottom: 3rem;
}
.order-h p{
    background: #b4b4b429;
    padding: 18px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 0px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    color: #000;
    
}
.order-h p button{
    background:linear-gradient(90deg, #49922d, #7fc86d, #4c9b36, #00473d);
    border: none;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inner-page .section-bg .right-bg {
    position: absolute;
    right: 0;
    top: -70px;
}

.section-header {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-header h2 span {
    color: #49922d;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2C2C51;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 20px;
    max-width: 950px;
    margin-bottom: 0;
}

.section-header span.badge {
    background: #F0EFFF;
    color: #5625E8;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

.templte-page h5 {
    max-width: 550px;
}

.inner-page {
    padding: 80px 0 56px;
    background: #fff;
    position: relative;
}

.user-tab .inner-tab {
    background: #F3F6FF;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    list-style: none;
    justify-content: center;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    width: fit-content;
}

.user-tab .nav-item {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.user-tab .nav-pills .nav-link.active {
    color: #FFFFFF;
    background: linear-gradient(90deg, #49922d, #7fc86d, #4c9b36, #00473d);

}

.user-tab .nav-pills .nav-link:hover {
    background: linear-gradient(90deg, #49922d, #7fc86d, #4c9b36, #00473d);

    color: #FFFFFF;
}

.user-tab .inner-tab .nav-link {
    border-radius: 80px;
    padding: 10px 15px;
    color: #585C7B;
    font-size: 16px;
}

.user-tab .nav-pills .nav-item {
    margin-right: 15px;
}

.user-tab .nav-pills .nav-item:last-child {
    margin: 0;
}

.inner-item {
    transition: 0.5s all;
}

.inner-item .inner-img {
    background: #FFF;
    box-shadow: 0px 4px 114px 0px rgba(131, 131, 131, 0.08);
    transition: 0.5s all;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.inner-item .inner-img .template-features {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s all;
}

.inner-item .inner-img:hover .template-features {
    opacity: 1;
    transition: 0.5s all;
}

.inner-item .inner-img img {
    border-radius: 10px;
}

.inner-item .inner-img {
    transition: 0.5s all;
}

.inner-content-left h6 {
    margin-bottom: 0;
    font-size: 20px;
    color: #49922d;
}

.inner-item:hover {
    transform: translateY(-5px);
    transition: 0.5s all;
}

.inner-item {
    background: #fff;
    border: 5px solid #E2E5F1;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}

.inner-content-left a h5 {
    color: #5625E8;
}

.inner-item:hover .inner-content-left h3 {
    color: #49922d;
}

.inner-item h3:hover {
    color: #49922d;
}

.dashboard-tab .inner-item .inner-img img {
    border-radius: 10px 10px 0px 0px;
}

.inner-item .inner-img .overlay-color::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 10px 10px 0px 0px;
    background: rgba(0, 0, 0, 0.60);
    transform: scale(0);
    transition: 0.5s all;
    overflow: hidden;
}

.inner-item .inner-img-two:hover ::before {
    transform: scale(1);
    transition: 0.5s all;
}

.inner-item .inner-img:hover ::before {
    transform: scale(1);
    transition: 0.5s all;
}

.inner-item {
    margin-bottom: 24px;
}

.inner-content-left h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    position: relative;
}

.inner-content {
    display: flex;
    justify-content: center;
    background: #fff;
}

.inner-content .inner-content-left {
    position: relative;
}

.inner-content-left span.highlight-content {
    background: #F00;
    border-radius: 5px;
    display: inline-flex;
    font-size: 12px;
    padding: 3px;
    color: #fff;
    position: absolute;
    right: -32px;
    top: -13px;
    line-height: normal;
}

.inner-content-left span.highlight-content.bg-blue {
    background: #0AA491;
}

.dashboard-tab .template-features li {
    transition: 0.5s all;
}

.dashboard-tab .template-features li a {
    width: 44px;
    height: 44px;
    padding: 5px 10px;
    border-radius: 100px;
    transition: 0.5s all;
    position: relative;
}

.dashboard-tab .template-features li a:hover {
    width: auto;
}

.dashboard-tab .template-features li a:hover img {
    position: unset;
}

.dashboard-tab .template-features li a img {
    width: 24px;
    height: 24px;
    transition: 0.5s all;
    position: absolute;
}

.dashboard-tab .template-features li a span {
    opacity: 0;
    transition: 0.5s all;
    transition: 0.5s all;
}

.dashboard-tab .template-features li a:hover span {
    opacity: 1;
    margin-left: 5px;
    transition: 0.5s all;
}

/*-----------------
    12. Available Versions
-----------------------*/

.available-features {
    background: #131023;
    padding: 0px 0px 80px 0;
    position: relative;
    z-index: 1;
}

.available-features .vector-line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 442px;
}

.available-features .vector-triangle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    max-width: 300px;
}

.available-framework {
    border-radius: 10px;
    margin-bottom: 19px;
    transition: 0.5s all;
    position: relative;
    /* margin-top: -80px; */

}

.available-framework .latest-update {
    background: #49922d;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 10px;
}

.available-framework:hover {
    transform: translateY(-10px);
    transition: 0.5s all;
}

.available-framework:hover .buy-template a {
    color: #49922d;
}

.available-framework .buy-template {
    padding: 12px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.available-framework .buy-template a {
    color: #252525;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0px;
}



.framework-img.laravel-img {
    background: #FFE0DE;
}

.framework-img.nord-img {
    background: #F6FFEC;
}

.framework-img.angular-img {
    background: #FFE9EE;
}

.framework-img.react-img {
    background: #CAF3FF;
}

.framework-img.vue-img {
    background: #FDEDCC;
}

.framework-img img {
    border-radius: 10px 10px 0 0;
    width: 50px;
}

.available-features .section-header h2 {
    color: #fff;
}

.available-features .section-header p {
    color: #B4B7C9;
}

.why-choose {
    background-image: url(../img/why-choose-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.why-choose .section-header {
    align-items: self-start;
}

.why-choose .section-header p {
    font-size: 18px;
    font-weight: 500;
}

.framework-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.framework-features li {
    background: #fff;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    border-radius: 30px;
    padding: 10px 15px;
    margin: 0 12px 26px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.framework-features li i {
    font-size: 24px;
}

/*-----------------
    12. faq
-----------------------*/

.faq-section {
    padding: 80px 0 56px;
    position: relative;
    background: #49922d;
}

.faq-section .section-header h2 {
    color: #F3F6FF;
}

.faq-section .section-header p {
    color: #EFF2FC;
}

.faq-card {
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    margin-bottom: 24px;
    padding: 24px;
}

.faq-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

.faq-title a {
    background: #fff;
    color: #2C2C51;
    border-radius: 10px;
    display: block;
    position: relative;
}

.faq-card .card-collapse p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    padding-top: 20px;
}

.faq-title>a::after {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
    background: #F3F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "fontawesome";
    font-weight: 900;
    position: absolute;
    content: "\f078";
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #3E4265;
}

.faq-title>a:not(.collapsed):after {
    content: "\f077";
    background: #6366F1;
    color: #fff;
}

/*-----------------
	13. LTR & RTL
-----------------------*/

.contact-btns {
    justify-content: center;
}

.customize-top {
    position: relative;
}

.customization-sec .customize-top {
    background: #F3F6FF;
    padding: 80px 0;
    border-radius: 10px;
    margin-bottom: 80px;
}

.section-bg .customize-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.customization-sec .section-header h2 {
    text-align: center;
    max-width: 650px;
}

.customize-top .section-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.customization-sec .section-header p {
    text-align: center;
    max-width: 570px;
}

.contact-btns a {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.amazing-feature-card {
    box-shadow: 0px 4px 114px 0px rgba(254, 20, 103, 0.08);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 40px;
    transition: 0.5s all;
    width: 100%;
}

.amazing-feature-card .next-arrow {
    opacity: 0;
    transition: 0.5s all;
}

.amazing-feature-card:hover {
    transform: translatey(-10px);
    transition: 0.5s all;
}

.amazing-feature-card:hover h4 {
    color: #282B8B;
}

.amazing-feature-card:hover .next-arrow {
    opacity: 1;
    color: #282B8B;
}

.amazing-feature-card:hover .next-arrow a i {
    color: #282B8B;
}

.amazing-feature-card h4 {
    font-size: 20px;
}

.amazing-feature-card p {
    max-width: 330px;
    margin-bottom: 0;
}

.amazing-features {
    position: relative;
    padding-bottom: 80px;
}

.amazing-features .section-bg img {
    position: absolute;
}

.amazing-features .section-bg img:first-child {
    left: 0;
    top: 0;
    z-index: -1;
}

.amazing-features .section-bg img:nth-child(2) {
    right: 0;
    top: 0;
    z-index: -1;
}

.amazing-features .section-bg img:nth-child(3) {
    right: 50px;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
}

.amazing-features .section-bg img:last-child {
    left: 50px;
    bottom: 50px;
    z-index: -1;
}

.mobile-app {
    background-image: url(../img/app-sec-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.mobile-app .section-header {
    align-items: start;
}

.mobile-app .section-header p {
    text-align: left;
}

.app-scanner h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.qr-code {
    box-shadow: 0px 4px 114px 0px rgba(3, 3, 3, 0.08);
    background: #fff;
    padding: 15px;
    margin-right: 24px;
}

.qr-code img {
    margin-right: 10px;
    max-width: 100px;
}

.qr-code span {
    color: #0A1F2F;
    font-weight: 600;
    max-width: 125px;
}

.mobile-img {
    position: relative;
    z-index: 0;
}

.mobile-img img:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: slideLeftToRight 3s infinite;
    transition: 0.5s all;
}

.mobile-img img:nth-child(2) {
    position: absolute;
    left: -90px;
    top: 50px;
    z-index: -1;
}

.payment-gateway-sec {
    padding: 80px 0 56px;
}

.payment-img {
    box-shadow: 0px 4px 114px 0px rgba(3, 3, 3, 0.08);
    background: #fff;
    padding: 24px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 10px;
}

@keyframes slideLeftToRight {
    0% {
        left: 80%;
        transition: 0.5s all;
    }
    100% {
        right: 10px;
        transition: 0.5s all;
    }
}

/*-----------------
	14. Multiple-Template
-----------------------*/
.hero-section{
        padding-top: 50px;
        background-image: url(../img/ker.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}
.client-info h5{
    background: linear-gradient(90deg, #49922d, #7fc86d, #4c9b36, #00473d);
    color: #fff;
    padding: 9px 20px;
    border-radius: 30px;

        color: #fff;
        font-weight: 400;
        font-size: 15px;
}
.foot-g{
    background-image: url(../img/footg.png);
    height: 101px;
    margin-bottom: -2px;
    background-size: contain;
}
.pro_m{
    background-color: #00473D;
    padding: 20px;
    border-radius: 5px;
}
.pro_m h6{
    font-weight: 400;
    margin-right: 10px;
    color: #000;
    font-size: 16px;
}
.pro_m select{
    height: 40px;
    width: 290px;
}
.client-info h5 a{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.multiple-templates {
    background: #Fff;
    padding: 70px 0px 50px 0;
    position: relative;
    z-index: 0;
}
.client-info a h5{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.multiple-templates .section-bg img {
    position: absolute;
}

.multiple-templates .right-bg, .right-bg {
    position: absolute;
    left: 0;
    top: 0px;
    width: 160px;
}
.monk{
    position: absolute;
    width: 70px;
    top: -50px;
    right: 495px;
}
.monk1 {
    position: absolute;
    width: 88px;
    top: -104px;
    right: 467px;
}
.multiple-templates .lef-bottom-bg, .lef-bottom-bg {
    position: absolute;
    right: 0;
    bottom: -96px;
    max-width: 150px;
}

.other-pages-tab .inner-item {
    padding: 15px;
}

.other-pages-tab .inner-item .inner-img {
    margin-bottom: 15px;
}

.other-pages-tab .inner-content-left h3 {
    margin-bottom: 0;
}

.looking-something {
    background: #49922d;
    padding: 80px 0;
    position: relative;
}

.looking-something .section-header h2 {
    color: #fff;
}

.banner-btns .btn-secondary.btn-orange {
    background: #FF8514;
    border-color: #FF8514;
}

.banner-btns .btn-secondary.btn-black {
    background: #131023;
    border-color: #131023;
}

.feature-offers {
    background-image: url(../img/feature-offer-sec-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 40px;
    position: relative;
}

.feature-offers .section-header {
    align-items: self-start;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(180deg, #49922d 0%, #00473D 100%);
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-box i {
    color: #fff;
    font-size: 20px;
}

.feature-lists li {
    display: flex;
    margin-bottom: 40px;
}

.feature-offers .section-img img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 540px;
}

.trusted-developer {
    background: #131023;
    padding: 80px 0 56px;
}

.trusted-developer .section-header h2 {
    color: #F3F6FF;
}

.trusted-developer .section-header p {
    color: #EFF2FC;
}

.counter-box {
    border: 1px solid #3E4265;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.counter-box h4 {
    font-size: 40px;
    background: linear-gradient(180deg, #49922d 0%, #00473D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.counter-box h5 {
    color: #EFF2FC;
    margin-bottom: 0;
    font-size: 20px;
}

/*-----------------
    15. Pricing
-----------------------*/

.price-section {
    padding: 80px 0 56px;
    position: relative;
}

.price-section .shape-6 {
    left: 4%;
    z-index: -1;
}

.price-section .shape-7 {
    right: 5%;
    z-index: -1;
}

.pricing-wrap {
    border-radius: 10px;
    border: 1px solid #E7EBFF;
    box-shadow: 0px 4px 114px 0px rgba(3, 3, 3, 0.08);
    background: #FFF;
    padding: 40px;
    border: 1px solid #E2E5F1;
    margin-bottom: 24px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
}

.price-sticker {
    position: absolute;
    left: -1px;
    top: 15px;
}

.pricing-wrap.active,
.pricing-wrap:hover {
    border-color: #00473D;
}

.pricing-wrap:hover .price-title span.pricing-img {
    background: #fff;
}

.pricing-wrap.img-price {
    background: linear-gradient(180deg, #49922d 0%, #00473D 100%);
    padding-bottom: 0;
}

.price-title {
    display: block;
    margin: 15px 0 8px 0;
}

.price-dollar {
    justify-content: center;
}

.price-sec .section-bg img {
    position: absolute;
}

.price-sec {
    position: relative;
}

.price-sec .section-bg img:first-child {
    right: 0;
    bottom: 0;
}

.pricing-wrap.active {
    border-color: #5625E8;
}

.price-sec .section-bg img:nth-child(2) {
    left: 50px;
    bottom: 0;
}

.price-sec .section-bg img:last-child {
    left: 0;
    top: 0;
}

.price-title span {
    background: #680A83;
    border-radius: 14px;
    margin-bottom: 20px;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-shrink: 0;
}

.price-info p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
}

.price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.price-info h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.price-info h5 i {
    font-size: 16px;
    color: #9397AD;
}

.price-head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFF2FC;
}

.price-head p {
    font-size: 16px;
    font-weight: 400;
    color: #666A72;
    text-align: start;
    margin-bottom: 20px;
}

.price-dollar h3 span {
    font-size: 24px;
    font-weight: 400;
    color: #7B7B93;
    margin-left: 5px;
}

.price-body h6 {
    font-size: 18px;
    margin-bottom: 22px;
    font-weight: 600;
    color: #1C0828;
    text-align: start;
}

.price-body {
    position: relative;
}

.price-body ul {
    margin-bottom: 20px;
}

.price-body ul li {
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: start;
}

.price-body ul li:last-child {
    margin-bottom: 0;
}

.price-dollar h3 {
    color: #49922d;
    font-size: 32px;
    margin-bottom: 0;
}

.price-body ul li:after {
    font-family: "fontawesome";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #22C55E;
    font-size: 12px;
}

.price-body ul li.feature-none:after {
    content: "\58";
    color: #DD0031;
}

.price-body ul li.feature-none {
    color: #B4B7C9;
}

.price-body .btn {
    width: 100%;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-body a span {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.feature-type p {
    margin-bottom: 0;
}

/*-----------------
	17. Application-Template
-----------------------*/

.review-slider .owl-dots {
    text-align: center;
    margin-top: 24px;
}

.review-slider .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}

.review-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 5px;
}

.review-slider .owl-dots .owl-dot.active {
    background: #5625E8;
    width: 28px;
    border-radius: 10px;
}

.img-screenshot-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 5px;
}

.img-screenshot-slider .owl-dots .owl-dot.active {
    background: #5625E8;
    width: 28px;
    border-radius: 10px;
}

.img-screenshot-slider .owl-item img {
    transform: scale(0.8);
    transition: 0.5s all;
}

.img-screenshot-slider .owl-item.center img {
    transform: scale(1.10);
    transition: 0.5s all;
}

.img-screenshot-slider .owl-dots {
    margin-top: 20px;
}

/*-----------------
	18.  Review
-----------------------*/

.client-review {
    padding: 80px 0;
    /* background: #F3F6FF; */
    background: #131023;
    position: relative;
}
.client-review .vector-line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 442px;
}
.review-section .customer .customer-profile a {
    color: #5625E8;
    font-weight: 700;
    font-size: 14px;
}

.quate {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: linear-gradient(180deg, #49922d 0%, #00473D 100%);
    box-shadow: 0px 8px 18px -8px rgba(99, 102, 241, 0.90);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
}

.quate i {
    font-size: 20x;
}

.review-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    padding: 18px 13px 35px;
    margin-top: 20px;
    position: relative;
}

.review-card .ratings {
    margin-bottom: 5px;
}

.review-section .customer {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.owl-nav.mynav button {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03), 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06);
    border: 0;
    margin-right: 15px;
    transition: 0.5s all;
}
.location img{
    width: 18px!important;
}
.location{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    /* background: #e8e8e8; */
    border-radius: 3px;
}
.location h5{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 5px 0px;
}
.owl-nav.mynav button:hover {
    background: #49922d;
    color: #fff;
    transition: 0.5s all;
}

.customer img {
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
}

.customer-profile p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}

.review-card p {
    margin-bottom: 15px;
    min-height: 103px;
}

.review-card h6 {
    font-size: 17px;
    margin-top: 13px;
    font-weight: 500;
    height: 60px;
}
.review-card img{
    border-radius: 5px;
}
.review-card span i {
    color: #FF8514;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: -19px;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.owl-carousel .client-info img {
    width: auto;
    margin-right: 15px;
}

.review-support h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.review-support p {
    font-size: 16px;
    font-weight: 400;
    color: #666A72;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.review-content-wrap {
    position: relative;
}

.review-section .owl-carousel .owl-item img {
    width: auto;
}

.review-content-wrap img.review-bg {
    position: absolute;
    bottom: 50px;
    left: 15px;
}

.request-demo {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid #E2E5F1;
}

.request-demo .section-bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 250px;
}

.request-demo .input-block {
    margin-bottom: 24px;
}

.request-demo .input-block input {
    border-color: #D4D7E5;
}

.request-demo .input-block label {
    color: #585C7B;
}

.request-demo .section-img img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 1200px;
}

.request-demo .section-header,
.request-demo form {
    position: relative;
    z-index: 1;
}

/*-----------------
    19. Top Scroller
-----------------------*/

.back-to-top-icon.show {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.back-to-top i {
    color: #fff;
}

.back-to-top-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    background: #5FA912;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.back-to-top-icon:hover {
    color: #fff;
    background: #49922d;
}

.app-screen-img {
    border-radius: 10px;
}

.photo h4{
    background: #49922d;
    padding: 9px 0px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }
  .photo h4 p{
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 4px;
    color: greenyellow;
  }
  .photo img{
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
    display: block;
    transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);

    border-radius: 0px 0px 8px 8px;

  }
  
  .photo:hover img{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    filter: grayscale(0);
    transform: scale(1.03); 
  }
  
  .photo .glow-wrap{
    overflow: hidden;
    position: absolute;
    top: 0;

  }
  
  .photo .glow{
    display: block;
    position:absolute;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,.2);
    top: 0;
    filter: blur(5px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .photo:hover .glow{
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .photo:hover img,
  .photo:hover .glow-wrap{
    margin-top: 0;
  }
  
  h1{
    position: absolute;
    z-index: 1;
    transform: translate(-25%, -65%);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 1.2;
  }
  
  
  /* Ends */
  
  #author{
    font-family: Helvetica, Arial;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #888;
  }
  
  #author:hover{
    color: #111;
  }
  /* -------------------------------------------------------------------------- */
  figure.snip1206 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;

    width: 100%;
    color: #000000;
    text-align: center;
  }
  figure.snip1206 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  figure.snip1206 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  figure.snip1206:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  figure.snip1206 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  figure.snip1206 h2,
  figure.snip1206 p {
    margin: 0;
    width: 100%;
    opacity: 0;
  }
  figure.snip1206 h2 {
    padding: 0 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
  }
  figure.snip1206 p {
    padding: 0 50px;
    font-size: 0.8em;
    font-weight: 500;
  }
  figure.snip1206 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip1206:hover:after,
  figure.snip1206.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  figure.snip1206:hover figcaption h2,
  figure.snip1206.hover figcaption h2,
  figure.snip1206:hover figcaption p,
  figure.snip1206.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip1206:hover figcaption h2,
  figure.snip1206.hover figcaption h2 {
    opacity: 1;
  }
  figure.snip1206:hover figcaption p,
  figure.snip1206.hover figcaption p {
    opacity: 0.7;
  }
 
/*-----------------
	20. Footer
-----------------------*/

.footer {
    background: #131023;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.footer .section-bg .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 150px;
}

.footer .footer-content h2 {
    color: #F3F6FF;
    max-width: 730px;
    text-align: center;
    margin: 0 auto 30px;
}
.footer .footer-top hr{
    border-width: 3px;
    width: 30%;
    color: #1fb4c7!important;
    border-radius: 20px;
    opacity: 1;
}
.footer .footer-top {
    padding: 80px 0 0;
    position: relative;
}
.footer .footer-top  h5{
    color: #00473D;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Feather';
    text-transform: uppercase;
}
.footer .footer-top ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    font-weight: 200;
    font-family: 'Feather';
    transition: ease all 0.2s;
    -webkit-transition: ease all 0.2s;
}
.footer .footer-top ul li a:hover{
  padding-left: 3px;
  color: #1fb4c7!important;
  font-weight: 500;
}
.footer-bottom-text {
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #585C7B;
}

.footer-title {
    font-size: 18px;
    color: #28283C;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
    text-align: center;
}

.footer .footer-widget .footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    max-height: 35px;
}

.footer .footer-menu ul li {
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-menu ul li a {
    color: #F3F6FF;
    font-weight: 500;
    font-size: 16px;
}

.footer .social-icon {

}

.footer .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social-icon ul li {
    margin-right: 5px;
}

.footer .social-icon ul li:last-child {
    margin-right: 0;
}

.footer .social-icon ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s ease 0s;
}

.footer .footer-menu ul li a:hover {
    color: #49922d;
}

.footer .footer-bottom .copyright-text p {
    color: #F3F6FF;
}

.author-logo ul {
    padding: 0;
    margin-bottom: 17px;
    text-align: center;
}

.author-logo ul li {
    display: inline-block;
    margin: 0 27px 15px 0;
    text-align: center;
}

.author-logo ul li:last-child {
    margin-right: 0;
}

.author-logo ul li img {
    margin-bottom: 15px;
}

.author-logo ul li.elite-author h6 {
    color: #D0763E;
}

.author-logo ul li.tendset h6 {
    color: #56A4CA;
}

.author-logo ul li.author-level h6 {
    color: #C94E4B;
}

/*-----------------
	21. Cursor
-----------------------*/

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: -4px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background: #49922d !important;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #49922d !important;
    opacity: .1;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    border: 2px solid #49922d;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.mim_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}

.navbar-nav li a.nav-link.active {
    color: #49922d;
    border-bottom: 3px solid #00473D;
    border-radius: 2px;
    transition: all 0.3s ease-out;
}

/*-----------------
	22. Responsive
-----------------------*/

@media only screen and (min-width: 992px) {
    .main-nav li {
        display: block;
        position: relative;
        padding: 0px 12px;
    }
    .main-nav>li>a {
        line-height: 40px;
        padding: 0 !important;

        display: flex;
        align-items: center;
    }
    .main-nav>li>a>i {
        font-size: 12px;
        margin-left: 3px;
    }
    .main-nav li>ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
    }
    .main-nav li.has-submenu:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
    }
    .main-nav .has-submenu.active>a {
        color: #4c40ed;
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #4c40ed;
    }
    .main-nav>li .submenu li:first-child a {
        border-top: 0;
    }
    .main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }
    .main-nav>li .submenu>li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }
    .main-nav li .submenu a:hover {
        color: #4c40ed;
    }
    .main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
        border-color: transparent #fff #fff transparent;
    }
    .header-navbar-rht .dropdown-toggle.show+.dropdown-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        padding: 0;
        margin: 0;
        min-width: 200px;
        top: 100%;
        right: 0;
        left: auto;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@media only screen and (max-width: 1399.98px) {
    .banner-ellipse {
        right: 30px;
    }
    .core-feature {
        padding: 24px 8px;
    }
    .core-feature h5 {
        font-size: 16px;
    }
    .pricing-wrap {
        padding: 24px;
    }
    .template-option-ovelay ul li {
        margin-bottom: 15px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .main-menu-wrapper .main-nav li+li {
        margin-left: 15px;
    }
    .footer-content h2 {
        font-size: 36px;
    }
    .feature-list-img img {
        width: 100%;
    }
    .mobile-img img:last-child {
        position: absolute;
        right: -70px;
        bottom: 0;
        z-index: -1;
    }
    .main-nav>li.active>a,
    .main-nav>li>a {
        font-size: 15px;
    }
    .header-navbar-rht>li {
        padding-right: 10px;
    }
    .footer .footer-menu ul li a,
    .footer .footer-bottom .copyright-text p {
        font-size: 14px;
    }
    .price-dollar h3 span {
        font-size: 18px;
    }
    .faq-title {
        font-size: 17px;
    }
}
 .top-bar > .container> div:first-child> a:hover{
 color: #00473D!important;
  }
@media only screen and (max-width: 1293.98px) {
    .banner-content h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .logo img {
        max-width: 170px;
    }
    .home-banner {
        padding: 100px 0;
    }
    .banner-img .banner-one {
        bottom: 0;
        top: unset;
        max-width: 500px;
        z-index: 1;
    }
    .banner-img .banner-two {
        bottom: 0;
        top: unset;
        max-width: 580px;
    }
    .section-header h2 {
        font-size: 34px;
    }
    .mobile-img img:first-child {
        max-width: 300px;
    }
    .banner-ellipse {
        right: 15px;
    }
    .template-option-ovelay ul li:nth-child(4) {
        margin-left: 0;
        margin-right: 9px;
    }
    .main-menu-wrapper {
        margin: 0;
    }
    .main-nav>li.active>a,
    .main-nav>li>a {
        font-size: 12px;
    }
    .header-navbar-rht li>a.log-btn {
        font-size: 12px;
    }
    .main-nav>li.active>a,
    .main-nav .has-submenu.active .submenu li.active>a,
    .main-nav .has-submenu.active>a {
        color: #fff !important;
    }
    .main-nav>li .submenu>li.has-submenu>a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active>a {
        color: #1879cd;
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #1879cd;
    }
    .btn-primary {
        padding: 10px 20px;
    }
    .btn-secondary {
        padding: 10px 20px;
    }
    .top-header .list-inline-items a {
        font-size: 13px;
    }
    .banner-bg1 {
        top: 40px;
    }
    .banner-bg2 {
        display: none;
    }
    .footer-content h2 {
        font-size: 32px;
    }
    .technology-group li {
        margin-bottom: 15px;
    }
    .header-navbar-rht li>a.header-login {
        padding: 10px 20px;
    }
    .header-navbar-rht li>a {
        font-size: 12px;
    }
    .uni-bg1 {
        bottom: 20px;
        z-index: -1;
    }
    .trusted-developer .counter-card span {
        font-size: 15px;
    }
    .trusted-developer .counter-card h4 span {
        font-size: 32px;
    }
    .feature-wrap h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .feature-wrap p {
        font-size: 16px;
    }
    .demo-info ul li {
        font-size: 13px;
    }
    .demo-img img {
        width: 100px;
    }
    .banner-wrap .btn {
        padding: 15px 18px;
    }
    .footer .footer-menu ul li a,
    .footer .footer-bottom .copyright-text p {
        font-size: 12px;
    }
}

@media only screen and (max-width:1107.98px) {
    .banner-content h1 {
        font-size: 32px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 991.98px) {
   
    .about {
        padding: 20px 30px;
    }
    .about p {
        margin-bottom: 0px;
        line-height: 19px;
    }
    .h-weather {
        padding: 20px 34px;
    }    
    .about h5 {
        font-size: 18px;
    }
    .footer .footer-top h5 {
        font-size: 14px;
        font-weight: 400;
        margin-top: 12px;
    }
    .footer .footer-top hr {
        margin: 9px 0px;
    }
    
    .order-h{
        margin-top: 2rem;
    }
    .order-h p {
        display: block;
    }
    .doc .social-img {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    }
    .ser .input-group {
        width: 100%;
        margin: 8px 0px;
        display: flex;
    }
    .advanced {
        width: 100%;
        justify-content: center;
    }
    .main-nav>.advanced>a{
        padding: 5px!important;
    }
    .inner-head .container {
        padding: 25px 0px;
    }
    .navbar-nav li a.nav-link.active {
        border-bottom: none;
    }
    .main-nav>li .submenu-head li a {
        white-space: normal !important;
    }
    .main-nav>li .submenu-head li a {
        white-space: normal;
    }
    .megamenu-full-width {
        border-radius: 0;
    }
    .sidebar-overlay.opened {
        display: block;
    }
    .section-bg {
        display: none;
    }
    .faq-section {
        padding: 60px 0;
    }
    .tech-info h5 {
        display: none;
    }
    .feature-offers {
        padding: 60px 0 40px;
    }
    .section-img,
    .banner-img {
        display: none;
    }
    .main-nav>li.active>a,
    .main-nav>li>a {
        font-size: 14px;
    }
    .banner-wrap-btn {
        justify-content: center;
    }
    .banner-left-bg-01 {
        display: none;
    }
    body {
        font-size: 15px;
    }
    .header-navbar-rht>li {
        padding-right: 15px;
    }
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: #F5F7FB;
    }
    .banner-content h4 {
        max-width: 650px;
        margin: 0 auto 40px auto;
    }
    .main-nav ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav>li {
        margin-left: 0;
    }
    .main-nav li+li {
        margin-left: 0;
    }
    .product-more {
        padding: 40px 0 40px;
    }
    .product-more h3 {
        margin-bottom: 20px;
    }
    .main-nav>li>a {
        line-height: 1.5;
        padding: 15px 20px !important;
        font-size: 14px;
        font-weight: 500;
    }
    .main-nav>li>a>i {
        float: right;
        margin-top: 5px;
    }
    .main-nav>li .submenu li a {
        border-top: 0;
        color: #28283C;
        padding: 10px 15px 10px 35px;
    }
    .main-nav>li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }
    .main-nav>li .submenu>li.has-submenu>a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active>a {
        color: #4c40ed;
    }
    .main-nav .has-submenu.active .submenu li.active>a {
        color: #4c40ed;
    }
    .main-nav>li>a:hover::after,
    .main-nav>li.active>a::after {
        top: 0
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 11111;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #F5F7FB;
        margin: 0;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #F5F7FB;
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .main-nav>li {
        border-bottom: 1px solid #E1E2E5;
        margin-right: 0;
    }
    #mobile_btn {
        line-height: 0;
        display: inline-block;
    }
    .order-h{
        margin-bottom: 1rem;
    }
    .mobile_btns {
        color: #4c40ed;
        cursor: pointer;
        display: flex;
        font-size: 26px;
        height: 76px;
        left: 0;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10;
        justify-content: center;
        align-items: center;
    }
    .header .header-left {
        position: absolute;
        width: 100%;
        display: block;
        height: auto;
        top: 0;
        left: 0;
    }
    .header .header-left .sidebar-logo {
        padding: 26px 0;
    }
    .container {
        max-width: 100%;
    }
    .footer-widget {
        margin-bottom: 15px;
    }
    .footer .footer-top {
        padding-bottom: 10px;
    }
    .hero-section::after {
        display: none;
    }
    .section-light-dark,
    .trusted-developer,
    .section-contact,
    .mobile-app {
        padding: 60px 0;
    }
    .amazing-features {
        padding-bottom: 60px;
    }
    .mobile-img {
        display: none;
    }
    .user-tab .inner-tab .nav-link {
        padding: 10px 15px;
    }
    .inner-page,
    .multiple-templates,
    .payment-gateway-sec {
        padding: 60px 0 36px;
    }
    .inner-item {
        margin-bottom: 24px;
    }
    .application-btn {
        margin-top: 20px;
    }
    .home-banner {
        background: none;
    }
    .banner-content h1 {
        font-size: 30px;
        max-width: 800px;
        margin: 0 auto 30px auto;
    }
    .header-nav {
        height: 65px;
    }
    .feature-wrap h3 {
        font-size: 24px;
    }
    .feature-wrap p {
        font-size: 15px;
    }
    .main-menu {
        display: block;
    }
    .main-nav>li>a,
    .main-nav>li.active>a {
        color: #0A1F2F;
        font-weight: 500;
    }
    .banner-image,
    .feature-list-img {
        display: none;
    }
    .feature-section .btn {
        font-size: 15px;
        padding: 15px 24px;
    }
    .banner-content {
        max-width: 100%;
        text-align: center;
    }
    .application-bg .appli-bg2 {
        top: 60px;
    }
    .application-bg .appli-bg1,
    .light-bg .dark-bg1 {
        display: none;
    }
    .ltr-rtl-bg .admin-bg1,
    .ltr-rtl-bg .admin-bg2 {
        display: none;
    }
    .light-bg .dark-bg2 {
        top: 15px;
        right: 15px;
    }
    .banner-content p {
        font-size: 20px;
        margin: 0 0 40px;
    }
    .banner-content .btn {
        padding: 14px 20px;
        min-width: 180px;
    }
    .trusted-developer .counter-card span {
        font-size: 10px;
    }
    .trusted-developer .counter-card h4 span {
        font-size: 32px;
    }
    .banner-shape .about-shape-2 {
        right: 5px;
    }
    .product-design01 {
        bottom: 20px;
        left: 5px;
    }
    .contact-support {
        margin-bottom: 24px;
    }
    .review-section,
    .price-section,
    .features-section {
        padding: 60px 0 36px;
    }
    .home-banner {
        padding: 60px 0;
    }
    .download-image img {
        margin-bottom: 0;
    }
    .privacy-wrap h5,
    .chat-wrap h5,
    .feature-info h5 {
        font-size: 16px;
    }
    .privacy-wrap span {
        width: 80px;
        height: 80px;
    }
    .privacy-wrap span img,
    .feature-icon img {
        width: 30px;
    }
    .feature-icon {
        width: 70px;
        height: 70px;
    }
    .feature-list {
        margin-bottom: 20px;
    }
    .price-dollar h3 {
        font-size: 32px;
    }
    .price-dollar h3 span {
        font-size: 16px;
    }
    .price-feature {
        padding: 4px 15px;
    }
    .pricing-wrap {
        padding: 25px;
    }
    .price-head,
    .price-body ul {
        margin-bottom: 25px;
    }
    .price-body ul li {
        font-size: 15px;
    }
    .copyright-text {
        margin-bottom: 15px;
        text-align: center;
    }
    .footer .footer-bottom .copyright {
        padding: 20px 0;
    }
    .faq-title {
        font-size: 16px;
    }
    .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-nav button.owl-next {
        right: 0;
    }
    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
    }
    .review-item h5 {
        font-size: 20px;
    }
    .review-item h5 {
        font-size: 18px;
    }
    .footer .footer-widget.footer-menu ul,
    .footer .social-icon {
        text-align: center;
    }
    .demo-info h4 {
        font-size: 20px;
        margin-bottom: 21px;
    }
    .demo-card {
        margin-bottom: 24px;
    }
    .user-tab ul {
        /* padding: 15px; */
    }
    .demo-section {
        padding: 60px 0 36px;
    }
    .footer-bg2 {
        top: 50px;
        right: 60px;
    }
    .footer-bg1 {
        bottom: 40px;
        left: 15px;
    }
    .chats-section .banner-shape {
        display: none;
    }
    .main-menu-wrapper .main-nav li+li {
        margin-left: 0;
    }
    .top-header {
        display: none;
    }
    .section-header h2 {
        font-size: 30px;
    }
    .template-features {
        justify-content: space-between;
    }
    .section-header p {
        font-size: 18px;
    }
    .footer-bottom-text {
        padding: 30px 0 40px;
        margin-top: 10px;
    }
    .social-icon {
        margin-bottom: 20px;
    }
    .footer .footer-top {
        padding-top: 60px;
    }
    .amazing-feature-card {
        margin-bottom: 24px;
    }
    .customization-sec .customize-top {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    .section-bg {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }
    .faq-section {
        padding: 40px 0;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.375rem;
    }
    h4,
    .h4 {
        font-size: 1rem;
    }
    h5,
    .h5 {
        font-size: 15px;
    }
    h6,
    .h6 {
        font-size: 15px;
    }
    .main-nav>li>a:hover::after,
    .main-nav>li.active>a::after {
        top: 0;
        bottom: inherit;
    }
    .section-customs p {
        margin-bottom: 14px;
    }
    .footer-title {
        font-size: 1rem;
    }
    .policy-menu {
        margin-top: 10px;
        text-align: left;
    }
    .header-navbar-rht {
        display: none;
    }
    .footer-content h2 {
        font-size: 22px;
    }
    .feature-wrap {
        margin-bottom: 24px;
    }
    .feature-wrap h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .feature-wrap.feature-top {
        margin-top: 0;
    }
    .feature-img {
        margin-bottom: 20px;
    }
    .banner-content .btn {
        padding: 14px 14px;
        min-width: 100%;
    }
    .banner-bg1 {
        display: none;
    }
    .hero-section {
        padding-top: 0px;
    }
    .feature-section .btn {
        font-size: 14px;
        padding: 15px 24px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    .banner-content p {
        font-size: 16px;
        margin: 0 0 30px;
    }
    .customization-sec .customize-top {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .footer .footer-bottom .copyright {
        padding: 20px 0;
    }
    .price-head p,
    .core-feature h5 {
        font-size: 16px;
    }
    .price-info h5 {
        font-size: 20px;
    }
    .price-dollar h3 {
        font-size: 24px;
    }
    .price-dollar h3 span,
    .btn-primary,
    .btn.btn-white,
    .btn-secondary {
        font-size: 13px;
    }
    .price-body .btn {
        padding: 10px 15px;
    }
    .price-title span {
        width: 65px;
        height: 65px;
    }
    .price-section .shape-7 {
        width: 60px;
    }
    .multiple-templates,
    .trusted-developer,
    .custom-section,
    .section-contact {
        padding: 40px 0;
    }
    .inner-page {
        padding: 40px 0 16px;
    }
    .review-section {
        padding: 40px 0 36px;
    }
    .banner-top-bg img:nth-child(2) {
        display: none;
    }
    .mobile-app {
        padding: 40px;
    }
    .user-tab .inner-tab .nav-link {
        margin-bottom: 15px;
    }
    .user-tab .inner-tab {
        margin-bottom: 20px;
    }
    .back-to-top-icon {
        bottom: 20px;
    }
}

@media only screen and (max-width: 575.98px) {
    body {
        font-size: 0.8125rem;
    }
    .rule {
        display: flex;
        border-bottom: 1px solid #e3e3e3;
        width: 100%;
    }
    .detail_p {
        padding: 40px 0px;
    }
    .data .p_img {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .data p {
        text-align: justify;
    }
    .doc {
        min-height: auto;
    }
    .client-review {
        padding: 30px 0;
    }
    .core-section{
        padding: 40px 0;
    }
    .photo{
        margin-bottom: 16px;
    }
    .search-hed img {
        width: 29px;
    }
    .section-header {
        padding-top: 25px;
        margin-bottom: 0px;
    }
    .template-features {
        flex-wrap: wrap;
    }
    .looking-something {
        padding: 40px 0;
    }
    .btn-black {
        margin: 15px 0;
    }
    .inner-img .template-features {
        display: none;
    }
    .looking-something .banner-wrap-btn {
        flex-direction: column;
    }
    .template-features li {
        margin-bottom: 15px;
    }
    h1,
    .h1 {
        font-size: 1.75rem;
    }
    h2,
    .h2 {
        font-size: 1.5rem;
    }
    h3,
    .h3 {
        font-size: 1.25rem;
    }
    h4,
    .h4 {
        font-size: 1rem;
    }
    h5,
    .h5 {
        font-size: 15px;
    }
    h6,
    .h6 {
        font-size: 15px;
    }
    .card {
        margin-bottom: 0.9375rem;
    }
    .card-header {
        padding: .75rem 1.25rem;
    }
    .card-footer {
        padding: .75rem 1.25rem;
    }
    .banner-content .btn {
        padding: 10px;
    }
    .navbar-header {
        width: 100%;
    }
    .banner-ellipse {
        display: none;
    }
    .faq-section {
        padding: 40px 0;
    }
    .banner-content h1 {
        font-size: 20px;
    }
    .banner-bg2,
    .application-bg .appli-bg2,
    .light-bg .dark-bg2 {
        display: none;
    }
    .faq-title>a::after {
        width: 25px;
        height: 25px;
        font-size: 12px;
        right: -13px;
    }
    .section-header h2 {
        font-size: 24px !important;
    }
    .section-header h5 {
        font-size: 14px !important;
    }
    #mobile_btn {
        margin-right: 0;
        padding: 0 0px;
        position: absolute;
        z-index: 99;
    }
    .user-tab .inner-tab .nav-link,
    .user-tab .nav-pills .nav-link.active {
        padding: 15px 20px;
    }
    .navbar-brand.logo {
        display: none;
    }
    .navbar-brand.logo-small {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding: 0 45px;
    }
    .navbar-brand.logo img {
        height: 40px;
    }
    .card-header ul .nav-item-mbl .nav-link.active,
    .card-header ul .nav-item-mbl .nav-link {
        padding: 15px 20px;
    }
    .card-header ul {
        max-height: 285px;
        margin-bottom: 30px;
    }
    .header-navbar-rht li>a.header-login {
        padding: 8px 20px;
    }
    .banner-wrap {
        margin-bottom: 24px;
    }
    .footer-widget .submit-btns .btn {
        padding: 15px;
        font-size: 14px;
    }
    .technology-group {
        justify-content: center;
        gap: 20px;
    }
    .technology-group li {
        margin: 0;
    }
    .price-body ul li {
        font-size: 14px;
    }
    .pricing-wrap .price-head p {
        font-size: 14px;
    }
    .mobile-section .mobile-card .mobile-card-header {
        margin-bottom: 10px;
    }
    .price-info h5 {
        font-size: 16px;
    }
    .section-contact .contact-wrapper {
        padding: 20px;
    }
    .section-contact .contact-address h6 {
        font-size: 12px;
    }
    .price-title span {
        margin-right: 10px;
    }
    .contact-address {
        padding-left: 10px;
    }
    .contact-wrapper .contact-support {
        padding: 15px;
    }
    .author-logo ul li {
        margin: 0;
    }
    .footer-bottom {
        padding: 15px;
    }
    .banner-shape .about-shape-2,
    .customise-bg,
    .footer-bg {
        display: none;
    }
    .banner-hero {
        padding-left: 18px;
    }
    .core-feature-bg img {
        top: 70px;
    }
    .faq-title {
        font-size: 14px;
    }
    .application-btn .banner-btns {
        margin-right: 10px;
    }
    .btns-primary,
    .btn-secondary,
    .btn-primary {
        padding: 10px;
    }
    .home-banner {
        padding: 40px 0 36px;
    }
    .inner-content .inner-content-left h3 {
        font-size: 16px;
        color: #1C0828;
    }
    .mobile-section .mobile-card ul .nav-item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .uni-bg1,
    .pricing-bg img {
        display: none;
    }
    .counter-card {
        margin-bottom: 24px;
    }
    .demo-card {
        display: block;
        text-align: center;
    }
    .demo-img {
        margin: 0 0 24px 0;
    }
    .demo-info ul li a {
        word-wrap: break-word;
    }
    .page-loader .page-loader-inner img {
        left: 17px;
    }
    .core-features-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-loader .page-loader-inner label {
        position: relative;
        left: -22px;
    }
    .review-section .customer {
        margin-bottom: 0;
    }
    .qr-code {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .author-logo ul li {
        display: block;
    }
    .contact-btns {
        flex-direction: column;
    }
    .contact-btns a {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .customization-sec .customize-top {
        padding: 40px 20px;
    }
    .user-tab .inner-tab {
        flex-direction: column;
    }
    .user-tab .nav-pills .nav-item {
        width: 100%;
        margin-right: 0;
    }
    .user-tab .inner-tab .nav-link {
        width: 100%;
    }
}