/* cyrillic-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.widget_title .divider-left {
	height: 4px;
	width: 70px;
	background: #cb4154;
	display: block;
}

.widget_title .divider-left {
	margin: 10px 0 -2px;
}

.text-center
{
    text-align:center !important;
}

.text-black
{
    color:#000 !important;
}

.font-40
{
    font-size:40px !important;
}

.weight-800
{
    font-weight:800 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.specialFont {
    font-family: "Nunito",sans-serif !important;
}

#contacts_form .submit_button input[type='submit'] {
	position: absolute;
	right: 15px;
	border: 0px;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	background: #29156e;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0px 30px;
	border-radius: 0px 5px 5px 0px;
	width: 140px;
}

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

#contacts_form input[type="text"], #contacts_form input[type="email"] {
	position: relative;
	float: left;
	background: #eef7e4 !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;
}

#LoaderImage {
	display: none;
	margin-left: 5px;
	width: 22px;
}

.craft {
	text-align: right;
}

.craft a {
	color: #f9bf3b;
}

@media only screen and (max-width: 991px) {
	.craft, .copyright {
		text-align: center;
	}
}

.enquiry {
	transform: rotate(-90deg) translate(-20%,0%);
	transform-origin: right;
	z-index: 999;
	position: fixed;
	top: 150px;
	right: 10px;
	font-size: 12px;
}

#rotate {
	vertical-align: top;
	margin-top: 23px;
	width: 80px;
	height: 30px;
}

.enquiry a {
	cursor: pointer;
	min-height: 30px;
	position: relative;
	border: 1px solid #cb4154;
	border-radius: 8px;
	padding: 4px 8px;
	margin-left: 20px;
	font-variant: small-caps;
	color: #fff !important;
	text-shadow: 0 0 0;
	outline: 0;
	letter-spacing: 2px;
	text-shadow: 0 1px 4px #111;
	box-shadow: 0 1px 4px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 1px rgba(255,255,255,.1);
	background: #cb4154;
}

.enquiry a:hover {
	box-shadow: 0px 0px 4px #fff;
	color: #fff !important;
}

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

#contact-form #success span, #success span {
	color: #008000;
	font-size: 18px;
	font-weight: 800;
	line-height: 50px;
}

#contact-form #error span, #error span {
	color: #c0392b;
	font-size: 18px;
	font-weight: 800;
	line-height: 50px;
}


#contact-page-map {
	width: 100%;
	height: 500px;
	padding: 0 0 10px;
}

.mad_top_header .text-right img {
	width: 96px;
}

.contact_form input, .contact_form textarea {
	margin-bottom: 15px;
}

.mad_section_2 .single-info-box {
	position: relative;
	display: block;
	background: #fff;
	padding: 15px 0 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.mad_section_2 .single-info-box:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.mad_section_2 .single-info-box .icon-box-flat {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	color: #000;
	margin-bottom: 6px;
	transition: all 500ms ease;
}

.mad_section_2 .single-info-box:hover .icon-box-flat {
	color: #cb4154;
}

.mad_section_2 .single-info-box h3 {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 30px;
	color: #0c0d24;
	padding-bottom: 15px;	
	margin-bottom: 0;
	width: 90%;
}

.mad_section_2 .single-info-box .text {
	position: relative;
	display: block;
	color: #3c3c49;
	min-height: 120px;
	padding: 10px 0;
    border-top: 1px solid #192d66;
    font-weight:600;
}

.mad_section_2 .single-info-box:hover .text {
	background: #241668;
	color: #fff !important;
}

.mad_section_2 .single-info-box:hover .text a {
	color: #fff !important;
}

.mad_section_2 .single-info-box .text a {
	color: #3c3c49;
	font-weight: 600;
}

.mad_section_2 .single-info-box .text a:hover {
	color: #fd571d;
}

.paralax_contact_bg {
	background: url('../images/Slides/Contact-Us-BG.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.secondary-color {
	color: #d66978 !important;
}

.contact-info h3 {
	font-size: 30px;
}

.mad_item_offset .main-heading {
	font-size: 42px;
	line-height: 42px;
	color: #29156e !important;
}

.mad_item_offset .main-heading::before {
	position: absolute;
	content: "";
	z-index: 0;
	top: auto;
	bottom: 0;
	right: auto;
	left: 18px;
	transform: none;
	width: 70px;
	height: 4px;
	background: #1bbde8 !important;
}

.widget_contact span {
	color: #fff;
	font-style: italic;
	font-size: 20px;
    line-height:31px;
	/*font-family: 'Rochester', cursive;*/
}

@media only screen and (min-width: 992px) {
	.info-column-two {
		padding-right: 6px;
	}

	.info-column-three {
		padding-left: 6px;
	}
}

