/*!
 * Null JS v1.0.0 (https://null-js.com)
 * Copyright (c) 2023 Null JS
 * Licensed under MIT (https://opensource.org/licenses/MIT)
*/
.null-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0;
}

.null-about-us-container.disabled{
    background: #dde1e7;
    color: black !important;
    user-select: none;
}

.null-footer h6{
    font-weight: normal;
}
.null-contact-us-container {
    width: 950px;
    margin: auto;
    box-shadow: var(--null-box-shadow);
    padding: 20px;
    max-width: 100%;
    border-radius: var(--null-border-radius);
}

body{
    min-height: 100vh;
}

.null-navbar-production{
    flex:1;
    margin-right: 20px;
}



@media (max-width: 768px){

    .null-navbar-production{
        flex:1;
        margin-right: 0;
    }

    .null-floating-form{
        width: 100%;
        margin-top: 20px;
    }

    .null-who p{
        margin-top: 0;
    }

    .agt{
        width: 100% !important;
    }
}

.null-page-error-section{
    height: 100vh;
}

.null-page-error-container{
    width: 800px;
    max-width: 100%;
}



.null-page-error-number{
background-image:linear-gradient(
    -225deg,
    #888594 0%,
    #a23939 29%,
    #ac969d 67%,
    #9e9d90 100%
    );
background-size: auto auto;
background-clip: border-box;
background-size: 200% auto;
color: var(--null-color-white);
background-clip: text;
-text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: textclip 2s linear infinite;
font-size: 100px;
user-select: none;
    }

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


@media (max-width: 992px){

.null-page-error-container{
    min-width: 100%;
    }

.null-page-error-number{
    font-size: 80px;
    }
    
}


  
@media (max-width: 768px){
.null-why-null-js {
    max-width: 100% !important;
}


}



.null-why-null-js{
    max-width: 307px;
    width: 100%;
}

@media (min-width: 992px){
.null-why-null-js-even {
    margin-bottom: 30px;
}
}

.null-about-us-image{
    position: absolute;
    top: 20px;
    z-index: -10;
}

.null-about-us-container{
    padding: 20px;
}

.null-about-us-grid{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
}


@media (max-width: 900px){
    .null-about-us-grid {
    -ms-grid-column:1;
    grid-column:1;
        }
}

.null-layout-20{-ms-flex-preferred-size: 20%;flex-basis: 20%;max-width: 20%;}
.null-layout-80{-ms-flex-preferred-size: 80%;flex-basis: 80%;max-width: 80%;}
    

