/*----============---header_default-styles--===========---*/
.sticky_header_main {
    position: relative;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .header,
  .default_sickty_heaad {
    position: relative;
    background: #ffffff;
    padding: 5px 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .header .header_logo_box,
  .default_sickty_heaad .header_logo_box {
    position: relative;
  }
  .header .header_logo_box img,
  .default_sickty_heaad .header_logo_box img {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 0px;
  }
  .header .header_logo_box .logo_default,
  .default_sickty_heaad .header_logo_box .logo_default {
    display: block;
  }
  
  
  .header .header_logo_box .mobile_logo_sticky,
  .default_sickty_heaad .header_logo_box .mobile_logo_sticky {
    display: none;
  }
  .header .header_content_collapse .navigation_menu,
  .default_sickty_heaad .header_content_collapse .navigation_menu {
    float: right;
  }
  
  .header .header_content_collapse .navigation_menu .navbar_nav li,
  .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
    position: relative;
    margin-right: 30px;
    padding: 0px 0px;
    margin-bottom: 0px !important;
    display: inline-block;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
  }
  
  
  /*----navbar-togller-styles--*/
  .header .navbar_togglers, .sticky_header_main .navbar_togglers {
    position: relative;
    display: none;
  }
@media (max-width: 1200px){
    .header .menu_column, .sticky_header_main .menu_column {
        width: 14%;
    }}
    @media (max-width: 1200px){
    .header .navbar_togglers, .sticky_header_main .navbar_togglers {
        display: block !important;
    }}
    
    
    .admin-bar .fixed-header .sticky_header_main {
      top: 32px;
    }
    
    @media (max-width: 1200px){
    .header .logo_column, .sticky_header_main .logo_column {
        width: 86%;
    }}
    
    @media (max-width: 1200px){
    .header_content_collapse {
        display: none !important;
    }}
    
    
    @media screen and (max-width: 782px) {
      .admin-bar .fixed-header .sticky_header_main {
        top: 0px;
      }
    }
    .single-service.right-sidebar .content-area article.col-lg-12.service,
    .single-service.left-sidebar .content-area article.col-lg-12.service {
      padding-left: 7px;
      padding-right: 7px;
    }
    
    @media (max-width: 992px) {
      body.home .page_header_default {
        padding: 100px 0px;
        min-height: auto;
      }
    }
    .no-results.not-found .header {
      padding: 0px !important;
      box-shadow: unset !important;
    }
    
/*-------header with elementor-------------*/
.navbar-brand {
    padding: 0px;
    display: block;
    margin: 0px;
  }


  
.header .hamburger_menu,
.default_sickty_heaad .hamburger_menu {
  position: relative;
  float: none;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-top: 0px;
  z-index: 11;
}
.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
  width: 25px;
  height: 2px;
  background-color: var(--menu-color);
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .hamburger_menu:before,
.default_sickty_heaad .hamburger_menu:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  top: calc(50% - 20px);
  left: calc(50% - 21px);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-left: 1px;
}

  
  /*----style-one-----*/
  .header .header_content_collapse, .default_sickty_heaad .header_content_collapse {
    display: table;
    width: 100%;
  }
  .header .header_content_collapse .header_menu_box, .default_sickty_heaad .header_content_collapse .header_menu_box {
    display: table-cell;
    vertical-align: middle;
  }
  .header .header_right_content, .default_sickty_heaad .header_right_content {
    display: table-cell;
    vertical-align: middle;
    float: right;
  }
  .header .header_right_content ul, .default_sickty_heaad .header_right_content ul {
    padding: 2px 0px 0px;
    margin: 0px;
  }
  .header .header_right_content ul li, .default_sickty_heaad .header_right_content ul li {
    display: inline-block;
    margin-left: 20px;
  }
  .header .header_right_content .contact-toggler, .default_sickty_heaad .header_right_content .contact-toggler {
    position: relative;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color-dark);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0px 0px 0px 0px;
    top: 4px;
  }
  .header .header_right_content .contact-toggler::before, .default_sickty_heaad .header_right_content .contact-toggler::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color-one);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .header .header_right_content .contact-toggler i, .default_sickty_heaad .header_right_content .contact-toggler i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .header .header_right_content .contact-toggler:hover, .default_sickty_heaad .header_right_content .contact-toggler:hover {
    border-color: transparent;
  }
  .header .header_right_content .contact-toggler:hover::before, .default_sickty_heaad .header_right_content .contact-toggler:hover::before {
    width: 100%;
    height: 100%;
  }
  .header .header_right_content .search-toggler, .default_sickty_heaad .header_right_content .search-toggler {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 0px;
    box-shadow: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 20px;
    color: var(--text-color-dark);
    top: 4px;
  }
  .header.style_two, .default_sickty_heaad.style_two {
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
  .header.style_two .auto-container, .default_sickty_heaad.style_two .auto-container {
    max-width: 1400px;
  }
  .header.style_two .logo_column, .default_sickty_heaad.style_two .logo_column {
    position: relative;
  }
  .header.style_two .logo_column .header_log_outer, .default_sickty_heaad.style_two .logo_column .header_log_outer {
    position: relative;
    display: flex;
  }
  .header.style_two .logo_column .header_log_outer .header_logo_box, .default_sickty_heaad.style_two .logo_column .header_log_outer .header_logo_box {
    position: relative;
    margin-right: 50px;
  }
  .header.style_two .logo_column .header_log_outer .phone_box, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box {
    position: relative;
    margin-left: 50px;
  }
  .header.style_two .logo_column .header_log_outer .phone_box i, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box i {
    position: absolute;
    left: -50px;
    font-size: 40px;
    line-height: 40px;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 40px;
    color: var(--primary-color-one);
  }
  .header.style_two .logo_column .header_log_outer .phone_box .text, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box .text {
    position: relative;
    top: 10px;
  }
  .header.style_two .logo_column .header_log_outer .phone_box .text small, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box .text small {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    font-family: var(--creote-family-one);
    margin-bottom: 0;
    color: #fff;
    opacity: 0.8;
  }
  .header.style_two .logo_column .header_log_outer .phone_box .text a, .default_sickty_heaad.style_two .logo_column .header_log_outer .phone_box .text a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
    color: var(--menu-color-white);
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link .fa, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li a.nav-link .fa {
    color: var(--menu-color-white);
    opacity: 0.5;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn {
    color: var(--menu-color-white);
    opacity: 0.5;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
    color: #fff;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link {
    color: var(--primary-color-one) !important;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span {
    color: #fff;
    opacity: 0.5;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn span:before {
    color: #fff;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li {
    margin-right: 40px;
  }
  .header.style_two .header_content_collapse .navigation_menu .navbar_nav li.dropdown, .default_sickty_heaad.style_two .header_content_collapse .navigation_menu .navbar_nav li.dropdown {
    margin-right: 50px;
  }
  .header.style_two .header_content_collapse .header_right_content, .default_sickty_heaad.style_two .header_content_collapse .header_right_content {
    position: relative;
    top: 10px;
  }
  .header.style_two .header_content_collapse .header_right_content ul li, .default_sickty_heaad.style_two .header_content_collapse .header_right_content ul li {
    margin-left: 10px;
  }
  .header.style_two .header_content_collapse .header_right_content .contact-toggler,
  .header.style_two .header_content_collapse .header_right_content .search-toggler, .default_sickty_heaad.style_two .header_content_collapse .header_right_content .contact-toggler,
  .default_sickty_heaad.style_two .header_content_collapse .header_right_content .search-toggler {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border: 0px;
    background: var(--primary-color-one);
    border-radius: 50px;
    top: 0;
    font-size: 17px;
    color: #fff;
  }
  .header.style_two .header_content_collapse .header_right_content .contact-toggler::before,
  .header.style_two .header_content_collapse .header_right_content .search-toggler::before, .default_sickty_heaad.style_two .header_content_collapse .header_right_content .contact-toggler::before,
  .default_sickty_heaad.style_two .header_content_collapse .header_right_content .search-toggler::before {
    display: none;
  }
  .header.style_three, .default_sickty_heaad.style_three {
    position: relative;
    padding: 0px;
  }
  .header.style_three .header_top, .default_sickty_heaad.style_three .header_top {
    position: relative;
    background: var(--primary-color-one);
  }
  .header.style_three .header_top .top_left, .default_sickty_heaad.style_three .header_top .top_left {
    position: relative;
  }
  .header.style_three .header_top .top_left p, .default_sickty_heaad.style_three .header_top .top_left p {
    padding: 13px 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
  }
  .header.style_three .header_top .top_mid ul li:last-child, .default_sickty_heaad.style_three .header_top .top_mid ul li:last-child {
    margin-right: 0px;
  }
  .header.style_three .header_top .top_mid ul li span, .default_sickty_heaad.style_three .header_top .top_mid ul li span {
    margin-right: 5px;
  }
  .header.style_three .header_top .top_mid ul li small, .default_sickty_heaad.style_three .header_top .top_mid ul li small {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--creote-family-one);
    text-transform: uppercase;
    margin-right: 5px;
    opacity: 0.8;
  }
  .header.style_three .header_top .top_right, .default_sickty_heaad.style_three .header_top .top_right {
    text-align: right;
    position: relative;
  }
  .header.style_three .header_top .top_right ul li, .default_sickty_heaad.style_three .header_top .top_right ul li {
    margin-right: 3px;
    padding: 6px 0px 0px;
  }
  .header.style_three .header_top .top_right ul li:last-child, .default_sickty_heaad.style_three .header_top .top_right ul li:last-child {
    margin-right: 0px;
  }
  .header.style_three .header_top .top_right ul li a i, .default_sickty_heaad.style_three .header_top .top_right ul li a i {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    background: #117f80;
    line-height: 40px;
  }
  .header.style_three .header_top ul, .default_sickty_heaad.style_three .header_top ul {
    padding: 0;
    margin: 0;
  }
  .header.style_three .header_top ul li, .default_sickty_heaad.style_three .header_top ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 15px 0px;
    font-weight: 400;
    margin-right: 30px;
  }
  .header.style_three .header_top ul li a, .default_sickty_heaad.style_three .header_top ul li a {
    color: #fff;
  }
  .header.style_three .header_mid, .default_sickty_heaad.style_three .header_mid {
    position: relative;
    background: #fff;
    padding: 27px 0px 27px;
    border-top: 4px solid var(--primary-color-one);
  }
  .header.style_three .header_mid .mid_logo_icon img, .default_sickty_heaad.style_three .header_mid .mid_logo_icon img {
    width: 200px;
  }
  .header.style_three .header_mid .same_column, .default_sickty_heaad.style_three .header_mid .same_column {
    position: relative;
    margin-top: 7px;
  }
  .header.style_three .header_mid .mid_content, .default_sickty_heaad.style_three .header_mid .mid_content {
    position: relative;
    margin-left: 62px;
  }
  .header.style_three .header_mid .mid_content .mid_icon, .default_sickty_heaad.style_three .header_mid .mid_content .mid_icon {
    position: absolute;
    left: -62px;
    height: 48px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 48px;
    color: var(--primary-color-one);
  }
  .header.style_three .header_mid .mid_content .text, .default_sickty_heaad.style_three .header_mid .mid_content .text {
    position: relative;
  }
  .header.style_three .header_mid .mid_content .text h4, .default_sickty_heaad.style_three .header_mid .mid_content .text h4 {
    font-size: 15px;
    line-height: 25px;
    color: var(--primary-color-one);
    font-weight: 600;
    margin-bottom: 3px;
  }
  .header.style_three .header_mid .mid_content .text p, .default_sickty_heaad.style_three .header_mid .mid_content .text p {
    font-size: 15px;
    margin: 0px;
  }
  .header.style_three .navbar_outer, .default_sickty_heaad.style_three .navbar_outer {
    position: relative;
    padding: 7px 0px;
    background: var(--primary-color-one);
  }
  .header.style_three .navbar_outer .modal_box_buttom, .default_sickty_heaad.style_three .navbar_outer .modal_box_buttom {
    position: relative;
    left: 0px;
    top: 14px;
    bottom: 0;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
  }
  .header.style_three .navbar_outer .modal_box_buttom .contact-toggler, .default_sickty_heaad.style_three .navbar_outer .modal_box_buttom .contact-toggler {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border: 0px;
    background: var(--primary-color-one);
    border-radius: 50px;
    top: 0;
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
  }
  .header.style_three .navbar_outer .modal_box_buttom i, .default_sickty_heaad.style_three .navbar_outer .modal_box_buttom i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .header.style_three .navbar_outer .header_content_collapse, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse {
    display: block;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box {
    display: inline-block;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li a, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li a {
    color: #fff;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li {
    padding: 5px;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li a.nav-link, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li ul.dropdown-menu li a.nav-link {
    color: var(--text-color-dark) !important;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link {
    color: #fff;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link span, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link span {
    color: #fff;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu li.active a.nav-link {
    color: var(--primary-color-one) !important;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span {
    color: #fff;
    opacity: 0.5;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span:before, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-btn span:before {
    color: #fff;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_right_content, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content {
    padding-top: 4px;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_right_content .search-toggler, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content .search-toggler {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn {
    background: var(--primary-color-two) !important;
  }
  .header.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn:hover, .default_sickty_heaad.style_three .navbar_outer .header_content_collapse .header_right_content .theme-btn:hover {
    background: #fff !important;
    color: var(--primary-color-one) !important;
  }
  .header.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link, .default_sickty_heaad.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active > a.nav-link {
    color: var(--menu-active-color);
  }
  .header.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu > li.active > a.nav-link, .default_sickty_heaad.style_one .header_content_collapse .header_menu_box .navigation_menu .navbar_nav li.active .dropdown-menu > li.active > a.nav-link {
    color: var(--primary-color-one) !important;
  }
  .header.style_one.style_two_remade, .default_sickty_heaad.style_one.style_two_remade {
    padding: 0px !important;
    background: transparent !important;
    position: absolute;
    box-shadow: unset !important;
    z-index: 999;
    left: 0;
    width: 100%;
    right: 0;
  }
  .header.style_one.style_two_remade .auto-container, .default_sickty_heaad.style_one.style_two_remade .auto-container {
    padding: 15px 20px 10px;
    background: #fff;
    border-radius: 60px 0px 0px 60px;
  }
  .header.style_one.style_two_remade .auto-container:before, .default_sickty_heaad.style_one.style_two_remade .auto-container:before {
    position: absolute;
    content: "";
    width: 100%;
    right: -50%;
    height: 100%;
    background: #fff;
    top: 0;
  }
  .header.style_five .container-fluid, .default_sickty_heaad.style_five .container-fluid {
    padding: 0px 50px;
  }
  .header.style_five .header_content_collapse .header_menu_box, .default_sickty_heaad.style_five .header_content_collapse .header_menu_box {
    text-align: left;
  }
  .header.style_five .header_content_collapse .header_menu_box .navigation_menu, .default_sickty_heaad.style_five .header_content_collapse .header_menu_box .navigation_menu {
    float: none;
  }
  .header.style_five .header_content_collapse .header_menu_box .navbar_nav li a.nav-link, .default_sickty_heaad.style_five .header_content_collapse .header_menu_box .navbar_nav li a.nav-link {
    font-size: 16px;
  }
  .header.style_five .header_content_collapse .header_right_content, .default_sickty_heaad.style_five .header_content_collapse .header_right_content {
    position: relative;
  }
  .header.style_five .header_content_collapse .header_right_content ul, .default_sickty_heaad.style_five .header_content_collapse .header_right_content ul {
    display: flex;
    align-items: center;
  }
  .header.style_five .header_content_collapse .header_right_content ul li, .default_sickty_heaad.style_five .header_content_collapse .header_right_content ul li {
    margin-bottom: 0px;
    margin-left: 30px;
  }
  .header.style_five .header_content_collapse .header_right_content .theme-btn, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .theme-btn {
    border-radius: 30px;
    box-shadow: var(--box-shadow-two);
    border-color: #fff;
    background: #fff;
    color: var(--primary-color-one);
  }
  .header.style_five .header_content_collapse .header_right_content .theme-btn:hover, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .theme-btn:hover {
    background: var(--primary-color-one);
    color: #fff;
  }
  .header.style_five .header_content_collapse .header_right_content .contntent.phone small, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contntent.phone small {
    color: var(--primary-color-one);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--creote-family-one);
    margin-right: 6px;
  }
  .header.style_five .header_content_collapse .header_right_content .contntent.phone small i, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contntent.phone small i {
    font-size: 25px;
    margin-right: 14px;
    top: 5px;
    position: relative;
    color: var(--text-color-light);
  }
  .header.style_five .header_content_collapse .header_right_content .contntent.phone a, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contntent.phone a {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--creote-family-one);
    color: var(--primary-color-two);
  }
  .header.style_five .header_content_collapse .header_right_content .round_btn, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    background: var(--primary-color-one);
    border-radius: 50px;
    top: 0px;
    line-height: 28px;
    width: 120px;
    height: 56px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .header.style_five .header_content_collapse .header_right_content .round_btn::before, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    opacity: 0.5;
  }
  .header.style_five .header_content_collapse .header_right_content .round_btn button, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn button {
    position: absolute;
  }
  .header.style_five .header_content_collapse .header_right_content .round_btn:hover, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .round_btn:hover {
    background: var(--primary-color-two);
    color: #fff;
  }
  .header.style_five .header_content_collapse .header_right_content .search-toggler, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .search-toggler {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 18px;
    left: 24px;
    top: 3px;
    bottom: 0;
  }
  .header.style_five .header_content_collapse .header_right_content .contact-toggler, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler {
    display: inline-block;
    width: 0px;
    right: 38px;
    bottom: 0;
    top: 3px;
    color: #fff;
    margin: 0px;
    height: 0px;
    border: 0px;
    background: transparent;
    border-radius: 0px;
  }
  .header.style_five .header_content_collapse .header_right_content .contact-toggler::before, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler::before {
    display: none;
  }
  .header.style_five .header_content_collapse .header_right_content .contact-toggler::after, .default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler::after {
    display: none;
  }
  
  .header_boxed.style_four {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 25px;
  }
  .header_boxed.style_four .top_bar {
    border-radius: 10px 10px 0px 0px;
    background: var(--primary-color-one);
  }
  .header_boxed.style_four .top_bar .col-lg-12 {
    padding: 7px 10px 5px 19px;
  }
  .header_boxed.style_four .top_bar .theme-btn {
    height: auto;
    width: auto;
    font-size: 12px;
    min-height: auto;
    min-width: auto;
    padding: 10px 22px 8px;
    line-height: 22px;
    background: #fff;
    border-radius: 5px;
    color: var(--primary-color-two);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--creote-family-one);
  }
  .header_boxed.style_four .top_bar .theme-btn i {
    position: relative;
    left: inherit;
    right: -5px;
    top: 2px;
    font-size: 19px;
    color: var(--primary-color-two);
  }
  .header_boxed.style_four .header {
    position: unset;
    border-radius: 0px 0px 10px 10px;
  }
  .header_boxed.style_four .header .header_content_collapse .header_menu_box {
    text-align: center;
  }
  .header_boxed.style_four .header .header_content_collapse .header_menu_box .navigation_menu {
    float: none;
  }
  .header_boxed.style_four .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link span, .header_boxed.style_four .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link span {
    color: unset;
    opacity: unset;
  }
  
  /*-----------header_logo_box_solo----------------*/
  .header_area {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background: 0 0;
  }
  .header_area .header_position_absolute {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  
  
  /*--------------------------------------
  ===============fixed-header=============
  --------------------------------------*/
  @keyframes slideInUp {
    0% {
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
  }
  .fixed-header .get_sticky_header {
    position: fixed !important;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    padding: 10px 0px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
    animation-name: slideInUp;
  }
  .fixed-header .get_sticky_header.style_two {
    background: var(--primary-color-two);
  }
  
  .fixed-header .header_default.style_seven.style_eight.get_sticky_header {
    padding: 10px 0px !important;
    background: #ffffff !important;
  }
  .fixed-header .header_default.style_six.get_sticky_header {
    padding: 10px 0px !important;
    background: #ffffff !important;
  }
  .fixed-header .header_default.style_nine {
    background: var(--primary-color-one) !important;
  }
  .fixed-header .header_default.style_nine .theme-btn {
    background: #fff;
    color: var(--primary-color-one);
    border-radius: 0px 10px 0px 10px;
  }
  .fixed-header .header_default.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link {
    color: #fff !important;
  }
  .fixed-header .header_default.style_nine .header_content_collapse .navigation_menu .navbar_nav li.active > a.nav-link span.fa-angle-down {
    color: #fff !important;
  }
  .fixed-header .header_v15 .get_sticky_header {
    background: var(--primary-color-two) !important;
  }
  .fixed-header .header_v15 .get_sticky_header .hamburger_menu .line {
    background: #fff;
  }
  .fixed-header .header_v14 .navbar_outer {
    margin-top: 5px;
    background: unset !important;
    box-shadow: unset;
  }
  .header .header_right_content .contact-toggler-phone {
    position: relative;
    width: 54px;
    height: 54px;
    line-height: 54px;
    padding: 15px 0;
    border-radius: 50%;
    border: 1px solid var(--border-color-dark);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0px 0px 0px 0px;
  }
  .header .header_right_content .contact-toggler-phone:hover {
    background-color: #0198cd; border: none;
  }
  .header .header_right_content .contact-toggler-phone::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color-one);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }.header .header_right_content .contact-toggler-phone i {
    color: #fff;
    font-size: 18px;
    position: relative;
        padding: 20px;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  

  

/*-----contact modal----------*/
.modal_popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    padding: 100px 0px 0px;
    overflow: auto;
    background: none;
    transform: translateY(-101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
  }
  .modal_popup::before {
    position: absolute;
    content: "";
    background: #fff;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  .modal_popup.contact-popup-visible {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
  }
  .modal_popup .modal-popup-inner {
    background: var(--primary-color-three);
    border-radius: 10px;
    position: relative;
    max-width: 1140px;
    margin: auto;
  }
  .modal_popup .modal-popup-inner .close-modal {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: var(--primary-color-one);
    color: #fff;
    font-size: 16px;
    z-index: 3;
    cursor: pointer;
  }
  .modal_popup .modal-popup-inner .form_inner {
    position: relative;
    padding: 40px 50px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--box-shadow-two);
  }
  .modal_popup .modal-popup-inner .form_inner p {
    position: relative;
    margin: 0px 0px 15px;
    padding: 0px;
  }
  .modal_popup .modal-popup-inner .form_inner p:last-child input {
    margin: 0px;
  }
  .modal_popup .modal-popup-inner .form_inner p span {
    display: block;
    width: 100%;
  }
  .modal_popup .modal-popup-inner .form_inner p label {
    display: block;
    width: 100%;
    font-size: 12px;
    color: var(--heading-dark);
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--creote-family-one);
  }
  .modal_popup .modal-popup-inner .form_inner textarea {
    height: 150px;
  }
  .modal_popup .modal-popup-inner .form_inner .ajax-loader, .modal_popup .modal-popup-inner .form_inner .wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 4px;
    width: auto;
    display: inline-block;
  }
  .modal_popup .modal-popup-inner .form_inner .wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--creote-family-one);
    line-height: 26px;
    color: var(--primary-color-one);
    text-transform: none;
  }
  .modal_popup .modal-popup-inner .form_inner .wpcf7-response-output {
    position: absolute;
    z-index: 11;
    background: var(--primary-color-one);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 50px;
    font-family: var(--creote-family-two);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    border-color: var(--primary-color-one);
    bottom: -50px;
    right: 0;
    left: 0;
    width: auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .modal_popup .modal-popup-inner .form_inner .wpcf7-response-output::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    top: -22px;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid var(--primary-color-one);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .modal_popup .modal-popup-inner .about_company_inner {
    position: relative;
    border-radius: 10px;
    padding: 40px 50px 50px 50px;
    overflow: hidden;
  }
  .modal_popup .modal-popup-inner .about_company_inner .logo {
    position: relative;
    margin-bottom: 30px;
  }
  .modal_popup .modal-popup-inner .about_company_inner .logo img {
    width: 150px;
  }
  .modal_popup .modal-popup-inner .about_company_inner .text {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--border-color-dark);
  }
  .modal_popup .modal-popup-inner .about_company_inner .text p {
    margin-bottom: 30px;
  }
  .modal_popup .modal-popup-inner .about_company_inner .text a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-color-dark);
    font-family: var(--creote-family-one);
  }
  .modal_popup .modal-popup-inner .post_contet_modal {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color-dark);
  }
  .modal_popup .modal-popup-inner .post_contet_modal h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--heading-dark);
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid {
    position: relative;
    margin-bottom: 15px;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid a::before {
    position: absolute;
    background: var(--primary-color-two);
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid a:after {
    position: absolute;
    content: "\e912";
    font-family: "icomoon";
    width: 16px;
    font-size: 16px;
    height: 16px;
    color: var(--primary-color-one);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid:hover a:before {
    opacity: 0.8;
  }
  .modal_popup .modal-popup-inner .post_contet_modal .post_enable .modal_post_grid:hover a:after {
    opacity: 1;
  }
  
  
  
  .dropdown-menu li.dropdown a.nav-link {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  