@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');
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/LibreBaskerville-Italic.otf');
url('../fonts/ttf/LibreBaskerville-Italic.ttf') format('truetype');
}

/*
font-family: font-family: 'IRANSans';
*/

/* RESET
================================================== */
*:last-child {
    margin-bottom: 0;
}

.site-wrap {
    overflow: hidden;
}

input:focus, textarea:focus, btn:focus, select:focus, .btn:focus {
    outline: none !important
}

.btn:focus {
    box-shadow: none;
}

.btn-primary:active, .btn-tertiary:active {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* SETUP
================================================== */
body {
    font-kerning: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'IRANSans';
    font-size: 14px;
    line-height: 35px;
    letter-spacing: .5px;
    color: #A1A5A8;
    background-color: #414549;
    position: relative;
}

body .outside-lines {
    content: '';
    width: 963px;
    opacity: 0.09;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    z-index: 8;
    pointer-events: none;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

body .inside-line {
    content: '';
    width: 1px;
    opacity: 0.09;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    background: #fff;
    z-index: 8;
    pointer-events: none;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
}

.section-padding {
    padding: 6vw 0;
}

.section-padding-t {
    padding-top: 6vw;
}

.top-padding {
    padding-top: 6vw;
}

.nopad {
    padding: 0;
}

.pad-35 {
    padding: 0 35px;
}

.bottom-padding {
    padding-bottom: 6vw;
}

.smaller-padding {
    padding: 6.5vw 0;
}

.pad-md {
    padding: 8vw 8vw 8vw 24vw;
}

.padding-bottom {
    padding-bottom: 6vw;
}

.hide-desktop {
    display: none;
}

a {
    color: #565656;
}

a:hover {
    color: #fff;
    text-decoration: none !important;
}

.btn, .gform_footer.top_label {
    border-radius: 0;
    font-size: 14px;
    display: inline-flex;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    height: 64px;
    padding: 0 36px;
    align-items: center;
}

.btn-primary, .gform_footer.top_label {
    background: rgb(0, 113, 141);
    background: linear-gradient(90deg, rgba(0, 113, 141, 1) 0%, rgba(0, 157, 195, 1) 64%, rgba(0, 166, 191, 1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    text-transform: uppercase;
}

.btn-primary:hover, .gform_footer.top_label:hover {
    background: transparent;
    color: #00A6BF;
    border: 2px solid #00A6BF;
}

.call:hover span {
    color: #00A6BF;
}

.call:hover i {
    color: #00A6BF;
}

.btn-primary::before, .gform_footer.top_label::before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-primary:hover::before, .gform_footer.top_label:hover::before {
    transform: scale(1.4);
    opacity: 0;

}

.btn-secondary {
    display: block;
    color: #1C1E20 !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 16px;
    background: transparent !important;
    border: none !important;
    margin-top: 45px;
}

.btn-secondary i {
    position: relative;
    right: -4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .4
}

.btn-secondary:hover i {
    right: -10px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-tertiary {
    background: transparent;
    border: 1px solid rgba(28, 30, 32, 0.3);
    color: #1C1E20 !important;
    position: relative;
    text-transform: uppercase;
}

.btn-tertiary:hover {
    background: transparent;
    color: #1C1E20;
    border: 1px solid #1C1E20;
}

.btn-tertiary::before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid #1C1E20;
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-tertiary:hover::before {
    transform: scale(1.4);
    opacity: 0;
}

.btn-right {
    margin: 0 auto;
    display: flex;
    width: 353px;
    max-width: 100%;
    white-space: normal;
}

.btn-hero {
    display: none;
}

h1, h2, h3, h4 {
    font-family: 'IRANSans';
    text-transform: uppercase;
}

h2 {
    color: #3c4548;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
}

h1 span {
    text-transform: uppercase;
    background: linear-gradient(to right, #00718D 0%, #00a6bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
}

h2 span {
    text-transform: uppercase;
    background: linear-gradient(to right, #00718D 0%, #00a6bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
}

.h2-page-header {
    text-transform: uppercase;
    background: linear-gradient(to right, #00718D 0%, #00a6bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

p {
    margin-bottom: 25px;
    direction: rtl;
    text-align: right;
    color: #505050;
    text-align: justify;
}

img {
    width: 100%;
    height: auto;
}

.p-about-us-information {
    line-height: 40px;
}

.p-work-us-information {
    line-height: 40px;
    /*padding-top: 10px;*/
}

.nopad-left {
    padding-left: 0;
}

.two-columns {
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 80px
}

.three-columns {
    -webkit-column-count: 3;
    column-count: 3;
    column-gap: 8vw;
}

.orange-side {
    position: relative;
    padding: 2px 0 30px 37px;
}

.orange-side .o-left {
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: rgb(0, 113, 141);
    background: linear-gradient(90deg, rgba(0, 113, 141, 1) 0%, rgba(0, 157, 195, 1) 64%, rgba(0, 166, 191, 1) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.orange-side .o-bottom {
    content: '';
    display: block;
    height: 5px;
    width: 40px;
    background: rgb(0, 113, 141);
    background: linear-gradient(90deg, rgba(0, 113, 141, 1) 0%, rgba(0, 157, 195, 1) 64%, rgba(0, 166, 191, 1) 100%);
    position: absolute;
    right: 0;
    bottom: 0;
}

.gray-bg .orange-side a, .white-bg .orange-side a {
    color: #1C1E20;
}

/* BACKGROUND VIDEO
================================================== */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* SLIDER
================================================== */
.slider {
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slide {
    position: relative;
    overflow: hidden;
}

.slide-content {
    position: relative;
    z-index: 1;
}

.swiper-button-next, .swiper-button-prev {
    background: none !important;
    height: 30.11px;
    width: 63.42px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 1px;
    height: 45px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .8;
    margin: 0 10px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00A6BF;
    height: 100px;
}

.swiper-pagination {
    height: 100px;
}

.swiper-pagination-bullet {
    width: 3px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
}

/* BLOCK
================================================== */
.block {
    position: relative;
    overflow: hidden;
}

.block-content {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.block-content > *:not(.bg-video) {
    position: relative;
    z-index: 1;
}

/* SOCIAL ICONS
================================================== */
.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* HEADER
================================================== */
.header-static {
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    z-index: 99;
}

.header-static div.logo, #main-menu div.logo {
    position: absolute;
    top: 55px;
    left: 75px;
    height: 100px;
    width: 110px;
}

#mount {
    height: 100%;
    float: left;
    opacity: 0;
}

#nyg-logo {
    height: 78.125%;
    float: right;
    opacity: 0;
}

.header-sticky #mount, .header-sticky #nyg-logo {
    opacity: 1;
}

.header-static .mytouch-portal, #main-menu .mytouch-portal {
    display: flex;
    align-items: center;
    height: 30px;
    position: absolute;
    top: 78px;
    right: 123px;
    padding-right: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.mytouch-portal .right-line {
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, .2);
}

.header-static .mytouch-portal a, #main-menu .mytouch-portal a {
    display: block;
    color: #FFFFFF;
    height: 12px;
    font-family: 'IRANSans';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 14px;
    opacity: 0;
}

#menu-icon {
    height: 35px;
    width: 35px;
    position: absolute;
    background-color: transparent;
    top: 75px;
    right: 75px;
    cursor: pointer;
}

#menu-icon path {
    fill: #fff;
}

#menu-icon.close {
    float: none;
    opacity: 1;
    height: 25px;
    width: 25px;
}

.header-static.scrolling div.logo, .header-static.scrolling .mytouch-portal {
    top: -95px;
}

.close::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
}

.close::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: rotate(45deg);
    top: 0;
    position: absolute;
    right: 0;
}

.header-static .btn-primary {
    display: none;
}

header.header-sticky {
    position: fixed;
    left: 0;
    top: -70px;
    width: 100%;
    height: 70px;
    background: #fff;
    color: #35393d;
    z-index: 998;
    -webkit-transition: top .4s ease;
    transition: top .4s ease;
    box-shadow: rgba(240, 240, 240, .3) 2px 3px 2px;
}

header.header-sticky.show {
    top: 0;
}

header.header-sticky nav ul {
    list-style: none;
    padding: 0;
    direction: rtl;
}

header.header-sticky .btn-primary {
    height: 50px;
    margin-right: 60px;
    padding: 0 15px;
}

header.header-sticky .btn-primary i {
    margin-right: 10px;
}

header.header-sticky ul li {
    position: relative;
}

header.header-sticky nav li a {
    display: flex;
    height: 70px;
    align-items: center;
    padding: 0 10px;
    color: #35393d;
    font-weight: 500;
}

header.header-sticky .logo {
    height: 60px;
    margin-left: 15px;
    /*width: 340px;*/
}

header.header-sticky .menu .sub-menu {
    position: absolute;
    top: 100%;
    height: 0;
    background: #fff;
    min-width: 240px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: rgba(255, 255, 255, .03) 2px 3px 2px;
    color: #4a4a4a;
}

header.header-sticky .menu li:hover .sub-menu {
    height: auto;
    opacity: 1;
    overflow: visible;
}

header.header-sticky nav .sub-menu li a {
    height: auto;
    padding: 10px 20px;
    line-height: 1.4em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #4a4a4a;
}

header.header-sticky nav .sub-menu li a:hover {
    background: #00A6BF;
}

header.header-sticky .menu li .sub-menu li:hover .sub-menu {
    height: auto;
    width: 100%;
    opacity: 1;
}

header.header-sticky .menu li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

/* MENU AREA
================================================== */
#main-menu {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    height: 100vh;
    background: #16181B;
    z-index: 999;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

#main-menu.open {
    left: 0px;
}

#main-menu nav {
    width: 100%;
    z-index: 2;
}

