@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Poppins', sans-serif;*/
    scroll-behavior: smooth;
    font-weight: 500;
    font-size: 14px;
    overflow-x: hidden;
    color: #515151;
    --space: 0rem;
}

a {
    color: #515151 !important;
    text-decoration: none;
}

p {
    line-height: 30px;
}

/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1380px;
} */

@media screen and (max-width:1440px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

/* Font style start */
.font-style-1 {
    font-family: 'Montserrat', sans-serif;
}

.font-style-2 {
    font-family: 'Open Sans', sans-serif;
}
/*---- Font Style Ends ----*/
/*---- Font Size Starts ----*/
.font-size-10 {
    font-size: 0.714em;
}

.font-size-12 {
    font-size: 0.857em;
}

.font-size-13 {
    font-size: 0.929em;
}

.font-size-14 {
    font-size: 1.000em !important;
}

.font-size-15 {
    font-size: 1.071em;
}

.font-size-16 {
    font-size: 1.143em !important;
}

.font-size-18 {
    font-size: 1.286em;
}

.font-size-20 {
    font-size: 1.429em;
}

.font-size-22 {
    font-size: 1.571em;
}

.font-size-24 {
    font-size: 1.714em;
}

.font-size-26 {
    font-size: 1.857em;
}

.font-size-28 {
    font-size: 2.000em;
}

.font-size-30 {
    font-size: 2.143em;
}

.font-size-32 {
    font-size: 2.286em;
}

.font-size-34 {
    font-size: 2.429em;
}

.font-size-36 {
    font-size: 2.571em;
}

.font-size-38 {
    font-size: 2.714em;
}

.font-size-40 {
    font-size: 2.857em;
}

.font-size-45 {
    font-size: 3.214em;
}

.font-size-50 {
    font-size: 3.571em;
}

.font-size-60 {
    font-size: 4.286em;
}
/*---- Font Size Ends ----*/

/*---- Font weight Starts ----*/
.font-wt-300 {
    font-weight: 300;
}

.font-wt-400 {
    font-weight: 400;
}

.font-wt-500 {
    font-weight: 500;
}

.font-wt-600 {
    font-weight: 600;
}

.font-wt-700 {
    font-weight: 700;
}

.font-wt-800 {
    font-weight: 800;
}

.font-wt-900 {
    font-weight: 900;
}
/*---- Font weight Ends ----*/

/*---- Text Color Starts ----*/
.color-white {
    color: #ffffff !important;
}

.color-black {
    color: #0000 !important;
}

.color-yellow {
    color: #fddd31;
}
/* .color-orange {color: #EF6C00 !important;} */
.color-blue {
    color: #1565C0 !important;
}

.color-orange {
    color: #e0a338 !important;
}

.color-bluelt {
    color: #A9BEDF !important;
}

.color-skyblue {
    color: #0BC1FC !important;
}

.color-green {
    color: #006e52 !important;
}

.color-green-2 {
    color: #92E3A9 !important;
}

.color-gray {
    color: #828282 !important;
}

.color-purple {
    color: #7D79F1 !important;
}

.color-red {
    color: #FF3E61 !important;
}

.text-muted {
    color: #8c8c8c;
}

.color-gold {
    color: #e0a338;
}

.color-dark-blue {
    color: #6a707e !important;
}

.color-lightpur {
    color: #e0a338;
}

.color-aqua {
    color: #0EC6D5;
}


/*---- Text Color Ends ----*/


/*---- Background Color Starts ----*/
.white {
    background-color: #ffffff;
}

.black {
    background-color: #505050;
    color: #ffffff;
}

.blue {
    background-color: #192841;
    color: #ffffff; /*#003F6B*/
}

.bluelt {
    background-color: #213453;
    color: #ffffff; /*#003F6B*/
}

.bluegrd {
    background: radial-gradient(111.26% 1642.9% at 100% 0%, #00C1DB 0%, #0064B9 100%);
}

.yellowgrd {
    background: radial-gradient(96.46% 306.39% at 71.01% 23.01%, #FFCA43 0%, #F99205 100%);
}

.purplegrd {
    background: radial-gradient(69.75% 232.28% at 77.48% 21.05%, #7BBDD9 0%, #6279C9 100%);
}

.pinkgrd {
    background: radial-gradient(106.62% 324.61% at 83.33% 8.42%, #FF5574 0%, #FF3EBD 100%);
}

.darkblue {
    background-color: rgba(87, 82, 208, 1);
    color: rgba(63, 57, 192, 1);
}


.blue-trans {
    background-color: rgba(38,50,110,0.8) !important;
}

.green {
    background-color: #02461d;
}

.yellow {
    background-color: #fddd31 !important;
}

.gray {
    background-color: #EEF1F9;
}

.gray-lt {
    background-color: #f7f7f7;
}

.red {
    background-color: #fa1700 !important;
}

.red-trans {
    background-color: rgba(211,47,47,0.5) !important;
}

.black-grad {
    background: rgba(0,0,0,0.9);
}

.error {
    color: #fa1700;
    padding-top: 0px !important;
    margin-bottom: 5px !important;
    font-weight: 400 !important;
}
/*---- Background Color Ends ----*/

/*---- Icon Starts ----*/
.icon-1x {
    font-size: 1.125em !important;
}

.icon-2x {
    font-size: 1.750em !important;
}

.icon-3x {
    font-size: 2.000em !important;
}

.icon-4x {
    font-size: 2.500em !important;
}

.icon-5x {
    font-size: 3.000em !important;
}

.icon-6x {
    font-size: 3.500em !important;
}

.icon-7x {
    font-size: 4.000em !important;
}

.icon-8x {
    font-size: 4.500em !important;
}
/*---- Icon Ends ----*/

/*---- Line Height Starts ----*/
.lh-20 {
    line-height: 20px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-40 {
    line-height: 40px;
}

.lh-45 {
    line-height: 45px;
}

.lh-50 {
    line-height: 50px;
}

.lh-55 {
    line-height: 55px;
}

.lh-60 {
    line-height: 60px;
}

.lh-70 {
    line-height: 70px;
}
/*---- Line Height Ends ----*/

/* social icon start */

.btn-social-small {
    font-size: 26px;
    border-radius: 100%;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    padding: 2px;
}

.btn-blue-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
    -moz-box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
    box-shadow: 0px 0px 30px 0px rgba(21,101,192,0.6);
    color: #fff !important;
    background: #1565C0;
    border: 2px solid #1565C0;
}

.btn-social-small.btn-mail {
    background: #4164d5;
}

.btn-social-small.btn-facebook {
    background: #4f7dd4;
}

    .btn-social-small.btn-facebook:hover {
        background: #789bde;
    }

.btn-social-small.btn-twitter {
    background: #5bceff;
}

    .btn-social-small.btn-twitter:hover {
        background: #8eddff;
    }

.btn-social-small.btn-linkedin {
    background: #21a6d8;
}

    .btn-social-small.btn-linkedin:hover {
        background: #49b9e3;
    }

.btn-social-small.btn-google-plus {
    background: #dc422b;
}

    .btn-social-small.btn-google-plus:hover {
        background: #e36957;
    }

.btn-social-small.btn-instagram {
    background: #e24381;
}

    .btn-social-small.btn-instagram:hover {
        background: #eb5891;
    }

.btn-social-small:hover {
    color: #fff;
}

/* social icon end */

/*---- Button Starts ----*/
tbody .btn {
    border-radius: 8px !important;
    font-size: inherit;
    padding: 0px !important;
}

.btn {
    border-radius: 8px !important;
    padding: 10px 30px;
    font-size: inherit;
}

.btn-large {
    padding: .9rem 1.8rem !important;
    font-size: 16px;
    font-weight: 700;
}

.btn-medium {
    padding: .65rem 1.6rem !important;
    font-size: 14px;
    font-weight: 500;
}

.btn-small {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
}

.btn-blue {
    color: #fff;
    background: #1565C0;
    border: 2px solid #1565C0;
}

.btn-yellow {
    color: #fff;
    background: #FBBC05;
    border: 2px solid #FBBC05;
}

.btn-green {
    color: #fff;
    background: #006e52 !important;
    border: 2px solid #006e52;
}

.btn-green-2 {
    color: #fff !important;
    background: #13bf80 !important;
    border: 2px solid #13bf80;
}

.btn-light-purple {
    border-radius: 5px;
    /*border: 2px solid #0EC6D5;
  background: #0EC6D5!important;*/
    border: 2px solid#050e48;
    background: #050e48 !important;
    color: #fff !important;
}



.btn-border-light-purple {
    border-radius: 5px;
    border: 2px solid #0EC6D5;
    color: #fff !important;
    /* border: antiquewhite; */
    text-decoration: none;
}



.btn-circle {
    text-align: center;
    border-radius: 50px !important;
}

.btn-blue-it, .btn-blue-lt:hover {
    color: #ffffff !important;
    background: #00ABEA;
    border: 2px solid #00ABEA;
}

.btn-red:hover, .btn-red:active, .btn-red:visited, .btn-red:link,
.btn-green:hover, .btn-green:active, .btn-green:visited, .btn-green:link,
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:visited, .btn-yellow:link,
.btn-blue:hover, .btn-blue:active, .btn-blue:visited, .btn-blue:link {
    color: #ffffff;
}

.btn-outline-blue {
    color: #1565C0 !important;
    background: transparent;
    border: 2px solid#1565C0 !important;
}

    .btn-outline-blue:hover {
        color: #ffffff !important;
        background-color: #1565C0;
    }

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-file {
    position: relative;
}


.btn-outline-1:before {
    background: #0EC6D5;
    border-color: #0EC6D5;
}

.btn-1 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn-1:hover {
    color: #ffffff !important;
}

.btn-outline-1 {
    color: #0EC6D5;
    border: 2px solid #0EC6D5;
}

    .btn-outline-1:before {
        background: #0EC6D5;
        border-color: #0EC6D5;
    }

.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: transparent;
    -moz-transition: ease all 0.9s;
    -o-transition: ease all 0.9s;
    -webkit-transition: ease all 0.9s;
    transition: ease all 0.9s;
    width: 0;
    height: 100%;
}

/*---- Button Ends ----*/





/* navbar start */

/* header {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#e3f4f0), to(#f7fffd));
  background: linear-gradient(90deg, #e3f4f0 0%, #f7fffd 100%);
} */

.container-fluid {
    padding: 0px 35px;
}


header {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    /* border-bottom: 1px solid #e0a338; */
}



/* .top-bar {
  display: flex;
  margin: auto;
  justify-content: left;
  text-align: center;
  align-items: center;
} */

.account-info i.fa.fa-user {
    font-size: 14px !important;
}


.list-training-cards p {
    -webkit-line-clamp: 3 !important;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


.menu-header .dropdown-item {
    display: block;
    width: max-content;
    clear: both;
    font-weight: 500;
    font-size: 12px !important;
    text-align: inherit;
    text-decoration: none;
    white-space: inherit;
    background-color: transparent;
    border: 0;
    padding: 10px 20px;
    color: #424242 !important;
    position: relative;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

li {
    position: relative;
}

ul.dropdown-menu.dropdown-submenu {
    position: absolute;
    left: 80%;
    top: 0px;
    /* border: none; */
    box-shadow: none;
}

.dropdown-submenu {
    position: relative;
}

.top-header hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    color: #818181;
}

.account-info {
    display: flex;
    text-align: center;
    /* padding-top: 20px; */
    float: right;
}

    .account-info .fa {
        margin-left: 10px !important;
    }

    .account-info .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        display: none;
    }

    .account-info .nav-item.dropdown {
        border: 1px solid #0ec6d5;
        background: #0ec6d5;
        border-radius: 8px;
        padding: 6px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .account-info .nav-item {
        color: #fff;
    }

    /* .account-info .nav-item a {
  color: #fff!important;
} */

    .account-info .nav-link {
        color: #fff !important;
    }

/* nav.navbar.navbar-expand-lg.navbar-light {
  height: 110px;
} */

.navbar-nav .dropdown-menu {
    position: static;
    /* border-top: 4px solid #006e52; */
    width: auto !important;
}

/* .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
} */

.otp-header {
    display: flex;
    justify-content: space-between;
}

#admin-toggle .dropdown-toggle {
    border: 1px solid #0ec6d5;
    background: #0ec6d5;
    border-radius: 8px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

    #admin-toggle .dropdown-toggle i.fa.fa-user {
        font-size: 15px !important;
        /* margin-left: 12px; */
    }

    #admin-toggle .dropdown-toggle::after {
        display: inline-block;
        margin-left: 10px;
        vertical-align: .255em;
        content: "";
        border-top: .2em solid !important;
        border-right: .2em solid transparent;
        border-bottom: 0;
        border-left: 0.2em solid transparent !important;
        font-size: 30px;
    }



.nav-item {
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
}


/* header li a{
  font-size: 12px 0px;
} */

.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}



.logo img {
    width: 10vw !important;
    text-align: center;
    justify-content: center;
    display: flex;
    /* padding: 0px 0px 20px 0px; */
    object-fit: contain;
}

.logo {
    display: flex;
    justify-content: left;
    align-items: center;
}

    .logo img:nth-child(1) {
        margin-right: 20px;
    }

header .material-icons {
    font-size: 20px;
    color: #e0a338;
}

a.nav-link.dropdown-toggle {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}


header li a {
    font-size: 14px !important;
    color: #313131 !important;
}

.account-info img {
    height: 22px;
    padding-left: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    /* min-width: 14rem; */
    /* padding: .5rem 0; */
    /* margin: 0; */
    /* font-size: 1rem; */
    /* text-align: left; */
    /* list-style: none; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: none; */
    border-radius: .25rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


/* navbar end */

/* section.main-banner {
  padding: 80px 0px;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#e3f4f0), to(#f7fffd));
  background: linear-gradient(90deg, #e3f4f0 0%, #f7fffd 100%);
} */

section.main-banner i {
    margin-left: 10px;
}

section.main-banner {
    padding: 80px 0px;
    margin-bottom: 50px;
    background-color: #15416e;
    /* background-color: #DAEFFF; */
    /* background: -webkit-gradient(linear, left top, right top, from(#e3f4f0), to(#f7fffd)); */
    /* background: linear-gradient(90deg, #ffc1072e 0%, #b1b2f38a 100%); */
    /* background: linear-gradient(90deg, #050E48 0%, #050E48 100%); */
}

    section.main-banner p {
        color: #fff;
    }

    /* section.main-banner .row {
  display: flex;
  justify-content: center;
  align-items: center;
} */

    section.main-banner img {
        height: 350px;
    }

    section.main-banner h1 {
        letter-spacing: 1px;
    }










/* services card */
.training-card {
    padding: 20px;
    margin-bottom: 30px;
    background: #15416e;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    border: 1px solid #939393;
    color: #e2e0e0;
    height: 100%;
}



.training-image img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid !important;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent !important;
}

.training-card .img-part {
    background: #0dcaf017;
    width: 100px;
    /* height: 100px!important; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: inherit;
    padding: 10px;
    margin-top: 0px;
    transform: scale(0.9);
    margin-bottom: 0px;
}


.training-card img:hover {
    color: #fff;
    /* transition: all 0.9s; */
}

.training-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    /* transition: all 0.9s; */
    z-index: -1;
}

.training-card h3 {
    margin: 15px 0 20px;
    /* -webkit-transition: all 0.5s; */
    transition: all 0.5s;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
}

.training-card p {
    margin-bottom: 20px;
    /* -webkit-transition: all 0.5s; */
    transition: all 0.5s;
}

.training-card:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.training-card.read-more {
    line-height: 1;
    font-weight: 600;
    /* -webkit-transition: all 0.5s; */
    transition: all 0.5s;
    display: block;
    font-size: 16px;
    border: none !important;
    text-decoration: none;
}

.owl-carousel .owl-item .training-image img {
    margin: auto;
    width: 100%;
    border-radius: 8px;
    height: 220px;
    object-fit: cover;
}

.read-more {
    color: #0EC6D5 !important;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    /* align-items: center; */
    /* text-align: center; */
    /* justify-content: center; */
    gap: 10px;
}

.offer-content-part i {
    margin-left: 15px;
    font-size: 14px;
}

.read-more.mt-2 i {
    font-size: 16px;
}

.training-card .read-more:hover {
    letter-spacing: 1.5px;
}

.training-card img {
    height: 60px;
}


.training-card img {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    font-size: 34px;
}


.training-card:hover::before {
    height: 100%;
}

/* .training-card::before {
  background: #13bf80;
} */

/* 
.training-card::before {
  background: #0EC6D5;
} */

.training-card .img-part {
    background: #0dcaf017;
    width: 100px;
    height: 100px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: -5px;
    transform: scale(0.9);
}


.training-card:hover .text-part {
    color: #fff !important;
}

.training-card:hover .read-more {
    color: #fff !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -8rem !important;
    right: 0;
}

button.owl-prev {
    background: transparent !important;
    color: #0EC6D5 !important;
    margin-right: 0px !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav button {
    width: 50px;
    border: 2px solid #0EC6D5 !important;
    height: 51px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #0EC6D5!important; */
    border-radius: 10px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav .owl-carousel button.owl-dot {
    background: #0ec6d5 !important;
}

.offer-sec.py-2 .owl-nav {
    display: none !important;
}

button.owl-prev {
    color: #0EC6D5 !important;
}

/* .our-service:before {
  background: url(../images/dotted.png)no-repeat;
  z-index: 1;
} */

.upcoming-training-sec .owl-stage .item {
    display: flex;
    height: 100%;
    max-width: 95%;
    margin: auto;
}

.upcoming-training-sec .main-title h2 {
    font-weight: 700;
    color: #515151 !important;
    font-size: 36px;
}

.upcoming-training-sec .owl-stage {
    display: flex;
    padding-bottom: 15px;
}

.upcoming-training-sec .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: 0rem !important;
    right: 0;
    bottom: 0;
    top: -120px !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    gap: 10px;
    z-index: -1000;
}

.upcoming-training-sec .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav .owl-carousel button.owl-dot {
    background: #0ec6d5 !important;
    position: absolute;
    right: -60px;
}

.upcoming-training-sec .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav .owl-carousel button.owl-dot {
    position: absolute;
    left: -60px;
}

.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #1372B2;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #1372B2;
}


/* .training-card:hover img {
  background-color: #fff;
  z-index: -1;
 
} */

/* .training-card:hover .img-part {
  background: #fff;
  width: 100px;
  height: 100px;

  padding: 10px 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transform: scale(0.9);
} */

.our-service .training-card:hover .img-part {
    filter: brightness(100);
}

.our-service .training-card:hover .img-part {
    height: 100px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: inherit !important;
    padding: 10px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    transform: scale(0.9);
}

.our-service {
    margin: 14px 0px 40px 0px !important;
    /* margin-bottom: 25px!important; */
    background: #15416e;
    padding: 60px 0px;
}

.training-card:hover .img-part img {
    -webkit-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
}


.training-card:hover .text-part a img {
    -webkit-transform: inherit !important;
    transform: inherit !important;
}

.training-card .link-part img {
    height: 20px !important;
}

.training-card .img-part img {
    height: 60px;
}

.training-card:hover .link-part img {
    color: #fff !important;
}



/* training cards end */







/* upcoming */

.content-area {
    padding: 80px 0 80px 0px;
}

.main-title {
    text-align: center;
    margin-bottom: 22px;
}

.add-btn {
    /* background: #050E48;*/
    background: #ffffff;
    padding: 14px 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 35px 20px rgb(0 0 0 / 10%);
    position: relative;
    justify-content: right;
    gap: 15px;
}

.topbar {
    /* background: #050E48;*/
    background: #ffffff;
    padding: 14px 14px;
    border-radius: 5px;
    box-shadow: 0 0 35px 20px rgb(0 0 0 / 10%);
    position: relative;
    justify-content: right;
}

    .topbar h3 {
        margin-top: 10px;
    }

.lh-2 {
    line-height: 2;
}

.add-btn .form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: 10px 10px;
    font-size: .875rem;
    border-radius: 4px 0px 0px 4px;
    background: #ffffffed;
    box-shadow: none;
    border-color: none !important;
}

