@import url('https://fonts.googleapis.com/css2?family=Dancing+Script');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: "Didact Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    color: #747474;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 15px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

.title h2 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    line-height: 1.2em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
}

.title span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    background: rgb(206, 157, 29);
    background: linear-gradient( 90deg, rgba(206, 157, 29, 1) 0%, rgba(253, 240, 50, 1) 52%, rgba(206, 157, 29, 1) 100%);
    letter-spacing: 5px;
    margin-bottom: 5px;
    padding: 2px 12px;
}

.title .category {
    font-family: "Oswald", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

b {
    font-weight: 400;
    color: #000;
}

p,
li,
a,
span {}

p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.75em;
    font-weight: 400;
    font-family: "Didact Gothic", sans-serif;
    color: #000000;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a,
a:hover,
img,
.form-control,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffd700;
}

button {
    border: none;
    background: 0 0;
}

.js .animate-box {
    opacity: 0;
}

.container {
    padding-right: 60px;
    padding-left: 60px;
}

@media screen and (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.full-width {
    width: 100% !important;
}

.no-padding {
    padding: 0;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #191919;
}

.text-white {
    color: #fff;
}

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

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

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

.section-padding {
    padding-top: 60px;
    padding-bottom: 100px;
    outline: none;
}

.subtitle {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffd700;
    font-weight: 400;
    letter-spacing: 5px;
}

.textr1{
    font-size: 44px !important;
}

.textr2{
    font-size: 32px !important;
}
.no-margin {
    margin: 0;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container {
    height: 100%;
}

.bg-fixed {
    background-attachment: fixed;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #747474;
    margin-bottom: 10px;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.banner-padding {
    padding: 150px 0;
    background-position: center center;
}

.contact p b {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    color: #ffd700;
}

.project h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* contact list */

.contact h6 {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffd700;
    font-weight: 400;
    letter-spacing: 5px;
}

.contact-list {
    position: relative;
    display: block;
}

.contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-list li+li {
    margin-top: 5px;
}

.contact-list li .icon i {
    font-size: 17px;
    color: #ffd700;
}

.contact-list li .text {
    margin-left: 20px;
}

.contact-list li .text p {
    margin: 0;
    font-size: 15px;
    color: #747474;
}

.contact-list li .text p a {
    font-size: 15px;
    color: #747474;
    transition: all 500ms ease;
}

.contact-list li .text p a:hover {
    color: #ffd700;
}


/* text field */

button,
input,
optgroup,
select,
textarea {
    font-family: "Didact Gothic", 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: 18px 0px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    color: #ffd700;
    background-image: none;
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
    border-bottom-width: 2px;
    border-color: #000;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 9px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #747474;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    background-color: transparent;
    margin-top: 0px;
}

select {
    padding: 10px;
    border-radius: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    outline: none;
}


/* table */

table,
th,
tr,
td {
    border: 1px solid #747474;
}

th,
tr,
td {
    padding: 10px;
}


/* ======= Preloader style ======= */

#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 999999;
}

#loader .loading,
#loader .loading>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loader .loading {
    display: block;
    font-size: 0;
    color: #ffd700;
    width: 40px;
    height: 40px;
}

#loader .loading>div {
    display: inline-block;
    float: none;
    border: 2px solid;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: loading 0.75s linear infinite;
    -moz-animation: loading 0.75s linear infinite;
    -o-animation: loading 0.75s linear infinite;
    animation: loading 0.75s linear infinite;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ======= Scrollbar ======= */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #171717;
}

::-webkit-scrollbar-thumb:hover {
    background: #171717;
}


/* ======= Sidebar styles ======= */

#mdeez-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#mdeez-aside {
    padding: 60px 60px 0 60px;
    width: 19%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    scrollbar-width: none;
    padding-top: 18px;
}

