/* General Style Start */

body
{
    background-color:#fcf8f2;
}

.row
{
    margin:0px!important;
}

*
{
    font-family: 'Poppins', sans-serif;
}

.mh10p0
{
    min-height:10px;
    padding:0px;
}

.mh10p5
{
    min-height:10px;
    padding:5px;
}

.mh10p10
{
    min-height:10px;
    padding:10px;
}

.mh10p15
{
    min-height:10px;
    padding:15px;
}


/* General Style End */

/* Top Menu */

.menu_backdrop
    {
        height:120px;
    }

    @media only screen and (max-width: 600px) 
    {
        .menu_backdrop
        {
            height:130px;
        }
    }

.menu_outer
{
    min-height: 10px;
    background-color: #00111F;
    padding: 15px 0px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.menu_top
{
    height:30px;
    text-align:right;
    line-height:30px;
    font-size:14px;
    font-weight:500;
    color:#0B89C3;
    padding:0px;
}

.menu_top a
{
    color:#0B89C3;
    text-decoration:none;
}

.menu_content
{
    min-height:20px;
    margin-top:10px;
    padding:0px;
    margin-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_logo_outer
{
    height:45px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:0px;
}

.menu_logo_outer img
{
    width:auto;
    height:auto;
    max-width:90%;
    max-height:90%;
    float:left;
}

.menu_boxes_outer
{
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.menu_box
{
    min-width:10px;
    height:25px;
    float:left;
    padding:0px 5px;
    line-height:25px;
    font-size:13px;
    font-weight:400;
    color:#fff;
    margin:0px 10px;
    cursor:pointer;
    transition: all 0.2s ease;
}

.menu_box:hover
{
    color:#0B89C3;
}

.mobile_menu_btn
{
    height:45px;
    text-align:right;
    font-size:22px;
    color:#fff;
    padding:0px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    display:none;
}

@media only screen and (max-width: 600px) 
{
    .mobile_menu_btn
    {
        display:block;
    }

    .menu_top
    {
        font-size:13px;
        padding:0px 10px;
    }

    .menu_boxes_outer
    {
        display:none;
    }

    .menu_content
    {
        margin-top:15px;
        margin-bottom:10px;
        padding:0px 10px;
    }

    .menu_boxes_outer
    {
        position: absolute;
        top: 70px;
        background-color: #00111f;
        height:auto;
        padding:15px;
        border-top:3px solid #fff;
        left:0px;
        z-index:99;
    }

    .menu_box
    {
        width: 100%;
        height: 50px;
        margin: 0px;
        line-height: 50px;
    }
}

/* Top Menu */

/* Footer Menu */

.footer_outer
{
    min-height:30px;
    background-color:#00111F;
    padding:0px;
    padding-top:50px;
    padding-bottom:30px;
}

.footer_content_box
{
    width:calc(100% - 60px);
    min-height:30px;
    float:right;
    padding:10px 0px;
    padding-left:20px;
}

.footer_social_boxes
{
    width:60px;
    min-height:30px;
    float:right;
}

.footer_social_box
{
    width:60px;
    height:60px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#00A0E3;
}

.footer_bottom
{
    min-height:20px;
    padding:0px;
    padding-left:80px;
}

.footer_bottom h3
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    font-size:13px;
    font-weight:400;
    color:#fff;
    margin-bottom:6px;
}

.footer_bottom p
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    font-size:10px;
    font-weight:400;
    color:#fff;
}

.footer_content_menu
{
    min-height:20px;
    padding:0px;
}

.footer_content_menu p
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    font-size:12px;
    margin-bottom:5px;
    color:#fff;
    transition: all 0.2s ease;
    cursor:pointer;
}

.footer_content_menu p:hover
{
    color:#0B89C3;
}

.footer_contact
{
    min-height:20px;
    float:right;
    padding:0px;
}

.footer_contact h3
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    font-size:16px;
    font-weight:500;
    color:#fff;
    margin-bottom:18px;
    text-align:right;
}

.footer_contact h4
{
    width:100%;
    height:auto;
    float:left;
    margin:0px;
    font-size:11px;
    font-weight:400;
    color:#fff;
    margin-top:10px;
    text-align:right;
}