.upcoming-training-card:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,#000000c7 0%,#1c1c1ca1 35%,#61606033 60%,#21252991 100%);
    border-radius: 10px;
    opacity: 1;
}

a.read-more-btn {
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffc107;
    padding: 5px 30px;
    border-radius: 5px;
}

.ling-section p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 30px;
}

.comon-slick .slick .item .upcoming-training-card {
    background-position: center;
    background-size: cover;
    transition: .3s;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}

.upcoming-training-card {
    position: relative;
    /* overflow: hidden; */
    background: #fff;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px !important;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100% !important;
    border-radius: 32px;
    height: 570px;
    object-fit: cover;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    height: 570px;
    border-radius: 10px;
}

.upcoming-training-card .ling-section {
    position: absolute;
    bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.upcoming-training-card .listings_no {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 20;
    font-size: 14px;
    color: #fff;
    background: #0EC6D5;
    padding: 14px 28px;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-radius: 8px;
}

.comon-slick .slick-prev::before {
    content: "←";
}

.comon-slick .slick-next::before {
    content: "→";
}

.comon-slick .slick-prev i {
    display: none;
}

.comon-slick .slick-next i {
    display: none;
}

.comon-slick .slick-prev {
    color: #fff;
}

.comon-slick .slick-next {
    color: #fff;
}

.slick-arrow::before {
    font-size: 24px;
}

.slick-arrow {
    font-size: 0px !important;
}









.upcoming-training-card .material-icons.font-size-20 {
    font-size: 18px;
}



.training-date {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.ling-section h3 a {
    color: #ffc107 !important;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.comon-slick .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
}

.comon-slick .slick-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    border-radius: 100px;
    z-index: 999;
    left: -5px;
    text-align: center;
    background: #0EC6D5;
    border: none;
    opacity: 1;
    font-size: 20px;
    display: initial;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}



.slick-slide {
    transform: scale(0.9);
}

.slick-current {
    transform: scale(1.1);
}

.comon-slick .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 999;
    right: -5px;
    text-align: center;
    background: #0EC6D5;
    opacity: 1;
    font-size: 20px;
    display: initial;
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    /* display: none!important; */
}

