@media (max-width: 1600px) {
    .c {
        padding: 0 50px;
    }
	.menu_block li a {
        font-size: 16px;
    }
    .menu_block li + li {
        margin-left: 30px;
    }
    .menu_block ul {
        margin-right: 30px;
    }
    .fsub input,
    .site_btn {
        font-size: 17px;
    }
    .header .logo img {
        height: 90px;
    }
    .menus_block + .menus_block {
        margin-left: 80px;
    }
    .fmenu_block .logo img {
        height: 120px;
    }
    .explore {
        padding: 80px 0 100px 0;
    }
    .heading1 {
        font-size: 50px;
    }
    .banner::before,
    .explore::after {
        height: 50px;
    }
    .heading2 {
        font-size: 28px;
    }
    .section_padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .text_image ._row {
        margin: 0 -50px;
        margin-top: 80px;
    }
    .text_image ._col {
        padding: 0 50px;
    }
    .stitle,
    .list_title {
        font-size: 22px;
    }
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .toggle_block,
    .txt_block, 
    .padding_top {
        padding-top: 100px;
    }
    .footer {
        margin-top: 100px;
    }
    .b_title::before {
        height: 80px;
    }
    .c_edit h1 {
        font-size: 49px;
    }
    .c_edit h2 {
        font-size: 43px;
    }
    .c_edit h3 {
        font-size: 39px;
    }
    .c_edit h4 {
        font-size: 32px;
    }
    .c_edit h5 {
        font-size: 26px;
    }
    .img_with_content {
        padding-top: 80px;
    }
    .img_with_content .title,
    .img_with_content .desc {
        font-size: 30px;
    }
}
@media (max-width: 1400px) {
	.menu_block li a {
        font-size: 14px;
    }	
    .menu_block li + li {
        margin-left: 20px;
    }
    .menu_block ul {
        margin-right: 20px;
    }	
    .header .logo img {
        height: 80px;
    }
    .heading3 {
        font-size: 22px;
    }	
    .menus_block + .menus_block {
        margin-left: 60px;
    }
    .fmenu_block .logo img {
        height: 100px;
    }
    .explore {
        padding: 60px 0 80px 0;
    }
    .heading1 {
        font-size: 45px;
    }
    .banner::before,
    .explore::after {
        width: 45%;
        height: 45px;
    }
    .heading2 {
        font-size: 24px;
    }
    .banner {
        height: 600px;
    }
    .section_padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text_image ._row {
        margin: 0 -40px;
        margin-top: 60px;
    }
    .text_image ._col {
        padding: 0 40px;
    }
    .stitle,
    .list_title {
        font-size: 20px;
    }
    .core_vaues .heading2 {
        padding-bottom: 50px;
    }
    .cont a::after {
        font-size: 18px;
    }
    .small_banner .image {
        height: 400px;
    }
    .two_col {
        padding-top: 50px;
    }
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .toggle_block,
    .txt_block, 
    .padding_top {
        padding-top: 80px;
    }
    .footer {
        margin-top: 80px;
    }
    .toggle_block .toggle {
        padding: 30px 50px 30px 0;
    }
    .toggle_block .toggle::after {
        width: 9px;
        height: 9px;
    }
    .toggle_block ul .inner {
        padding-bottom: 30px;
    }
    .b_title::before {
        height: 60px;
    }
    .ftextarea {
        margin-top: 20px;
        font-size: 16px;
    }
    .site_btn,
    .desc,
    .fcontrol,
    .fsub input,
    .fcol label {
        font-size: 16px;
    }
    .c_edit h1 {
        font-size: 46px;
    }
    .c_edit h2 {
        font-size: 40px;
    }
    .c_edit h3 {
        font-size: 36px;
    }
    .c_edit h4 {
        font-size: 30px;
    }
    .c_edit h5 {
        font-size: 24px;
    }
    .c_edit h6 {
        font-size: 20px;
    }
    .c_edit p {
        font-size: 16px;
    }
    .team_member .desc{
        padding: 20px 0 30px 0;
    }
    .img_with_content {
        padding-top: 60px;
    }
    .img_with_content .title,
    .img_with_content .desc {
        font-size: 27px;
    }
    .blue_btn {
        font-size: 16px;
        margin-top: 30px;
    }
}
@media (max-width: 1024px) {
	.c {
        padding: 0 40px;
    }
    .fmenu_block {
        padding: 40px 0;
    }
    .site_btn {
        padding: 8px 30px;
        font-size: 15px;
    }
    .header .logo img {
        height: 70px;
    }	
    .header {
        padding: 20px 0;
    }
    .header .menu_block {
        display: none;
    }
    .burger_menu {
        width: 23px;
        height: 23px;
        display: inline-block;
    }
    .burger_menu .burger_lines {
        position: relative;
        left: 0px;
        top: 50%;
        width: 23px;
        height: 2px;
        background-color: #FFFFFF;
        display: inline-block;
    }
    .burger_lines:before, .burger_lines:after {
        content: '';
        position: absolute;
        bottom: 13px;
        right: 0;
        width: 23px;
        height: 100%;
        background-color: #FFFFFF;
        display: inline-block;
        transition: top 1s;
    }
    .burger_lines:before {
        top: 8px;
    }
    .burger_lines:after {
        bottom: 8px;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        right: 0;
        padding: 40px 0;
        display: block;
        background-color: var(--theme-forest-green);
        visibility: hidden;
        transform: translateX(100%);
        transition: transform .4s, visibility .4s;
        z-index: 999;
        overflow: auto;
    }
    .open_menu .mobile-menu {
        transform: translatex(0);
        visibility: visible;
    }
    .open_menu body{
        overflow: hidden;
    }
    .mobile-menu .burger_menu {
        top: 40px;
        right: 40px;
        transform: none;
        padding-top: 0;
        position: absolute;
    }
    .mobile-menu .burger_lines {
        background-color: transparent;
    }
    .mobile-menu .burger_lines:before, .mobile-menu .burger_lines:after {
        background-color: #FFFFFF;
    }
    .mobile-menu .burger_lines:before {
        top: 0px;
        transform: rotate(-45deg);
    } 
    .mobile-menu .burger_lines:after {
        bottom: 0px;
        transform: rotate(45deg);  
    }
    .mobile-menu .header .menu_block {
        display: block;
        width: 300px;
    }
    .mobile-menu .header .dflex,
    .mobile-menu .menu_block ul {
        align-items: flex-start;
        flex-direction: column;
    }
    .mobile-menu .menu_block ul {
        margin-right: 0;
        padding-top: 15px;
    }
    .mobile-menu .menu_block ul li {
        margin-left: 0;
        margin-top: 30px;
    }
    .mobile-menu .menu_block ul li a {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    .mobile-menu .site_btn {
        padding: 10px 35px;
        font-size: 16px;
        margin-top: 30px;
    }
    .mobile-menu .header {
        padding: 15px 0px;
    }
    .menu_block ul:not(.sub-menu) > li > a:not(.arr) {
        padding: 0;
    }
    .menu_block .sub-menu {
        position: relative;
        width: 100%;
        background-color: transparent;
        color: #fff;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .menu_block .sub-menu li a {
        padding: 0;
        padding-left: 25px;
        border-top: none;
    }
    .desc,
    .fcol label,
    .fsub input,
    body {
        font-size: 15px;
    }
    .heading3 {
        font-size: 20px;
    }
    .fmenu_block .heading3 {
        padding-bottom: 25px;
    }
    .menus_block + .menus_block {
        margin-left: 40px;
    }
    .fmenu_block .logo img {
        height: 100px;
    }
    .copy_txt {
        width: 85%;
    }
    .explore {
        padding: 40px 0 60px 0;
    }
    .heading1 {
        font-size: 35px;
    }
    .banner::before,
    .explore::after {
        width: 40%;
        height: 40px;
    }
    .heading2 {
        font-size: 20px;
    }
    .banner {
        height: 500px;
    }
    .section_padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .text_image ._row {
        margin: 0 -30px;
        margin-top: 40px;
    }
    .two_col_sub .image,
    .serviceSwiper,
    .core_lists .lists + .lists,
    .head_text + .head_text,
    .text_image .site_btn {
        margin-top: 40px;
    }
    .toggle_block .c > .heading2 {
        padding-bottom: 40px;
    }
    .text_image .image::after, .core_vaues::after, .smeta::after, .txt_block .image::after, .two_col_sub .image::after {
        width: 50px;
        height: 50px;
    }
    .list_title {
        font-size: 18px;
    }
    .core_vaues .heading2 {
        padding-bottom: 40px;
    }
    .smeta {
        padding: 40px;
    }
    .stitle {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .cont {
        width: 50px;
    }
    .cont a {
        width: 25px;
        height: 25px;
    }
    .cont a::after {
        font-size: 16px;
    }
    .two_col,
    .b_title {
        padding-top: 40px;
    }
    .b_title .heading1 {
        padding-right: 40px;
    }
    .small_banner .image {
        height: 375px;
    }
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .toggle_block,
    .txt_block, 
    .padding_top {
        padding-top: 60px;
    }
    .footer {
        margin-top: 60px;
    }
    .toggle_block .toggle {
        padding: 25px 45px 25px 0;
    }
    .toggle_block .toggle::after {
        width: 8px;
        height: 8px;
    }
    .toggle_block ul .inner {
        padding-bottom: 25px;
    }
    .two_col ._row,
    .txt_block ._row {
        margin: 0 -25px;
    }
    .two_col ._col,
    .txt_block ._col {
        padding: 0 25px;
    }
    .b_title::before {
        height: 40px;
    }
    .fcontrol {
        padding: 13px;
        padding-left: 0;
        font-size: 15px;
    }
    .ftextarea {
        margin-top: 15px;
        padding: 17px;
        height: 150px;
    }
    ._sub .wpcf7-list-item-label {
        padding: 5px 0 5px 45px;
    }
    ._sub .wpcf7-list-item-label::before {
        width: 26px;
        height: 26px;
    }
    ._sub .wpcf7-list-item-label::after {
        width: 19px;
        height: 19px;
    }
    .contact_block ._row {
        margin: 0;
    }
    .contact_block ._col {
        padding: 0;
    }
    .contact_block ._1,
    .contact_block ._2 {
        width: 100%;
    }
    .contact_block ._2 {
        margin-top: 40px;
    }
    .c_edit h1 {
        font-size: 43px;
    }
    .c_edit h2 {
        font-size: 37px;
    }
    .c_edit h3 {
        font-size: 33px;
    }
    .c_edit h4 {
        font-size: 28px;
    }
    .c_edit h5 {
        font-size: 22px;
    }
    .c_edit h6 {
        font-size: 18px;
    }
    .c_edit p {
        font-size: 15px;
    }
    .toggle_block ul.accordion > li {
        border-top: 2px solid;
    }
    .toggle_block ul.accordion {
        border-bottom: 2px solid;
    }
    .team_member ._row{
        margin: 0 -20px;
    }
    .team_member ._col{
        padding: 0 20px;
    }
    .menu_block .menu > .menu-item:last-child{
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    .menu_block .menu > .menu-item:last-child .sub-menu{
        width: 100%;
    }
    .contact_popup{
        padding: 40px;
    }
    .img_with_content {
        padding-top: 40px;
    }
    .img_with_content .title {
        font-size: 24px;
    }
    .img_with_content .desc {
        font-size: 24px;
        margin-top: 30px;
    }
    .blue_btn {
        font-size: 15px;
        margin-top: 25px;
        padding: 10px 30px;
    }
    .img_with_content .row {
        margin: 0;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .img_with_content .col {
        padding: 0;
    }
    .img_with_content .col_40,
    .img_with_content .col_60 {
        width: 100%;
    }
}
@media (max-width: 900px) {
    .text_image ._row {
        margin: 0;
        margin-top: 40px;
    }
    .about_block ._row {
        margin: 0;
        margin-top: 30px;
    }
    .about_block ._col,
    .text_image ._col {
        padding: 0;
        width: 100%;
    }
    .text_image .line {
        height: 100%;
    }
    .text_image ._col._2 {
        padding-top: 40px;
    }
    .about_block ._col._2 {
        padding-top: 30px;
    }
    .title_block {
        flex-direction: column;
    }
    .title_block .image {
        padding-top: 30px;
    }
    .our_services .title_block {
        flex-direction: row;
    }
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .toggle_block,
    .txt_block, 
    .padding_top {
        padding-top: 40px;
    }
    .footer {
        margin-top: 40px;
    }
    .two_col ._row,
    .txt_block ._row {
        margin: 0;
    }
    .two_col ._col,
    .txt_block ._col {
        padding: 0;
    }
    .two_col ._1,
    .two_col ._2,
    .txt_block ._1,
    .txt_block ._2,
    .big_imgtxt ._2 {
        width: 100%;
    }
    .txt_block ._1,
    .two_col ._2 {
        padding-top: 40px;
    }
    .txt_block .image {
        padding-top: 48%;
    }
    .txt_block ._row {
        flex-direction: column-reverse;
    }
}
@media (max-width: 740px) {
	.c {
        padding: 0 30px;
    }
    .mobile-menu,
    .fmenu_block {
        padding: 30px 0;
    }	
    .site_btn {
        padding: 7px 25px;
        font-size: 14px;
    }
    .header .logo img {
        height: 60px;
    }
    .header {
        padding: 15px 0;
    }
    .heading3 {
        font-size: 18px;
    }
    .fmenu_block .heading3 {
        padding-bottom: 20px;
        text-align: center;
    }
    .fmenu_block .logo img {
        height: 80px;
    }
    .copy_txt {
        padding: 15px 0;
        width: 95%;
        text-align: center;
    }
    .fmenu_block ._row {
        flex-direction: column-reverse;
    }
    .fmenu_block ._1,
    .fmenu_block ._2 {
        width: 100%;
    }
    .fmenu_block ._1 {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    .menus_block + .menus_block {
        margin-left: 0;
        margin-top: 30px;
    }
    .fmenu {
        text-align: center;
    }
    .explore {
        padding: 30px 0 60px 0;
    }
    .title_block,
    .explore .heading1 {
        padding-left: 20px;
    }
    .heading1 {
        font-size: 25px;
    }
    .banner::before,
    .explore::after {
        width: 35%;
        height: 35px;
    }
    .footer ._1,
    .footer ._2 {
        width: 100%;
    }
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .txt_block ._1,
    .two_col ._2,
    .toggle_block,
    .txt_block, 
    .padding_top,
    .two_col,
    .b_title,
    .text_image ._col._2,
    .footer .explore ._2 {
       padding-top: 30px;
    }
    .heading2 {
        font-size: 18px;
    }
    .banner {
        height: 400px;
    }
    .bcontent {
        top: auto;
        transform: none;
        bottom: 60px;
    }
    .bcontent .heading2 {
        padding-top: 20px;
    }
    .section_padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact_block ._2,
    .frow + .frow,
    .two_col_sub .image,
    .footer,
    .serviceSwiper,
    .head_text + .head_text,
    .text_image .site_btn,
    .text_image ._row,
    ._sub .fcol .fsub,
    .frow .fcol+.fcol,
    .core_lists .lists + .lists,
    .c_edit h1, 
    .c_edit h2, 
    .c_edit h3, 
    .c_edit h4, 
    .c_edit h5, 
    .c_edit h6 {
        margin-top: 30px;
    }
    .mb_heding {
        margin-bottom: 30px;
    }
    .toggle_block .c > .heading2 {
        padding-bottom: 30px;
    }
    .desc p + p {
        margin-top: 15px;
    }
    .text_image .image::after, .core_vaues::after, .smeta::after, .txt_block .image::after, .two_col_sub .image::after {
        width: 40px;
        height: 40px;
    }
    .about_block ._row {
        margin-top: 25px;
    }    
    .about_block .heading3 {
        padding-bottom: 25px;
    }
    .title_block .image,
    .about_block ._col._2 {
        padding-top: 25px;
    }
    .about_block .desc {
        padding-left: 25px;
    }
    .list_title {
        font-size: 16px;
    }
    .lists .desc {
        margin-top: 20px;
    }
    .core_vaues .heading2 {
        padding-bottom: 30px;
    }
    .smeta {
        padding: 30px;
    }
    .stitle {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .cont {
        width: 40px;
    }
    .cont a {
        width: 20px;
        height: 20px;
    }
    .fsub input,
    .fcol label,
    body,
    .desc,
    .cont a::after {
        font-size: 14px;
    }
    .b_title .heading1 {
        padding-bottom: 20px;
        padding-right: 30px;
        padding-left: 20px;
    }
    .small_banner .image {
        height: 350px;
    }
    .toggle_block .toggle {
        padding: 20px 40px 20px 0;
    }
    .toggle_block .toggle::after {
        width: 7px;
        height: 7px;
        border-bottom: 1px solid;
        border-right: 1px solid;
    }
    .toggle_block ul .inner {
        padding-bottom: 20px;
    }
    .b_title::before {
        height: 30px;
    }
    .two_col.two_col_sub ._2 {
        padding-top: 0;
    }
    .fcontrol {
        padding: 10px;
        padding-left: 0;
        font-size: 14px;
    }
    .ftextarea {
        margin-top: 10px;
        padding: 15px;
        font-size: 14px;
        height: 125px;
    }
    ._sub .wpcf7-list-item-label {
        padding: 5px 0 5px 40px;
    }
    ._sub .wpcf7-list-item-label::before {
        width: 21px;
        height: 21px;
    }
    ._sub .wpcf7-list-item-label::after {
        width: 15px;
        height: 15px;
    }
    .frow {
        margin: 0;
    }
    .frow .fcol {
        padding: 0;
        width: 100%;
    }
    ._sub .fcol {
        align-items: flex-start;
        flex-direction: column;
    }
    ._sub .fcol .fsub,
    .fsub input{
        width: 100%;
    }
    .c_edit h1 {
        font-size: 40px;
    }
    .c_edit h2 {
        font-size: 34px;
    }
    .c_edit h3 {
        font-size: 30px;
    }
    .c_edit h4 {
        font-size: 24px;
    }
    .c_edit h5 {
        font-size: 20px;
    }
    .c_edit h6 {
        font-size: 16px;
    }
    .c_edit p {
        margin-top: 15px;
        font-size: 14px;
    }
    .mobile-menu .menu_block ul li {
        margin-top: 20px;
    }
    .menu_block .sub-menu li a {
        padding-left: 20px;
    }
    .mobile-menu .menu_block ul li a {
        font-size: 18px;
    }
    .toggle_block ul.accordion > li {
        border-top: 1px solid;
    }
    .toggle_block ul.accordion {
        border-bottom: 1px solid;
    }
    .desc li::before {
        top: 8px;
    }
    .img_with_content {
        padding-top: 30px;
    }
    .img_with_content .title {
        font-size: 21px;
    }
    .img_with_content .desc {
        font-size: 21px;
        margin-top: 25px;
    }
    .blue_btn {
        font-size: 14px;
        margin-top: 20px;
        padding: 10px 25px;
    }
    .img_with_content .row {
        gap: 30px;
    }
}
@media (max-width: 500px) {
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .txt_block ._1,
    .two_col ._2,
    .toggle_block,
    .txt_block, 
    .padding_top,
    .two_col,
    .b_title,
    .text_image ._col._2,
    .footer .explore ._2,
	.fmenu_block ._1 {
        padding-top: 25px;
    }
    ._sub .fcol .fsub,
    .frow .fcol+.fcol,
    .contact_block ._2,
    .frow + .frow,
    .two_col_sub .image,
    .txt_block .desc,
    .footer,
    .serviceSwiper,
    .core_lists .lists + .lists,
    .head_text + .head_text,
    .text_image .site_btn,
    .menus_block + .menus_block,
    .c_edit h1, 
    .c_edit h2, 
    .c_edit h3, 
    .c_edit h4, 
    .c_edit h5, 
    .c_edit h6 {
        margin-top: 25px;
    }
    .mb_heding {
        margin-bottom: 25px;
    }
    .toggle_block .c > .heading2 {
        padding-bottom: 25px;
    }
    .core_vaues .heading2 {
        padding-bottom: 25px;
    }
    .fmenu_block .heading3 {
        padding-bottom: 15px;
    }
    .heading1 {
        font-size: 20px;
    }
    .smeta {
        padding: 25px;
    }
    .toggle_block .toggle {
        padding: 15px 40px 15px 0;
    }
    .heading2 {
        font-size: 16px;
    }
    .c_edit h1 {
        font-size: 34px;
    }
    .c_edit h2 {
        font-size: 30px;
    }
    .c_edit h3 {
        font-size: 28px;
    }
    .fmenu_block .logo img {
        height: 70px;
    }
    .team_member ._col{
        width: 100%;
    }
    .team_member ._2{
        margin-top: 30px;
    }    
    .contact_popup{
        padding: 30px;
    }
    .img_with_content .title {
        font-size: 18px;
    }
    .img_with_content .desc {
        font-size: 18px;
        margin-top: 20px;
    }
}
@media (max-width: 350px) {
	.c {
        padding: 0 20px;
    }
    .mobile-menu,	
    .fmenu_block {
        padding: 20px 0;
    }
    .toggle_block + .two_col_sub_2, 
    .contact_block,
    .txt_block ._1,
    .two_col ._2,
    .toggle_block,
    .txt_block, 
    .padding_top,
    .two_col,
    .b_title,
    .title_block .image,
    .about_block ._col._2,
    .text_image ._col._2,
    .fmenu_block ._1,
    .footer .explore ._2,
    .img_with_content {
        padding-top: 20px;
    }
    ._sub .fcol .fsub,
    .frow .fcol+.fcol,
    .contact_block ._2,
    .frow + .frow,
    .two_col_sub .image,
    .txt_block .desc,
    .footer,
    .serviceSwiper,
    .head_text + .head_text,
    .about_block ._row,
    .text_image .site_btn,
    .text_image ._row,
    .menus_block + .menus_block,
    .c_edit h1, 
    .c_edit h2, 
    .c_edit h3, 
    .c_edit h4, 
    .c_edit h5, 
    .c_edit h6,
    .core_lists .lists + .lists {
        margin-top: 20px;
    }
    .mb_heding {
        margin-bottom: 20px;
    }
    .toggle_block .c > .heading2 {
        padding-bottom: 20px;
    }
    .fmenu_block .heading3 {
        padding-bottom: 10px;
    }
    .explore {
        padding: 20px 0 60px 0;
    }
    .bcontent .heading2 {
        padding-top: 15px;
    }
    .section_padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .desc p + p {
        margin-top: 10px;
    }  
    .about_block .heading3 {
        padding-bottom: 20px;
    }
    .about_block .desc {
        padding-left: 20px;
    }
    .blue_btn,
    .img_with_content .desc,
    .lists .desc {
        margin-top: 15px;
    }
    .core_vaues .heading2 {
        padding-bottom: 20px;
    }
    .smeta {
        padding: 20px;
    }
    .img_with_content .row {
        gap: 20px;
    }
}