@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;

}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
}

h1.hdng_title {
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    color: #222429;
    letter-spacing: 0;
    font-size: 55px;
}

.hdng_titletwo {
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    color: #222429;
    letter-spacing: 0;
    font-size: 35px;
}

.hdng_titlethree {
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    color: #222429;
    letter-spacing: 0;
    font-size: 50px;
}

.hdng_titlefour {
    padding-left: 48px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    color: #222429;
    letter-spacing: 0;
    font-size: 30px;
    position: relative;
    margin-top: 22px;
}

.blt_one {
    width: 37px;
    position: absolute;
    top: 0;
    left: 0;
}

a {
    text-decoration: none;
    position: relative;
}

img {
    max-width: 100%;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

p.content {
    padding: 0;
    font-size: 18px;
    color: #686A6F;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-align: justify;
    margin-top: 15px;
}

.hdr {
    background: #006cb4;
    padding: 14px 0 14px;
}
.hdng_privacy_plcy{
    font-size: 50px;
    color:#fff;
}
.evnt_det h4 {
    font-size: 20px;
}

.frm_wrpr {
    padding: 40px;
    background: #222429;
    border-radius: 36px;
    width: 80%;
}

.custm_frm .form-group label {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.custm_frm .radio p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.custm_frm .radio label {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

/* Custom radio buttons */
input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
}

input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"] {
    display: none !important;
    *display: inline;
}

input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #222429;
}


.btn_sub {
    background: #fff;
    color: #222429 !important;
    outline: none;
    border: 0;
    width: 120px;
    margin: 10px auto;
    display: block;
}

.btn_sub:hover,
.btn_sub:active,
.btn_sub:focus {
    background: #fcb30a;
}

ul.abt_lst {
    margin: 0;
    padding: 0;
    position: relative;
    margin: 28px 0;
}

ul.abt_lst li {
    padding-left: 39px;
    margin-bottom: 20px;
    list-style-type: none;
    position: relative;
}

.blt_two {
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.bg_drk {
    background:
        #222429;
}

.prof_imgwrpr {}

.prof_imgwrpr img {
    border-radius: 17px;
}

.prof_titlewrpr {
    font-family: 'Teko', sans-serif;
    position: relative;
    padding-left: 65px;
    color: #fdb913;
    margin-bottom: 46px;
    border-bottom: 1px solid #fff;
    padding-bottom: 38px;
}

.no_brdr {
    border-bottom: 0px solid #fff !important;
    margin-bottom: 0;
}

.prof_titlewrpr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
}

.prof_desc {
    font-family: 'Rubik', sans-serif;
    color: #fff;
}

.brdr_btm {
    border-bottom: 1px solid #fff;
    padding-bottom: 29px;
}

.custm_frm .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffba09;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(201, 153, 12, 0.2);
}

.spkr_prof_hdng {
    font-family: 'Teko', sans-serif;
    color: #fff;
    margin-bottom: 87px;
    text-align: center;
    font-size: 46px;
}

/* video slider */
.custom1 .item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.custom1 .item a.vid_flashy {
    
    display: block;
    
}
.custom1 .item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../img/play.png) no-repeat center;
    background-size: 51px;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.5;
}

.custom1 .item:hover a:before {
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fdb913;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* background: #fff; */
    box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.logo_wrpr {
    display: inline-block;
}
.fixed  .logo_wrpr .logo{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.fixed .logo_wrpr .logo{
    width: 147px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scrl_top {
    width: 51px;
    height: 51px;
    position: fixed;
    background: #006cb4;
    bottom: 51px;
    right: 34px;
    text-align: center;
    padding-top: 0;
    font-size: 0;
    line-height: 1;
    color: #ffffff;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 9999999;
    cursor: pointer;
    font-size: 44px;
    border-radius: 6px;
}
body.flashy-active .flashy-overlay {
	opacity: 1;
	pointer-events: auto;
	z-index: 999999;
}
.ftr {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Rubik', sans-serif;
    background: #141414;
    padding: 14px 0 14px 0;
}
.ftr p {
    font-weight: 300;
    letter-spacing: 1px;
}

/* thank you/error pg */
.thnk_wrpr {
    min-height: 60vh;
}
.hdng_four {
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    color: #222429;
    letter-spacing: 0;
    font-size: 100px;
}
.hdng_four .yellow {
    color: #fdb913;
}
.mt-70 {
    margin-top: 70px;
}
.go_back {
    background: #ffb820;
    color: #141414 !important;
    outline: none;
    border: 0;
    width: 120px;
    margin: 10px auto;
    display: block;
}
.go_back:hover, .go_back:active, .go_back:focus {
    background: #141414;
    color: #ffb820 !important;
}