.main-title h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    /* margin-top: 20px; */
    margin-bottom: 20px !important;
}
/* about */

.about-us {
    padding: 80px 0px 80px 0px;
    /* background: #F3F6FA; */
    margin-top: 20px;
    background: #15416e;
}

    .about-us img {
        border-radius: 6px;
        border: 5px solid #ebebeb;
    }

.about-text {
    margin: 0 0 0 10px;
}

    .about-text h3 {
        font-weight: 700;
        margin: 0 0 20px;
        text-transform: uppercase;
        font-size: 27px;
        color: #fff;
        line-height: 42px;
    }

    .about-text p {
        margin-bottom: 20px;
        color: #d5d5d5;
    }

    .about-text ul {
        padding: 0;
        margin: 0;
        text-decoration: none;
        list-style: none;
        /* color: #343434 !important; */
        color: #d5d5d5;
    }

.btn-defaults {
    background: #006e52;
    border: 2px solid #006e52;
}

.our-service.mt-5 {
    margin: 100px 0px !important;
}


.about-text ul li {
    width: 50%;
    float: left;
    line-height: 30px;
}

    .about-text ul li i {
        color: #ffc107;
    }

    .about-text ul li i {
        margin-right: 5px;
    }










.agent-1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-1 {
    padding: 50px 10px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

    .agent-1:before {
        text-align: left;
    }

    .agent-1:before, .agent-1:after {
        content: "";
        position: absolute;
        z-index: -1;
    }

    .agent-1 .member-thumb {
        width: 170px;
        height: 170px;
        margin: 0 auto 30px;
        border-radius: 50%;
        overflow: hidden;
    }

.agent-1 {
    padding: 50px 10px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #0EC6D5;
}

    .agent-1 .member-name {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 7px;
    }

    .agent-1 .member-designation {
        font-size: 17px;
    }

    .agent-1 .member-name a {
        cursor: pointer;
        color: #262525;
        text-decoration: none !important;
    }

    .agent-1 .team-hover-content .member-name-designation {
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: center;
        padding: 30px 0;
        background: linear-gradient(0,#0EC6D5,rgb(255 171 74 / 0%));
        margin-bottom: 0;
        padding-bottom: 70px;
    }

    .agent-1 .team-hover-content .member-designation {
        transform: translateY(50px);
        transition: all .4s cubic-bezier(.76,.21,.32,.85);
        transition-delay: .2s;
        transform: translateY(50px);
        opacity: 0;
        color: #fff;
        font-size: 17px;
    }

    .agent-1:hover .team-hover-content {
        visibility: visible;
        opacity: 1;
    }

    .agent-1 .team-hover-content .member-thumb {
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

    .agent-1 .team-hover-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: .8s;
        opacity: 0;
        visibility: hidden;
    }

    .agent-1 .social-list a {
        margin: 0 0 3px;
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        background: #f3f3f3;
        border-radius: 3px;
        display: inline-block;
        color: #262525;
    }

    .agent-1:hover h4 a {
        color: #fff;
    }

    .agent-1 .member-socials a:hover {
        color: #fff;
    }

    .agent-1 .member-socials a {
        display: inline-block;
        text-align: center;
        transition: .3s;
        margin: 0 0 3px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-radius: 3px;
        display: inline-block;
        color: #262525;
        font-size: 16px;
    }

    .agent-1:hover .member-socials li {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .3s;
    }

    .agent-1 .member-socials {
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 100%;
        transform: translateY(50px);
        transition: all .4s cubic-bezier(.76,.21,.32,.85);
        transition-delay: .1s;
        opacity: 0;
    }

    .agent-1:hover .team-hover-content .member-designation {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .2s;
    }

    .agent-1 .team-hover-content .member-designation {
        transform: translateY(50px);
        transition: all .4s cubic-bezier(.76,.21,.32,.85);
        transition-delay: .2s;
        transform: translateY(50px);
        opacity: 0;
        color: #fff;
        font-size: 17px;
    }

    .agent-1 .team-hover-content .member-designation {
        transform: translateY(50px);
        transition: all .4s cubic-bezier(.76,.21,.32,.85);
        transition-delay: .2s;
        transform: translateY(50px);
        opacity: 0;
        color: #fff;
        font-size: 17px;
    }

    .agent-1 .team-hover-content .member-socials:hover li i {
        color: #fff;
    }

.agent-sec {
    margin: 100px 0px 0px 0px;
}

.agent-1:hover .team-hover-content .member-socials {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
    padding: 30px;
}

    .agent-1:hover .team-hover-content .member-socials span {
        color: #fff;
    }


/* agent-other-sec */

.agent-2 {
    margin: 0 1px;
    margin-bottom: 30px;
    /* background: #a22828!important; */
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    border: 2px dashed #d7d7d7;
    border-radius: 8px;
}

    .agent-2 .photo {
        overflow: hidden;
        position: relative;
    }

        .agent-2 .photo::before {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            background: #fff;
            left: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

        .agent-2 .photo img {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding: 10px;
        }

    .agent-2 img {
        width: 100%;
    }

    .agent-2:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    }

    .agent-2 .social-list {
        position: absolute;
        top: 15px;
        text-align: center;
        z-index: 20;
        border-radius: 5px 5px 0 0;
        left: 15px;
        width: 45px;
        color: rgb(255, 255, 255);
    }

        .agent-2 .social-list li {
            display: inline-block;
            font-size: 16px;
            z-index: 999;
        }

            .agent-2 .social-list li a {
                margin-right: 0px;
                font-size: 17px;
                width: 40px;
                height: 40px;
                border-radius: 3px;
                display: inline-block;
                text-align: center;
                line-height: 40px;
                display: inline-block;
                vertical-align: middle;
                transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
                color: #fff !important;
                margin-bottom: 3px;
            }

    .agent-2 .photo::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        background: #fff;
        right: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .agent-2 .detail p {
        line-height: 18px;
    }

    .agent-2 .photo::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        background: #fff;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .agent-2 .photo img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
        object-fit: cover;
        height: 300px;
    }

    .agent-2 hr {
        margin: 5px 0;
        color: inherit;
        border: 0;
        border-top: 1px dashed #000;
        opacity: .25;
    }

.rss-bg {
    background: #e78733;
}

.google-bg {
    background: #dc4e41;
}

.rss-bg {
    background: #e78733;
}

.twitter-bg {
    background: #56d7fe;
}

.agent-2 .detail {
    padding: 20px 15px 15px 20px;
}


.agent-2 ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    /* color: #343434 !important; */
}