.bg-full {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attach {
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.social_icon_list ul li .icon-youtube {
	background: #c4302b;
}

.ShowcaseModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 11111;
	height: 100%;
	overflow: auto;
	display: none;
}

#EnquiryForm input[type="text"], #EnquiryForm input[type="email"], #EnquiryForm input[type="tel"], #EnquiryForm select, #EnquiryForm textarea {
	background-color: #fff;
	border: 1px solid #333;
}

.Formoutliner {
    background: #fff;
    border: solid 5px #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    border-radius: 5px;
    border: 4px solid #2A1773;    
}

.Formoutliner::before
{
    position: absolute;
	content: "";
    opacity:0.1;
    background-image: url("../images/brick-wall.png");
    background-repeat:repeat-x;
    height:100%;
    width:80%;
}

@media only screen and (max-width: 992px) {
    #EnquiryContactSection {
        display: none;
    }
}

#EnquiryForm {
    padding: 14px 20px;
}

.Formoutliner .main-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 0px;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
    color: #29156e !important;
}

.Formoutliner .main-heading::before {
	position: absolute;
	content: "";
	z-index: 0;
	top: 45px;
	bottom: 0;
	right: auto;
	left: 4px;
	transform: none;
	width: 70px;
	height: 4px;
	background: #1bbde8 !important;
}

.Formoutliner input {
	margin-bottom: 15px;
	height: 35px;
	font-size: 14px;
}

.Formoutliner textarea {
	margin-bottom: 15px;
	min-height: 80px;
	font-size: 14px;
	padding: 5px 15px;
}

.Formoutliner select {
	margin-bottom: 15px;
	height: 35px;
	font-size: 14px;
	text-align: left;
	width: 100%;
	background: transparent;
	padding: 5px 15px;
	border-radius: 5px;
	-webkit-appearance: none;
	appearance: none;
}

.Formoutliner .text-center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cont-info {
    padding: 10px 30px 60px;
    background: #2A1773;
    border-radius: 50px 0 0 0;
    min-height:264px;
}

.cont-info h4 {
	font-size: 22px;
	margin-top: 14px;
	margin-bottom: 14px;
    color:#fff;
}

.enquiry-info li a:hover, .enquiry-info li a, .enquiry-info li i {
	color: #f5f5f5;
}

.ml-20 {
	margin-left: 20px;
}
.border_image figure {
	position: relative;
	padding-bottom: 30px;
	z-index: 0;
}

/*.border_image figure::after {
	border-color: #ffff01;
}

.border_image figure::after {
	position: absolute;
	top: 26px;
	content: "";
	border: 2px solid #000;
	width: 100%;
	height: calc(100% - 30px);
	display: inline-block;
	z-index: -1;
}*/

.border_image figure img {
	max-width: 100%;
	height: auto;
	display: inherit;
}

@media only screen and (max-width: 769px) {
    .enquiryInput {
        margin-top: 3px !important;
    }
}

.adv-img-classic-box .caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 60%) !important;
    transform: translate3d(0,0,0);
}

.adv-img-classic-box > .img-box {
    background: #000;
}

.adv-img-classic-box:hover .img-box img {
    opacity: .5 !important;
}

.adv-img-classic-box .caption-inner h2 {
    margin-bottom: 0px;
    line-height: 20px;
}

.advs-box-top-icon {
    overflow: visible;
    position: relative;
}

.advs-box-top-icon:not(.boxed) {
    padding-top: 5px !important;
}

.advs-box-top-icon.boxed-inverse, .advs-box-side-icon.boxed-inverse {
    background: none;
    border-style: solid !important;
    border-width: 1px;
    border-color: #dcdcdc;
}

.advs-box-top-icon:not(.boxed) .icon {
    box-shadow: none !important;
    font-size: 55px;
    height: 60px;
    width: 110px;
    padding: 0;
    margin: -70px 0 0 -56px;
    background: none;
}

.advs-box-top-icon.text-left .icon {
    text-align: left;
    left: 0;
    margin-left: 0;
}

.advs-box-top-icon.text-left.boxed .icon, .advs-box-top-icon.text-left.boxed-inverse .icon {
    left: 13px;
    text-align: center;
    position: relative;
    top: -22px;
	background: none
}

.advs-box-top-icon.boxed-inverse .icon {
    background: #fff;
}

.advs-box.boxed-inverse {
    background-color: #fff;
    border: 7px solid #29156e;
    padding: 25px;
    padding-top: 25px;
    border-radius: 15px;
    min-height:320px;
}

.advs-box-top-icon {
    overflow: visible;
    position: relative;
    margin-top: 45px !important;
}

.advs-box-top-icon:not(.boxed) i.icon {
	color: #1bbde8;
}

.advs-box-top-icon.boxed-inverse .icon {
    background: #fff;
}

.advs-box h3 {
    font-size: 30px;
}

.advs-box p {
    min-height: 75px;
}

.advs-box.boxed-inverse:hover {
    background-color: rgba(0,0,0,0.8);
}