@media screen and (max-width: 1200px) {
    #mdeez-aside {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    #mdeez-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding:35px 30px 0 30px;
    }

    .textr1{
        font-size: 30px !important;
    }
    .textr2{
        font-size: 22px !important;
    }

    .services-banner {
        padding: 0px 0 15px 0 !important;
    }

    .services-banner .icon {
        margin: 5px auto !important;
        width: 80% !important;
    }

    .main-footer {
        /* background: #000; */
        padding: 33px 0 0 !important;
    }
    

}


/* logo */

#mdeez-aside .mdeez-logo {
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
    max-width: 200px;
    margin-left: -35px;
    color: #ffd700;
    letter-spacing: 3px;
}

#mdeez-aside .mdeez-logo span {
    text-align: left;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4.95px;
    font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 768px) {
    #mdeez-aside .mdeez-logo {
        margin-bottom: 60px;
    }
}

#mdeez-aside .mdeez-logo a {
    display: inline-block;
    text-align: left;
    color: #ffd700;
}

#mdeez-aside .mdeez-logo a span {
    display: block;
    margin-top: 0px;
}


/* Menu */

#mdeez-aside .mdeez-main-menu,
#mdeez-aside .mdeez-main-menu ul,
#mdeez-aside .mdeez-main-menu ul li,
#mdeez-aside .mdeez-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mdeez-aside .mdeez-main-menu {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
    #mdeez-aside .mdeez-main-menu {
        margin-bottom: 30px;
    }
}

#mdeez-aside .mdeez-main-menu ul ul {
    display: none;
}

#mdeez-aside .mdeez-main-menu>ul>li>a {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    color: rgba(255, 255, 255, 0.85);
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#mdeez-aside .mdeez-main-menu>ul>li>a:hover,
#mdeez-aside .mdeez-main-menu>ul>li.active>a,
#mdeez-aside .mdeez-main-menu>ul>li.open>a {
    color: #ffd700;
}

#mdeez-aside .mdeez-main-menu>ul>li.open>a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    color: #ffd700;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    list-style: none;
}

#mdeez-aside .mdeez-main-menu>ul>li:last-child>a,
#mdeez-aside .mdeez-main-menu>ul>li.last>a {}

#mdeez-aside .mdeez-main-menu>ul>li>a:hover>span::after,
#mdeez-aside .mdeez-main-menu>ul>li.active>a>span::after,
#mdeez-aside .mdeez-main-menu>ul>li.open>a>span::after {
    border-color: #ffd700;
}

#mdeez-aside .mdeez-main-menu ul ul li a {
    padding: 5px 0 5px 15px;
    list-style: none;
    font-family: "Didact Gothic", sans-serif;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
}

#mdeez-aside .mdeez-main-menu ul ul li:hover>a,
#mdeez-aside .mdeez-main-menu ul ul li.open>a,
#mdeez-aside .mdeez-main-menu ul ul li.active>a {
    color: #ffd700;
}

#mdeez-aside .mdeez-main-menu ul ul ul li a {
    margin-left: 15px;
}

#mdeez-aside .mdeez-main-menu>ul>li>ul>li:last-child>a,
#mdeez-aside .mdeez-main-menu>ul>li>ul>li.last>a {
    padding-bottom: 5px;
}

#mdeez-aside .mdeez-main-menu>ul>li>ul>li.open:last-child>a,
#mdeez-aside .mdeez-main-menu>ul>li>ul>li.last.open>a {}

#mdeez-aside .mdeez-main-menu>ul>li>ul>li.open:last-child>ul>li:last-child>a {}

#mdeez-aside .mdeez-main-menu ul ul li.active>a::after,
#mdeez-aside .mdeez-main-menu ul ul li.open>a::after,
#mdeez-aside .mdeez-main-menu ul ul li>a:hover::after {}


/* footer */

#mdeez-aside .mdeez-footer {
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

#mdeez-aside .mdeez-footer p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
}

#mdeez-aside .mdeez-footer p i {
    color: #fff;
    font-style: normal;
}

