ol,
ul {
  padding: 0;
  list-style: none;
}
.icon_mobile_click {
  margin: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
  position: relative;
  top: 10px;
}
.icon_mobile_click svg {
  width: 29px;
  height: 29px;
  fill: #000000;
}
.header.fixed .icon_mobile_click svg {
  fill: #2d2d2d;
}
.icon_mobile_click i.fa {
  font-size: 32px;
  color: #fff;
}
.header.fixed .icon_mobile_click i.fa {
  color: #1d6059;
}
#page_wrapper {
  transition: 0.3s;
}
#menu_mobile_full {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 290px;
  left: -290px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  z-index: 9999999;
  overflow: auto;
}
.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}
.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}
.menu_hidden {
  z-index: -1;
  left: -260px;
}
.menu_show {
  z-index: 9999999;
}
#menu_mobile_full .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: 0 0;
  position: absolute;
  right: 0;
  display: none;
  cursor: pointer;
  top: 0;
  z-index: 999;
}
#menu_mobile_full .mobile-menu {
  margin: 55px 0 0;
}
#menu_mobile_full ul li {
  width: 100%;
  display: block;
  position: relative;
  padding: 12px 22px 12px 10px;
  border: none;
  border-bottom: 1px solid #ebf3f1;
}
#menu_mobile_full .menu > li.tg_active {
  padding: 15px 0 10px 10px;
}
#menu_mobile_full ul li a {
  color: #000;
}
#menu_mobile_full ul.menu > li > a {
  font-size: 15px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}
