
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;	
}


/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #2f2f2f;
    font-family: 'Open Sans', sans-serif', serif;;     font-style: normal;;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size:30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
}

p a {
    color: #fff;
}
/* Peragraph Typo */


a {
    color: #777777;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

ul {
   margin:0px;
   padding:0px;
}
li {
    
    list-style: none;
}
ul ul {
    margin:0px;
	padding:0px;
}
ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
	list-style: decimal;
	width: 100%;
}
figure {
	float:left;
	width:100%;
    position: relative;
	overflow:hidden;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
figure img{
	float:left;
	width:100%;
}
img {
    max-width: 100%;
}

strong {
    color: #3d3d3d;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}
/* Form Input Typo */
select {
    border: 1px solid #d2d2d2;
    color: #3d3d3d;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #3d3d3d;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    vertical-align: middle;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
table {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
}
th {
    text-align: left;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border-top: 1px solid #dddddd;
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 7px;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #d2d2d2;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 1px solid #d2d2d2;
}
table > thead > tr > th {
    border-bottom: 2px solid #d2d2d2;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td 
{
	border-bottom: 0;
}
table > tbody + tbody {
    border-top: 2px solid #d2d2d2;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 16px;
}
p ins {
    color: #999;
}
dl dd {
    margin-left: 20px;
}
address {
    font-style: italic;
}
::-webkit-input-placeholder {color: #777777; opacity: 1;}
:-moz-placeholder { color: #777777; opacity: 1; }
::-moz-placeholder { color: #777777; opacity: 1; }
:-ms-input-placeholder {color: #777777; opacity: 1;}
.reg-section {
        background-image: url(../img/reg-bg.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .fff{
        color: #ffffff!important;
    }
    .padding {
        padding: 80px 0;
    }
    .reg-wrap {
        display: flex;
        align-items: center;
    }
    .reg-content .counter {
        font-size: 60px;
        color: #fab702;
        margin: 0 0 10px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.04em;
    }
    .reg-content h2 {
        font-size: 70px;
        color: #fff;
        margin-bottom: 20px;
        margin: 0 0 8px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.04em;
    }
    .reg-content h3 {
        color: #ddd;
        font-size: 17px;
        margin: 0 0 10px;
        font-weight: 700;
        line-height: 1.4;
        color: #333;
        letter-spacing: -0.04em;
    }
    .reg-content p{
        font-size: 16px;
        line-height: 34px;
        color: #ffffff;
        text-align: left;
        padding-left: 30%;
    }
    .reg-form {
        /* background-color: #fff; */
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
    }
    .reg-section:before {
        background-color: rgba(39, 41, 61,0.9);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .owl-carousel.owl-loaded {
        display: block;
        position: relative;
    }
    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        /* position: relative; */
        z-index: 1;
    }
    .fun-factor-area {
        background: rgba(0, 0, 0, 0) url(../img/2.jpg) repeat scroll 0 0;
        color: #ffffff;
        padding: 100px 0;
        padding-bottom: 0px;
    }
    .section-title-wrapper {
        margin-bottom: 87px;
        position: relative;
    }
    .section-title-wrapper.white:before {
        background: #ffffff none repeat scroll 0 0;
    }
    .section-title-wrapper:before {
        background: #2d3e50 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 230px;
    }
    .section-title {
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .white .section-title h3, .white .section-title p {
        color: #ffffff;
    }
    .section-title h3 {
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .section-title p {
        font-family: "Raleway";
        font-weight: 400;
        margin-bottom: 24px;
    }
    .white.section-title-wrapper:after {
        background: rgba(0, 0, 0, 0) url(../img/cap-white.jpg) repeat scroll 0 0;
    }
    .section-title-wrapper:after {
        background: rgba(0, 0, 0, 0) url(../img/cap-dark.jpg) no-repeat scroll 0 0;
        bottom: -8px;
        color: #1bb4b9;
        content: "";
        font-size: 14px;
        height: 20px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 40px;
        z-index: 9;
    }
    .sponsor-section {
        padding: 50px 0;
    }
    #section-process {
        border-bottom: 1px solid #EAEAEA;
    }
    .section-padding {
/*        padding: 80px 0px;*/
        padding-top: 50px;
    }
    .heading-inner {
        margin: 0 auto;
        margin-bottom: 30px;
        position: relative;
    }
    .heading-box {
        margin-bottom: 18px;
    }
    .icon-expand:before {
        content: "\e01a";
    }
    .big-title {
        color: #2e2e2e;
        font-size: 35px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        line-height: 40px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .big-sub-title {
        letter-spacing: 2px;
        color: #C49E5D;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .heading-inner p {
        margin-top: 20px;
        width: 50%;
        margin: 0 auto;
        color: #2e2e2e!important;
    }
    .process-inner .step {
        font-weight: 700;
        font-size: 240px;
        color: #ccc;
        float: left;
        margin-right: 10px;
        color: #ebebeb;
        margin-top: -60px
    }
    .process-inner {
        padding: 20px;
        margin-right: -1px;
    }
    .process-inner h4 {
        line-height: 24px;
        font-weight: 600;
        padding-bottom: 16px;
        color: #fab702;
    }
    .process-box i {
        font-size: 70px;
        color: #ccc;
        position: relative;
        top: -10px;
    }
.process-box p{

}
.oc_s{
    text-align: right;
    float: right;
}
.lode_box{
    overflow: hidden;
}
.oc_s{
    color: #fff;
}

.reversion_register a{
    padding-right: 0px!important;
}
.oc_s a{color: #fff;display: inline-block;font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: 600;padding: 0 5px;position: relative;text-transform: uppercase;transition: all 0.4s ease 0s;;}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.kf_cur_catg_des{
		height: 168px;
	}
}
    .box{
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    .box video{
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .box:before {
        background-color: rgba(39, 41, 61,0.6);
        content: "";
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: -1;
    }
.box_title{
    padding-top: 35vh;
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;

}
.one_1_title_xq{
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    padding-top: 31px;
}
.more{
    background: #EC1C23;
    /* padding: 10px 40px; */
    color: #fffdfd!important;
    display: block;
    width: 160px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 40px;
    cursor:pointer;
}
.more:hover{
    background: #c9090f;
    color: #fff!important;
}
.course-content .default-btn{
	background: #ffc600;
	color: #1a1a1a!important;
	border-radius: 5px;
	padding: 6px 16px;
}
.course-content .default-btn:hover{
	background: #e4b102;
	color: #1a1a1a!important;
}
.course-content .jjgm{
	background: #e6e6e6;
}
.course-content .jjgm:hover{
	background: #cccccc;
}
.course-content .jjgm.active{
	background: #ec1c23;
	color: #fff!important;
}
.lode_box{
	position: fixed;
    right: 18px;
    top: 22px;
}
@media only screen and (min-width: 1920px) {
	.box video {
	    top: auto;
	    bottom: 0;
    }
}
@media only screen and (max-width: 1199px) {
	.flat-course{
		margin-bottom: 40px;
	}
	.box video{
		bottom: 0;
	}
	.content-wrapper{
		text-align: center;
	}
	.main-menu nav > ul > li > a {
	    line-height: 88px;
	    padding: 0 10px;
	}
	.main-menu ul li {
	    margin-top: 0px;
	}	
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.box {
    	height: 90vh;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
	.box {
    	height: 94vh;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.box {
        height: 573px;
    }
    .box_title {
	    padding-top: 150px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.box {
        height: 430px;
    }
    .box_title {
    	padding-top: 100px;
    }
}
@media only screen and (min-width: 376px) and (max-width: 767px) {
	.box {
        height: 230px;;
    }
    .box_title {
    	padding-top: 11vh;
    	display: none;
    }
    .one_1_title_xq{
    	display: none;
    }
    .lode_box{
	    top: 2px;
	}
	.sticky .logo {
	    padding: 24px 0 6px;
	    width: 100%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 375px) {
	.box {
        height: 210px;
    }
    .box_title {
    	padding-top: 11vh;
    	display: none;
    }
    .one_1_title_xq{
    	display: none;
    }
    .lode_box{
	    top: 2px;
	}
	.sticky .logo {
	    padding: 24px 0 6px;
	    width: 100%;
	}
}
