/*
Theme Name: aalthara
*/

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-Light.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-Italic.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../aalthara/assets/fonts/Oswald-Bold.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../aalthara/assets/fonts/Oswald-Medium.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../aalthara/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../aalthara/assets/fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../aalthara/assets/fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





body {
    --PrimaryColor: #292447;
    --YellowColor: #ffd900;

    --LightBg: #eeeef1;
    --headingColor: #292447;
    --textcolor: #474650;
    --textcolorBlue: #bdbcc3;
    --whitecolor: #ffffff;
    --borderColor: #c6c4ce;
    --BgColor: #fff;
    font-family: 'Inter 18pt', sans-serif !important;
    --headingfont: 'Oswald', sans-serif !important;
    background:  var(--whitecolor) ;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Inter 18pt', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.integrations-scroll .slick-dots,
.features-scroll .slick-dots,
.testimonialswrapper-scroll .slick-dots {
	bottom: -25px !important;
}

.integrations-scroll .slick-dots li button,
.features-scroll .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.integrations-scroll .slick-dots li button,
.features-scroll .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.integrations-scroll li button:before,
.features-scroll li button:before,
.testimonialswrapper-scroll li button:before {
	display: none;
	visibility: hidden;
}

.integrations-scroll .slick-dots li.slick-active button,
.features-scroll .slick-dots li.slick-active button,
.testimonialswrapper-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.integrations-scroll .slick-dots li.slick-active button,
.features-scroll .slick-dots li.slick-active button,
.testimonialswrapper-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.integrations-scroll .slick-dots li button,
.features-scroll .slick-dots li button,
.testimonialswrapper-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-moz-selection {
    background: var(--PrimaryColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(41, 36, 71, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(41, 36, 71, 1);
}

.headerwrapper-div{
    width: 100%;
    background: rgba(255, 217, 0, 1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    padding-bottom: 10px;
    transition-duration: 0.3s;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.headerwrapper-topsection{
    width: 100%;
    min-height: 40px;
    background: rgba(0, 0, 0, .1);
    transition-duration: 0.3s;
}

.headerwrapper-div .logodiv{
    width: 350px;
    height: 130px;
    transition-duration: 0.3s;
    position: relative;
    display: block;
    background: url(../aalthara/assets/img/header-logo.png) no-repeat;
    z-index: 100;
    margin-top: -30px;
}

.headerwrapper-div #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-weight: 500 !important;
}

.headerwrapper-div .col-lg-7{
    text-align: right;
}

.headerwrapper-div .col-lg-7 h6{
    width: auto;
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 14px;
    line-height: 40px;
}

.headerwrapper-div .col-lg-7 h6 i{
    margin-right: 5px;
}

.headerwrapper-div .col-lg-7 h6 a{
    color: var(--headingColor);
}

.headerwrapper-div .col-lg-6 h6 i{
    margin-right: 8px;
}

.headerwrapper-div .col-lg-7 h6:first-child{
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 19px;
    margin-right: 15px;
}

.headerwrapper-div .col-lg-7 h6 span{
    margin: 0px 10px;
}

.headerwrapper-div .col-lg-9{
    transition-duration: 0.3s;
    padding-top: 36px;
}

.headerwrapper-div .socialmedia-icons{
    width: auto;
    padding: 0;
    margin: 0px 0px 0px 200px;
    display: flex;
    position: relative;
    z-index: 200;
}

.headerwrapper-div .socialmedia-icons li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.headerwrapper-div .socialmedia-icons li a{
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 13px;
    background: none;
    display: inline-block;
    width: 40px;
    text-align: center;
    color: var(--headingColor);
}

.headerwrapper-div .socialmedia-icons li a:hover{
    background: var(--headingColor);
    color: var(--whitecolor);
}

.headerwrapper-div .headerwrapper-topsection .col-lg-6{
    position: relative;
}

.headerwrapper-div .headerwrapper-topsection .col-lg-6:first-child:before{
    width: 175px;
    height: 35px;
    background: var(--YellowColor);
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.f-nav .headerwrapper-div{
    background: rgba(255, 217, 0, 0.9);
    -webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.20); 
    box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.20);
}


.f-nav .headerwrapper-topsection{
    margin-top: -40px;
}

.f-nav .headerwrapper-div .logodiv{
    margin-top: 8px;
    width: 186px;
    height: 52px;
    background-position: 0px -130px;
}

.f-nav .headerwrapper-div .col-lg-9{
    padding-top: 16px;
}

.f-nav .headerwrapper-div{
    padding-bottom: 8px;
}

.footer-wrapper-div{
    width: 100%;
    padding-bottom: 15px;
    padding-top: 30px;

    background: url(../aalthara/assets/img/footer-bg.jpg) no-repeat center center fixed var(--PrimaryColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-wrapper-div .footer-credencials{
    width: 100%;
    padding: 18px 0px;
    background: var(--whitecolor);
}

.footer-wrapper-div .footer-credencials p{
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child{
    text-align: right;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child a{
    color: var(--textcolor);
    text-decoration: none;
    font-weight: 500;
}

.footer-wrapper-div .footer-credencials .col-lg-6:last-child a:hover{
    color: var(--PrimaryColor);
}

.footer-wrapper-div .footertop-section{
    width: 100%;
    min-height: 120px;
    background: var(--BgColor);
    border-radius: 10px;
    position: relative;
    display: block;
    padding: 0px 30px;
}   

.footer-wrapper-div .footertop-section:after{
    width: 90%;
    left: 5%;
    height: 5px;
    background: var(--YellowColor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -5px;
    content: '';
}

.footer-wrapper-div .footertop-section h2{
    width: 100%;
    padding: 0px 0px 0px 95px;
    margin: 26px 0px 0px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    font-family: var(--headingfont) !important;
    font-size: 28px;
    line-height: 34px;
    position: relative;
}

.footer-wrapper-div .footertop-section h2::before{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../aalthara/assets/img/download-icon.jpg) no-repeat;
    content: '';
    border-radius: 50%;
    top: 50%;
    margin-top: -40px;
}

.readmore-btn{
    background: var(--PrimaryColor);
    padding: 0px 40px 0px 10px;
    color: var(--whitecolor);
    font-size: 15px;
    display: inline-block;
    min-height: 46px;
    min-width: 170px;
    position: relative;
    line-height:46px;
    font-weight: 500;
    border-radius: 25px;
    text-align: center;
    transition-duration: 0.3s;
}

.readmore-btn span{
    width: 36px;
    height: 36px;
    background: var(--whitecolor);
    color: var(--headingColor);
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    transition-duration: 0.3s;
}

.readmore-btn:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.readmore-btn:hover span{
    background: var(--PrimaryColor);
    color: var(--YellowColor);
    transform: rotate(-35deg);
}

.footertop-section .col-lg-6:last-child .readmore-btn{
    float: right;
    margin: 36px 0px 0px 0px;
    text-align: center !important;
}

.footertop-section .col-lg-6:last-child p{
    width: auto;
    padding: 0;
    margin: 35px 0px 0px 0px;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
}

.footer-linkswrap .col-lg-3 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
    font-family: var(--headingfont) !important;
    font-size: 26px;
    text-transform: uppercase;
}

.footer-linkswrap .col-lg-3 p{
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--textcolorBlue);
    font-size: 15px;
    line-height: 24px;
}

.footer-linkswrap .col-lg-3 p a{
    color: var(--textcolorBlue);
    text-decoration: none;
}

.footer-linkswrap .col-lg-3 p b{
    color: var(--whitecolor);
}

.footer-linkswrap .col-lg-3 .footer-logo{
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.footer-linkswrap .col-lg-3 .footer-logo img{
    width: auto;
    height: 160px;
    object-fit: contain;
}

.footer-linkswrap .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    display: block;
    text-align: left;
}

.footer-linkswrap .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footer-linkswrap .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footer-linkswrap .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-linkswrap .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-linkswrap .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footer-linkswrap .socialmedia-icons li a.tw {
    background: #000000;
}

.footer-linkswrap .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footer-linkswrap .socialmedia-icons li a.in {
    background: #f6523f;
}

.footer-linkswrap .socialmedia-icons li a.em{
    background: #ec4134;
}

.footer-linkswrap .footlink ul{
    width: 100%;
    padding: 0px;
    margin: 0;
}

.footer-linkswrap .footlink ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
}

.footer-linkswrap .footlink ul li:last-child{
    margin-bottom: 0px;
}

.footer-linkswrap .footlink ul li a{
    width: 100%;
    display: block;
    line-height: normal;
    color: var(--textcolorBlue);
    line-height: normal;
    transition-duration: 0.3s
}

.footer-linkswrap .footlink ul li a:hover{
    color: var(--YellowColor);
}

.footer-linkswrap{
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer-linkswrap .schedulelink ul{
    width: 100%;
    padding: 0px;
    margin: 0;
}

.footer-linkswrap .schedulelink ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
}

.footer-linkswrap .schedulelink ul li:last-child{
    margin-bottom: 0px;
}

.footer-linkswrap .schedulelink ul li a{
    text-decoration: none;
    color: var(--textcolorBlue);
    line-height: normal;
}

.footer-linkswrap .schedulelink ul li a:hover h5{
    color: var(--YellowColor);
}

.footer-linkswrap .schedulelink ul li a:hover h6{
    color: var(--whitecolor);
}

.footer-linkswrap .schedulelink ul li a h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--textcolorBlue);
    font-weight: normal;
    transition-duration: 0.3s;
}

.footer-linkswrap .schedulelink ul li a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 13px;
    color: var(--YellowColor);
    font-weight: normal;
    transition-duration: 0.3s;
}

.banner-wrapper{
    width: 100%;
    overflow: hidden;
    background: #000000;
    margin-top: 150px;
    min-height: 580px;
    position: relative;
}

.banner-wrapper img{
    width: 100%;
    height: 580px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    opacity: 0.75;
}

.banner-caption-wrap{
    width: 100%;
    height: 580px;
    display: table;

   

}

.banner-caption-wrap .banner-caption-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
    text-align: center;
     
}

