* {
    margin: 0;
}
html, body {
    height: 100%;
    font-family:NanumBarunGothicBold;
    color: #333333;
    font-size:14px;
    font-weight: normal;
}

.cb_box1  span{
    display: block;
}
 

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

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


@font-face {
    font-family:NanumBarunGothicLight;
    src: url('../fonts/NanumBarunGothicLight.ttf');
}
.col_adj{padding-left:0px !important;padding-right:0px !important;}






/*****anchor link******/
a{color: #333333;text-decoration:none;}

a:hover,
a:focus {
    color: #333333;
    ;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
/*****button******/
a.btn {
    display: inline-block;
    height: 45px;
    min-width: 80px;
    width:100%;
    margin:0 auto;
    padding:4px 10px;
    vertical-align: middle;
    background-color: #fc4a1a;
    text-align:center;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border:0px solid transparent;
    text-transform:uppercase;
    line-height: 35px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-shadow: 2px 2px 7px #1e1e1e, #fff 0px 0px 7px inset;
}
button.btn {
    display: inline-block;
    height: 45px;
    min-width: 80px;
    width:100%;
    margin:0 auto;
    padding:4px 10px;
    vertical-align: middle;
    background-color: #fc4a1a;
    text-align:center;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border:0px solid transparent;
    line-height: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-shadow: 2px 2px 7px #1e1e1e, #fff 0px 0px 7px inset;
}
.btn.focus, 
.btn:focus, 
.btn:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    outline-offset: 0px;
    background-color:#fc4a1a;
    box-shadow: 2px 2px 7px #1e1e1e, #fff 0px 0px 7px inset;    
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: 2px 2px 7px #1e1e1e, #fff 0px 0px 7px inset;
    box-shadow: 2px 2px 7px #1e1e1e, #fff 0px 0px 7px inset;
    
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    background-color:#fc4a1a;
}
.btns{
    max-width:200px !important;
    width:100% !important;
}
.sgc_btn{
    border-radius: 5px !important;
    height: 35px !important;
    line-height: 28px !important;
    font-size: 14px !important;
}
.btn-file{
    display: inline-block;
    height: 45px;
    min-width: 80px;
    width:100%;
    margin:0 auto;
    padding:4px 10px;
    vertical-align: middle;
    background-color: #fc4a1a;
    text-align:center;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border:0px solid transparent;
    line-height: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-shadow: 2px 2px 7px #1e1e1e, #fff 0px 0px 7px inset !important; 
}

/*for star rating*/
/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
  padding: 0px 0px 0px 25px;  
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 3px 5px;
    font-size: 18px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005" !important;

}

/*.rating > .half:before { 
  content: "\f089" !important;
  position: absolute;
}*/

.rating > label { 
  color: #98020e; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #feb6c1;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 


/* For Checkbox */
.check input[type="checkbox"] {
    display: none;
}
.check input[type="checkbox"] + label {
    cursor: pointer;
}
.check input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 16px;
    margin: 3px 10px 0 0px;
    padding: 0px;
    vertical-align: top;
    width: 16px;
    background-repeat: no-repeat;
}
.check input[type="checkbox"]:checked + label::before {
    content: "";
    text-align: center;
    background-repeat: no-repeat;
}
.check input[type="checkbox"] + label::before {
    background-image: url('../img/c-unchecked.png');
}
.check input[type="checkbox"]:checked + label::before {
    background-image: url('../img/c-checked1.png');
}

/* For radio */
.radi input[type="radio"] {
    display: none;
}
.radi input[type="radio"] + label {
    cursor: pointer;
}
.radi input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 16px;
    margin: 3px 5px 0 5px;
    padding: 0px;
    vertical-align: top;
    width: 16px;
    background-repeat: no-repeat;
}
.radi input[type="radio"]:checked + label::before {
    content: "";
    text-align: center;
    background-repeat: no-repeat;
}
.radi input[type="radio"] + label::before {
    background-image: url('../img/r-uncheck.png');

}
.radi input[type="radio"]:checked + label::before {
    background-image: url('../img/r-checked.png');

}

/*****input*****/
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    color: #555556;

}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: #555556;
    
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: #555556;
    
}

.modal-dialog input[type="text"]:-moz-placeholder,
.modal-dialog input[type="password"]:-moz-placeholder,
.modal-dialog textarea:-moz-placeholder,
.modal-dialog textarea.form-control:-moz-placeholder {
    color: #4c4c4c;

}

.modal-dialog input[type="text"]:-ms-input-placeholder,
.modal-dialog input[type="password"]:-ms-input-placeholder,
.modal-dialog textarea:-ms-input-placeholder,
.modal-dialog textarea.form-control:-ms-input-placeholder {
    color: #4c4c4c;
    
}

.modal-dialog input[type="text"]::-webkit-input-placeholder,
.modal-dialog input[type="password"]::-webkit-input-placeholder,
.modal-dialog textarea::-webkit-input-placeholder,
.modal-dialog textarea.form-control::-webkit-input-placeholder {
    color: #4c4c4c;
    
}

.plhldr input:-moz-placeholder{
    color: #fc4a1a;
}
.plhldr input:-ms-input-placeholder{
    color: #fc4a1a;
}

.plhldr input::-webkit-input-placeholder{
    color: #fc4a1a;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
select.form-control {
    height: 45px;
    margin: 0;
    padding:0 10px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #555556;
    font-family:Raleway-Bold;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #555556;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    outline: 0;
}

input[type="file"] {
    height: 45px;
    margin: 0;
    padding:0 10px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #555556;
    font-family:Raleway-Bold;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #555556;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    outline: 0;
    display:none;
}
textarea.form-control {
    height: 60px;
    margin: 0;
    padding:5px 10px !important;
    vertical-align: bottom;
    background: #fff;
    border: 1px solid #555556;
    font-family:Raleway-Regular;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #404040;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    outline: 0;
    resize: none;
}
textarea,
textarea.box1 {
    height: 135px;
    overflow: hidden;
    border: 1px solid #fc4a1a;
    border-radius: 5px;
    margin: 25px 0px 15px 0px;
}
textarea,
textarea.box2 {
    height: 120px;
}
label.comment-top{margin: 0px 0px 8px 10px;}
label.comment-left{margin: 0px 15px 0px 0px;}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


li{
    list-style:none;
}
/***image upload***/
.picture{
    position: relative;
    top: 0px;
    left: 0px;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    max-width:125px;
}
#wizardPicturePreview{
    width:125px;
    height:125px;
}


/* box shadow example
.form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}*/
/* nth child example
.form-top ul li:nth-child(3){
    font-family:Poppins-SemiBold;
    font-size: 12px;
}*/

/* hr example
.content hr {
    margin-bottom: -10px;
    border-top: 1px solid rgba(0,0,0,0.7);
}
*/
b{
    color: #000;
    font-family: Montserrat-Regular;
    font-size: 12px;
    font-weight: 300;
}

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
  
}


/*=====================================================================================================

                         START HEADER             

=====================================================================================================*/
.top_nav{
    width: 100%;
    /*height: 49px;*/
    background: transparent;
}
.logo_bg_ul1{
    padding: 0px;
    margin: 0px;
    display:inline-block;
    width:100%;
    text-transform: capitalize; 
}
.logo_bg_ul2{
    padding: 0px;
    margin: 0px;
    display:inline-block;
    text-transform: capitalize;
}
.logo_bg_ul1 li{
    padding: 0px;
    margin: 0px;    
    display:inline;
}
.logo_bg_ul1 li a {
    color: #676767;
}
.logo_bg_ul1 li a i {
    margin: 0px 7px 0px 50px;
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}
.logo_bg_ul2 li{
    padding: 0px;
    margin: 0px;    
    display:inline;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.middle_nav .navbar {
    background-image: url(../img/pre_header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px solid rgb(74,189,172) !important;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 85px;
    padding: 0px 15px;

}


.tc_home{
    width:98%;
    padding-left: 0px;
    text-align:center;
    margin:0 auto;
}
.middle_nav .navbar-default .navbar-nav>li>a {
    padding: 0px 23px;
}
.middle_nav .cmn_area{
    width: 100%;
    margin:0 auto;
}
.bs-example-navbar-collapse-1.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.bs-example-navbar-collapse-1 >.collapse.in {
    display: block;
}

.logo_bg_ul2 li a sup{
    margin: 0px 0px 0px 5px;
    font-size: 14px;
    color: #555556;
    vertical-align: middle;
    background: #f7b733;
    border-radius: 50%;
    padding: 2px 7px;
    font-family:Raleway-Regular;
}
.logo_bg_ul2 li a i{
    margin: 0px 20px 0px 23px;
    font-size:35px;
    color:#fff;
    vertical-align: middle;
}
.logo_bg_ul2 li a{
    color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 85px;
    text-transform: capitalize;
    font-size: 14px;
}
.navbar-brand {
    float: left;
    height: 85px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 85px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 85px;
    text-transform: uppercase;
    font-size: 35px;
}
.top_nav .logo_bg_ul1>li>a {
    color: #333333;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 59px;
    text-transform: uppercase;
    font-size: 16px;
}
.lgn_reg {
    padding: 0px 15px;
    line-height: 50px;

}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color:#fff;
    background-color: transparent;
    outline:none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color:transparent !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
    background-color: transparent;
}

/*dropdown menu buttons css*/

.dropdown-menu>li>a {
    color:#404040;
}
.dropdown-menu {
    width: 100%;
    margin: -2px 0 0;
    border: 2px solid #b3b3b3;
    border-radius: 0px;

}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fc4a1a !important;
    text-decoration: none;
    background-color: transparent;
}
.nv_drop{

}
.nv_drop img{
    margin: 0px 15px 0px 50px;
    width:37px;
    height:37px;
    border-radius:50%;
}
.nv_drop_ul{
    width: 80%;
    margin: 18px 0 0;
    border: 1px solid #fc4a1a;
    border-radius: 0px;
    left: 55px;     
}

.nv_drop_ul_cart{
    width: 80%;
    margin: 25px 0 0;
    border: 0px solid #fc4a1a;
    border-radius: 5px;
    left: 55px; 
    width:400px;
    padding: 20px 13px;
}

.nv_drop_ul_cart a{
    font-size: 25px !important;
    color: #fc4a1a !important;  
    line-height:10px !important;
    display:block !important; 
    line-height:50px !important;
    margin:10px 0px !important;
}
.nv_drop_ul_cart a i{
    margin: 0px 0px 0px 0px !important;
    font-size: 20px !important;
    color: #fc4a1a !important;  
}
.nv_drop_ul_cart .cufo_headings{
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #fc4a1a;
    margin: 0px 0px 20px 0px;   
}
.nv_drop_ul_cart .cufo_headings span{
    font-size: 15px;
    text-transform: uppercase;
    color: #fc4a1a; 
}
.nv_drop_ul_cart .cufo_main_content{
    margin: 0px 0px 15px 0px;   
}

