.irok-service-inner {
    padding: 30px;
}
.irok-service-title {
    text-align: center;
}
.row1 .service-description,
.row3 .service-description {
	float:left;
	width:55%;	
}
.row2 .service-description,
.row4 .service-description {
	float:right;
	width:55%;	
}  
.row1 .service-irok-subcontent,
.row3 .service-irok-subcontent {
    width: 80%;
    float: right;
}
.row2 .service-irok-subcontent,
.row4 .service-irok-subcontent {
    width: 80%;
    float: left;
}
img .service-image{
	width:80%;
}


/********Revised Main**************/
.intro-irok img {
    width: 1903px;
    height: 600px;
}

.index-order {
    position: relative;
	background-image: url(../images/main/homeTop.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height:1300px;
}
@media screen and (min-width: 1921px) {
.index-order {
    position: relative;
	background-image: url(../images/main/homeTop.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height:1500px;
}
}

#app-downloadable, #irok-intro {
    height: 50%;
}

/*************Section 1**************/
.app-down-title {
    height: 28%;
    text-align: left;
    padding-left: 43%;
    padding-top: 7%;
    color: white;
    font-weight: 600;
    font-size: 60px;
}
.app-down-title h3 {
    line-height: 1.5;
}
.app-down-btn {
    text-align: center;
    padding-top: 3%;
}
.app-down-btn img {
    width: 13%;
	z-index: 3;
    position: relative;
}
/*************Section 2**************/

.intro-inner-title {
    height: 20%;
    font-size: 60px;
    font-weight: 600;
    color: #004b8b;
    padding-top: 8%;
	padding-left: 60%;
}
.intro-inner-content {
    font-size: 20px;
	padding-left: 60%;
}
.intro-inner-content p {
    line-height: 1.5;
}
/*************Section 3**************/
#irok-service{
	background-image: url(../images/main/main-3.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 1500px;
}
.component-title {
    text-align: center;
    padding:50px;
}
.component-title h3 {
    font-size: 55px;
    font-weight: bold;
    color: #004b8b;
}
.service-name {
	padding: 4% 0;
}
.service-name img {
    width: 90%;
    border: 2px solid #d0d4d8;
    border-radius: 15px;
    height: 170px;
}
.row1 .service-summary {
    padding: 4% 0;
}
.row1 .sContent {
    padding: 15% 13% 0;
}
.service-summary {
    height: 51%;
    padding: 8% 0;
}
.sTitle{
	font-size:18px;
}
.sTitle, .sReadmore {
    height: 10%;
    color: #004b8b;
    font-weight: bolder;
}
.sReadmore {
    text-align: right;
    padding-right: 5%;
    font-size: 12px;
}
.sContent{
	height: 57%;
    text-align: left;
    font-size: 15px;
    padding: 10% 13% 0;
}
.irok-service-content .service-row{
	float: left;
    width: 15%;
    height: 450px;
    background-color: white;
    border-radius: 10px;
    margin-left: 2%;
    box-shadow: 2px 2px 10px darkgrey;
}
@media screen and (min-width: 1921px) {
	.irok-service-content .service-row{ height: 500px; }
}
.irok-service-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align:center;
 }
 .readmore-btn {
    display: inline-block;
    padding: 8px;
    background-color: #80808f;
    border-radius: 18px;
    color: white;
}
.readmore-btn:hover {
    cursor: pointer;
    transform: scale(1.01);
}

/**********Footer**************/
 .service-component {
    padding-top: 5%;
}
 .footer-wrap {
    padding-top: 8%;
}
 .locTitle {
    text-align: center;
}
 .locTitle H3{
    font-size: 55px;
    font-weight: bold;
    color: #004b8b;
 }
.location-details {
    padding: 3% 0 30px 10%;
    height: 110px;
}
.location-details .det-left, .location-details .det-right{
	float: left;
    width: 50%;
    display: inline-block;
}
.location-details .det-left .icon{
    float:left;
    width:51%;
    height: 50px;
}
.location-details .det-right .icon{
    float:left;
    width:7%;
    height: 50px;
}  
.location-details .content{
	height:50px;
    font-size: 15px;
}
.det-right .content p {
    padding-top: 1%;
}
.location-details .det-left .icon img {
    float: right;
    width: 8%;
    padding-right: 30px;
} 
.location-details .det-right .icon img {
    float: left;
    width: 60%;
} 
.footer-wrap a{
	color:black;
}


 /**********Modal**************/
 #Modal {
    display: none;  /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 20px 20px 20px;
    border: 1px solid #888;
    width: 25%;
	text-align: center;
	box-shadow: 0px 0px 1px 1px #09325e;
}
.modal-content H3{
	font-weight:600;
	font-size: 27px;
	color:#004b8b;   
	padding-top: 10px;
} 
.modal-rm p {
    font-size: 15px;
    padding: 20px 10% 35px 10%;
    /* width: 80%; */
    text-align: justify;
    line-height: 1.5;
}

/* The Close Button */

.close {
    color: #aaaaaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
	position: relative;
    z-index: 99999;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
 