/*

TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school

*/


@import url(fontawesome.css);
@import url("<link href=" https: //fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">");

    body {
        font-family: 'Montserrat', sans-serif;
    }

    /* Basic */

    a {
        color: #3CF;
        text-decoration: none;
    }

    a:hover {
        color: #FC3;
        text-decoration: none;
    }

    ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    p {
        font-size: 13px;
        line-height: 22px;
    }


    .section-heading {
        text-align: center;
        margin-bottom: 70px;
    }

    .section-heading h2:before {
        width: 1px;
        height: 100px;
        background-color: rgba(250, 250, 250, 0.1);
        position: absolute;
        top: -102px;
        content: '';
        left: 50%;
        transform: translate(-50%);
    }

    .section-heading h2 {
        margin-top: 100px;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 15px 20px;
        border: 2px solid rgba(250, 250, 250, 0.1);
    }
    #banner-image{
        width:25% !important
    }

     /* Estilo de los botones fijos y modernos */
     .side-btn {
        position: absolute;
        /* Fijar los botones en la pantalla */
        top: 10%;
        /* Centrar los botones verticalmente */
        transform: translateY(-50%);
        /* Centrado perfecto */
        padding: 2px 14px;
        /* Tamaño del botón */
        background: linear-gradient(135deg, #f5a425, #f5a425);
        /* Gradiente bonito */
        color: rgb(245, 240, 240);
        /* Texto blanco */
        border: none;
        /* Sin borde */
        border-radius: 50%;
        /* Botón redondeado */
        font-size: 25px;
        /* Tamaño de fuente */
        font-weight: 1000;
        /* Texto en negrita */
        cursor: pointer;
        /* Hacer que el puntero cambie al pasar el ratón */
        z-index: 10;
        /* Asegurarse de que el botón esté encima de otros elementos */
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        /* Sombra sutil para dar profundidad */
       /* transition: all 0.3s ease;*/
        /* Transición suave en el hover */
        outline: none;
        /* Eliminar borde al hacer clic */
        width: 60px;
        height: 60px;
        font-weight: 800;

    }


    /* Buttons */

    .main-button a {
        background-color: #f5a425;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        padding: 12px 20px;
        display: inline-block;
        outline: none;
    }

    a.menu-link {
        display: none;
    }

    .custom-modal {
        max-width: 90%;
        margin-top: 1%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 1%;
        background-color: #000;
    color: white !important;}

    /*preload*/

#loadPageM {
    display: none;
    background: black;
    color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0.75;
    /*filter: alpha(opacity=75);*/
    /* For IE8 and earlier */
}

#loadPageM p {
    display: block;
    width: 100px;
    height: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding-top: 200px;
    color: #f5a425;
}

#loadPageM img {
    display: block;
    width: 190px;
    height: 190px;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 100000000000;
}





    @media screen and (max-width: 950px) {

        .scroll-containerx {

            display: block;
            width: 100%;
            overflow-x: scroll;
            white-space: nowrap;
        }

        .scroll-containerx  {
            overflow-x: hidden; /* Oculta el scroll en X */
        }
        .scroll-containerx  {
            overflow-x: auto; /* Activa el scroll horizontal */
            white-space: nowrap; /* Evita que el contenido se divida en varias líneas */
        }


        .scroll-containerx::-webkit-scrollbar {
            height: 1px;
        }

        .scroll-containerx::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .scroll-containerx::-webkit-scrollbar-thumb {
            background: #aaaaaa;
            border-radius: 4px;
        }

        .scroll-containerx::-webkit-scrollbar-thumb:hover {
            background: #f1f1f1;
        }



        .force-center {
            font-size: 14px !important;
        }

        .scroll-container {
            max-height: 850px !important;
        }
        .custom-modal {
            max-width: 100% !important;
            margin-top: 1%;
            margin-left: 0%;
            margin-right: 0%;
            margin-bottom: 1%;
            background-color: #000;}
        #banner-image{
            width:75% !important
        }
        a.menu-link {
            float: right;
            display: block;
            font-size: 36px;
            color: #fff;
            padding-right: 30px;
            padding-top: 15px;
        }

        nav[role="navigation"] {
            clear: both;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .js nav[role="navigation"] {
            overflow: hidden;
            max-height: 0;
        }

        nav[role="navigation"].active {
            max-height: 200em;
            height: 200em;
            overflow-y: scroll;
        }

        nav[role="navigation"] ul {
            top: 0;
            width: 100%;
            position: relative;
            margin: 0;
            padding: 0;
            border-top: 1px solid rgba(250, 250, 250, 0.25);
            background-color: rgba(22, 34, 57, 0.99);
        }

        nav[role="navigation"] li a {
            display: block;
            padding: 15px 0px;
            border-bottom: 1px solid rgba(250, 250, 250, 0.25);
            text-align: center;
            color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.5;
        }

        nav[role="navigation"] li:hover a,
        nav[role="navigation"] li.active a {
            color: #f5a425;
        }

        @media screen and (min-width: 951px) {
            .js nav[role="navigation"] {
                max-height: none;
            }

            nav[role="navigation"] li {
                display: inline-block;
                margin: 0 0.25em;
            }

            nav[role="navigation"] li a {
                border: 0;
            }
        }




    }







        .modal.show .modal-dialog {
            -webkit-transform: none;
            transform: none;
          }

          .modal.modal-static .modal-dialog {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
          }

          .modal-dialog-scrollable {
            display: -ms-flexbox;
            display: flex;
            max-height: calc(100% - 1rem);
          }

          .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 1rem);
            overflow: hidden;
          }

          .modal-dialog-scrollable .modal-header,
          .modal-dialog-scrollable .modal-footer {
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }

          .modal-dialog-scrollable .modal-body {
            overflow-y: auto;
          }

          .modal-dialog-centered {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            min-height: calc(100% - 1rem);
          }

          .modal-dialog-centered::before {
            display: block;
            height: calc(100vh - 1rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content;
            content: "";
          }

          .modal-dialog-centered.modal-dialog-scrollable {
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
          }

          .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
          }

          .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
          }

          .modal-content {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 0.3rem;
            outline: 0;
          }

          .modal-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040;
            width: 100vw;
            height: 100vh;
            background-color: #000;
          }

          .modal-backdrop.fade {
            opacity: 0;
          }

          .modal-backdrop.show {
            opacity: 0.5;
          }

          .modal-header {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 1rem 1rem;
            border-bottom: 1px solid #dee2e6;
            border-top-left-radius: calc(0.3rem - 1px);
            border-top-right-radius: calc(0.3rem - 1px);
            background-color: #142c4e;
            color: white;
          }

          .modal-header .close {
            padding: 1rem 1rem;
            margin: -1rem -1rem -1rem auto;
          }

          .modal-title {
            margin-bottom: 0;
            line-height: 1.5;
          }

          .modal-body {
            position: relative;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 1rem;
          }

          .modal-footer {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 0.75rem;
            border-top: 1px solid #dee2e6;
            border-bottom-right-radius: calc(0.3rem - 1px);
            border-bottom-left-radius: calc(0.3rem - 1px);
            background-color: #142c4e;
            color: white;
          }

          .modal-footer > * {
            margin: 0.25rem;
          }

          .modal-scrollbar-measure {
            position: absolute;
            top: -9999px;
            width: 50px;
            height: 50px;
            overflow: scroll;
          }
    }

    /* Estilo cuando el mouse está sobre la imagen */
