@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.top-link{
    float: right;
}

/* HEADINGS */

h1,
p {
    line-height: 1.4;
}

h1 {
    font-size: 2.2rem;
}
a{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}
h2 {
    color: #000;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

img {
    width: 100%;
}

body {
    /* padding: 50px 0; */
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.container {
    width: 1170px;
    margin: auto;
}

section {
    width: 100%;
    float: left;
}

.btn {
    display: table;
    margin: auto;
    background-color: #fce100;
    color: #fff;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #fce100;
    cursor: pointer;
}

ul {
    list-style: none;
}




/*********************************top-link-button-start******************************************/

#top-link-block {
    position: absolute;
    bottom: -82px;
    right: 10px;
}

#top-link-block.affix {
    position: fixed;
    bottom: 9px;
    right: 10px;
    z-index: 2;
}

#top-link-block a {
    font-size: 18px;
    color: #fff;
    background: #1d374b;
    display: block;
    transition: all ease .5s;
    width: 88px;
    height: 50px;
    text-align: center;
    line-height: 51px;
    border-radius: 30px;
}

#top-link-block a:hover {
    background: #fce100;
    color: #1d374b;
}


/* BASIC SETUP */

header {
    width: 100%;
    height: 70px;
    transition: 0.3s;
    position: absolute;
}

.grad-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}


/* fixed header */

header.fixed {
    width: 100%;
    height: 85px;
    background-color: #006cb7;
    position: fixed;
    z-index: 999;
    transition: 0.3s;
    box-shadow: 5px 2px 5px #081230;
   
}

/* NAVIGATION */

.navbar {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.navbar img {
    width: 185px;
    justify-self: start;
}

.navbar ul {
    float: right;
    margin-top: 6px;
}

.navbar ul li:first-child {
    display: none;
}

.navbar ul li {
    float: left;
    list-style: none;
}

.nav-item a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-out;
    padding: 10px 20px 0;
}
.nav-item a.active{
    color: #fce100;
}
header ul li:last-child .ba-right {
    float: right;
    width: 150px;
    margin: -26px 0 0 10px;
}

.nav-item a:hover {
    color: #fce100 ;
}

/* SEARCH FUNCTION */

.slidnav_bar {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}


/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.main_heading{
    text-align: center;
    color: #113751;
    font-weight: 400;
    font-size: 33px;
}
.main_head_spn{
    color: #006cb7;
    font-weight: bold;
    display: block;
}

/* banner start */
.banner {
    background: url(../images/bg_banner.jpg)no-repeat;
    background-size: cover;
    height: 425px;
}

.banner .ban_txt {
    text-align: center;
    padding-top: 150px;
}

.banner .ban_txt h1 {
    color: #ffffff;
    font-weight: 600;
}

.banner .ban_txt h1 small {
    font-size: 20px;
    font-weight: 400;
}

.banner .ban_txt .btn {
    display: inline-block;
    margin: 29px 5px;
    line-height: 45px;
    border-radius: 30px;
    width: 200px;
    height: 45px;
    color: #124773;
    font-weight: 500;
    border: 1px solid #fce100;
    transition: .5s;
    position: relative;
   z-index: 2;
   overflow: hidden;
   font-size: 16px;
} 

/* .banner .ban_txt .btn::before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
} */
.banner .ban_txt .btn:hover:before{
    width: 100%;
}

.banner .ban_txt .btn.secnd-btn{
    background: #fff;
    color: #124773;
    border: 1px solid #fff;
}
.banner .ban_txt .btn.secnd-btn:hover{
    color: #124773;
}
/* banner end */


/* form section */

.main_frm {
    padding: 40px 0 0;
    position: relative;
    overflow: hidden;
}

.main_frm::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 162px;
    background: #f5f5f5;
    z-index: -1;
}
.main_frm h2{
    text-align: center;
    color: #113751;
    font-weight: 400;
    font-size: 33px;
}

.main_frm h2 .enrol{
    color: #1d374b;
    font-weight: bold;
}
.main_frm h2 .rogrm{
    color: #006cb7;
    font-weight: bold;
}
.main_frm form {
    width: 65%;
    display: table;
    margin: auto;
    background: #fff;
    padding: 35px;
    box-shadow: 0px 8px 12px 0 #eaeaea;
}
.main_frm form input {
    width: 46%;
    float: left;
    margin: 2%;
    padding: 20px 12px;
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
}

.main_frm form .btn {
    width: 230px;
    border-radius: 30px;
    line-height: 52px;
    text-transform: uppercase;
    background: #fce100;
    color: #12334e;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    box-shadow: 5px 11px 17px #ece07f;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.main_frm form .btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    background: #12334e;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.3s ease-out;
    border-radius: 30px;
}
.main_frm form .btn:hover:after {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}
.main_frm form .btn:hover{
    color: #fff;
}
.main_frm form span{
    width: 100%;
    float: left;
    margin-top: 8px;
}

