/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../../price3_home_fonts/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../../price3_home_fonts/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../price3_home_fonts/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../price3_home_fonts/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../../price3_home_fonts/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../price3_home_fonts/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.3);
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    height: 5px;
}
body, div, p {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.3);
}
br.clear {
	clear: both;
	line-height: 0;
}
a {
	text-decoration: none;
	opacity: 1;
}
a:hover {
	text-decoration: none;
}
.default-font {
	font-family: "Oswald", Helvetica, Arial, sans-serif!important;
}
html {
	overflow-x: hidden;
}
body {
	position: relative;
	font-family: 'Raleway';
	overflow-x: hidden;
}
.pointer {
	cursor: pointer;
}
.text-grey {
    color: #546E7A !important;
}
.bg-grey {
	background: #dee2e6 !important;
}
.pt-dot-menu .dropdown-item:focus, .pt-dot-menu .dropdown-item:hover {
	color: #16181b;
    background-color: #eee;
}
.button {
	display: inline-block;
	padding: 10px 39px;
	border-radius: 25px;
	text-transform: uppercase;
	background-attachment: none;
	background-image: linear-gradient(to left, transparent, transparent 50%, var(--theme1) 50%, var(--theme1));
  	background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    font-weight: 700;
}
.button:hover {
	background-position: 0 0;
	color: var(--textlight);
}
.bg-img {
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.nav-top .top{
	/*background: var(--theme1);*/
	padding: 5px 0;
}
.tutframe {
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.shadow {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
/******** Menu Style ********/
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: var(--theme1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: var(--theme1);
}
.nav-top .bottom nav .nav-link {
	padding: 5px 20px;
	color: var(--textlight);
}
.nav-top .bottom nav .nav-link.login{
	border: 1px solid var(--textlight);
	border-radius: 25px;
}
.scrollFix .nav-link.login{
	border-color: var(--theme1) !important;
}
.navbar-light .navbar-nav .list-unstyled .nav-link {
	color: var(--textdark);
	font-size: 13px;
}
.navbar-light .navbar-nav .list-unstyled .nav-link:hover {
	color: var(--theme1);
}
.megamenu {
    position: static;
}
.megamenu .dropdown-menu {
    max-height: 474px;
    overflow-y: scroll;
}

.navbar-light .navbar-toggler {
	color: #fff;
	border: none;
	outline: none;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}

.menu-toggle {
/*  position: absolute;
  top: 1em;
  right: 0;*/
  padding: 0.8em;
  padding-right: 0;
  cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: '';
  display: block;
  background: #fff;
  height: 3px;
  width: 2em;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}

.hamburger::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.hamburger::after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.open .hamburger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open .hamburger::before {
  display: none;
}

.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
          transform: translateY(-1px) rotate(-90deg);
}

#stickyNav {
	width: 100%;
	padding: 0;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.scrollFix {
	background-color: #fff !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
}

.scrollFix .hamburger,
.scrollFix .hamburger::before,
.scrollFix .hamburger::after {
  background: var(--textdark);
}

.scrollFix .nav-link {
	color: var(--textdark) !important;
}
.scrollFix .nav-link:hover, .scrollFix .nav-link.active {
	color: var(--theme1) !important;
}
.navbar-light .navbar-nav .list-unstyled .nav-link:hover {
	color: var(--theme1) !important;
	background: #fff;
}
.nav-logo img {
	height: 40px;
}
#lg1, #lg3 {
	display: inline;
}
.scrollFix #lg1, .scrollFix #lg3 {
	display: none;
}
#lg2, #lg4 {
	display: none;
}
.scrollFix #lg2, .scrollFix #lg4 {
	display: inline;
}

.collapse.show {
    max-height: calc(100vh - 100px);
    overflow: auto;
}
/****************************/



#top {
	color: var(--textlight);
	width: 100%;
	/*background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1)), url('../price3_home_img/bg1.png');
	background-blend-mode: saturation;
	transition: background-color 1s ease-out;*/
	background-size: cover;
	background-repeat: no-repeat;
}
#top .bg-overlay {
	width: 100%;
	background: rgba(0,0,0,0.7);
}
#spotlight .bg-img {
 /* background-color: rgba(255,255,255,0);*/
}
#spotlight h1, #spotlight h2 {
	font-weight: 900;
}
#spotlight h1 .letter {
	color: var(--theme1);
	font-weight: 900;
	margin-right: 3px;
}
#spotlight.inner {
	margin-top: 50px;
	padding-top: 70px;
	padding-bottom: 40px;
}

