
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Libre Baskerville', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 400;
    color: #b9862f;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #000000;
    color: #aa8f48;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 20px 20px 0px 0px;

}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.augi-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running augi-load;
    animation: 2000ms linear 0s normal none infinite running augi-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #a98f48;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes augi-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes augi-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
#Welcome Heading
-------------------------- */

.wellcome-heading > p {
    font-size: 20px;
    color:#a98f48;
    font-weight: 400;
    position: relative;
    z-index: 3;
    line-height: 70px;
    text-align: center;
    font-style: italic;
}

.wellcome-heading > h2 {
    font-family: 'Didot', serif;
    font-size: 35px;
    color: #a98f48;
    font-weight: 400;
    position: relative;
    z-index: 3;
    line-height: 0px;
    text-align: center;
}

.wellcome-heading > h1 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-align: center;
    z-index: 3;
    margin-top: 100px;
}

.wellcome-heading > p {
    color: #fff;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .wellcome-heading > h2 {
        font-size: 25px;
        margin: 0 80px;
        line-height: 30px;
    }
    .wellcome-heading > p {
        font-size: 15px;
        line-height: 10px;
    }
    .wellcome-heading > h1 {
        font-size: 60px;
    }
    .wellcome-heading > h3 {
        font-size: 252px;
        top: -105px;
        left: -1px;
    }
    .wellcome-heading {
        margin-top: 160px;
    }
}


/* --------------------------
# Welcome Augi
-------------------------- */
.wellcome_augi {
    background: url('img/augi.png') no-repeat;
    height: 900px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}

.wellcome_augi:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.wellcome_augi .get-started-button > a {
    font-weight: 500;
    background: #f3cc32;
    height: 45px;
    min-width: 178px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    border-radius: 23px 23px 23px 23px;
}

.wellcome_augi .get-started-button > a:hover {
    background: #d19802;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
} 

.wellcome_augi  .get-started-button {
    align-items: center;
    text-align: center;
    alignment-baseline: central;
    vertical-align: center;
    align-content: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .wellcome_augi {
        height: 670px;
    }
}


/* --------------------------
# Footer
-------------------------- */
.footer-brand {
    margin: 0;
    line-height: 1;
    padding: 0;
    height: 90px;
    width: 90px;
    display: inline-block;
    background: url('img/logo.png') no-repeat;
    background-size: contain;
    color: transparent;
    vertical-align: center;
    align-content: center;
}

@media (min-width: 350px) and (max-width: 767px) {
    .footer-brand {
        height: 60px;
        width: 60px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/* --------------------------
# Home Brand
-------------------------- */
.home-brand {
    margin-bottom: 25px;
    padding: 0;
    height: 200px;
    width: 200px;
    display: inline-block;
    background: url('img/selo.png') no-repeat;
    background-size: contain;
    color: transparent;
    vertical-align: center;
    align-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-brand {
        margin: 0;
        padding: 0;
        height: 200px;
        width: 200px;
        display: inline-block;
        background: url('img/selo.png') no-repeat;
        background-size: contain;
        color: transparent;
        vertical-align: center;
        align-content: center;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .home-brand {
        margin-bottom: 5px;
        padding: 0;
        height: 130px;
        width: 130px;
        display: inline-block;
        background-size: contain;
        color: transparent;
        vertical-align: center;
        align-content: center;
    }
}

/* --------------------------
# Copyright
-------------------------- */
.copyright-text > p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #10C66F;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #238562;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
}
}