.advs-box.boxed-inverse:hover h2, .advs-box.boxed-inverse:hover h6
{
    color:#fff;
}

.advs-box.boxed-inverse:hover h3, .advs-box.boxed-inverse:hover p {
	color: #fff;
}

.advs-box.boxed-inverse:hover i {
	color: #fff;
}

.advs-box h3 {
	color: #29156e
}

.advs-box::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 40px;
	width: 80px;
	height: 80px;
	background: url(../images/About-Us/Quotes.png);
	background-size: auto;
	background-size: auto;
	background-size: cover;
	opacity: 0.05;
	pointer-events: none;
	transition: 0.5s;
}

.advs-box:hover::before {
	transform: translateY(-60px);
	opacity: 1;
}

.Certificate img {
	width: 95%;
}

.widget_contact p {
	margin-bottom: 5px;
}

.mad_contact_items h2 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}

.mad_contact_items p {
	color: #818190;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 75px;
}

.mad_item_offset h3 {
	font-size: 30px;
	line-height: 30px;
    text-align:left;
}

.hero-bkg-animated {
	/*background: url(../images/About-Us/Clients.png) repeat 0 0;*/
	width: 100%;
	box-sizing: border-box;
	-webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -400px 0;
	}
}

/*.mad_section_client {
	padding: 100px 0 0;
}*/

.bg {
    position: relative;
    background: url(../images/About-Us/Clients.png);
    height: 350px;
    background-size: contain;
    background-position: 0 0;
    animation: animate 30s linear infinite;
    background-repeat: repeat-x;
}

@keyframes animate {
	from {
		background-position: 0 0;
	}

	to {
		background-position: calc(100% - 100vw) 0;
	}
}

.icon-circle-1 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 245px;
	width: 256px;
	background-image: url(../images/icons/circle-1.png);
}

.icon-circle-2 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 113px;
	width: 113px;
	background-image: url(../images/icons/circle-2.png);
}

.icon-circle-3 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	background-image: url(../images/icons/circle-3.png);
}

.icon-circle-4 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 47px;
	width: 47px;
	background-image: url(../images/icons/circle-4.png);
}

.icon-circle-5 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 113px;
	width: 113px;
	background-image: url(../images/icons/circle-5.png);
}


.icon-circle-7 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 50px;
	background-image: url(../images/icons/circle-7.png);
}

.icon-circle-8 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 113px;
	width: 113px;
	background-image: url(../images/icons/circle-8.png);
}

.icon-circle-9 {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	height: 113px;
	width: 113px;
	background-image: url(../images/icons/day-pass.png);
}

.vc_column_container {
	padding-left: 0;
	padding-right: 0
}

.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

.vc_column-inner::after, .vc_column-inner::before {
	content: " ";
	display: table;
}

.dt-sc-image-caption.type8 {
	border: 1px solid #ebebeb;
}