@media screen and (max-width: 992px) {

    .null-layout-20-80{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .null-layout-20, .null-layout-80{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .null-layout-20, .null-layout-80{
        width: 50%;
    }
}


.null-docs-link.active{
    background: var(--null-color-main);
    display: block;
    padding: 5px 10px;
    border-radius: var(--null-border-radius);
    color: var(--null-color-white);
}
.null-docs-link.active a:hover {
    color: var(--null-color-white);
}

pre[class*=language-] {
    border-radius: var(--null-border-radius);
    margin-bottom: 10px;
}


.null-button-copy-docs-container{
    display: flex;
    align-items: center;
    justify-content: end;
    gap:5px;
}

.null-button-copy-docs{
    font-size: 14px;
    background: var(--null-color-light-grey);
    border: 0;
    border-radius: var(--null-border-radius);
    min-width: 65px;
    cursor: pointer;
    height: 25px;
}

@media(min-width:992px){
    .null-table-th-width-155{
        width: 155px;
    }
    .null-table-th-width-120{
        width: 120px;
    }
}


/* Pagination */
.null-pagination a:hover{
  color:var(--null-color-black);
}

.null-pagination-item-link {
  padding: 8px 12px;
  border: 1px solid #1d18180d;
  color: #333;
  text-decoration: none;
  transition: none;
}

.null-pagination-item-link:not(:focus) {
  transition: all 0.3s ease;
}

.null-pagination-item-link:hover,
.null-pagination-item-link:focus {
  background-color: #e0dfdf;
}

.null-pagination-item-link.active {
  background-color: #8c8b8b96;
}

.null-pagination-item-link.disabled {
  pointer-events: none;
  color: #b8b8b8;
  user-select: none;
}

.null-pagination-rounded .null-pagination-item .null-pagination-item-link{
  border-radius: var(--null-border-radius);
  margin:0 5px;
}
/* End Pagination */

/* Breadcrumb */

.null-breadcrumb-solidus .null-breadcrumb-item:not(:last-of-type)::after{
  content:'/';
  margin:0 10px;
  }
  
  .null-breadcrumb-arrow .null-breadcrumb-item:not(:last-of-type)::after{
      content:'\203a';
      margin:0 10px;
  }
  
  .null-breadcrumb-item-link:hover {
      color: var(--null-color-main);
      opacity: 0.7;
  }
  
  .null-breadcrumb-item-link.active{
  color: var(--null-color-main);
  font-weight: bold;
      }
/* End Breadcrumb */

/* Timeline */

.null-timeline-items{
  max-width: 1000px;
  margin:auto;
      }
  
  .null-timeline-items::before{
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--null-color-grey);
  left: calc(50% - 1px);
      }
  
  .null-timeline-item:last-child{
  margin-bottom: 0;
      }
  
  .null-timeline-item:nth-child(odd){
  padding-right: calc(50% + 30px);
  text-align: right;	
      }
  
  .null-timeline-item:nth-child(even){
  padding-left: calc(50% + 30px);
  text-align: left;
      }
  
  .null-timeline-dot{
  height: 16px;
  width: 16px;
  background-color: var(--null-color-main);
  position: absolute;
  left: calc(50% - 8px);
  border-radius: 50%;	
  }
  
  .null-timeline-date{
  color: var(--null-color-main);
  margin:0 5px 15px
      }
  
  @media(max-width: 767px){
  .null-timeline-items::before{
  left: 7px;
      }
  
  .null-timeline-item:nth-child(odd){
  padding-right: 0;
  text-align: left;
      }
  
  .null-timeline-item:nth-child(odd),
  .null-timeline-item:nth-child(even){
      padding-left: 37px;
      }
  .null-timeline-dot{
      left:0;
      }
  
  }   

/* End Timeline */


/* Quote */

.null-quote {
  -webkit-box-shadow: -3px 0px 0px var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
          box-shadow: -3px 0px 0px var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
  border-left: 1px solid var(--null-color-main);
  margin: 0;
      }
      
  .null-quote:before {
  content: "\201C";
  font-size: 4em;
  position: absolute;
  right: 0;
  z-index: 0;
  opacity: 0.3;
  top: -15px;
  bottom: 0;
      }
  
  .null-quote-author-container {
  -webkit-padding-start: 40px;
          padding-inline-start:  40px;
      }
  
  .null-quote-author-container::before{
  position: absolute;
  top: 1px;
  width: 30px;
  height: 1px;
  background: var(--null-color-grey);
  content: '';
  bottom: 0;
  margin: 10px 0 13px -40px;
      }
  
  /* RTL */
  .null-rtl .null-quote {
      -webkit-box-shadow: 3px 0px 0px var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;
      box-shadow: 3px 0px 0px var(--null-color-main), rgb(0 0 0 / 10%) 0 0 40px;        
      border-right: 1px solid var(--null-color-main);
      border-left: 0;
  }
  
  .null-rtl .null-quote:before {
      left: 0;
      right: auto;
          }
  
  .null-rtl .null-quote-author-container::before {
      margin: 10px -40px 13px 0; 
  }
  /* RTL */

  /* End Quote */



  /*Table*/

  :root {
--null-table-header-background: var(--null-color-main);
  --null-table-header-color: var(--null-color-white);
  --null-table-zebra-stripes-background: var(--null-color-light-grey);
  --null-table-border-color: #ececec;
  --null-table-border-radius: var(--null-border-radius);
}

.null-table {
width: 100%;
border-collapse: collapse;
text-align: left;
}

.null-rtl .null-table {
text-align: right;
}

.null-table th,
.null-table td {
padding: 12px 15px;
border: 1px solid var(--null-table-border-color);
}

.null-table-header {
background: var(--null-table-header-background);
color: var(--null-table-header-color);
}

.null-table-header-border-none th,td {
border: none
}

@media(min-width:992px) {
  .null-table-zebra-stripes tbody tr:nth-child(even) {
    background: var(--null-table-zebra-stripes-background)
  }

  .null-table-zebra-stripes thead tr {
    background: var(--null-table-zebra-stripes-background);
  }


  .null-table-zebra-stripes-columns tbody td:nth-child(odd) {
    background: var(--null-table-zebra-stripes-background);
  }

  .null-table-zebra-stripes-columns thead tr th:nth-child(odd) {
    background: var(--null-table-zebra-stripes-background);
  }

  .null-table-border-radius {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  .null-table-border-radius tr th:first-child,
  .null-table-border-radius tr td:first-child {
    border-left: 1px solid var(--null-table-border-color);
  }

  .null-table-border-radius tr th:first-child,
  .null-table-border-radius tr td:first-child {
    border-left: 1px solid var(--null-table-border-color);
  }

  .null-table-border-radius tr th {
    text-align: left;
    border-top: solid 1px var(--null-table-border-color);
  }

  .null-rtl .null-table-border-radius tr th {
    text-align: right;
  }

  /* top-left border-radius */
  .null-table-border-radius tr:first-child th:first-child {
    border-top-left-radius: var(--null-table-border-radius);
  }

  /* top-right border-radius */
  .null-table-border-radius tr:first-child th:last-child {
    border-top-right-radius: var(--null-table-border-radius);
  }

  /* bottom-left border-radius */
  .null-table-border-radius tr:last-child td:first-child {
    border-bottom-left-radius: var(--null-table-border-radius);
  }

  /* bottom-right border-radius */
  .null-table-border-radius tr:last-child td:last-child {
    border-bottom-right-radius: var(--null-table-border-radius);
  }

}

/* New CSS for responsive design */
@media (max-width: 992px) {
  .null-table thead {
    display: none;
  }

  .null-table,
  .null-table tbody,
  .null-table tr,
  .null-table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .null-table tr {
    margin-bottom: 15px;
  }

  .null-table td {
    width: 100%;
    box-sizing: border-box;
  }

  .null-table td[data-null-label]::before {
    content: attr(data-null-label);
    font-weight: bold;
    margin-bottom: 10px;
  }
}


@media (min-width: 992px) {
  .null-rtl .null-table-border-radius tr:first-child th:last-child {
    border-top-left-radius: var(--null-table-border-radius);
    border-top-right-radius: 0
  }

  .null-rtl .null-table-border-radius tr:last-child td:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: var(--null-table-border-radius);
  }

  .null-rtl .null-table-border-radius tr:last-child td:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--null-table-border-radius);
  }

  .null-rtl .null-table-border-radius tr:first-child th:first-child {
    border-top-right-radius: var(--null-table-border-radius);
    border-top-left-radius: 0;
  }

}

    /* End Table*/


    /*******************ol*********************/

