/*
Theme Name: Castle Rock
Author: Stucel
Author URI: https://www.stucel.com
Description: Castle Rock Template
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: default

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Additional style*/

li.separator:nth-last-child(1) {
   display: none;
}
ul.select-language a.nav-link {
   text-transform: uppercase;
}

ul.navbar-nav .dropdown-menu img {
   width: 240px;
   height: 200px;
}

#wrapper header .navbar .container .navbar-nav li.active a:not(.sectors-items-menu),
li.nav-item.active {
   color: #ff6400;
}

input.project-submit {
   height: 100%;
   background: #131e29;
   color: white;
   border: none;
   font-family: 'Roboto', sans-serif;
   text-transform: uppercase;
   font-size: 12px;
   font-weight: 600;
   letter-spacing: 1.2px;
   padding: 0px 60px;
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

input.project-submit:hover {
   background-color: #ff6400;
}

.home-teams .teams-image {
   background-size: contain !important;
}

.about-us-card .card-content img {
   position: absolute;
   right: 0;
   bottom: 0;
   height: auto;
   max-width: 175px;
}

.about-us-card .card-content:hover img {
   filter: invert(1);
}

.btt-box {
   display: flex;
   position: fixed;
   bottom: 5%;
   right: 5%;
   background: #131e29;
   z-index: 999;
   padding: 7px 10px;
}

.btt-box a {
   color: white;
   font-size: 8px;
}
@media screen and (min-width: 1200px) {
   .home-main .home-content .row .home-left.col-12 {
      margin-top: 18% !important;
      left: 15% !important;
   }
}

section.vacancy {
   display: block;
   margin: 80px 0;
}

.vacancy .image {
   width: 100%;
   min-height: 300px;
   background-position: center;
   background-size: cover;
}

.vacancy-card .title {
   min-height: 115px;
   padding: 25px;
}

.vacancy-card .title h5 {
   font-weight: 600;
}

.vacancy-card .title,
.vacancy-card a {
   border: 1px solid #c4c4c485;
   border-top: none;
   margin-top: -2px;
}

.vacancy-card a {
   color: black;
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 0.2em;
   cursor: pointer;
}

.vacancy-card a:hover {
   text-decoration: none;
   color: #ff6400;
}

.modal.show {
   display: block;
   background: rgb(0 0 0 / 60%);
   overflow: scroll;
}

.modal .close-modal {
   position: absolute;
   right: 0;
   z-index: 1051;
}

.modal .close-modal i {
   font-size: 30px;
}

.modal-body {
   padding: 3rem;
}

@media screen and (max-width: 1100px) {
   .vacancy-card a {
      font-size: 12px;
   }
   .modal-body {
      padding: 2rem;
   }
}

.company-profile .text-box {
   padding: 40px 0px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.wpcf7 .screen-reader-response {
   position: inherit;
   clip-path: none;
   height: auto;
   width: auto;
}
.wpcf7 .screen-reader-response ul {
   list-style: none;
   padding-left: 0;
   transform: translateY(900px);
   z-index: 99;
   position: absolute;
}
.wpcf7 .screen-reader-response ul li {
   font-size: 15px;
   color: red;
}
.wpcf7 .screen-reader-response p {
   display: none;
}

.home-main .title__high span {
   font-size: 40px;
   color: #ffad77;
}

@media (min-width: 768px) and (max-width: 991.98px) {
   .home-main .title__high span {
      font-size: 20px;
   }
}
@media (max-width: 767.98px) {
   .home-main .title__high span {
      font-size: 14px;
   }
}
