/*
Theme Name: RJ Performance 
Theme URI: https://ballsymedia.co.uk/
Author: Ballsy Media
Author URI: https://ballsymedia.co.uk/
Description: Theme V8
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: RJ Performance

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.
*/

/* 
============================================================================================================
============================================================================================================

                                        THEME STYLE default CSS START

============================================================================================================
============================================================================================================
*/



body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
	font-family: 'Roboto';
	font-weight: normal;
	word-wrap: break-word;
	overflow-x: hidden;
	opacity: 0;
	transition: all .5s;
	transition-delay: .3s;
}

.wrapperOuter {
    overflow: hidden;
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}

body.elementor-editor-active .enquiryBox {
    margin-bottom: 0 !important;
}


b, strong {
	font-family: 'Roboto';
	font-weight: bold;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline:0!important;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #fff; 
   background: #3a5a5f !important;   
} 

* { 
	outline:none!important;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Tungsten';
	font-weight: 600;
	margin-bottom: 10px;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	margin:0px;
	padding-bottom: 20px;
	line-height: 32px;
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap ol li, 
.containerWrap ul li {
	list-style-position: outside;
	line-height: 32px;
	margin-bottom: 10px;

}

.containerWrap ol, 
.containerWrap ul {
	margin: 0px 0 20px 40px;
}

/* pointer css start */

.cursor {
  top: 0px;
  left: 0px;
  position: fixed;
}

.dot {
  top: -20px;
  left: -20px;
  position: fixed;
  border-radius: 50%;
  z-index: 9999;
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: transform;
  transform: scale(.3);
  transition: 0.2s all;
  width: 40px;
  height: 40px;
}

.drag,
.scroll,
.play {
  box-sizing: border-box;
  overflow: hidden;
  cursor: none;
}

.drag-pointer {
  opacity: 1;
  transform: scale(1);
}

.scroll-pointer {
  opacity: 1;
  transform: scale(1);
}

.play-pointer { 
  opacity: 1;
  transform: scale(1);
}

.dot.play-pointer:before {
	content: 'Play'; 
}

.dot.scroll-pointer:before {
	content: 'scroll'; 
}
.dot.drag-pointer:before {
	content: 'drag'; 
}

.dot:before { 
	display: inline-block;
	border: 2px solid #061424;
	width: 50px;
	height: 50px;
	line-height: 51px;
	border-radius: 50%;
	text-align: center;
	color: #061424;
	text-transform: uppercase;
	font-size: 11px;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.dot.play-pointer:before,
.dot.scroll-pointer:before,
.dot.drag-pointer:before {
	opacity: 1;
	visibility: visible;
}


/* pointer css end */



/*default form css start*/

textarea {
	min-height: 200px !important;
}

/* radio/checkbox */
form.elementor-form .elementor-field-type-upload .elementor-field-label,form.elementor-form .elementor-field-type-acceptance .elementor-field-label,form.elementor-form .elementor-field-type-checkbox .elementor-field-label,form.elementor-form .elementor-field-type-radio .elementor-field-label {
    position: static !important;
    padding: 0 !important;
    min-height: auto !important;
    color: #fff !important;
    margin-bottom: 15px; 
    background: transparent !important;
    font-weight: 400 !important;
}

form.elementor-form .elementor-field-type-radio .elementor-field-subgroup{
	flex-basis: auto !important;
    margin-left: 20px;
}
 

form.elementor-form .elementor-field-type-upload .elementor-field-label:before,form.elementor-form .elementor-field-type-acceptance .elementor-field-label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-label:before,form.elementor-form .elementor-field-type-radio .elementor-field-label:before {
	display: none;
}

form.elementor-form .elementor-field-type-upload,form.elementor-form .elementor-field-type-acceptance,form.elementor-form .elementor-field-type-checkbox,form.elementor-form .elementor-field-type-radio {
	border: none !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option,form.elementor-form .elementor-field-type-radio .elementor-field-option,form.elementor-form .elementor-field-type-checkbox .elementor-field-option {
    position: relative;
    margin-right: 18px;
    padding-right: 0;
    margin-bottom: 15px;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option:last-child,form.elementor-form .elementor-field-type-radio .elementor-field-option:last-child,form.elementor-form .elementor-field-type-checkbox .elementor-field-option:last-child {
	margin-right: 0;
}

form.elementor-form .elementor-field-type-acceptance input,form.elementor-form .elementor-field-type-radio input,form.elementor-form .elementor-field-type-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    opacity: 0;
    display: block !important;
    margin: 0;	
    cursor: pointer;
}

form.elementor-form .elementor-field-type-acceptance label,form.elementor-form .elementor-field-type-radio label,form.elementor-form .elementor-field-type-checkbox label {
    padding-left: 26px;
    vertical-align: middle;
    display: block !important;
    line-height: 26px !important;
}
form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:before,form.elementor-form .elementor-field-type-radio .elementor-field-option label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #cccccc;
    background: #ffffff;
    cursor: pointer;
}
form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:after {
	content: "";
	display: none;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option label:after {
    left: 6px;
    top: 6px;
    width: 11px;
    position: absolute;
    height: 6px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-50deg);
    opacity: 0;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked ~ label:after,form.elementor-form .elementor-field-type-radio .elementor-field-option input:checked ~ label:after,form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:after {
	display: block;
}

form.elementor-form .elementor-field-type-radio .elementor-field-option label:before {
   border-radius: 0;
    border: none !important;
}

form.elementor-form .elementor-field-type-acceptance .elementor-field-option input:checked ~ label:before,form.elementor-form .elementor-field-type-checkbox .elementor-field-option input:checked ~ label:before,
form.elementor-form .elementor-field-type-radio .elementor-field-option input:checked ~ label:before {
	background: #ed008b;
	border: 3px solid #fff !important
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #ffffff !important;
	opacity: .5 !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
	opacity: .5 !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
	opacity: .5 !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #ffffff !important;
	opacity: .5 !important;
}

.flatpickr-calendar .dayContainer span {
    transition: all .8s;
    opacity: 0;
    width: 0;
    transform: scale(.2);
    color: transparent;	
}
.flatpickr-calendar.open .dayContainer span {
	opacity: 1;
	transform: scale(1);
	color: #393939;
}

/*default form css end*/

.dbtn {
    font-size: 22px !important;
    min-width: 170px;
    padding: 14px 24px !important;
    text-transform: uppercase;
    background-color: #f58976 !important;
    color: #fff !important;
    border: 2px solid #fc7966 !important;
    border-radius: 8px !important;
    display: inline-block;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    margin-bottom: 0;
    font-family: 'Druk';
    font-weight: bold;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    letter-spacing: 3px;
   overflow: hidden;   
}

.dbtn .mText:last-child {
    display: none;
}

.dbtn:after {
	content: '';
	display: inline-block;
	background: #db6b57;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    z-index: -1;
}
.dbtn:hover:after {
    transform: translateY(0%);
}

.bigBtn .dbtn {
	font-size: 23px !important;
	font-family: 'Tungsten';
	font-weight: bold;
	border-color: #f58976 !important;  
}
.button2 .dbtn {
	border: 2px solid #f58976 !important;
    background-color: transparent !important;
}
/*.dbtn:hover {
    color: #3A5A5F !important;
    background: #a6aeb3 !important;
    border-color: #a6aeb3 !important;
}*/ 


/* Post Image Start*/
.wp-block-image figure {
	margin-top: 20px;
	margin-bottom: 20px;
}
img.alignright,
.wp-block-image .alignright {
	margin-left: 20px;
	float: right;
	margin-bottom: 10px;
	max-width: 50%;
}
img.alignleft,
.wp-block-image .alignleft {
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
	max-width: 50%;
}
img.aligncenter,
.wp-block-image .aligncenter {
  	margin: 0 auto 10px;
    display: block;
}
img.alignnone {
  	display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  img.alignnone,
  img.alignright,
  img.alignleft,
  img.aligncenter,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none !important;
    margin: 10px 0 10px !important;
    display: block;
    max-width: 100%;
  }

}

/* Post Image End */


/* testimonial css */

.elementor-widget-testimonial-carousel .elementor-testimonial {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}


/* footer */

.footer .newsTitle .elementor-heading-title {
	font-family: 'Tungsten';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 60px;
    line-height: 60px;
}
.formWrap .elementor-form-fields-wrapper .elementor-field-textual {
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 20px;
    padding: 10px 20px;
    height: 60px;
}
.formWrap .elementor-form-fields-wrapper .elementor-field-type-submit {
	margin-top: 14px;
}
.formWrap .elementor-form-fields-wrapper {
	margin-bottom: 0 !important;
}
.formWrap .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn,
.formWrap .elementor-form-fields-wrapper .elementor-field-type-submit .btnWrp {
	width: 100%;
}
.footer .contactTitle .elementor-heading-title {
	font-size: 40px;
	text-transform: uppercase; 
}
.footer .elementor-widget-nav-menu .menu-item a {
	display: table;
	line-height: normal;
	transition: all .5s;
}
.footer .elementor-widget-nav-menu .menu-item a:hover {
	color: #f58976 !important;
}
.footer .infoBox .elementor-icon-list-item a {
    display: table !important;
    width: auto !important;
}
.footer .infoBox .elementor-icon-list-item {
	display: table !important; 
}
.footer .elementor-widget-social-icons .elementor-icon {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);	
}
.footer .copyrightText .elementor-icon-list-text {
	font-size: 18px; 
}
.footer .copyrightText .elementor-icon-list-text a {
	color: #FFFFFFB3;
    display: inline;
}
.footer .copyrightText .elementor-icon-list-text a:hover {
	color: #F58976;
}
.elementor-message:before {
	display: none !important;
}
.elementor-message {
	color: #FFFFFFB3;
    font-size: 15px !important;
    text-align: center;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.elementor-message-danger.elementor-help-inline {
	display: none;
}
.elementor-error .elementor-field {
    border-color: #ff0000 !important;
}
.footer .rjbigTitle .elementor-heading-title {
	text-transform: uppercase;
	font-size: 16.9vw;
    line-height: 13vw;
}
.elementor-message.elementor-message-danger {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}

/* supportWrap */

.scnTitle .elementor-heading-title {
    font-size: 75px;
    text-transform: uppercase;
    line-height: 64px;
}
.supportWrap .scnTitle .elementor-heading-title {
	font-size: 90px;
	line-height: 90px;
}
.supportWrap .scnTitle .elementor-heading-title label {
	position: relative;
    /*z-index: 1;*/
    display: block;
}
.supportWrap .scnTitle .elementor-heading-title label:after {
	content: '';
	background: #f58976;
    width: calc(100% + 30px);
    height: 21px;
    display: block;
    position: absolute;
    border-radius: 20px;
    bottom: 6px;
    left: -15px;
    z-index: -1;
}

/* newsWrap */

.newsWrap .elementor-widget-loop-carousel .swiper-slide,
.newsWrap .elementor-widget-loop-carousel .swiper {
    overflow: visible; 
}
.bigTitle .elementor-heading-title {
	-webkit-text-stroke-color: #f48777;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 124px;
    line-height: 105px;
}
.newsWrap .elementor-widget-theme-post-title .elementor-heading-title {
	font-family: 'Roboto Bk';
	font-weight: 900;
	font-size: 22px;
}
.newsWrap .elementor-widget-theme-post-excerpt p {
	font-size: 18px;
    line-height: 1.3;
}
.newsWrap .elementor-post-info__terms-list a {
    font-family: 'Roboto Bk';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px !important;
    border: 2px solid #3a5a5f;
    padding: 10px 20px;
    border-radius: 8px;
    margin-right: 15px;
    line-height: 1;
}
.newsWrap .elementor-post-info__terms-list {
    font-size: 0;
    display: flex !important;
}
.newsWrap .elementor-post-info__terms-list a:hover {
    border-color: #db6c58;
    color: #fff !important;
    background: #db6c58;   
}
.newsWrap .arrowIcon .elementor-icon {
	background: #f58976;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .5s;
}
.newsWrap .arrowIcon .elementor-icon:hover {
	background: #3A5A5F;
}
.newsWrap .elementor-swiper-button svg {
	transition: all .5s;
}
.newsWrap .swiper-pagination {
	border: 2px solid #676665;
	background: #f8f3ed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 6px;
}
.newsWrap .swiper-pagination .swiper-pagination-bullet {
	height: 6px;
    opacity: 1;
    border-radius: 0;
    width: 100px;
    border-top: 1px solid #f8f3ed;
    border-bottom: 1px solid #f8f3ed;
    transition: all .5s;
}
.newsWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f8f3ec;
}

/* expertiseWrap */

.expertiseWrap:before {   
    height: calc(100% + 280px) !important;
    top: -280px !important;
} 
.expertiseWrap .freeTitle .elementor-heading-title {
    font-size: 42px;
    line-height: 48px; 
}
.expertiseWrap .colorBox .elementor-widget-text-editor p {
    font-size: 17px;
    line-height: 26px;
}
.expertiseWrap .colorBox .elementor-widget-text-editor p strong {
    font-family: 'Roboto Lt';
    font-weight: 500; 
}
.expertiseWrap .optionalBox .box .colorBox {
    height: 100%; 
}


/* sportWrap */

.sportWrap .borderBox:before {
    border: 2px solid #F58976;
    z-index: 1;
    border-radius: 15px;
    top: 30px;
    height: calc(100% - 60px);
    left: 40px;
    width: calc(100% - 80px);
    pointer-events: none; 
}
.sportWrap .borderBox2 {
    z-index: 1;
}

/* registrationWrap */

.registrationWrap:before {
    top: -200px !important;
    height: calc(100% + 200px) !important;
}
.registrationWrap .elementor-icon-list-item .elementor-icon-list-text {
    font-family: 'Roboto';
    font-weight: bold; 
}
.registrationWrap .elementor-widget-text-editor p strong {
    font-family: 'Roboto Lt';
    font-weight: 500;
}
 
/* post-type-archive-location */

.single-location .supportWrap, 
.post-type-archive-location .supportWrap {
    border-top: none !important; 
}
.locationsWrap:before {
    top: -440px !important;
    height: calc(100% + 440px) !important;
}
.locationsWrap .elementor-widget-posts .elementor-post__title {
    display: inline-block;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}
.locationsWrap .elementor-widget-posts .elementor-post__title:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.locationsWrap .elementor-posts {
    position: relative;
}
.locationsWrap .elementor-posts:before {
    content: '';
    background: #a4adae;
    width: 2px;
    height: calc(100% + 40px);
    display: block;
    position: absolute;
    right: calc(50% - 1px);
    top: -20px;
}
.locationsWrap .elementor-widget-posts .elementor-post__title a:hover {
    color: #F58976 !important;
}
.processWrap.lcprocessWrap:before {
    height: 100% !important;
}

/*blogWrap*/

.blogmenuWrap .elementor-nav-menu--main ul li a {
    font-size: 23px !important;
    font-family: 'Tungsten';
    font-weight: bold;
    background-color: #f58976;
    letter-spacing: 3px;
    min-width: 140px;
    border-radius: 8px;  
    justify-content: center; 
}  
.blogmenuWrap .elementor-nav-menu--main ul {
    margin: 0;
}
.blogmenuWrap .elementor-nav-menu--main ul li a.elementor-item-active,
.blogmenuWrap .elementor-nav-menu--main ul li a:hover {
    background: #db6c58;
}
.newsletterBox .elementor-widget-text-editor p:last-child {
    padding-bottom: 0; 
}
.formWrap.newsletterBox .elementor-form-fields-wrapper .elementor-field-type-submit {
    margin-top: 0;
}
.newsletterBox .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn {
    min-width: inherit;
    padding: 17px 24px !important;
}
.blog .supportWrap {
    border-top: none !important;
}
.newsletterBox .scnTitle .elementor-heading-title {
    font-size: 62px;
    line-height: 60px;
}
.newsletterBox .elementor-widget-text-editor p {
    font-size: 19.13px;
}
.elementor-form-fields-wrapper .elementor-field-type-submit .elementor-form-spinner {
    position: absolute; 
}
.blogmenuWrap .elementor-nav-menu--main {
    justify-content: center;
}

/* singlebgBnr */

.singlebgBnr .elementor-widget-post-info .elementor-post-info__terms-list-item {
    border: 2px solid #f58976;
    border-radius: 10px;
    color: #f58976;
    text-transform: uppercase;
    font-size: 16px;
    padding: 13px 26px;
    font-family: 'Roboto Bk';
    font-weight: 900;
    line-height: 1;
    margin: 0 8px;
}
.singlebgBnr .elementor-widget-post-info .elementor-post-info__terms-list-item:hover {
    background: #db6c58;
    color: #fff;
    border-color: #db6c58;
}
.bannerWrap.singlebgBnr .title .elementor-heading-title:after {
    display: none;
}
.bannerWrap.singlebgBnr .title .elementor-heading-title {
    font-size: 62px;
    line-height: 1;
}
.singlebgBnr .elementor-icon-list-item .elementor-post-info__terms-list {
    font-size: 0;
    display: flex;
}

/* singlenewsWrap */

.singlenewsWrap .contentBox:has(.elementor-widget-theme-post-featured-image ) .elementor-widget-theme-post-featured-image {
    margin-top: -100px;
}
.singlenewsWrap .elementor-widget-theme-post-content h4 {
    font-size: 42px;
    color: #345055; 
    font-family: 'Tungsten';
    font-weight: 500;
    text-transform: uppercase;
}
.singlenewsWrap .elementor-widget-theme-post-content ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
}
.singlenewsWrap .elementor-widget-theme-post-content ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 4px;
}
.singlenewsWrap .elementor-widget-theme-post-content ul {
    margin-left: 0;
}
.singlenewsWrap .elementor-widget-theme-post-content p {
    font-size: 18px;
}
.singlenewsWrap .elementor-widget-theme-post-content p strong {
    font-family: 'Roboto Lt';
    font-weight: 500;
}
.singlenewsWrap .wp-block-accordion .wp-block-accordion-heading {
    font-size: 0;
    margin: 0;
}
.singlenewsWrap .wp-block-accordion {
    box-shadow: 0px 0px 40px 17px rgba(113, 113, 113, 0.17);
    margin-top: 30px;
    background: #fff;
}
.singlenewsWrap .wp-block-accordion .wp-block-accordion-item {
    border-bottom: 3px solid #F6F6F6;
}
.singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle {
    padding: 30px 20px;
}
.singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle-icon {
    background: #ebebeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
.singlenewsWrap .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: rotate(90deg);
}
.singlenewsWrap .elementor-widget-theme-post-featured-image img {
    transform: translate3d(0px, -10px, 0px);
    opacity: 0;
    transition: all .5s;
}
.page-loaded .singlenewsWrap .elementor-widget-theme-post-featured-image img {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition-delay: .5s;
}
.singlenewsWrap .wp-block-accordion-item .wp-block-accordion-panel {
    padding: 0px 20px 30px;
}
.singlenewsWrap .wp-block-accordion-item .wp-block-paragraph:last-child {
    padding-bottom: 0;
}
.singlenewsWrap .wp-block-accordion-heading__toggle-title {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    text-decoration: none !important;
}
.singlenewsWrap .elementor-widget-n-accordion .elementor-widget-text-editor p:last-child {
    padding-bottom: 0; 
}
.single-post .supportWrap {
    border-top: none !important;
}
.singlenewsWrap .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    background: #ebebeb; 
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.singlenewsWrap .elementor-widget-author-box img {
    box-shadow: 0px 0px 22px 10px rgba(0, 0, 0, .2); 
}
.singlenewsWrap .elementor-widget-author-box .elementor-author-box__text:before {
    content: 'Author';
    color: #345055;
    font-family: 'Tungsten';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 32px;
}
.singlenewsWrap .elementor-widget-author-box .elementor-author-box__name {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
}
.singlenewsWrap .expertTitle .elementor-heading-title {
    text-transform: uppercase;
}
.singlenewsWrap .elementor-icon-list-text time {
    font-size: 18px;
}
.singlenewsWrap .elementor-widget-share-buttons svg {
    transition: all .5s;
}