.null-ordered-list {
    margin: 0;
    padding: 0;
    line-height: normal;
        }
    
    .null-ordered-list li {
    line-height: 25px;
    margin: 0 0 25px;
    counter-increment: step-counter;
    list-style: none;
    position: relative;
    padding: 0 0 0 45px;
        }

    .null-ordered-list-rounded li::before {
        border-radius: var(--null-border-radius);
    }
    
    .null-ordered-list-circle li::before {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }
    
    .null-ordered-list-hexagon  li::before{
        clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
        transform: rotate(0deg);
    }
    
    .null-ordered-list li::before {
    content: counter(step-counter);
    margin-right: 5px;
    background-color: var(--null-color-main);
    color: var(--null-color-white);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: normal;
    line-height: 28px;
        }
    
    
    
    @media screen and (max-width: 767px) {
    
    
    .null-ordered-list {
    margin: 25px 0 30px;
        }
    .null-ordered-list li {
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 0 32px;
        }
    
    .null-ordered-list li::before {
    padding: 3px 2px;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 17px;
    font-size: 13px
        }
    
    
    }
    
    /*******************ol*********************/


    /*Alert*/
    .null-alert-container{
        padding: 12px 20px;
        opacity: 1;
        -webkit-transition: opacity 1000ms linear;
        -o-transition: opacity 1000ms linear;
        transition: opacity 1000ms linear;
            }
        
        .null-alert-exit-icon{
        position:absolute;
        right: 20px;
        overflow: hidden;
            }
                
        /* null-alert-warning */
        
        .null-alert-warning{
        background: #fffcd1;
        border-left: 5px solid #e3e44b;
            }
        
        /* null-alert-warning */
        
        /* null-alert-success */
        .null-alert-success{
            background: #CDF2CA;
            border-left: 5px solid #2cc622;
                }
        /* null-alert-success */
        
        /* null-alert-danger */
        .null-alert-danger{
            background: #f9a2a2;
            border-left: 5px solid #be0f0f;
                }
        /* null-alert-danger */
        
        /* null-alert-primary */
        .null-alert-primary{
            background: var(--null-color-main);
            border-left: 5px solid var(--null-color-black);
                }
        /* null-alert-primary */
        
        /* RTL */
        .null-rtl .null-alert-warning{
            background: #fffcd1;
            border-right: 5px solid #e3e44b;
            border-left: 0;
                }
        
        .null-rtl .null-alert-success{
            background: #CDF2CA;
            border-right: 5px solid #2cc622;
            border-left: 0;
                }
        
        .null-rtl .null-alert-danger{
            background: #f9a2a2;
            border-right: 5px solid #be0f0f;
            border-left: 0;
                }
        
        .null-rtl .null-alert-primary{
            background: var(--null-color-main);
            border-right: 5px solid var(--null-color-black);
            border-left: 0;
                }
        
        .null-rtl .null-alert-exit-icon{
            left: 20px;
            right: auto;
                }
        /* RTL */
    /*End Alert*/


    /* Tree */

    .null-tree-container ul{
        display: block;
        -webkit-margin-start: 0px;
                margin-inline-start: 0px;
        -webkit-margin-end: 0px;
                margin-inline-end: 0px;
        -webkit-padding-start: 40px;
                padding-inline-start: 40px; 
    }
    
    .null-tree-container ul li{
        position: relative;
        margin: 10px 0 10px 10px;
    }
    
    .null-tree-container ul li:before{
        content: "";
        counter-increment: item;
        position: absolute;
        top: -7px;
        left: -30px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 30px;
        height: 15px;
    }
    
    .null-tree-container li:after {
        position: absolute;
        content: "";
        top: 8px;
        left: -30px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        width: 30px;
        height: 100%;
    }
    
    .null-tree-list ul{
        display: none;
    }
    
    .null-tree-list ul.active{
        display: block;
    }
    
    .null-tree-list .active li{
        font-size: 14px;
    }
    
    .null-tree-list .active li:last-child{
        margin-bottom: 15px;
    }
    
    .null-tree-list .active li .null-tree-list-title{
        font-size: 14px;
    }
    
    /*RTL*/
    
    .null-rtl .null-tree-container ul li:before {
        left: auto;
        right: -30px;
        border-left: none;
        border-right: 1px solid #ddd;
    }
    
    .null-rtl .null-tree-container li:after {
        left: auto;
        right: -30px;
        border-left: none;
        border-right: 1px solid #ddd;
    }
    
    /*RTL*/

    /* End Tree */


    /* Modal */

    .null-modal-container{
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        background: #d6d6d669;
        }
        
        .null-modal-container.active{
        display: block;
        }
        
        .null-modal-header-container button[data-null-close-button]{
        border: none;
        outline: none;
        background: #ff9191;
        border-radius: var(--null-border-radius);
        -webkit-appearance: none;
        }
        
        .null-modal-body-overflow-hidden{
        overflow: hidden;
        }
        
        .null-modal{
            margin: auto;
            max-height: calc(100% - 40px); /* subtract header and footer heights */
            overflow-y: auto;
        }
        
        .null-modal-medium{
            width: 800px;
            }
            
            .null-modal-small{
                width: 500px;
            }
            
            @media screen and (max-width: 992px) { 
            .null-modal-medium{ width: 100% }
            .null-modal-small{ width: 100% }
            
            }

            .null-modal-center{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .null-modal-center::-webkit-scrollbar {
                width: 7px;
            }
            
            .null-modal-center::-webkit-scrollbar-thumb {
                background: #878787;
                border-radius: 25px;
            }
            
            .null-modal-center::-webkit-scrollbar-track {
                background: #e3e3e3;
                border-radius: 25px;
            }
    
            /* End Modal */



            /* Tabs */

            [data-tab-content]{
                opacity: 0;
                height: 0;
                overflow: hidden;
                -webkit-transition: opacity .20s ease-in-out;
                -o-transition: opacity .20s ease-in-out;
                transition: opacity .20s ease-in-out;
                    }
                
                .active[data-tab-content]{
                opacity: 1;
                height: auto;
                    }
                
                .null-tabs-links{
                padding: 10px 20px;
                border-top-right-radius: var(--null-border-radius);
                border-top-left-radius: var(--null-border-radius);
                    }
                
                .null-tab{
                padding: 10px;
                min-width: 100px;
                margin: 5px;
                -webkit-transition: all .1s linear;
                -o-transition: all .1s linear;
                transition: all .1s linear;
                border-bottom: 1px solid var(--null-color-main);
                    }
                
                .null-tab:hover{
                border-radius: var(--null-border-radius);
                background: var(--null-color-main);
                color: var(--null-color-white);
                border-bottom:0;
                    }
                
                .null-tab.active{
                background: var(--null-color-main);
                border-radius: var(--null-border-radius);
                margin: 5px;
                color: var(--null-color-white);
                    }
                
                .null-tabs{
                padding: 0 20px;
                margin: 0 5px;
                    }
                    
                

                    
                    /* End Tabs */


/* Circular Progress */
                    :root{
                        --null-circular-progress-size:200px;
                    }
                    
                    .null-circular-progress-container{
                        width: 400px;
                        max-width: 100%;
                    }
                    
                    .null-circular-progress{
                        height: var(--null-circular-progress-size);
                        width: var(--null-circular-progress-size);
                        border-radius: 50%;
                        background: conic-gradient(var(--null-color-main) 0deg, #f6f7f9 0deg);
                    }
                    
                    .null-circular-progress::before{
                        content: "";
                        position:absolute;
                        height:calc(var(--null-circular-progress-size) - 40px );
                        width:calc(var(--null-circular-progress-size) - 40px );
                        border-radius:50%;
                        background-color:var(--null-color-white);
                    }
                    
                    .null-circular-progress-value{
                        font-size: 40px;
                        color:var(--null-color-main)
                    }
/* End Circular Progress */

/* Progress Bar*/
.null-progress-bar-container{
    height: 20px;
    background-color: var(--null-color-light-grey);
}

.null-progress-bar{
    color: var(--null-color-white);
    background-color: var(--null-color-main);
    transition: width .5s ease;
    border-radius: var(--null-border-radius);
}

.null-progress-bar-message{
    position: absolute;
    top: -30px;
    background: #ededed;
    color: var(--null-color-black);
    inset-inline-end: 0;
    padding: 4px;
    border-radius: var(--null-border-radius);
}

.null-progress-bar-message::after{
content:"";
border-color:transparent;
border-width:5px;
border-style:solid;
position:absolute;
bottom:-10px;
inset-inline-start: 50%;
transform:translateX(-50%);
border-top-color: #ededed;
}

.null-progress-bar-small{
    height: 8px;
}

/* End Progress Bar*/

/* Toast */
.null-toast{
    position: fixed;
    z-index: 99;
    padding: 20px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow: hidden;
}

.null-toast:not(:focus) {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.null-toast-top{
    top: 0;
}

.null-toast-bottom{
    bottom: 0;
}


.null-toast-left{
    left: 0;
    right: auto;
    transform: translateX(-100%);
}


.null-toast-right{
    right: 0;
    left: auto;
}

.null-toast.active{
    transform: translateX(0%);
}



.null-toast-close{
    position: absolute;
    top: 10px;
    right: 15px;
    left: auto;
    padding: 5px;
    opacity: 0.7;
    width: 20px;
    height: 20px;
    background: #ff9191;
    text-align: center;
    border-radius: 50%;
}

.null-toast-close:hover{
    opacity: 1;
}

 .null-toast-progress{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #ddd;
}

 .null-toast-progress:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--null-color-main);
}

.null-toast-progress.active:before{
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100%{
        right: 100%;
    }
}




.null-toast.active ~ .null-toast-button{
    pointer-events: none;
}

/* RTL */

.null-rtl .null-toast {
    transform: translateX(-100%);
}

.null-rtl .null-toast.active {
    transform: translateX(0%) !important;
}

.null-rtl .null-toast-right {
    right: auto;
    left: 0;
}

.null-rtl .null-toast-left {
    transform: translateX(100%);
    right: 0;
    left: auto;
}

.null-rtl  .null-toast-close{
    right: auto;
    left: 15px;
}

/* RTL */
/* End Toast */

/* List */

#null-list-search-input{
    width: 100%;
    margin-bottom: 15px;
    border: 0;
    background: var(--null-color-light-grey);
    color: var(--null-color-black);
    border-radius: var(--null-border-radius);
    height: 45px;
    caret-color: var(--null-color-main);
    font-size: 16px;
    padding:10px
}

