﻿#news_ticker {
    height: 27px;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    background: linear-gradient(-120deg, #fcf75e 20%, #ffd700 0);
    border: 1px solid #ccc;
    font-family: 'Oswald',serif;
}

    #news_ticker span {
        float: left;
        background-color: #C8102E;
        padding: 2px 10px;
        position: relative;
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
    }

    #news_ticker ul {
        float: left;
        padding-left: 20px;
        -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    }

        #news_ticker ul:hover {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -ms-animation-play-state: paused;
            animation-play-state: paused;
        }

    #news_ticker li {
        list-style: none;
        line-height: 26px;
    }

    #news_ticker a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

@-webkit-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-moz-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-ms-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

.animated-2 {
    overflow: hidden;
    width: 17rem;
    white-space: nowrap;
}

    .animated-2 > * {
        display: inline-block;
        position: relative;
        animation: 3s linear 0s infinite alternate move;
    }



@keyframes move {
    0%, 25% {
        transform: translateX(0%);
        left: 0%;
    }

    75%, 100% {
        transform: translateX(-100%);
        left: 100%;
    }
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999
    }

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.boxed-btn {
    background: #fff;
    display: inline-block;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #17345a;
    letter-spacing: 3px;
    text-align: center;
    color: #17345a;
    text-transform: uppercase;
    cursor: pointer
}

    .boxed-btn:hover {
        background: #17345a;
        color: #fff !important;
        border: 1px solid #17345a
    }

    .boxed-btn:focus {
        outline: none
    }


#slidy-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider-mobile {
}

#free {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 11;
}

    #free .free_inner {
        position: relative;
    }

.free:hover {
    margin-top: 0;
}