#spotlight .button {
	display: inline-block;
	padding: 10px 39px;
	color: var(--textlight);
	border: 1px solid var(--textlight);
	border-radius: 25px;
	text-transform: uppercase;
	background-attachment: none;
	background-image: linear-gradient(to left, transparent, transparent 50%, var(--theme1) 50%, var(--theme1));
  	background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
#spotlight .button:hover {
	border: 1px solid var(--theme1);
	background-position: 0 0;

}
.glass {
	background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
.g-block {
	flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    line-height: 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 300ms linear 0s;
}
.g-block a {
	color: var(--textlight);
	font-size: 2.1em;
}
.g-block:nth-child(odd) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.g-block:nth-child(5), .g-block:last-child {
	border-bottom: 0px;
}
.g-block:hover {
	    background: var(--theme1);
}
#news {
	background: var(--theme1);
}

#about {
	padding-top: 60px;
	padding-bottom: 15px;
}
#about h2 {
	font-weight: 700;
}
#about .left {
	width: 50%;
}
#about .right {
	width: 50%;
}
#about .button {
	color: var(--theme1);
	border: 1px solid var(--theme1);
}
#about .button:hover {
	color: var(--textlight);
}

/*#components .owl-item > div {
  cursor: pointer;
  margin: 9px 12px;
  transition: margin 0.4s ease;
}
#components .owl-item.center > div {
  cursor: auto;
  margin: 0;
}*/

#components {
	padding: 40px 0;
}
#components .components {
	width: 80%;
	box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, .12);
	background-color: #fff;
	position: relative;
	margin-bottom: -125px;
	z-index: 100;
}
#components .owl-item {
	height: 180px!important;
    text-align: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
#components .owl-item.center:after {
    content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	border-radius: 5px;
	background-color: var(--theme1);
	z-index: 100;
	transition: .3s all ease-in-out;
}
#components .owl-item .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #e6e6e6;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	right: 0;
}
#components .owl-item:last-child .item {
	border-right-width: 0;
}
#components .owl-item .pt-iconbox {
	position: relative;
	z-index: 100;
}
#components .owl-item .pt-iconbox i {
	font-size: 36px;
	padding-bottom: 30px;
	display: block;
	color: #cacaca;
}
#components .owl-item .pt-iconbox h5 {
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #8d8d8d;
}

.pt-iconbox-tab-icon {
	position: absolute;
	right: -70px;
	bottom: -70px;
	font-size: 130px;
	color: #f1f1f1;
	opacity: 0;
	transition: .5s all ease-in-out;
}

#components .owl-item.center .pt-iconbox-tab-icon {
	opacity: 1;
	right: -30px;
	bottom: -39px;
}
#components .owl-item.center h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #3f3f3f;
}
#components .owl-item:hover h5 {
	font-weight: 700;
}
#components .owl-item.center .pt-iconbox i {
	color: var(--theme1);
}
#awards {
	padding-top: 135px;
	padding-bottom: 60px;
	background-repeat: no-repeat !important;
  	background-attachment: fixed !important;
	background-position: center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}

/*****Flip Card*****/
#awards .card {
	 position: relative;
	 min-height: 18em;
	 perspective: 150em;
	 background: none;
	 text-align: center;
	 padding: 15px;
}
#awards .card__side {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 min-height: 18em;
	 backface-visibility: hidden;
	 transition: all 0.6s ease;
	 box-shadow: 1em 1em 2em rgba(0, 0, 0, .2);
}
#awards .card__side--front {
	 background-color: none;
}
#awards .card__side--back {
	 color: #fff;
	 transform: rotateY(180deg);
}
/*#awards .card__side--back-1 {
	 background-image: linear-gradient(to right bottom, #7ed56f, #28b485);
}*/
 .card:hover .card__side--front {
	 transform: rotateY(-180deg);
}
#awards .card:hover .card__side--back {
	 transform: rotate(0);
	 border-radius: 10px;
	 overflow: hidden;
}
#awards .card__description {
	 text-transform: uppercase;
	 font-size: 5em;
	 padding: 1em 0;
}
#awards .card__description svg {
	 width: 1.5em;
	 height: 1.5em;
	 fill: #fff;
}


/*******************/

#team {
	padding: 60px 0;
	background: #eee;
}
#team .nav-pills .nav-link {
	/*border-radius: 0;*/
	margin-bottom: 2px;
}
#team .nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

