/*
  Theme Name: themex 
*/


.singleSS{
	
    position: relative;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.service_slider .singleSS{
    padding: 61px 15px 60px;
}
.singleSS:after{
    background: url(../images/corporate/5.png) no-repeat right top;
    width: 288px;
    height: 216px;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    visibility: hidden;
    opacity: 0;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.singleSS:hover:after{
    visibility: visible;
    opacity: 1;
}
.singleSS:hover{
    border-color: #4900d6;
}


.serIcon{

}
.serIcon i{
font-size: 32px;
    line-height: 62px;
    color: #333;

}
.SIBG_2 i{
    color: #28f200;
}
.SIBG_1{
  /*   background: url(../images/corporate/s1.png) no-repeat center center / cover; */
	position:relative;

}
.SIBG_1::before{
position: absolute;
    right: 0px;
    top: -23px;
    background: #252427;
    content: "";
    width: 62px;
    height: 62px;
    border-radius: 100%;
    left: 5px;
    bottom: 0;
    margin: auto;
    margin-left: 0;
    transition: .5s;
}
.singleSS:hover .SIBG_1::before{
    background: #cd48ad;
    content: "";
} 
.detail_SS{
    position: relative;
    padding: 0 0 0;
    z-index: 99;
}
.detail_SS h3{
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 23px;
	margin-top: 8px;
}
.detail_SS p{
    margin-bottom: 28px;
}
.detail_SS a.readMore{
    display: inline-block;
    color: #f5634b;
    font-size: 16px;
    line-height: .8;
    margin: 0;
}
.detail_SS a.readMore:hover{
    color: #4900d6;
}



.departmentList{
    position: relative;
    padding: 73px 50px 73px;
    border-radius: 10px;
	background-size:cover;
}
.departmentList h3{
    font-size: 30px;
    line-height: 40px;
    color: #083791;
    font-weight: 900;
    margin-bottom: 22px;
}
.departmentList ul{
    margin: 0;
    padding: 0 0 17px;
}
.departmentList ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.departmentList ul li a{
    color: #083791;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}
.departmentList ul li a:hover{
    color: #ff8e32;
}
.departmentList .discover_more{
    font-size: 12px;
    line-height: 28px;
    color: #083791;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
	
}
.departmentList .discover_more i{
    font-size: 15px;
    position: relative;
    top: 2px;
    padding-left: 2px;
	transition:.5s;
}
.departmentList .discover_more:hover i{

    padding-left: 10px;
}

.departmentList .discover_more:hover{
    color: #ff8e32;
}

/* singleService */
.medi_singleService{
    position: relative;
    background: #fff;
    padding: 36px 25px 32px 35px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08);
}
.medi_singleService:after{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #dddddd;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 2;
    transition: all 0.4s ease-out;

}
.medi_singleService:before{
    position: absolute;
    width: 0;
    height: 2px;
    background: #083791;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    transition: all 0.4s ease-out;

}
.medi_singleService:hover:before{
    width: 100%;
}
.medi_singleService i{
    width: 53px;
    height: 53px;
	line-height: 52px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 30px;
    color: #083791;
    float: left;
    text-align: center;
	margin-right: 15px;
}
.medi_singleService h3{
	font-size: 24px;
    line-height: 28px;
    display: inline-block;
    margin: 12px 0 30px;
}

.medi_singleService p{
    margin: 0;
}





/* contact css */
.apartment_area{
    position: relative;
    background-size: cover;
    padding: 43px 35px 51px;
    border-radius: 10px;
}
.apartment_text h3{
    color: #07001e;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 1px;
}
.apartment_text p{
    color: #07001e;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 21px;
}
.witr_apartment_form {
    width: 100% !important;
    text-align: left;
}


.witr_apartment_form form select option{

}

.witr_apartment_form form select,
.witr_apartment_form input{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    color: #666666;
    background: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 15px;
    margin-bottom: 30px;
}
.witr_apartment_form input::-moz-placeholder{
    color: #666666 ;
    opacity: 1;
}
.witr_apartment_form input::-ms-input-placeholder{
    color: #666666 ;
    opacity: 1;
}
.witr_apartment_form input::-webkit-input-placeholder{
    color: #666666;
    opacity: 1;
}
.witr_apartment_form .const_btn{
	font-size: 15px;
    background: #fff;
    font-weight: 600;
/*     padding: 15px 37px; */
    border-radius: 5px;
    margin-top: 10px;
    border: 0;
    color: #083791;
	cursor:pointer;
	transition:.5s;
}
.witr_apartment_form .const_btn:hover{
    background: #083791;
    color: #fff;
}

.witr_padding_bottom{
	padding-bottom:325px;
}

/* new css */
.witr_single_box_p h3{
    padding: 21px 25px 18px;
    background: #fff;
}






