/*========================
Fonts Styles Starts Here 
========================*/
@font-face {
  font-family: 'nexa_rust_handmadeextended';
  src: url("../fonts/nexarusthandmade-extended-webfont.eot");
  src: url("../fonts/nexarusthandmade-extended-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/nexarusthandmade-extended-webfont.woff2") format("woff2"), url("../fonts/nexarusthandmade-extended-webfont.woff") format("woff"), url("../fonts/nexarusthandmade-extended-webfont.ttf") format("truetype"), url("../fonts/nexarusthandmade-extended-webfont.svg#nexa_rust_handmadeextended") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*========================
Global Styles Starts Here 
========================*/
* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  text-decoration: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  position: relative;
  background: white;
}

a {
  color: #333333;
  text-decoration: none !important;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:active, a:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

p {
  line-height: 22px;
  font-weight: 400;
  font-size: 14px !important;
}

hr {
  margin: 10px 0 !important;
  border-top: 1px solid #AFAFAF !important;
}

ul, ol {
  list-style: none;
}

.list-inline > li {
  margin: 0px !important;
  padding: 0px !important;
}

.pic {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: nexa_rust_handmadeextended, serif !important; */
  font-family: inherit;
  font-weight: 700;
  line-height: 22px;
  margin: 0px !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 400 !important;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

header {
    width: 100%;
   
   background-size: cover;
    padding: 30px 0px;
}
@media only screen and (min-width:981px) {
    li.sub_main {
        position: relative;
    }
    li.sub_main > ul.sub_child {
        position: absolute;
        left: 0px;
        top: 30px;
        z-index: 1;
        max-height: 0;
        overflow: none;
        transform: rotate3d(1, 0, 0, -90deg);
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 3ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        width: 190px;
    }
    li.sub_main:hover > ul.sub_child {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        -moz-transform: rotate3d(0, 0, 0, 0);
        -o-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0);
    }
    ul.sub_child > li {
        width: 100%;
        display: inline-block;
        color: #000;
        cursor: pointer;
        background: #662e7e !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        border-bottom: none;
    }
    ul.sub_child > li:last-child {
        border: none;
        color: #000 !important;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    ul.sub_child > li > a {
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 8px 0px 8px 13px;
        display: inline-block;
        text-align: left;
        color: #fff !important;
        text-transform: capitalize;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: normal;
    }
    ul.sub_child > li > a i {
        float: right;
        margin: 3px 10px 0px 0px;
        font-size: 19px;
    }
    ul.sub_child > li > a:hover {
        color: #fff !important;
        background: #4f3b58;
        text-decoration: none;
    }
}



.active_link{color:#fdba25 !important;}

.top_header_right_content {
    float: right;
    margin-top:39px;
    margin-bottom: 15px;
}

.top_header_right_content span {
    float: left;
    font-size: 16px;
    color: #000;
    margin-right: 100px;
}
.top_header_right_content a {
    float: left;
    font-size: 18px;
    color: #000;
    margin-right: 17px;
}
.menu_content {
    width: 100%;
   
    background: #3c0d51;
    padding: 30px 0px;
    margin-top: 0px;
    text-align: center;
}
nav {
    
   margin: 0px 0px 0px 106px;
    padding: 0px;
}
nav ul {
    
    
    margin: 0px;
    padding: 0px;
}
nav ul li {
    display: inline-block;
    margin-right: 21px;
    list-style: none;
}

nav ul li:nth-child(4n+0) {
    margin-left:298px;
}

nav ul li a {
    display: inline-block;
    font-size:14px;
    color: #fff;
    text-decoration: none;
}
nav ul li a:hover {
    text-decoration: none;
    color: #fdba25;
}

.dashboard_logo{margin-left:420px !important;}

.logo {
    float:left;
    text-align: center;
    margin-top: -189px;
    width: 100%;
}
.logo figure {
    float: left;
    margin-bottom: 5px;
    margin-left: 395px;
}

.space_sm_top {
  margin-top: 20px !important;
}

.space_sm_btm {
  margin-bottom: 20px !important;
}

.space_sm {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.space_md_top {
  margin-top: 40px !important;
}

.space_md_btm {
  margin-bottom: 40px !important;
}

.space_md {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.space_lg {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.space_lg_top {
  margin-top: 60px !important;
}

.space_pad_md {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.space_pad_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.space_pad_20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.space_pad_top_20 {
  padding-top: 20px !important;
}

.space_pad_top_30 {
  padding-top: 30px !important;
}

.space_pad_top_40 {
  padding-top: 40px !important;
}

.btn1 {
  font-family: "Lato", sans-serif !important;
  font-size: 13px;
  color: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 15px;
  text-transform: uppercase;
  margin-top: 40px;
}
.btn1:hover, .btn1:active, .btn1:focus {
  color: white;
  opacity: 0.8;
}

.list1 {
  padding: 20px 0 0;
  margin-left: 10px;
}
.list1 li {
  padding-bottom: 10px;
  background:url(../img/bg.png) no-repeat 0px 7px;
  padding-left:19px;
}

.view_more {
  text-decoration: underline !important;
  color: #3c0d51!important;
}

.section_main_title {
  font-family: "Lato", sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}

.table_container {
  background: #f6f6f6;
  box-shadow: 1px 4px 7px rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
}
.table_container .table > thead > tr > th,
.table_container .table > tbody > tr > th,
.table_container .table > tfoot > tr > th,
.table_container .table > thead > tr > td,
.table_container .table > tbody > tr > td,
.table_container .table > tfoot > tr > td {
  border-top: none;
}
.table_container > .table {
  padding: 15px;
}
.table_container > .table tr {
  height: 50px;
}
.table_container > .table > thead > tr > th {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.table_container > .table > tbody > tr > td {
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
}
.table_container > .table > tbody > tr > td > a {
  padding-right: 10px;
  color: #3c0d51;
}

/********* *********/
.thanks_message {
  text-align: center;
  border: 1px solid #a3a3a3;
  font-size: 20px;
  letter-spacing: 0.3px;
  padding: 20px 22px;
  line-height: 25px;
  color: #ce2427;
}
.days_left {
  text-align: center;
  border: 1px solid #a3a3a3;
  font-size: 38px;
  letter-spacing: 0.3px;
  padding: 20px 0;
  line-height: 48px;
  color: #ce2427;
}
.days_left > span img {
  padding-right: 15px;
}

.days_leftgn {
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.3px;
  padding: 20px 0;
  line-height: 48px;
  color: #ce2427;
}


.links_list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.links_list > li {
  text-align: center;
}
.links_list > li > a {
  display: inline-block;
  border: 3px solid #3c0d51;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
}
.links_list > li > a:hover {
  background: #3c0d51;
}
.links_list > li > p {
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.2px;
}
.links_list > li > p > a {
  color: black;
}

/*========================
Header Style Starts Here 
========================*/
#top_menu .logo {
  display: inline-block;
}
.logo img{
  width:100%;
}
#top_menu .top_links {
  font-family: "Lato", sans-serif !important;
  margin-top:110px;
}
#top_menu .top_links > ul {
  text-align: justify;
  color: black;
}
#top_menu .top_links > ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
#top_menu .top_links > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 !important;
}
#top_menu .top_links > ul > li > a {
  font-size: 15px;
  color: black;
}
#top_menu .top_links > ul > li > a:hover {
  color: #3c0d51;
}
#top_menu .top_links > ul > li .active {
  color: #3c0d51!important;
}