#team .nav-pills-custom .nav-link.active {
    color: #fff !important;
    background: #222d3b;
}
#team .nav-pills-custom #head {
    color: var(--theme1) !important;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    #team .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 15px solid transparent;
        border-left: 20px solid #222d3b;
        border-bottom: 15px solid transparent;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

#team .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

#tabs{
    color: var(--text-dark);
}
#tabs h6.section-title{
    color: var(--text-dark);
}

#tabs .nav-tabs .nav-item.show .nav-link, #tabs .nav-tabs .nav-link.active {
    color: var(--text-dark) !important;
    background-color: transparent;
    border-color: transparent transparent var(--theme1);
    border-bottom: 4px solid !important;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: var(--text-dark);
}

#gallery .g-item {
	position: relative;
	overflow: hidden;
}
#gallery .g-item .g-image {
	position: relative;
	z-index: 1;
}
#gallery .g-item img {
	display: block;
	width: 100%;
}
#gallery .g-item .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background: rgba(0,0,0,0.5);*/
	background-image: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,1));
	-webkit-transition: .3s all;
	transition: .3s all;
	padding: 10px 10px 20px;
}
#gallery .g-item:hover .mask {
	bottom: 100%;
}
#gallery .g-item .mask-hover {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	/*background: rgba(0, 150, 136, 0.7);*/
	background-image: linear-gradient(rgba(0, 150, 136, 0.7), #009688);
	padding: 10px 10px 20px;
	-webkit-transition: .3s all;
	transition: .3s all;
}
#gallery .g-item:hover .mask-hover {
	top: 0;
}
#gallery .g-item .mask-content {
	color: #fff;
}
#gallery .g-item .mask-content h5 {
	font-weight: 700;
}
/******Popup Starts******/


.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .80);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: .64s ease-in-out;
}
.popup-inner {
    position: relative;
    bottom: -100vw;
    right: 0;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 60%;
    height: 80%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: .64s ease-in-out;
}
.popup__photo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.popup__photo img {
      width: auto;
      height: 100%;
}
.popup__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    padding: 3rem 1rem 3rem 2rem;
}
.popup__text p {
	overflow: auto;
}
.popup__text h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: #0A0A0A;
}
.popup__text p {
    font-size: .875rem;
    color: #686868;
    line-height: 1.5;
}
.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #0A0A0A;
    z-index: 4;
    color: #fff;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.popup.show {
    visibility: visible;
    opacity: 1;
}
.popup.show .popup-inner {
    bottom: 0;
    right: 0;
    transform: rotate(0);
}

#departments {
	padding: 60px 0;
	background: var(--theme3);
	text-align: center;
}
#departments h2 {
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
#departments a.button {
	color: var(--theme1);
	border: 1px solid var(--theme1);
	margin-top: 20px;
}
#departments .owl-carousel img:hover {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}
#departments .owl-carousel img {
	-webkit-filter: none;
    filter: none;
}
#departments a.button:hover {
	color: var(--textlight);
}

/*******Department card Design**********/

#departments .card {
	 position: relative;
	 display: flex;
	 align-items: flex-end;
	 overflow: hidden;
	 padding: 1rem;
	 width: 100%;
	 text-align: center;
	 color: whitesmoke;
	 background-color: whitesmoke;
	 height: 300px;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
#departments .card:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 110%;
	 background-size: cover;
	 background-position: 0 0;
	 transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
	 pointer-events: none;
}
#departments .card:after {
	 content: '';
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 200%;
	 pointer-events: none;
	 background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.320) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.540) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.790) 100%);
	 transform: translateY(-50%);
	 transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}
#departments .card:before {
	 background-image: inherit;
}

#departments .content {
	 position: relative;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 100%;
	 padding: 1rem;
	 transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
	 z-index: 1;
}
#departments .content > * + * {
	 margin-top: 1rem;
}
#departments .title {
	 font-size: 1.3rem;
	 font-weight: bold;
	 line-height: 1.2;
}

/**********Accordian Style********/
#tutorial {
	font-family: Roboto;
}
.accordion{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225,225,225,1);
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 5px;
}

.accordion .accordion_tab{
  padding: 8px;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  font-family: Roboto;
}

.accordion .accordion_tab .accordion_arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 15px;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.accordion .accordion_tab .accordion_arrow img{
  width: 100%;
  height: 100%;
}

.accordion .accordion_tab.active .accordion_arrow{
  transform: translateY(-50%) rotate(180deg);
}

.accordion.active{
  height: auto;
}

.accordion .accordion_content{
  padding: 20px;
  border-top: 1px solid #e9e9e9;
}