.banner-caption-wrap .banner-caption-align::before{
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 34%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: -1;
    opacity: 0.4;
}

.banner-caption-wrap .banner-caption-align h1{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 60px;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.45);
}

.banner-caption-wrap .banner-caption-align p{
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    line-height: 24px;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.45);
}

.banner-caption-wrap .banner-caption-align .readmore-btn{
    margin-top: 30px;
    background: none;
    background: rgba(255, 255, 255, .75);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--headingColor);
}

.banner-caption-wrap .banner-caption-align .readmore-btn span{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.banner-caption-wrap .banner-caption-align .readmore-btn:hover{
    background: rgba(255, 217, 0, .75);
}

.banner-caption-wrap .banner-caption-align .readmore-btn:hover span{
    color: var(--YellowColor);
}


.banner-wrapper .carousel-control-prev, .banner-wrapper .carousel-control-next{
    z-index: 600;
}

.banner-bottom-links{
    width: 100%;
    background: var(--PrimaryColor);
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}

.banner-bottom-links:after{
    width: 90%;
    left: 5%;
    height: 5px;
    background: var(--YellowColor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -5px;
    content: '';
}

.banner-bottom-links .row{
    margin-left: 0px;
    margin-right: 0px;
}

.banner-bottom-links .row .col-lg-3{
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.banner-bottom-links .row .col-lg-3:last-child{
    border-right: none;
}

.banner-bottom-links .row .col-lg-3 a{
    width: 100%;
    height: 120px;
    display: table;
    text-align: left;
    padding: 0px 30px 0px 125px;
    position: relative;
    transition-duration: 0.3s
}

.banner-bottom-links .row .col-lg-3 a h5{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: var(--textcolorBlue);
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--headingfont) !important;
    position: relative;
    transition-duration: 0.3s
}

.banner-bottom-links .row .col-lg-3 a:hover h5{
    color: var(--whitecolor);
}

.banner-bottom-links .row .col-lg-3 a span{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -40px;
    background: var(--whitecolor);
    border-radius: 50%;
    display: inline-block;
    transition-duration: 0.3s
}

.banner-bottom-links .row .col-lg-3 a:hover span{
    background: var(--YellowColor);
    transform: rotateY(180deg);
}

.banner-bottom-links .row .col-lg-3 a span img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.homeheading-con h2{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
}

.homeheading-con h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--headingColor);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.homeheading-con h6 span{
    display: inline-block;
    border: 1px solid var(--borderColor);
    position: relative;
    padding: 0px 20px 0px 30px;
    border-radius: 20px;
    line-height: 26px;
}

.homeheading-con h6 span::before{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -9px;
    content: '';
    background: url(../aalthara/assets/img/football-icon.png) no-repeat;
}

.homeheading-con{
    margin-bottom: 40px;
}

.welcome-heading-wrapper{
    width: 100%;
    margin-top: 120px;
}

.welcome-heading-wrapper .col-xl-7 p{
    text-align: justify;
}

.welcome-heading-wrapper .col-xl-7 .readmore-btn{
    margin-top: 20px;
}

.welcome-heading-wrapper .col-xl-5 img{
    width: 100%;
    height: 535px;
    object-fit: cover;
    border-radius: 20px;
}

.newsevents-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: 100px;
}

.newsevents-wrapper .homeheading-con{
    text-align: center;
}

.newsevents-itemcon{
    width: 100%;
    background: var(--whitecolor);
    border-radius: 10px;
    display: block;
    position: relative;
    padding: 20px 20px 0px 20px;
    border: 1px solid var(--whitecolor);
}

.newsevents-itemcon:hover{
    border-color: var(--PrimaryColor);
}

.newsevents-itemcon .newsevents-image{
    width: 100%;
    height: 230px;
    background: var(--headingColor);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    transition-duration: 0.3s;
    position: relative;
}

.newsevents-itemcon .newsevents-image img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.newsevents-itemcon .newsevents-image span{
    background: var(--YellowColor);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 0px 15px;
    border-radius: 15px;
}

.newsevents-itemcon .newsevents-content{
    width: 100%;
    padding: 0px 0px 10px 0px;
    display: table;
    height: 100px;
}

.newsevents-itemcon .newsevents-content h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 16px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    transition-duration: 0.3s;
}

.newsevents-itemcon:hover h6{
    color: var(--headingColor);
}

.newsevents-itemcon:hover .newsevents-image img{
    opacity: 0.25;
}

.newsevents-itemcon .newsevents-image i{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 40%;
    margin-top: -9px;
    color: var(--whitecolor);
    font-size: 20px;
    z-index: 100;
    transition-duration: 0.3s;
    opacity: 0;
}

.newsevents-itemcon:hover .newsevents-image i{
    opacity: 1;
    top: 50%;
}

.yellowbar-wrappper{
    width: 100%;
    background: var(--YellowColor);
    text-align: center;
    position: relative;
}

.yellowbar-wrappper .col-lg-3 h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.yellowbar-wrappper .col-lg-3 h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 4px 0px 0px 0px;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.yellowbar-wrappper .row{
    margin-left: 0px;
    margin-right: 0px;
}