.agent-2 .detail .contact ul li {
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
}

strong {
    font-weight: 600;
}


















/* schedule start*/

.schedule-card {
    background: #ffc1076e;
    padding: 40px 50px;
    border-radius: 10px;
    margin-top: 70px;
    margin-bottom: 70px;
}

    .schedule-card h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #424242;
    }

    .schedule-card img {
        height: 190px;
    }


    .schedule-card .row {
        display: flex;
        align-items: center;
    }
/* schedule end */



/* footer */


.main-footer {
    background: url(../images/footer-bg.svg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    color: #424242;
    position: relative;
    background-color: #15416e;
    float: left;
    width: 100%;
}

    .main-footer .footer-item.fi2 {
        margin-right: 20px;
    }

.main-title-4 {
    margin-bottom: 20px;
}

ul.personal-info a {
    border: none;
    color: #dadada !important;
    text-decoration: none;
}

.copy-right a {
    color: #dadada !important;
    text-decoration: none;
}

.row.clearfix p {
    color: #dadada;
}

.main-footer .footer-info .links a {
    color: #424242;
    text-decoration: none !important;
}

.main-footer .footer-info .main-title-4 h1 {
    color: #424242;
    font-weight: 600;
    font-size: 22px;
}

.main-footer .footer-info .personal-info ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #343434 !important;
}

.main-footer .footer-info .personal-info li {
    color: #dadada;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}


    .main-footer .footer-info .personal-info li i {
        font-size: 15px;
        left: 0;
        position: absolute;
        top: 0;
        line-height: 27px;
    }

.main-footer .footer-item {
    margin-bottom: 50px;
}

.main-title-4 {
    margin-bottom: 20px;
}

.main-footer .footer-info .main-title-4 h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    padding-top: 60px;
}

.main-title-4 h5 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}

.links {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #343434 !important;
}

.main-footer .footer-info .links li {
    font-size: 16px;
    margin-bottom: 12px;
}

    .main-footer .footer-info .links li a {
        color: #dadada !important;
        font-weight: 500;
        font-size: 14px;
    }

.newsletter.clearfix p {
    color: #d2d2d2;
}

ul.personal-info {
    list-style: none;
    text-decoration: none;
    padding: 0px !important;
}

.copy-right {
    padding: 20px 0;
    border-top: solid 1px #a6a6a6;
    color: #424242;
    font-size: 15px;
}

    .copy-right ul {
        float: right;
        margin: 0px;
    }

        .copy-right ul li {
            display: inline-block;
        }

            .copy-right ul li a {
                margin-left: 2px;
                /* color: #424242; */
                width: 38px;
                height: 38px;
                line-height: 45px;
                display: flex;
                border-radius: 3px;
                background: transparent;
                border: solid 1px #9e9e9e;
                text-align: center;
                justify-content: center;
                align-items: center;
            }

    .copy-right .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copy-right p {
        margin: 0px;
    }

.facebook-bg {
    background: #3b589e;
}

.newsletter p {
    font-size: 14px;
}

.main-footer .footer-item .newsletter .btn {
    width: 20%;
    border-radius: 0px 5px 5px 0px !important;
    padding: 11px 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    height: 50px;
    cursor: pointer;
    transition: .5s;
}

.main-footer .form-control {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px 0px 0px 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0px !important;
}

.button-theme {
    background: #e0a338 !important;
    border: 2px solid #e0a338;
}

.main-footer .fa.fa-paper-plane {
    color: #fff;
}

/* footer end */




































.dashbord-card {
    border: 1px solid #dadada;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    padding: 20px 34px;
}

.icon-part .material-icons {
    color: #fff;
    background: #e0a338;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    font-size: 28px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-heading {
    padding: 16px;
    margin: 30px 0px 30px 0px;
    /* box-shadow: 0px 0px 20px 0px rgba(235,235,235,1); */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
}

    .top-heading h2 {
        font-size: 26px;
        font-weight: 700;
        color: #424242;
        margin: 0px !important;
        letter-spacing: 1px;
    }

.icon-part {
    display: flex;
    gap: 60px;
}

.content-part {
    text-align: center;
    justify-content: center;
}

    .content-part span {
        font-size: 24px;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        padding: 10px;
        color: #006e52;
    }

.dashbord-sec p {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}

.dashbord-sec .content-part p {
    /* font-weight: 600; */
    font-size: 16px;
    margin: 0px;
    color: #424242;
}

a.btn-arrow {
    color: #000;
    padding: 12px;
}

.account-info ul.dropdown-menu.show {
    position: absolute;
    right: 0;
    left: auto;
}

.contact-card {
    /* border: 1px solid #dadada; */
    border-radius: 8px;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
  box-shadow: 0px 0px 20px 0px rgba(235,235,235,1); */
    padding: 20px 15px;
    text-align: center;
}


    .contact-card img {
        margin-bottom: 10px;
        border-radius: 50px;
        height: 100px;
    }

    .contact-card hr {
        margin: 1rem 0;
        color: inherit;
        border-top: 0.5px dashed #5f5f5f;
        opacity: 0.25;
        padding: 0px !important;
    }

    .contact-card .text-part span {
        font-size: 14px;
        font-weight: 500;
        color: #424242;
    }

    .contact-card .contact-no {
        display: flex;
        gap: 10px;
        align-items: center;
    }

.mail-sec {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    align-items: center;
}

.inner-hero img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* .inner-hero img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}

.inner-hero:after {
  width: 100%;
  height: 100%;
  background: #00000094;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
} */

/* .innerhero-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
} */
/* .inner-hero {
  position: relative;
} */

/* .inner-hero .carousel-caption {
  position: absolute;
  bottom: 80px;
} */

.inner-carousel-caption {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    color: #fff;
    text-align: center;
    display: flex !important;
    justify-content: center;
    gap: 50px;
    align-items: center;
    text-align: center;
}

.add-btn i {
    margin-right: 0px;
    font-size: 16px;
}

.inner-hero .carousel-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #050e48e0;
    opacity: 0.6;
}

.inner-hero .carousel-caption h2 {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 1px;
}

.contact-card .material-icons {
    font-size: 18px;
}

/* .right-bar-sec:before {
  width: 1px;
  border-left: 2px dashed #00000047;
  content: "";
  height: 89%;
  position: absolute;
  top: 350px;
  bottom: 500;
  margin: auto;
  margin: 0px -12px;
} */

#sidebar img {
    /*height: 200px;*/
    width: 100%;
    border-radius: 10px !important;
    object-fit: cover;
    /* border: 4px solid#be853b; */
    margin-top: 16px;
}


.right-bar-sec {
    /* border: 1px solid #dadada; */
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0 0 35px 20px rgb(0 0 0 / 10%);
}

.form-sec {
    position: relative;
    background: #fafafa;
    z-index: 1;
    padding: 30px 0px;
    border-top: 2px solid #fff;
}





.right-bar-sec h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 22px 0px;
}


.search-type {
    width: -moz-fit-content;
    /* width: fit-content; */
    display: flex;
    background: white;
    border-radius: 10px;
    border: 1px solid #bfbdbd;
    background: #FFF;
    padding: 5px;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

    .search-type input {
        border: 0px;
        border-radius: 50px;
        padding: 10px 25px;
        width: 170px;
    }

/* #sidebar {
  position: sticky;
  top: 50px;
  height: 100vh;
  flex-basis: calc(100% - 400px - 60px);
  flex-grow: 1;
} */




























/* folder sec start */

.folder-icon-color {
    color: #FFC107;
    text-shadow: 1px 1px 0px #e0a800;
}


/* folder sec end */





/* login page start */

.login-section {
    /* position: relative; */
    /* min-height: 100vh; */
    /* text-align: center; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* background: #2f4786; */
    /* background-image: url(../images/login-bg.svg); */
}

.form-section.login-card h1 {
    line-height: 40px;
}

.login-section:before {
    content: "";
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.04) url(../images/login-bg.svg) repeat;
     background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -9;
}

.login-section .form-section {
    width: 37% !important;
    margin: 30px;
    float: right;
    padding: 30px 40px 60px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

    .login-section .form-section p {
        margin-bottom: 0;
        text-align: center;
        font-size: 16px;
    }

    .login-section .form-section .thembo {
        margin-left: 4px;
    }

    .login-section .form-section p a {
        color: #343434;
        font-weight: 500;
    }

    .login-section .form-section .form-control {
        font-size: 16px;
        outline: none;
        color: #616161;
        border-radius: 3px;
        border: 1px solid #dbdbdb;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    }

.form-section.login-card i {
    margin-left: 10px;
    font-size: 16px;
}

.form-section.login-card img {
    width: 180px;
}


.login-section .form-section .form-control {
    float: left;
    width: 100%;
    padding: 12px 20px 12px 20px;
    background: #006e5214;
    border: 1px solid #0ec6d5;
}

.login-logo {
    margin-bottom: 20px;
}

.form-section h3 {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .login-section .form-section {
        width: 90% !important;
        margin: 20px;
        float: right;
        padding: 30px 40px 60px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    }
}


/* login page end */



.form-bg {
    border-radius: 5px;
    /* -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1); */
    -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    /* box-shadow: 0px 0px 20px 2px rgba(235,235,235,1); */
    padding: 40px 40px 40px 40px;
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    /* padding: 32px; */
    box-shadow: 0 0 35px 20px rgb(0 0 0 / 10%);
}

    .form-bg label {
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.form-check label {
    margin: 0;
}

#upload-form .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: #2196F3 !important;
    border-bottom: none !important;
}

#upload-form .nav-link {
    color: #424242 !important;
}

    #upload-form .nav-link .active {
        color: #006e52 !important;
    }