@media only screen and (max-width: 600px) 
{
    .footer_content_box
    {
        width:100%;
        padding:0px;
        float:right;
    }

    .footer_contact
    {
        margin-top:30px;
    }

    .footer_contact h3
    {
        text-align:left;
    }

    .footer_contact h4
    {
        text-align:left;
    }

    .footer_social_boxes
    {
        width:100%;
        margin-top:20px;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .footer_social_box
    {
        width:50px;
        height:50px;
        font-size:23px;
    }

    .footer_bottom
    {
        padding:0px;
        margin-top:20px;
    }
}

/* Footer Menu */

/* Homepage */

.index_top_image
{
    min-height:600px;
    background-size:cover;
    background-position:center;
    padding:100px 0px;
}

.index_top_image_center_text
{
    width:50%;
    min-height:70px;
    float:left;
    margin:0px 25%;
    background: #ffffff32 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    color:#fff;
    font-size:28px;
    font-weight:400;
    text-align:center;
    padding:20px 15px;
    line-height:43px;
}
.index_top_image_center_text2
{
    width:50%;
    min-height:70px;
    float:left;
    margin:0px 25%; 
    opacity: 1;  
    color:#fff;
    font-size:28px;
    font-weight:400;
    text-align:center;
    padding:20px 15px;
    line-height:43px;
}

.index_top_image_right_text
{
    width:50%;
    min-height:70px;
    float:right;
    margin-top:130px;
    background: #ffffff32 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    color:#fff;
    font-size:13px;
    font-weight:300;
    text-align:left;
    padding:20px 15px;
}

.index_top_image_right_text p
{
    color:#fff;
    font-size:13px;
    margin:10px 0px;
}

.index_top_image_right_text span
{
    min-width:10px;
    height:30px;
    float:left;
    line-height:28px;
    padding:0px 20px;
    margin-top:10px;
    border-radius:5px;
    box-sizing:border-box;
    border:1px solid #fff;
    cursor:pointer;
}

@media only screen and (max-width: 600px) 
{
    .index_top_image
    {
        min-height:30px;
        padding:20px; 
    }

    .index_top_image_center_text
    {
        width:100%;
        margin:0px;
        font-size:23px;
        line-height:30px;
    }

    .index_top_image_right_text
    {
        width:100%;
        margin:0px;
        margin-top:30px;
    }
}

.index_image_text_content
{
    min-height:30px;
    background-color:#F2F2F2;
    padding:40px 0px;
}

.index_big_image
{
    min-height:30px;
    padding:0px;
    position:relative;
    z-index:3;
}

.index_big_image img
{
    width:100%;
    float:left;
}

.index_big_image_text
{
    min-height:20px;
    padding:30px;
}

.index_big_image_text p
{
    font-size:13px;
    color:#333;
    margin:0px;
    margin-bottom:20px;
}

@media only screen and (max-width: 600px) 
{
    .index_image_text_content
    {
        padding:20px 5px;
    }

    .index_big_image
    {
        margin-top:0px!important;
        margin-bottom:15px;
    }

    .index_big_image_text
    {
        padding:10px 0px;
    }
}

.index_list_box_content
{
    min-height:30px;
    background-color:#F2F2F2;
    padding:0px;
}

.index_list_box
{
    /*width:100%;*/
    height:500px;
    box-sizing:border-box;
    float:left;
    background-size:cover;
    background-position:center;
    position:relative;
}

.index_list_box_text
{
    width:100%;
    min-height:100px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 85%) 100%);
    float:left;
    position:absolute;
    bottom:0px;
    left:0px;
    padding:20px 10px;
    box-sizing:border-box;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:500;
    color:#fff;
}

@media only screen and (max-width: 600px) 
{
    .index_list_box
    {
        height:300px;
    }
    .index_background_2
    {
        display: none;
    }

    .index_list_box_text
    {
        font-size:16px;
    }
    
}

.index_counter_outer
{
    min-height:30px;
    background-color:#F2F2F2;
    padding:70px 5px;
}

.index_counter_box
{
    min-height:20px;
    text-align:center;
}

.index_counter_box h3
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:65px;
    margin:0px;
    color:#292929;
}

.index_counter_box h4
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:25px;
    margin:0px;
    color:#292929;
    margin-top:10px;
}

@media only screen and (max-width: 600px) 
{
    .index_counter_outer
    {
        padding:20px 5px;
    }

    .index_counter_box
    {
        margin:20px 0px;
    }

    .index_counter_box h3
    {
        font-size:45px;
    }

    .index_counter_box h4
    {
        font-size:20px;
    }
}

.index_bottom_content
{
    min-height:20px;
    background-color:#040b10;
    padding:40px 25px;
}    

.index_bottom_content_text
{
    min-height:20px;
    position:relative;
    color:#fff;
    font-size:13px;
    padding:30px 20px;
    margin-bottom:15px;
    z-index: 200;
}

