/* ======= Fonts settings (Gooogle Font: Cutive Mono) ======= */
@import url('https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap');

/* ======= Default styles ======= */
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.quattrocento-regular {
    font-family: "Quattrocento", serif;
    font-weight: 400;
    font-style: normal;
}

.quattrocento-bold {
    font-family: "Quattrocento", serif;
    font-weight: 700;
    font-style: normal;
}

.quattrocento-sans-regular {
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.quattrocento-sans-bold {
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.quattrocento-sans-regular-italic {
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.quattrocento-sans-bold-italic {
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quattrocento", serif;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #000;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}


p {
    font-size: 17px;
    line-height: 1.5em;
    margin: 0 0 20px;
    color: #777;
}
/* lists */
ul {
    list-style-type: none;
}
/* links */
a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.js .animate-box {
    opacity: 0;
}


a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.bg-fixed {
    background-attachment: fixed;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    font-weight: 600;
}




@media (max-width: 992px) {
    .bg-fixed {
    background-attachment: initial;}
}

.mt-60 {
    margin-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.small,
small {
    font-size: 80%;
}
b,
strong {
    color: #000;
}
/* form element */
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: "Quattrocento Sans", sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 12px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    border: none;
    color: #000;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #f6f6f6;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0px;
    border-radius: 30px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #000;
    color: #fff;
}
#message {
    height: 130px;
    color: #777;
    background: #f6f6f6;
}
input[type="password"].form-control,
input[type="email"].form-control,
input[type="text"].form-control,
input[type="file"].form-control,
textarea.form-control {
    background: #f6f6f6;
    color: #777;
    border-radius: 0px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
select {
    padding: 10px;
    border-radius: 5px;
}
.form-control {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    height: auto;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
    background-image: none;
    border: none;
}
    .form-control:active,
    .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background: #f6f6f6;
        color: #777;
        border-radius: 0px;
    }
table,
th,
tr,
td {
    border: 1px solid #101010;
}
th,
tr,
td {
    padding: 10px;
}


/* =======  Preloader Style  ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFF;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid Rgba(0, 0, 0, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid Rgba(0, 0, 0, .9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.btn {
    padding: .6rem .75rem;
    font-size: 1rem;

}


.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
        min-width: 140px;

}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #000;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: transparent;
}
.navbar {
    padding-bottom: 0;
    padding-top: 0;
}

/* ======= Navigation style ======= */
.menu {
    display: block;
    background: #fff;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    -webkit-box-shadow: 0 -20px 20px -5px rgba(255, 255, 255, 0.05);
    box-shadow: 0 -20px 20px -5px rgba(255, 255, 255, 0.05);
    min-height: 300px;
    overflow: auto;
}
.menu ul {
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
}
.menu ul > li {
    list-style: none;
    visibility: hidden;
    opacity: 0;
    top: -20px;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin: 0 40px;
    padding: 10px 15px;
}
.menu ul > li.is-show {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.menu ul > li a {
    color: #777;
    font-size: 18px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
}
.menu ul > li a:hover {
    color: #000;
}
.menu ul > li.active a {
    color: #000;
}
.menu.menu-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.logo-wrap {
    position: relative;
    z-index: 1021;
    padding: 6px 0 4px 0;
}
.navbar-toggler img{max-height:34px}

.navbar button.navbar-toggler:hover {
    background-color: transparent;
}
.navbar button.navbar-toggler:focus {
    box-shadow: none;
}
/* ======= Header style ======= */
.header {
    padding: 4px;
    position: initial;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
}

    .header.custom_head {
        background: #fff;
    }
.header.custom_head .logo {
    line-height: 0;
    padding: 0;
    color: #fff;
    font-size: 30px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    display: block;
}
.header.custom_head .logo.dark-logo{display:none}

.header .logo{display:none}
.header .logo.dark-logo{display:block}

.header .logo img {
max-height: 86px;
width: auto;
}

.header.scrolled .logo img {
    max-height: 56px;
}

.header .social li {
    display: inline-block;
}
    .header .nav-link {
        display: block;
        padding: .5rem 1rem !important;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1.55px;
        text-transform: uppercase;
        margin: 0px 16px;
    }
    .header .nav-link a {
        color: #6d4a33;
        font-size: 16px;
    }

    .header .nav-link.active a {
        color: #bd9b60;
    }

.header.custom_head .nav-link {
display: block;
padding: .5rem 1rem;
font-size: 14px;
color: #fff;
font-weight: 600;
letter-spacing: 1.55px;
text-transform: uppercase;
margin: 0px 16px;
}
.header.custom_head .nav-link a {
color: #6d4a33;
}
.header.custom_head .nav-link.active a {
color: #bd9b60;
}

.header .social li a {
color: #000;
padding: 0 10px;
}
.header .heading {
    color: #000;
}
.header.scrolled {
    position: fixed;
    padding: 4px;
    top: 0;
    background: #fff;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
}
.header.scrolled .social {
    margin-top: 10px;
}

.header.scrolled  .nav-link a{

    color: #000;
}
.header.scrolled .social li a {
    color: #000;
}
.header.scrolled .logo {
    line-height: 1em;
    padding: 0;
    color: #000;
    font-size: 30px;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    display:none
}

.header.scrolled .logo.dark-logo{display:block}

.header.scrolled .nav-toggle {
    top: -1px !important;
}
.header.awake {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.nav-toggle {
    top: 2px !important;
}

.menu-burger-wrap {
    position: relative;
    z-index: 1022;
}
.nav-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -13px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}


#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
#hamburger svg{ width:40px; height:40px}
#hamburger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


/* ======= Section style ======= */
.section-padding {
    padding: 70px 0;
    clear: both;
    width: 100%;
    display: block;
}
.section-banner {
    padding: 20px 0 20px 0;
    clear: both;
    width: 100%;
    display: block;
}

.aboutus-banner {
    padding: 200px 0 100px 0;
    clear: both;
    width: 100%;
    display: block;
}
.aboutus-banner span{ font-size:20px}


.aboutus-banner .contacts {
background: #fff;
padding: 24px;
text-align: left;
}

.aboutus-banner .contacts .circle {
width: 50px;
height: 50px;
background-color: #f7f7f7;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: #646464;
margin-right: 14px;
}

.aboutus-banner .contacts .circle i {
color: #6d4a33;
}

.aboutus-banner .contacts h6 {
font-size: 22px;
font-weight: 400;
margin-bottom: 8px;
display: flex
}

.aboutus-banner .contacts p i {
color: #cca957;
}

.aboutus-banner .contacts p a:hover {
color: #cca957 !important;
}

.aboutus-banner .contacts h2 {
font-size: 1.7rem;
font-weight: 500;
color: #000;
text-transform: capitalize;
letter-spacing: 1px;
display: block;
margin-bottom: 40px;
text-align: left;
}

.aboutus-banner .contacts a {
color: #cca957;
font-size: 18px;
margin-left: 8px;
}

.aboutus-banner figure span.icon {
font-size: 35px;
color: #e7bbae;
}

.aboutus-banner .contact-form {
background: #fff;
box-shadow: 0px 5px 13px 4px rgba(0, 0, 0, 0.08);
padding: 40px;
border-radius: 10px;
}



/* ======= Social Icon Block style ======= */

.social-ico-block {
    width: 20px;
    top: 50vh;
    transform: translate(0, -50%);
    left: 60px;
    position: fixed;
    z-index: 25;
}
.social-ico {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin: 0 20px;
}
.social-ico i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    opacity: 1;
    color: #000;
    font-size: 20px;
}
.social-ico:hover i {
    cursor: pointer;
    color: #777;
}
@media screen and (max-width: 768px){
	.social-ico-block  {
        display: none;
    }
}


/* ======= Slider style ======= */
.hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    background: #fff;
}
.hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
.hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    min-height: 100vh;
}
.hero .flexslider .flex-control-nav {
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}
.hero .flexslider .flex-control-nav li {
    display: none;
    margin-bottom: 6px;
}
.hero .flexslider .flex-control-nav li a {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    cursor: pointer;
}
.hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #000;
}
.hero .flexslider .flex-direction-nav {
    display: none;
}
.hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 100vh;
    padding: 0;
    z-index: 9;
}
.hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
    padding: 20px;
    position: relative;
}
.hero .flexslider .slider-text > .slider-text-inner .frame-inner {
    position: relative;
    z-index: 1;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: transparent;
    text-align: center;
    width:470px;
}
.hero .flexslider .slider-text > .slider-text-inner .desc {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px;
    background: transparent;
}
/* border frame */

