a{
    text-decoration: none !important;
}

div#n2-ss-2-arrow-previous, div#n2-ss-2-arrow-next{
    background: #1d2128a3 !important;
    padding: 40px 2px !important;
    margin: 0;
}
.nextend-bullet-bar .n2-bullet {
    border: 5px solid #000000e3 !important;
    padding: 3px !important;
}
/* INNERPAGE-breadcrumbs-START */
ul.lynx-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0985DB;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
	padding: 0;
}
ul.lynx-breadcrumbs li {
    list-style: none;
    padding-left: 13px;
}
ul.lynx-breadcrumbs li a{
color:#0985DB;
}
/* INNERPAGE-breadcrumbs-END */

/* INNERPAGE-RIGHT-PROJECT-BLOCK-START */
.project-right-block {
    height:100%;
}
.project-description p {
    margin-bottom: 25px;
}
/* INNERPAGE-RIGHT-PROJECT-BLOCK-END */
/* PROJECT-SLIDER-START */
.Project-slider .n2-thumbnail-dot {
    opacity: 1 !important;
    padding: 16px 22px 0 0 !important;
    margin: 0 !important;
}
.Project-slider .nextend-thumbnail-scroller {
    justify-content: flex-end !important;
    display: flex !important;
    flex-direction: row-reverse;
}
.Project-slider .n2-thumbnail-dot:first-child{
	padding-right:0 !important;
}
.Project-slider .nextend-thumbnail-button.nextend-thumbnail-next img {
    display: none;
}
.Project-slider .nextend-thumbnail-button.nextend-thumbnail-previous{
	display:none;
}
/* PROJECT-SLIDER-END */

/* Custom styles for Contact Form 7 */
.wpcf7 form {
    display: flex;
    flex-wrap: wrap;
}

.lynx-half-width {
    width: 50%;
       padding: 0 17px 0 0;
    box-sizing: border-box;
}
.lynx-half-width-1 {
    width: 50%;
    padding: 0 10px 0 0;
}
.lynx-full-width {
    width: 100%;
        padding: 0 10px 0 0;
    box-sizing: border-box;
}
.lynx-half-width p, .lynx-full-width p {
    margin: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding:10px 15px;
    box-sizing: border-box;
	    border: 1px solid #2929297d;
	border-radius: 0;
	    color: #2929297d;
    font-size: 14px;
}

.wpcf7 textarea {
    height: 150px;
    resize: vertical;
}

.wpcf7 input[type="submit"] {
    width: 358px;
    padding: 10px;
    background-color: #123558;
    border-radius: 0;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #005f8d;
}

.wpcf7 label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #292929;
    line-height: 33px;
}
@media only screen and (max-width:769px) {
	.lynx-half-width, .lynx-half-width-1 {
    width:100%;
}

	.wpcf7 label {
    text-align: center;
}
	.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    text-align: center;
}
	.wpcf7 input[type="submit"] {
		    width:100%;
}
}
	.wpcf7 input[type="text"]:focus-visible,
.wpcf7 input[type="email"]:focus-visible,
.wpcf7 input[type="tel"]:focus-visible,
.wpcf7 textarea:focus-visible{
	outline:none;
}

.home-banner-button{
    position:relative;
}

.home-banner-button .n2-ss-button-container a div div:after {
    position: absolute;
    content: '\003E';
    margin-left: 6px;
    font-size: 14px;
    color: #33333385;
    top: 13px;
    font-family: monospace;
}
.home-banner-button .n2-ss-button-container:hover a div div:after{
    color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1170px) {
.lynx-header .e-con-inner {
    padding-left: 20px;
    padding-right: 20px;
}

}