@charset "UTF-8";

#left_col h2 {
    font-size: 16px;
    color: #f18e30;
    line-height: 1.6em;
    padding: 5px 15px 2px 20px;
    margin: 55px 0px 5px 0px;
    background-color: #ffffff;
    border-bottom: 0px solid #F28F31;
    clear: both;
    text-align: center;
    background-image: url(images/bg_h2.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#meter, #quick_links {
    border: 1px solid #EFEFEF;
    width: 100%;
    margin: 0px 0% 28px 0%;
    padding: 10px 20px;
    overflow: hidden;
    box-sizing: border-box;
}

#left_col h2.resume {
    background-image: url(images/bg_h2_resume.png);
    margin: 28px 0px 0px 0px;
    padding: 5px 15px 0px 20px;
    float: left;
    width: 100%;
}
#right_col h2.limit {
    background-image: url(images/bg_h2_limit.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    color: #f18e30;
    padding: 13px 15px 8px 15px;
}
#right_col h2.latest {
    background-image: url(images/bg_h2_limit.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    color: #f18e30;
    padding: 13px 15px 8px 15px;
}
#right_col h2.qlinks {
    background-image: url(images/bg_h2_limit.png);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    color: #f18e30;
    padding: 13px 15px 8px 15px;
    margin: 20px 0px 0px 0px;
}
.service-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 5px 20px 0;
}

.services {
    /*border: 0px solid #EFEFEF;*/
    /*min-height: 220px;*/
    /*position: relative;*/
    /*float: left;*/
    width: 48%;
    min-height: 210px;
    background-repeat:no-repeat;
    background-position: top right;
    background-size: 100% auto;
}
.services.counselling {
    /*border: 0px solid #EFEFEF;*/
    /*float: left;*/
    /*width: 48%;*/
    /*margin: 8px 1% 20px 1%;*/
    /*min-height: 212px;*/
    /*box-sizing: border-box;*/
    background-image: url(images/bg_counselling.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    background-size: contain;
}

.services.counselling p {
    padding: 0px;
    width: 200px;
    margin: 75px 0px 0px 175px;
}

.services a {
    color: #2b2b2b;
    text-decoration: none;
    border-bottom: 1px dotted #231f20;
}
.services a.notice {
    font-size: 17px;
    font-weight: bold;
    color: #f18e30;
    margin: 30px 0px 0px 30px;
    display: block;
    text-decoration: none;
}

.services ul li {
    line-height: 1.6em;
    margin: 0px 0px 10px 3px;
    padding: 0px 0px 0px 20px;
    background: url(images/top_list_services.png) 0px 2px no-repeat;
}

.services.visa {
    background-image: url(images/home_visa.png);
}

.services.guide {
    background-image: url(images/home_guide.png);
}

.services.school {
    background-image: url(images/home_school.png);
}
.services.money {
    background-image: url(images/home_money.png);
}
.services.departure {
    background-image: url(images/home_departure.png);
}
.services.long {
    min-height: 288px;
}
.services h3 {
    background-color: transparent;
    color: #ffffff;
    padding: 25px 10px 13px 160px;
}

.services a {
    color: #2b2b2b;
    text-decoration: none;
    border-bottom: 1px dotted #231f20;
}


.services.counselling a {
    border-bottom: 0px dotted #231f20;
}

.services.counselling:hover a.notice {
    color: #ffffff;
}

#quick_links ul li {
    line-height: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    background: url(images/list_qlinks.png) 0px 2px no-repeat;
}

#quick_links ul li a {
    color: #333333;
    text-decoration: none;
    text-decoration: inherit;
    border-bottom: 1px dotted #231f20;
}

#quick_links {
    border: 1px solid #EFEFEF;
    width: 100%;
    margin: 0px 0% 28px 0%;
    padding: 25px 20px 20px 20px;
    overflow: hidden;
    box-sizing: border-box;
}


#left_col #news span.info {

    padding: 4px 5px 4px 5px;
    clear: both;
    display: block;
    float: left;
}

#left_col #news span {
    border: 2px solid #EE4036;
    color: #EE4036;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    display: inline-block;
    width: 34px;
    text-align: center;
    margin-top: 0px;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
}

#left_col #news a {
    color: #EE4036;
    text-decoration: underline;
    display: block;
    float: left;
    margin: 0px 0px 5px 0px;
}

img.latest_check {
    margin: 0px auto 10px auto;
}

a#mobile_menu {
 display: none;
}

.mobile_menu_content {
 display: block;
}



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

@media screen and (max-width: 1024px) {
    .inner {
        padding: 0 1%;
    }

    #left_col h2 {
    font-size: 15px;
    }

}

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

.services h3 {
    padding: 25px 0px 13px 0px;
    text-align: center;
}


}

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

.services h3 {
    background-color: transparent;
    color: #ffffff;
    padding: 13px 10px 13px 40px;
}

#right_col h2 {
    font-size: 12px;
}

.services.visa {
    background-image: url(images/home_visa_768.png);
}
.services.guide {
    background-image: url(images/home_guide_768.png);
}
.services.school {
    background-image: url(images/home_school_768.png);
}
.services.money {
    background-image: url(images/home_money_768.png);
}
.services.departure {
    background-image: url(images/home_departure_768.png);
}

.mobile_sec {
    width: 98%;
    margin: 0px 1%;
}


}



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

header #logo {
    margin: 20px 0px 0px 0px;
}

a#mobile_menu {
    display: block;
    float: right;
    width: 38px;
    margin: 20px 10px 0px 0px;
}

a#mobile_menu img {

}
.mobile_menu_content {
 display: none;
}

#left_col h2.resume {
    background-image: url(images/bg_h2_resume.png);
    margin: 28px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    float: left;
    width: 100%;
    background-size: contain;

}

#left_col h2 {
    font-size: 12px;
}
.services {
    width: 100%;
}
.services.counselling {
    border: 0px solid #EFEFEF;
    float: left;
    width: 98%;
}
.services h3 {
    padding: 20px 10px 13px 40px;
}
}

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

#left_col h2 {
        background-image: url(images/bg_h2_mobile.png);
    padding: 5px 0px 0px 0px;
}

#left_col h2 {
    margin: 20px 0px 0px 0px;
}

.services.counselling {
    width: 98%;
     margin: -5px 1% 5px 1%;
}

.services h3 {
    text-align: center;
    padding: 19px 10px 13px 20px;
}

.mocile_sec.after_fb {
    margin-top: 30px;
}

#right_col h2.qlinks {
    margin: 30px 0px 0px 0px;
}

#left_col {
    margin: 0px 0% 20px 0px;
}

#left_col h2.resume {
    margin: 55px 0px 7px 0px;
}


#left_col h2 {
    font-size: 11px;
        background-image: url(images/bg_h2_mobile_320.png);
    padding: 5px 0px 2px 0px;
}



.mobile_corner {
    width: 7px;
    height: 7px;
    background-image: url(images/mobile_top_left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}

.services.long {
    min-height: 200px;
}

#left_col h2.resume {
    margin: 20px 0px 7px 0px;
}


}

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

#left_col #news a {
    width: 74%;
}
#left_col #news span.info {
    width: 11%;
}

}
