@font-face {
	font-family: 'fontello';
	src: url('/assets/fonts/fontello/font/fontello.eot?58745217');
	src: url('/assets/fonts/fontello/font/fontello.eot?58745217#iefix') format('embedded-opentype'),
		 url('/assets/fonts/fontello/font/fontello.woff?58745217') format('woff'),
		 url('/assets/fonts/fontello/font/fontello.ttf?58745217') format('truetype'),
		 url('/assets/fonts/fontello/font/fontello.svg?58745217#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	font-size: 16px;
	scroll-behavior: smooth;
}

body{
	height:100%;
	color:#111;
	font-size:0.95rem;
}

.hidden{
	display: none !important;
}

:root {
	--color-primary: #46178E;
	--color-primary-primary-rgba: rgba(70, 23, 142, 0.7);
	--color-primary-light: #562e92;
	--color-primary-light-rgba: rgba(86, 46, 146, 0.5);
	--color-primary-lightest: #c9aef5;
	--color-primary-dark: #2b0663;

	--color-black: #333;
    --color-gray: #555;
	--color-gray-light: #8a8a8a;
    --color-white: #fff;
    --color-white-gray: #f1f1f1;
    --color-white-gray-light: #fafafa;

    --transition-duration: 0.6s;
}

.color-purple{
	color: #46178E;
}

.color-white{
	color: var(--color-white);
}

.color-black{
	color: var(--color-black);
}

.ltr{
	direction: ltr !important;
}

.rtl{
	direction: rtl !important;
}

.centerAligned{
	text-align: center !important;
}

.justifyText{
	text-align: justify !important;
}

.inLineBlock{
	display: inline-block !important;
}

.line-height-x{
	line-height: 1.5;
}

.line-height-xx{
	line-height: 2;
}

.line-height-xxx{
	line-height: 2.4;
}

.transition{
	transition-duration: var(--transition-duration);
}

input, select, textarea, button{
	outline: none;
	resize: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	filter: none;
	transition-duration: 0.5s;
}

input.err, select.err, textarea.err{
	border-color: red !important;
}

select:not([size]){
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url(/assets/images/select-arrow.png);
   background-repeat: no-repeat;
   max-width: 100%;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   padding:4.5px;
}

a img{
	border:none;
}

a{
	outline : none;
	text-decoration: none;
	color:var(--color-primary);
}

a:hover{
	color:var(--color-primary-light);
}

.footer a{
	color:#aaa;
}

.footer a:hover{
	color:var(--color-primary-lightest);
}

.hidden{
	display:none !important;
}

.noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h2{
	font-weight: bold;
	color: #444;
}

.fontico::before{
	font-family: "fontello" !important;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 130%;
	vertical-align: middle;
}

i.icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
}

i.icon.phone::before{
	content: "\e832";
}

i.icon.calendar::before{
	content: "\e82d";
}

i.icon.telegram::before{
	content: "\f1d8";
}

i.icon.instagram::before{
	content: "\f16d";
}

i.icon.address::before{
	content: "\e82c";
	font-size: 2rem;
}

i.glyph{
	background-position: center center;
	background-repeat: no-repeat;
}

i.glyph.feature{
	display: inline-block;
	width: 85px;
	height: 85px;
	border: solid 3px var(--color-primary);
	border-radius: 50%;
	background-size: 50px 50px;
}

i.glyph.multiple{
	display: inline-block;
	width: 85px;
	height: 85px;
	background-color: var(--color-primary);
	border-radius: 50%;
	background-size: 45px 45px;
}

i.glyph.feature.hybrid{
	background-image: url(../images/feature-hybrid.svg);
}

i.glyph.feature.classbase{
	background-image: url(../images/feature-classbase.svg);
}

i.glyph.feature.studentbase{
	background-image: url(../images/feature-studentbase.svg);
}

i.glyph.feature.support{
	background-image: url(../images/feature-support.svg);
}

i.glyph.multiple.faq{
	background-image: url(../images/faq.svg);
}

i.glyph.feature.comment{
	background-image: url(../images/comment.svg);
}

i.glyph.multiple.guides{
	background-image: url(../images/question-mark.svg);
}

i.glyph.multiple.calendar{
	background-image: url(../images/calendar.svg);
}

