.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../assets/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.accordionHeader_Y{background: #005aab  url(./images/ajax-arrow1.png) 99% center no-repeat;padding: 10px 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top:10px;color:#fff}
.accordionHeaderSelected{color: #fff;background: #005aab  url(./images/ajax-arrow.png) 99% center no-repeat;padding: 10px 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top:10px; color:#fff}      
.accordionHeader_Selected{color: #fff;background: #005aab  url(./images/ajax-arrow.png) 99% center no-repeat;padding: 10px 10px;cursor: pointer;text-transform: uppercase;font-weight: 600;margin-top:10px; color:#fff}      
.accordionContent_Y {background-color: #fff;padding: 25px;padding-top: 22px;border: 1px solid #223c93;}
ul.innerUl li {
    padding-left: 25px;
    background: url(../images/ulbg.png) 0px 4px no-repeat;
    margin-bottom: 12px;
}
.portfolio-sin-item {
    background-color: #000;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
}

    .portfolio-sin-item * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .portfolio-sin-item:before, .portfolio-sin-item:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        background-color: #000;
        content: "";
        opacity: 0.5;
        z-index: 1;
    }

    .portfolio-sin-item:before {
        -webkit-transform: skew(45deg) translateX(-155%);
        transform: skew(45deg) translateX(-155%);
    }

    .portfolio-sin-item:after {
        -webkit-transform: skew(45deg) translateX(155%);
        transform: skew(45deg) translateX(155%);
    }

    .portfolio-sin-item img {
        backface-visibility: hidden;
        width: 100%;
        vertical-align: top;
    }

    .portfolio-sin-item figcaption {
        top: 50%;
        left: 50%;
        position: absolute;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
        -webkit-box-shadow: 0 0 10px #000000;
        box-shadow: 0 0 10px #000000;
    }

    .portfolio-sin-item:hover > img, .portfolio-sin-item.hover > img {
        opacity: 0.5;
    }

    .portfolio-sin-item:hover:before, .portfolio-sin-item.hover:before {
        -webkit-transform: skew(45deg) translateX(-45%);
        transform: skew(45deg) translateX(-45%);
    }

    .portfolio-sin-item:hover:after, .portfolio-sin-item.hover:after {
        -webkit-transform: skew(45deg) translateX(55%);
        transform: skew(45deg) translateX(55%);
    }

    .portfolio-sin-item:hover figcaption, .portfolio-sin-item.hover figcaption {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .portfolio-sin-item figcaption .port-icon a {
        position: relative;
        color: #fff;
    }

        .portfolio-sin-item figcaption .port-icon a.icon-ho {
            -webkit-transition: background 0.2s, color 0.2s;
            -moz-transition: background 0.2s, color 0.2s;
            transition: background 0.2s, color 0.2s;
        }

    .portfolio-sin-item figcaption .port-icon .icon-ho {
        border: 1px solid #fff;
        background: #fff;
        display: inline-block;
        color: #333;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        z-index: 1;
    }

    .portfolio-sin-item figcaption .port-icon a.icon-ho:hover {
        background: white;
        color: #333;
    }

    .portfolio-sin-item figcaption .port-icon a.icon-ho:after {
        top: -7px;
        left: -7px;
        padding: 7px;
        box-shadow: 0 0 0 4px #fff;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        -webkit-transform: scale(0.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transition: transform 0.2s, opacity 0.2s;
        transform: scale(0.8);
        opacity: 0;
    }

    .portfolio-sin-item figcaption .port-icon .icon-ho:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: "";
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .portfolio-sin-item figcaption .port-icon a.icon-ho:hover:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .portfolio-sin-item figcaption h3 {
        background-color: #000;
        border: 2px solid #fff;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
        padding: 5px 10px;
        text-transform: uppercase;
    }

.portfolio-filter-menu ul li {
    display: inline-block;
    cursor: pointer;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 25px;
    padding: 8px 10px;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .portfolio-filter-menu ul li:hover, .portfolio-filter-menu ul li.active {
        color: #fff;
        background-color: #234e70;
    }

    .portfolio-filter-menu ul li:before {
        position: absolute;
        content: "";
        background-color: #234e70;
        height: 2px;
        width: 15px;
        opacity: 0;
        top: 21px;
        left: 0;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .portfolio-filter-menu ul li.active:before, .portfolio-filter-menu ul li:hover:before {
        left: -25px;
        opacity: 1;
    }

    .portfolio-filter-menu ul li:after {
        position: absolute;
        content: "";
        background-color: #234e70;
        height: 2px;
        width: 15px;
        top: 21px;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .portfolio-filter-menu ul li.active:after, .portfolio-filter-menu ul li:hover:after {
        right: -25px;
        opacity: 1;
    }

.port-btn {
    color: #234e70;
    font-size: 20px;
}

    .port-btn:hover i {
        padding-left: 10px;
    }

    .port-btn i {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }