html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
  line-height: 1;	
  -webkit-text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;	
  -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../../fonts/Lato-Bold.eot');
    src: url('../../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Lato-Bold.woff2') format('woff2'),
        url('../../fonts/Lato-Bold.woff') format('woff'),
        url('../../fonts/Lato-Bold.svg#Lato-Bold') format('svg');	
    src: url("../../fonts/Lato-Bold.ttf");
}

@font-face {
    font-family: 'LatoSemiBold';
    src: url('../../fonts/lato-semibold.eot');
    src: url('../../fonts/lato-semibold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/lato-semibold.woff2') format('woff2'),
        url('../../fonts/lato-semibold.woff') format('woff'),
        url('../../fonts/lato-semibold.svg#Lato-Regular') format('svg');	
    src: url("../../fonts/lato-semibold.ttf");
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../../fonts/Lato-Regular.eot');
    src: url('../../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Lato-Regular.woff2') format('woff2'),
        url('../../fonts/Lato-Regular.woff') format('woff'),
        url('../../fonts/Lato-Regular.svg#Lato-Regular') format('svg');	
    src: url("../../fonts/Lato-Regular.ttf");
}

@font-face {
    font-family: 'LatoLight';
    src: url('../../fonts/Lato-Light.eot');
    src: url('../../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Lato-Light.woff2') format('woff2'),
        url('../../fonts/Lato-Light.woff') format('woff'),
        url('../../fonts/Lato-Light.svg#Lato-Light') format('svg');	
    src: url("../../fonts/Lato-Light.ttf");
}

html,body{
	height:100%;
	min-height:800px;
}

.visibility-hide{
	visibility:hidden;
}

.display-none{
	display:none !important;
}

.container{
	width:100%;
}

.header {
    max-width: 1095px;
    margin: 0 auto;
}

.navigation-bar {
    width: -webkit-fill-available;
    /*padding-top: 7px;
    padding-bottom: 7px;*/
}

.navi-logo{
	width:15%;
	display:inline-block;
	vertical-align:middle;
}

.web-logo{
	width:140px;
}

.navi-menu{
	width:50%;
	display:inline-block;
	vertical-align:middle;
	padding-top:20px;
}

.navi-menu2{
	vertical-align:flex-end;
	display:none;
	margin-right:2%;
}

.navi-menu-list{
	display:flex;
	justify-content:space-around;
	font-size:14px;
	font-family:LatoRegular;
	letter-spacing:1px;
}

.navi-tools-list i{
	cursor:pointer;
}

.navi-menu-list-item{
	position:relative;
	height:35px;
}

.navi-menu-list-item a{
	color:#000;
}

.navi-menu-list-item a:linked{
	color:#000;
}

.navi-menu-list-item a:visited{
	color:#000;
}

.navi-menu-list-item a:hover {
    color: #009694;
    font-weight: bold;
}

.navi-menu-list-item a:active{
	color:#5a5a5a;
}

.navi-menu-list-item.active a{
	color:#009694;
	font-weight: bold;
}

.link-no-decoration{
	text-decoration:none;
}

.navi-tools{
	width:34%;
	display:inline-block;
	vertical-align:middle;
}

.navi-tools-list{
	display:flex;
	float:right;
	align-items:center;
	position:relative;
}

.language-dropdown {
    margin-right: 10px;
    font-size: 12px;
    font-family: LatoRegular;
    border: 0;
    background: transparent;
    color: #000000;
    cursor: pointer;
    letter-spacing: 1px;
	height:30px;
	padding-top:20px;
	position:relative;
}

.language-dropdown-content {
    margin-top: 20px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    font-family: LatoRegular;
    position: absolute;
    top: 30px;
    padding:20px 20px;
    width: 80px;
    letter-spacing: 1px;
	box-shadow:0px 1px 32px 1px rgba(0,0,0,0.38);
	z-index:999;
	background-color:#fff;
	right:-25px;
}

.language-dropdown-content::before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d7d7d7;
    top: -10px;
    right: 60px;
    position: absolute;
}

.language-dropdown-content::after{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    right: 60px;
    position: absolute;
    border-right: 10px solid transparent;
}

.language-dropdown-content-item{
	color:#000000;
}

.language-dropdown-content-item:hover{
	color:#009694;
}

.login-signup-navi-button {
    margin-right: 10px;
    font-size: 12px;
    font-family: LatoRegular;
    background-color: #fff;
    border: 0.8px solid #000;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    letter-spacing: 1px;
}

.login-signup-navi-button:hover {
    margin-right: 10px;
    font-size: 12px;
    font-family: LatoRegular;
    background-color: #009694;
    border: 1px solid #009694;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    letter-spacing: 1px;
}

.login-signup-navi-button:focus{
	outline:0;
}

.home-member{
	width:100%;
	margin-top:-15px;
	background-color:#f5f5f5;
}

.home-member-content{
	max-width:1024px;
	margin:0 auto;
}

#home-sarawak-1:hover a img{
	content:url(../../img/agenciescolor/sarawak.png);
	width:60%;
}

#home-sabah-1:hover a img{
	content:url(../../img/agenciescolor/sabah.png);
	width:60%;
}

#home-st-1:hover a img{
	content:url(../../img/agenciescolor/st.png);
	width:60%;
}

#home-ministry-1:hover a img{
	content:url(../../img/agenciescolor/ministry.png);
	width:60%;
}

#home-petronas-1:hover a img{
	content:url(../../img/agenciescolor/petronas.png);
	width:60%;
}

#home-cidb-1:hover a img{
	content:url(../../img/agenciescolor/cidb.png);
	width:60%;
}

#home-span-1:hover a img{
	content:url(../../img/agenciescolor/span.png);
	width:60%;
}

.home-member-content-list{
	display:flex;
	justify-content:space-between;
	font-size:14px;
	font-family:LatoRegular;
	align-items:center;
}

.home-member-content-list-item {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-member-content-list-title {
    text-align: right;
    font-size: 13px;
    font-family: LatoRegular;
    color: #a6a6a6;
    line-height: 1.3;
}

.home-member-content-list-item-image{
	width:60%;
}

.home-member-content-list a{
	color:#8b8b8b;
}

.home-member-content-list a:linked{
	color:#8b8b8b;
}

.home-member-content-list a:visited{
	color:#8b8b8b;
}

.home-member-content-list a:hover{
	color:#009694;
}

.home-member-content-list a:active{
	color:#8b8b8b;
}

.link-no-decoration{
	text-decoration:none;
}

.content{
	width:100%;
	background-color:#ffffff;
}

.content-top{
	max-width:1024px;
	margin:0 auto;
	padding-top:100px;
}

.content-top-container{
	display:flex;
	justify-content:space-between;
}

.content-top-content {
    width: 30%;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    padding: 10px;
}

.content-top-content-img{
	background-repeat:no-repeat !important;
	background-position:center !important;
}

#content-top-content-img-1{
	background:url('../../img/home/features/whocanaccess.jpg');
	min-width:130px;
	min-height:100px;
}

#content-top-content-img-2{
	background:url('../../img/home/features/search.jpg');
	min-width:130px;
	min-height:100px;
}

