
/* CustomFonts */
@font-face {
 font-family: 'IranSite';
 src: url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Regular.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Regular.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Regular.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Regular.woff2') format('woff2'),url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Regular.ttf') format('truetype');
}

@font-face {
 font-family: 'IranSite';
 src: url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Bold.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Bold.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Bold.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Bold.woff2') format('woff2'),url('/Portals/0/ThemePluginPro/uploads/2023/11/8/FarhangFaNum-Bold.ttf') format('truetype');
 font-weight: 700;
}

 :root {
	--accent-color:#016e83;
	--accent-color2:#523ee8;
	--accent-color3:#fb7c35;
	--accent-color4:#1fa4e8;
	--button-color:#016e83;
	--button-hover-color:rgba(1, 110, 131, 0.2);
	--DBlue:rgba(1, 110, 131, 1);
	--LBlue:rgba(1, 110, 131, 0.2);
	--BackBlue:rgba(230, 240, 243, 1);
	--Silver:rgba(143, 143, 143, 1);
	--LSilver:rgba(237, 237, 237, 1);
	--White:#ffffff;
	--Black:#000000;
	--OPBlack:rgba(0,0,0,0.4);
	--CustomColor9:#ffce09;
	--CustomColor10:#3cb33c;
	--b-radius:5px;
	--opacity1:1;
	--opacity2:0.5;
	--box-shadow:2px 3px 15px  rgba(0,0,0,0.17)  ;
}

   @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: 1140px) {

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

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

@media (min-width: 1320px) {

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

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

.container {
	 padding-left:15px;
	padding-right:15px;
	 width: auto;
	max-width: 100%;
}

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

.container-fluid {
	 padding-right:15px;
	padding-left:15px;
	 margin-right: auto;
	margin-left: auto;
}

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

 @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:1140px) {
	 .container {
		width: 1140px;
	}

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

	  }

@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: -15px;
	width: calc(100% + 15px);
}

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

  @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:1140px) {

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

	.dng-right-full .dng-column:last-of-type>.dng-column-inner,
	.right-full-column>.full-column-inner {
		margin-right:calc((1140px - 100vw)/2);
		width:calc(100% + (100vw - 1140px)/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:#000000;
	 font-weight:400;
	font-size:1.2rem;
	line-height:1.8;
	letter-spacing:0;
}

h2 {
	color:#000000;
	 font-weight:700;
	font-size:1.2rem;
	line-height:1.8;
	letter-spacing:0;
}

h3 {
	color:#000000;
	 font-weight:700;
	font-size:1.1rem;
	line-height:1.8;
	letter-spacing:0;
}

h4 {
	color:#000000;
	 font-weight:700;
	font-size:1.1rem;
	line-height:1.8;
	letter-spacing:0;
}

h5 {
	color:#000000;
	 font-weight:600;
	font-size:1rem;
	line-height:1.8;
	letter-spacing:0;
}

h6 {
	color:#333333;
	 font-weight:600;
	font-size:1rem;
	line-height:1.8;
	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:  rgba(51, 51, 51, 1);
}

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

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

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

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

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

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



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

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

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

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

a,
a:link {
	color:#016e83;
}

a:visited {
	color:#016e83;
}

a:hover {
	color:rgba(1, 110, 131, 0.2);
}

a:active {
	color:#016e83;
}




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

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

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

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



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

#Body .color-accent {
	color:#016e83;
}

#Body .border-accent {
	border-color:#016e83;
}

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

#Body .color-accent-hover:hover {
	color:#016e83;
}

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

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

#Body .color-accent2 {
	color:#523ee8;
}

#Body .border-accent2 {
	border-color:#523ee8;
}

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

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

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

#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: 14px;
	line-height: 2;
	letter-spacing: 0;
	color:  rgba(51, 51, 51, 1);
}

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

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

@media (min-width:576px) {

	 }

@media (min-width:768px) {

	 }

