.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: '';
	display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa
}
.elementor-widget-container .elementor-heading-title {
	line-height: 1.3
}

.site-wrp .eicon-play::before {
	content: '\e8c3'
}

.item-btn.iconlight {
	padding: 12px 27px 12px 27px;
	color: #646464;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out;
	font-size: 14px;
	border: 1px solid;
	border-color: #396cf0;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block
}

.item-btn.iconlight i {
	position: relative;
	right: 0;
	color: #646464;
	margin-left: 7px;
	transition: all 0.3s ease-out
}

.item-btn.iconlight:hover {
	background-color: #396cf0;
	color: #fff
}

.item-btn.iconlight:hover i {
	color: #fff
}

.elementor-button-icon i.fa {
	color: #396cf0
}

.header-sticky-wrapper {
	transition: all 0.3s ease-out
}

.d-content {
	padding-top: 60px
}

.plus-patent {
	-webkit-clip-path: polygon(10% 38%, 36% 38%, 36% 0, 65% 0%, 65% 38%, 93% 39%, 93% 62%, 65% 62%, 65% 100%, 36% 100%, 36% 65%, 9% 64%);
	clip-path: polygon(-.11% 29.71%, 36% 29.42%, 36% 0, 66.27% .28%, 66.27% 29.13%, 100.06% 29.28%, 100.06% 69.72%, 66.26% 70.02%, 66.51% 99.71%, 35.49% 100%, 35.49% 70.15%, .42% 70.58%);
	background-color: #396cf0
}

.site-wrp .full-box-padding-left .elementor-column-wrap {
	padding-left: 300px!important
}

@media only screen and (max-width:1500px) {
	.site-wrp .full-box-padding-left .elementor-column-wrap {
		padding-left: 140px!important
	}
}

@media only screen and (max-width:1400px) {
	.site-wrp .full-box-padding-left .elementor-column-wrap {
		padding-left: 63px!important
	}
}

@media only screen and (max-width:1300px) {
	.site-wrp .full-box-padding-left .elementor-column-wrap {
		padding-left: 23px!important
	}
}

@media only screen and (max-width:992px) {
	.site-wrp .full-box-padding-left .elementor-column-wrap {
		padding-left: 20px!important
	}
}

.site-wrp .full-box-padding-right .elementor-column-wrap {
	padding-right: 300px!important
}

@media only screen and (max-width:1500px) {
	.site-wrp .full-box-padding-right .elementor-column-wrap {
		padding-right: 140px!important
	}
}

@media only screen and (max-width:1400px) {
	.site-wrp .full-box-padding-right .elementor-column-wrap {
		padding-right: 63px!important
	}
}

@media only screen and (max-width:1300px) {
	.site-wrp .full-box-padding-right .elementor-column-wrap {
		padding-right: 23px!important
	}
}

@media only screen and (max-width:992px) {
	.site-wrp .full-box-padding-right .elementor-column-wrap {
		padding-right: 20px!important
	}
}

.site-wrp .nav-control-layout-top {
	position: relative
}