.hero-section{margin:0}

.hero-section .swiper {
width: 100%;
height: 100%;
}

.hero-section .swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
display: flex;
justify-content: center;
align-items: center;
}

.hero-section .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.hero-section .swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.hero-section .swiper-slide {
background-size: cover;
background-position: center;
}

.hero-section .mySwiper2 {
height: 84vh;
width: 100%;
}

.hero-section .mySwiper {
height: 15%;
box-sizing: border-box;
padding: 10px 0;
position: absolute;
width: 38%;
bottom: 30px;
z-index: 9;
left: 50%;
transform: translateX(-50%);
}

.hero-section .mySwiper .swiper-slide {
width: 24.5% !important;
height: 100px;
opacity: 11;
}

.hero-section .mySwiper .swiper-slide-visible.swiper-slide-thumb-active {
opacity: 1;
border-width: 3px;
border-color: #ffffff;
border-style: ridge;
}

.hero-section .mySwiper .swiper-slide-visible {
opacity: 1;
border-width: 3px;
border-color: transparent;
border-style: ridge;
}

.hero-section .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


@media screen and (max-width: 768px) {
    .hero .flexslider .slider-text > .slider-text-inner .frame-inner {
        width: 265px;
    }
    .hero .flexslider .slider-text > .slider-text-inner {
        text-align: center;
    }
}
.hero .flexslider .slider-text > .slider-text-inner h2,
.hero .flexslider .slider-text > .slider-text-inner h2 {
font-size: 40px;
    color: #fff;
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.hero .flexslider .slider-text > .slider-text-inner h6,
.hero .flexslider .slider-text > .slider-text-inner h6 {
    font-size: 17px;
    color: #fff;
    font-family: 'Cutive Mono', monospace;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
    .hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 25px;
    }
    .hero .flexslider .slider-text > .slider-text-inner h6 {
        font-size: 12px;
    }
}
.hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 50px;
}
@media screen and (max-width: 768px) {
    .hero .flexslider .slider-text > .slider-text-inner .heading-section {
        font-size: 30px;
    }
}
.hero .flexslider .slider-text > .slider-text-inner p {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .hero .flexslider .slider-text > .slider-text-inner .btn {
        width: 100%;
    }
}
/* bottom fade */
.hero .bottom-fade {
    width: 100%;
    bottom: 0;
    height: 50vh;
    z-index: 2;
    float: left;
    position: absolute;
    background: linear-gradient(to top, WHITE 0%, Rgba(255, 255, 255, 0.738) 19%, Rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
}
.hero .top-fade {
    width: 100%;
    top: 0;
    height: 30vh;
    z-index: 2;
    float: left;
    position: absolute;
    background: linear-gradient(to bottom, WHITE 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
    opacity: .2;
}
/* number */
.hero .number {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
}
.hero .number i {
    height: 20px;
    float: left;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
}
.hero .number span {
    line-height: 22px;
    float: left;
    color: #000;
        font-size: 18px;
    font-weight: 600;
}
.hero .right-bottom-text {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 3;
}
.hero .right-bottom-text span {
    line-height: 22px;
    float: left;
    font-family: 'Cutive Mono', monospace;
    color: #000;
}
/* bounce */
.hero .arrow {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 8;
    bottom: 80px;
}
.hero .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.hero .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 20px;
}
.hero .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 768px) {
    .hero .bottom-fade {
    bottom: -75px;
    }
    .hero .number {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 30px;
    }
    .hero .number i {
        font-size: 18px;
    }
    
    .hero .number a span {
        font-size: 14px;
    }
    .hero .right-bottom-text {
        display: none;
    }
    .hero .arrow {
        display: none;
    }
}