#content-top-content-img-3{
	background:url('../../img/home/features/contractorsreport.jpg');
	min-width:130px;
	min-height:100px;
}

.content-top-read-more{
	text-align: center;
    margin: 20px 0;
}

.content-top-read-more a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: LatoRegular;
    background-color: #ffffff;
    padding: 8px 20px;
    border: 1px solid #000;
}

.content-top-read-more a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: LatoRegular;
    background-color: #000;
    padding: 8px 20px;
    border: 1px solid #000;
}

/*
.content-top-content:hover #content-top-content-img-1{
	background:url('../../img/home/features/hover-whocanaccess.jpg');
	min-width:120px;
	min-height:120px;
}


.content-top-content:hover #content-top-content-img-2{
	background:url('../../img/home/features/hover-search.jpg');
	min-width:120px;
	min-height:120px;
}

.content-top-content:hover #content-top-content-img-3{
	background:url('../../img/home/features/hover-contractorsreport.jpg');
	min-width:120px;
	min-height:120px;
}
*/

.content-top-content:hover .content-top-content-header .content-header-normal{
	color:#009694;
}

.content-top-content:hover .content-top-content-header .content-header-bold{
	color:#009694;
}

.content-top-content-header{
	text-align:center;
	padding-top:20px;
	line-height:1.5;
}

.content-paragrapgh-special{
	color:#009694;
}

.content-header-normal {
    color: #000;
    font-size: 18px;
    font-family: LatoBold;
}

.content-header-bold{
	color:#333333;
	font-size:16px;
	font-family:LatoBold;
}

.content-top-content-paragrapgh{
	padding-top:20px;
	text-align:center;
}

.content-top-content-paragrapgh p{
	font-size: 16px;
    font-family: LatoRegular;
    color: #4a4a4a;
    line-height: 1.7;
	min-height:108px;
}

.content-center{
	max-width:1024px;
	margin:0 auto;
	padding-top:100px;
}

.content-center-header{
	padding-top:10px;
}

.content-center-header h1 {
    font-family: LatoRegular;
    font-size: 28px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
}

.content-center-container{
	padding-top:30px;
}

.content-center-content-row{
	display:flex;
	justify-content:space-between;
	padding-top:30px;
}

.content-center-content-column{
	width:45%;
	display:flex;
	justify-content:space-between;
}

.content-center-content-img {
    border-right: 2px solid #89cdce;
    width: 20%;
}

.content-center-content-inner{
	width:75%;
	padding-top:10px;
	padding-bottom:10px;
}

.content-center-content-inner h2 {
    color: #000;
    font-family: LatoRegular;
    font-size: 18px;
    line-height: 1.5;
}

.content-center-content-inner p{
	color: #4a4a4a;
    font-family: LatoRegular;
    font-size: 16px;
    padding-top: 15px;
    text-align: justify;
    line-height: 1.7;
}

.content-center-read-more {
    text-align: center;
    margin: 80px 0 0 0;
}

.content-center-read-more a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: LatoRegular;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 30px;
}

.content-center-read-more a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: LatoRegular;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 10px 30px;
}

.content-bottom{
	max-width:1024px;
	margin:0 auto;
	padding-top:100px;
}

.content-bottom-header{
	padding-top:10px;
}

.content-bottom-header h1 {
    font-family: LatoRegular;
    font-size: 28px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
}

.content-bottom-container{
	width:-webkit-fill-available;
	padding-top:50px;
}

.home-content-bottom-slides-content{
	display:none;
	width:-webkit-fill-available;
	display:flex;
	justify-content:space-between;
}

.home-content-bottom-slides-content-content{
	width:32%;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	cursor:pointer;
}

.home-content-bottom-slides-content-content:hover{
	border: 1px solid #bdbdbd;
}

.home-content-bottom-slides-content-content-img img{
	width:100%;
}

.home-content-bottom-slides-content-content-info{
	padding:20px;
}

.home-content-bottom-slides-content-content-info p{
	color: #848484;
    font-size: 13px;
    font-family: LatoRegular;
    line-height: 1.5;
}

.home-content-bottom-slides-content-content-info h1{
	padding-top: 5px;
    color: #4a4a4a;
    font-size: 16px;
    font-family: LatoRegular;
    line-height: 1.5;
}

.home-content-bottom-slides-content-content-info-read-more{
	padding:20px 20px;
}

.home-content-bottom-slides-content-content-info-read-more a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-family: LatoRegular;
    background-color: #009694;
    padding: 8px 20px;
}

.dot-container {
    text-align: center;
    padding: 20px;
    margin-top:30px;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #949494;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.home_slide_active, .dot:hover {
    background-color: #353535;
}

.footer{
	width: 100%;
    background-color: #353535;
    margin-top: 100px;
}

.footer-container{
	max-width:581px;
	margin:0 auto;
}

.footer-to-top{
	text-align:center;
}

.scroll-to-top{
	width: 20px !important;
    height: 20px !important;
    border: 1px solid #009694;
    border-radius: 50px;
    background-color: #009694;
    padding: 15px;
    font-size: 20px !important;
    color: #ffffff;
    margin-top: -25px;
    cursor: pointer;
}

.footer-menu{
	text-align:center;
	padding-top:40px;
}

.footer-menu-list{
	display:flex;
	justify-content:space-between;
	font-size:13px;
	font-family:LatoRegular;
}

.footer-menu-list-item a {
    color: #eeeeee;
    text-transform: uppercase;
}

.footer-menu-list-item a:linked{
	color:#eeeeee;
}

.footer-menu-list-item a:visited{
	color:#eeeeee;
}

.footer-menu-list-item a:hover{
	color:#009694;
}

.footer-menu-list-item a:active{
	color:#009694;
}

.footer-menu-list-item.active a{
	color:#009694;
}

.footer-content{
	padding-top:35px;
}

.footer-content p{
	color:#eeeeee;
	font-size:13px;
	line-height:1.5;
	font-family:LatoRegular;
	text-align:center;
}

.footer-logo{
	text-align:center;
	padding-top:30px;
}

.footer-navigation{
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
}

.footer-navigation-list{
	display:flex;
	justify-content:center;
	font-size:13px;
	font-family:LatoRegular;
}

.footer-navigation-list-item a{
	color:#eeeeee;
}

.footer-navigation-list-item a:linked{
	color:#eeeeee;
}

.footer-navigation-list-item a:visited{
	color:#eeeeee;
}

.footer-navigation-list-item a:hover{
	color:#009694;
}

.footer-navigation-list-item a:active{
	color:#eeeeee;
}

.footer-navigation-list-seperator{
	color:#eeeeee;
	padding-left:5px;
	padding-right:5px;
}

.footer-bottom{
	width: 100%;
    background-color: #252525;
}

.footer-bottom-content{
	max-width:581px;
	margin:0 auto;
	text-align:center;
}

