@media only screen and (max-width: 1600px) {
}

/* Large Tablet Devices */
@media only screen and (max-width: 1500px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}

/* Large Tablet Devices */

@media only screen and (max-width: 1400px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}

@media only screen and (max-width: 1300px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}
@media only screen and (max-width: 1300px) {
  /*Header Area*/

  /*Nav Area*/
  .page_nav ul li a { padding: 0px 4px;
    font-size: 16px; }
  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}

@media only screen and (max-width: 1200px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}
@media only screen and (max-width: 1090px) {
  html,
  body {
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10  */
  }
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}

@media only screen and (max-width: 1024px) {
  /* Nav Area Sub-Menu Style */
  /* .page_nav ul li.menu-item-has-children > span{display: block; font-size: 17px; position: absolute; top: 30px; right: 20px; } */

  .page_nav ul ul {
    top: calc(100% + 15px);
  }

  .page_nav ul li:hover > ul {
    display: none;
  }

  .page_nav ul li.menu-item-has-children > span {
    display: block;
    font-size: 17px;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 600;
    color: var(--priColor);
  }
  .page_nav ul li.menu-item-has-children > span .fa {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*banner*/
  .box_skitter {
    top: 0 !important;
  }

  .wow {
    animation-name: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 1000px) {
  .hide {
    display: none !important;
  }

  .flex-4box {
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
  }
  .flex-4box section {
    width: 32%;
  }

  .flex-3box {
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
  }
  .flex-3box section {
    width: 48%;
  }

  .flex-2box {
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
  }
  .flex-2box section {
    width: 100%;
  }

  .page_title {
    position: static;
    background: var(--priColor);
    font-size: 30px;
  }
  .page_title::before {
    display: none;
  }

  .header_nav_holder {
    position: static;
  }

  /*Header Area*/

  header {
    padding: 40px 0;
  }
  .header_con {
    min-height: 0;
    padding: 0;
    display: block;
  }

  .main_logo {
    float: left;
    position: static;
    margin-top: 20px;
    width: auto;
  }
  .head_info {
    float: right;
    position: static;
    margin: 0;
    padding: 0;
    display: block;
  }
  .header_info {
    margin: 0;
    padding: 0;
    display: none;
  }

  .header_info ul {
    padding: 0;
    margin: 0;
  }
  .header_info ul::before {
    left: auto;
    right: 0;
  }

  .header_info ul li {
    padding: 0;
    margin: 0;
    padding-right: 40px;
  }
  .header_info ul li::before {
    left: auto !important;
    right: 0 !important;
    transform: none;
  }

  .header_info ul li:last-child {
    padding-left: 0;
    margin-left: 0;
  }

  .social_media {
    display: block;
    position: static;
    padding: 0;
    margin: 15px 0 0;
    text-align: right;
  }

  .header_gtranslate {
    margin-left: auto;
    margin-top: 20px;
    max-width: fit-content;
    position: relative;
    inset: auto;
  }

  .header_btn {
    margin-left: auto;
    max-width: fit-content;
    margin-bottom: 20px;
  }

  /*Nav Area*/
  .page_nav {
    width: 100%;
    float: none;
    clear: both;
    height: auto;
    transition: none;
    padding: 25px 15px;
    margin: 0 auto 0;
    text-align: center;
    background-color: var(--secColor);
  }
  .page_nav ul {
    margin: 0;
    padding: 0 5px;
    text-align: center;
    position: static;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .page_nav ul li {
    display: inline-block;
    width: 32%;
    margin: 5px 3px !important;
  }
  .page_nav ul li:after {
    display: none;
  }
  .page_nav ul li a {
    line-height: 60px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0;
    color: white;
  }
  .page_nav ul li a:hover,
  .page_nav ul li a:active,
  .page_nav ul li.current_page_item > a {
    text-decoration: none;
    background: var(--priColor);
    color: white;
  }

  /* .page_nav ul li.menu-item-has-children > span{right: 0; top: 15px;} */

  .page_nav ul ul {
    top: 100%;
  }
 
  .page_nav ul li.menu-item-has-children > span {
    right: 0;
    top: 15px;
    left: auto;
    transform: none;
  }
  .page_nav ul li.menu-item-has-children > span .fa {
    display: inline-block;
  }

  .page_nav ul ul,
  .page_nav ul ul li,
  .page_nav ul ul li a {
    width: 100%;
    padding: 0;
  }
  .page_nav ul ul {
  }
  .page_nav ul ul li {
    margin: 0 !important;
  }
  .page_nav ul ul a,
  .page_nav ul li.current_page_item ul li a {
    border-radius: 0;
    border: none;
    line-height: 24px;
  }

  #banner {
    padding: 0;
  }
  .bnr_con {
    min-height: 0;
    padding: 0;
  }
  .box_skitter {
    display: none;
  }
  .rslides {
    display: block;
  }
  .slider {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    position: static;
  }
  .bnr_video  {  max-height: 475px; max-width: 100%;margin-left: 0;} 
  .bnr_video video{ width: 100%; }
  .bnr_info {
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 45px 25px;
    text-align: center;
    background: white;
    transform: translateX(0%);
    color: var(--bodyColor);
  }
  .bnr_info h2 span {
    font-size: 45px;
    font-weight: 600;
  }
  .bnr_info p {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
  }
  .bnr_info a {
    margin: 0 auto;
  }

  .btm1_section1 {
    /* width: 100%;
    margin-top: 0px;
    max-width: 950px;
    margin-left: 0px;
    position: unset; */

    position: static;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-bottom: 50px;
    gap: 32px;
  }

  .btm1_section1 section .btm1_section_info {
    width: 94%;
    /* background: red; */
  }

  /*NON-HOME*/
  .non_ban_img {
    width: 140%;
  }
  .page_title {
    width: 100%;
    left: auto;
    transform: none;
  }

  /*Middle Area*/
  #middle {
    padding: 60px 25px;
  }
  .middle_con {
    min-height: 0;
    padding: 0;
    display: block;
  }

  /*Main Area*/
  #main_area {
  
  
  
  }
  #main_area::before,
  #main_area::after {
    display: none;
  }
  .main_con {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .main_con::before,
  .main_con::after {
    display: none;
  }
  main {
    float: none;
    position: static;
    margin: auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    min-height: auto;
    display: block;
    border-radius: 0;
  }

  main p {
    max-width: 100%;
    width: 100%;
  }

  .main_bg {
    display: none;
  }
  .main_person_bg {
    display: none;
  }

  .intro_txt {
    width: 100%;
  }

  .main_info  { position: relative; display: block;   width: 100%; max-width: 100%; text-align: center; }
  .main_info a { position: relative;  inset: auto; transform: none;  max-width: fit-content; }
  .secBtn::after{ top: -11px;}
  
  #bottom1 {
    padding: 60px 25px;
  }
  #bottom1::before,
  #bottom1::after {
    display: none;
  }
  .btm1_con {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .btm1_con::before,
  .btm1_con::after {
    display: none;
  }

  .btm1_bg {
    display: none;
  }
  .btm1_person_bg {
    display: none;
  }

  .btm1_leftCon {
    position: static;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-bottom: 50px;
  }

  .btm1_info {
    position: static;
    display: block;
    min-height: unset;
    background: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .btm1_info p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .btm1_info a {
    margin: 0 auto;
  }

  #bottom2 {
    padding: 60px 25px;
  }
  #bottom2::before,
  #bottom2::after {
    display: none;
  }
  .btm2_con {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .btm2_con::before,
  .btm2_con::after {
    display: none;
  }

  .btm2_bg {
    display: none;
  }
  .btm2_person_bg {
    display: none;
  }

  .btm2_info {
    position: static;
    display: block;
    min-height: unset;
    background: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .btm2_info p {
    width: 100%;
    max-width: 100%;
  }
  .btm2_info a {
    margin: 0 auto;
  }

  .btm2_info p .comp {
    color: inherit;
  }

  #bottom3 {
    padding: 60px 25px;
    background: var(--secColor);
  }
  #bottom3::before,
  #bottom3::after {
    display: none;
  }
  .btm3_con {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .btm3_con::before,
  .btm3_con::after {
    display: none;
  }

  .btm3_bg {
    display: none;
  }
  .btm3_person_bg {
    display: none;
  }

  .btm3_info {
    position: static;
    display: block;
    min-height: unset;
    background: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .btm3_info p {
    width: 100%;
    max-width: 100%;
  }
  .btm3_info a {
    margin: 0 auto;
  }

  .btm3_form_holder {
    margin: 0;
    position: static;
    background: inherit;
    min-height: 0;
    padding: 0;
  }
  .btm3_form_holder::before,
  .btm3_form_holder::after {
    display: none;
  }

  .form_flex {
    flex-direction: column;
  }
  .btm3_form form input,
  .btm3_form textarea {
    width: 100%;
    max-width: 100%;
  }
  .btm3_form form textarea {
    max-width: 100%;
  }
 
  .captcha_button_holder {
    justify-content: center;
    flex-direction: row;
  }

  #bottom4 {
    padding: 60px 25px;
  }
  #bottom4::before,
  #bottom4::after {
    display: none;
  }
  .btm4_con {
    min-height: 0;
    padding: 0;
    display: block;
  }
  .btm4_con::before,
  .btm4_con::after {
    display: none;
  }

  .btm4_bg {
    display: none;
  }
  .btm4_person_bg {
    display: none;
  }

  .btm4_info {
    position: static;
    display: block;
    min-height: unset;
    background: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .btm4_info p {
    width: 100%;
    max-width: 100%;
  }
  .btm4_info a {
    margin: 0 auto;
  }

  /*Footer Area*/
  footer {
  }
  .footer_top {
    height: auto;
    padding: 60px 25px;
  }
  .footer_top_con {
    min-height: 0;
    padding: 0;
    display: block;
  }

  .contact_info {
    position: static;
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .contact_info_heading p {
    max-width: 100%;
    width: 100%;
  }

  .contact_list {
    max-width: 100%;
    width: 100%;
    margin: 35px auto;
  }
  .contact_list ul {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    gap: 15px;
    flex-wrap: wrap;
  }
  .contact_list ul li {
    padding: 0;
    width: 48%;
  }
  .contact_list ul li:last-child {
    padding: 0;
    margin: 0;
  }

  .contact_list ul li::before {
    position: static;
    display: block;
    margin: 0 auto;
    transform: none;
  }

  .footer_logo_holder {
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
  }
  .footer_logo {
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
  }
  .footer_logo::before,
  .footer_logo::after {
    display: none;
  }

  .footer_btm {
    height: auto;
    padding: 40px 25px;
  }
  .footer_btm_con {
    min-height: 0;
    padding: 0;
    display: block;
  }

  .footer_nav {
    max-width: 100%;
    width: 100%;
  }
  .footer_nav ul {
    text-align: center;
  
      display: block;
  }
  .footer_nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0;
  }
  .footer_nav ul li a {
    margin: 5px;
    padding: 15px 10px !important;
    line-height: initial;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .footer_nav ul li a:hover,
  .footer_nav ul li a:active,
  .footer_nav ul li.current_page_item a {
    text-decoration: none;
    background: var(--priColor);
  }
  .footer_nav ul li:after {
    display: none;
  }

  .copyright {
    float: none;
    margin: 25px auto 0;
    text-align: center;
    color: #fff;
  }

  /* Non Home  About Us */
  .about_con {
    flex-direction: column;
  }
  .about_con section {
    max-width: 100%;
  }

  /* Non Home  Services */
  .serv_boxes {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 15px;
  }
  .serv_boxes section {
    width: 32%;
  }
}

@media only screen and (max-width: 800px) {
  .flex-4box {
    gap: 20px;
  }
  .flex-4box section {
    width: 48%;
  }

  .flex-3box {
    gap: 20px;
  }
  .flex-3box section {
    width: 100%;
  }

  /* Header Area */
  header {
  }
  .main_logo {
    max-width: 78%;
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
  }

  .dark-mode .main_logo {
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .head_info {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: none;
  }
  .header_info {
    display: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: none;
  }

  .header_info ul {
    text-align: center;
  }
  .header_info ul li {
    padding: 0 !important;
  }
  .header_info ul li::before {
    margin: 0 auto;
    display: block;
    position: static;
  }

  .social_media {
    text-align: center;
  }

  .header_btn {
    margin: 0 auto;
  }

  .header_gtranslate {
    margin: 20px auto;
  }

  /* Nav Area*/
  #nav_area {
    padding: 25px 15px;
    background: var(--secColor);
    position: relative;
  }
  .nav_toggle_button {
    display: block;
    position: relative;
  }

  .page_nav {
    width: 280px;
    position: fixed;
    top: 0;
    right: -280px;
    height: 100%;
    background: var(--secColor);
    transition: all 0.7s ease;
    overflow-y: auto;
    padding: 0 0 30px;
    opacity: 0;
    float: none;
    clear: both;
    z-index: 250;
  }
  .page_nav ul {
    margin: 0;
    padding: 25px 15px;
  }
  .page_nav ul li {
    width: 100%;
    display: block;
    margin: 0 auto 5px !important;
  }

  .page_nav ul ul {
    width: 100%;
    position: relative;
    transition: none;
    margin: 5px 0;
  }
  .page_nav ul ul li {
    width: 100%;
  }

  .page_nav ul li.menu-item-has-children > span {
    color: #fff;
  }

  /* Toggle Style */
  .toggle_right_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    transition: all 0.7s ease;
  }
  .toggle_nav_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .toggle_right_cont {
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
  }
  nav.toggle_right_style {
    right: 0;
    opacity: 1;
    z-index: 45;
  }
  .logo_slide_right {
    display: block;
    float: left;
    width: calc(100% - 90px);
  }

  .menu_slide_right {
    display: block;
    text-align: left;
    padding: 20px 10px;
    background: #fff;
    position: relative;
  }

  .dark-mode .logo_slide_right {
    filter: drop-shadow(0 0 0.8px #fff) drop-shadow(0 0 0.8px #fff)
      drop-shadow(0 0 0.8px #fff) drop-shadow(0 0 0.8px #fff)
      drop-shadow(0 0 0.8px #fff) drop-shadow(0 0 0.8px #fff);
  }

  .dark-mode .nav_toggle_button .hamburger-inner,
  .dark-mode .nav_toggle_button .hamburger-inner::after,
  .dark-mode .nav_toggle_button .hamburger-inner::before {
    filter: brightness(0) invert(1);
  }

  .dark-mode .menu_slide_right .hamburger-inner,
  .dark-mode .menu_slide_right .hamburger-inner::after,
  .dark-mode .menu_slide_right .hamburger-inner::before {
    filter: brightness(0) invert(1);
  }

  /*Banner Area*/

  /*Middle Area*/
  .mid_info h2{
    line-height: 100%;
  }
  /*Main Area*/
  


  main .h1_title {
    font-size: 45px;
    }
    main .h1_title small {
    margin-bottom: 4px;
    }
    main .h1_title span {
    margin-top: 20px;
    font-size: 45px;
    line-height: 100%;
    }

    .main_info  {  min-height: 321px;  }

  /*Bottom Area*/
  .btm1_section1 {
    padding-inline: 19px 19px;
    }

  /*Footer Area*/
  .contact_info {
  }
  .contact_info_list {
  }
  .contact_info_list li {
    display: block;
    margin: 15px auto;
  }

  .footer_nav ul li {
    width: 48%;
  }

  .footer_comp {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .footer_comp:before,
  .footer_comp:after {
    display: none;
  }

  .copyrigh_text {
    padding-left: 0;
  }
  .copyrigh_text::before {
    display: none;
  }

  /* Non Home  Services */
  .serv_boxes section {
    width: 48%;
  }

  /* Other */
  .thumb_left_dd,
  .thumb_right_dd,
  .thumb_center_dd {
    display: none;
  }
  .col3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .sitemap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

/* Smartphones */
@media only screen and (max-width: 600px) {
  .flex-4box {
    display: block;
  }
  .flex-4box section {
    width: 100%;
    margin: 15px auto;
  }

  .flex-3box {
    display: block;
  }
  .flex-3box section {
    width: 100%;
    margin: 15px auto;
  }

  .headh2 {
    font-size: 35px;
  }
  .headh2 small {
    margin: 0 !important;
  }
  .headsub {
    font-size: 18px;
  }

  /*Header Area*/

  /*Nav Area*/

  /* burger Color */
  /* .nav_toggle_button .hamburger-inner,
   .nav_toggle_button .hamburger-inner::before,
    .nav_toggle_button .hamburger-inner::after { background: var(--priColor); } */

  .nav_toggle_button small {
    display: none;
  }

  .hamburger-box,
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 27px;
  }

  .nav_toggle_button .hamburger-inner::after,
  .nav_toggle_button .hamburger-inner::before {
    width: 25px;
  }

  .toggle_right_nav .menu_slide_right .toggle_holder {
    text-align: center;
  }

  /*Banner Area*/

  .rslides {
    display: none;
  }
  .rslides_mobile {
    display: block !important;
  }

  /* .slider::before { display: block;   background: linear-gradient(to top, rgba(0,0,0,.9) 15%, rgba(255,0,0,0) 80%); } */

  /* .bnr_info { position: absolute; inset: 0; top:  auto; background: none; }
  .bnr_info h2 { font-size: 25px; font-weight: 400;}
  .bnr_info h2 small { font-size: 16px; }
  .bnr_info a {     width: 200px;     height: 40px;     font-size: 16px;     line-height: 40px; } */

  /*Middle Area*/

  /*Main Area*/
  .main_info  {  min-height: 322px;  }

  /*Bottom Area */

  .captcha_button_holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /*Footer Area*/
  footer {
    padding-bottom: 45px;
  }

  .contact_list ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_nav ul li {
    display: block;
    width: 100%;
  }
  .footer_nav ul li a {
    margin: 5px auto;
  }

  .privacy_footer {
    display: block;
    padding: 0;
  }
  .privacy_footer::before,
  .privacy_footer::after {
    display: none;
  }

  /* Non Home  Services */
  .serv_boxes section {
    width: 100%;
  }

  /*Others*/
  #wpadminbar {
    position: fixed !important;
  }
  .col2,
  .col3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  main .bullet {
    padding-left: 10px;
  }

  /*For (AddThis) Plugins*/
  .withAddThis_plugins {
    bottom: 48px;
  }
  .withAddThis_ftr_btm {
    padding: 0 10px 88px;
  }
  /*End (AddThis) Plugins*/
}

@media only screen and (max-width: 500px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/
  .main_info  {  min-height: 370px;  }


  /*Bottom Area*/

  /*Footer Area*/
}

@media only screen and (max-width: 400px) {
  /*Header Area*/

  /*Nav Area*/

  /*Banner Area*/

  /*Middle Area*/

  /*Main Area*/

  /*Bottom Area*/

  /*Footer Area*/
}