/* relatedWrap */

.relatedWrap:before {
    top: -300px !important;
    height: calc(100% + 300px) !important;
}

/* nutritionWrap */

.nutritionWrap .elementor-widget-text-editor p a {
    font-family: 'Roboto Lt';
    font-weight: 500; 
}

/* rightWrap */

.rightWrap .box .elementor-widget-text-editor p {
    padding-bottom: 0;
}

/* helpWrap */

.helpWrap.welcomeWrap:before {
    top: 0 !important;
    height: calc(100% + 300px) !important;
}
.locationsWrap .lineBox:before {
    width: 2px;
    left: calc(50% - 1px);
}
/* faqWrap */

.faqWrap:before {
    height: 150px !important;
    top: auto !important;
    bottom: 0;
}
.faqWrap .e-n-accordion-item-title-text {
    font-size: 20px !important; 
    font-family: 'Roboto';
    font-weight: normal;
    transition: all .5s;
}
.faqWrap .e-n-accordion-item-title-icon {
    background: #ebebeb;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    justify-content: center;
}
.faqWrap .e-n-accordion-item .elementor-widget-text-editor p:last-child {
    padding-bottom: 0;
}
.faqWrap .e-n-accordion-item:last-child .e-n-accordion-item-title {
    border-bottom: none !important;
}
.faqWrap .e-n-accordion-item:last-child .e-con-boxed {
    border-top: 3px solid #F6F6F6;
    border-bottom: none;
}
.single-our_services .singlelcBnr .title .elementor-heading-title:after {
    display: none; 
}

