@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
body,
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
button, input, optgroup, select, textarea {
    font-family: 'Montserrat', sans-serif;
}
.stdrey-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.stdrey-section-gradien {
    background: rgb(255,251,243);
    background: -moz-linear-gradient(129deg, rgba(255,251,243,1) 0%, rgba(240,229,227,1) 56%, rgba(165,192,219,1) 95%);
    background: -webkit-linear-gradient(129deg, rgba(255,251,243,1) 0%, rgba(240,229,227,1) 56%, rgba(165,192,219,1) 95%);
    background: linear-gradient(129deg, rgba(255,251,243,1) 0%, rgba(240,229,227,1) 56%, rgba(165,192,219,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbf3",endColorstr="#a5c0db",GradientType=1);
}

@media screen and (min-width: 1200px) {
    .stdrey-container {
        max-width: 1024px;
    }
}
.main-content {
    background-color: #F4F4F4;
}
/* Navbar */
.stdrey-navbar {
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.stdrey-navbar.scroll {
    background-color: #000;
}
.stdrey-toggler {
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
}
.stdrey-toggler:focus {
    outline: none;
}
.stdrey-bars {
    background: url(../images/menu.svg) no-repeat center center;
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    background-size: cover;
}
.stdrey-close {
    background: url(../images/close.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}
.stdrey-navbar .navbar-collapse {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.stdrey-wrappermenu {
    background-color: #000;
    padding: 20px 35px;
    width: 50%;
    height: 100%;
    margin-left: auto;
}
.stdrey-menuclose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}
.stdrey-menuclose .txt {
    margin-right: 20px;
}
.stdrey-navbar .navbar-collapse.collapsing {
    right: -100%;
    transition: height 0s ease;
}
.stdrey-navbar .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
}
.stdrey-navbar .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
}
.stdrey-navbar .navbar-nav {
    margin-top: 65px;
}
.stdrey-navbar .navbar-nav a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.stdrey-navbar .navbar-nav a.active,
.stdrey-navbar .current-menu-item a {
    font-weight: 500;
}
.stdrey-navbar .navbar-nav .nav-item {
    margin-bottom: 7px;
}
.stdrey-navbar .navbar-nav .nav-item.end {
    margin-top: 25px;
    background-color: #F0A310;
    padding: 0 10px;
    border-radius: 7px;
    text-align: center;
    width: 235px;
}
.stdrey-navbar .navbar-nav .nav-item.end a {
    font-weight: 500;
}
@media screen and (min-width: 1200px) {
    .stdrey-wrappermenu {
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
    .stdrey-wrappermenu {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .stdrey-navbar .navbar-brand {
        margin-right: 0;
    }
    .stdrey-navbar .navbar-brand img {
        width: 150px;
    }
}
/* Footer */
.stdrey-footer {
    background-color: #000;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding: 40px 0;
}
.stdrey-btn-footer, .stdrey-btn-footer:hover, .stdrey-btn-footer:focus,
.stdrey-btn-footer:not(:disabled):not(.disabled):active:active {
    width: 126px;
    height: 30px;
    border-color: #fff;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    border-radius: 3px;
    outline: none;
    display: block;
    margin-top: 10px;
}
.stdrey-btn-footer i {
    margin-left: 5px;
}
.stdrey-footer .copyright {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.stdrey-footer .socialmedia a {
    width: 26px;
    height: 26px;
    margin-left: 15px;
}
.stdrey-footer .socialmedia a:hover {
    text-decoration: none;
}
.wa-btn {
    position: fixed;
    right: 3%;
    bottom: 170px;
    text-align: center;
    z-index: 1;
    background: #3FC250;
    border-radius: 50%;
}
.business-btn {
    position: fixed;
    right: 3%;
    bottom: 100px;
    text-align: center;
    z-index: 1;
}
.scrollTop {
    position: fixed;
    right: 3%;
    bottom: 30px;
    opacity: 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .stdrey-footer {
        text-align: center;
    }
    .stdrey-btn-footer {
        margin: 10px auto 20px;
    }
    .stdrey-footer .socialmedia a:first-child {
        margin-left: 0;
    }
}


/* Home */
.stdrey-home {
    background-color: #000;
}
.stdrey-home .stdrey-list {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0;
    box-shadow: 0px 0px 26px 6px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px 0px 26px 6px rgba(0,0,0,1) inset;
    -moz-box-shadow: 0px 0px 26px 6px rgba(0,0,0,1) inset;
}
.stdrey-home .stdrey-menu {
    height: 100vh;
    margin: 0;
    overflow: hidden;
}
.stdrey-home .stdrey-list a {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    color: #fff;
}
.stdrey-home .stdrey-list:hover a {
    text-decoration: none;
}
.stdrey-home .stdrey-list img {
    transition: 0.5s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    filter: grayscale(100%);
}
.stdrey-home .stdrey-list:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
    box-shadow: 0px 0px 26px 6px rgba(0,0,0,1) inset;
    -webkit-box-shadow: 0px 0px 26px 6px rgba(0,0,0,1) inset;
    -moz-box-shadow: 0px 0px 26px 6px rgba(0,0,0,1) inset;
}
.stdrey-home .title {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    z-index: 1;
    max-width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 115px;
    vertical-align: top;
    min-height: 200px;
}
.stdrey-home .small-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.stdrey-home footer {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 36px 30px;
}
.stdrey-home footer img {
    position: absolute;
    bottom: 0;
}
.stdrey-home footer .copyright {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .stdrey-home .title {
        font-size: 28px;
        line-height: 28px;
    }
    .stdrey-home .small-text {
        font-size: 12px;
        line-height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .stdrey-home .stdrey-list {
        height: auto;
        margin-left: 35px;
    }
    .stdrey-home .title {
        margin-bottom: 0;
        vertical-align: bottom;
        min-height: 100px;
        font-size: 30px;
        line-height: 30px;
    }
    .stdrey-home .small-text {
        font-size: 12px;
        line-height: 18px;
    }
    .stdrey-home .stdrey-list img {
        filter: grayscale(0%);
    }
    .stdrey-home .stdrey-menu {
        width: 100%;
    }
    .stdrey-home footer img {
        display: none;
    }
    .stdrey-home footer {
        position: absolute;
        left: 0;
        bottom: unset;
        width: 100vh;
        background: #000;
        padding: 5px 20px;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .stdrey-home aside {
        position: relative;
    }
}

/* Banner */
.stdrey-banner {
    position: relative;
}
.banner-item img {
    display: block;
    width: 100%;
}
.banner-description {
    position: absolute;
    bottom: 10vh;
    color: #fff;
    width: 100%;
}
.banner-description h3 {
    font-size: 40px;
    font-weight: 500;
    max-width: 100%;
}
.banner-description p {
    font-size: 18px;
    font-weight: 300;
    max-width: 850px;
    text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-description {
        bottom: 5vh;
    }
    .banner-description h3 {
        font-size: 28px;
    }
    .banner-description p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .banner-description {
        bottom: 20px;
    }
    .banner-description h3 {
        font-size: 20px;
    }
    .banner-description p {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .stdrey-banner {
        height: 300px;
    }
    .banner-item img {
        height: 300px;
        object-fit: cover;
    }
}

/* Service */
.service-section {
    margin-top: 90px;
}
.section-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 24px;
}
.stdrey-service-filmtv .row,
.stdrey-service-music .row {
    justify-content: center;
    align-items: center;
}
.service-list {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 7px 15px;
    padding: 10px 20px;
    border-radius: 7px;
}
.icon-service {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-service {
    font-size: 18px;
    margin-left: 20px;
}
.service-description {
    margin-top: 60px;
    font-weight: 200;
    font-size: 30px;
}
.service-btn {
    margin: 45px auto 90px;
    text-align: center;
}
.stdrey-btn, .stdrey-btn:hover, .stdrey-btn:focus, .stdrey-btn:not(:disabled):not(.disabled):active:active {
    width: 200px;
    height: 42px;
    border-color: #000;
    background-color: #000;
    font-size: 15px;
    line-height: 30px;
}
.stdrey-service-music .service-description {
    margin-bottom: 90px;
}
@media screen and (max-width: 577px) {
    .stdrey-service-filmtv .service-list,
    .stdrey-service-music .service-list {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .service-description {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .stdrey-service-music .service-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stdrey-service-filmtv .row,
    .stdrey-service-music .row {
        margin-left: 0;
        margin-right: 0;
    }
    .text-service {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .stdrey-service-music .text-service {
        font-size: 14px;
    }
}
@media screen and (min-width: 1024px) {
    .stdrey-service-filmtv .service-list {
        -ms-flex: 0 0 31.333%;
        flex: 0 0 31.333%;
        max-width: 31.333%;
    }
    .stdrey-service-music .service-list {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
}

/* Credits */
.stdrey-section-gradien .section-title {
    padding-top: 90px;
}
.credit-item {
    border-radius: 7px;
    padding: 0;
    margin: 0 5px 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.section-credits {
    padding-bottom: 90px;
}
.credit-item img {
    width: 100%;
}
.credits-row {
    margin: 0;
}
.credit-title {
    display: none;
    font-weight: 500;
    font-size: 14px;
}
.credit-item:hover .credit-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
	padding: 0 5px;
}
.section-credits .owl-nav {
    position: absolute;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.section-credits .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-credits .owl-nav button:focus {
    outline: none;
}
.section-credits .owl-nav .owl-prev {
    left: -55px;
}
.section-credits .owl-nav .owl-next {
    right: -30px;
}
@media screen and (min-width: 768px) {
    .credit-item {
        -ms-flex: 0 0 18.5%;
        flex: 0 0 18.5%;
        max-width: 18.5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .section-credits .owl-nav .owl-prev {
        left: -10px;
    }
    .section-credits .owl-nav .owl-next {
        right: -10px;
    }
}
@media screen and (max-width: 767px) {
    .credit-item {
        padding: 0 5px;
        margin: 0 0 10px;
    }
    .section-credits .owl-nav .owl-prev {
        left: 0;
    }
    .section-credits .owl-nav .owl-next {
        right: 0;
    }
}

/* Brands */
.brands-section {
    padding: 90px 0;
}
.brand-item {
    max-width: 100%;
}
.brands-list .brand-item {
	width: 100%;
    height: 114px;
}
.brands-list .brand-item img {
	object-fit: contain;
}
.brands-list, .testimonial-list {
    max-width: 960px;
    margin: 30px auto 0;
}
.brand-item img {
    width: 100%;
}
.brands-section .owl-nav {
    position: absolute;
    top: 33%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.brands-section .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #000 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-section .owl-nav button:focus {
    outline: none;
}
.brands-section .owl-nav .owl-prev {
    left: -55px;
}
.brands-section .owl-nav .owl-next {
    right: -55px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .brands-section .owl-nav .owl-prev {
        left: -10px;
    }
    .brands-section .owl-nav .owl-next {
        right: -10px;
    }
}
@media screen and (max-width: 767px) {
    .brands-section .owl-nav .owl-prev {
        left: 0;
    }
    .brands-section .owl-nav .owl-next {
        right: 0;
    }
}

/* Audio */
.section-audio {
    padding: 0 15px 90px;
}
.section-audio .list-restore {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 20px;
}
.section-audio .head-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.section-audio .head-description {
    font-size: 16px;
    font-weight: 300;
}
.section-audio .head-description ul {
    padding-left: 15px;
}
.stdrey-audio-restore-section {
    padding: 90px 0;
}
.audio-restore-row {
    margin-bottom: 10px;
}
.stdrey-line span {
    border-top: 2px solid #898989;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 960px;
}
.audio-restore-item .section-title {
    display: none;
}
.stdrey-audiobook {
    padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
    .audio-restore-row {
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 0.5px solid #898989;
    }
    .audio-restore-row:last-child {
        border-bottom: none;
    }
    .stdrey-before-after {
        display: none;
    }
    .audio-restore-item .section-title {
        display: block;
    }
}

/* Contact */
.stdrey-contact {
    margin-top: 0;
    margin-bottom: 90px;
    padding-top: 90px;
}
.stdrey-form {
    margin-top: 60px;
    padding-bottom: 90px;
}
.stdrey-form .row {
    margin-bottom: 20px;
}
.stdrey-form label {
    font-size: 15px;
    font-weight: 500;
}
.stdrey-form .form-check-label {
    font-size: 14px;
    font-weight: 400;
}
.stdrey-form label.required::after {
    content: '*';
    color: #E50101;
    margin-left: 5px;
}
.form-control {
    border: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}
.stdrey-form .form-text {
    font-size: 14px;
    font-weight: 400;
}
.stdrey-form button {
    margin-top: 30px;
}
.testimonial {
    font-weight: 300;
    font-size: 14px;
    min-height: 200px;
    border: none;
}
.testimonial-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.testimonial-job {
    font-size: 13px;
    font-style: italic;
}
.testimonial .card-footer {
    background-color: #fff;
    border-top: none;
}
/* Custom form field */
.stdrey-contact-field .wpcf7-list-item {
    margin: 0;
}
.stdrey-contact-field .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
.stdrey-contact-field .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.stdrey-contact-field .wpcf7-form-control:not(.btn) {
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .stdrey-contact-field .wpcf7-list-item {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .stdrey-contact-field .wpcf7-list-item {
        width: 50%;
    }
    .stdrey-contact-field .im-business .wpcf7-list-item {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .stdrey-contact-field .im-business .wpcf7-list-item {
        width: 100%;
    }
    .stdrey-contact-field .wpcf7-list-item {
        width: 35%;
    }
}

/* Gallery */
.media-wrap {
    margin-top: 100px;
    margin-bottom: 90px;
}
.figure-gallery img {
    width: 100%;
}
.figure-sizer,
.figure-gallery {
    width: 25%;
}
.figure-gallery {
    padding: 10px;
    margin: 0;
}
.figure-gallery.width2 {
    width: 50%;
}
.figure-gallery img {
    border-radius: 7px;
}
.stdrey-gallery.grid.are-images-unloaded {
    opacity: 0;
}
.stdrey-gallery.are-images-unloaded .image-grid__item {
    opacity: 0;
}
.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    margin-top: 30px;
    border-top: 0.5px solid #898989;
    text-align: center;
    color: #000;
}
#circularG{
	position: relative;
	width: 50px;
	height: 50px;
    margin: 0 auto;
}
.circularG{
	position: absolute;
	background-color:#000000;
	width: 11px;
	height: 11px;
	border-radius: 8px;
	animation-name: bounce_circularG;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}
#circularG_1{
	left: 0;
    top: 20px;
	animation-delay: 0.45s;
}
#circularG_2{
	left: 5px;
	top: 5px;
	animation-delay: 0.6s;
}
#circularG_3{
	top: 0;
	left: 20px;
	animation-delay: 0.75s;
}
#circularG_4{
	right: 5px;
	top: 5px;
	animation-delay: 0.9s;
}
#circularG_5{
	right: 0;
	top: 20px;
	animation-delay: 1.05s;
}
#circularG_6{
	right: 5px;
	bottom: 5px;
	animation-delay: 1.2s;
}
#circularG_7{
	left: 20px;
	bottom: 0;
    animation-delay: 1.35s;
}
#circularG_8{
	left: 5px;
	bottom: 5px;
	animation-delay: 1.5s;
}
@keyframes bounce_circularG{
	0%{
		transform: scale(1)
	}
	100%{
		transform: scale(.3)
	}
}
@media screen and (max-width: 767px) {
    .figure-sizer,
    .figure-gallery {
        width: 50%;
    }
}