.single-footer-widget ul.our-link li {
	list-style: disclosure-closed;
	margin-left: 15px;
}

#contacts_form .submit_button input[type='submit'] {
	position: absolute;
	right: 0;
	top: 2px;
	border: 0px;
	cursor: pointer;
	height: 44px;
	line-height: 44px;
	background: #1583e9;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0px 30px;
	border-radius: 0px 5px 5px 0px;
}

	#contacts_form .submit_button input[type='submit']:hover {
		background: #303030;
	}

#contacts_form input[type="text"], #contacts_form input[type="email"] {
	position: relative;
	float: left;
	background: #e7f2fd !important;
	height: 44px;
	line-height: 44px;
	color: #3d2824;
	font-size: 13px;
	border-radius: 5px;
	border: 2px solid #fff;
	width: 100%;
	padding: 22px 20px;
	box-sizing: border-box;
}

#contacts_form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

#contacts_form input[type="text"]:focus {
	font-size: 14px;
	border: 2px solid #f9bf3b;
}

#contacts_form input[type="text"].active {
	font-size: 14px;
	border: 2px solid #f9bf3b;
}

.themebase {
    color: #CE413F;
}

.Data_Centre {
	float: right;
	position: absolute;
	left: 71%;
}

.Data_Centre a {
	color: #CE413F !important;
}

@media screen and (max-width: 769px) {
	.Data_Centre {
		position: relative !important;
		left: 1% !important;
		padding-top: 10px;
	}
}

@media screen and (max-width: 991px) and (min-width: 770px) {
	.Data_Centre {
		left: 33% !important;
	}
}

@media screen and (max-width: 1152px) and (min-width: 992px) {
	.Data_Centre {
		left: 74% !important;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1153px) {
	.Data_Centre {
		left: 77% !important;
	}
}


.mb-30 {
	margin-bottom: 30px;
}

#contact-form #success,
#contact-form #error {
	display: none;
}

#contact-form #success span {
	color: #9bd32d;
	font-size: 16px;
}

#contact-form #error span {
	color: #c0392b;
	font-size: 16px;
}

.ptb-15 {
	padding: 15px 0;
}

#LoaderImage {
	display: none;
}

/*.single-contact-card .fa {
	border-radius: 100% !important;
	border: 2px solid grey !important;
	padding: 5px;
}
.single-contact-card .fa-mobile {
	font-size: 22px !important;
}*/

.border-line {
	background-color: #a0ccf7 !important;
}

.single-contact-card i {
	font-size: 18px;
	color: #00BAE3;
	width: 20px;
	margin-right: 10px;
}

.single-contact-card p {
	display: inline-block;
	font-size: 15px;
	color: #677078;
	line-height: 2;
	margin-left: 30px;
	margin-top: -28px;
}

.single-contact-card a {
	color: #677078;
	font-size: 14px;
}

.single-contact-card div {
	padding-bottom: 10px;
}

.single-contact-card .fa-map-marker {
	font-size: 18px;
}

.single-contact-card .fa-envelope {
	font-size: 14px;
}

.single-contact-card .fa-phone {
	font-size: 18px;
}

.single-contact-card .fa-mobile {
	font-size: 22px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	padding: 30px 0;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.pull-right {
	float: right !important;
}

.no-padding {
	padding: 0 !important;
}

.promo .overlay {
	background: rgba(52,66,72,0.95);
	padding: 80px 0;
}

	.promo .overlay::before {
		content: "";
		position: absolute;
		right: 0px;
		left: 100%;
		width: 100%;
		height: 100%;
		top: 0px;
		background: rgba(52,66,72,0.95);
	}



.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 0px;
	margin-bottom: 10px;
}

.promo p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 0;
}
.promo .overlay::after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 350px solid rgba(52,66,72,0.95);
	border-left: 340px solid transparent;
}

.promo {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.promo .overlay::after {
		border-bottom: 370px solid rgba(52,66,72,0.95);
	}
}

@media only screen and (max-width: 767px) {
	.promo .overlay::after {
		border-bottom: 390px solid rgba(52,66,72,0.95);
	}
}

@media only screen and (max-width: 481px) {
	.promo .overlay::after {
		border-bottom: 400px solid rgba(52,66,72,0.95);
	}
}

.mb--9pt5 {
	padding-top: 40px !important;
	padding-bottom: 20px;
}

.mb--26 {
	margin-bottom: 26px;
}