.dt-sc-image-caption {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper, .dt-sc-image-caption.type8 .dt-sc-image-content {
	width: 50%;
	display: inline-block;
	float: left;
	clear: none;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper {
	overflow: hidden;
}

.dt-sc-image-caption .dt-sc-image-wrapper {
	position: relative;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper img {
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.column img, .wpb_column img {
	max-width: 100%;
	height: auto;
	display: inherit;
}

.dt-sc-image-caption.type8 .dt-sc-image-content {
	background: transparent;
	padding: 30px;
}

.dt-sc-image-caption.type8 .dt-sc-image-wrapper, .dt-sc-image-caption.type8 .dt-sc-image-content {
	width: 50%;
	display: inline-block;
	float: left;
	clear: none;
}

.dt-sc-image-caption .dt-sc-image-content {
	display: inline-block;
	clear: both;
	margin: 30px 0px 0px;
}

.dt-sc-simple-content .title-wrapper, .dt-sc-image-caption.type8 .dt-sc-image-title {
	margin-bottom: 40px;
}

.dt-sc-button.half-filled::before {
	background: #f3f4f6;
}

.dt-sc-button.half-filled::before {
	width: 150px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
}

.dt-sc-image-caption.type8 .dt-sc-image-title h3 {
	z-index: 1;
	position: relative;
	padding-left: 30px;
	margin: 0;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
}

image-title::after {
	border-color: #f3f4f6;
}

.dt-theme-heading::after, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-details::after, .dt-sc-simple-content .title-wrapper::after, .dt-sc-image-caption.type8 .dt-sc-image-title::after {
	border: 1px solid;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	left: 10px;
	top: 10px;
	position: absolute;
	width: 150px;
	height: 100%;
	content: "";
}

.dt-sc-button.half-filled.with-icon {
	padding-top: 7px;
	padding-bottom: 7px;
}

.dt-sc-button.half-filled.small {
	font-size: 14px;
}

.dt-sc-image-caption .dt-sc-image-content a {
	margin-top: 20px;
}

.dt-sc-button.half-filled {
	position: relative;
	padding-top: 9px;
	padding-bottom: 7px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}

	.dt-sc-button.half-filled, .dt-sc-button.half-filled:hover {
		background: transparent;
	}

.dt-sc-button.small {
	padding: 13px 20px 11px;
}

.dt-sc-button.half-filled::before {
	background: #ffff01;
}

.dt-sc-button.half-filled::before {
	content: "";
	width: 78px;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0;
}

.dt-sc-button.with-icon.icon-right span {
	margin-left: 10px;
}
.dt-sc-image-caption.type8:hover .dt-sc-image-content a {
	background: transparent;
	color: #000;
}

.dt-sc-simple-content .title-wrapper, .dt-sc-image-caption.type8 .dt-sc-image-title {
	margin-bottom: 40px;
}

.dt-theme-heading, .dt-sc-team.hide-social-show-on-hover .dt-sc-team-details, .dt-sc-simple-content .title-wrapper, .dt-sc-image-caption.type8 .dt-sc-image-title {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 26px;
	padding-top: 28px;
	margin-bottom: 60px;
}

.dt-sc-image-caption.type8 .dt-sc-image-title {
	top: 0px;
	left: -40%;
}

	.dt-sc-image-caption.type8 .dt-sc-image-title::before {
		background: #f3f4f6;
	}

	.dt-sc-image-caption.type8 .dt-sc-image-title::before {
		width: 150px;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		z-index: 1;
	}

@media only screen and (min-width:1200px) and (max-width:1280px) {
	.dt-sc-event-image-caption .dt-sc-image-content, .dt-sc-event-image-caption .dt-sc-image-wrapper {
		width: 100%;
	}

	.dt-sc-event-image-caption .dt-sc-image-wrapper img {
		width: 100%;
	}

	.dt-sc-icon-box.type14 {
		min-height: 325px;
	}
	.dt-sc-image-caption.type6 {
		overflow: hidden;
	}

	.dt-sc-image-caption.type6 .dt-sc-image-wrapper {
		padding: 45px 0 0;
	}

	.dt-sc-image-caption.type6 .dt-sc-image-wrapper img {
		max-height: none;
		width: 100%;
	}

	.dt-sc-image-caption.type6:hover:before {
		top: 0;
	}

	.dt-sc-image-caption.type6 .dt-sc-image-content p {
		display: none;
	}

	.dt-sc-image-caption.type8 .dt-sc-image-wrapper, .dt-sc-image-caption.type8 .dt-sc-image-content {
		width: 100%;
	}

	.dt-sc-image-caption.type8 .dt-sc-image-title {
		left: auto;
	}

	.dt-sc-image-caption.type2 .dt-sc-image-content p, .dt-sc-image-caption.type9 .dt-sc-image-overlay p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.counterBox
{
    padding-top:40px;
    padding-bottom:40px;
}

.bg-cover {
    background-size: cover;
}

.half-blocks-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media only screen and (max-width:991px) {
    p
    {
        text-align:justify;
    }
}

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

.textflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ui-widget-content p {
	margin-bottom: 30px !important;
    text-align:justify;
}

.fl-right {
	float: right;
}

.Serviceoutliner {
	background: #fff;
	border: solid 5px #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	border-radius: 8px;
	border: 4px solid #2A1773;
}

@media only screen and (max-width:991px) {
	.Serviceoutliner {
		width: 90%;
	}
}



@media only screen and (min-width:769px) and (max-width:870px) {
	.Serviceoutliner {
		width: 90%;
	}
}


.tabs-section.vertical.horisontal {
	margin-bottom: 15px;
}

.Serviceoutliner h3 {
	font-weight: bold;
	color: #333333;
	font-size: 28px;
	margin-bottom: 20px;
	padding: 1rem 0;
	border-bottom: 1px solid #dee2e6;
}

.widget {
	overflow: hidden;
}

	.widget .pro-list {
		display: inline-grid;
		overflow: hidden;
		margin: 0;
	}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.widget .pro-list li {
	overflow: hidden;
	margin: 0 0 21px;
	display: inline;
}

.widget .pro-list .img-holder {
	margin-right: 10px;
	float: left;
	width: 90% !important;
}

.img-desc {
	width: 90% !important;
	border: 2px solid #626262;
}

@media only screen and (max-width:767px) {
	.widget .pro-list {
		display: inline-flex;
	}

	.widget .pro-list li {
		display: inline;
	}

	.img-desc {
		width: 70px !important;
		border: 2px solid #626262;
	}
}


.frame img {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    height:100%;
    width:100%;    
}

.frame img:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.service-tabs > div {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
	display: block;
}

.CloseButton {
	background: red;
	width: 25px;
	height: 25px;
	border-radius: 0 5px 0 0;
	display: inline-block;
	text-align: center;
	z-index: 999999999;
	float: right;
	color: #fff;
}

.bg-cover {
	background-size: cover;
}

.half-blocks-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.advs-box.boxed-inverse:hover .half-blocks-bg {
	background: url('../images/Home.png') !important;
	opacity: 1;
}

.default_list_dir li {
	/*text-transform: uppercase;*/
	font-weight: 700;
}

.img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.p-l-50
{
    padding-left:50px;
}

.themecolor {
    color: #29156e !important;
    font-weight:600;
}

.highlightText {
    font-weight: 600;
    color: #fff !important;
    background: #D64F50;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/*----VIDEOS-----*/
.wrap-video {
    position: relative;
    width: 100%;
}

    .wrap-video img {
        width: 100%;
    }

.wrap-iframe-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s;
}

.show-video {
    visibility: visible;
    opacity: 1;
}

.wrap-iframe-video iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.wrap-video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    cursor: pointer;
}

    .wrap-video .btn-play img {
        width: 100%;
        height: 100%;
    }

    .wrap-video .btn-play:hover img {
        opacity: 0.6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

@media (max-width: 575px) {
    .wrap-video .btn-play {
        width: 50px;
        height: 50px;
    }
}

.wrap-container {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.wrap-container:hover {
	box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.playerIcon {
	color: #29156e;
	font-size: 30px;
	position: absolute;
	top: 110px;
	z-index: 1;
	background: #cb4154;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	padding-top: 10px;
	padding-left: 3px;
	display: inline-block;
	left: 45%;
	text-align: center;
}

    .playerIcon i {
        display: block;
    }

.truncate {
	margin: 0 0 20px !important;
	padding: 5px 15px 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 65px;
	font-size: 22px;
	font-weight: 600;
}
/*------VIDEOS------*/

#Menu_Services .c-product-menu-item:nth-child(1) {
	background-color: #efbb20;
}
#Menu_Services .c-product-menu-item:nth-child(2) {
	background-color: #272627;
}
#Menu_Services .c-product-menu-item:nth-child(3) {
	background-color: #272627;
}
#Menu_Services .c-product-menu-item:nth-child(4) {
	background-color: #efbb20;
}
#Menu_Services .c-product-menu-item:nth-child(5) {
	background-color: #efbb20;
}
#Menu_Services .c-product-menu-item:nth-child(6) {
	background-color: #272627;
}
#Menu_Services .c-product-menu-item:nth-child(7) {
	background-color: #272627;
}
#Menu_Services .c-product-menu-item:nth-child(8) {
	background-color: #efbb20;
}
#Menu_Services .c-product-menu-item:nth-child(9) {
	background-color: #efbb20;
}
#Menu_Services .c-product-menu-item:nth-child(10) {
	background-color: #272627;
}
#Menu_Services .c-product-menu-item:nth-child(11) {
	background-color: #272627;
}