@media (min-width:992px) {

	 }

@media (min-width:1200px) {

	 }



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

 .default-color {
	color:  rgba(51, 51, 51, 1) !important;
}

.default-bg- background-color:  rgba(51, 51, 51, 1) !important;
}

.default-bg-hover:hover {
	background-color: rgba(51, 51, 51, 1) !important;
}

.default-border-color {
	border-color:  rgba(51, 51, 51, 1) !important;
}

  .accent-color {
	color: #016e83;
}

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

  .DBlue {
	color:rgba(1, 110, 131, 1) !important;
}

  .LBlue {
	color:rgba(1, 110, 131, 0.2) !important;
}

  .BackBlue {
	color:rgba(230, 240, 243, 1) !important;
}

  .Silver {
	color:rgba(143, 143, 143, 1) !important;
}

  .LSilver {
	color:rgba(237, 237, 237, 1) !important;
}

  .White {
	color:#ffffff !important;
}

  .Black {
	color:#000000 !important;
}

  .OPBlack {
	color:rgba(0,0,0,0.4) !important;
}

  .CustomColor9 {
	color:#ffce09 !important;
}

  .CustomColor10 {
	color:#3cb33c !important;
}

  .bg-DBlue {
	background-color:rgba(1, 110, 131, 1) !important;
}

.bg-DBlue-hover:hover {
	background-color:rgba(1, 110, 131, 1) !important;
}

  .bg-LBlue {
	background-color:rgba(1, 110, 131, 0.2) !important;
}

.bg-LBlue-hover:hover {
	background-color:rgba(1, 110, 131, 0.2) !important;
}

  .bg-BackBlue {
	background-color:rgba(230, 240, 243, 1) !important;
}

.bg-BackBlue-hover:hover {
	background-color:rgba(230, 240, 243, 1) !important;
}

  .bg-Silver {
	background-color:rgba(143, 143, 143, 1) !important;
}

.bg-Silver-hover:hover {
	background-color:rgba(143, 143, 143, 1) !important;
}

  .bg-LSilver {
	background-color:rgba(237, 237, 237, 1) !important;
}

.bg-LSilver-hover:hover {
	background-color:rgba(237, 237, 237, 1) !important;
}

  .bg-White {
	background-color:#ffffff !important;
}

.bg-White-hover:hover {
	background-color:#ffffff !important;
}

  .bg-Black {
	background-color:#000000 !important;
}

.bg-Black-hover:hover {
	background-color:#000000 !important;
}

  .bg-OPBlack {
	background-color:rgba(0,0,0,0.4) !important;
}

.bg-OPBlack-hover:hover {
	background-color:rgba(0,0,0,0.4) !important;
}

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

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

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

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

  .border-DBlue {
	border-color:rgba(1, 110, 131, 1) !important;
}

  .border-LBlue {
	border-color:rgba(1, 110, 131, 0.2) !important;
}

  .border-BackBlue {
	border-color:rgba(230, 240, 243, 1) !important;
}

  .border-Silver {
	border-color:rgba(143, 143, 143, 1) !important;
}

  .border-LSilver {
	border-color:rgba(237, 237, 237, 1) !important;
}

  .border-White {
	border-color:#ffffff !important;
}

  .border-Black {
	border-color:#000000 !important;
}

  .border-OPBlack {
	border-color:rgba(0,0,0,0.4) !important;
}

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

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

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

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

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

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

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

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

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

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

 .line-height-sm {
	line-height: 1.1 !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:576px) {
	           }

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

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

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


 .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: 2px 3px 15px  rgba(0,0,0,0.17)   !important;
	box-shadow: 2px 3px 15px  rgba(0,0,0,0.17)   !important;
}

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

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

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

  .shadow-xxl {
	-webkit-box-shadow: 0px 0px 45px  rgba(0,0,0,0.2)   !important;
	box-shadow: 0px 0px 45px  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: 380vh;
}

  @media only screen and (max-width: 767px) {
	.page-title-container {
		height: auto;padding-top:67px;padding-bottom:67px;vh
	}
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-title-container {
		height:304vh
	}
}


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

