/* Add here all your CSS customizations */
/* Reduce the font size of the menu items so that they fit in one page when the screen is smaller */
@media (min-width: 992px) and (max-width: 1199px) {
	#header .header-nav-main nav > ul > li > a {
		font-size: 0.7rem;
	}
}
/* Shorten width of dropmenu items */
@media (min-width: 992px) {
    /* First level of dropdown menu */
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        min-width: 110px;
    }
    
    /* Second and forward level of dropdown menu */
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        min-width: 110px;
    }
}
.icon-highlight{color:#DD2255;}
.white{color:rgba(255,255,255,1.00);}
.home-intro p {
	max-width: none !important;
	padding: 0px 0 0px 0;
	line-height:28px;
}
.custom-form-style label.error {
	color:#ffffff;
    position: absolute;
    top: 9px;
    right: 15px;
}

.custom-form-style .alert {
    margin: -10px 0 0 !important;
    padding: 10px !important;
}
.list-project-details {
	margin: 0 0;
	padding: 0;
	list-style: none;
}
.list-project-details li {
	padding: 0 0 15px 0;
}
.list-project-details li label {
	padding: 0;
	margin: 0;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
.list-project-details li p {
	padding: 0;
	margin: 0;
	color: #111;
}
.custom-line-height-1 {
	line-height: 1.3 !important;
}
.custom-line-height-2 {
	line-height: 1.5 !important;
}
.custom-line-height-3 {
	line-height: 1.8 !important;
}
/*
* Contact Adrress Start
*/
.main {
	position: relative;
}
.custom-contact-address {
	position: relative;
	margin-top: -190px;
	box-shadow: 0px 43px 112px -30px rgba(80, 80, 80, 0.9);
	z-index: 2;
	-webkit-transform: translateY(78%);
	-moz-transform: translateY(78%);
	-ms-transform: translateY(78%);
	-o-transform: translateY(78%);
	transform: translateY(78%);
}

.custom-contact-address img {
	width: 100%;
	opacity: 0;
}
.custom-arrow {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	left: 49.4%;
	bottom: -29px;
	z-index: 1;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
}

#venue {
	position: absolute;
    width: 100%;
    top: 59px;
}
@media (max-width: 1024px) {
	.custom-arrow {
		left: 49.2%;
	}
}
@media (max-width: 991px) {
	.custom-arrow {
		left: 49.2%;
	}
}
@media (max-width: 768px) {
	#venue {
		top: 59px;
	}
}
@media (max-width: 768px) {
	.custom-arrow {
	    left: 49.2%;
	}
}
@media (max-width: 600px) {
	#venue {
		top: 105px;
	}
}
@media (max-width: 600px) {
	.custom-arrow {
	    left: 48.8%;
	}
}
@media (max-width: 414px) {
	#venue {
		top: 104px;
	}
}
@media (max-width: 414px) {
	.custom-arrow {
	    left: 48.8%;
	}
}
@media (max-width: 375px) {
	#venue {
		top: 59px;
	}
}
@media (max-width: 375px) {
	.custom-arrow {
	    left: 48.8%;
	}
}
@media (max-width: 360px) {
	.custom-arrow {
	    left: 48.5%;
	}
}
@media (max-width: 320px) {
	.custom-arrow {
	    left: 48.4%;
	}
}
/*
* Contact Adrress End
*/
/*
* Google Maps
*/
#googlemaps {
	min-height: 650px;
}

html.ie .custom-form-style .form-control-custom .form-control {
    padding: 1px 10px 5px 30px;
}
#footer {
	padding: 20px 0 0;
}
/* Word Rotator words not bold */
.word-rotator-words b {
    font-weight: 100 !important;
}
.custom-content-grid:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 0px 0px 97px 70px rgba(152, 152, 152, 0.1);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-content-grid .content-grid-item:before {
	left: 0px;
}
.custom-content-grid .content-grid-item:after {
	z-index: 1;
}
.custom-content-grid .counters .counter {
	margin-left: 80px;
	text-align: left;
}
.custom-content-grid .counters .counter.margin-style-2 {
	margin-left: 55px;
}
.custom-content-grid .counters .counter .counter-icon {
	float: left;
	margin-left: -50px;
	margin-top: 8px;
}
.custom-content-grid .counters .counter label {
	font-weight: normal;
	letter-spacing: -1px;
	color: #1e1e24;
}
.custom-content-grid .counters strong {
	font-size: 45px;
}

@media (max-width: 991px) {
	.custom-content-grid:before {
		content: none;
	}
	.custom-content-grid .counters .counter.custom-sm-counter-style {
		margin-left: 0;
		text-align: center;
		padding-left: 40px;
	}
	.custom-content-grid .counters .counter.custom-sm-counter-style.margin-style-2 {
		margin-left: 0;
	}
	.custom-content-grid .counters .counter.custom-sm-counter-style .counter-icon {
		float: initial;
		margin-left: 0;
		position: absolute;
		top: 50px;
		left: 17%;
	}
}
/* Timeline */
.custom-timeline .custom-timeline-box:before {
	background: none repeat scroll 0 0 #ECA7B9;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #dd2255;
	content: "";
	display: block;
	height: 6px;
	margin-left: -5px;
	position: absolute;
	left: 68px;
	top: 6px;
	width: 6px;
	z-index: 2;
}
.custom-timeline .custom-timeline-box:after {
	border-color: #DD2255;
}
.custom-timeline .custom-timeline-box {
    margin-bottom: -20px;
}
h2 {
	line-height: 35px;
}
.custom-thumb-info-caption-more {
	position: absolute;
	top: 30px;
	right: 20px;
	border-radius: 100%;
	font-size: 1.8em;
	line-height: 0.76;
	width: 30px;
	height: 30px;
	font-weight: 100;
	text-align: center;
	padding-top: 4px;
}
.custom-testimonial-style blockquote p {
	font-size: 1.2em !important;
	line-height: 1.8;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
}
/* Change iCookie Accept button color to primary color */
.iCookie-whitered a.iCookie-button:hover {
    background:#EEE !important;
	color:#dd2255 !important;
}
/* Recaptcha settings */
.grecaptcha-badge {
    z-index: 999999; /* Put it on top of everything else */
	bottom: 5px !important;
	top: auto !important;
}
/* Scroll-to-top settings */
/* Put scroll-to-top to the left of Recaptcha */
html .scroll-to-top {
    right: 4%;
    transform: translate3d(-4%, 0, 0);
}
/* Control the size of the up arrow of the scroll to top box */
html .scroll-to-top i {
	font-size: 15px !important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
/* Change position of dropdown menus */
@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
         	margin-top: -35px !important;
   }
}
/* Always show OWL Carousel navigation arrows */
.owl-carousel .owl-nav {
	opacity: 1 !important;
}