#imageContainer:hover #overlay {
    opacity: 1; /* Aparece el overlay al pasar el mouse */
}

/* Estilo del crédito dentro del overlay */
#imageCredit {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
}

#imageCredit a {
    color: #ffcc00; /* Color dorado para el enlace */
    text-decoration: none;
}

#imageCredit a:hover {
    text-decoration: underline;
}


/* Estilo para el popup */
.popup {

    position: absolute;
    background-color: rgba(216, 213, 8, 0.2);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    pointer-events: none; /* El popup no interfiere con otros eventos */
    transform: translate(-10%, -50%); /* Centramos el popup con respecto a la posición */
    z-index: 1000;
}

/* Estilo para el marcador que persigue el mouse */


.page-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.bg-light {
    background-color: #F5F9F6 !important;
}

a.bg-light:hover,
a.bg-light:focus {
    background-color: #E1EBE8 !important;
}

.img-zoom-result {
    border: 1px solid #a7a4a4;*/
    /*set the size of the result div:*/
    width: 100%;
    height: 200px;
    /*position: absolute;*/
    /*left: 400px;*/
    top: 0;
  }

  .zoom-img {
	cursor: pointer;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	img {
    position: relative;
    pointer-events: none;
    width: 100%;
		max-width: inherit;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center center;
		object-position: center center;
		-webkit-transition: .3s cubic-bezier(.1,.3,.1,1) 0s;		-o-transition: .3s cubic-bezier(.1,.3,.1,1) 0s;		transition: .3s cubic-bezier(.1,.3,.1,1) 0s;
	}
}

/* Estilos personalizados */
.item {
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.item img {
    width: 100%;
    border-radius: 5px;
}
.down-content {
    padding: 15px;
}
.down-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.down-content p {
    font-size: 14px;
    color: #777;
}
.author-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.text-button-pay a {
    display: inline-block;
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.card-blog {
    position: relative;
    display: block;
    max-width: 354px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    text-align: center !important;
}

.card-blog .header {
    width: 100%;
    height: 250px;
    background-color: #9A9F97;
    overflow: hidden;
}

.card-blog .header .post-thumb {
    position: relative;
    overflow: hidden;
}

.card-blog .header .post-thumb img {
    width: 100%;
    transition: transform .2s linear;
}

.card-blog .header .post-thumb:hover img {
    transform: scale(1.2);
}

.card-blog .body {
    padding: 15px 20px;
}

.card-img-top {
    height: 400px; /* Puedes ajustar la altura según lo que necesites */
    object-fit: cover; /* Hace que la imagen cubra el área sin deformarse */
}
.card-blog .post-category {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 9;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */


}

.card-blog .post-category a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    background-color: #28a745;
    color: #fff;
    border-radius: 0px 40px 40px 0px;
    font-weight: 600;
}

.card-blog .post-category a:hover {
    text-decoration: none;
}

.card-blog .post-title,
.card-blog .post-title a {
    color: #343531;
}

.card-blog .post-title:hover,
.card-blog .post-title a:hover {
    text-decoration: none;
    color: #f3170f;
}

.card-blog .site-info {
    margin-top: 12px;
    font-size: 12px;
    color: #6D7170;
}

.card-blog .avatar-img {
    width: 48px;
    height: 28px;
}
header {
    position: fixed;
    /* Esto hace que el header sea flotante */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin-bottom: 150px;

}

.blog-details {
    position: relative;
    display: block;
}

.blog-details .post-thumb {
    position: relative;
    display: block;
    margin-bottom: 32px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(154, 159, 151, 0.3);
}
.text-button-pay a:hover {
    background-color: #0056b3;
}

.fa{
    margin-right: 10px ;
}


  #imageContainer {
    position: relative;
    width: 100%;
    height: 650px; /* O el tamaño que desees */
   /* border: 1px solid #ddd;*/
    overflow: hidden; /* Evitar que la imagen se desborde */
    border-radius: 0px 0px 5px 5px;
}

 #selectedImage {
    position: relative; /* Necesario para mover la imagen */
    top: 0;
    left: 0;
    cursor: move; /* Cambio de cursor para indicar que la imagen es movible */
    width: 900px; /* Asegura que la imagen no sea más ancha que el contenedor */
    height: 800px; /* Asegura que la imagen no sea más alta que el contenedor */
    /*object-fit: contain;  Hace que la imagen se ajuste dentro del contenedor sin distorsionarse */
    /*z-index: 10000000;*/
}