.yellowbar-wrappper .row .col-lg-3{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    border-left: 1px solid rgba(0,0,0,0.1);
    width: 20%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.yellowbar-wrappper .row .col-lg-3:last-child{
    border-right: 1px solid rgba(0,0,0,0.1);
}

.news-scroll,
.coachingstaff-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.news-scroll .col-lg-4,
.coachingstaff-scroll .col-lg-3{
    padding-left: 12px;
    padding-right: 12px;
}

.partnerlogo-scroll{
    margin-left: -6px;
    margin-right: -6px;
    margin-top: 15px;
}

.partnerlogo-scroll .col-lg-3{
    padding-left: 6px;
    padding-right: 6px;
}

.ourpartners-wrapper{
    width: 100%;
    padding-top: 0px;
    margin-top: 100px;
    background: #EEEEF1;
    background: linear-gradient(180deg,rgba(238, 238, 241, 1) 0%, rgba(0, 0, 0, 0) 100%);

}

.ourpartners-wrapper .col-lg-6 h5{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.ourpartners-wrapper .col-lg-6:last-child{
    text-align: right;
}

.ourpartners-wrapper .col-lg-6:last-child a{
    color: var(--headingColor);
    padding: 0;
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

.ourpartners-wrapper .col-lg-6:last-child a i{
    margin-left: 5px;
}

.ourpartners-wrapper .partners-logo-item{
    width: 100%;
    border: 1px solid var(--borderColor);
    background: var(--whitecolor);
    height: 100px;
    border-radius: 8px;
    text-align: center;
    display: table;
}

.ourpartners-wrapper .partners-logo-item span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ourpartners-wrapper .partners-logo-item span img{
    max-width: 90%;
    max-height: 80px;
    object-fit: contain;
    display: inline-block;
}

.registernow-wrapper{
    width: 100%;
    margin-top: 80px;
    min-height: 160px;
    background: var(--PrimaryColor);
    border-radius: 10px;
    position: relative;
    padding: 0px 45px;
}

.registernow-wrapper .col-lg-4{
    text-align: right;
}

.registernow-wrapper .col-lg-4 .readmore-btn{
    display: inline-block;
    background: var(--whitecolor);
    color: var(--headingColor);
    position: relative;
    top: 57px;
}

.registernow-wrapper .col-lg-4 .readmore-btn:hover{
    background: var(--YellowColor);
}

.registernow-wrapper .col-lg-4 .readmore-btn span{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.registernow-wrapper .col-lg-4 .readmore-btn:hover span{
    color: var(--YellowColor);
}

.registernow-wrapper .col-lg-8 h3{
    text-transform: uppercase;
    color: var(--whitecolor);
    font-family: var(--headingfont) !important;
    font-size: 28px;
    padding: 0;
    margin: 44px 0px 0px 150px;
    position: relative;
}

.registernow-wrapper .col-lg-8 h3::before{
    width: 120px;
    height: 120px;
    position: absolute;
    left: -150px;
    top: 50%;
    margin-top: -60px;
    background: url(../aalthara/assets/img/registerationicon.jpg) no-repeat;
    content: '';
    border-radius: 50%;
    display: inline-block;
}

.registernow-wrapper .col-lg-8 h3 b{
    color: var(--YellowColor);
    font-weight: normal;
}

.whychooseus-wrapper{
    width: 100%;
    background: var(--PrimaryColor);
    margin-top: 100px;
}

.whychooseus-wrapper .col-lg-6{
    position: relative;
}

.whychooseus-wrapper .col-lg-6:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
}

.whychooseus-wrapper .whychoose-item{
    width: 100%;
    position: relative;
    display: block;
    padding-left: 130px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.whychooseus-wrapper .whychoose-item p{
    padding: 0;
    margin: 0;
    color: var(--textcolorBlue);
}

.whychooseus-wrapper .whychoose-item h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--whitecolor);
    font-weight: 600;
    font-size: 18px;
}

.whychooseus-wrapper .whychoose-item img{
    width: 102px;
    height: 102px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -51px;
}

.whychoose-text-wrap{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 100;
}

.whychoose-text-wrap .whychoose-textmiddle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 75px;
}

.whychoose-text-wrap .whychoose-textmiddle .homeheading-con h2{
    color: var(--whitecolor);
}

.whychoose-text-wrap .whychoose-textmiddle .homeheading-con h6{
    color: var(--YellowColor);
}

.whychoose-text-wrap .whychoose-textmiddle p{
    color: var(--textcolorBlue);
}

.whychoose-text-wrap .whychoose-textmiddle .homeheading-con h6 span{
    border: 1px solid rgba(255, 255, 255, .25);
}

.whychoose-text-wrap .whychoose-textmiddle .homeheading-con h6 span::before{
    background: url(../aalthara/assets/img/football-icon-yellow.png);
}

.whychoose-text-wrap .whychoose-textmiddle .readmore-btn{
    margin-top: 35px;
    background: var(--whitecolor);
    color: var(--PrimaryColor);
}

.whychoose-text-wrap .whychoose-textmiddle .readmore-btn span{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
}

.whychoose-text-wrap .whychoose-textmiddle .readmore-btn:hover{
    background: var(--YellowColor);
}

.whychoose-text-wrap .whychoose-textmiddle .readmore-btn:hover span{
    color: var(--YellowColor);
}

.whychooseus-wrapper .col-lg-6:first-child::before{
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 45px;
    background: url(../aalthara/assets/img/whychoose-image.jpg) no-repeat;
    background-size: 100% 100%;
    content: '';
}

.schedule-team-wrapper{
    margin-top: 100px;
}

.soccercamp-wrapper{
    width: 100%;
    height: 445px;
    background: url(../aalthara/assets/img/soccer-camps.jpg) no-repeat var(--PrimaryColor);
    background-size: 100% 100%;
    border-radius: 10px;
    display: table;
    padding: 0px 40px 45px 40px;
    overflow: hidden;
}

.soccercamp-wrapper .soccercamp-text{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.soccercamp-wrapper .soccercamp-text h4{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 38px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.soccercamp-wrapper .soccercamp-text p{
    color: var(--textcolorBlue);
    line-height: 24px;
    padding: 0;
    margin: 10px 0px 30px 0px;
}

.soccercamp-wrapper .soccercamp-text a{
    color: var(--textcolorBlue);
    font-weight: 600;
    font-size: 15px;
    transition-duration: 0.3s;
}

.soccercamp-wrapper .soccercamp-text a i{
    margin-left: 3px;
    transition-duration: 0.3s;
}

.soccercamp-wrapper .soccercamp-text a:hover{
    color: var(--YellowColor);
}

.soccercamp-wrapper .soccercamp-text a:hover i{
    margin-left: 8px;
}


.ourteam-wrapper{
    width: 100%;
    height: 445px;
    background: url(../aalthara/assets/img/ourteam-bg.jpg) bottom no-repeat var(--LightBg);
    background-size: 100% auto;
    border-radius: 10px;
    display: table;
    padding: 45px 40px 0px 40px;
    overflow: hidden;
    text-align: center;
}

.ourteam-wrapper .soccercamp-text{
    width: 100%;
    display: table-cell;
    vertical-align: top;
}



.ourteam-wrapper .soccercamp-text h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 38px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.ourteam-wrapper .soccercamp-text p{
    color: var(--textcolor);
    line-height: 24px;
    padding: 0;
    margin: 10px 0px 30px 0px;
}

.ourteam-wrapper .soccercamp-text a{
    color: var(--textcolor);
    font-weight: 600;
    font-size: 15px;
    transition-duration: 0.3s;
}

.ourteam-wrapper .soccercamp-text a i{
    margin-left: 3px;
    transition-duration: 0.3s;
}

.ourteam-wrapper .soccercamp-text a:hover{
    color: var(--PrimaryColor);
}



.schedule-wrapper{
    width: 100%;
    height: 445px;
    border-radius: 10px;
    display: block;
    padding: 45px 30px 0px 40px;
    text-align: left;
    border: 2px solid var(--PrimaryColor);
}

.schedule-team-wrapper .col-lg-4{
    position: relative;
}


.schedule-team-wrapper .col-lg-4:nth-child(1):before{
    width: 240px;
    height: 480px;
    position: absolute;
    right: 0px;
    top: 40px;
    background: url(../aalthara/assets/img/scheduleimage.jpg) no-repeat;
    content: '';
    z-index: -1;
}

.schedule-wrapper h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 38px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    text-align: left;
}

.schedule-wrapper ul{
    width: 100%;
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 15px 0px;
    position: relative;
    overflow: scroll;
    height: 246px;
}

.schedule-wrapper ul::-webkit-scrollbar {
    width: 4px;
    height: 0px;
}

.schedule-wrapper ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 6px 0px;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
}

.schedule-wrapper ul li:last-child{
    margin-bottom: 0px;
}

.schedule-wrapper ul li a{
    width: 100%;
    position: relative;
    background: rgba(218,218,222,0.6);
    display: block;
    color: var(--textcolor);
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    line-height: 44px;
    padding: 0px 40px 0px 15px;
    transition-duration: 0.3s;
        -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.schedule-wrapper ul li a:hover{
    background: var(--YellowColor);
}

.schedule-wrapper ul li a .fa-chevron-right{
    position: absolute;
    top: 15px;
    right: 10px;
    color: var(--headingColor);
}


.schedule-wrapper ul li a i{
    margin-right: 4px;
}

.schedule-wrapper ul li a b{
    margin: 0px 5px;
    font-weight: normal;
}

.schedule-wrapper ul li a span{
    width: calc(100% - 0px);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding-top: 0px;
}


.schedule-wrapper .viewmorebtn{
    color: var(--textcolor);
    font-weight: 600;
    font-size: 15px;
    transition-duration: 0.3s;
    display: inline-block;
}

.schedule-wrapper .viewmorebtn i{
    margin-left: 4px;
    transition-duration: 0.3s;
}

.schedule-wrapper .viewmorebtn:hover i{
    margin-left: 8px;
}

.schedule-wrapper .viewmorebtn:hover{
    color: var(--PrimaryColor);
}


.testimonials-wrap{
    width: 100%;
    margin-top: 120px;
}

.testimonials-wrap .container{
    position: relative;
}

.testimonials-wrap .container::before{
    width: 178px;
    height: 138px;
    position: absolute;
    top: -45px;
    right: 12px;
    background: url(../aalthara/assets/img/testimonial-icon.jpg) no-repeat;
    content: '';
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con{
    width: 100%;
    display: table;
    background: var(--LightBg);
    height: 200px;
    padding: 0px 45px;
    border-radius: 10px;
    position: relative;
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con::before{
    width: 43px;
    height: 33px;
    position: absolute;
    left: 50px;
    bottom: -33px;
    background: url(../aalthara/assets/img/testimonial-bottom-arrow.png) no-repeat;
    content: '';
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con div{
    display: table-cell;
    vertical-align: middle;
}

.testimonials-wrap .testimonials-item .testimoniasl-content-con div p{
    padding: 0;
    margin: 0;
    font-style: italic;
}

.testimonials-wrap .testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    margin-top: 20px;
    min-height: 80px;
    padding-left: 220px;
    padding-top: 16px;
}

.testimonials-wrap .testimonials-item .testimonials-footer span{
    width: 80px;
    height: 80px;
    background: url(../aalthara/assets/img/testipropic-icon.png) no-repeat var(--LightBg);
    border-radius: 50%;
    position: absolute;
    left: 120px;
    top: 0px;
    display: block;
    overflow: hidden;
}

.testimonials-wrap .testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.testimonials-wrap .testimonials-item .testimonials-footer h6{
    width: auto;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: var(--textcolor);
    font-size: 14px;
}

.testimonials-wrap .testimonials-item .testimonials-footer h4{
    width: auto;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    color: var(--headingColor);
    font-size: 20px;
    display: block;
}

.testimonials-wrap .col-lg-4{
    position: relative;
}

.testimonials-wrap .col-lg-4 img{
    position: absolute;
    right: 45px;
    bottom: -45px;
    width: 416px;
    height: 538px;
    z-index: 100;
}

.testimonials-wrap .col-lg-4::before{
    width: 800px;
    height: 80px;
    background: var(--PrimaryColor);
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 10;
}

.testimonials-wrap .col-lg-4::after{
    width: 135px;
    height: 90px;
    background: url(../aalthara/assets/img/testimonial-curve.svg) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: 15;
}

.testimonials-wrap .slick-dots{
    text-align: right;
    bottom: 45px !important; 
}


.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}


.footer-mobile-menu{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1040;
    background: var(--YellowColor);

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);

    
}

.footer-mobile-menu .container,
.footer-mobile-menu .container .row,
.footer-mobile-menu .container .col-3{
    padding: 0px;
    margin: 0;
}

.footer-mobile-menu .container .col-3{
    width: 20%;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.footer-mobile-menu .container .col-3:last-child{
    border-right: none;
}

.footer-mobile-menu .container .col-3 button,
.footer-mobile-menu .container .col-3 a{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: var(--PrimaryColor);
    font-size: 12px;
    height: 40px;
    transition-duration: 0.3s;
    background: none;
    text-align: center;
    line-height: 40px;
    display: block;
    font-weight: 600;
}

.footer-mobile-menu .container .col-3 button i,
.footer-mobile-menu .container .col-3 a i{
    font-size: 11px;
    margin-right: 4px;
}


.mobilemenu-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1030;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: table;
    padding-bottom: 40px;
    transition-duration: 0.3s;
}

.mobilemenu-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.mobilemenu-middlealign .mobilemenu-con{
    width: 100%;
    background: var(--LightBg);
    padding: 20px 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6{
    margin-top: 4px;
    margin-bottom: 4px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a{
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    position: relative;
    background: var(--whitecolor);
    border: 1px solid var(--borderColor);
    color: var(--headingColor);
    white-space: normal;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-size: 15px;
    font-weight: 600;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6 font {
    display: inline-block;
    background: #3ea325;
    color: var(--whitecolor);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    position: relative;
    top: -1px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6  a p{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
    line-height: normal;
}

.mobilemenu-wrapper{
    display: none;
    visibility: hidden;
}

.innerpage-banner-wrapper{
    width: 100%;
    margin-top: 150px;
    background: var(--LightBg);
    text-align: center;
    height: 280px;
    display: table;
    overflow: hidden;
    position: relative;
}

.innerpage-banner-wrapper img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 280px;
    opacity: 0.1;
    object-fit: cover;
}

.innerpage-banner-wrapper .innerpage-banner-middle{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.innerpage-banner-wrapper .innerpage-banner-middle h2{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 48px;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb{
    width: 100%;
    display: block;
    text-align: center;
}

.innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb li{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb li a{
    color: var(--headingColor);
    text-decoration: none;
    font-weight: 600;
}

.innerpage-banner-wrapper .innerpage-banner-middle .breadcrumb li a i{
    font-size: 12px;
    position: relative;
    margin-right: 5px;
}

.innerpage-content-con{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
}

.enquiryform-wrapper .col-lg-6 p,
.enquiryform-wrapper .col-lg-12 p,
.enquiryform-wrapper .col-lg-3 p{
    padding: 0;
    margin: 0;
}

.enquiryform-wrapper .col-lg-3 p{
    position: relative;
}

.enquiryform-wrapper .col-lg-6{
    padding-bottom: 15px;
}

.enquiryform-wrapper .col-lg-6 input{
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background: var(--LightBg);
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 15px;
    color: var(--textcolor);
}

.enquiryform-wrapper .col-lg-12 textarea{
    width: 100%;
    height: 95px;
    border: none;
    outline: none;
    background: var(--LightBg);
    border-radius: 3px;
    padding: 5px 10px 0px 10px;
    font-size: 15px;
    color: var(--textcolor);
}

.enquiryform-wrapper .submit-btn{
    background: var(--PrimaryColor);
    padding: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-size: 14px;
    display: inline-block;
    min-height: 46px;
    min-width: 170px;
    position: relative;
    line-height: 46px;
    font-weight: 500;
    border-radius: 25px;
    text-align: center;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 5px;
}

.enquiryform-wrapper .submit-btn:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.wpcf7-not-valid-tip{
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output{
    text-align: center;
    font-size: 13px;
    padding: 6px 0px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.getintouch-wrapper{
    width: 100%;
    background: var(--PrimaryColor);
    border-radius: 10px;
    padding: 0px 45px;
    text-align: left;
    display: table;
    min-height: 520px;
}

.getintouch-wrapper .getintouch-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.getintouch-wrapper .getintouch-middlealign h6{
    width: 100%;
    padding: 0px 0px 12px 0px;
    margin:  0px 0px 12px 0px;
    color: var(--textcolorBlue);
    font-weight: normal;
    line-height: 22px;
    border-bottom: 1px dashed rgba(255, 255, 255, .15);
}

.getintouch-wrapper .getintouch-middlealign h6:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.getintouch-wrapper .getintouch-middlealign h6 a{
    color: var(--textcolorBlue);
    text-decoration: none;
}

.getintouch-wrapper .getintouch-middlealign h6 strong{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
}

.getintouch-wrapper .getintouch-middlealign h4{
        width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}

.eventspage-con .col-lg-4 .newsevents-itemcon{
    background: var(--LightBg);
    margin: 12px 0px;
}

.abouttop-section .col-lg-8 p{
    text-align: justify;
}

.abouttop-section .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.abouttop-section .col-lg-4 img{
    width: 100%;
    height: 455px;
    border-radius: 10px;
    margin-top: 8px;
    object-fit: cover;
}

.abouttop-section{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
}
 
.history-page-con .history-image{
    width: 100%;
    position: sticky;
    top: 90px;
}

.history-page-con .history-image img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.history-page-con .col-lg-8 p{
    text-align: justify;
}

.history-page-con .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.history-page-con .col-lg-8 h5{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-size: 18px;
    font-weight: 600;
    color: var(--headingColor);
}

.history-page-con .col-lg-8 h3{
    width: 100%;
    padding: 0;
    margin: 40px 0px 20px 0px;
    font-size: 24px;
    font-weight: bold;
    color: var(--headingColor);
    display: block;
}

.history-page-con .col-lg-8 .has-fixed-layout tr td{
    color: var(--textcolor);
    font-size: 15px;
}

.visionmission-wrap .col-lg-8 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px;
    position: relative;
}

.visionmission-wrap .col-lg-8 ul li{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 15px 0px;
    position: relative;
    color: var(--textcolor);
    text-align: justify;
}

.visionmission-wrap .col-lg-8 ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--PrimaryColor); 
}

.visionmission-wrap .col-lg-8 ul li:last-child{
    margin-bottom: 0px;
}

.visionmission-wrap .col-lg-4 img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 485px;
    margin-top: 10px;
}

.events-single-page .col-lg-8 p{
    text-align: justify;
}

.events-single-page .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.events-single-page .col-lg-8 h4,
.events-single-page .col-lg-8 h5,
.events-single-page .col-lg-8 h6,
.events-single-page .col-lg-8 h2,
.events-single-page .col-lg-8 h3,
.events-single-page .col-lg-8 h1{
    width: 100%;
    padding: 0;
    margin: 35px 0px 8px 0px;
    font-weight: 600;
}

.events-single-page .col-lg-4 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.otherimages-wrapper{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 35px 25px;
}

.otherimages-wrapper ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.otherimages-wrapper ul li{
    list-style: none;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    position: relative;
}

.otherimages-wrapper ul li i{
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--headingColor);
}

.otherimages-wrapper ul li:last-child{
    margin-bottom: 0px;
}

.otherimages-wrapper ul li a{
    text-decoration: none;
    color: var(--textcolor);
    font-size: 16px;
    width: 100%;
    display: block;
}

.otherimages-wrapper ul li a:hover{
    color: var(--headingColor);
}

.otherimages-wrapper h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0;
    text-align: left;
}

.aboutbottom-section{
    margin-top: 80px;
    margin-bottom: 100px;
}

.aboutbottom-section .col-lg-4 img{
    width: 100%;
    height: 455px;
    border-radius: 10px;
    margin-top: 8px;
    object-fit: cover;
}

.aboutbottom-section .col-lg-8 p{
    text-align: justify;
}

.aboutbottom-section .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.aboutbottom-section .col-lg-8 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 22px;
    font-weight: 600;
    color: var(--headingColor);
}

.aboutbottom-section .col-lg-8 p{
    margin-bottom: 30px;
}

.aboutbottom-section .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.aboutbottom-section .col-lg-4 img{
    height: 510px;
}


.testimonials-page .testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--LightBg);
    transition-duration: 0.3s;
    border-radius: 10px;
    margin: 12px 0px;
}

.testimonials-page .testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s;
}