.main_frm form .form_foot{
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
}
.main_frm form .form_foot a:first-child{
    color: #113751;
}
.main_frm form .form_foot a{
    display: inline-block;
    margin-right: 21px;
    font-size: 16px;
    color: #006cb7;
}

.earc_progrm{
    padding: 40px 0;
    background: #f5f5f5;
}

.earc_progrm ul {
    margin-top: 80px;
}
.earc_progrm ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

.earc_progrm ul li:first-child::before {
    position: absolute;
    content: '';
    background: url(../images/line-1.png) no-repeat;
    right: -175px;
    top: -11px;
    width: 356px;
    height: 234px;
}
.earc_progrm ul li:last-child::after {
    position: absolute;
    content: '';
    background: url(../images/line-2.png) no-repeat;
    left: -130px;
    top: 19px;
    width: 248px;
    height: 113px;
}
.earc_progrm ul li figure {
    background: #006cb7;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    display: table;
    margin: auto;
    position: relative;
    
}
.earc_progrm ul li img {
    width: 100px;
    padding: 5px;
    margin-top: 14px;
}
.earc_progrm ul li figure figcaption {
    position: absolute;
    top: 0;
    left: -16px;
    background: #fce100;
    padding: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 40px;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
}

.earc_progrm ul li h3{
    color: #3f5d72;
    font-weight: 400;
    margin-top: 8px;
}

.earc_progrm h4 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    color: #113751;
    font-weight: 400;
}
.earc_progrm h4 span{
    color: #006cb7;
    font-weight: bold;
}

.reward{
    padding: 40px 0;
    overflow: hidden;
}
.reward .main_head_spn{
    display: inline-block;
}
.reward p{
    font-size: 20px;
    color: #113751;
    text-align: center;
}
.reward p .nr-fifty{
    font-weight: bold;
}
.reward ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.reward ul li figure {
    border-radius: 50%;
    border: 3px dashed  #006cb7;
    width: 140px;
    height: 140px;
    display: table;
    margin: auto;
}
.reward ul{
    margin-top: 80px;
}
.reward ul li img {
    width: 108px;
    margin-top: 14px;
    background: #fce100;
    border-radius: 50%;
   
}
.reward ul li h3{
    margin-top: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #006cb7;
}

.faq{
    padding: 40px 0;
    background: #2880c7;
}
.faq .main_heading{
    color: #fff;
    margin-bottom: 30px;
}
.faq .main_head_spn{
    display: inline-block;
    color: #fff;
}
.faq ul li{
    width: 90%;
    float: left;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 2% 40px 0;
    cursor: pointer;
}
.faq ul li .drope_faq p{
    padding: 12px 0;
    font-size: 17px;
}
.faq ul li h3 {
    font-size: 24px;
    font-weight: 400;
}
.faq ul li .plus{
    float: right;
}
.faq .se_les{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
}

/************************thanks-page-start****************************/
.thanks_main{
    width: 100%;
    float: left;
}
.thankyou {
    width: 700px;
    margin: 50px auto;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    text-align: center;
    padding-bottom: 25px;
}

.thankyou h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #37c1fd;
    background: none;
}

.thankyou p {
    margin-top: 10px;
    padding-top: 10px;
}

.thankarea {
    width: 100%;
    float: left;
    background: #ffdb4c;
    padding: 50px 0;
    margin-bottom: 50px;
}

.thankarea .fa {
    background: #fff;
    width: 150px;
    font-size: 90px;
    color: #37c1fd;
    border-radius: 100%;
    line-height: 150px;
}

.thankyou .para {
    color: red;
    font-size: 16px;
    line-height: 22px;
}

.thankyou ul {
    margin-top: 20px;
    list-style: none;
}

.thankyou ul li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.thankyou ul li:first-child {
    border-top: 1px solid #ccc;
}

.thankyou .mail {
    font-size: 15px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
    border-top: 1px dotted #ccc;
}

.thankyou .mail strong {
    font-weight: 700;
}


/* footer */

footer{
    width: 100%;
    float: left;
    background: #171717;
    padding: 40px 0;
}

footer h2{
    color: #fefefe;
}


footer ul li{
    width: 33.33%;
    float: left;
    padding-left: 100px;
}

footer ul li a{
    color:#fff;
    font-size: 18px;
}
footer ul li a i.fa-phone,
footer ul li a i.fa-envelope-o{
    color: #fce100;
}

footer ul li .social_icon{
    width: 100%;
    float: left;
    padding-top: 4px;
}

footer ul li .social_icon a{
    margin: 0 26px 0 0;
}

footer ul li .social_icon a i{
    font-size: 26px;
}

footer ul li .social_icon a i.fa-twitter::before{
	content:"𝕏";
	font-size: 1.2em;
}

footer .cpy_ryt{
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 45px;
}

