@media screen and (max-width:1400px) {
	
}
@media screen and (max-width:1200px) {
	header .header .ryt .menus .menu ul li a {
    font-size: 14px;
    line-height: 24px;
  
  }
  
  header .header .ryt .menus .menu ul {
    gap: 5px;
  }
}
@media screen and (max-width:991px) {
.foot_menu .foot_menu1 .foot_top .soc_link {
	margin-bottom: 30px;
}
footer .foot_menu .foot_menu2 .cpy_ryt{
	flex-direction: column;
text-align: center;}

.pdf_section .pdf_in .col-lg-4.col-md-6 {
  margin-bottom: 190px;
}
.pdf_section .pdf_in .row {
  justify-content: center;
}
.blog .testi_caros .items .cnt::before {
  width: 100px;
  height: 80px;

}

footer .foot_menu .foot_menu1 .foot_top .logo .soc_link ul{
  justify-content: center;
}
footer .foot_menu .foot_menu1 .foot_top .logo ul li a{
  display: block;
  text-align: center;
}


footer .foot_menu .foot_menu1 .foot_top {
    flex-direction: column;
    justify-content: center;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
    display: none;
    margin-bottom: 15px;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link strong {
    margin-bottom: 0;
    padding-block: 10px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
	transition: 0.25s;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link strong.tog{
	background: linear-gradient(0.25turn, #c530e7, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	transition: 0.25s;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link strong::before {
    content: "+";
    position: absolute;
    right: 0;
    transition: 0.3s;
    text-align: center;
    top: 11px;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to top, #c530e7, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link .flist {
    display: none;
  }
  footer .foot_menu .foot_menu1 .foot_top .f-link strong.tog::before {
	content: "-";
	content: "-";
    background: linear-gradient(0.25turn, #c530e7, #c530e7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.25s;

  }
  footer .foot_menu .foot_menu1 .foot_top .f-link {
 
  
    border-image: linear-gradient(to right, #c530e7 0%, #00bfff 100%) 1;

    border-style: solid;
    padding: 0 10px;
    border-right: transparent;
    border-left: transparent;
    border-top: transparent;
    border-width: 1px;
  }

  .apply_form .contact_form {
    padding: 35px 20px;
  }


}









@media screen and (max-width:767px) {
	
	.pdf_section .pdf_in .col-lg-4.col-md-6{
	    margin-bottom: 190px;
	}
	.pdf_section .pdf_in .col-lg-4.col-md-6:last-child{
		margin-bottom: 0;
	}
	.pdf_section {
		padding: 200px 0 50px;
	}
	.pdf_section .pdf_in .pdf_cnt .text strong {
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.blog .blog_in h6 {
		margin-bottom: 0;
	}
  .blog .testi_caros .items .cnt::before {
    width: 60px;
    height: 55px;
}
.blog .testi_caros .items {
  padding: 30px 20px;
}
.apply_form .contact_form {
  padding: 25px 20px;
}
header .header .logo img {
  margin-left: -15px;
}
}
@media screen and (max-width:575px) {
  .blog .testi_caros .items .cnt::before {
    width: 45px;
    height: 40px;
}
.blog .testi_caros .items {
  padding: 20px;
}
.apply_form .contact_form {
  padding: 25px 10px;
}
}