.c-product-menu-item:nth-child(2) .c-ticker__item,
.c-product-menu-item:nth-child(3) .c-ticker__item,
.c-product-menu-item:nth-child(6) .c-ticker__item,
.c-product-menu-item:nth-child(7) .c-ticker__item {
    color: #fff !important;
}

[class*="bg_pattern_menu"]::before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: repeat !important;
    background: url(../images/pattern.webp);
    filter: alpha(Opacity=10);
    opacity: 0.05;
}

.prime-logo {
    float:right;
    top:0;
    right:12px;
    position:absolute;
	text-align: right;
	display: block;
}

.prime-logo img {
	width: 100px;
	position: relative;
	top: 15px;
	right: 5%;
}

@media (max-width: 575px) {
	.prime-logo img {
		display: none;
	}
}

/*------OUR WORKS-------*/
.product-item--first h2 {
    margin-top: auto;
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
    font-size: 4.8rem;
    font-weight:200;
}
.product-item a, .product-item p {
    font-size: 18px;
    font-size: 1.8rem;
}
.product-item {
    display: block;
    /*height: 33.33333vw;*/    
    overflow: hidden;
    text-align:center;

}

.product-item img {
    height: 200px !important;        
}

.product-item, .product-item a {
    position: relative;
}

[data-src].is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-item-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 350ms ease,-webkit-transform 350ms cubic-bezier(.25,.46,.45,.94);
    transition: opacity 350ms ease,-webkit-transform 350ms cubic-bezier(.25,.46,.45,.94);
    transition: opacity 350ms ease,transform 350ms cubic-bezier(.25,.46,.45,.94);
    transition: opacity 350ms ease,transform 350ms cubic-bezier(.25,.46,.45,.94),-webkit-transform 350ms cubic-bezier(.25,.46,.45,.94);
    will-change: opacity,transform;
}