.social_media {
  position: absolute;
  top: 20px;
  right: 1%;
  z-index: 9999;
}
.social_media li {
  padding-left: 10px !important;
}
.social_media li .fa {
  border-radius: 50%;
  border: 2px solid #3c0d51;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #3c0d51;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_media li .fa:hover {
  background: #3c0d51;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/********** Slider Starts Here **************/
.slider_container {
  position: relative;
}
.slider_container #homebanner .item img {
  width: 100%;
  min-width: 100%;
}
.slider_container .banner_text {
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 99;
  padding: 20px 20px 20px 100px;
  background: white;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8), white 100%);
  background: -o-linear-gradient(right, 255, 255, 255, 0.4, rgba(255, 255, 255, 0.8), white 100%);
  background: -moz-linear-gradient(right, 255, 255, 255, 0.4, rgba(255, 255, 255, 0.8), white 100%);
  background: linear, to right, 255, 255, 255, 0.4, rgba(255, 255, 255, 0.8), white 100%;
}
.slider_container .banner_text > h1 {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 40px;
  color: black;
  letter-spacing: 0.6px;
}

/********** Slider Ends Here **************/
h3 {
  color: #3c0d51;
}

.section_title {
  text-transform: uppercase;
  margin-bottom: 40px !important;
  font-size: 40px;
  color: black;
}

.levels_of_exams {
  background: #f4fcff;
  padding: 50px 0px;
}

.exam_level_list > .exam_level {
  background: white;
  border-radius: 8px;
  border-top: 3px solid #3c0d51!important;
  border: 1px solid #dbdbdb;
  width: 35%;
  min-height:480px;
  margin-bottom:20px !important;
  margin-right: 5% !important;
  padding: 25px !important;
  vertical-align: top;
}
.exam_level_list > .exam_level .icon_bg {
  background: url(../img/icon_bg.png) center no-repeat;
  width: 133px;
  height: 114px;
  display: inline-block;
  line-height: 114px;
  margin-bottom: 25px;
}
.exam_level_list > .exam_level h3 > span {
  font-family: "Lato", sans-serif !important;
}
.exam_level_list > .exam_level h3 > sup {
  font-size: 13px;
  font-weight: bold;
}

.exam_level_list > .exam_level > ul > li > ul > li:before {
  content: '.';
  color: #3c0d51;
  font-size: 48px;
  line-height: 1px;
  padding-right: 5px;
	}

.how_it_works {
  background: white;
}

.our_process img {
  display: inline-block;
}

.silver_bg {
  background: #f6f6f6;
  padding: 50px 0px;
}

