*{
    letter-spacing: 1px;
    outline: none;
    font-family: Poppins,Segoe UI;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Moteefe;
    src: url('font/Moteefe.ttf');
  }
body{
    background-color: white !important;
}
body,html{
    width: auto;
    height: auto;
}
abbr{
    text-decoration: none;
}
form{
    outline: none !important;
}
.cursor_pointer{
    cursor: pointer;
}
.landingpageheader{
    height: 100vh;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)),url('../img/IMG_9945.JPG');
}
main{
    padding: 0 !important;
    margin: 0 !important;
}
.row{
    padding: 0;
    margin: 0;
}
img{
    padding-left: initial !important;
    padding-right: initial !important;
}
.img_partnerLogo{
    width: 150px;
}

.hidesmallscreen{
    display: block;
}
.showsmallscreen{
    display: none;
}
.div{
    padding: 0;
    margin: 0;
}
.transiton05{
    transition: .5s;
}
.workposition{
    font-size: medium;
}
/* formating height */
.heightFitContent{
    height: fit-content;
}
/* Add Box-shadow style */
.black_Inner_Box_Shadow_1_3_6{
    -webkit-appearance: none;
    -webkit-box-shadow: inset 1px -3px 6px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: inset 1px -3px 6px rgba(0, 0, 0, 0.12) !important;
    box-shadow: inset 1px -3px 6px rgba(0, 0, 0, 0.12) !important;
}
.black_Box_Shadow_3_5_6{
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.12) !important;
}
.black_Box_Shadow_0_7_6{
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.12) !important;
    -moz-box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.12) !important;
}
.orange_Box_Shadow_15_15_6{
    -webkit-appearance: none;
    -webkit-box-shadow: 15px 15px 6px #ED7D2B !important;
    -moz-box-shadow: 15px 15px 6px #ED7D2B !important;
    box-shadow: 15px 15px 6px #ED7D2B !important;
}
/* Add Blur effect */
.blureffect{
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    -moz-backdrop-filter: blur(13px);
    -o-backdrop-filter: blur(13px); 
}
/* type of Text colors */
.orangeTextColor{
    color:#ed7d2b;
}
.greenTextColor{
    color:#1E9C2E;
}
.blackTextColor{
    color:#000;
}
.whiteTextColor{
    color:#fff !important;
}
.grayTextColor{
    color:#7A7A7A !important;
}
.darkblueTextColor{
    color:#0F2D69;
}
.blueTextColor{
    color: #1F85B9;
}

.darkredTextColor{
    color:#9C0025;
}
/*  Background colors */
.orangeBackgroundColor{
    background-color:#ED7D2B;
}
.greenBackgroundColor{
    background-color:#1E9C2E;
}