.product-item-name {
    position: absolute;
    right: 80px;
    right: 8rem;
    bottom: -webkit-calc(2.6vw - 1rem);
    bottom: calc(2.6vw - 1rem);
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 350ms cubic-bezier(.25,.46,.45,.94);
    transition: all 350ms cubic-bezier(.25,.46,.45,.94);
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    z-index: 2;
}
.product-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    -webkit-transition: all 350ms cubic-bezier(.25,.46,.45,.94);
    transition: all 350ms cubic-bezier(.25,.46,.45,.94);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    overflow: hidden;
}
.product-item:focus .product-item-wrapper, .product-item:hover .product-item-wrapper {
    -webkit-transform: scale3d(.93,.9,1);
    transform: scale3d(.93,.9,1);
}
.product-item--text {
    height: 37.5vw;
    padding: 30px 30px 35px;
    padding: 3rem 3rem 3.5rem;
    color: #fff;
    background-color: #000;
    border: 0;
}
.product-item--first {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    background-color: #fff;
}

.product-item:hover .product-item-name {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-item:focus .product-item-image, .product-item:hover .product-item-image {
    opacity: .8;
    -webkit-transform: scale3d(1.12,1.15,1);
    transform: scale3d(1.12,1.15,1);
}

@media screen and (max-width:767px) {
    .product-item a,
    .product-item p {
        font-size: 1.4rem
    }

    .product-item-name {
        font-size: 1.4rem;
        right: 2rem
    }
}


@media screen and (max-width:991px) {
    .product-item h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:767px) {
    .product-item h2 {
        max-width: 90%;
        font-size: 2.4rem;
        line-height: 1.25;
        letter-spacing: .042em
    }
}

@media screen and (max-width:520px) {
    .product-item h2 {
        max-width: 95%
    }
}

@media screen and (max-width:375px) {
    .product-item h2 {
        max-width: 85%
    }
}

@media screen and (max-width:320px) {
    .product-item h2 {
        max-width: 85%
    }
}

@media screen and (max-width:767px) {
    .product {
        padding-bottom: 54.6875vw
    }
}

@media screen and (max-width:767px) {
    .product-item--text {
        /*height: 63.75vw;*/
        padding: 2rem
    }
}

@media screen and (max-width:480px) {
    .product-item--text {
        height: 100% !important;
        padding: 2rem
    }
}

@media screen and (max-width:611px) {
    .product-item {
        /*height: 64.6875vw;*/
        border-width: 2rem;
    }
}
@media screen and (max-width:767px) {
    .product-item {
        /*height: 64.6875vw;*/
        border-width: 2rem;
    }
    .product-item-name {        
        font-size:1rem;
    }
}
@media screen and (max-width:800px) {
    .product-item {
        /*height: 64.6875vw;*/
        border-width: 2rem;
    }
}
/*------OUR WORKS END---*/

.icon-contact-sec {
	position: absolute;
	top: 60px;
	left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.icon-contact-sec {
		left: 15px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.icon-contact-sec {
		left: 65px;
	}
}

@media only screen and (min-width: 680px) and (max-width: 769px) {
	.icon-contact-sec {
		left: 39%;
	}
}

@media only screen and (min-width: 520px) and (max-width: 679px) {
	.icon-contact-sec {
		left: 35%;
	}
}

@media only screen and (min-width: 400px) and (max-width: 519px) {
	.icon-contact-sec {
		left: 30%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
	.icon-contact-sec {
		left: 25%;
	}
}

@media only screen and (max-width: 319px) {
	.icon-contact-sec {
		left: 20%;
	}
}

/*.carousel_type_1 .owl-controls {
	display: none;
}*/

.mad_widget h5 {
    font-size: 20px;
    color: #272627;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	[class*="mad_pattern"] {
		max-height: initial;
	}
}

.field--name-title {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: capitalize;
	color: #fff;
}

#HomeBlock h2 {
    font-size: 40px;
}

#HomeBlock p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}

#HomeBlock .mad_pattern {
    padding: 69px 90px;
}

#HomeBlock .mad_img_wrap img,
#HomeBlock .pattern_section img {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}

#ProductBlock h2
{
	font-size:40px;
    font-weight:600;
}
#ProductBlock p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}
#ProductBlock .mad_pattern {
    padding: 29px 80px;
}
#ProductBlock .mad_img_wrap img,
#ProductBlock .pattern_section img {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
}

#ProductBlock .owl-controls {
    position: absolute;
    bottom: -15px;
}

#ProductBlock .owl-controls {
    right: 10px;
}

#ProductBlock .yellow_pattern .owl-controls {
    left: 10px;
}

@media only screen and (max-width:768px) {
    .mad_item_offset .main-heading::before {
        bottom: -20px;
    }
    .text1 h2
    {
        font-size:45px;
    }
    .text1 h5
    {
        font-size:17px;
    }
    .rev_slider .tp-caption
    {
        top:150px !important;
    }
}
@media only screen and (max-width:480px) {
    #HomeBlock .mad_pattern {
        padding: 94px 20px;
    }
    #ProductBlock .mad_pattern {
        padding: 29px 20px;
    }

    #ProductBlock h2 {
        font-size: 32px;
    }

    .rev_slider .tp-caption {
        top: 140px !important;
    }
    .text1 h2 {
        font-size: 32px;
    }

    .text1 h5 {
        font-size: 10px;
    }
    .tp-banner-container
    {
        height:450px !important;
    }

    .Formoutliner .main-heading::before
    {
        display:none;
    }
}