.requirement_list {
  text-align: center;
  display: none;
}
.requirement_list li {
  min-height: 230px;
}
.requirement_list li:hover .hunt_details, .requirement_list li:focus .hunt_details, .requirement_list li:active .hunt_details {
  display: none;
}
.requirement_list li:hover:after, .requirement_list li:focus:after, .requirement_list li:active:after {
  content: attr(data-btn-alt);
  font-size: 15px;
  word-wrap: break-word;
  font-weight: bold;
}
.requirement_list li:hover .hunt, .requirement_list li:focus .hunt, .requirement_list li:active .hunt {
  background: #3c0d51;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.requirement_list li:hover .hunt .reg_open, .requirement_list li:focus .hunt .reg_open, .requirement_list li:active .hunt .reg_open {
  background: url(../img/icons/hunt/4_w.png) center no-repeat;
}
.requirement_list li:hover .hunt .exam_dates, .requirement_list li:focus .hunt .exam_dates, .requirement_list li:active .hunt .exam_dates {
  background: url(../img/icons/hunt/5_w.png) center no-repeat;
}
.requirement_list li:hover .hunt .reg_lastdate, .requirement_list li:focus .hunt .reg_lastdate, .requirement_list li:active .hunt .reg_lastdate {
  background: url(../img/icons/hunt/6_w.png) center no-repeat;
}
.requirement_list li:hover .hunt .res_dates, .requirement_list li:focus .hunt .res_dates, .requirement_list li:active .hunt .res_dates {
  background: url(../img/icons/hunt/7_w.png) center no-repeat;
}
.requirement_list li:hover .hunt .awards_prices, .requirement_list li:focus .hunt .awards_prices, .requirement_list li:active .hunt .awards_prices {
  background: url(../img/icons/hunt/8_w.png) center no-repeat;
}
.requirement_list li:hover .hunt .report_analysis, .requirement_list li:focus .hunt .report_analysis, .requirement_list li:active .hunt .report_analysis {
  background: url(../img/icons/hunt/9_w.png) center no-repeat;
}
.requirement_list .hunt {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  height: 170px;
  width: 170px;
  line-height: 170px;
  border: 3px solid #3c0d51;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.requirement_list .hunt img {
  display: inline-block;
}
.requirement_list .hunt .hunt_img {
  display: inline-block;
  margin-top: 50px;
}
.requirement_list .hunt .reg_open {
  background: url(../img/icons/hunt/4.png) center no-repeat;
  height: 62px;
  width: 66px;
}
.requirement_list .hunt .exam_dates {
  background: url(../img/icons/hunt/5.png) center no-repeat;
  width: 45px;
  height: 61px;
}
.requirement_list .hunt .reg_lastdate {
  background: url(../img/icons/hunt/6.png) center no-repeat;
  width: 69px;
  height: 55px;
}
.requirement_list .hunt .res_dates {
  background: url(../img/icons/hunt/7.png) center no-repeat;
  width: 51px;
  height: 59px;
}
.requirement_list .hunt .awards_prices {
  background: url(../img/icons/hunt/8.png) center no-repeat;
  width: 51px;
  height: 74px;
}
.requirement_list .hunt .report_analysis {
  background: url(../img/icons/hunt/9.png) center no-repeat;
  width: 59px;
  height: 52px;
}
.requirement_list .hunt_details {
  text-align: center;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.our_parters_list {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  margin: 0px;
  float: left;
}
.our_parters_list:last-child {
  border-bottom: none;
}
.our_parters_list figure {
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.our_parters_list .partner {
  /*border-right: 1px solid #e9e9e9;*/
  padding: 20px 0;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.our_parters_list .partner:hover, .our_parters_list .partner:active, .our_parters_list .partner:focus {
  box-shadow: 0px 0px 8px 1px rgba(1, 151, 214, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.our_parters_list .partner img {
  display: inline-block;
}
.our_parters_list .partner:nth-child(4n+4) {
  border-right: none;
}

#breadcrumb {
  background: url(../img/breadcrumb_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 130px;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#breadcrumb:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}
#breadcrumb .main_title {
  color: white;
  font-size: 32px;
}
#breadcrumb .breadcrumb_links {
  color: white;
  float: right;
}
#breadcrumb .breadcrumb_links > li > a {
  color: white;
  letter-spacing: 0.3px;
}
#breadcrumb .breadcrumb_links > li:after {
  content: '>';
}
#breadcrumb .breadcrumb_links > li:last-child:after {
  content: '';
}

.content_block > p {
  font-size: 15px !important;
  line-height: 30px;
}
.content_block > .list_title {
  font-family: "Lato", sans-serif !important;
  color: #3c0d51;
}
.content_block > .list1 > li {
  font-size: 15px !important;
}
.content_block > .list1 > li:before {
  content: '.';
  font-weight: bold;
  font-size: 50px;
  padding-right: 15px;
  line-height: 0;
  color: #3c0d51;
}
.content_block > .welcome_title {
  font-family: "Lato", sans-serif !important;
}
.content_block > .welcome_title span {
  color: #3c0d51;
}

.contact-us .contact_block {
  font-family: "Lato", sans-serif !important;
  border: 1px solid #cbcbcb;
  margin-bottom: 20px;
  min-height: 190px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-us .contact_block:hover, .contact-us .contact_block:active, .contact-us .contact_block:focus {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-us .contact_block .sub_title {
  font-family: "Lato", sans-serif !important;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.contact-us .contact_block .icon {
  padding-right: 20px;
  float: left;
}
.contact-us .contact_block .big_text {
  font-size: 21px !important;
}

.breadcrumb .main_title {
  font-family: "Lato", sans-serif !important;
  font-size: 20px;
  padding: 10px 0px;
}
.breadcrumb .main_title .user_name {
  color: #3c0d51;
  padding-left: 3px;
}

.ordered_list {
  margin-left: 15px;
  font-size: 15px;
  color: black;
}
.ordered_list > li {
  list-style-type: decimal;
  padding-right: 8px !important;
  margin-bottom: 15px;
  line-height: 24px;
}

.list_icons {
  font-size: 15px;
  margin-left: 30px;
  color: black;
}
.list_icons > li {
  padding-right: 8px !important;
  margin-bottom: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.list_icons .circle {
  display: inline-block;
  min-width: 40px;
}

p > .red_text {
  color: #d53901;
  font-style: italic;
}

.syllabus_list {
  font-family: "Lato", sans-serif !important;
}
.syllabus_list .syllabus {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 35px;
  letter-spacing: 0.2px;
}
.syllabus_list .syllabus .class_name {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  color: #3c0d51;
  line-height: 28px;
  margin-bottom: 10px !important;
}
.syllabus_list .download_btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #3c0d51;
  display: inline-block;
  font-size: 12px;
  padding: 2px 15px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  float: right;
}
.syllabus_list .download_btn span {
  padding-right: 5px;
}

/*========================
Register Page Starts Here 
========================*/
.register {
  background: #eeeeee;
  font-family: "Lato", sans-serif !important;
  /*-----------Vertical tabs-----------*/
  /*-----------Accordion styles-----------*/
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
}
.register .register #top_menu {
  background: white !important;
}
.register ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  list-style-type: disc !important;
}
.register ul.resp-tabs-list li {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  padding: 13px 15px;
  /* list-style: none; */
  cursor: pointer;
  float: left;
}
.register .resp-tabs-container {
  padding: 0px;
  clear: left;
}
.register h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.register .resp-tab-content {
  display: none;
  padding: 20px 20px 20px 35px;
}
.register .resp-tab-active {
  border-bottom: 1px #f6f6f6 solid !important;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
  border-left: 3px solid #3c0d51!important;
}
.register .resp-tab-active {
  border-bottom: none;
  background-color: #fff !important;
}
.register .resp-content-active,
.register .resp-accordion-active {
  display: block;
}
.register .resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #5AB1D0;
}
.register h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
.register h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
.register h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
.register .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 20%;
  color: black;
}
.register .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 25px 15px !important;
  cursor: pointer;
  float: none;
  text-align: left;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #cecccc;
  color: #979799;
}
.register .resp-vtabs .resp-tabs-list li span {
  display: inline-block;
  width: 100%;
  padding-bottom: 3px;
}
.register .resp-vtabs .resp-tabs-container {
  padding: 0px;
  float: left;
  width: 80%;
  min-height: 500px;
  border-radius: 0px;
  clear: none;
  background: white;
}
.register .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.register .resp-vtabs li.resp-tab-active {
  padding: 25px 15px !important;
  color: black;
}
.register .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3c0d51;
}
.register h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #3c0d51;
}
.register h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}
.register .resp-easy-accordion h2.resp-accordion {
  display: block;
}
.register .resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.register .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}
.register .resp-jfit {
  width: 100%;
  margin: 0px;
}
.register .resp-tab-content-active {
  display: inline-block;
  width: 100%;
}
.vote-block {
	/*margin-top:20px;*/
	margin-bottom:20px;
	display:block;
	text-align:center;
	}