.mtb-30 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.img-card {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*figure .img-card:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/

li .img-holder a img {
	border: 2px solid;
	border-image: linear-gradient(to bottom, #2b68c4 0%,#cf2d6e 100%)1;
	width: 50px;
	height: 50px;
	max-width: inherit;
}

.images_grid {
	margin: 0;
	padding: 0;
}

	.images_grid .isotope-item {
		width: 50%;
		padding: 1px;
		list-style: none;
		margin: 0;
		max-width: 100%;
		float: left;
	}

		.images_grid .isotope-item a {
			position: relative;
			overflow: hidden;
		}

	.images_grid a {
		display: block;
	}

	.images_grid a {
		display: block;
	}

.images_grid {
	margin: 0;
	padding: 0;
}

	.images_grid .isotope-item {
		width: 50%;
		padding: 1px;
		list-style: none;
		margin: 0;
		max-width: 100%;
		float: left;
	}

		.images_grid .isotope-item a {
			position: relative;
			overflow: hidden;
		}

	.images_grid a {
		display: block;
	}

	.images_grid .isotope-item a:hover img {
		-webkit-opacity: 0.2;
		-khtml-opacity: 0.2;
		-moz-opacity: 0.2;
		opacity: 0.2;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
		filter: alpha(opacity=20);
		-webkit-transform: scale(1.2) rotateZ(-5deg);
		-moz-transform: scale(1.2) rotateZ(-5deg);
		-ms-transform: scale(1.2) rotateZ(-5deg);
		-o-transform: scale(1.2) rotateZ(-5deg);
		transform: scale(1.2) rotateZ(-5deg);
	}

	.images_grid .isotope-item a img {
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}

	.images_grid .isotope-item a img {
		display: block;
		height: auto;
		max-width: 100%;
	}

	.images_grid .isotope-item a:hover:after,
	.images_grid .isotope-item a:hover:before {
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		filter: alpha(opacity=100);
	}

	.images_grid .isotope-item a:before {
		content: "";
		width: 1px;
		height: 50px;
		background: #000000;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -25px;
		margin-left: -1px;
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}

	.images_grid .isotope-item a:after {
		content: "";
		width: 50px;
		height: 1px;
		background: #000000;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -25px;
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		filter: alpha(opacity=0);
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}

.images_grid02 .isotope-item a img {
	max-width: none;
}

.images_grid .isotope-img {
	width: 100% !important;
}

.ml-7 {
	margin-left: -90px;
}

.thumbnails {
	margin-right: -15px;
}

	.thumbnails a {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding-right: 15px;
		margin-bottom: 15px;
	}

	.thumbnails img {
		width: 100%;
		height: auto;
		display: block;
		transition: all .2s ease-in-out;
	}

	.thumbnails:hover img {
		opacity: .6;
		/*transform: scale(.92);*/
	}

		.thumbnails:hover img:hover {
			opacity: 1;
			/*transform: scale(1) rotate(2deg);*/
			box-shadow: 0 0 7px rgba(0, 0, 0, .5);
		}

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

	.thumbnails a {
		width: 50%;
	}
}

.row:before,
.row:after,
.group:before,
.group:after {
	content: "";
	display: table;
}

.row:after,
.group:after {
	clear: both;
}

.row,
.group {
	zoom: 1;
}

.maso-box .clear {
	float: left;
}

.maso-layout .maso-item:nth-child(3n+0) .img-box {
	height: 550px;
	max-height: 550px;
}

.maso-layout .maso-item:nth-child(2n+0) .img-box {
	height: 350px;
	max-height: 350px;
}

.maso-layout .maso-item:nth-child(4n+0) .img-box {
	height: 250px;
	max-height: 250px;
}

.maso-layout .maso-item:nth-child(1) .img-box {
	height: 450px;
	max-height: 450px;
}

.nav.inner.ms-rounded .maso-order {
	padding: 5px 15px;
	margin-right: 0;
	border-radius: 35px;
	color: #585858;
	line-height: 20px;
}

.maso-order i {
	margin-right: 2px;
}

.maso-order:hover {
	background-color: #EEE;
	cursor: pointer;
}

.maso-list .list-nav {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.adv-img .img-box {
	display: block;
	max-width: 100%;
}

.img-box.i-center {
	position: relative;
}

.adv-img-down-text .caption {
	opacity: 0;
	height: 100%;
	text-align: center;
	top: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transition: opacity .5s;
}

.adv-img .caption {
	position: absolute;
	z-index: 9;
	overflow: hidden;
	color: #FFF;
	cursor: pointer;
	transform: translate3d(0,0,0);
}

.adv-img .img-box img {
	width: 100%;
}

.img-box.adv-img img {
	opacity: 1 !important;
}

.img-box.adv-img img {
	opacity: 1 !important;
}

.img-box img {
	z-index: 2;
	position: relative;
	-webkit-transform: translateZ(0);
}

.images_grid02 .isotope-item {
	width: 100% !important;
}

.footer-space {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.classy-navbar-toggler {
		margin-right: 15px;
	}
}

.pr-10 {
	padding-right: 10px !important;
}