@import url('https://fonts.googleapis.com/css?family=Cuprum:400,700&display=swap');
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light.eot');
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Graphik-Light.woff2') format('woff2'),
    url('../fonts/Graphik-Light.woff') format('woff'),
    url('../fonts/Graphik-Light.ttf') format('truetype'),
    url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Graphik-Regular.woff2') format('woff2'),
    url('../fonts/Graphik-Regular.woff') format('woff'),
    url('../fonts/Graphik-Regular.ttf') format('truetype'),
    url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*start:common css*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
    margin: 0;
    padding: 0;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #004E9D;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: bold;
    font-family: 'Cuprum';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px 0;
}

.widget-snippet p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px 0;
}

.widget-snippet p a {
    color: #004E9D;
}

.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget-snippet p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px 0;
}
.widget-snippet {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
}
.widget-snippet p, .article-content p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px;
}
.widget-snippet p:empty, .article-content p:empty {
    display: none;
}
.widget-snippet a {
    color: #000;
}
.widget-snippet a:hover {
    color: #004E9D;
    text-decoration: none;
}
.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet ul li, ul li {
    list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 6px 16px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
}
.widget ul li a, .widget ol li a {
    color: #004E9D;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #004E9D;
    text-decoration: none;
}
ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}
.widget-snippet ul li::before, ul li::before {
    content: '\f111';
    position: absolute;
    left: -1px;
    top: 9px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #004E9D;
    font-size: 9px;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
    padding-left: 0;
}
ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    max-height: 50px;
    background: #004E9D;
    border: 1px solid #004E9D;
    border-radius: 0;
    text-decoration: none;
    font-family: 'Graphik';
    font-weight: 400;
    position: relative;

}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-family: inherit;
    padding: 3px 10px;
    border: 1px solid rgba(112,112,112,0.7);
    border-radius: 1px;
    height: 45px;
    margin: 0;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-appearance: none;
}
.widget-form  textarea {
    height: 150px;
    margin-top: 15px;
    padding: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    border-radius: 1px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}


/*textarea*/
textarea::-webkit-input-placeholder {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}

textarea:-ms-input-placeholder {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}
.widget-snippet td, .widget-snippet th {
    padding: 8px;
}
table th {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Graphik';
    line-height: 28px;
    background: #f8f8f8;
}
table, th, td {
    padding: 8px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    line-height: 28px;
    border: 1px solid #d9d9d9;
}
table tr:nth-child(2n) {
    background: #f8f8f8;
}


.widget-pageHeading {
    padding: 50px 0;
    text-align: center;
    margin-bottom: 100px;
    max-width: 1636px;
    margin-right: 0;
    margin-left: auto;
    background: url(/template/ecef88a0/images/innerbg.jpg) no-repeat;
    background-size: cover;
}
.widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.widget-pageHeading:after {
    content: '';
    width: 166px;
    height: 310px;
    background: url(/template/ecef88a0/images/shape-inner.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: -310px;
}
.widget-pageHeading h1 {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Cuprum';
}
.page-content {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1636px;
    margin-right: 0;
    margin-left: auto;
}
.page-home  .page-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 100%;
}
.page-content .widget.widget-html.widget-pageHeading {
	    margin-right: -100px;
    margin-left:  -100px;
}
/* Webcommander Base 
.page-home .page-content .v-split-container > .v-split {
    width: 100%;
}

.page-content .v-split-container > .v-split .widget.widget-html.widget-pageHeading {
	margin-left:-100px;
}
/*end:common css*/


/*start: jssor slider css */
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    width: 100vw !important;
    height: 100vh !important;
    padding: 0 !important;
    text-align: center;
    overflow: visible;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

.jssor-slider-container .container [u=caption] {
    background: none;
    border: none;
}
.home-slider {
    overflow: hidden;
    background-color: #000;
	margin-top: 0;
}

