html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    scroll-behavior: smooth;
    transition: background-color .5s;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    height: 100%;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'montezregular';
    src: url('../fonts/montez-regular-webfont.woff2') format('woff2'),
    url('../fonts/montez-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'parafontmain';
    src: url(../fonts/glocalpara.ttf);
}

@font-face {
    font-family: 'headingfontsecd';
    src: url(../fonts/glocalfontheading.ttf);
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
    url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
    url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
    url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* font-family: 'Arvo', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif; */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



#cssmenu #head-mobile {
    display: none
}



#cssmenu>ul>li {
    float: left
}




#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;

    transition: background .3s ease;
}


#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #777;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #777;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

a:focus {
    outline: none !important;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 99;
    padding-top: 20px;
}

#cssmenu ul ul:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    position: absolute;
    top: 10px;
    left: 25%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    background: #ffffff;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 43px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 12px 15px !important;
    width: auto;
    border-left: none !important;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
}

#cssmenu ul ul li a:hover {
    background: #377650;
    transition: 0.5s;
}

#cssmenu ul ul li a:hover {
    /*background: rgba(0,0,0,0.6) !important;*/
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:700px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu {
        position: static !important;
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu .button {
        position: absolute;
        top: 36px;
        right: 20px;
    }
    .button.menu-opened i.fa-bars {
        display: none;
    }
    .button.menu-opened i.fa-times {
        display: block !important;
    }
    #cssmenu .button i.fa-times {
        display: none;
    }
    .button i {
        font-size: 25px;
        color: #fff;
    }
    .button.menu-opened {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

#cssmenu>ul>li.has-sub>a:after {
    display: none;
}

#cssmenu>ul>li.has-sub>a:before {
    display: none;
}



/* The checkboxnew */

.checkboxnew {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkboxnew:last-child {
    margin-bottom: 10px;
}


/* Hide the browser's default radio button */

.checkboxnew input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #e47127;
}


/* On mouse-over, add a grey background color */

.checkboxnew:hover input~.checkmark {
    background-color: #e47127;
}


/* When the radio button is checked, add a blue background */