#null-list-search-input:focus{
    border: 0;
    outline: 0;
}

#null-list-total-results{
    margin-bottom: 15px;
}

.null-list-results{
    border: 3px solid var(--null-color-light-grey);
    border-radius: var(--null-border-radius);
}

.null-list-results-overflow{
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.null-list-results-overflow::-webkit-scrollbar {
    width: 7px;
}

.null-list-results-overflow::-webkit-scrollbar-thumb {
    background: #878787;
    border-radius: 25px;
}

.null-list-results-overflow::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: 25px;
}

.null-list-result , .null-list-result-main{

    border: 1px solid var(--null-color-light-grey);
}

.null-list-result-no-records-found div{
    padding:10px;
}

.null-list-result:last-child{
    border-bottom: none;
}

.null-list-result span , .null-list-result-main span{
    padding:10px;
}


.null-list-result:hover{
    background-color: #dce0e7;
}

/* End list */


/* Search Bar */
.null-search-bar form .null-search-bar-input{
    width: 100% !important;
    border: 0;
    padding: 0 10px;
    -webkit-appearance: none;
    caret-color: var(--null-color-main);
    height: 50px;
}


.null-search-bar form .null-search-bar-input:focus{
    outline: 0;
}

.null-search-bar form button{
    position: absolute;
    right: 10px;
    left: auto;
}

/* RTL */
.null-rtl .null-search-bar form button{
    left: 10px;
    right: auto;
}
/* RTL */

/* End Search Bar */

/* Dropdown */
.null-dropdown-button{
    border-radius: var(--null-border-radius);
    border: 3px solid var(--null-color-light-grey);
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: transparent;
    
        }
    
    .null-dropdown-button:focus{
        outline: 0;
        background: var(--null-background-light-grey);
    }
    
    .null-dropdown-button svg.active{
        transform: rotate(180deg);
    }
    
    .null-dropdown-button.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
        }
    
    .null-dropdown-button *{
        pointer-events: none;
    }  
    
    
    .null-dropdown {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
        }
    
    
    .null-dropdown-menu{
    background: var(--null-color-light-grey);
        }
    
    .null-dropdown-menu li{
    border-bottom: 1px solid gainsboro;
        }
    
    .null-dropdown-menu li:hover{
    opacity: 0.7;
        }
    
    
    .null-dropdown-menu li.active{
    opacity: 0.7;
        }
    
    
    .null-dropdown-menu li:last-child{
    border-bottom: 0;
        }

/*End Drop Down */




/* Accordion */
.null-accordion{
width: 100%;
}

.null-accordion-content-container{
height: 0;
overflow: hidden;
-webkit-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
    
.null-accordion-content-container p{
    padding: 0 20px 20px 20px;
    line-height: 1.5;
    margin: 0;
}

/* End Accordion */



/* Card */

.null-card-container .null-card-image-container img{
    border-top-left-radius: var(--null-border-radius);
    border-top-right-radius: var(--null-border-radius);
}
.null-card-container .null-card-floating-box-container{
    position: absolute;
    top: -15px;
    right: 10px;
    left: auto;
    min-width: 100px;
}

.null-card-image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: var(--null-border-radius);
    border-top-right-radius: var(--null-border-radius);
    background: linear-gradient(0deg,rgba(0,0,0,62%) 0,transparent 100%)
}

.null-rtl .null-card-container .null-card-floating-box-container{
    left: 10px;
    right: auto;
}

/* End card */