.site-wrp .nav-control-layout-top .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-layout-top .owl-nav>div {
	cursor: pointer;
	margin-left: 10px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5rem;
	width: 5rem;
	background-color: #fff;
	border-radius: 50%;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout-top .owl-nav>div i:before {
	margin-left: 0;
	font-weight: 900;
	font-size: 2.5rem
}

.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover {
	background-color: #396cf0;
	color: #fff;
	box-shadow: 0 4px 20px 0 rgba(42, 92, 220, .75)
}

.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover i,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover i {
	color: #fff
}

.site-wrp .nav-control-layout-top2 {
	position: relative
}

.site-wrp .nav-control-layout-top2 .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-layout-top2 .owl-nav>div {
	cursor: pointer;
	margin-left: 10px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 5rem;
	width: 5rem;
	background-color: #fff;
	border-radius: 50%;
	color: #396cf0;
	border: 1px solid #fff;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout-top2 .owl-nav>div i:before {
	margin-left: 0;
	font-weight: 900;
	font-size: 2.5rem
}

.site-wrp .nav-control-layout-top2 .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top2 .owl-nav .owl-next:hover {
	background-color: transparent;
	color: #fff;
	box-shadow: 0 4px 20px 0 rgba(42, 92, 220, .75)
}

.site-wrp .nav-control-layout-top2 .owl-nav .owl-prev:hover i,
.site-wrp .nav-control-layout-top2 .owl-nav .owl-next:hover i {
	color: #fff
}

@media only screen and (min-width:576px) {
	.site-wrp .nav-control-layout-top .owl-nav {
		position: absolute;
		top: -100px;
		right: 10px;
		z-index: 5
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout-top .owl-nav i {
		line-height: 26px;
		font-size: 16px
	}
	.site-wrp .nav-control-layout-top .owl-nav .owl-nav>div {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 4px;
		height: 35px;
		width: 35px;
		transition: all 0.3s ease-out
	}
	.site-wrp .nav-control-layout-top .owl-nav .owl-prev {
		left: 0
	}
	.site-wrp .nav-control-layout-top .owl-nav .owl-next {
		right: 0
	}
}

@media only screen and (min-width:576px) {
	.site-wrp .nav-control-layout-top2 .owl-nav {
		position: absolute;
		top: -109px;
		right: 10px;
		z-index: 5
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout-top2 .owl-nav i {
		line-height: 26px;
		font-size: 16px
	}
	.site-wrp .nav-control-layout-top2 .owl-nav .owl-nav>div {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 4px;
		height: 35px;
		width: 35px;
		transition: all 0.3s ease-out
	}
	.site-wrp .nav-control-layout-top2 .owl-nav .owl-prev {
		left: 0
	}
	.site-wrp .nav-control-layout-top2 .owl-nav .owl-next {
		right: 0
	}
}

.site-wrp .nav-control-middle .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-middle .owl-nav>div {
	border: 1px solid #396cf0;
	background: #396cf0;
	opacity: 1;
	font-size: 1.8rem;
	margin: 0 4px;
	height: 4.6rem;
	width: 4.6rem;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-middle .owl-prev {
	left: -100px
}

.site-wrp .nav-control-middle .owl-prev i {
	color: #fff;
	display: block;
	line-height: 3.6rem;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-middle .owl-prev:hover {
	background: transparent;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-middle .owl-prev:hover i {
	color: #396cf0
}

.site-wrp .nav-control-middle .owl-next {
	right: -100px
}

.site-wrp .nav-control-middle .owl-next i {
	color: #fff;
	display: block;
	line-height: 3.6rem;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-middle .owl-next:hover {
	background: transparent;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-middle .owl-next:hover i {
	color: #396cf0
}

.site-wrp .nav-control-middle:hover .owl-prev {
	left: -40px;
	background: #fff!important
}

.site-wrp .nav-control-middle:hover .owl-prev i {
	color: #396cf0!important
}

.site-wrp .nav-control-middle:hover .owl-next {
	right: -40px;
	background: #fff!important
}

.site-wrp .nav-control-middle:hover .owl-next i {
	color: #396cf0!important
}

.site-wrp .dot-control .owl-nav {
	line-height: 1;
	margin-top: 5px
}

.site-wrp .dot-control .owl-nav .owl-dots .owl-dot span {
	margin: 0 10px 0 0;
	height: 15px;
	width: 15px;
	background: #fff;
	border: 1px solid #fff;
	transition: all 0.3s ease-out
}

.site-wrp .dot-control .owl-nav .owl-dots .owl-dot:last-child span {
	margin: 0
}

.site-wrp .dot-control .owl-nav .owl-dots .active span {
	border: 1px solid #396cf0;
	background: #396cf0
}

.site-wrp .dot-control .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-layout1.owl-theme .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-layout1.owl-theme .owl-nav>div {
	color: #111;
	border: 1px solid #396cf0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	font-size: 18px;
	height: 46px;
	width: 46px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s ease-out
}

@media only screen and (max-width:1199px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-nav>div {
		height: 44px;
		width: 44px
	}
}

@media only screen and (max-width:991px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-nav>div {
		height: 42px;
		width: 42px;
		font-size: 16px
	}
}

@media only screen and (max-width:767px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-nav>div {
		height: 38px;
		width: 38px;
		font-size: 15px
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-nav>div {
		height: 36px;
		width: 36px;
		font-size: 14px
	}
}

.site-wrp .nav-control-layout1.owl-theme .owl-prev {
	left: -10px
}

@media only screen and (max-width:1199px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-prev {
		left: -22px
	}
}

@media only screen and (max-width:991px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-prev {
		left: -20px
	}
}

@media only screen and (max-width:767px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-prev {
		left: -18px
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-prev {
		left: 0
	}
}

.site-wrp .nav-control-layout1.owl-theme .owl-prev:hover {
	background: #396cf0;
	color: #fff;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout1.owl-theme .owl-next {
	right: -10px
}

@media only screen and (max-width:1199px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-next {
		right: -22px
	}
}

@media only screen and (max-width:991px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-next {
		right: -20px
	}
}

@media only screen and (max-width:767px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-next {
		right: -18px
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout1.owl-theme .owl-next {
		right: 0
	}
}

.site-wrp .nav-control-layout1.owl-theme .owl-next:hover {
	background: #396cf0;
	color: #fff;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout1.owl-theme:hover .owl-prev {
	opacity: 1;
	visibility: visible
}

.site-wrp .nav-control-layout1.owl-theme:hover .owl-next {
	opacity: 1;
	visibility: visible
}

.site-wrp .nav-control-layout2.owl-theme {
	overflow: hidden
}

.site-wrp .nav-control-layout2.owl-theme .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-layout2.owl-theme .owl-nav>div {
	opacity: 0;
	visibility: hidden;
	font-size: 24px;
	color: #396cf0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:991px) {
	.site-wrp .nav-control-layout2.owl-theme .owl-nav>div {
		height: 48px;
		width: 48px;
		font-size: 22px
	}
}

@media only screen and (max-width:767px) {
	.site-wrp .nav-control-layout2.owl-theme .owl-nav>div {
		height: 42px;
		width: 42px;
		font-size: 20px
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout2.owl-theme .owl-nav>div {
		height: 38px;
		width: 38px;
		font-size: 18px
	}
}

.site-wrp .nav-control-layout2.owl-theme .owl-prev:hover {
	background: #111!important;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout2.owl-theme .owl-prev:hover i {
	color: #fff
}

.site-wrp .nav-control-layout2.owl-theme .owl-next:hover {
	background: #111!important;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout2.owl-theme .owl-next:hover i {
	color: #fff
}

.site-wrp .nav-control-layout2.owl-theme:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	left: 0
}

.site-wrp .nav-control-layout2.owl-theme:hover .owl-next {
	opacity: 1;
	visibility: visible;
	right: 0
}

.site-wrp .nav-control-layout3.owl-theme {
	overflow: hidden
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav {
	margin-top: 0
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav>div {
	font-size: 24px;
	color: #111;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:991px) {
	.site-wrp .nav-control-layout3.owl-theme .owl-nav>div {
		height: 48px;
		width: 48px;
		font-size: 22px
	}
}

@media only screen and (max-width:767px) {
	.site-wrp .nav-control-layout3.owl-theme .owl-nav>div {
		height: 42px;
		width: 42px;
		font-size: 20px
	}
}

@media only screen and (max-width:575px) {
	.site-wrp .nav-control-layout3.owl-theme .owl-nav>div {
		height: 38px;
		width: 38px;
		font-size: 18px
	}
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev {
	left: 0
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev:hover {
	background: #396cf0;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev:hover i {
	color: #fff
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next {
	right: 0
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next:hover {
	background: #396cf0;
	transition: all 0.3s ease-out
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next:hover i {
	color: #fff
}

.dot-control-layout1.owl-theme .owl-dots {
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot {
	margin: 0 1px
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	height: 16px;
	width: 16px;
	display: block;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #396cf0;
	transition: all 0.3s ease-out
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot span:hover {
	background-color: #3c70fa
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot.active span {
	background: #396cf0
}

.dot-control-layout1.owl-theme .owl-nav {
	margin-top: 0
}

@media all and (max-width:480px) {
	.dot-control-layout1.owl-theme .owl-nav {
		margin-top: 30px
	}
}

.dot-control-layout2.owl-theme .owl-dots {
	margin-top: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.dot-control-layout2.owl-theme .owl-dots .owl-dot {
	margin: 0 1px
}

.dot-control-layout2.owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	height: 16px;
	width: 16px;
	display: block;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #fff;
	transition: all 0.3s ease-out
}

.dot-control-layout2.owl-theme .owl-dots .owl-dot.active span {
	background: #fff
}

.dot-control-layout2.owl-theme .owl-nav {
	margin-top: 0
}

@media all and (max-width:480px) {
	.dot-control-layout2.owl-theme .owl-nav {
		margin-top: 30px
	}
}

.dot-control-left .owl-dots {
	text-align: left
}

.dot-control-right .owl-dots {
	text-align: right
}

.rt-owl-dot .owl-theme .owl-dots {
	margin-top: 20px!important
}

@media all and (max-width:480px) {
	.rt-owl-dot .owl-theme .owl-dots {
		margin-top: 10px!important
	}
}

.rt-owl-dot .owl-theme .owl-dots .owl-dot span {
	margin: 3px
}

.rt-owl-dot .owl-theme .owl-dots .owl-dot.active span,
.rt-owl-dot .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0
}

.rt-el-info-box.clearfix.media.rtin-light.rtin-style2 .rtin-title {
	font-size: 20px;
	margin-bottom: 0
}

.rt-el-info-box.clearfix.media.rtin-light.rtin-style2 .rtin-text {
	margin-bottom: 0
}

.rt-el-info-box.rtin-style8 .rtin-title {
	font-size: 22px
}

.rt-el-info-box.rtin-style8 .rtin-icon {
	position: relative;
	z-index: 9;
	margin-top: 30px
}

.rt-el-info-box.rtin-style8 .rtin-icon:before {
	position: absolute;
	height: 56px;
	width: 56px;
	background-color: #f1f9ff;
	content: "";
	z-index: -1;
	top: -24px;
	left: 9px;
	border-radius: 50%;
	right: 0;
	margin: auto;
	transition: all 0.3s ease-out
}

.rt-el-info-box.rtin-style8:hover .rtin-icon:before {
	top: -15px
}

.service-wrap-layout1 .service-inner-layout1.position-loop {
	position: relative
}

.service-wrap-layout1 .service-inner-layout1.position-loop .single-item {
	position: absolute;
	z-index: 99
}

@media only screen and (max-width:1024px) {
	.service-wrap-layout1 .service-inner-layout1.position-loop .single-item {
		position: static;
		margin-top: 30px
	}
}

.service-wrap-layout1.rtin-dark .service-box-layout1 {
	background-color: #3c70fa
}

.service-wrap-layout1.rtin-dark .service-box-layout1:hover {
	background-color: #3364e2
}

.service-wrap-layout1.rtin-light .service-box-layout1 {
	background-color: #396cf0
}

.service-wrap-layout1.rtin-light .service-box-layout1:hover {
	background-color: #3364e2
}

.service-box-layout1.left {
	border-radius: 4px 0 0 4px
}

.service-box-layout1.right {
	border-radius: 0 4px 4px 0
}

.service-box-layout1.all {
	border-radius: 4px
}

.service-box-layout1.no {
	border-radius: 0
}

.box-shadow-position .elementor-container {
	position: relative;
	top: -100px;
	box-shadow: 0 1px 20px 0 rgba(185, 185, 185, .75);
	z-index: 999
}

.service-box-layout1 {
	text-align: center;
	padding: 62px 40px 35px;
	color: #fff;
	transition: all 0.3s ease-out
}

@media only screen and (max-width:1199px) {
	.service-box-layout1 {
		padding: 30px 30px 40px
	}
}

.service-box-layout1 .item-icon {
	overflow: hidden;
	margin-bottom: 15px
}

.service-box-layout1 .item-icon i {
	display: inline-block
}

.service-box-layout1 .item-icon i:before {
	font-size: 50px;
	margin-left: 0
}

.service-box-layout1 .item-icon img {
	max-width: 50px
}

.service-box-layout1 .item-title {
	text-transform: capitalize;
	font-weight: 700;
	color: #fff
}

.service-box-layout1 .item-title a {
	color: #fff;
	transition: all 0.3s ease-out
}

.service-box-layout1 .item-title a:hover {
	color: #e3e3e3
}

.service-box-layout1 p {
	color: #fff
}

.service-box-layout1:hover .item-icon i {
	animation: toTopFromBottom 0.5s forwards
}

.service-box-layout1:hover .item-icon img {
	animation: toTopFromBottom 0.5s forwards
}

.service-box-layout2 {
	padding: 35px;
	background-color: #fff;
	text-align: center;
	position: relative;
	bottom: 0;
	transition: all 0.5s ease-out
}

.service-box-layout2 .item-icon {
	margin-bottom: 10px
}

.service-box-layout2 .item-icon i:before {
	font-size: 60px;
	color: #396cf0;
	margin-left: 0;
	opacity: 1;
	transition: all 0.3s ease-out
}

.service-box-layout2 .item-title {
	text-transform: capitalize;
	font-weight: 500
}

.service-box-layout2 .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.service-box-layout2 .item-title a:hover {
	color: #396cf0
}

.service-box-layout2 .item-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 20px;
	border: 1px solid;
	border-color: #396cf0;
	color: #396cf0;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.service-box-layout2 .item-btn:Hover {
	background-color: #396cf0;
	color: #fff
}

.service-box-layout2:hover {
	box-shadow: 0 5px 70px 0 rgba(220, 220, 220, .95);
	bottom: 7px
}

.service-box-layout2:hover .item-icon i:before {
	color: #3364e2;
	opacity: .8
}

.widget-ad-area {
	position: relative;
	border-radius: 4px;
	text-align: center
}

.widget-ad-area .item-btn-wrap {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center
}

.widget-ad-area .ad-wrap img {
	width: 100%
}

.widget-ad-area .item-btn {
	border-radius: 4px;
	padding: 16px 30px;
	color: #111;
	background-color: #fff;
	transition: all 0.3s ease-out;
	font-weight: 500
}

.widget-ad-area .item-btn i {
	color: #396cf0;
	margin-left: 15px;
	transition: all 0.3s ease-out
}

.widget-ad-area .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.widget-ad-area .item-btn:hover i {
	color: #fff
}

.rt-el-info-box.rtin-style2:hover {
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .35)
}

.rt-el-info-box.rtin-style2:hover {
	background-color: #fff;
	transform: translate3d(0, -10px, 0)
}

.rt-el-info-box.rtin-style2 {
	position: relative;
	padding: 30px 15px 30px 30px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	transition: all 0.2s cubic-bezier(.02, .54, .58, 1)
}

.rt-el-info-box .rtin-icon i {
	text-align: center;
	font-size: 28px;
	line-height: 70px;
	color: #fff;
	transition: all 0.5s ease-out
}

.rt-el-info-box .rtin-content .rtin-title {
	color: #000;
	margin-bottom: 10px
}

.rt-el-info-box .rtin-content .rtin-title a {
	color: #000;
	transition: all 0.5s ease-out
}

.rt-el-info-box .rtin-content .rtin-title a:hover {
	color: #396cf0
}

.rt-el-info-box .rtin-content .rtin-text {
	margin-bottom: 0
}

.rt-el-info-box:hover .rtin-icon i {
	color: #396cf0;
	background-color: transparent
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-icon {
	margin-right: 10px
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-icon i {
	text-align: center;
	font-size: 6rem;
	line-height: 1.2;
	color: #3c70fa;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-icon img {
	width: 67px;
	height: 67px;
	border-radius: 50%
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-content {
	margin-left: 15px
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
	color: #3c70fa;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.4
}

@media only screen and (max-width:1199px) {
	.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
		font-size: 22px
	}
}

@media only screen and (max-width:767px) {
	.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
		font-size: 22px
	}
}

@media only screen and (max-width:479px) {
	.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
		font-size: 20px
	}
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a {
	color: #3c70fa;
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a:hover {
	color: #396cf0
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-text {
	margin-bottom: 0;
	color: #444
}

.rt-el-info-box.rtin-style1.rtin-light:hover .rtin-icon i {
	color: #396cf0;
	background-color: transparent
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon i {
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	width: 34px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon img {
	width: 67px;
	height: 67px;
	border-radius: 50%
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-content {
	margin-left: 0;
	color: #fff
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title {
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.4
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title a {
	color: #fff;
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title a:hover {
	color: #fff
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-text {
	margin-bottom: 0
}

.rt-el-info-box.rtin-style1.rtin-primary:hover .rtin-icon i {
	color: #fff;
	background-color: transparent
}

.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
	margin-right: 30px
}

@media all and (max-width:1200px) {
	.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
		margin-right: 20px
	}
}

.rt-el-info-box.rtin-style1.rtin-dark .rtin-title {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 12px
}

.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a {
	color: #3c70fa
}

.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a:hover {
	color: #fff
}

.rt-el-info-box.rtin-style1.rtin-dark p.rtin-text {
	color: #fff
}

.rt-el-info-box.rtin-style1.rtin-dark .rtin-content {
	margin-left: 0
}

.rt-el-info-box.rtin-style1.rtin-dark .rtin-icon i {
	text-align: center;
	font-size: 6rem;
	line-height: 1.2;
	color: #fff;
	background-color: transparent;
	border: none;
	border-radius: 50%;
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style1 .rtin-icon {
	float: left;
	margin-bottom: 25px;
	margin-right: 30px
}

@media all and (max-width:1200px) {
	.rt-el-info-box.rtin-style1 .rtin-icon {
		margin-right: 20px
	}
}

.rt-el-info-box.rtin-style2 {
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style2 h3.rtin-title {
	font-weight: 700;
	font-size: 20px
}

.rt-el-info-box.rtin-style2 .rtin-icon {
	margin-bottom: 25px
}

.rt-el-info-box.rtin-style2 .rtin-icon i {
	font-size: 58px;
	line-height: 1.2
}

.rt-el-info-box.rtin-style2 .rtin-icon i.primaryColor {
	color: #396cf0
}

.rt-el-info-box.rtin-style2 .rtin-icon i.secondaryColor {
	color: #3c70fa
}

.rt-el-info-box.rtin-style2 .rtin-icon i.colorGreen {
	color: #396cf0
}

.rt-el-info-box.rtin-style3 {
	background-color: #fff;
	border-bottom: 1px solid #dde2e5;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

@media all and (max-width:767px) {
	.rt-el-info-box.rtin-style3 {
		max-width: 490px;
		margin: 0 auto
	}
}

.rt-el-info-box.rtin-style3:hover {
	box-shadow: 0 0 20px 0 rgba(202, 202, 202, .75)
}

.rt-el-info-box.rtin-style3 .rtin-icon {
	position: relative;
	overflow: hidden
}

.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(57, 108, 240, .9);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease-out;
	text-align: center;
	margin-top: 0
}

.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a {
	font-size: 15px;
	position: relative;
	top: 30%;
	transform: translateY(-50%);
	padding: 12px 22px
}

.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a:hover i {
	color: #fff
}

.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a i {
	border: none;
	width: inherit;
	height: inherit;
	font-size: 18px
}

.rt-el-info-box.rtin-style3 .rtin-icon img {
	border-radius: inherit;
	width: inherit;
	height: auto;
	transition: all 2s ease-out;
	width: 100%
}

.rt-el-info-box.rtin-style3 .rtin-content {
	padding: 25px 20px 30px;
	text-align: center
}

.rt-el-info-box.rtin-style3:hover .rtin-button {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease-out
}

.rt-el-info-box.rtin-style11 h3.rtin-title {
	font-size: 22px
}

.rt-el-info-box.rtin-style11 .rtin-icon {
	background: #396cf0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	overflow: hidden
}

.rt-el-info-box.rtin-style11 .rtin-icon i {
	text-align: center;
	font-size: 36px;
	line-height: 2.2;
	color: #fff;
	transition: all 0.5s ease-out
}

.rt-el-info-box.rtin-style11 .rtin-content .rtin-title {
	color: #fff
}

.rt-el-info-box.rtin-style11 .rtin-content .rtin-title a {
	color: #fff
}

.rt-el-info-box.rtin-style11 .rtin-content .rtin-text {
	margin-bottom: 0;
	color: #a9b5bf
}

.rt-el-info-box.rtin-style11:hover .rtin-icon i {
	color: #fff;
	animation: toTopFromBottom 0.5s forwards
}

.rt-el-info-box.rtin-style11:hover .rtin-icon img {
	color: #fff;
	animation: toTopFromBottom 0.5s forwards
}

.rt-el-info-box.rtin-style4 {
	text-align: center;
	position: relative
}

.rt-el-info-box.rtin-style4 .rt-number {
	position: absolute;
	font-size: 72px;
	text-align: right;
	color: #e5e5e5;
	font-weight: 300;
	transition: all 0.4s ease-out;
	width: 100%;
	top: 20px
}

.rt-el-info-box.rtin-style4 .rtin-icon {
	transition: all 0.3s ease-out;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	padding: 15px;
	position: relative;
	z-index: 9
}

.rt-el-info-box.rtin-style4 .rtin-icon img {
	border-radius: 50%;
	transform: scale(1);
	transition: all 0.3s ease-out;
	width: 100%
}

.rt-el-info-box.rtin-style4 .rtin-title {
	font-size: 22px;
	font-weight: 700
}

.rt-el-info-box.rtin-style4 .rtin-content {
	padding: 25px 0
}

.rt-el-info-box.rtin-style4:hover .rt-number {
	color: #396cf0;
	top: 0
}

.rt-el-info-box.rtin-style4:hover .rtin-icon {
	background-color: #396cf0
}

.rt-el-info-box.rtin-style4:hover .rtin-icon img {
	transform: scale(1.1)
}

.about-box-layout1 .item-content {
	margin-bottom: 10rem
}

@media only screen and (max-width:767px) {
	.about-box-layout1 .item-content {
		text-align: center
	}
}

@media only screen and (max-width:1199px) {
	.about-box-layout1 .item-content {
		margin-top: 0;
		margin-bottom: 5rem
	}
}

.about-box-layout1 .item-content .item-title {
	text-transform: capitalize;
	color: #111;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.about-box-layout1 .item-content .item-title {
		font-size: 30px
	}
}

.about-box-layout1 .item-content .sub-title {
	color: #111;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px
}

.about-box-layout1 .item-content p {
	margin-bottom: 24px
}

.rt-el-twt-2 .item-content {
	margin-bottom: 10rem
}

@media only screen and (max-width:767px) {
	.rt-el-twt-2 .item-content {
		text-align: center
	}
}

@media only screen and (max-width:1199px) {
	.rt-el-twt-2 .item-content {
		margin-top: 0;
		margin-bottom: 5rem
	}
}

.rt-el-twt-2 .item-content .item-title {
	text-transform: capitalize;
	color: #396cf0;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.rt-el-twt-2 .item-content .item-title {
		font-size: 30px
	}
}

.rt-el-twt-2 .item-content .sub-title {
	color: #111;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px
}

.rt-el-twt-2 .item-content p {
	margin-bottom: 24px
}

@media only screen and (max-width:767px) {
	.rt-el-twt-3 .item-content {
		text-align: center
	}
}

@media only screen and (max-width:1199px) {
	.rt-el-twt-3 .item-content {
		margin-top: 0;
		margin-bottom: 5rem
	}
}

.rt-el-twt-3 .item-content .item-title {
	text-transform: capitalize;
	color: #396cf0;
	font-size: 32px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.rt-el-twt-3 .item-content .item-title {
		font-size: 30px
	}
}

.rt-el-twt-3 .item-content .sub-title {
	color: #111;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700
}

.rt-el-twt-3 .item-content .rtin-button {
	display: inline-block
}

.rt-el-twt-3 .item-content .rtin-button .item-btn {
	background-color: #396cf0;
	color: #fff;
	padding: 18px 28px
}

.rt-el-twt-3 .item-content .rtin-button .item-btn:hover {
	background-color: transparent;
	color: #396cf0
}

.rt-el-twt-3 .item-content .rtin-button .item-btn i {
	margin-left: 10px
}

.rt-el-twt-3 .item-content p {
	margin-bottom: 24px
}

@media only screen and (max-width:767px) {
	.rt-el-twt-4 .item-content {
		text-align: center
	}
}

@media only screen and (max-width:1199px) {
	.rt-el-twt-4 .item-content {
		margin-top: 0;
		margin-bottom: 5rem
	}
}

.rt-el-twt-4 .item-content .item-title {
	text-transform: capitalize;
	color: #fff;
	font-size: 32px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.rt-el-twt-4 .item-content .item-title {
		font-size: 30px
	}
}

.rt-el-twt-4 .item-content .sub-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700
}

.rt-el-twt-4 .item-content .rtin-button {
	display: inline-block
}

.rt-el-twt-4 .item-content .rtin-button .item-btn {
	background-color: #fff;
	color: #fff;
	padding: 18px 28px;
	color: #396cf0;
	border: 2px solid #fff
}

.rt-el-twt-4 .item-content .rtin-button .item-btn:hover {
	background-color: transparent;
	color: #fff
}

.rt-el-twt-4 .item-content .rtin-button .item-btn i {
	margin-left: 10px
}

.rt-el-twt-4 .item-content p {
	margin-bottom: 24px;
	color: #fff
}

.about-box-layout2 {
	position: relative
}

.about-box-layout2 .item-img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

@media only screen and (max-width:991px) {
	.about-box-layout2 .item-img {
		position: inherit
	}
}

.about-box-layout2 ul {
	padding-left: 0
}

.about-box-layout2 ul li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500
}

.about-box-layout2 ul li:last-child {
	margin-bottom: 0
}

.about-box-layout2 ul li a {
	border-radius: 4px;
	background: linear-gradient(to right, #396cf0, #285ada);
	padding: 30px 30px 30px 30px;
	display: block;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:767px) {
	.about-box-layout2 ul li a {
		padding: 20px 30px 20px 75px
	}
}

.about-box-layout2 ul li a i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px
}

.about-box-layout2 ul li a:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	right: 0;
	background-color: #396cf0;
	z-index: -1;
	transition: all 0.5s ease-out;
	border-radius: 4px
}

.about-box-layout2 ul li a:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	z-index: 1;
	color: #fff
}

.about-box-layout2 ul li a:hover:after {
	width: 100%;
	left: 0
}

.section-heading p {
	width: 80%
}

@media only screen and (max-width:991px) {
	.section-heading p {
		width: 100%
	}
}

.section-heading.text-center h1,
.section-heading.text-center h2,
.section-heading.text-center h3,
.section-heading.text-center h4,
.section-heading.text-center p {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.section-heading.text-left p,
.section-heading.text-right p {
	margin-left: 0;
	margin-right: 0;
	width: 100%
}

.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
	color: #111
}

.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
	color: #fff
}

.section-heading.heading-light p {
	color: #fff
}

.heading-layout1 {
	margin-bottom: 70px;
	text-align: center;
	position: relative
}

.heading-layout1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	left: 0;
	bottom: -24px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.heading-layout1 h2,
.heading-layout1 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.heading-layout1 h2,
	.heading-layout1 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout1 p {
	color: #646464;
	text-transform: capitalize
}

.heading-layout1.theme2.style1 {
	margin-bottom: 80px;
	text-align: center;
	position: relative
}

.heading-layout1.theme2.style1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	left: 0;
	bottom: -24px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.heading-layout1.theme2.style1 h2,
.heading-layout1.theme2.style1 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.heading-layout1.theme2.style1 h2,
	.heading-layout1.theme2.style1 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout1.theme2.style1 p {
	font-size: 16px;
	font-weight: 500;
	color: #646464;
	margin-bottom: 10px;
	text-transform: capitalize
}

.heading-layout1.theme3.style1 {
	margin-bottom: 35px;
	text-align: center;
	position: relative
}

.heading-layout1.theme3.style1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	left: 0;
	bottom: -24px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.heading-layout1.theme3.style1 h2,
.heading-layout1.theme3.style1 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.heading-layout1.theme3.style1 h2,
	.heading-layout1.theme3.style1 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout1.theme3.style1 p {
	font-size: 16px;
	font-weight: 500;
	color: #646464;
	margin-bottom: 10px;
	text-transform: capitalize
}

.heading-layout1.theme4.style1 {
	margin-bottom: 35px;
	text-align: center;
	position: relative
}

.heading-layout1.theme4.style1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	left: 0;
	bottom: -24px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.heading-layout1.theme4.style1 h2,
.heading-layout1.theme4.style1 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px;
	color: #fff
}

@media only screen and (max-width:767px) {
	.heading-layout1.theme4.style1 h2,
	.heading-layout1.theme4.style1 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout1.theme4.style1 p {
	font-size: 16px;
	font-weight: 700;
	color: #396cf0;
	margin-bottom: 10px;
	text-transform: capitalize
}

.heading-layout1.theme5.style1 {
	margin-bottom: 70px;
	text-align: center;
	position: relative
}

.heading-layout1.theme5.style1:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #fff;
	left: 0;
	bottom: -24px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.heading-layout1.theme5.style1 h2,
.heading-layout1.theme5.style1 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px;
	color: #fff
}

@media only screen and (max-width:767px) {
	.heading-layout1.theme5.style1 h2,
	.heading-layout1.theme5.style1 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout1.theme5.style1 p {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: capitalize
}

.heading-layout6.theme1 {
	margin-bottom: 70px;
	text-align: center;
	position: relative
}

.heading-layout6.theme1 h2,
.heading-layout6.theme1 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.heading-layout6.theme1 h2,
	.heading-layout6.theme1 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout6.theme1 p {
	color: #fff
}

.heading-layout6.theme2 {
	margin-bottom: 70px;
	text-align: center;
	position: relative
}

.heading-layout6.theme2:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background: linear-gradient(to right, #3c70fa, #7c4dff);
	left: 0;
	bottom: -24px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.heading-layout6.theme2 h2,
.heading-layout6.theme2 h3 {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px
}

@media only screen and (max-width:767px) {
	.heading-layout6.theme2 h2,
	.heading-layout6.theme2 h3 {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout6.theme2 p {
	color: #646464;
	margin-bottom: 10px;
	font-weight: 500
}

.heading-layout6.theme3 {
	margin-bottom: 40px;
	text-align: center;
	position: relative
}

.heading-layout6.theme3:after {
	display: none
}

.heading-layout6.theme3 .rtin-title {
	text-transform: capitalize;
	font-size: 32px;
	margin-bottom: 15px;
	line-height: 1.2
}

@media only screen and (max-width:767px) {
	.heading-layout6.theme3 .rtin-title {
		font-size: 30px;
		margin-bottom: 12px
	}
}

.heading-layout6.theme3 p {
	color: #646464;
	margin-bottom: 10px;
	font-weight: 500
}

@media only screen and (max-width:767px) {
	.text-left.heading-layout1 {
		text-align: center!important
	}
}

.text-left.heading-layout1:after {
	right: inherit;
	margin: 0
}

@media only screen and (max-width:767px) {
	.text-left.heading-layout1:after {
		left: 0;
		right: 0;
		margin: auto
	}
}

.heading-layout2 {
	margin-bottom: 70px
}

.heading-layout2 h2 {
	font-size: 4rem;
	font-weight: 700;
	text-transform: capitalize
}

@media only screen and (max-width:767px) {
	.heading-layout2 h2 {
		font-size: 30px
	}
}

.heading-layout2 p {
	width: 60%
}

@media only screen and (max-width:767px) {
	.heading-layout2 p {
		width: 100%
	}
}

.heading-layout3 {
	margin-bottom: 50px;
	text-align: center
}

.heading-layout3 h2,
.heading-layout3 h3 {
	font-weight: 700;
	text-transform: capitalize
}

.heading-layout4 {
	margin-bottom: 22px
}

.heading-layout4 h2.rtin-title {
	font-weight: 700;
	font-size: 32px
}

.heading-layout4 span.rtin-beforetitle {
	color: #396cf0;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
	font-weight: 400
}

.heading-layout4.dark {
	margin-bottom: 22px
}

.heading-layout4.dark h2.rtin-title {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	line-height: 1.3
}

.heading-layout4.dark span.rtin-beforetitle {
	color: #a9b5bf;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
	font-weight: 700
}

.heading-layout4.dark p.rtin-subtitle {
	color: #fff
}

.heading-layout5 {
	margin-bottom: 60px;
	text-align: left;
	position: relative
}

.heading-layout5:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	left: 0;
	bottom: -20px;
	border-radius: 4px
}

.heading-layout5 h2,
.heading-layout5 h3 {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 32px
}

@media only screen and (max-width:767px) {
	.heading-layout5 h2,
	.heading-layout5 h3 {
		font-size: 30px
	}
}

.rt-el-paragraph-title .rtin-title span {
	color: #396cf0;
	font-weight: 700
}

.rt-el-paragraph-title .sub-title {
	color: #111;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 20px
}

.rt-el-paragraph-title h2.rtin-title {
	font-size: 32px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.rt-el-paragraph-title h2.rtin-title {
		font-size: 28px
	}
}

.rt-el-paragraph-title h1.rtin-title {
	font-size: 38px;
	line-height: 1.3
}

@media only screen and (max-width:767px) {
	.rt-el-paragraph-title h1.rtin-title {
		font-size: 30px
	}
}

.about-box-layout14 .item-video,
.about-box-layout17 .item-video {
	position: relative
}

.about-box-layout14 .item-video img,
.about-box-layout17 .item-video img {
	border-radius: 4px;
	margin-top: 10px
}

.about-box-layout14 .item-video .video-icon,
.about-box-layout17 .item-video .video-icon {
	position: absolute;
	left: 45%;
	transform: translate(-50%, -50%);
	line-height: 1.48
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(57, 108, 240, .8)
	}
	100% {
		box-shadow: 0 0 0 35px rgba(57, 108, 240, 0)
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(57, 108, 240, .7)
	}
	100% {
		box-shadow: 0 0 0 70px rgba(57, 108, 240, 0)
	}
}

.about-box-layout14 .item-video .video-icon .popup-video,
.about-box-layout17 .item-video .video-icon .popup-video {
	width: 90px;
	height: 90px;
	color: #fff;
	text-align: center;
	background: #396cf0;
	border-radius: 50%;
	animation: shadow-pulse 1s infinite
}

.about-box-layout14 .item-video .video-icon .popup-video i,
.about-box-layout17 .item-video .video-icon .popup-video i {
	font-size: 37px;
	line-height: 2.4;
	margin-left: 5px
}

.about-box-layout17 .item-video {
	position: relative;
	overflow: hidden;
	border-radius: 5px
}

.about-box-layout17 .item-video .item-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 2
}

.about-box-layout17 .item-video img.size-medilink-size3 {
	width: 100%
}

.about-box-layout17 .item-video .video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	line-height: 1.48
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
	}
	100% {
		box-shadow: 0 0 0 35px rgba(255, 255, 255, 0)
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
	}
	100% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
	}
}

.about-box-layout17 .item-video .video-icon .popup-video {
	width: 90px;
	height: 90px;
	color: #396cf0;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	animation: shadow-pulse 1s infinite
}

.about-box-layout17 .item-video .video-icon .play-btn i:before {
	color: #396cf0
}

.video-area-layout.rtin-layout1 .video-area {
	position: relative;
	z-index: 99
}

.video-area-layout.rtin-layout1 h3 {
	color: #111;
	text-align: center;
	margin-top: 20px
}

.video-area-layout.rtin-layout1 h3 a {
	color: #111
}

.video-area-layout.rtin-layout1 h3 a:hover {
	color: #396cf0
}

.video-area-layout.rtin-layout2 .video-area {
	position: relative;
	z-index: 99
}

.video-area-layout.rtin-layout2 h3 {
	color: #111;
	text-align: center;
	margin-bottom: 20px
}

.video-area-layout.rtin-layout2 h3 a {
	color: #111
}

.video-area-layout.rtin-layout2 h3 a:hover {
	color: #396cf0
}

.video-area-layout.rtin-layout3 .video-area {
	position: relative;
	z-index: 9
}

.video-area-layout.rtin-layout3 .video-area .play-btn {
	top: 58%
}

.video-area-layout.rtin-layout3 h3 {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	z-index: 9;
	transition: all 0.5s ease-out;
	color: #fff
}

.video-area-layout.rtin-layout4 .video-area {
	position: relative;
	z-index: 9
}

.video-area-layout.rtin-layout4 .video-area .play-btn {
	top: 40%
}

.video-area-layout.rtin-layout4 h3 {
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	z-index: 9;
	transition: all 0.5s ease-out;
	color: #fff
}

.single-medilink_departments ul,
.single-medilink_doctor ul {
	padding-left: 0
}

.single-medilink_departments ul li,
.single-medilink_doctor ul li {
	list-style: none
}

.departments-wrap-layout2 {
	position: relative
}

.departments-wrap-layout2 .left-img {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%)
}

.departments-box-layout3 .slick-slide img {
	margin: auto
}

.departments-box-layout3 .nav-item img {
	border-radius: 50%
}

.departments-box-layout3 .nav-item img.icon-image {
	border-radius: inherit;
	width: 60px;
	margin-bottom: 10px
}

.departments-box-layout3 .nav-item img.icon-image.hover {
	display: none;
	width: 60px
}

.departments-box-layout3 .nav-item.slick-current img.icon-image.hover {
	display: block
}

.departments-box-layout3 .nav-item.slick-current img.icon-image {
	display: none
}

.departments-box-layout3 .slick-navigation {
	background-color: transparent;
	color: #396cf0;
	border: 1px solid #396cf0;
	text-align: center;
	opacity: 1;
	font-size: 20px;
	height: 45px;
	width: 45px;
	line-height: 43px;
	border-radius: 50%;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden
}

.departments-box-layout3 .slick-navigation:hover {
	background-color: #396cf0;
	color: #fff
}

@media only screen and (max-width:479px) {
	.departments-box-layout3 .slick-navigation {
		background-color: #fff;
		border: 1px solid #fff
	}
}

.departments-box-layout3 .slick-prev {
	position: absolute;
	left: 15px;
	top: 75px;
	z-index: 7
}

@media only screen and (max-width:479px) {
	.departments-box-layout3 .slick-prev {
		left: 2px
	}
}

.departments-box-layout3 .slick-prev:before {
	display: none
}

.departments-box-layout3 .slick-next {
	position: absolute;
	right: 15px;
	top: 75px;
	z-index: 7
}

@media only screen and (max-width:479px) {
	.departments-box-layout3 .slick-next {
		right: 2px
	}
}

.departments-box-layout3 .slick-next:before {
	display: none
}

.departments-box-layout3 .slick-slider {
	position: initial
}

.departments-box-layout3:hover .slick-navigation {
	opacity: 1;
	visibility: visible
}

.departments-box-layout4 .slick-slide img {
	margin: auto
}

.departments-box-layout4 .nav-item img {
	border-radius: 50%
}

.departments-box-layout4 .nav-item img.icon-image {
	border-radius: inherit
}

.departments-box-layout4 .slick-navigation {
	background-color: transparent;
	color: #396cf0;
	border: 1px solid #396cf0;
	text-align: center;
	opacity: 1;
	font-size: 20px;
	height: 45px;
	width: 45px;
	line-height: 43px;
	border-radius: 50%;
	transition: all 0.3s ease-out
}

.departments-box-layout4 .slick-navigation:hover {
	background-color: #396cf0;
	color: #fff
}

@media only screen and (max-width:479px) {
	.departments-box-layout4 .slick-navigation {
		background-color: #fff;
		border: 1px solid #fff
	}
}

.departments-box-layout4 .slick-prev {
	position: absolute;
	left: 2px;
	top: 75px;
	z-index: 7
}

@media only screen and (max-width:479px) {
	.departments-box-layout4 .slick-prev {
		left: 2px
	}
}

.departments-box-layout4 .slick-prev:before {
	display: none
}

.departments-box-layout4 .slick-next {
	position: absolute;
	right: 2px;
	top: 75px;
	z-index: 7
}

@media only screen and (max-width:479px) {
	.departments-box-layout4 .slick-next {
		right: 2px
	}
}

.departments-box-layout4 .slick-next:before {
	display: none
}

.departments-box-layout4 .slick-slider {
	position: initial
}

.departments-wrap-layout6 {
	position: relative;
	overflow: hidden
}

.departments-wrap-layout6:after {
	content: url(https://radiustheme.com/demo/wordpress/themes/medilink/wp-content/themes/medilink/assets/css/img/department/department-bg2.png);
	bottom: -9px;
	left: 0;
	position: absolute;
	z-index: 1
}

.departments-box-layout1 {
	margin-bottom: 30px;
	border-radius: 4px;
	transition: all 0.3s ease-out
}

.departments-box-layout1 .item-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 4px 4px 0 0
}

.departments-box-layout1 .item-img img {
	width: 100%
}

.departments-box-layout1 .item-img:after {
	position: absolute;
	content: "";
	background-color: rgba(57, 108, 240, .9);
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out
}

.departments-box-layout1 .item-img .item-btn-wrap {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 7;
	text-align: center;
	display: inline-block;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0, 0, .15, 1.88)
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn {
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	border: 2px solid;
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.3s ease-out
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn:hover {
	background-color: #fff;
	color: #396cf0
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn i {
	margin-left: 3px;
	font-size: 18px
}

.departments-box-layout1 .item-content {
	text-align: center;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 0 0 4px 4px
}

.departments-box-layout1 .item-content .item-title {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 22px
}

.departments-box-layout1 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.departments-box-layout1 .item-content .item-title a:hover {
	color: #396cf0
}

.departments-box-layout1 .item-content .department-info {
	padding-left: 0
}

.departments-box-layout1 .item-content .department-info li {
	list-style: none;
	color: #444;
	font-weight: 500
}

.departments-box-layout1 .item-content .department-info li i {
	color: #396cf0;
	margin-right: 10px
}

.departments-box-layout1 .item-content .department-info li i:before {
	margin-left: 0
}

.departments-box-layout1 .item-content .department-info li span {
	display: inline-block;
	margin-right: 10px;
	font-weight: 500;
	color: #111
}

.departments-box-layout1:hover {
	box-shadow: 0 1px 50px 0 rgba(209, 209, 209, .75)
}

.departments-box-layout1:hover .item-img:after {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%)
}

.departments-box-layout1:hover .item-btn-wrap {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%)
}

.departments-wrap-layout2 .owl-stage {
	padding: 39px 0 16px 0
}

.departments-wrap-layout2 .owl-item:hover {
	transform: translate3d(0, -5px, 0)
}

.departments-wrap-layout2 .owl-item {
	position: relative;
	transition: all 0.2s cubic-bezier(.02, .54, .58, 1)
}

.departments-box-layout2update {
	border-radius: 8px
}

.departments-box-layout2update {
	text-align: center;
	background-color: #fff;
	margin-bottom: 3rem;
	padding: 40px 45px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(227, 227, 227, .75);
	transition: all 0.3s ease-out
}

.departments-box-layout2update .departments-sl {
	font-size: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	color: #ccc;
	transition: all 0.3s ease-out
}

.departments-box-layout2update .item-img {
	margin-bottom: 20px;
	border-radius: 50%
}

.departments-box-layout2update .item-img img {
	width: inherit!important;
	display: inherit!important;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .5
}

.departments-box-layout2update .item-icon {
	position: relative;
	margin-bottom: 25px
}

.departments-box-layout2update .item-icon img {
	width: inherit!important;
	display: inherit!important;
	position: relative;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto
}

.departments-box-layout2update .item-icon i {
	display: inline-block;
	position: relative;
	z-index: 9
}

.departments-box-layout2update .item-icon i:before {
	line-height: 1;
	margin-left: 0;
	font-size: 62px;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments-box-layout2update .item-title {
	font-size: 22px;
	margin-bottom: 15px
}

.departments-box-layout2update .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.departments-box-layout2update .item-title a:hover {
	color: #3c70fa
}

.departments-box-layout2update p {
	margin-bottom: 15px
}

.departments-box-layout2update .item-btn {
	padding: 8px 30px;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out;
	font-size: 14px;
	border: 1px solid;
	border-color: #396cf0;
	border-radius: 5px;
	font-weight: 500;
	color: #646464;
	display: inline-block
}

.departments-box-layout2update .item-btn i {
	position: relative;
	right: 0;
	margin-left: 5px;
	transition: all 0.3s ease-out;
	color: #646464
}

.departments-box-layout2update .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.departments-box-layout2update .item-btn:hover i {
	color: #fff
}

.departments-box-layout2update:hover {
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2)
}

.departments-box-layout2update:hover .departments-sl {
	color: #111
}

.departments-box-layout2update:hover .item-icon i {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout2update:hover .item-icon img {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout2update:hover .item-img img {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout2update:hover .item-btn:hover {
	color: #fff
}

.departments-box-layout2update:hover .item-btn:hover i {
	right: -5px
}

.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0
}

.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot span {
	width: 26px;
	height: 8px;
	border-radius: 4px;
	background-color: #dedede;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.departments-box-layout2 {
	background-color: #fff;
	margin-bottom: 3rem;
	padding: 40px 45px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(227, 227, 227, .75);
	transition: all 0.3s ease-out
}

.departments-box-layout2 .departments-sl {
	font-size: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	color: #ccc;
	transition: all 0.3s ease-out
}

.departments-box-layout2 .item-img {
	margin-bottom: 25px;
	border-radius: 50%
}

.departments-box-layout2 .item-img img {
	width: inherit!important;
	display: inherit!important;
	border-radius: 50%
}

.departments-box-layout2 .item-icon {
	margin-bottom: 25px
}

.departments-box-layout2 .item-icon img {
	width: inherit!important;
	display: inherit!important
}

.departments-box-layout2 .item-icon i {
	display: inline-block
}

.departments-box-layout2 .item-icon i:before {
	line-height: 1;
	margin-left: 0;
	font-size: 62px;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments-box-layout2 .item-title {
	font-weight: 700;
	font-size: 22px
}

.departments-box-layout2 .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.departments-box-layout2 .item-title a:hover {
	color: #3c70fa
}

.departments-box-layout2 p {
	margin-bottom: 20px
}

.departments-box-layout2 .item-btn {
	padding: 5px 10px 5px 0;
	color: #b2b2b2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out;
	font-size: 14px;
	font-weight: 500
}

.departments-box-layout2 .item-btn i {
	position: relative;
	right: 0;
	color: #b2b2b2;
	margin-left: 10px;
	transition: all 0.3s ease-out
}

.departments-box-layout2:hover {
	box-shadow: 0 15px 27px 0 rgba(218, 218, 218, .75)
}

.departments-box-layout2:hover .departments-sl {
	color: #111
}

.departments-box-layout2:hover .item-icon i {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout2:hover .item-icon img {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout2:hover .item-img img {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout2:hover .item-btn {
	color: #111
}

.departments-box-layout2:hover .item-btn i {
	color: #396cf0
}

.departments-box-layout2:hover .item-btn:hover {
	color: #396cf0
}

.departments-box-layout2:hover .item-btn:hover i {
	right: -5px
}

.departments-box-layout3 {
	position: relative
}

.departments-box-layout3 .nav-wrap {
	margin-bottom: 26px;
	width: 100%;
	border-bottom: 0
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide {
	cursor: all-scroll;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 4px;
	margin-bottom: 4px;
	text-align: center;
	color: #111;
	padding: 30px 5px;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .75);
	transition: all 0.3s ease-out;
	font-weight: 500
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide i {
	display: block;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide i:before {
	margin-left: 0;
	font-size: 5.8rem;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center {
	background: #396cf0;
	color: #fff;
	font-weight: 700;
	transition: all 0.3s ease-out
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i {
	color: #fff;
	transition: all 0.3s ease-out
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i:before {
	color: #fff;
	transition: all 0.3s ease-out
}

.departments-box-layout3 .single-item .media {
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	background-color: #396cf0;
	z-index: 1
}

.departments-box-layout3 .single-item .media .item-img {
	overflow: hidden;
	-webkit-clip-path: ellipse(75% 75% at 25% 50%);
	clip-path: ellipse(75% 75% at 25% 50%)
}

@media only screen and (max-width:1399px) {
	.departments-box-layout3 .single-item .media .item-img {
		width: 50%
	}
}

@media only screen and (max-width:1199px) {
	.departments-box-layout3 .single-item .media .item-img {
		overflow: inherit;
		-webkit-clip-path: none;
		clip-path: none;
		width: 100%
	}
}

.departments-box-layout3 .single-item .media .media-body {
	padding-right: 60px;
	padding-left: 30px
}

@media only screen and (max-width:1399px) {
	.departments-box-layout3 .single-item .media .media-body {
		padding: 2rem
	}
}

@media only screen and (max-width:1199px) {
	.departments-box-layout3 .single-item .media .media-body {
		padding: 4rem 5rem 3rem;
		clear: both
	}
}

@media only screen and (max-width:991px) {
	.departments-box-layout3 .single-item .media .media-body {
		padding: 4rem 5rem 4rem;
		clear: both
	}
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body {
		padding: 4rem 5rem 1rem;
		clear: both
	}
}

.departments-box-layout3 .single-item .media .media-body .item-title {
	font-size: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 50px
}

.departments-box-layout3 .single-item .media .media-body .item-title:before {
	position: absolute;
	height: 5px;
	width: 50px;
	background-color: #fff;
	content: "";
	z-index: 1;
	bottom: -24px;
	left: 0;
	border-radius: 4px
}

.departments-box-layout3 .single-item .media .media-body p {
	color: #fff;
	margin-bottom: 30px
}

.departments-box-layout3 .single-item .media .media-body ul.list-item {
	margin-bottom: 20px
}

@media only screen and (max-width:1199px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item {
		overflow: hidden
	}
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item {
		margin-bottom: 40px;
		padding: 0
	}
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li {
	margin-bottom: 20px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-right: 1px solid #648eff;
	padding-right: 30px;
	margin-right: 30px;
	float: left
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li:first-child {
	padding-right: 30px
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item li:first-child {
		padding-right: 5px
	}
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
		padding-left: 10px
	}
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item li {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 30px;
		display: -ms-flexbox;
		display: flex
	}
	.departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
		margin-bottom: 0
	}
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i {
	margin-top: 5px;
	display: inline-block;
	line-height: 1
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i:before {
	margin-left: 0;
	color: #fff;
	font-size: 56px
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i:before {
		font-size: 32px
	}
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text {
	margin-left: 20px
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text {
		margin-left: 10px
	}
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title {
	color: #fff;
	margin-bottom: 5px;
	font-size: 24px
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title {
		font-size: 20px
	}
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text span {
	color: #fff
}

.departments-box-layout3 .single-item .media .media-body a.item-btn {
	padding: 11px 29px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	font-weight: 500;
	transition: all 0.3s ease-out;
	margin-top: 8px
}

@media only screen and (max-width:767px) {
	.departments-box-layout3 .single-item .media .media-body a.item-btn {
		padding: 8px 20px
	}
}

.departments-box-layout3 .single-item .media .media-body a.item-btn i {
	margin-left: 6px
}

.departments-box-layout3 .single-item .media .media-body a.item-btn:hover {
	background-color: #fff;
	color: #396cf0
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: -1
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon .icon-image.non-hover {
	width: 165px;
	opacity: .1
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i {
	display: block;
	line-height: 1
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i:before {
	margin-left: 0;
	font-size: 18rem;
	color: #295de8
}

.departments-box-layout4 {
	margin-bottom: 20px;
	padding: 45px 35px 45px 35px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(221, 226, 229, .75);
	transition: all 0.3s ease-out
}

@media only screen and (max-width:991px) {
	.departments-box-layout4 {
		padding: 20px 20px 40px
	}
}

.departments-box-layout4 .box-content {
	text-align: center
}

.departments-box-layout4 .box-content .icon-img img {
	border-radius: 1px;
	margin: auto;
	width: 60px
}

.departments-box-layout4 .box-content .icon-img {
	margin-bottom: 25px
}

.departments-box-layout4 .box-content .icon-img.hover {
	display: none
}

.departments-box-layout4 .box-content .thumbnail-img {
	margin-bottom: 15px
}

.departments-box-layout4 .box-content .thumbnail-img img {
	border-radius: 15px;
	width: 88px;
	margin: auto;
	padding: 9px
}

.departments-box-layout4 .box-content i:before {
	color: #396cf0;
	font-size: 70px;
	margin-left: 0;
	transition: all 0.3s ease-out
}

.departments-box-layout4 .box-content .item-title {
	font-size: 24px
}

.departments-box-layout4 .box-content .item-title a {
	font-weight: 500;
	color: #111;
	transition: all 0.3s ease-out
}

.departments-box-layout4 .box-content p {
	transition: all 0.3s ease-out
}

.departments-box-layout4:hover {
	background-color: #396cf0;
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(159, 159, 159, .75)
}

.departments-box-layout4:hover .box-content i:before {
	color: #fff
}

.departments-box-layout4:hover .box-content .item-title a {
	color: #fff
}

.departments-box-layout4:hover .box-content .item-title a:hover {
	color: #e3e3e3
}

.departments-box-layout4:hover .box-content p {
	color: #fff
}

.departments-box-layout4:hover .box-content .icon-img.hover {
	display: block
}

.departments-box-layout4:hover .box-content .icon-img.non-hover {
	display: none
}

.departments-box-layout5 {
	border-radius: 4px;
	margin-bottom: 30px;
	transition: all 0.3s ease-out
}

.departments-box-layout5 .item-img {
	position: relative;
	overflow: hidden
}

.departments-box-layout5 .item-img img {
	border-radius: 4px;
	width: 100%
}

.departments-box-layout5 .item-img:before {
	content: "";
	background: linear-gradient(to top, #396cf0, transparent);
	height: 60%;
	width: 100%;
	bottom: 0;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	transition: all 0.3s ease-out
}

.departments-box-layout5 .item-img .item-content {
	padding: 0 20px 0 30px;
	position: absolute;
	top: 73%;
	left: 0;
	right: 0;
	z-index: 3;
	transition: all 0.3s ease-out
}

.departments-box-layout5 .item-img .item-content .item-title {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 12px
}

.departments-box-layout5 .item-img .item-content .item-title a {
	color: #fff;
	transition: all 0.5s ease-out
}

.departments-box-layout5 .item-img .item-content .item-title a:hover {
	color: #e3e3e3
}

.departments-box-layout5 .item-img .item-content p {
	color: #fff;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	transition: all 0.3s ease-out
}

.departments-box-layout5 .item-img .item-content .item-btn {
	padding: 8px 24px;
	border: 1px solid;
	border-color: #fff;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out
}

.departments-box-layout5 .item-img .item-content .item-btn:hover {
	background-color: #fff;
	color: #000
}

.departments-box-layout5 .item-img .item-content .item-btn i {
	margin-left: 3px;
	font-size: 18px
}

.departments-box-layout5:hover {
	box-shadow: 0 8px 20px 0 rgba(126, 126, 126, .75)
}

.departments-box-layout5:hover .item-img:before {
	height: 100%;
	background-color: #396cf0;
	opacity: .9
}

.departments-box-layout5:hover .item-content {
	transform: translateY(-50%);
	top: 50%
}

.departments-box-layout5:hover .item-content p,
.departments-box-layout5:hover .item-content .item-btn {
	opacity: 1;
	visibility: visible
}

.departments-box-layout6 {
	position: relative
}

.departments-box-layout6 .item-img {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 2
}

.departments-box-layout7 .single-box {
	padding: 3rem 1rem 2.5rem;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 5px;
	transition: all 0.5s ease-out
}

.departments-box-layout7 .single-box .hover-no {
	display: block;
	transition: all 0.2s ease-out;
	margin: 0 auto 15px auto
}

.departments-box-layout7 .single-box .hover-yes {
	display: none;
	transition: all 0.2s ease-out;
	margin: 0 auto 15px auto
}

.departments-box-layout7 .single-box:hover {
	background-color: #396cf0;
	box-shadow: 0 10px 50px 0 rgba(162, 162, 162, .75)
}

.departments-box-layout7 .single-box:hover i:before {
	color: #fff
}

.departments-box-layout7 .single-box:hover .hover-no {
	display: none;
	transition: all 0.2s ease-out;
	width: 64px
}

.departments-box-layout7 .single-box:hover .hover-yes {
	display: block;
	transition: all 0.2s ease-out;
	width: 64px
}

.departments-box-layout7 .single-box:hover p a {
	color: #fff;
	position: relative;
	transition: all 0.3s ease-out
}

.departments-box-layout7 .single-box:hover p a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: -1px;
	font-size: 15px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	color: #e3e3e3;
	transition: all 0.2s ease-out
}

.departments-box-layout7 .single-box:hover p a:hover {
	padding-right: 20px
}

.departments-box-layout7 .single-box:hover p a:hover:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(5px)
}

.departments-box-layout7 .single-box i {
	display: block;
	line-height: 1.2;
	margin-bottom: 10px
}

.departments-box-layout7 .single-box i:before {
	margin-left: 0;
	font-size: 65px;
	color: #396cf0;
	line-height: 1
}

.departments-box-layout7 .single-box p {
	margin-bottom: 0;
	font-weight: 500
}

.departments-box-layout7 .single-box p a {
	color: #111
}

.departments-box-layout7 .single-box p a:hover {
	color: #e3e3e3
}

.single-department-wrap-layout1 {
	padding: 10rem 0 7rem
}

@media only screen and (max-width:991px) {
	.single-department-wrap-layout1 {
		padding: 5rem 0 7rem
	}
}

.single-departments-box-layout1 {
	padding-left: 15px
}

@media only screen and (max-width:991px) {
	.single-departments-box-layout1 {
		padding-left: 0
	}
}

.single-departments-box-layout1 .single-departments-img {
	border-radius: 4px;
	margin-bottom: 45px
}

.single-departments-box-layout1 .single-departments-img .tab-content {
	border: none;
	position: relative;
	overflow: hidden
}

.single-departments-box-layout1 .single-departments-img .tab-content a {
	cursor: move;
	display: block;
	background-color: #cecece;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px
}

.single-departments-box-layout1 .single-departments-img .tab-content a img {
	border-radius: 4px
}

.single-departments-box-layout1 .single-departments-img .tab-nav {
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px
}

@media only screen and (max-width:1199px) {
	.single-departments-box-layout1 .single-departments-img .tab-nav {
		margin-bottom: 35px
	}
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item:last-child {
	margin-right: 0
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a {
	position: relative;
	display: block
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a img {
	width: 100%;
	border-radius: 4px
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:before {
	content: "\f067";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 3;
	color: #fff;
	font-size: 36px;
	text-align: center
}

.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(57, 108, 240, .8);
	z-index: 2
}

.single-departments-box-layout1 .item-content .item-content-wrap {
	margin-bottom: 50px
}

.single-departments-box-layout1 .item-content .item-title {
	font-weight: 700;
	color: #111
}

.single-departments-box-layout1 .item-content .sub-title {
	font-size: 24px;
	color: #111;
	margin-bottom: 20px;
	display: block
}

@media only screen and (max-width:991px) {
	.single-departments-box-layout1 .item-content .sub-title {
		font-size: 22px
	}
}

@media only screen and (max-width:767px) {
	.single-departments-box-layout1 .item-content .sub-title {
		font-size: 20px
	}
}

.single-departments-box-layout1 .item-content .department-info {
	margin: 35px 0
}

.single-departments-box-layout1 .item-content .department-info li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	font-weight: 500;
	padding-left: 40px
}

.single-departments-box-layout1 .item-content .department-info li:after {
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	left: 0;
	top: 2px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	z-index: 1;
	border-radius: 50%;
	background-color: #396cf0;
	height: 20px;
	width: 20px;
	box-shadow: 0 2px 15px 0 rgba(42, 92, 220, .75)
}

.single-departments-box-layout1 .item-content .department-info li:last-child {
	margin-bottom: 0
}

.single-departments-box-layout1 .item-content .item-cost {
	margin-bottom: 50px
}

.single-departments-box-layout1 .item-content .item-cost ul {
	padding: 0
}

.single-departments-box-layout1 .item-content .item-cost ul li {
	color: #111;
	padding: 15px 0 15px 25px;
	position: relative
}

.single-departments-box-layout1 .item-content .item-cost ul li span {
	font-weight: 500;
	right: 25px;
	position: absolute
}

.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(odd) {
	background-color: #f1f7fa
}

.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(even) {
	background-color: #fff
}

.single-departments-box-layout1 .item-content .item-specialist.layout-2 {
	position: relative
}

.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body {
	position: absolute;
	right: 0;
	background: #fffc;
	width: 57%;
	top: 24px;
	padding: 20px
}

@media only screen and (max-width:575px) {
	.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body {
		position: inherit;
		width: 100%
	}
}

.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body h4.item-title {
	margin-bottom: 10px
}

.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body span.degree {
	margin-bottom: 10px
}

.single-departments-box-layout1 .item-content .item-specialist {
	margin-bottom: 30px
}

.single-departments-box-layout1 .item-content .item-specialist .item-img {
	background-color: #f1f7fa;
	border-radius: 4px;
	padding: 30px 30px 0
}

@media only screen and (max-width:575px) {
	.single-departments-box-layout1 .item-content .item-specialist .item-img {
		width: -webkit-max-content;
		width: max-content
	}
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title {
	text-transform: capitalize;
	font-weight: 700
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a:hover {
	color: #396cf0
}

.single-departments-box-layout1 .item-content .item-specialist .media-body span {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: poppins;
	display: block
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn {
	border: 1px solid #396cf0;
	font-size: 14px;
	font-weight: 500;
	color: #396cf0;
	border-radius: 4px;
	padding: 9px 20px;
	display: inline-block;
	transition: all 0.3s ease-out
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn:hover {
	color: #fff;
	background-color: #396cf0
}

.team-wrap-layout3 {
	overflow: hidden
}

.team-box-layout5 {
	padding: 30px 10px 25px 40px;
	background-color: #fff;
	margin-bottom: 30px
}

@media (min-width:1200px) and (max-width:1399px) {
	.team-box-layout5 {
		padding: 30px 10px 30px 20px
	}
}

.team-box-layout5 .item-img {
	max-width: 170px;
	max-height: 170px
}

.team-box-layout5 .item-img img {
	background-color: #f1f7fa;
	width: 100%;
	border-radius: 50%
}

@media (min-width:1200px) and (max-width:1399px) {
	.team-box-layout5 .media-body {
		margin-left: 2rem
	}
}

.team-box-layout5 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 24px
}

.team-box-layout5 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout5 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout5 .item-content .item-degree {
	color: #396cf0;
	font-weight: 500;
	margin-bottom: 20px
}

.team-box-layout5 .item-content .designation {
	font-weight: 500
}

.team-box-layout5 .item-content ul.item-btns {
	padding: 0
}

.team-box-layout5 .item-content ul.item-btns li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn {
	display: inline-block;
	border: 1px solid;
	border-color: #396cf0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 10px 24px;
	transition: all 0.3s ease-out
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-ghost {
	color: #396cf0;
	background-color: transparent
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-fill {
	color: #fff;
	background-color: #396cf0;
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75)
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
	background-color: transparent;
	box-shadow: inherit;
	color: #396cf0
}

@media (min-width:1200px) and (max-width:1399px) {
	.team-box-layout5 .item-content ul.item-btns li {
		margin-right: 5px
	}
}

.team-box-layout5 .item-content ul.item-btns li:last-child {
	margin-right: 0
}

.team-box-layout1 {
	padding: 30px 45px 75px;
	background-image: url(https://radiustheme.com/demo/wordpress/themes/medilink/wp-content/themes/medilink/assets/css/../img/team-bg1.jpg);
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	position: relative
}

@media only screen and (max-width:991px) {
	.team-box-layout1 {
		padding: 30px 15px 39px
	}
}

.team-box-layout1 .item-content {
	position: relative;
	z-index: 2
}

.team-box-layout1 .title-bar {
	position: relative;
	margin-bottom: 45px
}

.team-box-layout1 .title-bar:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	bottom: -24px;
	left: 0;
	z-index: 1
}

.team-box-layout1 .item-title {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px
}

@media only screen and (max-width:991px) {
	.team-box-layout1 .item-title {
		font-size: 22px
	}
}

.team-box-layout1 .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout1 .item-title a:hover {
	color: #396cf0
}

.team-box-layout1 .item-schedule ul {
	margin-bottom: 20px
}

.team-box-layout1 .item-schedule ul li {
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase
}

.team-box-layout1 .item-schedule ul li:last-child {
	margin-bottom: 0
}

.team-box-layout1 .item-schedule ul li span {
	font-weight: 400;
	display: block;
	color: #444
}

.team-box-layout1 .item-schedule .item-btn {
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	border: 1px solid;
	border-color: #396cf0;
	color: #396cf0;
	background-color: transparent;
	text-transform: initial;
	font-weight: 500;
	padding: 9px 20px;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.team-box-layout1 .item-schedule .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout1 .item-schedule .item-btn:hover:after {
	color: #fff
}

.team-box-layout1 .item-img {
	position: absolute;
	bottom: 0;
	right: 7px;
	z-index: 1
}

.team-box-layout2 {
	background-color: #fff;
	padding: 40px 30px;
	margin-bottom: 30px
}

.team-box-layout2:hover {
	box-shadow: 0 5px 50px 0 rgba(220, 223, 225, .75);
	transition: all 0.5s ease-out;
	box-shadow: 0 1px 9px 4px rgba(137, 173, 255, .1)
}

.team-box-layout2:hover .item-schedule .item-btn {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout2 .item-img {
	position: relative;
	background-color: #f1f7fa;
	border-radius: 50%;
	margin: 0 auto 23px;
	max-width: 230px;
	max-height: 230px
}

.team-box-layout2 .item-img img {
	width: 100%;
	border-radius: 50%
}

.team-box-layout2 .item-img:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(57, 108, 240, .9);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	border-radius: 50%;
	visibility: hidden;
	transition: all 0.5s ease-out
}

.team-box-layout2 .item-img .item-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2
}

.team-box-layout2 .item-img .item-icon li {
	display: inline-block;
	visibility: hidden;
	opacity: 0
}

.team-box-layout2 .item-img .item-icon li a {
	color: #fff;
	font-size: 36px;
	transition: all 0.5s ease-out
}

.team-box-layout2 .item-img .item-icon li a:hover {
	color: #e3e3e3
}

.team-box-layout2 .item-img:hover:after {
	visibility: visible;
	opacity: 1
}

.team-box-layout2 .item-img:hover .item-icon {
	padding-left: 0
}

.team-box-layout2 .item-img:hover .item-icon li {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s ease-out
}

.team-box-layout2 .item-content {
	text-align: center;
	margin-bottom: 40px;
	position: relative
}

.team-box-layout2 .item-content:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 50px;
	background-color: #396cf0;
	left: 0;
	bottom: -20px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.team-box-layout2 .item-content .item-title {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 6px
}

.team-box-layout2 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout2 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout2 .item-content p {
	color: #646464;
	margin-bottom: 0;
	font-weight: 500
}

.team-box-layout2 .item-schedule ul {
	margin-bottom: 20px
}

.team-box-layout2 .item-schedule ul li {
	margin-bottom: 5px;
	color: #646464;
	position: relative;
	text-transform: capitalize
}

.team-box-layout2 .item-schedule ul li span {
	position: absolute;
	right: 0;
	top: 0
}

.team-box-layout2 .item-schedule .item-btn {
	width: 100%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid;
	border-color: #396cf0;
	color: #646464;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.team-box-layout2 .item-schedule .item-btn:hover {
	background-color: #3c70fa
}

.team-box-layout41 {
	background-color: #fff;
	padding: 45px 30px 26px 30px;
	margin-bottom: 30px
}

.team-box-layout41 .item-img {
	position: relative;
	background-color: #f1f7fa;
	border-radius: 50%;
	margin: 0 auto 23px
}

.team-box-layout41 .item-img img {
	width: 100%;
	border-radius: 50%
}

.team-box-layout41 .item-img:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(57, 108, 240, .9);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	border-radius: 50%;
	visibility: hidden;
	transition: all 0.5s ease-out
}

.team-box-layout41 .item-img ul.item-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0;
	margin: 0;
	padding: 0
}

.team-box-layout41 .item-img ul.item-icon li {
	display: inline-block;
	visibility: hidden;
	list-style: none
}

.team-box-layout41 .item-img ul.item-icon li a {
	color: #fff;
	font-size: 36px;
	transition: all 0.5s ease-out
}

.team-box-layout41 .item-img ul.item-icon li a:hover {
	color: #e3e3e3
}

.team-box-layout41 .item-img:hover:after {
	visibility: visible;
	opacity: 1
}

.team-box-layout41 .item-img:hover ul.item-icon {
	opacity: 1
}

.team-box-layout41 .item-img:hover ul.item-icon li {
	visibility: visible;
	transform: translateY(0);
	transition: all 0.5s ease-out
}

.team-box-layout41 .item-social {
	text-align: center;
	margin-bottom: 15px;
	display: block;
	clear: both;
	overflow: hidden
}

.team-box-layout41 .item-social li {
	display: inline-block;
	margin: 0 10px
}

.team-box-layout41 .item-social li a {
	color: #646464
}

.team-box-layout41 .item-social li a:hover {
	color: #396cf0
}

.team-box-layout41 .item-content {
	text-align: center;
	margin-bottom: 20px;
	position: relative
}

.team-box-layout41 .item-content .item-title {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 6px
}

.team-box-layout41 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout41 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout41 .item-content p {
	color: #646464;
	margin-bottom: 0
}

.team-box-layout41 .item-schedule ul {
	margin-bottom: 20px
}

.team-box-layout41 .item-schedule ul li {
	margin-bottom: 5px;
	color: #646464;
	position: relative;
	text-transform: capitalize
}

.team-box-layout41 .item-schedule ul li span {
	position: absolute;
	right: 0;
	top: 0
}

.team-box-layout41 .item-schedule .btn-holder {
	text-align: center
}

.team-box-layout41 .item-schedule .item-btn {
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	border: 2px solid;
	border-color: #396cf0;
	color: #646464;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 700;
	padding: 13px 28px;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.team-box-layout41 .item-schedule .item-btn:hover {
	background-color: #3c70fa;
	color: #fff
}

.team-box-layout42 {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 4px
}

.team-box-layout42 .item-mid {
	position: relative
}

.team-box-layout42 .item-mid .item-img {
	position: relative;
	background-color: #f1f7fa;
	border-radius: 4px
}

.team-box-layout42 .item-mid .item-img .item-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2
}

.team-box-layout42 .item-mid .item-img .item-icon li {
	display: inline-block;
	visibility: hidden;
	opacity: 0
}

.team-box-layout42 .item-mid .item-img .item-icon li a {
	color: #fff;
	font-size: 36px;
	transition: all 0.5s ease-out
}

.team-box-layout42 .item-mid .item-img .item-icon li a:hover {
	color: #e3e3e3
}

.team-box-layout42 .item-mid .item-img:hover:after {
	visibility: visible;
	opacity: 1
}

.team-box-layout42 .item-mid .item-img:hover .item-icon li {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s ease-out
}

.team-box-layout42 .item-mid .item-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	transition: all 0.5s ease-out
}

.team-box-layout42 .item-mid .item-content .item-content-mid {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #0f2738;
	border-radius: 4px;
	overflow: hidden;
	padding: 10px 0 0 0;
	height: 86px;
	transition: all 0.5s ease-out
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-title {
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 0
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-title a {
	color: #fff;
	transition: all 0.3s ease-out
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-title a:hover {
	color: #e0dede
}

.team-box-layout42 .item-mid .item-content .item-content-mid p {
	color: #fff;
	margin-bottom: 20;
	font-weight: 500;
	transition: all 0.6s ease-in-out;
	transform: all 0.6s
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-social {
	text-align: center;
	margin-bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
	transform: all 0.7s
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-social ul {
	margin: 0;
	padding: 0
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li {
	display: inline-block;
	margin: 0 10px
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li a {
	color: #fff
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li a:hover {
	color: #e0dede
}

.team-box-layout42:hover .item-content .item-content-mid {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(15, 39, 56, .9);
	border-radius: 4px;
	height: auto;
	overflow: hidden;
	padding: 26px 15px 33px 15px
}

.team-box-layout42:hover .item-content .item-content-mid .item-social {
	opacity: 1;
	visibility: visible;
	display: block
}

.team-box-layout3 {
	background-color: #fff
}

.team-box-layout3:hover {
	box-shadow: 0 5px 50px 0 rgba(220, 223, 225, .75);
	transition: all 0.5s ease-out
}

.team-box-layout3 .item-img {
	position: relative
}

.team-box-layout3 .item-img:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(57, 108, 240, .9);
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-out
}

.team-box-layout3 .item-img .item-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2
}

.team-box-layout3 .item-img .item-icon li {
	display: inline-block;
	visibility: hidden;
	opacity: 0
}

.team-box-layout3 .item-img .item-icon li a {
	color: #fff;
	font-size: 36px;
	transition: all 0.5s ease-out
}

.team-box-layout3 .item-img .item-icon li a:hover {
	color: #e3e3e3
}

.team-box-layout3 .item-content {
	text-align: center;
	padding: 25px 30px 30px
}

.team-box-layout3 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px
}

.team-box-layout3 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout3 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout3 .item-content .item-btn {
	padding: 12px 20px;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	cursor: pointer;
	border: 1px solid;
	border-color: #396cf0;
	color: #396cf0;
	background-color: transparent;
	text-transform: uppercase;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.team-box-layout3 .item-content .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout3 .item-content .item-btn:hover:after {
	color: #fff
}

.team-box-layout3:hover .item-img:after {
	visibility: visible;
	opacity: 1
}

.team-box-layout3:hover .item-icon li {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s ease-out
}

.team-box-layout4 {
	padding: 30px 10px 25px 40px;
	background-color: #fff;
	margin-bottom: 30px
}

@media (min-width:1200px) and (max-width:1399px) {
	.team-box-layout4 {
		padding: 30px 10px 30px 20px
	}
}

.team-box-layout4 .item-img img {
	background-color: #f1f7fa
}

@media (min-width:1200px) and (max-width:1399px) {
	.team-box-layout4 .media-body {
		margin-left: 2rem
	}
}

.team-box-layout4 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 700
}

.team-box-layout4 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout4 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout4 .item-content .item-degree {
	color: #396cf0;
	font-weight: 500;
	margin-bottom: 20px
}

.team-box-layout4 .item-content ul.item-btns li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px
}

.team-box-layout4 .item-content ul.item-btns li a.item-btn {
	display: inline-block;
	border: 1px solid;
	border-color: #396cf0;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	padding: 10px 24px;
	transition: all 0.3s ease-out
}

.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-ghost {
	color: #396cf0;
	background-color: transparent
}

.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-fill {
	color: #fff;
	background-color: #396cf0;
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75)
}

.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
	background-color: transparent;
	box-shadow: inherit;
	color: #396cf0
}

@media (min-width:1200px) and (max-width:1399px) {
	.team-box-layout4 .item-content ul.item-btns li {
		margin-right: 5px
	}
}

.team-box-layout4 .item-content ul.item-btns li:last-child {
	margin-right: 0
}

.team-search-box {
	margin-bottom: 40px;
	padding: 20px 20px 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(194, 205, 211, .75);
	border-radius: 4px
}

.team-search-box .doctor-name {
	background-color: #f1f7fa;
	border: 1px solid #f1f7fa;
	width: 100%;
	height: 50px;
	padding: 5px 20px;
	font-size: 16px;
	color: #111
}

.team-search-box input.form-control::-webkit-input-placeholder {
	color: #111
}

.team-search-box input.form-control::-moz-placeholder {
	color: #111
}

.team-search-box input.form-control:-moz-placeholder {
	color: #111
}

.team-search-box input.form-control:-ms-input-placeholder {
	color: #111
}

.team-search-box .item-btn {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 11.5px 10px;
	border: 1px solid;
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff;
	transition: all 0.5s ease-out;
	cursor: pointer;
	border-radius: 4px
}

.team-search-box .item-btn:hover {
	background-color: #3c70fa
}

.team-details-wrap-layout1 {
	padding: 10rem 0
}

.team-detail-box-layout1 {
	padding: 50px 55px 60px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(222, 229, 232, .75);
	margin-bottom: 30px
}

.team-detail-box-layout1 .single-item {
	margin-bottom: 40px
}

.team-detail-box-layout1 .single-item:last-child {
	margin-bottom: 0
}

.team-detail-box-layout1 .single-item .section-title {
	color: #111;
	text-transform: capitalize;
	font-weight: 700
}

.team-detail-box-layout1 .single-item table {
	margin-bottom: 0
}

.team-detail-box-layout1 .single-item table thead tr {
	background-color: #f1f7fa
}

.team-detail-box-layout1 .single-item table thead tr th {
	vertical-align: middle;
	padding: 13px 30px;
	font-weight: 500;
	color: #111;
	border: 0
}

.team-detail-box-layout1 .single-item table thead tr th:first-child {
	width: 20%
}

@media only screen and (max-width:1199px) {
	.team-detail-box-layout1 .single-item table thead tr th:first-child {
		width: auto
	}
}

.team-detail-box-layout1 .single-item table tbody tr:nth-child(even) {
	background-color: #f1f7fa
}

.team-detail-box-layout1 .single-item table tbody td {
	padding: 13px 30px;
	color: #111;
	border: 0
}

.team-detail-box-layout1 .single-item table.schedule-table tbody td {
	padding: 8px 30px;
	vertical-align: middle
}

.team-detail-box-layout1 .single-item table.schedule-table tbody td.weekday,
.team-detail-box-layout1 .single-item table.schedule-table tbody td.weektime {
	text-transform: uppercase
}

.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn {
	border: 1px solid #396cf0;
	color: #396cf0;
	padding: 7px 50px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn:hover {
	background-color: #396cf0;
	color: #fff;
	box-shadow: 0 1px 10px 0 rgba(56, 101, 219, .75)
}

.team-detail-box-layout1 .single-item table.schedule-table tbody .schedule-btn {
	text-align: right
}

.rtin-content-doctor {
	padding: 50px 55px 60px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(222, 229, 232, .75)
}

.progress-box-layout1 {
	text-align: center;
	position: relative;
	min-height: 20rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px
}

@media only screen and (max-width:767px) {
	.progress-box-layout1 {
		border-right: 0
	}
}

.progress-box-layout1 .inner-item .item-icon {
	line-height: .9
}

.progress-box-layout1 .inner-item .item-icon img {
	opacity: .5;
	filter: grayscale(100%)
}

.progress-box-layout1 .inner-item .item-icon i:before {
	font-size: 22rem;
	margin-left: 0;
	color: #f1f1f1
}

@media only screen and (max-width:1199px) {
	.progress-box-layout1 .inner-item .item-icon i:before {
		font-size: 20rem
	}
}

@media only screen and (max-width:991px) {
	.progress-box-layout1 .inner-item .item-icon i:before {
		font-size: 18rem
	}
}

.progress-box-layout1 .inner-item .item-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1
}

.progress-box-layout1 .inner-item .item-content .counting-text {
	font-size: 6rem;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	margin-bottom: 33px
}

.progress-box-layout1 .inner-item .item-content .counting-text:after {
	position: absolute;
	content: "";
	height: 5px;
	width: 80px;
	background-color: #396cf0;
	left: 0;
	bottom: -8px;
	right: 0;
	margin: 0 auto;
	border-radius: 4px
}

.progress-box-layout1 .inner-item .item-content p {
	font-size: 18px;
	color: #396cf0;
	font-weight: 500
}

.progress-box-layout2 {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.progress-box-layout2 .item-icon {
	display: block;
	margin-bottom: 30px;
	font-size: 72px
}

.progress-box-layout2 .counting-text {
	font-size: 48px;
	color: #111;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px
}

.progress-box-layout2 p {
	color: #646464;
	font-size: 16px;
	font-weight: 500
}

.vcenter-section .elementor-row {
	position: absolute;
	z-index: 9;
	background: #fff;
	top: -114px;
	padding: 40px 0 30px 0;
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2)
}

@media only screen and (max-width:991px) {
	.vcenter-section .elementor-row {
		position: inherit;
		top: inherit
	}
}

.post-each-single .news-meta-info {
	padding-left: 0;
	background-color: #396cf0;
	padding: 18px 15px 15px 30px;
	margin-bottom: 24px;
	border-radius: 0 0 4px 4px
}

.news-meta-info {
	margin-bottom: 15px;
	font-size: 15px
}

.news-meta-info li {
	display: inline-block;
	color: #fff
}

.news-meta-info li a {
	color: #fff
}

.news-meta-info li a:hover {
	color: #fff
}

.news-meta-info.mar20-ul li {
	margin-right: 20px;
	color: #fff
}

.news-meta-info.mar20-ul li i {
	color: #fff;
	margin-right: 5px
}

.news-meta-info.mar20-ul li a {
	color: #fff
}

.news-meta-info.mar20-ul li a:hover {
	color: #396cf0
}

.blog-layout1 {
	margin-bottom: 30px;
	transition: all 0.5s ease-out
}

.blog-layout1 .item-title h3 {
	margin-bottom: 15px;
	line-height: 1.3
}

.blog-layout1 .item-title h3 a {
	color: #111
}

.blog-layout1 .item-content {
	padding: 3rem;
	background-color: #fff;
	box-shadow: 0 1px 0 0 rgba(220, 220, 220, .75)
}

.blog-layout1 .item-img {
	position: relative
}

.blog-layout1 .item-img img {
	width: 100%
}

.blog-layout1 .item-img .item-date {
	text-align: center;
	padding: 8px 10px 7px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background-color: #396cf0;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	transition: all 0.5s ease-out
}

.blog-layout1 .item-img .item-date span {
	display: block;
	font-size: 18px;
	font-weight: 700
}

.blog-layout1:hover {
	box-shadow: 0 0 40px 0 rgba(216, 216, 216, .5)
}

.blog-layout1:hover .item-date {
	left: 0;
	bottom: 0
}

.blog-layout2 {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 1px 0 0 rgba(220, 220, 220, .75)
}

.blog-layout2 .item-img {
	position: relative
}

.blog-layout2 .item-img .item-date {
	text-align: center;
	padding: 8px 20px 7px;
	position: absolute;
	right: -35px;
	transform: translateY(-50%);
	top: 45%;
	background-color: #396cf0;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:767px) {
	.blog-layout2 .item-img .item-date {
		right: 0
	}
}

.blog-layout2 .item-img .item-date span {
	display: block;
	font-size: 18px;
	font-weight: 700
}

.blog-layout2 h3.title {
	margin-bottom: 15px;
	font-weight: 700
}

.blog-layout2 h3.title a {
	color: #000
}

.blog-layout2 h3.title a:hover {
	color: #3c70fa
}

.blog-layout2:hover .item-img .item-date {
	top: 0;
	transform: translateY(0)
}

.blog-layout2.blog-section {
	box-shadow: none
}

.blog-layout2.blog-section .item-img .item-date {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	border-radius: 4px;
	padding: 8px 13px 7px
}

.blog-layout2.blog-section h3.title {
	margin-bottom: 15px
}

.blog-layout2.blog-section .item-deccription p {
	margin-bottom: 20px
}

.blog-layout3.no-img {
	background-color: #f5f5f5;
	padding: 20px
}

.blog-layout3.no-img {
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden
}

.blog-layout3.no-img .item-date-wrap {
	position: relative;
	display: inline-block;
	margin: 16px 0 20px 10px
}

.blog-layout3.no-img .item-date-wrap .item-date {
	text-align: center;
	padding: 8px 20px 7px;
	background-color: #396cf0;
	color: #444;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	transition: all 0.5s ease-out
}

.blog-layout3.no-img .item-date-wrap .item-date:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #d5ae26;
	top: 5px;
	left: 5px;
	transition: all 0.5s ease-out
}

.blog-layout3.no-img .item-date-wrap .item-date span {
	display: block;
	font-size: 18px;
	font-weight: 700
}

.blog-layout3.no-img .item-content {
	padding: 0 12px;
	bottom: 20px;
	left: 15px;
	text-align: left;
	z-index: 3
}

.blog-layout3.no-img .item-content p {
	color: #444
}

@media only screen and (max-width:991px) {
	.blog-layout3.no-img .item-content p {
		margin-bottom: 0
	}
}

.blog-layout3.no-img .item-content .item-title h3 {
	margin-bottom: 15px;
	line-height: 1.4;
	color: #000
}

@media only screen and (max-width:991px) {
	.blog-layout3.no-img .item-content .item-title h3 {
		margin-bottom: 10px
	}
}

.blog-layout3.no-img .item-content .item-title h3 a {
	color: #000
}

.blog-layout3.no-img .item-content .item-title h3 a:hover {
	color: #3c70fa
}

.blog-layout3.no-img:hover img {
	transform: scale(1.1)
}

.blog-layout3.no-img:hover .item-date:before {
	top: -5px;
	left: -5px
}

.blog-layout3.thumb-img {
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden
}

.blog-layout3.thumb-img img {
	transform: scale(1);
	transition: all 0.5s ease-out;
	width: 100%
}

.blog-layout3.thumb-img .item-date-wrap {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1
}

@media only screen and (max-width:767px) {
	.blog-layout3.thumb-img .item-date-wrap {
		top: 10px;
		left: 10px
	}
}

.blog-layout3.thumb-img .item-date-wrap .item-date {
	text-align: center;
	padding: 8px 20px 7px;
	background-color: #396cf0;
	color: #000;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:767px) {
	.blog-layout3.thumb-img .item-date-wrap .item-date {
		font-size: 18px
	}
}

.blog-layout3.thumb-img .item-date-wrap .item-date:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #d5ae26;
	top: 5px;
	left: 5px;
	transition: all 0.5s ease-out
}

.blog-layout3.thumb-img .item-date-wrap .item-date span {
	display: block;
	font-size: 18px;
	font-weight: 700
}

.blog-layout3.thumb-img .item-content {
	padding: 0 12px;
	position: absolute;
	bottom: 20px;
	left: 15px;
	text-align: left;
	z-index: 3
}

@media only screen and (max-width:767px) {
	.blog-layout3.thumb-img .item-content {
		bottom: 20px;
		left: 0
	}
}

@media only screen and (max-width:991px) {
	.blog-layout3.thumb-img .item-content p {
		margin-bottom: 0
	}
}

.blog-layout3.thumb-img .item-content .item-deccription {
	color: #fff
}

.blog-layout3.thumb-img .item-content .item-title h3 {
	margin-bottom: 15px;
	line-height: 1.4
}

@media only screen and (max-width:991px) {
	.blog-layout3.thumb-img .item-content .item-title h3 {
		margin-bottom: 10px
	}
}

.blog-layout3.thumb-img:hover img {
	transform: scale(1.1)
}

.blog-layout3.thumb-img:hover .item-date:before {
	top: -5px;
	left: -5px
}

.blog-layout4 {
	margin-bottom: 30px
}

.blog-layout4 .entry-image .item-image {
	overflow: hidden
}

.blog-layout4 .entry-image img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s ease-out
}

.blog-layout4 .entry-image .item-title h3 {
	font-size: 24px
}

.blog-layout4 .entry-image .item-content {
	padding: 2.5rem 3rem 2rem;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4
}

.blog-layout4 .entry-image .item-content .title {
	margin-bottom: 10px
}

.blog-layout4 .entry-image:hover img {
	transform: scale(1.1)
}

.blog-layout4 .entry-content .item-content {
	padding: 8rem 3rem;
	text-align: center
}

.blog-layout4 .entry-content .item-content .title {
	margin-bottom: 25px;
	position: relative;
	padding-top: 70px
}

.blog-layout4 .entry-content .item-content .title:before {
	content: "\f10e";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-family: fontawesome;
	z-index: 1
}

.blog-layout5 {
	margin-bottom: 60px
}

.blog-layout5 .entry-image .item-image {
	margin-bottom: 3.5rem;
	border-radius: 4px;
	overflow: hidden
}

.blog-layout5 .entry-video .item-video {
	position: relative;
	margin-bottom: 3.5rem
}

.blog-layout5 h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500
}

.blog-layout5 h2 a {
	color: #282828
}

.blog-layout5 h2 a:hover {
	color: #396cf0
}

.blog-layout5 .item-image img {
	width: 100%
}

.blog-last .pagination-area {
	padding-top: 0
}

.single-blog-wrapper .item-image {
	margin-bottom: 35px
}

.single-blog-wrapper .single-blog-content-holder {
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb
}

.single-blog-wrapper .single-blog-content-holder .title {
	margin-bottom: 10px
}

.single-blog-wrapper .single-blog-content-holder blockquote {
	margin: 35px 0;
	background: #f8f8f8;
	padding: 40px 40px 20px;
	position: relative;
	display: block;
	color: #707070;
	font-style: italic;
	border: none;
	border-left: 4px solid #396cf0;
	font-weight: 700
}

@media only screen and (max-width:480px) {
	.single-blog-wrapper .single-blog-content-holder blockquote {
		padding: 30px
	}
}

.single-blog-wrapper .single-blog-content-holder blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	bottom: 18px;
	right: 30px;
	z-index: 1;
	color: #396cf0;
	opacity: .5
}

@media only screen and (max-width:480px) {
	.single-blog-wrapper .single-blog-content-holder blockquote:before {
		bottom: 18px;
		right: 30px
	}
}

.single-blog-wrapper .tag-share {
	margin-bottom: 50px
}

.single-blog-wrapper .tag-share li {
	display: inline-block
}

@media only screen and (max-width:575px) {
	.single-blog-wrapper .tag-share li {
		display: block
	}
}

.single-blog-wrapper .tag-share li ul li {
	display: inline-block;
	font-size: 15px
}

.single-blog-wrapper .tag-share li ul li:last-child {
	float: inherit
}

.single-blog-wrapper .tag-share li:last-child {
	float: right
}

@media only screen and (max-width:575px) {
	.single-blog-wrapper .tag-share li:last-child {
		float: inherit;
		margin-top: 15px
	}
}

.single-blog-wrapper .tag-share li .inner-tag {
	margin-top: 5px
}

.single-blog-wrapper .tag-share li .inner-tag li a {
	color: #646464
}

.single-blog-wrapper .tag-share li .inner-tag li a:hover {
	color: #396cf0
}

.single-blog-wrapper .tag-share li .inner-tag li:first-child {
	font-weight: 700
}

.single-blog-wrapper .tag-share li .inner-share li {
	margin-left: 5px
}

@media only screen and (max-width:991px) {
	.single-blog-wrapper .tag-share li .inner-share li {
		margin-right: 5px;
		margin-left: 0
	}
}

.single-blog-wrapper .tag-share li .inner-share li a {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(1n) a {
	background: #3b5998
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(2n) a {
	background: #00aced
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(3n) a {
	background: #276cca
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(4n) a {
	background: #e94a0b
}

.single-blog-wrapper .about-author {
	margin-bottom: 45px;
	background-color: #f8f8f8;
	padding: 35px 10px 15px 30px
}

.single-blog-wrapper .about-author .title {
	margin-bottom: 10px
}

.single-blog-wrapper .blog-comments {
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ebebeb
}

.single-blog-wrapper .blog-comments .title {
	margin-bottom: 40px
}

.single-blog-wrapper .blog-comments ul li {
	margin-bottom: 40px;
	position: relative
}

.single-blog-wrapper .blog-comments ul li .item-img a {
	display: block;
	border-radius: 50%
}

.single-blog-wrapper .blog-comments ul li .comments-content {
	padding-top: 10px
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 {
	font-size: 18px
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 a {
	font-weight: 700;
	color: #000
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 a:hover {
	color: #396cf0
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 .date {
	color: #444
}

.single-blog-wrapper .blog-comments ul li .comments-content .reply {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0
}

@media only screen and (max-width:767px) {
	.single-blog-wrapper .blog-comments ul li .comments-content .reply {
		position: inherit;
		display: inline-block
	}
}

.single-blog-wrapper .blog-comments ul li .comments-content .reply a {
	color: #fff;
	padding: 8px 20px;
	display: block;
	background: #396cf0;
	font-size: 12px;
	transition: all 0.5s ease-out
}

.single-blog-wrapper .blog-comments ul li .comments-content .reply:hover a {
	background: #396cf0
}

.single-blog-wrapper .blog-comments ul li:nth-child(even) {
	padding-left: 40px
}

@media only screen and (max-width:575px) {
	.single-blog-wrapper .blog-comments ul li:nth-child(even) {
		padding-left: 0
	}
}

.single-blog-wrapper .leave-comments .title {
	margin-bottom: 40px
}

.single-blog-wrapper .leave-comments .form-group {
	margin-bottom: 30px
}

.single-blog-wrapper .leave-comments .form-group .form-control {
	border-radius: 0;
	background: #f9f9f9;
	box-shadow: none;
	border: none
}

.single-blog-wrapper .leave-comments .form-group input {
	padding: 3px 5px 5px 25px;
	height: 50px;
	color: #000;
	font-weight: 700
}

.single-blog-wrapper .leave-comments .form-group textarea {
	font-weight: 700;
	padding: 20px 30px
}

.single-blog-wrapper .leave-comments .form-group input.form-control::-webkit-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
	color: #707070
}

.single-blog-wrapper .leave-comments .form-group input.form-control::-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-moz-placeholder {
	color: #707070
}

.single-blog-wrapper .leave-comments .form-group input.form-control:-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-moz-placeholder {
	color: #707070
}

.single-blog-wrapper .leave-comments .form-group input.form-control:-ms-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
	color: #707070
}

.single-item-wrp {
	padding-bottom: 20px;
	margin-bottom: 20px
}

.blog-box-layout1 {
	margin-bottom: 44px
}

.blog-box-layout1 .entry-meta {
	padding-left: 0
}

.blog-box-layout1 .entry-meta li {
	display: inline-block;
	color: #646464;
	margin-bottom: 5px;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 500
}

.blog-box-layout1 .entry-meta li:last-child {
	margin-right: 0
}

.blog-box-layout1 .entry-meta li i {
	color: #396cf0;
	margin-right: 10px
}

.blog-box-layout1 .entry-meta li a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout1 .entry-meta li a:hover {
	color: #396cf0
}

.blog-box-layout1 .item-title {
	font-size: 24px;
	font-weight: 700
}

.blog-box-layout1 .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout1 .item-title a:hover {
	color: #396cf0
}

.non-img .blog-box-layout2 {
	margin-bottom: 1px
}

.blog-box-layout2 {
	background-color: #fff;
	margin-bottom: 3rem;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.5s ease-out
}

.blog-box-layout2 .item-img {
	overflow: hidden
}

.blog-box-layout2 .item-img img {
	transform: scale(1);
	transition: all 0.3s ease-out;
	width: 100%
}

.blog-box-layout2:hover {
	box-shadow: 0 2px 30px 0 rgba(208, 208, 208, .75)
}

.blog-box-layout2:hover .item-img img {
	transform: scale(1.1)
}

.blog-box-layout2 .item-content {
	padding: 40px 30px 26px 30px;
	position: relative
}

.blog-box-layout2 .item-content .post-date {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500
}

.blog-box-layout2 .item-content .post-date.add-pimg {
	color: #fff;
	margin-bottom: 16px;
	font-weight: 400;
	position: absolute;
	font-size: 15px;
	top: -20px;
	border-radius: 5px;
	padding: 7px 28px;
	left: 30px;
	margin: auto;
	display: inline-table
}

.blog-box-layout2 .item-content .post-date.add-pimg i {
	margin-right: 5px
}

.blog-box-layout2 .item-content .post-date.add-pimg a {
	color: #fff
}

.blog-box-layout2 .item-content .post-date.noadd-img {
	color: #fff;
	position: relative;
	top: -13px;
	border-radius: 50px;
	padding: 5px 23px;
	display: inline-block
}

.blog-box-layout2 .item-content .post-date.noadd-img i {
	margin-right: 5px
}

.blog-box-layout2 .item-content .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4
}

@media only screen and (max-width:575px) {
	.blog-box-layout2 .item-content .item-title {
		font-size: 22px;
		line-height: 33px
	}
}

.blog-box-layout2 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout2 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout2 .item-content p {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	color: #646464
}

.blog-box-layout2 .item-content .post-actions-wrapper ul {
	margin-bottom: 0;
	padding-left: 0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li {
	width: 68%;
	font-weight: 500;
	display: inline-block;
	transition: all 0.3s ease-out
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child {
	text-align: right;
	width: 30%
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child a {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a i {
	margin-right: 10px;
	color: #9e9e9e;
	transition: all 0.3s ease-out
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover i {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
	padding: 0;
	color: #396cf0
}

@media only screen and (max-width:575px) {
	.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
		padding: 0
	}
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn i {
	color: #396cf0;
	margin-left: 10px;
	margin-right: 0;
	position: relative;
	right: 0;
	transition: all 0.3s ease-out;
	top: 1px
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover {
	color: #3c70fa
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover i {
	right: -5px;
	color: #3c70fa
}

.non-img .blog-box-layout6 {
	margin-bottom: 1px
}

.blog-box-layout6 {
	margin-bottom: 3rem;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.5s ease-out
}

.blog-box-layout6 .item-img {
	overflow: hidden
}

.blog-box-layout6 .item-img img {
	transform: scale(1);
	transition: all 0.3s ease-out;
	width: 100%
}

.blog-box-layout6:hover {
	box-shadow: 0 2px 30px 0 rgba(208, 208, 208, .55)
}

.blog-box-layout6:hover .item-img img {
	transform: scale(1.1)
}

.blog-box-layout6 .item-content {
	padding: 38px 40px 40px 40px;
	background-color: #f9fafc;
	position: relative
}

.blog-box-layout6 .item-content .post-date {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500
}

.blog-box-layout6 .item-content .post-date.add-pimg {
	color: #fff;
	margin-bottom: 16px;
	font-weight: 400;
	position: absolute;
	font-size: 15px;
	top: -20px;
	border-radius: 5px;
	padding: 7px 28px;
	left: 30px;
	margin: auto;
	display: inline-table
}

.blog-box-layout6 .item-content .post-date.add-pimg i {
	margin-right: 5px
}

.blog-box-layout6 .item-content .post-date.add-pimg a {
	color: #fff
}

.blog-box-layout6 .item-content .post-date.noadd-img {
	color: #fff;
	position: relative;
	top: -13px;
	border-radius: 50px;
	padding: 5px 23px;
	display: inline-block
}

.blog-box-layout6 .item-content .post-date.noadd-img i {
	margin-right: 5px
}

.blog-box-layout6 .item-content .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4
}

@media only screen and (max-width:575px) {
	.blog-box-layout6 .item-content .item-title {
		font-size: 22px;
		line-height: 33px
	}
}

.blog-box-layout6 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout6 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout6 .item-content p {
	color: #646464
}

.blog-box-layout6 .item-content .post-actions-wrapper ul {
	margin-bottom: 0;
	padding-left: 0
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li {
	width: 68%;
	font-weight: 500;
	display: inline-block;
	transition: all 0.3s ease-out
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li:last-child {
	text-align: right;
	width: 30%
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li:last-child a {
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #646464
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li a i {
	margin-right: 10px;
	background: -webkit-linear-gradient(#7c4dff, #3c70fa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-out
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li a:hover i {
	color: #396cf0
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn {
	padding: 0;
	color: #396cf0
}

@media only screen and (max-width:575px) {
	.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn {
		padding: 0
	}
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn i {
	background: -webkit-linear-gradient(#7c4dff, #3c70fa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 10px;
	margin-right: 0;
	position: relative;
	right: 0;
	top: 0;
	font-size: 18px;
	transition: all 0.3s ease-out
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn:hover {
	color: #3c70fa
}

.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn:hover i {
	right: -5px;
	color: #3c70fa
}

.non-img .blog-box-layout5 {
	margin-bottom: 1px
}

.blog-box-layout5 {
	background-color: #fff;
	margin-bottom: 3rem;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.5s ease-out
}

.blog-box-layout5 .item-img {
	overflow: hidden
}

.blog-box-layout5 .item-img img {
	transform: scale(1);
	transition: all 0.3s ease-out;
	width: 100%
}

.blog-box-layout5:hover {
	box-shadow: 0 2px 30px 0 rgba(208, 208, 208, .75)
}

.blog-box-layout5:hover .item-img img {
	transform: scale(1.1)
}

.blog-box-layout5 .item-content {
	padding: 50px 30px 26px 30px;
	position: relative;
	background-color: #f5f8fa
}

.blog-box-layout5 .item-content .post-date.add-pimg {
	color: #fff;
	margin-bottom: 16px;
	font-weight: 400;
	position: absolute;
	font-size: 15px;
	top: -20px;
	border-radius: 5px;
	padding: 7px 28px;
	left: 30px;
	margin: auto;
	display: inline-table;
	background-color: #396cf0
}

.blog-box-layout5 .item-content .post-date.add-pimg i {
	margin-right: 5px
}

.blog-box-layout5 .item-content .post-date.add-pimg a {
	color: #fff
}

.blog-box-layout5 .item-content .post-date.noadd-img {
	color: #fff;
	position: relative;
	top: -13px;
	border-radius: 50px;
	padding: 5px 23px;
	display: inline-block
}

.blog-box-layout5 .item-content .post-date.noadd-img i {
	margin-right: 5px
}

.blog-box-layout5 .item-content .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: 700;
	font-size: 24px
}

@media only screen and (max-width:575px) {
	.blog-box-layout5 .item-content .item-title {
		font-size: 22px;
		line-height: 33px
	}
}

.blog-box-layout5 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout5 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout5 .item-content p {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	color: #646464
}

.blog-box-layout5 .item-content .post-actions-wrapper ul {
	margin-bottom: 0;
	padding-left: 0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li {
	width: 68%;
	font-weight: 500;
	display: inline-block;
	transition: all 0.3s ease-out
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li:last-child {
	text-align: right;
	width: 30%
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li:last-child a {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	color: #9e9e9e;
	transition: all 0.3s ease-out
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a i {
	margin-right: 10px;
	color: #9e9e9e;
	transition: all 0.3s ease-out
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover i {
	color: #396cf0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn {
	padding: 0;
	color: #396cf0
}

@media only screen and (max-width:575px) {
	.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn {
		padding: 0
	}
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn i {
	color: #396cf0;
	margin-left: 10px;
	margin-right: 0;
	position: relative;
	right: 0;
	transition: all 0.3s ease-out;
	top: 2px
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn:hover {
	color: #3c70fa
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn:hover i {
	right: -5px;
	color: #3c70fa
}

.blog-box-layout3 {
	border: 1px solid #dedede;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.blog-box-layout3:hover .item-img img {
	transform: scale(1.1)
}

.blog-box-layout3 .item-img {
	position: relative;
	overflow: hidden;
	border-radius: 4px 4px 0 0
}

.blog-box-layout3 .item-img a {
	display: block;
	border-radius: 4px 4px 0 0
}

.blog-box-layout3 .item-img a img {
	border-radius: 4px 4px 0 0;
	width: 100%;
	transition: all 0.3s ease-out
}

.blog-box-layout3 .post-date {
	position: absolute;
	background-color: #396cf0;
	top: 25px;
	left: 25px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	line-height: 20px;
	color: #fff;
	z-index: 9
}

.blog-box-layout3 .post-date span {
	display: block
}

.blog-box-layout3 .item-content {
	padding: 25px 30px 25px
}

.blog-box-layout3 .item-content .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-transform: capitalize;
	font-weight: 500
}

.blog-box-layout3 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout3 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li:last-child {
	margin-right: 0
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li span {
	color: #396cf0
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a {
	color: #444;
	transition: all 0.3s ease-out
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a i {
	margin-right: 10px;
	color: #396cf0
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a i:before {
	margin-left: 0;
	font-size: 14px
}

.blog-box-layout3 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.blog-box-layout3 .entry-carousel {
	position: relative
}

.blog-box-layout3 .entry-content {
	position: relative;
	padding: 80px 0 0
}

.blog-box-layout4 {
	border: 1px solid #dedede;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.blog-box-layout4:hover .item-img {
	border-radius: 4px 4px 0 0
}

.blog-box-layout4:hover .item-img a {
	display: block;
	border-radius: 4px 4px 0 0
}

.blog-box-layout4:hover .item-img a img {
	border-radius: 4px 4px 0 0;
	transform: scale(1.1)
}

.blog-box-layout4 .item-img {
	position: relative;
	overflow: hidden
}

.blog-box-layout4 .item-img img {
	width: 100%;
	transition: all 0.3s ease-out
}

.blog-box-layout4 .item-img.no-img {
	position: inherit;
	display: inline-block;
	margin-left: 30px;
	margin-top: 30px
}

.blog-box-layout4 .item-img.no-img .post-date {
	width: inherit;
	position: inherit;
	background-color: transparent;
	top: 25px;
	left: 25px;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	line-height: 20px;
	color: #444
}

.blog-box-layout4 .item-img.no-img .post-date i {
	color: #396cf0
}

.blog-box-layout4 .item-img.no-img .post-date span {
	display: block
}

.blog-box-layout4 .post-date {
	width: 97px;
	position: absolute;
	background-color: #396cf0;
	top: 25px;
	left: 25px;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	line-height: 20px;
	color: #fff
}

.blog-box-layout4 .post-date span {
	display: block
}

.blog-box-layout4 .item-content.no-img {
	padding: 9px 30px 25px
}

.blog-box-layout4 .item-content {
	padding: 25px 30px 25px
}

.blog-box-layout4 .item-content .item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 24px
}

.blog-box-layout4 .item-content .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.blog-box-layout4 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout4 .item-content .post-actions-wrapper ul {
	padding: 0
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li:last-child {
	margin-right: 0
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li span {
	color: #396cf0
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li i {
	color: #396cf0;
	font-size: 16px;
	margin-right: 5px
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li i:before {
	margin-left: 0;
	font-size: 16px
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a {
	color: #444;
	transition: all 0.3s ease-out
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a i {
	margin-right: 10px
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a i:before {
	margin-left: 0;
	color: #396cf0;
	font-size: 14px
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.rt-el-post-slider .rtin-item {
	overflow: hidden
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg)
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area:hover:before {
	animation: shine .75s
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area img {
	transition: all 0.5s ease-out
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: -50px;
	padding: 12px 25px 8px;
	background-color: rgba(57, 108, 240, .8);
	transition: all 0.5s ease-out;
	color: #fff;
	width: 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li {
	display: inline;
	padding-right: 30px
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li:last-child {
	padding-right: 0
}

.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li i {
	margin-right: 15px;
	width: 16px
}

.rt-el-post-slider .rtin-item .rtin-content-area {
	background-color: #fff;
	padding: 30px 20px 35px 25px
}

.rt-el-post-slider .rtin-item .rtin-content-area .date-time {
	display: block;
	font-size: 14px;
	color: #396cf0;
	margin-bottom: 5px
}

.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4
}

@media only screen and (max-width:1199px) {
	.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
		font-size: 22px
	}
}

@media only screen and (max-width:767px) {
	.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
		font-size: 22px
	}
}

@media only screen and (max-width:479px) {
	.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
		font-size: 20px
	}
}

.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a {
	color: #000;
	transition: all 0.4s ease-out
}

.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a:hover {
	color: #396cf0
}

.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn {
	color: #396cf0;
	font-weight: 700;
	transition: all 0.5s ease-out
}

.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn i {
	color: #396cf0;
	margin-left: 15px
}

.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn:hover {
	color: #000000!important
}

.rt-el-post-slider .rtin-item:hover .rtin-thumbnail-area .rtin-meta-1 {
	bottom: 0;
	opacity: 1;
	visibility: visible
}

.speaker-layout1 {
	margin-bottom: 4.5rem
}

@media only screen and (max-width:768px) {
	.speaker-layout1 {
		margin-bottom: 5.5rem
	}
}

.speaker-layout1 .item-img {
	position: relative;
	margin-bottom: 15px;
	border-radius: 50%;
	overflow: hidden
}

.speaker-layout1 .item-img img {
	width: 100%
}

.speaker-layout1 .item-img:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(57, 108, 240, .9);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-out
}

.speaker-layout1 .item-social {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	top: 70%;
	transform: translateY(-50%);
	transition: all 0.4s cubic-bezier(0, 0, .25, 1.38)
}

.speaker-layout1 .item-social ul li {
	display: inline-block;
	font-size: 22px
}

.speaker-layout1 .item-social ul li a {
	color: #000;
	padding: 10px;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:1199px) {
	.speaker-layout1 .item-social ul li a {
		padding: 10px
	}
}

.speaker-layout1 .item-social ul li a:hover {
	color: #fff
}

.speaker-layout1:hover .item-img:before {
	opacity: 1;
	visibility: visible
}

.speaker-layout1:hover .item-social {
	opacity: 1;
	visibility: visible;
	top: 50%;
	transform: translateY(-50%)
}

.speaker-layout2 {
	text-align: center;
	position: relative;
	overflow: hidden
}

.speaker-layout2 img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s ease-out
}

.speaker-layout2:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(57, 108, 240, .8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-out
}

.speaker-layout2 .item-social {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	bottom: -10%;
	transform: translateY(-10%);
	transition: all 0.7s ease-out
}

.speaker-layout2 .item-social ul li {
	display: inline-block;
	font-size: 20px
}

.speaker-layout2 .item-social ul li a {
	color: #fff;
	padding: 6px;
	font-size: 22px
}

.speaker-layout2 .item-social ul li a:hover {
	color: #396cf0
}

.speaker-layout2 .item-title {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: -20%;
	transform: translateY(-20%);
	z-index: 6;
	transition: all 0.7s ease-out
}

.speaker-layout2 .item-title a {
	color: #fff
}

.speaker-layout2 .item-title a:hover {
	color: #3c70fa
}

.speaker-layout2 .item-title h3 {
	font-weight: 700;
	font-size: 26px
}

.speaker-layout2:hover img {
	transform: scale(1.1)
}

.speaker-layout2:hover:before {
	opacity: 1;
	visibility: visible
}

.speaker-layout2:hover .item-title {
	opacity: 1;
	visibility: visible;
	top: 70%;
	transform: translateY(-70%)
}

.speaker-layout2:hover .item-social {
	opacity: 1;
	visibility: visible;
	bottom: 10%;
	transform: translateY(-10%)
}

.speaker-layout3 {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	overflow: hidden
}

.speaker-layout3 img {
	width: 100%;
	transform: scale(1);
	transition: all 0.7s ease-out
}

.speaker-layout3:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 200%;
	z-index: 2;
	background: rgba(57, 108, 240, .8);
	transform: rotate(8deg);
	top: 60%;
	left: -90%;
	transition: all 0.7s cubic-bezier(.19, .63, 0, 1.2)
}

.speaker-layout3 .item-social {
	position: absolute;
	left: -100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	bottom: 5%;
	transform: translateY(-5%);
	transition: all 1s cubic-bezier(0, 0, .25, 1.38)
}

.speaker-layout3 .item-social ul li {
	display: inline-block;
	font-size: 22px
}

.speaker-layout3 .item-social ul li a {
	color: #396cf0;
	padding: 10px;
	transition: all 0.5s ease-out
}

.speaker-layout3 .item-social ul li a:hover {
	color: #fff
}

.speaker-layout3 .item-title {
	text-align: left;
	width: 100%;
	position: absolute;
	left: 30px;
	z-index: 6;
	bottom: 5%;
	transition: all 0.4s ease-out
}

.speaker-layout3 .item-title .title {
	margin-bottom: 8px
}

.speaker-layout3 .eventcatagory-light {
	color: #fff;
	text-align: left
}

.speaker-layout3:hover img {
	transform: scale(1.1)
}

.speaker-layout3:hover:before {
	transform: rotate(20deg);
	top: 22%;
	left: -90%
}

.speaker-layout3:hover .item-title {
	bottom: 30%;
	transition: all 0.8s ease-out
}

.speaker-layout3:hover .item-social {
	left: 20px;
	opacity: 1;
	visibility: visible
}

@media only screen and (max-width:991px) {
	.single-speaker-img {
		text-align: center;
		margin-bottom: 50px
	}
	.single-speaker-img img {
		margin: 0 auto;
		width: 100%
	}
}

.single-speaker-img img {
	margin: 0 auto;
	width: 100%
}

.speaker-profile {
	margin-bottom: 60px
}

@media only screen and (max-width:991px) {
	.speaker-profile {
		text-align: center
	}
}

.speaker-profile .title {
	margin-bottom: 5px;
	margin-top: -15px;
	line-height: 1.5
}

.speaker-profile .sub-title {
	font-size: 18px;
	color: #396cf0;
	margin-bottom: 30px
}

.speaker-profile p {
	margin-bottom: 0
}

.profile-social {
	margin-bottom: 30px
}

.profile-social li {
	text-align: center;
	display: inline-block;
	margin: 0 2px 5px
}

@media only screen and (max-width:575px) {
	.profile-social li {
		margin: 0 1px 2px
	}
}

.profile-social li a {
	height: 45px;
	width: 50px;
	background: #eff2f3;
	border: 1px solid #fff;
	line-height: 43px;
	display: block;
	color: #000;
	font-size: 20px;
	transition: all 0.5s ease-out
}

.profile-social li a:hover {
	border: 1px solid #396cf0;
	background: #396cf0;
	color: #fff
}

@media only screen and (max-width:575px) {
	.profile-social li a {
		height: 35px;
		width: 40px;
		line-height: 32px;
		font-size: 16px
	}
}

.profile-event {
	background-color: #eff2f3;
	padding: 35px 15px;
	text-align: center
}

.profile-event .title {
	margin-bottom: 8px
}

.profile-event .title:hover a {
	color: #396cf0
}

.profile-event .profile-event-date {
	font-size: 18px;
	color: #000;
	margin-bottom: 12px
}

@media (min-width:992px) and (max-width:1199px) {
	.profile-event .profile-event-date {
		font-size: 16px
	}
}

.profile-event .profile-event-place {
	font-size: 18px;
	color: #396cf0;
	font-weight: 500
}

.price-table-layout1 {
	margin-bottom: 3rem
}

.price-table-layout1 .item-wrapper {
	padding: 55px 15px 60px;
	text-align: center;
	background-color: #fff;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:991px) {
	.price-table-layout1 .item-wrapper {
		padding: 45px 15px 55px
	}
}

@media only screen and (max-width:767px) {
	.price-table-layout1 .item-wrapper {
		padding: 40px 15px 50px
	}
}

.price-table-layout1 .item-wrapper .item-title {
	margin-bottom: 25px
}

@media (min-width:768px) and (max-width:991px) {
	.price-table-layout1 .item-wrapper .item-title h3 {
		font-size: 20px
	}
}

.price-table-layout1 .item-wrapper .item-price {
	margin-bottom: 20px;
	position: relative;
	font-size: 8rem;
	color: #000;
	font-weight: 700;
	line-height: 1;
	display: inline-block
}

.price-table-layout1 .item-wrapper .item-price .currency {
	top: -45px;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	left: -12px;
	top: 10px
}

@media only screen and (max-width:991px) {
	.price-table-layout1 .item-wrapper .item-price .currency {
		left: -15px;
		top: 0
	}
}

.price-table-layout1 .item-wrapper .item-body {
	margin-bottom: 40px
}

.price-table-layout1 .item-wrapper .item-body ul li {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
	list-style: none
}

.price-table-layout1 .item-wrapper .item-body ul li:last-child {
	margin-bottom: 0
}

.price-table-layout1 .item-wrapper:hover {
	box-shadow: 0 0 40px 0 rgba(216, 216, 216, .5)
}

.price-table-layout2 {
	margin-bottom: 30px;
	padding: 20px 3rem 55px;
	text-align: center;
	position: relative;
	z-index: 4
}

.price-table-layout2:before {
	opacity: 1;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	background: #009552;
	background: linear-gradient(to top right, #009552, #13c273);
	background-repeat: no-repeat;
	border-radius: 20px;
	transition: opacity 0.5s ease-in-out
}

.price-table-layout2:after {
	opacity: 0;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	background: #ffda59;
	background: linear-gradient(to top right, #ffda59, #f2bd00);
	background-repeat: no-repeat;
	border-radius: 20px;
	transition: opacity 0.5s ease-in-out
}

.price-table-layout2:hover:before {
	opacity: 0
}

.price-table-layout2:hover:after {
	opacity: 1
}

.price-table-layout2:hover .tpt-header .tpt-header-top .tpt-title:after {
	background-color: #fff
}

.price-table-layout2:hover .tpt-header .tpt-header-top .tpt-title:before {
	background-color: #fff
}

.price-table-layout2:hover .tpt-footer .tpt-footer-btn {
	color: #000;
	background-color: #fff
}

.price-table-layout2:hover .tpt-footer .tpt-footer-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.price-table-layout2 .tpt-header .tpt-header-top {
	margin-bottom: 35px
}

.price-table-layout2 .tpt-header .tpt-header-top .tpt-title {
	position: relative;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 18px;
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-header .tpt-header-top .tpt-title span {
	font-weight: 500;
	color: #000;
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:after {
	content: "";
	position: absolute;
	height: 4px;
	width: 23%;
	background-color: #396cf0;
	top: 10px;
	left: 0;
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:before {
	content: "";
	border-radius: 2px;
	position: absolute;
	height: 4px;
	width: 23%;
	background-color: #396cf0;
	top: 10px;
	right: 0;
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-header .tpt-header-bottom {
	line-height: 1.6
}

.price-table-layout2 .tpt-header .tpt-header-bottom .currency {
	font-size: 6rem;
	font-weight: 300;
	color: #fff;
	text-shadow: 3px 3px 7px rgba(3, 147, 112, .5);
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-header .tpt-header-bottom .amount {
	font-size: 10rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 3px 3px 7px rgba(3, 147, 112, .5);
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-body {
	margin-bottom: 50px
}

.price-table-layout2 .tpt-body .tpt-body-items .tpt-body-item {
	margin-bottom: 5px;
	line-height: 1.9
}

.price-table-layout2 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	transition: all 0.5s ease-out
}

.price-table-layout2 .tpt-footer .tpt-footer-btn {
	border-radius: 45px;
	font-size: 16px;
	color: #000;
	border: 2px solid #fff;
	font-weight: 700;
	background-color: #fff;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 4rem;
	line-height: 1.9;
	transition: all 0.5s ease-out
}

.price-table-layout3 {
	margin-bottom: 30px
}

.price-table-layout3 .tpt-col-inner {
	position: relative;
	z-index: 1;
	background-color: #fff;
	transition: all 0.2s ease-out
}

.price-table-layout3 .tpt-col-inner:hover {
	z-index: 2;
	transform: scale(1.05);
	background-color: #396cf0
}

.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top {
	border-bottom: 1px solid #396cf0
}

.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top .tpt-title {
	color: #fff
}

.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .currency {
	color: #fff
}

.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .amount {
	color: #fff
}

.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .period {
	color: #fff
}

.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
	background-color: #3364e2
}

.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
	color: #fff
}

.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item-icon {
	color: #fff;
	transition: all 0.5s ease-out
}

.price-table-layout3 .tpt-header {
	text-align: center
}

.price-table-layout3 .tpt-header .tpt-header-top {
	margin-bottom: 5px;
	padding: 25px 0;
	border-bottom: 1px solid #e4e4e4
}

@media only screen and (max-width:575px) {
	.price-table-layout3 .tpt-header .tpt-header-top {
		margin-bottom: 20px
	}
}

.price-table-layout3 .tpt-header .tpt-header-top .tpt-title {
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.5
}

.price-table-layout3 .tpt-header .tpt-header-bottom {
	position: relative;
	z-index: 1;
	line-height: 1.4
}

.price-table-layout3 .tpt-header .tpt-header-bottom .currency {
	font-size: 30px;
	color: #b3b3b3;
	font-weight: 500;
	position: relative;
	bottom: 32px;
	left: -5px
}

@media only screen and (max-width:991px) {
	.price-table-layout3 .tpt-header .tpt-header-bottom .currency {
		font-size: 24px;
		bottom: 30px;
		left: -5px
	}
}

@media only screen and (max-width:767px) {
	.price-table-layout3 .tpt-header .tpt-header-bottom .currency {
		font-size: 24px;
		bottom: 25px
	}
}

.price-table-layout3 .tpt-header .tpt-header-bottom .amount {
	font-size: 8rem;
	color: #000;
	font-weight: 700
}

.price-table-layout3 .tpt-header .tpt-header-bottom .period {
	font-size: 16px;
	color: #444;
	font-weight: 400
}

.price-table-layout3 .tpt-body {
	margin-bottom: 30px
}

.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item {
	position: relative;
	padding: 16px 5px 16px 50px
}

.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
	background-color: #eaeff0;
	transition: all 0.2s ease-out
}

.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9
}

.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item-icon {
	position: absolute;
	left: 20px;
	z-index: 1;
	color: #0b9876;
	line-height: 1.9
}

.price-table-layout3 .tpt-footer {
	text-align: center;
	padding-bottom: 30px
}

.price-table-layout3 .tpt-footer .tpt-footer-btn {
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	background-color: #396cf0;
	display: inline-block;
	text-transform: uppercase;
	padding: 13px 5rem 11px;
	font-weight: 700;
	line-height: 1.7;
	transition: all 0.5s ease-out
}

.price-table-layout3 .tpt-footer .tpt-footer-btn:hover {
	background-color: #f9c406
}

.rt-el-gallrey-tab {
	text-align: center;
	margin-bottom: 55px;
	font-size: 0
}

@media all and (max-width:480px) {
	.rt-el-gallrey-tab {
		margin-bottom: 35px
	}
}

.rt-el-gallrey-tab a {
	background-color: transparent;
	padding: 10px 30px;
	font-size: 16px;
	color: #444;
	margin: 0 5px 5px 0;
	display: inline-block;
	border: 1px solid #3c70fa;
	transition: all 0.5s ease-out;
	border-radius: 3px;
	line-height: 1.5
}

@media all and (max-width:480px) {
	.rt-el-gallrey-tab a {
		padding: 5px 25px;
		font-size: 14px
	}
}

.rt-el-gallrey-tab a:hover {
	background-color: #396cf0;
	color: #fff
}

.rt-el-gallrey-tab .current {
	background-color: #396cf0;
	color: #fff
}

.rt-el-gallrey-1 .rtin-item {
	position: relative;
	overflow: hidden;
	margin: 15px
}

@media all and (max-width:767px) {
	.rt-el-gallrey-1 .rtin-item {
		max-width: 375px;
		margin: 0 auto
	}
}

.rt-el-gallrey-1 .rtin-item img {
	width: 100%
}

.rt-el-gallrey-1 .rtin-item:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(60, 112, 250, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-out
}

.rt-el-gallrey-1 .rtin-item .rtin-content {
	background-color: #396cf0;
	padding: 10px 20px;
	position: absolute;
	bottom: -50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	transition: all 0.5s ease-out;
	color: #fff
}

.rt-el-gallrey-1 .rtin-item .rtin-content h3 {
	font-weight: 400;
	margin-bottom: 5px
}

.rt-el-gallrey-1 .rtin-item .rtin-content h3 a {
	color: #fff
}

.rt-el-gallrey-1 .rtin-item .rtin-icon {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	left: 0;
	right: 0;
	z-index: 8;
	margin: 0 auto;
	text-align: center;
	background-color: #f8f8f8;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	color: #000;
	font-size: 20px;
	transition: all 0.7s cubic-bezier(0, 0, .25, 1.5)
}

.rt-el-gallrey-1 .rtin-item .rtin-icon:hover {
	color: #396cf0
}

.rt-el-gallrey-1 .rtin-item:hover:before {
	opacity: 1;
	visibility: visible
}

.rt-el-gallrey-1 .rtin-item:hover .rtin-content {
	bottom: 0;
	transition: all 0.5s ease-out
}

.rt-el-gallrey-1 .rtin-item:hover .rtin-icon {
	transform: translateY(-50%);
	top: 48%;
	opacity: 1;
	visibility: visible
}

@media all and (max-width:767px) {
	.rt-el-gallrey-1 .rtin-item:hover .rtin-icon {
		top: 35%
	}
}

.rt-el-gallrey-2 .rtin-item {
	position: relative;
	overflow: hidden;
	margin: 5px
}

@media all and (max-width:767px) {
	.rt-el-gallrey-2 .rtin-item {
		max-width: 700px;
		margin: 0 auto
	}
}

.rt-el-gallrey-2 .rtin-item img {
	width: 100%
}

.rt-el-gallrey-2 .rtin-item:before {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(transparent, #3c70fa), linear-gradient(transparent, #3c70fa);
	background-size: 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out
}

.rt-el-gallrey-2 .rtin-item .rtin-icon {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 110%;
	transform: translateY(-110%);
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	background-color: #f8f8f8;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 3px;
	color: #000;
	font-size: 20px;
	transition: all 0.7s cubic-bezier(0, 0, .25, 1.5)
}

.rt-el-gallrey-2 .rtin-item .rtin-icon:hover {
	color: #396cf0
}

.rt-el-gallrey-2 .rtin-item .rtin-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -50%;
	z-index: 2;
	padding: 30px 30px 15px;
	transition: all 0.3s ease-out
}

.rt-el-gallrey-2 .rtin-item .rtin-content h3 {
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.4
}

@media all and (max-width:767px) {
	.rt-el-gallrey-2 .rtin-item .rtin-content h3 {
		font-size: 20px
	}
}

.rt-el-gallrey-2 .rtin-item .rtin-content h3 a {
	color: #fff
}

.rt-el-gallrey-2 .rtin-item .rtin-content .rtin-cat {
	color: #fff;
	font-size: 16px;
	line-height: 1.5
}

.rt-el-gallrey-2 .rtin-item:hover:before {
	opacity: 1;
	visibility: visible;
	top: 0
}

.rt-el-gallrey-2 .rtin-item:hover .rtin-content {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.6s ease-out
}

.rt-el-gallrey-2 .rtin-item:hover .rtin-icon {
	transform: translateY(-50%);
	top: 50%;
	opacity: 1;
	visibility: visible
}

@media all and (max-width:767px) {
	.rt-el-gallrey-2 .rtin-item:hover .rtin-icon {
		top: 45%
	}
}

.rt-el-gallrey-3 .rtin-item {
	text-align: center;
	position: relative;
	overflow: hidden
}

@media all and (max-width:767px) {
	.rt-el-gallrey-3 .rtin-item {
		max-width: 375px;
		margin: 0 auto
	}
}

.rt-el-gallrey-3 .rtin-item img {
	width: 100%
}

.rt-el-gallrey-3 .rtin-item:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(60, 112, 250, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.5s ease-out
}

.rt-el-gallrey-3 .rtin-item img {
	transform: scale(1);
	transition: all 1s ease-out
}

.rt-el-gallrey-3 .rtin-item .rtin-content {
	opacity: 0;
	visibility: hidden;
	padding: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	transition: all 0.5s ease-out
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5
}

@media all and (max-width:767px) {
	.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
		font-size: 20px
	}
}

@media all and (max-width:480px) {
	.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
		padding-bottom: 8px;
		margin-bottom: 10px;
		font-size: 18px
	}
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title a {
	color: #fff
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title:after {
	content: "";
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	width: 0;
	transition: all 1s ease-out
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-cat {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px
}

@media all and (max-width:480px) {
	.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-cat {
		font-size: 15px
	}
}

@media all and (max-width:480px) {
	.rt-el-gallrey-3 .rtin-item .rtin-content p {
		font-size: 14px;
		line-height: 1.3;
		margin-bottom: 10px
	}
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
	height: 50px;
	width: 50px;
	line-height: 48px;
	font-size: 16px;
	color: #396cf0;
	border-radius: 45px;
	display: block;
	background-color: #fff;
	text-align: center;
	border: 2px solid #fff;
	margin: 0 auto;
	transition: all 0.5s ease-out
}

@media all and (max-width:480px) {
	.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
		line-height: 25px;
		height: 30px;
		width: 30px;
		font-size: 12px
	}
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff
}

.rt-el-gallrey-3 .rtin-item:hover:before {
	opacity: 1;
	visibility: visible
}

.rt-el-gallrey-3 .rtin-item:hover img {
	transform: scale(1.2)
}

.rt-el-gallrey-3 .rtin-item:hover .rtin-content {
	opacity: 1;
	visibility: visible
}

.rt-el-gallrey-3 .rtin-item:hover .rtin-content .rtin-title:after {
	width: 150px
}

@media all and (max-width:480px) {
	.rt-el-gallrey-3 .rtin-item:hover .rtin-content .rtin-title:after {
		width: 150px
	}
}

.gallery-box-layout1 {
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
	border-radius: 4px
}

.gallery-box-layout1:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(57, 108, 240, .9);
	transition: all 0.3s ease-out
}

.gallery-box-layout1 img {
	width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-out
}

.gallery-box-layout1 .item-icon {
	opacity: 0;
	visibility: hidden;
	text-align: center;
	position: absolute;
	bottom: -30px;
	z-index: 2;
	right: 15px;
	transition: all 0.3s ease-out
}

.gallery-box-layout1 .item-icon a {
	display: block;
	padding: 5px
}

.gallery-box-layout1 .item-icon a i:before {
	margin-left: 0;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	transition: all 0.3s ease-out
}

.gallery-box-layout1 .item-content {
	opacity: 0;
	visibility: hidden;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 3;
	transition: all 0.3s ease-out
}

.gallery-box-layout1 .item-content .item-title {
	transform: translateX(30px);
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	transition: all 0.3s ease-out
}

.gallery-box-layout1 .item-content .title-ctg {
	color: #fff;
	transform: translateX(-30px);
	display: block;
	transition: all 0.3s ease-out
}

.gallery-box-layout1:hover:after {
	opacity: 1;
	visibility: visible
}

.gallery-box-layout1:hover img {
	transform: scale(1.2);
	transition: all 0.5s cubic-bezier(0, 0, .15, 1.88)
}

.gallery-box-layout1:hover .item-icon {
	bottom: 10px;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s cubic-bezier(0, 0, .15, 1.88)
}

.gallery-box-layout1:hover .item-content {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s cubic-bezier(0, 0, .15, 1.88)
}

.gallery-box-layout1:hover .item-title {
	transform: translateX(0);
	transition: all 0.5s cubic-bezier(0, 0, .15, 1.88)
}

.gallery-box-layout1:hover .title-ctg {
	transform: translateX(0);
	transition: all 0.5s cubic-bezier(0, 0, .15, 1.88)
}

.rt-el-logo-slider .rtin-item img {
	width: inherit!important;
	margin: 0 auto
}

.rt-el-nav-menu.widget-about-info ul {
	box-shadow: 0 1px 20px 0 rgba(218, 227, 232, .75);
	border-radius: 4px;
	padding: 30px;
	width: 100%
}

.rt-el-nav-menu.widget-about-info ul li {
	display: inline-block;
	width: 100%;
	font-weight: 500
}

.rt-el-nav-menu.widget-about-info ul li a {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	color: #111;
	transition: all 0.5s ease-out
}

.rt-el-nav-menu.widget-about-info ul li a:after {
	content: "";
	position: absolute;
	height: 25px;
	width: 2px;
	top: -3px;
	left: 0;
	z-index: 1;
	font-size: 28px;
	background-color: #d9d9d9;
	transition: all 0.5s ease-out
}

.rt-el-nav-menu.widget-about-info ul li a:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 1;
	color: #d9d9d9;
	transition: all 0.5s ease-out
}

.rt-el-nav-menu.widget-about-info ul li a:hover {
	color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a:hover:after {
	background-color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a:hover:before {
	color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a.active {
	color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a.active:after {
	background-color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a.active:before {
	color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li:last-child a {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.rt-el-nav-menu.widget ul li {
	margin-bottom: 5px;
	padding: 0;
	border: none
}

.rt-el-nav-menu.widget ul li:last-child {
	margin-bottom: 0
}

.rt-el-nav-menu.widget ul li:before {
	content: none
}

.rt-el-nav-menu.widget ul li a {
	display: block;
	background-color: #f8f8f8;
	padding: 15px 15px 15px 50px;
	color: #444;
	transition: all 0.5s ease-out;
	position: relative
}

.rt-el-nav-menu.widget ul li a:hover {
	padding: 15px 15px 15px 60px
}

.rt-el-nav-menu.widget ul li a:hover i {
	left: 25px
}

.rt-el-nav-menu.widget ul li a i {
	color: #396cf0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	left: 15px;
	z-index: 1;
	transition: all 0.5s ease-out;
	line-height: 1.2
}

.rt-el-nav-menu.widget ul li.current-menu-item a,
.rt-el-nav-menu.widget ul li a:hover {
	background-color: #396cf0;
	color: #fff
}

.rt-el-nav-menu.widget ul li.current-menu-item a i,
.rt-el-nav-menu.widget ul li a:hover i {
	color: #fff
}

.rt-el-contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.rt-el-contact ul li {
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	padding-left: 38px;
	line-height: 1.75
}

.rt-el-contact ul li i {
	color: #396cf0;
	padding-right: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
	font-size: 22px;
	line-height: 1
}

.rt-el-contact ul li a {
	color: #444;
	transition: all 0.3s ease 0s
}

.rt-el-contact ul li a:hover {
	text-decoration: underline
}

.rt-el-contact ul li:last-child {
	margin-bottom: 0
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	color: #444;
	width: 100%;
	padding: 5px
}

.wpcf7-form label {
	width: 100%;
	margin-bottom: 15px;
	line-height: 2
}

.wpcf7-form textarea {
	height: 120px
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
	height: 42px
}

.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"],
.wpcf7-form .primary-list li::before {
	padding: 10px 25px;
	font-weight: 500;
	font-size: 18px;
	transition: all 0.3s ease-out;
	border-radius: 4px
}

.widget-appointment span.wpcf7-not-valid-tip {
	color: #e49e9e
}

.v-center-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.rt-el-cta-1 {
	padding: 55px 0
}

@media all and (max-width:767px) {
	.rt-el-cta-1 {
		padding: 50px 0;
		text-align: center
	}
}

.rt-el-cta-1 .rtin-title {
	font-size: 36px;
	margin: 6px 0;
	line-height: 1.4;
	font-weight: 500
}

.rt-el-cta-1 .rtin-button-mid {
	text-align: right
}

@media all and (max-width:767px) {
	.rt-el-cta-1 .rtin-button-mid {
		width: 100%
	}
}

@media all and (max-width:767px) {
	.rt-el-cta-1 .rtin-button-mid {
		text-align: center;
		margin-top: 20px
	}
}

.rt-el-cta-1.rt-transparent.rt-color-dark {
	background-color: transparent;
	color: #111
}

.rt-el-cta-1.rt-transparent.rt-color-dark .rtin-title {
	color: #111
}

.rt-el-cta-1.rt-transparent.rt-color-light {
	background-color: transparent;
	color: #fff
}

.rt-el-cta-1.rt-transparent.rt-color-light .rtin-title {
	color: #fff
}

.rt-el-cta-1.rt-transparent.rt-color-primary {
	background-color: transparent;
	color: #396cf0
}

.rt-el-cta-1.rt-transparent.rt-color-primary .rtin-title {
	color: #396cf0
}

.rt-el-cta-1.rt-light.rt-color-dark {
	background-color: #111;
	color: #111
}

.rt-el-cta-1.rt-light.rt-color-dark .rtin-title {
	color: #111
}

.rt-el-cta-1.rt-light.rt-color-light {
	background-color: #fff;
	color: #fff
}

.rt-el-cta-1.rt-light.rt-color-light .rtin-title {
	color: #fff
}

.rt-el-cta-1.rt-light.rt-color-primary {
	background-color: #fff;
	color: #396cf0
}

.rt-el-cta-1.rt-light.rt-color-primary .rtin-title {
	color: #396cf0
}

.rt-el-cta-1.rt-grey.rt-color-dark {
	background-color: #f5f5f5;
	color: #111
}

.rt-el-cta-1.rt-grey.rt-color-dark .rtin-title {
	color: #111
}

.rt-el-cta-1.rt-grey.rt-color-light {
	background-color: #f5f5f5;
	color: #fff
}

.rt-el-cta-1.rt-grey.rt-color-light .rtin-title {
	color: #fff
}

.rt-el-cta-1.rt-grey.rt-color-primary {
	background-color: #f5f5f5;
	color: #396cf0
}

.rt-el-cta-1.rt-grey.rt-color-primary .rtin-title {
	color: #396cf0
}

.rt-el-cta-1.rt-light {
	background-color: #fff;
	color: #111
}

.rt-el-cta-1.rt-light .rtin-title {
	color: #111
}

.rt-el-cta-1.rt-dark {
	background-color: #222;
	color: #fff
}

.rt-el-cta-1.rt-dark .rtin-title {
	color: #fff
}

.rt-el-cta-1.rt-primary {
	background-color: #396cf0;
	color: #fff
}

.rt-el-cta-1.rt-primary .rtin-title {
	color: #fff
}

.rt-el-cta-1.rt-primary .rtin-button-mid a {
	background-color: #fff;
	color: #396cf0;
	border: 2px solid #fff
}

.rt-el-cta-1.rt-primary .rtin-button-mid a:hover {
	background-color: transparent;
	color: #fff
}

.rt-el-cta-1.rt-grey {
	background-color: #f5f5f5;
	color: #111
}

.rt-el-cta-1.rt-grey .rtin-title {
	color: #111
}

.call-to-action-box-layout1 {
	min-height: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout1 {
		min-height: 0
	}
}

.call-to-action-box-layout1 .item-title {
	margin-bottom: 0;
	font-size: 3.5rem;
	color: #fff;
	text-transform: capitalize
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout1 .item-title {
		font-size: 2.9rem
	}
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout1 .item-title {
		margin-bottom: 2rem
	}
}

.call-to-action-box-layout1 .item-title i {
	margin-right: 15px;
	transform: scaleX(-1)
}

.call-to-action-wrap-layout2 {
	padding: 10rem 0 11rem;
	position: relative
}

.call-to-action-wrap-layout2:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(57, 108, 240, .8);
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute
}

.call-to-action-box-layout2 {
	text-align: center;
	z-index: 2;
	position: relative
}

.call-to-action-box-layout2 h2 {
	font-size: 40px;
	color: #fff;
	line-height: 1.5
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout2 h2 {
		font-size: 36px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout2 h2 {
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout2 h2 {
		font-size: 30px
	}
}

.call-to-action-box-layout2 h2 span {
	display: block;
	font-weight: 700
}

.call-to-action-box-layout2 .item-btn {
	border: 1px solid;
	border-color: #fff;
	border-radius: 4px;
	text-transform: initial;
	color: #fff;
	padding: 14px 25px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout2 .item-btn {
		padding: 12px 24px
	}
}

.call-to-action-box-layout2 .item-btn:hover {
	background-color: #fff;
	color: #396cf0
}

.call-to-action-box-layout6 {
	text-align: center;
	z-index: 2;
	position: relative
}

.call-to-action-box-layout6 h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	text-transform: capitalize
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout6 h2 {
		font-size: 36px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout6 h2 {
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout6 h2 {
		font-size: 30px
	}
}

.call-to-action-box-layout6 h2 span {
	display: block;
	font-weight: 700
}

.call-to-action-box-layout6 p.item-sub-title {
	font-size: 24px;
	font-weight: 400;
	color: #fff
}

.call-to-action-box-layout6 .item-btn {
	border: 1px solid;
	border-color: #fff;
	border-radius: 4px;
	text-transform: initial;
	color: #fff;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout6 .item-btn {
		padding: 12px 24px
	}
}

.call-to-action-box-layout6 .item-btn:hover {
	background-color: #fff;
	color: #396cf0
}

.call-to-action-wrap-layout3 {
	background-color: transparent
}

.call-to-action-box-layout3 {
	position: relative
}

.call-to-action-box-layout3 .single-item {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	z-index: 50
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout3 .single-item {
		position: inherit;
		top: inherit;
		margin-top: 30px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout3 .single-item {
		position: inherit;
		top: inherit;
		margin-top: 0
	}
}

.call-to-action-box-layout3 .single-item a {
	position: relative;
	z-index: 2;
	border-radius: 4px 4px 0 0;
	text-align: center;
	padding: 22px 15px;
	width: 100%;
	display: block;
	background: linear-gradient(to right, #396cf0, #285ada);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout3 .single-item a {
		border-radius: 4px;
		font-size: 16px;
		padding: 18px 7px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout3 .single-item a {
		padding: 10px 15px
	}
}

.call-to-action-box-layout3 .single-item a:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	right: 0;
	background-color: #396cf0;
	z-index: -1;
	transition: all 0.5s ease-out;
	border-radius: 4px
}

.call-to-action-box-layout3 .single-item a i {
	line-height: 1;
	display: inline-block
}

.call-to-action-box-layout3 .single-item a i:before {
	color: #fff;
	font-size: 22px;
	margin-left: 0;
	margin-right: 15px
}

.call-to-action-box-layout3 .single-item a:hover:after {
	width: 100%;
	left: 0
}

.call-to-action-wrap-layout4 {
	position: relative;
	padding: 9.2rem 0 10rem
}

.call-to-action-wrap-layout4 .item-img {
	position: absolute;
	bottom: 0;
	z-index: 2;
	right: calc((100% - 1290px)/2)
}

@media only screen and (max-width:1399px) {
	.call-to-action-wrap-layout4 .item-img {
		right: calc((100% - 1110px)/2)
	}
}

@media only screen and (max-width:1199px) {
	.call-to-action-wrap-layout4 .item-img {
		right: calc((100% - 930px)/2)
	}
}

@media only screen and (max-width:991px) {
	.call-to-action-wrap-layout4 .item-img {
		right: calc((100% - 690px)/2)
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-wrap-layout4 .item-img {
		display: none
	}
}

.call-to-action-box-layout4 {
	text-align: center
}

.call-to-action-box-layout4 .item-title {
	font-size: 36px;
	color: #111;
	font-weight: 700;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.35;
	margin-bottom: 35px
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout4 .item-title {
		width: 100%;
		font-size: 34px
	}
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout4 .item-title {
		font-size: 32px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout4 .item-title {
		font-size: 30px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4 .item-title {
		font-size: 28px
	}
}

.call-to-action-box-layout4 .item-title span {
	display: block
}

.call-to-action-box-layout4 .call-to-action-phone {
	margin-bottom: 40px;
	font-size: 36px
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout4 .call-to-action-phone {
		font-size: 32px
	}
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout4 .call-to-action-phone {
		font-size: 30px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout4 .call-to-action-phone {
		font-size: 28px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4 .call-to-action-phone {
		font-size: 24px
	}
}

.call-to-action-box-layout4 .call-to-action-phone a {
	color: #111;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.call-to-action-box-layout4 .call-to-action-phone a i {
	font-size: 24px;
	margin-right: 10px;
	color: #396cf0;
	transform: rotateY(180deg)
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout4 .call-to-action-phone a i {
		font-size: 26px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout4 .call-to-action-phone a i {
		font-size: 24px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4 .call-to-action-phone a i {
		font-size: 20px
	}
}

.call-to-action-box-layout4 .call-to-action-btn .item-btn {
	border: 1px solid;
	border-color: #396cf0;
	border-radius: 4px;
	background-color: #396cf0;
	text-transform: initial;
	color: #fff;
	padding: 14px 25px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4 .call-to-action-btn .item-btn {
		padding: 12px 24px
	}
}

.call-to-action-box-layout4 .call-to-action-btn .item-btn:hover {
	background-color: transparent;
	color: #396cf0;
	box-shadow: 0 10px 55px 5px rgba(57, 108, 240, .3)
}

.call-to-action-box-layout4.rt-primary {
	background-color: #396cf0;
	text-align: center
}

.call-to-action-box-layout4.rt-primary .item-title {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.35
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout4.rt-primary .item-title {
		width: 100%;
		font-size: 34px
	}
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout4.rt-primary .item-title {
		font-size: 32px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout4.rt-primary .item-title {
		font-size: 30px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4.rt-primary .item-title {
		font-size: 28px
	}
}

.call-to-action-box-layout4.rt-primary .item-title span {
	display: block
}

.call-to-action-box-layout4.rt-primary .call-to-action-phone {
	margin-bottom: 30px;
	font-size: 36px
}

@media only screen and (max-width:1199px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone {
		font-size: 32px
	}
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone {
		font-size: 30px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone {
		font-size: 28px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone {
		font-size: 24px
	}
}

.call-to-action-box-layout4.rt-primary .call-to-action-phone a {
	color: #111;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
	font-size: 24px;
	margin-right: 10px;
	color: #396cf0;
	transform: rotateY(180deg)
}

@media only screen and (max-width:991px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
		font-size: 26px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
		font-size: 24px
	}
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
		font-size: 20px
	}
}

.call-to-action-box-layout4.rt-primary .call-to-action-btn .item-btn {
	border: 1px solid;
	border-color: #396cf0;
	border-radius: 4px;
	background-color: #396cf0;
	text-transform: initial;
	color: #fff;
	padding: 14px 25px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.5s ease-out
}

@media only screen and (max-width:575px) {
	.call-to-action-box-layout4.rt-primary .call-to-action-btn .item-btn {
		padding: 12px 24px
	}
}

.call-to-action-box-layout4.rt-primary .call-to-action-btn .item-btn:hover {
	background-color: transparent;
	color: #396cf0
}

.call-to-action-wrap-layout5 {
	padding: 55px 0
}

@media only screen and (max-width:767px) {
	.call-to-action-wrap-layout5 {
		padding: 25px 0 50px
	}
}

.call-to-action-wrap-layout5 .single-item {
	border-right: 1px solid #d7d7d7
}

@media only screen and (max-width:767px) {
	.call-to-action-wrap-layout5 .single-item {
		border-right: 0;
		border-bottom: 1px solid #d7d7d7
	}
}

.call-to-action-wrap-layout5 .single-item:last-child {
	border-right: 0;
	border-bottom: 0
}

div~:last-child .call-to-action-box-layout5 {
	margin-bottom: 0
}

.call-to-action-box-layout5 {
	margin-left: 35px
}

@media (min-width:768px) and (max-width:991px) {
	.call-to-action-box-layout5 {
		margin-left: 20px
	}
}

@media only screen and (max-width:767px) {
	.call-to-action-box-layout5 {
		margin: 25px 0 20px
	}
}

.call-to-action-box-layout5 .media i:before {
	font-size: 50px;
	line-height: 65px;
	color: #396cf0;
	margin-left: 0
}

.call-to-action-box-layout5 .media .media-body {
	margin-left: 25px
}

@media (min-width:768px) and (max-width:991px) {
	.call-to-action-box-layout5 .media .media-body {
		margin-left: 0
	}
}

.call-to-action-box-layout5 .media .media-body .item-title {
	color: #111;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px
}

.about-info-list ul.list-info {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px
}

@media only screen and (max-width:575px) {
	.about-info-list ul.list-info {
		display: block;
		margin: 30px 0
	}
}

.about-info-list ul.list-info li {
	list-style: none;
	width: 50%;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative
}

.about-info-list ul.list-info li:last-child {
	margin-bottom: 0
}

.about-info-list ul.list-info li:after {
	content: "\f00c";
	position: absolute;
	left: 0;
	z-index: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #396cf0;
	font-size: 14px;
	top: 2px
}

.about-info-list .list-info.theme2 {
	padding-left: 0;
	margin-top: 0
}

.about-info-list .list-info.theme2 li {
	width: 100%;
	display: block;
	clear: both;
	font-weight: 500;
	list-style: none
}

.about-info-list .about-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 5px
}

@media only screen and (max-width:575px) {
	.about-info-list .about-info {
		display: block;
		margin: 30px 0
	}
}

.about-info-list .about-info li {
	list-style: none;
	width: 50%;
	position: relative;
	margin-bottom: 16px;
	padding-left: 40px;
	font-weight: 500
}

@media only screen and (max-width:575px) {
	.about-info-list .about-info li {
		width: 100%
	}
}

.about-info-list .about-info li a {
	color: #444
}

.about-info-list .about-info li a:hover {
	color: #396cf0
}

.about-info-list .about-info li:after {
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	left: 0;
	top: 2px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	z-index: 1;
	border-radius: 50%;
	background-color: #396cf0;
	height: 20px;
	width: 20px;
	box-shadow: 0 2px 15px 0 rgba(42, 92, 220, .75)
}

.about-info-list .about-info.theme2 {
	padding-left: 0;
	margin-top: 0
}

.about-info-list .about-info.theme2 li {
	width: 100%;
	display: block;
	clear: both
}

.testmonial-box-layout1 {
	text-align: center
}

.testmonial-box-layout1 .item-img {
	height: 90px;
	width: 90px;
	margin: 0 auto 26px
}

.testmonial-box-layout1 .item-content p {
	color: #fff;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media only screen and (max-width:1199px) {
	.testmonial-box-layout1 .item-content p {
		width: 70%
	}
}

@media only screen and (max-width:991px) {
	.testmonial-box-layout1 .item-content p {
		width: 80%
	}
}

.testmonial-box-layout1 .item-content p:after {
	content: "\f10e";
	font-family: "Font Awesome\ 5 Free";
	bottom: -25px;
	right: -40px;
	position: absolute;
	font-weight: 900;
	color: #e1e5e6;
	font-size: 36px
}

.testmonial-box-layout1 .item-content p:before {
	content: "\f10d";
	font-family: "Font Awesome\ 5 Free";
	top: -25px;
	left: -40px;
	position: absolute;
	font-weight: 900;
	color: #e1e5e6;
	font-size: 36px
}

.testmonial-box-layout1 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 500;
	color: #fff
}

.testmonial-box-layout1 .item-content .sub-title {
	color: #fff;
	text-transform: capitalize;
	font-weight: 300
}

.testmonial-box-layout2 {
	margin-bottom: 50px
}

.testmonial-box-layout2:last-child {
	margin-bottom: 0
}

.testmonial-box-layout2 .item-title {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 6px
}

@media only screen and (max-width:767px) {
	.testmonial-box-layout2 .item-title {
		margin-bottom: 10px
	}
}

.testmonial-box-layout2 .item-title span {
	font-size: 16px;
	font-weight: 400
}

.testmonial-box-layout2 .rating {
	margin: 0 0 20px
}

@media only screen and (max-width:767px) {
	.testmonial-box-layout2 .rating {
		margin-bottom: 10px
	}
}

.testmonial-box-layout2 .rating li {
	display: inline-block
}

.testmonial-box-layout2 .rating li>i {
	font-size: 14px;
	color: gold
}

.testmonial-box-layout2 p {
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	font-size: 18
}

@media only screen and (max-width:767px) {
	.testmonial-box-layout2 p {
		font-size: 18px
	}
}

.dot-margin.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 70px
}

.testmonial-box-layout3 {
	text-align: center
}

.testmonial-box-layout3 .item-img {
	height: 83px;
	width: 83px;
	margin: 0 auto 26px
}

.testmonial-box-layout3 .item-img img {
	border-radius: 50%;
	border: 4px solid #2e5ed7
}

.testmonial-box-layout3 .item-content p {
	color: #fff;
	width: 47%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10
}

@media only screen and (max-width:1199px) {
	.testmonial-box-layout3 .item-content p {
		width: 70%
	}
}

@media only screen and (max-width:991px) {
	.testmonial-box-layout3 .item-content p {
		width: 80%
	}
}

.testmonial-box-layout3 .item-content p:after {
	content: "\f10e";
	font-family: "Font Awesome\ 5 Free";
	top: 31%;
	right: 0;
	position: absolute;
	font-weight: 900;
	color: #2e5ed7;
	font-size: 97px;
	left: 0;
	z-index: -1
}

@media only screen and (max-width:767px) {
	.testmonial-box-layout3 .item-content p:after {
		right: -32px
	}
}

.testmonial-box-layout3 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	z-index: 10
}

.testmonial-box-layout3 .item-content .sub-title {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	z-index: 10
}

.testmonial-box-layout5 {
	text-align: center
}

.testmonial-box-layout5 .item-img {
	height: 90px;
	width: 90px;
	margin: 0 auto 26px
}

.testmonial-box-layout5 .item-img img {
	border-radius: 50%;
	background: #fff;
	padding: 5px
}

.testmonial-box-layout5 .item-content p {
	width: 47%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10
}

@media only screen and (max-width:1199px) {
	.testmonial-box-layout5 .item-content p {
		width: 70%
	}
}

@media only screen and (max-width:991px) {
	.testmonial-box-layout5 .item-content p {
		width: 80%
	}
}

.testmonial-box-layout5 .item-content p:after {
	content: "\f10e";
	font-family: "Font Awesome\ 5 Free";
	top: 31%;
	right: 0;
	position: absolute;
	font-weight: 900;
	color: #e9eced;
	font-size: 97px;
	left: 0;
	z-index: -1
}

@media only screen and (max-width:767px) {
	.testmonial-box-layout5 .item-content p:after {
		right: -32px
	}
}

.testmonial-box-layout5 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 700;
	color: #111;
	margin-bottom: 5px;
	position: relative;
	z-index: 10
}

.testmonial-box-layout5 .item-content .sub-title {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	z-index: 10;
	color: #646464
}

.testmonial-box-layout4 .rtin-item {
	margin-bottom: 30px
}

.testmonial-box-layout4 .media-body {
	margin-left: 20px
}

.testmonial-box-layout4 .testimonial-item {
	background: #fff;
	padding: 51px 61px 51px 40px;
	transition: all 0.3s ease-out;
	border-radius: 4px;
	position: relative
}

.testmonial-box-layout4 mark {
	color: #396cf0;
	transition: all 0.3s ease-out
}

.testmonial-box-layout4 .rtin-thumb img {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 0;
	border-radius: 50%
}

.testmonial-box-layout4 .rtin-title {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.23
}

.testmonial-box-layout4 .rtin-content p {
	margin-bottom: 0;
	color: #646464
}

.testmonial-box-layout4 .rtin-designation {
	color: #000;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
	position: relative
}

.testmonial-box-layout4 .rtin-designation:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	bottom: -15px;
	border-radius: 4px;
	left: 0
}

.testmonial-box-layout4 .testimonial-quote-icon {
	font-size: 28px;
	position: absolute;
	text-align: left;
	line-height: 0;
	color: #e1e5e6;
	transition: all 0.3s ease-out;
	bottom: 53px;
	left: 55px
}

.testmonial-box-layout3new .rtin-item {
	margin-bottom: 30px
}

.testmonial-box-layout3new .media-body {
	margin-left: 20px
}

.testmonial-box-layout3new .testimonial-item {
	background: #fff;
	padding: 51px 61px 51px 40px;
	transition: all 0.3s ease-out;
	border-radius: 4px;
	position: relative
}

.testmonial-box-layout3new mark {
	color: #396cf0;
	transition: all 0.3s ease-out
}

.testmonial-box-layout3new .rtin-thumb img {
	width: 70px!important;
	height: 70px;
	display: inline-block;
	margin: 0;
	border-radius: 50%
}

.testmonial-box-layout3new .rtin-title {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.23
}

.testmonial-box-layout3new .rtin-content p {
	margin-bottom: 0;
	color: #646464;
	line-height: 30px
}

.testmonial-box-layout3new .rtin-designation {
	color: #959595;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
	position: relative
}

.testmonial-box-layout3new .testimonial-quote-icon {
	position: absolute;
	text-align: left;
	line-height: 0;
	color: #e1e5e6;
	transition: all 0.3s ease-out;
	top: 53px;
	right: 34px;
	width: 44px;
	height: 44px
}

.testmonial-box-layout3new .testimonial-quote-icon .quote-right-code {
	background-image: url(https://radiustheme.com/demo/wordpress/themes/medilink/wp-content/themes/medilink/assets/css/../img/right.png);
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block
}

.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot.active span,
.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0;
	border: 2px solid #396cf0
}

.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot span {
	width: 17px;
	height: 17px;
	border-radius: 4px;
	background-color: transparent;
	border: 2px solid #c2c2c2;
	margin: 3px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition: all 0.3s ease-out
}

.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot.active span {
	background-color: #396cf0;
	border: 2px solid #396cf0
}

.testmonial-box-6 {
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #fff
}

.testmonial-box-layout6.testmonial-box-layout5new {
	text-align: center;
	padding: 50px 50px 80px 50px;
	box-shadow: inset 0 1px 2px 0 rgba(206, 206, 206, .45)
}

.testmonial-box-layout6.testmonial-box-layout5new .item-img {
	height: 90px;
	width: 90px;
	margin: 0 auto 26px
}

.testmonial-box-layout6.testmonial-box-layout5new .item-img img {
	border-radius: 50%;
	background: #fff;
	padding: 5px
}

.testmonial-box-layout6.testmonial-box-layout5new .item-content {
	padding: 0 120px
}

@media only screen and (max-width:991px) {
	.testmonial-box-layout6.testmonial-box-layout5new .item-content {
		padding: 0 20px
	}
}

@media only screen and (max-width:767px) {
	.testmonial-box-layout6.testmonial-box-layout5new .item-content {
		padding: 0 0
	}
}

.testmonial-box-layout6.testmonial-box-layout5new .item-content p {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10
}

.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-title {
	text-transform: capitalize;
	font-weight: 700;
	color: #111;
	margin-bottom: 5px;
	position: relative;
	z-index: 10
}

.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .sub-title {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	z-index: 10;
	color: #646464;
	margin-bottom: 5px
}

.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-rating {
	display: inline-block;
	padding: 0;
	text-align: center;
	margin-bottom: 30px
}

.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-rating li.has-rating {
	color: #ff9800
}

.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-rating li {
	display: inline-block
}

.testmonial-box-6 {
	border-radius: 4px
}

.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-prev {
	left: 86px;
	border: 1px solid #dfdfdf;
	color: #396cf0
}

@media only screen and (max-width:991px) {
	.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-prev {
		left: 20px
	}
}

@media only screen and (max-width:767px) {
	.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-prev {
		left: 10px
	}
}

.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-next {
	right: 86px;
	border: 1px solid #dfdfdf;
	color: #396cf0
}

@media only screen and (max-width:991px) {
	.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-next {
		right: 20px
	}
}

@media only screen and (max-width:767px) {
	.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-next {
		right: 10px
	}
}

.testmonial-box-layout4 .rtin-item {
	margin-bottom: 30px
}

.testmonial-box-layout4 .media-body {
	margin-left: 20px
}

.testmonial-box-layout4 .testimonial-item {
	background: #fff;
	padding: 51px 61px 51px 40px;
	transition: all 0.3s ease-out;
	border-radius: 4px;
	position: relative
}

.testmonial-box-layout4 mark {
	color: #396cf0;
	transition: all 0.3s ease-out
}

.testmonial-box-layout4 .rtin-thumb img {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 0;
	border-radius: 50%
}

.testmonial-box-layout4 .rtin-title {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.23
}

.testmonial-box-layout4 .rtin-content p {
	margin-bottom: 0;
	color: #646464
}

.testmonial-box-layout4 .rtin-designation {
	color: #000;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 500;
	position: relative
}

.testmonial-box-layout4 .rtin-designation:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 45px;
	background-color: #396cf0;
	bottom: -15px;
	border-radius: 4px;
	left: 0
}

.testmonial-box-layout4 .testimonial-quote-icon {
	font-size: 28px;
	position: absolute;
	text-align: left;
	line-height: 0;
	color: #e1e5e6;
	transition: all 0.3s ease-out;
	bottom: 53px;
	left: 55px
}

.features-box-layout5.list-info5 .list-info.theme2 {
	padding-left: 0
}

.features-box-layout5.list-info5 .list-info.theme2 li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 34px;
	color: #fff;
	list-style: none
}

.features-box-layout5.list-info5 .list-info.theme2 li:hover:before {
	left: 3px
}

.features-box-layout5.list-info5 .list-info.theme2 li a {
	color: #fff
}

.features-box-layout5.list-info5 .list-info.theme2 li a:hover {
	color: #396cf0
}

.features-box-layout5.list-info5 .list-info.theme2 li:before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	background-color: #fff;
	height: 19px;
	width: 19px;
	border-radius: 45px;
	line-height: 20px;
	text-align: center;
	color: #122738;
	top: 3px;
	left: 0;
	z-index: 2;
	box-shadow: none;
	transition: all 0.5s ease-out
}

.features-box-layout5.list-info5 .list-info.theme2 li:last-child {
	margin-bottom: 0
}

.features-box-layout1.list-info4 .list-info.theme2 {
	padding-left: 0
}

.features-box-layout1.list-info4 .list-info.theme2 li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	color: #fff;
	list-style: none
}

.features-box-layout1.list-info4 .list-info.theme2 li:hover:before {
	left: 3px
}

.features-box-layout1.list-info4 .list-info.theme2 li a {
	color: #fff
}

.features-box-layout1.list-info4 .list-info.theme2 li a:hover {
	color: #396cf0
}

.features-box-layout1.list-info4 .list-info.theme2 li:before {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	background-color: #396cf0;
	height: 25px;
	width: 25px;
	border-radius: 45px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: none;
	transition: all 0.5s ease-out
}

.features-box-layout1.list-info4 .list-info.theme2 li:last-child {
	margin-bottom: 0
}

.features-box-layout1 {
	position: relative
}

.features-box-layout1 .list-info.theme2 li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	color: #fff;
	list-style: none
}

.features-box-layout1 .list-info.theme2 li:hover:before {
	left: 3px
}

.features-box-layout1 .list-info.theme2 li a {
	color: #fff
}

.features-box-layout1 .list-info.theme2 li a:hover {
	color: #f5f5f5
}

.features-box-layout1 .list-info.theme2 li:before {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	background-color: #fff;
	height: 25px;
	width: 25px;
	border-radius: 45px;
	line-height: 25px;
	text-align: center;
	color: #111;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 5px 6px 0 #1e4ecb;
	transition: all 0.5s ease-out
}

.features-box-layout1 .list-info.theme2 li:last-child {
	margin-bottom: 0
}

.features-box-layout1 .item-content {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

@media only screen and (max-width:991px) {
	.features-box-layout1 .item-content {
		position: inherit;
		padding: 10rem 5rem
	}
}

@media only screen and (max-width:575px) {
	.features-box-layout1 .item-content {
		padding: 10rem 0
	}
}

.features-box-layout1 .item-content .item-content-inner .item-title {
	font-weight: 700
}

.features-box-layout1 .item-content .item-content-inner p {
	margin-bottom: 30px
}

.features-box-layout1 .item-content .item-content-inner.content-light .item-title {
	color: #fff
}

.features-box-layout1 .item-content .item-content-inner.content-light p {
	color: #fff
}

.features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
	color: #fff
}

.features-box-layout1 .item-content .item-content-inner.content-dark .item-title {
	color: #111
}

.features-box-layout1 .item-content .item-content-inner.content-dark p {
	color: #111
}

.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li {
	color: #111
}

.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li:before {
	color: #fff;
	background-color: #396cf0;
	box-shadow: 0 5px 6px 0 rgba(116, 149, 231, .8)
}

.features-box-layout1 .item-content .item-content-inner .list-item li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px
}

.features-box-layout1 .item-content .item-content-inner .list-item li:before {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 10px;
	background-color: #fff;
	height: 25px;
	width: 25px;
	border-radius: 45px;
	line-height: 25px;
	text-align: center;
	color: #111;
	top: 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 5px 6px 0 #1e4ecb
}

.features-box-layout1 .item-content .item-content-inner .list-item li:last-child {
	margin-bottom: 0
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 {
	position: relative;
	overflow: hidden
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress {
	background-color: #f0f0f0;
	border-radius: 45px;
	box-shadow: none;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 1px 2px 0 rgba(206, 206, 206, .75)
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress .lead {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	font-weight: 500;
	z-index: 5
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress:last-child {
	margin-bottom: 0
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar {
	background-color: #396cf0;
	height: 3.5rem;
	border-radius: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar>span {
	background: transparent;
	float: right;
	font-size: 2rem;
	padding: 0 10px
}

.features-box-layout1:nth-child(even) .item-content-inner {
	padding-left: 10rem
}

@media only screen and (max-width:1199px) {
	.features-box-layout1:nth-child(even) .item-content-inner {
		padding-left: 3rem
	}
}

@media only screen and (max-width:991px) {
	.features-box-layout1:nth-child(even) .item-content-inner {
		padding-left: 0
	}
}

.features-box-layout1:nth-child(odd) .item-content-inner {
	padding-right: 20rem
}

@media only screen and (max-width:991px) {
	.features-box-layout1:nth-child(odd) .item-content-inner {
		padding-right: 0
	}
}

.features-box-layout2 {
	position: relative;
	background-color: #f8f8f8
}

.features-box-layout2 .item-img {
	width: 50%
}

@media only screen and (max-width:991px) {
	.features-box-layout2 .item-img {
		width: 100%
	}
}

.features-box-layout2 .item-img img {
	width: 100%
}

.features-box-layout2 .item-content {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

@media only screen and (max-width:991px) {
	.features-box-layout2 .item-content {
		position: inherit;
		padding: 9.2rem 50px 10rem
	}
}

@media only screen and (max-width:575px) {
	.features-box-layout2 .item-content {
		position: inherit;
		padding: 9.2rem 0 10rem
	}
}

.features-box-layout2 .item-content .item-content-inner {
	padding-left: 10rem
}

@media only screen and (max-width:1199px) {
	.features-box-layout2 .item-content .item-content-inner {
		padding-left: 3rem
	}
}

@media only screen and (max-width:991px) {
	.features-box-layout2 .item-content .item-content-inner {
		padding-left: 0
	}
}

.features-box-layout2 .item-content .item-content-inner p {
	margin-bottom: 30px
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 {
	position: relative;
	overflow: hidden
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress {
	background-color: #f0f0f0;
	border-radius: 45px;
	box-shadow: none;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	box-shadow: inset 0 1px 2px 0 rgba(206, 206, 206, .75)
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress .lead {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	font-weight: 500;
	z-index: 5
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress:last-child {
	margin-bottom: 0
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar {
	background-color: #396cf0;
	height: 3.5rem;
	border-radius: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar>span {
	background: transparent;
	font-size: 2rem;
	padding: 0 10px
}

.faq-content-layout1 .item-heading {
	margin-bottom: 40px
}

.faq-content-layout1 .item-heading .item-title {
	color: #111;
	text-transform: capitalize;
	font-weight: 700
}

.faq-content-layout1 .faq-list-layout1 {
	padding-right: 30px
}

@media only screen and (max-width:991px) {
	.faq-content-layout1 .faq-list-layout1 {
		padding-right: 0
	}
}

.faq-content-layout1 .faq-list-layout1 .panel-default {
	margin-top: 0!important;
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-bottom: 3px;
	transition: all 0.3s ease-out
}

.faq-content-layout1 .faq-list-layout1 .panel-default:last-child {
	border-bottom: 0;
	margin-bottom: 0
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading {
	border-radius: 4px;
	background-color: #f1f7fa;
	padding: 0;
	transition: all 0.5s ease-out;
	position: relative
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #dde3e6;
	z-index: 7;
	top: 0;
	right: 60px
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title {
	border-radius: 4px;
	transition: all 0.5s ease-out
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
	border-radius: 4px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding: 15px 60px 15px 30px;
	display: block;
	transition: all 0.3s ease-out
}

@media only screen and (max-width:575px) {
	.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
		font-size: 18px
	}
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle {
	position: relative
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 700;
	right: 23px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	z-index: 1;
	transition: all 0.3s ease-out
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
	content: "\f054";
	color: #396cf0;
	transition: all 0.3s ease-out
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-collapse {
	background: transparent;
	transition: all 0.5s ease-out
}

.faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
	background-color: #f1f7fa;
	padding: 20px 30px 10px;
	border-radius: 4px;
	max-height: 122px;
	overflow-y: scroll
}

@media only screen and (max-width:991px) {
	.faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
		max-height: inherit;
		overflow-y: inherit
	}
}

.faq-content-layout1 .faq-list-layout1 .panel-default .active:after {
	background-color: #3c70fa
}

.faq-content-layout1 .faq-list-layout1 .panel-default .active .panel-title a {
	color: #fff;
	background-color: #396cf0
}

.faq-content-layout1 .faq-list-layout1 .panel-default .active .accordion-toggle:after {
	color: #ffffff!important
}

.faq-img-layout1 {
	height: 100%;
	text-align: center;
	position: relative
}

.faq-img-layout1 img {
	position: absolute;
	bottom: -10rem;
	left: 0;
	right: 0;
	margin: 0 auto
}

.faq-ask-question-layout1 .title {
	font-weight: 700;
	text-align: center;
	color: #111
}

.faq-ask-question-layout1 .faq-question-box {
	margin-top: 40px;
	padding: 60px;
	background-color: #fff;
	box-shadow: 0 1px 0 0 rgba(222, 229, 232, .75)
}

@media (min-width:576px) and (max-width:767px) {
	.faq-ask-question-layout1 .faq-question-box {
		padding: 30px
	}
}

@media only screen and (max-width:575px) {
	.faq-ask-question-layout1 .faq-question-box {
		padding: 20px
	}
}

.faq-ask-question-layout1 .faq-question-box .wpcf7-form input[type="text"] {
	height: 48px
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #656565
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single {
	border-radius: 4px;
	border: none;
	color: #444
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent
}

.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border: 1px solid #396cf0
}

.faq-ask-question-layout1 .faq-question-box .form-group {
	text-align: center;
	margin-bottom: 15px
}

.faq-ask-question-layout1 .faq-question-box .form-group .form-control {
	font-size: 16px;
	padding: 0 15px;
	background-color: #f1f7fa
}

.faq-ask-question-layout1 .faq-question-box .form-group .item-btn {
	margin-top: 25px;
	border: 1px solid;
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 4px;
	padding: 13px 30px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75);
	transition: all 0.3s ease-out
}

.faq-ask-question-layout1 .faq-question-box .form-group .item-btn:hover {
	background-color: #3c70fa;
	box-shadow: inherit
}

.pricing-box-layout1 {
	padding: 50px 35px 35px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 5px 20px 0 rgba(215, 226, 231, .75);
	margin-bottom: 15px;
	transition: all 0.5s ease-out
}

.pricing-box-layout1 h3 {
	color: #000
}

.pricing-box-layout1 .pricing {
	display: inline-block;
	margin-bottom: 20px;
	line-height: 1
}

.pricing-box-layout1 .pricing .currency {
	font-size: 30px;
	font-weight: 500;
	font-family: poppins;
	color: #b4bec3;
	position: absolute;
	top: -3px;
	left: -20px
}

.pricing-box-layout1 .pricing .amount {
	font-size: 7.2rem;
	font-weight: 500;
	font-family: poppins;
	color: #000
}

.pricing-box-layout1 .box-content ul {
	margin-bottom: 20px
}

.pricing-box-layout1 .box-content ul li {
	color: #111;
	margin-bottom: 15px;
	list-style: none
}

.pricing-box-layout1 .box-content ul li:last-child {
	margin-bottom: 0
}

.pricing-box-layout1 .box-content .item-btn {
	border: 1px solid;
	border-color: #396cf0;
	border-radius: 4px;
	color: #396cf0;
	display: inline-block;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease-out;
	font-weight: 500
}

.pricing-box-layout1:hover .box-content .item-btn {
	background-color: #396cf0;
	color: #fff
}

.pricing-box-layout1:hover .box-content .item-btn:hover {
	background-color: #3c70fa;
	color: #fff
}

.wpcf7-form .appointment-box-layout1 input[type="text"],
.wpcf7-form .appointment-box-layout1 input[type="email"],
.wpcf7-form .appointment-box-layout1 input[type="url"],
.wpcf7-form .appointment-box-layout1 input[type="password"],
.wpcf7-form .appointment-box-layout1 input[type="search"],
.wpcf7-form .appointment-box-layout1 input[type="number"],
.wpcf7-form .appointment-box-layout1 input[type="tel"],
.wpcf7-form .appointment-box-layout1 input[type="range"],
.wpcf7-form .appointment-box-layout1 input[type="date"],
.wpcf7-form .appointment-box-layout1 input[type="month"],
.wpcf7-form .appointment-box-layout1 input[type="week"],
.wpcf7-form .appointment-box-layout1 input[type="time"],
.wpcf7-form .appointment-box-layout1 input[type="datetime"],
.wpcf7-form .appointment-box-layout1 input[type="datetime-local"],
.wpcf7-form .appointment-box-layout1 input[type="color"] {
	height: 48px;
	border-color: rgba(0, 0, 0, .2);
	padding-left: 12px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #d2deff
}

.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="text"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="email"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="url"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="password"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="search"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="number"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="tel"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="range"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="date"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="month"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="week"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="time"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="datetime"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="datetime-local"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="color"] {
	height: 48px;
	border-color: rgba(0, 0, 0, .2);
	padding-left: 12px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	color: #646464
}

.appointment-box-layout7.appointment-box-7 .appointment-sub-text {
	font-weight: 500
}

.appointment-box-layout1 .wpcf7-form-control.form-control {
	background: rgba(0, 0, 0, .2)!important;
	color: #d2deff;
	border: rgba(0, 0, 0, .2)!important
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #d2deff
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single {
	background-color: rgba(0, 0, 0, .2);
	border: none;
	border-radius: 4px
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: transparent
}

.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent
}

.appointment-box-layout1 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent
}

.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border: 1px solid #396cf0
}

.appointment-box-layout1 input {
	height: 52px;
	font-size: 16px;
	padding: 5px 15px;
	color: #111;
	border: 1px solid #dbe3e7
}

.appointment-box-layout1 textarea {
	font-size: 16px;
	padding: 15px;
	color: #d2deff;
	background: transparent!important;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 4px
}

.appointment-box-layout1 input.form-control::-webkit-input-placeholder,
.appointment-box-layout1 textarea.form-control::-webkit-input-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout1 input.form-control::-moz-placeholder,
.appointment-box-layout1 textarea.form-control::-moz-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout1 input.form-control:-moz-placeholder,
.appointment-box-layout1 textarea.form-control:-moz-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout1 input.form-control:-ms-input-placeholder,
.appointment-box-layout1 textarea.form-control:-ms-input-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout1 .form-group {
	margin-bottom: 15px;
	position: relative
}

.appointment-box-layout1 .form-group i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}

@media only screen and (max-width:575px) {
	.appointment-box-layout1 .form-group i {
		right: 18px;
		top: -87px
	}
}

.appointment-box-layout1 .form-group .item-btn.wpcf7-submit {
	margin-top: 15px;
	padding: 12px 25px;
	background-color: transform;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #fff;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75);
	transition: all 0.3s ease-out
}

.appointment-box-layout1 .form-group .item-btn.wpcf7-submit:hover {
	background-color: #fff;
	box-shadow: inherit;
	color: #111
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #eceff0!important
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-selection--single,
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-dropdown {
	border: 1px solid #dfe0e1
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #dfe0e1
}

.appointment-box-layout7.appointment-box-7 h2 {
	font-size: 24px
}

.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control {
	background: rgba(0, 0, 0, .2)!important;
	color: #d2deff;
	border: rgba(0, 0, 0, .2)!important
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #646464
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single {
	background-color: rgba(0, 0, 0, .2);
	border: none;
	border-radius: 4px
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: transparent
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #646464 transparent transparent transparent
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #646464 transparent
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border: none
}

.appointment-box-layout7.appointment-box-7 input {
	height: 52px;
	font-size: 16px;
	padding: 5px 15px;
	color: #111;
	border: 1px solid #dbe3e7
}

.appointment-box-layout7.appointment-box-7 textarea {
	font-size: 16px;
	padding: 15px;
	color: #d2deff;
	background: transparent!important;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 4px
}

.appointment-box-layout7.appointment-box-7 input.form-control::-webkit-input-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control::-webkit-input-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout7.appointment-box-7 input.form-control::-moz-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control::-moz-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout7.appointment-box-7 input.form-control:-moz-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control:-moz-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout7.appointment-box-7 input.form-control:-ms-input-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control:-ms-input-placeholder {
	color: #d2deff;
	background-color: transparent!important
}

.appointment-box-layout7.appointment-box-7 .form-group {
	margin-bottom: 15px;
	position: relative
}

.appointment-box-layout7.appointment-box-7 .form-group i {
	margin-left: 8px
}

.appointment-box-layout7.appointment-box-7 .form-group .item-btn {
	margin-top: 5px;
	padding: 14px 25px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s ease-out
}

.appointment-box-layout7.appointment-box-7 .form-group .item-btn:hover {
	background-color: #111;
	box-shadow: inherit;
	color: #fff
}

.wpcf7-form .appointment-box-layout1.light input[type="text"],
.wpcf7-form .appointment-box-layout1.light input[type="email"],
.wpcf7-form .appointment-box-layout1.light input[type="url"],
.wpcf7-form .appointment-box-layout1.light input[type="password"],
.wpcf7-form .appointment-box-layout1.light input[type="search"],
.wpcf7-form .appointment-box-layout1.light input[type="number"],
.wpcf7-form .appointment-box-layout1.light input[type="tel"],
.wpcf7-form .appointment-box-layout1.light input[type="range"],
.wpcf7-form .appointment-box-layout1.light input[type="date"],
.wpcf7-form .appointment-box-layout1.light input[type="month"],
.wpcf7-form .appointment-box-layout1.light input[type="week"],
.wpcf7-form .appointment-box-layout1.light input[type="time"],
.wpcf7-form .appointment-box-layout1.light input[type="datetime"],
.wpcf7-form .appointment-box-layout1.light input[type="datetime-local"],
.wpcf7-form .appointment-box-layout1.light input[type="color"] {
	height: 48px;
	border: 1px solid #dee5e9!important;
	padding-left: 12px;
	background-color: #fff!important;
	border-radius: 5px;
	color: #656565
}

.appointment-box-layout1.light {
	background-color: #fff;
	padding: 45px 50px 10px 50px;
	border-radius: 4px
}

@media only screen and (max-width:767px) {
	.appointment-box-layout1.light {
		padding: 30px
	}
}

.appointment-box-layout1.light h3.title-bar-primary {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 700
}

.appointment-box-layout1.light .wpcf7-form-control.form-control {
	border: 1px solid #dee5e9!important;
	padding-left: 12px;
	background-color: #fff!important;
	border-radius: 5px;
	color: #656565
}

.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #656565
}

.appointment-box-layout1.light .select2-container--classic .select2-selection--single {
	background-color: #fff;
	border: 1px solid #dee5e9;
	border-radius: 4px
}

.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: transparent
}

.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #396cf0 transparent transparent transparent
}

.appointment-box-layout1.light .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #396cf0 transparent
}

.appointment-box-layout1.light .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout1.light .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border: 1px solid #396cf0
}

.appointment-box-layout1.light input {
	height: 55px;
	font-size: 16px;
	padding: 5px 15px;
	color: #111;
	border: 1px solid #dee5e9
}

.appointment-box-layout1.light textarea {
	font-size: 16px;
	padding: 15px;
	color: #656565;
	background: transparent!important;
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: 4px
}

.appointment-box-layout1.light input.form-control::-webkit-input-placeholder,
.appointment-box-layout1.light textarea.form-control::-webkit-input-placeholder {
	color: #656565;
	background-color: transparent!important
}

.appointment-box-layout1.light input.form-control::-moz-placeholder,
.appointment-box-layout1.light textarea.form-control::-moz-placeholder {
	color: #656565;
	background-color: transparent!important
}

.appointment-box-layout1.light input.form-control:-moz-placeholder,
.appointment-box-layout1.light textarea.form-control:-moz-placeholder {
	color: #656565;
	background-color: transparent!important
}

.appointment-box-layout1.light input.form-control:-ms-input-placeholder,
.appointment-box-layout1.light textarea.form-control:-ms-input-placeholder {
	color: #656565;
	background-color: transparent!important
}

.appointment-box-layout1.light .form-group {
	margin-bottom: 15px;
	position: relative
}

.appointment-box-layout1.light .form-group i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}

.appointment-box-layout1.light .form-group .item-btn.wpcf7-submit {
	margin-top: 15px;
	padding: 12px 25px;
	background-color: #396cf0;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75);
	transition: all 0.3s ease-out;
	text-transform: uppercase
}

.appointment-box-layout1.light .form-group .item-btn.wpcf7-submit:hover {
	background-color: #3c70fa;
	box-shadow: inherit
}

.class-schedule-wrap1 table {
	margin-bottom: 0;
	border: 1px dotted rgba(255, 255, 255, .2);
	margin-top: 0
}

.class-schedule-wrap1 table thead tr th {
	min-width: 160px;
	border-radius: 4px;
	padding: 20px 15px;
	border: 2px solid #396cf0;
	border-bottom-width: 1px;
	text-align: center;
	background-color: rgba(0, 0, 0, .2)
}

.class-schedule-wrap1 table thead tr th .schedule-time-heading {
	color: #fff;
	font-weight: 500
}

.class-schedule-wrap1 table thead tr td {
	min-width: 160px;
	border-radius: 4px;
	padding: 20px 15px;
	border: 2px solid #396cf0;
	border-bottom-width: 1px;
	background-color: rgba(0, 0, 0, .2);
	text-align: center
}

.class-schedule-wrap1 table thead tr td .schedule-day-heading {
	color: #fff;
	font-weight: 500
}

.class-schedule-wrap1 table tbody tr th {
	min-width: 160px;
	position: relative;
	font-weight: 500;
	color: #fff;
	border: 2px solid #396cf0;
	background-color: rgba(0, 0, 0, .2);
	padding: 15px;
	text-align: center
}

.class-schedule-wrap1 table tbody tr th .schedule-time-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0
}

.class-schedule-wrap1 table tbody tr td {
	min-width: 160px;
	border-radius: 4px;
	padding: 0;
	border: 2px solid #396cf0;
	background-color: rgba(0, 0, 0, .2);
	position: relative
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	padding: 12px 15px 13px!important
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
	color: #396cf0;
	font-weight: 500
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-time {
	font-size: 14px;
	color: #666
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-team {
	font-size: 14px;
	color: #444;
	font-weight: 500
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
	opacity: 0;
	visibility: hidden;
	padding: 25px;
	width: 328px;
	position: absolute;
	bottom: calc(100% + 50px);
	right: calc(-50% - 11px);
	z-index: 1;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 20px 0 rgba(42, 92, 220, .75);
	transition: all 0.2s ease-out
}

@media only screen and (max-width:1200px) {
	.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
		width: 220px;
		display: block;
		padding: 20px 10px;
		right: 0
	}
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	transition: all 1s ease-out
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:before {
	content: "";
	background-color: transparent;
	height: calc(100% + 15px);
	width: 100%;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: -1
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
	background-color: #c6c6c6;
	border-radius: 50%;
	overflow: hidden
}

@media only screen and (max-width:1500px) {
	.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
		width: 60px;
		height: 60px;
		margin: 0 auto 15px
	}
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
	text-align: left
}

@media only screen and (max-width:1500px) {
	.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
		margin-left: 0;
		text-align: center
	}
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
	margin-bottom: 0;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px
}

@media only screen and (max-width:1500px) {
	.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
		font-size: 18px
	}
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-ctg {
	margin-bottom: 15px
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
	font-weight: 500;
	padding: 8px 16px;
	font-size: 12px;
	border: 1px solid;
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-out
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
	background-color: #fff;
	color: #396cf0
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
	border-top: 3px solid #fff;
	margin-top: 5px;
	padding-top: 5px
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
	border-radius: 5px
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper:hover .media {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 15px);
	transition: all 0.8s cubic-bezier(0, 0, .15, 1.88)
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper:hover .media:after {
	bottom: -15px
}

.table-responsive {
	border: 1px dotted rgba(255, 255, 255, .2);
	margin-bottom: 0
}

@media only screen and (max-width:1400px) {
	.table-responsive {
		overflow-x: auto
	}
}

.table-responsive::-webkit-scrollbar-thumb {
	border: 2px solid #f1f7fa;
	background-color: #f1f7fa
}

.table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 10px
}

.table-responsive::-webkit-scrollbar-thumb {
	border-color: #f1f7fa
}

.class-schedule-wrap1.layout-2 table {
	margin-bottom: 0;
	border: 1px dotted rgba(255, 255, 255, .2);
	margin-top: 0
}

.class-schedule-wrap1.layout-2 table thead tr th {
	min-width: 160px;
	border-radius: 6px;
	padding: 20px 15px;
	border: 2px solid #fff;
	border-bottom-width: 1px;
	background-color: #111;
	text-align: center
}

.class-schedule-wrap1.layout-2 table thead tr th .schedule-time-heading {
	color: #fff;
	font-weight: 500
}

.class-schedule-wrap1.layout-2 table thead tr td {
	min-width: 160px;
	border-radius: 6px;
	padding: 20px 15px;
	border: 2px solid #fff;
	border-bottom-width: 1px;
	background-color: #ebebeb;
	text-align: center;
	background-size: 1rem 1rem
}

.class-schedule-wrap1.layout-2 table thead tr td .schedule-day-heading {
	color: #fff;
	font-weight: 500
}

.class-schedule-wrap1.layout-2 table tbody tr th {
	min-width: 160px;
	position: relative;
	border-radius: 6px;
	font-weight: 500;
	color: #111;
	border: 5px solid #fff;
	background-color: #f2f2f2;
	background-size: 1rem 1rem;
	padding: 15px;
	text-align: center
}

.class-schedule-wrap1.layout-2 table tbody tr th .schedule-time-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0
}

.class-schedule-wrap1.layout-2 table tbody tr td {
	min-width: 160px;
	border-radius: 6px;
	padding: 0;
	border: 5px solid #fff;
	background-color: #f2f2f2;
	position: relative
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper {
	text-align: center;
	line-height: 1.5
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-ctg {
	color: #396cf0;
	font-weight: 500
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-time {
	font-size: 14px;
	color: #9c9c9c
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-team {
	font-size: 14px;
	color: #444;
	font-weight: 500
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media {
	opacity: 0;
	visibility: hidden;
	padding: 25px;
	width: 328px;
	position: absolute;
	bottom: calc(100% + 50px);
	right: calc(-50% - 11px);
	z-index: 1;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 4px 50px 0 rgba(164, 164, 164, .75);
	transition: all 0.2s ease-out
}

@media only screen and (max-width:1200px) {
	.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media {
		width: 155px;
		display: block;
		padding: 20px 10px;
		right: 0
	}
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	border-left: 15px solid transparent;
	transition: all 1s ease-out
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media:before {
	content: "";
	background-color: transparent;
	height: calc(100% + 15px);
	width: 100%;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: -1
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .item-img {
	background-color: #c6c6c6;
	border-radius: 50%;
	overflow: hidden
}

@media only screen and (max-width:1500px) {
	.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .item-img {
		width: 60px;
		height: 60px;
		margin: 0 auto 15px
	}
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body {
	text-align: left
}

@media only screen and (max-width:1500px) {
	.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body {
		margin-left: 0;
		text-align: center
	}
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .title {
	margin-bottom: 0;
	color: #111;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px
}

@media only screen and (max-width:1500px) {
	.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .title {
		font-size: 18px
	}
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-ctg {
	margin-bottom: 15px
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
	padding: 8px 16px;
	font-size: 12px;
	border: 1px solid;
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease-out
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
	background-color: transparent;
	color: #396cf0
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper {
	border-top: 3px solid #fff;
	margin-top: 5px;
	padding-top: 5px
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper:hover .media {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 15px);
	transition: all 0.8s cubic-bezier(0, 0, .15, 1.88)
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper:hover .media:after {
	bottom: -15px
}

.site-wrp .elementor-progress-wrapper,
.site-wrp .elementor-progress-bar {
	border-radius: 20px
}

.site-wrp .elementor-progress-wrapper .elementor-progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.sponsonrs-box img {
	filter: grayscale(100%)
}

.sponsonrs-box img:hover {
	filter: grayscale(0)
}

.top-100 {
	position: relative;
	margin-top: -100px
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0
}

.row.no-gutter12>[class*='col-'] {
	padding-right: 12px;
	padding-left: 12px
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0
}

.services-tab1 {
	position: relative
}

.services-tab1 .nav-wrap {
	margin-bottom: 26px;
	width: 100%;
	border-bottom: 0
}

.services-tab1 .nav-wrap .nav-item.nav-link {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 0;
	margin-bottom: 4px;
	text-align: center;
	color: #ccc;
	padding: 30px 5px;
	background: transparent;
	position: relative;
	border-bottom: 2px solid #2b495f;
	transition: all 0.3s ease-out;
	font-weight: 500;
	font-size: 22px
}

.services-tab1 .nav-wrap .nav-item.nav-link:hover {
	border-color: transparent transparent #396cf0 transparent
}

.services-tab1 .nav-wrap .nav-item.nav-link.active {
	color: #fff;
	border-radius: 0;
	border-bottom: 2px solid;
	transition: all 0.3s ease-out;
	border-color: none;
	border-bottom: 2px solid #396cf0;
	border-color: transparent transparent #396cf0 transparent
}

.services-tab1 .item-img {
	position: relative
}

.services-tab1 .item-img img {
	width: 100%
}

.services-tab1 .item-img .video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	line-height: 1.48
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(60, 112, 250, .8)
	}
	100% {
		box-shadow: 0 0 0 35px rgba(60, 112, 250, 0)
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(60, 112, 250, .7)
	}
	100% {
		box-shadow: 0 0 0 70px rgba(60, 112, 250, 0)
	}
}

.services-tab1 .item-img .video-icon .popup-video {
	width: 90px;
	height: 90px;
	color: #fff;
	text-align: center;
	background: #396cf0;
	border-radius: 50%
}

.services-tab1 .item-img .video-icon .popup-video:after {
	content: "";
	position: absolute;
	width: 106px;
	height: 106px;
	text-align: center;
	background-color: rgba(57, 108, 240, .5);
	border-radius: 50%;
	left: -8px;
	right: 0;
	margin: auto;
	top: -8px
}

.services-tab1 .item-img .video-icon .popup-video:before {
	content: "";
	position: absolute;
	width: 118px;
	height: 118px;
	text-align: center;
	background-color: rgba(57, 108, 240, .4);
	border-radius: 50%;
	animation: shadow-pulse 1s infinite;
	left: -14px;
	right: 0;
	margin: auto;
	top: -14px
}

.services-tab1 .item-img .video-icon .play-btn i {
	position: relative;
	z-index: 99
}

.services-tab1 .item-img .video-icon .play-btn i:before {
	font-size: 36px;
	margin-left: 10px;
	color: #fff;
	line-height: 2.5
}

.services-tab1 .item-img .video-icon .play-btn:hover {
	background-color: #fff
}

.services-tab1 .services-tab-content {
	background-color: #fff;
	padding: 75px;
	position: relative
}

@media only screen and (max-width:1100px) {
	.services-tab1 .services-tab-content {
		padding: 45px
	}
}

.services-tab1 .services-tab-content .popup-video {
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	background: #396cf0;
	border-radius: 50%
}

.services-tab1 .services-tab-content .popup-video:before {
	content: "";
	position: absolute;
	width: 78px;
	height: 78px;
	text-align: center;
	background-color: rgba(57, 108, 240, .4);
	border-radius: 50%;
	animation: shadow-pulse 1s infinite;
	left: -4px;
	right: 0;
	margin: auto;
	top: -4px
}

.services-tab1 .services-tab-content .play-btn.non-img {
	position: absolute;
	top: 95px;
	left: inherit;
	right: 100px;
	line-height: 1.9
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(60, 112, 250, .8)
	}
	100% {
		box-shadow: 0 0 0 35px rgba(60, 112, 250, 0)
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(60, 112, 250, .7)
	}
	100% {
		box-shadow: 0 0 0 70px rgba(60, 112, 250, 0)
	}
}

.services-tab1 .services-tab-content .play-btn.non-img i {
	position: relative;
	z-index: 99;
	margin-left: 9px;
	color: #396cf0;
	line-height: 1.8
}

.services-tab1 .services-tab-content .play-btn.non-img i:before {
	color: #fff;
	font-size: 40px
}

.services-tab1 .services-tab-content .item-title {
	font-size: 20px;
	color: #111;
	position: relative;
	margin-bottom: 15px
}

.services-tab1 .services-tab-content p {
	margin-bottom: 20px;
	line-height: 1.8
}

.services-tab1 .services-tab-content ul.list-info {
	margin: 35px 0 35px;
	padding-left: 0
}

@media only screen and (max-width:575px) {
	.services-tab1 .services-tab-content ul.list-info {
		display: block;
		margin: 30px 0
	}
}

.services-tab1 .services-tab-content ul.list-info li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative
}

.services-tab1 .services-tab-content ul.list-info li:last-child {
	margin-bottom: 0
}

.services-tab1 .services-tab-content ul.list-info li:after {
	content: "\f058";
	position: absolute;
	left: 0;
	z-index: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #396cf0;
	font-size: 14px;
	top: 2px
}

.services-tab1 .slick-navigation {
	display: none!important
}

.overlay-primary90 .elementor-row {
	position: relative;
	z-index: 2
}

.tab-pane.active .services-tab-content {
	transform: translateY(100px);
	animation: moveUp 0.65s ease forwards
}

.tab-pane.active .item-img {
	transform: translateY(100px);
	animation: moveUp 0.65s ease forwards
}

@keyframes moveUp {
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.opening-hours-info-list {
	border-top: 4px solid #396cf0;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-radius: 4px;
	padding: 30px 45px;
	box-shadow: 1px 0 27px rgba(186, 186, 186, .2);
	position: relative;
	z-index: 99;
	background-color: #fff
}

@media only screen and (max-width:575px) {
	.opening-hours-info-list {
		padding: 34px 25px 13px 25px;
		margin-top: 30px
	}
}

.opening-hours-info-list .opening-hours-head i {
	color: #eee;
	position: absolute;
	right: 41px;
	top: 38px;
	font-size: 50px
}

.opening-hours-info-list .sub-title {
	font-weight: 500
}

.opening-hours-info-list .opening-hours-title {
	font-weight: 700;
	font-size: 24px;
	position: relative
}

.opening-hours-info-list .opening-hours-info ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #efefef;
	padding-top: 14px;
	padding-bottom: 14px
}

.opening-hours-info-list .opening-hours-info ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 400
}

.opening-hours-info-list .opening-hours-info ul:last-child {
	border-bottom: 0
}

.appointment-box-layout7.appointment-box-7 {
	border-top: 4px solid #396cf0;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-radius: 4px;
	padding: 34px 45px 13px 45px;
	box-shadow: 1px 0 27px rgba(186, 186, 186, .2);
	position: relative;
	z-index: 9;
	background-color: #fff
}

@media only screen and (max-width:575px) {
	.appointment-box-layout7.appointment-box-7 {
		padding: 34px 25px 13px 25px
	}
}

.appointment-box-layout7.appointment-box-7 .icon-holder i {
	color: #eee;
	position: absolute;
	right: 18px;
	top: 4px;
	font-size: 50px
}

@media only screen and (max-width:575px) {
	.appointment-box-layout7.appointment-box-7 .icon-holder i {
		right: 18px;
		top: -87px
	}
}

.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control {
	background: #f7f7f7!important;
	color: #646464;
	border: none
}

.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control:-ms-input-placeholder {
	color: #646464
}

.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control::placeholder {
	color: #646464
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single {
	background: #f7f7f7!important;
	border: none;
	color: #646464;
	border-radius: 4px
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single:-ms-input-placeholder {
	color: #646464
}

.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single::placeholder {
	color: #646464
}

.appointment-box-layout7.appointment-box-7 .form-group .item-btn.wpcf7-submit {
	margin-top: 15px;
	padding: 12px 25px;
	background-color: transform;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #396cf0;
	cursor: pointer;
	border-radius: 4px;
	box-shadow: none;
	transition: all 0.3s ease-out
}

.appointment-box-layout1 .form-group .item-btn.wpcf7-submit:hover {
	background-color: transparent;
	box-shadow: inherit;
	color: #396cf0
}

.about-box-layout1-new .item-title-befour {
	display: block;
	color: #396cf0;
	margin-bottom: 10px;
	font-weight: 700
}

.about-box-layout1-new .item-title {
	color: #111;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 20px
}

@media only screen and (max-width:575px) {
	.about-box-layout1-new .item-title {
		font-size: 30px
	}
}

.about-box-layout1-new .sub-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
	display: block
}

.about-box-layout1-new .sigtitle {
	margin-bottom: 0;
	font-weight: 700;
	color: #396cf0;
	font-size: 18px
}

.about-box-layout1-new .media-body {
	margin-top: 1.2rem
}

.miimg-holder {
	position: relative
}

.miimg-holder .icon-holder3 {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	box-shadow: 2px 0 40px rgba(0, 0, 0, .11)
}

.miimg-holder .icon-holder3 img {
	margin: auto
}

.miimg-holder .icon-holder2 {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	box-shadow: 2px 0 40px rgba(0, 0, 0, .11)
}

.miimg-holder .icon-holder {
	width: 189px;
	height: 189px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	top: 38%;
	margin: auto;
	left: 0;
	right: 0;
	box-shadow: 2px 0 40px rgba(0, 0, 0, .11)
}

.miimg-holder .icon-holder i {
	font-size: 50px;
	color: #396cf0;
	margin: auto
}

.miimg-holder .image-holder-1 {
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 4px
}

.miimg-holder .image-holder-1 img {
	width: 100%;
	border-radius: 4px
}

.miimg-holder .image-holder-3 {
	margin-bottom: 24px;
	border-radius: 4px
}

.miimg-holder .image-holder-3 img {
	width: 100%;
	border-radius: 4px
}

.miimg-holder .image-holder-2 {
	border-radius: 4px
}

.miimg-holder .image-holder-2 img {
	width: 100%;
	border-radius: 4px
}

.miimg-holder .experience-holder {
	background-color: #396cf0;
	border-radius: 4px
}

.miimg-holder .experience-holder .sigtitle {
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
	padding-right: 5px
}

.miimg-holder .experience-holder .media-body {
	margin-left: 2rem;
	border-left: 1px solid #90aaf0;
	padding-left: 20px
}

.miimg-holder .experience-holder .miyears {
	font-size: 72px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	padding-left: 10px
}

.miimg-holder .experience-holder .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: center;
	margin-left: 0
}

.move-color {
	--color1: #1528ec;
	--color2: #ff0a0a;
	font-size: 46px;
	background: repeating-linear-gradient(45deg, var(--color1), var(--color1) 30px, var(--color2) 30px, var(--color2) 60px);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	animation: 40s linear 0s infinite move
}

@keyframes move {
	from {
		background-position: 0
	}
	to {
		background-position: 1000px
	}
}

.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0
}

.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background-color: #dedede;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition: all 0.3s ease-out
}

.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot.active span {
	width: 30px;
	height: 10px;
	border-radius: 4px;
	background-color: #396cf0;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.departments5-box-layout8 {
	background-color: #fff;
	margin-bottom: 3rem;
	padding: 68px 45px 30px 45px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(227, 227, 227, .75);
	transition: all 0.3s ease-out
}

.departments5-box-layout8 .departments-sl {
	font-size: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	color: #ccc;
	transition: all 0.3s ease-out
}

.departments5-box-layout8 .item-img {
	margin-bottom: 25px;
	border-radius: 50%
}

.departments5-box-layout8 .item-img img {
	width: inherit!important;
	display: inherit!important;
	border-radius: 50%
}

.departments5-box-layout8 .item-icon {
	position: absolute;
	background-color: #f6f7f9;
	top: -40px;
	width: 81px;
	height: 81px;
	padding: 15px;
	border-radius: 50%;
	transition: all 0.3s ease-out
}

.departments5-box-layout8 .item-icon img {
	width: auto!important;
	margin: auto
}

.departments5-box-layout8 .item-icon .icon-image.non-hover {
	opacity: 1;
	visibility: visible
}

.departments5-box-layout8 .item-icon .icon-image.hover {
	opacity: 0;
	visibility: hidden;
	display: none!important
}

.departments5-box-layout8 .item-icon i {
	display: inline-block
}

.departments5-box-layout8 .item-icon i:before {
	line-height: 1;
	margin-left: 0;
	font-size: 62px;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments5-box-layout8 .item-title {
	font-weight: 700;
	font-size: 22px
}

.departments5-box-layout8 .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.departments5-box-layout8 .item-title a:hover {
	color: #3c70fa
}

.departments5-box-layout8 p {
	margin-bottom: 15px
}

.departments5-box-layout8 .departments5-content p {
	line-height: 1.8
}

.departments5-box-layout8 .item-btn {
	padding: 5px 10px 5px 0;
	color: #396cf0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out;
	font-size: 15px;
	font-weight: 500
}

.departments5-box-layout8 .item-btn i {
	position: relative;
	right: 0;
	color: #396cf0;
	margin-left: 6px;
	transition: all 0.3s ease-out
}

.departments5-box-layout8:hover {
	box-shadow: 0 15px 27px 0 rgba(218, 218, 218, .37)
}

.departments5-box-layout8:hover .departments-sl {
	color: #111
}

.departments5-box-layout8:hover .item-title a {
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments5-box-layout8:hover .item-title a:hover {
	color: #3c70fa
}

.departments5-box-layout8:hover .item-icon {
	background-color: #396cf0
}

.departments5-box-layout8:hover .item-icon i {
	animation: toTopFromBottom 0.5s forwards;
	color: #fff
}

.departments5-box-layout8:hover .item-icon img {
	animation: toTopFromBottom 0.5s forwards
}

.departments5-box-layout8:hover .item-icon .icon-image.non-hover {
	opacity: 0;
	visibility: hidden;
	display: none!important
}

.departments5-box-layout8:hover .item-icon .icon-image.hover {
	opacity: 1;
	visibility: visible;
	display: block!important
}

.departments5-box-layout8:hover .item-img img {
	animation: toTopFromBottom 0.5s forwards
}

.departments5-box-layout8:hover .item-btn {
	color: #111
}

.departments5-box-layout8:hover .item-btn i {
	color: #396cf0
}

.departments5-box-layout8:hover .item-btn:hover {
	color: #396cf0
}

.departments5-box-layout8:hover .item-btn:hover i {
	right: -5px
}

.departments5-image-box {
	overflow: hidden
}

.departments5-image-box img {
	transform: scale(1);
	transition: all 0.3s ease-out;
	width: 100%
}

.departments5-image-box img:hover {
	transform: scale(1.1)
}

.team-box-layout43 {
	margin-bottom: 60px;
	border-radius: 4px
}

.team-box-layout43 .item-mid {
	position: relative
}

.team-box-layout43 .item-mid .item-img {
	position: relative;
	background-color: #f1f7fa;
	border-radius: 4px
}

.team-box-layout43 .item-mid .item-img .item-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2
}

.team-box-layout43 .item-mid .item-img .item-icon li {
	display: inline-block;
	visibility: hidden;
	opacity: 0
}

.team-box-layout43 .item-mid .item-img .item-icon li a {
	color: #fff;
	font-size: 36px;
	transition: all 0.5s ease-out
}

.team-box-layout43 .item-mid .item-img .item-icon li a:hover {
	color: #e3e3e3
}

.team-box-layout43 .item-mid .item-img:hover:after {
	visibility: visible;
	opacity: 1
}

.team-box-layout43 .item-mid .item-img:hover .item-icon li {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.5s ease-out
}

.team-box-layout43 .item-mid .item-content {
	position: absolute;
	bottom: -71px;
	width: 100%;
	padding: 15px;
	transition: all 0.5s ease-out
}

.team-box-layout43 .item-mid .item-content .item-content-mid {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
	border-radius: 4px;
	overflow: hidden;
	padding: 20px 0 0 0;
	height: 98px;
	transition: all 0.5s ease-out
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-title {
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 4px
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-title a:hover {
	color: #396cf0
}

.team-box-layout43 .item-mid .item-content .item-content-mid p {
	color: #8a8a8a;
	margin-bottom: 20;
	font-weight: 400
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-social {
	text-align: center;
	margin-bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
	transform: all 0.7s
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-social ul {
	margin: 0;
	padding: 0
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-social li {
	display: inline-block;
	margin: 0 10px
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-social li a {
	color: #fff
}

.team-box-layout43 .item-mid .item-content .item-content-mid .item-social li a:hover {
	color: #e0dede
}

.team-box-layout43:hover .item-content .item-content-mid {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(57, 108, 240, .9);
	border-radius: 4px;
	height: auto;
	overflow: hidden;
	padding: 26px 15px 33px 15px
}

.team-box-layout43:hover .item-content .item-content-mid .item-social {
	opacity: 1;
	visibility: visible;
	display: block
}

.team-box-layout43:hover .item-content .item-content-mid p {
	color: #e0dede;
	margin-bottom: 20;
	font-weight: 500;
	transition: all 0.6s ease-in-out;
	transform: all 0.6s
}

.team-box-layout43:hover .item-content .item-content-mid .item-title a {
	color: #fff;
	transition: all 0.3s ease-out
}

.team-box-layout43:hover .item-content .item-content-mid .item-title a:hover {
	color: #e0dede
}

.team-box-layout43 .owl-theme .owl-dots .owl-dot.active span,
.team-box-layout43 .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0
}

.team-box-layout43 .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background-color: #dedede;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition: all 0.3s ease-out
}

.team-box-layout43 .owl-theme .owl-dots .owl-dot.active span {
	width: 30px;
	height: 10px;
	border-radius: 4px;
	background-color: #396cf0;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.gradient-light-slider-dark {
	background: linear-gradient(to right, #3c70fa, #7c4dff)
}

.gradient-light-slider-dark:hover {
	background: linear-gradient(to right, #7c4dff, #3c70fa)
}

.gradient-btn .gradient-accent {
	background: linear-gradient(to right, #3c70fa, #7c4dff)
}

.gradient-btn .gradient-light-to-dark {
	background: linear-gradient(to right, #3c70fa, #7c4dff)
}

.gradient-btn .gradient-after-dark-to-light:after {
	background: linear-gradient(to right, #7c4dff, #3c70fa)
}

.gradient-btn .button-after-common:after {
	content: "";
	height: 100%;
	width: 0;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out
}

.gradient-btn .button-default {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	padding: 12px 30px;
	border-radius: 4px;
	z-index: 1;
	transition: all 0.3s ease-out
}

.gradient-btn .button-default:hover {
	color: #fff
}

.gradient-btn .button-default:hover:after {
	visibility: visible;
	opacity: 1;
	width: 100%
}

.miimg-holder2 {
	position: relative
}

.miimg-holder2 .icon-holder {
	width: 189px;
	height: 189px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0
}

.miimg-holder2 .icon-holder i {
	font-size: 50px;
	color: #396cf0;
	margin: auto
}

.miimg-holder2 .experience-holder {
	border-radius: 4px;
	position: absolute;
	width: 250px;
	bottom: 0;
	border: 8px solid #fff;
	left: -50px;
	background: linear-gradient(to right, #3c70fa, #7c4dff);
	bottom: -4px
}

.miimg-holder2 .experience-holder .sigtitle {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0
}

.miimg-holder2 .experience-holder .media-body {
	margin-left: 2rem
}

.miimg-holder2 .experience-holder .miyears {
	font-size: 72px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	padding-left: 10px;
	margin-left: 10px
}

.miimg-holder2 .experience-holder .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: center;
	margin-left: 0
}

.departments-box-layout4update {
	border-radius: 4px
}

.departments-box-layout4update {
	text-align: center;
	background-color: #fff;
	margin-bottom: 3rem;
	padding: 58px 45px 42px 45px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(227, 227, 227, .75);
	transition: all 0.3s ease-out
}

.departments-box-layout4update .departments-sl {
	font-size: 22px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	color: #ccc;
	transition: all 0.3s ease-out
}

.departments-box-layout4update .item-img {
	margin-bottom: 20px;
	border-radius: 50%
}

.departments-box-layout4update .item-img img {
	width: inherit!important;
	display: inherit!important;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .5
}

.departments-box-layout4update .item-icon {
	position: relative;
	margin-bottom: 25px
}

.departments-box-layout4update .item-icon img {
	width: inherit!important;
	display: inherit!important;
	position: relative;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto
}

.departments-box-layout4update .item-icon i {
	display: inline-block;
	position: relative;
	z-index: 9
}

.departments-box-layout4update .item-icon i:before {
	line-height: 1;
	margin-left: 0;
	font-size: 62px;
	color: #396cf0;
	transition: all 0.3s ease-out
}

.departments-box-layout4update .item-icon:after {
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	background-color: #f1f9ff;
	border-radius: 100%;
	top: -15px
}

.departments-box-layout4update .item-title {
	font-size: 22px;
	margin-bottom: 15px
}

.departments-box-layout4update .item-title a {
	color: #111;
	transition: all 0.3s ease-out
}

.departments-box-layout4update .item-title a:hover {
	color: #3c70fa
}

.departments-box-layout4update p {
	margin-bottom: 24px;
	line-height: 1.8
}

.departments-box-layout4update .item-btn {
	padding: 8px 30px;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.3s ease-out;
	font-size: 14px;
	border: 1px solid;
	border-color: #396cf0;
	border-radius: 5px;
	font-weight: 500;
	color: #646464;
	display: inline-block
}

.departments-box-layout4update .item-btn i {
	position: relative;
	right: 0;
	margin-left: 5px;
	transition: all 0.3s ease-out;
	color: #646464
}

.departments-box-layout4update .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.departments-box-layout4update .item-btn:hover i {
	color: #fff
}

.departments-box-layout4update:hover {
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .05)
}

.departments-box-layout4update:hover .departments-sl {
	color: #111
}

.departments-box-layout4update:hover .item-icon i {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout4update:hover .item-icon img {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout4update:hover .item-img img {
	animation: toTopFromBottom 0.5s forwards
}

.departments-box-layout4update:hover .item-btn:hover {
	color: #fff
}

.departments-box-layout4update:hover .item-btn:hover i {
	right: -5px
}

.departments-wrap-layout4 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout4 .owl-theme .owl-dots .owl-dot:hover span {
	background: linear-gradient(to right, #3c70fa, #7c4dff);
	width: 30px;
	transition: all 0.3s ease-out
}

.departments-wrap-layout4 .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background-color: #dedede;
	margin: 5px 4px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition: all 0.3s ease-out
}

.departments-wrap-layout4 .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px
}

.slide-cont {
	width: 100%;
	display: block;
	margin: 0 auto
}

.thumbnails-owl-carousel div {
	width: 100%
}

.thumbnails-owl-carousel .owl-controls .owl-dot {
	float: left;
	background-size: cover;
	margin-top: 10px
}

.thumbnails-owl-carousel .owl-dot {
	float: left;
	background-size: cover;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top: 6px solid #fff
}

.thumbnails-owl-carousel .owl-dot:first-child {
	border-left: none
}

.thumbnails-owl-carousel .owl-dot:last-child {
	border-right: none
}

.site-wrp .gradient-to-dark {
	background: linear-gradient(to right, #3c70fa, #7c4dff)
}

.class-schedule-wrap1.layout-wrap3 table tbody tr td .schedule-item-wrapper {
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	padding: 12px 15px 13px!important;
	border-radius: 10px
}

.class-schedule-wrap1 table tbody tr td {
	border: 5px solid transparent!important;
	background-color: #2457db!important;
	position: relative;
	border-radius: 15px
}

.class-schedule-wrap1 table tbody tr th {
	border: 5px solid transparent!important;
	position: relative;
	border-radius: 15px
}

.class-schedule-wrap1 table thead tr th {
	border: 5px solid transparent!important;
	background-color: #2457db!important;
	position: relative;
	border-radius: 15px
}

.class-schedule-wrap1 table thead tr td {
	border: 5px solid transparent!important;
	background-color: #2457db!important;
	position: relative;
	border-radius: 15px
}

.table-responsive {
	margin-bottom: 0;
	outline: none!important;
	border: none!important
}

.rc-carousel-doctors-6 .owl-theme .owl-dots .owl-dot.active span,
.rc-carousel-doctors-6 .owl-theme .owl-dots .owl-dot:hover span {
	background: linear-gradient(to right, #3c70fa, #7c4dff);
	width: 30px;
	transition: all 0.3s ease-out
}

.rc-carousel-doctors-6 .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background-color: #dedede!important;
	margin: 3px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition: all 0.3s ease-out;
	border: none!important
}

.rc-carousel-doctors-6 .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px
}

.heading-layout1.style1.theme1 .rtin-subtitle {
	font-weight: 400
}

.heading-layout1.style1.theme1 {
	margin-bottom: 65px
}

.entry-banner {
	background-image: url(https://radiustheme.com/demo/wordpress/themes/medilink/wp-content/themes/medilink/assets/img/banner.jpg)
}

.content-area {
	padding-top: 0
}

.content-area {
	padding-bottom: 0
}

.entry-banner .inner-page-banner {
	padding-top: 100px
}

.entry-banner .inner-page-banner {
	padding-bottom: 100px
}

a:link,
a:visited {
	color: #396cf0
}

.primary-color {
	color: #396cf0
}

.secondery-color {
	color: #1c58ef
}

.primary-bgcolor,
.bg-primary {
	background-color: #396cf0!important
}

.secondery-bgcolor,
.bg-secondary {
	background-color: #1c58ef!important
}

.site-wrp .color-primary {
	color: #396cf0
}

.overlay-primary80:before {
	background-color: rgba(57, 108, 240, .8)
}

.overlay-primary90:before {
	background-color: rgba(57, 108, 240, .9)
}

#preloader {
	background-color: #fff
}

.bg-primary70 {
	background-color: rgba(57, 108, 240, .7)
}

.header-contact-layout3 ul.contact-layout3-mid i,
.header-style-4 .header-contact .fa {
	color: #396cf0
}

.header-search {
	background-color: rgba(57, 108, 240, .9)
}

.header-search .close {
	color: #396cf0
}

.header-top-bar {
	background-color: #fff
}

.header-top-bar.layout-2,
.header-style-4 .header-social li a:hover {
	background-color: #396cf0
}

.header-contact-layout1.tophead-contact ul li i {
	color: #2055e4
}

.header-top-bar,
.header-top-bar.header-contact-layout1 a,
.header-contact-layout1 ul li {
	color: #444444!important
}

.header-top-bar .tophead-social li a:hover i {
	color: #fff
}

.trheader .header-top-bar {
	background-color: rgba(255, 255, 255, .8)
}

.trheader .header-top-bar,
.trheader .header-top-bar a,
.trheader .header-top-bar .tophead-social li a,
.trheader .header-top-bar .tophead-social li a:hover {
	color: #fff
}

.header-top-bar .tophead-social li a i {
	color: #8a8a8a
}

.trheader .header-top-bar .tophead-social li a i {
	color: #8a8a8a
}

.header-top-bar .tophead-social li a:hover {
	background-color: #396cf0
}

.header-style-1 .action-items-primary-btn {
	background-color: #396cf0;
	border-color: #396cf0;
	color: #ffffff!important
}

.header-style-1 .action-items-primary-btn:hover {
	color: #396cf0!important
}

.woocommerce .site-wrp a.remove {
	color: #396cf0!important
}

.woocommerce .site-wrp a.remove:hover {
	color: #ffffff!important;
	background: #396cf0
}

.widget ul li::after {
	background: #396cf0
}

.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
	color: #396cf0
}

.btn.btn-slider.ls-layer {
	background: #396cf0;
	color: #ffffff!important
}

.btn.btn-slider.ls-layer:hover a {
	background: #1c58ef
}

.rt-header-top-bar .rt-tophead-contact ul li i {
	color: #396cf0
}

.search-box-area .search-box a.search-button:hover i::before {
	color: #396cf0
}

.header-social-layout1 li a:hover {
	background: #396cf0
}

.rt-header-top-bar .action-items-btn {
	background: #396cf0
}

.rt-header-top-bar .action-items-btn:hover {
	background: #1c58ef
}

.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a:hover {
	color: #396cf0
}

.header-icon-area .search-box .search-button i {
	color: #396cf0
}

.site-header .main-navigation ul li a {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #24447c;
	text-transform: capitalize;
	font-style: normal
}

.site-header .main-navigation ul.menu>li>a:hover,
.site-header .main-navigation ul.menu>li.current-menu-item>a,
.site-header .main-navigation ul.menu>li.current>a {
	color: #2055e4
}

.trheader.non-stick .site-header .main-navigation ul.menu>li>a,
.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area>a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
	color: #fff
}

.trheader.non-stick .site-header .main-navigation ul.menu>li>a:hover,
.trheader.non-stick .site-header .main-navigation ul.menu>li.current-menu-item>a,
.trheader.non-stick .site-header .main-navigation ul.menu>li.current>a {
	color: #eaeaea
}

.site-header .main-navigation ul li ul {
	border-top: 1px solid #396cf0
}

.site-header .main-navigation ul li ul li:hover>a {
	background-color: #396cf0
}

.site-header .main-navigation ul li ul li:hover>a {
	color: #fff
}

.site-header .main-navigation ul li ul li a {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #24447c;
	text-transform: none;
	font-style: normal
}

.stick .site-header {
	border-color: #396cf0
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu {
	background-color: #fff
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
	color: #111
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
	color: #fff
}

.mean-container a.meanmenu-reveal,
.mean-container .mean-nav ul li a.mean-expand {
	color: #2055e4
}

.mean-container a.meanmenu-reveal span {
	background-color: #2055e4
}

.mean-container .mean-bar {
	border-color: #2055e4
}

.mean-container .mean-nav ul li a {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	color: #111;
	text-transform: none;
	font-style: normal
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav>ul>li.current-menu-item>a {
	color: #2055e4
}

.header-icon-area .cart-icon-area .cart-icon-num {
	background-color: #2055e4
}

.site-header .search-box .search-text {
	border-color: #2055e4
}

.header-style-3 .header-social li a:hover {
	color: #2055e4
}

.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
	color: #fff
}

.header-style-3.trheader .header-social li a:hover {
	color: #eaeaea
}

.header-style-4 .header-social li a:hover {
	color: #2055e4
}

.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
	color: #fff
}

.header-style-4.trheader .header-social li a:hover {
	color: #eaeaea
}

.entry-banner .inner-page-banner::before {
	background-color: rgba(57, 108, 240, .9)
}

.breadcrumbs-area .breadcrumb-area .entry-breadcrumb {
	color: #c5d5ff
}

.entry-banner .inner-page-banner .breadcrumbs-area h1 {
	color: #fff
}

.breadcrumb-area .entry-breadcrumb span a,
.breadcrumb-area .entry-breadcrumb span a span {
	color: #c5d5ff
}

.breadcrumb-area .entry-breadcrumb span a:hover,
.breadcrumb-area .entry-breadcrumb span a:hover span {
	color: #fff
}

.breadcrumb-area .entry-breadcrumb {
	color: #c5d5ff
}

.breadcrumb-area .entry-breadcrumb>span {
	color: #fff
}

.footer-layout1 .footer-box .footer-header::after {
	background: #fff
}

.footer-layout1 .footer-box .menu li a:hover {
	color: #396cf0
}

.footer-layout1 .footer-box .footer-opening-hours li span.os-close {
	color: #396cf0
}

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
	background: #396cf0!important
}

.footer-layout1 .footer-bottom-wrap .copyright a:hover {
	color: #396cf0
}

.footer-layout1 .footer-center-wrap .footer-social ul li a:hover {
	color: #396cf0
}

.footer-layout2 .footer-top-wrap .widget .btn-fill.size-md,
.footer-layout2 .footer-top-wrap .widget .btn-ghost.size-md {
	background-color: #1c58ef
}

.footer-layout2 .footer-top-wrap .widget .footer-widget-contact a:hover {
	color: #1c58ef
}

.widget_medilink_info.widget ul li i,
.footer-layout2 .footer-top-wrap .widget .footer-widget-contact:before,
.footer-layout2 .footer-bottom-area a:hover {
	color: #1c58ef
}

.widget.widget_medilink_about ul li a:hover {
	color: #396cf0
}

.kebo-tweets .ktweet .kmeta a {
	color: #396cf0
}

.footer-top-wrap .widget ul li:before {
	color: #1c58ef
}

.footer-top-wrap .widget a:hover,
.footer-top-wrap .widget a:active {
	color: #396cf0
}

.footer-layout1.fotter-color2 .footer-top-wrap,
.footer-layout1 .footer-top-wrap {
	background-color: #111
}

.footer-layout1 .footer-box .footer-header h3;
after {
	background: #fff
}

.footer-layout1 .footer-box .footer-header h3 {
	color: #fff
}

.footer-top-wrap .widget>h3 {
	color: #fff
}

.footer-top-wrap .widget,
.footer-top-wrap .widget p,
.footer-top-wrap .widget li {
	color: #e3e3e3!important
}

.footer-top-wrap a:link,
.footer-top-wrap a:visited,
.footer-top-wrap widget_nav_menu ul.menu li:before {
	color: #e3e3e3!important
}

.footer-top-wrap .widget a:hover,
.footer-top-wrap .widget a:active {
	color: #2055e4!important
}

.footer-layout1 .footer-bottom-area {
	background-color: #111;
	color: #8f8f8f
}

.footer-layout1 .footer-bottom-wrap {
	background-color: #111;
	color: #8f8f8f
}

a.scrollToTop {
	background-color: rgba(57, 108, 240, .3);
	color: #396cf0;
	border-color: #396cf0
}

a.scrollToTop:hover,
a.scrollToTop:focus,
.sidebar-widget-area .widget_medilink_info {
	background-color: #396cf0
}

.footer-top-wrap .widget.widget_medilink_info ul li i {
	color: #1c58ef
}

.single-departments-box-layout1 .item-content .department-info li::after {
	box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75)
}

.single-departments-box-layout1 .item-content .department-info li::after {
	background-color: #396cf0
}

.title-bar-primary::before,
.title-bar-primary7::after,
.title-bar-primary5::after {
	background-color: #396cf0
}

.widget-department-info ul li a:hover {
	color: #396cf0
}

.widget-department-info ul li a:hover::before {
	color: #396cf0
}

.widget-department-info ul li a:hover::after {
	background-color: #396cf0
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn {
	border: 1px solid #396cf0;
	color: #396cf0
}

.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn:hover {
	color: #fff;
	background-color: #396cf0
}

.search-form .custom-search-input button.btn span {
	color: #396cf0
}

.widget .category-type ul li:before {
	color: #396cf0
}

.widget h3:after {
	background-color: #396cf0
}

footer .widget h3:after {
	background-color: #396cf0
}

.widget ul li:before {
	color: #396cf0
}

.widget ul li a:hover {
	color: #396cf0
}

.widget_tag_cloud a:hover {
	border-color: #396cf0;
	background-color: #396cf0
}

.footer-top-wrap .widget.widget_tag_cloud a:hover {
	border-color: #396cf0
}

.widget.widget_medilink_about ul li a {
	border-color: #396cf0
}

.widget.widget_medilink_info ul li i {
	color: #396cf0
}

.widget.widget_medilink_menu ul li a i {
	color: #396cf0
}

body,
ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-style: normal
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	font-style: normal
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	font-style: normal
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	font-style: normal
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	font-style: normal
}

h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-style: normal
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	font-style: normal
}

.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
	background-color: #396cf0;
	color: #fff
}

.price-table-layout2:hover .tpt-footer .tpt-footer-btn:hover {
	background-color: #1c58ef
}

.btn-ghost.color-light.hover-yellow:hover {
	border-color: #1c58ef;
	color: #1c58ef
}

.profile-social li a:hover {
	border: 1px solid #396cf0;
	background: #396cf0
}

.profile-social li a:hover {
	border: 1px solid #396cf0;
	background-color: #396cf0
}

.rt-el-slider .nivo-directionNav a.nivo-prevNav,
.rt-el-slider .nivo-directionNav a.nivo-nextNav {
	border: 1px solid #1c58ef
}

.site-wrp .btn-fill.color-primary {
	background-color: #396cf0;
	border-color: #396cf0;
	color: #fff
}

.site-wrp .btn-fill.color-primary:hover {
	color: #396cf0
}

.site-wrp .btn-fill.color-yellow {
	background-color: #396cf0;
	border-color: #396cf0
}

.btn-ghost.color-yellow {
	border-color: #396cf0;
	color: #396cf0
}

.btn-ghost.color-yellow:hover {
	background-color: #1c58ef
}

.schedule-layout1 .schedule-time i {
	color: #396cf0
}

.site-wrp .btn-fill.color-yellow:hover {
	border-color: #1c58ef;
	background-color: #1c58ef;
	color: #fff
}

.site-wrp .btn-fill.color-yellow.gust:hover {
	border-color: #1c58ef;
	background-color: transparent;
	color: #1c58ef
}

.site-wrp .rtin-light .btn-fill.color-yellow.gust:hover {
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff
}

.blog-layout1 .item-img .item-date {
	background-color: #fff;
	color: #396cf0
}

.site-wrp .btn-text:hover:before {
	color: #396cf0
}

.site-wrp .btn-text:hover {
	color: #396cf0
}

.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a {
	color: #396cf0
}

.footer-layout1 .footer-social ul li a:before,
.footer-layout1 .footer-social ul li a:after {
	background-color: #1c58ef
}

.footer-layout1 .footer-social ul li a:hover {
	color: #1c58ef
}

.rt-el-cta-1.style2 .rtin-button a {
	color: #396cf0
}

.rdtheme-button-1,
.rdtheme-button-ghost-1 {
	background-color: #396cf0
}

.rdtheme-button-1:hover {
	background-color: #1c58ef
}

.rdtheme-button-ghost-1 {
	border-color: #396cf0
}

.rdtheme-button-2:hover {
	border-color: #396cf0;
	background-color: #396cf0
}

.rdtheme-button-ghost-1:hover {
	color: #396cf0
}

.rdtheme-button-4 {
	border: 2px solid #396cf0
}

.rdtheme-button-4:hover {
	background-color: #396cf0
}

.rt-el-services-box.rtin-style3:hover {
	-webkit-box-shadow: inset 2px 0 73px 0 rgba(57, 108, 240, .5);
	-moz-box-shadow: inset 2px 0 73px 0 rgba(57, 108, 240, .5);
	box-shadow: inset 2px 0 73px 0 rgba(57, 108, 240, .5)
}

.rdtheme-button-2 {
	border: 2px solid #396cf0
}

.schedule-layout1 .schedule-title a:hover {
	color: #1c58ef
}

a {
	color: #396cf0
}

a:hover,
a:focus,
a:active {
	color: #1c58ef
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.primary-list li:before {
	background-color: #396cf0
}

.post-each .entry-thumbnail-area .entry-meta-1 li i,
.post-each .entry-thumbnail-area .entry-meta-1 li a:hover,
.post-each .entry-content-area .entry-header a.entry-title:hover,
.post-each .entry-content-area .read-more-btn i,
.post-each .entry-content-area .read-more-btn:hover,
.post-each.post-each-single .entry-content-area .entry-tags a:hover {
	color: #396cf0
}

.site-index .sticky {
	border-color: #396cf0
}

.comments-area h3.comment-title:after,
.comments-area .main-comments .comment-meta .reply-area a:hover,
#respond .comment-reply-title:after {
	background-color: #1c58ef
}

#respond form .btn-send:hover {
	background-color: #1c58ef
}

#respond form .btn-send {
	background-color: #396cf0
}

.error-page-area {
	background-color: #f1f7fa
}

.error-page-area .error-page h3 {
	color: #111
}

.error-page-area .error-page p {
	color: #111
}

.rt-el-info-box.rtin-style4:hover .rt-number {
	color: #396cf0
}

.call-to-action-box-layout6 .item-btn:hover {
	color: #396cf0
}

.rt-el-cta-1.rt-light.rt-color-primary .rtin-title {
	color: #396cf0
}

.plus-patent {
	background-color: #1c58ef
}

.site-wrp .rtin-button-mid .item-btn {
	border-color: #396cf0;
	color: #396cf0
}

.site-wrp .rtin-button-mid .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.rt-el-cta-1.rt-primary {
	background-color: #396cf0;
	color: #fff
}

.rt-el-cta-1.rt-primary .rtin-button-mid a {
	color: #396cf0
}

.rt-el-cta-1.rt-primary .rtin-title {
	color: #fff
}

.rt-el-cta-1.rt-primary .rtin-button-mid a:hover {
	color: #fff
}

.team-single ul.rtin-social li a {
	border-color: #396cf0;
	color: #396cf0
}

.team-single ul.rtin-social li a:hover,
.team-single .rtin-content .rtin-heading:after,
.team-single .rtin-skills .rtin-skill-each .progress .progress-bar,
.rt-el-cta-1.style2,
.rt-el-cta-1.style1 {
	background-color: #396cf0
}

.rt-project-archive .rt-project-arc-1 .rtin-item .rtin-img:before {
	background-color: rgba(57, 108, 240, .8)
}

.rt-project-archive .rt-project-arc-1 .rtin-item .rtin-img .rtin-icon-wrap .rtin-icon,
.rt-project-archive .rt-project-arc-1 .rtin-item .rtin-content .rtin-title a:hover {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover i {
	color: #1c58ef
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover {
	color: #1c58ef
}

.comments-area .main-comments .comment-meta .reply-area a {
	background-color: #396cf0;
	color: #fff
}

#respond .comment-reply-title::after {
	background-color: #396cf0!important
}

.single-blog-wrapper .single-blog-content-holder blockquote::before {
	color: #396cf0
}

.tagcloud a:hover {
	background: #396cf0;
	color: #fff
}

.post-each-single .news-meta-info {
	background: #396cf0
}

.blog-box-layout4 .item-img.no-img .post-date i {
	color: #396cf0
}

.blog-box-layout4 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li i {
	color: #396cf0
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li a i::before {
	color: #396cf0
}

.blog-box-layout4 .post-date {
	background-color: #396cf0;
	color: #fff
}

.blog-box-layout1 .entry-meta li i {
	color: #396cf0
}

.blog-box-layout1 .entry-meta li a:hover {
	color: #396cf0
}

.site-wrp .blog-btn i {
	color: #396cf0
}

.site-wrp .blog-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.site-wrp .blog-btn:hover i {
	color: #fff
}

.call-to-action-box-layout4 .call-to-action-phone a i {
	color: #396cf0
}

.call-to-action-box-layout4 .call-to-action-btn .item-btn {
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff
}

.call-to-action-box-layout4 .call-to-action-btn .item-btn:hover {
	color: #396cf0
}

.blog-box-layout1 .item-title a:hover {
	color: #396cf0
}

.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
	background-color: #1c58ef!important
}

.blog-box-layout2 .item-content .post-date.add-pimg {
	background-color: #396cf0
}

.blog-box-layout2 .item-content .post-date.noadd-img {
	background-color: #396cf0
}

.blog-box-layout2 .item-content .item-title a:hover {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover i {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover i {
	color: #396cf0
}

.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn i {
	color: #396cf0
}

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a:hover {
	color: #396cf0
}

.post-each .entry-meta-2 li.vcard-comments i {
	color: #396cf0
}

.post-each .entry-meta-2 li.vcard-author i {
	color: #396cf0
}

.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments i {
	color: #396cf0
}

.post-each .entry-meta-1 li i,
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author i {
	color: #396cf0
}

.blog-layout3.thumb-img .item-date-wrap .item-date {
	background-color: #396cf0
}

.blog-layout3.thumb-img .item-date-wrap .item-date:before {
	background-color: #396cf0
}

.site-wrp .btn-text.hover-yellow:hover:before {
	color: #396cf0
}

.site-wrp .btn-text.hover-yellow:hover {
	color: #1c58ef
}

.blog-layout3 .item-date-wrap .item-date {
	background-color: #396cf0
}

.blog-layout3 .item-date-wrap .item-date:before {
	background: rgba(57, 108, 240, .9)
}

.widget_medilink_posts h4 a:hover {
	color: #396cf0
}

.post-each .entry-content-area .entry-header .entry-meta-2 li a:hover {
	color: #396cf0
}

.blog-layout2 .item-img .item-date {
	background-color: #396cf0
}

.title-light.hover-primary a:hover,
.title-regular.hover-primary a:hover,
.title-medium.hover-primary a:hover,
.title-semibold.hover-primary a:hover,
.title-bold.hover-primary a:hover,
.title-black.hover-primary a:hover {
	color: #396cf0
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.rt-woo-nav .owl-custom-nav-title:after,
.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce a.added_to_cart,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
p.demo_store,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #396cf0;
	color: #fff
}

.product-grid-view .view-mode ul li.grid-view-nav a,
.product-list-view .view-mode ul li.list-view-nav a,
.woocommerce ul.products li.product h3 a:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .product-meta a:hover,
.woocommerce div.product .product_meta a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce a.woocommerce-review-link:hover,
.woocommerce-message:before,
.woocommerce-info::before {
	color: #396cf0
}

.woocommerce-message,
.woocommerce-info {
	border-color: #396cf0
}

.woocommerce .product-thumb-area .product-info ul li a:hover {
	color: #396cf0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #fff;
	background-color: #396cf0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #1c58ef
}

.woocommerce ul.products li.product .price {
	color: #396cf0
}

.shop-box-layout1 .item-img::after {
	background-color: rgba(57, 108, 240, .7)
}

.tagcloud a {
	border: 1px solid #396cf0
}

.widget_medilink_posts .media-body .date {
	color: #396cf0
}

.single-blog-wrapper .single-blog-content-holder blockquote {
	border-left: 4px solid #396cf0
}

@media only screen and (max-width:1024px) {
	.mobile-menu-open {
		display: none!important
	}
	.mean-remove {
		display: none!important
	}
}

.elementor-2410 .elementor-element.elementor-element-79b5630 .section-heading::after {
	background-color: #396cf0
}

.rt-el-paragraph-title .rtin-title span {
	color: #396cf0
}

.elementor-8 .elementor-element.elementor-element-2da73e0 .rtin-subtitle {
	color: #396cf0
}

.elementor-8 .elementor-element.elementor-element-2da73e0 .section-heading::after {
	background: #396cf0
}

.heading-layout1.theme4.style1::after,
.heading-layout1.theme2.style1::after,
.heading-layout1.theme3.style1::after {
	background-color: #396cf0
}

.heading-layout1.theme4.style1 p,
.heading-layout1.theme2.style1 p,
.heading-layout1.theme3.style1 p {
	color: #396cf0
}

.rt-el-title.style2 .rtin-title:after,
.rt-el-twt-3.rtin-dark .rtin-title:after {
	background-color: #396cf0
}

.heading-layout1::after {
	background-color: #396cf0
}

.rt-el-info-box.rtin-style2:hover {
	box-shadow: 0 10px 55px 5px rgba(57, 108, 240, .3)
}

.about-box-layout2 ul li a::after {
	background-color: #1c58ef
}

.about-box-layout2 ul li a {
	background: -webkit-gradient(linear, left top, right top, from(#396cf0), to(#396cf0));
	background: -webkit-linear-gradient(left, #396cf0, #396cf0);
	background: -o-linear-gradient(left, #396cf0, #396cf0);
	background: linear-gradient(to right, #396cf0, #396cf0);
	color: #fff
}

.about-box-layout2 ul li a::before {
	color: #fff
}

.call-to-action-box-layout3 .single-item a::after {
	background-color: #396cf0;
	color: #fff
}

.call-to-action-box-layout3 .single-item a::after {
	background-color: #1c58ef
}

.call-to-action-box-layout3 .single-item a {
	background: -webkit-gradient(linear, left top, right top, from(#396cf0), to(#396cf0));
	background: -webkit-linear-gradient(left, #396cf0, #396cf0);
	background: -o-linear-gradient(left, #396cf0, #396cf0);
	background: linear-gradient(to right, #396cf0, #396cf0);
	color: #fff
}

.call-to-action-box-layout3 .single-item a i::before {
	color: #fff
}

.rt-el-nav-menu.widget-about-info ul li a:hover::before {
	color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a:hover::before {
	color: #396cf0
}

.rt-el-nav-menu.widget-about-info ul li a:hover::after {
	background-color: #396cf0
}

.widget-ad-area .item-btn i {
	color: #396cf0
}

.widget-ad-area .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.widget-ad-area .item-btn:hover i {
	color: #fff
}

.about-info-list .about-info li a:hover {
	color: #396cf0
}

.about-info-list .about-info li::after {
	background-color: #396cf0;
	color: #fff;
	-webkit-box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75);
	-moz-box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75);
	box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75)
}

.rt-el-nav-menu.widget-about-info ul li a:hover {
	color: #396cf0
}

.about-info-list ul.list-info li::after {
	color: #396cf0
}

.site-wrp .nav-control-layout2.owl-theme .owl-nav>div {
	color: #396cf0
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev:hover {
	background: #396cf0!important
}

.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next:hover {
	background: #396cf0!important
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot span {
	border: 2px solid #396cf0
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot.active span {
	background-color: #396cf0
}

.dot-control-layout1.owl-theme .owl-dots .owl-dot span:hover {
	background-color: #396cf0
}

.site-wrp .nav-control-layout-top2 .owl-nav>div {
	color: #396cf0
}

.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover {
	box-shadow: 0 4px 20px 0 rgba(57, 108, 240, .75)
}

.rt-owl-nav .owl-theme .owl-nav>div,
.site-wrp .nav-control-layout-top .owl-nav>div {
	color: #396cf0
}

.rt-owl-nav .owl-theme .owl-nav>div {
	border-color: #396cf0
}

.rt-owl-nav .owl-theme .owl-nav>div:hover {
	background-color: #396cf0
}

.site-wrp .nav-control-layout-top .owl-nav .owl-prev,
.site-wrp .nav-control-layout-top .owl-nav .owl-next {
	color: #396cf0
}

.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover {
	background-color: #396cf0;
	color: #fff
}

.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover i,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover i {
	color: #fff
}

.rt-owl-dot .owl-theme .owl-dots .owl-dot.active span,
.rt-owl-dot .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0
}

.rt-el-post-slider .rtin-item .rtin-content-area .date-time {
	color: #396cf0
}

.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a:hover,
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn i,
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn:hover {
	color: #396cf0
}

.elementor-2252 .elementor-element.elementor-element-4cba7955 .section-heading::after {
	background-color: #396cf0
}

.rt-el-info-box.rtin-style4:hover .rtin-icon {
	background-color: #396cf0
}

.team-box-layout41 .item-img::after {
	background-color: rgba(57, 108, 240, .9)
}

.team-box-layout41 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout41 .item-social li a:hover {
	color: #396cf0
}

.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li a,
.team-box-layout42 .item-mid .item-content .item-content-mid p,
.team-box-layout42 .item-mid .item-content .item-content-mid .item-title a {
	color: #fff
}

.team-box-layout2 .item-content::after {
	background-color: #396cf0
}

.team-search-box .item-btn:hover {
	background-color: #1c58ef
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background-color: #396cf0;
	color: #fff
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #396cf0;
	color: #fff
}

.team-search-box .item-btn {
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #396cf0
}

.departments-box-layout4:hover {
	background-color: #396cf0;
	color: #fff
}

.departments-box-layout4:hover .box-content .item-title a {
	color: #fff
}

.departments-box-layout5 .item-img::before {
	background: -webkit-linear-gradient(to top, #396cf0, transparent);
	background: -o-linear-gradient(to top, #396cf0, transparent);
	background: -moz-linear-gradient(to top, #396cf0, transparent);
	background: linear-gradient(to top, #396cf0, transparent)
}

.departments-box-layout5:hover .item-img::before {
	background-color: #396cf0
}

.departments-box-layout1 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout1 .title-bar::after {
	background-color: #396cf0
}

.team-box-layout1 .item-schedule .item-btn {
	border-color: #396cf0;
	color: #396cf0
}

.team-box-layout1 .item-schedule .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout5 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout5 .item-content .item-degree {
	color: #396cf0
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-ghost {
	color: #396cf0
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-fill {
	color: #fff;
	background-color: #396cf0;
	-webkit-box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75);
	-moz-box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75);
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75)
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
	color: #396cf0
}

.team-box-layout5 .item-content ul.item-btns li a.item-btn {
	border-color: #396cf0
}

.team-box-layout1 .item-title a:hover {
	color: #396cf0
}

.title-bar:before {
	background-color: #396cf0
}

.departments-box-layout2 .item-title a:hover {
	color: #396cf0
}

.departments-box-layout2:hover .item-btn i {
	color: #396cf0
}

.departments-box-layout2:hover .item-btn:hover {
	color: #396cf0
}

.features-box-layout1 .list-info.theme2 li::before {
	-webkit-box-shadow: 0 5px 6px 0 #396cf0;
	-moz-box-shadow: 0 5px 6px 0 #396cf0;
	box-shadow: 0 5px 6px 0 #396cf0
}

.bg-primary .features-box-layout1 .list-info.theme2 li a,
.bg-primary .features-box-layout1 .list-info.theme2 li {
	color: #fff
}

.elementor-progress-wrapper .elementor-progress-bar {
	background-color: #396cf0!important;
	color: #ffffff!important
}

.team-box-layout2 .item-content .item-title a:hover {
	color: #396cf0
}

.team-box-layout2 .item-schedule .item-btn {
	border-color: #396cf0
}

.team-box-layout2 .item-schedule .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout2:hover .item-schedule .item-btn {
	background-color: #396cf0;
	color: #fff
}

.team-box-layout2 .item-img::after {
	background-color: rgba(57, 108, 240, .9)
}

.team-box-layout2 .item-img .item-icon li a {
	color: #fff
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
	box-shadow: 0 4px 20px 0 rgba(57, 108, 240, .9)
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-ctg {
	color: #396cf0
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-ctg {
	color: #396cf0
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff
}

.class-schedule-wrap1.layout-2 table thead tr td {
	background-color: #396cf0
}

.class-schedule-wrap1.layout-2 table thead tr td .schedule-day-heading {
	color: #fff
}

.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
	color: #396cf0
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
	color: #396cf0
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
	color: #396cf0
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff
}

.class-schedule-wrap1 table thead tr td .schedule-day-heading {
	color: #fff
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
	color: #396cf0
}

.rt-isotope-wrapper .isotop-btn .current {
	background-color: #396cf0;
	color: #fff
}

.rt-isotope-wrapper .isotop-btn a:hover {
	background-color: #396cf0;
	color: #fff
}

.isotop-btn .current,
.rt-el-gallrey-tab .current {
	background-color: #396cf0;
	color: #fff
}

.isotop-btn a:hover,
.rt-el-gallrey-tab a:hover {
	background-color: #396cf0;
	color: #fff
}

.rt-el-gallrey-tab a {
	border: 1px solid #396cf0
}

.gallery-box-layout1::after {
	background-color: rgba(57, 108, 240, .9)
}

.rt-el-gallrey-2 .rtin-item:before {
	background-image: linear-gradient(transparent, #396cf0), linear-gradient(transparent, #396cf0)
}

.rt-el-gallrey-2 .rtin-item .rtin-icon:hover {
	color: #396cf0
}

.rt-el-gallrey-3 .rtin-item:before {
	background-color: rgba(57, 108, 240, .8)
}

.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
	color: #396cf0
}

.rt-el-services-box.rtin-style3 .rtin-content .rtin-title:after {
	background-color: #396cf0
}

.services-single .rtin-heading:after,
.rt-el-title.style3 .rtin-title:after {
	background-color: #396cf0
}

.widget .category-type ul li a:hover {
	background-color: #396cf0
}

.call-to-action-box-layout4 .call-to-action-btn .item-btn:hover {
	box-shadow: 0 10px 55px 5px rgba(57, 108, 240, .3)
}

.call-to-action-box-layout2 .item-btn:hover {
	background-color: #fff;
	color: #396cf0
}

.call-to-action-box-layout2 .item-btn {
	border-color: #fff;
	color: #fff
}

.call-to-action-box-layout2 h2 {
	color: #fff
}

.call-to-action-box-layout2 .item-btn:hover {
	color: #396cf0
}

.rt-el-cta-1 {
	background-color: #396cf0
}

.progress-box-layout1 .inner-item .item-content .counting-text::after {
	background-color: #396cf0
}

.departments-box-layout7 .single-box:hover {
	background-color: #396cf0
}

.service-wrap-layout1.rtin-dark .service-box-layout1 {
	background-color: #1c58ef
}

.rt-el-info-box.rtin-style2 .rtin-icon i.primaryColor {
	color: #396cf0
}

.rt-el-info-box.rtin-style2 .rtin-icon i.colorGreen {
	color: #396cf0
}

.service-wrap-layout1.rtin-light .service-box-layout1 {
	background-color: #396cf0
}

.service-box-layout1 {
	color: #fff
}

.service-box-layout1 .item-title a {
	color: #fff
}

.service-wrap-layout1.rtin-light .service-box-layout1:hover {
	background-color: #1c58ef
}

.rdtheme-button-3 {
	color: #396cf0!important
}

.rt-el-info-box:hover .rtin-icon i {
	color: #396cf0
}

.service-box-layout1 p {
	color: #fff
}

.rt-el-info-box .rtin-content .rtin-title a:hover {
	color: #396cf0
}

.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a,
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon i,
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
	color: #1c58ef!important
}

.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button {
	background-color: rgba(57, 108, 240, .9)
}

.rt-el-twt-2 .rtin-title span {
	color: #396cf0
}

.rt-el-twt-2 .rtin-content ul li:after {
	color: #396cf0
}

.rt-el-twt-3 .rtin-title:after {
	background-color: #396cf0
}

.rt-el-nav-menu.widget ul li.current-menu-item a,
.rt-el-nav-menu.widget ul li.current-menu-item a:hover {
	background-color: #396cf0
}

.site-header .main-navigation>nav>ul>li>a:after {
	background-color: #396cf0
}

.rt-el-contact ul li i {
	color: #396cf0
}

.about-box-layout14 .item-video .video-icon .popup-video {
	background: #396cf0;
	color: #fff
}

.site-wrp .nav-control-layout-top2 .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top2 .owl-nav .owl-next:hover {
	box-shadow: 0 4px 20px 0 rgba(57, 108, 240, .75)
}

.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
	border: 2px solid #396cf0!important;
	background-color: #396cf0!important
}

.rt-el-slider .nivo-directionNav a.nivo-prevNav:before,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:before {
	color: #396cf0
}

.rt-el-slider .nivo-directionNav a.nivo-prevNav:hover,
.rt-el-slider .nivo-directionNav a.nivo-nextNav:hover {
	background-color: #396cf0
}

.price-table-layout3 .tpt-col-inner:hover {
	background: #396cf0
}

.price-table-layout2:after {
	background: #1c58ef
}

.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:before {
	background-color: #1c58ef
}

.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:after {
	background-color: #1c58ef
}

.price-table-layout3 .tpt-footer .tpt-footer-btn {
	background-color: #1c58ef
}

.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top {
	border-bottom: 1px solid #1c58ef
}

.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #396cf0
}

.departments-box-layout2update .item-btn {
	border-color: #396cf0
}

.departments-box-layout2update .item-title a:hover {
	color: #396cf0
}

.about-box-layout17 .item-video .video-icon .play-btn i::before {
	color: #396cf0
}

.departments-box-layout3 .single-item .media .media-body a.item-btn:hover {
	border: 1px solid #fff
}

.departments-box-layout3 .single-item .media .media-body a.item-btn {
	border: 1px solid #fff;
	color: #fff
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li {
	border-right: 1px solid #4b7af9
}

.departments-box-layout3 .single-item .media .media-body .item-title,
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i::before,
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title,
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text span {
	color: #fff
}

.departments-box-layout3 .single-item .media .media-body .item-title::before {
	background-color: #fff
}

.departments-box-layout3 .single-item .media .media-body p {
	color: #fff
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-current {
	background: #396cf0;
	color: #fff
}

.departments-box-layout3 .single-item .media {
	background: #396cf0
}

.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i::before {
	color: #1c58ef
}

.departments-box-layout3 .single-item .media .media-body a.item-btn:hover {
	color: #396cf0
}

.departments-box-layout3 .slick-navigation {
	color: #396cf0;
	border: 1px solid #396cf0
}

.departments-box-layout3 .slick-navigation:hover {
	background-color: #396cf0;
	color: #fff
}

.departments-box-layout1 .item-img::after {
	background-color: rgba(57, 108, 240, .9)
}

.departments-box-layout1 .item-img .item-btn-wrap a.item-btn:hover {
	color: #396cf0
}

.departments-box-layout1 .item-content .department-info li i {
	color: #396cf0
}

.loadmore-layout1 .item-btn {
	border-color: #396cf0;
	color: #396cf0
}

.loadmore-layout1 .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	background-color: #396cf0;
	color: #fff
}

.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active a {
	color: #fff
}

.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
	background-color: #396cf0
}

.faq-ask-question-layout1 .faq-question-box .form-group .item-btn,
.appointment-box-layout1 .item-btn {
	border-color: #396cf0;
	background-color: #396cf0;
	color: #fff;
	-webkit-box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75);
	-moz-box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75);
	box-shadow: 0 2px 15px 0 rgba(57, 108, 240, .75)
}

.faq-ask-question-layout1 .faq-question-box .form-group .item-btn:hover,
.appointment-box-layout1 .item-btn:hover {
	background-color: #396cf0;
	box-shadow: inherit
}

.title-bar-primary6::after {
	background-color: #396cf0
}

.pricing-box-layout1 .box-content .item-btn {
	border-color: #396cf0;
	color: #396cf0
}

.pricing-box-layout1:hover .box-content .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.pricing-box-layout1:hover .box-content .item-btn {
	background-color: #396cf0;
	color: #fff
}

.site-wrp .departments-box-layout2update .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.departments-box-layout2update .item-btn:hover i {
	color: #fff
}

.services-tab1 .services-tab-content .popup-video::before {
	background-color: rgba(57, 108, 240, .4)
}

.services-tab1 .services-tab-content .popup-video {
	background-color: #396cf0
}

.services-tab1 .nav-wrap .nav-item.nav-link.active {
	border-bottom: 2px solid #396cf0
}

.services-tab1 .services-tab-content .item-title::before {
	background-color: #396cf0
}

.services-tab1 .services-tab-content ul.list-info li::after {
	color: #396cf0
}

.item-btn.iconlight {
	border-color: #396cf0
}

.item-btn.iconlight:hover i {
	color: #fff
}

.item-btn.iconlight:hover {
	background-color: #396cf0;
	color: #fff
}

.services-tab1 .nav-wrap .nav-item.nav-link:hover {
	border-color: transparent transparent #396cf0 transparent
}

.services-tab1 .item-img .video-icon .popup-video {
	background-color: #396cf0;
	color: #fff
}

.services-tab1 .item-img .video-icon .popup-video::before {
	background-color: rgba(57, 108, 240, .4)
}

.services-tab1 .item-img .video-icon .popup-video::after {
	background-color: rgba(57, 108, 240, .5)
}

.services-tab1 .item-img .video-icon .play-btn i::before {
	color: #fff
}

.departments-box-layout3 .single-item .media .media-body ul.list-item li {
	border-right: 1px solid #1c58ef
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(57, 108, 240, .8)
	}
	100% {
		box-shadow: 0 0 0 35px rgba(57, 108, 240, 0)
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(57, 108, 240, .7)
	}
	100% {
		box-shadow: 0 0 0 70px rgba(57, 108, 240, 0)
	}
}

.testmonial-box-layout3 .item-content p::after {
	color: #396cf0
}

.testmonial-box-layout3 .item-img img {
	border: 4px solid #1c58ef
}

.nav-control-layout2.owl-theme .owl-nav>div {
	color: #396cf0
}

.heading-layout4 span.rtin-beforetitle {
	color: #396cf0
}

.class-schedule-wrap1 table thead tr td {
	border: 2px solid #396cf0
}

.class-schedule-wrap1 table tbody tr td {
	border: 2px solid #396cf0
}

.class-schedule-wrap1 table tbody tr th {
	border: 2px solid #396cf0
}

.class-schedule-wrap1 table thead tr th {
	border: 2px solid #396cf0
}

.blog-box-layout5 .item-content .post-date.add-pimg {
	background-color: #396cf0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn {
	color: #396cf0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn i {
	color: #1c58ef
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn:hover {
	color: #1c58ef
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn:hover i {
	color: #396cf0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover {
	color: #396cf0
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover i {
	color: #396cf0
}

.blog-box-layout5 .item-content .item-title a:hover {
	color: #396cf0
}

.appointment-box-layout1 .form-group .item-btn.wpcf7-submit {
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75)
}

.nav-control-layout3.owl-theme .owl-prev:hover,
.nav-control-layout3.owl-theme .owl-next:hover {
	background: #396cf0!important
}

.title-bar-primary2::before {
	background: #396cf0
}

.widget-about-team .item-content .item-designation {
	color: #396cf0
}

.widget-team-contact ul li ul.widget-social li a {
	color: #396cf0
}

.widget-call-to-action {
	background-color: #396cf0;
	box-shadow: 0 1px 10px 0 rgba(57, 108, 240, .75)
}

.error-box-layout1 .item-btn {
	border: 2px solid #396cf0;
	color: #396cf0
}

.error-box-layout1 .item-btn:hover {
	background-color: #396cf0;
	color: #fff
}

.rt-el-info-box.rtin-style11 .rtin-icon {
	background-color: #396cf0
}

.appointment-box-layout1.light .form-group .item-btn.wpcf7-submit {
	background-color: #396cf0
}

.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #396cf0 transparent transparent transparent
}

#tophead .container {
    min-width: 1185px;
}