#mdeez-aside .mdeez-footer a {
    color: #ffd700;
}

@media screen and (max-width: 768px) {
    #mdeez-aside .mdeez-footer {
        position: absolute;
    }
}

#mdeez-aside .mdeez-footer span {
    display: block;
}

#mdeez-aside .mdeez-footer ul {
    padding: 5px 0 0 0;
    margin: 0;
}

#mdeez-aside .mdeez-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#mdeez-aside .mdeez-footer ul li a {
    color: #fff;
    padding-right: 7px;
    font-size: 14px;
}

#mdeez-aside .mdeez-footer ul li a:hover,
#mdeez-aside .mdeez-footer ul li a:active,
#mdeez-aside .mdeez-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #ffd700;
}


/* important myoffcanvas */

body.myoffcanvas {
    overflow-x: hidden;
}

body.myoffcanvas #mdeez-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}

body.myoffcanvas #mdeez-main,
body.myoffcanvas .mdeez-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}


/* lines */

.separator {
    width: 50px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #ffd700;
    margin: 10px 0;
}


/* ======= Content styles ======= */

#mdeez-main {
    width: 81%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
    #mdeez-main {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #mdeez-main {
        width: 100%;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* ======= Navigation styles ======= */

#mdeez-main-menu {
    margin-bottom: 90px;
}

.mdeez-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.mdeez-nav-toggle.active i::before,
.mdeez-nav-toggle.active i::after {
    background: #fff;
}

.mdeez-nav-toggle.dark.active i::before,
.mdeez-nav-toggle.dark.active i::after {
    background: #171717;
}

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

.mdeez-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: -2px;
}

.mdeez-nav-toggle i::before,
.mdeez-nav-toggle i::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mdeez-nav-toggle.dark i {
    position: relative;
    color: #171717;
    background: #171717;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mdeez-nav-toggle.dark i::before,
.mdeez-nav-toggle.dark i::after {
    background: #171717;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.mdeez-nav-toggle i::before {
    top: -7px;
}

.mdeez-nav-toggle i::after {
    bottom: -7px;
}

.mdeez-nav-toggle:hover i::before {
    top: -10px;
}

.mdeez-nav-toggle:hover i::after {
    bottom: -10px;
}

.mdeez-nav-toggle.active i {
    background: transparent;
}

.mdeez-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.mdeez-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.mdeez-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: radial-gradient(rgb(248 231 48),rgb(195 146 13));
    margin: 15px 30px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    #mdeez-main-menu {
        margin-bottom: 60px;
    }
    .mdeez-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}


/* ======= Header & Slider style ======= */

.header {
    min-height: 100vh;
    overflow: hidden;
    background-color: black;
    background-image: url("../images/slider.jpeg");
    background-size: cover;
    background-position: cover;
    background-repeat: no-repeat;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption h5 {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ffd700;
}

.header .caption h1 {
    font-family: "Oswald", sans-serif;
    margin: 0;
    font-size: 56px;
    color: #fff;
    display: block;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
}

.header .caption p {
    color: #fff;
}

.header .caption.stwo h5 {
    text-transform: uppercase;
}

.header .caption.stwo h1 {
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .header {
        background-position: calc(75%) center;
        background-color: #0000008a;
        background-blend-mode: multiply;
    }
    .header .caption h1 {
        font-size: 45px;
    }
    .header .caption h5 {
        font-size: 13px;
    }
}


/* Slider */

.slider .arrow,
.slider-fade .arrow {
    display: none !important;
}

.slider .owl-item,
.slider-fade .owl-item {
    min-height: 100vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}


/* bounce */

.header .arrow {
    position: relative;
    /* top: 27vh; */
    width: 100%;
    text-align: center;
    z-index: 8;
}

.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.header .arrow i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* ======= Owl theme style ======= */

.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 0.7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ccc;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd700;
    border: 1px solid #ffd700;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* =======  About Style  ======= */

.about-img {
    width: 100%;
    height: 500px;
}

.about-img,
.about-img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.about-img .about-img-2 {
    width: 25% !important;
    height: 120px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}


/* signature */

.signature {
    -webkit-animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@media screen and (max-width: 991px) {
    .about-img .about-img-2 {
        width: 40% !important;
        height: 120px;
        position: absolute;
        bottom: 60px;
        right: 30px;
    }
}


/* =======  Awards Style  ======= */

.awards {
    background-color: #fff;
}

.awards .brand-logo {
    opacity: 1;
}


/* ======= Services style ======= */

.services .item {
    position: relative;
    overflow: hidden;
}

.item:first-child {
    margin-right: 2em;
}

.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(70%);
    -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 0.5s;
    transition: all 0.5s;
    -webkit-filter: brightness(100%);
}

.services .item .con {
    margin: -75px 40px 80px;
    padding: 10px 25px;
    background-color: #000 !important;
    border-top: none;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 5%);
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    bottom: -35px;
    position: relative;
    border: 1px solid #d2a31f;
    outline: 10px solid #000000;
}