.checkboxnew input:checked~.checkmark {
    background-color: #e47127;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.checkboxnew input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.checkboxnew .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}







/* Customize the label (the container) */

.newchecks {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-top: 2px;
    user-select: none;
    line-height: 20px;
}


/* Hide the browser's default checkbox */

.newchecks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checknew {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.newchecks:hover input~.checknew {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.newchecks input:checked~.checknew {
    background-color: #579c19;
}


/* Create the checknew/indicator (hidden when not checked) */

.checknew:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checknew when checked */

.newchecks input:checked~.checknew:after {
    display: block;
}


/* Style the checknew/indicator */

.newchecks .checknew:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.spinner {
    margin: 100px auto 50px auto;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #5567ee;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}



.topcontent {
    /*position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    background: #2c402e;
    position: relative;
    z-index: 9999999;
}

.top {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #344842;
}

.singlenewssections {
    display: block;
    overflow: hidden;
    padding: 25px 0;
}



.socialsec ul {
    margin-bottom: 0px;
}

.socialsec ul li {
    display: inline-block;
    vertical-align: middle;
}

.socialsec ul li a {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #2a3f2d;
    font-size: 15px;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.socialsec ul li a:hover {
    background: #62be56;
    color: #fff;
    transition: 0.5s;
}

.logosection {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    left: 0px;
    right: 0px;
}

.contactno p {
    font-family: 'poppinslight';
    color: #fff;
    font-size: 13.4px;
    letter-spacing: 1px;
}

.contactno {
    margin-top: 10px;
}

a.blogreadmore {
    color: #33383e;
    border: 2px solid #c5c7ca;
    padding: 5px 11px 7px 11px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 9px;
    font-size: 15px;
}

.contactno p span {
    margin-left: 15px;
}

.social ul li a span {
    background: #fff !important;
    color: #253a26 !important;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    font-size: 13px !important;
    line-height: 15px !important;
    text-align: center;
}

.social ul li {
    margin: 0px !important;
}

.social {
    display: inline-block;
    vertical-align: middle;
    float: right;
}


.logosection {
    display: block;
    padding: 15px 0;
}

.mainnav {
    float: right;
    display: block;
    margin: 0;
}

.mainnav li {
    display: inline-block;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
}

.mainnav li a {
    color: #fff;
    font-family: 'poppinslight';
    font-size: 15px;
    padding: 0 18px;
    letter-spacing: 0.4px;
    text-decoration: none;
}

.mainnav li a:hover {
    text-decoration: none;
}

.smalltopmenu {
    padding-right: 0 !important;
    margin-top: 25px;
}

.insidepagebanner {
    background: #2e3d56;
    padding-top: 136px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}


/*------------- Footer ------------------*/

.mainfooter {
    display: block;
    background: #242c37;
    padding: 45px 0;
    overflow: hidden;
    margin-top: 45px;
}

.footersocial ul li a span {
    width: 55px !important;
    height: 55px !important;
    background: #fff !important;
    color: #242c37 !important;
    padding: 0 !important;
    line-height: 55px !important;
    font-size: 21px !important;
    border-radius: 50%;
}

.menulinksfooter li {
    margin-bottom: 10px;
}

.menulinksfooter li a {
    font-family: 'proxima_novaregular';
    color: #96b4dd;
    font-size: 16px;
}

.menulinksfooter {
    padding: 15px;
}

.menulinksfooter li a:hover {
    color: #fff;
    text-decoration: underline;
    transition: 0.5s;
}

.footertextlow {
    font-family: 'proxima_novaregular';
    color: #96b4dd;
    font-size: 15px;
    padding: 0 15px;
    line-height: 28px;
}

.footertextlow p {
    font-style: italic;
}

.footertextlow p a {
    color: #fff;
    text-decoration: underline;
}

.footerlinkssec h3 {
    margin-top: 0;
    color: #fff;
    font-family: 'proxima_novaregular';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    padding-left: 5px;
}

.footerlinkssec li {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.footerlinkssec li a {
    display: inline-block;
    background: #394d68;
    color: #fff;
    font-family: 'proxima_novaregular';
    font-size: 15px;
    padding: 16px 30px;
    border-radius: 45px;
    min-width: 245px;
    letter-spacing: 0.9px;
}

.footerlinkssec li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}


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

    .smalltopmenu {
        padding-right: 0 !important;
        margin-top: 25px;
        display: block;
        overflow: hidden;
        float: none !important;
        position: static !important;
    }
    .mainnav li a {
        padding: 18px;
    }
    .logosection {
        position: relative;
    }
    .contactno p {
        font-size: 12px;
    }
    .contactno.col-lg-8.col-md-8.col-sm-8 {
        width: auto;
        float: left;
        padding-right: 0;
        padding-left: 9px;
    }
    .socialsec.col-lg-4.col-md-4.col-sm-4 {
        width: auto;
        float: right;
        padding-right: 0;
        padding-left: 0;
    }
}

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

    .col-md-4.col-lg-4.col-sm-12.footerlinkssec {
        margin: 0 0 50px 0;
    }
}

@media screen and (max-width:480px) {
    .step {
        width: 430px !important;
    }
    .competition-form.formtable {
        width: initial;
        margin: 10px !important;
    }
    .questionnumber {
        display: none;
    }
    .insidequizbox {
        margin: 10px !important;
        padding: 0px !important;
    }
    legend {
        font-size: 20px;
    }
    div.steps h3 {
        padding: 11px 0 13px 15px !important;
        font-size: 15px !important;
        margin-bottom: 22px !important;
    }
    form#competitionForm {
        margin: 15px !important;
    }
    .resulttext {
        padding-right: 0 !important;
        background: none;
    }
    div.steps h3.skill {
        padding-left: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .score-header {
        font-size: 37px !important;
    }
    .newresultlist {
        text-align: left !important;
        margin-top: 0 !important;
    }
    .contactno.col-lg-8.col-md-8.col-sm-8 {
        width: 100%;
        float: none;
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .socialsec.col-lg-4.col-md-4.col-sm-4 {
        width: 100%;
        text-align: center;
        float: none;
    }
    .social {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 16px;
    }
     .logosection {
        position: relative;
        padding: 0;
    }
    .logoimg a {
        display: block;
        margin-top: 15px;
    }
}

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

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