/** Navbar **/
.null-navbar-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
        }
    
    .null-navbar-links{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
        }
    
        
    
    .null-navbar-links li a{
    margin: 0 15px;
    font-size: 18px;
    color: var(--null-color-black);
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-bottom: 2px;
    border: 0;
    min-width: auto;
    justify-content: start;
    border-radius: 0;
        }
    
    
    
    .null-navbar-back-drop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--null-color-black);
    opacity: 0.5;
    cursor: pointer;
    }
    
    .null-navbar-menu-icon-contianer{
    display: none;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
        }
    
        
    .null-navbar-body-overflow-hidden {
    overflow: hidden;
    padding-right:8px;
        } /* check scroll on iphone */
    
    .null-navbar-links-mobile {
    display: none;
        }
    
    .null-navbar-links-mobile-line{
    border-bottom: 2px solid var(--null-color-main);
    margin: 8px 0;
        }
    
    
    
    /*Search*/
    
    .null-navbar-search-container{
        border-left: 2px solid var(--null-color-black);
        width: 40px;
        height: 40px;
    }
    
    .null-navbar-search{
        width: 22px;
        height: 22px;
    }
    
    .null-navbar-search svg{
        width: 100%;
        height: 100%;
    }
    
    .null-navbar-form-container{
    position: relative;
        }
    
    .null-navbar-form {
    position: absolute;
    right: -5px;
    bottom: -100px;
    pointer-events: none;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-transition: bottom 0.3s ease,right 0.3s ease , opacity 0.1s ease;
    -o-transition: bottom 0.3s ease,right 0.3s ease , opacity 0.1s ease;
    transition: bottom 0.3s ease,right 0.3s ease , opacity 0.1s ease;
        }
        
    
    .null-navbar-form.active{
    opacity: 1;
    bottom: -60px;
    pointer-events: auto;
    z-index: 20;
        }
    
    .null-navbar-form:before {
    position: absolute;
    content: "";
    top: -9px;
    right: 15px;
    width: 0;
    height: 0;
    z-index: -1;
    border: 10px solid transparent;
    border-bottom-color: #dddddd;
    margin: -20px 0 0;
        }
    
    .null-navbar-form:after {
    position: absolute;
    content: '';
    height: 60px;
    padding: 2px;
    background: #dddddd;
    border-radius: 2px;
    min-width: calc(100% + 20px);
    z-index: -2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    
    .null-navbar-form-input /*input*/{
    padding: 0 10px;
    color: var(--null-color-black);
    font-size: 17px;
    width: 400px;
    border: none;
    }
    
    .null-navbar-form-button {
    padding: 0 15px;
    color: var(--null-color-white);
    font-size: 17px;
    background: var(--null-color-main);
    border: none;
    cursor: pointer;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
        }
    
    .null-navbar-form-input:focus{
    outline: none;
        }
    /*Search*/
    
    /*Drop Down*/
    
    .null-navbar .null-dropdown-button svg.active{
        transform: rotate(180deg);
    }
    
    
    .null-navbar .null-dropdown-button{
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        }
    
    
    .null-navbar .null-dropdown-button *{
    pointer-events: none;
        }  
    
    
        .null-navbar .null-dropdown-menu{
    background: var(--null-color-light-grey);
        }
    
    
        .null-navbar .null-dropdown-menu li{
        border-bottom: 1px solid gainsboro;
    }
    
    .null-navbar .null-dropdown-menu li:hover{
        opacity: 0.7;
    }
    
    
    .null-navbar .null-dropdown-menu li.active{
        opacity: 0.7;
        color: var(--null-color-main);
    }
    
    
    .null-navbar .null-dropdown-menu li:last-child{
        border-bottom: 0;
    }
    
    .null-navbar .null-dropdown-menu a{
        width: 200px !important;
        font-size: 16px !important;
    }
    
    
    
    /*Drop Down */
    
    
    @media screen and (max-width: 992px) { 

            
    .null-navbar .null-dropdown {
        height: 0;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
    }
        
    .null-navbar-links{
    position: fixed;
    width: 300px;
    top: 0;
    height: 100%;
    left: -100%;
    transform: translate3d(-100%, 0, 0);
    z-index: 9999;
    display: block;
    background: var(--null-color-white);
    -webkit-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
        }
    
    .null-navbar-links.active{
    left: 0;
    transform: translate3d(0, 0, 0);
    height: 100%;
    overflow-y: auto;
        }
    
    .null-navbar-menu-icon-contianer{
    display: block;
        }
    
    .null-navbar-links li {
    margin-top:20px;
        }
    
    .null-navbar-links-mobile {
    display:block;
        }
    
    
    
    /*Search*/
    .null-navbar-form-input{
    width: 100%;
    border-radius: 0;
        }
    
    .null-navbar-form-container.active {
    visibility: visible;
    height: 45px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin: auto;
    top:5px;
        }
    
    .null-navbar-form-container{
    position: relative;
    visibility: hidden;
    height: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        }
    
    .null-navbar-form:before{
    right: 40px;
        }
        
    .null-navbar-form{
    position: relative;
    bottom: 0;
    right: 0; 
    top:5px;
    height: 40px;
    margin: auto;
    pointer-events:auto;
    width: 100%;
        }
    
    
    .null-navbar-search-container{
    border-left: none;
    margin: 0 10px;
        }
    
        .null-navbar .null-dropdown-menu a{
        width: 100% !important;
    }
    
    /*Search*/
    
    
    /*Dropdown*/
    .null-navbar .null-dropdown-button {
        
        margin: 0 15px;
    }
    
    .null-navbar .null-dropdown li{
        margin-top: 0;
    }
    
    
    /*Dropdown*/
    
    }


    
    
    @media screen and (min-width: 992px) { 


    .null-navbar-links li a::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--null-color-main);
        bottom: 0;
        left: -100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;  
    }
    
    .null-navbar-links li a:hover::before {
        left: 0;
        }
    
    /* Drop Down */
    .null-navbar .null-dropdown {
        opacity: 0;
        height: 0;
        position: absolute;
        overflow: hidden;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-transition: opacity 150ms ease-in-out ,-webkit-transform 150ms ease-in-out;
        transition: opacity 150ms ease-in-out ,-webkit-transform 150ms ease-in-out;
        -o-transition: opacity 150ms ease-in-out ,transform 150ms ease-in-out;
        transition: opacity 150ms ease-in-out ,transform 150ms ease-in-out;
        transition: opacity 150ms ease-in-out ,transform 150ms ease-in-out ,-webkit-transform 150ms ease-in-out;
        width: auto;
        z-index: 10;
        }
    
            
    
    .null-navbar .null-dropdown-menu a:hover::before{
        left: -100% !important;
    }
    /* Drop Down */  
    
    }
    
    
    /*RTL*/
    
    .null-rtl .null-navbar-search-container {
        border-right: 2px solid var(--null-color-black);
        border-left: 0;
    }
    
    .null-rtl .null-navbar-form{
        left: -5px;
        right: auto;
    }
    .null-rtl .null-navbar-form:before{
        left: 15px;
        right: auto;
    }
    
    @media screen and (max-width: 992px) { 
    
        .null-rtl .null-navbar-search-container {
            border-right: 0;
        }
    
    
        .null-rtl .null-navbar-form:before {
        left: 40px;
        }
    
        .null-rtl .null-navbar-links {
            right: -100%;
            transform: translate3d(100%, 0 , 0);
        }
    
        .null-rtl  .null-navbar-links.active {
            right: 0;
            transform: translate3d(0, 0, 0);
            height: 100%;
            overflow-y: auto;
        }
    }
    /*RTL*/

/** Navbar **/


/* Start Flash List */

.null-flash-list-container::before {
content: '';
position: absolute;
width: 2px;
height: 100%;
background-color: var(--null-color-main);
margin: 0 9px;
}

.null-flash-list-container::after {
content: '';
position: absolute;
inset-inline-start: 6px;
width: 8px;
height: 8px;
background-color: var(--null-color-main);
opacity: 0.6;
border-radius: 50%;
}