/*.accordion .accordion_content .accordion_item{
  margin-bottom: 20px;
}*/

#tutorials {
	position: relative;
}
#slideLeft {
	width: 250px;
	position: absolute;
	top: 0;
    bottom: 0;
    left: -250px;
    min-height: 70vh;
    padding-right: 5px;
    border-right: 1px solid rgba(0,0,0,0.1);
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
    overflow: auto;
}
#slideLeft.show {
	left: 0;
}
#slideRight {
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    min-height: 70vh;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.1);
}
#slideRight.full {
    width: 100%;
}

#tutorials .tut-items {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
#tutorials .tut-items li a {
	color: rgba(0,0,0,0.6);
	font-family: Roboto;
	display: block;
	padding: 5px 0;
}
#tutorials .tut-items li a:hover {
	background: #eee;
}
#tutorials .tut-items li a.active {
	color: var(--theme1);
	font-weight: bold;
}
.bg-stripped {
	background-color: rgba(0,0,0,.05);
}
.inner {
	font-family: sans-serif !;
}
.contents table {
	font-family: sans-serif;
}
/*=================Filter Sidebar Modal==================*/
.pt-filter .modal .modal-dialog-aside{
    width: 350px;
    max-width:80%; height: 100%; margin:0;
    transform: translate(0); transition: transform .2s;
}
.pt-filter .modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.pt-filter .modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.pt-filter .modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.pt-filter .modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.pt-filter .modal.show .modal-dialog-aside{ transform: translateX(0);  }
/*=================Filter Sidebar Modal ends==================*/



@media (hover: hover) and (min-width: 320px) {
	#departments .card:after {
		 transform: translateY(0);
	}
	#departments .content {
		 transform: translateY(calc(100% - 4.5rem));
	}
	#departments .content > *:not(.title) {
		 opacity: 0;
		 transform: translateY(1rem);
		 transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
	}
	#departments .card:hover, .card:focus-within {
		 align-items: center;
	}
	#departments .card:hover:before, .card:focus-within:before {
		 transform: translateY(-4%);
	}
	#departments .card:hover:after, .card:focus-within:after {
		 transform: translateY(-50%);
	}
	#departments .card:hover .content, .card:focus-within .content {
		 transform: translateY(0);
	}
	#departments .card:hover .content > *:not(.title), .card:focus-within .content > *:not(.title) {
		 opacity: 1;
		 transform: translateY(0);
		 transition-delay: calc(700ms / 8);
	}
	#departments .card:focus-within:before, .card:focus-within:after, .card:focus-within .content, .card:focus-within .content > *:not(.title) {
		 transition-duration: 0s;
	}
}
/***************************************/

#others {
	padding: 60px 0;
	background: var(--bggrey);
	text-align: center;
}
#others .owl-carousel img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}
#others .owl-carousel img:hover {
	-webkit-filter: none;
    filter: none;
}
#contacts .top{
	background: var(--theme1);
	color: var(--textlight);
	text-align: center;
}
#contacts .top .pattern{
	background: url(../price3_home_img/pattern.png);
}
#contacts .top .center {
	background: rgba(0,0,0,0.1);
}
#contacts .top i {
	font-size: 25px;
}
#contacts #map {
	width: 100%;
	height: 350px;
	filter: url('data:image/svg+xml;utf8,<svg xmlns="svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

footer {
	background: var(--themedark);
	color: var(--textlight);
}
footer .top {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer ul {
	padding-left: 0;
}
footer ul li {
	list-style: none;
}
footer ul li a,#contacts .top div.pattern p b a {
	color: var(--textlight);
	display: block;
	padding: 5px 0;
}
footer ul li a:hover, footer .bottom a:hover {
	color: var(--theme2);
}
footer .bottom a {
	color: var(--textlight);
}
footer .bottom p {
	font-size: 12px;
	color: #b8b8b8;
}


/*-----Data Table-----*/
.page-item.active .page-link {
    background-color: #222d3b !important;
    border-color: #222d3b !important;
    color: #fff !important;
}
.page-link {
	color: #222d3b !important;
}
#page_loader {
   position : fixed;
   z-index : 999999; /* or higher if necessary */
   top: 0;
   left: 0;
   width:100%;
   height :100%;
   overflow:hidden;
   text-indent : 100%;
   padding-top:15%;
   font-size   : 0;
   background-color: #000;
   opacity     : 0.5;
}
.hide
{
	display:none !important;
}


.pointer-none{
cursor: none;
}