.form-bg .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    margin-top: 14px;
    margin-right: 6px;
}

.form-bg .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .8 !important;
}


.form-sec .form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /* padding: 11px; */
    /* margin: 6px 0px; */
    box-shadow: none;
    margin: 0;
    background-color: #0ec6d500;
}

/* .form-sec label {
  display: inline-block;
  padding: 5px 0px 5px 0px;
  font-weight: 600;
  color: #424242;
  font-size: 14px;
  font-weight: 500;
} */

.form-sec hr {
    margin: 20px 0px 20px 0px;
    color: inherit;
    border: 0;
    border-top: 1px dashed #191919;
    opacity: .25;
}

/* .form-sec h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 25px 0px;
} */



.btn-sec {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    float: right;
    justify-content: end;
}

.agent-name-sec {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


#datepicker {
    width: 180px;
    margin: 0 20px 20px 20px;
}

    #datepicker > span:hover {
        cursor: pointer;
    }


input {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px;
}


















/* Contact page CSS start From Here */

/* Harish Shimpi CSS Start */
.padding_top {
    padding: 15px 30px 0px 30px !important;
}

.h-0 {
    height: 100% !important;
}



.action-lcons,
.action-lcons:hover {
    /* color: #007bff !important; */
    color: #000 !important;
    /* background: #a0cbf9; */
    background: #fff;
    /* border: 2px solid #a0cbf9; */
}

.btn-small {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.8em;
    font-weight: 500;
}

/* realtor page */
.realtore_sec {
    margin: 25px 0px 80px 0px !important;
}

ul {
    list-style: none;
}

.profile-card {
    max-width: 300px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 0px 6px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    margin: 0px auto 20px;
    background: rgba(255, 255, 255, 1);
    top: 50%;
    transform: translateY(-50%);
}

    .profile-card header {
        display: block;
        position: relative;
        background: rgba(255, 255, 255, 1);
        text-align: center;
        padding: 30px 0 20px;
        z-index: 1;
        overflow: hidden;
    }

        .profile-card header:before {
            content: "";
            position: absolute;
            background: url("http://ali.shahab.pk/blur.php?img=http://ali.shahab.pk/ali-shahab.jpg&x=60") no-repeat;
            background-size: cover;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .profile-card header:after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
        }

        .profile-card header img {
            border-radius: 100%;
            overflow: hidden;
            width: 100px;
            /*border: 1px solid rgba(255,255,255,.5);*/
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
        }

        .profile-card header h4 {
            font-weight: 400;
            font-size: 14px;
            color: #666;
            letter-spacing: 0.5px;
            margin: 0;
            padding: 0;
        }

        .profile-card header h3 {
            margin-top: 10px;
            font-weight: 400;
            font-size: 20px;
            color: #666;
            letter-spacing: 0.5px;
            padding: 0;
        }

    .profile-card .profile-bio {
        padding: 0 30px;
        text-align: left;
        color: #000;
    }

        .profile-card .profile-bio p {
            line-height: 15px;
            text-align: center;
        }

    .profile-card .profile-social-links {
        display: flex;
        margin: 20px auto;
        justify-content: space-around;
        padding: 0px;
        display: flex;
    }

        /* .profile-card .profile-social-links li{
border: 1px solid gray;
border-radius: 40px ; 
} */

        .profile-card .profile-social-links li a {
            color: #000;
            display: block;
            text-align: center;
            padding: 10px;
            margin: 0 10px;
            border-radius: 100%;
            -webkit-transition: box-shadow 0.2s;
            -moz-transition: box-shadow 0.2s;
            -o-transition: box-shadow 0.2s;
            transition: box-shadow 0.2s;
        }

.fnt_small {
    font-size: 14px;
}


/* transaction css */

.card_Transiton .profile-social-links li a {
    color: black
}

.margin_10 {
    margin: 10px;
}

.order-card {
    color: #120202;
    margin-bottom: 10px;
}

.bg-c-blue {
    box-shadow: 3px 3px 7px 2px rgba(4,26,55,0.16);
}

