﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext');

body {
	background: #f3f3f3 url(_res2024/IT_4_2024.gif) no-repeat scroll top center;
    background-size: 100%;
	color: #262626;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 21% auto 0;
	text-align: left;
	max-width:900px;
	width:100%;  
    line-height: 25px;
}
#offCont #sOW2 {
}
.job1 {
    -webkit-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    margin: 20px 20px 20px 20px;
    padding: 20px 30px;
    background: #fff;
}
#t1 {
    -webkit-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    margin: 20px;
    padding: 20px 30px;
    background: #fff;
}

#left {
    float:left;
    width: 24%;
    margin: 0px 10px;
    vertical-align: top;
    font-size: 25px
}

#right{
    float: right;
    width: 69%;
    margin: 0px 10px; 
    vertical-align: top; 
    font-size: 14px;
}

#t2 {
    -webkit-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    margin: 20px;
    padding: 0px;
    background: #fff;
}
.job {
    background: #fff url(_res2024/logo-2021.png) no-repeat scroll left center;
    background-size: 117px;
    padding: 10px 30px 10px 185px;
}
#JobTitle {     
	font-size:30px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
	color:#262626;
}
#WorkPlace {
	text-align: left;
    margin-right: 5px;
}

#benefity {
    text-align: center;
    background-color: #fff;
    margin: 0px 20px;
    -webkit-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
}

#bottom {
    text-align: center;
    background-color: #fff;
    margin: 20px 20px 0px;
    -webkit-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    
}

#box {
    -webkit-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    box-shadow: 0px 0px 23px -8px rgba(74,74,74,1);
    margin: 20px;
    padding: 20px 30px;
    background: #fff;
}



.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 0px 0 0;
}
.icons li {
    list-style-type: none;
    display: block;
    width: 25%;
    text-align: center;
    padding: 65px 0 35px 0;
    font-size: 14px;
    background-size: 70px
}
.icon0 {
    background: #00915A;
    color: #fff;
}
.icon1 {
    background: url(_res2024/icon1.png) no-repeat top center; margin-top: 20px;
}
.icon2 {
    background: url(_res2024/icon2.png) no-repeat top center; margin-top: 20px;
}
.icon3 {
    background: url(_res2024/icon3.png) no-repeat top center; margin-top: 20px;
}
.icon4 {
    background: url(_res2024/icon4.png) no-repeat top center; margin-top: 20px;
}
.icon5 {
    background: url(_res2024/icon5.png) no-repeat top center; margin-top: 20px;
}
.icon6 {
    background: url(_res2024/icon6.png) no-repeat top center; margin-top: 20px;
}
.icon7 {
    background: url(_res2024/icon7.png) no-repeat top center; margin-top: 20px;
}
.icon8 {
    background: url(_res2024/icon8.png) no-repeat top center;
}
.icon9 {
    background: url(_res2024/icon9.png) no-repeat top center;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Open Sans', sans-serif;
	list-style-image:url(_res2024/li-5.png);	
	line-height: normal;
	margin-left: 10px;
    padding: 0px 0 20px;
    border-bottom: 1px solid #d5d5d5;
}
#offCont #sOW2 .button {
    background-color:#00915A;
    font-size:18px;
    display: block;
    height: 45px;
    line-height:45px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:200px;
    border:none;
    color: #fff;
	border: 1px solid #00915A;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 30px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:684px) {
#offCont #sOW2 {
	padding:0% 20px 0% 20px;
}
    
#left {
    float:left;
    width: 100%;
    margin: 0px 10px;
    vertical-align: top;
    font-size: 25px;
    padding-bottom: 20px;
}

#right{
    float: right;
    width: 100%;
    margin: 0px 10px; 
    vertical-align: top; 
    font-size: 16px;
}    
       
@media all and (max-width:460px) {
.icons li {
    width: 30%;  
}
.icons2 li {
    width: 30%;  
}

.job {
    background: #fff url(_res2024/logo-2021.png) no-repeat scroll top center;
    background-size: auto;
    background-size: 117px;
    padding: 90px 30px 30px 20px; 
}
    
#JobTitle {     
	font-size:30px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
	color:#262626;
    padding-top: 50px;
}  
    
#left {
    float:left;
    width: 100%;
    margin: 0px 10px;
    vertical-align: top;
    font-size: 25px;
    padding-bottom: 20px;
}

#right{
    float: right;
    width: 100%;
    margin: 0px 10px; 
    vertical-align: top; 
    font-size: 16px;
}    
    

@media (max-width: 684px)
#offCont #sOW2 {
  padding: 0% 0px 0% 0px;

  media (max-width: 460px)
#JobTitle {
  font-size: 22px;
}    
}
}

    
    
    
    
    