* {
    padding: 0;
    margin: 0;
    -webkit-background-origin: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Tags  */

html {
    font-size: 15px;
}

body {
    width: 100%;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.3333rem;
    /*  20px  */
    font-weight: 400;
    color: #3D474D;
    background: #FAFAF2;
}

li {
    list-style: none;
    display: inline-block;
}

a {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: calc(1rem + 1px);
    /* 16px */
    line-height: 1.31em;
    letter-spacing: .02em;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

p {
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1.7em;
    color: #8D7464;
}

img {
    width: 100%;
    display: block;
}

h1, h2, h3 {
    font-weight: 700;
    font-family: 'Cinzel Decorative', serif;
    color: #441A05;
}

h1 {
    font-size: 18.8rem;
    /* 282px */
    color: #fff;
}

h2 {
    font-size: 3.66667rem;
    /* 55px */
    line-height: 1.3em;
}

h3 {
    font-size: 2.66667rem;
    /* 40px */
}

h4 {
    font-family: inherit;
    font-size: 1.2rem;
    /* 18px */
    font-weight: 700;
}

h5 {
    font-family: inherit;
    font-size: 1.2rem;
    /* 18px */
    font-weight: 400;
    color: #441A05;
}

/* Containers */

.container_fluid {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 1594px;
    margin: 0 auto;
    padding: 0 60px;
}

.container_sm {
    width: 1120px;
    padding: 0 60px;
    margin: 0 auto;
}

/*  Columns  */

.columns_wrap {
    margin-right: -30px;
}

.column {
    padding-right: 30px;
    padding-bottom: 30px;
}

.column_1-2 {
    width: 50%;
}

.column_1-3 {
    width: 33.333333%;
}

.column_1-5 {
    width: 20%;
}

.column_1-8 {
    width: 12.5%;
}

/* Header */

.header-wrap {
    width: 100%;
    height: 973px;
    position: relative;
    margin-bottom: 20rem;
}

.header_inner {
    height: 100%;
    position: relative;
}

.header_top {
    padding: 35px 15px 0;
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
}

.logo_wrap {
    width: 100%;
}

.logo {
    width: 13rem;
    margin: 0 auto;
}

.nav {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 2.5rem;
}

.nav ul {
    margin-right: -1.9rem;
    display: inline-block;
}

.nav li {
    display: inline;
    padding-right: 1.9rem;
}

.nav_link {
    font-family: 'Cinzel Decorative', serif;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-weight: 700;
    position: relative;
}

.nav_link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    transition: all ease .2s;
}

.nav_link:hover:after {
    width: 100%;
}

.header_content.container {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 10;
    padding-top: 7.55rem;
}

.header_title {
    letter-spacing: 0.02em;
    line-height: 1em;
    font-weight: 700;
}

.header_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #DB9E30;
    overflow: hidden;
}

.header_bg-one,
.header_bg-two {
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header_bg-one {
    width: calc(100% - 65px);
}

.header_bg-one img {
    animation: rotate 50s linear infinite;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
}

.header_bg-two {
    width: 36%;
}

.header_bg-two img {
    animation: rotate_two 16s linear infinite;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
}

@keyframes rotate {
    100% {
        transform: rotate(90deg);
    }
}

@keyframes rotate_two {
    100% {
        transform: rotate(-90deg);
    }
}


.mac {
    width: 1060px;
    margin: 0 auto;
    position: relative;
    margin-top: -6rem;
}

.mac>img {
    position: relative;
    z-index: 10;
}

.frame {
    position: absolute;
    top: 24%;
    width: 59%;
    z-index: 4;
}

.frame1 {
    left: 0;
    animation: spread 4s ease-in-out 1;
    animation-fill-mode: forwards;
}

.frame2 {
    right: 0;
    animation: spread_two 4s ease-in-out 1;
    animation-fill-mode: forwards;
}

@keyframes spread {
    100% {
        transform: translateX(-20%);
    }
}

@keyframes spread_two {
    100% {
        transform: translateX(20%);
    }
}

.header_btn-wrap {
    margin-top: -2.4rem;
    position: relative;
    z-index: 10;
}

.header_btn {
    padding: 1.85rem 3rem;
}

/* Content */

.btn {
    background: #DB9E30;
    border-radius: 6px;
}

.btn:hover {
    background: #57a68f;
}

.row_center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.row_between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.symbol {
    width: 2.3rem;
    display: inline-block;
}

section {
    overflow: hidden;
}

.section_title-one {
    line-height: 1em;
    padding: 1.1rem 0 2.9rem;
}

.sup {
    font-size: 1.2rem;
    color: #DB9E30;
}

.sup span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 1rem;
}

