@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(0.75, 0.75);
    }
    100% {
      transform: scale(1, 1);
    }
}

.page-border-left, .page-border-right, .page-border-top, .page-border-bottom {
    position: fixed;
    width: 9px;
    height: 9px;
    background-color: #2e3293;
    top: 0;
    left: 0;
    z-index: 101;
    display: none !important;
}

.page-border-left {
    height: 100%;
}

.page-border-right {
    height: 100%;
    left: auto;
    right: 0;
    background-color: #0d94dd;
}

.page-border-top, .page-border-bottom {
    width: 100%;
    background-color: transparent;
    background: linear-gradient(to right, #2e3293 0%,#0d94dd 100%);
}

.page-border-bottom {
    top: auto;
    bottom: 0;
}

.main-content {
    padding-left: 0px;
    padding-right: 0px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

#preloader img {
    max-width: 120px;
    animation: zoom-in-zoom-out 1.5s ease infinite;
}


#preloader.active {
    opacity: 1;
    visibility: visible;
}

#preloader.active.half {
    opacity: 0.75;
}

.main-header {
    display: none;
}



.section, .full, .main-content {
    display: block;
    width: 100%;
    clear: both;
    float: left;
}

.section  {
    background-color: white;
    position: relative;
    overflow: hidden;
}

.relative {
    position: relative;
}

.main-content .section:first-child {
    margin-top: 90px;
}

.wrapper, .wrapper-fhd {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1316px;
}

.wrapper-fhd {
    max-width: 1956px;
}



.row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 18px;
}

.col {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 18px;
}

.col-1-2 {
    max-width: 50%;
}

.col-1-3 {
    max-width: 33.333%;
}

.col-2-3 {
    max-width: 66.666%;
}

.col-1-4 {
    max-width: 25%;
}

.col-2-4 {
    max-width: 50%;
}

.col-3-4 {
    max-width: 75%;
}

.col-4-4 {
    max-width: 100%;
}

.section:nth-child(odd) {
    background-color: #f9f9f9;
}

.section:nth-child(even) {
    background-color: white;
}

.breadcrumb {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    margin-right: 18px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    margin-right: 12px;
}

.breadcrumb li:last-child {
    margin-right: 0;
}

.breadcrumb li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);

}



label.error {
    padding: 6px;
    background-color: red;
    font-size: 12px;
    display: inline-block;
    color: white;
    border-radius: 3px;
    font-weight: 400;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-left: 12px;
    margin-right: 12px;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
}

.pagination a.next, .pagination a.prev {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    min-height: 36px;
    line-height: 36px;
    color: #4c4c4e;

}

.section.paralax {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../../img/paralax2.jpg);
    background-position: center center !important; 
    background-attachment: fixed !important;
    background-size: cover !important;
    position: relative;
}

.section.paralax::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #424245;
    opacity: 0.95;
}

.section.paralax.paralax1::before {
    background-color: #7675bb;
    opacity: 0.75;
}

.section.paralax.paralax2::before {
    background-color: #6a7fb6;
    opacity: 0.75;
}

.section.paralax.paralax3::before {
    background-color: #618caf;
    opacity: 0.75;
}

.section.paralax.paralax4::before {
    background-color: #5597aa;
    opacity: 0.75;
}

.section.paralax.paralax5::before {
    background-color: #4da3a3;
    opacity: 0.75;
}

.section.paralax.paralax6::before {
    background-color: #40b09f;
    opacity: 0.75;
}

.section.paralax.paralax-gradient::before {
    background-color: transparent;
    background: linear-gradient(45deg, #000000 0%,#000000 100%);
    opacity: 0.35;
}

.section.paralax.fliped::before {
    transform: rotate(180deg) !important;
}

.section.paralax .wrapper {
    position: relative;
    z-index: 2;
}



.pagination a.prev {
    margin-right: 12px;
}

.pagination a.next {
    margin-left: 12px;
}

.pagination a.prev i {
    margin-right: 6px;
    font-size: 65%;
}

.pagination a.next i {
    margin-left: 6px;
    font-size: 65%;
}

.pagination ul li.hidde {
    display: none;
}

.pagination ul li a, .pagination ul li span {
    display: block;
    padding: 6px;
    min-width: 24px;
    text-align: center;
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}

.pagination ul li span {
    color: rgba(0, 0, 0, 0.75 );
    background-color: transparent;
    margin-left: -12px;
    margin-right: -12px;
}

.pagination ul li.active a {
    background-color: #40b4d7;
}

.section.plain iframe {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    float: left;
    clear: both;
}

.section.pagination .row .col {
    flex-wrap: wrap;
}

.section.map-img .wrapper {
    max-width: 960px;
}

.section.map-img {
    padding-top: 24px;
}

.section.map-img .col-text {
    text-align: center;
}

.section.map-img  .col-img {
    margin-top: -84px;
}

.section.map-img .h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0;
}

.section.map-img .h2 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 24px;
  text-transform: capitalize;
}


.section.map-img img {

}

/* mobial */
@media screen and (max-width: 890px) {


    .main-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .page-border-left, .page-border-right, .page-border-top, .page-border-bottom {
        width: 5px;
        height: 5px;
    }

    .page-border-top, .page-border-bottom {
        width: 100%;
    }

    .page-border-left, .page-border-right {
        height: 100%;
    }

    .main-content .section:first-child {
        margin-top: 70px;
    }

    .section.pagination .row, .section.pagination .row .col {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section.pagination .row .col {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .pagination ul li a, .pagination ul li span {
        padding: 3px;
        width: 32px;
        height: 32px;
        line-height: 25px;
        font-size: 14px;
    }

    .pagination a.next, .pagination a.prev {
        font-size: 16px;
        min-height: 32px;
        line-height: 32px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        width: 12px;
    }

    .pagination a.next i, .pagination a.prev i {
        margin: 0 !important;
        font-size: 100%;
    }

    .pagination a.next span span, .pagination a.prev span span {
        display: none;
    }

}

