/***

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url("animate.css");
@import url("fontawesome.css");
@import url("flaticon.css");

:root {
  --color-1: #d2ac6a;
  --color-2: #0068a6;
}
@font-face {
  font-family: "peyda";
  src: url("../fonts/Peyda/Peyda-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "peyda";
  src: url("../fonts/Peyda/peyda-light.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "peyda";
  src: url("../fonts/Peyda/Peyda-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "pinar";
  src: url("../fonts/Peyda/Peyda-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "peyda";
  src: url("../fonts/Peyda/Peyda-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}
html {
  scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
p {
    font-family: "peyda" !important;
}
body {
  direction: rtl !important;
  text-align: right;
  font-family: peyda !important;
  color: #7b7b98;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: peyda !important;
  color: #204f72;
}
h1 {
  font-weight: bold;
}
p {
}
a {
  color: #212121;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.persian_number {
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: bold;
  margin: 0;
  background: none;
  line-height: 1.4em;
}
input,
button,
select,
textarea {
}

button:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: right;
}
img {
  display: inline-block;
  max-width: 100%;
}
.ltr {
  direction: ltr;
}
.rtl {
  direction: rtl;
}
a {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
button {
  cursor: pointer;
}

/***

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
  color: #1d1d1b;
}

.sticky-logo {
  display: none;
}

.sticky-header .main-logo {
  display: none;
}

.sticky-header .sticky-logo {
  display: block;
}

/***

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
  position: relative;
  margin: 0 20px;
  padding: 20px 0;
  display: none;
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-header .logo {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 38px;
}
.mobile-header .search-box {
  float: right;
  font-size: 18px;
  margin-top: 8px;
}
.mobile-header .search-box i,
.searchBox-bottom i {
  color: #fff;
  padding-left: 5px;
}
.mobile-header .search-box input[type="text"],
.searchBox-bottom input[type="text"] {
  background-color: transparent;
  color: #fff;
}
.mobile-header .search-box input[type="text"]::placeholder,
.searchBox-bottom input[type="text"]::placeholder {
  color: #fff;
}
.mobile-header .nav-outer {
  position: relative;
  float: right;
}

.mobile-header .outer-box {
  position: relative;
  float: left;
}

.mobile-sticky-header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding: 20px 15px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  -moz-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
}

.mobile-sticky-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-sticky-header .logo {
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 38px;
}

.mobile-sticky-header .nav-outer {
  position: relative;
  float: left;
}

.mobile-sticky-header .outer-box {
  position: relative;
  float: left;
}

/***

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: left;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  margin-right: 20px;
  color: var(--color-1);
  order: 3;
  display: none;
  transition: all 300ms ease;
}

.mobile-menu-back-drop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease;
}

.mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 300ms ease;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 20px 25px;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu .nav-logo img {
  height: 52px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-outer {
  position: fixed;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  text-align: right;
  display: block;
  background-color: #ffffff;
  transform: translateX(100%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer {
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: relative;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0px;
  z-index: 5;
  display: block;
  background-color: #ffffff;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-menu .navigation > li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #1d1d1b;
  padding: 10px 25px;
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px solid transparent;
}

.mobile-menu .navigation li:last-child > a {
  border-bottom: 0;
}

.mobile-menu .navigation li.current > a {
  color: var(--color-1);
}

.mobile-menu .navigation li li > a {
  padding: 10px 0px;
  font-size: 14px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 10px;
  color: #ffffff;
  background-color: var(--color-1);
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.current.dropdown .dropdown-btn {
  color: #363636;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile-menu .navigation li > ul {
  display: none;
  padding-right: 40px;
}

.mobile-menu .navigation li > ul > li > ul {
  display: none;
  padding: 0 25px;
}

.mobile-menu .mega-menu-bar h3 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 9px;
  margin-right: 40px;
}

.mobile-menu .mega-menu-bar h3:before {
  content: "";
  width: 30px;
  height: 2px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #3b7eff;
}

.mobile-menu .mega-menu-bar .column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mobile-menu .navigation > li > .mega-menu {
  width: 100% !important;
  display: none;
}

.mobile-menu .navigation > li.has-mega-menu ul {
  padding-right: 20px;
}

.mobile-menu .header-post-widget {
  padding-right: 40px;
}
.mobile-menu .info_box_wrap {
  background-color: var(--color-1);
  padding: 20px;
  color: #fff;
  width: 100%;
  line-height: 30px;
  display: inline-block;
}
.mobile-menu .info_box_wrap .info_item i {
  padding-left: 5px;
}
.mobile-menu .info_box_wrap .social_medias .sc_item {
  color: #fff;
  font-size: 24px;
  padding: 10px;
  float: right;
}
.menu-search {
  position: relative;
  padding: 25px 25px;
}

.menu-search .form-group {
  position: relative;
}

.menu-search .form-group .input {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 23px;
  height: 45px;
}
.menu-search .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  color: #ffffff;
  background-color: var(--color-1);
}
.float-media {
  position: fixed;
  z-index: 1000000000;
  right: 20px;
  top: 400px;
  width: 38px;
}
.float-media .social_links a {
  color: #ffffff;
  border-radius: 10px;
  font-size: 22px;
  background: rgb(197 197 197 / 43%);
  padding: 10px 10px 1px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.float-media .social_links a:hover {
  background: #ffffff;
  color: var(--color-1);
}
.mobile-menu .mid-l {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.mobile-menu .mid-l .log-wr {
  padding: 14px;
  margin-left: 15px;
}
.mobile-menu .mid-l .log-wr .log-link {
  font-size: 14px;
  padding: 0 12px;
}
.mobile-menu .mid-l .basket-wr:after {
  background: transparent;
}
.light-over::before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0px, -100%, 0px);
  transition: transform 0.6s ease 0s;
  width: 100%;
  z-index: 3;
  opacity: 0.5;
}
.proItem:hover .light-over::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0px, 100%, 0px);
}
.image-box {
  position: relative;
}
.menu-third.main-header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--color-1);
  padding: 5px 0;
}
.header-bottom.main-header-fixed .category-menu {
  top: 55px;
}
.header-bottom.main-header-fixed .main-menu .navigation > li > a,
.header-bottom.main-header-fixed .menu-category-bt,
.header-bottom.main-header-fixed .main-menu .navigation > li > a:hover {
  color: #ffffff !important;
}
.header-bottom.main-header-fixed .main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -15px;
  background-color: #fff;
  right: 0;
  transition: all 300ms ease;
}
.header-bottom.main-header-fixed .main-menu .navigation > li > a:hover:before {
  width: 100%;
}
.mobile-menu .close-btn {
  background-color: var(--color-2);
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px 2px 9px;
  border-radius: 100%;
}
.header_main {
  padding: 20px 0 40px 0;
  /* background-image: url(../images/gallery/header_top_bg.png); */
}
.top_bar {
  background-color: var(--color-1);
  color: #fff;
  padding: 12px 0;
  font-weight: 600;
  display:none;
}
.top_bar .info_item i {
  padding-left: 10px;
}
.top_bar .social_medias {
    height:13px;
}
.top_bar .social_medias .sc_item {
  color: #fff;
  font-size: 18px;
  margin-left: 3px;
  float: left;
}
.top_bar .social_medias .sc_item:hover {
  color: var(--color-2);
}
.main-nav.main-header-fixed {
  position: fixed;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #fff;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 5px #0000001a;
}
.main-nav.main-header-fixed .sm-blue {
  display: inline-block;
}
.nav_row {
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.nav_row .tel_box {
  background-color: var(--color-2);
  color: #fff;
  padding: 6px;
  text-align: center;
  direction: ltr;
  font-size: 16px;
  border-radius: 6px 16px 16px 16px;
}
.nav_row .tel_box i {
  padding-right: 5px;
}
.shadow_top {
  background: rgb(12, 178, 134);
  background: radial-gradient(
    circle,
    rgba(12, 178, 134, 0.3029586834733894) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  width: 745px;
  height: 710px;
  position: absolute;
  right: -390px;
  top: -60px;
  z-index: -1;
}
.shadow_top_2 {
  background: rgb(32, 79, 114);
  background: radial-gradient(
    circle,
    rgba(32, 79, 114, 0.19931722689075626) 0%,
    rgba(255, 255, 255, 0) 65%
  );
  width: 1200px;
  height: 960px;
  position: absolute;
  left: -350px;
  top: -200px;
  z-index: -1;
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  font-size: 16px;
  padding: 20px 0;
}
.breadcrumb li {
  color: var(--color-2);
  float: right;
  font-weight: 600;
}
.breadcrumb li a {
  color: #a8a8a8;
  padding-left: 5px;
  font-weight: normal;
}
.breadcrumb li a::after {
  content: ">";
  padding-right: 5px;
  font-size: 14px;
}
.breadcrumb li a:hover {
  color: var(--color-2);
}

footer {
  background-color: #204f72;
  position: relative;
  padding-top: 15px;
}
.ft_up {
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.mp_titleBar {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.mp_titleBar h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  float: right;
  padding-right: 70px;
}
.mp_titleBar .csd {
  font-size: 18px;
  background-color: var(--color-1);
  border-radius: 12px;
  color: #fff;
  padding: 5px 35px;
  float: left;
}
.map_InFooter {
  width: 100%;
  overflow: hidden;
  border-radius: 0 80px 0 80px;
}
.footer_main {
  position: relative;
  z-index: 1;
}
.footer_main p {
  color: var(--color-2);
}
.sc_ft {
  width: 100%;
  display: inline-block;
}
.sc_ft .sc_item {
  float: left;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}
.sc_ft .sc_item:hover {
  color: var(--color-1);
}
.footer_widget_area {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 30px;
}
.footer_logo {
  float: right;
  padding: 15px 20px;
  margin-top: -110px;
  background-color: #fff;
  border-radius: 60px;
  margin-bottom: 25px;
}
.ft_wdg_large .info_item {
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #204f72;
  line-height: 30px;
  padding: 0 35px;
}
.ft_wdg_large .info_item i {
  color: var(--color-1);
  padding-left: 10px;
}
.ft_wdg {
  line-height: 30px;
  padding-bottom: 25px;
}
.ft_wdg .widget_title {
  font-size: 18px;
  color: var(--color-2);
  margin-bottom: 15px;
}
.footer_list {
  font-size: 14px;
  color: #204f72;
  font-weight: 600;
}
.footer_list a {
  color: #204f72;
}
.footer_list a:hover {
  color: var(--color-1);
}
.footer_bottom {
  background-color: var(--color-1);
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}
.footer_shadow_1 {
  background: rgb(106, 210, 127);
  background: radial-gradient(
    circle,
    rgba(106, 210, 127, 0.4458158263305322) 0%,
    rgba(32, 79, 114, 0) 50%
  );
  position: absolute;
  width: 900px;
  height: 800px;
  right: -430px;
  top: 30px;
}
.ft-l {
  margin: 0;
}
.topBanner {
  position: relative;
  width: 100%;
  text-align:center;
}

.topBanner .layer_on {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #204e72bd;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}
.topBanner .layer_on .cap_in {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  padding: 20px;
  font-size: 24px;
  line-height: 50px;
}
.topBanner .layer_on .cap_in h3 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 15px;
}
.article_det {
  padding: 40px 0;
}
.title_1 {
  font-size: 30px;
  color: #204f72;
  padding-bottom: 40px;
}
.article_det .info_row {
  display: flex;
}
.article_det .info_row .info_item {
  flex: 1;
  color: #aeaeae;
  font-weight: 600;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.article_det .info_row .info_item.article_author {
  color: #4e4e4e;
  font-size: 20px;
}
.article_det .info_row .info_item i {
  margin-left: 10px;
}
.article_det .info_row .info_item.article_author i {
  color: #fff;
  background-color: #aeaeae;
  padding: 12px;
  border-radius: 100%;
}
.article_det .content_area {
  font-size: 20px;
  line-height: 35px;
  color: #3d3d3d;
}
.article_det .content_area ul li {
  list-style: inside;
}
.faq_wrap {
  padding-bottom: 50px;
  background-image: url(../images/gallery/logo-dental-025.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
    .faq_wrap .inner_box,
    .FormWrap .inner_box, .wrp-seeting-prop .inner_box {
        width: 60%;
        font-size: 18px;
        line-height: 32px;
        color: var(--color-2);
        font-weight: 600;
    }
.faq_wrap .inner_box .sec_title,
.FormWrap .inner_box .sec_title {
  color: var(--color-2);
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 20px;
}
.faq_wrap .inner_box .prime_title,
.FormWrap .inner_box .prime_title {
  color: #204f72;
  font-size: 48px;
  font-weight: 900;
}
.btn_a {
  background-color: var(--color-2);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  float: right;
  padding: 8px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn_a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  top: 0;
  background-color: var(--color-1);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn_a:hover:before {
  height: 100%;
}
.btn_a:hover {
  color: #FFF;
}
.acc-wrap {
  margin: 10px auto 30px auto;
  display: inline-block;
  width: 100%;
  padding: 0 2px;
}
.acc-wrap .accordion {
  background-color: #fff;
  border-radius: 8px;
  color: var(--color-2);
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  font-size: 17px;
  display: flex;
  position: relative;
  text-align: right;
  align-items: center;
  font-weight: 600;
  border: 1px solid var(--color-2);
}
.acc-wrap .accordion .acc_num {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--color-2);
  color: #fff;
  float: right;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  margin-left: 15px;
}
.acc-wrap .panel {
  background-color: #fff;
  padding: 0 20px;
  line-height: 28px;
  font-size: 16px;
  overflow: hidden;
  border-radius: 12px;
  margin-top: -30px;
  box-shadow: 0 3px 20px #2759840d;
}
.acc-wrap .panel p {
  padding: 40px 0 15px 0;
  color: var(--color-2);
}
.faq_slider_wrap .owl-nav,
.testimonial-carousel .owl-nav {
  display: none;
}
.faq_slider_wrap .owl-dots,
.testimonial-carousel .owl-dots {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.faq_slider_wrap .owl-dots .owl-dot,
.testimonial-carousel .owl-dots .owl-dot {
  position: relative;
  width: 25px;
  height: 5px;
  background-color: var(--color-2);
  margin: 0px 2px;
  border-radius: 3px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.faq_slider_wrap .owl-dots .owl-dot.active,
.testimonial-carousel .owl-dots .owl-dot.active {
  background-color: var(--color-1);
  width: 80px;
  border-radius: 3px;
}
.commentForm_area {
  padding: 100px 0;
  position: relative;
}
.comment-form {
  margin: auto;
  width: 55%;
}
.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
  /*padding: 0 5px;*/
}
.comment-form .form-group label {
  font-size: 16px;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 600;
}
.comment-form .form-group:last-child {
  margin-bottom: 0;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select,
.comment-form .form-group input {
  position: relative;
  display: block;
  height: 45px;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  padding: 20px;
  /* background-color: #f3f3f3; */
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: right;
  border-radius: 7.021px;
  border: 1px solid #7bb4d34a;
  background: #fff;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  background-color: #ffffff;
  box-shadow: 0 0 10px #7bb4d34a;
  color: #000000;
  font-size: 16px;
}
.comment-form ::placeholder {
  color: #b5b5b5;
}
.comment-form .form-group textarea {
  height: 170px;
  resize: none;
}
.comment-form .form_button {
  cursor: pointer;
  background-color: var(--color-1);
  color: var(--color-1);
  background-color: #fff;
  padding: 11px 20px;
  font-size: 22px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  font-weight: 600;
  overflow: hidden;
  width: 250px;
  margin: auto;
  display: block;
}
.comment-form .form_button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--color-3);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comment-form .form_button:hover:before {
  width: 100%;
}
.form-control {
  font-weight: bold;
  line-height: 1.1;
  border: none;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  padding: 0 0 20px 0;
  background-color: transparent;
}
.comment-form input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.comment-form input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-1);
}
.comment-form input[type="radio"]:checked::before {
  transform: scale(1);
}
.ms-dd {
  width: 100%;
}
.ms-dd .ms-dd-header {
  padding: 10px;
  border-radius: 7.021px;
  border: 0.878px solid var(--gray-200, rgba(0, 0, 0, 0.1));
}
.checkbox input {
  height: 0;
  width: 0;
}
.checkbox {
  position: relative;
  padding-right: 26px;
  margin-bottom: 18px;
  user-select: none;
  margin-left: 25px;
  color: #fff;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #fff;
}
.checkbox:hover input ~ .checkmark {
}
.checkbox input:checked ~ .checkmark {
  background-color: var(--color-1);
}
.checkbox .checkmark:after {
  top: 0;
  width: 5px;
  height: 10px;
  right: 0;
  color: white;
  font-size: 22px;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
  content: "✓";
  position: absolute;
  display: none;
}
input[type="file"] {
  width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}
input[type="file"]::file-selector-button {
  margin-left: 20px;
  border: none;
  background: #0052c2;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
input[type="file"]::file-selector-button:hover {
  background: var(--color-1);
}
/* */

.comments-area .inner_cm {
  width: 90%;
  margin: auto;
}
.comments-area .comments-outer {
  position: relative;
  /* height: 260px; */
  overflow: hidden;
}
.comments-area .comments-outer.expand-cm {
  height: auto;
}
.comments-area .comment-box {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.comments-area .comment-box:last-child {
  margin-bottom: 0;
}
.comments-area .comment {
  position: relative;
  /*padding-right: 70px;*/
  padding-bottom: 10px;
}
.comments-area .comment-box:last-child .comment {
}
.comments-area .comment-box .author-thumb {
  /*position:absolute;*/
  right: 0;
  width: 57px;
  overflow: hidden;
  border-radius: 100%;
  float: right;
  margin-left: 10px;
}
.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 100%;
  padding: 7px;
}
.comments-area .comment-info {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  float: right;
}
.comments-area .comment-box .name {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #000000;
  float: right;
  padding-left: 10px;
}
.comments-area .date_time {
  color: #737373;
  font-size: 13px;
}
.comments-area .comment-box .date {
  position: relative;
  padding-left: 15px;
  float: right;
}
.comments-area .comment-box .time {
  float: right;
}
.comments-area .comment-box .text {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 27px;
  margin-top: 10px;
}
.comments-area .comment-box .reply-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.comments-area .comment-box .reply-btn i {
  color: var(--color-1);
  padding-left: 5px;
}
.comments-area .comment-box .reply-btn:hover {
  color: #000;
}

.comments-area .comment-box.reply-comment {
  margin-left: 90px;
}
.comments-area .comment-box.reply-comment .comment {
  padding-left: 75px;
}
.comments-area .comment-box.reply-comment .author-thumb {
  height: 50px;
  width: 50px;
}
.reply-cm {
  padding-right: 70px;
}
.comments-area .view_more_details,
.details-tabs-holder .view_more_details {
  font-size: 13px;
  color: #132447;
  font-weight: bold;
  transition: all 300ms ease;
  margin-top: 30px;
  position: relative;
  background-color: transparent;
  float: left;
  margin-left: 18px;
}
.comments-area .view_more_details .triangle,
.details-tabs-holder .view_more_details .triangle {
  top: 7px;
  width: 5px;
  height: 5px;
}
.comments-area .view_more:hover {
}
.view_more_details.expanded .triangle,
.details-tabs-holder .view_more_details.expanded .triangle {
  rotate: -30deg;
}
.comment-box.reply-cm {
  border-bottom: none;
  padding-top: 20px;
}
.comments-outer .comment-box:first-child,
.comments-outer .comment-box:last-child {
  /*background-color: #333333;*/
  border-bottom: none;
}
.comments-area .view_more {
  font-size: 14px;
  color: #fff;
  background-color: var(--color-1);
  font-weight: bold;
  padding: 10px 20px;
  margin: auto;
  display: block;
  border-radius: 14px;
  transition: all 300ms ease;
  margin-top: 10px;
}
.comments-area .view_more:hover {
  background-color: var(--color-3);
  border: 1px solid var(--color-3);
}

.contactInfo_box {
  padding: 30px 35px;
  border-radius: 17px;
  background: #f2f2f2;
  margin-top: 30px;
}
.contactInfo_box .info-row {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.contactInfo_box .info-row .icon-box {
  float: right;
  padding: 12px 0;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 50px;
  text-align: center;
  border-radius: 8px;
  background: #0eb19424;
}
.contactInfo_box .info-row .text-box {
  float: right;
}
.contactInfo_box .info-row .text-box span {
  color: #444e62;
  font-size: 14px;
  font-weight: 400;
}
.footer-column.support-col .info-row .text-box p,
.contactInfo_box .info-row .text-box p {
  color: #000000b0;
  font-weight: 700;
  font-size: 16px;
  font-family: "YekanPersianNum";
}
.contactInfo_box .info-row .text-box p a {
  color: var(--color-1);
}
.socialMedias {
  margin-top: 15px;
}
.socialMedias > span {
  padding: 0 15px;
}
.socialMedias .socialIcon_items {
  color: var(--color-1);
  padding: 10px 12px 3px 12px;
  font-size: 20px;
  border-radius: 8px;
  margin: 0 4px;
  background: rgba(0, 82, 194, 0.08);
}
.socialMedias .socialIcon_items:hover {
  background-color: var(--color-3);
  color: #ffffff;
}
.contact-us-form .form-group label {
  color: var(--color-2);
}
.contact-us-form .ms-dd .ms-dd-header {
  border: 1px solid #dadada;
  border-radius: 8px;
}
.contact-us-form .checkbox {
  color: #000;
  padding-right: 0;
  padding-left: 25px;
}
.contact-us-form .checkmark {
  border: 2px solid #a8a8a8;
  border-radius: 2px;
  float: right;
  position: relative;
  margin-left: 5px;
}
.contact-us-form .checkbox input:checked ~ .checkmark {
  border: 2px solid var(--color-1);
  background-color: transparent;
}
.contact-us-form .checkbox .checkmark:after {
  color: var(--color-1);
  font-size: 17px;
  right: 1px;
}
.contact-us-form .form-group input[type="submit"],
.contact-us-form .form-group button, .btn-form {
    cursor: pointer;
    float: right;
    background-color: var(--color-1);
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
}
    .contact-us-form .form-group button:before, .btn-form:before {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        right: 0;
        top: 0;
        background-color: var(--color-2);
        z-index: -1;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .contact-us-form .form-group button:hover:before, .btn-form:hover:before {
        width: 100%;
    }
.contact-us-form .box_title {
  text-align: center;
  padding-bottom: 45px;
}
.contact-us-form .box_title p {
  color: var(--color-2);
  font-size: 18px;
  font-weight: 600;
}
.dentalpic {
  position: absolute;
  width: 378px;
  height: 440px;
  z-index: -1;
}
.dentalpic.dent_l {
  left: -70px;
  top: 150px;
}
.dentalpic.dent_r {
  right: -120px;
  bottom: 0;
  transform: scale(-1, 1);
}
.latestArticleBox {
  background-color: var(--color-2);
  padding: 45px 0;
}
.latestArticleBox .cap_l .title_s {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
}
.latestArticleBox .cap_l .text_area {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  color: #204f72;
  font-size: 18px;
  line-height: 30px;
}
.latestArticleBox .cap_l .text_area .title_ar {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-2);
}
.latestArticleBox .cap_l .dv-btm {
  width: 100%;
  display: inline-block;
}
.btn_a.btn_style_two {
  background-color: var(--color-1);
}
.latestArticleBox .cap_l .dv-btm .pub_date {
  color: #fcfeff;
  font-size: 16px;
  float: left;
  margin-top: 25px;
}
.latestArticleBox .image_box {
  overflow: hidden;
  border-radius: 48px 180px 0 0;
}
.latestArticleBox .image_box img {
  width: 100%;
}
.atc_top {
  padding: 50px 0;
  position: relative;
  background-color: #f3f8fb;
  width: 100%;
  display: inline-block;
}
.atc_top .shadow_top_2 {
  left: -430px;
  top: -530px;
  z-index: 1;
}
.section_title {
  font-size: 17px;
  color: #204f72;
  line-height: 32px;
}
.section_title h3 {
  color: #101828;
  font-size: 30px;
  font-weight: normal;
}
.articleBoxItem {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e8e8e8;
  transition: all 300ms ease;
}
.articleBoxItem:hover {
  background-color: #d2ac6a17;
}
.articleBoxItem .image_box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.articleBoxItem .image_box img {
  width: 100%;
}
.articleBoxItem h2 a {
  color: #1a3f5f;
  font-size: 18px;
  font-weight: 600;
}
.articleBoxItem:hover h2 a {
  color: var(--color-1);
}
.articleBoxItem .box_inf {
  font-size: 14px;
}
.articleBoxItem .box_inf .ctg {
  color: #1a3f5f;
  float: right;
}
.articleBoxItem .box_inf .pub_date {
  color: #898989;
  float: left;
}

/* pagination */
.pagination {
  text-align: center;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  direction: rtl;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item .page-link {
  border: none;
  color: var(--color-2);
  font-size: 18px;
  border-radius: 100%;
  margin: 5px;
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 28px;
}
.page-item.active .page-link {
  border-color: transparent;
  color: #fff;
  background-color: var(--color-1);
}
.nav-arrow .page-link {
  color: var(--color-1) !important;
  border: 1px solid var(--color-1) !important;
}
.nav-arrow .page-link i {
  /* display: flex; */
  padding-left: 5px;
}
.nav-arrow .page-link {
  padding: 7px 16px !important;
}
.page-item.not-active .page-link {
  background-color: #c4ccd5;
  padding: 11px 16px;
  color: #000 !important;
  border: 1px solid #c4ccd5 !important;
}
.pagination .nav-arrow .page-link {
  font-size: 14px;
}
.pagination .nav-arrow .page-link:hover {
  background-color: var(--color-1);
  color: #fff !important;
}
.page-link.previous_page {
  font-size: 14px;
}
.bannerBox {
  text-align: left;
}
.bannerBox .title_box {
  color: var(--color-2);
  font-size: 52px;
  padding-top: 70px;
}
.contactInfo_wrap {
  padding: 100px 0;
}
.contactInfo_item {
}
.contactInfo_item .iconBox {
  background-color: var(--color-2);
  color: #fff;
  float: right;
  font-size: 32px;
  border-radius: 12px;
  width: 68px;
  text-align: center;
  padding: 17px 0;
}
.contactInfo_item .titleItem {
  color: #101828;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
}
.contactInfo_item .list_inf {
  color: #204f72;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
}
.FormWrap {
  padding: 100px 0 250px 0;
  background-image: url(../images/gallery/logo-dental-025.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.FormWrap .comment-form {
  width: 100%;
}
.bannerNcap {
  position: relative;
}
.bannerNcap .layer_on {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(46, 54, 66, 1) 80%
  );
}
.bannerNcap .cap_in {
  position: absolute;
  top: 15%;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  right: 50%;
  transform: translate(50%, 0%);
}
.bannerNcap .cap_in .in_cap_in {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 60%;
  line-height: 35px;
}
.bannerNcap .cap_in .in_cap_in .title_1 {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
}
.featureItem {
  text-align: center;
  color: var(--color-2);
  font-size: 16px;
}
.featureItem h3 {
  color: #204f72;
  font-size: 20px;
  font-weight: 600;
}
.ourTeam {
}
.title_section {
  text-align: center;
  font-size: 18px;
  color: var(--color-2);
  font-weight: 600;
  line-height: 45px;
}
.title_section h3 {
  font-size: 30px;
  color: #204f72;
  font-weight: 900;
}
.teamMember {
  text-align: center;
  color: var(--color-2);
  font-size: 16px;
}
.teamMember .drPic {
  width: 100%;
}
.teamMember .drName {
  color: #204f72;
  font-size: 20px;
}
.testimonial_wrap {
  background-color: #e5f0f6;
}
.testimonial-carousel .owl-item {
  padding: 10px;
}
.testimonial-carousel .owl-dots {
  margin-top: 30px;
}
.testimonial-carousel .testi_item {
  background-color: var(--color-2);
  width: 100%;
  padding: 15px;
  transition: all 300ms ease;
  border-radius: 21px 0 21px 21px;
}
.testimonial-carousel .owl-item.active.center .testi_item {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testi_item .user_icon {
}
.testi_item .div-l {
  color: #fff;
  font-size: 14px;
}
.testi_item .div-l .testi_author {
  color: #7bb4d3;
  font-size: 18px;
  font-weight: bold;
}
.testi_item .div-l .date_pub {
  color: #7bb4d3;
  font-size: 14px;
}

/* rating stars */
.rating {
  font-size: 0;
  display: inline-block;
}
.rating__button {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin: 2px;
}
.rating__star {
  width: 100%;
  height: 100%;
  fill: #fbc76e;
}
.rating:hover .rating__star,
    /*preserve state after rating the first time*/
.rating.has--rating .rating__star {
  fill: #204f72;
}
.rating__button:hover ~ .rating__button .rating__star,
.rating__button.is--active ~ .rating__button .rating__star {
  fill: #fbc76e;
}

.rating.has--rating:hover
  .rating__button:hover
  ~ .rating__button
  .rating__star {
  fill: lightgray;
}
.rating.has--rating:hover
  .rating__button.is--active
  ~ .rating__button
  .rating__star {
  fill: #204f72;
}

.rating.has--rating:hover
  .rating__button:hover
  ~ .rating__button.is--active
  ~ .rating__button
  .rating__star,
.rating.has--rating:hover
  .rating__button.is--active:hover
  ~ .rating__button
  .rating__star,
.rating.has--rating:hover
  .rating__button.is--active
  ~ .rating__button:hover
  ~ .rating__button
  .rating__star {
  fill: #fbc76e;
}

.video_banner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.video_banner .layer_on_v {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #204e7275;
}
.video_banner .play_video_btn {
  width: 84px;
  cursor: pointer;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  height: 84px;
  position: absolute;
  background-image: url(../images/icons/play.png);
}
.bg_transparent {
  background-color: transparent;
  background-image: none;
}
.content-box .inner_content {
  background-color: #f3f8fb;
}
.quick_access.dropMode {
  width: 68%;
  margin: auto;
}
.ms-dd .ms-dd-arrow.ms-dd-pointer-up {
  border-bottom-color: var(--color-1) !important;
}
.ms-dd .ms-dd-arrow.ms-dd-pointer-down {
  width: auto !important;
  height: auto !important;
  rotate: 180deg;
  border: 5px solid transparent;
  border-bottom-color: #a8a8a8 !important;
  margin-top: 0 !important;
  background-image: none !important;
}
.ms-dd .ms-options {
  box-shadow: none !important;
  border-radius: 8px;
  border: 1px solid #dadada !important;
}
.ms-dd .ms-list-option,
.ms-dd .ms-optgroup ul .ms-list-option {
  color: #000 !important;
}
.catMenuItem {
  color: #204f72;
  border: 1px solid #7bb4d3;
  background-color: #fff;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 26px 0 26px 26px;
  padding: 25px;
  position: relative;
  margin-bottom: 35px;
}
.catMenuItem .catMenuTitle {
  position: relative;
}
.catMenuTitle:after {
  content: "";
  position: absolute;
  width: auto !important;
  height: auto !important;
  rotate: 180deg;
  border: 5px solid transparent;
  border-bottom-color: var(--color-2) !important;
  margin-top: 0 !important;
  background-image: none !important;
  left: 0;
  top: 10px;
}
.catMenuItem .catMenuList {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  right: 0;
  top: 75px;
  padding: 20px;
  font-size: 15px;
  line-height: 28px;
  z-index: 1;
}
.compare_wrap {
  background: rgb(0, 104, 166);
  background: linear-gradient(
    180deg,
    rgba(0, 104, 166, 1) 55%,
    rgba(0, 212, 255, 0) 55%
  );
  padding-top: 40px;
}
.compare_wrap .cmp-r {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.compare_wrap .cmp-r h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
.compare_wrap .cmp-r .itemBox_wrap {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.compare_wrap .cmp-r .itemBox_wrap .itemBox {
  text-align: center;
  padding: 5px;
  font-size: 20px;
  color: var(--color-2);
}
.compare_wrap .cmp-r .itemBox_wrap .itemBox img {
  border-radius: 24px;
  box-shadow: 0 4px 20px #00000021;
  margin-bottom: 10px;
}

.mp-cm {
  /* display: grid; */
  place-items: center;
  /* min-height: 100vh; */
}
.compare_container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  --position: 50%;
}
.image-container {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1/1;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}
.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, 0.5);
  color: #d2ac6a;
  border: 1px solid #d2ac6a;
}

.quick_access.simpleMode {
  background-color: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  border-radius: 32px;
  padding: 0 17%;
}
.quick_access.simpleMode .catMenuItem {
  background-color: #eff7fb;
  text-align: center;
}
.quick_access.simpleMode .catMenuItem:hover {
  background-color: var(--color-1);
  color: #FFF;
}
.services_wrap {
  /*background-image: url(../images/gallery/bg-page.png);*/
  background-repeat: no-repeat;
}
.service_item {
  color: #204f72;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}
.service_item .title_section {
  text-align: right;
  font-size: 40px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 5px;
}
.service_item .text_area {
  padding: 10px 5px;
}
.service_item:nth-child(odd) .title_section {
  border: 1px solid #7bb4d3;
  background-color: #fff;
}
.service_item:nth-child(odd) .text_area {
  box-shadow: 0 4px 20px #2759841e;
  background-color: #fff;
}
.service_item:nth-child(even) {
  direction: ltr;
}
.features_wrap {
  background-color: #fff;
}
.featuresItem {
  text-align: center;
  border: 2px solid #7bb4d3;
  padding: 10px;
  border-radius: 20px 0 20px 20px;
  color: var(--color-2);
  font-size: 16px;
}
.featuresItem h4 {
  font-size: 20px;
  font-weight: 600;
}
.bannerFull {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align:center
}
.bannerFull .layer_on {
  position: absolute;
  width: 100%;
  height: 40%;
  right: 0;
  bottom: 0;
  background-color: #0069a6a6;
}
.services_section {
  /*background-image: url(../images/gallery/bg-page-2.png);*/
  background-size: 100% 100%;
}
.services_section .title_box {
  background-color: #fff;
  width: 90%;
  margin: -70px auto auto auto;
  position: relative;
  z-index: 1;
  padding: 40px;
  text-align: center;
  border-radius: 32px 8px 32px 32px;
}
.services_section .title_box h3 {
  font-size: 32px;
  font-weight: 900;
}
.sv_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.sv_item img {
  width: 100%;
}
.sv_item .image_caption {
  padding: 10px 25px;
  position: absolute;
  width: 100%;
  bottom: -62px;
  right: 0;
  background-color: #204e7293;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  line-height: 28px;
  transition: all 300ms ease;
}
    .sv_item .fill_bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
      
        transition: all 300ms ease;
    }
.sv_item .image_caption h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}
.blur_img {
  filter: blur(1.5px);
}
.sv_item:hover .image_caption {
  bottom: 0;
}
.sv_item:hover .image_caption h3 {
  color: var(--color-1);
}
.sv_item:hover .blur_img {
  filter: none;
}
.sv_item:hover .fill_bg {
    /*opacity: 0;*/
    background-color: #204e724a;
}
.sv_item:hover .image_caption {
  background-color: #204e72e0;
}
.sv_item.curve_right {
  border-radius: 48px 180px 0 0;
}
.sv_item.curve_right .image_caption,
.sv_item.curve_both .image_caption {
  border-radius: 134px 0 0 0;
}
.sv_item.curve_both {
  border-radius: 181px 181px 0 0;
}
.sv_item.curve_left {
  border-radius: 180px 48px 0 0;
}
.sv_item.curve_left .image_caption {
  border-radius: 0 134px 0 0;
}
.viewMore_btn {
  background-color: var(--color-1);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 16px;
  display: block;
  text-align: center;
  margin: 7px 0;
  padding: 8px 10px;
}
.testi_index {
  background: rgb(0, 104, 166);
  background: radial-gradient(
    circle,
    rgba(0, 104, 166, 0.17130602240896353) 0%,
    rgba(0, 212, 255, 0) 30%
  );
  position: relative;
  margin: 25px 0 90px 0;
}
.icon_cm_1 {
  background-image: url(../images/icons/cm-icon.png);
  position: absolute;
  width: 284px;
  height: 248px;
  left: 10px;
  top: 0;
  background-size: 100% 100%;
}
.icon_cm_2 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 230px;
  height: 200px;
  transform: scale(-1, 1);
}
.wl-wrp {
  width: 95%;
  overflow: hidden;
  float: left;
  margin-bottom: 100px;
  background: rgb(0, 104, 166);
  background: linear-gradient(
    180deg,
    rgba(0, 104, 166, 1) 55%,
    rgba(0, 212, 255, 0) 55%
  );
  border-radius: 0 80px 0 0;
}
.bl-wrap {
  width: 80%;
  overflow: visible !important;
  display: block;
  margin-right: 50px;
}
.bl-wrap .owl-stage-outer {
  overflow: visible !important;
}
.wl-wrp .title-section {
  padding: 30px 20px 20px 50px;
  display: inline-block;
  width: 100%;
}
.wl-wrp .title-section h3 {
  float: right;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
.wl-wrp .title-section a {
  float: left;
}
.gallery-item {
  color: var(--color-2);
}
.gallery-item .image_box {
  border-radius: 48px;
  overflow: hidden;
}
.gallery-item .item-head {
  display: inline-block;
  width: 100%;
}
.gallery-item .item-head h3 a {
  float: right;
  color: var(--color-2);
  font-size: 20px;
}
.view_btn {
  background-color: var(--color-1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  padding: 3px 18px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.view_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  top: 0;
  background-color: var(--color-2);
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.view_btn:hover:before {
  height: 100%;
}
.view_btn:hover {
  color: #FFF;
}
.wl-wrp .title-section .view_btn {
  padding: 7px 18px;
}

/* Main Slider */
.main-slider-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.main-slider {
  position: relative;
  margin-bottom: 30px;
}
.main-slider .slide_item {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 80px;
  width: 398px;
  height: 555px !important;
  max-height: none !important;
}
.main-slider .content {
  position: relative;
}
.main-slider .owl-carousel .owl-item {
  float: left !important;
}
.main-slider .slide {
  position:relative;
  /*padding: 90px 0px;*/
  max-height: none;
  height: 540px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.main-slider .slide:before {
  position: absolute;
  content: '';
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main-slider p {
  font-size: 16px;
  color: #656565;
  opacity: 0;
  margin-bottom: 10px;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 130ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-slider .active .txt-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 700ms;
}
.main-slider .active .txt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
.main-slider .active .txt-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1800ms;
}
.main-slider .slide_item {
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 130ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  transform: scale(0);
}
.main-slider .active .slide_item {
  opacity: 1;
  transition-delay: 1000ms;
  transform: scale(1);
}
.main-slider .txt-1, .main-slider .txt-2 {
  color: var(--color-2);
  font-weight: bold;
  line-height: 55px;
}
.main-slider .txt-1 {
  font-size: 20px;
  color: var(--color-2);
  font-weight: 600;
}
.main-slider .txt-2 {
  font-size: 35px;
  color: #204F72;
  font-weight: 900;
  line-height: 70px;
}
.main-slider .txt-3 {
  font-size: 18px;
  color: var(--color-2);
  font-weight: 600;
  line-height: 33px;
}
.main-slider .links_item {
  background-color: var(--color-1);
  border: 1px solid var(--color-2);
  border-radius: 12px;
  margin-left: 15px;
  font-size: 16px;
  color: #292929;
  padding: 10px 20px;
  margin-top: 20px;
  float: right;
  opacity: 0;
  font-weight: 600;
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 130ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider .active .links_item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}
.main-slider .links_one {
  background-color: var(--color-2);
  color: #FFF;
}
.main-slider .links_two {
  background-color: transparent;
  color: var(--color-2);
}
.viewMore_btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-slider .links_item:before, .viewMore_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  top: 0;
  background-color: #f0b542;
  z-index: -1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .links_item:hover:before, .viewMore_btn:hover:before {
  height: 100%;
}
.main-slider .links_item:hover {
  border: 1px solid var(--color-1);
}
.main-slider .content {
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 60ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.main-slider .active .content {
  opacity: 1;
}
.main-slider .owl-nav, .main-slider .owl-dots {
  display: none !important;
}
.main-slider .auto-container {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
.main-slider .content {
  max-width: 500px;
  position: absolute;
  right: 100px;
  top: 30px;
}
.main-slider .content .inner-content {
  position: relative;
}
.contactInfo_item {
  margin-bottom: 15px;
}
.articleBoxItem .image_box img {
  width: 100%;
  transition: all 300ms ease;
}
.articleBoxItem:hover img {
  filter: grayscale(60%);
}
.articleBoxItem .image_box::before, .articleBoxItem .image_box::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.articleBoxItem .image_box::before {
  width: 60px;
  height: 2px;
  left: 100%;
}
.articleBoxItem .image_box::after {
  height: 60px;
  width: 2px;
  top: 0;
}
.articleBoxItem:hover .image_box::before, .articleBoxItem:hover .image_box::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.articleBoxItem:hover .image_box::before, .articleBoxItem:hover .image_box::after {
  top: 50%;
}


/* Hide all video controls */
video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
}
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
video::-webkit-media-controls-enclosure {
  display: none !important;
}
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
/* For Firefox */
video::-moz-media-controls {
  display: none !important;
}
/* For Edge */
video::-ms-media-controls {
  display: none !important;
}
/* General fallback */
video {
  /* Remove default browser controls */
  controls: none !important;
}
.stiky-tel .tel_box {
    position: absolute;
  margin-top:0px !important; 
    /*padding: 0;*/
}
.cat-hover .catMenuItem:hover {
    background-color: var(--color-1);
    color: #FFF;
}
.inner-header {
    margin-top:-50px;
}
.ai-sign {
    text-align: left;
    font-size: 13px;
    color:#000
}
.footer_tel{
    display:none
}
.img-tagger-point::before,
.img-tagger-point::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-right: -26px;
    width: 15px;
    height: 15px;
    opacity: 0.8;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 3s infinite ease-out;
}

.img-tagger-point::after {
    animation-delay: 0.75s;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
.contentview .content-body * {
    font-family: peyda !important;
    color: #204f72
}
.dir-rtl {
    direction:rtl;
}
.lnk1 {
    background-color: #d2ac6a;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 12px;
    font-weight: 600;
}
.lnk1:hover {
    background-color:#204f72;
    color: #fff;
}
.simple-translate-system-theme{
    display:none !important
}
.content-body p{
    min-height:20px;
    
}
.content-body * {
    font-family: "peyda" !important;
}
.main-intro-box{
    height:572px;
}
.ban-txt {
    padding: 3rem !important;
    color:#fff;
}
a.whatsapp-sticky, .instagram-sticky {
    position: fixed;
    padding: 7px 10px 5px 10px;
    z-index: 999;
    background-color: #29a71a;
    bottom: 100px;
    color: #fff;
    left: 0px;
    filter: drop-shadow(2px 4px 6px black);
    transition: all .3s;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.instagram-sticky {
    bottom: 160px;
    
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}
    a.whatsapp-sticky i, .instagram-sticky i {
        font-size: 28px;
        color:#fff;
        display: inline-block;
        padding-top: 2px;
        /*animation: flip 10s infinite;*/
    }
    a.whatsapp-sticky:hover i, .instagram-sticky:hover i {
        animation: flip 1.5s infinite;
    }
@keyframes flip {
    0%, 100% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}
.mobile-nav-toggler .fa-bars {
    font-size:28px;
}

.ban-h {
    color: #fff;
    font-size: 40px
}
.ban-desc {
    font-size: 32px;
    line-height: 32px;
}
.stiky-tel .tel-fot {
    padding: 8px 5px 4px 5px !important;
}
.stiky-tel{
   
}
.main-header-fixed .stiky-tel {
    margin-top: 0px !important;
}
    .main-header-fixed .stiky-tel .tel_box {
        box-shadow: 0px 5px 7px #777;
    }
.in_cap_in .title_1 .he1 {
    font-size: 4vw;
    margin-bottom:10px;
}

.in_cap_in .title_1 .he2 {
    font-size: 3vw;
    margin-bottom: 10px;
}

.in_cap_in .title_1 .he3 {
    font-size: 2vw;
    margin-bottom: 10px;
}

.staff-summ {
    overflow: hidden;
    padding: 0px 15px;
   
    text-overflow: ellipsis;
    display: block;
    white-space: pre-line;
    text-align: justify;
    max-height: 0; /* For single-line height */
    transition: max-height 0.3s ease, white-space 0.3s ease;
}

.toggle:checked ~ .staff-summ {
    white-space: normal;
    max-height: 10em; /* Set an appropriate height for expanded content */
}

.toggle-label {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.toggle {
    display: none;
}

.lnk-more1 {
    background-color: var(--color-1);
    border-radius: 12px;
    color: #fff;
    padding: 3px 15px;
    
    text-decoration:none !important
}

.alert {
    border: 1px solid rgba(241, 142, 6, 0.81);
    background-color: rgba(220, 128, 1, 0.16);
    box-shadow: 0px 0px 2px #ffb103;
    color: #ffb103;
    text-shadow: 2px 1px #00040a;
    cursor: pointer;
}
    .alert.info {
        background-color: #262227
    }

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: #ffb103;
    }
.site-notify {
    font-size: 16px;
    font-family: pinar;
    text-align: center;
    padding-left: 25px;
}
    .site-notify a {
        color: #ffb103;
        margin:0px 3px;
        display:inline-block
    }