.widget.widget-gallery.home-slider::before {
    content: url(/template/ecef88a0/images/loading.gif);
    height: 64px;
    left: 50%;
    margin-left: 140px;
    margin-top: -32px;
    position: absolute;
    top: 40%;
    width: 64px;
    transform: translateX(-50%);
    background: none;
}
.home-slider .jssor-slider-container .jssora20l, .home-slider .jssor-slider-container .jssora20r {
    width: 40px;
    height: 60px;
    background: url(/template/73c237d9/images/slider-arrow.png) no-repeat;
    background-position: 0px 16px;
}
.home-slider .jssor-slider-container .jssora20l {
    top: 55% !important;
    left: 27px;
    right: auto;
    bottom: auto !important;
    transform: translateY(-50%) rotate(0deg);
}
.home-slider .jssor-slider-container .jssora20r {
    top: 55% !important;
    left: auto;
    right: 27px;
    bottom: auto !important;
    transform: translateY(-50%) rotate(-180deg);
}
.home-slider .jssor-slider-container .jssora20l:hover, .home-slider .jssor-slider-container .jssora20r:hover {
    background-position: 0px 16px;
    opacity: 0.8;
}
.home-slider .jssor-slider-container .jssorb03 {
   display: none !important;
}
.home-slider .jssor-slider-container .container {
    overflow: visible !important;
}
.home-slider .jssor-slider-container .container [u=caption] {
    color: #fff;
    font-size: 61px;
    text-transform: uppercase;
    width: 750px;
    line-height: 70px;
    text-align: left;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translate(10%, -50%); 
}
/*div.jssor-slider-container > div {*/
/*    transform: scale(1) !important;*/
/*}*/
/*end: jssor slider css */

.widget.widget-snippet .homenavigation {
    padding: 0 0 40px 0 !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.qualificationsection{
    position: relative;
}
.widget-snippet .qualificationsection:after {
    content: '';
    width: 162px;
    height: 245px;
    position: absolute;
    right: 0;
    bottom: -213px;
    background: url(/template/ecef88a0/images/shape-two.jpg) no-repeat;
    z-index: -1;
}
.clienttestimonial-title {
    position: relative;
    padding-bottom: 0;
    max-width: 1636px;
    margin-right: 0;
    margin-left: auto;
    padding-top: 195px;
    padding-left: 85px;
}
.clienttestimonial-title h2 {
    text-align: left;
    font-size: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    color: #000000;
}

.clienttestimonial-content{
    position: relative;
    padding-bottom: 0;
    max-width: 1636px;
    margin-right: 0;
    margin-left: auto;
    padding-top: 52px;
    padding-left: 85px;
}
.clienttestimonial-content .article-title{
    display: none;
}
.clienttestimonial-content .article-content:after {
    content: '';
    width: 60px;
    height: 31px;
    position: absolute;
    left: 8px;
    top: 0;
    background: url(/template/ecef88a0/images/shape-testimonial.png) no-repeat;
    z-index: -1;
}
.clienttestimonial-content .article-content {
    position: relative;
    max-width: 580px;
    padding-left: 85px;
    cursor: move;
}
.clienttestimonial-content .article-content p {
    font-family: 'Graphik';
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 0 25px 0;
    margin: 0;
}
.clienttestimonial-content  .article-content h3{
    font-family: 'Graphik';
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #000000;
}
.clienttestimonial-content  .article-content h4{
    font-family: 'Graphik';
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #000000;
}
/*inner*/
.clint-testimonial{
    padding-top: 20px;
}
.clint-testimonial .article-content:after {
    z-index: auto;
}
.clint-testimonial .article-content {
    max-width: 100%;
    margin: 0 auto;
    margin-left: -85px;
}
.clint-testimonial .article-content p,
.clint-testimonial .article-content h3,
.clint-testimonial .article-content h4{
    text-align: left;
}
.clint-testimonial .article-item {
    margin-bottom: 100px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    text-align: center;
}
.clint-testimonial .article-item:nth-child(even) {
    margin-right: 0px;
}
.clint-testimonial .article-content{
    cursor: none;
}
.page-testimonials .clint-testimonial .article-content {
    cursor: auto;
}
.projectgallery-title {
    padding-top: 100px;
    padding-bottom: 40px;
    padding-left: 85px;
	max-width: 1636px;
	margin: 0 auto;
	margin-right: 0;
	margin-left: auto;
}
.projectgallery-title h2 {
    font-size: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}


/*start:*/
.footer:after {
    content: '';
    width: 162px;
    height: 245px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/template/ecef88a0/images/shape-two.jpg) no-repeat 0 -23px;
    z-index: -1;
}
.footer {
    max-width: 1636px;
    margin-right: 0;
    margin-left: auto;
    padding-left: 90px;
    padding-right: 140px;
    padding-top: 80px;
}

