@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
.fal, .fas , .fab{
    font-family:'FontAwesome';
}
* {
    direction: rtl;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none!important;
}

body {
    text-align: right;
    color: #243238;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'IRANSans';
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.no-scroll {
    overflow: hidden;
}


/*end css reset*/


/*start style header */

.list-header p {
    color: white!important;
    margin-bottom: 5px;
}

.list-header {
    margin-top: 10px;
    padding: 0;
}

.list-header * {
    display: inline-block;
}

.list-header-item i {
    margin-left: 10px;
    color: #000;
    font-size: 19px;
}

.list-header-item:after {
    content: '-';
    padding: 0 5px;
}

.list-item-wrapper :last-child:after {
    content: '';
}

.list-header li {
    padding: 0 30px;
}

.list-header li:last-of-type {
    padding-left: unset;
    border-left: unset;
}

.social-item {
    padding-left: 20px;
}

.social-item * {
    transition: color .5s;
    font-size: 18px;
}

.social-item *:hover {
    color: #2dd6c1;
}

.col-phone-header {
    text-align: left;
}

.col-phone-header li {
    padding-bottom: 10px;
}

@media(max-width: 767px) {
    .list-header {
        text-align: center;
    }
}
.navbar-nav li {
    position: relative;
}

ul.sub-menu {
    position: absolute;
    display: none;
    width: 218px;
    text-align: right;
    transition: .4s;
    background: #fff;
    border: 1px solid #E2E6E7;
    border-radius: 5px;
    z-index: 11;
    padding-right: 10px;
}

ul.sub-menu li {
    padding-right: 15px;
    /* border-bottom: 1px solid #E2E6E7; */
}

.navbar-nav li:hover .sub-menu {
    display: block;
}

.main-nav {
    padding-top: 20px;
}
/*** Navbar ***/

.navbar .navbar-nav .nav-item a:after {
    content: "";
    width: 1px;
    height: 10px;
    /* background: #f2d479; */
    padding-left: 1px;
    margin-right: 0.5rem;
}


/*** Responsive ***/

@media(max-width:980px) {
    .container {
        max-width: 100%;
    }
}

@media(width:768px) {
    ul.navbar-nav li {
        font-size: 12px;
        white-space: nowrap;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media(max-width:680px) {
    ul.navbar-nav li a:before {
        display: none;
    }
}
.dropdown:hover>.dropdown-menu,
.btn-group:hover>.dropdown-menu {
    display: table;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0;
}

.navbar-nav li {
    cursor: pointer;
    font-size: 13px;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    border-radius: 6px;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.dropdown-submenu {
    position: relative;
    background: white;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.col-header {
    /* position: fixed; */
    top: 0px;
    width: 100%;
    left: 0;
    background: #2dd6c1;
    color: #000;
    border-bottom: 1px solid #f3f3f3;
    height: 40px;
}

.header-nav {
    padding: 0px 10px;
    transition: 0.2s linear;
    background: #2dd6c1;
    /* padding-top: 65px; */
}

.header-nav .navbar {
    max-width: 1400px;
    margin: auto;
}

@media(max-width: 765px) {
    .col-header {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
    .header-nav {
        padding-top: 0;
    }
}

.header-nav .logo img {
    height: 90px;
    /* width: 200px; */
}
.header-nav .logo img  {
   animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
            transform:scale(1);
    }
    to {
           transform:scale(1.1);
    }
    /* 0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); } */
}
.header-nav .nav-link {
    color: #000;
    margin: auto 8px;
    transition: 0.3s;
    font-weight: 600;
}

.header-nav .nav-link:hover {
    color: #000;
}

.header-nav .nav-link:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    border-radius: 2em;
    background-color: var(--main-primary);
    transition: 0.2s linear;
    color: #000;
}

.header-nav .nav-link:hover:after,
.header-nav .nav-link.active:after {
    width: calc(100% - 10px);
}

.header-nav .navbar-toggler {
    outline: none !important;
}

.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: black;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2dd6c1;
}
.fixed-menu {
    /* background: white; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0 10px rgb(85 120 114 / 60%);
}
ul.navbar-nav.pr-0.mr-auto {margin-right: 0!important;}
/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}
.carousel .title {
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    padding-bottom: 40px;
}

.carousel .text {
    margin-bottom: 35px;
    font-size: 18px;
    opacity: 0.9;
    line-height: 40px;
}

.carousel .text-editor {
    color: #707173;
}

.carousel .span-title {
    color: #2f55d4;
}

.carousel .owl-nav {
    font-size: 40px;
}

.carousel .owl-nav button {
    padding: 10px!important;
}

.carousel .owl-nav button i {
    color: white;
}

.carousel-caption {
    bottom: 77%;
}
#myCarousel .right , #myCarousel .left{
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #FFF;
    outline: none;
    z-index: 1;
    line-height: 60px;
    top: 40%;
    transform: translate(0px, -50%);
    background: #2dd6c182;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    transition:.5s;
}
 #myCarousel .left:hover {
    background: #2dd6c1;
}
 #myCarousel .right:hover {
    background: #2dd6c1;
}
.right.carousel-control{
    left: 60px;
}

.left.carousel-control {
    right: 40px;
}

.carousel.slide:hover .carousel-control-prev , .carousel.slide:hover .carousel-control-next {
    opacity: 1;
}
.left.carousel-control:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 24px;
}
.right.carousel-control:before {
    content: "\f053";
    font-family: 'fontawesome';
    font-size: 24px;
}
.btn-primary {
    padding: 20px 60px;
    background: #2dd6c1;
    border-color: unset!important;
    color: white;
    border-radius: 40px;
    margin: 10px;
    transition: .4s;
}

.btn-primary:hover {
    background: #2f55d4;
}

.btn-border {
    padding: 20px 60px;
    background: #2dd6c1;
    border-color: unset!important;
    color: white;
    border-radius: 40px;
    transition: .4s;
}

.btn-border:hover {
    background: #40b0a2;
    color: white;
}
@media(max-width: 767px) {
    .intro .btn-border {
        padding: 12px 25px;
    }
    .intro .btn-primary {
        padding: 12px 30px;
    }
}

@media(width: 320px) {
    .intro .btn-border {
        padding: 12px 12px;
    }
}
.carousel_se_01_carousel .item {
    margin-bottom: 30px;
}
i {
    font-style: normal;
}
/*end header section*/


/* @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }
  
   #myCarousel .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 30s infinite;
    animation: zoom 30s infinite;
  } */
/*   #myCarousel img {
    height: 100%;
} */


@media(max-width:375px) {
    .intro .btn-primary {
        padding: 11px 26px;
    }
}
.carousel-control-next, .carousel-control-prev {
    opacity:1;
}
#myCarousel .carousel-inner {
    max-height: 750px;
}
/*end section into*/


/*start style contact-us*/

.col-contact {
    background: white;
    border-top: 10px solid #2dd6c1;
    position: relative;
    margin-top: -100px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}

.box-contact {
    padding: 0 15px 20px 15px;
}

.contact-us .main-box-contact {
    text-align: justify;
    line-height: 30px;
    color: #90929d;
}

.title-box-contact {
    padding: 30px 10px;
}

.list-time {
    padding-right: 0px!important;
}

.box-time .list-time li {
    border-bottom: 1px solid #eeeeee;
}

.list-time li p {
    display: inline-flex;
}

.list-time .title-item {
    padding-top: 10px;
    padding-left: 40px;
    width: 74%;
    color: #90929d;
}

.time-item {
    color: #496bf2;
}

.btn-box-contact {
    font-size: 18px;
    color: #2dd6c1;
    transition: .4s;
}

.btn-box-contact:hover {
    color: #496bf2;
}

.phone {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.phone:hover {
    color: #2dd6c1;
}

ul.list-time i {
    font-size: 30px;
    color: #2dd6c1;
}
.img-kiosk{
    margin-top:-20px
}
.list-time svg{
    margin-top: -20px;
}
/*end style contact-us*/


/*start style service*/

.services {
    padding: 60px 0;
    background-image: url(../images/ner2.png);
    background-size: cover;
    background-position: center;
    margin-top: 40px;
}

.spa-service-box {
    text-align: center;
    border-radius: 12px;
    box-shadow: 1px 1px 18px 0 rgb(0 0 0 / 8%);
    padding: 50px 30px 50px;
    background: #ffffff9c;
    transition: all 0.5s;
}
.spa-service-box:hover{
    background:#2dd6c1;
    color:white;
}
.icon-xl.text-primary.m-b10 {
    margin-bottom: 20px;
}

p.service-text {
    line-height: 30px;
}
h6.service {
    font-size: 15px;
    font-weight: 700;
}
/*end style service*/


/*start style about*/
#about {
    padding: 60px;
}
.about .title-section {
    padding-top: 40px;
}

.main-about {
    line-height: 30px;
}

.desc-about {
    color: #90929d;
}

.icon-about {
    position: relative;
    top: -70px;
    right: 140px;
}

#about .main-section {
    line-height: 35px;
}
.col-image-about{
    border: 1px solid #2dd6c1;
    padding: 20px;
    border-radius: 20px;
}
#about .carousel-control-next,#about .carousel-control-prev, #other-services .carousel-control-next,#other-services .carousel-control-prev {background: #e8e8e8;width: 60px;height: 60px;line-height: 50px;border-radius: 50px;box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);color: #000;font-size: 36px;opacity: 1;margin-left: 0px;margin-right: 15px;}
.about #carouselExampleControls::after {
    background: #2dd6c1 none repeat scroll 0 0;
    bottom: 5px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 35%);
    color: #000000;
    content: "";
    height: 70%;
    position: absolute;
    right: 5px;
    width: 40%;
    z-index: -1;
    border-radius:20px;
 }
 .about #carouselExampleControls img {
     padding: 20px;
 }
 .about .owl-btn {
    bottom: -86px;
    left: 45%;
    position: absolute;
    transform: translate(-50%);
    width: 150px;
    height: 100px;
}
.carousel-control-prev:before {
    content: "\f053";
    font-family: 'fontawesome';
    font-size: 24px;
    color:#000;
padding-right: 15px;
}
a.carousel-control-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 24px;
    color:#000;
    padding-right: 15px;
}
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon {
    background: none;
}
/*end style about*/

