.tk_contact_page{
	position: relative;
}
.tk_contact_page .main_inner {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'latobold';
}
.tk_contact_page .main_inner h3{
	font-size: 50px;
}
.tk_contact_page .main_inner p{
	font-size: 12px;
    word-spacing: 5px;
}
.company_contact_blocks .each_block {
    border-right: 1px solid #d2d2d2;
}
.company_contact_blocks .each_block:last-child{
	border: none;
}
.company_contact_blocks .each_block i {
    font-size: 40px;
    color: #20bfad;
}
.company_contact_blocks .each_block h4 {
    font-size: 20px;
    color: #000;
    font-family: latobold;
    padding: 5px 0;
}
.company_contact_blocks .each_block h5 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.company_contact_blocks .each_block span.mail_id {
    color: #20bfad;
    font-size: 15px;
}	
.company_contact_blocks .each_block a {
    font-size: 14px;
    color: #20bfad;
    font-family: latobold;
}
.tk_contact_form_main {
    background: #f1f1f1;
}
.tk_contact_form_main .tk_main_form {
    background: #ffffff;
    margin: 30px 0px;
    border: 1px solid #e1e1e1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.tk_main_form form {
    background: rgba(0, 0, 0, 0.68);
    padding-top: 30px;
    padding-bottom: 15px;
}
.tk_contact_form_main .tk_main_location,.tk_contact_form_main .contact_share,.tk_contact_form_main .team_support{
	background: #fff; border: 1px solid #e1e1e1;min-height: 90px;
}
.tk_contact_form_main .tk_main_form h4{
	color: #fff;
	font-size: 22px;
    font-family: latobold;
}
.tk_contact_form_main .tk_main_location h4,
.tk_contact_form_main .team_support h4,
.tk_contact_form_main .contact_share h4{
    font-size: 22px;
    font-family: latobold;
}
.tk_contact_form_main .tk_main_form p {
    font-size: 13px;
    padding: 15px 0;
    color: #fff;
    word-spacing: 2.5px;
}
.tk_main_form input,.tk_main_form textarea {
    border-radius: 0px;
	resize: none;
	border: 1px solid #ffffff33;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.13);
	color: #fff;
}
.tk_main_form input:focus,.tk_main_form textarea:focus{
	border: 1px solid #20bfad;box-shadow: none;transform: all ease-in 1s;
}
.contact_form_submit input {
    background: #20bfad;
    border: none;
    padding: 6px 0;
    font-size: 16px;
    color: #fff;
}
.contact_share .social_media ul li a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
}
.contact_share .social_media ul li {
    background: #20bfad;
    height: 30px;
    width: 30px;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #20bfad;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.contact_share .social_media ul li:hover{
    background: #ffffff;
}
.contact_share .social_media ul li:hover a{
    color: #20bfad;
}
.tk_main_location ul li {
    font-size: 14px;
    line-height: 20px;
}