.footer .widget .widget-title {
    font-family: 'Cuprum';
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 0 0 10px 0;
}
.footer .widget p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    line-height: 20px;
}
.footer .widget p a{
    color: #000000;
}
.footer .widget.contact-detail p + p{
    margin-top: 10px;
}
.footer .vertical .navigation-item {
    margin: 0;
    padding: 0;
    text-align: left;
}
.footer .vertical .navigation-item a {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Graphik';
    display: inline-block;
    border: 0;
    padding: 0;
    position: relative;
}
.footer .vertical .navigation-item a:hover {
    color: #004E9D;
}
.footer .widget p a:hover{
    color: #004E9D;
}

.footer .widget.copyrighttext p {
    text-align: center;
    max-width: 100%;
}
.footer.active-section .widget-container {
    z-index: auto;
}
.footer .footerabouttext p {
    max-width: 280px;
    line-height: 24px;
}
.footer .footercontactdetail p {
    max-width: 200px;
    line-height: 24px;
}
.footer .footercontactdetail p + p{
    margin-top: 10px;
}
.footer .widget.copyrighttext p + p {
    margin-top: 6px;
}
/*end*/


/*strat:photo-gallery*/
.swipe-photo-gallery {
    max-width: 1636px;
    margin: 0 auto;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 10px;
}
.swipe-photo-gallery .widget-title {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
}
.swipe-photo-gallery .box-container {
    margin: 0 7px;
}
.swipe-photo-gallery .box::before {
    display: none;
}
.gallery-title-heading .container {
    width: auto;
}
.gallery-title-heading {
    text-align: center;
}
.gallery-title-heading h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.gallery-title-heading p {
    color: #636363;
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0;
}
.gallery-title-heading .title-bottom-line {
    background-color: #ffcd00;
    height: 1px;
    margin: 0 auto 60px;
    width: 70px;
}
.swipe-photo-gallery .box-container {
    margin: -15px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
}
.widget-html h3.text-center {
    color: #272727;
    font-size: 34px;
    font-weight: 600;
}
.widget.widget-html.pading {
    margin-bottom: 40px;
}
.swipe-photo-gallery .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-photo-gallery .box {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding: 0;
    border: 5px solid #fff;
    max-height: 245px;
}
.swipe-photo-gallery {
    text-align: center;
}
.swipe-photo-gallery .pagination {
    display: inline-block;
    float: none;
    margin: 70px 0 0 0;
}
.swipe-photo-gallery .pagination span {
    box-shadow: none;
    border: none;
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.swipe-photo-gallery .pagination:empty {
    display: none;
}
.swipe-photo-gallery .pagination span.current {
    background: none;
    color: #004e9d;
}
.page-home .swipe-photo-gallery .pagination{
    display: none;
}
.swipe-photo-gallery .pagination span.first,
.swipe-photo-gallery .pagination span.last{
    display: none;
}
.swipe-photo-gallery .pagination span.prev  {
    font-size: 0;
}
.swipe-photo-gallery .pagination span.prev:before{
    content: 'Prev';
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Cuprum';
}


.swipe-photo-gallery .pagination span.next {
    font-size: 0;
}
.swipe-photo-gallery .pagination span.next:after {
    content: 'Next';
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Cuprum';
}


.swipe-photo-gallery.homephotogallery .box:nth-of-type(1),
.swipe-photo-gallery.homephotogallery .box:nth-of-type(2),
.swipe-photo-gallery.homephotogallery .box:nth-of-type(3) {
    max-height: 328px;
    max-width: 559px;
    overflow: hidden;
}
.swipe-photo-gallery.homephotogallery .box:nth-of-type(4),
.swipe-photo-gallery.homephotogallery .box:nth-of-type(5),
.swipe-photo-gallery.homephotogallery .box:nth-of-type(6) {
    width: 28%;
    max-height: 292px;
    max-width: 468px;
    overflow: hidden;
}
.swipe-photo-gallery.homephotogallery .box:nth-of-type(7) {
    width: 18%;
    max-height: 292px;
    max-width: 257px;
    overflow: hidden;
}
.swipe-image-wrap {
    overflow: hidden;
}
.swipe-photo-gallery .swipebox .swipe-image {
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
    object-fit: cover;
}
.swipe-photo-gallery .swipebox {
    position: relative;
    display: block;
	height: 100%;
	width: 100%;
}
.swipe-photo-gallery .swipebox:hover .swipe-image {
    opacity: 0.7;
}
.swipe-photo-gallery .swipebox:hover::before {
    opacity: 1;
    transform: scale(1);
}
.swipe-photo-gallery .swipebox::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 0;
    color: #424242;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 60px;
    left: 40%;
    line-height: 60px;
    margin: auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
    transition: all 300ms ease-out 0s;
    width: 60px;
    z-index: 10;
}
.swipe-photo-gallery .box a[title]:after {
    content: attr(title);
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
}
#swipebox-close {
    background-image: url(/template/ecef88a0/images/cross.png) !important;
    background-position: 0 0 !important;
    margin-top: 15px;
    right: 0 !important;
    top: 0 !important;
    margin-right: 30px;
}
#swipebox-prev {
    background-image: url(/template/ecef88a0/images/slider-arrow-left.png) !important;
    background-position: 0 0 !important;
    margin-top: 15px;
}
#swipebox-next {
    background-image: url(/template/ecef88a0/images/slider-arrow-left.png) !important;
    background-position: 0 0 !important;
    transform: rotate(180deg);
    margin-top: -15px;
}
/*end:photo-gallery*/