.testimonials-page .testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../aalthara/assets/img/testipropic-icon.png) no-repeat var(--whitecolor);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-page .testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-page .testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.testimonials-page .testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColor);
}

.testimonials-page .testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;
    color: var(--textcolor);
}

.ourstructure-page .structure-item-con{
    width: 100%;
    background: var(--LightBg);
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin: 12px 0px;
}

.ourstructure-page .structure-item-con .structure-image{
    width: 100%;
    background: url(../aalthara/assets/img/afc-placeholders.png) no-repeat center #d6d6e2;
    height: 240px;
    overflow: hidden;
}

.ourstructure-page .structure-item-con .structure-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.ourstructure-page .structure-item-con .structure-item-text{
    width: 100%;
    height: 100px;
    text-align: center;
    display: table;
}

.ourstructure-page .structure-item-con .structure-item-text span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 12px;
}

.ourstructure-page .structure-item-con h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.ourstructure-page .structure-item-con p{
    padding: 0;
    margin: 6px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.ourstructure-page h2{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 38px;
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.ourstructure-page .description-text{
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
}

.ourstructure-page .category-item-con .category-block{
    width: 100%;
    border-bottom: 1px dashed var(--borderColor);
    display: block;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.ourstructure-page .category-item-con .category-block:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}




.calendar {
  max-width: 100%;
  margin: 0px auto;
  background: #fff;
  border-radius: 15px;
  border: none;
  
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.calendar table th {
  text-align: center;
  color: var(--textcolor);
  padding: 10px 0;
  border: 1px solid var(--borderColor);
  background: var(--whitecolor);
}

.calendar td {
  height: 120px;
  vertical-align: top;
  border: 1px solid var(--borderColor);
  position: relative;
  padding: 0;
}

.date-number {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #495057;
}

.today .date-number {
  background:var(--YellowColor);
  color: var(--PrimaryColor);
  border-radius: 50%;
  padding: 4px 7px;
  min-width: 30px;
  text-align: center;
}

.event-btn {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 1px 5px !important;
  background: #0d6efd;
  color: #fff;
  border-radius: 2px !important;
  font-size: 12px !important;
  text-align: left !important; 
  border: none !important;
}

td .event-btn + .event-btn {
  margin-top: 2px;
}

.event-u8 { background-color: #8c724b; color: #fff; }
.event-u10 { background-color: #90be6d; color: #fff; }
.event-u12 { background-color: #f94144; color: #fff; }
.event-u15 { background-color: #577590; color: #fff; }
.event-u18 { background-color: #277da1; color: #fff; }
.event-adult { background-color: #f3722c; color: #fff; }
.event-other { background-color: #b56576; color: #fff; }



.calendar #month-year{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.calendar .table{
    margin-bottom: 0px;
}

.calendar .calendar-header .btn-outline-primary{
    border-color: var(--borderColor);
    color: var(--headingColor);
    padding: 0px 0px;
    width: 40px;
    height: 40px;
    line-height: normal;
}

.calendar .calendar-header .btn-outline-primary:hover{
    background: var(--headingColor);
    border-color: var(--headingColor);
    color: var(--whitecolor);
    box-shadow: none !important; 
}

.schedulemodal{
    border: none !important;
    padding: 35px 35px;
    position: relative;
    border-radius: 20px !important;
    background: url(../aalthara/assets/img/schedule-modal-bg.jpg) no-repeat right bottom var(--BgColor);
}

.schedulemodal .modal-body{
    padding: 0px 0px;
    margin: 0px 0px;
}

.schedulemodal .modal-body p{
    width: 100%;
    padding: 0px 0px 20px 60px;
    margin: 0px 0px 20px 0px;
    position: relative;
    color: var(--textcolor);
    line-height: normal;
    font-size: 16px;
    border-bottom: 1px dashed var(--borderColor);
}



.schedulemodal .modal-body p:nth-child(1) span{
    background: #a9dfe3;
}

.schedulemodal .modal-body p:nth-child(2) span{
    background: #fed8e0;
}

.schedulemodal .modal-body p:nth-child(3) span{
    background: #fdc78c;
}

.schedulemodal .modal-body p:nth-child(4) span{
    background: #d7a8cc;
}

.schedulemodal .modal-body p span{
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--YellowColor);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    color: var(--headingColor);
    font-size: 15px;
    top: -12px;
}

.schedulemodal .modal-header{
    padding: 0px 0px;
    border: none;
}

.schedulemodal .modal-header .modal-title{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 26px;
    line-height: 38px;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.schedulemodal .modal-header .btn-close{
    background: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--LightBg);
    width: 35px;
    height: 35px;
    padding: 0px 0px;
    opacity: 1;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    color: var(--textcolor);
    transition-duration: 0.3s;

}

.schedulemodal .modal-header .btn-close:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
    box-shadow:  none !important;
}

.schedulemodal .modal-body .readmore-btn{
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
    font-size: 14px !important;
}

.agegroupand-teamwrap{
    padding-top: 80px;
}

.agegroupand-teamwrap .homeheading-con{
    text-align: center;
}

.agegroupand-teamwrap .homeheading-con h2{
    margin-bottom: 15px;
}

.agegroupand-teamwrap .homeheading-con p{
    padding: 0;
    margin: 0;
}

.agegroupand-teamwrap .agegroup-item-con{
    width: 100%;
    padding: 30px 30px 30px 30px; 
    background: var(--LightBg);
    border-radius: 10px;
    min-height: 185px;
}

.agegroupand-teamwrap .agegroup-item-con h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-weight: 600;
    font-size: 18px;
    color: var(--headingColor);
}


.agegroupand-teamwrap .agegroup-item-con ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.agegroupand-teamwrap .agegroup-item-con ul li{
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 12px 0px;
    color: var(--textcolor);
    font-size: 15px;
    line-height: normal;
}

.agegroupand-teamwrap .agegroup-item-con ul li.u8 span { background-color: #8c724b; }
.agegroupand-teamwrap .agegroup-item-con ul li.u10 span { background-color: #90be6d;}
.agegroupand-teamwrap .agegroup-item-con ul li.u12 span { background-color: #f94144; }
.agegroupand-teamwrap .agegroup-item-con ul li.u15 span { background-color: #577590;}
.agegroupand-teamwrap .agegroup-item-con ul li.u18 span { background-color: #277da1; }
.agegroupand-teamwrap .agegroup-item-con ul li.adult span { background-color: #f3722c; }
.event-other { background-color: #b56576; }

.agegroupand-teamwrap .agegroup-item-con ul li:last-child{
    margin-bottom: 0px;
}

.agegroupand-teamwrap .agegroup-item-con ul li span{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: var(--headingColor);
    border-radius: 50%;
}

.agegroupand-teamwrap .agegroupnote{
    text-align: center;
    padding: 0;
    margin: 40px 0px 0px 0px;
}

.agegroupand-teamwrap .agegroupnote a{
    color: var(--headingColor);
    font-weight: 600;
}


.ourteam-item-con{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    display: block;
    position: relative;
    padding: 20px 20px 0px 20px;
    border: 1px solid var(--whitecolor);
    margin: 12px 0px;
}

.ourteam-item-con:hover{
    border-color: var(--headingColor);
}

.ourteam-item-con .team-image{
    width: 100%;
    height: 230px;
    background: var(--headingColor);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    transition-duration: 0.3s;
    position: relative;
}

.ourteam-item-con .team-image img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ourteam-item-con:hover .team-image img{
    opacity: 0.25;
    transform: scale(1.1);
}

.ourteam-item-con .team-image i{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 40%;
    margin-top: -9px;
    color: var(--whitecolor);
    font-size: 20px;
    z-index: 100;
    transition-duration: 0.3s;
    opacity: 0;
}

.ourteam-item-con:hover .team-image i{
    opacity: 1;
    top: 50%;
}

.ourteam-item-con .ourteam-content{
    width: 100%;
    height: 100px;
    text-align: center;
    display: table;
}

.ourteam-item-con .ourteam-content h5{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-weight: bold;
    font-family: var(--headingfont) !important;
    font-size: 22px;
    line-height: 24px;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.teampage-content-con{
    margin-top: 100px;
}

.teampage-content-con .teamheading-div{
    text-align: center;
    margin-bottom: 40px;
}

.teampage-content-con .teamheading-div p{
    padding: 0;
    margin: 0;
}

.teampage-content-con .teamheading-div h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
}

.teampage-content-bottom{
    width: 100%;
    background: var(--LightBg);
    padding: 80px 0px;
    text-align: center;
    margin-top: 80px;
}

.teampage-content-bottom p{
    padding: 0;
    margin: 0px 0px 30px 0px;
}

.teampage-content-bottom h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
}

.ourteam-content-con{
    width: 100%;
    margin-top: 100px;
}

.ourteam-content-con h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    text-align: left;
}

.ourteam-content-con .wp-block-table{
    margin-top: 30px;
    margin-bottom: 60px;
}

.ourteam-content-con .readmore-btn{
    margin-top: 15px;
}


.ourteam-content-con .wp-block-table tr td{
    border-color: var(--borderColor) !important;
    color: var(--textcolor);
    font-size: 15px;
    width: 220px !important;
}

.ourteam-content-con .wp-block-table tr td strong{
    color: var(--headingColor);
}



.coachingstaff-wrapper .structure-item-con{
    width: 100%;
    background: var(--LightBg);
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin: 12px 0px;
}

.coachingstaff-wrapper .structure-item-con .structure-image{
    width: 100%;
    background: url(../aalthara/assets/img/afc-placeholders.png) no-repeat center #d6d6e2;
    height: 240px;
    overflow: hidden;
}

.coachingstaff-wrapper .structure-item-con .structure-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.coachingstaff-wrapper .structure-item-con .structure-item-text{
    width: 100%;
    height: 100px;
    text-align: center;
    display: table;
}

.coachingstaff-wrapper .structure-item-con .structure-item-text span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 12px;
}

.coachingstaff-wrapper .structure-item-con h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.coachingstaff-wrapper .structure-item-con p{
    padding: 0;
    margin: 6px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.coachingstaff-wrapper{
    margin-bottom: 50px;
}

.membershippage .registration-sidebar-con{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    padding: 45px 40px;
    position: sticky;
    top: 100px;
}

.membershippage .registration-sidebar-con h3{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
    margin: 0px 0px 15px 0px;
    padding: 0;
}

.membershippage .registration-sidebar-con p{
    margin-bottom: 30px;
}

.membershippage .registration-sidebar-con p a{
    color: var(--textcolor);
    text-decoration: none;
    font-weight: 500;
}

.membershippage .registration-sidebar-con .col-6 a,
.membershippage .registration-sidebar-con .col-12 a{
    width: 100%;
    text-align: center;
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    display: block;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.3s;
    border-radius: 5px;
    padding: 20px 10px;
}

.membershippage .registration-sidebar-con .col-6 a:hover,
.membershippage .registration-sidebar-con .col-12 a:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.membershippage .col-lg-7 p{
    text-align: justify;
}

.membershippage .col-lg-7 h3{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
    margin: 45px 0px 15px 0px;
    padding: 0;
}

.membershippage .col-lg-7 h5{
    width: 100%;
    padding: 0;
    margin: 20px 0px 8px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 18px;
}

.membershippage .col-lg-7 h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 8px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 20px;
}

.membershippage .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 35px 0px;
    position: relative;
    display: block;
}

.membershippage .col-lg-7 ul li{
    width: 100%;
    position: relative;
    line-height: normal;
    color: var(--textcolor);
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
    list-style: none;
}

.membershippage .col-lg-7 ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--headingColor); 
}

.trialregisteration-content-con{
    margin-top: 100px;
}

.trialregisteration-content-con .col-lg-9 h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}

.trialregisteration-content-con .col-lg-9 p{
    text-align: center;
    padding: 0;
    margin: 0;
}

.trialregisteration-content-con .col-lg-9{
    margin-bottom: 40px;
}

.trialregisteration-content-con .reg-process-item{
    width: 100%;
    background: var(--LightBg);
    padding: 45px 20px 20px 20px;
    border-radius: 10px;
    position: relative;
    margin: 12px 0px;
}

.trialregisteration-content-con .reg-process-item p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.trialregisteration-content-con .reg-process-item a{
    width: 100%;
}

.trialregisteration-content-con .reg-process-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}

.trialregisteration-content-con .reg-process-item .content-middle{
    width: 100%;
    padding: 0;
    min-height: 190px;
}

.trialregisteration-content-con .col-lg-3:nth-child(1) .reg-process-item::before{
    content: '01';
    position: absolute;
    top: 0px;
    right: 14px;
    z-index: 0;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    font-size: 48px;
    opacity: 0.15;
}

.trialregisteration-content-con .col-lg-3:nth-child(2) .reg-process-item::before{
    content: '02';
    position: absolute;
    top: 0px;
    right: 14px;
    z-index: 0;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    font-size: 48px;
    opacity: 0.15;
}

.trialregisteration-content-con .col-lg-3:nth-child(3) .reg-process-item::before{
    content: '03';
    position: absolute;
    top: 0px;
    right: 14px;
    z-index: 0;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    font-size: 48px;
    opacity: 0.15;
}

.trialregisteration-content-con .col-lg-3:nth-child(4) .reg-process-item::before{
    content: '04';
    position: absolute;
    top: 0px;
    right: 14px;
    z-index: 0;
    color: var(--headingColor);
    font-family: var(--headingfont) !important;
    font-size: 48px;
    opacity: 0.15;
}




.camps-item-div{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    display: block;
    position: relative;
    padding: 20px 20px 0px 20px;
    border: 1px solid var(--LightBg);
    margin: 12px 0px;
}

.camps-item-div:hover{
    border-color: var(--PrimaryColor);
}

.camps-item-div .camp-imagewrap{
    width: 100%;
    height: 230px;
    background: var(--headingColor);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    transition-duration: 0.3s;
    position: relative;
}

.camps-item-div .camp-imagewrap img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition-duration: 0.3s;
}


.camps-item-div .camp-contents{
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: table;
    height: 100px;
}

.camps-item-div .camp-contents span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.camps-item-div .camp-contents span p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.camps-item-div .camp-contents span h5{
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}


.camps-item-div:hover .camp-imagewrap img{
    opacity: 0.25;
}

.camps-item-div .camp-imagewrap i{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 40%;
    margin-top: -9px;
    color: var(--whitecolor);
    font-size: 20px;
    z-index: 100;
    transition-duration: 0.3s;
    opacity: 0;
}

.camps-item-div:hover .camp-imagewrap i{
    opacity: 1;
    top: 50%;
}

.rightsection-wrap{
    width: 100%;
    background: var(--LightBg);
    padding: 45px 40px;
    border-radius: 10px;
}

.rightsection-wrap h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px 0px 15px 0px;
    padding: 0;
    text-align: left;
}

.rightsection-wrap h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 17px;
    color: var(--headingColor);
}

.rightsection-wrap p{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.rightsection-wrap .readmore-btn{
    margin-top: 30px;
}

.camppage-single .col-lg-5 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
   margin-bottom: 45px;
}

.camppage-single .col-lg-7 p{
    text-align: justify;
}

.camppage-single .col-lg-7 .camptitle{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
    margin: 0px 0px 15px 0px;
    padding: 0;
    text-align: left;
}


.camppage-single .col-lg-7 h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
    margin: 40px 0px 10px 0px;
    padding: 0;
    text-align: left;
}

.camppage-single .col-lg-7 h5,
.camppage-single .col-lg-7 h6,
.camppage-single .col-lg-7 h3,
.camppage-single .col-lg-7 h2,
.camppage-single .col-lg-7 h1{
    color: var(--headingColor);
    margin: 20px 0px 6px 0px;
    font-weight: 600;
    padding: 0;
    text-align: left;
}


.camppage-single .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    display: block;
}

