/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://warekay.co.uk
 Description:  Child theme for Hello Elementor
 Author:       MLT
 Author URI:   https://mltdigital.co.uk
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-child
*/
body {
    background-color: #f7f7f7;
}

	h1 , h2 , h3 , h4, h5 { font-weight: normal; line-height: normal; font-family: 'Lato', sans-serif;}
	h1 { font-size: 52px; margin:0px 0px 35px; padding: 0; color: #0d2470; line-height: normal; }
	h2 { font-size: 48px; margin:0px 0px 30px; padding: 0; color: #0d2470; line-height: normal; }
	h3 { font-size: 36px; margin:0px 0px 20px; padding: 0; line-height: 30px; font-weight: 700; color: #0d2470; }
	h4 { font-size: 24px; margin:0px 0px 35px; padding:0; line-height: normal; color: #666666; font-weight: 300; }
	h5 { font-size: 21px; margin:0px 0px 25px; padding:0; line-height: 24px; color: #1f61a5; font-weight: 700; }

footer {
    padding-top: 70px;
}

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

.right-side {
  max-width: 444px;
}
.mt-20 {
    margin-top: 20px;
}

.custommission {
  padding: 50px 60px;
  box-shadow: rgba(0,0,0,0.25) 0 0 5px 0;
  border-radius: 6px;
  background-color: #0d2470;
}

.right-side .custommission p:last-child {
  border-bottom:
1px solid #a3192f;
  padding-bottom: 20px;
}
.right-side .custommission p {
  color: #fff;
  font-family: baskerville-urw, serif;
  font-size: 28px;
  line-height: 1.2;
  font-style: italic;
}   

.right-side .contact-us {
  background: #ffffff;
  padding: 50px 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px 0;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .flx-cntnr {
    display: flex;
    margin-bottom: 1.5em;
    justify-content: space-between;
  }
}
.flx-cntnr {
  display: flex;
  margin-bottom: 1.5em;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flx-cntnr3 {
  display: flex;
}
@media (min-width: 768px) {
  .flx-cntnr__itm {
    flex:
0 1 33%;
  }
}

.right-side .contact-us ul li img {
  vertical-align: middle;
  margin-right: 15px;
}
ol, ul {
  list-style-type: none;
}
.elementor-widget-theme-post-content ul {
  list-style-type: disc;
}
.padd74 {
  padding-top: 74px;
}
.padd64 {
  padding-top: 64px;
}
footer h4.elementor-heading-title {
    border-bottom: 2px solid #c16d7a;
    padding-bottom: 5px;
    width: fit-content;
}
.footer-center ul li {
    display: inline-block;
    margin-right: 30px;
}
.right-side .contact-us h5 {
    font-family: baskerville-urw, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    color: #0d2470;
    margin-bottom: 35px;
    margin-top: 0;
}
.right-side ul{
    margin: 0 0 25px 0;
    padding: 0 0 0 20px;
}
.right-side .contact-us ul li {
    font-size: 21px;
    line-height: normal;
    color: #0d2470;
    margin-bottom: 20px;
}
.elementor-location-header {
    color: white;
}
.header-locations a {
    color: white;
}
.header-locations small {
    font-size: 21px;
    font-weight: 400;
}
.header-locations {
  font-family: 'Lato', sans-serif;
}

.header-locations p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* button */
.slider-btn {
    height: 95px;
    font-size: 21px;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #c3c0cd;
    display: inline-block;
    background: url(/wp-content/uploads/2025/04/right-arrow-white.png) no-repeat right center;
    background-position-x: right;
    background-position-y: center;
    background-position-x: right;
    background-position-y: center;
    padding:33px 100px 32px 90px;
    background-position: 92% center;
    -webkit-transition: all 0.3s ease-in 0s;
}

.slider-btn:hover {
    background:rgba(255,255,255,0.15) url(/wp-content/uploads/2025/04/right-arrow-white.png) no-repeat right center;
    background-position-x: right;
    background-position-y: center;
    background-position: 92% center;
    color: white;
}

/* Home */

.home-services .ser-img::after {
    background: rgba(13, 36, 112, 0.55);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-services .ser-img {
    height: 210px;
    position: relative;
}
.home-services .ser-img h3 {
    font-family: baskerville-urw, serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 28px;
    text-transform: inherit;
    top: 50%;
    transform: translate(0,-50%);
}
.service-blk:hover {
    box-shadow: rgb(102, 102, 102) 0px 0px 7px 0px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.whatweoffer .service-blk:hover, .whatwestandfor .service-blk:hover {
    box-shadow: unset;
    transition: unset;
    -webkit-transition: unset;
}
.home-services article {
    padding: 30px 20px 0 20px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.home-services .more-link {
    display: block;
    font-size: 16px;
      font-weight: 700;
    color: #0d2470;
    padding: 10px 0;
    background: url(/wp-content/uploads/2025/04/right-arrow.png) no-repeat right center;
    height: 44px;
}
.home-services h3 a {
    color: white;
}

.home-services h3 {
    margin-block-start: 0rem;
    
}


.teamBanner {
    background-image: url('/wp-content/uploads/2025/04/teambanner4.jpg');
    min-height: 230px;
    margin-top: 70px;
    background-position-x: center;
}
.teamBannerLeft {
    width: 72%;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.teamBannerLeftText {
    width: 100%;
    justify-items: center;
    margin-top: 40px;
    color: white;
}
.elementor-kit-1136 .teamBannerLeftText h2 {
    color: white;
    margin-bottom: 0px;
    font-size: 66px;
    font-family: baskerville-urw, serif;
    font-weight: 400;
}


.slide-txt-wk {
  display: inline-block;
  font-size: 24px;
  font-family: baskerville-urw, serif;
  font-weight: 400;
}
@media (min-width: 600px) {
  .slide-txt-wk {
    font-size: 34px;
    text-align: left;
  }
}
.tel-icon-wk {
  background-image: url(/wp-content/uploads/2025/04/call-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}

.home-slider {
  height: 590px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .home-slider {
    height: 535px !important;
  }
}


.car-job-title > div {
    min-height: 48PX;
}

.car-job-title2 .car-job-title > div {
    min-height: 96PX;
}
.our-people img {
    transition: box-shadow 0.3s ease-in-out;
}
.our-people img.attachment-large:hover {
    box-shadow: 0 0 0 5px var(--e-global-color-accent);
}

.our-people a.elementor-button {
  background-color: var( --e-global-color-accent );
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-accent-font-weight );
  border: 1px solid var( --e-global-color-accent );
}
.our-people a.elementor-button:hover {
  color: var( --e-global-color-accent );
  background-color: white;
  border: 1px solid var( --e-global-color-accent );
  box-sizing: border-box;
}

.read-more a.elementor-button {
  background-color: var( --e-global-color-accent );
  font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-accent-font-weight );
  border: 1px solid var( --e-global-color-accent );
  float: right;
}
.read-more a.elementor-button:hover {
  color: var( --e-global-color-accent );
  background-color: white;
  border: 1px solid var( --e-global-color-accent );
  box-sizing: border-box;
  float: right;
}

.flx-cntnr2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 768px) {
  .flx-cntnr2 > div {
    flex: 0 1 30%;
  }
}
.service-blk {
    margin: 5px;
}
.whatweoffer p {
    padding-left: 20px;
    padding-right: 20px;
}
.whatwestandfor article, .whatweoffer article {
    text-align: center;
}
.whatwestandfor .service-blk, .whatweoffer .service-blk {
 	background: white;
}
.whatwestandfor .service-blk.background {
	background: url('/wp-content/uploads/2025/04/headingbanner2.jpg'); 
  	padding-top: 2em; 
  	padding-bottom: 2em;
}
.service-blk.background.background-second {
  	padding-bottom: 1.3em; 
  	max-width: 91.6%; 
	margin: 0 auto;
}
.flx-cntnr1-second {
	margin-top: 60px;  
}
.service-blk h2.service-blk-h2{
	color: white; 
  	margin-bottom: 0px; 
  	font-size: 66px; 
  	font-family: baskerville-urw, serif; 
  	font-weight: 400; 
  	font-style: normal; 
  	padding-top: 20px; 
  	text-align: center; 
  	padding-bottom: 10px; 
	margin-top: 0;
}
.service-blk.background h4.service-blk-h4 {
	text-align: center; 
  	color: white; 
  	margin-bottom: 25px;  
}
.whatwestandfor .service-blk, .whatweoffer .service-blk {
 	background: white;
}
.whatwestandfor .background-second-h1 {
	text-align: center; 
  	margin-bottom: 10px; 
  	color: white; 
  	font-family: baskerville-urw, serif; 
  	font-weight: 400; 
  	font-style: normal;  
}
.whatwestandfor .service-blk-h4-boxes {
  	padding-left: 20px; 
  	padding-right: 20px;
}
.whatwestandfor article, .whatweoffer article {
  	text-align: center;
}
.vacancies .service-blk {
  background: #0d2470;
  color: red;
  border: 1px solid white;
}
.vacancies .service-blk a {
  color: white;
}
.vacancies article {
  text-align: center;
}
.vacancies .service-blk p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    margin-bottom: 1.5em;
}

/*
.elementor-widget-posts a.elementor-post__read-more,
.elementor-widget-archive-posts  a.elementor-post__read-more,
.read-more a.elementor-button
 {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    background: #d72a69;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    border: none;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    float: right;
}
*/
.news-list .elementor-widget-posts .elementor-post__title h2 {
    font-size: 28px;
}

.find-us .content {
  background: #0d2470;
  padding: 55px 25px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.find-us .content p {
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  padding-bottom: 30px;
}
.find-us p {
    margin-block-end: 0;
}
.our-service-icon {
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .footer-menu ul li {
        width: 100%;
    }
    .teamBannerLeft {
        width: 100%;
        padding: 10px;
    }
    .teamBannerLeftText {
        margin-top: 0;
    }
    .hmpg-flx-cntnr {
        flex-direction: column;
        gap: 20px;
    }
    .hmpg-flx-cntnr > div {
        text-align: center;
    }
    .slider-btn123 {
        padding: 30px 80px;
    }

}
.sra-badge iframe {
    position: relative !important;
}
.display-none {
    display: none;
}
.elementor-widget-theme-post-content ul {
    margin-bottom: 40px;
}

.ser-img h3 > a:hover {
    color: #d72a69;
}
.ser-img h3 > a {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.elementor-menu-toggle {
    padding: 0 !important;
}
p#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}
p#breadcrumbs a, p#breadcrumbs span {
    font-size: 16px;
    font-family: "Lato", Sans-serif;
}
.our-people-section h2 {
    padding-bottom: 20px;
}
.our-people-section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #e2e1e4;
    width: 100%;
}
.our-people-directors .car-job-title > div {
    min-height: unset;
}
.vacancy-title {
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
}

.menu-header > a {

  cursor: default;
  color: inherit;
}

.inner-banner h1::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 150%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    max-width: 100%;
    box-sizing: border-box;
}
.inner-banner span.elementor-heading-title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 150%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  max-width: 100%;
  box-sizing: border-box;
}

.our-people .elementor-loop-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px !important;
}
.our-people .elementor-loop-container > div {
    width: 16%
}

/*
.inner-banner span.elementor-heading-title {
  position: relative;
}
*/
span.elementor-heading-title {
  max-width: 1320px !important;
  display: inherit;
}

@media (min-width: 1560px) {
    .header-locations small, .header-locations a {
        font-size: 24px;
    }
}
    
@media (max-width: 1560px) {
    .header-search-icon > .elementor-widget-container {
        padding: 10px 20px 5px 20px;
    }
    .header-search-icon {
        right: 0 !important;
        top: -42px !important;
        border: 1px solid #3d508d;
    }
}
@media(max-width:991px){
.open-mobile {	position: fixed;	top: 0px;	left: 0px;	background-color: #0d2470;	height: 100%;	width: 100%;	display: none;	z-index: 1000; }
.search-mobile-dv {	position: fixed;	top: 0px;	left: 0px;	background-color: #0d2470;	height: 100%;	width: 100%;	display: none;	z-index: 1000; }
  

.search-mobile-dv  .custom-dv {	padding: 40px;		position: relative;	top: 25%;}
.open-mobile  .custom-dv {	padding: 40px;	overflow: hidden;	position: relative;	top: 25%;}
.open-mobile  .custom-dv  .call-blk  #null {	display: block;	color: #fff;	font-size: 23px; padding: 0 0 4px; }
.open-mobile .custom-dv .call-blk {	padding: 0 0 0 0;	margin-left: 40px;	border-bottom: rgba(255,255,255,0.5) solid 1px;
	margin-right: 20px;	width: auto !important;	clear: both;	display: block;	float: none;	margin-bottom: 40px;	padding-bottom: 10px; position: relative;}
.open-mobile .custom-dv span a {	font-size: 27px;	color: #fff !important;}
.open-mobile img {	position: absolute;	left: -33px;	bottom: 13px;}

.close-dv {	width: 30px;	height: 40px;		right: 20px;	position: absolute;	top: 20px; cursor: pointer;}
.close-dv::before {	width: 100%;	height: 2px;	background-color: #fff;	content: '';	top: 10px;	position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.close-dv::after {	width: 100%;	height: 2px;	background-color: #fff;	content: '';	top: 10px;	position: absolute; -webkit-transform: rotate(45deg); transform: rotate(-45deg);}

header .container {	height: 105px;	width: 100%;	max-width: -webkit-calc(100% - 47px); max-width: calc(100% - 47px);	float: left;	padding-left: 22px;}  
  .logo {max-width: 225px;}

  .search-mobile {	position: absolute;	top: 0;	height: 100%;	width: 100%;	left: 0;	z-index: 1000;	}

  .search-mobile-dv .search-query  {	width: 100%;	border: #fff solid 1px;	background: no-repeat;	color: #fff !important;}


.search-mobile-dv .search-query::-webkit-input-placeholder {   color: #ffffff;}
.search-mobile-dv .search-query:-moz-placeholder { /* Firefox 18- */   color: #ffffff; opacity:10;  }
.search-mobile-dv .search-query::-moz-placeholder {  /* Firefox 19+ */   color: #ffffff; opacity:10; }
.search-mobile-dv .search-query:-ms-input-placeholder {     color: #ffffff; }

.search-mobile-dv .search-query {
	width: 100%;
	border: #56669b solid 1px;
	background: no-repeat;
	color: #fff !important;
	border-radius: 5px;
}
  
.search-mobile-dv .btn.btn-primary {
	height: 49px;
	background: #56669b;
	border: none;
	color: #ffff;
	font-size: 17px;
	border-radius: 5px;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	top: 60px;
}
  label.finder {
	display: none;
}  
 
.search-bar i {
	padding: 4px 0px !important;
	display: block; text-align: center;
}  

.search-mobile-dv div.finder {	position: relative;}
  
  
}
@media(min-width:992px){
.open-mobile, .phone-mobile { display: none !important; }
  .open-mobile {    display: none !important;}
  .search-mobile {    display: none !important;}
  .search-mobile-dv {    display: none !important;}
}

.inline-fields {
  display: flex;
  gap: 20px; 
  flex-wrap: wrap; 
  justify-content: space-between;
}

.inline-fields label {
  width: 30%;
}

.wpcf7 textarea {
    width: 100%;
}
.textarea-form {
width: 100%;
margin-bottom: 20px;
}

.menu-heading a {
    color: white !important;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: inherit;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba( 255,255,255,0.3);
  padding-bottom: 5px;
}
.service-submenu {
  padding: 30px 35px;
}

.right-side .service-submenu ul {
  margin: 0;
  padding: 0;
    max-width: 100%;
}
.right-side .service-submenu ul li {
  width: 100%;
  border-bottom: 1px dotted #1f61a5;
}
.right-side .service-submenu ul li.menu-heading {
    border-bottom: unset !important;
}

.right-side .service-submenu ul li a {
  padding-left: 0 !important;
  color: white !important;
  white-space: normal !important;
}
.right-side .service-submenu ul li:hover {
  border-bottom: 1px dotted #0d2470;
}
.menu-heading a:hover {
  border-bottom: 2px solid #0d2470;
}

@media (max-width: 767px) {
    .our-people .elementor-loop-container > div {
        width: 50%;
        margin: 0 -3px 30px;
    }
    .inline-fields {
        flex-direction: column;
    }
    .inline-fields label {
        width: 100%;
    }
}
@media (max-width: 479px) {
  .our-people .elementor-loop-container > div {
    width: 100%;
    margin: 0 -3px 30px;
    }
}

.testimonial-section hr{
    margin: 25px 0 !important;
}