.pinkBackgroundColor{
    background-color:#ED8BA0;
}
.darkpinkBackgroundColor{
    background-color:#E15988;
}
.whiteBackgroundColor{
    background-color:#fff;
}
/* background img styling */
.bg_Img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_ImgContain{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* border raduis style */
.borderraduis_40px{
    border-radius: 40px;
}
.borderraduis_25px{
    border-radius: 25px;
}
.borderraduis_15px{
    border-radius: 15px;
}
.borderraduis_10px{
    border-radius: 10px;
}
.borderraduis_top_20px{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.borderraduis_100per{
    border-radius: 100%;
}
.round{
    width: 180px;
    height: 180px;
}
.borderraduis_25px_25px_0px_0px{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
/* styling anchor tag */
a{
    color: #1F85B9;
    text-decoration: none;
}
img{
    width: 100%;
}
/* undertline */
.underline_green{
    width: 50px;
    height: 4px;
    background-color: #1E9C2E;
    border-radius: 20px;
}
.underline_orange{
    width: 50px;
    height: 4px;
    background-color: #ED7D2B;
    border-radius: 20px;
}
.underline_white{
    width: 50px;
    height: 4px;
    background-color: #fff;
    border-radius: 20px;
}
.backgroundBlack75op{
    background-color:rgba(0, 0, 0, .75) ;
}
.negMargin_6per{
    margin-top: -6%;
}
/* formating text header */
h1,h2,h3,h4,h5,.landpage_h1{
    font-weight: bold;
}
.landpage_h1{
    font-size:65px;
    font-weight:900;
    line-height: 65px;
}
.landpage_p{
    font-size:30px;
}
.playvideobutton{
    width: 80px;
    height: 80px;
}
h1{
    font-size: 50px;
    color: white;
    text-transform: uppercase;
}
h2{
    font-size: 35px;
    line-height: 40px;
    color: #ED7D2B;
    text-transform: uppercase;
}

h3{
    font-size: 25px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 15px;
}
/* formating list tag */
ul li{
    font-size: 20px;
    line-height: 30px;
}
/* formating paragraph tag */
p{
    font-size: 20px;
    line-height: 30px;
}
.landpage_p_30px{
    font-size:30px;
    line-height: 40px;
}
.landpage_p_15px{
    font-size:15px;
    line-height: 25px;
}
/* add margin to section */
.sectionPaddingTBRL{
    padding: 6rem;
}
.sectionPaddingTBRL2rem{
    padding: 2rem;
}
.sectionPadding{
    padding-top: 130px;
}

.sectionPaddingB{
    padding-bottom: 130px;
}

.sectionMarginB{
    margin-bottom: 130px;
}
/* formating img icon */
.icon_img_75px{
    width: 75px;
    height: 75px;
}
.padding_5px_10px{
    padding: 5px 10px;
}

.allo116Logo{
    position: fixed;
    bottom: 100px;
    left: 60px;
}
.allo116Logo a img{
    width: 150px;
}
.quizLogo{
    position: fixed;
    bottom: 100px;
    right: 60px;
}
.quizLogo a img{
    width: 150px;
}

.contact_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 10px;
    margin-right: 20px;
}
.box-shadow-8px6px13px{
    box-shadow:  8px 6px 13px rgb(0 0 0 /36%);
}

.indicator-menu{
    position: absolute;
    right: 10%;
    bottom: 50vh;
    padding: 20px 15px;
    background-color: #ED7D2B;
}
a{
    font-size: 15px;
    line-height: initial;
}
@media (max-width:1200px){
    .indicator-menu{
        display: none;
    }
    input[type="text"],input[type="email"],textarea,label{
        font-size: 12px;
    }
    textarea,select{
        font-size: 12px !important;
    }
    /* formating img icon */
    .icon_img_75px{
        width: 65px;
        height: 65px;
    }
    .landpage_h1{
        font-size:40px;
        line-height: 45px;
    }
    .landpage_p{
        font-size:30px;
    }
    h1{
        font-size: 55px;
    }
    h2{
        font-size: 25px;
        line-height: initial;
    }
    
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 15px;
    }
    h5{
        font-size: 14px;
    } 
    /* formating paragraph tag */
    p,a{
        font-size: 14px;
        line-height: initial;
    }
    a, a span{
        font-size: 12px;
        line-height: initial;
    }
    ul li{
        font-size: 13px;
        line-height: initial;
    }
    .landpage_p_30px{
        font-size:18px;
        line-height: initial;
    }
    .landpage_p_15px{
        font-size:12px;
        line-height: initial;
    }
    /* add margin to section */
    .sectionPaddingTBRL{
        padding: 2rem;
    }
    .sectionPadding{
        padding-top: 60px;
    }
    .sectionPaddingB{
        padding-bottom: 60px;
    }
    .allo116Logo{
        position: fixed;
        bottom: 50px;
        left: 30px;
    }
    .allo116Logo a img{
        width: 100px;
    }
    .quizLogo{
        position: fixed;
        bottom: 50px;
        right: 30px;
    }
    .quizLogo a img{
        width: 100px;
    }
    .round{
        width: 150px;
        height: 150px;
    }
    .landingpageheader{
        /* width: initial;
        height: initial; */
        background-position:top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)),url('../img/IMG_9945-horizontal.JPG');
    }
    .playvideobutton{
        width: 60px;
        height: 60px;
    }
    .negMargin_6per{
        margin-top: initial;
    }
    .hidesmallscreen{
        display: none;
    }
    .showsmallscreen{
        display: block;
    }
    
}
@media (max-width:768px) {
    .indicator-menu{
        display: none;
    }
    input[type="text"],input[type="email"],textarea,label{
        font-size: 12px;
    }
    textarea,select{
        font-size: 12px !important;
    }
    /* formating img icon */
    .icon_img_75px{
        width: 65px;
        height: 65px;
    }
    .landpage_h1{
        font-size:35px;
        line-height: 35px;
    }
    .landpage_p{
        font-size:25px;
    }
    h1{
        font-size: 55px;
    }
    h2{
        font-size: 25px;
        line-height: initial;
    }
    
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 15px;
    }
    h5{
        font-size: 14px;
    } 
    /* formating paragraph tag */
    p,a{
        font-size: 14px;
        line-height: initial;
    }
    a, a span{
        font-size: 12px;
        line-height: initial;
    }
    ul li{
        font-size: 13px;
        line-height: initial;
    }
    .landpage_p_30px{
        font-size:18px;
        line-height: initial;
    }
    .landpage_p_15px{
        font-size:12px;
        line-height: initial;
    }
    /* add margin to section */
    .sectionPaddingTBRL{
        padding: 2rem;
    }
    .sectionPadding{
        padding-top: 30px;
    }
    .sectionPaddingB{
        padding-bottom: 30px;
    }
    .allo116Logo{
        position: fixed;
        bottom: 50px;
        left: 30px;
    }
    .allo116Logo a img{
        width: 100px;
    }
    .quizLogo{
        position: fixed;
        bottom: 50px;
        right: 30px;
    }
    .quizLogo a img{
        width: 100px;
    }
    .round{
        width: 150px;
        height: 150px;
    }
    .landingpageheader{
        /* width: initial;
        height: initial; */
        background-position:top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)),url('../img/IMG_9945-horizontal.JPG');
    }
    .playvideobutton{
        width: 60px;
        height: 60px;
    }
    .negMargin_6per{
        margin-top: initial;
    }
    .hidesmallscreen{
        display: none;
    }
    .showsmallscreen{
        display: block;
    }
    
}
@media (max-width:576px){
    .indicator-menu{
        display: none;
    }
    input[type="text"],input[type="email"],textarea,label{
        font-size: 12px;
    }
    textarea,select{
        font-size: 12px !important;
    }
    /* formating img icon */
    .icon_img_75px{
        width: 65px;
        height: 65px;
    }
    .landpage_h1{
        font-size:28px;
        line-height: 35px;
    }
    .landpage_p{
        font-size:16px;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 23px;
        line-height: initial;
    }
    
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 15px;
    }
    h5{
        font-size: 14px;
    } 
    /* formating paragraph tag */
    p,a{
        font-size: 15px;
        line-height: initial;
    }
    ul li{
        font-size: 13px;
        line-height: initial;
    }
    .landpage_p_30px{
        font-size:18px;
        line-height: initial;
    }
    .landpage_p_15px{
        font-size:12px;
        line-height: initial;
    }
    /* add margin to section */
    .sectionPaddingTBRL{
        padding: 2rem;
    }
    .sectionPadding{
        padding-top: 30px;
    }
    .sectionPaddingB{
        padding-bottom: 30px;
    }
    .allo116Logo{
        position: fixed;
        bottom: 50px;
        left: 30px;
    }
    .allo116Logo a img{
        width: 100px;
    }
    .quizLogo{
        position: fixed;
        bottom: 90px;
        right: 30px;
    }
    .quizLogo a img{
        width: 100px;
    }
    .round{
        width: 150px;
        height: 150px;
    }
    .landingpageheader{
        /* width: initial;
        height: initial; */
        background-position:top;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1)),url('../img/IMG_9945-horizontal.JPG');
    }
    .playvideobutton{
        width: 60px;
        height: 60px;
    }
    .negMargin_6per{
        margin-top: initial;
    }
    .hidesmallscreen{
        display: none;
    }
    .showsmallscreen{
        display: block;
    }
    
}