.vote-block .school-name {
	margin-top:10px !important;
	margin-bottom:10px !important;
	display:block;
	width:100%;
	color:#000;
	font-family: "Lato", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
	}
.vote-block .vote-btn {
	background: #3c0d51;
    color: white;
	border: #3c0d51;
	border-radius:0px;
	}
.vote-block .vote-btn:hover {
	background: #3c0d51;
    color: white;
	border: #c65240;
	border-radius:0px;
	}
.vote-block .refer-friend-btn {
	background: #ef7f1a;
    color: white;
	border: #ef7f1a;
	border-radius:0px;
	}
.vote-block .refer-friend-btn:hover {
	background: #f89b47;
    color: white;
	border: #f89b47;
	border-radius:0px;
	}
#sync2 .synced .item {
	border: 1px solid #3c0d51;
	}
#sync2 .item {
    margin: 5px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.search-school {
	text-align:right;
	}
.search-school .navbar-form {
	padding: 0px 0px;
	}
.search-school .navbar-form .form-group .form-control {
	border-radius: 0px;
	}
.search-school .navbar-form .search-btn {
	background: #3c0d51;
    color: white;
    border: #3c0d51;
    border-radius: 0px;
	}
.school-details .school-title {
	margin-bottom:15px !important;
	}
.school-details p span {
	color:#3c0d51;
	font-weight:bold;
	}

.silver_bg .school-pic {
  width: 50%;
  float: left;
  margin-right: 4%;
}
.silver_bg .school-content h2 {
  font-size: 50px;
}
.silver_bg .school-content ul li {
  display: inline-block;

}
.silver_bg .school-content ul li:nth-child(2) {
  border-right: 0px solid #d08943;
}
.silver_bg .school-content ul li:nth-child(1) a {
  color: #3c0d51;
  margin-left: 0px;
  margin-right: 5px;
}
.silver_bg .school-content ul li .vote-btn {
  color: #fff !important;
  padding: 6px 6px;
  border:1px solid #3c0d51; 
  border-radius: 0px;
  background-color: #3c0d51;
}
.silver_bg .school-content ul li .vote-btn:hover {
  color: #fff;
  background-color: #b84331;
  border:1px solid #b84331; 
}
.silver_bg .school-content ul li .refer-btn {
  color: #fff;
  padding: 6px 6px;
  border:1px solid #ef7f1a; 
  border-radius: 0px;
  background-color: #ef7f1a;
}
.silver_bg .school-content ul li .refer-btn:hover {
  color: #fff;
  background-color: #fc983e;
  border:1px solid #ef7f1a; 
}
.silver_bg .school-content ul li a {
  color: #3c0d51;
  margin-left: 5px;
  margin-right: 5px;
}
.silver_bg .school-content ul li a:hover {
  text-decoration: none;
}
.vote-block .school-vote-bg {
  background-color: #ebebeb;
  border-radius: 4px;
  padding-top: 10px;
  padding-left: 1px;
}
.vote-block .school-vote-bg p {
  display: inline-block;
  margin-right: 2px;
  padding-top: 5px;
  font-size: 12px !important;
}
.vote-block .school-vote-bg ul {
  display: inline-flex;
}
.vote-block .school-vote-bg ul li {
  border-right: 0px solid #d08943;
}
.vote-block .school-vote-bg ul li:nth-child(2) {
  border-right: 0px solid #d08943;
}
.vote-block .school-vote-bg ul li:nth-child(1) a {
  color: #3c0d51;
    margin-left: 0px;
    margin-right: 0px;
}
.vote-block .school-vote-bg ul li:nth-child(2) a {
  color: #3c0d51;
    margin-left: 5px;
    margin-right: 5px;
}
.vote-block .school-vote-bg ul li .vote-btn {
  color: #fff !important;
  padding: 6px 6px;
  border:1px solid #3c0d51; 
  border-radius: 0px;
  background-color: #3c0d51;
}
.vote-block .school-vote-bg ul li .vote-btn:hover {
  color: #fff;
  background-color: #b84331;
  border:1px solid #b84331; 
}
.vote-block .school-vote-bg ul li .refer-btn {
  color: #fff !important;
  padding: 6px 6px;
  border:1px solid #ef7f1a; 
  border-radius: 0px;
  background-color: #ef7f1a;
}
.vote-block .school-vote-bg ul li .refer-btn:hover {
  color: #fff;
  background-color: #fc983e;
  border:1px solid #ef7f1a; 
}
.win-prizes .prizes {
  display: inline-block;
  margin-right: 20px;
}
.win-prizes .certifications {
  display: inline-block;
  float:left;
  margin-right: 25%;
}

.carousel-control.left {
  background-image: none !important;
}
.carousel-control.right {
  background-image: none !important;
}
.carousel-caption {
  right: 0% !important;
    left: 0% !important;
}
.carousel-indicators {
  display: none;
}