.main-head {
    background: #042e65;
    padding: 7px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.newsbox {
    padding: 15px;
}

.free {
    position: absolute;
    right: 0;
    top: 0;
    width: 205px;
    height: 228px;
    background: url(../images/admission-stcker.png) /*tpa=images/free.png*/;
    text-align: center;
    padding: 0 12px 0 10px;
    text-transform: uppercase;
    margin-top: -160px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

    .free .txt1 {
        font-weight: 700;
        color: #00f9ff;
        padding-top: 10px;
    }

    .free .txt2 {
        font-weight: 700;
        font-size: 24px;
        color: #f2f2f2;
    }

    .free .txt3 {
        font-weight: 300;
        color: #00f9ff;
        position: relative;
        overflow: hidden;
    }

    .free .txt4 {
        padding: 10px 0;
    }

    .free .txt5 {
        font-weight: 700;
        color: #fff;
        padding-top: 10px;
    }

@media(max-width:1024px) {
    .slider-mobile {
    }
}

.course-box {
    padding: 50px 0;
}

.bank-title {
    text-align: center;
    margin-bottom: 40px;
}

    .bank-title .title-h2 {
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        padding: 10px;
    }



    .bank-title p {
        font-weight: 500;
        margin-top: 5px;
        font-size: 15px;
    }



.course-caption {
    padding: 40px 30px;
    background: rgba(20,29,68,1.0);
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 10px;
    transition: ease-in-out .3s;
    margin-bottom: 20px;
}

    .course-caption img {
        border-radius: 10px;
    }

.cor-h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}

.course-caption a {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.course-caption:hover {
    transform: scale(1.02);
}

.course-button {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .video-block-page h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }

.nursing_wrapper {
    padding: 55px 0;
    background: url(../images/px.jpg) /*tpa=images/px1.jpg*/ #042e65;
    position: relative;
}

.wave1 {
    -webkit-animation: wave-animation1 22.7s infinite linear;
    -moz-animation: wave-animation1 22.7s infinite linear;
    -o-animation: wave-animation1 22.7s infinite linear;
    animation: wave-animation1 22.7s infinite linear;
}

.wave1 {
    background: height: 139px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -70px;
}

.nursing {
    position: relative;
    color: #fff;
}

    .nursing .title {
        border-right: 1px solid #fff;
        padding-right: 30px;
    }

        .nursing .title .txt2 {
            font-size: 40px;
            font-weight: 300;
        }

    .nursing .caption {
        padding: 0 30px;
    }

.splash1 {
    padding-bottom: 0px;
    padding-top: 10px;
    position: relative;
    background: #f2f2f2;
}


.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ul1 li {
        display: block;
        font-size: 14px;
        color: #274062;
        line-height: 1.3;
        margin-bottom: 15px;
        background: url(../images/li_st1.png) /*tpa=images/li_st1.png*/ 0 3px no-repeat;
        padding-left: 40px;
    }

.team1 figure img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.team1 .caption .txt2 {
    font-size: 15px;
    font-weight: 300;
}

.tabs-container {
    padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * Tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .tabs label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 2rem;
        margin-right: 0.0625rem;
        cursor: pointer;
        color: #fff;
        font-family: Roboto, sans-serif;
        font-size: 1.2rem;
        font-weight: 700;
        transition: background-color ease 0.3s;
    }

        .tabs label .material-icons {
            margin-right: 0.3rem;
        }

    .tabs .tab {
        flex-grow: 1;
        width: 100%;
        height: 100%;
        display: none;
        padding: 1rem 2rem;
        color: #000;
        background-color: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    }

        .tabs .tab > *:not(:last-child) {
            margin-bottom: 0.8rem;
        }

    .tabs [type=radio] {
        display: none;
    }

        .tabs [type=radio]:checked + label {
            background-color: #000;
            color: #fff !important;
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
        }

            .tabs [type=radio]:checked + label + .tab {
                display: block;
            }

@media (min-width: 768px) {



    .tabs-container {
        padding: 4rem 4rem;
    }

    .tabs label {
        order: 1;
        width: auto;
    }

    .tabs .tab {
        order: 9;
    }

    .tabs [type=radio]:checked + label {
        border-bottom: none;
    }
}

@media (min-width: 992px) {

    .tabs {
        width: 1600px;
    }
}

.chk ~ label::before, .chk2 ~ label::before {
    content: " ";
    position: absolute;
    top: 1 px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: transparent !important;
    border-radius: 2px;
    transition: all 0.3s;
    border-radius: 2px;
}

.chk:checked ~ label::after, .chk2:checked ~ label::after {
    opacity: 0 !important;
}

.ul1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ul1 li {
        display: block;
        font-size: 14px;
        color: #274062;
        line-height: 1.3;
        margin-bottom: 15px;
        background: url(../images/li_st1.png) /*tpa=images/li_st1.png*/ 0 3px no-repeat;
        padding-left: 40px;
    }

.team1 {
    margin-bottom: 30px;
    text-align: center;
}

    .team1 figure img {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .team1 .caption .txt2 {
        font-size: 15px;
        font-weight: 300;
    }

.chk ~ label, .chk2 ~ label {
    position: relative;
    font-size: 15px !important;
    line-height: 17px;
    color: #000 !important;
    font-weight: 400;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 25px;
    cursor: pointer;
}

#parallax1 {
    padding-top: 50px;
    padding-bottom: 55px;
    color: #fff;
    text-align: center;
}

.parallax, .parallax .parallax-content, .parallax .overlay {
    height: 100%;
}

.parallax {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: none;
}

.parallax-bg.bg-fixed {
    background-attachment: fixed;
}

.bg1 {
    background-image: url(../images/parallax1.jpg) /*tpa=images/parallax1.jpg*/;
    background-color: #274062;
    background-size: auto;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center center;
}

    .parallax-bg.bg-fixed {
        background-attachment: fixed;
    }

.bg1 {
    background-image: url(../images/sainik-school-sports-facility.jpg) /*tpa=images/parallax1.jpg*/;
    background-color: #274062;
    background-size: auto;
}

.parallax-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center center;
}

#parallax1 .overlay {
    background: url(../images/px2.png) /*tpa=images/px2.png*/;
}