.services .item .con .category {
    font-family: "Didact Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 5px;
}

.services .item .con .category a {
    margin-right: 5px;
    position: relative;
}

.services .item .con .category a:last-child {
    margin-right: 0;
}

.services .item .con .category a:last-child:after {
    display: none;
}

.services .item .con h5,
.services .item .con h5 a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
}

.services .item .con h5:hover,
.services .item .con h5 a:hover {
    color: #ffd700;
}

.services .item .con p {
    font-size: 15px;
}

.services .item .con i {
    color: #fff;
    font-size: 20px;
}

.services .item .con .btn {
    margin-left: 0;
    border-radius: 30px;
    border-color: #fff;
    padding: 11px 30px;
}

.services .item .con .btn:hover {
    border-color: #ffd700;
}


/* service price */

.service-price {}

.services-price-info {}

.services-price-info .title {
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffd700;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px dashed #ffd700;
    line-height: 2em;
}

.services-price-info .title .price {
    color: #ffd700;
    float: right;
}


/* services sidebar */

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #000;
    border-radius: 0px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffd700;
    padding-bottom: 15px;
}

.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.sidebar .services ul {
    position: relative;
}

.sidebar .services ul li {
    position: relative;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #ffd700;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    border-left: 2px solid var(--thm-base);
    opacity: 0;
    transition: all 0.3s ease;
}

.sidebar .services ul li:last-child {
    margin-bottom: 0;
}

.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    z-index: 1;
}

.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}

.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}

.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: -1px;
    opacity: 1;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
}

.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}


/* ======= Services banner style ======= */

.services-banner-wrap {
    background-color: #000;
    margin-bottom: 69px;
}

.services-banner {
    text-align: center;
   /* border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    padding: 30px 0 15px 0; 
}

.services-banner .icon {
    font-size: 50px;
    color: #ffd700;
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
    line-height: 65px;
}

.services-banner-wrap .cont {
    margin-top: 21px;
    margin-bottom: 90px;
}

.services-banner-wrap .cont h5 {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffd700;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.services-banner-wrap h2 {
    font-family: "Oswald", sans-serif;
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.services-banner h6 {
    font-family: "Didact Gothic", sans-serif;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}

@media (min-width: 575px) {
    .services-banner:nth-child(3n+3) {
        border-right: none;
    }
    .services-banner:nth-child(n+4) {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
    }
    .services-banner:nth-child(-n+3) {
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .services-banner:nth-child(2n+2) {
        border-right: none;
    }
    .services-banner:nth-child(n+5) {
        border-bottom: none;
        padding-bottom: 0;
    }
    .services-banner:nth-child(-n+2) {
        /* padding-top: 0; */
    }
}

.awards-logo {
    padding: 0 25px;
}


/* ======= Team style ======= */