#msgscreen {
  margin-top: 22px;
}
#msgscreen h4 {
  line-height: 28px;
}
.silver_bg .school-content ul li {
  float: left;
  margin-right: 6px;
  border-right: 1px solid #333;
  padding-right: 6px;
}
.vote-school-btn {
  color: #d08943;
  margin-left: 0px;
  margin-right: 0px;
  background: none;
  border: 0px;
}
.vote-school-btn1 {
  color: #d08943;
  margin-left: 0px;
  margin-right: 0px;
  background: none;
  border: 0px;
  border-right: 1px solid #333;
  padding-right: 10px;
  margin-right: 10px;
}
.links_list {
  font-family: "Lato", sans-serif !important;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.testimonial-name {
  font-family: "Lato", sans-serif !important;
}

.modal {
  z-index: 999999999999999999999999 !important;
}
.modal .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  border: 0x solid rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, .2);
}
.modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.modal .modal-dialog .modal-content .modal-header .close_content {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50% !important;
    background: #000 !important;
    opacity: .9 !important;
    color: #fff !important;
    margin-left: 25px !important;
    position: absolute !important;
    right: 0px !important;
    top: 32px !important;
    line-height: 0px !important;
    z-index: 99999999999999;
}

.pic-attach .inputfile-1 + label {
    color: #f1e5e6;
    background-color: #3c0d51;
}
.pic-attach .inputfile + label {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* padding: 0.625rem 1.25rem; */
    padding: 1.39555555rem 1.25rem;
    margin-bottom: -4px;
}
.pic-attach .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.pic-attach .inputfile-1 + label {
    color: #f1e5e6;
    background-color: #3c0d51;
}
.pic-attach .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.personal-user-pic {
    margin-top: 25px;
    margin-bottom: 25px;
}
blink {
  animation-duration: 600ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes blink {
  from {
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
  }

  to {
    opacity: 0;
    font-size: 18px;
    font-weight: bold;
  }
}
#def .vt-school a img {
  min-height: 263px;
}

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    margin-bottom: 0px !important;
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.vote-msg-print {
  text-align: center;
  font-size: 30px;
    letter-spacing: 0.3px;
    line-height: 28px;
    color: #47c542;
}


@media (max-width:1199px) {

	.quiz_container .time_left {
		left: 35px !important;
	}
  nav ul li a {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}
nav ul li:nth-child(4n+0) {
    margin-left: 284px;
}
.top_header_right_content span {
    float: left;
    font-size: 16px;
    color: #000;
    margin-right: 36px;
}
.logo figure {
    float: left;
    margin-bottom: 5px;
    margin-left: 308px;
}
	}
@media (max-width:991px) {
  .win-prizes {
    text-align: right;
    margin-top:53px;
    margin-right: 0%;
    margin-bottom: 14px;
  }
  nav ul li:nth-child(4n+0) {
    margin-left: 0px;
}
nav {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.logo img {
    width: 69% !important;
    margin-bottom: 12px;
}
.logo figure {
    float: left;
    margin-bottom: 5px;
    margin-left:0px;
    margin-top:34px;
}
.menu_content {
    width: 100%;
    background:none;
    padding: 30px 0px;
    margin-top: 0px;
    text-align: center;
}
  .list-inline {
    padding-left: 0;
    margin-left: 5px;
    margin-top:85px;
    list-style: none;
}
  .win-prizes .certifications {
    padding-top: 10px;
  display: inline-block;
  float: right;
  margin-right: 25%;
}
	.exam_level_list > .exam_level {
	    height: 630px;
		}
	#top_menu .top_links {
		margin-top:0px;
		}
    .login_form2 .btn_submit {
      font-size: 10px !important;
  }
	}