.parallax .overlay {
    background: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: none;
}

.parallax, .parallax .parallax-content, .parallax .overlay {
    height: 100%;
}

    .parallax, .parallax .parallax-content, .parallax .overlay {
        height: 100%;
    }

.parallax-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

#parallax1 {
    padding-top: 50px;
    padding-bottom: 55px;
    color: #fff;
    text-align: center;
}

    #parallax1 .txt1 {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    #parallax1 .txt3 {
        padding-top: 10px;
    }

.btn-default2.btn2 {
    font-family: 'Open Sans';
    display: inline-block;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #042e65;
    position: relative;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.box12 {
    overflow: hidden;
    background: #fff;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

    .box12:after,
    .box12:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #042e65;
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        opacity: .9;
        z-index: 1;
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    .box12 img {
        height: auto;
        width: 100%
    }

    .box12:before {
        -webkit-transform: skew(45deg) translateX(-155%);
        transform: skew(45deg) translateX(-155%)
    }

    .box12:hover:before {
        -webkit-transform: skew(45deg) translateX(-55%);
        transform: skew(45deg) translateX(-55%)
    }

    .box12:after {
        -webkit-transform: skew(45deg) translateX(155%);
        transform: skew(45deg) translateX(155%)
    }

    .box12:hover:after {
        -webkit-transform: skew(45deg) translateX(55%);
        transform: skew(45deg) translateX(55%)
    }

    .box12 img {
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        padding-bottom: 15px;
    }

    .box12:hover img {
        opacity: .5
    }

    .box12 .box-content12 {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

    .box12:hover .box-content12 {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    .box12 .post12,
    .box12 .title12 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #3c3c3c;
        border: 2px solid #fff;
        color: #fff;
        line-height: unset;
        padding: 15px 20px;
        margin: 0
    }

    .box12 .post12 {
        text-transform: capitalize
    }

    .box12 .post12 {
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 10px;
        margin-top: 15px
    }

.footer-top-sec {
    background: #042e65;
}

.footer-bottom-sec {
    padding: 15px 0;
    background: #1d1d1d;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.region-footer-section a.menu-toggle {
    display: none;
}

.footer-top-sec ul {
    padding: 0;
}

    .footer-top-sec ul li {
        display: inline-block;
        margin-bottom: 10px;
        padding: 0 8px;
        border-right: 1px solid #fff;
        line-height: 1;
    }

        .footer-top-sec ul li a {
            color: #fff;
            font-size: 0.875em;
            text-decoration: none;
        }

.copyright-sec p {
    display: contents;
}

.copyright-sec p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 0.875em;
}

.newsletter-sec p {
    color: #fff;
    text-align: left;
    padding-top: 5px;
    margin: 0;
    font-size: .875em;
    float: right;
    margin-right: 45px;
}

.elementor-61 .elementor-element.elementor-element-c36eadb {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: -5px;
    margin-bottom: 0;
    padding: 50px 0 240px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-section {
    position: relative;
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

.elementor-61 .elementor-element.elementor-element-c36eadb > .elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(250deg, #042a5a 0%, #0058C8 94%);
    opacity: .81;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow {
    height: 85%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-shape.elementor-shape-bottom, .elementor-shape.elementor-shape-top {
    transform: rotate(180deg);
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-61 .elementor-element.elementor-element-c36eadb > .elementor-shape-bottom svg {
    width: calc(283% + 1.3px);
    height: 359px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape-bottom svg {
    z-index: -1;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 50%;
    }
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-61 .elementor-element.elementor-element-c36eadb > .elementor-shape-bottom .elementor-shape-fill {
    fill: #fff;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}


.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding-top:10px;
}

.elementor .elementor-widget-wrap {
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor-61 .elementor-element.elementor-element-1521f3f2 {
    text-align: center;
}

.elementor-widget:not(:last-child) {
    /*margin-block-end: 20px;*/
}

.elementor-widget:not(:last-child) {
    /*margin-bottom: 20px;*/
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.elementor-widget {
    position: relative;
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-61 .elementor-element.elementor-element-1521f3f2 {
    text-align: center;
}

    .elementor-61 .elementor-element.elementor-element-1521f3f2 .elementor-heading-title {
        color: #fff;
    }

.elementor-61 .elementor-element.elementor-element-2421ae9c .elementor-divider {
    text-align: center;
    /*padding-block-start: 24px;
    padding-block-end: 24px;*/
}

.elementor-widget-divider .elementor-divider {
    display: flex;
}

.elementor-61 .elementor-element.elementor-element-2421ae9c {
    --divider-border-style: solid;
    --divider-color: #ffffff;
    --divider-border-width: 3px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x;
}

.elementor-61 .elementor-element.elementor-element-2421ae9c .elementor-divider-separator {
    width: 18%;
    margin: 0 auto;
    margin-center: 0;
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr;
}

.elementor-61 .elementor-element.elementor-element-2727749f {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: -166px;
    margin-bottom: 0;
    padding: 0;
}

    .elementor-61 .elementor-element.elementor-element-2727749f > .elementor-background-overlay {
        opacity: .5;
        transition: background .3s, border-radius .3s, opacity .3s;
    }

.elementor-61 .elementor-element.elementor-element-121b1cae.elementor-column.elementor-element[data-element_type=column] > .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-61 .elementor-element.elementor-element-2727749f > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-61 .elementor-element.elementor-element-121b1cae > .elementor-element-populated {
    padding: 0 40px 0 0;
}

.elementor-element.elementor-element-5cdd53ef {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-61 .elementor-element.elementor-element-5cdd53ef {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-kit-78391 p {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .elementor-column {
        width: 100%;
    }
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0);
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

@media (max-width: 767px) {
    .elementor-61 .elementor-element.elementor-element-e3c58cf > .elementor-widget-container {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .elementor-61 .elementor-element.elementor-element-e3c58cf > .elementor-widget-container {
        margin: -30px 0 0;
    }
}

.elementor-61 .elementor-element.elementor-element-e3c58cf .elementor-wrapper {
    --video-aspect-ratio: 1.77777;
}

.elementor-widget-video .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio);
}

    .elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
        height: 100%;
        width: 100%;
        display: flex;
        border: none;
        background-color: #000;
    }

.elementor embed, .elementor iframe, .elementor object, .elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

@media(max-width:991px) {
    .elementor-61 .elementor-element.elementor-element-121b1cae > .elementor-element-populated {
        padding: 109px 40px 45px 0;
        text-align: center;
    }
}

.elementor-612 .elementor-divider {
    text-align: center;
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-widget-divider-612 .elementor-divider-612 {
    display: flex;
}

.elementor-612 .elementor-divider-separator-612 {
    width: 19%;
    margin: 0 auto;
    margin-center: 0;
}

.elementor-widget-divider-612 .elementor-divider-separator-612 {
    border-block-start: 3px solid #f3c202;
}

.features-site-ul {
    text-align: left;
    color: #000 !important;
    list-style-type: square;
}

.features-site-ol {
    text-align: justify;
    color: #000 !important;
    list-style-type: decimal-leading-zero;
}

.image-box-img img {
    border-radius: 100px;
    transition-duration: .3s;
    width: 200px
}

.image-box-img .img2 {
    transition-duration: .3s;
    width: 450px
}

.elementor-widget-container-613 {
    padding: 60px 40px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

    .elementor-widget-container-613 .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset;
    }

    .elementor-widget-container-613 .elementor-icon {
        fill: #3b5998;
        color: #3b5998;
        border-color: #3b5998;
    }

    .elementor-widget-container-613 .elementor-icon-i {
        fill: #f55c70;
        color: #f55c70;
        border-color: #f55c70;
        display: inline-block;
    }

    .elementor-widget-container-613 .elementor-icon-y {
        fill: #b00;
        color: #b00;
        border-color: #b00;
    }

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

.elementor-icon-i {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

.elementor-icon-y {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

.elementor-widget-container-613 .elementor-icon i, .elementor-widget-container-613 .elementor-icon-i i, .elementor-widget-container-613 .elementor-icon-y i, .elementor-widget-container-613 .elementor-icon svg, .elementor-widget-container-613 .elementor-icon-i svg, .elementor-widget-container-613 .elementor-icon-y svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.elementor-widget-container-613 a {
    color: #013093;
}

.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.address3 {
    font-size: 18px;
    color: #274062;
    font-weight: 400;
    margin-bottom: 15px;
}

.phone3 {
    font-size: 36px;
    color: #1f1f23;
    font-weight: 700;
    margin-bottom: 15px;
}

.mail3 {
    font-size: 18px;
    color: #01a2a6;
    font-weight: 400;
    margin-bottom: 15px;
}

.social3 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .social3 li {
        display: inline-block;
        margin: 0 0 0 20px;
        float: left;
    }

        .social3 li a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: #1f1f23;
            text-align: center;
            line-height: 24px;
            transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

            .social3 li a:hover {
                color: #042e65;
            }

.quote_wrapper {
    background: #f2f2f2;
    border: 8px solid #f8f8f8;
    padding: 40px;
}

@media (max-width: 767px) {
    .quote_wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .quote_wrapper {
        padding: 20px;
    }
}

@media (max-width: 1319px) {
    .quote_wrapper {
        padding: 30px;
    }
}

#ajax-contact-form .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .form-group {
    margin-left: -13px;
    margin-right: -13px;
}

.form-group {
    margin-bottom: 15px;
}

#ajax-contact-form .form-group label {
    color: #d4d5d6;
    display: none;
}

#ajax-contact-form .form-control {
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
    background: #fcfcfc;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn-default.btn-cf-submit {
    display: inline-block;
    color: #fff;
    border: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #042e65;
    position: relative;
    letter-spacing: 1px;
}

#google_map {
    position: relative;
    width: 100%;
    height: 520px;
}
.tab-container-history {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 832px;
    filter: drop-shadow(2px 4px 6px #e0e0e0);
}

.tabs-history {
    display: flex;
    max-width: fit-content;
    margin-left: 20px;
    gap: 10px;
}

    .tabs-history .tab-history {
        flex: 1;
        padding: 10px 20px;
        text-align: center;
        cursor: pointer;
        background: #f1f1f1;
        border: none;
        outline: none;
        font-size: 15px;
        color: #989797;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-right: 2px;
        border: 1px solid #e7e7e7;
    }

        .tabs-history .tab-history:last-child {
            margin-right: 0;
        }

        .tabs-history .tab-history.active {
            background: #fff;
            border: 1px solid transparent;
            border-bottom: 2px solid #007bff;
            font-weight: bold;
            color: #333;
            position: relative;
            top: 1px;
        }

        .tabs-history .tab-history:hover:not(.active) {
            border: 1px solid transparent;
            background-color: #e2e1e1;
            border-bottom: 2px solid #989797;
        }

.tab-content-history {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e0e0e0;
    min-height: 100px;
    border-radius: 15px;
}

    .tab-content-history .filters {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .tab-content-history .filters .filter {
            display: flex;
            flex-direction: column;
        }

            .tab-content-history .filters .filter label {
                font-size: 15px;
                padding-bottom: 2px;
            }

            .tab-content-history .filters .filter select {
                padding: 10px;
                border: 1px solid #ccc;
                border-radius: 4px;
                background: #fff;
                font-size: 14px;
                color: #333;
                width: 200px;
            }

        .tab-content-history .filters .btn {
            padding: 10px 20px;
            font-size: 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            outline: none;
            margin-left: auto;
            margin-top: 20px;
        }

            .tab-content-history .filters .btn.primary {
                background: #007bff;
                color: #fff;
                margin-right: 20px;
            }

            .tab-content-history .filters .btn.clear {
                background: transparent;
                color: #007bff;
                text-decoration: underline;
            }