a.button{
	display: inline-block;
	background-color: var(--color-primary);
	border-radius: 10px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	min-width: 200px;
	text-align: center;
}

a.button:hover{
	background-color: var(--color-primary-light);
}

.footer a.button:hover{
	color: var(--color-primary);
	background-color: #fff;
}

.header-top-bar i.icon{
	color: #fff;
	font-size: 1.2rem;
	transition-duration: var(--transition-duration);
}

.header-top-bar i.icon:hover{
	color: var(--color-primary-lightest);
}

.page-center{
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 50px;
}

.header.narrow{
	height: 400px;	
	background-size: cover;
}

.header.home{
	background-image: url(../images/home-header.jpg);
}

.header.faq{
	background-image: url(../images/faq-header.jpg);
}

.header.terms{
	background-image: url(../images/terms-header.jpg);
}

.header.privacy{
	background-image: url(../images/privacy-header.jpg);
}

.header.signup{
	background-image: url(../images/signup-header.jpg);
}

.header.aboutus{
	background-image: url(../images/aboutus-header.jpg);
}

.header.news{
	background-image: url(../images/news-header.jpg);
}

.header.guides{
	background-image: url(../images/guides-header.jpg);
}

.header.inquiry{
	background-image: url(../images/inquiry-header.jpg);
}

.header.jobs{
	background-image: url(../images/jobs-header.jpg);
}

.header-top{
	background-color: rgba(30, 30, 30, 0.7);
}

.header-top-bar{
	padding: 10px;
	border-bottom:  solid 1px #666;
	color: #fff;
	transition-duration: 0.5s;
}

.header-top-bar > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top-bar > div > ul{
	display: flex;
	align-items: center;
}

.header-top-menu{
	padding-top: 10px;
	padding-bottom: 10px;
	transition-duration: 0.5s;
	z-index: 300;
}

.header-top-menu.float{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(30, 30, 30, 0.7);
}

.header-top-menu > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
}

.logo img{
	width: 60px;
	vertical-align: middle;
}

.logo > a{
	color: var(--color-white) !important;
}

.menu-mobile-anchor{
	display: none;
}

ul.menu{
	list-style: none;
	display: flex;
	align-items: center;
}

ul.menu > li > a{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.5s;
	padding: 8px;
	border-radius: 10px;
}

ul.menu > li > a:hover{
	background-color: var(--color-primary-dark);
}

.header-login{
	display: flex;
	flex-direction: column;
	background-color: var(--color-primary-primary-rgba);
	border-radius: 15px;
	margin-top: 50px;
	padding: 20px;
	width: 400px;
	text-align: center;
}

.header-login > img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-login-title{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}

.header-login input{
	border: solid 2px #fff;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
	background-color: transparent;
	color: #f1f1f1;
	font-size: 1rem;
	font-weight: bold;
}


.header-login input:focus{
	background-color: var(--color-primary-light-rgba);
}


.header-login input::placeholder {
	color: #fff;
	opacity: 1;
}

.header-login a{
	display: block;
	text-align: center;
	color: #d7cdff;
	margin-bottom: 30px;
	font-size: 1rem;	
	font-weight: bold;
}

.header-login a:hover{
	color: var(--color-primary-dark);
}

.header-login a.forgotpass{
	margin-bottom: 45px;
}

