/* small screen desktop*/
@media only screen and (min-width: 1023px) and (max-width: 1300px) {

#section1-header{
	position: absolute;
  	margin-top: 10%;
  	margin-left: 15%;
  	transform: translate(-50%,-50%);
  	text-align: left;
	font-size: 45px;
 	color: #fff;
}
#section1-p{
  position: absolute;
  margin-top: 18%;
  margin-left: 35.5%;
  transform: translate(-50%,-50%);
  color: #fff;
}
#section1-span{
  display: inline-flex;
  position: absolute;
  margin-top: 24%;
  margin-left: 8.6%;
  transform: translate(-50%,-50%);
  color: white;
  width: 140px;
}


.section2{
  width: 100%;
  height: 100%;
}

.section2-header{position: relative;
  width: 180px;
  height: 45px;
  background-color: #132c4f;
  margin-top: 7%;
  transform: skew(20deg);
  margin-left: 5%;
}

.section2-header h1{position: absolute;
  width: 80%;
  font-size: 23px;
  color: white;
  transform: skew(-20deg);
  text-align: center;
  margin-top: 3%;
  margin-left: 10%;
}
.section2-header h1 span{
  color: #f5a934;
}
#section2-top-desc{
  width: 90%;
  margin-top: 2%;
  margin-left: 5%;
  font-size: 17px;
  color: #444444;
  line-height: 30px;
}
.section2-top{
  width: 90%;
  height: 100%;
  margin-top: 7%;
  margin-left: 5%;
  display: flex;
}

.section2-top-left h1{
  color: black;
  font-size: 18px;
  margin-top: 6%;
  margin-left: 6%;
  transition: 0.4s ease; 
}



.section3-civil{
  width: 90%;
  height: 100%;
  display: flex;
  margin-top: 10%;
  margin-left: 5%;
}

.section3-civil-left{
  position: relative;
  width:72%;
  height: 100%; 
}

.section3-civil-left img{
  width: 100%;
  height: auto;
}

.section3-civil-left span{
  display: flex;
  margin-top: 3%;
}
.section3-civil-left span hr{
  width: 4px;
  height: 25px;
  background-color: #f5a934;
  border: none;
  margin-top: 0.8%;
}
.section3-civil-left span h1{
  font-size: 25px;
  margin-left: 1%;
}

.section3-civil-left p{
  margin-top: 1.5%;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
}

.section3-civil-right{
  position: relative;
  width: 26%;
  height: 100%;
  margin-left: 2%;
  background-color: #f5a934;
}

.section3-civil-right img{
  width: 100%;
  height: auto;
}

.section3-civil-right p{
  text-align: center;
  margin-top: 2%;
  font-size: 17px;
  color: white;
  font-weight: 600;
  width: 98%;
  margin-left: 1%;
}
.section3-civil-right-blank{
  width: 100%;
  height: 50px;
}
.section3-civil-blank{
  width: 100%;
  height: 50px;
}




.section4{
  width: 100%;
  height: 100%;
}
.section4-main{   
  width: 90%;
  height: 100%;
  margin-top: 5%;
  margin-left: 5%;
}
.section4-main-card1{
  width: 95%;
  height: 45px;
  border: 2px solid #e2e2e1;
  margin-top: 4%;
  display: flex;
}
.section4-main-card2{
  width: 95%;
  height: 45px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}
.section4-main-card3{
  width: 95%;
  height: 45px;
  border: 2px solid #e2e2e1;
  margin-top: 2%;
  display: flex;
}
}