@media (min-width: 992px) {
    .header .widget-container {
        background-color: #ffffff;
        height: 100vh !important;
        padding: 40px;
        position: fixed !important;
        width: 272px !important;
        z-index: 1;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
    }
    .header .widget-container .widget-snippet .sidebarcontact {
        position: fixed;
        z-index: 1;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-top: 77px;
        padding-top: 45px;
        width: 272px;
    }
    .header .widget-container .logo {
        width: 100% !important;
        text-align: center;
        z-index: 1;
        margin: 30px 0 0 0;
        height: 300px !important;
    }
    .header .widget-container .logo a{
        display: block;
        position: relative;
    }
    .header .widget-container .logo a:after {
        content: '';
        width: 206px;
        height: 1px;
        position: absolute;
        left: 30px;
        background-color: #707070;
        bottom: -55px;
        opacity: 0.2;
    }


    .header .widget-container .widget-navigation{
        margin-top: 340px;
    }
    .header .widget-container .navigation-item.first{
        display: none !important;
    }
    .header .widget-container .widget-navigation  .navigation-item{
        margin: 0;
        padding: 0;
        text-align: center;
        display: block;
    }
    .header .widget-container .widget-navigation  .navigation-item + .navigation-item {
        margin-top: 18px;
    }
    .header .widget-container .widget-navigation  .navigation-item a {
        color: #000000;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Cuprum';
        display: inline-block;
        border: 0;
        padding: 0;
        position: relative;
    }
    .header .widget-container .widget-navigation  .navigation-item a:hover {
        color: #004E9D;
    }
    .header .widget-container .widget-navigation  .navigation-item.active a {
        color: #004E9D;
    }
    .header .widget-container .widget-navigation  .navigation-item.active a:after {
        content: '';
        width: 36px;
        height: 1px;
        position: absolute;
        left: 50%;
        background-color: #004E9D;
        bottom: -1px;
        transform: translateX(-50%);
        margin-left: 0;
    }

}

/*start:Page not faund */
.widget.widget-article.page-error {
    padding-top: 50px;
}
.page-page-not-found .page-content {
    text-align: center;
}
.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
}
.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}
.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}
/*end:Page not faund */

/*start:form*/

