/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html,
body {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    color:#101010;
    font-size: 17px;
    line-height: 29px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Open Sans';
	font-weight:600;
	color:#000;
  font-style: normal;
}
a[href^="tel"] {
    color: #333;
}
h1 {
  font-size: 50px;
  line-height: 60px;
  padding: 20px 0 15px 0;
}
h2 {
  font-size: 42px;
  line-height: 55px;
  padding: 15px 0;
}
h3 {
 font-size: 32px;
 line-height: 40px;
 padding: 15px 0;
}
h4 {
  font-size: 28px;
  line-height: 40px;
  padding: 15px 0;
}
h5 {
  font-size: 22px;
  line-height: 35px;
  padding: 15px 0;
}
h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}
.list_wrp ol, .list_wrp ul {
    padding-left:20px;

}

ul li{
	position:relative;
	list-style-type:none;
}

ul li:before{
	content:'';
	background:#000;
	width:6px;
	height:6px;
	position:absolute;
	border-radius:50px;
	top:11px;
	left:-20px;
}
.widget-snippet ul {
	  margin: 0 0 0 24px;
}
.widget-snippet ul li {
    position: relative;
    list-style-type: none;
    padding: 8px 0 0 0;
}
.widget-snippet ul li:before {
	top:17px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
	font-weight:normal;
}

* {
    -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;
}

mark {
    background:#017575;
    color: #fff;
}

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;
}
table, th, td {
	border: 1px solid #d9d9d9;
	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	color: #101010;;
}
table th {
	font-size: 17px;
	font-weight: bold;
	background: #eee;
    font-family: 'Open Sans';
}


table, th, td {
	border: 1px solid #d9d9d9;
	padding: 8px;
	text-align: left;
	   font-family: 'Open Sans';
	font-weight: normal;
	font-size: 16px;
	color:#101010;;
}
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;
    cursor: pointer;
    padding: 11px 52px 11px 52px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    border: 2px solid #017575 !important;
    color: rgba(1, 117, 117, 1);
    background: transparent;
    border-radius: 0;
    text-transform: capitalize;
    text-decoration: none;/
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    border: 2px solid rgba(239, 190, 79, 1) !important;
    background: rgba(239, 190, 79, 1) !important;
    color: #000;
}
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: 7px;
}

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

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin:0 0 15px 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;
}

.page-content a:hover {
    text-decoration: underline;
}
a, a:link, a:active, a:visited {
  text-decoration: none;
  font-weight: inherit;
  color: rgb(1, 117, 117);
}
 a:hover{
   color: rgb(239, 190, 79);
   text-decoration: underline;
 }
p {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px 0;
	color:#000;
}

.widget-snippet p {
    font-family: 'Open Sans';
    font-size: 17px;
    line-height: 29px;
    margin: 0;
    padding: 0 0 20px 0;
	color:#000;
}

.footer .widget-snippet p a {
   color: rgba(255, 255, 255, 0.66);
}
.footer .widget-snippet p a:hover {
   color: rgba(239, 190, 79, 1);
}

body > div.body {
    padding:0px 0 0px 0;
}

body.page-home > div.body {
    padding: 0;
}


  /* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1430px;
    max-width: 100%;
}
.body .widget-container .page-content {
    min-height: 350px;
}
.auto-page .page-content {
    max-width: 1280px;
    margin: 0 auto;
}


/* inner page heading */

.widget.widget-pageHeading h1,
.widget.widget-pageHeading h2 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: 96px;
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-family: 'Open Sans';
	color:#fff;
	z-index:1;
}

.widget-pageHeading {
    background-image: url(../images/innet-banner.jpg);
    padding: 65px 0 110px 0;
    text-align: center;
    margin-bottom:100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.widget-pageHeading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.44);
}
 .widget.widget-breadcrumb   {
    position: absolute;
    right: 0;
    top:58%;
    z-index: 1;
    width: 100%;
    left: 0;
    text-align: center;
}
.widget .breadcrumb-item .separator::after, 
.widget .breadcrumb-item.root .icon::after, 
.widget span.breadcrumb-item {
    color: #fff;
	font-family: 'Open Sans';
	font-size:16px;
	font-weight:400;
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}

.widget .breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
}
.widget .breadcrumb-item.root .icon:hover::after {
    color:rgba(239, 190, 79, 1);
}
.widget.widget-breadcrumb span.breadcrumb-item.current {
    color: rgba(255, 255, 255, 0.72);
}