#main-menu nav ul {
    display: block !important;
    list-style: none;
    padding: 0;
}

#main-menu nav ul li {
    display: block !important;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 15px;
}

#main-menu nav ul li a {
    display: block !important;
    color: #FFFFFF;
    font-size: 55px;
    font-weight: bold;
    /*letter-spacing: 5.5px;*/
    line-height: 75px;
    text-transform: uppercase;
}

#main-menu nav ul.sub-menu {
    display: none !important;
}

#main-menu nav ul li .sub-menu.menu-open {
    position: absolute;
    left: 100%;
    width: 60%;
    background: transparent;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#main-menu nav ul li .sub-menu li a {
    width: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
}

#main-menu nav ul li:hover .sub-menu .sub-menu {
    display: none !important;
}

#main-menu nav ul.sub-menu li {
    position: relative;
}

#main-menu nav ul li:hover > a {
    color: #00A6BF;
}

#main-menu nav ul li a:hover, #main-menu nav ul li .sub-menu li a:hover {
    color: #00A6BF;
}

#main-menu nav .sub-menu .sub-menu {
    display: none !important
}

#main-menu nav ul li.open .sub-menu .sub-menu {
    display: none !important;
}

#main-menu nav ul li.open .sub-menu li.open .sub-menu {
    display: block !important;
    padding-left: 25px;
}

li#menu-item-2407 {
    position: relative;
}

