
/* CustomFonts */
@font-face {
 font-family: 'IranSite';
 src: url('/Portals/0/ThemePluginPro/uploads/2024/11/27/YekanBakhFaNum-Regular.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2024/11/27/YekanBakhFaNum-Regular.woff2') format('woff2'),url('/Portals/0/ThemePluginPro/uploads/2024/11/27/YekanBakhFaNum-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'IranSite';
 src: url('/Portals/0/ThemePluginPro/uploads/2024/11/27/YekanBakhFaNum-Bold.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2024/11/27/YekanBakhFaNum-Bold.woff2') format('woff2'),url('/Portals/0/ThemePluginPro/uploads/2024/11/27/YekanBakhFaNum-Bold.ttf') format('truetype');
 font-weight: bold;
}

@font-face {
 font-family: 'IranSite';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/3/6/YekanBakhFaNum-ExtraBlack.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/3/6/YekanBakhFaNum-ExtraBlack.woff2') format('woff2'),url('/Portals/0/ThemePluginPro/uploads/2025/3/6/YekanBakhFaNum-ExtraBlack.ttf') format('truetype');
 font-weight: 900;
}

 :root {
	--accent-color:#046261 ;
	--accent-color2:#d0dedd;
	--accent-color3:#DCA64B;
	--accent-color4:#1fa4e8;
	--button-color:#1abc9c;
	--button-hover-color:#00aa89;
	--CustomColor1:#00bec5;
	--CustomColor2:#2c7170;
	--CustomColor3:#e7eeee;
	--CustomColor4:#00aab3;
	--CustomColor5:#D0DEDD;
	--CustomColor6:#22d3a7;
	--CustomColor7:#FCF6EE;
	--CustomColor8:#E6E6E6;
	--CustomColor9:#17892A;
	--CustomColor10:#313131;
	--b-radius:1rem;
	--opacity1:1;
	--opacity2:0.5;
	--box-shadow:2rem 3rem 15rem  rgba(0,0,0,0.17)  ;
	--White: #ffffff;
	--Black: #000000;
}

   @media (min-width: 540px) {

	.container,
	.container-sm {
		max-width: 540px;
	}

	.container-fluid.container-left {
		margin-right: 0;
		padding-left: calc(50vw - 540px);
	}
}

@media (min-width: 760px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 760px;
	}

	.container-fluid.container-left {
		margin-right: 0;
		padding-left: calc(50vw - 760px);
	}
}

@media (min-width: 960px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}

	.container-fluid.container-left {
		margin-right: 0;
		padding-left: calc(50vw - 960px);
	}
}

@media (min-width: 1320px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px;
	}

	.container-fluid.container-left {
		margin-right: 0;
		padding-left: calc(50vw - 1320px);
	}
}

@media (min-width: 1320px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1320px;
	}
}

.dng-main {
	 background-color:#fff;
	 }

.container {
	 padding-left:1rem;
	padding-right:1rem;
	 width: auto;
	max-width: 100%;
}

.is-container {
	max-width: auto;
}

.container-fluid {
	 padding-right:1rem;
	padding-left:1rem;
	 margin-right: auto;
	margin-left: auto;
}

 #dnn_content {
	 padding-top:0rem;
	  padding-bottom:0rem;
	}

 @media (min-width:540px) {
	 .container {
		width: 540px;
	}

	.is-container {
		max-width: 540px;
	}

	  }

@media (min-width:760px) {
	 .container {
		width: 760px;
	}

	.is-container {
		max-width: 760px;
	}

	  }

@media (min-width:960px) {
	 .container {
		width: 960px;
	}

	.is-container {
		max-width: 960px;
	}

	  }

@media (min-width:1320px) {
	 .container {
		width: 1320px;
	}

	.is-container {
		max-width: 1320px;
	}

	  }

@media (min-width:1320px) {
	 .container {
		width: 1320px;
	}

	.is-container {
		max-width: 1320px;
	}

	}

 .dng-left-full .dng-column:first-of-type>.dng-column-inner,
