*{
padding: 0;
margin: 0;
font-family: 'Mulish', sans-serif;
}

nav{
    background: #21728a;
    height:60px;
    width:100%;
    position: fixed;
    top:0px;
    overflow:hidden;
}
nav .bar li a{
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
label.logo a.ctag{
    color: white;
    font-size: 28px;
    line-height:60px;
    padding:0 40px;
    font-weight:bold;
}
label.logo a.ctag
{
    text-decoration: none;
    color:white;
}
label.logo a.ctag:hover{
    background-color:#21728a;
}
nav label.logo a span.codestag{
    text-decoration:none;
    color:#e8b72e;
}
nav .bar{
    float: right;
    margin-right: 20px;
}
nav .bar li{
    display: inline-block;
    line-height: 60px;
    margin: 0 5px;
}
nav .bar li a{
    color: white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 5px;
    font-weight: bold;
}
.bar li a.active,nav .bar li a:hover{
    background: #bd5719;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 60px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
@media (max-width: 1022px){
    label.logo{
        font-size: 1.1rem;
        padding-left: 15px;
    }
    nav .bar li a{
        font-size: 1rem;
    }
}
@media (max-width: 934px){
    .checkbtn{
       display: block;
    position: absolute;
    right: 12px;
    top: 0;
    z-index: 1001;
    padding: 0 8px;
    }
    .bar{
        float: none;              /* reset */
    margin-right: 0;           /* reset */
    position: fixed;
    top: 60px;                 /* nav ki height */
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    background: #2c3e50;
    text-align: center;
    transition: left .5s ease;
    overflow-y: auto; 
    z-index: 1000;
    }
    nav .bar li{
        display: block;
        margin: 30px 0;
        line-height: 30px;
    }
    nav .bar li a{
        font-size: 1.3rem;
    display: inline-block;
    padding: 10px 16px;
    }
    nav .bar li a:hover,nav .bar li a.active
    {
        background: #bd5719;
        color: white;
    }
    #check:checked ~ .bar{
        left: 0;
    }
}
*{
   margin:0;
   padding: 0;
   box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{
    background-color: #f4f4f4;
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
     -webkit-text-size-adjust: 100%; 
}
.main-div{
    border-style: hidden;
    border-right: -2px;
    background-color: white;
    padding:20px 350px 20px 100px;
  
}
.main-div h1{
	text-align:center;
	margin-top:60px;
}
.promotion{
          margin-top:70px;
}
table{
    margin:20px auto;
    border-collapse: collapse;	
}
.table-div{
    overflow-x: auto;
    margin:0;
}
td,th{
    border: 1px solid black;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left:5px;
    padding-right:5px;
    font-size:1rem;
}
.table-head{
    background-color: whitesmoke;
}
.apply{
        width: 30%;
        padding: 15px 10px;
        background-color: dodgerblue;
        color: white;
        border-radius: 100px;
        text-align: center;
        font-weight: bold;   
        margin:20px auto;
}

.about-company ul{
    padding-left: 40px;
}
.about-company p{
  margin-bottom: 20px;
}
.about-company h3{
    margin:10px 0;
    color:#21728a;
    font-size:1.2rem;
    border-bottom:2px solid #21728a;
    padding-bottom:8px;
}

.about-company ul li {
    line-height:1.3rem;
    margin-top:1.3rem;
	margin-bottom:1.3rem;
}
.main-div .more-job-links ul li{
	margin-top:1.2rem;
	margin-bottom:1.2rem;
	list-style-type:none;
	font-size:1.2rem;

}
.main-div .more-job-links ul li a{
    color:dodgerblue;
}
.main-div .more-job-links h3{
	color:green;
	text-align:center;
	margin:20px, 0;
	font-size:1.2rem;
}
@media (max-width: 900px) {
  .main-div{
    padding:0 10px 0 10px;
    margin:0;
    border-style: hidden;
    border-right: -2px;
    font-size:1rem;
  }
    .about-company ul{
    padding-left: 30px;
}
.about-company ul li,td,th,p{
    font-size:0.9rem;
}
.main-div{
    font-size:0.9rem;
}
.main-div .more-job-links ul li a{
    font-size:0.9rem;
}
.apply{
width:30%;
}
  @media (max-width: 774px) {
    .apply{
    width:30%;
    }
  
}
}

*{
  margin: 0;
  padding: 0;
   font-family: 'Mulish', sans-serif;
}


/* footerererer */
footer {
  color: #d9d9d9;
  bottom: 0px;
  width: 100%;
  background: #262523;
  height: 350px;
  box-sizing: border-box;

 
}
footer .main-content .content div a{
     color: #d9d9d9;

}

/* left */
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 20px 20px;
  padding-left: 50px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
    font-size: 1.25rem;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: dodgerblue;
  line-height: 40px;
  text-align: center;
  font-size: 1.15rem;
  border-radius: 20px;
  transition: 0.3s;
  margin-left: 15px;
}

.left .content .social a span:hover{
  background: dodgerblue;
}


/* Center */
.center .content a{
  text-decoration: none;
}

.content a{
    text-decoration: none;
}
.left .content a span{
    color: #e8b72e;
}
.left .content a {
    font-size: 30px;
    font-weight: bold;
    color: white;
}
.left .content p{
    font-size: 1rem;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}

/* --------- right  */
.right .content a{
  text-decoration: none;
}


.right .content .text{
  font-size: 1.0625rem;
  
  padding-left: 10px;
}
.right .content .phone{
  margin: 15px 0;
}
.center .content  :hover{
    color: #9c9899;
}
.right .content  :hover{
    color: #9c9899;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
.copy p{
    margin-top: 0px;
    padding: -10px;
    text-align: center;
    font-size: 1 rem; 
    color: #9c9899;
}

@media screen and (max-width: 900px) {
  footer {
    position: relative;
    bottom: 0px;
    height: 720px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}