/* ======= Heading style ======= */
.heading {
    color: #000;
    margin-bottom: 60px;
    font-size: 35px;
}
.heading span {
    display: block;
}
.contact-heading {
    color: #000;
    font-size: 20px;
}
.signature {
    width: 170px;
    height: auto;
}
.post-heading {
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
}
.post-heading span {
    display: block;
}
.heading-meta {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .post-heading {
        margin-bottom: 15px;
    }
}

.banner-top {
    margin: 0;
    background-image: url(../images/bg-img-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 110px;
    padding-top: 110px;
}
/* ======= About banner style ======= */
.about-banner-section {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about {
    padding-top: 120px;
    padding-bottom: 100px;
    margin-bottom: 60px;
    overflow: visible;
    margin-top: 0;
}
.about .background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about .bottom-fade {
    width: 100%;
    top: 30%;
    height: 70%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, WHITE 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
}
.about .wrap-text {
    transform: translate(0, 200px);
}
.about .wrap-text {
max-width: 940px;
margin: 0 auto;
padding-left: 0;
padding-right: 0;
position: relative;
text-align: center;
}
.about p {
font-size: 16px;
line-height: 1.6em;
margin: 0 0 20px;
color: #515151;
}
.about a.more {
font-style: italic;
color: #bd9b60
}
.about .wrap-text span {
letter-spacing: 5px;
text-transform: uppercase;
}

.about-inner {
    padding: 56px 0 100px 0
}
.about-icon {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
}
    .about-icon img{max-height:116px; width:auto}
    .about-icon:hover img {
        animation-name: bwp-effect-wobble-horizontal;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    }

.block-widget-wrap {
    margin: 0;
    margin: 0;
    background-image: url(../images/bg-img-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: .729166667in;
    padding-top: 70px;
}
    .block-widget-wrap p {
        font-size: 16px;
        line-height: 1.6em;
        margin: 0 0 20px;
        color: #515151;
    }
    .block-widget-wrap .intro-image.left {
        padding-top: 2.083333333in;
    }
    .block-widget-wrap .intro-image.right {
        padding-right: 1.25pc;
        padding-left: 1.25pc;
    }

    .block-widget-wrap .intro-image.right img{
        border-radius: 20% 20% 0;
    }
    .block-widget-wrap .intro-image.left img {
        border-radius: 14% 14% 14% 0;
    }

    .block-widget-wrap .intro-image:hover {
        animation-timing-function: ease-in-out;
        animation-duration: 1s;
        animation-name: animation-horizontal;
    }


@media screen and (max-width: 1080px) {
    .about {
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 200px;
    }
}
@media screen and (max-width: 640px) {
    .about {
        padding-top: 0;
        margin-bottom: 200px;
    }
    .about .background-image {
        height: 190px;
    }
    .about .bottom-fade {
        top: 150px;
        height: 350px;
        bottom: auto;
    }
    .about p strong {
        font-size: 16px;
        line-height: 26px;
    }
    .about .wrap-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.team img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team .desc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
}
.team .desc .con {
    padding: 30px;
    display: block;
    position: relative;
}
.team .desc .con .icon {
    position: absolute;
}
.team .desc .con .icon span {
    display: inline;
    padding-right: 5px;
}
.team .desc .con .icon i {
    font-size: 16px;
    color: #000;
}
.team .desc h5 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.team .desc h5 a {
    color: #000;
}
.team .desc span {
    display: block;
    color: #777;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.team .desc span a {
    color: #fff;
}
@media screen and (max-width:768px) {
    .team .desc h5 {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }
    .team .desc span {
		font-size: 12px;
		letter-spacing: 1px;
    }
}


/* ======= Services style ======= */
.services .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.services .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .item:hover .con {
    bottom: 0;
}
.services .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .mtop-60 {
    margin-top: 60px;
}
.services .item .con {
    padding: 30px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(255, 255, 255, .1) 2%, rgba(255, 255, 255, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(255, 255, 255, .01) 2%, rgba(255, 255, 255, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, .01) 2%, rgba(255, 255, 255, .75) 90%);
}
.services .item .con h6,
.services .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.services .item .con h5,
.services .item .con h5 a {
    position: relative;
    color: #000;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.services .item .con p {
    color: #000;
    font-size: 20px;
}
.services .item .con i {
    color: #fff;
    font-size: 18px;
}

.services .item .con i.ti-arrow-right,
.services .item .con i.ti-arrow-left {
    color: #000;
    font-size: 18px;
}

/* line animation */
.services .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(0,0,0,0.5);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}
.services .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* prev/next services */
.services-prev-next {
    padding: 30px 0;
    border: none;
    margin-bottom: 60px;
}
@media (max-width: 576px) {
    .services-prev-next {
        text-align: center;
    }
    .services-prev-next-left {
        margin-bottom: 10px;
    }
}
.services-prev-next a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.services-prev-next a i {
    font-size: 20px;
}
.services-prev-next a:hover {
    color: #000;
}
.services-prev-next .services-prev-next-left a i {
    margin-right: 3px;
    font-size: 9px;
}
.services-prev-next .services-prev-next-right a i {
    font-size: 9px;
    margin-left: 0;
    margin-left: 3px;
}
@media screen and (max-width: 768px) {
    .services .mtop-60 {
        margin-top: 0;
    }
}


/* ======= Pricing style ======= */
.price-box {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
	background-color: #fff;
}
.price-box .price-box-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 30px;
}
.price-box .price-box-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price-box .price-box-inner ul li {
    margin: 0;
    padding: 0;
    text-align: center
}
.price-box .price-box-inner ul li.pricing-title {
    position: relative;
    font-size: 17px;
}
.price-box .price-box-inner ul li.pricing-title .pricing-pt-title {
    color: #000;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 30px;
}
.price-box .price-box-inner ul li.pricing-prices {
        position: relative;
    padding: 0 0 30px 0;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-dolar {
    position: relative;
    bottom: 2px;
    color: #000; 
    font-size: 17px;
    line-height: 1em;
}
.price-box .price-box-inner ul li.pricing-prices .pricing-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -5px;
    font-size: 50px;
    color: #000;
}
.price-box .price-box-inner ul li.pricing-content {
    padding: 0;
    line-height: 1.75em;
    font-size: 16px;
    color: #777;
}


/* ======= FAQs style ======= */
.faqs-box {
    position: relative;
    padding: 0;
}
.faqs-box .block {
    position: relative;
    background: #f6f6f6;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 16px;
}
.faqs-box .block.active-block {
    background-color: #f6f6f6;
}
.faqs-box .block:last-child {
    margin-bottom: 0;
}
.faqs-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 60px;
    color: #000;
    transition: all 500ms ease;
}
.faqs-box .block .acc-btn .count {
    color: #000;
    padding-right: 3px;
}
.faqs-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 15px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}
.faqs-box .block .acc-btn.active {
    background-color: #f6f6f6;
    color: #000;
}
.faqs-box .block .acc-btn.active:before {
    color: "Themify";
    content: "\e622";
}
.faqs-box .block .acc-content {
    position: relative;
    display: none;
}
.faqs-box .block .content {
    position: relative;
    padding: 0px 30px 30px;
    background-color: #f6f6f6;
    color: #777;
}
.faqs-box .block .acc-content.current {
    display: block;
}
.faqs-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}


