@font-face {
    font-family: 'Aragonit-font';
    src: url('/fonts/Aragonit-Regular.ttf')
}

@font-face {
    font-family: 'Aragonit-font-Bold';
    src: url('/fonts/Aragonit-Bold.ttf')
}

@font-face {
    font-family: 'Aragonit-font-Black';
    src: url('/fonts/Aragonit-Black.ttf')
}

body {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    z-index: auto;
    position: relative;
}
span.help-block {
    color: red;
    font-size: 10px;
}

.aragonit-logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.aragonit-logo div {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    transition: all 500ms;
}

.aragonit-logo div.step-1 {
    background-color: rgb(255,255,255,.5);
}

.aragonit-logo div.step-1 img {
    transform: translate(20px, -223px) scale(0.5);
}

.aragonit-logo div.step-2 {
    background-color: rgb(255,255,255,.2);
}

.aragonit-logo div.step-2 img {
    transform: translate(22px, -353px) scale(0.1);
}

.aragonit-logo div img {
    margin: 100px auto;
    width: 680px;
    height: 600px;
    object-fit: contain;
    transition: all 500ms;
}

@media (max-height: 850px){
    .aragonit-logo div img {
        width: 580px;
        height: 500px;
    }
    .aragonit-logo div.step-2 img {
        transform: translate(22px, -303px) scale(0.12);
    }
}

@media (max-width: 767px){
    .aragonit-logo div img {
        width: 340px;
        height: 300px;
        margin: 200px auto;
    }
    .aragonit-logo div.step-2 img {
        transform: translate(22px, -295px) scale(0.2);
    }
}
@media (max-width: 575px){
    .aragonit-logo div.step-1 img {
        transform: translate(-130px, -223px) scale(0.5);
    }
    .aragonit-logo div.step-2 img {
        transform: translate(-192px, -303px) scale(0.2);
    }
}

@media (max-width: 420px){
    .aragonit-logo div.step-1 img {
        transform: translate(-120px, -223px) scale(0.5);
    }
    .aragonit-logo div.step-2 img {
        transform: translate(-155px, -303px) scale(0.2);
    }
}


@media (max-width: 380px){
    .aragonit-logo div.step-1 img {
        transform: translate(-100px, -223px) scale(0.5);
    }
    .aragonit-logo div.step-2 img {
        transform: translate(-138px, -303px) scale(0.2);
    }
}

@media (max-width: 365px){
    .aragonit-logo div.step-2 img {
        transform: translate(-130px, -303px) scale(0.2);
    }
}

@media (max-width: 340px){
    .aragonit-logo div.step-2 img {
        transform: translate(-125px, -303px) scale(0.2);
    }
}


.main-container {
    min-height: 700px;
}

.nav-item .nav-link img {
    width: 70px;
    height: 61px;
    object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
    padding: .5rem 0;
}

.nav-item {
    margin: 0 60px;
    position: relative;
}
.nav-item.active .active-div-position .active-div {
    margin: 0 auto;
    width: 36px;
    height: 2px;
    background-color: #d7111b;
}

.nav-item.active .active-div-position {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}


@media (max-width: 1199px){
    .nav-item {
        margin: 0 30px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1040px;
    }
}

.nav-item .nav-link {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 14px;
    color: #434343!important;
}

.container .content.main-content h1 {
    font-family: Aragonit-font-Black, "Times New Roman", Georgia;
    font-size: 22px;
    color: #434343;
    margin-bottom: 30px;
}

.container .content.main-content p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    line-height: 2;
    color: #434343;
    text-align: justify;
}

.container .content.main-content p span {
    font-family: Aragonit-font-Bold, "Times New Roman", Georgia;
    color: #d7111b;
}

.container .content.mision-content {
    padding-top: 80px;
}

.container .content.vision-content {
    padding-top: 30px;
}

.container .content.mision-content h2, .container .content.vision-content h2  {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 16px;
    color: #434343;
}

.container .content.mision-content p, .container .content.vision-content p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    line-height: 1.67;
    text-align: justify;
    color: #434343;
}

.container .content.mision-content p span, .container .content.vision-content p span {
    font-family: Aragonit-font-Bold, "Times New Roman", Georgia;
    color: #e60606;
}

.card {
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    box-shadow: 0 35px 45px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: none;
    overflow: hidden;
}

@media (min-width: 768px){
    .card.card-center {
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .card {
        max-width: unset;
    }
}

.card .content {
    padding: 25px;
}

.card .content h2 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 18px;
    color: #d7111b;
}