.widget-form.contact-form-wrap .widget-title {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 0 20px 0;
    position: relative;
    text-align: center;
    font-family: 'Cuprum';
    margin: 70px 0 0 0;
}
.widget-form.contact-form-wrap .double-input-row .form-row {
    padding: 9px 15px;
    position: relative;
}
.widget-form.contact-form-wrap .single-input-row .form-row {
    position: relative;
    margin: 0;
    padding: 0 0px;
}
.contact-form-wrap .custom-form {
    margin: 0 auto;
    max-width: 645px;
}
.widget-form.contact-form-wrap input[type=text],
.widget-form.contact-form-wrap textarea,
.widget-form.contact-form-wrap select {
    width: 100%;
    font-family: inherit;
    padding: 3px 10px;
    border: 1px solid rgba(112,112,112,0.7);
    border-radius: 1px;
    height: 45px;
    margin: 0;
    font-size: 16px;
    background-color: #ffffff;
	-webkit-appearance: none;
}
.widget-form.contact-form-wrap textarea{
    height: 200px;
    margin-top: 15px;
    padding: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
    border-radius: 1px;
}
.widget-form.contact-form-wrap  .form-row.btn-row label {
    display: none;
}
.widget-form.contact-form-wrap .form-row.btn-row {
    text-align: left;
    padding: 0;
}
.widget-form.contact-form-wrap .btn-row button[type="submit"] {
    margin:0;
    background: #004E9D;
    border: 1px solid #004E9D;
    box-sizing: border-box;
    text-align: center;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    text-transform: none;
    padding: 15px 55px;
    line-height: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Graphik';
    width: 100%;
}
.widget-form.contact-form-wrap .btn-row button[type="submit"]:hover,
.widget-form.contact-form-wrap .btn-row button[type="submit"]:focus{
    color: #fff;
    background-color: #000;
}
.widget-form.contact-form-wrap .btn-row button[type="submit"]:after {
    content: '';
    width: 17px;
    height: 12px;
    background: url(/template/ecef88a0/images/arrow-right-btn.png) no-repeat center center;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
.widget-form.contact-form-wrap .errorlist.after {
    position: absolute;
    bottom: -9px;
    background: red;
    min-width: 170px;
    line-height: 18px;
    left: 27px;
    border-radius: 0;
}
.widget-form.contact-form-wrap .textArea  .errorlist.after{
    left: 0;
}
.widget-form.contact-form-wrap .errorlist.after .message-block {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    position: relative;
    bottom: 0;
}
.widget-form.contact-form-wrap .textArea .errorlist.after {
    left: 12px;
    bottom: -18px;
}
.contact-form-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap ::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap :-ms-input-placeholder { /* IE 10+ */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap :-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.page-contact-us .widget.widget-spacer .spacer{
	display:none;
}

/*textarea*/

.contact-form-wrap  textarea::-webkit-input-placeholder {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap  textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap  textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap  textarea:-ms-input-placeholder {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Graphik';
}
.contact-form-wrap .simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 25px;
	padding-bottom: 15px;
}
.contact-form-wrap .simpleCaptcha-container .simple-captcha label[for="captcha"] , .contact-form-wrap .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.contact-form-wrap .simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 5px);
    display: inline-block;
    margin-right:15px;
    border: 1px solid rgba(112,112,112,0.7);
    text-align:center;
}
.contact-form-wrap .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
        margin-left:1px;
		position: relative;
}
.contact-form-wrap .simpleCaptcha-container .form-row.simple_captcha_input_field label , .contact-form-wrap  .simpleCaptcha-container  .form-row.simple_captcha_help_text{
    display: none;
}
.contact-form-wrap .simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}
.contact-form-wrap .form-row.simple_captcha_input_field.mandatory .errorlist.after {
    position: absolute;
    bottom: -18px;
    background: red;
    min-width: 170px;
    line-height: 18px;
    left: 13px;
    border-radius: 0;
}
.contact-form-wrap .form-row{
	text-align:center;
}
.contact-form-wrap .form-row label{
	display:none;
}
.contact-form-wrap .recaptcha-container {
    display: block;
    margin: 25px auto 20px;
    text-align: center;
}
/*end:form*/
.page-contact .page-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.mapcontact{
    margin: 110px -100px 0;
}
.mapcontact iframe {
    width: 100%;
}
.page-common-page  .custom-form {
    margin: 40px 0 0 0;
    max-width: 645px;
}
.page-common-page  .custom-form textarea{
    height: 200px;
}
.page-common-page  .form-row.btn-row{
    padding-top: 10px;
}
.page-common-page  .form-row.btn-row label{
    display: none;
}
.widget-gallery.clienttestimonial-content .owl-theme .owl-controls .owl-nav {
    position: relative;
}
.widget-gallery.clienttestimonial-content .owl-theme .owl-controls .owl-nav .owl-next {
    height: 20px;
    padding: 0;
    margin: 0 0 0  25px;
    width: 40px;
    font-size: 0;
    border-radius: 0;
    background-image: url(../images/testimonial-arrow.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-gallery.clienttestimonial-content .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 20px;
    padding: 0;
    margin: 0;
    width: 40px;
    font-size: 0;
    border-radius: 0;
    background-image: url(../images/testimonial-arrow.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: rotate(180deg);
}
.widget-gallery.clienttestimonial-content .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background-image: url(../images/testimonial-arrow.png);
            -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
      background-position: top left;
}
.widget-gallery.clienttestimonial-content .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-image: url(../images/testimonial-arrow.png);
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
      background-position: top left;
}
.clienttestimonial-content .owl-theme .owl-controls {
    margin-top: 80px;
	    max-width: 1636px;
	margin-right: 0;
	margin-left: auto;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .slide:after{
	background-color:transparent !important;
}
.swipe-image-wrap .swipebox::before {
    right: auto;
}
/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee .popup .button-line button + button {
    margin-left: 10px;
}
.fee .header .widget-container .widget-navigation {
    margin-top: 0px !important;
    height: 240px !important;
}
.fee .header .widget-container .logo {
    margin: 0;
}
.fee .header .widget-container .logo {
    height: 280px !important;
}
.fee .widget-snippet  {
    position: relative !important;
}
.fee .header .widget {
    position: relative !important;
}
.fee .widget-snippet .homenavigation {
    position: relative;
}
.fee .widget-snippet.footerfollowus  {
  position: absolute !important;
}
.widget.widget-html.widget-pageHeading .fee-overlay-html-data-type {
    position: relative !important;
}
/*end: front end editor*/

/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/

.fee .page-content {
    padding-left: 135px;
    padding-right: 0;
}
.fee .page-content .widget.widget-html.widget-pageHeading {
    margin: 0;
}
.page-about-us .widget-snippet .common-page-content .container {
    max-width: max-content;
}
.fee .header > .widget-container .widget-snippet {
    height: 230px !important;
    left: -38px !important;
}
.fee .header .widget-container {
    z-index: 9999;
}
.fee .service-content {
    max-width: 1300px;
    margin-left: 42px;
}
.fee .widget-pageHeading {
    margin-bottom: 100px !important;
}
.fee .swipe-photo-gallery {
    max-width: 90% !important;
    margin-left: 0;
}
.page-home.fee .swipe-photo-gallery {
    max-width: 100% !important;
    margin-bottom: 50px;
}
.fee-widget-row {
    margin-bottom: 40px;
    z-index: 5000;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}

.fee-widget-row.fee-section-start-from-top .fee-add-row-container.fee-before .fee-add-button {
    height: 36px;
    width: 136px;
    border-radius: 11px;
    padding-top: 5px;
}
.fee-section-start-from-top.fee-widget-row {
    margin-top: 10px;
}
.fee #spltr-1AFCC7FC-E3C0-4F11-B830-36DB13A68098,
.fee #spltr-63E21723-F408-4692-9969-9C06E907F092,
.fee #spltr-02BF9A98-BF9F-4D01-8B0F-5F6F93BBEC41 {
    padding-left: 272px;
}
.fee-mobile-view-on #spltr-1AFCC7FC-E3C0-4F11-B830-36DB13A68098,
.fee-mobile-view-on #spltr-63E21723-F408-4692-9969-9C06E907F092,
.fee-mobile-view-on #spltr-02BF9A98-BF9F-4D01-8B0F-5F6F93BBEC41 {
    padding-left: 0;
}
.fee .widget-snippet .phonenumberfooter {
    margin: 0 !important;
}
.fee .common-page-content.commonpage-dualpicture {
    margin-left: 25px;
}
.fee-mobile-view-on .common-page-content.commonpage-dualpicture {
    margin-left: 0;
}
.fee .swipe-image-wrap .box {
    width: 25% !important;
}
.fee-mobile-view-on .swipe-image-wrap .box {
    width: 100% !important;
}
.fee-mobile-view-on .swipe-photo-gallery{
    max-width: 100% !important;
}
.page-contact-us.fee .page-content .widget.widget-html.widget-pageHeading {
    margin-left: 0;
}
