/* --------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.    */ 

@charset "UTF-8";
/*================================================
    :: general css Style
==================================================*/ 
/* :: google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* :: basic style  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html{
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #4c4c4c;
    height: 100%;
    width: 100%;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #4c4c4c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}


ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none;
    outline: 0;
}

iframe {
    width: 100%;
    border: 0px;
}

/* :: Form */
textarea {
    resize: none;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

::-moz-selection {
    background: #23519b;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #23519b;
    color: #ffffff;
    text-shadow: none;
}

/* :: headings */

/* :: Font h1 */
h1 {
    font-size: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 42px;
    }
}

/* :: Font h2 */
h2 {
    font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}

/* :: Font h3 */
h3 {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 26;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 26;
    }
}

/* :: Font h4 */
h4 {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

/* :: Font h5 */
h5 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

/* :: Font h6 */
h6 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 18px;
    }
}

.owl-dots {
    text-align: center;
}
.owl-dots button {
    height: 12px;
    width: 12px;
    background: #dcdcdc !important;
    display: inline-block;
    margin: 0 4px;
    border-radius: 15px;
}
.owl-dots button.active{
    background: #FF9900 !important;
}


/* :: button style */
.button-style {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    border-radius: 10px;
    border: 1px solid #FF9900;
    background: #FF9900;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    overflow: hidden; 
} 

.button-style:hover {
    background: #ca7900;
    color: #000;
    border-color: transparent;
}

.button-style:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

/* :: helper */
.text-gray {
    color: #757575 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-color {
    color: #f1d700 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color {
    background-color: #f1d700 !important;
}

.bg-01 {
    background-color: #202020 !important;
}

.bg-02 {
    background-color: #f1f1f1 !important;
}
.bg-gradient{
    background: linear-gradient(to right, #ffe8e3, #ffede2, #fff2e3, #fff7e5, #fffde8);
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
}

/* :: form */
.form-control {
    height: 46px;
}

.form-control:focus {
    background-color: transparent;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #888888;
    height: 185px;
    background: transparent;
    color: #ffffff;
    resize: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important;
}

/*-------------------------------------------------
:: scrollbar CSS 
-------------------------------------------------*/

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #f5f3f1;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f3f1;
}

*::-webkit-scrollbar-button {
    background-color: #f1d700;
}

*::-webkit-scrollbar-thumb {
    background-color: #f1d700;
} 
 


/*-------------------------------------------------
:: home page
-------------------------------------------------*/
.page-wrapper {
    height: 100%;
    width: 100%;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* display: flex;
    justify-content: center;*/
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.home-area .page-logo {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.mobile-menu {
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.mainmenu {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.mainmenu-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: #fff;
    border-radius: 15px;
    padding: 0 10px;
}
.mainmenu-list li { 
    display: inline-block;
    position: relative;
}
.mainmenu-list li::after{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: rgba(0, 0, 0, 0.11);
    right: -20px;
}
.mainmenu-list li:nth-last-child(1):after{
    display: none;
}
.mainmenu-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #5E086B;
    padding: 15px 10px;
}
.mainmenu-list li a span{
    display: none; 
    line-height: normal;
}
.mainmenu-list li a.active span{
    display: block;
    color: #5E086B;
}
.mainmenu-list li a.active svg path,
.mainmenu-list li a:hover svg path{
    fill: #5E086B;
}


/*-------------------------------------------------
:: inner page
-------------------------------------------------*/
.left-logo {
    position: absolute;
    left: 50px;
    top: 30px;
}

.left-image {
    text-align: center;
} 

.right-content {
    max-height: 72vh;
    overflow: auto;
}
.right-content::-webkit-scrollbar{
    display: none;
}

.page-title{
    margin-bottom: 20px;
}
.page-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 10px #000;
}

.form-floating .form-control:focus{
    outline: none;
    color: #fff;
    box-shadow:none;
}
.form-floating .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    appearance: auto;
}
.form-floating>label { 
    color: #fff;
    padding-left: 0;
}
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label { 
    transform: scale(.85) translateY(-.5rem) translateX(0);
}
.form-floating select.form-control option {
    color: #000;
}
 
