.banner_con{
    background-color: #20282E;
    background-image: url('../../images/banner/kimsr-6.jpg');
	position: relative;
	background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
	display: flex;
	align-items: center;
	width: 100%;
    float: left;
    background-position: 150px;
}

.banner_con .overlay{
    background: linear-gradient(90deg, #F3F7FB 25%, rgba(243, 247, 251, 0.24) 74.66%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner_con .shape{
    position: absolute;
    z-index: 0;
    bottom: 20px;
    left: 0;
}

.banner_con .banner_center{
    width: 1300px;
    margin: 0 auto;
}

.banner_con .banner_center .banner{
    width: 100%;
    float: left;
    position: relative;
}  

.banner_con .banner_center .banner .breadcrumbs{
	font-size: 50px;
    margin-bottom: 25px;
    line-height: 1;
    color: #000000;
    letter-spacing: 1px;
    font-family: var(--font_bold);
    text-transform: uppercase;
}  


.contact_con{
    width: 100%;
    float: left;
    margin: 50px 0px;
}

.contact_con .contact_center{
    width: 1300px;
    margin: 0 auto;
}

.contact_con .contact_center .contact{
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.contact .cont_box{
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.contact .cont_box ul li{
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.contact .cont_box ul li .co_li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    padding: 30px 7px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 50px 50px 50px 0;
    background: white;
    height: 224px;
}

.contact .cont_box ul li .co_li:before{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: var(--primary_color);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    height: 20px;
    z-index: -1;
}


.contact .cont_box ul li .image{
    width: 100%;
    float: left;
}

.contact .cont_box ul li .image i{
    font-size: 35px;
    color: white;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    background: var(--primary_color);
}

.contact .cont_box ul li .image i:after{
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 3px solid var(--primary_color);
    border-radius: 40px;
}

.contact .cont_box ul li .img_txt_h{
    width: 100%;
    float: left;
}

.contact .cont_box ul li .img_txt_h{
    width: 100%;
    float: left;
    font-size: 20px;
    font-family: 'Poppins_bold';
    text-transform: uppercase;
    
}

.contact .cont_box ul li .img_txt_t{
    width: 100%;
    float: left;
    font-size:16px;
    line-height:30px;
}

.contact .cont_wrapper{
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 40px;
}

.contact .cont_wrapper .cont_img{
    width: 40%;
    float: left;
    box-sizing: border-box;
}

.contact .cont_wrapper .cont_img img{
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 50px 0px 0px 50px;
}

.contact .cont_wrapper .cont_form{
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding:10px;
    background:#f9f9f9;
    border-radius: 0px 50px 50px 0px;
}

.contact .cont_wrapper .cont_form .cont_head{
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-family: var(--font_bold);
    font-size: 24px;
    padding: 18px;
    letter-spacing: 1px;
}

.contact .cont_wrapper .cont_form .feild_box{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding:10px;
    position:relative;
}

.contact .cont_wrapper .cont_form .feild_box .spin{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display:none;
}

.contact .cont_wrapper .cont_form .feild_box .spin img{
    width: 60px;
    margin: 245px auto;
    display: flex;
}

.contact .cont_wrapper .cont_form .feild_box .output{
    background: #ffffff7d;
    border: 1px solid rgba(51, 51, 51, 0.5);
    width: 80%;
    position: absolute;
    left: 10%;
    height: 100%;
    z-index: 9;
    top: 0px;
    border-radius: 5px;
    display: none;
    text-align: center;
    padding: 41px;
    padding-top: 200px;
    box-sizing: border-box;
    font-family: 'Poppins_bold';
}

.contact .cont_wrapper .cont_form .feild_box .aroi_reg_result .closes{
    width:100%;
    float:left;
    display: flex;
    justify-content: flex-end;
}

.contact .cont_wrapper .cont_form .feild_box .aroi_reg_result .closes i{
    background: red;
    padding: 10px;
    color: white;
}

.contact .cont_wrapper .cont_form .feild_box .box{
    width: 100%;
    float: left;
    margin-bottom: 35px;
    box-sizing: border-box;
    position: relative;
}

.contact .cont_wrapper .cont_form .feild_box .box input{
    display: block;
    width: 100%;
    box-sizing:border-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border-radius: 12px;
    outline:none;
    box-shadow: none;
    border: 1px solid #E0E5EB;
}

.contact .cont_wrapper .cont_form .feild_box .box select{
    display: block;
    width: 100%;
    box-sizing:border-box;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border-radius: 12px;
    outline:none;
    box-shadow: none;
    border: 1px solid #E0E5EB;
}

.contact .cont_wrapper .cont_form .feild_box .box label.error{
    
    position: absolute;
    top: 103%;
    left: 10px;
    color: red;
}

.contact .cont_wrapper .cont_form .feild_box .box textarea{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    height:200px;
    outline:none;
    border: 1px solid #E0E5EB
}

.contact .cont_wrapper .cont_form .feild_box .course_btn {
    margin-top: 0; 
    margin-right: 0;
    width: 100%;
    float: left;
}

.contact .cont_wrapper .cont_form .feild_box .course_btn .tp-btn-inner {    
    margin-right: 0;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    font-family: var(--font_bold);
    text-transform: uppercase;
}

.contact .cont_wrapper .cont_form .feild_box .course_btn .tp-btn-inner span {
    display: inline-block;
    margin-left: 12px;
    transform: translateY(0px);
    
}

.contact .cont_wrapper .cont_form .feild_box .box textarea + label.error{    
    top: 103%;
}

.contact .cont_wrapper .cont_form .feild_box .box_button{
    width: 100%;
    float: left;
    margin-bottom: 26px;
    box-sizing: border-box;
}


.contact .cont_wrapper .cont_form .feild_box .box_button input{
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    color: white;
    padding: 14px 20px;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #fda31b;
    z-index: 1;
    width:200px;
}

.contact .cont_wrapper .cont_form .feild_box .box_button input:before{
    content: "";
    height: 300px;
    width: 300px;
    background: #116e63;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.service_box_con{
    width: 100%;
    float: left;
    margin: 50px 0px;
}

.service_box_con .service_box_center{
    width: 1300px;
    margin: 0 auto;
}

.service_box_con .service_box_center .services_box{
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.services_box .head{
    width: 100%;
    float: left;
    text-align: center;
    font-family: var(--font_bold);
    font-size: 45px;
    margin-bottom: 25px;
}

.services_box .para{
    width: 100%;
    float: left;
}

.services_box .para p{
    text-align: center;
    font-family: var(--font_regular);
    line-height: 26px;
}

.services_box .ser_list{
    width: 100%;
    float: left;
    margin: 50px 0;
}

.services_box .ser_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services_box .ser_list ul li {
    width: 25%;
    float: left;
}

.services_box .ser_list ul li .li_con{
    width: 100%;
    float: left;
    display: flex;
    padding: 30px 20px;
    flex-direction: column;
    box-sizing: border-box;
}

.services_box .ser_list ul li:nth-child(1) .li_con {
    background: var(--primary_color);
}

.services_box .ser_list ul li:nth-child(2) .li_con {
    background: #fc6d65;
}

.services_box .ser_list ul li:nth-child(3) .li_con {
    background: #ff9800;
}

.services_box .ser_list ul li:nth-child(4) .li_con {
    background: #009688;
}

.services_box .ser_list ul li .li_con .img_c{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.services_box .ser_list ul li .li_con .img_c .image {
    float: left;
    padding: 10px;
}

.services_box .ser_list ul li .li_con .para {
    width: 100%;
    float: left;
    margin: 10px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: var(--font_medium);
}

.services_box .ser_list ul li .li_con .button {
    width: 100%;
    float: left;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    color: white;
    font-family: var(--font_medium);
}

.services_box .ser_list ul li .li_con .button i {
    padding: 5px 10px;
    color: white;
}

.responsive-map{
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    height: 620px;

}
.responsive-map iframe{
    left:0;
    top:0;
    height:100% ;
    width:100%;
    position:absolute;
}

 @media only screen and (max-width: 1300px){
    .banner_con .banner_center{
        width: 100%;
    }

    .service_box_con .service_box_center {
        width: 100%;
    }

    .contact_con .contact_center {
        width: 100%;
    }
}

 @media only screen and (max-width: 1025px){
    .banner_con .banner_center{
        width: 100%;
    }

    .banner_con .banner_center .banner .breadcrumbs{
        text-align: center;
    }

    .service_box_con .service_box_center .services_box {
        padding: 10px;
    }

    .contact .cont_box ul li {
        width: 50%;
    }

    .contact .cont_wrapper .cont_img {
        width: 100%;
    }
    
    .contact .cont_wrapper .cont_img img {
        border-radius: 50px 50px 0px 0px;
    }

    .contact_con .contact_center .contact {
        padding: 10px;
    }

    .contact .cont_wrapper .cont_form {
        width: 100%;
        border-radius: 0px 0px 50px 50px;
        
    }

    .contact .cont_wrapper .cont_form .feild_box{
        padding: 10px 0;
    }
}

@media only screen and (max-width: 600px){
    .contact .cont_box ul li {
        width: 100%;
    }

    .services_box .ser_list ul li {
        width: 50%;
    }
}