.left-full-column>.full-column-inner {
	margin-left: -1rem;
	width: calc(100% + 1rem);
}

.dng-right-full .dng-column:last-of-type>.dng-column-inner,
.right-full-column>.full-column-inner {
	margin-right: -1rem;
	width: calc(100% + 1rem);
}

  @media (min-width:540px) {

	 .dng-left-full .dng-column:first-of-type>.dng-column-inner,
	.left-full-column>.full-column-inner {
		margin-left:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right:calc((540px - 100vw)/2);
		width:calc(100% + (100vw - 540px)/2);
	}

	}

@media (min-width:760px) {

	 .dng-left-full .dng-column:first-of-type>.dng-column-inner,
	.left-full-column>.full-column-inner {
		margin-left:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right:calc((760px - 100vw)/2);
		width:calc(100% + (100vw - 760px)/2);
	}

	}

@media (min-width:960px) {

	 .dng-left-full .dng-column:first-of-type>.dng-column-inner,
	.left-full-column>.full-column-inner {
		margin-left:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right:calc((960px - 100vw)/2);
		width:calc(100% + (100vw - 960px)/2);
	}

	}

@media (min-width:1320px) {

	 .dng-left-full .dng-column:first-of-type>.dng-column-inner,
	.left-full-column>.full-column-inner {
		margin-left:calc((1320px - 100vw)/2);
		width:calc(100% + (100vw - 1320px)/2);
	}

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right:calc((1320px - 100vw)/2);
		width:calc(100% + (100vw - 1320px)/2);
	}

	}

@media (min-width:1320px) {

	 .dng-left-full .dng-column:first-of-type>.dng-column-inner,
	.left-full-column>.full-column-inner {
		margin-left:calc((1320px - 100vw)/2);
		width:calc(100% + (100vw - 1320px)/2);
	}

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right:calc((1320px - 100vw)/2);
		width:calc(100% + (100vw - 1320px)/2);
	}

	}

 h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
}

h1 {
	color:#313131;
	 font-weight:600;
	font-size:1.06rem         ;
	line-height:2rem;
	letter-spacing:0;
}

h2 {
	color:#313131;
	 font-weight:600;
	font-size:1rem;
	line-height:2rem;
	letter-spacing:0;
}

h3 {
	color:#313131;
	 font-weight:normal;
	font-size:1rem;
	line-height:2rem;
	letter-spacing:0;
}

h4 {
	color:#313131;
	 font-weight:700;
	font-size:1.3rem;
	line-height:1.5;
	letter-spacing:0;
}

h5 {
	color:#313131;
	 font-weight:700;
	font-size:1.2rem;
	line-height:1.4;
	letter-spacing:0;
}

h6 {
	color:#333333;
	 font-family:" ";
	 font-weight:600;
	font-size:;
	line-height:1.5;
	letter-spacing:0;
}

div.is-inherit-root-text,
div.is-inherit-root-text p,
div.is-inherit-root-text li,
div.is-inherit-root-text div,
div.is-inherit-root-text span {
	color: #313131;
}

div.is-inherit-root-text h1 {
	color:#313131;
}

div.is-inherit-root-text h2 {
	color:#313131;
}

div.is-inherit-root-text h3 {
	color:#313131;
}

div.is-inherit-root-text h4 {
	color:#313131;
}

div.is-inherit-root-text h5 {
	color:#333333;
}

div.is-inherit-root-text h6 {
	color:#333333;
}



@media only screen and (min-width: 540px) {
	 h1 {
		font-size:1.06rem;
		 	}

	  h2 {
		font-size:1rem;
		 	}

	  h3 {
		font-size:1rem;
		 	}

	   }

@media only screen and (min-width: 760px) {
	      h6 {
		font-size:1.2rem;
		 	}

	}