.index_bottom_content_text:nth-child(odd):before
{
    content:'';
    width:80px;
    height:80px;
    background-color:#00A0E3;
    position:absolute;
    left:-15px;
    top:-10px;
    border-radius:50%;
    z-index:-10;
}

.index_bottom_content_text p
{
    position:relative;
    z-index:3;
    margin:0px;
}

.index_bottom_content_text:nth-child(even)
{
    float:right;
}

@media only screen and (max-width: 600px) 
{
    .index_bottom_content_text:nth-child(odd):before
    {
        display:none;
    }
}

/* Homepage */

/* Our Services */

.our_services_title
{
    height:70px;
    background-color:#00111F;
    padding:0px;
}

.our_services_title span
{
    min-width:10px;
    height:60px;
    float:right;
    padding:0px 30px;
    padding-right:50px;
    line-height:60px;
    font-size:22px;
    color:#fff;
    font-weight:400;
    background-color:#1A374D;
    margin-top:40px;
    position:relative;
    z-index:3;
}

.our_services_list
{
    min-height:80px;
    background-color:#00111F;
    padding:15px;
    padding-right:0px;
    padding-bottom:0px;
}

.our_services_list_inner
{
    min-height:50px;
    padding:0px;
    background-size:cover;
    background-position:center;
}

.our_services_list_top
{
    min-height:20px;
    padding:20px 50px;
    padding-top:50px;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.48783263305322133) 50%, rgba(0,0,0,0.7567401960784313) 75%, rgba(0,0,0,0.8127626050420168) 100%);
}

.our_services_list_top span
{
    font-size:70px;
    font-weight:600;
    margin-left:20px;
    position:relative;
}

.our_services_list_top span b
{
    position:relative;
    z-index:4;
    color:#fff;
}

.our_services_list_top span:before
{
    content:'';
    width:70px;
    height:70px;
    position:absolute;
    left:-25px;
    top:-10px;
    background-color:#00A0E3;
    border-radius:50%;
}

.our_services_list_top small
{
    font-size:20px;
    margin-left:10px;
    font-weight:500;
    color:#fff;
}

.our_services_list_content
{
    min-height:20px;
    background: #ffffffeb 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    margin-top:25px;
    margin-bottom:25px;
    padding:15px;
    font-size:14px;
    font-weight:500;
    color:#333;
}

.our_services_list:nth-child(even)
{
    padding-left:0px;
    padding-right:15px;
}

.our_services_list:nth-child(even) .our_services_list_top span
{
    float:right;
    margin-left:0px;
    margin-right:20px;
}

.our_services_list:nth-child(even) .our_services_list_top span:before
{
    left:auto;
    right:-25px;
}

.our_services_list:nth-child(even) .our_services_list_top small
{
    float:right;
    margin-left:0px;
    margin-right:15px;
    margin-top:50px;
    text-align:right;
}

.our_services_list:nth-child(even) .our_services_list_top
{
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.48783263305322133) 50%, rgba(0,0,0,0.7567401960784313) 75%, rgba(0,0,0,0.8127626050420168) 100%);
}

.our_services_list:nth-child(even) .our_services_list_content
{
    float:right;
}

@media only screen and (max-width: 600px) 
{
    .our_services_list_top span
    {
        display:none;
    }

    .our_services_list_top small
    {
        margin:0px!important;
    }
}

.our_services_big_image
{
    min-height:60px;
    background-color:#fff;
    padding:30px 5px;
}

.our_services_big_image_top
{
    min-height:20px;
}

.our_services_big_image_top img
{
    width:50%;
    margin:0px 25%;
    float:left;
}

.our_services_big_image_bottom
{
    width:60%;
    min-height:20px;
    margin:0px 20%;
    margin-top:30px;
    float:left;
    position:relative;
    font-size:13px;
    color:#333;
    padding-left:50px;
    box-sizing:border-box;
    position:relative;
    padding:20px;
}

.our_services_big_image_bottom p
{
    position:relative;
    z-index:3;
    margin:0px;
    font-weight:500;
}

.our_services_big_image_bottom:before
{
    content:'';
    width:80px;
    height:80px;
    position:absolute;
    left:-30px;
    top:-20px;
    border-radius:50%;
    background-color:#00A0E3;
}

@media only screen and (max-width: 600px) 
{
    .our_services_big_image_top img
    {
        width:80%;
        margin:0px 10%;
    }

    .our_services_big_image_bottom
    {
        width:100%;
        margin:0px;
        padding:20px;
        margin-top:20px;
    }

    .our_services_big_image_bottom:before
    {
        display:none;
    }
}