/* TIMELINE MENU
================================================== */
.timeline-container {
    position: relative;
    height: 234px;
    width: 10000px;
    margin-top: 100px;

}

.timeline-container .timeline-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.timeline-container #menu-timeline-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 9000px;
}

.timeline-container .timeline-slide {
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 160px;
    position: relative;
    opacity: 0;
}

.timeline-container .timeline-slide li {
    list-style: none;
}

.timeline-container .timeline-slide .button-container {
    position: relative;
    display: inline-block;
    margin-bottom: 133px;
}

.timeline-container .timeline-slide > li > .button-container > a, .timeline-container .timeline-slide > li > .button-container .timeline-item {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 800;
    line-height: 65px;
    cursor: pointer;
}

.timeline-container .timeline-slide:not(.timeline-slide-active) .sub-menu {
    opacity: 0;
    z-index: -1;
}

.timeline-container .timeline-slide.timeline-slide-active {
    opacity: 1 !important;
    z-index: 1;
}

.timeline-container .timeline-slide.timeline-slide-active .line {
    opacity: .4;
}

.timeline-container .sub-menu {
    padding: 0;
    width: 100vw;
    left: calc(50% - 15px);
    position: absolute;
}

.timeline-container ul.sub-menu li {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.timeline-container span.nav-span {
    cursor: pointer;
    height: 70px;
    width: 30px;
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-top: 22px;
}

.timeline-container span.nav-span::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    border-radius: 100em;
    border: 1px solid #fff;
}

.timeline-container .timeline-slide.timeline-slide-active span.nav-span::after {
    position: absolute;
    bottom: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100em;
    content: '';
    left: 3px;
}

.timeline-container .line {
    display: block;
    width: 1px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 55px;
    left: calc(50% + 15px);
}

.timeline-container .timeline-slide:last-child .line {
    display: none !important;
}

.timeline-container .timeline-slide .button-container::before {
    content: '';
    display: block;
    height: 35px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: calc(100% + 27px);
}

.timeline-arrows {
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: 9;
}

.timeline-button-next, .timeline-button-prev {
    position: absolute;
    left: 25px;
    font-size: 25px;
    cursor: pointer
}

.timeline-button-next {
    right: 25px;
    left: auto;
}

.three-images .w-100.h-100 {
    display: block;
}

.ba-link a {
    display: block;
    width: 100%;
    height: 100%;
}

.img-wrap .image, .block-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 1s ease-out;
    border-radius: 20px;
}

.img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
    -webkit-box-shadow: -10px 10px 23px 2px rgb(145, 145, 145);
    -moz-box-shadow: -10px 10px 23px 2px rgba(145, 145, 145, 1);
    box-shadow: -10px 10px 23px 2px rgba(145, 145, 145, 1);

}

.title-wrap {
    position: relative;
}

.link-wrap p {
    display: none;
}

.orange-side {
    overflow: hidden;
}

.orange-side .over-hide {
    right: -150%;
    position: relative;
    -webki-transition: all .2s ease;
    transition: all .2s ease;
    right: 15px;

}

/* HERO SECTION
================================================== */
.hero-section, .page-header {
    height: 100vh;
    max-height: 1800px;
    min-height: 1080px;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    background-size: cover;
    background-position: center;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.hero-section2, .page-header {
    height: 100vh;
    max-height: 1800px;
    min-height: 1080px;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    color: #fff;
    background-size: cover;
    background-position: center;
    -webkit-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.hero-section::before, .page-header::before, .block-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: .2;
}

.hero-section2::before, .page-header::before, .block-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1;
    opacity: .2;
}

.page-header::before {
    opacity: .5;
}

.hero-section {
    background-attachment: fixed;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    align-items: flex-end;
    padding-bottom: 3vw;
}

.hero-section2 {
    background-attachment: fixed;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    align-items: flex-end;
    padding-bottom: 3vw;
}

.page-header.smaller-header {
    background-position: top;
}

.hero-section h1 {
    width: 961px;
    max-width: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 800;
    line-height: 106px;
    /*margin-bottom: 125px;*/
}

.hero-section .block-section {
    width: 100%;
}

.hero-section .block-content {
    width: 100%;
}

.hero-section br {
    display: none !important;
}

/* HOMEPAGE SECTION
================================================== */
.home .ba-gallery {
    color: #fff;
    display: flex;
}

.home .ba-gallery, .home .ba-gallery .block-content {
    overflow: visible;
    /*position: relative;*/
}

.home .ba-gallery .ba-link {
    height: 29.1vw;
    width: 29.1vw;
    position: relative;
    bottom: 0;
    opacity: 1;
}

.home .ba-gallery .gallery-home {
    display: flex;
    margin-top: 15px;
    margin-bottom: 8vh;
}

.home .ba-gallery h2 {
    margin: 0;
    width: 400px;
    text-align: right;
    left: -50px;
    top: -60px;
}

.orange-side span {
    right: 15px;
}

.home .ba-link h3 {
    width: 17vw;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    /*letter-spacing: 5px;*/
    line-height: 50px;
    position: absolute;
    bottom: -20px;
    left: 9.5vw;
    height: 100px;
}

.home .ba-gallery .block-content {
    width: 100%;
}

.home .body-ba {
    right: -4vw;
    top: -6vh;
}

.home .facial-ba {
    left: -4vw;
    top: -6vh;
}

.home .ba-gallery .btn-primary {
    display: flex;
    margin-left: auto;
    width: 335px;
    /*right: -60px;*/
}

#procedure-select {
    display: none;
}

.section-slider {
    height: calc(100vh - 60px);
    display: flex;
}

