/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/



div#menu-cstm ul#menu-1-3e88963 li a:hover {
    background: #222222 ;
}
div#menu-cstm ul#menu-1-3e88963 li a.wpr-active-menu-item{
    background: #222222 ;
}
div#home-carousel figure.swiper-slide-inner img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 550px;
    object-position: top;
}
div#footer-sec-links a {
    color: #ffffff;
    font-style: italic;
    font-weight: 600;
}
div#footer-sec-links a:hover {
    color: #2a9d8f;
}
.careers-links a{
    color:#446a73;
}
.careers-links a:hover{
    color:#2a9d8f;
}

 .psec-link a{
    color:#2A9D8F;
	 font-style:italic;
}
.psec-link a:hover{
    color:#000;
}
 div#menu-cstm .wpr-mobile-toggle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
div#menu-cstm .wpr-mobile-toggle-line:nth-child(1), div#menu-cstm  .wpr-mobile-toggle-line:nth-child(3) {
    width: 27px;
    margin-left: 10px;
    float: right;
    display: block;
}
div#menu-cstm .wpr-mobile-toggle-line:nth-child(2) {
    width: 27px;
    margin-right: 5px;
    float: right;
}
div#menu-cstm .wpr-mobile-toggle:before {
    content: 'MENU';
    top: 50%;
    left: 0;
    font-family: 'Roboto';
    position: absolute;
    color: #fff;
    z-index: 00;
    font-size: 12px;
    font-weight: 700;
}
.popmake-content h2 {
    color: #393738;
}
button.pum-close.popmake-close {
    background-color: #2A9D8F !important;
}

.wpr-mobile-toggle.wpr-mobile-toggle-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  
  .wpr-mobile-toggle.wpr-mobile-toggle-open span:nth-child(2) {
    opacity: 0;
  }
  
  .wpr-mobile-toggle.wpr-mobile-toggle-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .wpr-mobile-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #333;
    transition: all 0.3s ease-in-out;
  }

div#wpcf7-f837-p834-o1 {
    color: #5A5F61;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 26px;
}

div#wpcf7-f837-p834-o1 label {
    color: #000000d9;
    font-weight: 700;
    margin: 10px 0px;
}
div#wpcf7-f837-p834-o1 .inner-from-sec {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

div#wpcf7-f837-p834-o1 .left-sec, div#wpcf7-f837-p834-o1  .right-sec {
    width: 48%;
}
div#wpcf7-f837-p834-o1  input[type="file"]::file-selector-button {
    content: "Upload Your Files" !important; /* Change button text */
    background-color: transparent;
    color: #000;
    padding: 10px;
    border: 2px solid #2A9D8F;
    border-radius: 0px;
    cursor: pointer;
	padding:10px 30px;
	font-size:15px;
}
div#wpcf7-f837-p834-o1  input[type="file"]::file-selector-button:hover{
    background-color:#000;
	color:#fff;
}

div#wpcf7-f837-p834-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #2A9D8F;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 30px 15px 30px;
    color: #fff;
    border: none;
    text-transform: uppercase;
	margin-top: 20px;
}
div#wpcf7-f837-p834-o1  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color:#000;
}
.community-links a{
    color:#2a9d8f;
}

.community-links a:hover{
    color:#446a73;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
 
input[type="number"] {
    -moz-appearance: textfield !important;
}

  @media screen and (max-width: 1024px) {

    .pum-theme-default-theme .pum-container {
       /* left: 24px !important; */
    }
  }