.team-card {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.team-card:not(:first-child) {
    margin-left: 2em;
}

.team-card .title-box {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px 0;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 5%);
}

.team-card .title-box h3 {
    font-family: "Didact Gothic", sans-serif;
    font-size: 18px;
    color: #000;
}

.team-card .team-img {
    position: relative;
}

.team-card .team-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    visibility: hidden;
}

.team-card .team-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 38px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
}

.team-card .team-title {
    font-family: "Didact Gothic", sans-serif;
    font-size: 20px;
    color: #fff;
}

.team-card .team-text {
    font-size: 15px;
    color: #fff;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.team-card .title-box,
.team-card .team-content,
.team-card .team-img:before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.team-card:hover .team-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 1px;
}

.team-card:hover .title-box {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 80px;
}

.team-card:hover .team-img::before {
    height: 100%;
    visibility: visible;
}

@media (max-width: 1199px) {
    .team-card .title-box {
        left: 20px;
        right: 20px;
        padding: 25px 0;
    }
    .team-card .team-text {
        max-width: 280px;
    }
}


/* ======= Testimonial style ======= */

.testimonials {
    height: 80vh;
    background-color: black;
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials .row,
.testimonials .carousel {
    height: 100%;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-indicators button.active {
    background-color: yellow !important;
}

.carousel-indicators button {
    background-color: rgb(255, 255, 164) !important;
}

.testimonials-padding {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-say {
    height: 100%;
}

.testimonial-say .testimonial-item span {
    font-size: 40px;
    color: #ffd700;
}

.testimonial-say .testimonial-item h5 {
    color: #ffd700;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonial-say .testimonial-item h6 {
    font-size: 16px;
    color: #ffd700;
    margin-bottom: 15px;
    font-family: "Didact Gothic", sans-serif;
    font-weight: 400;
}

.testimonial-say .testimonial-item p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.testimonial-say .testimonial-item p b {
    font-size: 40px;
    color: #ffd700;
}


/* =======  Portfolio (Gallery) style  ======= */

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.gallery-box .gallery-detail h4 {
    font-size: 18px;
}

.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.gallery-box:hover .gallery-img:after {
    background: rgba(0, 0, 0, 0.5);
}

.gallery-box:hover .gallery-img>img {
    transform: scale(1.05);
}


/* ======= Pricing style ======= */

.price-list .price-box-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 40px 35px 40px;
}

.price-list {
    margin-bottom: 30px;
    background: black;
}

.price-list h3 {
    color: #fff;
    display: block;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

.price-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.price-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.price-list li:last-of-type {
    margin-bottom: 0px;
}

.price-list .border-middle {
    border: 1px dashed #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
    height: 1px;
    background-color: transparent;
    margin: 5px 20px 0 25px;
    opacity: 0.5;
}

.price-list .price,
.price-list .package {
    font-family: "Didact Gothic", sans-serif;
    color: #fff;
    margin: 0;
}


/* ======= Blog style ======= */

.blog .item {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}


/* New slider Style */

.slider_container {
    width: 100%;
    overflow: hidden;
}

.slider_container .main-card {
    display: flex;
    justify-content: space-evenly;
    width: 200%;
    transition: 1s;
}

#two:checked~.main-card {
    margin-left: -100%;
}

.slider_container .main-card .cards {
    width: calc(100% / 2 - 6px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider_container .main-card .cards .card {
    width: calc(100% / 3 - 6px);
    height: 34em;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}

.slider_container .cards .card .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider_container .cards .card .content .img {
    height: 200px;
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    margin-bottom: 14px;
}

.slider_container .card .content .img img {
    height: 100%;
    width: 100%;
    border: 3px solid #ffff;
    border-radius: 50%;
    object-fit: cover;
}

.container .button {
    width: 10em;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-left: 50%;
    transform: translate(-50%);
}

.container .button label {
    height: 15px;
    width: 15px;
    border-radius: 20px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    /* border: 1px solid #ffd700; */
    transition: all 0.5s ease;
    background-color: #ffd700;
}


/* .button label.active {
  width: 50px;
} */

#one:checked~.button .one {
    width: 50px;
}

#one:checked~.button .two {
    width: 15px;
}

#two:checked~.button .one {
    width: 15px;
}

#two:checked~.button .two {
    width: 50px;
}