.null-flash-list-container li::before {
content: '';
width: 20px;
height: 20px;
display: block;
border-radius: 50%;
border: 2px solid var(--null-color-white);
outline: 2px solid var(--null-color-main);
z-index: 2;
-webkit-margin-end: 15px;
margin-inline-end: 15px;
position: relative;
padding: 8px;
}

.null-flash-list:not(:last-child) {
margin-bottom: 20px;
}

.null-flash-list-container li.null-flash-list-done::before {
background: var(--null-color-main);
}

.null-flash-list-container li.null-flash-list-current::before {
animation: null-flash 0.8s infinite alternate;
}

.null-flash-list-container .null-font-weight-bold {
  margin-bottom: 5px;
}

@-webkit-keyframes null-flash {

from {
  background-color: var(--null-color-main);
}

to {
  background-color: var(--null-color-white);
}

}

@keyframes null-flash {

from {
  background-color: var(--null-color-main);
}

to {
  background-color: var(--null-color-white);
}

}

/* End Flash List */


#ooii .null-navbar-form.active{
    bottom: -60px;
}



/* Start Scroll To Top */

.null-scroll-to-top-container {
height: 40px;
width: 40px;
border-radius: 50%;
position: fixed;
bottom: 30px;
right: 0;
-webkit-transform: translateX(60px);
-ms-transform: translateX(60px);
transform: translateX(60px);
z-index: 9999;
border: 0;
background-color: conic-gradient(var(--null-color-main) 0deg, var(--null-color-light-grey) 0deg);
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}  

.null-scroll-to-top-container::before {
content: "";
position: absolute;
height: 30px;
width: 30px;
border-radius: 50%;
background-color: var(--null-color-light-grey);
z-index: -1;
overflow: hidden;
}

.null-scroll-to-top-container.active {
-webkit-transform: translateX(-10px) rotate(360deg);
-ms-transform: translateX(-10px) rotate(360deg);
transform: translateX(-10px) rotate(360deg);
}

/* End Scroll To Top */


.null-unordered-list {
margin: 0 10px;
padding: 0;
list-style-type: none;
}

.null-unordered-list>li::before {
content: '●';
color: var(--null-color-main);
display: inline-block;
width: 1em;
}

.null-unordered-list li {
margin-top: 10px;
}

.null-unordered-list>ul {
padding-left: 20px;
}

.null-unordered-list>ul>li::before {
content: '●';
color: var(--null-color-main);
opacity: 0.7;
font-size: 0.8em;
display: inline-block;
width: 1em;
}

.null-scroll::-webkit-scrollbar {
width:7px;
height: 7px;
    }

.null-scroll::-webkit-scrollbar-track {
background:#ece9e9;
-webkit-border-radius:25px;
    }

.null-scroll::-webkit-scrollbar-thumb {
background:#ccc;
-webkit-border-radius:25px;
    }


.card-examples .null-card-container{
    min-height: 415px;
}

/* Start Card Example 1 */

.card-example-1 .null-card-title {
    bottom: -15px;
    min-height: 65px;
    width: 100%;
}

/* End Card Example 1 */

/* Start Card Example 2 */

.card-example-2 .null-card-title-container {
    padding: 20px 20px 0;
}

.card-example-2 .null-card-content {
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 20px;
}

.card-example-2 .null-card-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 60%)), to(rgb(255 255 255)));
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 60%), rgb(255 255 255));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 60%), rgb(255 255 255));
    border-bottom-left-radius: var(--null-border-radius);
    border-bottom-right-radius: var(--null-border-radius);
}

/* End Card Example 2 */

/* Start Card Example 3 */

.card-example-3 .null-card-wave {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    width: 100%;
}

.card-example-3 .null-card-title {
    min-height: 55px;
}

/* End Card Example 3 */

/* Start Card Example 4 */

.card-example-4 .null-card-image-container .null-card-image,
.card-example-4 .null-card-image-container .null-card-image-overlay {
    border-radius: var(--null-border-radius);
}

/* End Card Example 4 */

/* Start Card Example 5 */

.card-example-5 .null-card-title {
    min-height: 55px;
}

.card-example-5 .null-card-line {
    border-bottom: 3px solid var(--null-color-light-grey);
    margin-top: 5px;
}

.card-example-5 .null-card-button-container .null-button {
    width: 100%;
}

/* End Card Example 5 */


/* Start About Us Example 1 */

.about-us-example-1 .null-about-us-images-image-one {
    z-index: 1;
    left: 70px;
}

.null-rtl .about-us-example-1 .null-about-us-images-image-one {
    left: -70px;
}

.about-us-example-1 .null-about-us-images-image-two {
    top: 60px;
}