.section_title {
    padding: 1rem 0 2.4rem;
}

.section_text {
    padding-bottom: 3.8rem;
}

.white {
    color: #fff;
}

/* Home */

.home-wrap {
    padding: 8rem 0 6rem;
    text-align: center;
}

.home_symbol {
    margin: 0 auto;
}

.home_title span {
    display: inline-block;
    margin-left: -25px;
}

.home_inner {
    padding-top: 3.7rem;
}

.home_item {
    padding-bottom: 62px;
}

.home_item a {
    display: block;
    position: relative;
}

.home_item img {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(61, 54, 39, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(61, 54, 39, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(61, 54, 39, 0.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.home_item a:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.home_item .badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    border-radius: 50%;
    box-shadow: none;
}

.home_caption {
    margin-top: 2.5rem;
}

/* Top Clients */

.top_clients_section {
    text-align: center;
    --row-gap: 68px;
    padding-bottom: 9em;
}

.container_tc {
    max-width: 1470px;
}

.top_clients_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 42px;
    text-align: start;
}

.top_clients_section .top_client_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: calc(0px - var(--row-gap));
}

.top_clients_section .item {
    flex: 0 1 50%;
    padding-right: var(--row-gap);
}

.top_clients_section .content_wrap {
    max-width: 510px;
}

.top_clients_section .top_clients_title {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.top_clients_section .top_clients_btn {
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    color: #fff;
    background-color: #DB9E30;
    transition: background-color 0.3s linear;
    font-family: 'Roboto Slab', sans-serif;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 7px 9px 8px;
    position: relative;
    margin-top: 1.2em;
}

.top_clients_section .top_clients_btn:hover {
    background-color: #57a68f;
}

.top_clients_section .top_clients_btn:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 1px;
    background-image: url(../images/top_clients/earth.svg);
}

.top_clients_section .img_wrap {
    box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s linear;
}

.top_clients_section .img_wrap:hover {
    box-shadow: 5px 15px 50px rgba(19, 7, 1, .2);
}

/* Donation */

.donat-wrap {
    padding: 9rem 0 7.6rem;
    background: #fff;
}

.donat_content {
    width: 37%;
    padding-bottom: 1.5rem;
}

.donat_btn {
    padding: 1.8rem 2.8rem;
}

.donat_img {
    width: 53%;
    margin-right: 8rem;
}

/* Prayer */


.prayer-wrap {
    padding: 11rem 0 9.8rem;
    background: #15110E url(../images/prayer/bg.png) 0% 0% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

}

.prayer_img {
    width: 50%;
}

.prayer_img-inner {
    width: 450px;
    margin-left: auto;
    margin-right: 1rem;
}

.prayer_content {
    width: 42.1%;
    padding-bottom: 1.6rem;
    padding-right: 8rem;
}

.prayer_content .section_text {
    color: #72706E;
}

.prayer_btn {
    padding: 1.8rem 3.6rem;
}


/* Blog */

.blog-wrap {
    padding: 10rem 0 0;
    background: #FAFAF2;
}

.blog_inner {
    padding-bottom: 10.4rem;
}

.blog_content {
    width: 37%;
}

.blog_btn {
    padding: 1.8rem 2.8rem;
}

.blog_img {
    width: 50.5%;
    margin-right: -1rem;
    margin-bottom: -7rem;
}

hr {
    background: #D9E9DF;
    height: 1px;
}

.blog_list-inner.columns_wrap {
    text-align: center;
    margin: 0 -5rem;
    padding: 4rem 0 3.7rem;
}

.blog_list-item.column {
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.blog_list-item span:before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.blog_list-caption {
    color: #441A05;
    margin-top: 1.5rem;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.blog_list-item span {
    font-size: 3.5rem;
    color: #441A05;
}

.blog_list-item * {
    color: #441A05 !important;
}

.blog_list-item:hover * {
    color: #DB9E30 !important;
}

.blog_list-item:hover .blog_list-caption,
.blog_list-item:hover span:before {
    color: #DB9E30;
}

.icon-video .path1:before,
.icon-video .path2:before {
    color: #441A05 !important;
}

.icon-video:hover .path1:before,
.icon-video:hover .path2:before {
    color: #DB9E30 !important;
}

/* Plugins */

.plugins-wrap {
    padding: 10.2rem 0 6.7rem;
    background: #15110E url(../images/plugins/bg.png) 100% 0% no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    text-align: center;
    position: relative;
}

.plugins_content .sub {
    color: #72706E;
}

.plugins_inner.columns_wrap {
    padding-top: 3.7rem;
    margin: 0;
}

.plugin_item.column {
    padding-right: 0;
    padding-bottom: 3.5rem;
    text-align: center;
}

.plugin_item:nth-child(2) .square-wrap,
.plugin_item:nth-child(4) .square-wrap {
    position: relative;
}

.price {
    position: absolute;
    top: -16%;
    right: -22%;
    width: 60%;
}

.square-wrap {
    width: 6.6rem;
    margin: 0 auto 1.5rem;
    -webkit-transition: transform .1s linear;
    -moz-transition: transform .1s linear;
    -ms-transition: transform .1s linear;
    transition: transform .1s linear;
}

.square-wrap:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.plugin_text {
    line-height: 1.5em;
    color: #fff;
}

/* Edition */

.edition-wrap {
    padding: 10.3rem 0 7.6rem;
    background: #fff;
}

.edition_content {
    width: 42.3%;
    padding-bottom: 3.5rem;
}

.edition_content .section_text {
    padding-right: 4.1rem;
}

.edition_btn {
    padding: 1.8rem 3.8rem;
}

.edition_img {
    width: 48%;
    margin-left: -3rem;
}

/* Double */

.double-wrap {
    background: #FAFAF2;
}

.double_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.columns_wrap.double_inner {
    margin: 0;
}

.double {
    text-align: center;
    padding: 10.4rem 3rem 10rem;
}

.import {
    background: #FAFAF2;
}

.media {
    background: #EEEEE2;
}

.import_img {
    width: 71%;
    max-width: 620px;
    margin: 0 auto 7.4rem;
    position: relative;
    z-index: 2;
}

.import_img img {
    position: relative;
    z-index: 2;
}

.import_img:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 98%;
    border-radius: 2rem;
    display: block;
    position: absolute;

    z-index: 1;
    -webkit-box-shadow: 15px 16px 60px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 15px 16px 60px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 16px 60px 0px rgba(0, 0, 0, 0.4);
}

.media_img {
    width: 84.2%;
    max-width: 740px;
    margin: 0 auto 7.6rem;
}

.import .double_par {
    padding: 2.4rem 9rem 0;
}

.media .double_par {
    padding: 2.4rem 4rem 0;
}

/* Footer */

.footer-wrap {
    background: #DB9E30 url(../images/footer/bg.png) 50% 100% no-repeat;
    -webkit-background-size: 1335px;
    background-size: 1335px;
    height: 489px;
    overflow: hidden;
}

.footer-wrap .container_sm {
    height: 100%;
}

.footer_inner {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

.footer_content {
    padding-bottom: 1rem;
}

.footer_title {
    font-size: 4.4rem;
    margin-bottom: 2.8rem;
}

.footer_btn {
    background: #15110E;
    color: #fff;
    padding: 1.8rem 3.4rem;
}

/* Top Button */

#topBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 1.2rem;
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
    z-index: 100;
    border: none;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    display: none;
    transition: all .3s linear;
    z-index: 100;
    overflow: hidden;
}

#topBtn:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 200%;
    background: linear-gradient(to right, #57a68f 50%, #db9e30 50%);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
    z-index: -1;
}

#topBtn:hover:before {
    transform: translateX(50%);
}

#topBtn:hover {
    outline: none;
}

/*   LOADER     */

#loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 2px solid #DB9E30;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: loaderCircleAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loader:after {
    animation-delay: 1s;
}

@keyframes loaderCircleAnim {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}