/*-----------------------------------------*/
/*                 FONTS STARTS            */
/*-----------------------------------------*/
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source-Sans-Pro-Bold';
    src: url('../fonts/source-sans-pro/bold/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/source-sans-pro/bold/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/source-sans-pro/bold/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro/bold/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/source-sans-pro/bold/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/source-sans-pro/bold/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Source-Sans-Pro-Light';
    src: url('../fonts/source-sans-pro/light/sourcesanspro-light-webfont.eot');
    src: url('../fonts/source-sans-pro/light/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/source-sans-pro/light/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro/light/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/source-sans-pro/light/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/source-sans-pro/light/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-----------------------------------------*/
/*                 FONTS ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          COMMON CLASS STARTS            */
/*-----------------------------------------*/
body {
	color: #0C1446;
    margin: 0;
    font-family: 'Montserrat-Regular';
}
a {
	color: #0C1446;
	text-decoration: none;
    outline: none !important;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none !important;
}
a[href] {
	cursor: pointer;
}
a[href]:hover {
	color: #AE763F;
}
input,
input:hover,
input:active,
input:focus {
    text-decoration: none;
    outline: none !important;
}
.color-white {
	color: #fff;
}
.color-grey {
	color: rgba(56, 71, 93, 0.8);
}
.color-blue {
	color: #0C1446;
}
.color-blue-opacity {
	color: rgba(56, 71, 93, 0.8);
}
.color-orange {
	color: #AE763F;
}
.bg-black {
	background-color: #000;
}
.bg-blue {
	background-color: #0C1446;
}
.bg-grey {
	background-color: #29292B;
}
.row-m-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.col-p-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.img-shadow {
	box-shadow: 0px 5px 15px #00000029;
}
.img-margin {
	margin: 0 0 15px 0;
}
.montserrat-medium {
	font-family: 'Montserrat-Medium';
}
.montserrat-bold {
	font-family: 'Montserrat-Bold';
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-line2 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-line3 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-line4 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 6em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-line5 {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.h05{height: 5px;}
.h10{height: 10px;}
.h15{height: 15px;}
.h20{height: 20px;}
.h30{height: 30px;}
.h40{height: 40px;}
.h50{height: 50px;}
.h60{height: 60px;}
/*-----------------------------------------*/
/*          COMMON CLASS ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*        LOADER STARTS                    */
/*-----------------------------------------*/
.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100003;
	background-color: rgba(16, 16, 16, 0.5);
	display: none;
}
.loader-tbl {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.loader-tbl-cell {
	display: table-cell;
	vertical-align: middle;
}
.loader-box {
	background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
	border-radius: 15px;
    width: 240px;
  	height: 90px;
}
.loader-text {
	position: relative;
	color: #2E2E39;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
  	height: 50px;
  	line-height: 50px;
}
.loader-text::before,
.loader-text::after {
  	content: "";
  	display: block;
  	width: 15px;
  	height: 15px;
  	position: absolute;
  	background-color: #AE763F;
    -webkit-animation: load .7s infinite alternate ease-in-out;
          	animation: load .7s infinite alternate ease-in-out;
}
.loader-text::before {
  	top: 0;
}
.loader-text::after {
  	bottom: 0;
  	background-color: #0C1446;
}
@-webkit-keyframes load {
  	0% {
    	left: 0;
    	height: 30px;
    	width: 15px;
  	}
  	50% {
    	height: 8px;
    	width: 40px;
  	}
  	100% {
    	left: 185px;
    	height: 30px;
    	width: 15px;
  	}
}
@keyframes load {
  	0% {
    	left: 0;
    	height: 30px;
    	width: 15px;
  	}
  	50% {
    	height: 8px;
    	width: 40px;
  	}
  	100% {
    	left: 185px;
    	height: 30px;
    	width: 15px;
  	}
}
@media(max-width: 767px) {
	.loader-box {
		transform: scale(0.7);
		transform-origin: center center;
	}
}
/*-----------------------------------------*/
/*        LOADER ENDS                      */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*             ALERTIFY LOGS STARTS        */
/*-----------------------------------------*/
.alertify-logs {
	z-index:10002;
	width: 500px;
	max-width: calc(100% - 30px);
	top: 30px;
	bottom: inherit;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: none;
}
.alertify-log {
	padding: 10px 15px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.6);
	color: #fff;
	cursor: pointer;
	top: -300px;
	margin: 0;
	right: inherit;
	text-shadow: none;
	padding-right: 40px;
}
.alertify-log-show {
	top: 0;
	right: inherit;
}
.alertify-log-success {
	background-color: #0ac209;
	border-color: #0ac209;
}
.alertify-log-error {
	background-color: #e20c0b;
	border-color: #e20c0b;
}
.alertify,
.alertify-show,
.alertify-log,
.alertify-hide,
.alertify-log-hide {
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.alertify-log-hide {
	-webkit-transform: translate(0, -100px);
	-moz-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	-o-transform: translate(0, -100px);
	transform: translate(0, -100px);
	opacity: 0
}
.alertify-log .caption {
	position: relative;
	padding-left: 25px;
	font-family: 'Montserrat-Bold';
	line-height: 23px;
	font-size: 16px;
}
.alertify-log .caption .fa {
	position: absolute;
	top: 3px;
	left: 0;
}
.alertify-log .caption .close-btn {
	left: inherit;
    right: -28px;
    font-size: 18px;
    top: 2px;
    opacity: 0.75;
}
.alertify-log .caption .close-btn:hover {
    opacity: 1;
}
.alertify-log .desc {
	padding-left: 25px;
	font-family: 'Montserrat-Medium';
	font-size: 12px;
}
.alertify-log ul {
	margin-bottom: 0;
	padding-left: 15px;
}
@media(max-width: 575px) {
	.alertify-logs {
		width: 100%;
	}
}
/*-----------------------------------------*/
/*             ALERTIFY LOGS ENDS          */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*                  CARD STARTS            */
/*-----------------------------------------*/
.card-container {
	margin-top: -10px;
}
.card {
	background: #FFFFFF;
	box-shadow: 0px 5px 15px #00000026;
	margin-bottom: 30px;
	margin-top: 10px;
	overflow: hidden;
	border: none;
	border-radius: 5px;
	transition: all 0.2s linear;
    height: calc(100% - 40px);
}
.card.shadow-dark {
    box-shadow: 0px 8px 20px #00000033;
}
.card:not(.no-hover):hover {
	box-shadow: 0px 5px 15px #00000050;
	transform: scale(1.01);
}
.card.shadow-dark:not(.no-hover):hover {
	box-shadow: 0px 10px 20px #00000050;
}
.card-body {
	padding: 23px 18px;
}
.card-title {
	font-size: 20px;
	font-family: 'Montserrat-Bold';
	margin-bottom: 20px;
	color: #0C1446;
}
.card-sub-title {
	font-size: 16px;
	font-family: 'Montserrat-Bold';
	margin-top: 5px;
	color: #363C3E;
}
.card-sub-title.margin-lg {
	margin-bottom: 25px;
}
.card-text {
	font-size: 16px;
	margin-bottom: 15px;
	color: rgba(56, 71, 93,0.8);
}
.card-text a {
	color: #8C9CB0;
}
.card-text a:hover {
	color: #AE763F;
}
.card-text.margin-lg {
	margin-bottom: 25px;
}
.card-properties {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgba(56, 71, 93,0.8);
}
.card-more-link {
	color: #0C1446;
	font-size: 18px;
	font-family: 'Source-Sans-Pro-Bold';
	margin-top: 15px;
	display: inline-block;
}
.card-more-link:hover {
	color: #AE763F;
}
@media(max-width: 991px) {
	.card {
		box-shadow: 0px 3px 10px #00000026;
	}
	.card.shadow-dark {
	    box-shadow: 0px 5px 15px #00000033;
	}
}
@media(max-width: 575px) {
	.card {
		margin-left: 12px;
	    margin-right: 12px;
	}
}
/*-----------------------------------------*/
/*                  CARD ENDS              */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*       TITLES AND DESC STARTS            */
/*-----------------------------------------*/
.section-title {
	font-size: 38px;
	font-family: 'Source-Sans-Pro-Light';
	margin-bottom: 50px;
	color: #363C3E;
}
.section-title.margin-md {
	margin-bottom: 25px !important;
}
.section-title.margin-sm {
	margin-bottom: 15px !important;
}
.sub-title {
	font-size: 20px;
	font-family: 'Montserrat-Bold';
	margin-bottom: 30px;
}
.content-desc {
	font-size: 16px;
}
.v-spacing {
	height: 90px;
}
@media(max-width: 1199px) {
	.section-title {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.v-spacing {
		height: 70px;
	}
}
@media(max-width: 991px) {
	.section-title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	.v-spacing {
		height: 50px;
	}
}
@media(max-width: 767px) {
	.section-title {
		font-size: 31px;
		margin-bottom: 25px;
	}
	.v-spacing {
		height: 30px;
	}
}
@media(max-width: 575px) {
	.section-title {
		font-size: 28px;
		margin-bottom: 18px;
	}
}
/*-----------------------------------------*/
/*         TITLES AND DESC ENDS            */
/*-----------------------------------------*/


/*-----------------------------------------*/
/*         BORDERED LIST STARTS            */
/*-----------------------------------------*/
.bordered-list {
	border-bottom: 1px solid #8C9CB0;
}
.bordered-list-in {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.bordered-list.with-icon .bordered-list-in {
	padding-left: 30px;
	position: relative;
}
.bordered-list.with-icon .icon {
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 1;
	color: #7BDE45;
	width: 25px;
	text-align: center;
}
@media(max-width: 1199px) {
	.bordered-list-in {
		font-size: 15px;
	    margin-bottom: 3px;
	    margin-top: 12px;
	}
	.bordered-list.with-icon .bordered-list-in {
		padding-left: 30px;
	}
}
/*-----------------------------------------*/
/*         BORDERED LIST ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*             LIGHT BOX STARTS            */
/*-----------------------------------------*/
.jslghtbx {
	z-index: 10000 !important;
}
.jslghtbx-prev.jslghtbx-no-img,
.jslghtbx-next.jslghtbx-no-img {
    border-top-width: 25px !important;
    border-bottom-width: 25px !important;
}
.jslghtbx-prev.jslghtbx-no-img {
    border-right-width: 20px !important;
}
.jslghtbx-next.jslghtbx-no-img {
    border-left-width: 20px !important;
}
.jslghtbx-thmb {
	max-height: inherit;
	padding: .25rem;
	box-shadow: none;
}
.jslghtbx-thmb:hover {
	box-shadow: none;
	border-color: #AE763F;
}
/*-----------------------------------------*/
/*             LIGHT BOX ENDS              */
/*-----------------------------------------*/

/*-----------------------------------------*/
/*          GREEK -EL  LANGUAGE CSS STRAT   */
/*-----------------------------------------*/
.el .alertify-log .caption {
	font-family: 'Roboto-Bold'!important;
}
.el .alertify-log .desc {
	 font-family: 'Roboto-Medium'!important;
}
.el .card-title {
	font-family: 'Roboto-Bold'!important;
}
.el .card-sub-title {
	font-family: 'Roboto-Bold'!important;
}
.el .sub-title {
	font-family: 'Roboto-Bold'!important;
}
.el .card-more-link {
	font-family: 'Roboto-Bold'!important;
}
.el .section-title {
	font-family: 'Roboto-Light'!important;
}
.el .loader-text {
	font-family: 'Roboto-Bold'!important;
}
/*-----------------------------------------*/
/*          GREEK -EL  LANGUAGE CSS END   */
/*-----------------------------------------*/