.nv_drop_ul_cart .cmc_sub1 img{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .5);  
}
.nv_drop_ul_cart .cmc_sub1 h4{
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    color: #fc4a1a; 
    line-height: 50px;  
}
.nv_drop_ul_cart .cmc_sub1 p{
    font-size: 12px;
    color: #404040;
    margin: 0px;
}
.nv_drop_ul_cart .cmc_sub2 a{
    color: #000;
    font-size: 14px;
    line-height: 85px;  
}
.nv_drop_ul_cart .cmc_sub2 span{
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    line-height: 85px;
    color: #fc4a1a; 
}
.nv_drop_ul_cart .cmc_sub2 p{
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    color: #fc4a1a; 
    line-height: 50px;
}
.nv_drop_ul_cart .cmc_total{

    border-top: 1px solid #fc4a1a;
    padding: 15px 0px 15px 0px; 
}
.nv_drop_ul_cart .cmc_total p{
    margin: 0px;
    padding: 0px 35px 0px 0px;
    font-size: 16px;    
    color: #fc4a1a;
}
.nv_drop_ul_cart .cmc_total span{
    padding: 0px 0px 0px 10px;  
}
.nv_drop_ul_cart .my_cart_btn_bot_blog {
    text-align: right;
    padding: 15px 0 0px 0;
    border-top: 1px solid #fc4a1a;
    margin-top: 5px;
}
.nv_drop_ul_cart .my_cart_btn_bot_blog .ebg1 {
    width: 48%;
    margin: 0 0px !important;
    display:inline-block !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:35px !important;
    text-transform:uppercase;
}
.nv_drop_ul_cart .my_cart_btn_bot_blog .ebg2 {
    width: 48%;
    margin: 0 0px 0 10px !important;
    display:inline-block !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:35px !important;
    text-transform:uppercase;
}
/*.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #ededed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -8px;
    right: 72px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #bd884b;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 70px;
    z-index: 9;
}*/

/*=====================================================================================================

                         END HEADER             

=====================================================================================================*/