.card .content p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    line-height: 1.67;
    color: #434343;
    max-height: 100px;
    overflow: hidden;
    transition: all 1s;
}

.card .content p.active {
    max-height: 1000px;
}

.card .content .more-content {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 10px;
    color: #d7111b;
    cursor: pointer;
}

.card .content .more-content:hover {
    text-decoration: none;
    opacity: .8;
}

.card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.partners h1 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 16px;
    color: #434343;
}

.partners div img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    opacity: .2;
    transition: opacity 1s;
}

.partners div img:hover {
    opacity: 1;
    transition: opacity 0.5s;
}

.owl-carousel-1 .owl-stage-outer {
    border-radius: 20px;
}

.owl-carousel-1 .item {
    width: 1120px;
    height: 500px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.owl-carousel-1 .item h1 {
    font-family: Aragonit-font-Black, "Times New Roman", Georgia;
    font-size: 44px;
    color: #ffffff;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.owl-carousel-1 .item.item-1 {
    background-image: url('/images/image1.jpg');
}

.owl-carousel-1 .item.item-2 {
    background-image: url('/images/image2.jpg');
}

.owl-carousel-1 .item.item-3 {
    background-image: url('/images/image3.jpg');
}

.owl-carousel-2 .owl-stage-outer {
    overflow: hidden;
}

.owl-carousel-2 .item {
    width: 100%;
    height: 100%;
}

.owl-carousel-2 .item h3 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 16px;
    color: #d7111b;
}

.owl-carousel-2 .item h1 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 24px;
    color: #434343;
}

.owl-carousel-2 .item p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    line-height: 1.67;
    text-align: justify;
    color: #434343;
}

.owl-carousel-2 img {
    margin-top: 30px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.owl-carousel-2 .owl-nav, .owl-carousel-2 .owl-dots {
    display: none;
}

.owl-carousel-3 .item {
    cursor: pointer;
}

.owl-carousel-3 .item img {
    width: 100%;
    height: 100%;
    max-width: 480px;
    max-height: 305px;
    margin: 0;
    border-radius: 10px;
}

.owl-carousel-3 .item h3 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 14px;
    color: #d7111b;
    padding-top: 15px;
}

.owl-carousel-3 .item h1 {
    font-family: Aragonit-font-Bold, "Times New Roman", Georgia;
    font-size: 22px;
    color: #434343;
}

.owl-carousel-3 .item p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.71;
    color: #434343;
}


.about-us {
    overflow: hidden;
}

.about-us .nav-dots {
    position: relative;
}

.about-us .nav-dots .nav-dot {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #d7111b;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: Aragonit-font, "Times New Roman", Georgia;
    cursor: pointer;
}

.about-us .nav-dots .nav-dot-divider {
    position: absolute;
    left: 0;
    top: 15px;
    right: -15px;
    height: 1px;
    z-index: -1;
    background-image: linear-gradient(to right, transparent 50%, #d7111b 50%);
    background-size: 15px 100%;
    transition: all 300ms;
    width: 10000px;
}

.about-us .nav-dots .nav-dot-next {
    margin-left: auto;
}

.content.slider a:hover {
    text-decoration: none;
}

.content.slider a:hover h2, .content.slider a:hover p {
    opacity: .7;
}

.content.slider h2 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 16px;
    color: #d7111b;
}

.content.slider.active h2 {
    font-family: Aragonit-font-Black, "Times New Roman", Georgia;
}

.content.slider p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    line-height: 1.67;
    text-align: justify;
    color: #434343;
}

.contact-info h1 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 32px;
    color: #e60606;
}

.contact-info h2 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 24px;
    line-height: 1.88;
    color: #434343;
}

.contact-info h2 span {
    font-family: Aragonit-font-Bold, "Times New Roman", Georgia;
    font-size: 34px;
}

.contact-info h3 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 14px;
    color: #434343;
    padding-bottom: 30px;
}

.contact-info a:hover {
    text-decoration: none;
}

.contact-info a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 20px;
}

.contact-info a p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    color: #434343;
}

.contact-form .form-group label {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 12px;
    color: #434343;
}

.contact-form .form-group input, .contact-form .form-group textarea {
    border-radius: 5px;
    background-color: #eeeeee;
    resize: none;
    border: none;
}

.contact-form .form-group input:focus, .contact-form .form-group textarea:focus {
    box-shadow: none;
    border: none;
}

.btn.btn-primary {
    width: 144px;
    height: 44px;
    border-radius: 22px;
    background-color: #d7111b;
    border: none;
}