.section-slider h2 {
    font-size: 70px;
    font-weight: 800;
    line-height: 85px;
    letter-spacing: 3px;
}

.section-slider .slider, .section-slider .swiper-container {
    height: 100%;
}

.section-slider .swiper-slide {
    background-size: cover;
    align-items: center;
    display: flex;
    color: #fff;
}

.section-slider .swiper-slide::before {
    content: '';
    display: block;
    background: #17191B;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.section-slider .slide-content p {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
}

.section-slider .swiper-button-next {
    right: 97px;
}

.section-slider .swiper-button-prev {
    left: 97px;
}

.three-images {
    position: relative;
    height: 100vh;
}

.three-images img {
    height: auto;
    width: 38vw;
    box-shadow: -30px 30px 50px 0 rgba(0, 0, 0, 0.25)
}

.three-images img:first-child {
    position: absolute;
    left: 150px;
    top: -80px;
    z-index: 2;
    border-radius: 15px;
}

.three-images img:last-child {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    border-radius: 15px;
}

.three-images.right-images img:first-child {
    right: auto;
    left: 0;
}

.three-images.right-images img:last-child {
    right: 0;
    left: auto;
}

.three-images::before {
    content: '';
    display: block;
    background: url(../images/diagonal-lines-light.png) repeat;
    height: 85%;
    width: 33vw;
    position: absolute;
    top: 7.5%;
    left: 50%;
    transform: translateX(-50%);
}

.three-images.dark::before {
    background: url(../images/diagonal-lines-dark.png) repeat;
}

.three-images.dark img {
    box-shadow: rgba(0, 0, 0, .1) 0 0 0;
}

.header-left h2.orange-side {
    position: relative;
    left: -54%;
    z-index: 4;
    width: 761px;
    margin-bottom: 38px;
    text-align: right;
    direction: rtl;

}

.testimonial-block.section-padding {
    padding: 7vw 0;
}

.testimonial-block h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.35vw;
    width: 23vw;
    z-index: 8;
}

.testimonial-container .slide-content {
    background-color: #1F2327;
    color: #DBDEE1;
    padding: 13vh 6vw 13vh 13vw;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-block .slide-content h4 {
    color: #A1A5A8;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-top: 34px;
}

.testimonial-block .swiper-slide {
    opacity: .2;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.testimonial-block .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.testimonial-block .slide-content .orange-circle {
    height: 115px;
    width: 115px;
    border: 2px solid #00A6BF;
    border-radius: 100em;
    position: absolute;
    top: -55px;
}

.testimonial-block .slide-content .orange-circle img {
    position: relative;
    width: 100%;
    height: auto;
    left: 6px;
    border-radius: 100em;
    z-index: -1;
}

.testimonial-container {
    padding: 55px 0;
}

.testimonial-container #quote-svg {
    height: auto;
    width: 5.4vw;
    opacity: 0.5;
    position: absolute;
    top: -5vh;
    left: 4vw;
    z-index: 2;
}

.location-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: #16181b;*/
}

.location-section h2 {
    width: 475px;
    margin: 0 auto;
    padding-right: 20px;
}

.location-section .marker-box {
    margin-top: 55px;
    position: relative;
    text-align: center;
}

.marker-box .fa-map-marker-alt {
    font-size: 64px;
    margin-bottom: 80px;
    color: #ca244c
}

.marker-box .fa-phone {
    font-size: 16px;
    /*margin-bottom: 80px;*/
    color: #2fba45;
    padding-left: 8px;
}

.marker-box .fa-phone-volume {
    font-size: 64px;
    margin-bottom: 80px;
    color: #00A6BF;
}

.marker-box .fa-whatsapp {
    font-size: 17px;
    /*margin-bottom: 80px;*/
    color: #4AC959;
    padding-right: 5px;
}

.marker-box .fa-instagram {
    font-size: 17px;
    /*margin-bottom: 80px;*/
    color: #E1306C;
    padding-right: 5px;
}

.marker-box .fa-edge {
    font-size: 60px;
    margin-bottom: 80px;
    color: #23679a;
}

.marker-box .fa-edge22 {
    font-size: 16px;
    color: #23679a;
}

.marker-box .fa-fax {
    font-size: 16px;
    margin-bottom: 80px;
    color: #c61f49;
}

.marker-box .fa-envelope {
    font-size: 16px;
    /*margin-bottom: 80px;*/
    color: #D44638;
    padding-right: 8px;
}

.location-box {
    color: #A1A5A8;
    font-family: "IRANSans";
    font-size: 15px;
    line-height: 34px;
    text-align: right;
    padding: 0 70px 0 0;

}

.pr-contact-f{
    padding: 0 110px 0 0;
}

.location-box p {
    margin: 7px 0 0 0;
}

.location-box h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #3d3d3d;
    text-transform: capitalize;
    line-height: 34px;
    text-align: right;
    direction: rtl;
}

.location-box2 {
    color: #A1A5A8;
    font-family: "IRANSans";
    font-size: 15px;
    line-height: 34px;
    text-align: right;
    /*padding: 0 70px 0 0;*/

}

.location-box2 p {
    margin: 7px 0 0 0;
}

.location-box2 h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #3d3d3d;
    text-transform: capitalize;
    line-height: 34px;
    text-align: right;
    direction: rtl;
}

.location-section .marker-box.lower-box {
    margin-top: 140px;
    text-align: center;
}

.location-section .line {
    width: 104%;
    height: 3px;
    background: #00A6BF;
    position: absolute;
    top: 30px;
    left: 188px;
    transform: rotate(15deg);
    transform-origin: left center;
}