/* ======= Gallery style ======= */
.photos .photo-item {
    position: relative;
    margin-bottom: 30px;
}
.photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.photos .photo-item .photo-text-more .ti-search {
    color: #fff;
    font-size: 20px;
}
.photos .photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.photos .photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}
.photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 575.98px) {
    .photos .photo-item img {}
}
.photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
/*  add more style  */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.more-trigger {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #777;
    margin: 0 auto;
    position: relative;
}
.more-trigger:hover {
    background: transparent;
    border: 1px solid #000;
}
.more-trigger:hover .plus,
.more-trigger:hover .plus:after {
    background: #000;
}
.plus {
    width: 20px;
    height: 1px;
    background: #777;
    position: absolute;
    top: 50%;
    left: 23px;
    margin: 0 auto;
}
.plus:after {
    content: ' ';
    width: 20px;
    height: 1px;
    background-color: #777;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -sand-transform: rotate(90deg);
}
.more-wrapper.hidden {
    display: none;
}
.more-wrapper {
    margin: 30px auto;
}
/* show more animation style */
.show-more-container {
    visibility: hidden;
    display: none;
    max-height: 0px;
    opacity: 0;
    transition-duration: .5s;
    transition-timing-function: linear;
    height: 100%;
}
.show-more-container.visible {
    visibility: visible;
    display: block;
    animation: LHC .3s;
    animation-fill-mode: both;
    min-height: 100%;
}
@keyframes LHC {
    from {
        max-height: 0px;
        opacity: 0;
    }
    to {
        opacity: 1;
        margin-top: -60px;
        max-height: 100%;
    }
}
.show-more-container.animated {
    animation: HCC .5s;
    animation-fill-mode: both;
}
@keyframes HCC {
    from {
        max-height: 2050px;
        opacity: 1;
    }
    to {
        opacity: 0;
        max-height: 0px;
    }
}
/* video gallery */
.gallery {
    padding-top: 100px;
    padding-bottom: 0px;
    clear: both;
    width: 100%;
    display: block;
}
.gallery p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: all 0.1s linear;
    color: #fff;
}
.gallery i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.gallery i:hover {
    color: #777;
}
.gallery h6 {
    color: #777;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .gallery {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}


/* ======= Blog & Post style ======= */
.blog-entry {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.blog-entry .desc {
    padding: 0px;
}
@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 45px;
    }
}
.blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    transition: all 1.5s ease;
}
.blog-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog-entry .desc h3 a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}
.blog-entry .desc span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #777 !important;
}
.blog-entry .desc span small i {
    color: #777;
}
.blog-entry .desc .lead {
    font-size: 16px;
    color: #fff;
}
.blog-entry .desc .lead:hover {
    color: #fff;
}
.blog-entry:hover .blog-img img {
    transform: scale(1.1);
    transition: all 2s ease;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #777;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(255, 255, 255, 0.20);
    border: 1px solid #000;
}
.pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.pagination-wrap li a i {
    font-size: 10px;
}
@media screen and (max-width: 768px) {
    .pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}
