/*!
Theme Name: maclock
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maclock
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

maclock is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Poppins', sans-serif;font-weight: 400;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;font-weight: 400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	
	width: 65%;float: right;text-align: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;display: inline-block;margin:0px 70px;
}

.main-navigation a {
	display: block;
	text-decoration: none;font-weight: 500;font-size: 16px;color: #000;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}









/**********************************************CUSTUM CSS*****************************************************/

.logo {
    float: left;margin: 15px 0px;width: 35%;
}
.container{max-width: 1418px;width: 100%;}
.site-branding{width: 100%;float: left;height: 50px;line-height: 50px;
background-color:#ee3b33;
background: linear-gradient(140deg, #162b32 40%, #ee3b33 40%);
}

.rgt-side-top{float: right;}

.lft-side-top label{margin: 0px;}
.lft-side-top {
   
    float: left;letter-spacing: 1px;
   
    font-size: 18px;
    color: #fff;font-weight: 500;
   
}


.inner-content-rgt{float: right;}
.inner-content-rgt p{display: inline-block;margin: 0px;padding-left: 80px; font-size: 22px;
    font-weight: 600;
    color: #fff;letter-spacing: 1px;
}
.inner-content-rgt a{display: inline-block; font-size: 22px;
    font-weight: 600;
    color: #fff;margin-left: 20px;letter-spacing: 1px;text-decoration: none;
}

.site-branding .inner-content-rgt a:hover{color: #162b32 ;}
.site-info{width: 100%;float: left;padding: 74px 0 20px;background: #000000;color: #fff;text-align: left;}
.site-info h3{color: #ffffff;font-size: 22px;margin: 0px 0px 40px;text-transform: uppercase;letter-spacing: 2px;}
.site-info h3:after{display: block;content: " ";width: 44px;height: 2px;background: #ee3b33;margin-top: 15px;}

.site-info .row .col-md-5 .textwidget p:first-child{margin: 0px;padding: 0px;}
.site-info .row .col-md-5 .textwidget p{margin-top: 0px;margin-bottom: 20px;float: left;}
.site-info .row .col-md-5 a{display: inline-block;margin-right: 25px;font-size: 18px;color: #fff;margin-bottom: 20px;}
.site-info .row .col-md-5 img{display:block;}
.site-info p{font-size: 14px;color: #fff;line-height: 27px;margin:0px;padding-right: 20%;}
.site-info ul{list-style: none;margin: 0px;padding: 0px;}
.site-info ul li{width: 100%;float: left;margin-bottom: 15px;}

.site-info ul li:before {
    font-family: FontAwesome;
    content: "\f105";padding-right: 10px;
}

.site-info .col-md-3.last-section-footer ul li:before {display: none;}
.site-info ul li a{font-size: 15px;color: #fff;text-decoration: none;}
.site-info ul li a:hover{color: #ee3b33;}

.site-info .col-md-3.last-section-footer ul li{margin-bottom: 30px;}

.botum-footer{width: 100%;float: left;padding: 22px 0px;background: #222222;color: #fff;text-align: center;font-size: 15px;font-weight: 500;}
.botum-footer span{color: #ee3b33;}

.main-navigation{margin-top: 50px;}
.main-navigation .current-menu-item a{color: #ee3b33;}
.main-navigation a:hover{color:#ee3b33;}
.home-banner{width: 100%;float: left;margin-bottom: 100px;}
.home-banner img{width: 100%;}



.arrowsectf {
    width: 50px;
    height: 40px;
    border-right: 1px solid #fff;vertical-align: top;
    line-height: 40px;
    display: inline-block;
    margin-right: 15px;padding-right: 15px;font-size: 22px;color: #fff;
}

.contsectf {
    display: inline-block;
    width: 75%; vertical-align: -webkit-baseline-middle;
}

.contsectf p{padding-right: 0px;}

.home-banner .carousel-caption{top: 50%;bottom: auto;left: auto;padding: 0px;text-align: left;right: auto;transform: translateY(-50%);}
.home-banner .carousel-caption p{font-size: 60px;font-weight: 400;margin: 0px;line-height: auto;font-family: 'Titillium Web', sans-serif;}

.home-banner .carousel-control-next, .home-banner .carousel-control-prev{width: 80px;height: 55px;opacity: 1;top: 50%;transform: translateY(-50%);}
.home-banner .carousel-control-next-icon{background: url(images/next-arrow.png) no-repeat;width: 25px;height: 55px;}
.home-banner .carousel-control-prev-icon{background: url(images/pre-arow.png) no-repeat;width: 25px;height: 55px;}


.outer-valentia-section {
   
    float: left;
    width: 100%;
    margin-bottom: 150px;
    display: inline-grid;
    position: relative;
    background: #ececec;
}
.home-contact-section .row .col-md-7 p{margin: 0px;}
.rgt-contaent-valentia {
    padding: 20px 15px 20px 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.outer-valentia-section h1{font-size: 40px;font-weight: 600;color: #ee3b33;margin: 0 0 25px;}
.outer-valentia-section p{font-size: 16px;;color: #343434;margin: 0 0 25px;line-height: 30px;}
.outer-valentia-section a{font-size: 16px;color: #fff;background: #ee3b33;display: inline-block;padding: 13px 55px;text-decoration: none;text-transform: uppercase;letter-spacing: 2px;}

.outer-valentia-section a:hover{background: #595959;}

.brand-slider {
    float: left;
    width: 100%;padding: 30px 30px;background: #ebf2f5;margin-bottom: 50px;
}

.brand-slider .owl-carousel .owl-item{display: inline-block;vertical-align: middle;float: none;border-right: 1px solid #fff;padding: 14px 30px;}

.brand-slider.owl-carousel .owl-item img{width: auto;}

.brand-slider .owl-dots{display: none;}

.master_butm.home-services-section .contsectbag{padding: 25px;border: 1px solid #e8e8e8;margin-bottom: 30px;}
.master_butm.home-services-section .contsectbag h3{font-size: 22px;color: #000;margin: 0 0 20px;}

.master_butm.home-services-section .contsectbag a{font-size: 15px;color: #fff;background: #ee3b33;display: inline-block;padding: 7px 20px;text-decoration: none;}

.master_butm.home-services-section .contsectbag a:hover{background: #595959;}

.master_butm.home-services-section .contsectbag p {
    font-size: 13px;
    color: #313131;
    line-height: 25px;
    padding: 0px;
   border: 0px;
    margin: 0 0 20px;
    min-height: auto;
}

.master_butm.home-services-section{margin: 0 0 70px;}
.master_butm.home-services-section h2{margin: 0 0 40px;}

.home-contact-section .outer-valentia-section{background: #162b32;color: #fff;}

.home-contact-section .outer-valentia-section ul{list-style: none;margin: 0px;padding: 0px;}
.home-contact-section .outer-valentia-section ul li{padding: 25px;border: 1px dashed #fff;margin: 0 0 16px;}
.home-contact-section .outer-valentia-section ul li a{background: none;color: #fff;font-size: 16px;padding: 0px;text-transform: none;}


.home-contact-section .outer-valentia-section .arrowsectf{border: 0px;margin-top: 10px;}
.home-contact-section .outer-valentia-section h3{font-size: 40px;color: #fff;margin: 0 0 30px;}
.home-contact-section .outer-valentia-section p{font-size: 17px;color: #fff;line-height: 30px;margin: 0 0 35px;}
.home-contact-section .outer-valentia-section ul li p{background: none;color: #fff;font-size: 16px;line-height: 35px;display: inline-block;margin:0 30px 0 0;}
.home-contact-section .outer-valentia-section ul li p .fa{padding-right: 12px;}
.home-contact-section .outer-valentia-section ul li h6{color: #fff;font-size: 18px;margin: 0 0 7px;}
.home-contact-section .outer-valentia-section ul li a:hover{color: #ee3b33;}


.home-contact-section.contact-us-page{margin-top: 80px;}
.safes-top-section{width: 100%;float: left;margin: 75px 0 15px;}
.safes-top-section h2{font-size: 40px;color: #ee3b33;font-weight: 600;margin: 0px 0 30px;}
.safes-top-section h4{font-size: 18px;color: #000000;font-weight: 600;margin: 0px 0 12px;}
.safes-top-section p{font-size: 16px;color: #343434;font-weight: 400;margin: 0px 0 35px;line-height: 30px;}

.safes-reapeter-section{width: 100%;float: left;margin: 0px 0 65px;}
.safes-reapeter-section .inner-safe-img-content{position: relative;}
.safes-reapeter-section .inner-safe-img-content h3{position: absolute;bottom: 0px;left: 0px;width: 100%;padding: 15px 15px;font-size: 22px;color: #fff;margin: 0px;background: rgba(238,59,51, 0.7);font-weight: 400;}

.safes-reapeter-section .row .col-md-4{margin-bottom: 30px;}

.safe-botum-design{width: 100%;
    float: left;
    height: 130px;
    line-height: 130px;
    background-color: #ee3b33;
    background: linear-gradient(
123deg
, #162b32 54%, #ee3b33 54%);margin-bottom: 100px;
}


.safe-botum-design .lft-side-top{font-size: 40px;font-family: 'Titillium Web', sans-serif;font-weight: 400;letter-spacing: 0px;}

.safe-botum-design .inner-content-rgt p{font-size: 42px;padding: 0px;}
.safe-botum-design .inner-content-rgt a{font-size: 42px;padding: 0px;}

.master_butm .row .col-md-6{display: flex;flex-direction: column;}




.main-navigation li.menu-item-has-children > a:after{
    font-family: FontAwesome;
    content: "\f078";padding-left: 4px;
}

ul#menu-footer-service-menu{column-count: 2;}
ul#menu-footer-service-menu li{float: none;}





/******************************************RESPONSIVE CSS****************************************************************************************/
 
 @media (min-width: 200px) and (max-width: 767px){

 	.main-menu-section,.lft-side-top,.main-navigation{display: none;}
 	.home-banner img{min-height: 200px;}
 	
 	.logo{width: auto;float: left;position: fixed;z-index: 99999;background: #fff;top: 45px;left: 50%;transform: translateX(-50%);}
 	.site-branding{position: fixed;top: 0px;z-index: 999999;background: linear-gradient(0deg, #ee3b33 50%, #ee3b33 50%);}

 	.parent-main {width: 100%;float: left;background: #fff;position: fixed;top: 45px;z-index: 999999;height: 100px;}
 	.logo img {height: 70px;}
 	.logged-in  .wprmenu_bar #custom_menu_icon.hamburger{top: 25px;}
 	.wprmenu_bar #custom_menu_icon.hamburger{top: 70px;}
 	html body div.wprm-overlay{background: transparent;}
 	body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open, body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {top: 140px!important;}
 	.logged-in .site-header{margin-top: 100px;}
 	.site-header{margin-top: 150px;}
 	.cbp-spmenu-bottom.cbp-spmenu-open.custom, .cbp-spmenu-top.cbp-spmenu-open.custom {top: 150px !important;}
	#mg-wprm-wrap ul li {border-top: 1px solid #ddd;}
	.rgt-side-top,.inner-content-rgt{width: 100%;}
	.inner-content-rgt a{font-size: 13px;font-weight: 400;letter-spacing: 0px;margin-left: 0px;}
	.inner-content-rgt p{font-size: 13px;font-weight: 400;letter-spacing: 0px;padding-left: 0px;float: right;}
	.home-banner .carousel-caption p{font-size: 24px;}
	.home-banner .carousel-caption{text-align: center;width: 100%;}
	.rgt-contaent-valentia {padding: 15px;position: static;top: auto;transform: initial;}

	.home-welcome-section .row .col-lg-5.pr-lg-0 {order: -1;}
	
	.outer-valentia-section h1{font-size: 28px;margin: 15px 0px 22px;}
	.home-banner,.outer-valentia-section{margin-bottom: 45px;}
	.master_butm h2,.master_butm.home-services-section h2,.home-contact-section .outer-valentia-section h3{font-size: 30px;margin: 0 0 25px;}
	.master_butm.home-services-section{margin-bottom: 20px;}
	.home-contact-section .outer-valentia-section ul li p .fa { padding-right: 5px;}
	.home-contact-section .outer-valentia-section ul li a{font-size: 14px;}
	.home-contact-section .outer-valentia-section .arrowsectf{width: 40px;margin-right: 0px;}
	.site-info{padding: 40px 0 20px;}
	.site-info h3{margin: 40px 0 25px;}
	.botum-footer{font-size: 12px;}
	.master_butm img,.home-welcome-section img{width: 100%;}

	.home-contact-section.contact-us-page,.master_butm,.safes-top-section{margin-top: 45px;}
	.banner_contant h1,.safes-top-section h2{font-size: 25px;}
	.banner_sect img{min-height: 150px;}
	.safes-reapeter-section .inner-safe-img-content img{width: 100%;}
	.safes-reapeter-section{margin-bottom: 20px;}
	.safe-botum-design {margin-bottom: 45px;}

	.safe-botum-design .rgt-side-top,.safe-botum-design.inner-content-rgt{width: 100%;text-align: center;}
	.safe-botum-design .inner-content-rgt a{font-size: 26px;font-weight: 400;letter-spacing: 0px;margin-left: 0px;}
	.safe-botum-design .inner-content-rgt p{font-size: 26px;font-weight: 400;letter-spacing: 0px;padding-left: 0px;float: none;}
	.brand-slider .owl-carousel .owl-item{padding: 10px 10px;}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.current-menu-item > a, div#mg-wprm-wrap ul li.current-menu-item span.wprmenu_icon{color: #ee3b33!important;}

	.contsectbag{padding: 20px 20px 30px;}
	.site-info ul li a {font-size: 12px;}





 }

@media (min-width: 768px) and (max-width: 991px){




	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: -54px !important;
}

	.lft-side-top{font-size: 13px;}
	.inner-content-rgt a{font-size: 14px;}
	.inner-content-rgt p{font-size: 14px;padding-left: 40px;}
	.logo{width: 18%;}
	.main-navigation{width: 75%;}
	.main-navigation li{margin:0px 33px;}
	.main-navigation a{font-size: 15px;}
	.main-navigation{margin-top: 40px;}


	.home-banner .carousel-caption p{font-size: 40px;padding-left: 50px;}
	.rgt-contaent-valentia {padding: 15px;position: static;top: auto;transform: initial;}

	.home-welcome-section .row .col-lg-5.pr-lg-0 {order: -1;}
	
	.outer-valentia-section h1{font-size: 35px;margin: 15px 0px 22px;}
	.home-banner,.outer-valentia-section{margin-bottom: 45px;}
	.master_butm h2,.master_butm.home-services-section h2,.home-contact-section .outer-valentia-section h3{font-size: 30px;margin: 0 0 25px;}
	.master_butm.home-services-section{margin-bottom: 20px;}
	.home-contact-section .outer-valentia-section ul li p .fa { padding-right: 5px;}
	.home-contact-section .outer-valentia-section ul li a{font-size: 14px;}
	.home-contact-section .outer-valentia-section .arrowsectf{width: 40px;margin-right: 0px;}
	.site-info{padding: 40px 0 20px;}
	.site-info h3{margin: 0px 0 25px;font-size: 15px;}
	.site-info ul li a,.site-info  p {font-size: 11px;}
	.site-info  .contsectf {width: 56%;}

	.botum-footer{font-size: 12px;}
	.master_butm img,.home-welcome-section img{width: 100%;}

	.home-contact-section .rgt-contaent-valentia {
    padding: 20px 15px 20px 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
	
.home-contact-section .outer-valentia-section ul li{padding: 10px;}
.home-welcome-section .outer-valentia-section{margin-bottom: 100px;}


	.home-contact-section.contact-us-page,.master_butm,.safes-top-section {margin-top: 55px;}
	.banner_contant h1{font-size: 40px;}
	


.safes-reapeter-section .inner-safe-img-content h3{font-size: 15px;}
.safes-reapeter-section{margin-bottom: 20px;}
.safe-botum-design {margin-bottom: 45px;}
.safe-botum-design .inner-content-rgt a {font-size: 22px;}
.safe-botum-design .inner-content-rgt p {font-size: 22px;}
.safe-botum-design .lft-side-top{font-size: 21px;}
.contsectbag{padding: 20px 20px 30px;}



}

 @media (min-width: 992px) and (max-width: 1199px){

      .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: -39px !important;
}

 	.lft-side-top{font-size: 15px;}
	.inner-content-rgt a{font-size: 15px;}
	.inner-content-rgt p{font-size: 15px;padding-left: 40px;}
	.logo{width: 18%;}
	.main-navigation li{margin:0px 42px;}
	.main-navigation a{font-size: 15px;}
	.main-navigation{margin-top: 50px;}


	.home-banner .carousel-caption p{font-size: 50px;padding-left: 50px;}
	
	.home-welcome-section .row .col-lg-5.pr-lg-0 img{min-height: 570px;}
	
	.outer-valentia-section h1{font-size: 30px;margin: 0px 0px 22px;}
	.master_butm h2,.master_butm.home-services-section h2,.home-contact-section .outer-valentia-section h3{font-size: 30px;margin: 0 0 25px;}
	.home-contact-section .outer-valentia-section ul li p .fa { padding-right: 5px;}
	.home-contact-section .outer-valentia-section ul li a{font-size: 14px;}
	.home-contact-section .outer-valentia-section .arrowsectf{width: 40px;margin-right: 0px;}
	.site-info{padding: 60px 0 20px;}
	.site-info h3{margin: 0px 0 25px;font-size: 17px;}
	.site-info ul li a,.site-info  p {font-size: 13px;}
	.site-info  .contsectf {width: 56%;}

	.botum-footer{font-size: 12px;}
	.master_butm img,.home-welcome-section img{width: 100%;}
.home-contact-section .outer-valentia-section ul li{padding: 14px;}
.outer-valentia-section p{font-size: 14px;margin: 0 0 15px;}

.banner_contant h1{font-size: 50px;}

.safe-botum-design .inner-content-rgt a {font-size: 28px;}
.safe-botum-design .inner-content-rgt p {font-size: 28px;}
.safe-botum-design .lft-side-top{font-size: 28px;}
.safes-reapeter-section .inner-safe-img-content h3{font-size: 20px;}
.contsectbag{padding: 20px 20px 30px;}
 	

 }



 @media (min-width: 1200px) and (max-width: 1500px){
	.container{width: 90%;}
	.main-navigation li{margin:0px 49px;}
	.main-navigation a{font-size: 15px;}
	.outer-valentia-section h1{font-size: 33px;margin: 0 0 20px;}
	.home-contact-section .outer-valentia-section h3{font-size: 32px;}
	.site-info p,.site-info ul li a{font-size: 14px;}
	.contsectf{width: 71%;}

	.left-donation{font-size: 20px;}
 	.rgt-donation{font-size: 14px;padding: 35px 50px 18px 30px;}
 	.rgt-donation:before{border-bottom: 90px solid black;}

 	.rgt-contaent-valentia p{font-size: 13px;line-height: 25px;margin: 0 0 10px;}
	.key-services-home .community-resitdenct-section label{display: inline-flex;font-size: 14px;}
	.key-services-home .community-resitdenct-section span{width: 60%;}
	.key-services-home .community-resitdenct-section a{width: 42%;font-size: 14px;}
	.site-info h3{font-size: 19px;}

	.safe-botum-design .inner-content-rgt a {font-size: 32px;}
.safe-botum-design .inner-content-rgt p {font-size: 32px;}
.safe-botum-design .lft-side-top{font-size: 32px;}
.contsectbag{padding: 20px 20px 30px;}

}



@media (min-width: 1200px) and (max-width: 1400px){
    .contsectf {
width: 85%;
}
.arrowsectf{
margin-right: 0;
   padding-right: 8px;
   width: 40px;
}
.home-contact-section .outer-valentia-section ul li{
   padding: 15px;
}
.home-contact-section .outer-valentia-section ul li p{
	margin: 0 4px 0 0;
}
.home-contact-section .outer-valentia-section ul li a{
	font-size: 14px;
}
}


@media (min-width: 1401px) and (max-width: 1600px){
    .contsectf {
width: 85%;
}
.arrowsectf{
margin-right: 0;
   padding-right: 8px;
   width: 40px;
}
.home-contact-section .outer-valentia-section ul li{
   padding: 15px;
}
.home-contact-section .outer-valentia-section ul li p{
	margin: 0 4px 0 0;
}
.home-contact-section .outer-valentia-section ul li a{
	font-size: 14px;
}
}









@media (min-width: 768px){
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0px;
    width: 230px;
    text-align: left;
    background: #222222;
    padding: 0px 20px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0px;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul .sub-menu li {
    margin: 0;
    border-bottom: solid 1px #888;
}
.main-navigation ul .sub-menu li a {
    padding: 14px;
    color: #fff;
    text-shadow: inherit;
}
.main-navigation ul ul a {
    width: 200px;
    font-size: 14px;
    text-shadow: inherit;
   /* text-transform: uppercase;*/
    font-weight: normal !important;
    outline: none;
}
.main-navigation ul {
    display: inline-block;
}
.main-navigation ul .sub-menu li:last-child {
    border-bottom: 0;
}
.main-navigation ul .sub-menu li a:hover{color:#ee3b33;}





}