.blog .container .row .latest_news_section input[type="radio"] {
    display: none;
}

@media (max-width: 768px) {
    .main-card .cards .card {
        margin: 20px 0 10px 0;
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 600px) {
    .main-card .cards .card {
        width: 100%;
    }
}


/* New slider Style */

.blog .post-img {
    position: relative;
    overflow: hidden;
}

.blog .post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.blog .post-img a {
    display: block;
}

.blog .post-img img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.blog .post-cont {
    padding: 30px;
    background-color: #fff;
}

.blog .post-cont .tag {
    font-size: 14px;
    color: #ffd700;
    margin-bottom: 15px;
}

.blog .post-cont h5 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
}

.blog .post-cont h5 a {
    color: #000;
    font-weight: 400;
}

.blog .post-cont h5 a:hover {
    color: #ffd700;
}

.blog .post-cont h4 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}

.blog .post-cont h4 a {
    color: #000;
    font-weight: 400;
}

.blog .post-cont h4 a:hover {
    color: #ffd700;
}

.blog .post-cont .info {
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
}

.blog .post-cont .info a {
    font-size: 12px;
    color: #747474;
}

.blog .post-cont .info a:last-of-type {
    float: right;
}


/* Blog Sidebar */

.blog-sidebar .widget {
    background: #000;
    padding: 40px 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
}

.blog-sidebar .widget ul li a {
    color: #fff;
}

.blog-sidebar .widget ul li a.active {
    color: #ffd700;
}

.blog-sidebar .widget ul li a:hover {
    color: #ffd700;
}

.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget ul li i {
    font-size: 8px;
    margin-right: 10px;
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}

.blog-sidebar .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar .widget-title h6 {
    font-size: 24px;
    background-color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffd700;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f7f7f7;
    margin-bottom: 0px;
}

.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 2px;
    background-color: transparent;
    color: #747474;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.blog-sidebar .tags li {
    margin: 2px !important;
    padding: 5px 10px;
    background-color: #ffd700;
    color: #fff !important;
    float: left;
}

.blog-sidebar ul.tags li a {
    font-size: 13px !important;
    color: #fff;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    background-color: #000;
    color: #fff;
}


/* pagination */

.blog-pagination-wrap {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.blog-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.blog-pagination-wrap li a {
    background: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.blog-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #ffd700;
    border: 1px solid #ffd700;
    color: #fff;
}

.blog-pagination-wrap li a.active {
    background-color: #ffd700;
    border: 1px solid #ffd700;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .blog-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */

.post h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post h4 {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.post .category {
    font-family: "Didact Gothic", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 5px;
}

.comments-area {
    padding: 20px 0;
}

.comments-area .comments-title {
    font-size: 21px;
    font-family: "Oswald", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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 40px 20px 80px;
    margin-left: 40px;
    color: #fff;
    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: 100px;
    height: 100px;
    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-family: "Didact Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0px;
}

ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #fff;
    font-weight: 400;
}

ol.comment-list li.comment .comment-meta {
    margin-bottom: 5px;
    font-family: "Didact Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 5px;
    color: #747474;
}

ol.comment-list li.comment .comment-meta a {
    color: #000;
}

ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "FontAwesome";
    font-size: 17px;
    vertical-align: top;
}

ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 13px;
    color: #fff;
}

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;
    }
}


/* Form */

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-family: "Didact Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #fed700;
    background-color: transparent;
}

#message {
    background-color: transparent;
}


/* =======  Button Style  ======= */