/* post comment */
.comments-area {
    padding: 30px 0;
}
.comments-area .comments-title {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
}
.comments-area .comments-title a {
    color: #777;
    border-bottom: 1px dashed #777;
}
.comments-area .comments-title a:hover {
    color: #fff;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 140px;
    margin-left: 40px;
    color: #000;
    position: relative;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #fff;
}
ol.comment-list li.comment .comment-author .name {
    display: inline-block;
    color: #000;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #777;
}
ol.comment-list li.comment .comment-meta {
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400
}
ol.comment-list li.comment .comment-meta a {
    color: #777;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "themify";
    font-size: 16px;
    vertical-align: top;
}
ol.comment-list li.comment p {
    margin: 0 0 20px;
    color: #777;
}
ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 13px;
    color: #777;
}

ol.comment-list li.comment .reply a:hover {
	color: #000;
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 30px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -35px;
        height: 70px;
        width: 70px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 26px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
    }
    ol.comment-list li.comment .comment-body {
        padding-left: 55px;
    }
}
/* avatar feedback */
.avatar-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
}
.avatar-container > i {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f6f6f6;
    color: #ececec;
    font-size: 125px;
}
.avatar-container > i::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}
.avatar-container > .placeholder {
    position: absolute;
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    text-align: center
}
.avatar-container > .button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 50%;
}
.avatar-container > .button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #777;
    font-size: 24px;
}
.avatar-container > .button:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}
.avatar-container > .button > input[type="file"] {
    display: none
}