.btn.btn-primary:active, .btn.btn-primary:focus {
    outline: none;
    box-shadow: none!important;
    background-color: #d7111b!important;
    border: none;
    opacity: .8;
}

.btn.btn-primary span {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 14px;
    color: #ffffff;
}



.footer {
    background-color: #fafafa;
    width: 100%;
    height: 50px;
    padding: 10px 0;
}

@media (min-width: 1400px) {
    .footer .container {
        padding: 0 150px;
        max-width: unset;
    }
}

@media (min-width: 992px ) and (min-height: 850px ) {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.copyright-text, .copyright-text a {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 14px;
    color: #434343;
    padding: 4px 0;
}

.copyright-text a:hover {
    text-decoration: none;
    opacity: .8;
}

.copyright-text span, .copyright-text a span {
    font-family: Aragonit-font-Bold, "Times New Roman", Georgia;
}

.icons-for-share {
    display: flex;
}

.icons-for-share a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 15px;
}



button.first-button {
    border: none;
    padding: 0;

}
button.first-button:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 575px) {
    .animated-icon1.open {
        position: fixed;
        top: 30px;
        right: 15px;
        z-index: 20;
    }
}


/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #d7111b;
}

.animated-icon2 span {
    background: #d7111b;
}

.animated-icon3 span {
    background: #d7111b;
}

.animated-icon1 span:nth-child(1) {
    top: 0;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
    top: 0;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0;
    left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.sidebar-mobile-contet {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: -300px;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
    transition: margin-left 150ms;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
}

@media(max-width: 767px){
    .nav-item {
        margin: 0 10px;
    }
}

@media(max-width: 575px){
    .sidebar-mobile-contet {
        margin-left: -600px;
        width: 100%;
        right: 0;
    }
    .nav-item {
        margin: 0;
    }
    .nav-item.active .active-div-position .active-div {
        margin: unset;
    }
}
.sidebar-mobile-contet.show {
    display: block;
    margin-left: 0;
}

/* BLOG SHOW CSS */

.blog-article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255,255,255,.97);
    z-index: 999;
}

.blog-article .left-content {
    width:40%;
    height: 100%;
}

.blog-article .left-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-article .right-content {
    width:60%;
    height: 100%;
    padding: 100px 150px;
}

.blog-article .right-content a img.close-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 999;
}

.blog-article .right-content h2 {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 16px;
    color: #d7111b;
    margin-bottom: 15px;
}

.blog-article .right-content h1 {
    font-family: Aragonit-font-Bold, "Times New Roman", Georgia;
    font-size: 32px;
    color: #434343;
    margin-bottom: 25px;
}

.blog-article .right-content .blog-description {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 16px;
    color: #434343;
    min-height: 550px;
    height: 100%;
}

.blog-article .right-content .share-content {
    max-width: 400px;
    border-radius: 40px;
    background-color: #eeeeee;
    padding: 12px 20px;
}

.blog-article .right-content .share-content p {
    font-family: Aragonit-font, "Times New Roman", Georgia;
    font-size: 14px;
    color: #434343;
    margin: 7px 0;
}

.blog-article .right-content .share-content .share-icons img {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    cursor: pointer;
}

@media (max-height: 850px){
    .blog-article .right-content .blog-description {
        min-height: unset;
    }
}

@media (max-width: 1199px){
    .blog-article .left-content {
        width: 50%;
    }
    .blog-article .right-content {
        width: 50%;
        padding: 100px 50px;
    }
}

@media (max-width: 991px) {
    .blog-article .right-content .share-content p {
        display: none;
    }
    .blog-article .right-content .share-content {
        padding: 12px 10px;
    }
    .blog-article .right-content .share-content {
        max-width: 266px;
    }
}

@media (max-width: 767px){
    .blog-article .right-content .share-content .share-icons img {
        margin: 5px;
    }
    .blog-article .right-content .share-content {
        max-width: 166px;
    }
    .blog-article .right-content .blog-description {
        min-height: 450px;
    }
}

@media (max-width: 575px){
    .blog-article .left-content, .blog-article .right-content {
        width: 100%;
        height: 50%;
    }
    .blog-article .right-content .share-content {
        max-width: 100%;
    }
    .blog-article .right-content {
        padding: 30px;
    }
    .blog-article .right-content a img.close-icon {
        width: 20px;
        height: 20px;
        top: 15px;
        right: 15px;
    }
    .blog-article .right-content .blog-description {
        min-height: unset;
        margin-bottom: 30px;
    }
}