@media only screen and (max-width: 768px) {
  .win-prizes .certifications {
    padding-top: 10px;
  display: inline-block;
  float: right;
  margin-right: 0%;
}
  .silver_bg .rated-schools {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .register ul.resp-tabs-list {
    display: none;
  }
  .register h2.resp-accordion {
    display: block;
  }
  .register .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .register .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .register .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .register .resp-accordion-closed {
    display: none !important;
  }
  .search-school .navbar-form {
	    padding: 10px 15px;
	}
	.exam_level_list > .exam_level {
	    height: auto;
		}
}
.register .resp-tabs-container .section_content {
  font-size: 16px;
}
.register .resp-tabs-container .section_content .main_title {
  font-family: "Lato", sans-serif !important;
  font-size: 24px;
  margin-bottom: 25px !important;
}
.register .resp-tabs-container .section_content .section_title {
  font-size: 16px;
  margin-bottom: 20px !important;
}
.register .resp-tabs-container .section_content .section_title .icon {
  display: inline-block;
  padding-right: 15px;
}
.register .resp-tabs-container .section_content .content_only {
  margin-left: 35px;
}
.register .resp-tabs-container .section_content > .simple_list {
  margin-left: 55px;
}
.register .resp-tabs-container .section_content > .simple_list > li {
  list-style-type: disc;
  padding-left: 10px;
  line-height: 28px;
}
.register .resp-tabs-container .section_content .pattern_list > li {
  width: 100%;
  color: black;
  margin-bottom: 30px !important;
  font-size: 16px;
}
.register .resp-tabs-container .section_content .pattern_list > li .icon {
  width: 40%;
}
.register .resp-tabs-container .section_content .pattern_list > li .icon img {
  padding-right: 8px;
}
.register .resp-tabs-container .section_content .pattern_list > li .details {
  font-weight: 300;
  float: right;
  width: 60%;
}
.register .resp-tabs-container .section_content h4.section_title {
  font-family: "Lato", sans-serif !important;
  margin: 30px 0;
}
.register .resp-tabs-container .section_content .list_arrow li {
  margin-bottom: 15px !important;
}
.register .resp-tabs-container .section_content .list_arrow li .icon img {
  padding-right: 8px;
}

.user_details {
  float: right !important;
  padding-top: 5px;
}
.user_details a {
  color: black;
}
.user_details .user_status {
  display: inline-block;
  top: 3px;
  position: relative;
}
.user_details img {
  padding-right: 5px;
}

.quiz_container {
  font-family: "Lato", sans-serif !important;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.quiz_container .quiz_name {
  font-family: "Cinzel", serif !important;
  font-size: 21px;
  color: black;
}
.quiz_container .quiz_name .exam_name, .quiz_container .quiz_name .class_name {
  color: #3c0d51;
}
.quiz_container .question {
  font-size: 15px;
  color: black;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #acacac;
  min-height: 100px;
}
.quiz_container .question .ques_counter {
  padding-right: 5px;
}
.quiz_container .answer_options {
  font-size: 14px;
  margin-top: 20px;
}
.quiz_container .answer_options > li {
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.quiz_container .default_btn {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  background: #e6e6e6;
  border-radius: 0;
  box-shadow: 1px 2px 3px #a7a7a7;
  height: 42px;
  margin-right: 20px;
}
.quiz_container .default_btn:hover, .quiz_container .default_btn:active, .quiz_container .default_btn:focus {
  outline: 0;
}
.quiz_container .submit_btn {
  float: right;
  background: #3c0d51;
  color: white;
  margin-right: 0px;
}
.quiz_container .submit_btn:hover, .quiz_container .submit_btn:active, .quiz_container .submit_btn:focus {
  color: white;
}
.quiz_container .time_left {
  float: left;
  font-size: 16px;
  vertical-align: baseline;
  position: relative;
  top: 5px;
  left: 85px;
  font-weight: 600;
}
.quiz_container #quiz_timer {
  float: right;
  background: #3c0d51;
  font-size: 16px;
  display: inline-block;
  padding: 5px 20px;
  color: white;
  border-radius: 5px;
}
.quiz_container .quiz_states {
  font-size: 14px;
  color: black;
  border: 1px solid #acacac;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 0px !important;
}
.quiz_container .quiz_states li {
  margin-bottom: 20px;
}
.quiz_container .quiz_states li .ques_counter {
  text-transform: uppercase;
}
.quiz_container .quiz_states li .state {
  width: 20px;
  height: 20px;
  line-height: 24px;
  border-radius: 50%;
  background: black;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
}
.quiz_container .quiz_states li .answered {
  background: #87c922;
}
.quiz_container .quiz_states li .not_answered {
  background: #d53901;
}
.quiz_container .quiz_states li .not_visited {
  background: #e8e7e7;
}
.quiz_container .quiz_states li .marked_review {
  background: #9e74c7;
}

/*========================
Top Menu Starts Here 
========================*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  background: #3c0d51;
  color: white !important;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  /* line-height: 22px; */
  font-size: 1px;
  display: block;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: white;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 44px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: white;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #ccdddd;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width:50px;
  height:30px;
  padding:8px 0px 0px 0px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.5);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li .mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-remove {
  display: none !important;
}

.mean-bar a {
  position: relative;
}
.mean-bar a label {
  position: absolute;
  left: 35px;
  text-indent: 35px;
  font-size: 16px;
}

.mobile_logo{width:100%;display:none;}

/*========================
Forms Starts Here 
========================*/
/*========== Welcome Form Starts here ==========*/
.welcome_form .form-control {
  height: 45px;
  font-size: 15px;
  border-color: #bebdbd;
}
.welcome_form select {
  border: 1px solid #ccc;
  background: transparent none no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 0) {
  .welcome_form {
    /* for relatively modern browsers including IE 8+ */
  }
  .welcome_form select {
    background-image: url("data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAYAAACkVDyJAAAAlElEQVRIx+2VwQ3AIAhFwTiFi7KC7uYGHo1z0Et7MWkjaEiaQOJBDzy/wgdqrXwHWKyAiGAZDnSgHBhC+IfCUgqbKXxgGqhY4QyRQkUK35KLoK01iZd+xZKXRuEfbvdQPPGkAABEhMeLhohE5yfaAufk93791r13zQDmnLNqcOMYg1NKmoJgTRHtmDeaWZvPQweaAi8PXSmZJU3QRAAAAABJRU5ErkJggg==");
    background-position: -50px -50px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .welcome_form {
    /* for Webkit */
  }
  .welcome_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right center;
  }
}
.welcome_form .start_button {
  height: 40px;
  min-width: 110px;
  background: #3c0d51;
  color: white;
  font-size: 16px;
}

/*========== Welcome Form Ends here ==========*/
/*========== Login Form Starts here ==========*/
.form_container {
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  min-height: 350px;
  margin-top: 25px;
  margin-left: 25px;
  position: relative;
}
.form_container h4.form_title {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300 !important;
  color: #fff;
  min-width: 130px;
  padding: 10px;
  padding-left: 30px;
  background: #3c0d51;
  position: relative;
  left: -20px;
  top: 25px;
  float: left;
}
.form_container h4.form_title:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #3c0d51#3c0d51transparent transparent;
}
.form_container h4.form_title:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: -1px;
  right: -20px;
  border-top: 37px solid transparent;
  border-left: 20px solid #3c0d51;
}
.form_container label {
  font-weight: 400;
}
.form_container .form-group {
  margin-bottom: 25px;
  padding-right: 40px;
}
.form_container .form-control {
  font-size: 15px;
  color: #908f8f;
  border-radius: 0px;
  height: 40px;
}
.form_container .fmcotrl {
  font-size: 15px;
  color: #908f8f;
  border-radius: 0px;
  height: auto;
}
.form_container .submit_btn {
  border-radius: 0px;
  background: #3c0d51;
  color: white;
  border-bottom: 3px solid #3c0d51;
  text-transform: uppercase;
  width: 100px;
  font-weight: 300;
}
.form_container .submit_btn:hover, .form_container .submit_btn:focus, .form_container .submit_btn:active {
  background: #3c0d51;
  color: white;
  opacity: 0.8;
}
.form_container .login_form {
  padding-top: 50px;
  height: auto;
  display: inline-block;
  width: 100%;
}
.form_container .pass_form {
  padding-top: 50px;
  height: auto;
  display: inline-block;
  width: 100%;
}
.form_container .forgot_pass {
  color: #3c0d51;
  text-transform: uppercase;
  font-size: 12px;
}