.camppage-single .col-lg-7 ul li{
    list-style: none;
    padding: 0px 0px 0px 26px;
    margin: 8px 0px;
    position: relative;
    color: var(--textcolor);
    font-size: 16px;
}

.camppage-single .col-lg-7 ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--PrimaryColor); 
}

.camppage-single .col-lg-7 .wp-block-table{
    margin-top: 15px;
}

.camppage-single .col-lg-7 .wp-block-table tr td{
    border-color: var(--borderColor) !important;
    color: var(--textcolor);
    font-size: 15px;
    width: 220px !important;
}

.camppage-single .col-lg-7 .wp-block-table tr td strong{
    color: var(--headingColor);
}

.newsevents-itemcon .newsevents-image span{
    background: var(--YellowColor);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 0px 15px;
    border-radius: 15px;
}

.newsevents-itemcon .newsevents-image span.comingsoon{
    background: var(--whitecolor);
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 100;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 0px 12px;
    border-radius: 15px;
}




.tournament-item-div{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    display: block;
    position: relative;
    padding: 20px 20px 0px 20px;
    border: 1px solid var(--LightBg);
    margin: 12px 0px;
}

.tournament-item-div:hover{
    border-color: var(--PrimaryColor);
}

.tournament-item-div .camp-imagewrap{
    width: 100%;
    height: 230px;
    background: var(--headingColor);
    border-radius: 6px;
    display: block;
    overflow: hidden;
    transition-duration: 0.3s;
    position: relative;
}