#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: 0 0;
}
#menu_mobile_full li span {
  margin: 0 0 0 10px;
}
#menu_mobile_full .sub-menu {
  display: none;
  padding: 0;
  border: none;
  border-top: 1px solid #ebf3f1;
  margin: 10px 0 0;
}
#menu_mobile_full .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}
.editBefore_mobile::before {
  content: "\f106" !important;
}
#menu_mobile_full li.menu-item-has-children::before {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 16px;
  color: rgb(0 0 0 / 50%);
  font: 14px/1 FontAwesome;
  margin: 0;
  opacity: 1;
}
#menu_mobile_full .sub-menu li.menu-item-has-children::before {
  top: 16px;
}
#menu_mobile_full .menu > li.not-have-child {
  padding: 0;
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0;
  display: table;
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child > a {
  padding: 10px 0 10px 15px;
  display: table;
  width: 100%;
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child > a {
  padding: 10px 0 0 15px;
}
#menu_mobile_full .menu > li.not-have-child > a {
  display: block;
  padding: 12px 0 12px 10px;
}
#menu_mobile_full .sub-menu li {
  padding: 10px 0 10px 15px;
}
#menu_mobile_full .sub-menu li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}
.main-menu > li > .sub-menu {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 260px;
  padding: 0;
  z-index: 9;
  background: #2295dc;
}
.main-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 44px;
}
.main-menu > li > ul.sub-menu > li > a {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.main-menu > li > ul.sub-menu > li > a:hover {
  background: red;
}
.footer-widget-area ul {
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: initial;
}
.footer-widget-area ul.lienhe li,
.footer-widget-area ul.menu_coso li,
.form_ct {
  position: relative;
}
.footer-widget-area ul.lienhe,
.footer-widget-area ul.menu_coso {
  list-style-type: none;
}
.footer-widget-area ul.lienhe li::before,
.footer-widget-area ul.menu_coso li::before {
  content: "";
  font: 14px/1 FontAwesome;
  position: absolute;
  top: 6px;
  left: -18px;
}
.footer-widget-area ul.lienhe li:first-child::before {
  content: "\f015";
}
.footer-widget-area ul.lienhe li:nth-child(2)::before {
  content: "\f095";
}
.footer-widget-area ul.lienhe li:nth-child(3)::before {
  content: "\f10b";
  font-size: 19px;
  top: 5px;
}
.footer-widget-area ul.lienhe li:nth-child(4)::before {
  content: "\f0e0";
  left: -20px;
  font-size: 12px;
  top: 7px;
}
.footer-widget-area ul.lienhe li:nth-child(5)::before {
  content: "\f017";
  left: -20px;
}
.footer-widget-area ul.lienhe li:nth-child(6)::before {
  content: "\f007";
}
.footer-widget-area ul.lienhe li:nth-child(7)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  top: 10px;
  left: -16px;
}
.footer-widget-area ul.social {
  flex-direction: row;
}
.footer-widget-area ul.menu_coso li::before {
  content: "\f041";
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450 !important;
  color: #fff !important;
  border: none !important;
}
.wpcf7-not-valid-tip {
  text-align: left;
  padding: 5px 0 0;
}
.wpcf7-spinner {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
}
.dokan-alert-danger,
.dokan-alert-info,
.dokan-alert-warning,
.dokan-error,
.dokan-info,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info,
.wpcf7 form:not(.sent) .wpcf7-response-output {
  background-color: #e0a118;
  color: #fff !important;
  border: 0 !important;
  font-size: 12px;
  margin: 20px 0 !important;
  clear: both;
}
.wd-notice,
div.wpcf7-response-output {
  position: relative;
  flex-wrap: wrap;
  padding: 10px !important;
  width: 100% !important;
  text-align: center !important;
  max-width: 100% !important;
  margin: 20px 0 0 !important;
}
.right-sidebar1 h2.title_search,
.tg_breadcrumb {
  margin: 0 0 20px;
}
.item__cap h2 {
  margin: 0 0 5px;
  display: block;
}
.tg_breadcrumb {
  border-bottom: 1px solid #e6e6e6;
}
.tg_wrap_breadc h1,
.tg_wrap_breadc h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 70px;
  line-height: 76px;
  font-weight: 600;
}
.tg_wrap_breadc p {
  color: #0d4ea2;
  font-size: 31px;
  line-height: 39px;
  margin: 0 0 10px;
  font-weight: 700;
}
.tg_wrap_breadc li {
  display: inline;
  line-height: 25px;
  color: #dc7b02;
  margin: 0 0 10px;
}
.tg_wrap_breadc ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #dc7b02;
}
.tg_wrap_breadc ul li:first-child a::before {
  content: "\f015";
  font: 14px/1 FontAwesome;
  color: #dc7b02;
  margin: 0 5px 0 0;
}
.tg_wrap_breadc ul li:after {
  content: "\f101";
  margin: 0 10px;
  font: 15px/1 FontAwesome;
  position: relative;
  top: -2px;
  color: #dc7b02;
  display: inline-block;
  vertical-align: middle;
}
.tg_wrap_breadc ul li:last-child:after {
  content: "";
}
.right-sidebar1 h1,
.right-sidebar1 h2,
.right-sidebar1 h3,
.right-sidebar1 h4,
.right-sidebar1 h5,
.right-sidebar1 h6 {
  color: #dc7b02;
  margin: 15px 0 5px;
}
.right-sidebar1 h1 {
  font-size: 26px;
  line-height: 34px;
}
.right-sidebar1 h2 {
  font-size: 24px;
  line-height: 32px;
}
.right-sidebar1 h3 {
  font-size: 22px;
  line-height: 30px;
}
.right-sidebar1 h4 {
  font-size: 20px;
  line-height: 28px;
}
.tg_contact_last_single ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tg_contact_last_single ul li {
  font-weight: 700;
}
.tg_contact_last_single ul li:first-child {
  color: #06f;
}
.tg_contact_last_single ul li:nth-child(2) {
  color: #096;
}
.tg_contact_last_single ul li:nth-child(3) {
  color: #c00;
}
.tg_contact_last_single ul li:nth-child(4) {
  color: #c60;
}
.releated_general ul.tg_related {
  display: flex;
  gap: 15px;
}
.tg_pagination a,
.tg_pagination span.current {
  display: inline-block;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
}
.releated_general ul.tg_related li {
  flex: 1;
}
.releated_general h2 {
  margin: 40px 0 15px;
}
.releated_general .tg_related li p {
  margin: 10px 0 0;
}
.releated_general .tg_related li a {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}
.tg_pagination {
  display: table;
  margin: 20px auto;
}
.tg_pagination span.current {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #dc7b02;
  font-size: 14px;
}
.tg_pagination a {
  color: #000;
  width: 20px;
  height: 20px;
  background: #fff;
  margin: 0 3px;
}
.tg_pagination a:hover,
.tg_pagination a:hover i {
  color: #a52626;
}
.tg_des_top_hd h1 {
  color: #0c8bdc;
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
  line-height: 30px;
}
.wpcf7-form .tg_wrap_list_item .item_f_general input,
.wpcf7-form .tg_wrap_list_item .item_f_general textarea {
  padding: 15px 16px;
  border: 1px solid #b0d9d3;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  resize: none;
  max-height: 190px;
  font-size: 20px;
  line-height: 28px;
}
.wpcf7-form .tg_submit input[type="submit"] {
  background: #1688ce;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 16px 20px;
  color: #fff;
  border: none;
  border-radius: 30px;
  min-width: 200px;
}
.phonering-alo-ph-circle,
.phonering-alo-ph-circle-fill {
  border-radius: 100% !important;
  transition: 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  position: absolute;
}
.wpcf7-form .tg_wrap_list_item .item_f_general input::placeholder,
.wpcf7-form .tg_wrap_list_item .item_f_general textarea::placeholder {
  color: #8d8c8c;
}
.form_general {
  margin: 50px 0 0;
}
.tg_single_content , .tg_contact_last_single{
  font-size: 15px;
  line-height: 24px;
}