.btn {
    padding: 10px 27px;
    cursor: pointer;
    text-transform: uppercase;
    background: #fed700;
    -webkit-appearance: none;
    position: relative;
    letter-spacing: 3px;
    color: #000;
    font-family: "Didact Gothic", sans-serif;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    border-radius: 0;
}

.btn:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
}

.btn:before,
.btn i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    padding-right: 55px;
    color: rgb(0, 0, 0);
}

.btn:hover:before {
    width: 15px;
    background: black;
}

.fl-btn {
    float: left;
    margin-top: 15px;
    background: rgb(206, 157, 29);
    background: linear-gradient( 90deg, rgba(206, 157, 29, 1) 0%, rgba(253, 240, 50, 1) 52%, rgba(206, 157, 29, 1) 100%);
}


/* underline button */

a.underline-text {
    color: #000000;
    font-size: 15px;
    border-bottom: 1px solid #f5d8e0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    /* background: #ffdd23; */
    border: 1px solid black;
    padding: 8px 13px;
}

a.underline-text:hover {
    /* border-bottom: 1px solid transparent;
   */
    color: #fed700;
    border-color: #fed700;
}


/* ul list */

.ullist li {
    margin-bottom: 10px;
    line-height: 1.5em;
    margin-left: 15px;
}

.ullist li:before {
    content: "\e724";
    font-family: "themify";
    font-size: 10px;
    font-weight: bold;
    position: relative;
    padding: 0 7px 0 2px;
    color: #ffd700;
}


/* blockquote */

blockquote {
    font-size: 20px;
    padding: 50px 60px 50px 60px;
    font-weight: 700;
    display: block;
    position: relative;
    background-color: #000;
    overflow: hidden;
    margin: 35px 0;
    color: #fff;
}

blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 550px;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote:before {
    content: "\e606";
    font-family: "Themify";
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 7rem;
    font-weight: 300;
    opacity: 0.1;
    line-height: 1;
    color: #fff;
}

blockquote p {
    margin-bottom: 0;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 15px;
    position: relative;
    padding-left: 45px;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: #999;
    font-weight: 400;
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 30px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
}


/* ======= Line styles ======= */

.line-hr-primary {
    width: 70px;
    border-top: 1px solid #ffd700 !important;
}

.line-hr-secondary {
    width: 70px;
    border-top: 1px solid #ffd700 !important;
}

.line-vr-section {
    position: relative;
    margin: -35px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #ffd700;
    width: 2px;
    height: 70px;
    z-index: 10;
}


/* ======= Footer style ======= */

.main-footer {
    background: #000;
    padding: 120px 0 0;
}

.main-footer img {
    padding: 0;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.main-footer h6 {
    font-size: 15px;
    color: #ffd700;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
}

.main-footer p {
    color: #fff;
}


/* social */

.main-footer .social-icon {
    margin-bottom: 0px;
}

.main-footer .social-icon a {
    font-size: 15px;
    background: transparent;
    color: #ffd700;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-footer .social-icon a:hover {
    color: #fff;
}


/* footer list */

.main-footer .footer-list {
    position: relative;
    display: block;
}

.main-footer .footer-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-footer .footer-list li+li {
    margin-top: 5px;
}

.main-footer .footer-list li .icon i {
    font-size: 15px;
    color: #ffd700;
}

.footer-list li .text {
    margin-left: 20px;
}

.footer-list li .text p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.footer-list li .text p a {
    font-size: 15px;
    color: #fff;
    transition: all 500ms ease;
}

.footer-list li .text p a:hover {
    color: #ffd700;
}


/* footer table */

.footer-table table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
}

.footer-table td,
.footer-table th {
    border: 1px solid #000;
    padding: 4px;
}

.footer-table td {
    padding: 4px 0;
}

.footer-table tr:first-child td {
    padding-top: 0;
}

.footer-table tr:last-child td {
    padding-bottom: 0;
}


/* sub footer */