.card_Transiton {
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.card .card-block {
    padding: 15px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}





@import url("https://fonts.googleapis.com/css2?family=Corben:wght@700&display=swap");

.marquee {
    --duration: 60s;
    --gap: var(--space);
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 10px;
    /* justify-content: space-around; */
    gap: var(--gap);
    min-width: 100%;
    /* animation: scroll var(--duration) linear infinite; */
}

.upcoming-training-card:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background-image: url(../images/real-estate1.jpeg);
    background: linear-gradient(to top,#000000c7 0%,#1c1c1ca1 35%,#61606033 60%,#21252991 100%);
    border-radius: 10px;
    opacity: 1;
}

/* .offer-card {
  background-image: url(../images/real-estate1.jpeg);
  object-fit: fill!important;
  background-size: contain;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;

} */

.offer-card {
    background-size: cover;
    width: 100%;
}

    .offer-card .offer-content-part p {
        font-size: 20px;
        font-weight: 600;
    }

    .offer-card:before {
        background: #000000a1;
        opacity: 0.5;
    }

.owl-carousel .owl-item img {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

/* .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: inherit!important;
} */

.offer-card::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    border-radius: 10px;
    background: #050e48;
    opacity: 0.5;
}

.offer-card .offer-content-part {
    position: absolute;
    top: 50px;
    left: 30px;
    color: #fff !important;
}

.offer-content-part p {
    padding: 0 !important;
    margin: 0px;
}

.offer-sec.py-2 {
    margin-top: -30px;
}


.offer-card img {
    height: 200px;
    object-fit: cover;
}

.marquee__group p {
    font-size: 20px !important;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee__group img {
    max-width: clamp(10rem, 1rem + 28vmin, 20rem);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
}

/* .marquee__group p {
  background-image: linear-gradient(
    75deg,
    hsl(240deg 70% 49%) 0%,
    hsl(253deg 70% 49%) 11%,
    hsl(267deg 70% 49%) 22%,
    hsl(280deg 71% 48%) 33%,
    hsl(293deg 71% 48%) 44%,
    hsl(307deg 71% 48%) 56%,
    hsl(320deg 71% 48%) 67%,
    hsl(333deg 72% 48%) 78%,
    hsl(347deg 72% 48%) 89%,
    hsl(0deg 73% 47%) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.marquee__group p {
    background-image: linear-gradient( 75deg, hsl(0deg 0% 100%) 0%, hsl(0deg 0% 100%) 11%, hsl(0deg 0% 100%) 22%, hsl(0deg 0% 100%) 33%, hsl(0deg 0% 100%) 44%, hsl(0deg 0% 100%) 56%, hsl(0deg 0% 100%) 67%, hsl(0deg 0% 100%) 78%, hsl(0deg 0% 100%) 89%, hsl(0deg 0% 100%) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marquee--borders {
    border-block: 2px solid#0ec6d5;
    padding-block: 0.75rem;
    background: #e0a338;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}



.list-training-cards .date-box {
    color: #0ec6d5;
}

.list-training-cards .post-meta {
    position: absolute;
    bottom: -20px;
    font-size: 15px;
    border-radius: 5px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.list-training-cards:hover .date-box {
    transform: rotateY(360deg);
    color: #fff;
}

.list-training-cards:hover .date-box {
    background: #0ec6d5;
}

.list-training-cards .date-box {
    position: absolute;
    top: 20px;
    font-size: 15px;
    padding: 6px 20px 6px;
    text-align: center;
    right: 20px;
    background: #fff;
    border-radius: 3px;
    display: block;
    z-index: 999 !important;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1) !important;
}

.list-training-cards {
    /* margin-bottom: 28px; */
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative;
    /* -webkit-transition: .5s; */
    transition: .9s;
    overflow: hidden;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 6px 5px rgb(0 0 0 / 6%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.date-box i {
    width: 20px;
    margin-right: 10px;
    color: #0ec6d5 !important;
}

.list-training-cards .post-meta span {
    margin: 0 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
}

.list-training-cards:hover i {
    color: #fff !important;
}

.list-training-cards span .fa {
    margin-right: 10px;
    font-size: 14px;
    color: #006e52;
}


.list-training-cards:hover .post-meta {
    background: #006e52 !important;
}

.detail .fa {
    margin-left: 14px;
}

.list-training-cards:hover .post-meta {
    bottom: 10px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.list-training-cards:hover .post-meta {
    color: #fff !important;
}

.list-training-cards .edit-icon {
    background: #006e521f;
    padding: 10px;
    border-radius: 15%;
    box-shadow: 0 0 20px 4px rgb(241 241 241 / 10%);
    margin-right: 18px;
    /* margin-left: 10px; */
    color: #006e52;
}

.training-image::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    border-radius: 10px 0px;
    /* opacity: 1; */
    background: #000000a1;
    opacity: 0.5;
}

/* .add-btn {
  position: absolute;
  right: -116px;
} */

.list-training-cards:hover .edit-icon {
    color: #006e52 !important;
}

.list-training-cards .training-image {
    position: relative;
}

.list-training-cards .post-meta {
    position: absolute;
    bottom: -20px;
    font-size: 15px;
    border-radius: 5px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.list-training-cards .detail {
    padding: 40px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* .bottom-part {
  padding: 0px 20px 20px 20px;
} */

.training-list .row .col-lg-3 {
    display: flex;
    margin-top: 26PX;
}

ul.pagination {
    display: flex !important;
    justify-content: end !important;
    margin-top: 30px;
}


/* .list-training-cards:hover .detail {
  padding: 35px 25px 35px;
  transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
} */

.list-training-cards .post-meta {
    position: absolute;
    bottom: -20px;
    font-size: 15px;
    border-radius: 5px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.bottom-part .d-flex {
    margin-bottom: 16px;
    margin-top: 16px;
}


.bottom-part .fa {
    margin-left: 10px;
}

.top-sec {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bottom-sec {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}









.btn-defaults {
    background: #0ec6d5;
    border: 2px solid #0ec6d5;
}

    .btn-defaults:hover {
        color: #0ec6d5;
        border: 2px solid #0ec6d5;
    }

.btn-2 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* .btn-2 {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  position: relative;
  z-index: 5;
  transition: .9s ease;
  font-weight: 600;
  line-height: 46px;
  border-radius: 3px;
} */

.btn-2:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-defaults:before {
    background: #0ec6d5;
}

.btn-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    z-index: -1;
}

.btn-2 {
    color: #fff !important;
    /* font-size: 16px; */
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .9s ease;
    /* font-weight: 600; */
    /* padding: 0 47px 0 25px; */
    /* line-height: 46px; */
    border-radius: 3px;
    /* margin-top: 20px; */
    text-decoration: none;
    /* display: flex; */
}

.btn-1 {
    padding: 0 47px 0 25px;
    line-height: 46px;
    position: relative;
    display: inline-block;
    background: none;
    border-radius: 3px;
}




/* conatct cards sec */

.contact-cards {
    margin-bottom: 28px;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    transition: .9s;
    /* overflow: hidden; */
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 35px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    /* border-top: 100px solid #006e52; */
    height: 350px;
}

.contact-header {
    background: url(../images/contact-bg2.png)no-repeat;
    height: 110px;
    width: 100%;
    background-size: cover;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.contact-cards .edit-icon {
    background: #006e521f;
    padding: 10px;
    border-radius: 15%;
    box-shadow: 0 0 20px 4px rgb(241 241 241 / 10%);
    margin-right: 16px;
}

.contact-content.text-center.mt-4 {
    display: flex;
    flex-direction: column;
    margin-top: 40px !important;
    align-items: baseline;
    padding: 5px 25px;
}

.conatct-img img {
    /* height: 100px; */
    width: 100px;
    height: 100px;
    border-radius: 8%;
    margin: auto;
    display: flex;
    object-fit: cover;
    position: absolute;
    top: 39px;
    left: 20px;
}

.contact-content p {
    line-height: 18px;
    /* font-size: 14px; */
}

.edit-icon-sec {
    border-top: 2px solid #ffffff !important;
    /* width: 100%; */
    padding: 20px 0px;
}


button.btn.btn-search {
    position: absolute;
    left: auto;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: fit-content;
}

.search-bar {
    position: relative;
}

.add-btn .form-control {
    padding: 10px;
    width: 280px !important;
    overflow: hidden;
    margin: 0;
    border-radius: 0px;
}

button.btn.btn-search .fa {
    background: #0ec6d5;
    /* padding: 14px; */
    /* border-radius: 0px 4px 4px 0px; */
    color: #fff;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.training-list {
    background: url(../images/Shape-bg.png)no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}


.conatct-img {
    /* background: #006e52b3; */
    /* height: 105px; */
}

.contact-content .fa {
    margin-right: 10px;
    color: #006e52;
}



.media-cards {
    margin-bottom: 28px;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    transition: .9s;
    overflow: hidden;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 35px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

    .media-cards::before {
        content: "";
        top: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 0;
        border-radius: 10px 0px;
        /* opacity: 1; */
        background: #000000a1;
        opacity: 0.5;
    }


/* shimmer */
.shimmer {
    position: relative;
}

    .shimmer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
        background-size: 200%;
        animation: shimmer 1s infinite reverse;
    }

@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}
/* shimmer */



/* media-cards sec */



.media-card {
    position: relative;
    width: 100%;
    height: 260px;
    background: url(../images/card-bg-1.png)no-repeat;
    background-size: cover;
    transition: 0.5s;
    margin-top: 150px;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
}


    .media-card .details img {
        height: 20px;
        margin-right: 10px;
        /* gap: 10px; */
    }

    .media-card .lines {
        position: absolute;
        /* inset: 3px; */
        /* background: #fcfcfc; */
        overflow: hidden;
        border-radius: 8px;
        border: 1px solid #dcdcdc;
    }






        .media-card.lines::after {
            content: '';
            position: absolute;
            inset: 3px;
            background: #050e48;
        }

    .media-card .imageBox {
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
        height: 180px;
    }



        .media-card .imageBox img {
            position: absolute;
            top: 10px;
            left: 10px;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            filter: grayscale(1);
            border-radius: 8px;
        }

/* .media-card:hover .imageBox img {
  filter: grayscale(0);
} */


@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}





.media-card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}

    .media-card .content .details {
        width: 100%;
        text-align: center;
        transition: 0.5s;
        transform: translateY(85px);
    }

.media-card:hover .content .details {
    transform: translateY(25px);
}

.media-card .content .details h2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 26px;
    margin-top: -80px !important;
    padding: 0px 32px;
}


    .media-card .content .details h2 span {
        font-size: 14px;
        /* font-weight: 500; */
        color: #bcbcbc;
        font-weight: 600;
    }

.media-card .content .details .info {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* position: absolute; */
    top: 0px;
    right: 0px;
    flex-direction: column;
    gap: 10px;
}

    .media-card .content .details .info h3 {
        font-size: 1rem;
        color: #45f3ff;
        line-height: 1.2rem;
        font-weight: 600;
        text-align: center;
    }

        .media-card .content .details .info h3 span {
            font-size: 0.8rem;
            font-weight: 400;
            color: #fff;
        }

.media-card .content .details .actions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

    .media-card .content .details .actions button {
        min-width: 100px;
        padding: 10px 0;
        border: none;
        outline: none;
        background: #45f3ff;
        font-size: 1rem;
        font-weight: 500;
        color: #222;
        cursor: pointer;
        opacity: 0.8;
        transition: 0.5s;
    }

        .media-card .content .details .actions button:nth-child(2) {
            background: #fff;
        }

        .media-card .content .details .actions button:hover {
            opacity: 1;
        }

        .media-card .content .details .actions button:active {
            opacity: 1;
            transform: scale(0.98);
        }

.media-card:hover .content .details {
    margin-top: 106px;
}

.info .edit-icon {
    background: #ffffff;
    padding: 12px;
    border-radius: 10%;
    box-shadow: 0 0 20px 4px rgb(241 241 241 / 10%);
    margin-right: 16px;
    color: #006e52;
    width: 100%;
}





/* video-btn */
.wrapper {
    display: inline-block;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff !important;
    display: inline-block;
    background: #ff001a;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}





/* contact cards */

.contact-card {
    position: relative;
    width: auto;
    height: 250px;
    /* background: #fff; */
    transition: 0.5s;
    border-radius: 10px;
    margin-top: 100px;
}

    .contact-card:hover {
        height: 400px;
    }



    .contact-card .lines {
        position: absolute;
        inset: 3px;
        /* background: #000; */
        overflow: hidden;
        border-radius: 10px;
        /* background: url(../images/cards-bg-3.png); */
    }


        .contact-card .lines::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 120px;
            /* background: linear-gradient(transparent, #45f3ff, #45f3ff, #45f3ff, transparent);
  animation: animate 4s linear infinite; */
        }

.shape img {
    width: 96%;
    height: 100%;
    position: absolute;
    top: 8px;
    right: 7px;
    left: 8px;
    z-index: -0;
    padding: 0 !important;
    border-radius: 0px;
    /* transition: none; */
}

.contact-card .lines::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: url(../images/card-bg-1.png)no-repeat;
    background-size: cover;
    border-radius: 10px;
    /* border: 3px solid #0ec6d5; */
}

.details span {
    color: #bcbcbc;
}

.contact-card .imageBox {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    transition: 0.5s;
    z-index: 10;
    overflow: hidden;
    background-color: white;
    border-radius: 50%;
}

.contact-card:hover .imageBox {
    width: 150px;
    height: 150px;
}

.contact-card .imageBox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 150px;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(transparent, #45f3ff, #45f3ff, #45f3ff, transparent); */
    /* animation: animate 4s linear infinite; */
    border-radius: 50%;
}


.contact-card .edit-icon {
    background: #ffffff;
    padding: 12px;
    border-radius: 10%;
    box-shadow: 0 0 20px 4px rgb(241 241 241 / 10%);
    margin-right: 16px;
    color: #006e52;
}

/* .contact-card .imageBox::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #292929;
  border-radius: 50%;
} */

.contact-card .imageBox img {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    height: 100%;
    /* filter: grayscale(1); */
    /* transition: 0.5s; */
    z-index: 1;
    border-radius: 50%;
    border: 3px solid #f2d96b;
	object-fit:cover;
}

.contact-card:hover .imageBox img {
    filter: grayscale(0);
}


@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.contact-card .content {
    /* position: absolute; */
    /* width: 100%; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}


    .contact-card .content .details {
        width: 100%;
        text-align: center;
        transition: 0.5s;
        transform: translateY(115px);
    }

.contact-card:hover .content .details {
    width: 100%;
    text-align: center;
    transition: 0.5s;
    transform: translateY(70px);
}

.admin-details {
    padding-top: 39px;
}

.add-contact-btn {
    display: flex;
    justify-content: end;
}


.contact-card .info .fa {
    margin-right: 5px;
    color: #fce067;
    padding: 0px 10px;
}


/* .realtor .content .details {
  width: 100%;
  text-align: center;
  transition: 0.5s;
  transform: translateY(74px);
} */



.contact-card .content .details h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2rem;
}

.contact-card .info span {
    color: #ffffff;
    font-weight: 500;
}

.contact-card.content .details h2 span {
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
}

.contact-card .content .details .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
    margin: 20px 0px;
    gap: 9px;
}

    .contact-card .content .details .info h3 {
        font-size: 1rem;
        color: #45f3ff;
        line-height: 1.2rem;
        font-weight: 600;
        text-align: center;
    }

        .contact-card .content .details .info h3 span {
            font-size: 0.8rem;
            font-weight: 400;
            color: #fff;
        }

.contact-card .content .details .actions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

    .contact-card .content .details .actions button {
        min-width: 100px;
        padding: 10px 0;
        border: none;
        outline: none;
        background: #45f3ff;
        font-size: 1rem;
        font-weight: 500;
        color: #222;
        cursor: pointer;
        opacity: 0.8;
        transition: 0.5s;
        margin-top: 30px !important;
    }

        .contact-card .content .details .actions button:nth-child(2) {
            background: #fff;
        }

        .contact-card .content .details .actions button:hover {
            opacity: 1;
        }

        .contact-card .content .details .actions button:active {
            opacity: 1;
            transform: scale(0.98);
        }





.agent-cards .imageBox {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    transition: 0.5s;
    z-index: 10;
    overflow: hidden;
    border-radius: 0%;
}


.agent-cards {
    position: relative;
    width: auto;
    height: 210px;
    /* background: #fff; */
    transition: 0.5s;
    border-radius: 10px;
    margin-top: 100px;
}






.agent-card {
    position: relative;
    width: auto;
    height: 180px;
    background: #fce0673b;
    transition: 0.5s;
    margin-top: 100px;
    border: 1px solid #c78d3b;
    border-radius: 10px;
}



    .agent-card:hover {
        height: 250px;
    }

    .agent-card .lines::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        height: 120px;
    }

    .agent-card .lines::after {
        content: '';
        position: absolute;
        /* inset: 3px; */
        background: #ffffff;
    }

    .agent-card .imageBox {
        position: absolute;
        /* top: -50px; */
        /* left: 50%; */
        /* transform: translateX(-50%); */
        width: 100px;
        height: 100px;
        /* background: #000; */
        /* transition: 0.5s; */
        /* z-index: 10; */
        /* overflow: hidden; */
    }

        .agent-card .imageBox::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 500px;
            height: 150px;
            transform: translate(-50%, -50%);
        }


        .agent-card .imageBox img {
            position: absolute;
            top: 20px;
            left: 20px;
            height: 10px;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            /* filter: grayscale(1); */
            transition: 0.5s;
            z-index: 1;
        }



