@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../fonts/fonts.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*:not(i){
    font-family: 'Roboto Slab', serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

.table-responsive {
    padding: 0 0 20px 0 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

body .gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    top: 17px !important;
    margin: 0;
    outline: none;
    left: 30px;
}

@font-face {
  font-family: "Times New Roman";
  src: url("../../fonts/time-new-roman/times new roman.ttf");
}

/* Root Styling */
:root {
  --color-primary: #275034;
}


input#datepicker-1,
input#datepicker-2,
input#datepicker-3,
input#timepicker-1,
input#datepicker-4,
input#datepicker-5,
input#datepicker-6,
input#datepicker-7,
input#datepicker-8,
input#datepicker-9,
input#datepicker-10,
input#datepicker-11,
input#datepicker-12,
input#datepicker-13,
input#datepicker-14,
input#datepicker-15,
input#datepicker-16,
input#datepicker-17,
input#datepicker-18 {
    padding: 4px 20px 0 50px;
    background: white !important;
    margin: 0 0 30px 0;
}

.dates .btn:not(:disabled):not(.disabled),
.fc button:not(:disabled):not(.disabled) {
    position: absolute;
    border: 0;
    right: 0;
    top: 12px;
}

.gj-unselectable {
    margin: 0;
    z-index: 999999;
}

.gj-picker.gj-picker-bootstrap.timepicker button {
    background: #f7941e;
    border-radius: 100px;
    padding: 5px 20px;
    min-width: 60px;
    color: white;
}

.gj-picker.gj-picker-bootstrap.timepicker button:hover {
    background: #b96d12;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
    background: transparent !important;
    border: 0;
    top: -8px;
    margin: 0;
    right: 22px;
}

.gj-datepicker [role="right-icon"] {
    position: absolute;
    right: 10px;
    top: 6px;
}

/*hover start here*/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top-left-radius: 0px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fcba43;
}

.gj-timepicker.gj-timepicker-bootstrap.gj-unselectable.input-group button {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    text-align: left;
    background: transparent;
    border: 0;
}

body .profile-info .gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    top: 12px !important;
    color: #333;
}

.gj-modal .gj-picker-bootstrap {
    z-index: 22222 !important;
}

.gj-picker.gj-picker-bootstrap.datepicker {}

.gj-picker.gj-picker-bootstrap.datepicker table {
    margin: 0 0 0 0 !important;
}

.gj-picker.gj-picker-bootstrap.datepicker table tr {
    box-shadow: none;
}

.gj-picker.gj-picker-bootstrap.datepicker table {
    border-spacing: 0 !important;
}

.gj-button,
.gj-button-md,
.gj-cursor-pointer {
    padding: 0 !important;
}

/*hover end here*/

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/*step form css end here*/

/*table css start*/

/*step form css start here*/

/* Mark input boxes that gets an error on validation: */

#regForm input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */

#regForm .tab,
#regForm-2 .tab {
    display: none;
}

#regForm .pending-ad .detail button#prevBtn,
#regForm-2 .pending-ad .detail button#prevBtn {
    padding: 10px 40px 10px 40px;
    margin: 40px 0 0 0 !important;
    height: auto;
}

#regForm #prevBtn,
#regForm-2 #prevBtn {
    background-color: #a40000;
    color: #ffffff;
    border: none;
    cursor: pointer;
    height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    margin: 20px 0 0 0;
}

/* Make circles that indicate the steps of the form: */

#regForm .step,
#regForm-2 .step {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    background-color: #e1e1e1;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid white;
    margin: 0 0 0 0;
}

#regForm .step.active,
#regForm-2 .step.active {
    opacity: 1;
    background: #a40000 !important;
    border: 5px solid #edccc8;
}

/* Mark the steps that are finished and valid: */

#regForm .step.finish,
#regForm-2 .step.finish {
    background-color: #bcbcbc;
    position: relative;
    opacity: 1;
    color: white;
}

#regForm .step.finish::before,
#regForm-2 .step.finish::before {
    background: #bcbcbc;
    position: absolute;
    height: 2px;
    content: "";
    left: 60px;
    top: 15px;
    width: 50px;
}

form#regForm .buttons button,
#regForm-2 .buttons button {
    text-transform: capitalize;
}

button#nextBtn {
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    margin: 20px 30px 0 0 !important;
    font-size: 16px;
    padding: 17px 70px;
}

#regForm button.sub,
#regForm-2 button.sub {
    /* width: 150px; */
    /* padding: 0 20px; */
}

#regForm button.sub:hover,
#regForm-2 button.sub:hover {}

#regForm #prevBtn:hover,
#regForm-2 #prevBtn:hover {
    background: #d90404;
}

#regForm button.sub i,
#regForm-2 button.sub i {
    margin: 0 0 0 8px !important;
}

/*step form css end here*/

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 {
    top: 20px;
}

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 {
    bottom: 20px;
}

.btn-group.mr-1.mb-1 {
    margin: 0 !important;
}

button.btn.btn-drop-table.btn-sm {
    padding: 0;
    margin: -7px 0 0 0;
    color: #9f9f9f;
    background: transparent;
    font-size: 16px;
}

table.dataTable td:last-child {
    text-align: right;
    padding: 25px 70px 20px 20px !important;
}

table .dropdown-menu {
    margin: 0;
    min-width: 80px;
    border: 0;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.1);
    border-radius: 5px;
}

table .dropdown-item {
    font-size: 11px;
    color: #999999;
    padding: 0 10px;
}

table .dropdown-item:hover {
    background: white;
}

table .dropdown-item i {
    margin: 0 6px 0 0;
}

.dataTables_length {
    margin: 20px 0 0 0;
    text-transform: capitalize;
}

div.dataTables_wrapper div.dataTables_filter input {
    box-shadow: none;
    margin: 10px 0 0 10px;
}

button.btn.btn-drop-table.btn-sm:focus {
    outline: none !important;
    box-shadow: none;
}

table#DataTables_Table_0 {
    width: 100%;
    border-spacing: 0 26px;
}

div#DataTables_Table_0_info {
    padding: 0;
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #666666;
    text-transform: capitalize;
}

