
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;1,500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&display=swap');

*{margin: 0; padding: 0; box-sizing: border-box;}
body{margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}
a:hover{text-decoration: none;}
ul{margin: 0; padding: 0;}
li{list-style: none;}

/* Page Title */
.page-title{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 35px 0px; background: #f7f7f7;
}
.page-title .page-title-text h1{
    text-align: center; 
}

.main-content {
    margin-top: 80px;
}
.path-to--node-1 .main-content,
.path-to--node-7 .main-content,
.path-to--node-12 .main-content,
.path-to--node-18 .main-content,
.path-to--node-20 .main-content{
    margin-top: 0px;
}


/* main-header */

.menu-btn{display: none;}
.main-logo img{width: 100%;}
header.main-header {
    background-color: rgba(255,255,255,0.65);
    padding: 11px 0;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}
.main-header .row {
    align-items: center;
}
nav.main-menu ul {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
nav.main-menu li {
    margin: 0 15px;
}
nav.main-menu li a {
    text-decoration: none;
    font-size: 16px;
    color: #7b0d0d;
}
nav.main-menu li a:hover{color: #000;}

nav.main-menu li.menu-item:nth-last-child(1) {
    margin-right: 0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.3s;
    width: max-content;
}
nav.main-menu li.menu-item:nth-last-child(1) a{font-size: 14px;
    color: #000;
    font-weight: 500;
}

nav.main-menu li.menu-item:nth-last-child(1):hover{
    background: #7b0d0d; transition: 0.3s;
    color: #fff;
}
nav.main-menu li.menu-item:nth-last-child(1):hover a{color: #fff;}

/* main-slider */

.main-slider {
    background-image: url(../images/Picture2-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15% 0 9%;
    background-attachment: fixed;
    background-position: center center;
}
.slider-text h1 {
    font-family: "Noto Serif", Sans-serif;
    font-size: 4em;
    margin-bottom: 15px;
    font-weight: 100;
    color: #292d3d;
}

.slider-text {
    max-width: 660px;
}
.slider-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 530px;
    margin-bottom: 50px;
}

.slider-text > p {
    display: none;
}
.slider-text a.all-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-right: 7px;
}
.all-btn {
    background: #7b0d0d;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    width: max-content; font-weight: 500;
}
.all-btn:hover {
    transition: 0.3s; color: #fff;
    background: #a50f0f;
}

/* royal-mission */

.royal-mission {
    padding: 60px 0 80px; background: #f7f7f7;
}
.royal-mission-text {
    text-align: center;
}
.royal-mission-text span {
    color: #7B0D0D;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
}
.royal-mission-text h2 {
    font-family: "Noto Serif", Sans-serif;
    font-weight: 100;
    font-size: 1.5625rem;
    color: #292d3d;
    margin-bottom: 25px;
}
.royal-mission-text p {
    color: #3c4050;
    font-size: 16px;
    margin: 0 auto 30px;
}
.royal-mission-text a {
    margin: auto;
}

/* block-slider */

.block-slider {
    padding: 100px 0 80px;
    background-image: url(../images/Picture2-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.block-slider-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.block-slider-text {
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #02010100;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 20px;
    border-radius: 5px; height: 100%;
    background-color: #EEE9E3;
}
.block-slider-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
.block-slider-text h3 {
    font-size: 1.25rem;
    font-family: 'Noto Serif',serif;
    color: #000;
    margin-bottom: 25px;
}
.block-slider-text p {
    font-size: 18px;
    color: #000;
}
.block-slider-btn {
    text-align: center;
    padding-top: 60px;
}
.block-slider-btn span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.block-slider-btn a.all-btn {
    margin: 0 auto 30px;
    background: #fff;
    color: #7b0d0d;
    font-weight: 500;
}
.block-slider-btn a.all-btn:hover{
    background: #7b0d0d;
    color: #fff;
}

/* testimonial */

.testimonial {
    padding: 80px 0;
    text-align: center;
}
.testimonial-text h3 {
    color: #7b0d0d;
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    margin: 0 auto 20px;
}
.testimonial-text h3:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.testimonial-text span {
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    color: #7a7a7a;
}
.testimonial-text svg {
    fill: #e7deda;
    width: 30px;
    height: 30px;
}
.testimonial-text:nth-last-child(1){
    display: flex;
    align-items: flex-end;
    justify-content: center;
}



/* footer */

footer.main-footer {
    border-top: 1px solid #e7e7e7;
    padding: 30px 0;
}
.footer-text p {
    font-size: 16px;
    color: #3c4050;
    margin-bottom: 0;
}
.footer-text a {
    color: #7b0d0d;
    text-decoration: none;
    text-align: center;
    display: block;
}
.footer-text a:hover {
    color: #000;
}
.footer-text:nth-last-child(1) p {
    text-align: end;
}

/*Contact Page*/
.contact-page{
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact-form .field--name-field-add-contact-form {
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 70px 40px 40px 40px;
    background: #fff;
    border-radius: 15px 15px 15px 15px;
}
.contact-form label {font-size: 16px;color: #3c4050;display: block;width: 100%;}
.contact-form .form-text,
.contact-form .form-tel,
.contact-form .form-textarea,
.contact-form .form-email {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 13px 10px;
    font-size: 16px;
    color: #000;
}
.contact-form {
    margin-bottom: 40px;    margin-bottom: 40px;
    position: relative;
}
.contact-form span.form-heading {
    color: #54595f;
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    padding-left: 40px;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: -20px;
}
.contact-form input.form-submit {
    width: max-content;
    background: #7b0d0d;
    color: #fff;
    border-radius: 33px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    text-transform: uppercase;
    border: none;
}

.contact-form input.form-submit:hover {
    background: #a50f0f;
    transition: 0.3s;
}
.map-details .details strong {
    font-size: 1.25rem;
    font-family: 'Noto Serif',serif;
    color: #f7f7f7;
    font-weight: normal;
}
.map-details .details {
    margin-top: 50px;
}
.map-details .details .field.field__item {
    color: #D1D3D4;
    margin-bottom: 20px;
}
.map-details iframe {
    height: 300px;
    width: 100%;
}

.map-details {
    padding-left: 50px; padding-top: 80px;
}
.path-to--node-6 .page-title .page-title-text h1 {
    padding-bottom: 70px; padding-top: 0;
}


.investor-form > .field.field--name-field-form{
    background-color: #fff;
    box-shadow: 0px 10px 50px -10px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    margin-bottom: 0px; border-radius: 15px;
    padding: 65px 40px 40px 40px; max-width: 450px; margin: auto;
}
.investor-page {
    background: radial-gradient(black, transparent);
    background-repeat: no-repeat;
    padding: 200px 0 80px;
    background-size: cover; background-image: url(../images/andrew-liu.jpg);
    background-position: center;
    background-attachment: fixed; height: 100vh;
}
.investor-page  label {
    font-size: 16px;
    display: inline-block;
    color: #3c4050;
}
.investor-page button,
.investor-page input,
.investor-page optgroup,
.investor-page select,
.investor-page textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    padding: 0.75em;
    border: 1px solid #dddddd;
}
.investor-page input#edit-submit {
    width: max-content;
    background: #7b0d0d;
    color: #fff;
    border-radius: 33px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;transition: 0.3s;
    text-transform: uppercase;
}
.investor-page input#edit-submit:hover {background: #a50f0f; transition: 0.3s;}

.investor-heading .field.field--name-field-page-heading.field--type-string-long{
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif',serif;
    font-size: 3.125rem;
    line-height: normal;
}
.investor-heading {
    text-align: center;
}
.investor-heading p {font-size: 16px;color: #fff;margin-top: 15px;}

.investor-form h4.elementor-heading-title.elementor-size-default {
    position: absolute;
    left: 90px;
    top: 40px;
    color: #54595f;
    font-size: 1.25rem;
    font-family: 'Noto Serif',serif;
}
.investor-form {
    position: relative;
}

/* Company Page */

.our-values-sec {
    background-color: #1A1919;
    background-image: url(../images/royal-bhejane-value.jpg);
    background-position: center;
    background-size: cover; background-repeat: no-repeat;
    padding: 70px 0px;
}

/* main-slider */

.main-slider {
    background-image: url(../images/Picture2-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15% 0 9%;
    background-attachment: fixed;
    background-position: center center;
}
.slider-text h1 {
    font-family: "Noto Serif", Sans-serif;
    font-size: 4em;
    margin-bottom: 15px;
    font-weight: 100;
    color: #292d3d;
}

.slider-text {
    max-width: 660px;
}
.slider-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    max-width: 530px;
    margin-bottom: 50px;
}
.slider-text a.all-btn svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-right: 7px;
}
.all-btn {
    background: #7b0d0d;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    width: max-content; font-weight: 500;
}
.all-btn:hover {
    transition: 0.3s; color: #fff;
    background: #a50f0f;
}

/* royal-mission */

.royal-mission {
    padding: 60px 0 80px; background: #f7f7f7;
}
.royal-mission-text {
    text-align: center;
}
.royal-mission-text span {
    color: #7B0D0D;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
}
.royal-mission-text h2 {
    font-family: "Noto Serif", Sans-serif;
    font-weight: 100;
    font-size: 1.5625rem;
    color: #292d3d;
    margin-bottom: 25px;
}
.royal-mission-text p {
    color: #3c4050;
    font-size: 16px;
    margin: 0 auto 30px;
}
.royal-mission-text a {
    margin: auto;
}

/* block-slider */

.block-slider {
    padding: 100px 0 80px;
    background-image: url(../images/Picture2-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.block-slider-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}
.block-slider-text {
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #02010100;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 20px;
    border-radius: 5px; height: 100%;
    background-color: #EEE9E3;
}
.block-slider-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
.block-slider-text h3 {
    font-size: 1.25rem;
    font-family: 'Noto Serif',serif;
    color: #000;
    margin-bottom: 25px;
}
.block-slider-text p {
    font-size: 18px;
    color: #000;
}
.block-slider-btn {
    text-align: center;
    padding-top: 60px;
}
.block-slider-btn span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.block-slider-btn a.all-btn {
    margin: 0 auto 30px;
    background: #fff;
    color: #7b0d0d;
    font-weight: 500;
}
.block-slider-btn a.all-btn:hover{
    background: #7b0d0d;
    color: #fff;
}

.our-values-sec-left p {
    color: #B2B2B2;
    font-size: 16px;
}
.our-vision-sec-left img {
    width: 100%;
}
.our-vision-sec {
    background: #1A1919;
    padding: 60px 0;
}
.our-vision-sec .row {
    align-items: center;
}
.our-vision-sec-right h3 {
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    margin-bottom: 30px;
    color: #f7f7f7;
}
.our-vision-sec-right p {
    color: #B2B2B2;
    font-size: 16px;
}
.our-mission-sec {
    background-image: url(../images/wild-animals-7848428_1920.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 90px;
    text-align: center;
    background-attachment: fixed;
    position: relative;
}
.our-mission-sec:before {
    background: #292d3d66;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.our-mission-sec .container{
    z-index: 1;
    position: relative;
}
.our-values-sec-left h3 {
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    color: #f7f7f7;
    margin-bottom: 40px;
}
.our-mission-sec h3{
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    color: #f7f7f7;
    margin-bottom: 30px;
}
.our-mission-sec p {
    color: #E9E9E9;
    font-size: 16px;
}
.company-top_sec {
    padding: 150px 0 80px;
    background-image: url(../images/wild-animals-7848428_1920.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; z-index: 1;
    text-align: center; position: relative;
}
.company-top_sec:before {
    background: #292d3d66;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.company-top_sec .container{
    z-index: -1;
    position: relative;
}
.company-top_sec h2 {
    font-size: 3.125rem;
    font-family: 'Noto Serif',serif;
    color: #f7f7f7;
}

/* end company page */


/*  media */
.page-title .page-title-text h1 {
    text-align: center;
    font-size: 3.125rem;
    font-family: 'Noto Serif',serif;
    color: #000; padding-top: 0;
}
.page-media {
    background-image: url(../images/francesco-ungaro-SyaWnK9PihI-unsplash-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0 70px;
}
.page-media-text {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    padding: 20px 40px 40px;
    height: 100%;
}
.page-media .col-md-6{margin-bottom: 30px;}
.page-media-text h2 {
    font-size: 15px;
    margin-bottom: 28px;
    font-family: 'Noto Serif',serif;
    color: #7b0d0d;
}
.page-media-text p {
    font-size: 13px;
    color: #000;
    line-height: 2;
}
.page-media-text a.btn.learn-more {
    color: #7b0d0d;
    background-color: #f7f7f7;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    font-size: 15px;
    padding: 11px 30px;transition: 0.3s;
}
.page-media-text a.btn.learn-more:hover{
    background: #7b0d0d; color: #fff; transition: 0.3s;
}
.page-media-text a.link-read-more {
    color: #7b0d0d;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

/* end media page */

/* media details page */

.article-full {
    background: #f7f7f7;
    padding: 50px 0 80px;
}
.article-body p {
    color: #3f4050;
    font-size: 16px;
}
.article-body h3 {
    color: #292d3d;
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    margin-bottom: 20px;
    margin-top: 40px;
}
.article-body a {
    color: #7b0d0d;
    text-decoration: none;
}
.article-body img {
    margin: auto;
    text-align: center;
    display: block;
    max-width: 60%;
    height: auto; margin-bottom: 20px;
}
.article-image{text-align: center;}
.article-image img {
    max-width: 60%; display: block; margin: auto;
    height: auto;
}
.button-article a {
    font-size: 17px;
    text-decoration: none;
    color: #7b0d0d;
}
.next-article.button-article {
    text-align: right;
}
.article-author {
    border-top: 1px solid #a7a5a5;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin-bottom: 50px;
}


/* end media details page */


.audio-video-title h2 {
    color: #292d3d;
    font-size: 3.125rem;
    font-family: 'Noto Serif',serif;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #646464;
    padding-bottom: 50px;
}
.audio-video-page {
    background: #f7f7f7;
    padding: 70px 0;
}
.media-with-image img {
    width: 100%;
}
.audio-video-page .description h3 {
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    color: #292d3d;
    margin-bottom: 25px;
}
.audio-video-page .description p {
    color: #3c4050;
    line-height: 1.7;
}
.audio-video-page .media {
    position: relative; 
}
.audio-video-page audio {
    width: 100%;
}
.media video {
    width: 100%;
    height: 100%;
}
.summary h3 {
    font-size: 1.5625rem;
    font-family: 'Noto Serif',serif;
    color: #292d3d;
}
.summary {
    margin: 30px 0;
    border-top: 1px solid #4a4a4a;
    padding-top: 40px;
}
.summary p, .summary .field {
    color: #3c4050;
    line-height: 1.7;
}
.author-and-publish {
    text-align: center;
    margin: 30px 0 50px;
}
.find-this-post {
    border-top: 1px solid #a7a5a5;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin-bottom: 50px;
}
.find-this-post p {
    margin-bottom: 0;
}
.find-this-post p a {
    color: #7b0d0d;
    text-decoration: none;
}


/* user  */

form.user-login-form {
    max-width: 500px;
    margin: auto;
    padding: 80px 0;
}
form.user-login-form label {
    font-size: 16px;
    color: #3c4050;
    display: block;
    width: 100%;
}
form.user-login-form .form-text {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 13px 10px;
    font-size: 16px;
    color: #000;
}
form.user-login-form input#edit-submit {
    width: max-content;
    background: #7b0d0d;
    color: #fff;
    border-radius: 33px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    text-transform: uppercase;
    border: none;
}
form.user-login-form input#edit-submit:hover{
    background: #a50f0f;
    transition: 0.3s;
}
.user-logged-in header.main-header {
    top: 78px;
}



/* ress-release */


.press-release-top_sec {
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/sergey-pesterev-tMvuB9se2uQ-unsplash-scaled.jpg);
    padding: 170px 0 70px; position: relative; z-index: 1;
}
.press-release-top_sec:before{
    background: #ff5b0021;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.press-release-top_sec h2 {
    font-size: 3.125rem;
    font-family: 'Noto Serif',serif;    font-weight: normal;
    color: #fff;
}

.audio-video-block.page-press-release,
.block-article-press-release {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; position: relative; z-index: 1;
    background-attachment: fixed;
    background-image: url(../images/sergey-pesterev-tMvuB9se2uQ-unsplash-scaled.jpg);
}
.audio-video-block.page-press-release:before,
.block-article-press-release:before{
    background: #ff5b0021;
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.media-audio-video video {
    border-style: solid;
    border-width: 12px 12px 12px 12px;
    border-color: #fff;
    border-radius: 15px 15px 15px 15px;
    width: 100%;
    height: 100%;
}

.description-media {
    padding: 20px 40px 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    border-radius: 10px;
}
.description-media .heading h2.entry-title a {
    font-size: 15px;
    font-family: 'Noto Serif',serif;
    color: #7b0d0d;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}

.description-media p {
    font-size: 13px;
    line-height: 2;
    color: #000;
}
.description-media p a {
    color: #7b0d0d;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}
.description-media a.btn-learnmore-audio-video {
    color: #7b0d0d;
    background-color: #f7f7f7;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    font-size: 15px;
    padding: 11px 30px;
    transition: 0.3s;
}
.description-media a.btn-learnmore-audio-video:hover {
    background: #7b0d0d;
    color: #fff;
    transition: 0.3s;
}

.inner-div {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
    padding: 20px 40px 40px;
    height: 100%;
}
.press-release-block-article-title h2 {
    font-size: 15px;
    margin-bottom: 28px;
    font-family: 'Noto Serif',serif;
    color: #7b0d0d;
}
.inner-div .content {
    font-size: 13px;
    color: #000;
    line-height: 2;
    margin-bottom: 12px;
}
.inner-div .content a{    color: #7b0d0d;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: block;}
.inner-div .button a.elementskit-btn {
    color: #7b0d0d;
    background-color: #f7f7f7;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    font-size: 15px; text-decoration: none;
    padding: 11px 30px;    display: block;
    width: max-content;
    transition: 0.3s;
}
.inner-div .button {
    margin: 30px 0 0;
    display: block;
}
.block-article-press-release .col-md-4 {
    margin-bottom: 30px;
}
.inner-div .button a.elementskit-btn:hover {
    background: #7b0d0d;
    color: #fff;
    transition: 0.3s;
}
.audio-video-block-top-second,
.audio-video-block-top {    
    background: #fff;
    padding: 40px 0;
}
.audio-video-block-top h2,
.audio-video-block-top-second h2{font-size: 50px;
    font-family: 'Noto Serif',serif;
    line-height: 1.25em;
    color: #292d3d; margin-bottom: 0;
}

.article-title h2 {
    font-size: 3.125rem;
    font-family: 'Noto Serif',serif;
    line-height: 1.25em;
    color: #292d3d;
    text-align: center;
    margin-bottom: 50px;
}

/* End ress-release page */


/* privacy-policy */

.privacy-policy {
    background: #f7f7f7; padding-bottom: 50px;
}
.privacy-policy .container {
    background: #fff;
    padding: 5.34em 6.67em;
}
.privacy-policy h2 {
    color: #292d3d;
    font-size: 1.875rem;
    font-family: 'Noto Serif',serif;
    margin-bottom: 20px;
}


/* end privacy-policy */


/* gellary  */

main.main-gallery {
    background: #000;
}
.main-gallery .container {
     padding: 2rem 1rem;
     margin: 0 auto;
     max-width: 68rem;
     width: 100%;
}
.main-gallery .container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 1rem;
     justify-content: center;
     align-items: center;
}
.main-gallery .card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
}
.main-gallery .card a{text-decoration: none;}
.main-gallery .card-image {
     display: block;
}
.main-gallery .card-image img {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.main-gallery small.text-muted {
    text-align: center;
    color: #7a7a7a !important;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 10px 0;
}


.block-gallery-video {
    background: #000;
    padding: 20px 0 50px;
}
.block-gallery-video h3.elementor-heading-title.elementor-size-default {
    font-size: 25px;
    font-family: 'Noto Serif',serif;
    line-height: 1.25em; font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin: 10px 0;
}
.block-gallery-video .elementor-widget-container > p {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    color: #54595f;
}


.elementor-element.elementor-element-0afbb00.elementor-widget.elementor-widget-video {
    position: relative;
    padding-top: 56.6%;
}
.elementor-element.elementor-element-0afbb00.elementor-widget.elementor-widget-video .elementor-widget-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.elementor-wrapper.elementor-open-inline {
    height: 100%;
    width: 100%;
}
.elementor-element.elementor-element-f2512ec.elementor-widget.elementor-widget-text-editor .elementor-widget-container p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-style: initial; margin-top: 30px;
    margin-bottom: 0;
}

/* end gellary  */



/* Why Rhinos */

.page-why-rhino.why-rhino-header {
    padding: 21% 0 17%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/block_01.jpg);
    position: relative; background-attachment: fixed;
}
.page-why-rhino.why-rhino-header h2 {
    font-size: 3.125rem;
    font-family: 'Noto Serif',serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.section-first-image {
    text-align: center;
}
.section-first-title h3 {
    font-family: 'Noto Serif',serif;
    text-align: center;
    font-size: 30px;
    color: #3c4050;
}
.section-first-title {
    margin-bottom: 40px;
}
.page-why-rhino.why-rhino-first-section {
    padding: 80px 0;
}
.section-first-description .field--name-field-section-description, .section-first-description p {
    font-size: 18px;
    color: #3c4050;
    font-weight: 500;
    text-align: center;
}

.page-why-rhino.why-rhino-section-third {
    padding-top: 80px;
}

.why-rhino-section-third .elementor-container.elementor-column-gap-default {
    display: flex;
    margin: 0 -15px;
}
.why-rhino-section-third .elementor-column.elementor-col-20 {
    width: 20%;
    padding: 0 15px;
    text-align: center;
}
.why-rhino-section-third .elementor-icon-box-icon svg {
    width: 100px;
    height: 100px;
    fill: #7b0d0d;
}
.page-why-rhino.why-rhino-testimonial {
    padding: 170px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;background-attachment: fixed;
    background-image: url(../images/block_02.jpg);
    position: relative;
}
.testimonial-inner-text-below .field {
    font-size: 18px;
    font-style: italic;
    padding-top: 10px;
    font-family: 'Noto Serif',serif;
}
.row-testimonial p, .row-testimonial .field {
    font-size: 18px; font-weight: 300;
    color: #fff;
}
.row-testimonial {
    background: #7b0d0d; position: relative;
    padding: 50px 100px; text-align: center;
}
.row-testimonial:before {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    left: 30px;
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/quote-left-solid.png);
    filter: invert(1);
}
.row-testimonial:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/quote-right-solid.png);
    filter: invert(1);
}


.block-biodiversity.page-why-rhino {
    padding: 70px 0 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/damian-patkowskiunsplash-scaled.jpg);
}
.block-biodiversity.page-why-rhino a.elementor-button-link {
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    padding: 13px 20px;
    display: block;
    width: max-content;
    text-transform: uppercase;
    transition: 0.3s;
    margin: 0 auto 50px;
}
.block-biodiversity.page-why-rhino a.elementor-button-link:hover{background: #7b0d0d; transition: 0.3s;}

.block-biodiversity.page-why-rhino .elementor-container.elementor-column-gap-default {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
}
.block-biodiversity.page-why-rhino .elementor-column.elementor-col-20 {
    width: 20%;
    padding: 0 7px;
}
.block-biodiversity.page-why-rhino .elementor-column.elementor-col-20 > .elementor-widget-wrap.elementor-element-populated {
    background: #e5e5e5; border-radius: 5px;
    text-align: center; padding: 20px;
}
.block-biodiversity.page-why-rhino .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-64a60f7 {
    width: 100%;
}
.block-biodiversity.page-why-rhino h4.elementor-heading-title.elementor-size-default {
    font-family: 'Noto Serif',serif;
    font-size: 20px;
    margin-bottom: 30px;
}
.block-biodiversity.page-why-rhino .elementor-widget-container p {
    font-size: 44px;
    font-style: initial;
    color: #000; line-height: normal;
    margin-bottom: 0;
}
.block-biodiversity.page-why-rhino .elementor-widget-container img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}





/*  end Why Rhinos */




@media(max-width: 1400px){
.investor-form h4.elementor-heading-title.elementor-size-default {
    left: 50px;
}
.investor-form > .field.field--name-field-form {
    max-width: 100%;
}
.audio-video-title h2 {
    font-size: 46px;
}
}

@media(max-width: 1199px){
.our-values-sec {
    background-position: center;
}
.our-mission-sec {
    padding: 60px 0 60px;
}
nav.main-menu ul {
    margin: 0;
}
nav.main-menu li {
    margin: 0 7px;
}
.article-title h2 {
    font-size: 40px;
}
.privacy-policy .container {
    padding: 3.34em 2.4em;
}
.section-first-image img {
    width: 100%;
}

}

@media(max-width: 991px){
.footer-text p {
    font-size: 14px;
}
.block-slider-text p {
    font-size: 16px;
}
.block-slider-text h3 {
    margin-bottom: 20px;
}
.slider-text h1 {font-size: 3em;}
.menu-btn{display: block;}
nav.main-menu li {
    border-top: 1px solid #e9e9e9;
    margin: 11px 15px;
    padding: 11px 0 2px;
    line-height: normal;
}
nav.main-menu ul {
    justify-content: flex-end;
    display: block;
    align-items: center;
    background: #f4f4f4;
    padding: 50px 0;
    position: fixed;
    right: -360px;
    top: 0; z-index: 3;
    width: 340px;
    height: 100vh; transition: 0.3s;
}
button.menu-btn span {
    width: 18px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 4px auto;
}
button.menu-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #7b0d0d;
    display: block;
    margin-left: auto;
    border-radius: 3px;
}
.main{overflow: hidden;}
.main button.menu-btn {
    position: absolute;
    right: 36px;
    top: 11px; z-index: 5;
}
.main nav.main-menu ul{right: 0; transition: 0.3s;}
.main button.menu-btn span.three {
    position: absolute;
    top: 15px;
    left: 12px;
    transform: rotate(129deg);
}
.main button.menu-btn span.one {
    position: absolute;
    top: 15px;
    left: 12px;
    transform: rotate(45deg);
}
.main button.menu-btn span.two {
    display: none;
}


.path-to--node-7 header.main-header {
    position: inherit;
}
.investor-heading .field.field--name-field-page-heading.field--type-string-long {
    font-size: 40px;
}
.investor-form h4.elementor-heading-title.elementor-size-default {
    left: 51px;
}

header.main-header {
    position: inherit;
}
.company-top_sec {
    padding: 80px 0 80px;
}
.company-top_sec h2 {
    font-size: 40px;
}

.page-title .page-title-text h1 {
    padding: 0; font-size: 40px;
}
.article-full {
    padding: 40px 0 40px;
}
.article-image img {
    max-width: 100%;
}
.article-body img {
    max-width: 100%;
}
.contact-form {
    width: 100%;
}
.map-details {
    padding-left: 10px;
    padding-top: 0;
    width: 100%;
    text-align: center; margin-bottom: 50px;
}
.map-details iframe {
    height: 250px;
    width: 85%;
}
.map-details .details {
    margin-top: 30px;
}
.contact-form span.form-heading {
    font-size: 24px;
    top: -15px;
}
.main-content {
    margin-top: 0;
}
.audio-video-title h2 {
    font-size: 39px;
}
.audio-video-page .description p {
    line-height: 1.5;
    font-size: 15px;
}

.press-release-top_sec {
    padding: 70px 0 70px;
}
.press-release-top_sec h2 {
    font-size: 40px;
}
.audio-video-block-top h2,
.audio-video-block-top-second h2 {
    font-size: 40px;
}
.block-article-press-release .col-md-4 {
    width: 50%;
}

.main-gallery .container {
    grid-template-columns: repeat(2, 1fr);
}
.main-header .row .col-md-9 {
    height: 40px;
}
.page-why-rhino.why-rhino-header h2 {
    font-size: 40px;
}
.page-why-rhino.why-rhino-header {
    padding: 17% 0 17%;
}
.page-why-rhino.why-rhino-testimonial {
    padding: 100px 0;
}
.why-rhino-section-third .elementor-container.elementor-column-gap-default {
    flex-wrap: wrap;
}
.why-rhino-section-third .elementor-column.elementor-col-20 {
    width: 50%;
    margin-bottom: 30px;
}
.block-biodiversity.page-why-rhino .elementor-container.elementor-column-gap-default {
    flex-wrap: wrap;
}
.block-biodiversity.page-why-rhino .elementor-column.elementor-col-20 {
    width: 50%;
    margin-bottom: 18px;
}



}




@media(max-width: 767px){
.slider-text h1 {
    font-size: 2em;
    font-weight: 200;
}
.block-slider-text {
    height: auto;
    margin-bottom: 15px;
}
.block-slider-btn {
    padding-top: 40px;
}
.block-slider {
    padding: 60px 0 60px;
}
.footer-text p {
    font-size: 15px;
    margin-bottom: 15px;
}
.footer-text a {
    font-size: 15px;
}
.footer-text {
    text-align: center;
}
.footer-text:nth-last-child(1) p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.testimonial {
    padding: 60px 0;
}
.testimonial-text:nth-child(2) {
    margin: 30px 0;
}
.royal-mission {
    padding: 60px 0 60px;
}
.main-header .col-md-3 {
    max-width: 70%;
}
.main-header .col-md-9 {
    width: 30%;
}
.main button.menu-btn {
    right: 12px;
    top: 14px;
}
.main-slider {
    padding: 35% 0 13%;
}
.slider-text p {
    margin-bottom: 30px; font-size: 15px;
}
.royal-mission-text p {
    font-size: 15px;
}
.investor-heading .field.field--name-field-page-heading.field--type-string-long {
    font-size: 28px;
}
.investor-form {
    margin-top: 100px;
}
.investor-page{height: auto;}

.investor-form > .field.field--name-field-form {
    padding: 40px 20px 20px;
}
.investor-form h4.elementor-heading-title.elementor-size-default {
    position: absolute;
    top: 22px;
    color: #54595f;
    font-size: 18px;
    font-family: 'Noto Serif',serif;
    width: 100%;
    left: 0;
    text-align: center;
}
.company-top_sec h2 {
    font-size: 28px;
}
.block-slider-text p {
    font-size: 15px;
}
.our-vision-sec-left {
    display: none;
}
.our-vision-sec-right h3 {
    font-size: 20px;
}
.our-vision-sec-right p {
    font-size: 15px;
}
.our-mission-sec {
    text-align: left;padding: 60px 0 80px;
}
.our-mission-sec h3 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.our-values-sec {
    background-position: center;
    background: #1A1919;
    padding: 60px 0px;
}
.page-title .page-title-text h1 {
    padding: 0 0 40px;
    font-size: 28px;
}
.page-media-text {
    padding: 30px 30px 40px;
}
.page-media-text a.btn.learn-more {
    padding: 10px 30px;
}
.testimonial-text h3 {
    font-size: 20px;
}
.testimonial-text span {
    font-size: 20px;
}
.article-body h3 {
    font-size: 22px;
}
.article-body p {
    font-size: 15px;
}
.article-author {  padding: 35px 15px;}
.button-article {
    text-align: center;
}
.next-article.button-article {
    text-align: center;
    margin-top: 25px;
}
.contact-form .field--name-field-add-contact-form {
    padding: 50px 20px 30px 20px;
}
.map-details .details .field.field__item {
    font-size: 15px;
}
.contact-form span.form-heading {
    font-size: 20px;
    top: -25px;
    padding-left: 20px;
    letter-spacing: 0;
}
.map-details iframe {
    height: 240px;
    width: 100%;
}
.audio-video-page {
    padding: 40px 0 50px;
}
.audio-video-title h2 {
    font-size: 28px;
}
.audio-video-page .description h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.audio-video-page .description p {
    font-size: 15px;
}
.summary h3 {
    font-size: 20px;
}
.summary p, .summary .field {
    font-size: 15px;
}
.find-this-post {
    padding: 40px 10px;
}
.author-and-publish {
    font-size: 15px;
}
.press-release-top_sec h2 {
    font-size: 28px;
}

.press-release-top_sec {
    padding: 100px 0;
}
.audio-video-block-top h2,
.audio-video-block-top-second h2 {
    font-size: 28px;
}
.audio-video-block-top-second,
.audio-video-block-top {
    padding: 30px 0;
}
.block-article-press-release .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
}
.inner-div {
    padding: 20px 20px 40px;
}
.media-audio-video {
    margin-bottom: 30px;
}
.article-title h2 {
    font-size: 28px;
}
.privacy-policy .container {
    width: 94%;
    padding: 1.5em 1em;
}
.privacy-policy h2 {
    font-size: 28px;
}
.privacy-policy {
    padding-bottom: 30px;
    padding-top: 20px;
}
.privacy-policy h3 {
    font-size: 20px !important;
}
.main-gallery .container {
    grid-template-columns: repeat(1, 1fr);
}
.elementor-element.elementor-element-f2512ec.elementor-widget.elementor-widget-text-editor .elementor-widget-container p {
    font-weight: 300;
}
.page-why-rhino.why-rhino-header h2 {
    font-size: 28px;
    padding: 0 20px;
}
.page-why-rhino.why-rhino-header {
    padding: 20% 0 20%;
}
.section-first-title h3 {
    font-size: 20px;
}
.page-why-rhino.why-rhino-first-section {
    padding: 60px 0;
}
.section-first-description .field--name-field-section-description, .section-first-description p {
    font-size: 15px;
    font-weight: 400;
}
.row-testimonial {
    padding: 50px 20px 70px;
}
.row-testimonial:before {
    left: 50%;
    transform: translateX(-50%);
}
.row-testimonial:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.why-rhino-section-third .elementor-column.elementor-col-20 {
    width: 100%;
}
.block-biodiversity.page-why-rhino .elementor-column.elementor-col-20 {
    width: 100%;
    margin-bottom: 18px;
    padding: 0 50px;
}
.description-media {
    padding: 30px 25px 40px;
}
.row-testimonial p,
.row-testimonial .field {
    font-size: 15px;
}
.why-rhino-section-third p.elementor-icon-box-description {
    font-size: 15px;
}
.why-rhino-section-third .elementor-container.elementor-column-gap-default {
    margin: 0;
}
.elementor-element.elementor-element-f2512ec.elementor-widget.elementor-widget-text-editor .elementor-widget-container p {
    font-size: 15px;
}
.our-mission-sec p {
    font-size: 15px;
}
.our-values-sec-left p {
    font-size: 15px;
}






}