.main-footer .sub-footer {
    padding: 30px 0 10px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer .sub-footer p a,
.main-footer .sub-footer p {
    color: #999;
    margin-top: 5px;
    font-size: 13px;
}

.main-footer .sub-footer p a:hover {
    color: #ffd700;
}

.main-footer .sub-footer p.right {
    text-align: right;
}

@media (max-width: 991px) {
    .main-footer .sub-footer p.right {
        text-align: left;
    }
}


/* ======= toTop Button style ======= */

.progress-wrap {
position: fixed;
    bottom: 57px;
    left: calc(18% - 12px);
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgb(0 0 0 / 5%);
    box-shadow: inset 0 0 0 2px rgb(0 0 0 / 5%);
    z-index: 10000;
    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: "↑";
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    color: #747474;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    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: #ffd700;
    stroke-width: 4;
    -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 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.progress-wrap::after {
    color: #ffd700;
}

.progress-wrap svg.progress-circle path {
    stroke: #ffd700;
}


/* ======= Overlay Effect Bg image ======= */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #000;
}

[data-overlay-light]:before {
    background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}



* {
    box-sizing: border-box;
  }
  
  :root {
    --gold: #ffb338;
    --light-shadow: #77571d;
    --dark-shadow: #3e2904;
  }
  .mywrapper {
    background: radial-gradient(#272727, #1b1b1b);
    display: grid;
    grid-template-areas: 'overlap';
    place-content: center;
    text-transform: uppercase;
    height: 100vh;
  }
  .mywrapper > div {
    background-clip: text;  
    -webkit-background-clip: text;
    color: #363833;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: clamp( 3em, 18vw, 15rem);
    grid-area: overlap;
    letter-spacing: 1px;
    -webkit-text-stroke: 4px transparent;
  }
  div.bg {
    background-image: repeating-linear-gradient( 105deg, 
      var(--gold) 0% , 
      var(--dark-shadow) 5%,
      var(--gold) 12%);
    color: transparent;
    filter: drop-shadow(5px 15px 15px black);
    transform: scaleY(1.05);
    transform-origin: top;
  }
  div.fg{
    background-image: repeating-linear-gradient( 5deg,  
      var(--gold) 0% , 
      var(--light-shadow) 23%, 
      var(--gold) 31%);
    color: #1e2127;
    transform: scale(1);
  }



  

  .tanya-quote {
    /* width: 80vw; */
    /* background: black; */
    padding: 20px 8px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
 .article, .article h1, .article p {
    line-height: 1.8;
    font-family: 'Dancing Script', cursive;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
  }
 .glowIn {
    color: white;
    display: none;
  }
.glowIn span {
    animation: glow-in 0.5s both;
  }
  
  @keyframes glow-in {
    from {
      opacity: 0;
    }
    65% {
      opacity: 1;
      text-shadow: 0 0 20px white;
    }
    75% {
      opacity: 1;
    }
    to {
      opacity: 0.7;
    }
  }
  

  .gold-shine {
    text-transform: uppercase;
    line-height:1;
    text-align: center;
    background: linear-gradient(90deg, rgba(186,148,62,1) 0%, rgba(236,172,32,1) 20%, rgba(186,148,62,1) 39%, rgba(249,244,180,1) 50%, rgba(186,148,62,1) 60%, rgba(236,172,32,1) 80%, rgba(186,148,62,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
    animation: shine 3s infinite;
    background-size: 200%;
    background-position: left;
  
  }
  @keyframes shine {
    to{background-position: right}
   
  }


  #photos {
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
  }
  
  #photos img {
    width: 100%;
    height: auto !important;
    margin-bottom: 10px;
  }
  
  @media (max-width: 1200px) {
    #photos {
      column-count: 3;
    }
  }
  
  @media (max-width: 980px) {
    #photos {
      column-count: 2;
    }
  }
  
  @media (max-width: 640px) {
    #photos {
      column-count: 1;
    }
  }