.page-item.disabled .page-link {
    border-color: #221f1f;
}

.page-item .page-link:hover {
    background: #cf003a;
    color: white;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    min-width: 100px;
    text-align: center;
    background: white;
}

.page-item.active .page-link {
    background: #643d97;
    border-color: #643d97;
    color: white;
}

.page-item.disabled .page-link.next a {
    border-top: 0px !important;
}
.iconWrapper {
    position: relative;
}
li.paginate_button.page-item.next.disabled a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.page-item .page-link {
    border: 1px solid #eeeeee !important;
    padding: 10px 15px;
    color: #c1c1c1;
}

.page-item:last-child .page-link {
    color: #222222;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
}

.page-item:first-child .page-link {
    color: #222222;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
}

.page-item.active .page-link:hover {
    background: #cf003a;
}

span.circle {
    color: white;
    display: inline-block;
    margin: -12px 10px 0 0;
    text-align: center;
    padding: 7px 0px 0 1px;
    width: 25px;
    border-radius: 100px;
    height: 25px;
}

td.dataTables_empty {
    padding: 20px 0 21px 0;
}

/*table css end*/

/*search bar start here*/

.main-header__searchbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 120px;
    display: none;
}

.main-header__searchbar::after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-header__searchbar__close img {
    margin: 0 !important;
}

.main-header__searchbar__close {
    cursor: pointer;
}

.main-header__searchbar__close img {
    position: absolute;
    top: -3px;
    right: 0;
    width: 40px;
}

.main-header__search__toggle {
    /* position: absolute; */
    /* top: 30px; */
    /* left: 30px; */
    cursor: pointer;
    z-index: 999;
    padding: 0 15px;
    margin: 26px 0 0 0;
}

.main-header__search__toggle span.icon-search {
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}

.main-header__search__toggle .icon-search img {
    width: 40%;
    margin-top: 4px;
}

.main-header__searchbar__curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.5s all;
}

.main-header__searchbar__curtain--1 {
    background-color: #afb478;
    z-index: 1;
}

.main-header__searchbar__curtain--2 {
    background-color: #fff;
    z-index: 2;
    transition: 1s all;
}

.main-header__searchbar__input {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
    height: 35px;
    font-size: 21px;
    padding-left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.main-header__searchbar__input.placeholder {
    color: #000;
    font-size: 16px;
}

.main-header__searchbar__input :-moz-placeholder {
    color: #000;
    font-size: 16px;
}

.main-header__searchbar__input ::-moz-placeholder {
    color: #000;
    font-size: 16px;
}

.main-header__searchbar__input ::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
}

.main-header__searchbar__input :-ms-input-placeholder {
    color: #000;
    font-size: 16px;
}

.main-header__searchbar__input form {
    width: 100%;
    height: 100%;
}

.main-header__searchbar__input input:not([type="radio"]):not([type="checkbox"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="number"]) {
    color: #1a1a1c;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0px !important;
    padding: 0 40px 0 20px !important;
    box-shadow: none;
    font-size: 16px !important;
}

.main-header__searchbar__input input:focus {
    outline: 0;
}

.search-open .main-header__searchbar {
    display: block;
}