/*start section features*/

.features {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

.box-features {
    border: 1px solid #ddd9d9;
    padding: 30px;
    transition: .4s;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.box-features:hover {
    box-shadow: 0px 0px 10px 0px rgba(73, 107, 242, 0.1);
    border-top: 3px solid #496bf2;
    outline: 0px solid transparent;
    background: #fff;
}

.features .features-text {
    text-align: justify;
    color: #90929d;
    line-height: 30px;
}

.box-btn-features .btn-border {
    padding: 15px 75px!important;
}


/*end style section features*/
.box-map {
    overflow: hidden;
    /* padding-bottom: 336px; */
    position: relative;
    height: 0;
    padding-top: 190px;
    border-radius: 20px;
}

.box-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*end style section contact-detail*/

/* start style section other-services */
.other-services .carousel-caption {
    color: #000;
    text-align: right;
    position: absolute;
    padding: 35px 50px 35px 75px;
    background-color: #2dd6c1;
    border-radius: 10px;
    width: 100%;
    height: 180px;
    line-height: 50px;
}
.other-services .col-content {
    position: relative;
    margin-top: 515px;
    margin-right: -175px;
}
.owl-btn-other-services {
    position: relative;
}

.owl-btn-other-services .carousel-control-next, .owl-btn-other-services .carousel-control-prev {
    position: absolute;
    top: -90px;
}
.owl-btn-other-services .carousel-control-next{
    right:77%;
    z-index:333;
}
.owl-btn-other-services .carousel-control-prev {
    left:10%;
    z-index:333
}
#other-services {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 200px;
}
section#other-services::before {
    position: absolute;
    content: '';
    background-color: #000000b8;
    height: 100%;
    width: 100%;
    top: 0;
}