.tournament-item-div .camp-imagewrap img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition-duration: 0.3s;
}


.tournament-item-div .camp-contents{
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: table;
    height: 120px;
}

.tournament-item-div .camp-contents span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tournament-item-div .camp-contents span p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.tournament-item-div .camp-contents span h5{
    color: var(--headingColor);
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-size: 18px;
    font-weight: 600;
}


.tournament-item-div:hover .camp-imagewrap img{
    opacity: 0.25;
}

.tournament-item-div .camp-imagewrap i.fa-link{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 40%;
    margin-top: -9px;
    color: var(--whitecolor);
    font-size: 20px;
    z-index: 100;
    transition-duration: 0.3s;
    opacity: 0;
}

.tournament-item-div:hover .camp-imagewrap i.fa-link{
    opacity: 1;
    top: 50%;
}

.tournament-item-div .camp-imagewrap span{
    background: var(--YellowColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 100;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    padding: 0px 15px;
    border-radius: 15px;
}

.tournament-single .col-lg-7 ul li::before{
    top: 0%;
    transform: translateY(0%);
}

.tournament-single .date-time p{
    font-weight: 600;
    margin-top: 10px;
}

.tournament-single .date-time p font{
    width: 36px;
    height: 36px;
    background: var(--headingColor);
    color: var(--whitecolor);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
    margin-right: 8px;
}

.page-id-3 .innerpage-content-con h4,
.page-id-32 .innerpage-content-con h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 5px 0px;
    font-weight: 600;
    font-size: 22px;
}

.page-id-3 .innerpage-content-con ul,
.page-id-32 .innerpage-content-con ul{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 10px 0px;
}

.page-id-3 .innerpage-content-con ul li,
.page-id-32 .innerpage-content-con ul li{
    width: 100%;
    font-size: 16px;
    color: var(--textcolor);
    margin: 4px 0px;
}

.default-language-en{
    width: auto;
    display: inline-block;
    float: right;
    padding: 0px !important;
    margin: 0px !important;
}

div.skiptranslate.goog-te-gadget,
.headerwrapper-topsection div.skiptranslate.goog-te-gadget{
    display: inline-block !important;
    float: right !important;
}

.headerwrapper-topsection #google_language_translator select.goog-te-combo{
    padding: 0px 10px !important;
    margin: 0px 0px 0px 15px !important;
    height: 40px !important;
    border: none !important;
    background: none ;
    color: var(--headingColor);
    font-weight: 500 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}


.events-single-page .event-pageheading{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 28px;
    margin: 6px 0px 15px 0px !important;
    padding: 0;
    text-align: left;
}

.events-single-page .event-date{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px !important;
    font-size: 13px;
}

.events-single-page .event-date span{
    background: var(--YellowColor);
    color: var(--headingColor);
    padding: 3px 15px;
    border-radius: 10px;
    display: inline-block;
}