/*.breadcrumb-item .separator {
    padding:5px 5px 5px 10px;
    font-size: 0px;
    display: inline-block;
}

.breadcrumb-item .separator::after {
    content: '>';
    display: inline-block;
    color: #fff;
    font-size: 16px;
}*/
.widget.widget-breadcrumb .separator {
padding: 0;
font-size: 0;
width: 16px;
height: 20px;
display: inline-block;
position: relative;
margin: 0 0 0 10px;
vertical-align: top;
top: 3px;
}

.breadcrumb-item .separator::before {
  content: '';
  position: absolute;
  left: 0;
  top:8px;
  width: 16px;
  height: 20px;
  background-image: url(../images/separator-breadcrumb.svg);
  background-repeat: no-repeat;
}

.widget-navigation.main-menu .navigation-item{
	position:relative;
}
.main-menu .horizontal .navigation-item a {
	text-align: center;
	display: inline-block;
	padding: 3px 5px 2px 0px;
	margin: 10px 26px 10px 26px;
	color:#fff;
	font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: capitalize;
  text-decoration: none;
}
.main-menu .horizontal .navigation-item.active > a {
    color: rgba(239, 190, 79, 1);
}
.main-menu .nav-wrapper.horizontal {
    text-align: center;
}
/*.widget-navigation.main-menu .navigation-item.active > a::after {
    content: "";
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}*/

/*.widget-navigation.main-menu .navigation-item a:hover:after
{
    content: "";
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}*/