@media only screen and (min-width: 960px) {
	 h1 {
		font-size: 1.2rem;
		 line-height:2rem;
			}

	  h2 {
		font-size:1.13rem;
		 line-height:2rem;
			}

	  h3 {
		font-size:1.13rem;
		 line-height:2rem;
			}

	   }

@media only screen and (min-width: 1320px) {
	     }

a,
a:link {
	color:#1abc9c;
}

a:visited {
	color:#1abc9c;
}

a:hover {
	color:#1abc9c;
}

a:active {
	color:#1abc9c;
}




.btn-accent,
a.btn-accent {
	color:#046261 ;
	border-color:#046261 ;
	background-color:#046261 ;
}

[class*="am-btn-"].btn-accent:before {
	background-color:#046261 ;
}

div [class*="am-btn-"].hover-accent:hover {
	color:#046261 ;
	border-color:#046261 ;
	background-color:#046261 ;
}

div [class*="am-btn-"].hover-accent:hover:before {
	background-color:#046261 ;
}



#Body .bg-accent {
	background-color:#046261 ;
}

#Body .color-accent {
	color:#046261 ;
}

#Body .border-accent {
	border-color:#046261 ;
}

#Body .bg-accent-hover:hover {
	background-color:#046261 ;
}

#Body .color-accent-hover:hover {
	color:#046261 ;
}

#Body .border-accent-hover:hover {
	border-color:#046261 ;
}

#Body .bg-accent2 {
	background-color:#d0dedd;
}

#Body .color-accent2 {
	color:#d0dedd;
}

#Body .border-accent2 {
	border-color:#d0dedd;
}

#Body .bg-accent3 {
	background-color:#DCA64B;
}

#Body .color-accent3 {
	color:#DCA64B;
}

#Body .border-accent3 {
	border-color:#DCA64B;
}

#Body .bg-accent4 {
	background-color:#1fa4e8;
}

#Body .color-accent4 {
	color:#1fa4e8;
}

#Body .border-accent4 {
	border-color:#1fa4e8;
}

b,
strong {
	font-weight:700;
}

.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after {
	font-weight:700 !important;
}

#Body,
html,
body,
.Head,
.SubTitle,
.SubSubTitle,
.Normal {
	font-family: IranSite;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0;
	color: #313131;
}

.default-size {
	font-size:13px;
}

.default-lineheight {
	line-height:1.8;
}

@media (min-width:540px) {

	 }

@media (min-width:760px) {

	 }

@media (min-width:960px) {

	 }

@media (min-width:1320px) {

	 }



button,
input,
select,
textarea,
.btn {
	font-family: IranSite;
}

 .default-color {
	color: #313131 !important;
}

.default-bg- background-color: #313131 !important;
}

.default-bg-hover:hover {
	background-color:#313131 !important;
}

.default-border-color {
	border-color: #313131 !important;
}

  .accent-color {
	color: #046261 ;
}

  .default-family {
	font-family:" " !important;
}

  .CustomColor1 {
	color:#00bec5 !important;
}

  .CustomColor2 {
	color:#2c7170 !important;
}

  .CustomColor3 {
	color:#e7eeee !important;
}

  .CustomColor4 {
	color:#00aab3 !important;
}

  .CustomColor5 {
	color:#D0DEDD !important;
}

  .CustomColor6 {
	color:#22d3a7 !important;
}

  .CustomColor7 {
	color:#FCF6EE !important;
}

  .CustomColor8 {
	color:#E6E6E6 !important;
}

  .CustomColor9 {
	color:#17892A !important;
}

  .CustomColor10 {
	color:#313131 !important;
}

  .bg-CustomColor1 {
	background-color:#00bec5 !important;
}

.bg-CustomColor1-hover:hover {
	background-color:#00bec5 !important;
}

  .bg-CustomColor2 {
	background-color:#2c7170 !important;
}

.bg-CustomColor2-hover:hover {
	background-color:#2c7170 !important;
}

  .bg-CustomColor3 {
	background-color:#e7eeee !important;
}