.ourteam-row {
    width: 100%;
    padding: 70px 0px;
}

.ourteam-row:nth-child(even){
    width: 100%;
    background: var(--LightBg);
}

.ourteam-row .ourteam-middlewrap{
    width: 100%;
    min-height: 350px;
    display: table;
}

.ourteam-row .ourteam-middlewrap .ourteam-centeralign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourteam-row .ourteam-middlewrap .ourteam-centeralign ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.ourteam-row .ourteam-middlewrap .ourteam-centeralign ul li{
    width: 100%;
    display: block;
    position: relative;
    color: var(--textcolor);
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 8px 0px;
}

.ourteam-row .ourteam-middlewrap .ourteam-centeralign ul li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 400; 
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--PrimaryColor); 
}

.ourteam-row .ourteam-middlewrap .ourteam-centeralign ul li:last-child{
    margin-bottom: 0px;
}

.ourteam-row .ourteam-middlewrap .ourteam-centeralign .ourteam-title{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    font-size: 22px;
}

.ourteam-row .col-lg-5 img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.ourteamtopsection{
    margin-top: 50px;
}

.ourteambottomsection{
    margin-bottom: 100px;
}

.ourteam-row .col-lg-7 .buttons-wrap a:first-child{
    margin-right: 20px;
}

.page{
    position: inherit !important;
}

.partnerlogos-section{
    padding-top: 100px;
}

.trialreg-page .col-lg-9{
    text-align: center;
}

.trialreg-page .col-lg-9 h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}

.trial-form-page .col-lg-6 input,
.trial-form-page .col-lg-6 select,
.trial-form-page .col-lg-12 input{
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background: var(--LightBg);
    border-radius: 3px;
    padding: 0px 15px;
    font-size: 15px;
    color: var(--textcolor);
}

.trial-form-page .col-lg-12 textarea{
    width: 100%;
    height: 100px;
    border: none;
    outline: none;
    background: var(--LightBg);
    border-radius: 3px;
    padding: 0px 15px;
    font-size: 15px;
    color: var(--textcolor);
}

.trial-form-page .col-lg-6 label,
.trial-form-page .col-lg-12 label{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
    line-height: normal;
}

.trial-form-page .col-lg-6 label span,
.trial-form-page .col-lg-12 label span{
    color: red;
    font-size: 12px;
}

.trial-form-page .col-lg-3 .submit-btn{
    background: var(--PrimaryColor);
    padding: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-size: 14px;
    display: inline-block;
    min-height: 46px;
    min-width: 170px;
    position: relative;
    line-height: 46px;
    font-weight: 500;
    border-radius: 25px;
    text-align: center;
    transition-duration: 0.3s;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 5px;
}

.trial-form-page .col-lg-3 .submit-btn:hover{
    background: var(--YellowColor);
    color: var(--headingColor);
}

.trial-form-page .col-lg-3{
    position: relative;
}

.trial-form-page{
    margin-top: 15px;
}

.skiptranslate { display: none !important; }
body { top: 0px !important; }

.menu-open {
    overflow: hidden;
    height: 100vh;
}


.enquiryform-wrapper .col-lg-6 label,
.enquiryform-wrapper .col-lg-12 label{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
    line-height: normal;
}

.enquiryform-wrapper .col-lg-6 label span,
.enquiryform-wrapper .col-lg-12 label span{
    color: red;
    font-size: 12px;
}


.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}