.widget.widget-navigation.main-menu .navigation-item.has-child a{
    border-bottom: 0;
}
.main-menu.widget.widget-navigation.main-menu a:hover {
    color: rgba(239, 190, 79, 1);
    border-bottom: 0px solid #fff;
}
.widget.widget-search.header-search div.search-menu-button {
    display: none;
    width: 26px;
    height: 26px;
    background: none!important;
    color:#325a6c
}
.widget.widget-search.header-search div.search-menu-button:after{
    content: " ";
    background: url("/template/5ab6a4bd/images/searchbtn.png");
    width:20px;
    height:20px;
    margin-top: 10px;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: "FontAwesome";
    right: 0;
    margin-left:10px;
    font-weight: bold;
}
.widget.widget-search.header-search div.search-menu-button.close::after {
    background: url("/template/5ab6a4bd/images/close-icon.png");
    background-repeat: no-repeat;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
  color: #fff;
  content: '\f106';
}
.widget.widget-navigation.main-menu div.horizontal > .has-child > .navigation-item-child-container {
    left: 0;
    top: 54px;
    width: 260px;
    background-color: #f4f4f4;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:hover {
  background: #f4f4f4;
}
.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #F4F4F4 transparent #F4F4F4 transparent;
}
.widget.widget-navigation.main-menu div.horizontal > .has-child > .navigation-item-child-container a{
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0px 0 0px;
    color: #000;
    padding: 10px 0px 10px 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:hover a{
    color: #fff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0 0px;
}
.widget.widget-navigation.main-menu div.horizontal > .has-child > .navigation-item-child-container a:hover{
border-bottom: 1px solid #E6E6E6;
color: #017575;
}
.widget.widget-navigation.main-menu div.horizontal > .has-child > .navigation-item-child-container .active a {
    color: rgba(239, 190, 79, 1);
}
.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #f4f4f4 transparent #f4f4f4 transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}
.widget-snippet{
	font-family: 'Open Sans';
}
input[placeholder]:focus{ color:#325a6c; }
input:focus::-webkit-input-placeholder
{
    color:#325a6c;
}
textarea[placeholder]:focus{ color:#325a6c; }
textarea:focus::-webkit-input-placeholder
{
    color:#325a6c;
}
input[placeholder]:focus{ color:#325a6c; }
input:focus::-moz-placeholder
{
    color:#325a6c;
}
textarea[placeholder]:focus{ color:#325a6c; }
textarea:focus::-moz-placeholder
{
    color:#325a6c;
}
.errorlist.after .message-block{
    position: absolute;
}
.widget > .widget-title {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700;
}

.footer .widget > .widget-title {
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-weight: bold;
  font-style: normal;
}
.vertical .navigation-item a {
    border-bottom: 0px dashed #ccc;
    display: block;
    padding: 3px 0;
    font-size:15px;
font-style: normal;
}
.footer{
	 background-color:rgba(16, 46, 47, 1);
	/* padding: 66px 0px 30px 0px;*/
 }
 .footer p{
	 font-size:15px;
	 color:rgba(255, 255, 255, 0.66);
	 font-family: 'Open Sans';
	 font-weight:normal;
	 margin: 0;
     padding: 0;
 }
 .footer a{
      font-family: 'Open Sans';
	  font-weight:normal;
 }
 .footer .vertical .navigation-item a{
	 color:rgba(255, 255, 255, 0.66);
	 display: inline-block;
 }
 .footer .vertical .navigation-item a:hover{
	 color:rgba(239, 190, 79, 1);
   text-decoration: none;
 }
 .footer a:hover{
	  color:rgba(239, 190, 79, 1);
  }
.contact-information p{
	line-height:26px;
}
.widget-snippet .contact-information a {
    line-height: 26px;
    color: #333;
    text-decoration: none;
}
.widget-snippet .contact-information a:hover {
	color:#D68E00;
}
.copyright a{
	color:#333;
}
.copyright a:hover{
	color:#D68E00;
}
/*404 page start*/
.page-page-not-found .article-content h2 strong {
    text-transform: uppercase;
    font-size: 90px;
}
.page-page-not-found .article-content h2 {
    color: rgb(1, 117, 117);
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 75px;
    line-height: 60px;
    text-transform: none;
	margin: 0;
padding: 20px 0 38px 0;
}
.page-page-not-found .article-content h3 {
  color: #de3232;
    font-size: 35px;
    text-align: center;
    padding: 0 0 16px 0;
    margin: 0;
    text-transform: none;
    font-family: 'Open Sans';
}
.page-page-not-found .article-content p {
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans';
}

.quick-link .navigation-item{
	width: 49%;
    display: inline-block;
    float: left;
}
body.page-home > .header{
	z-index:2;
}

.widget.contact-us-btn a:hover{
	background:transparent;
    border: 2px solid #039CEB;
    color: #fff;
}
/*body > .header::after {
   position: absolute;
   content: "";
   background: #fff;
   top: 106px;
   left: 57%;
   height: 3px;
   width: 77.8%;
   transform: translateX(-54%);
   z-index: -1;
}*/

.footer-copyright p{
	font-size:13px;
	color:#fff;
    font-family: 'Open Sans';
	padding-top:42px;
	border-top:1px solid rgba(255, 255, 255, 0.3);;
}
.footer-copyright a:hover{
	color:#039CEB!important;
}
.newsletter label{
	display:none;
}
.foo-newsletter input{
	width: 100%;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    border: 0px;
    font-size:15px;
    font-weight:bold;
    color:#fff!important;
    font-family: 'Open Sans';
    padding-bottom: 11px;
    padding-left: 0px;
}
.foo-newsletter button{
	border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 24px 5px 24px;
	font-family: 'Open Sans';
	margin-top: 10px;
}
.foo-newsletter input[type="text"]:-webkit-autofill,
.foo-newsletter input[type="text"]:-webkit-autofill:hover,
.foo-newsletter input[type="text"]:-webkit-autofill:focus,
.foo-newsletter input[type="text"]:-webkit-autofill:active {
    -webkit-text-fill-color: white;
    box-shadow: 0 0 0 1000px rgb(16, 16, 16) inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color:rgb(16, 16, 16)!important;
}

.foo-newsletter button:hover{
	border: 1px solid #0088CE;
    background:#0088CE;
}
.foo-newsletter ::-webkit-input-placeholder { /* Edge */
  font-size:15px;
  font-weight:bold;
  color:#fff;
  font-family: 'Open Sans';
}

.foo-newsletter ::-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size:15px;
   font-weight:bold;
   color:#fff;
   font-family: 'Open Sans';
}
.foo-newsletter input:focus::placeholder {
    color: #fff;
}
.foo-newsletter ::placeholder {
  font-size:15px;
  font-weight:bold;
  color:#fff;
   font-family: 'Open Sans';
}
.foo-newsletter .errorlist.after .message-block {
    position: absolute;
    margin-top: -10px;
    font-size: 12px;
}

/*home page start css*/

.copyright p{
	padding-top:30px;
	border-top:1px solid rgba(0, 0, 0, 0.12);;
}
.mainmenu .navigation-item a {
    text-align: center;
    display: inline-block;
    padding: 3px 5px 2px 0px;
    padding-right: 5px;
    margin: 10px 22px 10px 22px;
    color: #333;
    font-size: 18px;
  font-family: 'Open Sans';
}
.mainmenu .navigation-item a:hover{
	color:#D68E00;
}
/*home page end css*/


/*newsletter start*/
.newslettersection{
    background-color: #DBB875;
    padding: 70px 0px 60px 0px;
    text-align: center;
}
.newslettersection h4{
	font-size: 48px;
    color: #fff;
    font-family: 'Open Sans';
    line-height: 37px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
.newslettersection input {
    height: 55px;
    width: 21%;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 25px;
    font-size: 15px;
	background-color:rgba(255, 255, 255, 0.2);
	font-family: 'Open Sans';
	border:0px;
	outline:0px;
	color:#000;
}
.newslettersection button {
    padding-left: 39px;
    height: 55px;
    margin-left: -4px;
    border: 0px;
    background-color:rgba(255, 255, 255, 0.2);
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	position:relative;
	outline:0px;
}
.newslettersection button:before {
	content: "";
    background: url(../images/newsletter-btn.png) no-repeat;
    width:19px;
    height:16px;
    position: absolute;
    left:8px;
    top:19px;
}
.newslettersection input::-webkit-input-placeholder { /* Edge */
  color:rgba(29, 29, 29, 0.45);;
}

.newslettersection input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:rgba(29, 29, 29, 0.45);;
}

.newslettersection input::placeholder {
  color:rgba(29, 29, 29, 0.45);;
}
/*newsletter end*/

/*subscribe start*/
/**subscribe-btn**/
.footer .subscribe-btn .widget-title
.widget-newsletter.subscribe-btn{
	width:100%;
}
.subscribe-btn{
	 background-color: #DBB875;
    padding: 70px 0px 33px 0px;
    text-align: center;
}

.subscribe-btn .newsletter{
	text-align: center;
	display:inline-block;
	position:relative;
}
.subscribe-btn .form-row{
	margin:0px;
	position: relative;
}
.subscribe-btn .form-row.button-container{
	display: inline-block;
}
.subscribe-btn .widget-title {
    font-size: 48px;
    color: #fff;
    font-family: 'Open Sans';
    line-height: 37px;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
.subscribe-btn .mandatory label,
.subscribe-btn .mandatory label::after{
	display:none;
}
.subscribe-btn .mandatory input{
	height: 55px;
	width:446px;
    /*width: 21%;*/
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 32px;
	padding-right: 54px;
    font-size: 15px;
	background-color:rgba(255, 255, 255, 0.2);
	font-family: 'Open Sans';
	border:0px;
	outline:0px;
	color:#000;
}

.subscribe-btn .submit-button{
    position: absolute;
    right: -215px;
    height: 55px;
    top: -52px;
    width: 48px;
    border: 0px;
	font-size:0;
	background-color:transparent;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	cursor:pointer;
}
.subscribe-btn .submit-button:hover{
	background:none;
}
.subscribe-btn .submit-button::before{
    content: "";
    background: url(../images/newsletter-btn.png) no-repeat;
    width:19px;
    height:16px;
    position: absolute;
    left: 8px;
    top: -8px;
}
.subscribe-btn input:-webkit-autofill,
.subscribe-btn input:-webkit-autofill:hover,
.subscribe-btn input:-webkit-autofill:focus,
.subscribe-btn input:-webkit-autofill:active {
    -webkit-text-fill-color: white;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.2) inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color:rgba(255, 255, 255, 0.2)!important;
}
.subscribe-btn .submit-button:hover::before{
	filter: invert(97%) sepia(92%) saturate(36%) hue-rotate(352deg) brightness(107%) contrast(100%);
}
.subscribe-btn .errorlist.after .message-block {
    position: absolute;
    left: 283px;
    top: 61px;
	color: #9B3E49;
}
.subscribe-btn input::-webkit-input-placeholder { /* Edge */
  color:rgba(29, 29, 29, 0.45);;
}

.subscribe-btn input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:rgba(29, 29, 29, 0.45);;
}

.subscribe-btn input::placeholder {
  color:rgba(29, 29, 29, 0.45);;
}
/****/
.subscribe-btn .message-block.error-message, .message-block.error {
    border: 0px solid #FCD2D2;
    color: #FF0000;
    position: absolute;
    left: 19%;
    bottom: -26px;
    width: auto;
    padding: 4px 8px;
    background: none;
}
.subscribe-btn .message-block.info-message, .message-block.success {
    background-color: rgba(255,255,255,0.8);
    border: 0px solid #FCD2D2;
    color: #008000;
	position:absolute;
	left:0%;
	bottom: -26px;
	width:auto;
	padding:4px 8px;
}
/**msg**/
.subscribe-btn .errorlist.after .message-block {
    left: 35%;
    top: 65px;
    font-size: 13px;
    color: #D02F03;
}
/**End subscribe-btn**/

/*subscribe end*/
body > .header,
body.page-home > .header {
    background-color: #017575;
}
body > .footer::before {
    content: "";
    background:rgba(11, 41, 42, 1);
    height:74px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom:0px;
}
.widget.widget-article.copyright-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.44);
    margin: 0;
    padding: 0;
  text-align: left;
}
.widget.widget-article.copyright-text p a{ 
    color:#fff;
  font-weight: 600;
}
.widget.widget-article.copyright-text p a:hover{ 
    color:rgba(239, 190, 79, 1);
}
 .widget.widget-image.logo {
	 height:116px !important;
	 width: 191px !important;
	 z-index: 1;
 }
.widget.widget-article.copyright-text p strong {
  padding: 0 5px;
  font-weight: 400;
}
 .widget.our-product-section{
	text-align:center;
	padding-top:60px;
}
.widget.our-product-section h2{
	color:rgba(1, 117, 117, 1);
	font-size:22px;
	line-height:30px;
	font-weight:700;
	padding-bottom: 10px;
}
.widget.our-product-section h3{
	font-size:46px;
	line-height:53px;
	font-weight:700;
	color:#000;
	margin: 0;
    padding: 0;
	padding-bottom:20px;
}
.widget.our-product-section p{
	font-size:16px;
	line-height:29px;
	color:rgba(0, 0, 0, 1);
}


/*=====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: 1920px;
	height: 720px;
	padding: 0 !important;
	text-align: center;
}
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;
}
.widget.widget-gallery.home-slider::before {
content: url("../images/loading.gif");
  height: 84px;
  left: 50% !important;
  margin-left: -42px !important;
  margin-top: -60px !important;
  position: absolute;
  top: 50%;
  width: 84px;
  background: none;
}
.home-slider .jssor-slider-container .slide:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.35);
}
.home-slider .jssor-slider-container .jssorb03 {
    position: absolute;
    width: 1430px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 18.5% !important;
    top: auto !important;
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0 !important;
  display:none !important;
}
.home-slider .jssor-slider-container .jssorb03 div {
	width: 70px !important;
    height: 4px !important;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255,255,255,0.7) !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    opacity: 1;
    font-size: 0;
    margin: 0 28px 0 0;
    border: none;
}
.home-slider .jssor-slider-container .jssorb03 div.av {
	background-color: #148B5C !important;
}
.home-slider .jssor-slider-container span.jssora20l {
	display: none !important;
}
.home-slider .jssor-slider-container span.jssora20r {
	display: none !important;
}
.home-slider .jssor-slider-container .caption-wrapper {
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    text-align: left;
    padding: 0;
    z-index: 1;
    top: 24.4%;
    width: 100%;
}
.home-slider .jssor-slider-container .caption-wrapper [u=caption] {
   max-width: 875PX;
    margin: 0 auto;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    text-align: center;
}
.home-slider .jssor-slider-container .caption-wrapper [u=caption] h2 {
    line-height: 99.6px;
    font-size: 75.89px;
	font-weight:bold;
    margin-bottom: 72px;
    color: #FFFFFF;
    margin: 0;
    padding:0 0px 30px 0;
    display: block;
}
 
.home-slider .jssor-slider-container .caption-wrapper [u=caption] a {
    padding: 11px 59px;
    border: 1.5px solid rgba(255, 255, 255, 1) !important;
    display: inline-block;
	background: transparent;
    color: #fff;
	font-size: 18px;
    font-weight: 700;
	text-decoration:none;
}
.home-slider .jssor-slider-container .caption-wrapper [u=caption] a:hover {
	background-color:rgba(239, 190, 79, 1);
	color:#000;
	border: 1.5px solid rgba(239, 190, 79, 1)!important;
}
/*end: jssor slider css */

/*home slider gallery product*/
.home-slider-gallery-product{
	padding:0 15px 0px 15px;
}
.home-slider-gallery-product .article-title{
	display:none;
}
.home-slider-gallery-product figure {
    margin: 1em 8px !important;
	position:relative;
}
.home-slider-gallery-product figure a:before {
	content:'';
	background: url("/template/caf1f24e/images/opacity-bg.png");
	position:absolute;
	width:100%;
	height:100%;
    top:0;
    left:0; 
	right: 0;
	z-index: 1;
}
.home-slider-gallery-product figure a:hover{
	opacity:0.8;
	 -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.home-slider-gallery-product .owl-carousel .owl-item img {
    height: 326px;
}
.home-slider-gallery-product .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 38%;
    width: 100%;
}
.home-slider-gallery-product .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 16px 8px;
    background: transparent;
	font-size:0px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    border: 1.5px solid rgba(0, 0, 0, 0.18);
}
.home-slider-gallery-product .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background:rgba(0, 0, 0, 0.18);
	border: 1.5px solid rgb(209 209 209);
    text-decoration: none;
}
.home-slider-gallery-product .owl-theme .owl-controls .owl-prev{
	position: absolute;
    left: -72px;
	
}
.home-slider-gallery-product .owl-theme .owl-controls .owl-prev:before{
	content:'';
	background: url("/template/caf1f24e/images/prev-arrow.png");
	width:15px;
	height:15px;
	display:inline-block;
}
.home-slider-gallery-product .owl-theme .owl-controls .owl-next{
	position: absolute;
    right: -72px;
	
}
.home-slider-gallery-product .owl-theme .owl-controls .owl-next:before{
	content:'';
	background: url("/template/caf1f24e/images/next-arrow.png");
	width:15px;
	height:15px;
	display:inline-block;
}
.home-slider-gallery-product .article-content{
	position:relative;
}
.home-slider-gallery-product p{
	font-size: 17px;
    line-height: 23px;
    color: #fff;
	margin-bottom: 0;
    padding-bottom: 5px;
	font-weight:400;
}
.home-slider-gallery-product h3 {
   font-size: 23px;
   line-height:30px;
    margin: 0;
    padding: 0;
    color: #fff;
}
.home-slider-gallery-product .slider-content-gal{
	position: absolute;
    bottom: 35px;
    color: #fff;
    padding: 0 38px 0 38px;
	z-index: 1;
}
.home-slider-gallery-product .slider-content-gal a{
	color:#fff;
}
/*home slider gallery product end*/

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