.our_services_bottom
{
    min-height:50px;
    padding:70px 5px;
    background-size:cover;
    background-position:center;
}

.our_services_bottom_inner
{
    min-height:20px;
}

.our_services_bottom_inner h3
{
    width:100%;
    height:auto;
    float:left;
    text-align:center;
    font-size:27px;
    font-weight:500;
    color:#fff;
    margin:0px;
    letter-spacing:3px;
    margin-bottom:40px;
}

.our_services_bottom_inner textarea
{
    width:70%!important;
    height:100px;
    margin:0px 15%;
    float:left;
    background: #FFFFFF70 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border:0px!important;
    outline:0px!important;
    padding:10px;
    margin-bottom:20px;
}

.our_services_bottom_inner button
{
    background-color:#FF6E6E;
    padding:7px 30px;
    border:0px;
    border-radius:4px;
    color:#fff;
    font-weight:500;
}

@media only screen and (max-width: 600px) 
{
    .our_services_bottom_inner textarea
    {
        width:100%!important;
        margin:0px;
        margin-bottom:20px;
    }
}

/* Our Services */

/* Error Page */

.error_page_outer
{
    min-height:70vh;
    background-color: #335B67;
    background: -ms-radial-gradient(ellipse at center,  #335B67 0%, #2C3E50 100%) fixed no-repeat;
    background: -moz-radial-gradient(ellipse at center,  #335B67 0%, #2C3E50 100%) fixed no-repeat;
    background: -o-radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #335B67), color-stop(1, #2C3E50));
    background: -webkit-radial-gradient(ellipse at center,  #335B67 0%, #2C3E50 100%) fixed no-repeat;
    background: radial-gradient(ellipse at center, #335B67 0%, #2C3E50 100%) fixed no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px 20px;
}

#noscript-warning 
{
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    font-weight: 300;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#wrap 
{
    width: 80%;
    max-width: 1400px;
    margin:0 auto;
    height: auto;
    position: relative;
}

#main-content 
{
    float: right;
    max-width: 45%;
    color: white;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 40px;
    line-height: 28px;
}

#main-content h1 
{
    margin: 0px;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
    line-height: normal;
}

#navigation { margin-top: 7%; }

#navigation a.navigation 
{
    display: block;
    float: left;
    background-color: rgba(0,0,0,0.2);
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    height: 41px;
    line-height: 41px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    margin-right: 2%;
    margin-bottom: 2%;
    border-bottom: none;
}

#navigation a.navigation i { line-height: 41px; }

#navigation a.navigation:hover 
{
    background-color: rgba(26,188,156,0.7);
    border-bottom: none;
}

#wordsearch 
{
    width: 45%;
    float: left;
}

#wordsearch ul 
{
    margin: 0px;
    padding: 0px;
}

#wordsearch ul li 
{
    float: left;
    width: 12%;
    background-color: rgba(0,0,0,.2);
    list-style: none;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    padding: 0;
    display: block;
    text-align: center;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    overflow: hidden;
    font-size: 24px;
    font-size: 1.6vw;
    font-weight: 300;
    transition: background-color 0.75s ease;
    -moz-transition: background-color 0.75s ease;
    -webkit-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
}

#wordsearch ul li.selected 
{
    background-color: rgba(26,188,156,0.7);
    color: rgba(255,255,255,1);
    font-weight: 400;
}

@media all and (max-width: 899px) 
{
    #wrap { width: 90%; }
}

@media all and (max-width: 799px) 
{
    #wrap { width: 90%; height: auto; margin-top: 40px; top: 0%; }
    #wordsearch { width: 90%; float: none; margin:0 auto; }
    #wordsearch ul li { font-size: 4vw; }
    #main-content { float: none; width: 90%; max-width: 90%; margin:0 auto; margin-top: 30px; text-align: justify; }
    #main-content h1 { text-align: left; }
    #search input[type='text'] { width: 84%; }
    #search .input-search { width: 15%; }
}

@media all and (max-width: 499px) 
{
    #main-content h1 { font-size: 28px; }
}


#mobile_phone_container{
    position: absolute; 
    bottom: 50px; 
    right: 0; 
    padding: 10px;
}

@media all and (max-width: 600px){
    #mobile_phone_container{
        position: absolute; 
        bottom: 15px; 
        right: 32px; 
        padding: 5px;
    }
}
@media all and (min-width: 601px){
    #mobile_phone_container{
        position: absolute; 
        bottom: 50px; 
        right: 0; 
        padding: 10px;
        visibility: hidden;
    }
}






/* Error Page */

/* About Us */

.about_us_banner
{
    height:500px;
    background: transparent linear-gradient(244deg, #0D88C2 0%, #031C30 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000061;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:0px;
    position:relative;
}

.about_us_banner_top
{
    min-height:10px;
    position:absolute;
    top:40px;
    left:0x;
    z-index:3;
    text-align:center;
    font-size:29px;
    color:#fff;
    font-weight:500;
    padding:0px 20px;
}

.about_us_banner img
{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    float:left;
}

@media only screen and (max-width: 600px) 
{
    .about_us_banner
    {
        height:170px;
    }
}

.about_ust_image_content
{
    min-height:20px;
    background-color:#fff;
    padding:40px 20px;
    position:relative;
}

.about_us_image
{
    min-height:20px;
    padding:0px;
    position:relative;
}

.about_us_image:before
{
    content:'';
    width:60%;
    height:50%;
    position:absolute;
    left:-20px;
    bottom:-20px;
    background-color:#00111F;
    z-index:2;
}

.about_us_image img
{
    width:100%;
    float:left;
    position:relative;
    z-index:3;
}

.about_us_text
{
    min-height:20px;
    background: #00000070 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position:absolute;
    top:-100px;
    right:0px;
    z-index:5;
    padding:25px;
    font-size:13px;
    color:#fff;
}

@media only screen and (max-width: 600px) 
{
    .about_us_text
    {
        position:relative;
        top:0px;
    }
    
}

.about_us_circle_content
{
    padding:30px 20px;
    background-color:#000c17;
}

.about_us_circle_content_inner
{
    min-height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about_us_circle_image
{
    width:100%;
    height:auto;
    float:left;
    border-radius:50%;
    background-size:cover;
    background-position:center;
}

.about_us_circle_image:before
{
    content:'';
    display:block;
    padding-bottom:100%;
}

.about_us_circle_text
{
    min-height:20px;
    padding:20px;
    color:#fff;
}

.about_us_circle_text h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:25px;
    font-weight:600;
    margin:0px;
    margin-bottom:20px;
}

.about_us_circle_text p
{
    width:100%;
    height:auto;
    float:left;
    font-size:12px;
    margin:0px;
}

@media only screen and (max-width: 600px) 
{
    .about_us_circle_content_inner
    {
        display:block;
        padding:0px;
    }

    .about_us_circle_image
    {
        margin-top:20px;
    }
}

.about_us_list_content
{
    min-height:20px;
    background-color:#fff;
    padding:0px 20px;
}

.about_us_list_content_image
{
    min-height:20px;
    padding:0px;
}

.about_us_list_content_image img
{
    width:100%;
    float:left;
}

.about_us_list_content_text
{
    min-height:30px;
    padding:30px;
    color:#333;
}

.about_us_list_content_text h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:25px;
    font-weight:600;
    margin:0px;
    margin-bottom:20px;
}

.about_us_list_content_text p
{
    width:100%;
    height:auto;
    float:left;
    font-size:12px;
    margin:0px;
}

@media only screen and (max-width: 600px) 
{
    .about_us_list_content
    {
        padding:40px 20px;
    }

    .about_us_list_content_text
    {
        padding:0px;
        margin-top:20px;
    }
}

/* About Us */

/* Fee Schedule */

.fee_schedule_banner
{
    height:500px;
    background-size:cover;
    background-position:center left;
}

@media only screen and (max-width: 600px) 
{
    .fee_schedule_banner
    {
        height:200px;
    }
}

.fee_schedule_content
{
    min-height:40px;
    background: transparent linear-gradient(244deg, #0D88C2 0%, #031C30 100%) 0% 0% no-repeat padding-box;
    padding:40px 20px;
}

.fee_schedule_content_text
{
    min-height:20px;
    font-size:13px;
    color:#fff;
    padding:20px;
}

.fee_schedule_content_image
{
    min-height:30px;
    margin-top:-190px;
    padding:0px;
}

.fee_schedule_content_image img
{
    width:100%;
    float:left;
}

@media only screen and (max-width: 600px) 
{
    .fee_schedule_content_text
    {
        padding:20px 0px;
    }

    .fee_schedule_content_image
    {
        margin:0px;
    }
}

/* Fee Schedule */

/* Contact Page */

.contact_page_outer
{
    min-height:500px;
    background-color:#305e86;
    background-size:cover;
    background-position:center;
}

.contact_page_inner
{
    min-height:20px;
    padding:50px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact_page_form_outer
{
    min-height: 30px;
    background: transparent linear-gradient(219deg, #0d88c287 0%, #031c3036 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000061;
    border-radius: 15px;
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 35px 25px;
}

.contact_page_form_outer h3
{
    width:100%;
    height:auto;
    float:left;
    font-size:14px;
    color:#fff;
    font-weight:400;
    letter-spacing:2px;
    margin-bottom:25px;
}

.contact_page_form_outer input
{
    width:100%;
    background-color:transparent;
    color:#fff;
}

.contact_page_form_outer textarea
{
    width:100%!important;
}

.contact_page_form_outer button
{
    background-color:#FF6E6E;
    padding:7px 30px;
    border:0px;
    border-radius:4px;
    color:#fff;
    font-weight:500;
}

.contact_page_content
{
    min-height:20px;
}

.contact_page_content h3
{
    width:100%;
    height:auto;
        float:left;
        font-size:14px;
        color:#fff;
        margin:0px;
        font-weight:400;
        margin-bottom:24px;
    }

    .contact_page_content p
    {
        width:100%;
        height:auto;
        float:left;
        font-size:14px;
        color:#fff;
        margin:0px;
        font-weight:400;
        margin-bottom:7px;
    }

    @media only screen and (max-width: 600px) 
    {
        .contact_page_inner
        {
            display:block;
        }

        .contact_page_form_outer
        {
            margin-top:30px;
        }
    }

/* Contact Page */

/* Video Page */

    .video_page_outer
    {
        min-height:20px;
        background-color:#f1f1f1;
        padding:0px;
    }

    .video_page_inner
    {
        min-height:70vh;
        padding:30px 0px;
    }

    .video_page_title
    {
        min-height:20px;
        padding:0px 10px;
        font-size:25px;
        font-weight:600;
        margin-bottom:20px;
    }

    .video_page_box
    {
        min-height:20px;
        padding:10px;
    }

    .video_box_video
    {
        height:200px;
        padding:0px;
    }

    .video_box_video video
    {
        width:100%;
        height:200px;
    }

    .video_box_content
    {
        height:160px;
        background-color:#fff;
        padding:15px;
    }

    .video_box_content h3
    {
        width:100%;
        height:auto;
        float:left;
        margin:0px;
        font-size:16px;
        font-weight:600;
        color:#333;
        margin-bottom:15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .video_box_content p
    {
        width:100%;
        height:95px;
        float:left;
        margin:0px;
        overflow:hidden;
        font-size:13px;
        position:relative;
        line-height:20px;
    }

    .video_box_content p span
    {
        width:auto;
        height:30px;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.742734593837535) 5%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
        position:absolute;
        right:0px;
        bottom:-10px;
        line-height:30px;
        padding-left:30px;
        font-size:12px;
        font-weight:600;
        color:#00111F;
        cursor:pointer;
    }

/* Video Page */
.image_sss_images {
    border: 5px solid #000;
    border-radius: 4px;
    padding: 0px;
    position: relative;
    width: 100%;

}

.image_sss_images_tape {

    position: absolute;
    rotate: 15deg;
    top: -30px;
    left: 20%;
    opacity: 0.7;
    scale: 0.7;
}

.image_sss {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0px;

   
}

.image_sss_text {
    padding: 20px;
    font-size: 20px;
}

.padding_zero {
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    .image_sss_images_tape {

        position: absolute;
        rotate: 15deg;
        top: -30px;
        left: -5%;
        opacity: 0.8;
        scale: 0.7;
    }

    .image_sss_text {
        text-align: center;
        font-size: 18px;
    }

}

.text-center {
    color: #00a0e3;
    font-size: 35px;
}

.container {
    width: 
}



/* Tab Navigation Düzeltmeleri */
#kurumsalModal .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    overflow: hidden;
    height: 50px!important;
}

#kurumsalModal .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    display: inline-block;
    width: 50%;
}

#kurumsalModal .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #337ab7;
    background-color: #f5f5f5;
}

#kurumsalModal .nav-tabs > li.active > a,
#kurumsalModal .nav-tabs > li.active > a:hover,
#kurumsalModal .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#kurumsalModal .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
    background-color: #eee;
    text-decoration: none;
}

#kurumsalModal .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
    background-color: #fff;
    clear: both;
    overflow: hidden;
}