@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.agent-card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}

    .agent-card .content .details {
        width: 100%;
        text-align: center;
        transition: 0.5s;
        transform: translateY(165px);
    }

.agent-card:hover .content .details {
    transform: translateY(80px);
}

.agent-card .content .details h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #45f3ff;
    line-height: 1.2rem;
}

    .agent-card .content .details h2 span {
        font-size: 0.75rem;
        font-weight: 500;
        color: #fff;
    }

.agent-card .content .details .info {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: flex-start; */
    align-items: center;
    margin: 30px 0;
    margin: 20px;
}

.agent-card .info .edit-icon {
    background: #0ec6d524;
    padding: 12px;
    border-radius: 10%;
    box-shadow: 0 0 20px 4px rgb(241 241 241 / 10%);
    margin-right: 16px;
    color: #006e52;
}

.agent-card .info a {
    margin-right: 10px;
}

.agent-card .content .details .info h3 {
    font-size: 1rem;
    color: #45f3ff;
    line-height: 1.2rem;
    font-weight: 600;
    text-align: center;
}

    .agent-card .content .details .info h3 span {
        font-size: 0.8rem;
        font-weight: 400;
        color: #fff;
    }

.status-btn {
    background: #ff00002b;
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 8px;
    border-radius: 0px 40px 40px 0px;
    color: #424242;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 12px;
    left: 0;
}



.agent-card .content .details .actions button:nth-child(2) {
    background: #fff;
}

.agent-card .content .details .actions button:hover {
    opacity: 1;
}

.agent-card .content .details .actions button:active {
    opacity: 1;
    transform: scale(0.98);
}

.agent-card .top-details {
    position: absolute;
    top: 70px;
    left: 20px;
}



.top-details h3 {
    padding: 4px 0px;
}


.custom-data-table-wrapper1 {
    background: #fff;
    height: 20px;
}

.custom-data-table-wrapper2::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.table {
    color: #515151;
}

    .table > :not(caption) > * > * {
        padding: 10px 10px;
        background-color: white;
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

.text-nowrap {
    white-space: nowrap !important;
    background: #ffffff;
}

.list-table .material-icons .edit-icon {
    font-size: 16px !important;
    background: #0ec6d55e;
    padding: 6px;
    color: #006e52;
    border-radius: 5px;
}

.list-table td {
    padding: 8px 16px !important;
    vertical-align: middle;
}

.list-table a .material-icons.edit-icon {
    font-size: 14px !important;
    background: #0ec6d521;
    padding: 12px;
    color: #006e52;
    border-radius: 5px;
}

.list-table button .material-icons.edit-icon {
    font-size: 14px !important;
    background: #0ec6d521;
    padding: 12px;
    color: #006e52;
    border-radius: 5px;
}

.list-table th {
    font-size: 12px;
    font-weight: 600;
    padding: 15px;
    vertical-align: middle;
    /* border-right: 1px solid #efefef; */
}

.list-table tr {
    font-size: 12px;
}


.fa-plus-circle:before {
    content: "\f055";
    margin-right: 10px;
}

a.page-link {
    font-size: 14px;
    color: #424242;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #0ec6d5;
    border-color: #0ec6d5;
    color: #fff !important;
}


.datepickers {
    width: 100%;
}

    .datepickers .label-control {
        font-size: 14px;
    }

    .datepickers .form-control {
        padding-left: 20px;
        padding-right: 20px;
        height: 50px !important;
        border: none !important;
    }


.datetimepicker .dropdown-menu {
    position: absolute;
    top: 100%;
}


.content-center {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
}

.video-card {
    position: relative;
}

.video-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #00000024;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.thumbnail {
    position: relative;
}

.video-icon img {
    width: 60px;
    height: 60px;
}




.resource-card {
    position: relative;
    height: 160px;
    background: url(../images/card-bg-1.png)no-repeat;
    background-size: cover;
    margin-top: 80px;
    border-radius: 8px;
}


    .resource-card .head-card {
        padding: 20px 20px;
    }

    .resource-card .info .edit-icon {
        margin-right: 0px;
    }

    .resource-card .info {
        width: 100%;
        display: flex;
        justify-content: right;
        align-items: center;
        position: absolute;
        bottom: 10px;
        right: 0px;
        gap: 10px;
        /* background: #ffffff24; */
        padding: 10px 24px;
    }


    .resource-card .head-card img {
        width: 60px;
        margin-top: 12px;
    }




    .resource-card .head-card h3 {
        font-size: 14px;
        color: #fff;
    }

.head-card span {
    color: #d6d4d4;
}

.head-card .text-content {
    position: absolute;
    top: 20px;
    /* left: 100px; */
    padding-left: 3px;
}

.head-card h2 {
    font-size: 16px;
    color: #fff;
}

.head-card i {
    margin-right: 10px;
}


#downlode-form {
    width: 80%;
    margin: auto;
}













.new-class {
    font-weight: 500 !important;
    color: purple;
    font-size: 25px;
    padding: 0px 5px;
    background: #000;
    border-radius: 5px;
}

.three {
    margin-top: 15px;
}

    .three img {
        display: none;
        max-width: 250px;
    }

.column:not(:first-child) {
    border-left: 1px solid #000;
}



.top-part h4 a {
    -webkit-line-clamp: 2 !important;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


#upload-form {
    width: 80%;
    margin: 0px auto 30px auto;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}


    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        border: 1px solid #000 !important;
    }

.file.file--upload i {
    margin-right: 16px;
}


#uploadForm #input-file {
    display: none;
}


.file.file--upload label {
    display: flex;
    border: 1px solid #006e52;
    padding: 7px;
    color: #006e52;
    border-radius: 4px;
    padding: 0.65rem 1.6rem !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}


#uploadForm .row {
    align-items: end;
}


#uploadForm .nav-link {
    color: #424242 !important;
}

.property-check-btn {
    display: flex;
    gap: 30px;
    margin: 10px 0px;
}

#input-file {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px;
    display: none;
}