span.goToTop {
    bottom: 16px;
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 42px;
    font-family: 'Open Sans';
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
	z-index: 1;
}

span.goToTop:hover {
	    background-color:rgba(239, 190, 79, 1);
}
span.goToTop:hover:after{
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(326deg) brightness(0%) contrast(107%);
}
span.goToTop:after {
    content: "";
    transition: all 300ms ease 0s;
    width: 42px;
    height: 42px;
    background: url(../images/back-to-top.png) no-repeat;
    display: block;
    position: absolute;
    right: -14px;
	top:11px;
}

/*form start*/
.widget-form .single-input-row .form-row{
  margin-top: 9px;
}
.widget-form .double-input-row .form-row {
  padding: 0 15px;
}
.form-row {
  margin:9px 0;
}
.widget-form .single-input-row .form-row.textArea {
  margin-top: 18px;
}
/*form end*/

.widget.widget-snippet.product-service .service-section {
  padding: 0px 0px 80px 0px;
}

/** Start Contact Form **/

.widget.widget-form.contact-form {
  max-width: 758px;
  margin-left: auto;
  background: #102E2F;
  padding: 60px 80px 75px 80px;
  margin-right: 80px;
  border-top: 6px solid rgb(246, 200, 68);
}
.widget.widget-form.contact-form .single-input-row .form-row p {

font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 27px;
letter-spacing: 0.023em;
color: #FFFFFF;
  margin: 0;
  padding: 0 0 22px 0;
}
.widget.widget-form.contact-form input[type="text"], .widget.widget-form.contact-form select {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.14);
  height: 54px;
  padding: 3px 14px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  width: 100%;
}
.widget.widget-form.contact-form textarea{
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.14);
  height: 143px;
  padding: 3px 14px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  width: 100%;
}