.type-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.type-file span{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.type-file input[type="file"] {
    color: #fff;
}

input[type=file]::file-selector-button {
    border: 2px solid #00C6F1;
    background-color: #00C6F1;
    color: #fff;
    padding: 8px 25px;
    border-radius: 25px;
    transition: 1s;
}
  
input[type=file]::file-selector-button:hover {
    background-color: #00C6F1;
    border: 2px solid #00C6F1;
}
.note p{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #85599A;
}

.clickhere a{
    color: #FF9900;
}

.contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.contact-info i {
    color: #000;
    font-size: 30px;
    margin-right: 16px;
}

.contact-info .address-info {
    color: #000;
}

.faq-text .accordion .accordion-item {
    margin-top: 10px;
    border-radius: 15px !important;
    border: none;
    overflow: hidden;
}
.faq-text .accordion .accordion-item {
    margin-top: 10px;
    border-radius: 15px !important;
    border: none;
    overflow: hidden;
}
.faq-text .accordion .accordion-item .accordion-button:not(.collapsed){
    color: #5E086B;
    background-color: rgba(94, 8, 107, 0.151);
}



/* ui-datepicker css start*/

.ui-widget-header {
    border: 1px solid #5E086B;
    background: #5E086B;
    color: #fff;
    font-weight: bold;
}
.ui-widget-header a { 
    background: #fff;
    border-radius: 100%;
    border: 1px solid #5E086B;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #e9e9e9;
    background: transparent;
    font-weight: normal;
    color: #454545;
    text-align: center;
    height: 35px;
    width: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 5px;
}
html .ui-state-default.ui-state-highlight.ui-state-active,
html .ui-state-default:hover{
    background: #5E086B !important;
    color: #fff;
}








.dock {
    width: auto;
    height: 65px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.dock .dock-container {
    padding: 5px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 16px;
    background: rgba(83, 83, 83, 0.25);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.dock .dock-container .li-bin {
    margin-left: 20px;
    border-left: 1.5px solid rgba(255, 255, 255, 0.4);
    padding: 0px 10px;
}
.dock .dock-container li.active::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    bottom: -3px;
}
.dock .dock-container li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    transition: 0.2s;
    transform-origin: 50% 100%;
    position: relative;
}
.dock .dock-container li:hover {
    margin: 0px 13px 0px 13px;
}
.dock .dock-container li .name {
    position: absolute;
    top: -75px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    height: 10px;
    padding: 20px 15px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    visibility: hidden;
    text-align: center;
    line-height: normal;
}
.dock .dock-container li .name::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.5);
}
.dock .dock-container li .ico {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}
.dock .dock-container li .ico-bin {
    width: 94% !important;
    height: 94% !important;
    object-fit: cover;
    transition: 0.2s;
}
.dock .dock-container li .ico-bin:hover {
    margin-left: 10px;
}
.li-1:hover .name {
    visibility: visible !important;
}
.li-2:hover .name {
    visibility: visible !important;
}
.li-3:hover .name {
    visibility: visible !important;
}
.li-4:hover .name {
    visibility: visible !important;
}
.li-5:hover .name {
    visibility: visible !important;
}
.li-6:hover .name {
    visibility: visible !important;
}
.li-7:hover .name {
    visibility: visible !important;
}
.li-8:hover .name {
    visibility: visible !important;
}
.li-9:hover .name {
    visibility: visible !important;
}
.li-10:hover .name {
    visibility: visible !important;
}
.li-11:hover .name {
    visibility: visible !important;
}
.li-12:hover .name {
    visibility: visible !important;
}
.li-13:hover .name {
    visibility: visible !important;
}
.li-14:hover .name {
    visibility: visible !important;
}
.li-15:hover .name {
    visibility: visible !important;
}