.footer-bottom-content p{
	color: #eeeeee;
    font-size: 12px;
    font-family: LatoRegular;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Login Page Style */

.login-container{
	width:100vw;
	background:url(../../img/signin/login-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:100%;
}

.login-content{
	max-width:1024px;
	margin:0 auto;
}

.login-logo{
	text-align:center;
	padding-top:50px;
}

.login-form {
    padding-top: 30px;
}

.login-form-container{
	display:flex;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.1),0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.1);
}

.login-form-container-left {
    background-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    width: 60%;
    padding-bottom: 50px;
}

.login-form-container-left-title-1 {
    padding-top: 45px;
}

.login-form-container-left-title-1 h1{
    font-family: LatoRegular;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
}

.login-form-container-left-content-1{
	padding-top:20px;
}

.login-form-container-left-content-1 p{
	font-family:LatoRegular;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
}

.highlighted-word{
	color:#009694;
}

.login-form-container-left-title-2{
	padding-top:50px;
}

.login-form-container-left-title-2 h1{
    font-family: LatoRegular;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
}

.login-form-container-left-content-2{
	padding-top:20px;
}

.login-form-container-left-content-2 p{
	font-family:LatoRegular;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
}

.login-form-container-left-footer{
	padding-top:50px;
}

.login-form-container-left-footer p {
    color: #000000;
    font-family: LatoRegular;
    font-size: 16px;
    line-height: 1.5;
}

.click-here-link{
	color:#000000;
}

.click-here-link:hover{
	color:#009694;
}

.login-form-container-right{
	background-color:#009694;
	width:40%;
	padding-left:50px;
	padding-right:50px;
}

.login-container-right-title{
	padding-top:45px;
}

.login-container-right-title h1{
	font-size:28px;
	color:#fff;
	font-family:LatoBold;
	line-height:1.5;
	letter-spacing: 3px;
}

.login-form-container-right-form{
	padding-top:20px;
}

.login-form-container-right-username{
	padding-top:15px;
}

.login-form-container-right-label {
    font-family: LatoBold;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
}

.login-form-container-right-input{
	background-color:transparent;
	width:100%;
	border:0px;
	border-bottom:1px solid #fff;
	margin-top:8px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	font-size:12px;
	color:#ffffff;
	line-height:1.5;
}

.login-form-container-right-input:focus{
	outline:0;
}

.login-form-container-right-input::placeholder{
	color:#c2c2c2;	
}

.login-form-container-right-password{
	padding-top:20px;
}

.login-form-container-right-check{
	padding-top:15px;
}

.container2 {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color:#fff;
	font-family:LatoRegular;
	line-height:1.5;
}

.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #transparent;
	border:1px solid #fff;
}

.container2:hover input ~ .checkmark {
    background-color: #transparent;
}

.container2 input:checked ~ .checkmark {
    background-color: #transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container2 input:checked ~ .checkmark:after {
    display: block;
}

.container2 .checkmark:after {
    left: 3px;
    top: 1px;
    width: 4px;
    height: 6px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-form-container-right-label-2{
	/*float:right;*/
	color:#fff;
	font-size:13px;
	font-family:LatoRegular;
	line-height:1.5;
}

.forget-password{
	color:#ffffff;
	text-decoration:none;
}

.forget-password:hover{
	color:#333333;
}

.login-form-container-right-submit{
	padding-top:15px;
}

.login-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 32px;
    font-family: LatoRegular;
    letter-spacing: 1px;
    cursor: pointer;
}

.login-button:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #009694;
	background-color: #fff;
    padding: 10px 32px;
    font-family: LatoRegular;
    letter-spacing: 1px;
    cursor: pointer;
}

.login-form-container-right-footer {
    padding-top: 35px;
	padding-bottom:35px;
}

.login-form-container-right-footer p{
	color: #fff;
    font-size: 13px;
    font-family: LatoRegular;
    line-height: 1.5;
    letter-spacing: 1px;
}

.click-here-link-2{
	color:#ffffff;
}

.click-here-link-2:hover{
	color:#000;
}

.login-footer{
	padding-top:50px;
	text-align:center;
	padding-bottom:10px;
}

.login-footer-navigation-list{
	display:flex;
	justify-content:center;
	font-size:13px;
	font-family:LatoRegular;
}

.login-footer-navigation-list-item a{
	color:#5a5a5a;
}

.login-footer-navigation-list-item a:linked{
	color:#5a5a5a;
}

.login-footer-navigation-list-item a:visited{
	color:#5a5a5a;
}

.login-footer-navigation-list-item a:hover{
	color:#009694;
}

.login-footer-navigation-list-item a:active{
	color:#5a5a5a;
}

.login-footer-navigation-list-seperator{
	color:#5a5a5a;
	padding-left:5px;
	padding-right:5px;
}

/* End Login Page Style */

/* About Page Style */

.banner-about{
	min-height:250px;
	max-height:250px;
	background:url('../../img/about/aboutbanner.png');
	background-position:center;
	width:100%;
	background-size:cover;
}

.overlay-banner{
	/* background-color:rgba(0,0,0,.5); */
	width:100%;
	min-height:250px;
	max-height:250px;
}

.banner-about-container{
	max-width:1024px;
	margin:0 auto;
}

.banner-about-container-content{
	width:30%;
	background:rgba(76,181,180,0.8);
	min-height:250px;
	max-height:250px;
	padding-left:50px;
}

.banner-about-title{
	padding-top:25%;
}

.banner-about-title h1{
	font-family:LatoRegular;
	font-size:40px;
	color:#fff;
	line-height:1.5;
	letter-spacing:3px;
}

.banner-about-breadcum{
	padding-top:5px;
}

.banner-about-breadcum span{
	color:#fff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5;
}

.banner-about-breadcum-navi{
	color:#ffffff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5px;
	text-decoration:none;
}

.banner-about-breadcum-navi:hover{
	color:#009694;
}

.about-content-container{
	max-width:1024px;
	margin:0 auto;
}