/* ======= Button style ======= */
a.underline-text {
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a.underline-text i {
    font-size: 10px;
}
a.underline-text:hover {
    border-bottom: 1px solid transparent;
    color: #000;
}


/* ======= Progress-wrap style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: normal;
    color: #777;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 1px rgba(130, 130, 130, 0.2);
}
.progress-wrap::after {
    color: #000;
}
.progress-wrap svg.progress-circle path {
    stroke: #000;
}


/* ======= Footer style ======= */
#footer {
    background: #6d4a33;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
#footer a {
    color: #fff;
}
#footer .background-image,
#footer .left-fade,
#footer .top-fade {
    width: 100vw;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}
#footer .left-fade {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
#footer .top-fade {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
#footer .wrap-text {
    text-align: center;
    position: relative;
}

#footer i.ti-more{
    color: #555;
    font-size: 18px;
}

#footer .mail {
    font-size: 20px;
    text-align: center;
    color: #000;
    display: inline-block;
}
#footer p {
    font-size: 10px;

    font-weight: 600;
}



#footer .mail:hover {
    text-decoration: underline;
}
#footer .phone {
    font-size: 20px;
    text-align: center;
    color: #000;
    display: inline-block;
}
#footer .phone:hover {
    text-decoration: underline;
}
#footer .logo-row {
    text-align: center;
}
#footer .logo-row img {
    max-height: 50px;
}
#footer .credits-row {
float: left;
width: 100%;
text-align: center;
margin-top:10px
}
#footer .credits-row li {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}
#footer .credits-row li:nth-child(2) {
    margin: 0 3px;
}
#footer .credits-row li a {
color: #a89385;
font-size: 14px;
font-weight: 600;
letter-spacing: .55px;
}
#footer .credits-row li a:hover {
color: #bd9b60;
}
#footer .social-ico-block {
    display: none;
}
#footer .credits-row li .dot {
color: #53341f;
font-size: 32px;
vertical-align: bottom;
}