.error-404-page{
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.button_back_home_page{
      background: #0c8bdc;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
}

@media (max-width: 1024px) {
  .icon_mobile_click {
    display: block;
  }
}
@media (max-width: 767px) {
  .pps-btn-img span{
    right: -251px !important;
  }
  .phonering-alo-ph-img-circle {
   
  }
  #phonering-alo-phoneIcon {
    bottom: 149px !important;
  }
  .top-menu .search {
    width: 60%;
    float: right;
    height: 53px;
    position: relative;
    top: 4px;
  }
  .tg_wrap_content > .container > .row > .col-sm-12 {
    display: flex;
    flex-direction: column-reverse;
  }
  .releated_general ul.tg_related {
    flex-direction: column;
    gap: 40px;
  }
}
#phonering-alo-phoneIcon {
  position: fixed;
  bottom: 150px;
  left: -50px;
  z-index: 99;
}
.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6;
}
.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1;
}
.phonering-alo-ph-circle {
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: 2px solid #bfebfc;
  opacity: 0.1;
  -webkit-animation: 1.2s ease-in-out infinite phonering-alo-circle-anim;
  animation: 1.2s ease-in-out infinite phonering-alo-circle-anim;
  transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out infinite phonering-alo-circle-anim !important;
  animation: 1.1s ease-in-out infinite phonering-alo-circle-anim !important;
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out infinite phonering-alo-circle-anim !important;
  animation: 2.2s ease-in-out infinite phonering-alo-circle-anim !important;
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #baf5a7;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #bfebfc;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phonering-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  background-color: #ff0000;
  border: 2px solid transparent;
  -webkit-animation: 2.3s ease-in-out infinite phonering-alo-circle-fill-anim;
  animation: 2.3s ease-in-out infinite phonering-alo-circle-fill-anim;
  transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: 1.7s ease-in-out infinite phonering-alo-circle-fill-anim !important;
  animation: 1.7s ease-in-out infinite phonering-alo-circle-fill-anim !important;
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out infinite phonering-alo-circle-fill-anim !important;
  animation: 2.3s ease-in-out infinite phonering-alo-circle-fill-anim !important;
  opacity: 0 !important;
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgb(255 0 0);
  background-color: #00aff2 9;
  opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: #ff0000;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phonering-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 76px;
  left: 76px;
  position: absolute;
  background: url(../images/download.png) rgba(30, 30, 30, 0.1);
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
  animation: 1s ease-in-out infinite phonering-alo-circle-img-anim;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out infinite phonering-alo-circle-img-anim !important;
  animation: 1s ease-in-out infinite phonering-alo-circle-img-anim !important;
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: 0 ease-in-out infinite phonering-alo-circle-img-anim !important;
  animation: 0 ease-in-out infinite phonering-alo-circle-img-anim !important;
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2;
}
.pps-btn-img span {
  position: absolute;
  right: -238px;
  color: #fff;
  background: red;
  padding: 10px 20px;
  border-radius: 0 20px 20px 0;
  top: 80px;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: red;
  z-index: 2;
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.4;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