.bg-CustomColor3-hover:hover {
	background-color:#e7eeee !important;
}

  .bg-CustomColor4 {
	background-color:#00aab3 !important;
}

.bg-CustomColor4-hover:hover {
	background-color:#00aab3 !important;
}

  .bg-CustomColor5 {
	background-color:#D0DEDD !important;
}

.bg-CustomColor5-hover:hover {
	background-color:#D0DEDD !important;
}

  .bg-CustomColor6 {
	background-color:#22d3a7 !important;
}

.bg-CustomColor6-hover:hover {
	background-color:#22d3a7 !important;
}

  .bg-CustomColor7 {
	background-color:#FCF6EE !important;
}

.bg-CustomColor7-hover:hover {
	background-color:#FCF6EE !important;
}

  .bg-CustomColor8 {
	background-color:#E6E6E6 !important;
}

.bg-CustomColor8-hover:hover {
	background-color:#E6E6E6 !important;
}

  .bg-CustomColor9 {
	background-color:#17892A !important;
}

.bg-CustomColor9-hover:hover {
	background-color:#17892A !important;
}

  .bg-CustomColor10 {
	background-color:#313131 !important;
}

.bg-CustomColor10-hover:hover {
	background-color:#313131 !important;
}

  .border-CustomColor1 {
	border-color:#00bec5 !important;
}

  .border-CustomColor2 {
	border-color:#2c7170 !important;
}

  .border-CustomColor3 {
	border-color:#e7eeee !important;
}

  .border-CustomColor4 {
	border-color:#00aab3 !important;
}

  .border-CustomColor5 {
	border-color:#D0DEDD !important;
}

  .border-CustomColor6 {
	border-color:#22d3a7 !important;
}

  .border-CustomColor7 {
	border-color:#FCF6EE !important;
}

  .border-CustomColor8 {
	border-color:#E6E6E6 !important;
}

  .border-CustomColor9 {
	border-color:#17892A !important;
}

  .border-CustomColor10 {
	border-color:#313131 !important;
}

  .font-family1 {
	font-family: " " !important;
}

  .font-family2 {
	font-family: " " !important;
}

  .font-family3 {
	font-family: " " !important;
}

 .font-size-xs {
	font-size: 0.9rem !important;
}

  .font-size-sm {
	font-size: 1rem !important;
}

 .font-size-md {
	font-size: 1.07rem !important;
}

 .font-size-lg {
	font-size: 1.07rem !important;
}

 .font-size-xl {
	font-size: 1.8rem !important;
}

 .font-size-xxl {
	font-size: 2rem !important;
}

 .line-height-sm {
	line-height: 1.2 !important;
}

 .line-height-md {
	line-height: 1.4 !important;
}

 .line-height-lg {
	line-height: 1.7 !important;
}

 .line-height-xl {
	line-height: 2.2 !important;
}

 .line-height-xxl {
	line-height: 2.2 !important;
}

 @media (min-width:540px) {
	           }

@media (min-width:760px) {
	 .font-size-normal {
		font-size: 1.2rem !important;
	}

	          }

@media (min-width:960px) {
	  .font-size-sm {
		font-size: 1.15rem !important;
	}

	 .font-size-md {
		font-size: 1.23rem !important;
	}

	 .font-size-lg {
		font-size: 1.23rem !important;
	}

	       }