/* Información del zoom */
#zoomInstructions {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}



    /* Header */

    /* Buttons */
    .btn-primary {
        color: #fff;
        background-color: #f3170f;
        border-color: transparent;
        border-radius: 0;
        ;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #f3170f;
        border-color: transparent;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #f3170f;
        border-color: #f3170f;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #f5a425;
        border-color: transparent;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #f5a425;
        border-color: transparent;
        box-shadow: none;
    }

    .reg-star {
        color: red !important;
        /* font-size: 25px !important;*/
        border: 0 !important;
        font-size: 23px !important;
    }

    @media screen and (max-width: 1050px) {
        .main-header .logo {
            padding-left: 10px !important;
        }

        .main-menu {
            padding-right: 30px !important;
        }

        .main-menu li {
            margin-left: 5px !important;
        }
    }

    .main-header {
        background-color: rgba(22, 34, 57, 0.95);
        height: 80px;
        position: fixed;
        z-index: 12;
        width: 100%;
        top: 0;
    }

    .main-header .logo {
        float: left;
        line-height: 80px;
        padding-left: 60px;
    }

    .main-header .logo a {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
    }

    .main-header .logo a em {
        font-style: normal;
        color: #f5a425;
    }

    .main-menu {
        /*position: absolute;*/
        float: right !important;
        padding-right: 10px;
    }

    .main-menu li {
        display: inline-block;
        line-height: 79px;
        margin-left: 15px;
        position: relative;
    }

    .main-menu li:first-child {
        margin-left: 0px;
    }

    .main-menu li a {
        padding: 10px 15px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        color: #fff;
        border: 2px solid transparent;
        transition: all 0.5s;
    }

    .main-menu li.has-submenu a:after {
        content: '\f107';
        font-family: "FontAwesome";
        margin-left: 5px;
    }

    .main-menu li.has-submenu ul li a:after {
        display: none;
    }

    .main-menu li .sub-menu {
        position: absolute;
        width: 160px;
        background-color: #18233a;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }

    .main-menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .main-menu li .sub-menu li {
        display: block;
        line-height: 20px;
        margin-left: 0px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #121b2f;
    }

    .main-menu li .sub-menu li:first-child {
        padding-top: 15px;
    }

    .main-menu li .sub-menu li:last-child {
        margin-bottom: 0px;
        border-bottom: none;
    }

    .main-menu li .sub-menu li a {
        font-size: 12px;
        font-weight: 500;
        padding: 0px 15px;
        letter-spacing: 0.5px;
        border: none;
        transition: all 0.5s;
    }

    .main-menu li .sub-menu li a:hover {
        color: #f5a425;
        border: none;
    }

    .main-nav li:hover a,
    .main-nav li.active a {
        border: 2px solid #f5a425;
    }

    @media (max-width: 950px) {

        .main-header .logo {
            padding-left: 10px !important;

        }

        .main-nav li:hover a,
        .main-nav li.active a {
            border: 2px solid transparent;
            border-bottom: 1px solid rgba(250, 250, 250, 0.25);
        }

        .responsive-image {
            width: 100%;
            /* Ocupa todo el ancho disponible */
            height: auto;
            /* Mantiene la proporción de la imagen */
            max-width: 100%;
            /* No permitirá que la imagen se estire más allá de su tamaño original */
            max-height: 300px;
            /* Puedes ajustar esto para limitar la altura máxima */
        }

        #btn-floating-w {
            display: none;
        }

        .main-header .logo a {
            font-size: 22px;

        }

        .side-btn {
            display: none;
        }
    }

    /*google transklate*/

    .pos-idioma {
        position: absolute;
        right: 0px;
    }

    body>.skiptranslate,
    .goog-logo-link,
    .gskiptranslate,
    .goog-te-gadget span,
    .goog-te-banner-frame,
    #goog-gt-tt,
    .goog-te-balloon-frame,
    div#goog-gt- {
        display: none !important;
        height: 0px !important;
    }

    .goog-te-gadget {
        color: transparent !important;
        font-size: 0px;
    }

    .goog-text-highlight {
        background: none !important;
        box-shadow: none !important;
    }

    #google_translate_element select {
        background: #0c1228;
        color: #fff;
        border: none;
        font-weight: bold;
        border-radius: 3px;
        padding: 5px 5px 5px 5px;
        width: 155px;
        height: 26px;
        font-family: "Source Sans Pro", sans-serif;
    }

    #fre {
        margin-top: 0 !important;
        /* Esto debería anular cualquier cambio realizado por Google Translate */
    }



    /*nboton whatapp*/
    #btn-floating-w {
        z-index: 5;
        bottom: 0px;
        right: 0px;
        position: fixed;
        _position: absolute;
        clip: inherit;
        _top: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
        _right: expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
        animation: animate-floating 1s;
    }

    #btn-floating-w button {
        border: none;
        background-color: #25d366;
        font-size: 16px;
        margin-right: 100px;
        margin-bottom: 27px;
        border-radius: px;
        margin-top: -17px !important;
        color: white;
    }


    /* Slider */

    .responsive-image {
        width: 200px;
        /* Ocupa todo el ancho disponible */
        height: 150px;
        /* Mantiene la proporción de la imagen */
        max-width: 100%;
        /* No permitirá que la imagen se estire más allá de su tamaño original */
        max-height: 300px;
        /* Puedes ajustar esto para limitar la altura máxima */
    }




    /* Estilo de los botones en los lados */
    .left {
        left: 16px;
        /* Colocamos el botón a la izquierda */
    }

    .right {
        right: 25px;
        /* Colocamos el botón a la derecha */
    }

    /* Efecto cuando se pasa el mouse por encima */
    .side-btn:hover {
        background: linear-gradient(135deg, #f5a425, #f5a425);
        /* Invertir gradiente */
        /*transform: scale(1.1);
        /* Agrandar el botón cuando el mouse está sobre él */
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
        /* Aumentar la sombra al pasar el mouse */
    }

    /* Eliminar el borde cuando el botón está enfocado */
    .side-btn:focus {
        outline: none;
        /* Eliminar el borde al hacer clic */
        box-shadow: none;
        /* Eliminar la sombra del foco */
    }


    .main-banner {
        position: relative;
        max-height: 100%;
        overflow: hidden;
        margin-bottom: -7px;
    }

    #bg-video {
        min-width: 100%;
        min-height: 90vh;
        max-width: 100%;
        max-height: 90vh;
        object-fit: cover;
        z-index: -1;
    }

    #bg-video::-webkit-media-controls {
        display: none !important;
    }

    .video-overlay {
        position: absolute;
        background-color: rgba(22, 34, 57, 0.85);
        top: 0;
        left: 0;
        bottom: 7px;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

    .main-banner .caption {
        text-align: center;
        position: absolute;
        width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .main-banner .caption h6 {
        margin-top: 0px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
    }

    .main-banner .caption h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 64px;
        text-transform: uppercase;
        font-weight: 800;
        color: #fff;
        letter-spacing: 1px;
    }

    .main-banner .caption h2 em {
        font-style: normal;
        color: #f5a425;
        font-weight: 900;
    }

    @media screen and (max-width: 1180px) {

        .main-banner .caption h6 {
            font-weight: 500;
        }

        .main-banner .caption h2 {
            font-size: 58px;
        }

    }

    @media screen and (max-width: 767px) {

        .main-banner .caption h6 {
            font-weight: 500;
        }

        .main-banner .caption h2 {
            font-size: 36px;
        }

    }


    /* Features */

    section.features .col-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .features-post {
        position: relative;
        margin-bottom: 0px;
    }

    .features-thumb {
        overflow: hidden;
        position: relative;
    }

    .features-thumb img {
        width: 100%;
    }

    .features-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #0c1228;
        color: #fff;
        padding: 40px;
    }

    .features-content:hover {
        background-color: #f5a425;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    }

    .features-content h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

    .features-content h4 i {
        margin-right: 15px;
        font-size: 24px;
    }

    .features-content p {
        margin-bottom: 0px;
    }

    .features-content a {
        margin-top: 15px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.5px;
        font-weight: 700;
        font-size: 14px;
        border-bottom: 2px solid #fff;
    }

    .features-content p.hidden-sm {
        display: none;
    }

    .second-features,
    .third-features {
        border-left: 1px solid rgba(250, 250, 250, 0.1);
    }

    .content-hide {
        margin-top: 15px;
        display: none;
    }

    .content-hide p {
        color: #fff;
    }

    @media screen and (max-width: 767px) {

        .features-content {
            padding: 15px;
        }

        .features-content h4 i {
            display: block;
            margin-bottom: 10px;
        }

        .features-content h4 {
            font-size: 14px;
        }

        .features-content p {
            display: none;
        }

        .features-content p.hidden-sm {
            display: block;
        }

        .features-content a {
            letter-spacing: 0px;
            font-size: 13px;
            font-weight: 600;
        }

    }



    /* Why Choosing Us */

    section.why-us {
        background-image: url(../images/choosing-bg.jpg);
        background-color: #172238;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 100px;
    }

    #tabs {
        text-align: center;
    }

    #tabs ul {
        margin: 0;
        padding: 0;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    #tabs ul::after {
        clear: both;
        content: "";
        display: table;
    }

    #tabs ul li {
        display: block;
        font-weight: 400;
        font-size: 1.2em;
        letter-spacing: 1px;
        text-align: center;
    }

    #tabs ul li a {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        cursor: pointer;
        outline: 0;
        padding-bottom: 30px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
    }

    #tabs ul li a:after {
        transition: all 0.3s;
        width: 10px;
        height: 10px;
        background-color: #fff;
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
    }

    #tabs ul li a:before {
        transition: all 0.3s;
        width: 25px;
        height: 25px;
        border: 2px solid transparent;
        background-color: transparent;
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: -5px;
    }

    #tabs ul li span {
        display: block;
        margin-bottom: 0.75em;
    }

    #tabs ul .ui-tabs-active {}

    #tabs ul .ui-tabs-active a {
        color: #f5a425;
    }

    #tabs ul .ui-tabs-active a:after {
        background-color: #f5a425;
        width: 15px;
        height: 15px;
    }

    #tabs ul .ui-tabs-active a:before {
        border-color: #f5a425;
    }

    #tabs h4 {
        margin-top: 60px;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
        margin-bottom: 30px;
    }

    #tabs p {
        color: #fff;
        font-size: 15px;
        line-height: 28px;
    }

    .tabs-content {
        margin-top: 60px;
        text-align: left;
    }

    @media screen and (max-width: 767px) {

        .tabs-content {
            text-align: center;
        }

    }

    .tabs-content img {
        width: 100%;
        overflow: hidden;
        padding-right: 45px;
    }

    @media screen and (max-width: 767px) {

        .tabs-content img {
            padding-right: 0px;
        }

    }


    /* Coming Soon */

    section.coming-soon {
        background-image: url(../images/coming-soon-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #172238;
        padding: 120px 0px;
    }

    section.coming-soon .continer .counter div {
        display: inline-block;
    }

    section.coming-soon .continer h4 {
        margin-top: 100px;
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    section.coming-soon .continer h4 em {
        font-style: normal;
        color: #f5a425;
    }

    @media screen and (max-width: 767px) {

        section.coming-soon .continer h4 {
            text-align: center;
        }

    }

    section.coming-soon .continer .counter .days,
    section.coming-soon .continer .counter .hours,
    section.coming-soon .continer .counter .minutes,
    section.coming-soon .continer .counter .seconds {
        width: 22%;
        height: 140px;
        float: left;
        text-align: center;
        font-size: 48px;
        font-weight: 800;
        letter-spacing: 1px;
        color: #fff;
        background-color: rgba(250, 250, 250, 0.1);
    }

    @media screen and (max-width: 992px) {

        section.coming-soon .continer .counter .days,
        section.coming-soon .continer .counter .hours,
        section.coming-soon .continer .counter .minutes,
        section.coming-soon .continer .counter .seconds {
            font-size: 26px;
        }

        section.coming-soon .continer .counter .days .value,
        section.coming-soon .continer .counter .hours .value,
        section.coming-soon .continer .counter .minutes .value,
        section.coming-soon .continer .counter .seconds .value {
            margin-top: 40px !important;
        }

        section.coming-soon .continer .counter span {
            font-size: 14px !important;
        }

    }

    section.coming-soon .continer .counter .days,
    section.coming-soon .continer .counter .hours,
    section.coming-soon .continer .counter .minutes {
        margin-right: 4%;
    }

    section.coming-soon .continer .counter .days .value,
    section.coming-soon .continer .counter .hours .value,
    section.coming-soon .continer .counter .minutes .value,
    section.coming-soon .continer .counter .seconds .value {
        margin-top: 15px;
        display: block;
        width: 100%;
    }

    section.coming-soon .continer .counter span {
        font-size: 18px;
        text-transform: uppercase;
        color: #f5a425;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 0px;
        display: block;
    }

    section.coming-soon .right-content {
        margin-left: 30px;
    }

    @media screen and (max-width: 767px) {

        section.coming-soon .right-content {
            margin-top: 60px;
            margin-left: 0px;
        }

    }

    section.coming-soon .top-content {
        margin-bottom: -8px;
    }

    section.coming-soon .top-content h6 {
        font-size: 14px;
        color: #fff;
        background-color: rgba(250, 250, 250, 0.2);
        padding: 40px;
        text-align: center;
        line-height: 24px;
    }

    section.coming-soon .top-content h6 em {
        font-style: normal;
        font-weight: 600;
    }

    section.coming-soon form {
        background-color: rgba(250, 250, 250, 0.1);
        padding: 60px 40px;
        width: 100%;
        text-align: center;
    }

    section.coming-soon form input {
        width: 100%;
        height: 40px;
        background-color: rgba(250, 250, 250, 0.1);
        border-radius: 0px;
        border: none;
        outline: none;
        color: #fff;
        font-size: 13px;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
    }

    section.coming-soon form input:focus {
        outline: none;
        border: none;
        box-shadow: none;
        color: #fff;
        background-color: rgba(250, 250, 250, 0.1);
    }

    section.coming-soon form::placeholder {
        color: #fff
    }

    section.coming-soon form input::placeholder {
        color: #fff;
    }

    section.coming-soon form input::placeholder {
        color: #fff;
    }

    section.coming-soon form button {
        margin-top: 10px;
        background-color: #f5a425;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        padding: 12px 20px;
        display: inline-block;
        outline: none;
        box-shadow: none;
        border: none;
    }



    /* Courses */

    section.courses {
        background-image: url(../images/choosing-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #172238;
        padding-bottom: 100px;
        padding: 0px 30px 100px 30px;
    }

    section.courses .item img {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    section.courses .item .down-content {
        padding: 30px;
        background-color: #fff;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    section.courses .item .down-content h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #1e1e1e;
        letter-spacing: 0.5px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    section.courses .item .down-content p {
        margin-bottom: 25px;
    }

    section.courses .item .down-content img {
        width: 40px;
        border: 2px solid #f5a425;
        border-radius: 50%;
        text-align: left;
        display: inline-block;
    }

    section.courses .item .down-content .text-button-pay {
        float: right;
        display: inline-block;
        margin-top: -30px;
    }

    section.courses .item .down-content .text-button-pay a {
        color: #f5a425;
        font-size: 13px;
    }

    section.courses .item .down-content .text-button-free {
        float: right;
        display: inline-block;
        margin-top: -30px;
    }

    section.courses .item .down-content .text-button-free a {
        color: #7a7a7a;
        font-size: 13px;
    }

    section.courses .owl-carousel .owl-nav {
        display: none;
    }

    section.courses .owl-carousel .owl-dots {
        text-align: center;
    }

    section.courses .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        background-color: #fff;
        margin: 50px 10px 0px 10px;
        outline: none;
    }

    section.courses .owl-carousel button.active {
        background-color: #f5a425;
    }





    /* Video */

    section.video {
        background-image: url(../images/video-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #172238;
        padding: 120px 0px;
    }

    section.video .left-content {
        color: #fff;
    }

    section.video .left-content span {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    section.video .left-content h4 {
        margin-top: 20px;
        font-size: 30px;
        color: #fff;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    section.video .left-content h4 em {
        font-style: normal;
        color: #f5a425;
    }

    section.video .left-content .main-button {
        margin-top: 30px;
    }

    .video-item {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: 0px auto 0;
    }

    @media screen and (max-width: 767px) {

        section.video .left-content {
            margin-bottom: 45px;
        }

        section.video .first-item .first-content h4,
        section.video .second-item .second-content h4 {
            text-align: center;
        }

    }

    .video-item figure {
        position: relative;
        width: 100%;
        font-size: 0;
    }

    .video-item figure img {
        width: 100%;
    }

    .video-item figure a:before {
        content: '';
        position: absolute;
        bottom: 10px;
        right: 15px;
        width: 60px;
        height: 60px;
        margin-top: -32.5px;
        margin-left: -32.5px;
        border-radius: 50%;
        background-color: #f5a425;
        z-index: 10;
    }

    .video-item figure a:after {
        content: '';
        position: absolute;
        bottom: 27.5px;
        right: 20px;
        margin-top: -12.5px;
        margin-left: -7px;
        border: solid 13px transparent;
        border-left: solid 20px;
        border-left-color: #fff;
        z-index: 10;
    }

    .video-item figure a:hover:before {
        background-color: #f5a425;
    }

    .video-item .video-caption {
        position: absolute;
        z-index: 10;
        background-color: rgba(250, 250, 250, 0.75);
        height: 80px;
        width: 100%;
        padding: 27px 30px;
        bottom: 0;
    }

    .video-item .video-caption h4 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }

    /* Magnific Popup CSS */
    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background: #0b0b0b;
        opacity: 0.8;
    }

    .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1043;
        position: fixed;
        outline: none !important;
        -webkit-backface-visibility: hidden;
    }

    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .mfp-align-top .mfp-container:before {
        display: none;
    }

    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045;
    }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
        width: 100%;
        cursor: auto;
    }

    .mfp-ajax-cur {
        cursor: progress;
    }

    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -moz-zoom-out;
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

    .mfp-zoom {
        cursor: pointer;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto;
    }

    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .mfp-loading.mfp-figure {
        display: none;
    }

    .mfp-hide {
        display: none !important;
    }

    .mfp-preloader {
        color: #CCC;
        position: absolute;
        top: 50%;
        width: auto;
        text-align: center;
        margin-top: -0.8em;
        left: 8px;
        right: 8px;
        z-index: 1044;
    }

    .mfp-preloader a {
        color: #CCC;
    }

    .mfp-preloader a:hover {
        color: #FFF;
    }

    .mfp-s-ready .mfp-preloader {
        display: none;
    }

    .mfp-s-error .mfp-content {
        display: none;
    }

    button.mfp-close,
    button.mfp-arrow {
        overflow: visible;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        box-shadow: none;
        touch-action: manipulation;
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: 0.65;
        padding: 0 0 18px 10px;
        color: #FFF;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace;
    }

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

    .mfp-close-btn-in .mfp-close {
        color: #333;
    }

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        color: #FFF;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%;
    }

    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #CCC;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }

    .mfp-arrow {
        position: absolute;
        opacity: 0.65;
        margin: 0;
        top: 50%;
        margin-top: -55px;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: transparent;
    }

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

    .mfp-arrow-left {
        left: 0;
    }

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

    .mfp-arrow-right {
        right: 0;
    }

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
    }

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

    /* Main image in popup */
    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        box-sizing: border-box;
        padding: 40px 0 40px;
        margin: 0 auto;
    }

    /* The shadow behind the image */
    .mfp-figure {
        line-height: 0;
    }

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto;
    }

    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #F3F3F3;
        word-wrap: break-word;
        padding-right: 36px;
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer;
    }

    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

        /**
       * Remove all paddings around the image on small screen
       */
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0;
        }

        .mfp-img-mobile img.mfp-img {
            padding: 0;
        }

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0;
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px;
        }

        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, 0.6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            box-sizing: border-box;
        }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px;
        }

        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, 0.6);
            position: fixed;
            text-align: center;
            padding: 0;
        }
    }

    @media all and (max-width: 900px) {
        .mfp-arrow {
            -webkit-transform: scale(0.75);
            transform: scale(0.75);
        }

        .mfp-arrow-left {
            -webkit-transform-origin: 0;
            transform-origin: 0;
        }

        .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            transform-origin: 100%;
        }

        .mfp-container {
            padding-left: 6px;
            padding-right: 6px;
        }
    }



    /* Contact */

    section.contact {
        background-image: url(../images/contact-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #172238;
        padding-bottom: 120px;
    }


    section.contact form {
        background-color: rgba(250, 250, 250, 0.1);
        padding: 30px;
        width: 100%;
    }


    @media screen and (max-width: 767px) {
        section.contact form {
            margin-bottom: 30px;
        }
    }

    section.contact form input {
        width: 100%;
        height: 40px;
        background-color: rgba(250, 250, 250, 0.1);
        border-radius: 0px;
        border: none;
        outline: none;
        color: #fff;
        font-size: 13px;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
    }

    section.contact form textarea {
        width: 100%;
        height: 220px;
        max-height: 280px;
        min-height: 220px;
        background-color: rgba(250, 250, 250, 0.1);
        border-radius: 0px;
        border: none;
        outline: none;
        color: #fff;
        font-size: 13px;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
    }

    section.contact form input:focus,
    section.contact form textarea:focus {
        outline: none;
        border: none;
        box-shadow: none;
        color: #fff;
        background-color: rgba(250, 250, 250, 0.1);
    }

    section.contact form::placeholder {
        color: #fff
    }

    section.contact form input::placeholder {
        color: #fff;
    }

    section.contact form input::placeholder {
        color: #fff;
    }

    section.contact form::placeholder {
        color: #fff
    }

    section.contact form textarea::placeholder {
        color: #fff;
    }

    section.contact form textarea::placeholder {
        color: #fff;
    }

    section.contact form button {
        background-color: #f5a425;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        padding: 12px 20px;
        display: inline-block;
        outline: none;
        box-shadow: none;
        border: none;
    }

    /* Footer */

    footer {
        background-color: #152036;
        text-align: center;
    }

    footer p {
        margin-bottom: 0px;
        padding: 25px 0px;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    footer p a,
    footer p a:hover {
        color: #f5a425;
    }

    @media screen and (max-width: 992px) {
        .features {
            background-color: #0c1228;
        }

        .features-content {
            position: relative;
        }

        .features-post {
            border-left: 0
        }
    }

    #inicio_btn{display: none;}
    #order_current{display: none;}
    .img-circle {
        width: 80px; /* Tamaño fijo */
        height: 80px; /* Altura igual al ancho para mantenerla circular */
        object-fit: cover; /* Recorta la imagen para que se ajuste al círculo */
        border: 3px solid #007bff; /* Borde azul */
    }
    .total_order{


        font-size: 25px !important;
    }

    /*.table-wrapper {
        max-height: 450px;
        overflow-y: auto;
        border: 1px solid #f3eeee;
    }*/



    .float-right {
        float: center;
    }

    .force-center {
        text-align: center !important;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px !important;
    }

    .table-container {
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* Permite scroll suave en iOS */
    }

    table {
        width: 100%;
        min-width: 600px; /* Ajusta según el contenido */
        border-collapse: collapse;
    }

/* Personalizar barra de desplazamiento */
    .scroll-container {
        max-height: 450px;
        overflow-y: auto;
        border: 1px solid #ccc;
    }


    .scroll-container::-webkit-scrollbar {
        width: 5px;
    }

    .scroll-container::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scroll-container::-webkit-scrollbar-thumb {
        background: #aaaaaa;
        border-radius: 4px;
    }

    .scroll-container::-webkit-scrollbar-thumb:hover {
        background: #f1f1f1;
    }





    @media screen and (max-width: 950px) {

        .modal-title{

font-size: 13px !important;


        }
        .total_order{


            font-size: 15px !important;
        }
        .main-menu {
            padding-right: 0 !important;
        }

        .main-header .logo a {
            font-size: 16px;}

        .main-header .logo {
            line-height: 73px;
        }

        .main-menu li {
            display: block;
            line-height: 1;
            margin-left: 0 !important;
        }

        .main-menu li .sub-menu {
            opacity: 1;
            visibility: visible;
            position: static;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        .main-menu li .sub-menu li:last-child {
            border-bottom: 1px solid rgba(250, 250, 250, 0.25);
        }
    }

    @media screen and (max-width: 950px) and (max-height: 400px) {
        nav[role="navigation"].active {
            max-height: calc(80px + 100vh);
            overflow-y: auto;
        }
    }

    @media screen and (max-width: 767px) {
        footer p {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.25px;
        }
    }



    .shadow3 {
        background-image: url("http://www.commixturesoft.com/img/shadow3.png");
        background-repeat: no-repeat;
    }

    .height450{height:450px;}

    .badge-info {
        background-color: rgba(23, 160, 184, 0.17);
        color: #17a2b8;
    }

    .section-title .badge {
        margin: 0 0 8px;
    }
    .badge {
        border-radius: 100px;
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: normal;
        padding: 4px 14px;
        text-transform: uppercase;
    }



    h2 {
        font-size: 36px;
    }

    .social-overlap {
        position: absolute;
        width: 100%;
        transform: translateY(-50%);
    }

    .justify-content-center {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .justify-content-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }

    .social-bar {
        display: flex;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
      border: 1px solid#ebe9e9;
    }
    .iconpad {
        padding: 12px 0;
        width: 100%;
    }
    .mb-3, .my-3 {
        margin-bottom: 1rem!important;
    }

    .process-scetion .slider-nav-item {
        position: relative;
        flex-grow: 0;
        flex-shrink: 0;
        border-radius: 50%;
        text-align: center;
        background: #fff;
        cursor: pointer;
        transition: all .4s ease;
    }

    .social-icons a {
        border-radius: 50px;
        color: #f5f3f8;
        display: inline-block;
        line-height: 52px;
        height: 50px;
        width: 50px;
        box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
        margin: 15px 15px;
        font-size: 22px;
    }

    a {
        text-decoration: none !important;
        color: #fcfcfd;
        transition: all 0.3s ease 0s;
    }

    .slider-nav-item:before {
        position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        animation: 1.5s linear 0s normal none infinite focuse;
    }



    /*socil*/
    .slider-nav{
            display: flex;
    }

    .process-scetion .slider-nav-item {
        position: relative;
        flex-grow: 0;
        flex-shrink: 0;
        border-radius: 50%;
        text-align: center;
        background: transparent;
        cursor: pointer;
        transition: all .4s ease;

    }
    .slider-nav-item:before
    {
            position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        animation: 1.5s linear 0s normal none infinite focuse;
    }

        .process-scetion .slider-nav-item:nth-child(2) {
          color: #40beff; }
        .process-scetion .slider-nav-item:nth-child(3) {
          color: #311f9b; }
        .process-scetion .slider-nav-item:nth-child(4) {
          color: #ff9259; }
        .process-scetion .slider-nav-item:nth-child(5) {
          color: #38385f; }
        .process-scetion .slider-nav-item:after {
          position: absolute;
          top: 50%;
          left: 100%;
          height: 2px;
          content: '';
          width: 100%;
          background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
          z-index: 0;
          animation: slide 1s linear infinite; }
        .process-scetion .slider-nav-item:last-child:after {
          display: none; }
        .process-scetion .slider-nav-item .ikon {
          font-size: 50px;
          line-height: 80px; }



          .process-scetion .slider-nav-item.active:before {
            position: absolute;
            content: "";
            height: calc(100% + 16px);
            width: calc(100% + 16px);
            top: -8px;
            left: -8px;
            border-radius: 50%;
            border: 1px solid rgba(132, 132, 164, 0.35);
            animation: 1.5s linear 0s normal none infinite focuse; }

    @keyframes focuse {
      0% {
        transform: scale(0.8);
        opacity: 1; }
      75% {
        transform: scale(1.2);
        opacity: 0; }
      100% {
        transform: scale(1.2);
        opacity: 0; } }
    @keyframes slide {
      from {
        background-position: 0 0; }
      to {
        background-position: 40px 0; } }

    .shadow-img1{
        background-image:url("../img/shadow.png");
        background-repeat:no-repeat;
        background-position:bottom;
    }

    .shadow-img2{
            background-position: bottom;
        background-image: url("../img/shadow2.png");
        background-size: 100%;
        background-repeat: no-repeat;
    }


    .slider-nav-item:after {
        position: absolute;
        top: 50%;
        left: 100%;
        height: 2px;
        content: '';
        width: 100%;
        background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
        z-index: 0;
        animation: slide 1s linear infinite;
    }






    /**
     * ----------------------------------------
     * animation jello-horizontal
     * ----------------------------------------
     */
    @-webkit-keyframes jello-horizontal {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
      }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
      }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
      }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
      }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
      }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }
    @keyframes jello-horizontal {
      0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
      30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
      }
      40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
      }
      50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
      }
      65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
      }
      75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
      }
      100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
      }
    }


    .jello-horizontal {
        -webkit-animation: jello-horizontal 0.9s both;
                animation: jello-horizontal 0.9s both;
    }

    .social-bar a:hover i
    {
      -webkit-animation: jello-horizontal 0.9s both;
                animation: jello-horizontal 0.9s both;
    }


    @media only screen and (max-width: 300px) {
      .process-scetion .slider-nav-item
      {
        height: 30px;
        width: 30px;
        margin: 15px 10px;
        line-height: 28px;
      }
    }


    .section-term {
        margin-bottom: 20px;
        font-family: Arial, sans-serif;
            margin: 20px;
            line-height: 1.6;

    }
    .contact {
        font-size: 0.9em;
    }

    input[type="checkbox"] {
        width: 17px;
        height: 17px;
        cursor: pointer;
        margin-right: 10px;

        /* Cambia el color de fondo cuando el checkbox está marcado */
        accent-color: #f5a425;  /* Aquí se usa para cambiar el color del checkbox */
        /* Para navegadores que no soportan accent-color, puedes usar border-color */
    }



      /* Crear la marca de verificación (chulito) dentro del checkbox */
      input[type="checkbox"]:checked + label::after {
        content: '\2713'; /* Marca de verificación (chulito) */
        font-size: 16px;
        position: absolute;
        top: 2px;
        left: 4px;
        color: white; /* El chulito será blanco */
    }