/*========== Login Form Ends here ==========*/
/*========== Register Form Starts here ==========*/
.register_form .form-group {
  margin-bottom: 25px;
  padding-right: 40px;
}
.register_form .form-control {
  font-size: 15px;
  color: #908f8f;
  border-radius: 0px;
  height: 45px;
}
.register_form textarea.form-control {
  height: auto;
}
.register_form .btn_submit {
  background: #3c0d51;
  color: white;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.register_form .btn_submit:hover, .register_form .btn_submit:focus, .register_form .btn_submit:active {
  outline: 0;
  background: #3c0d51;
  color: white;
  opacity: 0.7;
}

/*========== Register Form Ends here ==========*/
/*========== Payment Form Starts here ==========*/
.payment_form .form-group {
  margin-bottom: 25px;
  padding-right: 40px;
}
.payment_form .form-control {
  font-size: 15px;
  color: #908f8f;
  border-radius: 0px;
  height: 45px;
}
.payment_form textarea.form-control {
  height: auto;
}
.payment_form .btn_submit {
  background: #3c0d51;
  color: white;
  border-radius: 0;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.payment_form .btn_submit:hover, .payment_form .btn_submit:focus, .payment_form .btn_submit:active {
  outline: 0;
  background: #3c0d51;
  color: white;
  opacity: 0.7;
}
.payment_form #cvv_Code {
  background: url(../img/icons/lock.png) 95% no-repeat;
}
.payment_form .bg_input {
  display: inline-block;
  width: 100%;
  background: #f6f6f6;
  padding: 15px;
  margin-bottom: 0 !important;
}
.payment_form .bg_input .title {
  display: inline-block;
  /*padding-left: 10px;*/
}
.payment_form .bg_input .desc {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #727272;
  letter-spacing: 0.3px;
  /*padding-left: 25px;*/
}
.payment_form .bg_input .payment_img {
  float: right;
  padding-top: 15px;
}
.payment_form label {
  display: block;
  width: 100%;
}

/*========== Payment Form Ends here ==========*/
.login_form2 {
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
}
.login_form2 .form-group {
  margin-bottom: 25px;
}
.login_form2 .form-control {
  font-size: 15px;
  color: #908f8f;
  border-radius: 0px;
  height: 40px;
}
.login_form2 textarea.form-control {
  height: auto;
}
.login_form2 .btn_submit {
  background: #3c0d51;
  color: white;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
}
.login_form2 .btn_submit:hover, .login_form2 .btn_submit:focus, .login_form2 .btn_submit:active {
  outline: 0;
  background: #3c0d51;
  color: white;
  opacity: 0.7;
}

/*========================
Footer Starts Here 
========================*/
#footer {
  text-align: center;
  background: #3c0d51;
  color: white;
  padding: 30px 0 30px;
  position: relative;
  z-index: 1;
}
#footer p {
  line-height: 28px;
}
#footer h3 {
  font-size: 26px;
  letter-spacing: 0.8px;
  color: white;
  margin: 20px 0 !important;
}
#footer .border_btm {
  border-bottom: 2px solid white;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 40px;
}
#footer .footer_title {
  font-family: nexa_rust_handmadeextended, serif !important;
  font-size: 15px;
}
#footer .footer_desc a {
  color: white;
}
#footer .social {
  margin-bottom: 20px;
}
#footer .social li {
  padding-left: 10px !important;
}
#footer .social li:hover {
  opacity: 0.8;
}

.copyrights {
  font-size: 12px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 15px 0;
  line-height: 20px !important;
}

.copyright-bottom {
	padding-top:20px;
	padding-bottom:20px;
	}
.privacy-links {
	margin:0px;
	padding:0px;
	text-align:center;
	}
.privacy-links ul {
	margin:0px;
	padding:0px;
	}
.privacy-links ul li {
	display:inline-block;
	border-right:1px solid #333;
	padding:0px 10px;
	}
.privacy-links ul li:nth-child(3) {
	border-right:0px solid #333;
	}
.privacy-links ul li a {
	color:#333;
	}