@media screen and (max-width: 1024px) {
    .headerwrapper-div .col-lg-7 h6:first-child{
        display: none;
        visibility: hidden;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 0px 5px;
    }

    .banner-wrapper{
        min-height: auto;
    }

    .banner-caption-wrap,
    .banner-wrapper img{
        height: 480px;
    }

    .welcome-heading-wrapper .col-xl-5 img{
        height: 615px;
    }

    .registernow-wrapper .col-lg-8 h3{
        font-size: 26px;
        margin-top: 48px;
    }

    .homeheading-con h2,
    .schedule-wrapper h4,
    .ourteam-wrapper .soccercamp-text h4,
    .soccercamp-wrapper .soccercamp-text h4{
        font-size: 32px;
        line-height: 36px;
    }

    .soccercamp-wrapper{
        padding: 0px 25px 45px 25px;
    }

    .ourteam-wrapper{
        padding: 45px 25px 0px 25px;
    }

    .schedule-wrapper{
            padding: 45px 15px 0px 25px;
    }

    .footertop-section .col-lg-6:last-child .readmore-btn{
        float: none;
        clear: both;
        margin: 0px 0px 20px 0px;
    }

    .footertop-section .col-lg-6:last-child p{
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .banner-bottom-links .row .col-lg-3:nth-child(1),
    .banner-bottom-links .row .col-lg-3:nth-child(2){
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .welcome-heading-wrapper .homeheading-con{
        text-align: center;
    }

    
}

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

    .testimonials-wrap .col-lg-4,
    .whychooseus-wrapper .col-lg-6:first-child::before,
    .footer-linkswrap .col-lg-3:first-child,
    .footertop-section .col-lg-6:last-child p br,
    .headerwrapper-div .col-lg-7 h6 span,
    .headerwrapper-div .col-lg-7 h6 .hideheaderphone{
        display: none;
        visibility: hidden;
    }

   .welcome-heading-wrapper .col-xl-5 img{
        height: auto;
        margin-top: 45px;
    }

    .registernow-wrapper{
        min-height: auto;
        padding: 45px 0px;
    }

    .registernow-wrapper .col-lg-4 .readmore-btn{
        top: 0px;
    }

    .registernow-wrapper .col-lg-4{
        text-align: center;
    }

    .registernow-wrapper .col-lg-8 h3{
        text-align: center;
        padding:  140px 0px 0px 0px;
        margin: 0px 0px 30px 0px;
        display: block;
    }

    .registernow-wrapper .col-lg-8 h3::before{
        top: 0px;
        left: 50%;
        margin: 0px 0px 0px -60px;
        display: inline-block;
    }

    .soccercamp-wrapper{
        margin-top: 30px;
        text-align: center;
        height: 300px;
        padding: 0px 20px;
        background-size: 100% auto;
        background-position: bottom;
    }

    .soccercamp-wrapper .soccercamp-text{
        vertical-align: middle;
    }

    .whychoose-text-wrap .whychoose-textmiddle{
        padding-right: 0px;
        text-align: center;
    }

    .whychooseus-wrapper .col-lg-6:last-child{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .whychooseus-wrapper .whychoose-item{
        margin-top: 0px;
        margin-bottom: 45px;
    }

    .whychooseus-wrapper .whychoose-item:last-child{
        margin-bottom: 0px;
    }

    .whychooseus-wrapper .col-lg-6:last-child{
        margin-top: 60px;
    }

    .whychooseus-wrapper {
        padding: 100px 0px;
    }

    .testimonials-wrap .homeheading-con{
        text-align: center;
    }

    .yellowbar-wrappper .row .col-lg-3{
        width: 33.33%;
    }

    .yellowbar-wrappper .row .col-lg-3:nth-child(1),
    .yellowbar-wrappper .row .col-lg-3:nth-child(2),
    .yellowbar-wrappper .row .col-lg-3:nth-child(3){
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footertop-section .col-lg-6:last-child p{
        width: 100%;
        display: block;
        text-align: center;
    }

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

     .footertop-section .col-lg-6{
        position: relative;
     }

    .footertop-section .col-lg-6 h2{
        text-align: center;
        padding:  100px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        display: block;
        position: relative;
    }

    .footer-wrapper-div .footertop-section h2::before{
        left: 50%;
        margin-left: -40px;
        top: 0px;
        margin-top: 0px;
    }

    .footertop-section .col-lg-6:last-child p{
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footertop-section .col-lg-6:last-child .readmore-btn{
        margin-bottom: 0px;
    }

    .footer-wrapper-div .footertop-section{
        padding: 45px 20px;
    }

    .mobilemenu-wrapper{
        display: table;
        visibility: visible;
    }

    .enquiryform-wrapper .homeheading-con{
        text-align: center;
    }

    .enquiryform-wrapper{
        padding-top: 60px;
    }

    .history-page-con .history-image{
        margin-top: 60px;
    }

    .visionmission-wrap .col-lg-4 img{
        height: auto;
        margin-top: 60px;
    }

    .events-single-page .col-lg-4 img{
        margin-top: 60px;
    }

    .abouttop-section .col-lg-4 img{
        height: auto;
        margin-top: 45px;
    }

    .aboutbottom-section .col-lg-4 img{
        height: auto;
        margin-top: 0px;
        margin-bottom: 45px;
    }

    .agegroupand-teamwrap .col-lg-4{
        margin-bottom: 15px;
    }

    .agegroupand-teamwrap .col-lg-4:last-child{
        margin-bottom: 0px;
    }

    .membershippage .registration-sidebar-con{
        margin-top: 25px;
    }

    .camppage-single .col-lg-5 img{
        margin-top: 45px;
    }

    .ourteam-row .ourteam-middlewrap{
        min-height: auto;
        margin-top: 45px;
    }
}

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

@media screen and (max-width: 540px) {
   .headerwrapper-div .col-lg-6 h6,
   .headerwrapper-div .col-lg-9,
   .carousel-control-prev,
   .carousel-control-next,
   .banner-caption-wrap .banner-caption-align p,
   .banner-caption-wrap .banner-caption-align .readmore-btn,
   .banner-caption-wrap .banner-caption-align h1 br,
   .homeheading-con h2 br,
   .footertop-section .col-lg-6 h2 br,
   .footer-linkswrap .col-lg-3:nth-child(2),
   .footer-linkswrap .col-lg-3:nth-child(3),
   .testimonials-wrap .testimonials-item .testimoniasl-content-con::before,
   .testimonials-wrap .container::before,
   .agegroupand-teamwrap .homeheading-con p br,
   .teampage-content-con .teamheading-div h3 br,
   .trialregisteration-content-con .col-lg-9 h2 br,
   .agegroupand-teamwrap .homeheading-con h2 br,
   .headerwrapper-topsection .col-lg-5,
   .headerwrapper-div .col-lg-7 h6{
    display: none;
    visibility: hidden;
   }

   .headerwrapper-div{
    position: absolute;
   }

   .headerwrapper-div .socialmedia-icons{
    margin-left: 170px;
   }

   .headerwrapper-div .socialmedia-icons li a{
    width: 36px;
   }

   .banner-bottom-links .row .col-lg-3 a{
    height: auto;
    padding: 110px 10px 20px 10px;
    text-align: center;
    min-height: auto;
   }

   .banner-bottom-links .row .col-lg-3 a h5{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
   }

   .banner-bottom-links .row .col-lg-3 a span{
    left: 50%;
    margin-left: -40px;
    top: 20px;
    margin-top: 0px;
   }

   .banner-caption-wrap .banner-caption-align{
    vertical-align: bottom;
    padding-bottom: 25px;
   }

   .banner-caption-wrap .banner-caption-align h1{
    font-size: 28px;
    line-height: 32px;
    padding: 0;
    margin: 0px 0px 0px 0px;
   }

    .banner-caption-wrap, .banner-wrapper img {
        height: 340px;
    }

    .homeheading-con h2, .schedule-wrapper h4, .ourteam-wrapper .soccercamp-text h4, .soccercamp-wrapper .soccercamp-text h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .welcome-heading-wrapper,
    .testimonials-wrap{
        margin-top: 80px;
    }

    .ourpartners-wrapper,
    .newsevents-wrapper{
        margin-top: 80px;
        padding: 60px 0px;
    }

    .registernow-wrapper{
        margin-top: 60px;
    }

    .ourpartners-wrapper .partners-logo-item{
        height: 80px;
    }

    .ourpartners-wrapper .partners-logo-item span img{
        max-height: 60px;
    }

    .schedule-team-wrapper{
        margin-top: 0px;
        overflow: hidden;
    }

    .ourteam-wrapper{
        margin-top: 30px;
    }

    .schedule-team-wrapper .col-lg-4:nth-child(1):before{
        right: -45px;
    }

    .whychooseus-wrapper{
        margin-top: 80px;
        padding: 80px 0px;
    }

    .yellowbar-wrappper .col-lg-3 h6{
        font-size: 14px;
        line-height: 16px;
    }

    .yellowbar-wrappper .col-lg-3 h3{
        font-size: 38px;
        line-height: 38px;
    }

    .yellowbar-wrappper .row .col-lg-3:nth-child(4),
    .yellowbar-wrappper .row .col-lg-3:nth-child(5){
        width: 50%;
    }

    .yellowbar-wrappper .row .col-lg-3:nth-child(5),
    .yellowbar-wrappper .row .col-lg-3:nth-child(3){
        border-right: none;
    }

    .yellowbar-wrappper .row .col-lg-3:nth-child(1),
    .yellowbar-wrappper .row .col-lg-3:nth-child(4){
        border-left: none;
    }

    .footer-linkswrap .col-lg-3:nth-child(4){
        text-align: center;
    }

    .footer-linkswrap .socialmedia-icons{
        text-align: center;
    }

    .footer-wrapper-div .footer-credencials p{
        text-align: center;
        line-height: normal;
    }

    .footertop-section .col-lg-6 h2{
        font-size: 24px;
        line-height: 28px;
    }

    .testimonialswrapper-scroll{
        margin-left: -10px;
        margin-right: -10px;
    }

    .partnerlogo-scroll .col-lg-3,
    .news-scroll .col-lg-4,
    .testimonials-item,
    .coachingstaff-scroll .col-lg-3{
        padding-left: 4px;
        padding-right: 4px;
    }

    .testimonials-wrap .testimonials-item .testimoniasl-content-con{
        padding: 35px 25px;
    }

    .testimonials-wrap .testimonials-item .testimoniasl-content-con div p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6; 
            line-clamp: 6; 
        -webkit-box-orient: vertical;
    }

    .testimonials-wrap .testimonials-item .testimonials-footer{
        padding-left: 100px;
    }

    .testimonials-wrap .testimonials-item .testimonials-footer span{
        left: 0px;
    }

    .footer-wrapper-div{
        padding-bottom: 55px;
    }

    .innerpage-banner-wrapper .innerpage-banner-middle h2{
        font-size: 34px;
        line-height: 36px;
    }

    .innerpage-banner-wrapper,
    .innerpage-banner-wrapper img{
        height: 200px;
    }

    .innerpage-content-con{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .getintouch-wrapper .getintouch-middlealign h4{
        font-size: 24px;
        line-height: 28px;
    }

    .history-page-con .col-lg-8 h3{
        font-size: 20px;
    }

    .otherimages-wrapper h4{
        font-size: 22px;
    }

    .abouttop-section{
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .aboutbottom-section{
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .aboutbottom-section .col-lg-8 h4{
        font-size: 20px;
    }

    .ourstructure-page h2{
        font-size: 28px;
    }

    .calendar #month-year{
        font-size: 32px;
    }

    .teampage-content-con{
        margin-top: 80px;
    }

    .teampage-content-con .teamheading-div h3,
    .teampage-content-bottom h3{
        font-size: 28px;
        line-height: 32px;
    }

    .teampage-content-bottom{
        margin-top: 60px;
        padding: 70px 0px;
    }

    .ourteam-content-con{
        margin-top: 80px;
    }

    .ourteam-content-con h4,
    .membershippage .col-lg-7 h3,
    .membershippage .registration-sidebar-con h3,
    .trialregisteration-content-con .col-lg-9 h2{
        font-size: 28px;
        line-height: 30px;
    }

    .ourteam-content-con p{
        text-align: justify;
    }

    .coachingstaff-wrapper .row{
        margin-left: -4px;
        margin-right: -4px;
    }

    .coachingstaff-wrapper .row .col-lg-3{
        padding-left: 4px;
        padding-right: 4px;
    }

    .coachingstaff-wrapper .structure-item-con{
        margin: 4px 0px;
    }

    .coachingstaff-wrapper .structure-item-con p{
        font-size: 13px;
        margin-top: 0px;
    }

    .coachingstaff-wrapper .structure-item-con h5{
        font-size: 16px;
    }

    .coachingstaff-wrapper .structure-item-con .structure-item-text{
        height: 70px;
    }

    .coachingstaff-wrapper .structure-item-con .structure-image{
        background-size: 60px auto;
    }

    .coachingstaff-wrapper .structure-item-con .structure-image{
        height: 130px;
    }

    .coachingstaff-wrapper .structure-item-con .structure-image img{
        width: 100%;
        height: 130px;
        object-fit: cover;
    }

    .membershippage .registration-sidebar-con{
        padding: 45px 20px;
    }

    .membershippage .registration-sidebar-con .col-6 a{
        padding: 0px 10px;
        display: table;
        height: 100px;
    }

    .membershippage .registration-sidebar-con .col-6 a span{
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .trialregisteration-content-con{
        margin-top: 80px;
    }

    .trialregisteration-content-con .reg-process-item .content-middle{
        min-height: auto;
        padding-bottom: 25px;
    }

    .rightsection-wrap{
        padding: 40px 20px;
    }

    .rightsection-wrap h4{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .camppage-single .col-lg-7 h4{
        font-size: 24px;
    }

    .camppage-single .col-lg-7 .camptitle{
        font-size: 28px;
        line-height: 30px;
    }

    .page-id-3 .innerpage-content-con h4,
    .page-id-32 .innerpage-content-con h4{
        font-size: 18px;
    }

    .ourteam-row .col-lg-5 img{
        height: 240px;
    }

    .ourteam-row .ourteam-middlewrap .ourteam-centeralign .ourteam-title{
        font-size: 18px;
    }

    .ourteam-row .col-lg-7 .buttons-wrap a:first-child{
        margin-right: 0px;
    }

    .ourteam-row .col-lg-7 .buttons-wrap .readmore-btn{
        min-width: 48%
    }

    .ourteam-row .col-lg-7 .buttons-wrap .readmore-btn:last-child{
        float: right;
    }

    .ourteamtopsection{
        margin-top: 20px;
    }

    .ourteambottomsection{
        margin-bottom: 75px;
    }

    .trialreg-page .col-lg-9 h2{
        font-size: 28px;
    }

    .f-nav .headerwrapper-topsection{
        margin-top: 0px;
    }

    .f-nav .headerwrapper-div .logodiv{
        width: 350px;
        height: 130px;
        transition-duration: 0.3s;
        position: relative;
        display: block;
        background: url(../aalthara/assets/img/header-logo.png) no-repeat;
        z-index: 100;
        margin-top: -30px;
    }

    .f-nav .headerwrapper-div{
        padding-bottom: 10px;
    }


}