.header-login a.button{
	color: var(--color-primary-dark);
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

.header-login a.button:hover{
	background-color: #34234d;
	color: #fff;
}

a.button.loading{
	cursor: wait;
	background-image: url(../images/loading-green.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
}

a.button.loading:hover{
	background-image: url(../images/loading-white.svg);
}

a.button.loading.reverse{
	background-image: url(../images/loading-white.svg);	
}

a.button.loading.reverse:hover{
	background-image: url(../images/loading-green.svg);
}

.services{
	min-height: 100px;
	background-color: var(--color-primary);
}

.services > div{
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.services > div > ul{
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	list-style: none;
	display: flex;
	flex-direction: column;
	width: 30%;
	text-align: center;
	line-height: 2;
}

.services > div > ul > li:first-child{
	font-weight: bold;
	font-size: 1.1rem;
}

.services > div > ul > li:last-child{
	text-align: justify;
}

hr{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.services hr{
	width: 100px;
	margin-bottom: 20px;
}

hr.white{
	color: #fff;
	border-top: solid 0px #fff;
}

hr.black{
	color: #333;
	border-top: solid 0px #333;
}

hr.faq-delimiter{
	border: none;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: solid 1px #eaeaea;
}

.section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.section strong{
	display: inline-block;
	font-weight: bold;
	font-size: 1.1rem;
	color: var(--color-primary);
	margin-bottom: 20px;
}

.section-title{
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 15px;
	text-align: center;
}

.section-subtitle{
	text-align: center;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.5;
}

.introduction {
	position: relative;
}

.introduction > .page-center{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.introduction-image{
	width: 600px;
}

.features{
	background-color: #fafafa;
}

.features > .page-center{
	text-align: center;
}

.features > .page-center > div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.features > .page-center > div > span{
	width: 45%;
}

.multiple > .page-center{
	display: flex;
	justify-content: space-between;
}

.multiple > .page-center > div{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.multiple-comments{
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.multiple-comments > li{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	text-align: center;
}

.multiple-comments > li > div > span{
	font-weight: bold;
}

.multiple-comments > li > i{
	margin-bottom: 20px;
}

.faq-items{
	display: flex;
	flex-direction: column;
}

.faq-items > a{
	color: var(--color-black);
	display: block;
	padding: 5px;
	max-height: 50px;
	transition-duration: var(--transition-duration);
	overflow: hidden;
	border-radius: 10px;
	margin: 7px 0 7px 0;
}

.faq-items > a > div > *{
	font-size: 0.95rem !important;
}

.faq-items > a.selected{
	max-height: 500px;
	background-color: #FaFaFa;
}

.faq-items > a:hover{
	cursor: pointer;
	background-color: #F1F1F1;
}

.faq-items > a >span{
	font-weight: bold;
}

.comments{
	background-color: #fafafa;
}

.footer{
	background-color: #1E1E1E;
	color: #f1f1f1;
}

.footer > .page-center > div{
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-top{
	display: flex;
	justify-content: space-between;
}

.footer-top > ul:first-child{
	width: 45%;
}

.footer-top > ul:last-child{
	width: 40%;
}

.footer-top > ul{
	list-style: none;
	display: flex;
	flex-direction: column;
}

.footer-top > ul > li{
	margin-bottom: 10px;
}

.footer-top > ul > li:last-child{
	margin-bottom: 0px;
}

.contact-submit{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.contact-submit > span{
	font-size: 0.80rem;
}

.footer-logos{
	display: flex;
	flex-direction: row-reverse;
	margin-top: 10px;
	margin-bottom: 15px !important;
}

.footer-logos > div{
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 5px --color-primary-light;
	border-radius: 8px;
	overflow: hidden;
	transition-duration: 0.5s;
	width: 120px;
	height: 150px;
	background-color: #ccc;
	overflow: hidden;
}

.footer-logos > div:hover{
	border-color: var(--color-primary-light);
}

.footer-bottom{
	border-top: solid 1px #444;
	padding-top: 10px !important;
}

.footer-bottom > ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer input::placeholder ,.footer textarea::placeholder{
	color: #999;
	opacity: 1;
}

.footer input, .footer textarea{
	color: #fafafa;
	padding: 7px;
	border: solid 1px #888;
	border-radius: 8px;
	overflow: hidden;
	background-color: #2a2a2a;
	transition-duration: 0.5s;
	width: 100%;
}

.footer input:focus, .footer textarea:focus{
	color: #fafafa;
	border-color: var(--color-primary-lightest);
}

img.scrollUp{
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: -100px;
	transition-duration: 1s;
	opacity: 0;
	cursor: pointer;
}

img.scrollUp.visible{
	bottom: 10px;
	opacity: 1;
}

.dlg_header{
	background-color: var(--color-primary);
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	padding: 12px;
}

#message_text{
	padding: 20px;
}

.dlg_frm_btns{
	display: flex;
	justify-content: flex-end;
	background-color: #f1f1f1;
	border-top: solid 1px #e1e1e1;
}

.dlg_frm_btns > a.btn{
	border-radius: 6px;
	background-color: #555;
	color: #fff;
	padding: 10px;
	min-width: 80px;
	margin: 10px;
	text-align: center;
	transition-duration: 0.5s;
}

.dlg_frm_btns > a.btn:hover{
	background-color: var(--color-primary-light);
	color: var(--color-white);
}

.dlg_frm_btns > a.btn.loading{
	cursor: wait;
	background-image: url(../images/loading-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}

.jBox-container{
	border: solid 10px --color-primary;
}

.jBox-content{
	padding: 0 !important;
	overflow: hidden;
}

.dlg_form{
	padding: 15px;
	padding-bottom: 0px;
}

.dlg_form > div.field{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	min-width: 350px;
}

.dlg_form > div.field:last-of-type{
	margin-bottom: 0px;
}

.dlg_form > div.field > label{
	width: 25%;
	font-weight: bold;
	color: #333;
}

.dlg_form > div.field > div{
	width: 70%;
}

.dlg_form > div.field input[type=text], .dlg_form > div.field textarea{
	width: 200px;
}

.dlg_form input, .dlg_form select, .dlg_form textarea{
	border: solid 1px #ccc;
	border-radius: 8px;
	padding: 4px;
}

.dlg_form input:focus, .dlg_form select:focus, .dlg_form textarea:focus{
	border-color: var(--color-primary-light);
}

.dlgMessageContainer{
	position: absolute;
	top:0px;
	z-index: 100;
	width:100%;
	background-color:rgba(65, 65, 65,0.6);
}

.dlgMessagePanel{
	display:none;
    position: absolute;
    max-width: 85%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 100;
	max-height:85%;
	background:#eee;
	padding:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.dlgErrItems{
	line-height: 20px;
	overflow-y:auto;
}

.dlgErr{
	line-height: 20px;
	padding:5px;
}

.dlgErr::before{
	content: "\e82b";
	color: red;
}

.dlgMessage{
	line-height: 20px;
	padding:5px;
}

.dlgMessage::before{
	content: "\e831";
	color: skyblue;
}

i.dlgMessageClose{
	position: absolute;
	z-index:200;
	left:-18px;
	top:-12px;
	cursor: pointer;
}

i.dlgMessageClose::before{
	content: "\e84b";
	color: #333;
	font-size: 1.5rem;
}

.dlgMessageBtns{
	margin-top:15px;
}

.dlg_fademsg{
	position: absolute;
	z-index: 1000;
	padding:10px;
	background-color: var(--gcc-color-orange);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	bottom:10px;
	display: none;
	color:#fafafa;
}

.dlg_fademsg.alert {
	background-color: red;
}

.page-title{
	background-color: var(--color-primary);
	padding: 50px;
}

.page-title > ul{
	color: #ddd3ec;
	text-align: center;
	font-size: 1.1rem;
}

.page-title > ul h1{
	color: var(--color-white) !important;
	font-weight: bold;
	font-size: 1.5rem;
}

.page-title > ul hr{
	margin-top: 15px;
	margin-bottom: 25px;
	color: var(--color-white-gray);
	width: 350px !important;
}

.page-content{
	padding: 50px;
}

.page-content strong{
	font-weight: bold;
}

.page-faq-items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-faq-items > div{
	width: 45% !important;
	margin: 20px;
	line-height: 1.8;
}

.page-faq-items > div > div{
	padding-bottom: 5px;
	display: flex;
	align-items: center;
}

.page-faq-items > div > div > strong{
	font-size: 1rem;
}

.page-content .html{
	line-height: 1.7;
}

.page-content .html ul{
	list-style: disc;
	padding: 15px;
	color: var(--color-primary-light);
}

.signup-form-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.signup-form-container > ul.form-field{
	width: 30%;
}

ul.form-field{
	margin-bottom: 3%;
}

ul.form-field label{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

ul.form-field input,
ul.form-field select,
ul.form-field textarea,
.sq_field input,
.sq_field select,
.sq_field textarea{
	border-radius: 6px;
	border: solid 2px #ccc;
	padding: 4px 6px 4px 6px;
	background-color: #fff;
}

ul.form-field select,
.sq_field select{
	padding: 7px 6px 7px 20px;
	max-width: 350px;
	min-width: 80px;
}

ul.form-field input:focus,
ul.form-field select:focus,
ul.form-field textarea:focus,
.sq_field input:focus,
.sq_field select:focus,
.sq_field textarea:focus{
	border: solid 2px var(--color-primary);
	background-color: #fafafa;
}

.dlg_err_content{
	max-height: 500px;
	max-width: 600px;
	overflow-y: auto;
}

.dlg_err{
	background-image: url(/assets/images/dlg_err.png);
	background-repeat: no-repeat;
	padding: 5px;
}

.err_line{
	background-image: url(/assets/images/dlg_err.png);
	background-repeat: no-repeat;
	padding: 5px;
}

#message_text{
	max-height: 500px;
	max-width: 600px;
	overflow-y: auto;
}

.btns{
	margin-top: 50px;
}

.btns.centeredBtns{
	display: flex;
	justify-content: center;
}

.btns.centeredBtns > a{
	margin: 10px;
}

.btns a.button{
	padding: 20px;
	font-size: 1rem;
}

.btns > span{
	display: block;
	margin-top: 30px;
	font-size: 0.85rem;
}

.verifyuser-form-container{
	margin-top: 50px;
}

.dlg_result{
	line-height: 1.7;
	padding: 15px;
	color: var(--color-primary);
}

a.lang{
	display: inline-block;
	color: #ccc;
}

a.lang.selected{
	color: #fff;
}

a.lang > span{
	display: inline-block;
	color: #ccc;
	border: solid 1px #ccc;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	font-size: 0.80rem;
	text-align: center;
	line-height: 1.5;
}

a.lang.selected > span{
	background-color: #fff;
	border-color: #fff;
	color: #444;
}

.news.section{
	margin-top: 100px;
	margin-bottom: 50px;
	background-color: #8963c4;
	border-radius: 20px;
	padding: 50px;
}

.news-items{
	display: flex;
	justify-content: space-between;
	color: var(--color-white);
}

.news-items > li{
	width: 30%;
	line-height: 1.7;
}

.news-items > li > .title{
	font-weight: bold;
	color: #ffb45d;

}

.news-items > li > .date{
	color: #ecc4ff;
	font-size: 0.85rem;
}


.news-items > li > a{
	font-weight: bold;
	color: #c4f593;
	font-size: 0.85rem;
	display: inline-block;
}

.news-items > li > a > img{
	vertical-align: middle;
}

.page-news-items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-news-items > li{
	width: 45%;
	line-height: 1.7;
	margin-bottom: 30px;
}

.page-news-items > li > .title{
	display: block;
	background-image: url(../images/news.svg);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
}

.page-news-items > li > .date{
	color: #f06c00;
	font-size: 0.85rem;
	margin-bottom: 5px;
}


.page-news-items > li > a{
	font-weight: bold;
	color: #6a973e;
	font-size: 0.85rem;
	display: inline-block;
}

.page-news-items > li > a > img{
	vertical-align: middle;
}

.page-guides-items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-guides-items > li{
	width: 43%;
	margin-bottom: 50px;
}

.page-guides-items > li > *{
	margin-bottom: 10px;
}

.page-guides-items div.title{
	font-weight: bold;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	line-height: 1.7;
	font-size: 1.1rem;
}

.page-guides-items div.text{
	line-height: 1.7;
}

.page-guides-items li.guide div.title{
	background-image: url(../images/guides.svg);
}

.page-guides-items li.pdf div.title{
	background-image: url(../images/pdf.svg);
}

.page-guides-items li.mp4 div.title{
	background-image: url(../images/mp4.svg);
}

.page-guides-items a.attachment{
	display: inline-block;
	font-weight: bold;
	background-image: url(../images/attachment-dark.svg);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	line-height: 1.7;
	color: #6a973e;
}

ul.founders{
	display: flex;
	justify-content: end;
	align-items: flex-start;
}

ul.founders > li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

ul.founders > li > *{
	margin-bottom: 25px;
}

ul.founders > li img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
}

ul.founders > li > strong{
	font-weight: bold;
}

ul.branches > li{
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-top: 60px;
	margin-bottom: 30px;
}

.brPic{
	width: 300px;
	height: 200px;
	border-radius: 15px;
	border: solid 2px var(--color-primary);
	background-size: 300px 200px;
	background-repeat: no-repeat;
}

.brDetails{
	display: flex;
	flex-direction: column;
	width: calc(100% - 350px);
}

.brDetails > *{
	margin-bottom: 15px;
}

.brTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personnelPics{
	display: flex;
}

.personnelPics > a{
	margin-right: 10px;
}

.personnelPics > a > img{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.brDesc{
	line-height: 1.7;
}

.brParts{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}

.brParts > *{
	min-width: 35%;
	margin-bottom: 20px;
}

.brParts > span{
	line-height: 1.7;
}

.brParts > span b{
	font-weight: bold;
	color: var(--color-primary);
}

.brParts .leftAlign{
	text-align: left;
}

.brParts .address{
	background-image: url(../images/address-filled.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.brParts .tel{
	background-image: url(../images/phone-filled.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.page-aboutus strong{
	font-size: 1.2rem;
}

.founders{
	margin-top: 20px;
}

.brGallery{
	display: flex;
	flex-wrap: wrap;
}

.brGallery > li img{
	display: block;
	border: solid 1px var(--color-primary);
	border-radius: 10px;
	overflow: hidden;
}

.inquiry-form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inquiry-form > *{
	width: 43%;
}

.inquiry-form > p > strong{
	display: block;
	margin-bottom: 15px;
}

.inquiry-form > p{
	line-height: 1.7;
}

.inquiry-form .btns{
	width: 100%;
}

.menu-mobile{
	display: none;
	position: fixed;
	background-color: #333;
	color: #fff;
	width: 100vw;
	height: 100vh;
	top:1500px;
	left:0px;
	-webkit-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	z-index: 9999;
}

.menu-mobile.visible{
	top:0px;
}

.menu-mobile-header{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	height: 70px;
}

.menu-mobile-header > li:nth-child(2){
	font-weight: bold;
	font-size: 1.1rem;
}

.menu-mobile-close{
	width: 18px;
	height: 18px;
}

.menu-mobile-links{
	list-style: none;
	height: calc(100% - 50px);
	overflow-y: auto;
}

.menu-mobile-links a{
	display: inline-block;
	color: #ccc;
}

.menu-mobile-links a:hover{
	color: var(--color-primary-light);
}

.menu-mobile-links > li{
	border-bottom: solid 1px #666;
	padding: 10px;
}

.menu-mobile-links > li:last-child{
	border-bottom: none;
}

body.scrollLocked{
	overflow-y: hidden;
}

.jobs-parts{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.jobs-parts > ul{
	width: 43%;
	flex-direction: column;
}

.jobs-parts > ul > li.title{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.2rem;
}

.jobs-parts > ul > li.desc{
	line-height: 1.7;
}

.jobs-parts > ul > li.forms > a{
	color: var(--color-primary);
	display: block;
	margin-bottom: 10px;
}

.jobs-parts > ul > li.forms > a:hover{
	color: var(--color-primary-lightest);
}

.survey-title{
	font-size: 1.1rem;
	color: var(--color-primary);
}

.survey-form{
	margin-top: 40px;
}

#surveyForm{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

#surveyForm > .sq_field{
	width: 30%;
	margin-bottom: 30px;
}

.sq_field input[type='text'],
.sq_field textarea,
.sq_field select{
	max-width: 95%;
	min-width: 60px;
}

.sq_field input[filter="numeric"]{
	direction: ltr;
	text-align: left;
}

.sq_ans_choices,
.sq_ans_mchoices{
	display: flex;
	flex-wrap: wrap;
}

.sq_ans_choices > *,
.sq_ans_mchoices > *{
	margin-bottom: 20px;
	width: 44% !important;
}

.sq_ans_choices > *:last-child,
.sq_ans_mchoices > *:last-child{
	margin-left: 0px;
}

.sq_title{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

#surveyForm .btns{
	width: 100%;
	text-align: center;
}

a[name='services']{
	display: block;
	position: absolute;
	top: 500px;
}

a[name='intro']{
	display: block;
	position: absolute;
	top: -50px;
}

a.footer-map img{
	border-radius: 10px;
}