.location-section .lower-box .line {
    transform: rotate(-15deg);
    top: 25px;
}

.location-section .location-marker:last-child .line {
    display: none;
}

.location-section .location-marker {
    width: 22vw;
    margin-left: 2.6vw;
    font-weight: 600;
}

.media-box {
    -webkit-column-break-inside: avoid;
    break-inside: avoid !important;
    display: block;
    margin-bottom: 50px;
}

.media-box:last-child {
    margin-bottom: 0;
}

.financial-box {
    margin: 40px 0;
}

.financial-box img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 35px;
}

/* REUSABLE SECTION
================================================== */
.contact-footer {
    background-size: cover;
    background-attachment: fixed;
}

.contact-box {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 100px 160px;
}

.contact-box h2 {
    position: relative;
    /*left: -38%;*/
    width: 500px;
    margin-bottom: 35px;
    text-align: right;
}

.contact-box label {
    display: none !important;
    color: #FFFFFF;
    font-family: 'IRANSans';
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.contact-box .gfield, .contact-box .ginput_container {
    margin-top: 0 !important;
}

.contact-box input, .contact-box select {
    color: #A1A5A8;
    font-family: 'IRANSans';
    font-size: 20px;
    line-height: 24px;
    height: 49px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #424548;
    padding: 0 0 25px !important;
    margin-bottom: 40px;
}

.contact-box select option {
    color: #A1A5A8;
    background: #000;
}

.contact-box .gform_footer.top_label {
    margin-top: 10px;
    display: flex;
    height: 64px;
    width: 216px !important;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contact-box input[type=submit] {
    border-bottom: 0 !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    line-height: 20px !important;
    width: 100% !important;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.contact-box .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    background: transparent !important;
    border: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    width: 100% !important;
}

.contact-box .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.contact-box .gfield_description.validation_message, .contact-box .instruction.validation_message {
    padding: 0 !important;
    line-height: 2em !important;
}

.white-bg {
    background: #fff;
    color: #1C1E20;
}

.white-bg h2, .white-bg ul, .white-bg h3 {
    color: #1C1E20;
}

.white-bg h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    text-align: right;
}

.half-gray {
    background-image: linear-gradient(#fff 0%, #fff 63%, #F5F5F5 63%, #F5F5F5 100%);
}

.gray-bg {
    background: #F5F5F5;
    color: #1C1E20;
}

.white-bg a, .gray-bg a, .half-gray a {
    color: #00A6BF;
}

/* PROCEDURE PAGES
================================================== */
.gray-box {
    background-color: #F5F5F5;
    padding: 45px 50px;
}

.gray-box h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 25px;
}

.gray-box ul, .orange-squares, .single .white-bg ul {
    padding: 0;
    list-style: none;
}

.gray-box ul li, .orange-squares li, .single .white-bg ul li {
    position: relative;
}

.gray-box ul li::before, .orange-squares li::before, .single .white-bg ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #00A6BF;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.gray-box ul li::after, .orange-squares li::after, .single .white-bg ul li::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;

    background: #00A6BF;
    position: absolute;
    right: 3.5px;
    top: 50%;
    transform: translateY(-50%);
}

.gray-box ul li a, .orange-squares li, .single .white-bg ul li {
    display: block;
    padding: 2px 25px;
    color: #1C1E20;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 34px;
    direction: rtl;

}

.main-div-installation {
    background-color: rgb(250, 250, 250);
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgb(50, 50, 50);
    border-radius: 5px;
    margin-bottom: 30px;
}

.orange-squares li::before, .single .white-bg ul li::before {
    top: 20px;
}

.orange-squares li::after, .single .white-bg ul li::after {
    top: 20px;
}

.left-header h2 {
    max-width: 600px;
    position: relative;
    /*left: -8vw;*/
    margin-bottom: 45px;
}

.double-pattern img {
    height: auto;
    width: 29.55vw;
    margin: 0 auto;
    display: block;
}

.dark-background {
    background-size: cover;
}

.dark-background a {
    color: #00A6BF;
}

.dark-background a.btn-primary {
    color: #fff;
}

.state-bg {
    background: url(../images/ny-state-dots.png) no-repeat center /contain;
}

.state-bg h2.orange-side {
    left: -16vw;
    width: 40vw;
    max-width: 759px;
}

.gray-bg h2 {
    color: #1C1E20;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 50px;
}

.white-bg h3 {
    color: #1C1E20;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: capitalize;
}

.white-bg .testimonial-block {
    border-right: 5px solid #27507C;
    padding: 30px 50px 30px 0;
    color: #1C1E20;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 38px;
    margin-bottom: 45px;
}

.white-bg .testimonial-block p {
    margin-bottom: 20px;
}

.white-bg .testimonial-block h4 {
    color: #1C1E20;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
}

.block-faqs .block-content {
    overflow: visible;
}

.faqs h2 {
    width: 444px;
    position: relative;
    left: -8vw;
}

.faqs h3 {
    letter-spacing: 3px;
    position: relative;
}

.faqs h3 i {
    height: 41px;
    width: 41px;
    border: 1px solid #1C1E20;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    border-radius: 100em;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.faqs h3 .fa-plus:before {
    left: 2px;
    position: relative;
}

.faqs .faq {
    padding: 45px 0;
    border-bottom: 1px solid #1C1E20;
}

.faqs .faq:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.answer {
    margin-top: 45px;
}

.block-image {
    height: 51vh;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-position: center;
    overflow: hidden;
}

.block-image .image {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: -2;
}

.block-image a {
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 60px 70px;
    justify-content: flex-end;
}

.block-image h5 {
    color: #F5F5F5;
    font-size: 20px;
    letter-spacing: 0.63px;
    line-height: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 400;
}