/*========================
Responsive Starts Here 
========================*/
/*==============================
	For Only Small Desktops
==============================*/
@media (max-width: 1023px) {
  .our_parters_list {
    border-bottom: none;
  }
  .our_parters_list .partner {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .our_parters_list .partner:nth-child(even) {
    border-right: none !important;
  }
  .our_parters_list:last-child .partner:nth-child(3), .our_parters_list:last-child .partner:last-child {
    border-bottom: none !important;
  }
}
@media (min-width: 769px) {
  .level1_parent {
    position: relative !important;
  }
  .level1_parent > .level1_child {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    padding-top: 20px;
    font-size: 15px;
    min-width: 200px;
    background: white;
  }
  .level1_parent > .level1_child > li {
    display: inline-block;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 4px black;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .level1_parent > .level1_child > li > a {
    display: inline-block;
    width: 100%;
    color: black;
    padding: 12px 20px;
  }
  .level1_parent > .level1_child > li:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #3c0d51;
    color: white;
  }
  .level1_parent > .level1_child > li:hover > a {
    color: white;
  }
  .level1_parent:hover .level1_child {
    display: inline-block;
    width: 100%;
    background: transparent;
  }
}
/*==============================
	For Only Tablate Devices
==============================*/
@media (min-width: 768px) and (max-width: 1023px) {
  .requirement_list {
    text-align: center;
  }
  .requirement_list li {
    margin-bottom: 20px;
  }

  .quiz_container .submit_btn {
    margin-top: 0px;
  }
  .quiz_container .quiz_states {
    margin-top: 30px;
  }
  .quiz_container .time_left {
    position: static;
    padding: 15px 0;
    float: none;
  }

  .margin_top_40 {
    margin-top: 40px;
  }
  .logo img{
    width: 100%;
    margin-bottom: 12px;
  }
}
/*==============================
	For Only Mobile Devices
==============================*/
@media screen and (max-width: 767px) {
  .mean-container .mean-nav > ul > li:nth-child(even) {
    display: block !important;
  }
  .win-prizes {
    text-align: right;
    margin-top: -20px;
    margin-right: 0%;
    margin-bottom: 14px;
}
.list-inline {
    padding-left: 0;
    margin-right:26px;
    margin-top: -11px;
    list-style: none;
}
  .img-responsive iframe{
    width: 100%;
    height: auto;
  }
  .slider_container .banner_text > h1 {
    font-size: 15px !important;
  }

  .copyrights p{
    float: left !important;
  }

  .exam_level_list > .exam_level {
    width: 100%;
    margin-bottom: 25px !important;
    margin-right: 0px !important;
  }

  .requirement_list {
    text-align: center;
  }
  .requirement_list li {
    height: 230px;
    margin-bottom: 20px;
  }
  .requirement_list li:hover:after, .requirement_list li:focus:after, .requirement_list li:active:after {
    display: inherit;
  }

  .our_parters_list .partner {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px;
  }

  #footer {
    padding-top: 50px;
  }
  #footer .footer_desc {
    margin-bottom: 30px;
  }

  #breadcrumb .breadcrumb_links {
    float: none;
    text-align: center;
  }

  .register .resp-tabs-container .section_content .pattern_list > li .details {
    float: none !important;
  }

  .register .resp-tab-active {
    border-left-color: #c1c1c1 !important;
    border-left-width: 1px !important;
  }

  .quiz_container {
    padding: 5px;
    line-height: 28px;
  }
  .quiz_container .default_btn {
    margin-bottom: 20px;
  }
  .quiz_container .submit_btn {
    float: none;
  }
  .quiz_container .quiz_states {
    margin-top: 20px;
  }
  .quiz_container .time_left {
    position: static;
    padding: 15px 0;
    float: none;
  }

  .margin_top_40 {
    margin-top: 40px;
  }

  .table_container {
    overflow-x: auto;
    max-width: 750px;
  }
  .mpic {
	  width:100%;
	  }
    .login_form2 .btn_submit {
    font-size: 13px !important;
}
.form_container .mcontact-form {
  padding-top: 50px;
  padding-bottom: 40px;
  height: auto;
  display: inline-block;
  width: 100%;
}
}
@media (max-width: 670px) {
  .win-prizes {
    text-align: right;
    margin-top: -95px;
    margin-right: 0%;
    margin-bottom: 14px;
  }
}
@media (max-width: 550px) {
  .win-prizes {
    text-align: center;
    margin-top: 10px;
    margin-right: 20%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 479px) {
  .silver_bg .school-pic {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .carousel-control {
    position: absolute;
    top: 358px !important;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
  .top_header_right_content span {
    float: left;
    font-size: 16px;
    color: #000;
    margin-right: 17px;
}
  .dashboard_logo {
    margin-left:0px !important;
}
  .logo img {
    width:100% !important;
}.logo {
    float: left;
    text-align: center;
    margin-top:0px;
    width: 100%;
}

.top_header_right_content {
    float:left;
    width:100%;
    margin-top: 0px;
    margin-bottom: 15px;
}
.menu_content {
    width: 100%;
    background: none;
    padding:0px 0px;
    margin-top: 0px;
    text-align: center;
}
.logo figure {
    float: left;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top:0px;
    width:100%;
}
  .silver_bg .school-content {
    margin-top: 20px;
  }
  .requirement_list {
    text-align: center;
  }
  .requirement_list li {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .requirement_list li:last-child {
    margin-bottom: 0px;
  }

  .quiz_container .default_btn {
    float: left !important;
    clear: left;
    margin-bottom: 10px;
  }

  .quiz_container .submit_btn {
    float: left !important;
  }

  .links_list > li {
    width: 100%;
  }

  .days_left {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .win-prizes {
    text-align: center;
    margin-top:0px;
    margin-right: 10%;
    margin-bottom: 14px;
  }
  .win-prizes .certifications {
    padding-top:0px;
    display: inline-block;
    float: right;
    margin-right: 0%;
}
.list-inline {
    padding-left: 0;
    margin-left: 5px;
    margin-top:0px;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-right: 27px;
    list-style: none;
}
}
@media (max-width: 350px) {
  .win-prizes {
    text-align: center;
    margin-top: 10px;
    margin-right: 0%;
    margin-bottom: 14px;
  }
  .win-prizes .prizes {
    display: block;
    text-align: center;
    margin-right: 0px;
  }
  .win-prizes .certifications {
    display: block;
    text-align: center;
    margin-right: 38%;
    margin-bottom: 20px;
  }
}
@media (max-width:320px) {
  .m-pic {
    display: block;
    width: 100%;
    height: auto;
  }
}



                  /*slider css start*/
#testimonials{
  background-color: #F6F6F6;
  width: 100%;
  padding: 45px 0 10px; 
}
.slider{
  margin: 15px 0 30px;
}
.slider h4{
  margin-top: 15px !important;
}
.phone_icon {
  display: inline-block;
}
.phone {
  float: right;
  font-family: Lato;
  font-size: 20px;
  text-align: left;
  width: 200px;
}
.marquee_link_content{float:right;background:#00a884;padding:10px;border-radius:5px;width:100%;text-align:center;}

.marquee_link_content a{text-decoration:none;color:#fff;}

.marquee_link_content a:hover{text-decoration:none;color:#fff;}

.marquee_link_content a font{color:#fff;font-weight:bold;}

.whats_app_icon{position:fixed;bottom:30px;right:30px;width:55px;z-index:999999;}

.whats_app_icon img{width:100%;}