@media screen and (max-width: 768px) {

    .about-us-example-1 .null-about-us-images-container {
        width: 65%;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-us-example-1 .null-about-us-images-image-two {
        right: 70px;
    }

    .null-rtl .about-us-example-1 .null-about-us-images-image-two {
        right: -70px;
    }

}


@media screen and (max-width: 992px) {

    .null-about-us-images-container{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .about-us-example-1 .null-about-us-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

}

/* End About Us Example 1 */



/* Start About Us Example 2 */

.about-us-example-2 .null-about-us-image-container {
    overflow: hidden;
    border-radius: var(--null-border-radius);
}

.about-us-example-2 .null-about-us-image-one {
    width: 130px;
}

.about-us-example-2 .null-about-us-image-two {
    width: 180px;
}

.about-us-example-2 .null-about-us-image-one,
.about-us-example-2 .null-about-us-image-two {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-us-example-2 .null-about-us-image-one:hover,
.about-us-example-2 .null-about-us-image-two:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
    
    .about-us-example-2 .null-about-us-image-one {
        width: 230px;
    }

    .about-us-example-2 .null-about-us-image-two {
        width: 290px;
    }

}

/* End About Us Example 2 */

/* Start Card Example 7 */

.card-example-7 .null-card-shadow-container {
position: absolute;
top: -6px;
left: 5px;
height: 6px;
right: 5px;
background: #D8D8D8;
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
}


.card-example-7 .null-card-shadow-container::before,
.card-example-7 .null-card-shadow-container::after {
position: absolute;
top: -6px;
left: 5px;
height: 6px;
right: 6px;
background: #D8D8D8;
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-ms-border-radius: 3px 3px 0 0;
}

.card-example-7 .null-card-shadow-container::before {
content: "";
opacity: 0.2;
top: -12px;
left: 10px;
right: 10px;
}

.card-example-7 .null-card-shadow-container::after {
content: "";
opacity: 0.5;
}

/* End Card Example 7 */


/* Start Card Example 8 */

.card-example-8 .null-card-image-container {
top: -45px;
margin-bottom: -20px;
}

.card-example-8 .null-card-image-container img {
box-shadow: -1px 5px 7px 5px rgb(152 152 152 / 39%);
}

.card-example-8 .null-card-title {
min-height: 60px;
}

/* End Card Example 8 */


/* Start About Us Example 3 */

.about-us-example-3 .null-about-us-title{
    content: '';
    border-inline-start: 5px solid var(--null-color-main);
    padding: 0 5px;
}


/* End About Us Example 3 */

/* Start Box Example 1 */

.box-example-1 .null-box-image-container {
    width: 60px;
    height: 60px;
}

/* End Box Example 1 */

/* Start Box Example 2 */

.box-example-2 .null-box-image-container {
    width: 70px;
    height: 70px;
    margin:auto;
}

/* End Box Example 2 */


/* Start Box Example 3 */

.box-example-3 .null-box-image-container {
width: 60px;
height: 60px;
position: absolute;
top: -35px;
}

/* End Box Example 3 */

/* Start Box Example 4 */

.box-example-4 .null-box-image-container {
width: 60px;
height: 60px;
margin:auto;
}

/* End Box Example 4 */


/* Start Card Example 9 */

.card-example-9 ul{
    list-style: disc;
    padding: 0 20px;
}

.card-example-9 .null-card-title{
    min-height: 40px;
}

.card-example-9 .null-card-line{
border-top: 2px solid var(--null-color-light-grey);
margin: 0 -20px;
}

/* End Card Example 9 */



/* Start About Us Example 4 */

.about-us-example-4 .null-about-us-images-image-one {
    z-index: 1;
    left: 70px;
}

.null-rtl .about-us-example-4 .null-about-us-images-image-one {
    left: -70px;
}

.about-us-example-4 .null-about-us-images-image-two {
    top: 60px;
}

@media screen and (max-width: 768px) {

    .about-us-example-4 .null-about-us-images-container {
        width: 65%;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-us-example-4 .null-about-us-images-image-two {
        right: 70px;
    }

    .null-rtl .about-us-example-4 .null-about-us-images-image-two {
        right: -70px;
    }

}


@media screen and (max-width: 992px) {

    .null-about-us-images-container{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .about-us-example-4 .null-about-us-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

}

/* End About Us Example 4 */



/* Start Sidebar */

.null-sidebar-section {
position: fixed;
top: 0;
left:0;
width: 400px;
height: 100%;
z-index: 9999;
transform: translateX(-100%);
overflow: auto;
-webkit-transition: transform 0.3s ease;
-o-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}

.null-sidebar-section.active {
transform: translateX(0) !important;
}

.null-sidebar-back-drop {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #c1c1c1;
opacity: 0.5;
cursor: pointer;
}

.null-sidebar-body-overflow-hidden {
overflow: hidden;
}


@media (max-width: 992px) {
    .null-sidebar-section{
    width: 300px;
    }
} 

/* RTL */

.null-rtl .null-sidebar-section{
transform: translateX(100%);
}
/* RTL */

/* End Sidebar */


/* Start Hero Example 1 */


.hero-example-1 .null-hero-image-container {
height: 488px;
width: 100%;
}

.hero-example-1 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-example-1 .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 20%);
}


.hero-example-1 .null-hero-content-container {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
padding: 50px 50px;
background-color: rgb(64 85 236 / 50%);
}

.hero-example-1 .null-rtl .null-hero-content-container {
right: 0;
}

.hero-example-1 .null-hero-content-size {
max-width: 600px;
}

@media (max-width:800px) {
  .hero-example-1  .null-hero-content-container {
    width: 100%;
    padding: 30px !important;
    }
}


/* End Hero Example 1 */


/* Start Hero Example 2 */


.hero-example-2 .null-hero-image-container {
height: 488px;
width: 100%;
}

.hero-example-2 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-example-2 .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(64, 57, 103, .7);
}


.hero-example-2 .null-hero-content-container {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 50px 50px;
}

.hero-example-2 .null-hero-content-container h1 {
font-size: 50px;
}

.hero-example-2 .null-hero-content-container .null-button {
background-color: transparent;
border-color: var(--null-color-white);
width: 150px;
padding:15px;
}


.hero-example-2 .null-hero-content-size {
max-width: 700px;
}

@media (max-width:800px) {
    .hero-example-2 .null-hero-content-container {
        width: 100%;
        padding: 30px !important;
    }
    
    .hero-example-2 .null-hero-content-container h1 {
        font-size:25px;
    }
    
}


/* End Hero Example 2 */


/* Start Hero Example 3 */

.hero-example-3 .null-hero-image-container {
height: 488px;
width: 100%;
}

.hero-example-3 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-example-3 .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(135deg, rgb(13 88 132 / 88%), rgb(74 72 228 / 31%))
}

.hero-example-3 .null-hero-content-container {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 50px 50px;
}

.hero-example-3 .null-hero-content-container h1 {
font-size: 50px;
}

.hero-example-3 .null-hero-content-container .null-button {
background-color: transparent;
border-color: var(--null-color-white);
width: 150px;
padding:15px;
}

.hero-example-3 .null-hero-content-size {
max-width: 900px;
}

@media (max-width:800px) {
    .hero-example-3 .null-hero-content-container {
        width: 100%;
        padding: 30px !important;
    }
    
    .hero-example-3 .null-hero-content-container h1 {
        font-size:25px;
    }
    
}

/* End Hero Example 3 */


/* Start Hero Example 4 */

.hero-example-4 .null-hero-image-container {
height: 488px;
width: 100%;
}

.hero-example-4 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-example-4 .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color:rgba(0, 0, 0, .5);
}

.hero-example-4 .null-hero-content-container {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 50px 50px;
}

.hero-example-4 .null-hero-content-container h1 {
font-size: 50px;
}

.hero-example-4 .null-hero-content-size {
max-width: 900px;
}

@media (max-width:800px) {
    .hero-example-4 .null-hero-content-container {
        width: 100%;
        padding: 30px !important;
    }
    
    .hero-example-4 .null-hero-content-container h1 {
        font-size:25px;
    }
}

/* End Hero Example 4 */


/* Start Hero Example 5 */

.hero-example-5 .null-hero-image-container {
height: 488px;
width: 100%;
}

.hero-example-5 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-example-5 .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color:rgb(15 116 143 / 70%);
}

.hero-example-5 .null-hero-content-container {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 50px 50px;
}

.hero-example-5 .null-hero-content-container h1 {
font-size: 50px;
}

@media (max-width:800px) {
    .hero-example-5 .null-hero-content-container {
        padding: 30px !important;
    }

    .hero-example-5 .null-hero-content-container h1 {
        font-size: 25px;
    }

}