.block-image h4 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 35px;
}

.three-columns .marker-box {
    position: relative;
    padding-left: 38px;
}

.three-columns .marker-box .fa-map-marker-alt {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.three-columns .marker-box, .three-columns h2 {
    margin-bottom: 47px;
}

/* GALLERY SECTION
================================================== */
.gp-container .swiper-slide {
    opacity: .2;
}

.gp-container .swiper-slide.swiper-slide-active, .gp-container .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1;
}

.gallery-block {
    display: none;
    margin-bottom: 50px;
}

.gallery-block.active {
    display: block;
}

.gallery-block h5 {
    color: #00A6BF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-top: 25px;
    margin-bottom: 0;
    padding-left: 60px;
    text-transform: uppercase;
}

.gallery-block h3 {
    letter-spacing: 0;
    text-transform: capitalize;
    padding-left: 60px;
}

.gallery-block .swiper-button-next, .gallery-block .swiper-button-prev, .gallery-container .swiper-button-next, .gallery-container .swiper-button-prev {
    color: #1C1E20;
}

.gallery-block .swiper-slide, .gallery-shortcode .swiper-slide {
    width: 50%;
}

.gallery-block .swiper-container {
    padding-left: 60px;
}

.gallery-block .swiper-button-prev {
    left: 0;
}

.removed-slides {
    display: none !important;
}

.gallery-shortcode {
    margin-bottom: 45px;
}

.sub-gallery {
    overflow: hidden;
    width: 0;
    height: 0;
}

.active .sub-gallery {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-blog .gallery-cat .sub-gallery li a {
    color: #1C1E20;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
    font-weight: normal;
}

.gallery-link-parent {
    position: relative;
    cursor: pointer;
}

.gallery-link-parent i {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

.active .gallery-link-parent i:before {
    content: '\f068' !important;
}

.sidebar-blog .gallery-cat .sub-gallery li a:hover::before, .sidebar-blog .gallery-cat .sub-gallery li:hover::before {
    display: none !important;
}

.sidebar-blog .gallery-cat .sub-gallery li a:hover, .sidebar-blog .gallery-cat .sub-gallery li a.active {
    color: #00A6BF;
}

.gallery-block.show-block {
    display: block;
    margin-bottom: 50px;
}

/* BLOG SECTION
================================================== */
.grid-sizer,
.grid-item {
    width: 38.5%;
    margin-left: 11.5%;
}

.gutter-sizer {
    width: 0;
}

.page-header.small-header h1.pad-bottom {
    padding-bottom: 120px;
    margin: 0;
}

.blog-grid .grid-item {
    margin-bottom: 60px;
}

.blog-grid a.blog-image {
    display: block;
    margin-bottom: 30px;
}

.blog-grid h5 {
    color: #00A6BF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 10px;
}

.blog-grid h2 {
    color: #1C1E20;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 3px;
}

.blog-grid h2 a {
    color: #000;
}

.blog-grid h2 a:hover {
    color: #00A6BF;
}

.blog-grid .post-meta {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 34px;
    margin-bottom: 15px;
}

.blog-grid .btn-secondary {
    margin-bottom: 0;
    margin-top: 10px;
}

.blog-grid .grid-item:nth-child(4) {
    margin-top: 150px;
}

.sidebar-blog li.cat-item span {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.sidebar-blog li.cat-item {
    position: relative;
}

.sidebar-blog {
    padding-left: 40px;
}

.sidebar-blog h3 {
    color: #1C1E20;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 60px;
    margin-bottom: 30px;
}

.sidebar-blog .widget h3 {
    color: #00A6BF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 10px;
}

.sidebar-blog .widget ul {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.sidebar-blog .widget ul li a, .sidebar-blog .gallery-cat li {
    color: #1C1E20;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 50px;
    display: block;
    position: relative;
    z-index: 0;
}

.sidebar-blog .widget ul li a::before, .sidebar-blog .gallery-cat li::before, .sidebar-blog .widget li .doctor-link.active::before {
    content: '';
    display: block;
    background-color: transparent;
    width: calc(100% + 40px);
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar-blog .widget ul li a:hover::before, .sidebar-blog .gallery-cat li:hover::before, .sidebar-blog .widget ul li.current-cat a {
    background-color: #F5F5F5;
}

.sidebar-blog .widget li .doctor-link.active::before {
    background-color: #F5F5F5 !important;
}

.sidebar-blog .widget .doctor-link.active {
    color: #27507C;
}

.hide {
    display: none !important
}

.single .white-bg h1 {
    color: #1C1E20;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 30px;
}

.single img.alignright {
    max-width: 40vw;
    float: right;
    display: block;
    margin: 0 0 70px 8.333%;
}

.single .white-bg h2 {
    color: #1C1E20;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 70px;
    margin-bottom: 25px;
}

.single .white-bg h3 {
    font-size: 20px;
    text-transform: capitalize;
}

#social {
    display: flex;
    border-top: 1px solid #D8D8D8;
    color: #9B9FA3;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 16px;
    padding-top: 28px;
    margin-top: 70px;
}

#social .item:first-child {
    margin-right: 20px;
}

#social .item a {
    color: #9B9FA3;
    display: block;
    margin: 0 10px;
}

#social .item a:hover {
    color: #00A6BF;
}

.related-article {
    display: inline-block;
    width: 100%;
    min-height: 150px;
}

.related-article img {
    max-width: 10vw;
    float: left;
    margin: 0 45px 45px 0;
}

.related-article h3 {
    color: #1C1E20;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px
}

.related-article h3 a {
    display: block;
    color: #1C1E20;
}

.related-article h3 a:hover {
    color: #00A6BF;
}

.blog-pagination {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.blog-pagination .swiper-pagination-bullet {
    background: #00A6BF;
    position: relative;
}

.blog-pagination .swiper-pagination-bullet a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: -9px;
}

.blog-pagination .swiper-pagination-bullet span {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #000;
}

.blog-pagination .swiper-pagination-bullet:hover span {
    opacity: 1;
}

.page-id-294 .section-gallery .swiper-slide img {
    max-height: calc(100vh - 80px);
    width: auto;
    display: block;
    margin: 0 auto;
    height: calc(100vh - 80px);
}

.page-id-294 .single-page-container {
    padding: 5vw 0px;
}

/* INNER PAGES
================================================== */
.page-header {
    min-height: 100vh;
    /*align-items: flex-end;*/
    background-color: transparent;
}

.page-header h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 85px;
    margin-bottom: 170px;
}