/* innrBnner */

.innrBnner.bannerWrap .title .elementor-heading-title {
    font-size: 70px;
    line-height: 1;
}

/* enquiryWrap */

.enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
    font-size: 60px;
}

.enquiryWrap .elementor-widget-icon-list .elementor-icon-list-text {
    font-family: 'Roboto';
    font-weight: bold;  
} 
.enquiryWrap .elementor-widget-icon-list:after {
    content: '';
    background: #a5b3b6; 
    width: 100%;
    height: 2px;
    display: block;
    margin: 15px 0;
}

.enquiryWrap .elementor-widget-icon-list .elementor-icon-list-item {
    display: inline-block; 
}
.enquiryWrap .elementor-widget-text-editor ul {
    margin-left: 20px;
}

/* chooseWrap */

.chooseWrap .subTitle .elementor-heading-title {
    font-family: 'Tungsten';
    font-weight: 500;
    font-size: 44px;
    text-transform: uppercase; 
}

.overlayWrap:after {
    content: '';
    background: linear-gradient(to bottom, transparent 0%, #fef9f4 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}
.header nav.elementor-nav-menu--dropdown .menuBottom .button2 { 
    display: none !important; 
}



/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/

.e-parent.e-con-boxed > .e-con-inner > .inner-sec {
    --flex-direction: initial !important;
}   
/* Large desktop */
@media (min-width: 1025px) {
	
	 .e-parent.e-con-boxed > .e-con-inner {
		padding-left: 80px;
		padding-right: 80px;
	}	 
}

@media (min-width: 1600px) and (max-width: 1725px) {
    .expertiseWrap.processWrap .box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .expertiseWrap.processWrap .box .colorBox {
        padding-top: 30px;
    }
}
@media (min-width: 1441px) and (max-width: 1715px) {

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 18.8vw; 
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1600px) and (max-width: 1670px) {

	.scnTitle .elementor-heading-title {
	    font-size: 70px; 
	}
    .enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
        font-size: 56px;
    }


} 

/* Portrait tablet to landscape and desktop */
@media (min-width: 1441px) and (max-width: 1599px) {

	.supportWrap .scnTitle .elementor-heading-title {
	    font-size: 82px;
	    line-height: 80px;
	}

	.scnTitle .elementor-heading-title {
	    font-size: 64px; 
	}
    .expertiseWrap.processWrap .box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .expertiseWrap.processWrap .box .colorBox {
        padding-top: 30px;
    }
    .welcomeWrap.sportWrap .textBox {
        padding-right: 80px;
        padding-left: 50px;
    }
    .welcomeWrap.sportWrap .borderBox2 .textBox {
        padding-right: 50px;
        padding-left: 80px;
    }
    .enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
        font-size: 54px;
    }

}


