@font-face {
	font-family: listfont;
	src: url(../fonts/El_Messiri/ElMessiri-Regular.ttf)
		
}
@font-face{
	font-family: pagecontent;
	src: 
		url(../fonts/Advent_Pro/AdventPro-Regular.ttf);
}
@font-face{
	font-family: linkfont;
	src: url(../fonts/Advent_Pro/AdventPro-Regular.ttf)
}
@font-face{
	font-family: "Federo Regular";
	src: url(../fonts/Federo/Federo-Regular.ttf)
}
@font-face{
	font-family: "B Nazanin";
	src: url(../fonts/Far_Nazanin/Far_Nazanin.ttf)
}
@font-face{
	font-family: "Rezvan";
	src: url(../fonts/Rezvan/Rezvan.ttf)
}
* , :after, :before{
		-webkit-box-sizing: border-box;
	    box-sizing: border-box;
}
html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html, html body {
    overflow-x: hidden;
}
html {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
body{
	margin: 0;
   font-family: 'Rezvan',sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #199E56;
    text-align: right;
    background-color: #FFFFFF;
	
}
html {
   
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media (min-width: 992px){
html.hijack-scroll-horizontal body {
    overflow-x: initial;
}
}
@media (min-width: 992px){
html.hijack-scroll-horizontal {
    overflow-x: initial;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
}
.theme-menu-bar, .theme-menu-bar *{
	color: #FFFFFF;
}
.theme-menu-bar {
    background: #079858;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}

@media (min-width: 992px){
.theme-menu-bar{
	height: 100vh;
	width: 60px;
	min-height: 600px;
	bottom: auto;
	top:0;
	padding: 25px 22px;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	flex-direction: column;
    -webkit-box-pack: justify;
	justify-content: space-between;
	transition: width .4s;
    overflow: hidden;
}
	}
@media (min-width: 992px){
.theme-menu-bar.menu-open, .theme-menu-bar.menu-open.menu-sub {
    width: 400px;
}
}
.theme-menu-bar .menu-label, .theme-menu-bar .menu-label:active, .theme-menu-bar .menu-label:focus, .theme-menu-bar .menu-label:hover {
    text-decoration: none;
}
.theme-menu-bar.menu-open .menu-label .text {
    display: none;
}

.theme-menu-bar .menu-label {
	font-family: "Rezvan";
	font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
	display: inline-block;
	z-index: 999;
	-webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
	width: 100%;
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #fff;
    background: #079858;
    position: relative;
    height: 61px;	
}

@media (min-width: 992px){
.theme-menu-bar .menu-label {
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-align: initial;
    border: 0;
    padding: 0;
    background: none;
    height: auto;
    width: auto;
}
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.theme-menu-bar .menu-label .close {
    display: none;
    float: none;
    opacity: 1;
    text-shadow: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.theme-menu-bar.menu-open .menu-label .close {
    display: inline-block;
}
@media (min-width: 992px){
.theme-menu-bar.menu-open .menu-label .close {
    display: none;
}
}
.theme-menu-bar .menu-card {
   position: fixed;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    background: #079858;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
    padding: 25px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 888;
}
@media (min-width: 992px){
.theme-menu-bar .menu-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: right .4s,opacity .4s;
    transition: right .4s,opacity .4s;
    opacity: 0;
    max-height: 750px;
    min-width: 350px;
    top: auto;
    left: auto;
    bottom: auto;
    right: 200px;
    background: none;
    padding: 0;
    margin: auto 0;
    overflow: initial;
}
}
.theme-menu-bar.menu-open .menu-card {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (min-width: 992px){
.theme-menu-bar.menu-open .menu-card {
    right: 70px;
    opacity: 1;
    top: auto;
    bottom: auto;
}
}
@media (min-width: 992px){
.theme-menu-bar.menu-open .menu-label .text {
    display: inline-block;
}
}
.theme-menu-bar ul.list-lg a {
    font-size: 25px;
	
}
.theme-menu-bar ul a.active , .theme-menu-bar ul a:active {
    color: #9defff;
}
a {
    
    text-decoration: none;
    background-color: transparent;
}

.theme-menu-bar hr, .theme-menu-bar ul, .theme-menu-bar ul ul {
    margin: 0 0 20px;
}

.theme-menu-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-menu-bar ul li {
    margin: 7px 0;
	font-family: "Rezvan";
    font-weight: 500;
}
.theme-menu-bar hr {
    border-color: currentColor;
    width: 40%;
}
.theme-menu-bar ul a:hover {
    color: currentColor;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
	border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
@media (min-width: 992px){
.theme-menu-bar hr {
    width: 30%;
}
}
@media (min-width: 992px){
.theme-menu-bar ul li {
    margin: 3px 0;
}
}
@media (min-width: 992px){
.theme-menu-bar hr, .theme-menu-bar ul {
    margin: 0 0 0 50px;
}
}
.theme-menu-bar ul.theme-socials-list {
    margin-bottom: 0px;
}
.theme-socials-list {
    padding: 0;
    list-style: outside none;
}
.theme-socials-list a  {
	
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent:  -10000em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.theme-socials-list a:hover {
    opacity: .65;
}
.theme-socials-list .linkedin {
	
    background-image: url( ../fontawesome-free-5.11.2-web/svgs/linkedin.png);
}
.theme-socials-list .instagram{
	background-image: url(../fontawesome-free-5.11.2-web/svgs/instagram.png)
}
.theme-socials-list .googleplus{
	background-image: url( ../fontawesome-free-5.11.2-web/svgs/google-plus-square.png)
}
.theme-socials-list li {
    display: inline-block;
    margin: 0 8px 0 0!important;
	padding:0;
}
.theme-scroll-container.scroll-menu-pushed {
    padding-bottom: 61px;
}
@media (min-width: 992px){
.theme-scroll-container.scroll-menu-pushed {
    padding-bottom: 0;
    padding-right: 72px;
}
}
@media (min-width: 992px){
.theme-scroll-container {
    overflow: visible;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
}
}
.theme-scroll-container .scroll-section:first-child {
    padding-top: 25px;
}
.page-home .section-hero {
    margin-bottom: 40px;
}
.theme-content, .theme-scroll-container .scroll-section {
    padding-left: 25px;
    padding-right: 25px;
}
.theme-hero {
    position: relative;
    overflow: hidden;
    height: 150vh;
}
.theme-scroll-container .scroll-section {
    margin-bottom: 50px;
}
@media (min-width: 768px){
.theme-content:first-child, .theme-scroll-container .scroll-section:first-child {
    padding-top: 45px;
}
}
@media (min-width: 992px){
.theme-content:first-child, .theme-scroll-container .scroll-section:first-child {
    padding-top: 60px;
}
}
@media (min-width: 992px){
.page-home .section-hero {
	    margin-bottom: 0;
}
}
@media (min-width: 992px){
.theme-scroll-container .scroll-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    white-space: normal;
    margin: 0;
    position: relative;
    min-height: 600px;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
}
}
@media (min-width: 768px){
.theme-content, .theme-scroll-container .scroll-section {
    padding-left: 45px;
    padding-right: 45px;
}
}
@media (min-width: 992px){
.theme-content, .theme-scroll-container .scroll-section {
    padding: 60px;
}
}

@media (min-width: 768px){
.theme-hero {
    min-width: 100vw!important;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
}
}
@media (min-width: 992px){
.theme-hero {
    min-width: calc(100vw - 72px)!important;
}
}

@media (min-width: 768px){
.scroll-section {
    margin-bottom: 70px;
}
}
.theme-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;

    width: 100vw;
    height: 70vh;
    height: calc(var(--vh, 1vh)*100);
    background-size: cover;
    background-position: 50% 0%;
    -webkit-transform: scale(1.4) translateY(0);
    transform: scale(1.4) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-image: url(../img/Picture1_3.png);
}
@media (min-width: 768px){
.theme-hero .hero-background {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    background-position: 84% 50%;
	width: 80%;
	height: 90%;
	margin-right: 200px;
	background-image: url(../img/Picture1_2.png);
}
}
@media (min-width: 992px){
.theme-hero .hero-background {
	width: 75%;
	height: 95%;
	margin-top: 80px;
	margin-right: 400px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-position: 100%;
	background-image: url(../img/Picture1_2.png);
}
}
.theme-hero .hero-identity {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
    margin-bottom: 25px;
}
.theme-scroll-intent {
    position: relative;
    color: #25BC76;
    font-family:"Rezvan";
    font-weight: 600;
	font-size: 17px;
   }

.theme-scroll-intent:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 48px;
    background-image: url(../img/arrow-scroll-intent-vertical-2x.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 3px;
    -webkit-animation: bounce-vertical 1.4s ease-in-out infinite;
    animation: bounce-vertical 1.4s ease-in-out infinite;
}
@media (min-width: 992px){
.theme-hero .theme-scroll-intent {
    position: absolute;
    margin: 0;
    top: 58px;
    left: 28%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
}
@media (min-width: 992px){
.theme-scroll-intent:before {
    width: 78px;
    height: 16px;
    margin-right: 15px;
    background-image: url(../img/arrow-scroll-intent-horizontal-2x.png);
    vertical-align: middle;
    -webkit-animation-name: bounce-horizontal;
    animation-name: bounce-horizontal;
}
}
.language ul li a{
padding-left:5px;
font-family: "Rezvan";
}
.slogo{
	margin-top: 6px;
	padding-right: 3px;
	width: 50px;
	height: 30px;	
}

@-webkit-keyframes bounce-horizontal {
 from {  -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to   {
	  -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
	}
}

@keyframes  bounce-horizontal{
0%, 20%, 50%, 80%, 100%{  -moz-transform: translateX(5);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40%  {
	  -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
	}
	60%{
		  -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
	}
}
@-webkit-keyframes bounce-vertical{
 from {  -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateY(0); }
  to   {
	  -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
	}
}

@keyframes  bounce-vertical{
0%, 20%, 50%, 80%, 100%{  -moz-transform: translateX(5);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40%  {
	  -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
	}
	60%{
		  -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
	}
}
.theme-hero .hero-logo {
    width: 110px;
    height: auto;
    margin-bottom: 30px;
}
@media (min-width: 768px){
.theme-hero .hero-logo {
    width: 150px;
}
}
@media (min-width: 992px){
.theme-hero .hero-logo {
    width: 230px;
	
    margin-bottom: 35px;
}
}

img, svg {
    vertical-align: middle;
	border-style: none;
}
img{
	    border-style: none;
}
h1.theme-heading-shadow, h2.theme-heading-shadow, h3.theme-heading-shadow, h4.theme-heading-shadow, h5.theme-heading-shadow, h6.theme-heading-shadow {
    text-shadow: 2px 3px 0 rgba(0,53,141,.12);
}
.text-primary {
    color:  #2FE671;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
.h1, h1 {
    font-size: 36px;
}
@media (min-width: 768px){
h1 {
    font-size: 32px;
}
}
@media (min-width: 992px){
h1 {
    font-size: 44px;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, .page-join.page-join-detail h2, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family:"Rezvan";
    font-weight: 500;
    line-height: 1.2;
	color: #086D2F;
   
}
.theme-scroll-intent span {
    font-size: 15px;
}
@media (min-width: 992px){
.theme-scroll-intent span {
    font-size: 15px;
    vertical-align: middle;
}
}
@media (min-width: 992px){
.page-home .section-company .section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}
.h2, h2 {
    font-size: 26px;
}
h2, h4 {
    color: #079858;
}
h2 {
    font-weight: 300;
}
@media (min-width: 768px){
h2 {
    font-size: 26px;
}
}
@media (min-width: 992px){
h2 {
    font-size: 50px;
}
}
.theme-body-content {
    margin: 0 0 50px;
}
@media (min-width: 992px){
.theme-body-content {
    margin: 0;
    width: 620px;
}
}
@media (min-width: 992px){
.page-home .section-company .theme-body-content {
    width: 670px;
    padding-right: 95px;
    margin-top: auto;
    margin-bottom: auto;
}
}
.h3, h3 {
    font-size: 36px;
}
.theme-body-content h1, .theme-body-content h2, .theme-body-content h3, .theme-body-content h4, .theme-body-content h5, .theme-body-content h6 {
    margin-bottom: 30px;
}
@media (min-width: 992px){
.theme-body-content h1, .theme-body-content h2, .theme-body-content h3, .theme-body-content h4, .theme-body-content h5, .theme-body-content h6 {
    margin-bottom: 30px;
}
}
@media (min-width: 768px){
h3 {
    font-size: 32px;
}
}
@media (min-width: 992px){
h3 {
    font-size: 44px;
}
}
@media (min-width: 768px){
.d-md-none {
    display: none!important;
}
}
@media (min-width: 992px){
.d-lg-block {
    display: block!important;
}
}
p{
    margin-top: 0;
    margin-bottom: 1rem;

}
.theme-body-content .theme-link, .theme-body-content .theme-more .more-link, .theme-more .theme-body-content .more-link {
    margin-top: 30px;
}
@media (min-width: 992px){
.theme-body-content .theme-link, .theme-body-content .theme-more .more-link, .theme-body-content .theme-select-and-go, .theme-more .theme-body-content .more-link {
    margin-top: 10px;
}
}
.theme-link:focus, .theme-link:focus .link-underlined, .theme-link:hover, .theme-link:hover .link-underlined, .theme-more .more-link:focus, .theme-more .more-link:focus .link-underlined, .theme-more .more-link:hover, .theme-more .more-link:hover .link-underlined {
    text-decoration: none;
}
a:hover {
    color: #079858;
    text-decoration: underline;
}
.theme-select-and-go {
    display: inline-block;
}
.theme-link, .theme-more .more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0E452B;
   font-family: "Rezvan";
    font-weight: 600;
    font-size: 14px;
  
    text-decoration: none;
    width: 100%;
}
@media (min-width: 768px){
.theme-link, .theme-more .more-link {
    width: auto;
}
}
.theme-icon-circle {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 18px;
}
.theme-icon-circle:after, .theme-icon-circle:before, .theme-icon-circle img, .theme-icon-circle span, .theme-icon-circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.theme-icon-circle:before {
    width: 64px;
    height: 64px;
}
.theme-icon-circle:after, .theme-icon-circle:before, .theme-icon-circle span {
    content: "";
    display: block;
    border: 1px solid #1CA55F;
    border-radius: 100%;
}
.theme-link .theme-icon-circle svg, .theme-more .more-link .theme-icon-circle svg {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in,-webkit-transform .2s ease-in;
}
.theme-icon-circle img, .theme-icon-circle svg {
    z-index: 1;
}
svg {
    overflow: hidden;
}
.theme-icon-circle span {
    display: none;
    width: 78px;
    height: 78px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    opacity: 0;
    z-index: 1;
}
.theme-icon-circle:after {
    width: 50px;
    height: 50px;
}
@media (min-width: 992px){
.page-home .section-expertise .section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}
.page-home .section-expertise .middle {
    position: relative;
}
@media (min-width: 992px){
.page-home .section-expertise .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}

.page-home .section-expertise .middle h2 {
    top: 24vh;
    left: -25vh;
	position: absolute;
}

.page-home .section-expertise {
    padding: 0 30px 0 0;
	
}
.page-home .section-expertise .middle .theme-body-content {
    margin-bottom: 70px;
}
@media (min-width: 992px){
.page-home .section-expertise .middle .theme-body-content {
    margin: auto 0 auto 110px;
}
}

@media (min-width: 992px){
.page-home .section-expertise .pictures-wrapper {
    overflow: hidden;
    padding-left: 60px;
    margin: 0 0 0 auto;
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-home .section-expertise .pictures-wrapper {
    padding-left: 10vh;
}
}
.page-home .section-expertise .picture-grid {
    margin: 0 -25px;
}
@media (min-width: 768px){
.page-home .section-expertise .picture-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -45px;
}
}
@media (min-width: 992px){
.page-home .section-expertise .picture-grid {
    margin: 0;
}
}
.page-home .section-expertise .picture-grid .picture-group, .page-home .section-expertise .picture-grid .picture-single {
    width: 100%;
    height: 280px;
}
.page-home .section-expertise .picture-grid .picture-group .picture, .page-home .section-expertise .picture-grid .picture-single {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.background-video {
    overflow: hidden;
}
@media (min-width: 992px){
.page-home .section-expertise .picture-grid .picture-group, .page-home .section-expertise .picture-grid .picture-single {
    width: 282px;
    height: 210px;
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-home .section-expertise .picture-grid .picture-group, .page-home .section-expertise .picture-grid .picture-single {
    width: 47vh;
    height: 35vh;
}
}
@media (min-width: 992px){
.page-home .section-expertise .picture-grid .picture-group .picture, .page-home .section-expertise .picture-grid .picture-single {
    border: 2px solid #fff;
}
}

.background-video video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-home .section-expertise .picture-grid .picture-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-home .section-expertise .picture-grid .picture-group .picture {
    width: 50%;
}
.page-home .section-expertise .middle .theme-arrow {
    display: none;
}
.theme-arrow.js-align-vertical {
    position: absolute;
}
.page-home .section-expertise .sugar-scene .theme-arrow {
    right: -10%;
    width: auto;
	position: absolute;
    top: 67%;
    left: 50%;
	
}
.theme-arrow {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #1BB07A;
}
.d-none {
    display: none!important;
}
@media (min-width: 992px){
.d-lg-block {
    display: block!important;
}
}
@media (min-width: 992px){
.d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
}
@media (min-width: 768px){
.d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
}
@media (min-width: 992px){
.page-home .section-expertise .middle .theme-arrow {
    display: block;
    position: absolute;
    top: 48.4vh;
    right: 450px;
    left: -50px;
    width: auto;
}
}
.page-home .section-expertise .crane-scene {
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    height: 470px;
    overflow: hidden;
}
@media (min-width: 768px){
.page-home .section-expertise .crane-scene {
    margin-left: -45px;
    margin-right: -45px;
}
}
@media (min-width: 992px){
.page-home .section-expertise .crane-scene {
    margin-left: 0;
    margin-right: 0;
    width: 360px;
    height: 100%;
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-home .section-expertise .crane-scene {
    width: 60vh;
}
}
.page-home .section-expertise .crane-scene:before {
    content: "";
    display: block;
    width: 100%;
    height: 77%;
    background: -webkit-gradient(linear,left top,left bottom,from(#edf3fc),to(#f7f7f7));
    background: linear-gradient(180deg,#edf3fc 0,#f7f7f7);
    background-size: auto 100%;
}
@media (min-width: 992px){
.page-home .section-expertise .crane-scene:before {
    height: 65%;
}
}
.page-home .section-expertise .crane-scene .crane {
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 176px;
    height: auto;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 3;
    top:-150px;
}
@media (min-width: 992px){
.page-home .section-expertise .crane-scene .crane {
    width: 70%;
    bottom: auto;
    top: -50px;
	
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-home .section-expertise .crane-scene .crane {
    top: -5vh;
}
}
.page-home .section-transportation {
    margin-top: -108px;
}
@media (min-width: 992px){
.page-home .section-transportation {
    margin-top: 0;
    padding: 0 0 0 60px;
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-home .section-transportation {
    padding-left: 10vh;
    padding-right: 10vh;
}
}
@media (min-width: 992px){
.page-home .section-transportation .section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}
.page-home .section-transportation .section-wrapper .left {
    margin-bottom: 50px;
}
.page-home .section-transportation .section-wrapper .left, .page-home .section-transportation .section-wrapper .right {
    position: relative;
}
@media (min-width: 992px){
.page-home .section-transportation .section-wrapper .left {
    margin-bottom: 0;
    padding-left: 150px;
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-home .section-transportation .section-wrapper .left {
    padding-left: 25vh;
}
}
@media (min-width: 992px){
.page-home .section-transportation .section-wrapper .left, .page-home .section-transportation .section-wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}
.page-home .section-transportation h2 {
    z-index: 1;
}
@media (min-width: 992px){
.page-home .section-transportation h2 {
    margin: auto 0 5px;
}
}
@media (min-width: 992px){
.page-home .section-transportation .content-wrapper {
    padding-right: 110px;
    margin: 0 0 auto;
}
}
@media (min-width: 992px){
.page-home .section-transportation .theme-body-content {
    width: 540px;
}
}
.page-home .section-transportation .links-group {
    margin: 40px 0 0;
}
@media (min-width: 992px){
.page-home .section-transportation .links-group {
    margin-top: 40px;
    margin-right: -11px;
    width: 660px;
}
}
.page-home .section-transportation .links-group .theme-link, .page-home .section-transportation .links-group .theme-more .more-link, .theme-more .page-home .section-transportation .links-group .more-link {
    margin: 0;
}
.theme-link.link-hover-squared.with-icon-circle, .theme-more .link-hover-squared.with-icon-circle.more-link {
    padding-left: 22px;
}
.theme-link.link-hover-squared:focus, .theme-link.link-hover-squared:hover, .theme-more .link-hover-squared.more-link:focus, .theme-more .link-hover-squared.more-link:hover {
    background-color: #E2F0EA;
}
.theme-link.link-hover-squared, .theme-more .link-hover-squared.more-link {
    padding: 11px;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
@media (min-width: 768px){
.theme-link.link-hover-squared, .theme-more .link-hover-squared.more-link {
    margin-right: -11px;
}
}
@media (min-width: 768px){
.page-home .section-transportation .links-group .theme-link, .page-home .section-transportation .links-group .theme-more .more-link, .theme-more .page-home .section-transportation .links-group .more-link {
    float: right;
    width: 50%;
    margin: 0 0 10px;
}
}
@media (min-width: 992px){
.page-home .section-transportation .links-group .theme-link, .page-home .section-transportation .links-group .theme-more .more-link, .theme-more .page-home .section-transportation .links-group .more-link {
    float: right;
    width: 210px;
    margin: 0 10px;
}
}
.page-home .section-transportation .links-group:after {
    display: block;
    content: "";
    clear: both;
}
	.page-home .section-transportation .section-wrapper .left, .page-home .section-transportation .section-wrapper .right {
    position: relative;
	}
.page-home .section-transportation .harbour-scene {
    position: relative;
    width: 100vw;
    min-width: 500px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
@media (min-width: 992px){
.page-home .section-transportation .harbour-scene {
    min-width: auto;
    width: auto;
}
}
.page-home .section-transportation .harbour-scene .scene-background {
    width: 100%;
    height: auto;
}
@media (min-width: 992px){
.page-home .section-transportation .harbour-scene .scene-background {
    width: auto;
    height: 80vh;
    height: calc(var(--vh, 1vh)*80);
}
}
.page-home .section-transportation .harbour-scene .scene-cranes {
    width: 30.89%;
    top: 17%;
    left: .15%;
    z-index: 1;
}
.page-home .section-transportation .harbour-scene .scene-cranes {
	 position: absolute;
    
}

.page-home .section-transportation .harbour-scene .scene-ship {
    width: 51.49%;
    height: auto;
    top: 15%;
    right: 0;
    -webkit-transform: translateX(55%);
    transform: translateX(55%);
	position: absolute;
}
@media (min-width: 992px){
.page-home .section-locations .section-wrapper, .page-home .section-locations .section-wrapper .left, .page-home .section-locations .section-wrapper .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
}
    @media (min-width: 992px){
    .page-home .section-locations .section-wrapper {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    }
    @media (min-width: 992px){
    .page-home .section-locations h2 {
        position: absolute;
        bottom: 48px;
        left: -600;
        -webkit-transform: translateX(-75%) translateY(50%);
        transform: translateX(-75%) translateY(50%);
        margin: 0;
    }
    }
    @media (min-height: 600px) and (min-width: 992px){
    .page-home .section-locations h2 {
        bottom: 10vh;
    }
    }
    @media (min-width: 992px){
    .page-home .section-locations .section-wrapper .left {
        padding-bottom: 40px;
        padding-right: 40px;
    }
    }
    @media (min-height: 600px) and (min-width: 992px){
    .page-home .section-locations .section-wrapper .left {
        padding-bottom: 6.66vh;
        padding-right: 6.66vh;
    }
    }
    .page-home .section-locations .theme-body-content {
        margin-top: auto;
        margin-bottom: 40px;
    }
    @media (min-width: 992px){
    .page-home .section-locations .theme-body-content {
        width: 520px;
    }
    }
 .theme-arrow span {
    content: "";
    display: block;
    width: 40px;
    height: 15px;
    background: url( ../img/arrows-right-2-1.jpg);
    background-size: contain;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 50%;
}
/*----------------------------------------------------------Page Contact-----------------------------------------------*/
@media (min-width: 992px){
.page-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
}
.theme-background-pattern {
    background-image: url(../img/memphis-mini.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 72vh;
}
@media (min-width: 992px){
.page-contact .scroll-section:first-child {
    margin-left: auto;
}
}
.theme-content:first-child, .theme-scroll-container .scroll-section:first-child {
    padding-top: 25px;
}
@media (min-width: 768px){
.theme-content:first-child, .theme-scroll-container .scroll-section:first-child {
    padding-top: 45px;
}
}
@media (min-width: 992px){
.theme-content:first-child, .theme-scroll-container .scroll-section:first-child {
    padding-top: 60px;
}
}

.theme-title-sub {
    font-size: 23px;
    color: #0A5B38;
    font-family: 'Rezvan',sans-serif;
    font-weight: 700;
 
}
.text-uppercase {
    text-transform: uppercase!important;
}
@media (min-width: 992px){
.page-contact .body-content h1+p {
    display: none;
}
}
.page-contact form {
    margin-top: 25px;
}
@media (min-width: 700px){
.page-contact form {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    column-gap: 45px;
}
}
@media (min-width: 992px){
.page-contact form {
    -webkit-column-count: 3;
    column-count: 3;
    height: 100%;
    max-height: 600px;
    margin: auto 0;
}
}
.form-group {
    margin-bottom: 1rem;
}
@media (min-width: 700px){
.page-contact form .form-group {
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
}
@media (min-width: 992px){
.page-contact form>* {
    max-width: 320px;
}
}
.form-group>label {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    color: #117054;
    margin-bottom: 8px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #079858;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
    box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
}
.form-group input, .form-group input::placeholder, .form-group select, .form-group select::placeholder, .form-group textarea, .form-group textarea::placeholder {
    font-size: 14px;
}
.form-group input, .form-group input::-webkit-input-placeholder, .form-group select, .form-group select::-webkit-input-placeholder, .form-group textarea, .form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
}
.form-group input, .form-group select, .form-group textarea {
    padding-right: 1rem;
    padding-left: 1rem;
}
.form-control {
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.875rem + 2px);
    padding: .657rem 1rem;
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
select.custom-select {
    background-image: url( ../img/down.jpg);
    background-size: 10px auto;
    background-position: left 16px center;
    padding-left: 30px;
}
.custom-select:focus {
    border-color: #079858;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
    box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
}
.custom-control-label:before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
button, select {
    text-transform: none;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.875rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.8;
    color: #495057;
    vertical-align: middle;
    background: url( ../img/download.svg) no-repeat right .75rem center/8px 10px;;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea.form-control {
    height: 200px;
}
textarea, textarea.form-control {
    resize: none;
}
.page-contact form textarea.form-control {
    height: 212px;
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto;
}
textarea {
    overflow: auto;
    resize: vertical;
}
@media (min-width: 992px){
.page-contact form textarea.form-control {
    height: 212px;
}
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.8rem;
    padding-right: 1.5rem;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    font-size: 10px;
    line-height: 1.4;
    padding-top: 6px;
    color: #042E19;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #079858;
    background-color: #079858;
}
.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .4rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-control-label a:hover {
    text-decoration: none;
}
.custom-control-label a {
    color: currentColor;
    text-decoration: underline;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
   background-image: url(../img/Co.svg);
}
.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #ff1515;
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, .custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #ff1515;
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #4188ff;
    border-color: #4188ff;
}
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #0e68ff;
}
.custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255,21,21,.25);
    box-shadow: 0 0 0 0.2rem rgba(255,21,21,.25);
}
.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,53,141,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,53,141,.25);
}
.custom-control-input.is-invalid~.custom-control-label:before, .was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #ff1515;
}
.custom-checkbox .custom-control-label:before {
    border-radius: .25rem;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .custom-file .custom-file-label:not(:disabled):not(.disabled).active:focus:after, .custom-file .custom-file-label:not(:disabled):not(.disabled):active:focus:after, .custom-file .show>.dropdown-toggle.custom-file-label:focus:after, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38,83,158,.5);
    box-shadow: 0 0 0 0.2rem rgba(38,83,158,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .custom-file .custom-file-label:not(:disabled):not(.disabled).active:after, .custom-file .custom-file-label:not(:disabled):not(.disabled):active:after, .custom-file .show>.dropdown-toggle.custom-file-label:after, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00225a;
    border-color: #001d4d;
}
.btn:not(:disabled):not(.disabled), .custom-file .custom-file-label:not(:disabled):not(.disabled):after, .theme-select-and-go .dropdown .dropdown-toggle:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.custom-file .page-contact form .custom-file-label:after, .page-contact form .btn, .page-contact form .custom-file .custom-file-label:after, .page-contact form .theme-select-and-go .dropdown .dropdown-toggle, .theme-select-and-go .dropdown .page-contact form .dropdown-toggle {
    display: block;
    width: 100%;
}
@media (min-width: 576px){
.custom-file .page-contact form .custom-file-label:after, .page-contact form .btn, .page-contact form .custom-file .custom-file-label:after, .page-contact form .theme-select-and-go .dropdown .dropdown-toggle, .theme-select-and-go .dropdown .page-contact form .dropdown-toggle {
    display: inline-block;
    width: auto;
}
}
@media (min-width: 992px){
.custom-file .page-contact form .custom-file-label:after, .page-contact form .btn, .page-contact form .custom-file .custom-file-label:after, .page-contact form .theme-select-and-go .dropdown .dropdown-toggle, .theme-select-and-go .dropdown .page-contact form .dropdown-toggle {
    float: left;
    margin-right: 16px;
}
}
.btn-primary:hover, .custom-file .custom-file-label:hover:after {
    color: #fff;
    background-color:#45E19D;
    border-color: #45E19D;
}
.btn-primary.focus, .btn-primary:focus, .custom-file .custom-file-label:focus:after, .custom-file .focus.custom-file-label:after {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
    box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
}
.btn.focus, .btn:focus, .custom-file .custom-file-label:focus:after, .custom-file .focus.custom-file-label:after, .theme-select-and-go .dropdown .dropdown-toggle:focus, .theme-select-and-go .dropdown .focus.dropdown-toggle {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
    box-shadow: 0 0 0 0.2rem rgba(28, 155, 49, 0.49);
}
.btn:hover, .custom-file .custom-file-label:hover:after, .theme-select-and-go .dropdown .dropdown-toggle:hover {
    color: #01042b;
    text-decoration: none;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.btn, .custom-file .custom-file-label:after, .theme-select-and-go .dropdown .dropdown-toggle {
    font-weight: 600;
}
@media (min-width: 576px){
.d-sm-block {
    display: block!important;
}
}
.btn-primary, .custom-file .custom-file-label:after {
    color: #fff;
    background-color: #079858;
    border-color: #079858;
}
.custom-control-label:before {
    position: absolute;
    top: .4rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.is-invalid {
    background: url(../img/icon-danger.svg) no-repeat right 16px center;
    background-size: 15px auto;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #ff1515;
    padding-right: 2.55rem;
    background-repeat: no-repeat;
    background-position: center right .6375rem;
    background-size: 1.275rem 1.275rem;
    background-image: url(../img/X.svg);
}
.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
	position: absolute;
    top: .4rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.btn, .custom-file .custom-file-label:after, .theme-select-and-go .dropdown .dropdown-toggle {
 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    border: 1px solid transparent;
    padding: .563rem 2rem;
    font-size: 1rem;
    line-height: 1.8;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.form-notification {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.4;
}
.page-contact form .form-notification {
    position: relative;
    top: 16px;
}
@media (min-width: 992px){
.page-contact form .form-notification {
    position: relative;
    top: 16px;
}
}
.text-danger {
    color: #ff1515!important;
}
.theme-scroll-container .scroll-section:last-child {
    margin-bottom: 0;
}
.theme-scroll-container .theme-cta-section {
    padding: 0;
}
@media (min-width: 992px){
.theme-scroll-container .theme-cta-section {
    max-width: 880px;
}
}
.theme-cta-section .cta-content-wrapper {
    padding: 50px 25px;
    background: #079858;
    border: 1px solid #fff;
}
@media (min-width: 768px){
.theme-cta-section .cta-content-wrapper {
    padding: 60px 45px;
}
}
@media (min-width: 992px){
.theme-cta-section .cta-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 25px 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
}
@media (min-width: 992px){
.theme-cta-section.cta-square-grid .cta-content-wrapper {
    max-width: 399.6px;
}
}
@media (min-height: 600px) and (min-width: 992px){
.theme-cta-section.cta-square-grid .cta-content-wrapper {
    max-width: 66.6vh;
	height: 100%;
}
}
.theme-cta-section .cta-content {
    margin:auto;
}
@media(min-width:992px){
.theme-cta-section .cta-content {
    margin-top: 40%;
}
}
.theme-cta-section .cta-content, .theme-cta-section h1, .theme-cta-section h2, .theme-cta-section h3, .theme-cta-section h4, .theme-cta-section h5, .theme-cta-section h6 {
    color: #fff;
}
.theme-cta-section h1, .theme-cta-section h2, .theme-cta-section h3, .theme-cta-section h4, .theme-cta-section h5, .theme-cta-section h6, .theme-cta-section ol, .theme-cta-section p, .theme-cta-section ul {
    margin-bottom: 18px;
}
.theme-cta-section h1, .theme-cta-section h2, .theme-cta-section h3, .theme-cta-section h4, .theme-cta-section h5, .theme-cta-section h6 {
    max-width: 90%;
}
@media (min-width: 400px){
.theme-cta-section h1, .theme-cta-section h2, .theme-cta-section h3, .theme-cta-section h4, .theme-cta-section h5, .theme-cta-section h6 {
    max-width: 100%;
}
}

/*----------------------------------------------------------------About Us------------------------------------------------*/
.nospace{margin:0;
	padding:0; 
	list-style:none;
	position: relative;
}
.page-about-culture .section-intro {
    margin-bottom: 0;
}
@media (min-width: 992px){
.page-about-culture .section-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}
@media (min-width: 992px){
.page-about-culture .section-intro, .page-about-culture .section-intro:first-child {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}
}
.theme-body-content {
    margin: 0 0 50px;
}
@media (min-width: 992px){
.theme-body-content {
    margin: 0;
    width: 620px;
}
}
@media (min-width: 992px){
.page-about-culture .section-intro .theme-body-content {
    margin-left: 108px;
    margin-top: auto;
    margin-bottom: auto;
}
}
@media (min-height: 600px) and (min-width: 992px){
.page-about-culture .section-intro .theme-body-content {
    margin-left: 18vh;
}
}
b, strong {
    font-weight: bolder;
}
.theme-square-grid {
    margin: 0 -25px;
}
@media (min-width: 576px){
.theme-square-grid {
    margin: 0 -45px;
}
}
@media (min-width: 992px){
.theme-square-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
}
}
@media (min-width: 992px){
.page-about-culture .section-intro .theme-square-grid {
    margin-right: auto;
}
}
.theme-square-grid .grid-hor, .theme-square-grid .grid-ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
@media (min-width: 992px){
.theme-square-grid .grid-ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.theme-square-grid .square-item {
    width: 50vw;
    height: 50vw;
}
@media (min-width: 992px){
.theme-square-grid .square-item {
    width: 200px;
    height: 200px;
}
}
@media (min-height: 600px) and (min-width: 992px){
.theme-square-grid .square-item {
    width: 33.333vh;
    height: 33.333vh;
    height: calc(var(--vh, 1vh)*33.333);
}
}
.theme-square-grid .square-item .instagram, .theme-square-grid .square-item .instagram-image, .theme-square-grid .square-item .picture, .theme-square-grid .square-item .video {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.theme-square-grid .square-item>* {
    border: 1px solid #fff;
}
.page-about-culture .section-intro .theme-arrow1 {
    width: 100px;
    left: 0;
    display: none;
}
@media (min-width: 992px){
.page-about-culture .section-intro .theme-arrow1 {
    display: block;
}
}
.theme-arrow1.js-align-vertical {
    position: absolute;
}
.theme-arrow1:after{
	content: "";
    display: block;
    width: 40px;
    height: 15px;
    background: url(../img/arrows-right-2-1.jpg);
    background-size: contain;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 50%;
}
.theme-arrow1{
    z-index: 99;
    border-bottom: 1px solid #25BB75;
}
@media (min-width: 992px){
.page-about-culture .section-people {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}
}

@media (min-width: 992px){
.d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
}
.theme-square-grid .square-item .square-title {
    position: relative;
    font-family: "Rezvan";
    font-weight: 500;
    font-size: 8vw;
    padding: 0 24px;
    color: #079858;
    line-height: 1.2em;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
@media (min-width: 992px){
.theme-square-grid .square-item .square-title {
    font-size: 33px;
    padding: 0 4vh;
    font-size: 5.4vh;
}
}
.about-Us{
	font-family: "Rezvan";
}
/*---------------------------------------------------------------Product page-------------------------------------*/
@media (min-width: 992px){
.page-services .scroll-section.section-type-0, .page-services .scroll-section.section-type-3 {
    padding-bottom: 0;
    padding-left: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.page-services .section-type-0 .body-content {
    margin-bottom: 50px;
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .body-content {
    max-width: 570px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .section-wrapper .theme-body-content {
    max-width: 360px;
    margin-left: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .section-wrapper>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) .theme-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 490px;
    margin: auto 0;
}
}
.theme-body-content.secondary-content {
    font-size: 17px;
	font-weight: 400;
    line-height: 1.9;
    color: #185037;
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) .theme-body-content>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
}
.page-services .scroll-section .theme-body-content h4 {
    margin-bottom: .5em;
	
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) .theme-body-content p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .section-wrapper .picture {
    margin: auto 0 0;
    width: 690px;
    height: 40vh;
    max-height: 100%;
}
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) .section-wrapper>.picture, .page-services .scroll-section:not(.section-cta)>.picture {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 620px;
    max-height: 40vh;
}
}
.page-services .scroll-section .section-wrapper>.picture, .page-services .scroll-section>.picture {
    height: 50vw;
    margin: 0 -25px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
@media (min-width: 576px){
.page-services .scroll-section .section-wrapper>.picture, .page-services .scroll-section>.picture {
    margin: -25px 0 0;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .picture, .page-services .scroll-section.section-type-3 .picture {
    margin: auto 0 0;
}
}
.page-services .scroll-section .theme-arrow1{
    display: none;
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) .theme-arrow1 {
    display: block;
    left: 0;
    width: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .theme-arrow1 {
    width: 35%;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-1 {
    padding-left: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-1 .theme-body-content {
    padding-bottom: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-1 .picture {
    height: 40vh;
    width: auto;
    margin: auto 0 0;
}
}
.page-services .section-type-1 .picture {
    margin: 0;
    max-height: 273px!important;
    background-size: contain;
}
@media (min-width: 576px){
.page-services .section-type-1 .picture {
    margin-top: 0;
}
}
@media (min-width: 992px){
.page-services .scroll-section:not(.section-cta) .theme-arrow2 {
    display: block;
    left: 0;
    width: 120px;
}
}
.page-services .scroll-section .theme-arrow2 {
    display: none;
}
.theme-arrow2.js-align-vertical {
    position: absolute;
}
.theme-arrow2 {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #25BB75;
}
.theme-arrow2:after{
	content: "";
    display: block;
    width: 40px;
    height: 15px;
    background: url(../img/arrows-right-2-1.jpg);
    background-size: contain;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
    padding-left: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-2 .picture {
    margin: 0 0 auto;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0, .page-services .scroll-section.section-type-3 {
    padding-bottom: 0;
    padding-left: 120px;
}
}
@media (min-width: 992px){
.page-services .scroll-section.section-type-0 .picture, .page-services .scroll-section.section-type-3 .picture {
    margin: auto 0 0;
}
}
.h4, .page-join.page-join-detail h2, h4 {
    font-size: 25px;
}
h4,h5{
	font-weight: 600;
}
@media (min-width: 768px){
h4 {
    font-size: 28px;
}
}
@media (min-width: 992px){
h4 {
    font-size: 35px;
}
}
	.cta-content-wrapper ul li i{
		padding-left: 5px;
	}