.page-header h1.orange-side {
    font-size: 60px;
}

.page-header.small-header, .page-header.smaller-header {
    height: 97vh;
    min-height: 400px;
    max-height: 685px;
}

.page-header.small-header h1 {
    margin-bottom: 20px;
}

.page-header.small-header h2 {
    color: #A6ABB3;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 120px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

hr {
    background-color: #D8D8D8;
    border: none;
    height: 1px;
    margin: 60px 0;
}

.back-pattern, .double-pattern {
    padding: 0 86px;
    position: relative;
}

.double-pattern {
    padding: 0;
}

.back-pattern::before, .double-pattern::before {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    background: url(../images/diagonal-lines-dark.png) repeat;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
}

.contact-bg {
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center 430%;
}

.menu-slider-wrapper {
    width: 12000px !important;
}

.person-block {
    display: inline-block;
}

.person-block img {
    width: 320px;
    max-width: 100%;
    float: left;
    margin: 0 45px 45px 0;
}

.doctor-section {
    display: flex;
}

.doctor-section .item img {
    width: 160px;
    float: left;
    margin: 0 30px 30px 0;
}

.doctor-section .item p {
    margin: 0;
}

.doctor-section .btn {
    margin-top: 30px;
}

.white-bg .flex, .gray-bg .flex {
    display: flex;
}

.white-bg .flex .item:first-child, .gray-bg .flex .item:first-child {
    width: 319px;
    min-width: 16.7vw;
}

.white-bg .flex .item:first-child h3, .gray-bg .flex .item:first-child h3 {
    color: #1C1E20;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: right;
}

.flex .col-xl-2.alignleft {
    display: block;
    float: left;
    margin: 0 8vw 5vw 0;
}

.flex .item:nth-child(2) {
    padding-left: 8vw;
}

.flex .col-xl-2.alignleft {
    display: block;
    float: left;
    margin: 0 8vw 5vw 0;
    padding: 0;
    width: 320px !important;
    max-width: 100% !important;
}

.flex hr {
    clear: both;
}

.white-bg .flex h3, .gray-bg .flex h3 {
    color: #1C1E20;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: capitalize;
}

.flex a {
    word-wrap: break-word;
}

.flex ul.orange-squares {
    display: table;
}

.table-area.left-header h2.orange-side {
    max-width: 100%;
    margin: 30px 0;
}

.table-area table {
    width: 100%;
}

.table-area table tr {
    border: 1px solid #000;
}

.table-area table tr td:first-child, .table-area table tr td:nth-child(3) {
    width: 25%;
}

.table-area table tr td:nth-child(2) {
    width: 50%;
}

.table-area table tr td {
    padding: 5px;
}

.gray-bg .gallery-shortcode .gallery-container img {
    max-width: 41vw;
    margin: 0 auto;
    display: block;
}

.white-bg .testimonial-block.right-testimonial {
    border-left: 0;
    border-right: 5px solid #27507C;
    text-align: right;
    padding: 30px 50px 30px 0px;
    margin-bottom: 30px;
}

.form-link {
    height: 350px;
    width: 350px;
}

.form-link a {
    display: flex;
    height: 100%;
    justify-content: center;
}

#procedure-block {
    background: #000;
}

#procedure-drop, #doctor-drop {
    display: none;
}

.back-pattern.doc-alignright {
    max-width: 41vw;
    float: right;
    margin: 0 0 5vw 8vw;
}

#menu-icon.close, #main-menu .mytouch-portal {
    z-index: 999;
}

#main-menu #menu-images {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding-left: 14vw;
}

#main-menu .menu-container, #main-menu .menu-container .menu-slider-wrapper, #main-menu .menu-container .menu-slide {
    height: 100%;
}

#menu-images .menu-slider-wrapper img {
    width: auto;
    height: 100%;
}

#main-menu .menu-slide {
    opacity: 1;
    z-index: 0;
    position: relative;
    float: left;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 100px solid #16181B;
    border-left: 0;
    border-right: 0;
}

#main-menu .menu-slide.slide-active {
    transform: scale(1);
}

#main-menu .menu-slide.slide-prev {
    transform: scale(.8);
}

#main-menu .menu-slide.slide-next {
    transform: scale(.8);
}

#main-menu .menu-slide img {
    opacity: 0.1;
}

#main-menu .menu-slide.slide-active img {
    opacity: .5;
}

#main-menu .menu-slide.slide-prev img, #main-menu .menu-slide.slide-next img {
    opacity: .15;
}

#main-menu .menu-slider-wrapper {
    position: absolute;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#main-menu .menu-container {
    position: relative;
    display: block;
    width: 100%;
}

#main-menu #menu-images {
    overflow: hidden;
}

.page-id-677 h2.orange-side {
    max-width: 100%;
}

#bb4 {
    transform: translate(-50%);
    /*background-color: #00A6BF;*/
    opacity: 0.8;
}

#bbwork {
    transform: translate(-50%);
    /*background-color: #00A6BF;*/
    opacity: 0.8;
}

#bb5 {
    transform: translate(0%);
    z-index: 1000000;
}

#bbwork2 {
    transform: translate(0%);
    z-index: 1000000;
}

#slogan {
    width: 100%;
    height: 100%;
    /*position: relative;*/
}

.clip {
    position: absolute;
    width: 200%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: #e9f5ff;
    z-index: 99999;
    margin-top: 45px;
}

.clip-about {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    background-color: #ffffff;
}

#bgslog {
    background-image: url(../images/bg2.jpg);
}

#bgslogwork {
    background-image: url(../images/work.jpg);
}

#bgslog4 {
    background-image: url(../images/bg-installagtion.jpg);
}

#bgslog5 {
    background-image: url(../images/bg-installagtion.jpg);
}

#bgslog3 {
    background-image: url(../images/bg2.jpg);
}

#bgslog2 {
    background-image: url(../images/bg2mob.jpg);
    background-size: 100%;
    background-attachment: inherit;
    display: none;
}

.bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/* FOOTER
================================================== */
footer.container-fluid {
    padding: 15px 75px 16px;
    z-index: 9;
    position: relative;
    background: #35393d;
    color: #A1A5A8;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
}

footer h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 50px;
    margin-bottom: 25px;
}

footer .border-right p {
    margin-bottom: 35px;
}

footer .border-right {
    border-right: 1px solid #242627 !important;
}

footer h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 54px;
}

footer h4 span.handle {
    color: #27507C;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-left: 4px;
}

footer .social-icons {
    display: block;
    margin: 50px 0 36px;
}

footer .social-icons li {
    margin-right: 15px;
}

footer .social-icons a {
    display: inline-flex;
    height: 29px;
    width: 29px;
    align-items: center;
    justify-content: center;
    border: 1px solid #979797;
    border-radius: 100em;
    color: #979797;
    font-size: 12px;
}

footer ul#menu-footer-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
    padding-top: 10vh;
}

footer ul#menu-footer-menu li {
    display: inline-block;
    color: #979797;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 15px;
}

footer .menu-text p, footer .d-flex p {
    color: #979797;
    font-size: 12px;
    line-height: 24px;
}

footer .d-flex .item {
    flex-grow: 1;
    text-transform: uppercase;
    color: #848991;
    font-family: 'IRANSans';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
}

footer .d-flex .item:last-child {
    text-align: right;
}

svg.im-logo {
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
    background: #a71478;
    border-radius: 100%;
    padding: 2px;
}

svg.im-logo path {
    fill: #fff;
}

.floc {
    font-size: 14px;
    line-height: 30px
}

.floc .fa-map-marker-alt {
    color: #00A6BF
}

.floc strong {
    color: #fff
}

.contact-locations-short .marker-box .fa-map-marker-alt {
    margin-bottom: 0 !important;
    font-size: 26px !important;
}

.bg-clip {
    margin-bottom: 100px;
    background-color: transparent;
}

.bg-clip::before {
    background: transparent;
}

/* Start Video Play css
============================================================================================ */

.gradient-bg, .primary-btn:hover, .video-play-button:before, .video-play-button:after, .counter_area .single_counter:hover, .single-item .team-left .member-desc .m-social a:hover, .cta-area, .single-footer-widget .click-btn {
    background: -webkit-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -moz-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -o-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -ms-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
}

.gradient-bg-reverse {
    background: -webkit-linear-gradient(270deg, #4ba0f9 0%, #85f3f9 100%);
    background: -moz-linear-gradient(270deg, #4ba0f9 0%, #85f3f9 100%);
    background: -o-linear-gradient(270deg, #4ba0f9 0%, #85f3f9 100%);
    background: -ms-linear-gradient(270deg, #4ba0f9 0%, #85f3f9 100%);
    background: linear-gradient(270deg, #4ba0f9 0%, #85f3f9 100%);
}

.p1-gradient-color {
    background: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    background: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    background: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.primary-btn {
    background: transparent;
    line-height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
    border: 2px solid #4ba0f9;
    color: #000000;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.primary-btn:hover {
    color: #fff;
    box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
    border-image: linear-gradient(to right, #4ba0f9 0%, #85f3f9 100%);
    -webkit-border-image: linear-gradient(to right, #4ba0f9 0%, #85f3f9 100%);
    border-image-slice: 1;
    border-width: 2px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 94px;
    height: 94px;
    /*top:50%;*/
    border-radius: 50%;
    padding: 55px 0 0 0;
    /*padding: 50% 0 0 0;*/
    text-align: center;

}

.video-play-button:before, .video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px 20px 30px rgba(86, 176, 249, 0.3);
}

.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite;
}

.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 16px solid #fff;*/
    /*border-top: 8px solid transparent;*/
    /*border-bottom: 8px solid transparent;*/
}

 .video-play-button a {
    display: block;
    position: relative;
    z-index: 999;
    color: #f9f9f9;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.no-touch .video-play-button a:hover {
    color: #f9f9f9;
}

.video-play-button:hover:after {
    background-color: #1a86f7;
}

.watch_video {
    margin-left: 20px;
}

.watch_video h5 {
    font-size: 18px;
}

.watch_video p {
    margin-bottom: 0;
}

.prh2-why{
    margin-right: 10px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

@-moz-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

@-o-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}