#other-services .col-image-other-services {
    position: relative;
    top: 95px;
}
section#other-services .title-section {
    color: white;
    position: relative;
    padding-top: 70px;
}
/* end style section other-services */
.carousel_se_01{
    background-image: url(../images/bg5.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
section.carousel_se_01 .item {
    border: 1px solid #56f4e0;
    margin-left: 10px;
    min-height: 400px;
}
.carousel_se_01 .owl-carousel .owl-item img{
    width:auto;
    margin-right: auto;
    margin-left: auto;
}
.title-features {
    background: #2dd6c1;
    padding: 20px;
    font-size: 15px;
}
.carousel_se_01 .item .col-md-12{
    padding: 0;
}
.round_icon_img {
    border-bottom: 1px solid #2dd6c1;
    padding: 10px;
    height: 90px;
}

p.features-text {
    padding: 20px;
    text-align: justify;
    line-height: 30px;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    left: -75px;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 25px;
    color: #2dd6c1;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    width: 55px;
    height: 55px;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-next:hover {
    background: #2dd6c1;
    color: #fff;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev {
   position: absolute;
   top: 42%;
   right: -75px;
   background: rgb(255, 255, 255);
   display: inline-block;
   transform: translateY(-50%);
   border-radius: 50%;
   font-size: 25px;
   color: #2dd6c1;
   box-shadow: 0 0 8px rgba(0,0,0,.25);
   width: 55px;
   height: 55px;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev:hover {
    background: #2dd6c1;
    color: #fff;
}



.carousel_se_01 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.carousel_se_01 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

/*start style section footer*/

.footer {
    padding: 70px 0 25px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #343a40;
}

.about-footer {
    color: #b4b4b5;
    line-height: 30px;
    padding-top: 30px;
}

.tittle-link {
    color: white;
    margin-bottom: 25px;
}

.social {
    color: white;
    padding-right: 0px!important;
}

.social li {
    display: inline-block;
}

.social li a {
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    transition: all .3s;
}

.social li i {
    font-size: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.social li a:hover {
    color: #496bf2;
}

.list-link .active {
    color: #2dd6c1;
}

.list-link {
    padding-right: 0px!important;
    color: #b4b4b5;
}

.list-link li {
    line-height: 30px;
    transition: all .4ms;
}

.list-link li:hover {
    color: #2dd6c1;
}

footer .list-link i {
    padding: 5px;
    color: #2dd6c1;
    padding-left: 10px;
}

.col-address .list-link li:hover {
    color: #2f55d4!important;
}

footer .list-time li {
    border-bottom: 1px solid rgba(243, 243, 243, 0.1);
}

footer .time-item {
    color: white!important;
}

.item-phone-footer {
    color: white!important;
    font-weight: bold;
    font-size: 22px;
}

footer .list-time .title-item {
    width: 60%!important;
}

footer hr {
    border-top: 1px solid #b4b4b5;
}

.copyright {
    color: #b4b4b5;
}


/*end style section footer*/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/WebFonts/fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/WebFonts/fonts/woff/IRANSansWeb_Black.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/WebFonts/fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/WebFonts/fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/WebFonts/fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/WebFonts/fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/WebFonts/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/WebFonts/fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/WebFonts/fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/WebFonts/fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
.fal{
    font-family:'FontAwesome';
}
* {
    direction: rtl;
    box-sizing: border-box;
    outline: none;
}

*:focus {
    outline: none!important;
}

body {
    text-align: right;
    color: #243238;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'IRANSans';
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.no-scroll {
    overflow: hidden;
}


/*end css reset*/


/*start style header */

.list-header p {
    color: white!important;
    margin-bottom: 5px;
}

.list-header {
    margin-top: 10px;
    padding: 0;
}

.list-header * {
    display: inline-block;
}

.list-header-item i {
    margin-left: 10px;
    color: #000;
    font-size: 19px;
    font-style: normal;
}

.list-header-item:after {
    content: '-';
    padding: 0 5px;
}

.list-item-wrapper :last-child:after {
    content: '';
}

.list-header li {
    padding: 0 30px;
}

.list-header li:last-of-type {
    padding-left: unset;
    border-left: unset;
}

.social-item {
    padding-left: 20px;
}

.social-item * {
    transition: color .5s;
    font-size: 18px;
}

.social-item *:hover {
    color: #000;
    transform: scale(1.1);
}

.col-phone-header {
    text-align: left;
}

.col-phone-header li {
    padding-bottom: 10px;
}

@media(max-width: 767px) {
    .list-header {
        text-align: center;
    }
}

.dropdown:hover>.dropdown-menu,
.btn-group:hover>.dropdown-menu {
    display: table;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0;
}

.navbar-nav li {
    cursor: pointer;
    font-size: 13px;
}

.nav-link {
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    border-radius: 6px;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.dropdown-submenu {
    position: relative;
    background: white;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.col-header {
    /* position: fixed; */
    top: 0px;
    width: 100%;
    left: 0;
    background: #2dd6c1;
    color: #000;
    border-bottom: 1px solid #f3f3f3;
    height: 40px;
}

.header-nav {
    padding: 0px 10px;
    transition: 0.2s linear;
    background: #2dd6c1;
    /* padding-top: 65px; */
}

.header-nav .navbar {
    max-width: 1400px;
    margin: auto;
}

@media(max-width: 765px) {
    .col-header {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
    .header-nav {
        padding-top: 0;
    }
}

.header-nav .navbar-brand img {
    height: 90px;
    /* width: 200px; */
}
.header-nav .navbar-brand img  {
   animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
            transform:scale(1);
    }
    to {
           transform:scale(1.1);
    }
    /* 0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); } */
}
.header-nav .nav-link {
    color: #000;
    margin: auto 8px;
    transition: 0.3s;
    font-weight: 600;
}

.header-nav .nav-link:hover {
    color: #000;
}
.sub-menu .nav-link:hover {
    color: #2dd6c1;
}
.header-nav .nav-link:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    border-radius: 2em;
    background-color: var(--main-primary);
    transition: 0.2s linear;
    color: #000;
}

.header-nav .nav-link:hover:after,
.header-nav .nav-link.active:after {
    width: calc(100% - 10px);
}

.header-nav .navbar-toggler {
    outline: none !important;
}

.header-nav .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: black;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #2dd6c1;
}
.fixed-menu {
    /* background: white; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0 10px rgb(85 120 114 / 60%);
}

/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}
.carousel .title {
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: bold;
    padding-bottom: 40px;
}

.carousel .text {
    margin-bottom: 35px;
    font-size: 18px;
    opacity: 0.9;
    line-height: 40px;
}

.carousel .text-editor {
    color: #707173;
}

.carousel .span-title {
    color: #2f55d4;
}

.carousel .owl-nav {
    font-size: 40px;
}

.carousel .owl-nav button {
    padding: 10px!important;
}

.carousel .owl-nav button i {
    color: white;
}

.carousel-caption {
    bottom: 64%;
}

.btn-primary {
    padding: 20px 60px;
    background: #2dd6c1;
    border-color: unset!important;
    color: white;
    border-radius: 40px;
    margin: 10px;
    transition: .4s;
}

.btn-primary:hover {
    background: #2f55d4;
}

.btn-border {
    padding: 20px 60px;
    background: #2dd6c1;
    border-color: unset!important;
    color: white;
    border-radius: 40px;
    transition: .4s;
}

.btn-border:hover {
    background: #40b0a2;
    color: white;
}
@media(max-width: 767px) {
    .intro .btn-border {
        padding: 12px 25px;
    }
    .intro .btn-primary {
        padding: 12px 30px;
    }
}

@media(width: 320px) {
    .intro .btn-border {
        padding: 12px 12px;
    }
}


/*end header section*/


/* @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }
  
   #myCarousel .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 30s infinite;
    animation: zoom 30s infinite;
  } */
/*   #myCarousel img {
    height: 100%;
} */


@media(max-width:375px) {
    .intro .btn-primary {
        padding: 11px 26px;
    }
}
.carousel-control-next, .carousel-control-prev {
    opacity:1;
}

/*end section into*/


/*start style contact-us*/

.col-contact {
    background: white;
    border-top: 10px solid #2dd6c1;
    position: relative;
    margin-top: -100px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
	min-height: 180px;
}

.box-contact {
    padding: 0 15px 20px 15px;
}

.contact-us .main-box-contact {
    text-align: justify;
    line-height: 30px;
    color: #90929d;
    direction: ltr;
    text-align-last: left;
}

.title-box-contact {
    padding: 15px 10px 10px;
}

.list-time {
    padding-right: 0px!important;
}

.box-time .list-time li {
    border-bottom: 1px solid #eeeeee;
}

.list-time li p {
    display: inline-flex;
}

.list-time .title-item {
    padding-top: 10px;
    padding-left: 40px;
    width: 74%;
    color: #90929d;
}

.time-item {
    color: #496bf2;
}

.btn-box-contact {
    font-size: 18px;
    color: #2dd6c1;
    transition: .4s;
}

.btn-box-contact:hover {
    color: #496bf2;
}

.phone {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.phone:hover {
    color: #2dd6c1;
}

ul.list-time i {
    font-size: 30px;
    color: #2dd6c1;
}
.img-kiosk{
    margin-top:-20px
}
.list-time svg{
    margin-top: -20px;
}
/*end style contact-us*/


/*start style service*/

.services {
    padding: 60px 0;
    background-image: url(../images/ner2.png);
    background-size: cover;
    background-position: center;
    margin-top: 40px;
}

.spa-service-box {
    text-align: center;
    border-radius: 12px;
    box-shadow: 1px 1px 18px 0 rgb(0 0 0 / 8%);
    padding: 50px 30px 50px;
    background: #ffffff9c;
    transition: all 0.5s;
    margin: 10px;
    height: 380px;
}
.spa-service-box:hover{
    background:#2dd6c1;
    color:white;
}
.icon-xl.text-primary.m-b10 {
    margin-bottom: 20px;
}

p.service-text {
    line-height: 30px;
    direction: ltr;
}
h6.service {
    font-size: 15px;
    font-weight: 700;
}
/*end style service*/


/*start style about*/
#about {
    padding: 60px;
}
.about .title-section {
    padding-top: 40px;
    text-align-last: left;
}

.main-about {
    line-height: 30px;
    text-align: left;
    direction: ltr;
}

.desc-about {
    color: #90929d;
    text-align: left;
}

.icon-about {
    position: relative;
    top: -70px;
    right: 140px;
}

#about .main-section {
    line-height: 35px;
    text-align: justify!important;
    text-align-last: left;
}
.col-image-about{
    border: 1px solid #2dd6c1;
    padding: 20px;
    border-radius: 20px;
}
#about .carousel-control-next,#about .carousel-control-prev, #other-services .carousel-control-next,#other-services .carousel-control-prev {background: #e8e8e8;width: 60px;height: 60px;line-height: 50px;border-radius: 50px;box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);color: #000;font-size: 36px;opacity: 1;margin-left: 0px;margin-right: 15px;}
.about #carouselExampleControls::after {
    background: #2dd6c1 none repeat scroll 0 0;
    bottom: 5px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 35%);
    color: #000000;
    content: "";
    height: 70%;
    position: absolute;
    right: 5px;
    width: 40%;
    z-index: -1;
    border-radius:20px;
 }
 .about #carouselExampleControls img {
     padding: 20px;
 }
 .about .owl-btn {
    bottom: -86px;
    left: 45%;
    position: absolute;
    transform: translate(-50%);
    width: 150px;
    height: 100px;
}
.carousel-control-prev:before {
    content: "\f053";
    font-family: 'fontawesome';
    font-size: 24px;
    color:#000;
    padding-right: 0px;
}
a.carousel-control-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 24px;
    color:#000;
    padding-right: 0px;
}
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon {
    background: none;
}
/*end style about*/

/*start section features*/

.features {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f5f5f5;
}

.box-features {
    border: 1px solid #ddd9d9;
    padding: 30px;
    transition: .4s;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.box-features:hover {
    box-shadow: 0px 0px 10px 0px rgba(73, 107, 242, 0.1);
    border-top: 3px solid #496bf2;
    outline: 0px solid transparent;
    background: #fff;
}

.features .features-text {
    text-align: justify;
    color: #90929d;
    line-height: 30px;
}

.box-btn-features .btn-border {
    padding: 15px 75px!important;
}


/*end style section features*/
.box-map {
    overflow: hidden;
    /* padding-bottom: 336px; */
    position: relative;
    height: 0;
    padding-top: 190px;
    border-radius: 20px;
}

.box-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*end style section contact-detail*/

/* start style section other-services */
.other-services .carousel-caption {
    color: #000;
    text-align: left;
    position: absolute;
    padding: 35px 50px 35px 75px;
    background-color: #2dd6c1;
    border-radius: 10px;
    width: 100%;
    height: 180px;
    line-height: 50px;
}
.other-services .col-content {
    position: relative;
    margin-top: 515px;
    margin-right: -175px;
}
.owl-btn-other-services {
    position: relative;
}

.owl-btn-other-services .carousel-control-next, .owl-btn-other-services .carousel-control-prev {
    position: absolute;
    top: -90px;
}
.owl-btn-other-services .carousel-control-next{
    right:77%;
    z-index:333;
}
.owl-btn-other-services .carousel-control-prev {
    left:10%;
    z-index:333
}
#other-services {
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 200px;
}
section#other-services::before {
    position: absolute;
    content: '';
    background-color: #000000b8;
    height: 100%;
    width: 100%;
    top: 0;
}

#other-services .col-image-other-services {
    position: relative;
    top: 95px;
}
section#other-services .title-section {
    color: white;
    position: relative;
    padding-top: 70px;
}
/* end style section other-services */
.carousel_se_01{
    background-image: url(../images/bg5.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
section.carousel_se_01 .item {
    border: 1px solid #56f4e0;
    margin-left: 10px;
    min-height: 400px;
}
.carousel_se_01 .owl-carousel .owl-item img{
    width:auto;
    margin-right: auto;
    margin-left: auto;
}
.title-features {
    background: #2dd6c1;
    padding: 20px;
    font-size: 15px;
    text-align: center;
}
.carousel_se_01 .item .col-md-12{
    padding: 0;
}
.round_icon_img {
    border-bottom: 1px solid #2dd6c1;
    padding: 10px;
    height: 90px;
}

p.features-text {
    padding: 20px;
    text-align: justify;
    line-height: 30px;
    text-align-last: left;
    direction: ltr;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    left: -75px;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 25px;
    color: #2dd6c1;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    width: 55px;
    height: 55px;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-next:hover {
    background: #2dd6c1;
    color: #fff;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev {
   position: absolute;
   top: 42%;
   /* right: -50px; */
   background: rgb(255, 255, 255);
   display: inline-block;
   transform: translateY(-50%);
   border-radius: 50%;
   font-size: 25px;
   color: #2dd6c1;
   box-shadow: 0 0 8px rgba(0,0,0,.25);
   width: 55px;
   height: 55px;
}
.carousel_se_01  .owl-carousel .owl-nav button.owl-prev:hover {
    background: #2dd6c1;
    color: #fff;
}



.carousel_se_01 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.carousel_se_01 .owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

/*start style section footer*/

.footer {
    padding: 70px 0 25px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #343a40;
}

.about-footer {
    color: #b4b4b5;
    line-height: 30px;
    padding-top: 30px;
}

.tittle-link {
    color: white;
    margin-bottom: 25px;
    text-align: left;
}

.social {
    color: white;
    padding-right: 0px!important;
}

.social li {
    display: inline-block;
}

.social li a {
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    transition: all .3s;
}

.social li i {
    font-size: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.social li a:hover {
    color: #496bf2;
}

.list-link .active {
    color: #2dd6c1;
}

.list-link {
    padding-right: 0px!important;
    color: #b4b4b5;
    text-align: left;
}

.list-link li {
    line-height: 30px;
    transition: all .4ms;
}

.list-link li:hover {
    color: #2dd6c1;
}

.footer .list-link i {
    padding: 5px;
    color: #2dd6c1;
    padding-left: 10px;
}

.col-address .list-link li:hover {
    color: #2f55d4!important;
}

.footer .list-time li {
    border-bottom: 1px solid rgba(243, 243, 243, 0.1);
    text-align: left;
}

.footer .time-item {
    color: white!important;
}

.item-phone-footer {
    color: white!important;
    font-weight: bold;
    font-size: 14px;
}

.footer .list-time .title-item {
    width: 60%!important;
}

.footer hr {
    border-top: 1px solid #b4b4b5;
}

.copyright {
    color: #b4b4b5;
}
.footer-copyright {
    background: #343a40;
    padding-bottom: 30px;
}
/*end style section footer*/
.contact-address {
    text-align: center;
    border: 2px solid #2dd6c1;
    border-radius: 15px;
    height: 300px;
}

.contact-content {
    padding: 40px 0;
}

.style1 {
    padding-top: 20px;
}
/* mobile */
@media(max-width: 1024px) {
        .col-header {
            height: 120px;
        }
        .header-nav .logo img{
            padding: 10px;
        }
        .col-contact{
            margin-top: 10px;
        }
        .spa-service-box {
        margin-bottom: 30px;
         }
         .carousel-caption {
            bottom: 60%;
         }
         .btn-border {
          padding: 10px 30px;
          margin-right: 20px;
          }
#other-services .carousel-control-next {
    margin-left: 20px!important;
    margin-right: 0;
}
}
@media(max-width: 767px) {
p.title {
    font-size: 20px;
}
.carousel-caption.text-right {
    bottom: 35%;
   
}
.carousel-caption .title{
    font-size: 14px; 
}
#myCarousel .right, #myCarousel .left {
    top: 45%;
    width: 30px;
    height: 30px;
line-height: 35px;
}
.left.carousel-control:before, .right.carousel-control:before { 
font-size:13px;
}
.right.carousel-control{
    left: 40px;
}

.left.carousel-control {
    right: 40px;
}
#other-services .carousel-control-next {
    margin-left: 20px!important;
    margin-right: 0;
}
.other-services .col-content {
    position: relative;
    margin-top: 40px;
    margin-right: 0;
}
.other-services .carousel-caption{
position: unset!important;
    left: 0;
    right: 0;
}
.owl-btn-other-services .carousel-control-next {
    right: 67%;
}
.owl-btn-other-services .carousel-control-next, .owl-btn-other-services .carousel-control-prev {
    top: -50px;
}
#about .carousel-control-next, #about .carousel-control-prev, #other-services .carousel-control-next, #other-services .carousel-control-prev{
    width: 35px;
    height: 35px;
}
a.carousel-control-next:before {
    font-size: 18px;
}
a.carousel-control-next:before,  a.carousel-control-prev:before {
    font-size: 18px;
}
.about .owl-btn {
    bottom: -100px;
}
.carousel-control-next {
    right: 50px;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    right: -50px;
}
.carousel_se_01 .owl-carousel .owl-nav button.owl-next{
      width: 40px;
    height: 40px;
    left: -50px;
}
.col-phone-header{display: none;}
.langflags{
    text-align:left;
}
}
section.contact-us {
    margin-left: 25px;
    margin-right: 35px;
}

.footerfa {
    display: none;
}
.col-image-other-services img {
    width: 540px;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}
.owl-btn-other-services .right {
    position: absolute;
    right: 43%;
}
.owl-btn-other-services .left {
    position: absolute;
    left: 43%;
}
.form-wrap.form-builder {display: flex;flex-direction: column;text-align:center}

.frmb {margin: 0 auto!important;}

.row.firstreg {box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;}

.vertical-carousel-formgenerator-title {text-align: center;}

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.3s ease-in-out;
    border-radius: 9px;
    padding: 10px 15px 10px 12px;
    box-shadow: 0px 2px 2px 2px;
}

.btn-default:hover {
    color: #fff;
    background: #337ab7;
    transition: all 0.1s ease-in-out;
}