.widget.widget-form.contact-form ::-webkit-input-placeholder { /* Edge */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size:15px;
line-height: 24px;
letter-spacing: 0.02em;
color: rgba(255, 255, 255, 0.62);
}
.widget.widget-form.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;
letter-spacing: 0.02em;
color: rgba(255, 255, 255, 0.62);
}
.widget.widget-form.contact-form ::placeholder {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;
letter-spacing: 0.02em;
color: rgba(255, 255, 255, 0.62);
}
.widget.widget-form.contact-form.form-row label {
    padding-bottom: 5px;
	font-size:15px;
}
.widget.widget-form.contact-form .errorlist.after .message-block {
	font-size: 12px;
margin-top: -6px;
color: #bd4c4c;
}
.widget.widget-form.contact-form .form-row .submit-button {
  padding: 15px 5px;
  max-width: 313px;
  width: 100%;
  display: block;
  background: #EFBE4F;
  border: 2px solid #EFBE4F !important;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #102E2F;
  font-family: 'Open Sans';
  margin-top: 25px;
  cursor: pointer;
}
.widget.widget-form.contact-form .form-row .submit-button:hover {
  background: transparent !important;
  border: 2px solid #EFBE4F !important;
  color: #efbe4f;
}

.widget.widget-form.contact-form .form-row label {
    display: none;
}