.search-open .main-header__searchbar__curtain {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-header__search__toggle {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.main-header__search__toggle {
    -webkit-transition: all 900ms 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 900ms 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 900ms 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 900ms 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 900ms 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-header__search__toggle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-header__search__toggle {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

li.search-main {
    position: relative;
}

.search-open .main-header__searchbar__curtain input.hidden {
    display: none;
    visibility: hidden;
}

.main-header__searchbar__input input::placeholder {
    color: #898989;
}

.main-header__search__toggle span.icon-search:hover {
    color: #fa0046;
}

.nav-menu>li:last-child>a:hover::before {
    display: none;
}

/*search bar end here*/

/*notification start here*/

.noti-inner-cards:hover {
    transform: scale(1.05);
}

.all-notifications .noti-inner-cards .card {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
        0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: none;
}

.all-notifications .notification-title {
    padding: 20px 50px;
    background: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.all-notifications .notification-title h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #f7941e;
    margin: 0px !important;
    font-weight: 500;
}

.all-notifications .notification-title h4 {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 !important;
    background: #f7941e;
    width: 60px;
    text-align: center;
    padding: 5px 0 3px 0;
    border-radius: 5px;
    line-height: initial;
}

.all-notifications .noti-content {
    padding: 30px 50px;
}

.all-notifications .noti-content i {
    font-size: 18px;
    background: #f7941e;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0 !important;
}

.all-notifications .noti-content h5 {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-transform: capitalize;
    margin: 0 0 0 10px;
}

.noti-content p {
    margin: 0;
    color: black;
}

.noti-inner-cards {
    margin-bottom: 30px;
    border: none;
    transition: all 0.3s ease;
}

.all-notifications a {
    display: block;
}

.dropdown.not h3 {
    font-size: 13px;
    margin: 0 0 0 10px;
}

.dropdown.not h3 strong {
    font-weight: 600;
}

.dropdown.not .yel {
    font-size: 11px;
}

.dropdown.not a.view {
    color: #666666;
    font-size: 13px;
    line-height: 15px;
}

.dropdown.not a.view:hover {
    color: black;
}

.dropdown.not .media {
    margin: 0 0 10px 0;
    padding: 0 20px;
}

li.dropdown.not .dropdown-menu {
    min-width: 450px;
}

/*notification end here*/

/*nav css start here*/

a.dropdown-toggle.nav-link.dropdown-user-link {
    margin: 0 40px 0 0;
}

.dropdown-toggle {
    position: relative;
}

a.dropdown-toggle.nav-link.dropdown-user-link::after {
    background: url("../images/pro-icon.png") no-repeat;
    width: 10px;
    height: 10px;
    top: 18px;
    right: 0;
    position: absolute;
    display: block !important;
    border: 0;
    margin: 0 -20px 0 0 !important;
    padding: 0;
}

ul.user-nav.user-pro li.dropdown.dropdown-user.nav-item {
    margin: 0;
}

ul.user-nav.user-pro a {
    padding: 0;
    width: auto;
    margin: 0;
    text-align: left;
}

span.user-name {
    font-size: 16px;
    color: #643d97;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Lilita One", cursive;
}

ul.user-nav.user-pro a.dropdown-item i {
    width: 15px;
    margin: 0 15px 0 0;
}

ul.user-nav.user-pro a.logout {
    text-align: right;
}

.das-logo {
    padding: 1rem 0;
    text-align: center;
}

.das-logo img {
    width: 325px;
}

ul.user-nav.user-pro a.logout i {
    margin: 0 0 0 10px;
}

a.dropdown-toggle.nav-link.dropdown-user-link img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    margin: 0 10px -15px 0;
}

li.dropdown.dropdown-user.nav-item {
    margin: 20px 0 20px 20px;
}

a.dropdown-toggle.nav-link.dropdown-user-link h6 {
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #999999;
    font-weight: 500;
}

a.dropdown-toggle.nav-link.dropdown-user-link h6 i {
    margin: 0 0 0 10px;
}

a.dropdown-toggle.nav-link.dropdown-user-link::after {
    display: none;
}

.dropdown-menu-right.show {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.1);
    padding: 6px !important;
    width: 230px;
    left: 50px !important;
    top: 20px !important;
}

.new.show {
    width: 350px;
}

.dropdown-menu-right.show a {
    padding: 10px !important;
    border-radius: 6px;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #999999 !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.dropdown-menu-right.show a i {
    margin: 0;
    font-size: 13px;
    width: 17px;
    text-align: left;
}

.dropdown-menu-right.show a:hover {
    color: #fa0046 !important;
    background: white;
}

/*nav css end here*/

/*header start here*/

.head-section {
    position: relative;
    background-color: #fbfefa;
    box-shadow: 0 0 15px 5px #00000020;
}

.head-section::before {
    content: "";
    position: absolute;
    /*    background-image: url(../images/top-right.png);*/
    top: 0;
    right: 0;
    width: 185px;
    height: 117px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

.pink-btn {
    display: inline-block;
    cursor: pointer;
    background: #d75db2;
    padding: 16px 35px;
    border-radius: 100px;
    color: white;
    text-transform: capitalize;
    font-family: "Times New Roman";
    font-weight: 500;
    border: 0;
    min-width: 150px;
    text-align: center;
}

.pink-btn:hover {
    background: #cf003a;
    color: white;
}

.yellow-btn {
  width: fit-content;
  /* display: block; */
  background-color: var(--color-primary);
  color: #fff !important;
  font-size: 1rem;
  border: none;
  outline: none;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 0.65rem 2.25rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 0px #fff, 0 0 0 0px var(--color-primary);
  isolation: isolate;
  font-family: sans-serif;
}

.yellow-btn::before {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    )
    repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.yellow-btn:hover::before {
  animation: 2s ease 0s normal none 2 running shine;
}


@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.tasnp-btn {
    cursor: pointer;
    background: none;
    padding: 16px 70px;
    border-radius: 100px;
    color: white;
    margin: 30px 0 0 0;
    text-transform: capitalize;
    font-weight: 600;
    border: 2px solid #fff;
}

.tasnp-btn:hover {
    background: #026b4b;
    color: white;
}

.whte-btn {
    cursor: pointer;
    background: #fff;
    padding: 16px 70px;
    border-radius: 100px;
    color: #d75db2;
    margin: 30px 0 0 0;
    text-transform: capitalize;
    font-weight: 600;
    border: 2px solid #fff;
}

.whte-btn:hover {
    background: #d75db2;
    color: white;
}

.black-txt {
    color: #000;
}

.head-rightbox {
    display: flex;
    align-items: center;
    justify-content: end;
}

.head-section .head-rightbox img,
.nav.navbar-nav>img {
    width: 130px;
}

.head-section .head-rightbox a {
    margin-top: 0 !important;
}

/* .b-1 {
    font-size: 50px;
    font-family: 'Sofia Pro Bold Az';
    color: #000066;
    padding-bottom: 8px;
}

.b-2 {
    font-size: 70px;
    color: #f69321;
}

.b-3 {
    font-size: 30px;
    color: #2979FF;
    font-weight: 300;
    line-height: 35px;
    font-family: 'Sofia Pro Regular';
}

.bb-4 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: 'Sofia Pro Regular';
    line-height: 35px;
}

.b-4 {
    color: white;
    font-size: 24px;
    font-family: 'Sofia Pro Regular';
    margin-top: 4px;
} */

/* Loader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eb6b30;
    z-index: 99999999999;
    display: flex;
}

/* Preloader Style & Animation */

.preloader-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: #ccc rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-top-width: 3px;
    animation: rotate 1s 0s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/*header end here*/

/*=================== home page start here=======================*/

.green-back {
    background-image: url(../images/main-bg.png);
    padding: 250px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.owl-stage-outer {
    padding: 40px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #643d97;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ff6f92;
    border: 1px solid #fff;
}

.slider-txt {
    margin: 30px 0;
    font-size: 36px;
    color: #fff;
    font-family: "Times New Roman";
}

.check-out-box {
    margin-top: -184px;
    /* padding: 150px 0; */
    background-image: url(../images/asdasdasd2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 220px;
    padding-bottom: 250px;
    position: relative;
}

@keyframes mymove {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.map-anim-wrapper {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 100px;
}

.map-pic {
    position: absolute;
    left: -40px;
    top: -75px;
    animation: mapmove 3s infinite linear;
    animation-direction: alternate;
    z-index: 1;
}

.check-out-box-3 .map-anim-wrapper {
    top: 20%;
}

@keyframes mapmove {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translate(80px, 80px);
    }

    50% {
        transform: translate(0, 180px);
    }

    100% {
        transform: translate(80px, 320px);
    }
}

.carton-pic {
    position: absolute;
    bottom: 430px;
    right: 120px;
    animation: cartnmove 3s infinite linear;
    /* animation-direction: alternate; */
}

.check-out-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/school-narrow.png);
    background-repeat: no-repeat;
    bottom: 0;
    width: 213px;
    height: 473px;
    right: 0;
}

@keyframes cartnmove {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.cartoon-2-pic {
    position: absolute;
    bottom: -18px;
    left: 0;
    animation: cartn2move 4s infinite ease-in;
}

@keyframes cartn2move {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.arow-2 {
    position: absolute;
    left: 0;
    width: 169px;
    animation: arowmove 2s ease-in;
    /* animation-direction: alternate; */
}

@keyframes arowmove {
    0% {
        width: 0px;
    }

    100% {
        width: 169px;
    }
}

.whit-txt-46 {
    font-size: 46px;
    color: #fff;
    font-family: "Times New Roman";
}

.whit-txt-36 {
    font-size: 36px;
    color: #fff;
    font-family: "Times New Roman";
}

.dark-gren-46 {
    font-size: 40px;
    color: #643d97;
    font-family: "Times New Roman";
}

.dark-gren-36 {
    font-size: 46px;
    color: var(--color-primary);
    font-weight: 600;
    font-family: "Times New Roman";
}

.dark-gren-28 {
    font-size: 28px;
    color: #643d97;
    font-family: "Times New Roman";
}

.black-28 {
    font-size: 28px;
    color: #000;
    font-family: "Times New Roman";
}

.black-30 {
    font-size: 30px;
    color: #000;
    font-family: "Times New Roman";
    text-decoration: none;
}

.orng-txt {
    color: #643d97;
}

.main-card {
    border: dotted #643d97;
    border-radius: 20px;
    padding: 30px 10px;
    z-index: 1;
    height: 100%;
}

.card-hvr .main-card:hover {
    background-image: url(../images/card-bg-2.png);
    border: dotted #fff;
    background-position: center;
    background-size: cover;
    transform: translate(0px, -47px) !important;
    transition: all 0.8s;
}

.card-hvr .main-card:hover .black-30 {
    color: #fff;
    text-decoration: none;
}

a.card-hvr:hover {
    text-decoration: none;
}

.card-hvr .main-card:hover .web-p {
    color: #fff;
    text-decoration: none;
}

.card-hvr .main-card:hover circle {
    fill: #fff;
}

.card-hvr .main-card:hover #Icon_awesome-edit {
    fill: #ff6f92;
}

.card-hvr .main-card:hover #rept {
    fill: #4f4aef;
}

.web-p {
    font-family: "Times New Roman"'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.web-p-whit {
    font-family: "Times New Roman"'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
}

.about-us-box {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

.about-us-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/compass-path.png);
    background-repeat: no-repeat;
    bottom: 0px;
    width: 275px;
    height: 132px;
    right: 0;
}

.cumpas-pic {
    position: absolute;
    right: 220px;
    bottom: -40px;
    animation: cumpmove 3s infinite linear;
}

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

.our-mission-box {
    padding-top: 40px;
    position: relative;
}

.our-mission-box::before {
    content: "";
    position: absolute;
    background-image: url(../images/computer-path.png);
    background-repeat: no-repeat;
    bottom: 20px;
    width: 298px;
    height: 657px;
    left: 0;
}

.mission-cartn-pic {
    position: absolute;
    left: 112px;
    top: 90px;
    animation: cartn3move 3s infinite linear;
}

@keyframes cartn3move {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.safari-pic {
    position: absolute;
    left: 70px;
    bottom: 0px;
    animation: safarimove 5s infinite linear;
}

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

.our-mission-box::after {
    content: "";
    position: absolute;
    background-image: url(../images/crtn-path.png);
    background-repeat: no-repeat;
    bottom: 0px;
    width: 181px;
    height: 256px;
    right: 0;
}

.cartoon-3-pic {
    position: absolute;
    right: 60px;
    top: 210px;
    animation: cartn4move 3s infinite linear;
    width: 70px;
}

@keyframes cartn4move {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.are-saying-bg {
    background-image: url(../images/saying-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    text-align: center;
    padding: 60px 10px;
    /* max-width: 1445px;
    margin: 0 auto; */
    margin: 0 43px;
}

.home-slider {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    width: 100%;
}

.home-slider .owl-nav button {
    position: absolute;
    font-size: 30px !important;
    color: #fff !important;
}

.home-slider button.owl-prev {
    left: 60px;
}

.home-slider button.owl-next {
    right: 60px;
}

/*=================== home page end here=======================*/

/*=================== login-&-signup atart here=======================*/

.green-back-2 {
    /* padding: 500px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

.form-field {
    position: relative;
    margin-bottom: 25px;
}

.form-field i {
    color: var(--color-primary);
    font-size: 17px;
}

i.right-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
}

.site-input {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    color: #242424;
    width: 100%;
    resize: none;
    appearance: none;
}

.input-check {
    margin-top: 2px;
}

.dynasore3-pic {
    position: absolute;
    bottom: 0;
    left: 0;
}

.web-card {
    padding: 38px 10px;
    border-radius: 12px;
    box-shadow: 6px 6px 3px 2px var(--color-primary);
}

.modal-header {
    border: none;
}

.modal-header span {
    background: #643d97;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.modal-header button {
    opacity: 1;
}

label {
    color: #000000;
    font-family: "Times New Roman";
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.custom-control-label::before {
    top: 1px;
    border: 2px solid #ff6f92;
    background: none;
}

.custom-control-label::after {
    top: 1px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/aftr-radio.png);
}

.edit-user-img {
    position: relative;
    margin: 0 auto;
    margin-top: -100px;
}

.user-details-img {
    border-radius: 100%;
}

.camera-btn {
    position: absolute;
    width: 42px;
    height: 42px;
    font-size: 20px;
    background-color: #ff6f92;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    right: 0;
    bottom: 0;
    color: #fff;
    cursor: pointer;
}

/*=================== login-&-signup page end here=======================*/

/*=================== login-header start here=======================*/

ul.nav.navbar-nav.float-right {
    flex-direction: row;
    align-items: center;
}

.badge-up {
    position: relative;
    top: -17px;
    right: 10px;
    background: #ffffff;
    min-height: 20px;
    min-width: 20px;
    padding: 6px 5px 4px 5px;
    line-height: 10px;
    font-size: 11px;
    color: #643d97;
    border: 1px solid #707070;
}

.navbar-light .navbar-nav .nav-link {
    color: #643d97;
    font-size: 15px;
    font-weight: 700;
    font-family: "Times New Roman"'Roboto', sans-serif;
}

/*=================== login-header end here=======================*/

/*=================== explore-edusauras start here=======================*/

.check-out-box-3 {
    background-image: url(../images/asdasdasd2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 50px;
    position: relative;
}

.wrapper ul {
    list-style: none;
}

.wrapper {
    /* width: 700px; */
    margin: 20px auto;
}

.wrapper .products {
    margin: 40px 0;
    overflow: hidden;
    /* border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9; */
}

.wrapper .card-header {
    background-color: #643d97;
    color: #fff;
}

.wrapper .card {
    border: none;
    box-shadow: 0px 0px 9px 0px #bbb;
}

.wrapper button.btn.btn-link.btn-block {
    color: #fff;
}

.wrapper .products ul li p {
    display: none;
}

.wrapper .products ul.list li p {
    display: block;
}

.wrapper .products .list li {
    float: none;
    display: block;
    width: 100%;
    /* width: 691px; */
    height: 245px;
}

.wrapper .products .list li .itemTitle {
    float: left;
    position: relative;
    padding: 45px 0 20px 0;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
}

.wrapper .products .list li:hover .itemTitle {
    border: 0;
}

.wrapper .products .list li .itemTitle a {
    padding: 0 0 5px 0;
}

.wrapper .products .list li .itemTitle .des {
    color: #333;
    text-transform: none !important;
    padding: 10px 0 0 0;
}

.wrapper .products .list li .itemTitle p {
    color: #333;
    text-transform: none !important;
    width: 440px;
}

.wrapper .products .list li .itemIMG {
    height: 243px;
    float: left;
    border-right: 1px solid #d9d9d9;
    margin: 0 13px 0 0;
    width: 230px;
    position: relative;
}

.wrapper .products .list li .itemIMG img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper .products .list li .addCART {
    height: 243px;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
}

.wrapper .products .list li .addCART a {
    margin: 45% auto auto 40px;
}

.wrapper .products.catalog {
    margin: 80px auto 40px auto;
}

.wrapper .products.category {
    margin: 10px 0;
    /* width: 693px; */
    float: left;
    position: relative;
    z-index: 1;
}

.wrapper .products ul li {
    float: left;
    margin: 50px 9px 86px 9px;
    /* margin: 60px 9px; */
    padding: 0;
    width: 259px;
    height: 207px;
    position: relative;
    /* border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9; */
}

.wrapper .products ul li img {
    /* position: absolute; */
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper .products ul li:hover .addCART,
.wrapper .products ul li:hover .addCART a {
    opacity: 1;
}

.wrapper .products ul li:hover .itemTitle {
    border: 1px solid rgba(51, 51, 51, 1);
    border-top: 0;
}

.wrapper .products ul li:hover .itemTitle a {
    color: #010101;
}

.wrapper .addCART {
    position: absolute;
    top: 0;
    left: 0;
    width: 228px;
    height: 186px;
    border: 1px solid rgba(51, 51, 51, 1);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
}

.wrapper .addCART a {
    text-decoration: none;
    display: inline-block;
    width: 157px;
    height: 40px;
    margin: 100px auto auto 40px;
    background-color: #333;
    text-align: center;
    font: 14px/40px "OpenSans-Italic", sans-serif;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
}

.wrapper .itemTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 208px;
    height: 36px;
    border: 1px solid rgba(51, 51, 51, 0);
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    border-top: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.wrapper .itemTitle p,
.wrapper .itemTitle span,
.wrapper .itemTitle a {
    text-transform: uppercase;
}

.wrapper .itemTitle a {
    color: #003f75;
    text-decoration: none;
    display: block;
}

.wrapper .itemTitle span {
    color: #a20000;
}

.wrapper .view p {
    top: 0px;
    margin: 0 0px 0 0;
}

.wrapper .view p,
.wrapper .view a {
    /* float: left; */
    /* display: inline-block; */
    text-decoration: none;
    position: relative;
}

.view {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* .wrapper .icon-grid {
    background: url("https://webdevtrick.com/wp-content/uploads/grid-view.png") no-repeat 0 0;
    height: 16px;
    width: 16px;
    top: 7px;
}

.wrapper .icon-list {
    background: url("https://webdevtrick.com/wp-content/uploads/list-view.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
} */

.dark-gren-15 {
    font-size: 15px;
    color: #643d97;
    font-family: "Times New Roman";
    text-align: center;
    padding: 14px 0;
}

.products ul li .dark-gren-15-2 {
    display: none;
}

.products ul.list li .dark-gren-15-2 {
    display: block;
    margin: 0 10px;
    font-size: 15px;
}

.products ul.list li .dark-gren-15 {
    display: none;
}

.products ul.list li .card-body {
    display: flex;
}

.products ul.list li img {
    margin: 0;
}

.products ul.list li .dark-gren-15-2 a {
    color: #643d97;
    padding: 1px;
    font-family: "Times New Roman";
}

.big-pic {
    height: auto !important;
}

.wrapper ul.list {
    display: block !important;
}

.doll-pic {
    position: absolute;
    right: 30px;
    width: 175px;
}

/*=================== explore-edusauras end here=======================*/

/*=================== notiication page start here=======================*/

.check-out-box-2 {
    background-image: url(../images/asdasdasd2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 220px;
    padding-bottom: 250px;
    position: relative;
}

.nofiction-card {
    padding: 15px 20px;
    border-radius: 16px;
    margin: 10px 0;
}

.fa-clock {
    color: #ff6f92;
}

.web-yellow {
    color: #643d97;
}

li.page-item.web-pagin {
    /* border-left: 2px solid #EC5A26;
    border-right: 2px solid #EC5A26; */
    border-top: 2px solid #643d97;
    border-bottom: 2px solid #643d97;
}

.page-item:first-child .page-link {
    border-left: 2px solid #643d97 !important;
}

.page-item:last-child .page-link {
    border-right: 2px solid #643d97 !important;
}

.pink-bodr-btn {
    background: #fff;
    padding: 16px 35px;
    border-radius: 100px;
    border: 2px solid #ff6f92;
    color: #ff6f92;
    margin: 30px 0 0 0;
    text-transform: capitalize;
    font-family: "Times New Roman";
    font-weight: 500;
    min-width: 150px;
    text-align: center;
}

.pink-bodr-btn:hover {
    background: #ff6f92;
    color: #fff;
}

/*=================== notiication page end here=======================*/

/*=================== my-profile start here=======================*/

.pen {
    background: #ff6f92;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}

.pen:hover {
    background: #643d97;
    color: #fff;
}

/*=================== my-profile  end here=======================*/

/*=================== educator page here=======================*/

.dark-gren-24 {
    font-size: 24px;
    color: #643d97;
    font-family: "Times New Roman";
}

.black-txt-18 {
    font-size: 18px;
    color: #000;
    font-family: "Times New Roman";
}

.carton-pic2 {
    position: absolute;
    bottom: 0;
    right: 120px;
    animation: cartnmove 3s infinite linear;
}

/*=================== educator page  end here=======================*/

/*=================== news page  start here=======================*/

.news-card {
    position: absolute;
    top: 18px;
    right: 0;
    border: 5px solid #ff6f92;
}

.crd-hd {
    background-color: #643d97 !important;
    color: #fff;
}

.crd-hd button {
    color: #fff;
}

.news-card .card {
    width: 350px;
}

.search-bar {
    border-radius: 50px;
    height: 50px;
    width: 400px !important;
}

.search-icn {
    position: absolute;
    right: 25px;
}

/*=================== news page  end here=======================*/

/*=================== Contributor page  start here=======================*/

.dark-gren-18 {
    font-size: 18px;
    color: #643d97;
    font-family: "Times New Roman";
}

.file-inpt {
    position: relative;
}

.form-control-file {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.pink-txt {
    color: #ff6f92;
}

.search-icn-2 {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.dynasore-centr-pic {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50px, 10px);
}

.file-2 {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    left: 0;
    top: -20px;
    width: 116px;
}

.cartoon-3-pic-cont {
    position: absolute;
    left: 300px;
    top: 100px;
    animation: cartn3move 3s infinite linear;
}

/*=================== Contributor page  end here=======================*/

/*=================== partners page  start here=======================*/

.partnr-card {
    margin: 10px 0;
}

.partnr-card .card-header {
    background-color: #643d97;
}

.partnr-card .card-header button {
    color: #fff !important;
}

.tram-cond {
    background-color: #fff;
    padding: 40px;
}

.tram-cond p {
    line-height: 2;
}

/*=================== partners page  end here=======================*/

/*=================== links-view page  start here=======================*/

.dark-gren-12 {
    font-size: 12px;
    color: #643d97;
    font-family: "Times New Roman";
}

.dark-gren-8 {
    font-size: 8px;
    color: #643d97;
    font-family: "Times New Roman";
}

.web-select {
    border-radius: 50px;
    height: 50px !important;
    margin: 10px 0;
}

.cdp {
    position: relative;
    display: inline-block;
    /* max-width: 180px; */
    width: 100%;
}

.cdp__open {
    border: 1px solid #c5c5c5;
    background-color: transparent;
    border-radius: 20px;
    height: 47px;
    line-height: 1.65em;
    padding: 0.177em 1.9em 0 0.677em;
    text-indent: 0.33em;
    outline: none;
    width: 100%;
    text-align: left;
    color: #2e2e2e;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 100px;
}

.cdp__open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    content: "";
    width: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhBQoLOAczP8sqAAAA6ElEQVQ4y93RP04CQRSA8e9NJFkKY0liw96ClgiJjVTa6AG8gW47CQWRI3gAKsotsDHb0uAVoMPGxFhgotmx4I+7M2/pYbqZ+X2ZvAwc/hKwJ1zlje/R8KuaPZ5Gd+ad1P6KjUhdB2RB2851bmMy1wRepWdc33UAXJPMxns5XLiBkdvthZ4UOMCNIf2/DBOPw8SsEplWJT6XN3kQSM7qL65VON6MH3K69kNAT0DjIOutkqDxXRAmpd/d8UJQnRR5KdCTMvcCZRaPB0E5CTkYP3j6XF1uvnIWcuUFgPva+XUuy/HzD0e5/gALUWy2aWz1+AAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wNS0xMFQxMTo1NjowNyswMjowMPXyNYUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDUtMTBUMTE6NTY6MDcrMDI6MDCEr405AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 10px;
}

.cdp__open:focus {
    border-color: rgb(92, 192, 222);
    box-shadow: 0 0 4px 0px rgb(92, 192, 222);
}

.cdp__open span:not(:last-child):after {
    content: ",";
    padding-right: 3px;
}

.cdp__list {
    display: none;
    position: absolute;
    min-width: 100%;
    border: 1px solid #c5c5c5;
    left: 0;
    right: 0;
    top: 100%;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 2;
    max-height: 200px;
    overflow-x: auto;
}

.cdp__list.biger {
    width: 10%;
}

.cdp__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.3s ease;
    height: 0;
}

.cdp__list li {
    padding: 3px 5px 3px 35px;
    line-height: 1.8em;
    background-color: #fff;
    border: 1px solid #fff;
    position: relative;
}

.cdp__list li.submenu {
    padding-left: 50px;
}

.cdp__list li:hover {
    background: none !important;
    background-image: none !important;
    background-color: #5cc0de !important;
    border: 1px #5cc0de !important;
    color: white;
}

.cdp__list li:focus {
    border: 1px dotted #5cc0de;
}

.cdp__list li input {
    line-height: 16px;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 14px;
}

.cdp__list li label {
    margin-bottom: 0;
}

.open .cdp__list {
    display: block !important;
    border-top: 0;
}

.open .cdp__list ul {
    height: auto;
    transition: all 0.3s ease;
}

.open .cdp__open {
    border-radius: 20px 20px 0 0;
}

/*=================== links-view page  end here=======================*/

/*footer start here*/

.footer-top {
    position: relative;
    padding: 123px 0;
}

.world-picc {
    position: absolute;
    right: 66px;
    bottom: 0;
    z-index: 1;
    animation: cumpmove 5s infinite linear;
}

.footer-top .nav-link {
    font-size: 14px;
    font-family: "Times New Roman"'Roboto', sans-serif;
    color: #666666;
}

.footer-top::after {
    content: "";
    position: absolute;
    /*    background-image: url(../images/world-path.png);*/
    right: 0;
    top: 0;
    width: 218px;
    height: 218px;
    display: none;
}

.footer-top::before {
    content: "";
    position: absolute;
    /*    background-image: url(../images/foter-bfor.png);*/
    bottom: 0;
    left: 0;
    width: 265px;
    height: 186px;
    display: none;
}

.fotr-contus {
    font-size: 14px;
    font-family: "Times New Roman"'Roboto', sans-serif;
    color: #666666;
}

.footer-bottom {
    padding: 25px 0;
    background-color: #000000;
    color: #fff;
}

.dark-gren-24 {
    color: #643d97;
    font-family: "Times New Roman";
    font-size: 24px;
}

/*footer end here*/

.text-box {
    padding: 30px 20px;
    border: 5px solid #643d97;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    background: #ff6f92;
    color: #fff;
}

/*======================= responsive start here==============*/

@media (max-width: 1660px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

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

@media (max-width: 1388px) {
    .carousel-caption h5 {
        font-size: 80px;
    }

    .carousel-caption2 h5 {
        font-size: 60px;
    }
}

@media (max-width: 1366px) {
    .check-out-box::after {
        left: 2%;
    }

    .carousel-caption h5 {
        font-size: 80px;
    }

    .carousel-caption2 h5 {
        font-size: 60px;
    }

    .map-pic {
        left: 0;
    }
}

@media (max-width: 1280px) {
    .owl-carousel .owl-nav.disabled button.owl-next {
        right: 0px;
    }

    .owl-carousel .owl-nav.disabled button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

@media (max-width: 1199px) {
    .carton-pic {
        display: none;
    }

    .check-out-box::before {
        display: none;
    }

    .arow-2 {
        display: none;
    }

    .our-mission-box::before {
        display: none;
    }

    .mission-cartn-pic {
        display: none;
    }

    .safari-pic {
        display: none;
    }

    .cartoon-3-pic {
        display: none;
    }

    .our-mission-box::after {
        display: none;
    }

    .world-picc {
        display: none;
    }

    .footer-top::after {
        display: none;
    }

    .pink-head {
        width: 68%;
    }

    .carousel-caption h5 {
        font-size: 60px;
    }

    .carousel-caption2 h5 {
        font-size: 40px;
    }

    .navbar.navbar-light .breadcrumb .nav-item .nav-link,
    .navbar.navbar-light .navbar-nav .nav-item .nav-link {
        margin-left: -1px;
    }

    .header-section .black-btn {
        top: 80px;
    }

    .header-section {
        padding: 280px 0;
        background-position: -100px -40px;
    }

    .register .signup-sec li a {
        margin: 0 10px 50px 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .right-bar4 {
        display: none;
    }

    .carousel-caption h5 {
        font-size: 40px;
    }

    .carousel-caption2 h5 {
        font-size: 30px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .mo-1 {
        padding-bottom: 10px;
    }

    .mo-2 {
        padding-bottom: 10px;
    }

    .for-subscri {
        padding-top: 2px;
    }

    .for-follow {
        padding-top: 17px;
    }

    .home-hdr {
        position: relative;
    }

    .cover-bg {
        margin-top: -64px;
    }

    .cov-mobi {
        display: none;
    }

    .for-p {
        padding-bottom: 50px;
    }

    .say-pic {
        display: none;
    }

    .say::before {
        display: none;
    }

    .manag-project-clo::before {
        display: none;
    }

    /* 
    } */
    .tracking-div {
        margin: 84px;
    }

    .how-works {
        margin-top: 360px;
    }

    .b-3 {
        font-size: 20px;
    }

    .b-1 {
        font-size: 40px;
    }

    .bb-4 {
        font-size: 12px;
    }

    /* .cover-bg {
        padding: 85px 0px;
    } */
    .b1-3 {
        font-size: 18px;
    }

    .b1-1 {
        font-size: 32px;
    }

    .bb1-4 {
        font-size: 10px;
    }

    .mob-pic {
        display: none;
    }

    .custom-nav {
        width: 100%;
    }

    .customtoggler,
    #mySidenav {
        display: block;
    }

    .customtoggler {
        position: absolute;
        right: 20px;
        top: 25px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #f15b54c7;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        text-decoration: none;
        color: #feffff;
        font-size: 15px;
        display: block;
        transition: 0.3s;
        margin-left: 10px;
    }

    .sidenav a:hover {
        color: #f69321;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .login-ul-button {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-section .black-btn {
        top: 110px;
    }
}

@media (max-width: 767px) {
    .news-card {
        position: unset;
        margin: 10px 0;
    }

    .news-card .card {
        width: auto;
    }

    .products ul.list li .dark-gren-15-2 {
        font-size: 12px;
    }

    .wrapper .products .list li {
        margin: 20px 9px 90px 9px;
    }

    .mission-cartn-pic {
        display: none;
    }

    .carton-pic {
        display: none;
    }

    /* .owl-carousel .owl-nav button.owl-prev {
        position: unset;
    }
    .owl-carousel .owl-nav button.owl-next {
        position: unset;
    } */
    .mo-dot {
        display: none;
    }

    .header-section .black-btn {
        top: 100px;
    }

    .register {
        padding: 50px 20px;
    }

    .register .signup-sec li a {
        margin: 0 0 10px 0;
        display: block;
        min-width: 100%;
    }

    .register .signup-sec li {
        display: block;
    }

    .register .signup-sec li:last-child a {
        margin: 0 0 40px 0;
    }

    .login-inner .right {
        padding: 60px 50px;
    }

    .login-inner p {
        margin: 30px 0 20px 0;
    }

    .footer-bottom ul {
        text-align: center;
        margin: 20px 0 0 0;
    }

    .footer-bottom p {
        text-align: center;
        margin: 10px 0 0 0;
    }

    .footer-bottom {
        padding: 20px 0 0 0;
        margin: 40px 0 0 0;
    }
}

@media (max-width: 576px) {
    .about-us-box::before {
        display: none;
    }

    .check-out-box::after {
        display: none;
    }

    .arow-2 {
        display: none;
    }

    .head-rightbox img {
        display: none;
        justify-content: center;
    }

    .cartoon-3-pic {
        display: none;
    }

    .cumpas-pic {
        display: none;
    }

    .map-pic {
        display: none;
    }

    .contact-bg h5 {
        font-size: 70px;
    }

    .choose-plan .for-circ::before {
        display: none;
    }

    .how-works {
        margin-top: 474px;
    }

    .cover-bg {
        padding: 50px 0px;
    }

    .tracking-div {
        margin: 210px 10px 10px 10px;
    }

    .head-work {
        text-align: center;
    }

    .head-work2 {
        text-align: center;
    }

    .rotate-txt {
        display: none;
    }

    .header-section .black-btn {
        display: none;
    }

    .product-detail .bottom button {
        margin: 30px 0 0 0;
    }

    .owl-carousel .owl-nav.disabled button.owl-next {
        display: none;
    }

    .owl-carousel .owl-nav.disabled button.owl-prev {
        display: none;
    }

    form#regForm .buttons button,
    #regForm-2 .buttons button {
        width: 100%;
        margin: 20px 0 0px 0 !important;
        text-align: center;
    }

    form#regForm .buttons button i,
    #regForm-2 .buttons button i {
        margin: 0 10px 0 10px !important;
    }

    label.custom-radi {
        margin: 20px 10px 0px 0px;
    }

    .register .signup-sec li a {
        padding: 14px 10px 15px 10px;
    }

    .register-menu .nav-toggle:before {
        background-color: #343a40;
        border-radius: 10px;
        box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
    }

    .login-inner button.yel-btn {
        margin: 15px 0 0 0;
    }

    .login-inner p {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 499px) {
    .products ul.list li .card-body {
        display: block;
    }

    .wrapper .products .list li {
        margin: 20px 9px 160px 9px;
    }

    .wrapper .products ul.list li img {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .new.show {
        left: 0 !important;
        width: 306px;
    }

    .head-dynasore {
        display: none;
    }

    .head-rightbox img {
        display: none;
        justify-content: center;
    }

    .contact-bg h5 {
        font-size: 50px;
    }

    .superfood-txt-btn h6 {
        font-size: 20px;
    }

    .superfood-txt-btn {
        bottom: 23px;
        left: 16px;
    }

    .right-mobile {
        display: none;
    }

    .b-3 {
        font-size: 16px;
    }

    .b-1 {
        font-size: 34px;
    }

    .bb-4 {
        font-size: 9px;
    }

    .testimonials h2 {
        font-size: 18px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {

    .nav-menu>li>a:hover::before,
    li.active a::before {
        display: none;
    }

    span.noti-tag {
        right: unset;
        left: 30px;
        top: 10px;
    }

    .nav-menu>li button a {
        padding: 0 0 10px 15px;
        height: auto;
        font-size: 15px !important;
        color: white;
    }

    .user-header li.dropdown a span {
        top: 4px;
        left: 6px;
    }

    .user-header ul.nav-menu .main-header__searchbar__close img {
        display: block !important;
    }

    .user-header ul.nav-menu img {
        display: none !important;
    }

    .user-header .nav-menu>li>a {
        font-size: 15px;
    }

    .main-header__search__toggle span.icon-search {
        margin: 0 0 0 20px;
        color: #fba419;
    }

    .main-header__search__toggle span.icon-search i {
        transform: rotate(95deg);
    }

    .main-header__search__toggle {
        position: initial;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .user-header .nav-toggle:before {
        box-shadow: 0 0.5em 0 0 #1c7e81, 0 1em 0 0 #1c7e81;
        background: #1c7e81;
    }

    .user-header .nav-toggle {
        margin: -20px 0 0 0;
    }

    .user-profile {
        position: initial;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .register-menu ul.nav-menu {
        margin: 30px 0 0 0;
    }

    .login-inner .left {
        display: none;
    }

    /*menu start here*/
    .nav-toggle:before {
        box-shadow: 0 0.5em 0 0 #fa0046, 0 1em 0 0 #fa0046;
        background: #fa0046;
    }

    .navigation-portrait .nav-menu>li>a {
        color: black;
        padding: 0 10px 10px 20px !important;
        border: 0 !important;
        margin: 0;
        background: transparent;
        height: auto;
    }

    .navigation-portrait .nav-menu>li:last-child {
        padding: 10px 0 0px 0 !important;
    }

    .navigation-portrait .nav-menu>li {
        padding: 10px 0 0 0 !important;
    }

    /*menu end here*/
    h1,
    .village-res .left h1 {
        font-size: 40px;
        line-height: 45px;
    }

    h1 span {
        font-size: 25px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px !important;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    /* h6 {
        font-size: 19px
    } */
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .footer-top::before {
        /*        background: url(../images/foter-bfor.png) no-repeat center center/cover;*/
        width: 155px;
        height: 100px;
    }

    .dark-gren-36 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .dark-gren-24 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .our-mission-box::before {
        bottom: auto;
        width: 190px;
        height: 410px;
        background-size: cover;
        background-position: center;
    }

    .safari-pic {
        left: 40px;
        bottom: 70px;
    }

    .mission-cartn-pic {
        left: 65px;
        top: 0px;
    }

    .our-mission-box::after {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100px;
        height: 250px;
    }

    .cartoon-3-pic {
        right: 15px;
        top: 220px;
    }

    .check-out-box::before {
        background-size: cover;
        background-position: center;
        width: 125px;
        height: 280px;
        right: 20px;
    }

    .carton-pic {
        bottom: 225px;
        right: 60px;
    }

    .about-us-box {
        z-index: 1;
    }

    .map-anim-wrapper {
        display: none;
    }

    .carton-pic2 {
        right: 0;
        width: 150px;
    }

    .partnr-card,
    .card {
        z-index: 1;
    }
}

/*======================= responsive end here==============*/