#kurumsalModal .tab-pane {
    display: none;
}

#kurumsalModal .tab-pane.active {
    display: block;
}

#kurumsalModal .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#plateInputsContainer {
   
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;

}

#plateInputsContainer h6 {
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Modal içindeki form düzenlemeleri */
#kurumsalModal .modal-body .row {
    margin-left: -15px;
    margin-right: -15px;
}

#kurumsalModal .modal-body .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    #kurumsalModal .nav-tabs > li {
        width: 50%;
        text-align: center;
    }
    
    #kurumsalModal .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 0;
    }
}

/* Toast  */
.custom-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    max-width: 500px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.custom-toast.show {
    transform: translateX(0);
}

.toast-content {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.toast-message {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.toast-close:hover {
    background-color: rgba(0, 0, 0, 0.1);
}


.toast-success {
    border-left: 4px solid #28a745;
}

.toast-success .toast-icon {
    color: #28a745;
}

.toast-error {
    border-left: 4px solid #dc3545;
}

.toast-error .toast-icon {
    color: #dc3545;
}

.toast-warning {
    border-left: 4px solid #ffc107;
}

.toast-warning .toast-icon {
    color: #ffc107;
}

.toast-info {
    border-left: 4px solid #17a2b8;
}

.toast-info .toast-icon {
    color: #17a2b8;
}

.corporate-panel-body {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
}

.sidebar {
    background: linear-gradient(180deg, #090040 0%, #00111F 100%);
    min-height: 100vh;
    padding: 25px;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 8px 32px rgba(9, 0, 64, 0.3);
    color: white;
}

.sidebar p {
    font-size: 12px;
}
.menu_backdrop {
    height: 90px!important;
}

.sidebar {
    margin-top: 20px;
}

.sidebar h4,
.sidebar h6,
.sidebar p {
    color: white !important;
}

.sidebar .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.stats-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: none;
    border-left: 5px solid #337ab7;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stats-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(177, 59, 255, 0.2);
}

.stats-card.completed {
    border-left-color: #FFCC00;
    background: rgba(255, 255, 255, 0.95);
}

.stats-card.completed:hover {
    box-shadow: 0 15px 40px rgba(255, 204, 0, 0.3);
}

.stats-card.pending {
    border-left-color: #471396;
    background: rgba(255, 255, 255, 0.95);
}

.stats-card.pending:hover {
    box-shadow: 0 15px 40px rgba(71, 19, 150, 0.3);
}

.stats-card.cancelled {
    border-left-color: #090040;
    background: rgba(255, 255, 255, 0.95);
}

.stats-card.cancelled:hover {
    box-shadow: 0 15px 40px rgba(9, 0, 64, 0.3);
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #337ab7;
    text-shadow: 0 2px 4px rgba(177, 59, 255, 0.3);
}

.stats-number.completed {
    color: #FFCC00;
    text-shadow: 0 2px 4px rgba(255, 204, 0, 0.3);
}

.stats-number.pending {
    color: #471396;
    text-shadow: 0 2px 4px rgba(71, 19, 150, 0.3);
}

.stats-number.cancelled {
    color: #090040;
    text-shadow: 0 2px 4px rgba(9, 0, 64, 0.3);
}

.main-content {
    padding: 25px;
}

.job-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(177, 59, 255, 0.1);
    backdrop-filter: blur(10px);
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(177, 59, 255, 0.2);
    border-color: rgba(177, 59, 255, 0.3);
}

.status-badge {
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.status-active {
    background:rgb(233, 233, 233);
    color: #000;
}

.status-completed {
    background: linear-gradient(135deg, #FFCC00, #FFB800);
    color: #090040;
}




.status-pending {
    background: linear-gradient(135deg, #471396, #090040);
    color: white;
}

.status-cancelled {
    background: linear-gradient(135deg, #090040, #000000);
    color: white;
}

.welcome-header {
    background: linear-gradient(135deg, #090040 0%, #471396 50%, #337ab7 100%);
    color: white;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 15px 40px rgba(9, 0, 64, 0.3);
    position: relative;
    overflow: hidden;
}

.welcome-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 204, 0, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.quick-actions {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(177, 59, 255, 0.1);
}

.quick-actions .btn {
    border-radius: 15px;
    padding: 20px 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.quick-actions .btn-primary {
    background: linear-gradient(135deg, #337ab7, #471396);
}

.quick-actions .btn-primary:hover {
    background: linear-gradient(135deg, #471396, #090040);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(177, 59, 255, 0.4);
}

.quick-actions .btn-info {
    background: linear-gradient(135deg, #471396, #090040);
}

.quick-actions .btn-info:hover {
    background: linear-gradient(135deg, #337ab7, #471396);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(71, 19, 150, 0.4);
}

.quick-actions .btn-success {
    background: linear-gradient(135deg, #FFCC00, #FFB800);
    color: #090040;
}

.quick-actions .btn-success:hover {
    background: linear-gradient(135deg, #FFB800, #FF9500);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 204, 0, 0.4);
    color: #090040;
}

.quick-actions .btn-warning {
    background: linear-gradient(135deg, #090040, #471396);
}

.quick-actions .btn-warning:hover {
    background: linear-gradient(135deg, #471396, #337ab7);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(9, 0, 64, 0.4);
}

.list-group-item {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    margin-bottom: 10px;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateX(5px);
}

.list-group-item h6,
.list-group-item p,
.list-group-item small {
    color: white !important;
}

.btn-block {
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-default {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.btn-default:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

.btn-danger {
    background: linear-gradient(135deg, #090040, #471396);
    border: none;
}

.btn-danger:hover {
    background: linear-gradient(135deg, #471396, #337ab7);
    transform: translateY(-2px);
}

.job-card h4 {
    color: #090040;
    font-weight: 700;
    margin-bottom: 20px;
}

.job-card .btn {
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.job-card .btn-info {
    background: linear-gradient(135deg, #471396, #337ab7);
    border: none;
}

.job-card .btn-success {
    background: linear-gradient(135deg, #FFCC00, #FFB800);
    color: #090040;
    border: none;
}

.job-card .btn-warning {
    background: linear-gradient(135deg, #337ab7, #471396);
    border: none;
}

.job-card .btn-danger {
    background: linear-gradient(135deg, #090040, #471396);
    border: none;
}

.job-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #337ab7, #471396);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #471396, #090040);
}

/* Action Buttons Styling */
.job-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 10px;
}

.action-btn {
    flex: 1;
    min-width: 80px;
    max-width: 120px;
    white-space: nowrap;
    font-size: 11px;
    padding: 6px 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sidebar {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: none;
    }

    .main-content {
        width: 100%;
        float: none;
    }

    .main-content {
        padding: 15px;
    }

    .job-card {
        margin-bottom: 15px;
    }

    .job-card .col-md-8,
    .job-card .col-md-4 {
        width: 100%;
        float: none;
    }

    .job-card .col-md-4 {
        margin-top: 15px;
        text-align: left !important;
    }

    .job-action-buttons {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .action-btn {
        flex: 0 1 auto;
        min-width: 70px;
        max-width: none;
        margin-bottom: 5px;
    }

    .stats-card {
        margin-bottom: 15px;
    }

    .quick-actions .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    .welcome-header h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .quick-actions .col-md-3 {
        width: 100%;
        float: none;
    }

    .action-btn {
        font-size: 10px;
        padding: 5px 6px;
        min-width: 60px;
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .job-card h4 {
        font-size: 16px;
    }

    .job-card p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .job-action-buttons {
        gap: 3px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 769px) {
    .job-action-buttons {
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .action-btn {
        flex: 0 1 auto;
        min-width: 80px;
        max-width: 110px;
        margin-bottom: 5px;
    }
}


/* Delete Account Form Start */
.deleteAccountOuter {
    width: 100%;
    min-height: 100vh;
    float: left;
    background-color: #f5f5f5;
    padding: 50px;
    padding-left: 80px;
    padding-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deleteAccountOuter video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
    opacity: 0.1;
}

.deleteAccountInner {
    width: 100%;
    max-width: 600px;
    min-height: 10px;
    float: left;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.deleteAccountInner h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #337ab7;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.deleteAccountInner h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #337ab7;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.deleteAccountFormOuter {
    width: 100%;
    float: left;
}

.deleteAccountInputOuter {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.deleteAccountInputOuter input,
.deleteAccountInputOuter textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    transition: 0.3s ease all;
    outline: none;
    font-family: "Bai Jamjuree", sans-serif;
}

.deleteAccountInputOuter textarea {
    resize: vertical;
    min-height: 100px;
}

.deleteAccountInputOuter input:focus,
.deleteAccountInputOuter textarea:focus {
    border-color: #888;
}

.deleteAccountCheckbox {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.deleteAccountCheckbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.deleteAccountCheckbox label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.deleteAccountButton {
    width: 100%;
    height: 36px;
    float: left;
    border-radius: 8px;
    background: var(--primary-colors-60, #337ab7);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease all;
    text-transform: uppercase;
    letter-spacing: 1px;

    color: var(--white-white, #FFF);

font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 157.143% */
}

.deleteAccountButton:hover {
    background-color: #337ab7;
}

@media only screen and (max-width: 950px) {
    .deleteAccountOuter {
        padding: 20px;
    }
    
    .deleteAccountInner {
        padding: 25px;
    }
    
    .deleteAccountInner h3 {
        font-size: 28px;
    }
}
/* Delete Account Form End */