/** End Contact Form **/
.widget.widget-html.contact-map{
    margin-top: 115px;
}
/** Start Gallery **/

.galleriffic.widget.widget-gallery.product-gallery {
  padding: 50px 0 100px 0;
}

.galleriffic.widget.widget-gallery.product-gallery .galleriffic-gallery-wrap  li.selected .thumb {
  border: 4px solid #F6C844;
}
.galleriffic.widget-gallery {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
.widget-article.deck-gallery-content {
    padding: 0 0 75px;
}
.galleriffic-content .image-wrapper {
    display: block;
    width: 100%;
}
.galleriffic-content .image-wrapper a {
    display: block;
    width: 100%;
}
.galleriffic-content .image-wrapper a img {
    width: 100%;
    /*object-fit: contain;*/
}
.galleriffic-gallery-wrap ul {
    padding: 0;
    margin: 0;
}
.galleriffic-gallery-wrap .thumbs li {
    border: none;
    margin: 5px;
    padding: 3px;
    width: 234px;
    height: 143px;
}
.galleriffic-gallery-wrap .thumbs li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.galleriffic-gallery-wrap .thumbs li:before{
  display: none;
}
.galleriffic-gallery-wrap .thumbs li a {
    height: 100%;
    width: 100%;
    display: block;
}
.galleriffic-gallery-wrap .thumbs li img {
    width: 100%;
    height: 100%;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container {
    background: transparent
    margin: 0 !important;
    text-align: center;
    width: 100%;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev{
    background: url("/template/caf1f24e/images/prev-arrow.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
border-radius: 50%;
width: 51px;
height: 51px;
border: 1.5px solid rgba(0, 0, 0, 0.18);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
  background: url("/template/caf1f24e/images/next-arrow.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
border-radius: 50%;
width: 51px;
height: 51px;
border: 1.5px solid rgba(0, 0, 0, 0.18);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev, .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
  position: absolute;
  top: 50px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    right:30px
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev{
     left:30px
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container{
  position:relative;
}
.galleriffic-gallery-wrap .slideshow { 
  height: 495px;
  margin:0 auto;
  max-width:807px;
}
/** End Gallery **/
.widget-snippet .service-section .container .row {
  padding: 0;
}
.widget.widget-snippet .btn-wrap{
  float:right;
}
.widget-snippet .container-thankyou .img-content img{
  max-width: 120px;
}
.fee .page-content .v-split-container > .v-split {
  z-index: unset;
}
body.fee > .header {
    z-index: unset;
}
/****************************/
.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: calc(50% - 700px) !important;
	padding-right: calc(50% - 700px) !important;
}
.main-menu .horizontal .navigation-item a {
    padding-bottom: 0;
    margin-bottom: 0;
}
/****************************/