.col-cl-12 {
	margin-bottom: 0 !important;
}

.mad_title_caption {
	color: #272627 !important;
	font-size: 36px !important;
	margin-bottom: 10px !important;
}

.yellow_pattern .table_type_1.horisontal tr td {
	background: rgba(0, 0, 0, 0.5);
}

.yellow_pattern .owl-carousel .owl-controls .owl-nav .owl-prev, .yellow_pattern .owl-carousel .owl-controls .owl-nav .owl-next {
    border-color: #391d99;
    color: #000 !important;
    background: #fff;
}

.yellow_pattern .owl-carousel .owl-prev > [class*="owl-"]:hover, .yellow_pattern .owl-carousel .owl-nav > [class*="owl-"]:hover {
	background: #391d99 !important;
	border-color: #391d99 !important;
	border-bottom: 2px solid #391d99 !important;
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
	.mad_brands li {
		max-width: 45%;
	}
}

@media only screen and (max-width: 576px) {
	.mad_item_list > ul > li {
		display: inline-block !important;
		margin-right: 0;
	}

	.mad_brands li {
		max-width: 40%;
	}
}

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

	.text1 h2 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
	.bg {
		/*height: 540px;*/
	}
}

@media only screen and (min-width: 577px) and (max-width: 991px) {
	.bg {
		height: 200px;
	}
}

@media only screen and (max-width: 576px) {
	.bg {
		height: 200px;
        background-size:cover;
	}
}

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

. {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 480px) {
	.rev_slider {
		height: 400px !important;
	}

	.text1 h2 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 992px) {
	.rev_slider_wrapper {
		height: 800px !important;
	}

	.rev_slider {
		height: 800px !important;
        /*--BANNER HEIGHT--*/
	}
}

/*@media only screen and (min-width: 769px) and (max-width: 991px) {
	.rev_slider_wrapper {
		height: 700px !important;
	}

	.rev_slider {
		height: 700px !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.rev_slider_wrapper {
		height: 600px !important;
	}

	.rev_slider {
		height: 600px !important;
	}
}*/

@media only screen and (max-width: 480px) {
	.rev_slider {
		height: 400px !important;
	}
}

.kc_row:not(.kc_row_inner) {
	clear: both;
	float: left;
	width: 100%;
}

.kc-elm {
	box-sizing: border-box;
}

.kc-row-container:not(.kc-container) {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 991px) {
	.kc-row-container .kc-wrap-columns, .kc_row_inner {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
}

.kc_row .kc_col-sm-12 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.kc_column, .kc_column_inner {
	min-height: 1px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.kc_column > .kc-col-container, .kc_column_inner > .kc-col-inner-container {
	height: 100%;
}

	.kc_column > .kc-col-container {
		display: block;
	}

.fluid-section-one {
	position: relative;
}

.fluid-section-one .outer-container {
	position: relative;
	min-height: 250px;
	background: url(http://wp.efforttech.net/newwp/konstructo/wp-content/themes/konstructo/images/background/1.jpg) repeat;
}

.fluid-section-one .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.fluid-section-one .image-column .image-box {
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.fluid-section-one .content-column {
	position: relative;
	float: right;
	width: 50%;
	background: rgba(255,255,255,0.9);
}

@media only screen and (min-width: 992px) {
	.mad_section_container_ml {
		margin-left: 20px;
	}

	.mad_section_container_mr {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.mad_section_container_ml article h2 {
		font-size: 45px;
	}
}

.btn-style {
	margin-bottom: 15px;
	float: right
}

.btn-style-left {
    margin-bottom: 15px;
}

.mad_title_caption span img {
    width: auto;
    position: absolute;
    top: 100px;
    right: 0px;
}

.text-white
{
    color:#fff !important;
}

@media (min-width: 1200px) {
	.tabs.vertical.horisontal > .tabs_nav > li {
		min-width: 25% !important;
	}
	.tabs.vertical > .tabs_nav > li > a {
		
	}
}

@media (max-width: 767px) {
	.order-last {
		order: inherit !important;
	}
}

.order-last {
	order: inherit !important;
}

#about .mad_section .section_image {
	margin-top: 0 !important;
}

@media (min-width: 510px) and (max-width: 768px) {
	#about .mad_section .section_image {
		width: 450px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	#about .mad_section .section_image {
		width: 415px;
	}
}

@media (min-width: 1200px) {
	#about .mad_section .section_image {
		width: 515px;
	}
}
.bg-brand {
	background-color: #272627;
}

	.bg-brand::before {
		background: url(../images/pattern2.webp);
		background-repeat: repeat;
		content: '';
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
		background-repeat: repeat !important;
		background: url(../images/pattern.webp);
		filter: alpha(Opacity=10);
		opacity: 0.05;
	}

.align-items-center {
	align-items: center !important;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.team-area-left {
	color: #fff;
	padding: 50px 100px;
	height: 100%;
}

.section-title--light h2 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}

.section-title--light p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 50px;
}

.team-mem-item--2 .member-pic {
	text-align: center;
}

.team-mem-item--2 .member-pic img {
	width: auto;
	margin: auto;
}

@media (max-width: 1460px) {
	#news .full_width_bg_pattern figure {
		left: 0px !important;
		top: -95px;
	}
}