/* footer social  */
ul.social-network {
    list-style: none;
    display: inline;
    padding: 0;
    text-align: center;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    font-size: 18px;
    color: #fff;
}
.social-network li a:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    ul.social-network {
        display: inherit;
        text-align: center;
        float: none;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1080px) {
    #footer .mail {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    .header.custom_head .nav-link {
        margin: 4px 0;
    }
    .header .nav-link {
        padding: .5rem 0 !important;
    }
    .navbar-collapse {
        border-top: 1px solid #eeeeee;
        margin-top: 10px;
    }

    .hero-section .mySwiper2 {
        height: 50vh;
        width: 100%;
    }
    .hero-section .mySwiper .swiper-slide {
        width: 28% !important;
        height: 38px;

    }
    .hero-section .mySwiper {
        bottom: 0px;

    }
    .banner-top {
        padding-bottom: 36px;
        padding-top: 50px;
    }

    .header .logo img {
        max-height: 54px;
    }
    #footer .mail {
        font-size: 18px;
    }
    #footer .phone {
        font-size: 18px;
    }
    #footer .background-image,
    footer .left-fade,
    footer .top-fade {
        width: 100vw;
    }
    #footer .social-ico-block {
        display: block;
        opacity: 1;
        visibility: visible;
        top: auto;
        bottom: 20px;
        width: 100%;
        height: 20px;
        left: 0;
        text-align: center;
        z-index: 1;
    }
    #footer .social-ico-block .social-ico {
        margin: 0 8px;
        display: inline-block;
        float: none;
    }
    .navbar > .container-fluid{padding-left:0 !important; padding-right:0 !important}
}


@keyframes bwp-effect-wobble-horizontal {
    16.65% {
        transform: translate(8px)
    }

    33.3% {
        transform: translate(-6px)
    }

    49.95% {
        transform: translate(4px)
    }

    66.6% {
        transform: translate(-2px)
    }

    83.25% {
        transform: translate(1px)
    }

    to {
        transform: translate(0)
    }
}


@keyframes animation-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.custom_page{
    min-height: 530px;
    position: relative;
    margin-top: 60px;
}

.custom_page h2 {
    font-size: 28px;
}

.custom_page h4 {
    font-size: 20px;
    margin-bottom: 4px;
}
.custom_page p {
font-size: 16px;
line-height: 1.6em;
margin: 0 0 20px;
color: #515151;
}
.custom_page ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .custom_page li {
        display: flex;
       align-items:center;
        margin-bottom: 10px;
    }
.custom_page li i {
font-size: 16px;
margin-right: 6px;
color: #bd9b60
}

.custom_page .table td {
vertical-align: middle;
}
.custom_page a {
color: #bd9b60
}

.custom_page li.cus {
display: block;
margin-bottom: 14px;
}
    .custom_page li strong{margin-right:4px}

    .alert-success {
    color: #0f5132;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 14px;
}
    .alert-error {
    color: #ef2121;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 14px;
}