﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;800&display=swap');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:0px 0px 0px;
}
#CompanyDescription {
    display: inline-block;
    border-radius: 7px;
    padding: 5px;
    border: 2px solid #6a2fbb;
    margin: 0 0 10px;
    font-size: 10pt;
    color: #6a2fbb;
    font-weight: bold;
    text-align: center;
}
.left {
    width: 70%;
    float: left;
}
.box {
    display: flex;
}
.box1 {
    padding: 5px 20px 10px;
    text-align: left !important;
}
.right {
    width: 34%;
    padding: 210px 20px 60px;
    float: right;
    background: #471b72;
    color: #fff;
    background-image: url(_res/bar.png), url(_res/dots.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
}
.right h2 {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    margin: 10px auto 20px;
}
#JobTitle {     
	font-size:20px; 
	font-weight: bold; 
	line-height: normal;
	color:#000;
}
#WorkPlace {
	margin-top:5px;
    color: #692ebc;
    font-size: 16px;
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 49%;
    text-align: center;
    padding: 70px 0 30px 0;
    font-size: 9px;
    background-size: 70px;
}
.icon1 {
    background: url(_res/icon-9.png) no-repeat top center;
}
.icon2 {
    background: url(_res/icon-6.png) no-repeat top center;
}
.icon3 {
    background: url(_res/icon-15.png) no-repeat top center;
}
.icon4 {
    background: url(_res/icon-16.png) no-repeat top center;
}
.icon5 {
    background: url(_res/icon-4.png) no-repeat top center;
}
.icon6 {
    background: url(_res/icon-7.png) no-repeat top center;
}
.icon7 {
    background: url(_res/icon-13.png) no-repeat top center;
    }
.icon8 {
    background: url(_res/icon-10.png) no-repeat top center;
}
.icon9 {
    background: url(_res/icon-11.png) no-repeat top center;
}
.icon10 {
    background: url(_res/icon-1.png) no-repeat top center;
}
.icon11 {
    background: url(_res/icon-1.png) no-repeat top center;
}
.icon12 {
    background: url(_res/icon-3.png) no-repeat top center;
}
.icon13 {
    background: url(_res/icon-4.png) no-repeat top center;
}
.icon14 {
    background: url(_res/icon-5.png) no-repeat top center;
}
.icon15 {
    background: url(_res/icon-24.png) no-repeat top center;
}
.stretch {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.social {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 100%;
}
.pic {
    background: url(_res/hr-sitek.png) no-repeat scroll center left;
    background-size: 17%;
    padding: 20px 15px 20px 20%;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Montserrat', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#6a2fbb;
    font-size:16px;
    display: block;
    height: 36px;
    line-height:36px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    max-width: 160px;
    width: 100%;
    border:none;
    color: #fff;
	border: 1px solid #6a2fbb;
	cursor: pointer;
	transition: 0.4s;
}
#offCont #sOW2 .button2 {
    background-color:#fff;
    font-size:16px;
    display: block;
    height: 36px;
    line-height:36px;
    margin: 70px auto;
    text-align: center;
    text-decoration: none;
    max-width: 160px;
    width: 100%;
    border:none;
    color: #471b72;
	border: 1px solid #fff;
	cursor: pointer;
	transition: 0.4s;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom:  56.25%;
    height: 0;
}
.iframe-container iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:550px) {
#offCont #sOW2 {
    padding: 0px 30px 0px;
}
.left {
    width: auto;
    float: none;
    margin: 0 -30px;
}
.box {
    display: block;    
}
.box1 {
    padding: 30px;
    text-align: left !important;
}
.right {
    width: 100%;
    padding: 10px 30px;
    float: none;
    background: #471b72;
    color: #fff;
    margin: 0 -30px;
    background-image: url(_res/bar.png), url(_res/dots.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    height: auto;
}
}