@media (min-width:1320px) {
	           }


 .letter-spacing-sm {
	letter-spacing: 0.03em !important;
}

  .letter-spacing-md {
	letter-spacing: 0.05em !important;
}

  .letter-spacing-lg {
	letter-spacing: 0.07em !important;
}

  .shadow-sm {
	-webkit-box-shadow: 2rem 3rem 15rem  rgba(0,0,0,0.17)   !important;
	box-shadow: 2rem 3rem 15rem  rgba(0,0,0,0.17)   !important;
}

  .shadow-md {
	-webkit-box-shadow: 0rem 0rem 25rem  rgba(0,0,0,0.1)   !important;
	box-shadow: 0rem 0rem 25rem  rgba(0,0,0,0.1)   !important;
}

  .shadow-lg {
	-webkit-box-shadow: 0rem 0rem 35rem  rgba(0,0,0,0.3)   !important;
	box-shadow: 0rem 0rem 35rem  rgba(0,0,0,0.3)   !important;
}

  .shadow-xl {
	-webkit-box-shadow: 0rem 0rem 40rem  rgba(0,0,0,0.2)   !important;
	box-shadow: 0rem 0rem 40rem  rgba(0,0,0,0.2)   !important;
}

  .shadow-xxl {
	-webkit-box-shadow: 0rem 0rem 45rem  rgba(0,0,0,0.2)   !important;
	box-shadow: 0rem 0rem 45rem  rgba(0,0,0,0.2)   !important;
}

/*default color*/


/*page title*/
.page-title-bg {
	 background-color:#4c4dc3;
	    }


