/*********************************
		basic css
*********************************/
:root{
    --default-blue :#021a54;
    --default-grey :#bbbbbb;
    --default-grey-black :#222222;
    --white :#fff;
}
html {
  scroll-behavior: smooth;
}
.pushwrap{
	overflow: hidden;
}
body{
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3{
    font-family: 'Playfair Display', serif;
}
h2{
    font-size: 40px;
    color: var(--default-blue);
    font-weight: bold;
}
h3{
    font-size: 25px;
    color: var(--default-grey-black);
    font-weight: 500;
}
h4{
    font-size: 30px;
    font-weight: 400;
    color: var(--default-grey);
}
p{
    font-size: 20px;
    font-weight: 400;
    color: var(--default-grey-black);
}
p:last-child{
    margin-bottom: 0;
}
img{
	max-width: 100%;
}
/*================++++++++++++++++
    form-control
++++++++++++++++++===============*/
.form-control{
    border: 2px solid #bcbcbc;
    border-radius: 0;
    height: 45px;
    color: var(--default-blue);
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--default-blue);
}
::-webkit-input-placeholder { /* Edge */
  color: var(--default-grey);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--default-grey);
}

::placeholder {
  color: var(--default-grey);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
    color: var(--default-grey);
}
.select2-container .select2-selection--single{
    height: 45px;
    border: 2px solid #bcbcbc;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--default-blue) transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    margin-left: -20px;
    margin-top: -5px;
}

.custom-select-box{
    background: url('../images/select-bg.png') no-repeat;
    background-position: 98%;
}
/*================++++++++++++++++
    radio button style
++++++++++++++++++===============*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid var(--default-blue);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--default-blue);
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*================++++++++++++++++
    custom-site-button
++++++++++++++++++===============*/
.custom-site-button .btn{
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    background: var(--default-blue);
    border-radius: 0;
    padding: 19px 30px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}
.custom-site-button .btn img{
    margin-left: 10px;
}

a.btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    background: var(--default-blue);
    border-radius: 0;
    padding: 19px 30px;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}
a.btn :hover, a.btn:active, a.btn:focus {
    color: var(--white);
}
/*================++++++++++++++++
    video-wrappwer
++++++++++++++++++===============*/
.body-bg-box{
    background: url('../images/body-bg-image.png') no-repeat;
    background-size: 100%;
}
.video-wrappwer{
    padding-bottom: 15px;
}
.video-content-heading {
    margin-bottom: 70px;
}
.video-content-heading h2,
.video-content-heading h4{
    margin-bottom: 0;
}
.what-ace-junior-league-content{
    margin-bottom: 30px;
}
.what-ace-junior-league-content p span{
    font-weight: bold;
    font-style: italic;
}
.video-image-box{
    position: relative;
}
.youtube-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*================++++++++++++++++
    objective-ace-content-box start
++++++++++++++++++===============*/
/*================++++++++++++++++
    objective-ace-content-box start
++++++++++++++++++===============*/
.objective-ace-content-box{
    margin-bottom: 50px;
}
.objective-ace-content-box h2{
    margin-bottom: 30px;
}

/*================++++++++++++++++
    golf-image-box start
++++++++++++++++++===============*/
.golf-image-box img{
    width: 100%;
}
.golf-logo-box{
    margin-bottom: 60px;
}

/*================++++++++++++++++
    register-form-contentr start
++++++++++++++++++===============*/
.register-form{
    padding-bottom: 100px;
}
.fill-form-heading{
    margin-bottom: 50px;
}
.register-form-content h2{
    font-size: 35px;
    margin-bottom: 0;
}
.profile-picture {
    margin-bottom: 20px;
}
.profile-picture img{
    max-width: 180px;
    max-height: 180px;
    width: 100%;
    margin-bottom: 10px;
}
.register-form-box .form-label{
    font-size: 22px;
    font-weight: 600;
    color: var(--default-blue);
    display: block;
    margin-bottom: 3px;
}
.profile-picture .brows-file {
    padding: 5px 15px;
    background: var(--default-blue);
    color: var(--white);
    border-radius: 5px;
    display: table;
    cursor: pointer;
}
.brows-file input[type="file"] {
    display: none;
}


/*================++++++++++++++++
    footer
++++++++++++++++++===============*/
footer{
    background: url('../images/footer-bg.png') no-repeat;
    background-position: center;
    padding: 40px 0;
}
.copy-right-content p{
    font-size: 30px;
    color: var(--white);
    font-weight: 400;
    text-align: center;
}
.error {
    color: red;
}
.validation-error {
    font-size: 16px;
    color: red;
}

/*Preloader --- https://codepen.io/sacsam005/pen/oNExrxV */
.loader-parent {
    position: relative;
    top: 50%;
    left: 50%;
    display: none;
}
.loader {
    position: fixed;
    top: 30%;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border: 10px solid orange;
    border-top-color: #002147;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(360deg);
    }
}