footer .cpy_ryt a{
    color: #fff;
}
footer .cpy_ryt a:nth-child(2) {
    padding: 0 7px;
}
/* Media Queries */

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

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 920px;
    }
    .nav-item a{
        font-size: 13px;
        padding: 10px 20px 0;
    }
    .navbar img{
        width: 155px;
    }
    .earc_progrm ul li{
        z-index: 0;
    }
    .earc_progrm ul li:last-child::after {
        width: 224px;
        left: -87px;
        z-index: -1; 
    }
    footer ul li{
        padding-left: 62px;
    }
    footer ul li a{
        font-size: 15px;
    }
   
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 740px;
    }
    .nav-item a{
        font-size: 17px;
        padding: 5px 20px 0;
    }
    header ul li:last-child .ba-right{
        width:80px;
        margin-top: -15px;
    }
    
    .navbar img{
        width: 120px;
    }
    
    .navbar{
        margin-top: 10px;
    }
    header.fixed .navbar{
        margin-top: 20px;
    }

    .earc_progrm ul li{
        z-index: 0;
    }
    .earc_progrm ul li:last-child::after {
        z-index: -1;
        left: -59px;
        width: 236px;
    }
    footer ul li a{
        font-size: 12px;
    }
    footer ul li{
        padding-left: 45px;
    }
}
/************ Responsive Mobile Devices ***************/

@media only screen and (max-width: 767px) {
    .container {
        width: 90%;
    }
    header.fixed{
        height: 70px;
    }

    .banner .ban_txt h1{
        font-size: 19px;
        margin-bottom: 15px;
    }
    .banner .ban_txt .btn{
        margin-top: 10px;
    }
    .main_heading{
        font-size: 22px;
    }
    .faq .main_heading{
        margin-bottom: 12px;
    }
    .main_frm h2{
        font-size: 22px;
    }
    .main_frm form input {
        width: 48%;
        margin: 3px;
        padding: 20px 9px;
    }
    .main_frm form {
        width: 100%;
        padding: 36px 11px;
        border-radius: 8px;
    }
    .earc_progrm{
        padding: 20px 0;
    }
    .earc_progrm ul li:first-child::before {
        display: none;
    }
    
    .earc_progrm ul li:last-child::after {
        display: none;
    }
    .earc_progrm ul{
        margin-top: 25px;
    }
    .earc_progrm ul li {
        width: 100%;
        margin: 3% 0;
        border: 1px solid #f1f1f1;
        padding: 9px 0;
        border-radius: 8px;
        box-shadow: 0 0 5px #d8d8d8;
    }
    .reward{
        padding: 20px 0;
    }
    .reward ul li {
        width: 100%;
        margin: 3% 0;
        border: 1px solid #f1f1f1;
        padding: 9px 0;
        border-radius: 8px;
        box-shadow: 0 0 5px #f0efef;
    }
    .reward ul{
        margin-top: 25px;
    }

    .faq{
        padding: 20px 0;
    }
    .faq ul li{
        width: 100%;
        margin: 5px 0;
    }

    .faq ul li h3{
        font-size: 12px;
    }
    .faq ul li .drope_faq p{
        font-size: 14px;
    }

    .main_frm form input::placeholder{
        font-size: 14px;
    }

    footer ul li{
        width: 100%;
        margin: 2% 0;
        padding-left: 10px;
    }
    .banner .ban_txt .btn.secnd-btn{
        margin: 0;
    }
    .main_frm form .form_foot a{
        margin-right: 0;
        font-size: 14px;
    }
    .faq .se_les{
        font-size: 18px;
    }
}


/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
    .container {
        width: 90%;
    }
    /* MOBILE HEADINGS */
    h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 1rem;
    }
    p {
        font-size: 0.8rem;
    }
    /* MOBILE NAVIGATION */
    header {
        background: #fff;
        height: 65px;
    }
    header.fixed {
        background: #fff;
        box-shadow: 4px 4px 5px gray;
    }
    .navbar {
        width: 100%;
        float: left;
        margin-top: 16px;
    }
    .navbar img {
        float: left;
        width: 160px;
    }
    .navbar ul {
        position: fixed;
        top: -6px;
        left: 0;
        width: 70%;
        height: 100%;
        transform: translate(-101%);
        text-align: center;
        background: #006cb7;
        z-index: 999;
        overflow: hidden;
        box-shadow: 2px 1px 3px #5f5f5f;
    }
    .navbar ul li{
        width: 100%;
    }
    .navbar ul span {
        display: none;
    }
    .navbar ul li:first-child {
        display: block;
        margin-top: 0;
        padding: 12px 16px;
    }
    .navbar li {
        padding: 7px 0;
        border-bottom: 1px solid #f1f1f1;
        text-align: left;
        margin: 8px 0;
    }
    .navbar li a {
        font-size: 1rem;
        color: #fff;
    }
    .menu-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
    }
    .bar {
        display: block;
    }
    .mobile-nav {
        transform: translate(0%)!important;
    }
    .thankyou{
        margin: 92px 0;
        width: 100%;
        padding: 20px;
    }
  
}

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

    .banner .ban_txt h1{
        font-size: 17px;
    }

}

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

    .main_frm form input{
        width: 100%;
    }

}