.page-title-Video {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.page-title-Video video {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover;
	object-position: center center;
}



  .page-title-bg.light-overlay::after {
	background-color: rgba(255, 255, 255, 0.10);
}

.page-title-bg.dark-overlay::after {
	background-color: rgba(0, 0, 0, 0.10);
}

 .page-title-container {
	height: 40vh;
}

  @media only screen and (max-width: calc(760px - 1px)) {
	.page-title-container {
		height: auto;padding-top:4.78rem;padding-bottom:4.78rem;vh
	}
}

  @media only screen and (min-width: 760px) and (max-width: calc(960px - 1px)) {
	.page-title-container {
		height:32vh
	}
}


/*breadcrumbs*/
.page-breadcrumbs {
	background-color:transparent;
	}

.page-breadcrumbs>.container {
	 padding-top:5.71rem;
	   padding-bottom:1rem;
	 }

.page-breadcrumbs .breadcrumbs a:hover {
	 color:#046261  !important;
	}

.page-breadcrumbs .breadcrumbs {
	color: #595959;
	font-size: 1rem;
}

.page-breadcrumbs .breadcrumbs-box>a,
.page-breadcrumbs .breadcrumbs-box>span>span>span {
	line-height:2;
}

.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited {
	color: #595959;
	font-size: 1rem;
}

.page-breadcrumbs .breadcrumbs a:hover {
	 color:#046261  !important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box>a:before,
.breadcrumbs_sytle3 .breadcrumbs-box>span>span>span:before {
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01 {
	padding-right:5remrem;
	 }

.sidebar_dynamic.sidebar_dynamic_sytle01 .sidebar_sticky {
	 }


@media only screen and (max-width: calc(960px - 1px)) {
	.sidebar_dynamic.sidebar_dynamic_sytle01 {
		padding-top: 0 !important;
		padding-right: 1rem !important;
		padding-bottom: 0 !important;
		padding-left: 1rem !important;
		margin-top: 2.14rem;
	}

	.sidebar_dynamic.sidebar_dynamic_sytle01 .sidebar_sticky {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

}

.sidebar_dynamic.sidebar_dynamic_sytle01,
.sidebar_dynamic.sidebar_dynamic_sytle01 .Normal {}

.sidebar_sticky {
	z-index: 900;
}

.has-sidebar>.row {
	position: relative;
	flex-wrap: nowrap;
}

.sidebar_pos_fixleft .sidebar_dynamic,
.sidebar_pos_fixright .sidebar_dynamic {
	opacity: 0;
}

.sidebar_pos_fixleft.show .sidebar_dynamic,
.sidebar_pos_fixright.show .sidebar_dynamic {
	opacity: 1;
}


.container.sidebar_pos_fixleftfull,
.container.sidebar_pos_fixrightfull {
	width: 100% !important;
}

.sidebar_dynamic.col-lg-auto {
	width: 300rem;
	flex: 0 0 300rem;
	max-width: calc(100vw - 2.85rem);
}

.sidebar_pos_fixleftfull .col-lg-container.sidebar-siblings-container,
.sidebar_pos_fixrightfull .col-lg-container.sidebar-siblings-container {
	flex-grow: 1;
	max-width: calc(100% - 300rem);
}

.sidebar_pos_fixleft,
.sidebar_pos_fixright {
	position: relative;
}

.sidebar_pos_fixleft .sidebar_dynamic {
	position: absolute;
	left: 0;
}

.sidebar_pos_fixright .sidebar_dynamic {
	position: absolute;
	right: 0;
}

html.show-sidebar {
	overflow-x: auto;
	overflow-y: hidden;
}

.sidebar-menu-icon,
.sidebar-menu-close {
	position: fixed;
	top: 14.28rem;
	left: 0rem;
	width: 2.85rem;
	height: 2.85rem;
	background-color: #1abc9c;
	border-radius: 0 0.3rem 0.3rem 0;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	color: #FFF;
	z-index: 800;
	box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.sidebar-menu-close {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #FFF;
	 background-color:#fff;
	 color: #000;
	border-radius: 0 0 0.3rem 0;
	box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

.sidebar-menu-close::after,
.sidebar-menu-close::before {
	content: "";
	width: 1.35rem;
	border-bottom: 0.2rem solid currentColor;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-left: -0.71rem;
}

.sidebar-menu-close::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sidebar-menu-icon.icon-right,
.sidebar-menu-icon.icon-fixright,
.sidebar-menu-icon.icon-fixrightfull {
	left: auto;
	right: 0;
	border-radius: 0.3rem 0 0 0.3rem;
	box-shadow: -0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.sidebar_pos_right .sidebar-menu-close,
.sidebar_pos_fixright .sidebar-menu-close,
.sidebar_pos_fixrightfull .sidebar-menu-close {
	left: auto;
	right: 100%;
	border-radius: 0 0 0 0.3rem;
	box-shadow: -0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.1);

}


.switch-sidebar .sidebar_pos_fixleft .sidebar_dynamic,
.switch-sidebar .sidebar_pos_fixright .sidebar_dynamic {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 1000;

	background-color: #FFF;
	 background-color:#fff;
	 box-shadow: 0rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
	margin: 0;
	padding: 0 !important;
}

.switch-sidebar .sidebar_pos_fixleft .sidebar_sticky,
.switch-sidebar .sidebar_pos_fixright .sidebar_sticky {
	width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	padding: 1rem !important;
	overflow-x: hidden;
	overflow-y: auto;
}

.switch-sidebar.show-sidebar .sidebar_pos_fixleft .sidebar_dynamic {
	left: 0;
}

.switch-sidebar.show-sidebar .sidebar_pos_fixright .sidebar_dynamic {
	right: 0;
}

.switch-sidebar .sidebar-menu-close,
.switch-sidebar .sidebar-menu-icon {
	display: flex;
}

.switch-sidebar .sidebar_pos_fixleft .sidebar_dynamic {
	transition: all ease-in 300ms;
	margin-left: -3.21rem;
	left: -300rem;
}

.switch-sidebar .sidebar_pos_fixright .sidebar_dynamic {
	transition: all ease-in 300ms;
	margin-right: -3.21rem;
	right: -300rem;
}

.switch-sidebar.show-sidebar .sidebar_pos_fixleft .sidebar_dynamic {
	left: 0;
	margin-left: 0;
}

.switch-sidebar.show-sidebar .sidebar_pos_fixright .sidebar_dynamic {
	right: 0;
	margin-right: 0;
}

.switch-sidebar.has-sidebar .sidebar-siblings-container {
	max-width: none;
}


@media only screen and (max-width: calc(960px - 1px)) {

	.sidebar_pos_left.sidebar_dynamic,
	.sidebar_pos_right.sidebar_dynamic {
		width: 300rem;
		flex: 0 0 300rem;
	}


	.sidebar_pos_fixleftfull .sidebar_dynamic,
	.sidebar_pos_fixrightfull .sidebar_dynamic,
	.sidebar_pos_left.sidebar_dynamic,
	.sidebar_pos_right.sidebar_dynamic {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 1000;

		background-color: #FFF;
		 background-color:#fff;
		 box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
		margin: 0;
		padding: 0 !important;
	}

	.sidebar_pos_fixleftfull .sidebar_sticky,
	.sidebar_pos_fixrightfull .sidebar_sticky,
	.sidebar_pos_left .sidebar_sticky,
	.sidebar_pos_right .sidebar_sticky {
		width: 100% !important;
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		padding: 1rem !important;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.has-sidebar .sidebar-siblings-container {
		flex-grow: 1;
		max-width: none;
	}

	.sidebar_pos_fixleftfull .col-lg-container.sidebar-siblings-container,
	.sidebar_pos_fixrightfull .col-lg-container.sidebar-siblings-container {
		flex-grow: 1;
		max-width: none;
	}

	.sidebar-menu-close,
	.sidebar-menu-icon {
		display: flex;
	}

	.sidebar_pos_fixleftfull .sidebar_dynamic,
	.sidebar_pos_left.sidebar_dynamic {
		transition: all ease-in 300ms;
		margin-left: -3.21rem;
		left: -300rem;
	}

	.sidebar_pos_left.sidebar_dynamic {
		left: -21.42rem;
	}

	.sidebar_pos_fixrightfull .sidebar_dynamic,
	.sidebar_pos_right.sidebar_dynamic {
		transition: all ease-in 300ms;
		margin-right: -3.21rem;
		right: -300rem;
	}

	.sidebar_pos_right.sidebar_dynamic {
		right: -21.42rem;
	}

	.show-sidebar .sidebar_pos_fixleftfull .sidebar_dynamic,
	.show-sidebar .sidebar_pos_left.sidebar_dynamic {
		left: 0;
		margin-left: 0;
	}

	.show-sidebar .sidebar_pos_fixrightfull .sidebar_dynamic,
	.show-sidebar .sidebar_pos_right.sidebar_dynamic {
		right: 0;
		margin-right: 0;
	}

}

@media only screen and (max-width: calc(760px - 1px)) {
	.sidebar-menu-icon {
		top: 10.71rem;
	}
}

@media only screen and (min-width: 960px) {

	.has-sidebar-fixleftfull .page-title-row-left,
	.has-sidebar-fixleftfull .page-breadcrumbs.text-left .container.Boxed {
		width: 100%;
		padding-left:calc(300rem + 1rem);
	}

	.has-sidebar-fixleftfull .page-title-row-right {
		width: 100%;
	}

	.has-sidebar-fixrightfull .page-title-row-right,
	.has-sidebar-fixrightfull .page-breadcrumbs.text-right .container.Boxed {
		width: 100%;
		padding-right:calc(300rem + 1rem);
	}

	.has-sidebar-fixrightfull .page-title-row-left {
		width: 100%;
		padding-right:calc(300rem + 1rem);
	}
}




 .sidebar_dynamic {
	min-height: 0.1rem;
}

.sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-menu .gomenu>ul>li>a,
.sidebar-menu .gomenu>ul>li>a:link,
.sidebar-menu .gomenu>ul>li>a:active,
.sidebar-menu .gomenu>ul>li>a:visited {
	color:#333333;
	  font-weight:600;
	 font-size:1.2rem;
	 line-height:1.4;
	}

.sidebar-menu .gomenu ul ul a,
.sidebar-menu .gomenu ul ul a:link,
.sidebar-menu .gomenu ul ul a:active,
.sidebar-menu .gomenu ul ul a:visited {
	color:#666666;
	  font-weight:inherit;
	 font-size:1rem;
	 }


.sidebar-menu .gomenu>ul>li>a {
	padding: 1rem1.42rem;
	display: block;
	position: relative;
	border-top: 0.1rem dashed #d5d5d5;
	transition: all ease 300ms;
}

.sidebar-menu .gomenu>ul>li:first-child>a {
	border-top: none;
}

.sidebar-menu .gomenu>ul>li:last-child>a {
	border-bottom: 0.1rem dashed #d5d5d5;
}


.sidebar-menu .gomenu>ul>li>a::before {
	content: "";
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 50%;
	border:0.2rem solid #046261 ;
	display: inline-block;
	margin-right: 0.64rem;
}

.sidebar-menu .gomenu>ul>li.dir>a::after {
	content: "";
	position: absolute;
	border-top: 0.2rem solid #818181;
	border-right: 0.2rem solid #818181;
	width: 0.8rem;
	height: 0.8rem;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	top: 50%;
	margin-top: -0.42rem;
	margin-right: 1.64rem;
}

.sidebar-menu .gomenu ul ul {
	position: relative;
	z-index: 1;
}

.sidebar-menu .gomenu>ul>li>ul {
	padding: 1rem 2.85rem;
}

.sidebar-menu .gomenu>ul>li>ul::before {
	content: "";
	position: absolute;
	top: -0.3rem;
	bottom: 0;
	right: 0;
	left: 0;
	background: #046261 ;
	opacity: .1;
	z-index: -1;
	border-radius: 0 0 0.4rem 0.4rem;
}

.sidebar-menu .gomenu ul ul li {
	padding: 0.5rem 0;
}

.sidebar-menu .gomenu>ul>li>a:hover {
	color: #046261 ;
}

.sidebar-menu .gomenu>ul>li>a:hover::after {
	border-color: #046261 ;
}

.sidebar-menu .gomenu>ul>li.current>a {
	background-color: #046261 ;
}

.sidebar-menu .gomenu>ul>li.current>a::before,
.sidebar-menu .gomenu>ul>li.dir.current>a::after {
	border-color: #FFF;
}

.sidebar-menu .gomenu>ul>li.current>a {
	color: #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 0.3rem;
	box-shadow: 0 0 0.8rem rgba(0, 0, 0, .15);

}

.sidebar-menu .gomenu>ul>li.current+li>a {
	border-top-color: transparent;

}

.sidebar-menu .gomenu ul ul {
	display: none;
}

.sidebar-menu .gomenu ul li.current ul {
	display: block;
}

.sidebar-menu .gomenu ul ul {
	padding-top: 0.8rem;
	padding-left: 1.42rem;
}

.sidebar-menu .gomenu ul ul a:hover,
.sidebar-menu .gomenu ul ul li.subcurrent>a {
	color: #046261 ;
}


/**/
.swiper-container .swiper-pagination-bullet-active {
	background: #046261 ;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
	color: #046261 ;
}

.isotope-grid .isotope-group a::after {
	background-color:#046261 ;
}

/**/
.fixed-widget-list li.backtop {
	background-color:#046261 ;
}

body .homepage10-header-btn,
body .homepage10-header-btn:link,
body .homepage10-header-btn:active,
body .homepage10-header-btn:visited,
body .homepage10-header-btn[type="button"],
body .homepage10-header-btn[type="submit"] {
	background-color:#1abc9c;
}

body .homepage10-header-btn:hover {
	background-color:#00aa89;
}

.homepage10-header-btn.box-shadow2::after {
	box-shadow: 0.28rem 0.2rem 1.14rem #046261 ;
}

.homepage10-header-btn.box-shadow2.bg-accent2::after {
	box-shadow: 0.28rem 0.2rem 1.14rem #d0dedd;
}

.homepage10-header-btn.box-shadow2.bg-accent3::after {
	box-shadow: 0.28rem 0.2rem 1.14rem #DCA64B;
}

.homepage10-header-btn.box-shadow2.bg-accent4::after {
	box-shadow: 0.28rem 0.2rem 1.14rem #1fa4e8;
}