/* End Hero Example 5 */


/* Start Hero Example 6 */

.hero-example-6 .null-hero-image-container {
height: 488px;
width: 100%;
}

.hero-example-6 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hero-example-6 .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 20%);
}

.hero-example-6 .null-hero-content-container {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
padding: 50px 50px;
background-color: rgb(29 107 37 / 50%);
}

.hero-example-6 .null-hero-content-container h1 {
font-size: 40px;
}

.null-rtl .hero-example-6 .null-hero-content-container {
right: 0;
}

.hero-example-6 .null-hero-content-size {
max-width: 700px;
}

@media (max-width:800px) {
    .hero-example-6 .null-hero-content-container {
        width: 100%;
        padding: 30px !important;
    }

    .hero-example-6 .null-hero-content-container h1 {
        font-size: 25px;
    }
}

/* End Hero Example 6 */

/* Start Hero Example 7 */

.hero-example-7 .null-hero-image-container {
position: relative;
overflow: hidden;
height: 400px;
}

.hero-example-7 .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
transform: skewY(-3deg);
transform-origin: top left;
}

.hero-example-7 .null-hero-image-container::before {
content: '';
position: absolute;
height: 100px;
bottom: -70px;
right: 0;
left: 0;
background: var(--null-color-white);
transform: skewY(-3deg);
-webkit-transform: skewY(-3deg);
-moz-transform: skewY(-3deg);
-ms-transform: skewY(-3deg);
}

.hero-example-7 .null-hero-image-overlay {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(64, 57, 103, .7);
-webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.hero-example-7 .null-hero-container {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}

.hero-example-7 .null-hero-content-title {
font-size: 40px;
}

.hero-example-7 .null-hero-form-container {
width: 400px;
height: 350px;
z-index: 100;
top: 45px;
-ms-grid-column-align: center;
justify-self: center;
}

.hero-example-7 .null-hero-form-container input {
border: 0;
border-bottom: 1px solid #b4becb;
width: 100%;
padding: 3px;
margin: 20px 0;
}

.hero-example-7 .null-hero-form-container input:focus {
outline: none;
}

@media (max-width:992px) {
.hero-example-7 .null-hero {
        height: auto;
    }

.hero-example-7 .null-hero-form-container {
        top: 5px;
        width: 100%;
        margin: 0;
    }

.hero-example-7 .null-hero-content-title{
    font-size: 25px;
}    

}

@media (max-width:992px) {
#vvbfvff {
        padding-top:180px;
    }

}


/* End Hero Example 7 */

/* Start Hero Example 8 */

.hero-example-8 {
position: relative;
height: 400px;
}

.hero-example-8 .null-hero-image-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.hero-example-8 .null-hero-image-container img {
object-fit: cover;
width: 100%;
height: 100%;
}

.hero-example-8 .null-hero-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgb(78 5 32);
opacity: 0.5;
z-index: 2;
}

.hero-example-8 .null-hero-content-container {
z-index: 2;
}

.hero-example-8 .null-hero-content-title {
font-size: 50px;
max-width: 70%;
margin: auto;
}

.hero-example-8 .null-hero-boxes-container {
width: 100%;
}

.hero-example-8 .null-hero-box-container {
width: 18%;
}

.null-hero-box-image {
width: 70px;
height: 70px;
margin: auto;
}

@media (max-width:767px) {

.null-hero {
    height: auto;
    padding: 0;
}



.hero-example-8  .null-hero-boxes-container {
    margin-bottom: 20px;
    position: relative !important;
}

.hero-example-8  .null-hero-box-container {
    width: 40%;
}

.hero-example-8  .null-hero-box-title {
    font-size: 22px;
}

.hero-example-8  .null-hero-box-image {
    width: 50px;
    height: 50px;
}

}

@media (max-width:992px) {
.hero-example-8  .null-hero-content-title {
    font-size: 25px;
}

}

/* End Hero Example 8 */

.null-box-shadow-code-container {
    display: grid;
    grid-template-columns: 10fr 2fr;
}

.null-color-converter-sliders-container input[type='range']{
    width: 100%;
}


.null-box-shadow-sliders-container input[type='range']{
    width: 100%;
}


#null-gradient-generator-review {
    background: linear-gradient(90deg, #2c6c7d 30%, #84868a 80%);
}

.null-gradient-generator-code-container {
    grid-template-columns: 10fr 2fr;
}

.null-gradient-generator-container input[type='range'] {
    width: 100%;
}


/* Start Calendar */

:root {
    --null-calendar-inactive-color:#aaa;
    --null-calendar-active-color: var(--null-color-white);
    --null-calendar-active-background: var(--null-color-main);
}

.null-calendar-container ul li {
width: calc(100% / 7);
position: relative;
}

.null-calendar-container .null-calendar-body-days-container li::before {
position: absolute;
content: "";
height: 40px;
width: 40px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: -1;
}

.null-calendar-container .null-calendar-body-weeks-container li {
font-weight: 600;
}

.null-calendar-container .null-calendar-body-days-container li {
margin-top: 30px;
}

.null-calendar-container .null-calendar-body-days-container li.inactive {
color:var(--null-calendar-inactive-color);
}

.null-calendar-container .null-calendar-body-days-container li.active {
color:var(--null-calendar-active-color);
}

.null-calendar-container .null-calendar-body-days-container li.active::before {
background: var(--null-calendar-active-background);
}

/* End Calendar */



.null-css-variables-container h2{
color: var(--null-color-pink);
}

.null-css-variable {
background: var(--null-color-light-grey);
border-radius: var(--null-border-radius);
padding: 10px;
margin-top: 10px;
}

.null-css-variable-line {
height: 0.1em;
width: 20px;
background-color: var(--null-color-pink);
margin: 0 -10px;
}


/* Start Image Uploader */

:root {
--null-image-uploader-border-color: #cdcdcd;
--null-image-uploader-height: 250px;
}

.null-image-uploader-container .null-image-uploader {
border: 2px dashed var(--null-image-uploader-border-color);
width: 100%;
overflow: hidden;
height: var(--null-image-uploader-height);
}

.null-image-uploader-container .null-image-container {
position: absolute;
height: 100%;
width: 100%;
}

.null-image-uploader-container .null-image-container img {
height: 100%;
width: 100%;
object-fit: cover;
}

.null-image-uploader-container [data-null-image-uploader="null-custom-image-button"] {
border: 0;
width: 100%;
height: 38px;
}

.null-image-uploader-container [data-null-image-uploader="null-image-check"] {
word-wrap: break-word;
}

/* End Image Uploader */