.about-content-container-content{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.about-content-tab{
	background-color: transparent;
    width: 25%;
    display:inline-block;
	vertical-align:top;
	padding-top:20px;
}

.about-content-tab2{
	background-color: transparent;
    vertical-align:top;
	padding-top:15px;
	padding-left:40px;
}

.about-content-tab button {
    display: block;
    background-color: inherit;
    color: #5a5a5a;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	font-family:LatoRegular;
}

.about-content-tab2 button {
    display: block;
    background-color: inherit;
    color: #5a5a5a;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	font-family:LatoRegular;
}

.about-content-tab button:hover {
    background-color: #f3f3f3;
	border-left:2px solid #009694;
	font-family:LatoBold;
	color:#000;
	/*padding:15px 16px;*/
	
}

.about-content-tab2 button:hover {
    background-color: #f3f3f3;
	border:0px !important;
	font-family:LatoBold;
	color:#000;
	/*padding:15px 16px;*/
	
}

.about-content-tab button.active {
	border-left:2px solid #009694;
	font-family:LatoBold;
	color:#000;
    background-color: #ebebeb;
}

.about-content-tab2 button.active {
	border:0px !important;
	font-family:LatoBold;
	color:#000;
    background-color: #ebebeb;	
	/*padding:15px 16px;*/
}

.about_content_tab_content {
    width: 75%;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:50px;
	border-left:1px solid #c2c2c2;
}

.about_content_tab_content h1{
	font-family: LatoRegular;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.5;
}

.about_content_tab_content h3 {
    font-family: LatoRegular;
    font-size: 22px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 20px;
}

.about_content_tab_content p{
	font-family: LatoRegular;
    font-family: LatoRegular;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    text-align: justify;
}

.about-content-tab-content-agencies-1{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.about-content-tab-content-agencies-1 img{
	cursor:pointer;
}

.about-content-tab-content-agencies-2{
	padding-top:15px;
	display:flex;
	justify-content:space-evenly;
}

.about-content-tab-content-agencies-2 img{
	cursor:pointer;
}

.process{
	display: flex;
    justify-content: space-between;
}

.process-a span{
    color: #e71b37;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.process-a{
    width: 30%;
    padding: 15px;	
}

.process-a-title {
    width: 200px;
    height: 40px;
    position: relative;
    background: #e71b37;
}

.process-a-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
  
.process-a-title:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #e71b37;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
          
.process-a-title h5{
    padding: 12px 0 0 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: Lato;
}

.process-a h4{
    text-transform: uppercase;
    font-size: 16px;
    font-family: LatoRegular;
	line-height: 1.7;
}

.process-a p{
    font-size: 16px;
    font-family: LatoRegular;
	line-height: 1.7;
}

.process-b{
    width: 30%;
    padding: 15px;	
}

.process-b span{
    color: #2483e9;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.process-b-title {
    width: 200px;
    height: 40px;
    position: relative;
    background: #2483e9;
}

.process-b-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
  
.process-b-title:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #2483e9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
          
.process-b-title h5{
    padding: 12px 0 0 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: LatoRegular;
}

.process-b h4{
    text-transform: uppercase;
    font-size: 16px;
    font-family: LatoRegular;
	line-height: 1.7;
}

.process-b p{
    font-size: 16px;
    font-family: LatoRegular;
	line-height: 1.7;
}


.process-c{
    width: 30%;
    padding: 15px;	
}

.process-c span{
    color: #068f47;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.process-c-title {
    width: 200px;
    height: 40px;
    position: relative;
    background: #068f47;
}

.process-c-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
  
.process-c-title:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #068f47;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
          
.process-c-title h5{
    padding: 12px 0 0 35px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: LatoRegular;
}

.process-c h4{
    text-transform: uppercase;
    font-size: 16px;
    font-family: LatoRegular;
	line-height: 1.7;
}

.process-c p{
    font-size: 16px;
    font-family: LatoRegular;
	line-height: 1.7;
}

/* End About Page Style */

/* Agencies Page Style */
.banner-agencies{
	min-height:250px;
	max-height:250px;
	background:url('../../img/agencies/agencies-banner.jpg');
	background-position:center;
	width:100%;
	background-size:cover;
}

.banner-agencies-container{
	max-width:1024px;
	margin:0 auto;
}

.banner-agencies-container-content{
	width:30%;
	background:rgba(76,181,180,0.8);
	min-height:250px;
	max-height:250px;
	padding-left:50px;
}

.banner-agencies-title{
	padding-top:25%;
}

.banner-agencies-title h1{
	font-family:LatoRegular;
	font-size:40px;
	color:#fff;
	line-height:1.5;
	letter-spacing:3px;
}

.banner-agencies-breadcum{
	padding-top:5px;
}

.banner-agencies-breadcum span{
	color:#fff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5;
}

.banner-agencies-breadcum-navi{
	color:#ffffff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5px;
	text-decoration:none;
}

.banner-agencies-breadcum-navi:hover{
	color:#009694;
}

.agencies-content-container{
	max-width:1024px;
	margin:0 auto;
}

.agencies-content-container-content{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.agencies-content-container-title{
	width:100%;
	padding-top:50px;
}

.agencies-content-container-title h1{
	font-family:LatoBold;
	color:#686868;
	font-size:15px;line-height:1.5;
	letter-spacing:1px;
}

.agencies-content-tab{
	background-color: transparent;
    width: 35%;
    display:inline-block;
	vertical-align:top;
}

.agencies_content_tab_links {
    display: flex;
	justify-content:space-between;
	align-items:center;
    background-color: inherit;
    color: #5a5a5a;
    padding: 10px 16px;
    width: -webkit-fill-available;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	font-family:LatoRegular;
}

.agencies-content-tab-div-1{
	width:30%;
}

.agencies-content-tab-div-1 img{
	width:55%;
}

.agencies-content-tab-div-2{
	width:60%
}

.agencies-content-tab-div-3{
	width:5%;
}

.agencies-content-tab-div-3 i{
	font-size:20px;
}

.agencies_content_tab_links:hover{
	color:#000;
	font-family: LatoBold;
    background-color: #f3f3f3;	
}

.agencies_content_tab_links.active {
    color: #000;
    font-family: LatoBold;
    background-color: #ebebeb;
}

.agencies_content_tab_links:hover .agencies-content-tab-div-3 i{
	color:#009694;
}

.agencies_content_tab_links.active .agencies-content-tab-div-3 i{
    color:#009694;
}

.agencies_content_tab_content {
    width: 65%;
	/*padding-top:30px;*/
	padding-bottom:15px;
	padding-left:50px;
	border-left:1px solid #c2c2c2;
	text-align:center;
}

.agencies_content_tab_content h1 {
    font-family: LatoBold;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}

.agencies_content_tab_content p{
	font-family:LatoRegular;
	font-size:16px;
	color:#4a4a4a;
	line-height:1.7;
	text-align:justify;
}

.agencies-content-tab-content-agencies-1{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.agencies-content-tab-content-agencies-2{
	padding-top:15px;
	display:flex;
	justify-content:space-evenly;
}

/* End Agencies Page Style */

/* Faq Page Style */

.banner-faq{
	/*min-height:155px;*/
	max-height:55px;
	background:url('../../img/faq.jpg');
	background-position:center;
	width:100%;
	background-size:cover;
}

.banner-faq-container{
	max-width:1024px;
	margin:0 auto;
}

.banner-faq-container-content{
	padding-left:20px;
	min-height:150px;
	max-height:150px;
	text-align:center;
}

.banner-faq-title{
	padding-top:44px;
}

.banner-faq-title h1{
	font-family:LatoRegular;
	font-size:40px;
	color:#fff;
	line-height:1.5;
	letter-spacing:3px;
}

.banner-faq-title p{
	font-family:LatoLight;
	font-size:16px;
	color:#fff;
	line-height:1.5;
}

.banner-faq-search{
	padding-top:10px;
	display:flex;
	justify-content:center;
}

.banner-faq-search-container{
	width:50%;
	background-color:#fff;
	padding:0 20px;
	border:1px solid #fff;
	border-radius:12px;
	display:flex;
	justify-content:space-between;
}

.banner-faq-search-input{
	width:95%;
	border:0;
	background-color:transparent;
	font-size:16px;
	line-height:1.5;
	font-family:LatoRegular;
}

.banner-faq-search-input:focus{
	outline:0;
}

.banner-faq-search-input::placeholder{
	color:#8b8b8b;
	font-family:LatoRegular;
}

.banner-faq-search-icon-button{
	background-color:transparent;
	color:#009694;
	border:0;
	cursor:pointer;
}

.banner-faq-search-icon-button:focus{
	outline:0;
}

.banner-faq-search-icon-button i{
	font-size:20px;
	line-height:1.5;
}

.banner-faq-social{
	padding-top: 30px;
    display: flex;
    justify-content: center;
}

.banner-faq-social-container{
	display:flex;
	justify-content:space-evenly;
	width:50%;
}

.banner-faq-social-icon{
	color:#fff;
	font-family:LatoRegular;
	font-size:15px;
	line-height:1.5;
	letter-spacing:1px;
}

.banner-faq-social-icon i{
	font-size:16px;
	line-height:1.3;
	margin-right:5px;
}

.round-red{
	width:22px !important;
	height:21px;
	padding:7px;
	border-radius:25px;
	background-color:#fc1a6e;
}

.round-blue{
	width:22px !important;
	height:21px;
	padding:7px;
	border-radius:40px;
	background-color:#3699c2;
}

.round-green{
	width:22px !important;
	height:21px;
	padding:7px;
	border-radius:30px;
	background-color:#6abc33;
}

.faq-content-container{
	max-width:97% !important;
	margin:0 auto;
}

.faq-content-container-content{
	/*padding-top:50px;*/
	display:flex;
	justify-content:space-between;
}

.faq-content-tab{
	background-color: transparent;
    width: 17%;
    display:inline-block;
	vertical-align:top;
	/*padding-top:20px;*/
}

.faq-content-tab button {
    display: block;
    background-color: inherit;
    color: #5a5a5a;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	font-family:LatoRegular;
}

.faq-content-tab button:hover {
    background-color: #f3f3f3;
	border-left:2px solid #009694;
	font-family:LatoBold;
	color:#000;
	/*padding:15px 16px;*/
	
}

.faq-content-tab button.active {
    border-left: 2px solid #009694;
    font-family: LatoBold;
    color: #000;
    background-color: #ebebeb;
    /* padding: 15px 16px; */
}

.faq_content_tab_content {
    width: 83%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-left: 1px solid #c2c2c2;
}

.faq_content_tab_content h1{
	font-family:LatoBold;
	font-size:15px;
	color:#009694;
	letter-spacing:1px;
	line-height:1.5;
}

.faq_content_tab_content h3 {
    /*padding-left: 18px;*/
    font-family: LatoRegular;
    font-size: 22px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 5px;
}

p{
	line-height:1.5;
}

.faq_content_tab_content p{
    font-family: LatoRegular;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    text-align: justify;
    padding-bottom: 20px;
    padding-top: 10px;
}

.faq-content-tab-content-agencies-1{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.collapsible {
    background-color: transparent;
    color: #168ad3;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid #c2c2c2;
    line-height: 1.5;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.activefaq, .collapsible:hover {
    background-color: #efefef;
}

.collapsible:after {
    content: '\002B';
    color: #fff;
	background-color:#00aeef;
    font-weight: lighter;
    float: right;
    margin-left: 5px;
	padding:1px 7px;
	font-size:17px;
}

.activefaq:after {
    content: "\2212";
}

.faq_collapsible_content {
    padding: 0px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #efefef;
}

/* End Faq Page Style */

/* Sign Up Page Style */

.popup-maintitle {
    text-align: center;
    color: #0076A3;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
	font-family: LatoRegular;
}

.popup-title {
    text-align: left;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
	font-family: LatoRegular;	
}

.content-signup{
	width:100%;
	border-top:1px solid #d9d9d9;
}

.content-signup-container{
	max-width:1024px;
	margin:0 auto;
}

.content-signup-container-content{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.content-signup-container-content-left{
	width:65%;
}

.content-signup-container-content-left-title h1 {
    font-family: LatoRegular;
    font-size: 28px;
    color: #000000;
    letter-spacing: 1px;
}

.content-signup-container-content-left-discription{
	padding-top:20px;
}

.content-signup-container-content-left-discription p {
    font-size: 16px;
    font-family: LatoRegular;
    color: #4a4a4a;
    line-height: 1.7;
}

.content-signup-container-content-left-form{
	padding-top:20px;
}

.content-signup-container-content-left-form-1{
	padding-top:30px;
}

.content-signup-container-content-left-form-1 h1 {
    font-family: LatoRegular;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
}

.content-signup-container-content-left-form-2{
	padding-top:30px;
}

.content-signup-container-content-left-form-2 h1{
    font-family: LatoRegular;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
}

.content-signup-container-content-left-form-3{
	padding-top:30px;
}

.content-signup-container-content-left-form-3 h1{
    font-family: LatoRegular;
    color: #000000;
    font-size: 20px;
    line-height: 1.5;
}

.content-signup-form-row{
	padding-top:20px;
	display:flex;
	justify-content:space-between;
}

.content-signup-form-row-left{
	width:48%;
}

.content-signup-form-row-left label {
    font-family: LatoRegular;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.content-signup-form-row-left input {
    font-size: 14px;
    font-family: LatoRegular;
    line-height: 1.5;
    margin-top: 10px;
    width: -webkit-fill-available;
    border: 1px solid #c6c6c6;
    background-color: transparent;
    padding: 5px 10px;
}

.content-signup-form-row-left input::placeholder{
	color:#9b9b9b;
}

.content-signup-form-row-left input:focus{
	outline:0;
}

.content-signup-form-row-right{
	width:48%;
}

.content-signup-form-row-right label {
    font-family: LatoRegular;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.content-signup-form-row-right input {
    font-size: 14px;
    font-family: LatoRegular;
    line-height: 1.5;
    margin-top: 10px;
    width: -webkit-fill-available;
    border: 1px solid #c6c6c6;
    background-color: transparent;
    padding: 5px 10px;
}

.content-signup-form-row-right input::placeholder{
	color:#9b9b9b;
}

.content-signup-form-row-right input:focus{
	outline:0;
}

.content-signup-form-row-center{
	width:100%;
}

.content-signup-form-row-center label {
    font-family: LatoRegular;
    color: #4a4a4a;
    line-height: 1.7;
}

.content-signup-form-row-center input{
	font-size:14px;
	font-family:LatoRegular;
	line-height:1.5;
	margin-top:10px;
	width:-webkit-fill-available;
	border:1px solid #c6c6c6;
	background-color:transparent;
	padding:5px 10px;
}

.content-signup-form-row-center input::placeholder{
	color:#9b9b9b;
}

.content-signup-form-row-center input:focus{
	outline:0;
}

.content-signup-container-content-left-form-4{
	padding-top:30px;
}

.content-signup-form-button{
	font-size:14px;
	line-height:1.5;
	font-family:LatoRegular;
	width:20%;
	padding:6px 10px;
	border:1px solid #0076a3;
	background-color:#0076a3;
	color:#fff;
	cursor:pointer;
}

.content-signup-form-button:focus{
	outline:0;
}

.container3 {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 12px;
    font-family: LatoRegular;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: LatoRegular;
    line-height: 1.5;
}

.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark2 {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #transparent;
    border: 1px solid #5f5f5f;
}

.container3:hover input ~ .checkmark2 {
    background-color: #transparent;
}

.container3 input:checked ~ .checkmark2 {
    background-color: #transparent;
}

.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

.container3 input:checked ~ .checkmark2:after {
    display: block;
}

.container3 .checkmark2:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 6px;
    border: solid #868686;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-signup-container-content-right{
	width:35%;
}

.content-signup-container-content-right-container{
	padding-left:70px;
}

.content-signup-container-content-right-container-title{
	padding:10px 15px;
	background-color:#0076a3;
}

.content-signup-container-content-right-container-title h3 {
    color: #fff;
    font-family: LatoRegular;
    font-size: 16px;
    line-height: 1.5;
}

.content-signup-container-content-right-container-content{
	padding:20px 25px;
	background-color:#f8f8f8;
}

.content-signup-container-content-right-container-content-row{
	display:flex;
	padding-bottom:10px;
	align-items:baseline;
}

.content-signup-container-content-right-container-content-row span{
	color:#0076a3;
	font-size:14px;
	font-weight:bold;
}

.content-signup-container-content-right-container-content-row p{
	font-family:LatoRegular;
    margin-left: 10px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.error {
    color: #e70303;
    font-size: 14px;
    font-family: LatoRegular;
    margin-top: 5px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	align-items:center;
    
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 50%;
	box-shadow: 0 4px 10px 0 rgba(136,136,136,0.4);
}

.modal-container{
	display:flex;
	align-items:center;
}

.modal-container-ssm{
	width:40%;
}

.modal-container-ssm img{
	width:100%;
}

.modal-container-confirm{
	width:60%;
	text-align:center;
}

.modal-container-confirm-top{
	margin-bottom:40px;
}

table.popup, tr, td{
	font-size: 12px;
	font-family: LatoRegular;
	text-align: left;
    border: 1px solid #d2d2d2;
	padding: 7px;
	line-height: 1.5;
}

.tbl-bg{
	background-color: #ececec;
}

/*.popup-btn button {
    display: inline-block;
    margin: 15px 20px 10px 0;
}*/

.ppbtn{
    display: inline-block;
    margin: 15px 20px 10px 0;
}

.ppbtnw{
	width:20%;
}

.confirm-button{
	font-size:14px;
	line-height:1.5;
	font-family:LatoRegular;
	width:100%;
	padding:6px 10px;
	border:1px solid #00a367;
	background-color:#00a367;
	color:#fff;
	cursor:pointer;
}

.confirm-button:focus{
	outline:0;
}

.confirm-button a{
	color: #fff;
    text-decoration: none;
}

.cancel-button{
	font-size:14px;
	line-height:1.5;
	font-family:LatoRegular;
	width:20%;
	padding:6px 10px;
    border: 1px solid #b1b1b1;
    background-color: #b1b1b1;
	color:#fff;
	cursor:pointer;
}

.cancel-button:focus{
	outline:0;
}

.container4 {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    font-family: LatoRegular;
    line-height: 1.5;
}

.container4 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark3 {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #transparent;
    border: 1px solid #868686;
}

.container4:hover input ~ .checkmark3 {
    background-color: #transparent;
}

.container4 input:checked ~ .checkmark3 {
    background-color: #transparent;
}

.checkmark3:after {
    content: "";
    position: absolute;
    display: none;
}

.container4 input:checked ~ .checkmark3:after {
    display: block;
}

.container4 .checkmark3:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 6px;
    border: solid #868686;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-container-confirm-button {
    width: 45%;
    background-color: #00a651;
    padding: 8px 20px;
    border: 1px solid #00a651;
    color: #fff;
    font-size: 16px;
    font-family: LatoRegular;
    cursor: pointer;
}

.modal-container-confirm-button:focus{
	outline:0;
}

/* End Sign Up Page Style */

/* Search Page */
.banner-search{
	min-height:250px;
	max-height:250px;
	background:url('../../img/search/search-banner.jpg');
	background-position:center;
	width:100%;
	background-size:cover;
}

.banner-search-container{
	max-width:1024px;
	margin:0 auto;
}

.banner-search-container-content{
	width:30%;
	background:rgba(76,181,180,0.8);
	min-height:250px;
	max-height:250px;
	padding-left:50px;
	padding-right:30px;
}

.banner-search-title{
	padding-top:20%;
}

.banner-search-title h1{
	font-family:LatoRegular;
	font-size:35px;
	color:#fff;
	line-height:1.2;
	letter-spacing:3px;
}

.banner-search-breadcum{
	padding-top:15px;
}

.banner-search-breadcum span{
	color:#fff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5;
}

.banner-search-breadcum-navi{
	color:#ffffff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5px;
	text-decoration:none;
}

.banner-search-breadcum-navi:hover{
	color:#009694;
}

.filter{
	width:100%;
	background-color:#ffffff;
	z-index:99999;
}

.search-filter-container{
	max-width:1024px;
	margin:0 auto;
}

.search-filter-container-content{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.search-filter-filter{
	width:100%
}

.search-filter-filter-row-1{
	display:flex;
	width:100%;
	justify-content:space-between;
}

.search-filter-filter-field{
	width:22%;
    padding-right: 20px;
}

.search-filter-filter-field label{
	font-size:14px;
	color:#5a5a5a;
	font-family:LatoRegular;
	line-height:2;
}

.search-filter-filter-field input{
	font-size:14px;
	color:#5a5a5a;
	font-family:LatoRegular;
	line-height:1.4;
	width:-webkit-fill-available;
}

.search-filter-filter-field select{
	font-size:14px;
	color:#5a5a5a;
	font-family:LatoRegular;
	line-height:1.4;
	width:-webkit-fill-available;
	padding:1px 0px;
	min-height:25px;
}

.search-filter-filter-button{
	width:100%;
	height:100%;
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
}

.filter-button{
	color:#fff;
	padding:7px 50px;
	border-radius:40px;
	background-color:#00aeef;
	border:1px solid #00aeef;
	font-family:LatoRegular;
	cursor:pointer;
}

.filter-button .fa-search:before{
	color:#fff !important;
	font-size:14px;
}

.search-filter-filter-row-2{
	display:flex;
	width:100%;
	justify-content:space-between;
	margin-top:20px;
}

.filter-collapse-container{
	width:100%;
	display:flex;
	margin-top:50px;
}

.empty-style{
	border-top:1px solid #d7d7d7;
	width:45%;
}

.filter-collapse-content{
	width:10%;
}

.filter-collapse-button{
	width:100%;
	font-family:LatoBold;
	color:#009694;
	background-color:transparent;
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	cursor:pointer;
}

.search-content-container{
	max-width:1024px;
	margin:0 auto;
}

.search-content-container-content{
	padding-top:50px;
	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.table-filter{
	width:100%;
	display:flex;
	justify-content:space-between;
	font-size:14px;
	color:#5a5a5a;
	font-family:LatoRegular;
	line-height:1.4;
}

.table-filter-record{
	width:20%;
}

.table-filter-page-1{
	width:25%;
	text-align:right;
	
}

.table-filter-page-2{
	width:15%;
	
}

.table-filter-sort{
	width:25%;
}

.table-filter-download{
	width:3%;
	position:relative;
}

.table-filter-page-1 input{
	min-height:19px;
	font-size:14px;
	color:#5a5a5a;
	line-height:1.4;
	font-family:LatoRegular;
	width:15%;
}

.table-filter-page-2 select{
	min-height:25px;
	font-size:14px;
	color:#5a5a5a;
	line-height:1.4;
	font-family:LatoRegular;
}

.table-filter-sort select{
	min-height:25px;
	font-size:14px;
	color:#5a5a5a;
	line-height:1.4;
	font-family:LatoRegular;
	width:75%;
}

.table-filter-download i{
	font-size:25px;
	cursor:pointer;
}

.pagination{
	margin-top:20px;
	margin-bottom:10px;
	display:flex;
	justify-content:flex-end;
}

.pagination label{
	font-size:14px;
	color:#5a5a5a;
	line-height:1.4;
	font-family:LatoRegular;
	margin-right:20px;
}

.pagelist ul{
	display:flex;
	font-size:14px;
	color:#5a5a5a;
	line-height:1.4;
	font-family:LatoRegular;
}

.pagelist ul li{
	padding-left:5px;
	padding-right:5px;
}

.pagelistborder{
	border:1px solid #d7d7d7;
	cursor:pointer;
	color:#5a5a5a;
}

.pagelistborder:link{
	border:1px solid #d7d7d7;
	cursor:pointer;
	color:#5a5a5a;
}

.pagelistborder:visited{
	border:1px solid #d7d7d7;
	cursor:pointer;
	color:#5a5a5a;
}

.pagelistborder:hover{
	border:1px solid #8b8b8b;
	cursor:pointer;
	background-color:#8b8b8b;
	color:#fff;
}

.pagelistborder.active{
	border:1px solid #8b8b8b;
	cursor:pointer;
	background-color:#8b8b8b;
	color:#fff;
}

.speciallist{
	cursor:pointer;
	color:#5a5a5a;
}

.speciallist:link{
	cursor:pointer;
	color:#5a5a5a;
}

.speciallist:hover{
	cursor:pointer;
	color:#5a5a5a;
}

.speciallist:visited{
	cursor:pointer;
	color:#5a5a5a;
}

.search-table{
	width:-webkit-fill-available;
	margin-top:20px;
	width:-moz-available;
}

.search-table thead{
	border-bottom:2px solid #009694;
}

.search-table thead tr, .search-table tbody tr{
	border:0 !important;
	font-size:14px;
}

.search-table tbody tr td{
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.search-table tbody td{
	border:0px;
	font-size:14px;
}

.specialtd{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.search-table tbody tr{
	border-bottom:1px solid #d7d7d7 !important;
}

.popview{
	color:#009694;
	cursor:pointer;
}

.exportdropdown{
	position: absolute;
    background: #fff;
    border: 1px solid #d7d7d7;
    right: -80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-top: 10px;
    width: 130px;
}

.exportdropdown::before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d7d7d7;
    top: -9px;
    right: 85px;
    position: absolute;
}

.exportdropdown::after{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -8px;
    right: 85px;
    position: absolute;
    border-right: 10px solid transparent;
}

.exportdropdown li{
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}

/* End Search Page */

/* News Page */
.banner-news{
	min-height:250px;
	max-height:250px;
	background:url('../../img/news/newsbanner.png');
	background-position:center;
	width:100%;
	background-size:cover;
}

.banner-news-container{
	max-width:1024px;
	margin:0 auto;
}

.banner-news-container-content{
	width:30%;
	background:rgba(76,181,180,0.8);
	min-height:250px;
	max-height:250px;
	padding-left:50px;
}

.banner-news-title{
	padding-top:25%;
}

.banner-news-title h1{
	font-family:LatoRegular;
	font-size:40px;
	color:#fff;
	line-height:1.5;
	letter-spacing:3px;
}

.banner-news-breadcum{
	padding-top:5px;
}

.banner-news-breadcum span{
	color:#fff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5;
}

.banner-news-breadcum-navi{
	color:#ffffff;
	font-family:LatoRegular;
	font-size:15px;
	letter-spacing:2px;
	line-height:1.5px;
	text-decoration:none;
}

.banner-news-breadcum-navi:hover{
	color:#009694;
}

.news-content-container{
	max-width:1024px;
	margin:0 auto;
}

.news-content-container-content{
	padding-top:50px;
	display:flex;
	justify-content:space-between;
}

.news-content-container-content-left{
	width:73%;
	padding-right:30px;
}

.news-content-container-content-left h2{
	color:#5a5a5a;
	font-size:18px;
	line-height:1.5;
	font-family:LatoRegular;
}

.news-content-news-list{
	width:100%;
	margin-top:20px;
}

.news-content-news-list-item{
	display:flex;
	justify-content:space-between;
	padding:20px 50px;
	margin-bottom:30px;
}

.news-content-news-list-item:hover{
	background-color:#EBEBEB;
}

.news-content-news-list-item-image{
	width:30%;
}

.news-content-news-list-item-image img{
	width:100%;
}

.news-content-news-list-item-info{
	width:65%;
}

.news-content-news-list-item-info h4{
	font-family: LatoRegular;
    font-size: 13px;
    color: #8a8a8a;
	margin-top:5px;
}

.news-content-news-list-item-info h3{
	font-family: LatoRegular;
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
	padding-top:20px;
	padding-bottom:20px;
}

.news-content-news-list-item-info p{
	font-family: LatoRegular;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
	padding-top:20px;
	padding-bottom:25px;
	text-align:justify;
}

.read-more-link:link{
	color:#009694;
	font-size:16px;
	font-family:LatoRegular;
	
}

.read-more-link:visited{
	color:#009694;
	font-size:16px;
	font-family:LatoRegular;
	
}

.read-more-link:hover{
	color:#009694;
	font-size:16px;
	font-family:LatoRegular;
	
}

.read-more-link:active{
	color:#009694;
	font-size:16px;
	font-family:LatoRegular;
	
}

.news-content-news-list-page{
	width:100%;
}

.news-content-news-list-page ul{
	display:flex;
	justify-content:center;
}

.news-content-news-list-page ul li{
	border:1px solid #7d7d7d;
	padding:5px 10px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	font-family:LatoRegular;
}

.news-content-news-list-page ul li:hover{
	background-color:#7d7d7d;
	color:#fff;
}

.news_slide_active{
	background-color:#7d7d7d;
	color:#fff;
}

.news-content-container-content-right{
	width:22%;
	border-left:1px solid #c2c2c2;
	height:100%;
	padding-left:20px;
}

.news-content-container-content-right h2{
	color:#5a5a5a;
	font-size:18px;
	line-height:1.5;
	font-family:LatoRegular;
}

.news-content-container-content-right ul{
	margin-top:25px;
}

.news-content-container-content-right ul li{
	padding-bottom:15px;
	font-size:14px;
	font-family:LatoRegular;
	line-height:1.5;
	color:#5a5a5a;
	cursor:pointer;
}

.news-content-container-content-right ul li.active{
	font-family:LatoBold;
	color:#000;
}

.news-content-container-content-right ul li i{
	padding-right:10px;
}

.news-content-container-content-right ul li.active i{
	color:#009694;
	font-weight:800;
}

.news-content-container-content-right ul li:hover{
	font-family:LatoBold;
	color:#000;
}

.news-content-container-content-right ul li:hover i{
	color:#009694;
	font-weight:800;
}

.spacing{
	padding-top:30px;
	padding-bottom:30px;
}

.news-breadcum{
	margin-top:30px;
}

.news-breadcum span{
	font-size:13px;
	font-family:LatoRegular;
	line-height:1.5;
	color:#5a5a5a;
}

.news-breadcum span.current{
	color:#009694;
}

.news-bredcum-navi:link{
	color:#5a5a5a;
}

.news-bredcum-navi:visited{
	color:#5a5a5a;
}

.news-bredcum-navi:hover{
	color:#009694;
}

.news-bredcum-navi:active{
	color:#5a5a5a;
}

.newsinfo{
	padding-right:100px;
}

.newsinfo h1{
	font-size:25px;
	color:#5a5a5a;
	font-family:LatoRegular;
	line-height:1.2;
}

.newsinfo-small-title{
	color:#000;
	font-size:14px;
	font-family:LatoRegular;
	padding-top:30px;
}

.newsinfo-small-title span{
	color:#5a5a5a;
}

.newsinfo-image{
	width:100%;
	padding-top:30px;
}

.newsinfo-image img{
	width:100%;
}

.newsinfo-content{
	padding-top:20px;
	font-size:15px;
	color:#5a5a5a;
	font-family:LatoRegular;
	text-align:justify;
}

/* End News Page */

/* Navigate Bar dropdown */
.agencies-navigate{
	position:absolute;
	z-index:999;
	background-color:#fff;
	border:1px solid #d7d7d7;
	margin-top:20px;
	padding:30px 50px;
	min-width:450px;
	left:-235px;
	-webkit-box-shadow: 0px 1px 32px 1px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 1px 32px 1px rgba(0,0,0,0.38);
	box-shadow: 0px 1px 32px 1px rgba(0,0,0,0.38);
}

.agencies-navigate::before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d7d7d7;
    top: -10px;
    right: 267px;
    position: absolute;
}

.agencies-navigate::after{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    right: 267px;
    position: absolute;
    border-right: 10px solid transparent;
}

.about-navigate{
	position:absolute;
	z-index:999;
	background-color:#fff;
	border:1px solid #d7d7d7;
	margin-top:20px;
	padding:30px 50px;
	min-width:450px;
	left:-235px;
	-webkit-box-shadow: 0px 1px 32px 1px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 1px 32px 1px rgba(0,0,0,0.38);
	box-shadow: 0px 1px 32px 1px rgba(0,0,0,0.38);
}

.about-navigate::before{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d7d7d7;
    top: -10px;
    right: 277px;
    position: absolute;
}

.about-navigate::after{
	content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -9px;
    right: 277px;
    position: absolute;
    border-right: 10px solid transparent;
}

.agencies-navigate-content{
	display:flex;
	justify-content:space-between;
	width:100%;
}

.agencies-navigate-content-left{
	width:48%;
	padding-right:30px;
	padding-left:10px;
	
}

.agencies-navigate-content-right{
	width:48%;
	border-left:1px solid #d7d7d7;
	padding-left:30px;
	padding-right:10px;
}

.agencies-navigate-content-left ul li{
	padding-bottom:10px;
	font-size:13px;
	font-family:LatoRegular;
}

.agencies-navigate-content-right ul li{
	padding-bottom:10px;
}

/* End Navigate Bar dropdown */

.tableover{
	overflow-x:scroll;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #009694;
    overflow-x: hidden;
    transition: 0.1s;
	overflow-y: scroll;
}

.sidenav a {
    padding: 15px 3px 9px 32px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    font-family: LatoLight;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    top: 0;
    font-size: 36px;
    float:right;
	padding-right:30px;
}

.clbtn{
	padding-top:10px;
}

.dflex{
	display:flex;
}

.agencies-navigate-content a:link {
    color: #070707;
    line-height: 21px;
    font-weight: 100;
	font-size:14px;
}

.agencies-navigate-content a:visited{
	color:#000;
	font-weight:100;
}

.agencies-navigate-content a:hover{
	color:#000;
	font-weight:bold;
}

.agencies-navigate-content a:active{
	color:#000;
	font-weight:100;
}

.agencies-navigate-content a:hover i{
	color:#009694;
	font-weight:bold;
}

.mySlides {
	display:none
}

.bannernav{
	text-align: center!important;
	padding: 0.01em 16px;
	margin-top: 16px!important;
    margin-bottom: 16px!important;
	font-size: 18px!important;
	color: #fff!important;
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
}

.bannernav-left{
	cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(0%,-50%);
    background-color: transparent;
    font-size: 50px;
    color: #fff;
}

.bannernav-left:hover{
	color:#009694;
}

.bannernav-right:hover{
	color:#009694;
}

.bannernav-right{
	cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(0%,-50%);
    background-color: transparent;
    font-size: 50px;
    color: #fff;
}

.bannernav-dot{
	height: 10px;
    padding: 0;
	border: 1px solid #ccc!important;
	background-color: transparent!important;
	color: #fff;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
	border-radius: 50%;
	
}

/*.bannernav-dot:hover{
	background-color:#ccc !important;
	border: 1px solid #ccc!important;
}*/

.bannernav-dot-active{
	background-color:#ccc !important;
	border: 1px solid #ccc!important;
}

#aboutnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#aboutnav a{
	width:75%;
}

#aboutnav i{
	font-size:20px;
	padding-right:30px;
	color:#fff;
}

#langnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#langnav a{
	width:75%;
}

#langnav i{
	font-size:20px;
	padding-right:30px;
	color:#fff;
}

#agenciesnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#agenciesnav a{
	width:75%;
}

#agenciesnav i{
	font-size:20px;
	padding-right:30px;
	color:#fff;
}

.navi-menu-list-item-drop ul li{
	width:75%;
}

.mnavsub{
	padding-left:25px;
	background-color:#15afad;
}

.hamburger-icon{
	position:absolute;
	width:20px;
	height:13px;
	top:0px;
	bottom:1px;
	right:25px;
	margin-top:4%;
}

.hamburger-bar{
	background-color:#afafaf;
	height:1px;
	width:100%;
	border-radius:2px;
	position:absolute;
	
}

.hamburger-bar-2 {
    top: 0;
    bottom: 0;
    margin: auto;
}

.hamburger-bar-3 {
    bottom: 0;
}

/* Custom */
.search-table {
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#faqnav{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#faqnav a{
	width:75%;
}

#faqnav i{
	font-size:20px;
	padding-right:30px;
	color:#fff;
}

.faq_content_tab_content pre{
    font-family: LatoRegular;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    text-align: justify;
    padding-bottom: 20px;
    padding-top: 10px;
}