@media (max-width: 991px) {
	.mad_pattern.bg_pattern_red .f_right {
		float: none;
	}

    #HomeBlock .mad_img_wrap img, #HomeBlock .pattern_section img,
    #ProductBlock .mad_img_wrap img, #ProductBlock .pattern_section img {
        width: 100%;
        height: auto;
    }

	.mad_height_flex {
		display: flex;
		flex-direction: column;
	}

	.mad_height_flex > .mad_height_flex_pattern_one {
		order: 2;
	}

	.mad_height_flex > .mad_height_flex_pattern_two {
		order: 1;
	}

	.mad_full_width_grid .row {
		margin: 0 0 40px;
	}
}

.mad_section_image {
	border: 10px solid #FFFFFF;
	-webkit- box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
}

.tabs.vertical > .tabs_nav li a:before {
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: repeat !important;
	background: url(../images/pattern2.webp);
	filter: alpha(Opacity=10);
	opacity: 0.05;
}

.tabs.vertical > .tabs_nav > li > a:hover {
	color: #fff;
	background: #2A1773;
}

@media (max-width: 768px) {
	.section_image.align_right, .border_image figure {
		width: 250px;
		display: block;
		margin-left: auto;
		margin-right: auto;
        margin-top:10px;
	}

    .splImg
    {
        height:350px !important;
    }
}

@media (max-width: 480px) {
	.section_image.align_right, .border_image figure {
		width: 250px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.mad_gallery_text h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000438;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.row-flex {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.row-flex figure img {
	width: 265px;
}

@media (min-width: 480px) and (max-width: 768px) {
	.member_container .col-sm-6 {
		width: 50% !important;
		float: left !important;
	}
}

.google-maps {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 767px) {
	.google-maps {
		height: auto;
	}
}

.google-maps iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.mad_gallery_item {
    border: 1px solid #eeeeee;
}

.mad_shop_products figure
{
    min-height:220px;
    width:100%;
}

.aboutus .default_list_star li{
    font-weight:600;
}

.default_list_dir li ul li
{
    margin-left:25px;
}

.default_list_dir li ul li:before {
    content: '\e8df';
    font-size:16px;
}

.myFancyBox .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.myFancyBox .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.carousel_type_1 .owl-carousel .owl-nav > [class*="owl-"]:hover, .owl_custom_buttons button:hover {
    background: #29156e !important;
    border-color: #29156e !important;
    border-bottom: 2px solid #29156e !important;
    color: #000 !important;
}

.carousel_type_1 .owl-carousel .owl-controls .owl-nav .owl-prev,
.carousel_type_1 .owl-carousel .owl-controls .owl-nav .owl-next,
.carousel_type_1 .owl-carousel .owl-controls .owl-dot {
    color: #000 !important;
    background:#fff !important
}

.thumbAlign a {
    /*background: #0ED244;*/
    display:block;
}

#ProductBlock .prdImgSection::before {
    content: '';
    background: url('../images/pattern.webp');
    opacity: 0.1;
    position: absolute;
    height: 100%;
    width: 100%;
}

.mad_shop_products .mad_gallery_item:hover .thumbAlign img {
    /*transform:scale(1) !important;*/
}

.carousel_type_1.thumb figure, .carousel_type_1 .thumb figure {
    /*background: #0ED244 !important;*/
}

.thumbAlign img, .thumb img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto !important;
}

#WorksImgId
{
    width:90%;
    margin-top:40px;
}


.loader1 {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #ce4233;
    letter-spacing: 0.2em;
}

    .loader1::before, .loader1::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #ce4233;
        position: absolute;
        -webkit-animation: load .7s infinite alternate ease-in-out;
        animation: load .7s infinite alternate ease-in-out;
    }

    .loader1::before {
        top: 0;
    }

    .loader1::after {
        bottom: 0;
    }

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

.loader {
    background: #fff !important;
}

blockquote .mad_author .mad_title_style2
{
    float:right;
}

div#news
{
    margin-top:50px;
    margin-bottom:70px;
}

.logo img {
    height: 100px !important;
}