/*=====================================================================================================

                         STAR HOME PAGE CONTENT            

=====================================================================================================*/
.head_bg{
    background-image: url(../img/pre_header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px solid rgb(74,189,172) !important;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 85px;
    padding: 0px 15px;  
}
.head_hct{

}
.hhct_home{
    width: 98%;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto; 
}

.hhct_home li a{
    color: #fff;
    padding: 0px 23px !important;
    line-height: 152px;
    text-transform: uppercase;
    font-size: 36px;    
}
.toc_home{
text-align: center; 
    
}
.toc_home h2{
    font-size: 32px;
    margin: 0px;
    padding: 90px 0 10px 0;
    text-align:center;  
}
.course_box{
    padding: 80px 0 133px 0;
}
.cb_box1{
    display: inline-block;
    max-width: 192px;
    height: 167px;
    background-color: #f4f4f4;
    text-align: center;
    vertical-align: top;
    margin: 10px 10px;
    padding: 50px 5px;
    font-size: 26px;
    width: 100%;
    color:#333333;
}
.cbb1{
    padding: 65px 5px;  
}

/*=====================================================================================================

                         END HOME PAGE CONTENT            

=====================================================================================================*/

/*=====================================================================================================

                         STAR BASIC PAGE CONTENT            

=====================================================================================================*/
.basic_container{
    max-width:1075px;
    width:100%;
}
.toc_basic{
text-align: center; 
}
.basic_block1{
    padding: 25px 0 0px 0;
    text-align: center;   
}
.basic_block1 h2{
    font-size: 26px;
    margin: 0px;
    padding: 20px 0 25px 0;
    text-align:center;  
}
.bb_box1{
    display: inline-block;
    max-width: 180px;
    height: 65px;
    background-color: transparent;
    text-align: center;
    vertical-align: top;
    margin: 10px 10px;
    padding: 15px 5px;
    font-size: 21px;
    width: 100%;
    border: 2px solid #f4f4f4;
}

.basic_block2{
    padding: 15px 0 100px 0;
    text-align: center;   
}
.basic_block2 h2{
    font-size: 26px;
    margin: 0px;
    padding: 20px 0 25px 0;
    text-align:center;  
}
.bb_box2{
    display: inline-block;
    max-width: 180px;
    height: 65px;
    background-color: #f4f4f4;
    text-align: center;
    vertical-align: top;
    margin: 10px 10px;
    padding: 15px 5px;
    font-size: 21px;
    width: 100%;
    border: 2px solid #f4f4f4;
}
.basic_block3{
    padding: 15px 0 0px 0;
    text-align: left;   
}
.basic_block3 h2{
    font-size: 26px;
    margin: 0px;
    padding: 20px 0 25px 0;
    text-align:center;  
}
.bb_box3{
    display: inline-block;
    max-width: 180px;
    height: 65px;
    background-color: #f4f4f4;
    text-align: center;
    vertical-align: top;
    margin: 10px 10px;
    padding: 15px 5px;
    font-size: 21px;
    width: 100%;
    border: 2px solid #f4f4f4;
}


/*=====================================================================================================

                         END BASIC PAGE CONTENT            

=====================================================================================================*/

/*=====================================================================================================

                         START SAMPLE TEST PAGE            

=====================================================================================================*/
.head_bg{
    background-image: url(../img/pre_header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
   /* border: 0px solid rgb(74,189,172) !important;*/
    border-radius: 0;
    margin-bottom: 0;
    min-height: 152px;
    display: block;
    /* padding: 0px 15px; */
}
.head_hct{

}

.hhct_home_right i{ font-size: 21px;vertical-align: text-bottom;}
.hhct_home_left{
    width: 30%;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
    display:inline-block;
    vertical-align:top;
    text-align:left;
    padding-top: 97px;
}
/*.hhct_home_left li{list-style: none; padding-top: 10px;}*/
.hhct_home_left li a{
    color: #fff;
    /*padding: 0px 40px !important;
    line-height: 85px;*/
    text-transform: capitalize;
    font-size: 28px;    
}
.hhct_home_right{
    width: 69%;
    padding: 0px 0px;
    text-align: center;
    margin: 0 auto;
    display:inline-block;
    vertical-align:top;
    text-align:right;
    padding-top: 65px;
}

.hhct_home_right li a{
    color: #333;
    padding: 2px 10px 0 !important;
    line-height: 43px;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    width: 110px;
    background-color: #fff;
    text-align: center;
    margin: 27px 8px 0;
}
.hhct_home_right li span{
    color: #fff !important;
    padding: 0px 23px !important;
    /*line-height: 85px !important;*/
    text-transform: capitalize !important;
    font-size: 28px !important; 
    vertical-align:middle;
}
.st1_container{
    max-width:1000px;
    width:100%;
}
.toc_basic{
    
}
.hhct_home_right li a:last-child {margin-right: -7px;}
.toc_basic h3{
    text-align: left;
    font-size: 21px;
    margin: 0px;
    padding: 40px 170px 10px 15px;
    text-transform: capitalize; 
}
.toc_basic h4{
    text-align: left;
    font-size: 17px;
    margin: 0px;
    padding: 0 170px 5px 15px;  
}
.toc_basic h5{
    text-align: left;
    font-size: 14px;
    margin: 0px;
    padding: 0px 170px 40px 0;  
}
/**question1**/
.toc_st_ques1{
    min-height: 478px;padding-left: 60px;  
}
.toc_st_ques1 h1{
    font-size: 32px;
    margin: 0px;
    padding: 40px 110px 30px 0;
}
.toc_st_ques1 h2{
    font-size: 30px;
    margin: 0px;
    padding: 0px 0 30px 0;
}
.toc_st_ques1 h4{
    font-size: 22px;
    margin: 0px;
    width: 74%;
    line-height: 32px;
    padding: 0px 0 40px 0;  
}
/**question  with prep time**/
.toc_st_ques1_prep_time{
    min-height: 478px;      
}
.toc_st_ques1_prep_time h1{
    font-size: 31px;
    margin: 35px 0;
    padding: 20px;
    line-height: 48px;
    border: 1px solid #eaeaea;
}
.prep_time{
    background-color: #f4f4f4;
    margin-bottom:60px;
    margin-top: 10px;
    padding: 20px 60px 20px 60px;
    text-align: center;
    border: 1px solid #efeeee;
    display: none;
}
.prep_time h2{
    font-size: 26px;
    margin: 0px;
    padding: 0px;
}
.prep_time span{
    padding-left: 45px;
    text-align: right;  
}
.ques3{
    width: 60%;
    /*max-width: 600px;
    height: 374px;*/
    margin: 20px auto;
    text-align: center; 
    display: block;
}
/**part3 question4 **/
.par3_ques4 h1{
    font-size: 23px;
    margin: 20px 0 130px 0;
    padding: 15px 15px 15px 15px;
    line-height: 45px;
    border: 1px solid #eaeaea;
}
.par3_ques4 h4{
    font-size: 16px;
    margin: 0px;
    padding: 20px 0 20px 0; 
}
/**par4 question7 **/
.par4_ques7{
    border: 1px solid #787878;
    margin: 25px 0 5px 0;
    text-align:center;
}
.par4_ques7 h1{
    font-size: 16px;
    margin: 0px 0;
    padding: 15px 85px 15px 85px;
    line-height: 25px;
    border-bottom: 1px solid #777776;
    background-color: #eeece0;
}
.par4_ques7 h2{
    margin: 0px;
    padding: 20px 85px 35px 85px;
    font-size: 16px;
    text-align: center; 
    text-transform:uppercase;   
}
.par4_ques7 h3{
    margin: 0px;
    padding: 15px 85px 10px 85px;
    font-size: 16px;
    text-align: center; 
    text-transform:uppercase;
}
.par4_ques7 h4{
    margin: 0px;
    padding: 0 85px 35px 85px;
    font-size: 16px;
    text-align: center; 
    line-height:20px;
}
.par4_ques7 h4 a{
    color: #333333;
    text-decoration: underline; 
}
/**the end **/
.toc_the_end{
    height: 478px;
    
}
.toc_the_end h1{
    text-align: center;
    font-size: 36px;
    margin: 0px;
    padding: 150px 0 60px 0;
}
.table-bordered>thead>tr>th {
   font-weight: bold;border-bottom: 0;
}
/*=====================================================================================================

                         END SAMPLE TEST PAGE            

=====================================================================================================*/

/*=====================================================================================================

                         STAR FOOTER           

=====================================================================================================*/

.footer_bot_bg{
    background:transparent;
    border-top: 2px solid #f4f4f4;
    /*box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.6);*/    
}
.footer_bot{
    padding: 0 0 0 0;
    height: 38px; font-size: 11px;
}

.footer_bot ul{
    margin: 0px;
    padding: 0 0 0 0;   
}
.footer_bot li{
    display: inline;
    color: #333333; 
}
.footer_bot li a{
    line-height: 38px;
    color: #333333;
    padding: 0 10px 0 40px;
    border-left: 2px solid #fff;    
}

/*=====================================================================================================

                         END FOOTER           

=====================================================================================================*/




/*=====================================================================================================

                         START MODALS           

=====================================================================================================*/
/**for all modal css**/

.close {
    opacity: 1;
    float:none;
}
.close:focus, .close:hover {
    opacity: 1;
}
.modal-dialog {
    /* width: 215px; */
    margin: 95px auto;
    border: 1px solid #404040;
    border-radius: 5px;
}
.modal-dialog button.btn {
    background-color: #333;
    box-shadow: none;
}

.modal-header {
    padding: 0px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: 15px;
    line-height: 15px;
    font-size: 30px;
    height: 15px;
    float: right;
}

.modal-header h4 {font-size: 20px; padding: 15px 0;}
.modal-header .close:focus {
   outline:none;
}
.modal-header .close  span{
    line-height: 15px !important;
}
.modal-dialog .modal-content {
    background-color: #fbfbfb;
    border-radius: 5px;
    border: 0px solid #fff;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-dialog .modal-body .btns_grp{
    padding: 0 0 30px 0;    
}
.modal-dialog .modal-body .btns_grp h4{
    color: #ec3900;
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0px;
    font-family:OpenSans-SemiBold;
}
.login_btn{
    background: #ec3900;
    color: #fff;
    width: 85px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0; 
    height: 40px;   
}
.register_btn{
    background: #676767;
    color: #fff;
    width: 85px;
    text-transform: uppercase;
    font-size: 18px;    
    margin: 15px 0; 
    height: 40px;   
}
.register_btn:hover{
    background: #676767;
    color: #fff;
}

.facbook_btn{
    background-image: url(../img/facebook_btn_img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    width: 100%;
    height: 55px;
    margin: 0 0 15px 0;
}
.facbook_btn:hover{
    background-image: url(../img/facebook_btn_img.png);
    background-color:transparent;
}
.forgot_a{
    color: #676767;
    font-size: 14px;
    font-size:OpenSans-Regular; 
}


/*=====================================================================================================

                         END MODALS           

=====================================================================================================*/
/****tooltip****/
.m_tooltip {
    position: relative;
}

.m_tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    height:auto;
    background: #fff;
    color: #404040;
    text-align: left;
    border-radius: 3px;
    padding: 5px 10px;
    border:1px solid #404040;
    /* Position the tooltip */
    position: absolute;
    z-index: 9999;
    right: -190px;
    top: 15px;
    font-size: 13px;
    font-family: OpenSans-Regular;
    
}

.m_tooltip:hover .tooltiptext {
    visibility: visible;
    z-index: 9999;
}
.screentext{
    font-size: 24px;
    margin: 0px;
    width: 80%;
    line-height: 36px;
    padding: 0px 0 40px 0;
}
.screentext2{
    font-size: 24px;
    margin: 0px;
    width: 83%;
    line-height: 30px;
    padding: 0px 0 40px 0;
}

.pleft45{padding-left:45px;}
.list1{padding:0; margin: 0;}
.list1 li{display: block;list-style: none;position: relative;padding: 2px 10px;}
.list1 li:before{content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    display: inline-block!important;
    cursor: pointer;
    line-height: 20px;
    color: #000;
    margin-right: 8px;
    vertical-align: middle;}
.f1-list li a:hover{color: #80bb35; text-decoration: none;}
.table2 {border: 1px solid #6e6e6e;}
.table2>thead>tr>th {
    font-weight: bold;
    border-bottom: 0; border: 1px solid #6e6e6e;
}
.table2>tbody>tr>td{border: 1px solid #6e6e6e;}
.color-black{color: #000}
.telephoneimg {
    width: 75%;
    margin: 20px auto;
    text-align: center;
}
.linehe36{line-height: 36px;}
.mt50{margin-top: 50px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.border{border: 1px solid #eaeaea;}
.maround20{margin:20px;}
.around20{padding: 20px;}

.font32{font-size: 32px;}
.font28{font-size: 24px;}
.ptlrb1020{padding:20px 10px 30px;}
.plr75{padding-right: 75px; padding-left: 75px;}

.height100{height: 0px; clear: both;}

.pretime {
    background-color: #f4f4f4;
    margin: 30px auto 50px;
    padding: 20px 25px 20px 30px;
    text-align: center;
    width: 44%;clear: both;
    border: 1px solid #efeeee;
    display: none;
}
.pretime h2{
    font-size: 26px;
    margin: 0px;
    padding: 0px;
}
.pretime span{
    padding-left: 45px;
    text-align: right;  
}
@media (min-width: 1200px){
.container {width: 1000px;}
}
footer{position: fixed; width: 100%; bottom: 0; background: #fff;}
@media (min-width: 320px) and (max-width: 991px){
    footer{position: relative;}
}


@media (min-width: 1300px) {
.container {max-width: 1270px;width: 100%;}
}
@media (min-width: 2000px) {
.container { max-width: 1600px;width: 100%;}
}

audio{
    display: none!important;
}