.clause-sec {
    margin: 80px 0px;
}

    .clause-sec h2 {
        font-size: 18px;
        font-weight: 600;
        color: #515151;
    }

    .clause-sec button.accordion-button {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff !important;
        background: #050E48;
        box-shadow: none;
    }

    .clause-sec .accordion-item {
        margin-bottom: 15px !important;
        box-shadow: 0px 0px 6px #00000029 !important;
    }

    .clause-sec .accordion-button::after {
        filter: brightness(100);
    }

    .clause-sec hr {
        margin: 1rem 0;
        color: inherit;
        border: 0;
        border-top: 1px dashed #828282 !important;
        opacity: .6;
    }









.document-card {
    /* position: relative; */
    width: 100%;
    height: auto;
    background: url(../images/card-bg-1.png)no-repeat;
    /* background-size: cover; */
    /* transition: 0.5s; */
    margin-top: 50px;
    border-radius: 8px;
    /* border: 1px solid #d2d2d2; */
}

    /* .document-card .lines {
	position: absolute;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #dcdcdc;
} */

    .document-card .imageBox {
        width: 200px;
        /* height: 180px; */
        margin: auto;
    }

    .document-card .content {
        padding: 0px 10px 30px 10px;
    }


        /* .document-card .content .details {
	width: 100%;
	text-align: center;
	transition: 0.5s;
	transform: translateY(85px);
} */

        .document-card .content .details h2 {
            font-size: 18px;
            font-weight: 600;
            color: #ffffff;
            line-height: 30px;
        }

            .document-card .content .details h2 span {
                font-size: 12px;
                /* font-weight: 500; */
                color: #bcbcbc;
                font-weight: 600;
            }

        .document-card .content .details .info {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            /* position: absolute; */
            top: 0px;
            right: 0px;
            flex-direction: column;
            gap: 10px;
            margin-top: 20px;
        }

            .document-card .content .details .info form {
                width: 100%;
                display: flex !important;
                justify-content: center;
                align-items: center;
                top: 0px;
                right: 0px;
                /* margin-top: 20px; */
                flex-direction: row;
            }

                .document-card .content .details .info form button {
                    padding: 0px;
                    margin-left: -8px;
                }

.option-card .content .details .info form {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    flex-direction: row;
}

.document-card .content .details .info a {
    margin-right: 5px !important;
}

.document-card .content .details {
    text-align: center;
}

.option-card {
    width: 100%;
    height: auto;
    background: url(../images/card-bg-1.png)no-repeat;
    background-size: cover;
    /* background: #000; */
    margin-top: 50px;
    border-radius: 8px;
    position: relative;
}


    .option-card .imageBox {
        width: 100%;
        /* height: 180px; */
        margin: auto;
        padding: 20px;
        /* border-radius: 9px; */
    }

    .option-card .form-check-input[type=checkbox] {
        border-radius: .25em;
        width: 30px;
        height: 30px;
    }

    .option-card .imageBox img {
        border-radius: 10px;
        border: 5px solid #fff;
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

    .option-card .imageBox:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #050e48e0;
        opacity: 0.4;
        border-radius: 10px;
    }

    .option-card .form-check {
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 1;
    }

    .option-card .content {
        display: flex;
        padding: 0px 30px 20px;
        text-align: center;
    }

    .option-card h5 {
        font-size: 18px;
        color: #fce067;
    }

    .option-card .content .details h2 {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        line-height: 30px;
    }

    .option-card .content {
        display: flex;
        padding: 0px 30px 20px;
        text-align: center;
        justify-content: center;
        z-index: 1;
        position: relative;
    }

        .option-card .content .details .info {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            /* position: absolute; */
            top: 0px;
            right: 0px;
            flex-direction: column;
            gap: 10px;
            margin-top: 20px;
        }

        .option-card .content .details .info {
            width: 100%;
            display: flex !important;
            justify-content: center;
            align-items: center;
            top: 0px;
            right: 0px;
            margin-top: 20px;
            flex-direction: row;
        }

            .option-card .content .details .info form a {
                margin-right: 8px;
            }

            .option-card .content .details .info form button {
                margin-left: -10px;
            }


.menu-header .wordpress-link {
    border-bottom: 1px solid #c4c6cc !important;
}

    .menu-header .wordpress-link a {
        color: #006e52 !important;
    }



#resource-contac-sec .sidebar {
    /* background: #fff; */
    margin-top: 30px;
}

#resource-contac-sec #v-pills-tab {
    padding: 0px 0px;
    margin-top: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

#resource-contac-sec .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: #1e275b;
}

#resource-contac-sec .nav-pills .nav-link {
    background: 0px 0px;
    border: 0px;
    color: #515151;
    text-align: left;
    border-bottom: 1px solid #d8d8d8;
    padding: 14px 10px;
    border-radius: 0px;
}


#resource-contac-sec .contact-card {
    margin-top: 50px;
}


#resource-contac-sec .nav-pills .nav-link:nth-last-of-type(1) {
    border-bottom: none !important;
}


.clauses-sec .accordion-body {
    background: #fff;
    padding: 20px;
    margin-top: 50px;
    box-shadow: -1px 0px 15px 0px #00000021;
    border-radius: 10px;
}

    .clauses-sec .accordion-body h2 {
        font-size: 24px;
        font-weight: 600;
        color: #515151;
    }








.training-card:hover .img-part img {
    -webkit-transform: rotate(360deg) !important;
    transform: rotate(360deg) !important;
}

.training-card:hover .link-part a img {
    -webkit-transform: inherit !important;
    transform: inherit !important;
}

.training-card .link-part a {
    margin-bottom: 10px !important;
}


.social-sec ul li a {
    margin-left: 2px;
    /* color: #424242; */
    width: 38px;
    height: 38px;
    line-height: 45px;
    display: flex;
    border-radius: 3px;
    background: transparent;
    border: solid 1px #9e9e9e;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.social-sec ul li {
    display: inline-block;
}

.social-sec a {
    color: #dadada !important;
    text-decoration: none;
}

ul.social-list {
    display: flex;
    /* justify-content: space-around; */
    text-align: left;
    margin-left: -30px;
}

.contact-page .contact-card {
    height: 220px;
}

    /* .contact-page #admin-part .content .details {
  transform: translateY(90px)!important;
} */

    .contact-page .contact-card:hover {
        height: 320px !important;
    }

    .contact-page .contact-card .content .details {
        transform: translateY(90px);
    }

    .contact-page .contact-card:hover .content .details {
        transform: translateY(70px) !important;
    }

.login-card a {
    color: #0d6efd !important;
}

.toggle-password {
    float: right;
    margin-left: -80px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    right: 10px;
}

.upgrade-sec {
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 50px 0px;
}

    .upgrade-sec p {
        align-items: center;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        margin-top: 40px;
        justify-content: center;
        line-height: 38px !important;
    }

        .upgrade-sec p a {
            font-weight: 800;
            color: #0ec6d5 !important;
        }

    .upgrade-sec img {
        width: 330px;
    }


/* Extra Pages CSS */
.no-clauses-found {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-top: 20px;
}

    .no-clauses-found h2 {
        color: #dc3545;
    }

    .no-clauses-found p {
        color: #6c757d;
    }

/* Style for disabled text input */
input[type="text"]:disabled {
    background-color: #f0f0f0; /* Light grey background */
    color: #a0a0a0; /* Grey text */
    border: 1px solid #d0d0d0; /* Light grey border */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}

/* Style for disabled text input */
input[type="url"]:disabled {
    background-color: #f0f0f0; /* Light grey background */
    color: #a0a0a0; /* Grey text */
    border: 1px solid #d0d0d0; /* Light grey border */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}

/* Style for disabled text input */
input[type="number"]:disabled {
    background-color: #f0f0f0; /* Light grey background */
    color: #a0a0a0; /* Grey text */
    border: 1px solid #d0d0d0; /* Light grey border */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}



/* Style for disabled textarea */
textarea:disabled {
    background-color: #f0f0f0 !important; /* Light grey background */
    color: #a0a0a0 !important; /* Grey text */
    border: 1px solid #d0d0d0 !important; /* Light grey border */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}

/* Style for disabled select dropdown */
select:disabled {
    background-color: #f0f0f0; /* Light grey background */
    color: #a0a0a0; /* Grey text */
    border: 1px solid #d0d0d0; /* Light grey border */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}

/* Styles for Full Calender */
.fc-content {
    padding: 5px;
}


/* Bootrap Modal popup */
/* Ensure the close button is positioned correctly */
.modal-header .btn-close {
    position: absolute;
    top: 20px; /* Adjust top position */
    right: 20px; /* Adjust right position */
    background-color: transparent;
    border: none;
    font-size: 1.5rem; /* Increase size if needed */
    color: #000; /* Customize color */
    opacity: 0.6;
}

    .modal-header .btn-close:hover {
        opacity: 1; /* Change opacity on hover */
    }

.modal-header {
    position: relative; /* Needed for absolute positioning of the close button */
}


.clauses {
    width: 100;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}


.clause-item {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .clause-item h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
    }

.clientcard {
    margin-bottom:0px;
    line-height:30px;
}
.propertydoctable a {
    color: #0d6efd !important;
    text-decoration:underline;
}

.propertydoctable button {
   width:100%;
   height: 35px;
}


/* Unvisited link */
.usual-link:link {
    color: blue !important;
}

/* Visited link */
.usual-link:visited {
    color: purple !important;
}

/* Mouse over link */
.usual-link:hover {
    color: red !important;
}

/* Selected link */
.usual-link:active {
    color: orange !important;
}