.page-breadcrumbs>.container {
	 padding-top:20px;
	   padding-bottom:10px;
	 }

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

.page-breadcrumbs .breadcrumbs {
	color: #666666;
	font-size: 14px;
}

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

.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited {
	color: #666666;
	font-size: 14px;
}

.page-breadcrumbs .breadcrumbs a:hover {
	 color:#016e83 !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:70pxpx;
	 }

.sidebar_dynamic.sidebar_dynamic_sytle01 .sidebar_sticky {
	 }


@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01 {
		padding-top: 0 !important;
		padding-right: 15px !important;
		padding-bottom: 0 !important;
		padding-left: 15px !important;
		margin-top: 30px;
	}

	.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: 300px;
	flex: 0 0 300px;
	max-width: calc(100vw - 40px);
}

.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% - 300px);
}

.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: 200px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-color: #1abc9c;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	color: #FFF;
	z-index: 800;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-menu-close {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #FFF;
	 background-color:#f5f5f5;
	 color: #000;
	border-radius: 0 0 4px 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

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

.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: 4px 0 0 4px;
	box-shadow: -2px 3px 5px 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 4px;
	box-shadow: -1px 1px 3px 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:#f5f5f5;
	 box-shadow: 0px 3px 7px 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: 15px !important;
	overflow-x: hidden;
	overflow-y: auto;
}

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

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

.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: -45px;
	left: -300px;
}

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

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

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

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


@media only screen and (max-width: 991px) {

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


	.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:#f5f5f5;
		 box-shadow: 0px 3px 7px 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: 15px !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: -45px;
		left: -300px;
	}

	.sidebar_pos_left.sidebar_dynamic {
		left: -300px;
	}

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

	.sidebar_pos_right.sidebar_dynamic {
		right: -300px;
	}

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

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

}

@media only screen and (max-width: 767px) {
	.sidebar-menu-icon {
		top: 150px
	}
}

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

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

	.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(300px + 15px);
	}

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




 .sidebar_dynamic {
	min-height: 1px;
}

.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:18px;
	 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:16px;
	 }


.sidebar-menu .gomenu>ul>li>a {
	padding: 15px 20px;
	display: block;
	position: relative;
	border-top: 1px 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: 1px dashed #d5d5d5;
}


.sidebar-menu .gomenu>ul>li>a::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border:2px solid #016e83;
	display: inline-block;
	margin-right: 9px;
}

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

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

.sidebar-menu .gomenu>ul>li>ul {
	padding: 15px 40px;
}

.sidebar-menu .gomenu>ul>li>ul::before {
	content: "";
	position: absolute;
	top: -3px;
	bottom: 0px;
	right: 0;
	left: 0;
	background: #016e83;
	opacity: .1;
	z-index: -1;
	border-radius: 0 0 5px 5px;
}

.sidebar-menu .gomenu ul ul li {
	padding: 6px 0;
}

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

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

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

.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: 4px;
	box-shadow: 0 0 10px 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: 10px;
	padding-left: 20px;
}

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


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

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

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

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

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:#016e83;
}

body .homepage10-header-btn:hover {
	background-color:rgba(1, 110, 131, 0.2);
}

.homepage10-header-btn.box-shadow2::after {
	box-shadow: -4px 3px 16px #016e83;
}

.homepage10-header-btn.box-shadow2.bg-accent2::after {
	box-shadow: -4px 3px 16px #523ee8;
}

.homepage10-header-btn.box-shadow2.bg-accent3::after {
	box-shadow: -4px 3px 16px #fb7c35;
}

.homepage10-header-btn.box-shadow2.bg-accent4::after {
	box-shadow: -4px 3px 16px #1fa4e8;
}