@media (min-width: 1200px) and (max-width: 1440px) {

	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 40px;
		padding-right: 40px;
	}	

	p,
	.containerWrap ol li, 
	.containerWrap ul li {
		line-height: 28px; 
	}
	.footer .newsTitle .elementor-heading-title {
	    font-size: 54px;
	    line-height: 54px;
	}
	.footer .contactTitle .elementor-heading-title {
	    font-size: 34px;
	}
	.dbtn {
	    font-size: 20px !important;
	}
	.supportWrap .scnTitle .elementor-heading-title {
	    font-size: 70px;
	    line-height: 70px;
	}
	.supportWrap .scnTitle .elementor-heading-title label:after {
	    height: 20px;
	}
	.bigTitle .elementor-heading-title {
	    font-size: 100px;
	    line-height: 90px;
	}
	.scnTitle .elementor-heading-title {
	    font-size: 56px;
	    line-height: 56px;
	}

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 18.7vw; 
	}
    .expertiseWrap .freeTitle .elementor-heading-title {
        font-size: 36px;
        line-height: 42px;
    }
    .sportWrap .borderBox:before {
        top: 20px;
        height: calc(100% - 40px);
        left: 30px;
        width: calc(100% - 60px);
    } 
    .expertiseWrap .colorBox .elementor-widget-text-editor p {
        font-size: 16px;
        line-height: 25px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title {
        font-size: 18px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title:before {
        width: 20px;
        height: 20px;
    }
    .blogmenuWrap .elementor-nav-menu--main ul li a {
        font-size: 21px !important;
        letter-spacing: 2px;
        min-width: 130px;
    } 
    .newsletterBox .scnTitle .elementor-heading-title {
        font-size: 57px;
        line-height: 58px;
    }
    .newsletterBox .elementor-widget-text-editor p {
        font-size: 17.5px;
    }

    .bannerWrap.singlebgBnr .title .elementor-heading-title {
        font-size: 56px;
    }
    .singlebgBnr .elementor-widget-post-info .elementor-post-info__terms-list-item {
        font-size: 15px;
        padding: 9px 24px;
    }
    .singlenewsWrap .contentBox:has(.elementor-widget-theme-post-featured-image ) .elementor-widget-theme-post-featured-image {
        margin-top: -90px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content p {
        font-size: 17px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content h4 {
        font-size: 38px;
    }
    .singlenewsWrap .elementor-widget-author-box .elementor-author-box__text:before {
        font-size: 30px;
    }
    .singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle {
        padding: 20px;
    }
    .singlenewsWrap .wp-block-accordion-item .wp-block-accordion-panel {
        padding: 0px 20px 20px;
    }
    .faqWrap .e-n-accordion-item-title-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .faqWrap .e-n-accordion-item-title-text {
        font-size: 18px !important;
    } 
    .innrBnner.bannerWrap .title .elementor-heading-title {
        font-size: 54px;
    }  
    .enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
        font-size: 52px;
    }
    .enquiryWrap .elementor-widget-icon-list:after {
        margin: 12px 0;
    }
    .chooseWrap .subTitle .elementor-heading-title {
        font-size: 42px;
    }


}

@media (min-width: 1400px) and (max-width: 1440px) {

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 19vw; 
	}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1199px) {

	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	p,
	.containerWrap ol li, 
	.containerWrap ul li {
		line-height: 26px; 
	}
	.footer .newsTitle .elementor-heading-title {
	    font-size: 54px;
	    line-height: 54px;
	}
	.footer .contactTitle .elementor-heading-title {
	    font-size: 34px;
	}
	.formWrap .elementor-form-fields-wrapper .elementor-field-textual {
	    font-size: 18px;
	    padding: 10px 18px;
	    height: 55px;
	}
	.formWrap .elementor-form-fields-wrapper .elementor-field-type-submit {
	    margin-top: 10px;
	}	
	.dbtn {
	    font-size: 18px !important;
	    min-width: 144px;
    	padding: 12px 20px !important;
	}
	.bigBtn .dbtn {
	    font-size: 20px !important;  
	}
	.footer .copyrightText .elementor-icon-list-text {
	    font-size: 16px;
	}
	.supportWrap .scnTitle .elementor-heading-title {
	    font-size: 58px;
	    line-height: 54px;
	}
	.supportWrap .scnTitle .elementor-heading-title label:after {
	    height: 20px;
	    bottom: 0px;
	}
	.bigTitle .elementor-heading-title {
	    font-size: 80px;
	    line-height: 70px;
	}
	.scnTitle .elementor-heading-title {
	    font-size: 52px;
	    line-height: 46px;
	}
	.newsWrap .elementor-widget-theme-post-title .elementor-heading-title {
	    font-size: 20px;
	}
	.newsWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 16px;
	}
	.newsWrap .elementor-post-info__terms-list a {
	    font-size: 14px !important;
	}
	.newsWrap .arrowIcon .elementor-icon {
	    width: 36px;
	    height: 36px;
	}
	.newsWrap .swiper-pagination .swiper-pagination-bullet {
	    height: 5px;
	}

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 19vw; 
	}
    .expertiseWrap .freeTitle .elementor-heading-title {
        font-size: 32px;
        line-height: 36px;
    }
    .expertiseWrap:before {
        height: calc(100% + 230px) !important;
        top: -230px !important;
    }
    .sportWrap .borderBox:before {
        top: 20px;
        height: calc(100% - 40px);
        left: 30px;
        width: calc(100% - 60px);
    } 
    .registrationWrap:before {
        top: -90px !important;
        height: calc(100% + 90px) !important;
    }
    .expertiseWrap .colorBox .elementor-widget-text-editor p {
        font-size: 15px;
        line-height: 24px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title {
        font-size: 18px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title:before {
        width: 20px;
        height: 20px;
    }
    .blogmenuWrap .elementor-nav-menu--main ul li a {
        font-size: 20px !important;
        letter-spacing: 1px;
        min-width: 110px;
    } 
    .newsletterBox .scnTitle .elementor-heading-title {
        font-size: 50px;
        line-height: 56px;
    }
    .newsletterBox .elementor-widget-text-editor p {
        font-size: 15.4px;
    }

    .bannerWrap.singlebgBnr .title .elementor-heading-title {
        font-size: 50px;
    }
    .singlebgBnr .elementor-widget-post-info .elementor-post-info__terms-list-item {
        font-size: 15px;
        padding: 9px 24px;
    }
    .singlenewsWrap .contentBox:has(.elementor-widget-theme-post-featured-image ) .elementor-widget-theme-post-featured-image {
        margin-top: -80px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content ul li,
    .singlenewsWrap .elementor-widget-theme-post-content p {
        font-size: 17px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content h4 {
        font-size: 38px;
    }
    .singlenewsWrap .elementor-widget-author-box .elementor-author-box__text:before {
        font-size: 28px;
    }
    .singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle {
        padding: 20px;
    }
    .singlenewsWrap .wp-block-accordion-item .wp-block-accordion-panel {
        padding: 0px 20px 20px;
    }
    .faqWrap .e-n-accordion-item-title-icon {
        width: 38px !important;
        height: 38px !important;
    }
    .faqWrap .e-n-accordion-item-title-text {
        font-size: 16px !important;
    } 
    .innrBnner.bannerWrap .title .elementor-heading-title {
        font-size: 48px;
    }  
    .enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
        font-size: 48px;
    }
    .enquiryWrap .elementor-widget-icon-list:after {          
        margin: 10px 0;
    }
    .chooseWrap .subTitle .elementor-heading-title {
        font-size: 40px;
    }

    
 
}
@media (max-width: 1199px) {
    .bannerWrap.singlelcBnr .title .elementor-heading-title:after {
        opacity: 0;
        visibility: hidden; 
    }
    .bannerWrap.singlelcBnr .title .elementor-heading-title label {
        display: table;
        margin: 0 auto;
    } 
    .bannerWrap.singlelcBnr .title .elementor-heading-title label:after {
        content: '';
        display: block;
        background: #f58976;
        width: calc(100% + 40px);
        height: 20px;
        position: relative;
        z-index: -1;
        left: -20px;
        border-radius: 8px;
        margin: -15px auto 0;
    } 
    .bannerWrap.singlelcBnr .title .elementor-heading-title {
        line-height: 1;
    }
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	} 
	p,
	.containerWrap ol li, 
	.containerWrap ul li {
		line-height: 26px; 
	}
	.footer .newsTitle .elementor-heading-title {
	    font-size: 50px;
	    line-height: 50px;
	}
	.footer .contactTitle .elementor-heading-title {
	    font-size: 30px;
	}
	.formWrap .elementor-form-fields-wrapper .elementor-field-textual {
	    font-size: 16px;
        padding: 10px 16px;
        height: 50px;
	}
	.formWrap .elementor-form-fields-wrapper .elementor-field-type-submit {
	    margin-top: 10px;
	}	
	.dbtn {
	    font-size: 18px !important;
	    min-width: 134px;
    	padding: 12px 20px !important;
    	letter-spacing: 2px; 
	}
	.bigBtn .dbtn {
	    font-size: 20px !important;  
	}
	.footer .copyrightText .elementor-icon-list-text {
	    font-size: 15px;
	}  
	.supportWrap .scnTitle .elementor-heading-title {
	    font-size: 48px;
	    line-height: 48px;
	}
	.supportWrap .scnTitle .elementor-heading-title label:after {
	    height: 16px;
        bottom: 5px;
	}
	.supportWrap .box:after {
		content: '';
		background: linear-gradient(to right, #3A5A5F 0%, transparent 80%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px
	}
	.bigTitle .elementor-heading-title {
	    font-size: 76px;
	    line-height: 68px;
	}
	.scnTitle .elementor-heading-title {
	    font-size: 42px;
	    line-height: 38px;
	}
	.newsWrap .elementor-widget-theme-post-title .elementor-heading-title {
	    font-size: 18px;
	}
	.newsWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 15px;
	}
	.newsWrap .elementor-post-info__terms-list a {
	    font-size: 14px !important;
        margin-right: 10px;
	}
	.newsWrap .arrowIcon .elementor-icon {
	    width: 36px;
	    height: 36px;
	}
	.newsWrap .swiper-pagination .swiper-pagination-bullet {
	    height: 4px;
	} 

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 18.5vw; 
	} 
    .expertiseWrap .freeTitle .elementor-heading-title {
        font-size: 28px;
        line-height: 30px;
    }
    .expertiseWrap:before {
        height: calc(100% + 230px) !important;
        top: -230px !important;
    }
    .sportWrap .borderBox:before {
        top: 20px;
        height: calc(100% - 40px);
        left: 30px;
        width: calc(100% - 60px);
    } 
    .registrationWrap:before {
        top: -90px !important;
        height: calc(100% + 90px) !important;
    }
    .expertiseWrap .colorBox .elementor-widget-text-editor p {
        font-size: 15px;
        line-height: 24px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title {
        font-size: 16px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title:before {
        width: 20px;
        height: 20px;
    }
    .blogmenuWrap .elementor-nav-menu--main ul li a {
        font-size: 20px !important;
        letter-spacing: 1px;
        min-width: 110px;
    } 
    .newsletterBox .scnTitle .elementor-heading-title {
        font-size: 50px;
        line-height: 56px;
    }
    .newsletterBox .elementor-widget-text-editor p {
        font-size: 15.4px;
    }
    .newsletterBox {
        background-image: linear-gradient(180deg, #3A5A5F 55%, #345055 46%) !important;
    }
    .newsletterBox .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn {
        padding: 14px 24px !important;
    }

    .singlenewsWrap .iconBox {
        position: static !important;
    }
    .bannerWrap.singlebgBnr .title .elementor-heading-title {
        font-size: 44px;
    }
    .singlebgBnr .elementor-widget-post-info .elementor-post-info__terms-list-item {
        font-size: 14px;
        padding: 9px 24px;
    }
    .singlenewsWrap .contentBox:has(.elementor-widget-theme-post-featured-image ) .elementor-widget-theme-post-featured-image {
        margin-top: -70px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content ul li,
    .singlenewsWrap .elementor-widget-theme-post-content p {
        font-size: 17px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content h4 {
        font-size: 38px;
    }
    .singlenewsWrap .elementor-widget-author-box .elementor-author-box__text:before {
        font-size: 28px;
    }
    .singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle {
        padding: 20px;
    }
    .singlenewsWrap .wp-block-accordion-item .wp-block-accordion-panel {
        padding: 0px 20px 20px;
    }
    .faqWrap .e-n-accordion-item-title-icon {
        width: 38px !important;
        height: 38px !important;
    }
    .faqWrap .e-n-accordion-item-title-text {
        font-size: 16px !important;
    }
    .innrBnner.bannerWrap .title .elementor-heading-title {
        font-size: 42px;
    }  

    .enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
        font-size: 44px;
    }
    .enquiryWrap .elementor-widget-icon-list:after {          
        margin: 10px 0;  
    }
    .chooseWrap .subTitle .elementor-heading-title {
        font-size: 38px;
    }
    
} 
 
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
	 
	.e-parent.e-con-boxed > .e-con-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	p,
	.containerWrap ol li, 
	.containerWrap ul li {
		line-height: 24px; 
	}
	.footer .newsTitle .elementor-heading-title {
	    font-size: 50px;
	    line-height: 50px;
	}
	.footer .contactTitle .elementor-heading-title {
	    font-size: 30px;
	}
	.formWrap .elementor-form-fields-wrapper .elementor-field-textual {
	    font-size: 16px;
        padding: 10px 16px;
        height: 50px;
	}
	.formWrap .elementor-form-fields-wrapper .elementor-field-type-submit {
	    margin-top: 10px;
	}	
	.dbtn {
	    font-size: 18px !important;
	    min-width: 134px;
    	padding: 12px 20px !important; 
    	letter-spacing: 1.5px;
	}

	.bigBtn .dbtn {
	    font-size: 16px !important; 
	    min-width: 126px;
	    padding: 12px 10px !important;
	}
	.footer .copyrightText .elementor-icon-list-text {
	    font-size: 14px;
	}
	.supportWrap .scnTitle .elementor-heading-title {
	    font-size: 36px;
	    line-height: 36px;
	}
	.supportWrap .scnTitle .elementor-heading-title label:after {
	    height: 14px;
        bottom: 0px;
	}
	.supportWrap .box:after {
		content: '';
		background: linear-gradient(to right, #3A5A5F 0%, transparent 80%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px
	} 

    .bigTitle .elementor-heading-title {
	    font-size: 66px;
	    line-height: 66px;
	}
	.scnTitle .elementor-heading-title {
        font-size: 36px;
        line-height: 36px;
	}
	.newsWrap .elementor-widget-theme-post-title .elementor-heading-title {
	    font-size: 20px;
	}
	.newsWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 15px;
	}
	.newsWrap .elementor-post-info__terms-list a {
	    font-size: 14px !important;
	}
	.newsWrap .arrowIcon .elementor-icon {
	    width: 36px;
	    height: 36px;
	}
	.newsWrap .swiper-pagination .swiper-pagination-bullet {
	    height: 5px;
	} 

	.bigTitle .elementor-heading-title {
	    font-size: 76px;
	    line-height: 68px;
	}
	.scnTitle .elementor-heading-title {
	    font-size: 42px;
	    line-height: 38px;
	}
	.newsWrap .elementor-widget-theme-post-title .elementor-heading-title {
	    font-size: 18px;
	}
	.newsWrap .elementor-widget-theme-post-excerpt p {
	    font-size: 15px;
	}
	.newsWrap .elementor-post-info__terms-list a {
	    font-size: 14px !important;
	}
	.newsWrap .arrowIcon .elementor-icon {
	    width: 35px;
        height: 35px;
        margin-right: auto;
	}
	.newsWrap .swiper-pagination .swiper-pagination-bullet {
	    height: 4px;
	    width: 60px;
	}

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 17.8vw; 
	}

    .expertiseWrap .freeTitle .elementor-heading-title {
        font-size: 28px;
        line-height: 30px;
    }
    .expertiseWrap:before {
        height: calc(100% + 230px) !important;
        top: -230px !important;
    }
    .sportWrap .borderBox:before {
        top: 10px;
        height: calc(100% - 20px);
        left: 20px;
        width: calc(100% - 40px);
    } 
    .registrationWrap:before {
        top: -90px !important;
        height: calc(100% + 90px) !important;
    } 
    .expertiseWrap .colorBox .elementor-widget-text-editor p {
        font-size: 14px;
        line-height: 22px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title {
        font-size: 16px;
    }
    .locationsWrap .elementor-widget-posts .elementor-post__title:before {
        width: 20px;
        height: 20px;
    }
    .blogmenuWrap .elementor-nav-menu--main ul li a {
        font-size: 18px !important;
        letter-spacing: 1px;
        min-width: inherit;
    } 
    .newsletterBox .scnTitle .elementor-heading-title {
        font-size: 40px;
        line-height: 40px;
    }
    .newsletterBox .elementor-widget-text-editor p {
        font-size: 15.4px;
        line-height: 20px;
    }
    .newsletterBox {
        background-image: linear-gradient(180deg, #3A5A5F 55%, #345055 46%) !important;
    }
    .newsletterBox .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn {
        padding: 14px 24px !important;
    }
    .blogmenuWrap .elementor-nav-menu--main ul li {
        margin-bottom: 5px; 
    }

    .singlenewsWrap .iconBox {
        position: static !important;
    }
    .bannerWrap.singlebgBnr .title .elementor-heading-title {
        font-size: 36px;
    }
    .singlebgBnr .elementor-widget-post-info .elementor-post-info__terms-list-item {
        font-size: 14px;
        padding: 9px 24px;
    }
    .singlenewsWrap .contentBox:has(.elementor-widget-theme-post-featured-image ) .elementor-widget-theme-post-featured-image {
        margin-top: -70px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content ul li,
    .singlenewsWrap .elementor-widget-theme-post-content p {
        font-size: 16px;
    }
    .singlenewsWrap .elementor-widget-theme-post-content h4 {
        font-size: 38px;
    }
    .singlenewsWrap .elementor-widget-author-box .elementor-author-box__text:before {
        font-size: 24px;
    }
    .singlenewsWrap .wp-block-accordion-heading__toggle-title {
        font-size: 16px;
    }
    .singlenewsWrap .wp-block-accordion .wp-block-accordion-heading__toggle {
        padding: 20px;
    }
    .singlenewsWrap .wp-block-accordion-item .wp-block-accordion-panel {
        padding: 0px 20px 20px;
    }
    .locationsWrap .lineBox:before {
        width: 100px;
        height: 2px;
        top: calc(50% - 1px);
        left: 0;
    }
    .faqWrap .e-n-accordion-item-title-icon {
        width: 30px !important;
        height: 30px !important;
        position: absolute !important;
        right: 0;
        top: calc(50% - 15px);
    }
    .faqWrap .e-n-accordion-item-title-text {
        font-size: 15px !important;
    }
    .faqWrap .e-n-accordion-item-title {
        display: block !important;
        position: relative;
        padding-right: 40px !important; 
    }
     .innrBnner.bannerWrap .title .elementor-heading-title {
        font-size: 32px;
    } 
    .enquiryWrap .scnTitle.scnTitle2 .elementor-heading-title {
        font-size: 40px;
    }
    .enquiryWrap .elementor-widget-icon-list:after {          
        margin: 10px 0;
    }
    .chooseWrap .subTitle .elementor-heading-title {
        font-size: 34px;
    }
    .enquiryWrap .textBox:before {
        content: '';
        background: #3A5A5F;
        opacity: .4;
    }
    .enquiryWrap .elementor-widget-text-editor ul {
        text-align: left;
    }


}
@media (min-width: 575px) and (max-width: 767px) {

	.footer .infoBox .box {
		width: 33.33% !important;
	}

}
     
/* Landscape phones and down */
@media (max-width: 480px) { 

	.footer .rjbigTitle .elementor-heading-title { 
	    font-size: 17.2vw; 
	}
    .locationsWrap .elementor-widget-posts .elementor-posts {
        grid-template-columns: repeat(1, 1fr);
        max-width: 250px;
        margin: 0 auto;
    }
    .locationsWrap .elementor-posts:before {
        display: none;
    }


}