/**
 * VictorThemes Styling
 *
 * 1. Common Element Stylings
 * 2. Layout Class
 * 3. Headers
 * 4. Topbar
 * 5. Navigation
 * --- Elate Navigation
 * --- Mean Menu
 * --- Search
 * 6. Title Area
 * 7. Breadcrumbs
 * 8. Brand Logo
 * 9. Elements
 * --- Tooltip
 * --- ul li fixes
 * --- Link Styles
 * --- Separator
 * --- Contact Box
 * --- Contact Form 7
 * --- Address Info
 * --- Spacer
 * --- Button
 * --- Call to Action
 * --- Services
 * --- Tab Links
 * --- Counter
 * --- Single Image
 * --- Social Icons
 * --- Casestudies
 * --- Project Details
 * --- Accordion
 * --- Tabs
 * --- Testimonials
 * --- Our Partners
 * --- Team Members
 * --- Team Details
 * --- Education Details
 * --- History
 * --- Job Details
 * --- List Styles
 * --- Blog Post
 * --- Single Post Page
 * --- Contact Card
 * 10. Sidebar Widgets
 * --- Get a Quote
 * --- Search Widget
 * --- Sidebar ul li styles
 * --- Widget RSS
 * --- Widget Calender
 * --- Widget Text
 * --- Widget Tags
 * 11. 404 Page
 * 12. Footer
 * 13. Copyright
 */

#vtheme-wrapper {
  overflow-x: hidden;
  background-color: #fff;
}
@-moz-document url-prefix() {
  select, select:-moz-focusring, select::-moz-focus-inner {
    text-shadow: none !important;
    background-image: none !important;
  }
}
.elementor *, .elementor :after, .elementor :before {
  background-color: transparent;
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-widget-empty {
  background-color: transparent !important;
}
/**
 * 1. Common Element Stylings
 */

html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #212121;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #00a5df;
  color: #ffffff;
}
::-webkit-selection {
  background: #00a5df;
  color: #ffffff;
}
::-moz-selection {
  background: #00a5df;
  color: #ffffff;
}
::-o-selection {
  background: #00a5df;
  color: #ffffff;
}
::-ms-selection {
  background: #00a5df;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
a {
  color: #777;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #00a5df;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: 600;
  line-height: 1.42857143;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
.caption-wrap p,
.elate-pl-content-box p,
.classic-accordion .card-body, 
p {
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #777777;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: -0.1px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
audio,
canvas,
progress,
video {
  vertical-align: middle;
}
hr {
  border-color: #e8e8e8;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
p img {
  max-width: 100%;
  height: auto;
}
.width-fix {
  float: left;
  width: 100%;
}
pre {
  background-color: #eff0f1;
  padding: 20px;
}
.no-padding, .padding-no {
  padding: 0 !important;
}
.padding-cnt-no {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-md {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padding-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.padding-xl {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}

/* Margin */
.no-margin {
  margin: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-dark {
  color: #232323 !important;
}
.primary-color {
  color: #fa9928;
}

.bold {
  font-weight: bold;
}
.semi-bold {
  font-weight: bold;
}
.light {
  font-weight: 300;
}
.vc_empty_space {
  float: left;width: 100%;
}
.color-black,
.color-dark {
  color: #000;
}
.color-white {
  color: #fff;
}
.rounded-two,
.rounded-two img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rounded-three,
.rounded-three img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Nice Select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ececec;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color:#dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color:#999;
}
.nice-select:after {
  border-bottom:2px solid #999;
  border-right:2px solid #999;
  content:'';
  display:block;
  height:5px;
  margin-top:-4px;
  pointer-events:none;
  position:absolute;
  right:12px;
  top:50%;
  -webkit-transform-origin:66% 66%;
  -ms-transform-origin:66% 66%;
  transform-origin:66% 66%;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  -webkit-transition:all .15s ease-in-out;
  transition:all .15s ease-in-out;
  width:5px;
}
.nice-select.open:after {
  -webkit-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  transform:rotate(-135deg);
}
.nice-select.open .list {
  opacity:1;
  pointer-events:auto;
  -webkit-transform:scale(1) translateY(0);
  -ms-transform:scale(1) translateY(0);
  transform:scale(1) translateY(0);
}
.nice-select.disabled {
  color:#999;
  pointer-events:none;
  border-color:#ededed;
}
.nice-select.disabled:after {
  border-color:#ccc;
}
.nice-select.wide {
  width:100%;
}
.nice-select.wide .list {
  left:0!important;
  right:0!important;
}
.nice-select.right {
  float:right;
}
.nice-select.right .list {
  left:auto;right:0;
}
.nice-select.small {
  font-size:12px;
  height:36px;
  line-height:34px;
}
.nice-select.small:after {
  height:4px;
  width:4px;
}
.nice-select.small .option {
  line-height:34px;
  min-height:34px;
}
.nice-select .list {
  background-color:#fff;
  border-radius:5px;
  box-shadow:0 0 0 1px rgba(68,68,68,0.11);
  box-sizing:border-box;
  margin-top:4px;
  opacity:0;
  overflow:hidden;
  pointer-events:none;
  position:absolute;
  top:100%;
  left:0;
  z-index:9;
  padding:0;
}
.nice-select .list:hover .option:not(:hover) {
  background-color:transparent!important;
}
.nice-select .option {
  cursor:pointer;
  font-weight:400;
  line-height:40px;
  list-style:none;
  min-height:40px;
  outline:none;
  padding-left:18px;
  padding-right:29px;
  text-align:left;
  -webkit-transition:all .2s;
  transition:all .2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color:#f6f6f6;
}
.nice-select .option.selected {
  font-weight:500;
}
.nice-select .option.disabled {
  background-color:transparent;
  color:#999;
  cursor:default;
}
.no-csspointerevents .nice-select .list {
  display:none;
}
.no-csspointerevents .nice-select.open .list {
  display:block;
}
/* Left & Right Sidebars */
.eclt-right-sidebar .eclt-content-side,
.eclt-left-sidebar .eclt-sidebar {
  padding-left: 10px;
  padding-right: 30px;
}
.woocommerce .eclt-right-sidebar .eclt-content-side,
.woocommerce .eclt-left-sidebar .eclt-sidebar {
  padding-left: 10px;
  padding-right: 15px;
}
.eclt-right-sidebar .eclt-sidebar,
.eclt-left-sidebar .eclt-content-side {
  padding-right: 0;
  padding-left: 30px;
}
.eclt-full-width .eclt-content-side,
.eclt-hide-sidebar .eclt-content-side {
  padding-left: 10px;
  padding-right: 10px;
}
.archive .eclt-content-area,
.search .eclt-content-area {
  padding-top: 60px;
  padding-bottom: 45px;
}
.woocommerce .eclt-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 2px solid #002e5b;
  background-color: #ffffff;
  cursor: ew-resize;
  outline: 0;
  top: -5px;
  margin-left: 0;
}
.eclt-blog-one.eclt-blog-list .col-md-12 {
  padding: 0;
}
.woocommerce .eclt-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #00a5df;
}
.woocommerce .eclt-sidebar .widget_price_filter .ui-slider-horizontal {
  height: 3px;
}
.eclt-sidebar .price_label span.from,
.price_label span.to {
  color: #111;
}
.eclt-sidebar .price_label {
  color: #888;
  font-size: 14px;
}
.woocommerce .eclt-sidebar .widget_price_filter .price_slider_amount .button {
  float: left;
  padding: 13px 20px;
  font-size: 12px;
  background: #fff;
  border: 2px solid #ececec;
  border-radius: 2px;
  color: #111;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce .eclt-sidebar .widget_price_filter .price_slider_amount .button:hover {
  background: #ececec;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce .eclt-sidebar .widget_product_categories ul li span.count {
  float: right;
}
.woocommerce .eclt-sidebar .widget_product_categories ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  width: 5px;
  height: 5px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  bottom: 1px;
  background: none;
  color: #00a5df;
  font-size: 10px;
}
/* Input Fields */
input,
select,
textarea {
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
  margin: 8px 0 12px;
  color: #232323;
  font-weight: normal;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type="password"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
select {
  padding: 3px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  color: #999;
  min-height: 45px;
}
select:-moz-focusring {
  text-shadow: none;
}
select::-ms-expand {
  display: none;
}
select:after,
.wpcf7-select:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #232323;
  list-style-type: 0.3px;
}
select[multiple] {
  padding: 0;
}
select option {
  padding: 8px 15px;
  color: #232323;
}
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
input[type="range"],
textarea {
  width: 100%;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
::-webkit-input-placeholder {
  color: #232323;
  letter-spacing: 0.3px;
  font-weight: normal;
}
:-moz-placeholder {
  color: #232323;
  letter-spacing: 0.3px;
  font-weight: normal;
}
::-moz-placeholder {
  color: #232323;
  letter-spacing: 0.3px;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #232323;
  letter-spacing: 0.3px;
  font-weight: normal;
}
label {
  font-weight: normal;
}
input[type="submit"],
.wpcf7 input[type="submit"] {
  background-color: #00a5df;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 25px;
  letter-spacing: 0.3px;
  outline: none;
  margin: 12px 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}

.no-results.not-found .searchform input[type="submit"],
.no-results.not-found .searchform .wpcf7 input[type="submit"],
.eclt-widget.widget_search input[type="submit"],
.eclt-widget.widget_search .wpcf7 input[type="submit"] {
  background-color: #00a5df;
  color: #232323;
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
  padding: 11px 25px;
  letter-spacing: 0.3px;
  outline: none;
  background-image: url(../images/icons/search.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.no-results.not-found .widget_search {
  width: 60%;
  display: block;
  margin: 10px auto 0;
}
.no-results.not-found {
  text-align: center;
  display: inline-block;
  width: 100%;
}
input[type="submit"]:hover,
.wpcf7 input[type="submit"]:hover {
  background-color: #002e5b;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-widget.widget_search input[type="submit"]:hover,
.eclt-widget.widget_search .wpcf7 input[type="submit"]:hover {
  background-color: #002e5b;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
blockquote {
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
  position: relative;
  padding: 35px 40px;
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 20px;
  display: inline-block;
}
blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  display: inline-block;
  background: #002e5b;
  position: absolute;
  top: 0;left: 0;
}
.blockquote-two,
.blockquote-two,
.wpb_text_column :last-child .blockquote-two {
  background: #f9f9f9;
  border: none;
  color: #666;
  font-size: 20px;
  padding: 36px 40px;
  line-height: 28px;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-style: italic;
  font-weight: 700;
}
.blockquote-two:before {
  content: '';
  width: 4px;
  height: 100%;
  display: inline-block;
  background: #002e5b;
  position: absolute;
  top: 0;left: 0;

  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
blockquote:after {
  content: "";
  background-image: url(../images/icons/quote.png);
  position: absolute;
  width: 50px;
  height: 40px;
  top: 20px;
  left: 20px;
}
/* Overlay */
.eclt-overlay-pattern {
  float: left;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute !important;
  top: 0;
  left: 0;
}
.eclt-have-dotted .eclt-overlay-pattern {
  position: relative;
  background-repeat: repeat;
  background-position: top left;
}
.eclt-dhav-dotted {
  position: relative;
}

/* Content */
.eclt-content-area {
  padding: 35px 15px 65px;
}

/* 4. Topbar */
.eclt-topbar {
  background: #002e5b;
  border-bottom: 1px solid #002e5b;
}
.eclt-topbar-left {
  color: #fff;
  font-size: 13px;
  padding-left: 15px;
}
.eclt-topbar-right {
  padding-right: 15px;
}
.eclt-topbar-right ul li a.eclt-top-active i,
.eclt-topbar-right ul li a.eclt-top-active {
  color: #fff;
}
.eclt-topbar-right ul.wpml-color-change li a.eclt-top-active i,
.eclt-topbar-right ul.wpml-color-change li a.eclt-top-active {
  color: #666;
}
.nav>li>a.eclt-top-active:focus,
.nav>li>a.eclt-top-active:hover {
  background-color: transparent;
}
.eclt-topbar-left p {
  margin: 0;padding: 15px 0;
}
.eclt-topbar-left,
.eclt-topbar-right {
  float: left;
  width: 50%;
}
.eclt-topbar-right {
  text-align: right;
  float: right;
}
.eclt-topbar-left ul,
.eclt-topbar-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.eclt-topbar-left ul li,
.eclt-topbar-right ul li {
  display: inline-block;
}
.eclt-topbar-right .eclt-tr-element {
  float: left;
  display: inline-block;
  padding: 15px 0;
  margin-right: -1px;
}
.eclt-tr-element .eclt-social a {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 0 5px;
}
.eclt-topbar .eclt-tr-element .eclt-social a {
  color: #fff;
}
.eclt-tr-element .eclt-social a:hover {
  color: #00a5df;
}

/* Topbar Dropdown */
.eclt-wpml-dropdown {
  position: relative;
  padding: 0 20px;
}
.wpml-not-active {
  padding: 12px;
  float: left;
  margin: 0 -1px 0 0;
  display: inline-block;
  color: #00a5df;
}
.eclt-top-active,
.eclt-topdd-content li a {
  color: #444;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.eclt-top-active i {
  color: #444;
  font-size: 13px;
  padding-left: 5px;
}
.rtl .eclt-top-active i {
  padding-left: 0;
  padding-right: 5px;
}
.eclt-top-active:hover,
.eclt-top-active:focus,
.eclt-top-active:hover i,
.eclt-top-active:focus i {
  color: #232323;
  text-decoration: none;
}
.eclt-topbar-right .eclt-topdd-content,
.eclt-topdd-content {
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
.eclt-topdd-content li {
  float: left;
  width: 100%;
  text-align: center;
}
.eclt-topdd-content li a {
  padding: 8px 0;
  display: block;
}
.eclt-topdd-content li a:hover {
  background: #f5f5f5;
}
.eclt-topdd-content {
  display: none;
}
.eclt-wpml-wrap ul li a {
  font-size: 15px;
  text-transform: capitalize;
}
.eclt-wpml-wrap ul.dropdown-menu li {
  display: block;
  font-size: 18px;
}
.eclt-wpml-wrap ul li a img {
  margin: -3px 10px 0 0px;
}
.eclt-wpml-wrap ul.dropdown-menu {
  min-width: 170px;
  z-index: 99999;
}
.eclt-wpml-wrap {
  display: block;
  float: left;
}
.eclt-wpml-wrap > ul > li {
  position: relative;
  padding: 15px 5px 14px 0;
}
.eclt-wpml-wrap > ul > li li a {
  display: block;
  padding: 0;
}
.eclt-wpml-wrap > ul > li li {
  display: block;
}
.eclt-wpml-wrap > ul > li li {
  padding: 5px 15px;
}
.eclt-wpml-wrap > ul > li ul {
  z-index: 99;
  left: 0;
  width: auto;
  min-width: auto;
}

/**
 * 5. Navigation
 */
/* Elate Navigation */
.eclt-header {
  background: transparent;
  -webkit-transition: background ease .3s, box-shadow ease .3s;
  -ms-transition: background ease .3s, box-shadow ease .3s;
  transition: background ease .3s, box-shadow ease .3s;
  z-index: 4;
  position: relative;
}
.eclt-header .container {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.eclt-header > .container:before,
.eclt-header > .container:after {
  display: table;
  clear: both;
  content: "";
}
.is-sticky .eclt-header {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.is-sticky .eclt-navigation-wraper {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.admin-bar .is-sticky .eclt-navigation-wraper,
.admin-bar .is-sticky .eclt-header {
  top: 32px !important;
}
.eclt-header-right {
  float: right;
}
.eclt-brand {
  float: left;
  padding: 28px 0;
  position: relative;
  z-index: 9;
}
.header-brand-info {
  float: right;
  padding: 28px 0 22px;
  max-width: 80%;
}
.eclt-top-info {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
/* Address Info */
.eclt-address-info {
  float: left;
  padding-right: 50px;
}
.eclt-address-info:last-child {
  padding-right: 0;
}
.eclt-address-info i {
  color: #002e5b;
  font-size: 32px;
  float: left;
  padding-top: 5px;
}
.eclt-ai-content {
  float: right;
  padding-left: 12px;
  line-height: 20px;
  text-align: left;
}
.eclt-address-info span,
.eclt-address-info span a {
  color: #232323;
  padding: 0 0 4px;
  display: block;
}
.header-brand-info .eclt-address-info span {
  font-weight: 500;
}
.eclt-address-info span a {
  padding: 0;
}
.eclt-address-info p,
.eclt-address-info .eclt-ai-content > a {
  font-size: 16px;
  margin: 0;
  color: #555;
  letter-spacing: 0.3px;
  font-weight: 500;
  padding: 0;
  line-height: 20px;
}
.eclt-ai-two {
  padding: 15px 22px 15px 0;
}
.eclt-ai-two span a {
  font-weight: normal;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.eclt-ai-two span,
.eclt-ai-two i {
  padding: 0;
}
.eclt-ai-two i {
  font-size: 20px;
}
.eclt-ai-two .eclt-ai-content > p {
  display: none;
}
.eclt-navigation .container {
  position: relative;
}
.eclt-navigation {
  display: inline-block !important;
  vertical-align: middle;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.eclt-navigation > ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.eclt-navigation > ul > li {
  float: left;
  position: relative;
}
.eclt-navigation > ul > li > a {
  display: inline-block;
  padding: 39px 20px;
  color: #111;
}
.eclt-navigation-wraper .eclt-navigation > ul > li:first-child > a,
.eclt-navigation > ul > li:first-child > a {
  padding-left: 0;
}
.eclt-navigation-wraper .eclt-navigation > ul > li:first-child > .dropdown-nav,
.eclt-navigation > ul > li:first-child > .dropdown-nav {
  left: 0;
}
.eclt-navigation > ul li.has-dropdown > a:after {
  display: inline-block;
  padding-left: 4px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.eclt-navigation .has-dropdown.sub .dropdown-nav {
  top: 0;
  left: 100%;
}
.dropdown-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  min-width: 220px;
  padding: 10px 20px;
  margin: 0;
  background: #fff;
  font-size: 15px;
  white-space: nowrap;
  list-style: none;
  letter-spacing: 0;
  z-index: 3;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.dropdown-nav .dropdown-nav {
  top: 0px;
  left: calc(100% + 20px);
}
.dropdown-nav .dropdown-nav:before {
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 25px;
  border: none;
  content: "";
  z-index: 1;
}
.dropdown-nav > li {
  position: relative;
  padding: 0 5px;
  border-bottom: 1px solid #f0f0f0;
}
.dropdown-nav > li:last-child {
  border: none;
}
.dropdown-nav > li > a {
  display: block;
  padding: 11px 0;
  color: #111;
}
.eclt-navigation > ul > li:nth-last-child(-n+3).menu-item .dropdown-nav {
  right: 0px;
  left: auto;
}
.eclt-navigation > ul > li:nth-last-child(-n+3).menu-item .dropdown-nav:before {
  right: 22px;
  left: auto;
}
.eclt-navigation > ul > li:nth-last-child(-n+3).menu-item .dropdown-nav .dropdown-nav:before {
  right: -25px;
  left: auto;
}
.eclt-navigation > ul > li:nth-last-child(-n+3).menu-item ul .dropdown-nav {
  top: 0px;
  right: calc(100% + 20px);
  left: auto;
}
.eclt-address-info span a:hover,
.eclt-address-info .eclt-ai-content > a:hover,
.eclt-navigation-wraper .eclt-navigation > ul > li:hover > a,
.eclt-navigation-wraper .eclt-navigation > ul > li.current-menu-ancestor > a,
.eclt-navigation-wraper .eclt-navigation > ul > li.active > a,
.eclt-navigation > ul > li:hover > a,
.eclt-navigation > ul > li.current-menu-ancestor > a,
.eclt-navigation > ul > li.active > a,
.dropdown-nav > li:hover > a,
.dropdown-nav > li.active > a,
.mean-container .mean-nav > ul > li:hover > a,
.mean-container .mean-nav > ul > li.current-menu-ancestor > a,
.mean-container .mean-nav > ul > li.active > a,
.mean-container .mean-nav .dropdown-nav > li:hover > a,
.mean-container .mean-nav .dropdown-nav > li.active > a,
.eclt-navigation  ul.dropdown-nav > li.current-menu-parent > a,
.mean-container .mean-nav .dropdown-nav > li.current-menu-parent > a,
.mean-container .mean-nav ul.dropdown-nav > li.current-page-parent > a {
  color: #00a5df;
}
/* Header Style Two */
.eclt-navigation-wraper {
  background: #002e5b;
  width: 100%;
  display: inline-block;
}
.eclt-navigation-wraper .container {
  position: relative;
}
.eclt-navigation-wraper .eclt-navigation > ul > li > a {
  color: #fff;
}
.eclt-navigation-wraper .eclt-navigation {
  width: 100%;
}
.eclt-navigation-wraper .eclt-navigation > ul > li > a {
  padding: 25px 20px;
}
/* Header Style One */
.eclt-header-one .top-nav-icons {
  padding: 28px 0 27px 10px;
  float: right;
}
.eclt-header-one .eclt-nav-search,
.eclt-header-one .eclt-nav-cart {
  background: transparent;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 47px;
  color: #111;
  float: left;
  border: 1px solid #ececec;
  text-align: center;
}
.eclt-header-one .eclt-nav-cart {
  border-left: 0;
}
.eclt-header-one #search-trigger-two {
  padding: 0;
  display: block;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.eclt-header-one #search-trigger-two i,
.eclt-header-one #cart-trigger i {
  color: #111;
}
.eclt-header-one #cart-trigger {
  position: relative;
  display: block;
}
.eclt-header-one #cart-trigger > span {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #00a5df;
  width: 18px;
  height: 18px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.eclt-header-one #cart-trigger i {
  font-size: 18px;
}

/* Header Search */
.eclt-search-two {
  background-color: #002142;
  position: relative;
  display: none;
}
.eclt-search-two > .container {
  position: relative;
}
.eclt-search-two input {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  background: transparent;
  outline: none;
  border: none;
  min-height: 70px;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-search-two input::-webkit-input-placeholder,
.eclt-search-two input:-moz-placeholder,
.eclt-search-two input::-moz-placeholder,
.eclt-search-two input:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.7px;
  font-weight: bold;
}
.eclt-search-close {
  cursor: pointer;
  right: 0;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-search-close:before,
.eclt-search-close:after {
  content: '';
  width: 18px;
  height: 2px;
  display: block;
  background-color: rgba(255,255,255,0.5);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  top: 9px;
  position: absolute;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-search-close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

/* Search Three */
.eclt-search-three {
  display: none;
}
.eclt-search-three input {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  letter-spacing: 0.3px;
  background: rgba(0,0,0,0.2);
  border: none;
  outline: none;
  margin: 0;
  color: #fff;
  min-height: 75px;
  padding-left: 25px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-search-three input::-webkit-input-placeholder,
.eclt-search-three input:-moz-placeholder,
.eclt-search-three input::-moz-placeholder,
.eclt-search-three input:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.7px;
  font-weight: bold;
}
.eclt-search-three .eclt-search-close {
  right: 25px;
}

/* Active Search */
.search-active .eclt-navigation > ul,
.search-active .eclt-nav-search {
  display: none !important;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.search-active .eclt-search-three {
  display: block;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

/* Mean Menu */
.mean-container a.meanmenu-reveal {
  font-size: 16px;
  text-indent: 0;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: #00a5df;
  padding: 10px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none !important;
  border-radius: 100%;
  top: 12px;
  right: 15px;
  color: #fff !important;
}
.mean-container .mean-nav ul ul li a.mean-expand {
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 8px;
  font-size: 15px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #002e5b;
  color: #fff;
}
.mean-container .mean-nav ul li a:hover {
  color: #00a5df;
}
.mean-container .mean-nav ul li li a,
.mean-nav .dropdown-nav li.active > a,
.mean-container .mean-nav ul > li a {
  border-top: 1px solid #d5dbe9;
}
.mean-container .dropdown-nav li {
  border: none;
  padding: 0;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 0;
  min-height: 42px;
  z-index: 2;
  top: 0;
  left: 0;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 8px 13px;
  position: absolute;
  top: 28px;
  right: 25px !important;
  cursor: pointer;
  color: #444;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  border: 1px solid #444;
}
.mean-container .mean-nav ul li a {
  padding: 20px 0px 20px 20px !important;
  display: block;
  width: calc(100% - 20px);
  color: #111;
  float: unset;
}
.mean-container .mean-nav ul li li a {
  width: calc(100% - 70px);
  float: left;
  opacity: 1;
  padding: 15px !important;
  margin: 0 0px 0 40px;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: calc(100% - 90px);
  margin: 0 0px 0 60px;
}
.mean-nav ul.main-menu.nav.nav-bar li {
  border-bottom: 1px solid;
}
.mean-container .mean-nav ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  transition: none;
  background: none;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 100px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  font-weight: 600;
}
.mean-container .mean-nav::-webkit-scrollbar {
  width: 5px;
}
.mean-container .mean-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
}
.mean-container .mean-nav::-webkit-scrollbar-thumb {
  border-radius: 30px;
  -webkit-box-shadow: none;
  background: #d5dbe9;
}
.mean-container .mean-nav > ul > li:last-child {
  border-bottom: 1px solid #d5dbe9;
}
/* Normal State */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
  transform: rotate(0deg);

  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}
.mean-container a.meanmenu-reveal.meanclose span {
  margin-top: 8px;
  transform: rotate(-45deg);
}
.mean-container a.meanmenu-reveal span:before {
  content: "";
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
  position: relative;
  top: 10px;
  transform: rotate(0deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal span:after {
  content: "";
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
}

/* Close */
.mean-container a.meanmenu-reveal.meanclose span:before {
  content: "";
  display: block;
  background: #444;
  height: 2px;
  margin-top: 3px;
  position: relative;
  top: 0px;
  transform: rotate(-90deg);

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container a.meanmenu-reveal.meanclose span:after {
  content: none;

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mean-container .mean-nav ul li a {
  text-transform: unset;
}
.eclt-header {
  position: relative;
}

/* Search */
.eclt-nav-search {
  float: right;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  z-index: 9999;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
#search-trigger,
#search-trigger-two {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
#search-trigger i,
#search-trigger-two i {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

/* 6. Title Area */
.eclt-title-area {
  background: #002e5b;
  padding: 65px 0 70px;
  text-align: center;
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.eclt-title-area .page-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.eclt-title-overlay {
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  z-index: 0;
}

/* 7. Breadcrumbs */
.eclt-breadcrumbs {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 19px;
}
.eclt-breadcrumbs ul {
  padding: 0;
  list-style: none;
  margin: 0;
  color: #232323;
}
.eclt-breadcrumbs ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
ul.trail-items li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 12px 0 14px;
}
.eclt-breadcrumbs ul li:last-child:after {
  content: none;
}
.eclt-breadcrumbs a {
  color: #333;
}
nav.breadcrumb-trail.breadcrumbs a:hover {
  color: #00a5df;
}
.eclt-breadcrumbs ul li:last-child {
  color: #00a5df;
}
.eclt-breadcrumbs .breadcrumb-trail.breadcrumbs{
  padding-left: 12px;
}
/* Text Logo */
@font-face {
  font-family: 'jaapokkisubtractregularRg';
  src: url('../fonts/jaapokkisubtract-regular-webfont.eot');
  src: url('../fonts/jaapokkisubtract-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/jaapokkisubtract-regular-webfont.woff') format('woff'),
       url('../fonts/jaapokkisubtract-regular-webfont.ttf') format('truetype'),
       url('../fonts/jaapokkisubtract-regular-webfont.svg#jaapokkisubtractregularRg') format('svg');
  font-weight: normal;
  font-style: normal;

}
.text-logo {
  font-family: 'jaapokkisubtractregularRg';
  font-size: 35px;
  font-weight: bold;
  color: #002e5b;
  line-height: 1.28;
}
.text-logo:first-letter {
  color: #00a5df;
}
.eclt-topbar-left .eclt-top-info {
  float: left;
}
.eclt-topbar-right .eclt-top-info {
  float: right;
}
.eclt-topbar-left .eclt-top-info .eclt-address-info i,
.eclt-topbar-left .eclt-top-info .eclt-address-info p,
.eclt-topbar-left .eclt-top-info .eclt-address-info span {
  color: #666;
}
.eclt-topbar-right ul li a,
.eclt-topbar-right .eclt-top-info .eclt-address-info i,
.eclt-topbar-right .eclt-top-info .eclt-address-info p,
.eclt-topbar-right .eclt-top-info .eclt-address-info span {
  color: #666;
}

/**
 * 9. Elements
 */

/* Tooltip */
.tooltip-inner {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #777;
  font-size: 11px;
  letter-spacing: 0.3px;
  min-width: 125px;
  padding: 0;
  padding: 10px 18px;

  -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 2px rgba(0,0,0,0.07);
}
.bs-tooltip-top .arrow::before {
  border-top-color: #777;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -8px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border: none;
  background: url('../images/tooltip-top.png');
  width: 11px;
  height: 7px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .tooltip.top .tooltip-arrow {
    background: url('../images/tooltip-top.png');
    background-size: 11px 7px;
  }
}
.tooltip.show {
  opacity: 1;
}
/* ul li Fixes */
.simple-fix,
.simple-fix ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: inline-block;
}
.single-post .bp-content ul.simple-fix {
  margin: 10px 0 0;
  padding: 0;
}
.simple-fix li,
.simple-fix ul li {
  float: left;
  padding-right: 12px;
}
.simple-fix li:last-child,
.simple-fix ul li:last-child {
  padding: 0;
}

/* Link Styles */
.eclt-link-arrow-right,
.eclt-link-arrow-left {
  font-size: 15px;
  color: #002e5b;
  margin: 15px 0;
  display: block;
}
.eclt-link-arrow-right i,
.eclt-link-arrow-left i {
  color: #002e5b;
  font-size: 16px;
  padding-left: 7px;
  position: relative;
  top: 1px;
}
.eclt-link-arrow-left i {
  padding-left: 0;
  padding-right: 7px;
  float: left;
  top: 4px;
}
.eclt-link-arrow-right:hover,
.eclt-link-arrow-right:hover i,
.eclt-link-arrow-left:hover,
.eclt-link-arrow-left:hover i {
  color: #232323;
}
.eclt-link-underline {
  color: #002e5b;
  letter-spacing: 0.1px;
  font-weight: bold;
  position: relative;
  margin: 8px 0 20px;
  display: inline-block;
}
.eclt-link-underline:after {
  content: '';
  position: absolute;
  bottom: -1px;left: 0;
  background: #002e5b;
  height: 2px;
  width: 100%;
  display: block;
}

/* Separator */
.eclt-separator-one {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #eee;
}
/* Contact Box */
.eclt-contact-form select,
.eclt-contact-form input[type="text"],
.eclt-contact-form input[type="email"],
.eclt-contact-form input[type="url"],
.eclt-contact-form input[type="tel"],
.eclt-contact-form input[type="number"],
.eclt-contact-form input[type="date"],
.eclt-contact-form input[type="file"],
.eclt-contact-form input[type="range"],
.eclt-contact-form textarea {
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #232323;
  font-size: 16px;
  min-height: 55px;
}
.eclt-contact-form textarea {
  height: 130px;
}
.eclt-contact-form span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.eclt-contact-form p {
  padding: 0;
}
.eclt-contact-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.eclt-contact-form input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-contact-form textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
/* Contact Form 7 */
.wpcf7 p {
  font-weight: normal;
  font-size: 16px;
  color: #555;
  margin: 0;
}
.wpcf7 p input,
.select-size .wpcf7 .nice-select {
  font-size: 16px;
}
.wpcf7-form-control-wrap > label {
  margin-top: 10px;
}
.wpcf7-select-field {
  position: relative;
}
.wpcf7 .nice-select {
  min-height: 45px;
  background: transparent;
  margin: 8px 0 12px;
  color: #232323;

  -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.06);
  box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.06);
  box-shadow: none;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
div.wpcf7-response-output {
  margin: 1em 0 1em;
  padding: 10px 15px;
  float: left;
  width: 100%;
}
 .wpcf7-form-control-wrap,
.job-apply-form .wpcf7-form-control-wrap .nice-select,
.job-apply-form .wpcf7 p input  {
  font-size: 16px;
  color:#232323;
}
.contact-page-one div.wpcf7 {
  margin-top: 25px;
}
.contact-page-one .wpcf7 .wpcf7-form > p {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
.contact-page-one .wpcf7 .wpcf7-form > p textarea {
  max-width: 100%;
  max-height: 175px;
}
.eclt-quotes-calc .row {
  margin: 0 -7.5px;
}
.contact-page-one .wpcf7 input[type="submit"] {
  padding: 14px 25px;
}
.contact-page-one input,
.contact-page-one textarea {
  padding: 12px 20px;
}
.contact-page-one select {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}
.contact-page-one select option {
  padding: 11px 20px;
}
.eclt-quotes-calc [class*="col-"] {
  padding: 0 7.5px;
}
.eclt-quotes-calc [class*="col-"] input,
.eclt-quotes-calc [class*="col-"] .nice-select,
.eclt-quotes-calc [class*="col-"] select,
.eclt-quotes-calc [class*="col-"] textarea {
  margin-bottom: 15px;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  border-color: #ececec;
  height: 45px;
  font-size: 16px;
  color: #888;
}
.eclt-quotes-calc [class*="col-"] input[type="submit"] {
  color: #fff;
}
.eclt-consultation-form p,
.eclt-footer-form p,
.eclt-quotes-calc p {
  padding: 0;
}
.eclt-quotes-calc span.wpcf7-not-valid-tip {
  display: none !important;
}
.eclt-footer-form [class*="col-"] .nice-select,
.eclt-quotes-calc input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-quotes-calc textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-footer-form [class*="col-"] {
  padding: 0 5px;
}
.eclt-footer-form .row {
  margin: 0;
}
.eclt-footer-form [class*="col-"] input,
.eclt-footer-form [class*="col-"] textarea {
  margin-bottom: 10px;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
}
.eclt-footer-form [class*="col-"] input,
.eclt-footer-form [class*="col-"] .nice-select,
.eclt-footer-form [class*="col-"] select,
.eclt-footer-form [class*="col-"] textarea {
  height: 38px;
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}
.eclt-footer-form [class*="col-"] textarea {
  height: 83px;
}
.eclt-footer-form [class*="col-"] input[type="submit"] {
  color: #fff;
  background-color: #00a5df;
  padding: 2px 27px 0;
  text-transform: uppercase;
  margin-bottom: 0;
  border: 1px solid #00a5df;
  font-size: 14px;
}
.eclt-footer-form [class*="col-"] input[type="submit"]:hover {
  background-color: transparent;
  color: #00a5df;
}
.eclt-footer-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.eclt-footer-form input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-footer-form textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-footer .footer-widget-area .elate-left-padding.eclt-widget {
  padding-left: 25px;
}

.footer-widget-area div.wpcf7-response-output {
  color: #fff;
}
.eclt-consultation-form [class*="col-"] input,
.eclt-consultation-form [class*="col-"] .nice-select,
.eclt-consultation-form [class*="col-"] select,
.eclt-consultation-form [class*="col-"] textarea {
  height: 45px;
  border-color: #ececec;
  border-radius: 0;
  font-size: 16px;
  color: #888;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.06);
  box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.06);
  margin-bottom: 15px;
}
.eclt-consultation-form [class*="col-"] label {
  margin: 0;
}
.eclt-consultation-form [class*="col-"] input[type="submit"] {
  color: #fff;
}
.eclt-consultation-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.eclt-consultation-form input.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-consultation-form textarea.wpcf7-not-valid {
  border-color: red;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

/* Spacer */
.eclt-spacer {
  display: block;
  height: 0;
}

/* Chart */
.eclt-chart {
  margin: 20px auto;
}
.eclt-chart canvas {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.eclt-chart-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eclt-chart-text h1,
.eclt-chart-text h2,
.eclt-chart-text h3,
.eclt-chart-text h4,
.eclt-chart-text h5,
.eclt-chart-text h6 {
  margin: 0;
}

/* Buttons */
.btn-small {
  font-size: 12px;
  padding: 12px 12px;
}
.btn-medium {
  font-size: 14px;
  padding: 11px 27px;
}
.btn-large {
  font-size: 16px;
  padding: 16px 30px;
}
.btn-primary {
  background-color: #002e5b;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: #002e5b;
}
.btn-hover-two:after,
.btn-third:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: rgba(0,0,0,0.2);
}
.btn-hover-two:hover:after,
.btn-third:hover:after {
  width: 100%;
}
.btn-text {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.btn-secondary {
  background-color: #fa9928;
  color: #232323;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  color: #232323;
}
.btn-third {
  color: #555;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #e8e8e8;
  letter-spacing: 0.3px;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.btn-third:hover {
  border: 1px solid #002e5b;
  color: #fff;
}
.btn-third:active,
.btn-third:focus,
.btn-third:hover:after {
  border: 1px solid #002e5b;
  background-color: #002e5b;
  color: #fff;
}
.btn-rounded,
.btn-rounded:hover,
.btn-hover-two:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.btn-hover-one {
  position: relative;
}
.btn-hover-one .btn-text {
  position: relative;
  z-index: 2;
}
.btn-hover-one:hover:after {
  content: '';
  background: rgba(0,0,0,0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* Button Fourth */
.btn-fourth {
  background: #f6f6f6;
  border: 1px solid #f0f0f0;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #232323;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: bold;
  padding: 20px 40px;
}
.btn-fourth:hover,
.btn-fourth:focus,
.btn-fourth:active {
  border: 1px solid #f0f0f0;
}
.error404 .btn-fourth {
  margin: 35px 0;
}
.error404 .btn-fourth:hover {
  color: #002e5b;
}

/* Button Icon */
.btn-icon-left i {
  float: left;
  line-height: 1.3;
  padding-right: 13px;
}
.btn-icon-right i {
  float: right;
  line-height: 1.3;
  padding-left: 13px;
}
.btn-icon-left .btn-text,
.btn-icon-right .btn-text {
  line-height: 1.7;
}

/* Tab Links */
.eclt-tab-links {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}
.eclt-tab-links li a {
  font-size: 15px;
  color: #232323;
  padding: 20px 25px;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
.eclt-tab-links li a:hover {
  background-color: #fafafa;
}
.eclt-tab-links li:last-child a {
  border-bottom: none;
}
.eclt-tab-links li a.btl-view-all {
  color: #002e5b;
}
.btl-view-all:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #002e5b;
  font-size: 16px;
  padding-left: 8px;
  position: relative;
  top: 1px;
}

/* Counter */
.eclt-counter-one {
  text-align: center;
  margin: 40px 0 30px;
  display: inline-block;
}
.counter-values {
  position: relative;
  margin-bottom: 6px;
}
.counter-values .cvalues {
  font-size: 38px;
  letter-spacing: 0.5px;
  font-weight: bold;
  display: inline-block;
  color: #232323;
}
.counter-values .cvalue-in {
  position: absolute;
  top: 6px;
  padding-left: 5px;
  display: inline-block;
  font-size: 20px;
  color: #232323;
}
.counter-label {
  font-size: 16px;
  letter-spacing: 0.3px;
}

/* Counter Two */
.eclt-counter-two {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 20px 25px 10px 0;
}
.eclt-counter-two .counter-values {
  float: left;
}
.eclt-counter-two .counter-values .cvalues,
.eclt-counter-two .counter-values .cvalue-in {
  color: #232323;
  font-size: 20px;
  position: relative;
  top: 0;
  padding-left: 0;
  font-weight: normal;
}
.eclt-counter-two .counter-values .cvalue-in {
  padding-left: 8px;
}
.eclt-counter-two .counter-label {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #555;
  letter-spacing: 0.3px;
  float: right;
  margin-top: 4px;
}

/* Single Image Zoom */
.single-image-zoom {
  overflow: hidden;
}
.single-image-zoom img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-image-zoom:hover img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

/* Social Icons */
.eclt-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eclt-social li {
  display: inline-block;
  padding: 0 5px;
}
.eclt-social li a {
  color: #777;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.eclt-social li a:hover {
  color: #999;
}

/* Social Icons Two */
.eclt-social-two {
  padding: 0;
  margin: 0;
  list-style: none;
}
.eclt-social-two li {
  float: left;
  margin: 10px 5px 0 0;
}
.eclt-social-two li:last-child {
  margin-right: 0;
}
.eclt-social-two li a {
  font-size: 16px;
  color: #222327;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  background: rgba(255,255,255,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eclt-social-two li a:hover {
  background: rgba(255,255,255,0.3);
}
/* Magnific Popup */
.mfp-wrap {
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-ready.mfp-wrap,
.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-close {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}
.mfp-close:active {
  top: 30px;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-bottom-bar a {
  color: #ffffff;
  font-weight: 700;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 5px;
  right: 5px;
  width: 16px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close {
  display: none;
}
.mfp-container {
  padding: 0 25px;
}
.mfp-container .mfp-img {
  padding: 0;
}
.mfp-container .mfp-arrow {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  display: inline-block;
  margin: 0;
  font: normal normal normal 36px/1 FontAwesome;
  border: none;
  position: static;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-arrow-left {
  left: 30px;
}
.mfp-arrow-right {
  right: 45px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-figure:after {
  display: none;
}
.mfp-close:before {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.mfp-close:after {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
/* Casestudies Carousel */
.bpw-casestudies-carousel {
  margin: 50px 0 30px;
}
/* Controls */
.bpw-casestudies-carousel .owl-controls {
  position: absolute;
  top: -75px;
  right: 0;
  width: 80px;
}
.bpw-casestudies-carousel .slider-no-current,
.bpw-casestudies-carousel .slider-no-next {
  display: none;
}
.bpw-casestudies-carousel .owl-controls .owl-prev > .current-monials {
  margin-right: 10px;
}
.bpw-casestudies-carousel .owl-controls .owl-prev > .current-monials,
.bpw-casestudies-carousel .owl-controls .owl-next > .next-monials {
  border: 2px solid #e8e8e8;
  width: 35px;
  height: 35px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  float: left;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bpw-casestudies-carousel .owl-controls .owl-prev > .current-monials:before,
.bpw-casestudies-carousel .owl-controls .owl-next > .next-monials:before {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #888;
  font-size: 18px;
}
.bpw-casestudies-carousel .owl-controls .owl-next > .next-monials:before {
  content: '\f105';
}
/* Two Column With Gutter */
.eclt-masonry {
  margin: 0 -15px;
}
.masonry-item {
  float: left;
  width: 33.33333333%;
  padding: 0 15px;
}
.eclt-masonry[data-item="2"] .masonry-item {
  width: 50%;
}
.eclt-masonry[data-space="15"] {
  margin: 0 -15px;
}
.eclt-masonry[data-space="15"] .masonry-item {
  padding: 0 15px;
}
.case-item {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.casestudies-section {
  padding: 60px 0 45px;
  display: inline-block;
  width: 100%;
}
.eclt-case-section.casestudies-section {
  padding: 0;
}
.casestudies-section .container {
  padding: 0;
}
.casestudies-section .eclt-pagination {
  padding: 30px 0 0;
}
.casestudies-section .owl-carousel {

}
.bpw-style-one .case-item .bpw-content {
  position: absolute;
  top: 50%;left: 0;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bpw-style-one .case-item .bpw-content-overlay,
.bpw-style-two .case-item .bpw-content-overlay {
  position: absolute;
  top: 0;left: 0;
  height: 100%;
  width: 100%;
  background: rgba(31, 31, 31, 0.8);
}
.bpw-style-one .case-item .bpw-content,
.bpw-style-one .case-item .bpw-content-overlay {
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.bpw-style-one .case-item:hover .bpw-content,
.bpw-style-one .case-item:hover .bpw-content-overlay {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.bpw-style-one .case-item .bpw-content .casestudies-zoom,
.bpw-style-one .case-item .bpw-content .casestudies-link {
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bpw-style-one .case-item .bpw-content .casestudies-zoom {
  top: -10px;
}
.bpw-style-one .case-item .bpw-content .casestudies-link {
  bottom: -10px;
}
.bpw-style-one .case-item:hover .bpw-content .casestudies-zoom {
  top: 0;
}
.bpw-style-one .case-item:hover .bpw-content .casestudies-link {
  bottom: 0;
}
.bpw-style-one .bpw-content .bpw-heading,
.bpw-col-5.bpw-normal-size.bpw-style-one .bpw-content .bpw-heading {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3px;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 15px;
}
.bpw-style-one .bpw-content .bpw-btn,
.bpw-col-5.bpw-normal-size.bpw-style-one .bpw-content .bpw-btn {
  font-size: 11px;
  font-weight: bold;
  color: #232323;
  background-color: #fa9928;
  padding: 10px 18px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.bpw-col-4.bpw-style-one .bpw-content .bpw-heading,
.bpw-col-5.bpw-style-one .bpw-content .bpw-heading {
  font-size: 15px;
  font-weight: normal;
}
.bpw-col-5.bpw-style-one .bpw-content .bpw-btn {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
}
.bpw-style-one .bpw-featured-img img,
.bpw-style-two .bpw-featured-img img {
  max-width: 100% !important;
  width: 100%;
}
.bpw-style-one .case-item .bpw-content .casestudies-zoom,
.bpw-style-one .case-item .bpw-content .casestudies-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 38px;
  vertical-align: middle;
  font-size: 15px;
}
.bpw-style-one .case-item .bpw-content .casestudies-zoom i,
.bpw-style-one .case-item .bpw-content .casestudies-link i {
  color: #fff;
}
.bpw-style-one .case-item .bpw-content .casestudies-zoom a,
.bpw-style-one .case-item .bpw-content .casestudies-link a {
  display: block;
}
.bpw-style-one .case-item .bpw-content .casestudies-zoom a:hover,
.bpw-style-one .case-item .bpw-content .casestudies-link a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.bpw-style-one .case-item .bpw-content .casestudies-link {
  transform: rotate(90deg);
}
/* Border Radius in Casestudies Item Style One */
.bpw-style-one,
.bpw-style-one .bpw-featured-img img,
.bpw-style-one .bpw-content-overlay,
.bpw-style-one .bpw-content .bpw-btn,
.bpw-style-two .masonry-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.bpw-no-gutter.bpw-style-one,
.bpw-no-gutter.bpw-style-one .bpw-featured-img img,
.bpw-no-gutter.bpw-style-one .bpw-content-overlay,
.bpw-no-gutter.bpw-style-two .masonry-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Casestudies Style Two - Specific */
.bpw-style-two .bpw-featured-img {
  position: relative;
  text-align: left;
}
.bpw-style-two .bpw-featured-img,
.bpw-style-two .bpw-featured-img img,
.bpw-style-two .bpw-featured-img .bpw-content-overlay {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.bpw-style-two .masonry-item {
  background: #fff;
  text-align: center;
  overflow: hidden;
}
.bpw-style-two .case-item .bpw-content {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 25px 20px 30px;

  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;

  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.bpw-style-two .case-item:hover .bpw-content {
  border-color: #00a5df;
  background: #00a5df;
}
.bpw-style-two .case-item:hover .bpw-content .bpw-heading,
.bpw-style-two .case-item:hover .bpw-content .bpw-category {
  color: #fff;
}
.bpw-style-two .bpw-content .bpw-heading {
  font-size: 16px;
  color: #232323;
  font-weight: bold;
  display: block;
  margin: 0 0 2px;
}
.bpw-style-two .bpw-content .bpw-category {
  color: #777;
  letter-spacing: 0.3px;
}

.bpw-no-gutter.bpw-style-two {
  margin: 0 auto 40px;
}
.bpw-no-gutter.bpw-style-two .bpw-featured-img,
.bpw-no-gutter.bpw-style-two .bpw-featured-img img,
.bpw-no-gutter.bpw-style-two .bpw-featured-img .bpw-content-overlay,
.bpw-no-gutter.bpw-style-two .case-item .bpw-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.bpw-no-gutter.bpw-style-two .masonry-item {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
}
.bpw-no-gutter.bpw-style-two .case-item .bpw-content {
  border: none;
}
.bpw-col-5.bpw-style-two .bpw-content .bpw-heading {
  font-size: 14px;
  font-weight: bold;
}
.bpw-col-5.bpw-style-two .bpw-content .bpw-category {
  font-size: 13px;
  font-weight: bold;
}
.bpw-col-5.bpw-style-two .bpw-content {
  padding: 20px 10px 20px;
}
.bpw-style-two .bpw-content .bpw-category:hover {
  color: #232323;
}
.bpw-style-two .bpw-content .bpw-category:after {
  content: ', ';
}
.bpw-style-two .bpw-content .bpw-category:last-child:after {
  content: none;
}
.bpw-style-two .case-item .bpw-content-overlay {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 100%;

  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.bpw-style-two .case-item:hover .bpw-content-overlay {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.bpw-style-two .bpw-content-overlay .bpw-plus-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  right: 0;left: 0;
  margin: 0 auto;
}
.bpw-style-two .case-item .bpw-content-overlay .bpw-plus-icon {
  position: absolute;
  top: 50%;
  font-size: 32px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bpw-style-two .bpw-content-overlay .bpw-plus-icon:before,
.bpw-style-two .bpw-content-overlay .bpw-plus-icon:after {
  content: '';
  position: absolute;
  top: 9px;left: 0;
  background: white;
  width: 20px;
  height: 2px;
  display: inline-block;
  margin: 0 auto;
}
.bpw-style-two .bpw-content-overlay .bpw-plus-icon:after {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}

/* Filter Option */
.bpw-filter {
  font-size: 15px;
  margin: 20px 0 35px;
  width: 100%;
}
.bpw-filter li {
  padding-right: 22px;
}
.bpw-filter li:last-child {
  padding-right: 0;
}
.bpw-filter li .btn-active:after {
  content: '';
  background: #00a5df;
  width: 100%;
  height: 2px;
  display: block;
  margin: 1px 0 0;
}
.bpw-filter a {
  color: #888;
  float: left;
  text-transform: capitalize;
}
.bpw-filter .btn-active,
.bpw-filter a:hover {
  color: #232323;
}

/* Project Details */
.eclt-project-details {
  border: 1px solid #eee;
  margin: 35px 0 15px;
}
.bpd-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  padding: 35px 38px;
}
.bpd-header .bpd-heading {
  padding: 0 0 10px;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
}
.eclt-project-details ul {
  margin: 20px 0 0;
  color: #555;
  font-size: 15px;
}
.eclt-project-details ul a {
  color: #555;
}
.eclt-project-details ul li {
  float: left;
  width: 100%;
  padding: 7px 0;
}
.eclt-project-details ul li:last-child {
  padding: 7px 0;
}
.eclt-project-details strong {
  color: #232323;
  font-weight: normal;
}
.eclt-project-details .bpd-content {
  padding: 35px 38px;
}
.bpd-content h4 {
  margin: 0;
}
.bpd-content hr {
  margin: 12px 0 20px;
}
.sngl-port-cnt {
  position: relative;
  z-index: 0;
}
.single-casestudies .eclt-content-area p {
  font-size: 17px;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  color: #777;
}
/* Elate More Posts */
.eclt-more-posts {
  padding: 42px 0;
  border-top: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  width: 100%;
}
.eclt-more-posts .more-posts-link {
  color: #555;
  font-size: 15px;
}
.eclt-more-posts .more-posts-link:hover {
  color: #00a5df;
}
.eclt-more-posts .more-posts-link span i {
    padding: 0 3px 0 0;
}
.eclt-more-posts .text-right .more-posts-link span i {
    padding: 0 0 0 3px;
}
.post-grid-view {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 12px;
}
.post-grid-view:hover .grid-icon,
.post-grid-view:hover .grid-icon:before,
.post-grid-view:hover .grid-icon:after {
  background: #00a5df;
}
.post-grid-view .grid-icon {
  float: left;
  clear: both;
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  background: #002e5b;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.post-grid-view .grid-icon:before,
.post-grid-view .grid-icon:after {
  position: absolute;
  top: -1px;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #002e5b;
  border: 1px solid transparent;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.post-grid-view .grid-icon:after {
  left: 13px;
}

/* Tabs */
.nav-tabs {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.nav-tabs > li > a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #232323;
  position: relative;
  border: none;
  padding: 18px 15px;
  margin-right: 15px;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li > a i {
  padding-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 1px solid #e8e8e8;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: transparent;
}
.tab-pane {
  padding: 30px 0;
}

/* Tabs Two */
.nav-tabs-two {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.nav-tabs-two .nav-tabs {
  border: 1px solid #eee;
  float: left;
}
.nav-tabs-two .nav-tabs > li > a {
  font-size: 15px;
  border-right: 1px solid #eee;
  padding: 14px 35px;
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: none;
  font-weight: normal;
}
.nav-tabs-two .nav-tabs > li:last-child > a {
  border-right: none;
}
.nav-tabs-two .nav-tabs > li.active > a {
  background-color: #002e5b;
  color: #fff;
}
.nav-tabs-two .nav-tabs > li.active > a,
.nav-tabs-two .nav-tabs > li.active > a:focus,
.nav-tabs-two .nav-tabs > li.active > a:hover,
.nav-tabs-two .nav-tabs > li:last-child.active > a,
.nav-tabs-two .nav-tabs > li:last-child.active > a:focus,
.nav-tabs-two .nav-tabs > li:last-child.active > a:hover {
  border: none;
  border-right: 1px solid #002e5b;
}
.nav-tabs-two .nav-tabs > li.active > a:after {
  content: none;
}
.nav-tabs-two .tab-content {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  margin: -1px 0 0;
  padding: 25px 35px;
}
.nav-tabs-two .tab-content > .tab-pane {
  float: left;
  padding: 0;
}
.eclt-list-icon {
  margin: 12px 0 10px;
  padding: 0 0 0 35px;
}
.eclt-list-icon li {
  color: #777;
}
.eclt-list-icon h5 {
  font-size: 16px;
  margin: 0 0 10px;
  font-family: "Raleway", sans-serif;
}

/* Tabs Three Unique */
.nav-tabs-three.nav-tabs-two .nav-tabs > li > a {
  padding: 14px 25px;
  font-size: 14px;
  color: #232323;
  border-color: #e8e8e8;
}
.nav-tabs-three.nav-tabs-two .tab-content,
.nav-tabs-three.nav-tabs-two .nav-tabs {
  border-color: #e8e8e8;
}
.nav-tabs-three.nav-tabs-two .nav-tabs > li.active > a {
  color: #232323;
  border-bottom: 1px solid #e8e8e8;
  border-color: #e8e8e8;
  background-color: #fcfcfc;
}
.nav-tabs-two .nav-tabs > li.active > a,
.nav-tabs-two .nav-tabs > li.active > a:focus,
.nav-tabs-two .nav-tabs > li.active > a:hover {
  border-color: #e8e8e8;
}
.nav-tabs-two .nav-tabs > li.active:last-child > a,
.nav-tabs-two .nav-tabs > li.active:last-child > a:focus,
.nav-tabs-two .nav-tabs > li.active:last-child > a:hover {
  border-right: none;
  border-bottom: 1px solid #e8e8e8;
}

/* Testimonials */
.eclt-testimonials {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  position: relative;
}
.eclt-testimonial {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.eclt-testimonial .testi-content {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.04);
  box-shadow: 0 2px 5px 2px rgba(0,0,0,0.04);
  margin-bottom: 20px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.eclt-testimonial .testi-content:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 82px;
  width: 17px;
  height: 12px;
  display: block;
  background: url(../images/testimonial-arrow-down.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .eclt-testimonial .testi-content:after {
    background: url(../images/testimonial-arrow-down@2x.png) no-repeat;
    background-size: 17px 12px;
    bottom: -12px;
  }
}
.eclt-testimonial .testi-content p {
  margin: 10px 0;
  line-height: 1.8;
}
.testimonial-heading {
  font-size: 16px;
  color: #232323;
  display: block;
}
.testi-client {
  padding-left: 65px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.eclt-testimonials .testi-client img {
  width: 55px;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.testi-client-info {
  float: left;
  padding: 6px 0 0 25px;
}
.testi-client-info .testi-name {
  color: #111;
  font-weight: 600 !important;
  font-size: 20px;
  letter-spacing: 0.3px;
  display: block;
}
.testi-client-info .testi-pro {
  font-size: 17px;
  color: #999;
}
/* Testimonial Navigation */
.eclt-testimonials .owl-controls {
  position: absolute;
  top: -75px;
  right: 0;
}
.eclt-testimonials .owl-controls .owl-prev {
  margin-right: 5px;
}
.eclt-testimonials .owl-controls .owl-prev,
.eclt-testimonials .owl-controls .owl-next {
  width: 32px;
  height: 32px;
  float: left;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  color: #888;
  line-height: 29px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eclt-testimonials .owl-nav > div:hover {
  background-color: #f8f8f8;
}
.eclt-testimonials .slider-no-current,
.eclt-testimonials .slider-no-next {
  display: none;
}
.eclt-testimonials .next-monials:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: relative;
  left: 1px;
}
.eclt-testimonials .current-monials:after {
  content: '\f104';
  font-family: 'FontAwesome';
}

/* Testimonials Two */
.eclt-testimonials-two {
  margin: 45px 0;
}
.eclt-testimonials-two .eclt-testimonial .testi-content {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.eclt-testimonials-two .testimonial-heading {
  color: #232323;
  font-size: 18px;
  margin: 10px 0 2px;
  display: block;
}
.eclt-testimonials-two .eclt-testimonial .testi-content:after {
  content: none;
}
.eclt-testimonials-two .eclt-testimonial .testi-client {
  float: left;
  padding: 0;
}
.eclt-testimonials-two .testi-client img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.eclt-testimonials-round.eclt-testimonials-two .testi-client img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.eclt-testimonials-two .eclt-testimonial .testi-client {
  float: left;
  width: 42%;
}
.eclt-testimonials-two .eclt-testimonial .testi-content {
  float: left;
  width: 58%;
}
.eclt-testimonials-two .eclt-testimonial .testi-client-info {
  padding: 6px 0 0;
}
.eclt-testimonials-two .testi-client-info .testi-name,
.eclt-testimonials-two .testi-client-info .testi-pro {
  float: left;
  color: #777;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-family: "Raleway", sans-serif;
}
.eclt-testimonials-two .testi-client-info .testi-pro:before {
  content: '-';
  padding: 0 5px;
  color: #777;
}
.eclt-testimonials-two .testi-client-info .testi-name:hover,
.eclt-testimonials-two .testi-client-info .testi-pro:hover {
  color: #aaa;
}

/* Testimonials Two - Controls */
.testimonial-hover-control:hover .eclt-tn-two .owl-controls,
.eclt-tn-two.eclt-testimonials:hover .owl-controls {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.eclt-tn-two.eclt-testimonials .owl-controls {
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  top: 25%;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.eclt-tn-two.eclt-testimonials .owl-controls .owl-prev,
.eclt-tn-two.eclt-testimonials .owl-controls .owl-next {
  background: rgba(250, 250, 250, 0.1);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  position: absolute;
  left: -110px;
}
.eclt-tn-two.eclt-testimonials .owl-controls .owl-prev:hover,
.eclt-tn-two.eclt-testimonials .owl-controls .owl-next:hover {
  background-color: rgba(250, 250, 250, 0.2);
}
.eclt-tn-two.eclt-testimonials .owl-controls .owl-next {
  float: right;
  left: auto;
  right: -110px;
}

/* Testimonials Three */
.eclt-testimonials-three {
  text-align: center;
}
.eclt-testimonials-three .testi-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  float: none;
}
.eclt-testimonials-three .testi-content p {
  color: #fff;
  font-size: 22px;
}
.eclt-testimonials-three .eclt-testimonial .testi-content:after {
  content: none;
}
.eclt-testimonials-three .testi-client-info {
  padding: 0;
  float: none;
  margin-top: 15px;
}
.eclt-testimonials-three .testi-client-info .testi-name,
.eclt-testimonials-three .testi-client-info .testi-pro {
  color: #ccc;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  display: inline-block;
}
.eclt-testimonials-three .testi-client-info .testi-pro:before {
  content: ' - ';
  padding: 0 2px;
}
.eclt-testimonials-three.eclt-tn-two.eclt-testimonials .owl-controls .owl-prev {
  left: 0;
}
.eclt-testimonials-three.eclt-tn-two.eclt-testimonials .owl-controls .owl-next {
  right: 0;
}

/* Testimonials Four */
.eclt-testimonials-four {
  float: left;
  width: 100%;
  min-height: 280px;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  margin: 25px 0;
  padding: 45px 20px;
}
.eclt-testimonials-four .testi-client {
  display: inline-block;
  float: left;
  width: auto;
  padding: 0;
  text-align: center;
}
.eclt-testimonials-four .testi-client img {
  float: none;
}
.eclt-testimonials-four .testi-content {
  padding: 0 0 0 25px;
  float: left;
  width: 66%;
}
.eclt-testimonials-four .testimonial-heading {
  margin: 0 0 15px;
  display: block;
  font-size: 18px;
}
.eclt-testimonials-four .testi-client-info .testi-name,
.eclt-testimonials-four .testi-client-info .testi-pro {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #002e5b;
  letter-spacing: 0.3px;
  float: left;
}
.eclt-testimonials-four .testi-client-info .testi-pro:before {
  content: ' - ';
  padding-left: 5px;
}
.eclt-testimonials-four .testi-client-info {
  padding: 0;
  margin-top: 10px;
}

/* Testimonial Five */
.eclt-testimonials-five {
  float: left;
  width: 100%;
}
.eclt-testimonials-five .testi-content {
  background: #fff;
  border: 3px solid #f2f2f2;
  padding: 35px 25px 25px;
  position: relative;
}
.eclt-testimonials-five .testi-content:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 35px;
  width: 17px;
  height: 18px;
  display: block;
  background: url(../images/testimonial-arrow-down-2.png) no-repeat;
}
/* Retina Icon */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .eclt-testimonials-five .testi-content:after {
    background: url(../images/testimonial-arrow-down-2@2x.png) no-repeat;
    background-size: 18px 11px;
  }
}
.eclt-testimonials-five .testi-content p {
  line-height: 25px;
  color: #444;
  font-size: 16px;
}
.eclt-testimonials-five .testi-client-info {
  padding: 25px 0 0;
  width: 100%;
}
.eclt-testimonials-five span.testi-image img {
  width: 51px;
  height: 51px;
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  border-radius: 100%;
}
.eclt-testimonials-five .testi-name {
  font-weight: bold;
  padding-top: 7px;
}
.eclt-testimonials-five .testi-pro {
  font-size: 15px;
  letter-spacing: 0.3px;
}

/* Our Partners - Client */
.eclt-partners {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 22px 43px 45px;
  margin-bottom: 40px;

  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
}
.eclt-partners .company-logo {
  display: block;
}
.eclt-partners .company-name {
  display: block;
  color: #002e5b;
  font-size: 18px;
  font-weight: bold;
}
.eclt-partners .company-pro {
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  display: block;
}
.eclt-partners p {
  letter-spacing: 0.4px;
  line-height: 1.6;
}

/* Team Members */
.eclt-team-members {
  position: relative;
  float: left;
  width: 100%;
  margin: 30px auto;
}
.eclt-team-member .featured-image img {
  max-width: 100%;
}
.eclt-team-member .team-content {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 20px;
  float: left;
  width: 100%;
}
.eclt-team-member:hover .team-content {
  border: 1px solid #f0f0f0;
  border-top: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
}
.eclt-team-member .team-content > a,
.eclt-team-member .team-content > span {
  display: block;
}
.eclt-team-member .team-content .team-name {
  color: #232323;
  font-size: 16px;
  margin-bottom: 2px;
}
.eclt-team-member .team-content .team-pro {
  color: #888;
}
.member-contact-info i {
  font-style: normal;
}

/* Team Hover */
.eclt-team-hover .featured-image {
  float: left;
  width: 100%;
  position: relative;
}
.eclt-team-hover .featured-image:after {
  content: '';
  background: transparent;
  position: absolute;
  top: 0;left: 0;right: 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eclt-team-hover:hover .featured-image:after {
  background: rgba(0,0,0,0.2);
}
.eclt-team-member-two.eclt-team-hover:hover .featured-image:after {
  background: rgba(0,0,0,0.1);
}

/* Team Member Two */
.eclt-team-member-two {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
.eclt-team-member-two .featured-image img {
  max-width: 100%;
}
.eclt-team-member-two .featured-image,
.eclt-team-member-two .team-content {
  float: left;
  width: 100%;
}
.eclt-team-member-two .team-content .team-name {
  font-size: 16px;
  color: #232323;
  margin: 15px 0 4px;
  display: block;
}
.eclt-team-member-two .team-content .team-pro {
  font-size: 13px;
  color: #888;
  display: block;
  letter-spacing: 0.3px;
  margin: 0 0 10px;
}
.eclt-team-member-two .team-content .view-profile {
  font-size: 15px;
  color: #002e5b;
  margin: 10px 0 0;
  display: inline-block;
}
.eclt-team-member-two .team-content .view-profile:after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #002e5b;
  margin-top: -2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eclt-team-member-two .team-content .view-profile:hover:after {
  width: 100%;
}
/* Eclt Members */
.eclt-members {
  padding: 110px 0 90px;
}
.eclt-members .section-title-wrap {
  padding-bottom: 65px;
}
.member-item {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 30px;
}
section.eclt-team-element .member-item {
  padding-bottom: 43px;
}
.eclt-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.eclt-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.member-item .eclt-image {
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.member-item .eclt-image img {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.member-social-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(21, 32, 51, 0.5);
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 1;
}
.member-info {
  padding: 15px 0px 15px;
}
.member-info h4 ,
.member-info h4 a {
  font-size: 19px;
  color: #111;
  line-height: 28px;
  padding: 0;
}
.member-info h4 a:hover {
  color: #00a5df;
}
.member-designation {
  padding-bottom: 0px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 16px;
  color: #545454;
}
.member-contact-info span {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 0 0 3px;
}
.member-contact-info span a.member-mail {
  text-decoration: underline;
}
.member-contact-info span a {
  color: #232323;
}
.member-contact-info span a:hover {
  color: #00a5df;
}
.eclt-member-social {
  display: inline-block;
  letter-spacing: -0.1px;
}
.eclt-member-social a {
  display: inline-block;
  margin-right: 15px;
  color: #777777;
}
.eclt-member-social.rounded a {
  width: 40px;
  height: 40px;
  margin: 4px 2px;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.eclt-member-social.rounded a:hover {
  background: rgba(0, 174, 255, 0.7);
  color: #ffffff;
}
.eclt-member-social.rounded a i {
  line-height: 40px;
}
.member-social-wrap {
  display: inline-block;
  vertical-align: middle;
}
.eclt-hover .member-social-links {
  opacity: 1;
}
.eclt-hover .member-social-links .social-wrap {
  top: 0;
}
.eclt-hover.member-item .eclt-image img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

/* Team Details */
.eclt-team-details {
  display: inline-block;
  width: 100%;
}
.eclt-team-details .tm-name {
  color: #002e5b;
  margin: 15px 0 0;
}
.eclt-team-details .tm-pro {
  font-size: 22px;
  color: #232323;
  font-weight: bold;
  margin: 0 0 10px;
}
.eclt-team-details p {
  letter-spacing: 0.5px;
  line-height: 1.8;
}
ul.tm-social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
ul.tm-social-links li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.tm-social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border: 1px solid #e3e3e3;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.tm-social-links i {
  color: #232323;
}
ul.tm-social-links a:hover i {
  color: #fff;
}

/* Icons Background Color - Brand Color */
.eclt-blog-share {
  text-align: right;
}
.eclt-share-box {
  display: inline-block;
  width: auto;
}
.eclt-blog-share li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  width: 0;
  transition: all .2s;
  margin: 0;
}
.eclt-blog-share .eclt-share-box:hover li {
  opacity: 1;
  width: auto;
  margin-left: 9px;
}
.eclt-blog-share li a {
  display: inline-block;
  margin: 0px 0 2px;
}
.eclt-blog-share .eclt-share {
  font-size: 15px;
  letter-spacing: .1px;
  display: inline-block;
  color: #888;
}
.eclt-blog-share .eclt-share i {
  margin-right: 7px;
  display: inline-block;
}
.eclt-blog-share .eclt-share-box:hover .eclt-share span {
  opacity: 1;
  display: inline-block;
  margin-left: 3px;
}
.eclt-blog-share .eclt-share-box .eclt-share span {
  opacity: 0;
  transition: all .2s;
}
.eclt-blog-share .eclt-share-box:hover .eclt-share i {
  opacity: 0;
}
.eclt-blog-share ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.bp-share a.icon-fa-twitter:hover,
ul.tm-social-links a.icon-fa-twitter:hover,
ul.tm-social-links a.icon-fa-twitter-square:hover {
  background: #1da1f2;
  border-color: #1da1f2;
}
.bp-share a.icon-fa-facebook:hover,
ul.tm-social-links a.icon-fa-facebook:hover,
ul.tm-social-links a.icon-fa-facebook-f:hover,
ul.tm-social-links a.icon-fa-facebook-square:hover,
ul.tm-social-links a.icon-fa-facebook-official:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.bp-share a.icon-fa-linkedin:hover,
ul.tm-social-links a.icon-fa-linkedin:hover,
ul.tm-social-links a.icon-fa-linkedin-square:hover {
  background: #0077b5;
  border-color: #0077b5;
}
.bp-share a.icon-fa-google-plus:hover,
ul.tm-social-links a.icon-fa-google-plus-square:hover,
ul.tm-social-links a.icon-fa-google-plus:hover,
ul.tm-social-links a.icon-fa-google-plus-circle:hover,
ul.tm-social-links a.icon-fa-google-plus-official:hover {
  background: #dd4b39;
  border-color: #dd4b39;
}
ul.tm-social-links a.icon-fa-pinterest:hover,
ul.tm-social-links a.icon-fa-pinterest-square:hover,
ul.tm-social-links a.icon-fa-pinterest-p:hover {
  background: #bd081c;
  border-color: #bd081c;
}
ul.tm-social-links a.icon-fa-youtube-square:hover,
ul.tm-social-links a.icon-fa-youtube:hover,
ul.tm-social-links a.icon-fa-youtube-play:hover {
  background: #cd201f;
  border-color: #cd201f;
}
ul.tm-social-links a.icon-fa-vimeo-square:hover,
ul.tm-social-links a.icon-fa-vimeo:hover {
  background: #1ab7ea;
  border-color: #1ab7ea;
}
ul.tm-social-links a.icon-fa-tumblr:hover,
ul.tm-social-links a.icon-fa-tumblr-square:hover {
  background: #35465c;
  border-color: #35465c;
}
ul.tm-social-links a.icon-fa-instagram:hover {
  background: #517fa4;
  border-color: #517fa4;
}
ul.tm-social-links a.icon-fa-flickr:hover {
  background: #ff0084;
  border-color: #ff0084;
}
ul.tm-social-links a.icon-fa-dribbble:hover {
  background: #ea4c89;
  border-color: #ea4c89;
}
ul.tm-social-links a.icon-fa-foursquare:hover {
  background: #0732a2;
  border-color: #0732a2;
}
ul.tm-social-links a.icon-fa-vk:hover {
  background: #45668e;
  border-color: #45668e;
}
ul.tm-social-links a.icon-fa-wordpress:hover {
  background: #21759b;
  border-color: #21759b;
}
ul.tm-social-links a.icon-fa-stumbleupon:hover,
ul.tm-social-links a.icon-fa-stumbleupon-circle:hover {
  background: #eb4924;
  border-color: #eb4924;
}
ul.tm-social-links a.icon-fa-yahoo:hover {
  background: #410093;
  border-color: #410093;
}
ul.tm-social-links a.icon-fa-soundcloud:hover {
  background: #ff8800;
  border-color: #ff8800;
}
ul.tm-social-links a.icon-fa-skype:hover {
  background: #00aff0;
  border-color: #00aff0;
}
ul.tm-social-links a.icon-fa-rss:hover,
ul.tm-social-links a.icon-fa-rss-square:hover {
  background: #f26522;
  border-color: #f26522;
}
ul.tm-social-links a.icon-fa-android:hover {
  background: #a4c639;
  border-color: #a4c639;
}
ul.tm-social-links a.icon-fa-bitbucket:hover,
ul.tm-social-links a.icon-fa-bitbucket-square:hover {
  background: #205081;
  border-color: #205081;
}
ul.tm-social-links a.icon-fa-dropbox:hover {
  background: #007ee5;
  border-color: #007ee5;
}
ul.tm-social-links a.icon-fa-github-square:hover,
ul.tm-social-links a.icon-fa-github:hover,
ul.tm-social-links a.icon-fa-github-alt:hover {
  background: #333333;
  border-color: #333333;
}
ul.tm-social-links a.icon-fa-html5:hover {
  background: #e34f26;
  border-color: #e34f26;
}
ul.tm-social-links a.icon-fa-stack-exchange:hover {
  background: #2fa4f1;
  border-color: #2fa4f1;
}
ul.tm-social-links a.icon-fa-stack-overflow:hover {
  background: #fe7a15;
  border-color: #fe7a15;
}
ul.tm-social-links a.icon-fa-trello:hover {
  background: #0079bf;
  border-color: #0079bf;
}

/* Education Details */
.eclt-simple-list,
.list-one {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.eclt-simple-list li,
.list-one li {
  display: block;
  position: relative;
  letter-spacing: 0.3px;
  color: #888;
  padding: 0 0 0 18px;
  line-height: 1.5;
  margin-bottom: 13px;
}
.eclt-simple-list li,
.list-one li,
.eclt-simple-list li a,
.list-one li a {
  color: #888;
}
.eclt-simple-list li:before,
.list-one li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/icons/list.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;top: 8px;
}
.eclt-simple-list li:before {
  position: absolute;
  top: 5px;
}
.list-one li {
  color: #232323;
}
.eclt-simple-list li {
  font-size: 17px;
}
.eclt-simple-list li strong {
  color: #111;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 15px !important;
}
ul.eclt-simple-list li,
.single-post .bp-content ul.eclt-simple-list li {
  padding: 0 30px;
  line-height: 26px;
}
ul.eclt-simple-list,
.single-post .bp-content ul.eclt-simple-list {
    padding: 0;
    margin: 0;
}

/* List Styles */
.eclt-list-icon {
  padding: 0;
  margin: 8px 0 35px;
  list-style: none;
  float: left;
  width: 100%;
}
.eclt-list-icon li {
  display: block;
  padding: 6px 0 6px 30px;
  color: #444;
  font-size: 15px;
  letter-spacing: 0.3px;
  position: relative;
}
.eclt-list-icon li img {
  max-width: 100%;
  padding: 0;
  position: absolute;
  top: 8px;left: 0;
}
.eclt-list-icon li p {
  margin: 0;
}
.eclt-list-icon a {
  color: #444;
}
.eclt-list-icon i {
  color: #fa9928;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 8px;left: 0;
}
.eclt-list-icon h5 {
  font-size: 16px;
  margin: 0 0 10px;
  font-family: "Raleway", sans-serif;
}

/* Blog Post */
.blog-item .eclt-image img {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.eclt-hover.blog-item .eclt-image img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.blog-item .eclt-image {
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.eclt-blog-one .eclt-blog-post {
  margin-bottom: 50px;
}
.eclt-blog-post {
  float: left;
}
.eclt-blog-one .eclt-blog-post {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 30px;
  width: 100%;
}
.eclt-blog-col-1 .eclt-blog-post {
  width: 100%;
}
.eclt-blog-col-2 .eclt-blog-post {
  width: 48%;
  margin-right: 4%;
}
.eclt-blog-col-2 .eclt-blog-post:nth-child(2n) {
  margin-right: 0;
}
.eclt-blog-col-3 .eclt-blog-post {
  width: 31.3333%;
  margin-right: 3%;
}
.eclt-blog-col-3 .eclt-blog-post:nth-child(3n) {
  margin-right: 0;
}
.eclt-blog-col-4 .eclt-blog-post {
  width: 23%;
  margin-right: 2.5%;
}
.eclt-blog-col-4 .eclt-blog-post:nth-child(4n) {
  margin-right: 0;
}
.featured-image img {
  max-width: 100%;
}
.eclt-blog-one .featured-image {
  margin-bottom: 20px;
}
.elate-blog-element {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.eclt-blog-one .bp-content {
  margin-top: 6px;
  float: left;
  width: 100%;
}
.eclt-blog-one .bp-top-meta {
  width: 100%;
  color: #777;
  display: table;
}
.eclt-blog-one .bp-top-meta > div {
  font-size: 16px;
  letter-spacing: 0.3px;
  float: left;
}
.eclt-blog-one .bp-top-meta .bp-cat {
  padding-right: 15px;
}
.eclt-blog-one .bp-top-meta span {
  margin-right: 10px;
}
.eclt-blog-one .bp-top-meta  i {
  color: #00a5df;
  padding: 0 5px 0 0px;
}
.eclt-blog-one .bp-top-meta > div a {
  color: #777;
}
.eclt-blog-one .bp-cat a:after {
  content: ', ';
}
.eclt-blog-one .bp-cat a:last-child:after,
.eclt-blog-one .bp-top-meta > div:last-child:after {
  content: none;
}
.eclt-blog-one .bp-cat a:hover,
.eclt-blog-one .bp-author a:hover {
  color: #00a5df;
}
.bp-heading {
  -ms-word-break: break-word;
  word-break: break-word;
}
.bp-author-info .author-content .author-name:hover {
  color: #00a5df;
}
.eclt-blog-one .bp-heading {
  font-size: 18px;
  font-weight: bold;
  color: #111;
}
.eclt-blog-one .elate-blog-element .bp-heading {
  margin: 8px 0 0;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
}
.eclt-blog-one .bp-read-more {
  font-size: 16px;
  color: #111;
  letter-spacing: 0.3px;
  font-weight: 600;
  float: left;
  margin: 10px 0 0;
  position: relative;
}
.eclt-blog-one .bp-read-more:hover {
  color: #00a5df;
}
.eclt-blog-one .bp-bottom-comments {
  float: right;
  margin: 7px 0 0;
}
.eclt-blog-one .bp-bottom-comments a {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-blog-one .bp-bottom-comments i {
  color: #777;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding-right: 7px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-blog-one .bp-bottom-comments > a:hover i,
.eclt-blog-one .bp-bottom-comments a span:hover {
  color: #00a5df;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-blog-one .bp-bottom-comments > a i {
  font-size: 18px;
  position: relative;
  top: 5px;
}
.eclt-blog-one .eclt-blog-post.sticky {
  padding: 25px 30px;
  border: 2px solid #00a5df;
}
.eclt-blog-one.eclt-blog-two .eclt-blog-post.sticky {
  padding: 0;
  background: #f8f8f8;
  border: none;
}
.elate-pl-content-box p {
  padding-bottom: 10px;
  font-size: 17px;
}
.blog-item .bp-content p {
  font-size: 17px;
}
/* Blog Style Two */
.eclt-blog-two .featured-image {
  margin: 0;
}
.eclt-blog-two .featured-image img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.eclt-blog-two .bp-content {
  margin: 0;
  border: 1px solid #e8e8e8;
  padding: 22px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eclt-blog-two .bp-heading {
  margin: 4px 0 10px;
}
.eclt-blog-two .eclt-blog-post {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  width: 100%;
}

/* Blog Gallery Carousel */
.featured-image.owl-carousel {
  position: relative;
}
.featured-image.owl-carousel .slider-no-current {
  float: left;
  padding-right: 15px;
}
.featured-image.owl-carousel .slider-no-current .current-no:after {
  content: '/';
}
.featured-image.owl-carousel .next-monials:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: relative;
  left: 1px;
  position: relative;
  top: 2px;
}
.featured-image.owl-carousel .current-monials:before {
  content: '\f104';
  font-family: 'FontAwesome';
  position: relative;
  top: 2px;
}
.featured-image.owl-carousel .owl-controls {
  background: rgba(28,29,33,0.8);
  padding: 9px 15px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  -ms-border-radius: 0 0 2px 0;
  -o-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
}
.featured-image.owl-carousel .owl-controls .current-monials,
.featured-image.owl-carousel .owl-controls .next-monials {
  font-size: 17px;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.7);
  line-height: 0;
}
.featured-image.owl-carousel .owl-controls .current-monials:hover,
.featured-image.owl-carousel .owl-controls .next-monials:hover {
  color: #fff;
}
.featured-image.owl-carousel .owl-controls .current-monials:after {
  content: '';
  height: 17px;
  width: 1px;
  float: right;
  margin: 0 14px;
  background: rgba(255,255,255,0.3);
}
.featured-image.owl-carousel .owl-nav > div {
  float: left;
}
.featured-image.owl-carousel .owl-next > div {
  float: left;
}

/* Blog List Style */
.eclt-blog-list.eclt-blog-one .featured-image {
  margin-bottom: 30px;
  text-align: center;
}
.eclt-blog-list.eclt-blog-one .eclt-blog-post {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.eclt-blog-list.eclt-blog-one .bp-bottom-comments > a {
  color: #777;
  letter-spacing: 0.3px;
}
.eclt-blog-list.eclt-blog-one .bp-heading {
  font-size: 26px;
  font-weight: 600;
}
 a.bp-heading:hover {
  color: #00a5df;
}
.eclt-blog-list.eclt-blog-one .bp-content > p {
  line-height: 1.7;
}
.eclt-blog-listing .bp-top-meta {
  padding: 0 0 5px;
}
blockquote p {
  padding: 0;
}
/* Column Control */
.eclt-blog-col-4.eclt-blog-one .eclt-blog-post.sticky {
  padding: 15px;
}
.eclt-blog-col-4.eclt-blog-one .featured-image {
  margin: 0 0 10px;
}
.eclt-blog-col-4.eclt-blog-one.eclt-blog-two .featured-image {
  margin: 0;
}
.eclt-blog-col-4.eclt-blog-one .bp-heading {
  font-size: 18px;
}
.eclt-blog-col-4.eclt-blog-one .bp-top-meta > div {
  font-size: 13px;
}
.eclt-blog-col-4.eclt-blog-one .bp-read-more,
.eclt-blog-col-4.eclt-blog-one .bp-bottom-comments {
  margin: 10px 0 0;
}
.eclt-blog-col-4.eclt-blog-one .eclt-blog-post {
  padding: 0 0 20px;
}
.eclt-blog-col-4.eclt-blog-one.eclt-blog-two .eclt-blog-post {
  padding: 0;
}

/* Single Post Page */
.single .bp-content .bp-top-meta {
  padding: 0 0 20px;
}
.single-post .eclt-content-area {
  padding: 60px 15px;
}
.single .bp-content {
  margin-bottom: 20px;
}
.single-post .bp-content ul,
.single-post .bp-content ol {
  padding-left: 25px;
  padding-top: 3px;
}
.single-post .bp-content ul.wp-block-gallery {
  padding: 0;
}
.single-post .bp-content ul.eclt-icon-list-items {
  padding: 0;
}
.single-post .bp-content ul li,
.single-post .bp-content ol li {
  padding-bottom: 3px;
}
.single-post .bp-content p {
  color: #777;
  line-height: 28px;
  padding-bottom: 25px;
}
.single-post .bp-content blockquote p {
  margin: 0;
  padding: 0;
}

/* Single Post Share & Tags */
.single .bp-bottom-meta {
  float: left;
  width: 100%;
  margin: 0 0 27px;
}
.bp-share {
  width: 50%;
  float: left;
}
.eclt-single-postmeta .bp-share.pull-right {
  float: right;
}
.bp-share-own-shortcode {
  width: auto;
}
.eclt-growth-share .eclt-social.square a {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 1px 10px;
  border-radius: 2px;
  background: #c5c5c5;
  color: #ffffff;
  padding: 0;
  font-size: 16px;
}
.eclt-growth-share .eclt-social.square a:hover {
  opacity: 0.9;
}
.eclt-growth-share .eclt-social.square a.facebook {
  background: #3e578c;
}
.eclt-growth-share .eclt-social.square a.twitter {
  background: #00acee;
}
.eclt-growth-share .eclt-social.square a.google {
  background: #dd4b39;
}
.eclt-growth-share .eclt-social.square a.linkedin {
  background: #0077b5;
}
.eclt-growth-share .eclt-social.square a.linked {
  background: #0e76a8;
}
.eclt-growth-share .eclt-social.square a.google i {
  font-size: 15px;
}
.eclt-growth-share .eclt-social.square a .social-title {
  display: inline-block;
  padding: 0 11px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: -0.1px;
}
.eclt-growth-share .eclt-social.square {
  display: inline-block;
  float: right;
}
.bp-author-info .author-content .eclt-growth-share .eclt-social.square {
  float: left;
}
.bp-top-meta .bp-author {
  padding-right: 2px;
}
.eclt-social.square span.share-title {
  font-size: 15px;
  color: #777;
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 600;
}

/* Tags */
.single-post .bp-tags {
  font-size: 13px;
  width: 50%;
  float: left;
}
.single-post .bp-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .bp-tags li {
  display: inline-block;
}
.single-post .bp-tags a {
  color: #002e5b;
  padding: 0px 10px 10px 0;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
}
.single-post .bp-tags a:hover {
  color: #00a5df;
}
.single .eclt-blog-list.eclt-blog-one .eclt-blog-post {
  margin: 0;
  padding: 0;
  border: none;
}
.eclt-blog-posts {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 19px 0 20px;
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 26px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.eclt-blog-posts a {
  color: #555;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.eclt-blog-posts a:hover {
  color: #00a5df;
}
.eclt-blog-posts .pull-left .fa {
  margin-right: 3px;
}
.eclt-blog-posts .pull-right .fa {
  margin-left: 3px;
}
/* Single Author Info */
.bp-author-info {
  float: left;
  width: 100%;
  background: #f5faff;
  padding: 25px;
  margin: 15px 0 19px;
}
.bp-author-info .author-avatar {
  float: left;
  width: 130px;
  height: 130px;
  display: inline-block;
  border: none;
  background-color: transparent;
}
.bp-author-info .author-avatar img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.bp-author-info .author-content {
  width: calc(100% - 130px);
  float: right;
  padding: 0 20px 0;
}
.bp-author-info .author-content .author-pro {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #00a5df;
}
.bp-author-info .author-content .author-name {
  font-weight: bold;
  color: #111;
  font-size: 18px;
}
.bp-author-info .author-content p {
  margin-top: 11px;
  line-height: 1.7;
  font-size: 15px;
  color: #444444;
}

/* Comment */
p.comment-form-cookies-consent {
  display: inline-block;
  width: 100%;
  padding: 0;
}
h2.vt-screen-reader-text {
  font-size: 26px;
}
.vt-nav-links {
  display: inline-block;
  width: 100%;
}
.eclt-comments-area {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}
.eclt-comments-area .comments-title {
  margin: 0 0 20px;
  color: #232323;
  font-size: 26px;
}
.eclt-comments-area .comments {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eclt-comments-area .comments li.comment {
  display: inline-block;
  width: 100%;
}
.eclt-comments-area .comments li.comment .comment-awaiting-moderation {
  margin-bottom: 10px;
  display: inline-block;
}
.eclt-comments-area .comments li.comment .children {
  padding: 0;
}
.eclt-comments-area .comments li.comment .children li {
  padding-left: 30px;
}

.eclt-comments-area .comment-image {
  display: inline-block;
  float: left;
  padding: 0 25px 0 0;
}
.eclt-comments-area .comment-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
 /* background: #d0d0d0;*/
}
.eclt-comments-area .comment-main-area {
  float: left;
  width: calc(100% - 115px);
  padding: 25px 27px 15px;
  border: 1px solid #dfdfdf;
  margin: 0 0 40px;
}
/* Ping Backs */
.eclt-comments-area .pingback .comment-main-area {
  width: 100%;
  margin: 0 0 25px;
  padding: 25px;
  border: 1px solid #e8e8e8;
}
.eclt-comments-area .pingback .comment-theme {
  display: none;
}
.eclt-comments-area .eclt-comments-meta {
  position: relative;
  margin: 0 0 18px;
}
.eclt-comments-area .eclt-comments-meta h4 {
  margin: 0;
  color: #232323;
  font-size: 17px;
  line-height: 28px;
  padding-bottom: 0;
}
.eclt-comments-area .eclt-comments-meta .comments-date {
  font-size: 15px;
  color: #777;
  letter-spacing: 0.3px;
}
.eclt-comments-area .eclt-comments-meta .comments-reply {
  position: absolute;
  top: 5px;right: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #666;
  text-transform: uppercase;
}
.eclt-comments-area .eclt-comments-meta .comments-reply a {
  color: #000;
}
.eclt-comments-area .comment-area p,
.logged-in-as a {
  font-size: 16px;
  line-height: 1.7;
}
span.comment-reply-link {
  color: #00a5df;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  padding: 0 17px 0 0px;
}
span.comment-reply-link:after {
  content: "";
  background-image: url(../images/icons/reply.png);
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  top: 5px;
  right: 0;
}

.logged-in-as a {
  color: #777;
}
.logged-in-as a:hover {
  color: #232323;
}

/* Single Post Comment Form */
.eclt-comment-form,
.eclt-comments-area {
  float: left;
  width: 100%;
}
ol.comments .comment-respond {
  margin-bottom: 20px;
}
.eclt-form-inputs > input {
  width: 32.3333%;
  float: left;
  margin: 6px 1.5% 12px 0;
  padding: 12px 20px;
  outline: none;
  font-size: 16px;
}

.eclt-form-inputs > input:last-child {
  margin-right: 0;
}
.eclt-form-textarea textarea {
  min-height: 200px;
  max-width: 100%;
  font-size: 16px;
}
.comment-reply-title {
  font-size: 26px;
  margin: 15px 0 5px;
}
.vt-comment-navigation {
  padding: 0 0 10px;
}
.comment-reply-title > a {
  color: #fa9928;
}
.eclt-comment-form input[type="submit"],
.eclt-comments-area .comment-respond input[type="submit"]  {
  color: #fff;
  padding: 15px 30px;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 20px;
  color: #777;
  padding: 4px 0 0;
}
#cancel-comment-reply-link:hover {
  color: #232323;
}

/* Comments Validation */
.comment-form label.error {
  display: none !important;
}
.comment-form input.error,
.comment-form textarea.error {
  border-color: red;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.eclt-mid-wrap {
  padding: 100px 0 100px;
}
/* Blog Pagination */
.pagination-wrap {
  display: inline-block;
  width: 100%;
}
.eclt-pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.wp-pagenavi,
ul.page-numbers {
  float: left;
  width: 100%;
  margin: 0px 0 30px;
}
ul.page-numbers {
  list-style: none;
  padding: 0;
}
ul.page-numbers li {
  display: inline-block;
}
.wp-pagenavi a,
.wp-pagenavi span,
ul.page-numbers a {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}
.wp-pagenavi .pages {
  float: right;
  text-align: right;
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 1px;
}
.wp-pagenavi .page,
.wp-pagenavi span.current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend,
ul.page-numbers li span,
ul.page-numbers li a {
  font-size: 15px;
  color: #002e5b;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  border: 2px solid transparent;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 9px;
  font-weight: 700;
  padding: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

ul.page-numbers li .next,
ul.page-numbers li .prev {
  width: auto;
  padding: 0 15px;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
ul.page-numbers li span:hover,
ul.page-numbers li a:hover,
ul.page-numbers li .current {
  border: 2px solid #002e5b;
  color: #002e5b;
}
.wp-pagenavi > a > i {
  font-size: 18px;
}

/*wp-link-pages*/
.wp-link-pages {
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}
.wp-link-pages a,
.wp-link-pages > span {
  font-size: 15px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 28px;
  margin-right: 3px;
  text-align: center;
  width: 28px;
}
.wp-link-pages > span:first-child,
.wp-link-pages a:first-child {
  margin-left: 5px;
}
.bp-content .wp-link-pages a,
.wp-link-pages a {
  background-color: #002e5b;
  border-color: #002e5b;
  color: #fff;
}
.wp-link-pages a:hover,
.wp-link-pages a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.wp-link-pages a span {
  font-size: 12px;
}
.wp-link-pages > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}

/* Common Fixs in Unit Test */
.post-password-form input[type="password"] {
  width: calc(100% - 79px);
}
.post-password-form label {
  font-weight: normal;
  width: calc(100% - 92px);
}
.comment-form input[type=checkbox] {
  margin-right: 5px;
}

.eclt-mid-wrap img {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: .5em 20px .5em 0;
}
.wp-caption.alignleft {
  margin-right: 20px;
}
.alignright {
  float: right;
  margin: .5em 0 .5em 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.aligncenter {
  display: block;
  float: none;
  margin-top: .5em;
  margin-right: auto !important;
  margin-bottom: .5em;
  margin-left: auto !important;
}
.wp-caption {
  margin: 0 0 20px 0;
  padding: 4px;
  max-width: 100%;
  text-align: center;
  clear: both;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
address {
  font-style: italic;
}
.comment-area a,
.bp-content a {
  color: #232323;
}
a.wp-block-button__link {
  color: #fff;
}
.bp-content a:hover {
  color: #00a5df;
}
.comment-area ul,
.comment-area ol {
  padding-left: 30px;
}
ol .comment-area ul,
ol .comment-area ol {
  margin-bottom: 1rem;
}
dl dd {
  margin-bottom: 10px;
}
dd {
  margin-left: 10px;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  color: #777;
  margin: 0 0 20px;
}
dl dt {
  margin: 0 0 5px;
}
table a {
  color: #777;
}
table a:hover {
  color: #232323;
}
table td,
table th {
  padding: 10px 15px;
  border: 1px solid #ddd;
}
table thead th {
  font-weight: 700;
  padding: 15px 0 15px 10px;
}
table tbody td {
  font-size: 16px;
  font-weight: normal;
  padding: 15px;
}
table tbody tr:last-child td {
  border-bottom: none;
}
table tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}
table tfoot td {
  padding: 10px;
}
table tfoot td div {
  padding: 2px;
}
table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
table tfoot li {
  display: inline;
}
table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table tfoot ul.active,
table tfoot ul a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}
p:empty {
  display: none;
}
/* Tiled Gallery */
.gallery {
  clear: both;
  margin: 0;
  overflow: hidden;
}
.gallery img {
  margin: 2px !important; /* Ensure that this value isn't overridden by themes that give content images blanket margins */
}
.gallery .gallery-group {
  float: left;
  overflow-y: hidden;
  position: relative;
}

.gallery .gallery-row {
  overflow: hidden;
  margin-bottom: 2px;
}
.gallery .gallery-item a { /* Needs to reset some properties for theme compatibility */
  background: transparent;
  border: none;
  color: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
}
.gallery .gallery-item img,
.gallery .gallery-item img:hover { /* Needs to reset some properties for theme compatibility */
  background: none;
  border: none;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}
.gallery .gallery-item.small .gallery-caption { /* Smaller captions */
  font-size: 11px;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-5 figcaption,
.gallery-columns-6 figcaption,
.gallery-columns-7 figcaption,
.gallery-columns-8 figcaption,
.gallery-columns-9 figcaption {
  display: none;
}
.gallery-caption {
  display: block;
}
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img,
.gallery-columns-7 .gallery-item img,
.gallery-columns-8 .gallery-item img,
.gallery-columns-9 .gallery-item img {
  width: 100%;
  margin: 0 !important;
}
/* =Greyscale
-------------------------------------------------------------- */
.gallery .gallery-item img.grayscale {
  position: absolute;
  left: 0;
  top: 0;
}
.gallery .gallery-item img.grayscale:hover {
  opacity: 0;
}

/* =Circles Layout
-------------------------------------------------------------- */
.gallery.type-circle .gallery-item img {
  border-radius: 50% !important; /* Ensure that circles are displayed in themes that add border-radius to all images as a default */
}
.gallery.type-circle .gallery-caption {
  display: none;
  opacity: 0;
}
/* Unit Test End */

/* Client Logos */
.eclt-client-logos {
  float: left;
  width: 100%;
  position: relative;
}
.eclt-client-logos .owl-item {
  text-align: center;
}
.client-logo {
  float: none;
  display: inline-block;
  padding: 20px 38px;
  min-height: 100px;
  text-align: center;
  border: 1px solid #eee;
}
.client-logo:hover,
.client-logo:focus {
  border: 1px solid #eee;
}
.client-logo img {
  max-width: 100%;
}

/* List Three & Four - Address Info */
.eclt-list-three {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.eclt-list-three li {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #666;
  display: block;
  padding: 9px 0;
}
.eclt-list-three li a {
  color: #666;
}
.eclt-list-three li a:hover {
  color: #232323;
}
.eclt-list-three li strong {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #232323;
}
ul.eclt-list-four {
  padding: 0;
  margin: 12px 0 25px;
  list-style: none;
  float: left;
  width: 100%;
}
ul.eclt-list-four li {
  display: block;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}
ul.eclt-list-four li:last-child {
  padding-bottom: 0;
}
ul.eclt-list-four strong {
  color: #232323;
  font-weight: bold;
}
ul.eclt-list-four a {
  color: #777;
}
ul.eclt-list-four a:hover {
  color: #232323;
}
ul.eclt-list-three i,
ul.eclt-list-four i,
ul.eclt-list-three img,
ul.eclt-list-four img {
  padding-right: 10px;
}

/* Map Addresses */
.eclt-map-address {
  font-size: 13px;
  color: #232323;
  position: relative;
  top: -75px;
  float: left;
  width: 100%;
}
.eclt-map-address:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
}
.ma-heading {
  font-size: 24px;
  font-weight: bold;
  color: #232323;
  background-color: #f7f8f9;
  padding: 22px 30px;
  margin: 0;
}
.ma-address-lists {
  padding: 35px 30px;
  margin: 0;
  list-style: none;
  border: 1px solid #f0f0f0;
  float: left;
  width: 100%;
}
.ma-address-lists li {
  margin: 0 0 16px;
  float: left;
  width: 100%;
  font-weight: normal;
}
.ma-address-lists li:last-child {
  margin: 0;
}
.ma-address-lists li > a {
  padding-left: 10px;
}
.ma-address-lists li > a,
.ma-address-lists li > p a {
  color: #232323;
}
.ma-address-lists li i,
.ma-address-lists li a i {
  color: #002e5b;
  font-size: 22px;
  float: left;
  font-weight: normal;
}
.ma-address-lists li p,
.ma-address-lists li > a {
  float: left;
  padding-left: 10px;
  margin: 0;
}

/* Google Map */
.eclt-google-map {
  width: 100%;
  display: inline-block;
  float: left;
  min-height: 200px;
}
.gm-style-iw h1 {
  font-size: 20px;
  margin-top: 10px;
}

/* Contact Card */
.eclt-contact-card {
  color: #fff;
  text-align: center;
  min-height: 360px;
  position: relative;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eclt-contact-card:after {
  content: '';
  position: absolute;
  top: 0;left: 0;
  background: rgba(19,29,51,0.75);
  width: 100%;
  height: 100%;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eclt-contact-card .bcc-content {
  position: absolute;
  top: 50%;
  padding: 20px;
  width: 100%;
  z-index: 1;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bcc-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}
.bcc-content p {
  font-size: 16px;
  color: #eee;
  font-weight: 500;
  line-height: 1.3;
}
.bcc-content .bcc-btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  margin: 20px 0 0;
}
.bcc-content .bcc-btn:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background-color: #fa9928;
}

/**
 * 10. Sidebar Widgets
 */
 ul.eclt-gallery-widget {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
ul.eclt-gallery-widget li {
  float: none;
  display: inline-block;
  margin: 0px 1px 5px;
  padding: 0;
}
ul.eclt-gallery-widget li a img {
  width: 80px;
  height: 80px;
}
ul.eclt-gallery-widget li:nth-child(3n+3) {
  margin-right: 0;
}
.eclt-sidebar .eclt-widget {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.eclt-sidebar .eclt-widget .widget-title {
  color: #111;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin: 0 0 8px;
}
.eclt-sidebar .wpb_content_element {
  display: inline-block;
  width: 100%;
}
.eclt-sidebar .eclt-widget:last-child {
  margin: 0;
}

/* Navigation Widget */
.eclt-sidenav {
  padding: 0;
  margin: 0 0 5px;
  list-style: none;
  float: left;
  width: 100%;
  border: 1px solid #ececec;
  border-left-color: #dadada;
  border-left-width: 2px;
}
.eclt-sidenav li {
  float: left;
  width: 100%;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #eee;
}
.eclt-sidenav li:last-child {
  border-bottom: none;
}
.eclt-sidenav li a {
  color: #777;
  padding: 15px 20px;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.eclt-sidenav li a:hover,
.eclt-sidenav li.current-menu-item > a {
  background-color: #f5faff;
  color: #111;
}
.eclt-sidenav li.current-menu-item > a:after,
.eclt-sidenav li.current-menu-parent > a:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #aaa;
  font-size: 14px;
  float: right;
}
.eclt-sidenav li.current-menu-item > a:before,
.eclt-sidenav li.current-menu-parent > a:before,
.eclt-sidenav li.eclt-sidenav-parent.eclt-active > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  background-color: #00a5df;
  height: 100%;
  width: 2px;
  display: inline-block;
}
.eclt-sidenav .current-menu-parent li.current-menu-item a:before,
.eclt-sidenav .current-menu-parent li.current-menu-item a:after,
.eclt-sidenav .sub-menu li a:hover:before,
.eclt-sidenav .sub-menu li.current-menu-item a:before,
.eclt-sidenav .sub-menu li.current-menu-parent > a:before {
  content: none;
}

/* Side Navigation - Dropdown */
.eclt-sidenav .sub-menu {
  display: none;
  padding: 0 0 0 30px;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.eclt-sidenav li .sub-menu.eclt-active > a {
  padding-bottom: 12px;
}
.eclt-sidenav li .eclt-sidenav-list li:first-child a {
  padding-top: 0;
}
.eclt-sidenav li .eclt-sidenav-list li:last-child a {
  padding-bottom: 22px;
}
.eclt-sidenav li .eclt-sidenav-list a {
  color: #555;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 4px 0;
}
.eclt-sidenav li .eclt-sidenav-list a:hover,
.eclt-sidenav li .eclt-sidenav-list .current-menu-item a {
  color: #232323;
}
.eclt-sidenav .eclt-sidenav-list li {
  border: none;
}
.eclt-sidenav li .eclt-sidenav-list a:hover:before,
.eclt-sidenav li .eclt-sidenav-list a:hover:after {
  content: none;
}
.eclt-sidenav li.eclt-active > a.current-menu-item:after,
.eclt-sidenav li.eclt-active > a:hover:after,
.eclt-sidenav li.eclt-active > a:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  color: #aaa;
  font-size: 14px;
  float: right;
}
.eclt-active {
  background-color: #fcfcfc;
  position: relative;
}
.eclt-sidenav > li.eclt-active:before {
  content: '';
  position: absolute;
  top: 0;left: 0;
  background-color: #fa9928;
  height: 100%;
  width: 4px;
  display: inline-block;
}
.eclt-sidenav li.eclt-active li.eclt-active a:after,
.eclt-sidenav li.eclt-active li.eclt-active a:hover:after {
  content: none;
}

/* Download Button */
.eclt-download-btn {
  background-color: #fa9928;
  text-align: center;
  width: 100%;
  float: left;
  color: #232323;
  font-weight: bold;
  padding: 16px 35px;

  -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.08);
}
.eclt-download-btn:hover,
.eclt-download-btn:focus,
.eclt-download-btn:active {
  color: #232323;
}
.eclt-download-btn i {
  padding-right: 15px;
  font-size: 18px;
}

/* Get a Quote */
.eclt-get-quote {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 35px 25px 30px;
}
.eclt-get-quote .bgq-title {
  margin: 0 0 12px;
  font-weight: bold;
  padding-right: 30px;
}
.eclt-get-quote p {
  color: #888;
  line-height: 1.6;
}
.eclt-get-quote .bgq-btn {
  letter-spacing: 0.3px;
  color: #fff;
  margin: 20px auto 0;
  background-color: #002e5b;
  letter-spacing: 0.3px;
  padding: 12px 30px;
  display: inline-block;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Search Widget */
.widget_search .searchform {
  position: relative;
}
.widget_search .screen-reader-text {
  display: none;
}
.widget_search input {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget_search input[type="submit"] {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  line-height: 50px;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget_search i.fa-search {
  width: 55px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

/* Sidebar ul li Styles */
.widget_list_style ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_layered_nav ul,
.widget_product_categories ul,
.woocommerce ul.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_list_style ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_layered_nav ul li,
.widget_product_categories ul li,
.woocommerce ul.product_list_widget li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  color: #777;
}
.widget_list_style ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_meta ul li:first-child,
.widget_pages ul li:first-child,
.widget_rss ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_layered_nav ul li:first-child,
.widget_product_categories ul li:first-child,
.woocommerce ul.product_list_widget li:first-child {
  padding-top: 0;
}
.widget_list_style ul li:before,
.widget_categories ul li:before,
.widget_archive ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_rss ul li:before,
.widget_nav_menu ul li:before,
.widget_layered_nav ul li:before,
.widget_product_categories ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  margin-right: 10px;
  display: inline-block;
  background-color: #00a5df;
  position: relative;
  bottom: 2px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.widget_list_style ul a,
.widget_categories ul a,
.widget_archive ul a,
.widget_archive ul li,
.widget_recent_comments ul a,
.widget_recent_entries ul a,
.widget_meta ul a,
.widget_pages ul a,
.widget_rss ul a,
.widget_nav_menu ul a,
.widget_layered_nav ul a,
.widget_product_categories ul a,
.woocommerce ul.product_list_widget a {
  color: #777;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.widget_list_style ul a:hover,
.widget_categories ul a:hover,
.widget_archive ul a:hover,
.widget_recent_comments ul a:hover,
.widget_recent_entries ul a:hover,
.widget_meta ul a:hover,
.widget_pages ul a:hover,
.widget_rss ul a:hover,
.widget_nav_menu ul a:hover,
.widget_layered_nav ul a:hover,
.widget_product_categories ul a:hover,
.woocommerce ul.product_list_widget a:hover {
  color: #00a5df;
}
.eclt-widget ul li{
  color: #777;
}
.eclt-widget ul li a {
  color: #000;
  font-size: 16px;
}
.widget_categories ul a {
  padding: 0 8px 0 0px;
}
.eclt-widget.widget_nav_menu ul.sub-menu li:last-child {
  border: none;
  padding-bottom: 0;
}
.eclt-widget.widget_nav_menu ul.sub-menu {
  padding: 10px 0 0;
}
abbr[data-original-title], abbr[title] {
  border-bottom: none !important;
}
.widget_archive_select .screen-reader-text,
.widget_categories_select .screen-reader-text {
  display: none;
}
.woocommerce ul.product_list_widget li a .woocommerce-placeholder {
  width: 75px;
}
footer .widget_list_style ul li,
footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_recent_comments ul li,
footer .widget_recent_entries ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_rss ul li,
footer .widget_nav_menu ul li {
  border-bottom-color: rgba(255,255,255,0.05);
}
footer .widget_list_style ul a,
footer .widget_categories ul a,
footer .widget_archive ul a,
footer .widget_archive ul li,
footer .widget_recent_comments ul a,
footer .widget_recent_entries ul a,
footer .widget_meta ul a,
footer .widget_pages ul a,
footer .widget_rss ul a,
footer .widget_nav_menu ul a {
  color: #999;
}
footer .widget_list_style ul a:hover,
footer .widget_categories ul a:hover,
footer .widget_archive ul a:hover,
footer .widget_archive ul li,
footer .widget_recent_comments ul a:hover,
footer .widget_recent_entries ul a:hover,
footer .widget_meta ul a:hover,
footer .widget_pages ul a:hover,
footer .widget_rss ul a:hover,
footer .widget_nav_menu ul a:hover {
  color: #aaa;
}
footer .widget_list_style ul li:before,
footer .widget_categories ul li:before,
footer .widget_archive ul li:before,
footer .widget_recent_comments ul li:before,
footer .widget_recent_entries ul li:before,
footer .widget_meta ul li:before,
footer .widget_pages ul li:before,
footer .widget_rss ul li:before,
footer .widget_nav_menu ul li:before {
  background-color: #777;
}
footer .widget_list_style ul li:hover:before,
footer .widget_categories ul li:hover:before,
footer .widget_archive ul li:hover:before,
footer .widget_recent_comments ul li:hover:before,
footer .widget_recent_entries ul li:hover:before,
footer .widget_meta ul li:hover:before,
footer .widget_pages ul li:hover:before,
footer .widget_rss ul li:hover:before,
footer .widget_nav_menu ul li:hover:before {
  background-color: #fa9928;
}
footer .widget_list_style ul ul.children,
footer .widget_categories > ul ul.children,
footer .widget_pages > ul ul.children,
footer .widget_nav_menu > ul ul.sub-menu {
  border-color: rgba(255,255,255,0.05);
}
footer #wp-calendar caption {
  margin-top: 0;
}
footer .eclt-active {
  background: transparent;
}
footer .widget_nav_menu ul li.eclt-active:before {
  background: #fa9928;
}
footer .eclt-sidenav {
  background: #fff;
}

/* Children */
.widget_list_style ul ul.children,
.widget_categories > ul ul.children,
.widget_pages > ul ul.children,
.widget_nav_menu > ul ul.sub-menu,
.widget_product_categories > ul ul.children {
  padding: 15px 0 0;
}
.widget_list_style ul.children ul.children,
.widget_categories ul.children ul.children,
.widget_pages ul.children ul.children,
.widget_nav_menu ul.sub-menu ul.sub-menu,
.widget_product_categories ul.children ul.children {
  padding: 15px 0 0 0;
  margin-right: -1px;
}
.widget_list_style ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu ul.sub-menu li,
.widget_product_categories ul.children li {
  padding-left: 15px;
}
.widget_list_style ul ul.children li:last-child,
.widget_categories > ul ul.children li:last-child,
.widget_pages > ul ul.children li:last-child,
.widget_nav_menu > ul ul.sub-menu li:last-child,
.widget_product_categories > ul ul.children li:last-child {
  border-bottom: none;
}
.widget_nav_menu > ul ul.sub-menu ul.sub-menu ul.sub-menu {
  margin: 20px -1px 15px 0;
}

/* Widget RSS */
.widget_rss .rss-date {
  display: block;
  padding: 5px 0 0;
  text-align: left;
  position: relative;
}
.widget_rss .rssSummary {
  display: block;
  margin: 10px 0 0;
}
.widget_rss cite {
  font-weight: 600;
  display: block;
  padding-top: 5px;
}
.widget_rss cite:before {
  content: '- ';
}
/* calendar widget */
.widget_calendar {
  float: left;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  background: #232323;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding: 10px 0  ;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding: 10px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #f5f5f5;
}
#wp-calendar thead th:hover {
  background: #f5f5f5;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding:8px;
}
#wp-calendar tbody td:hover,
#wp-calendar tbody td.hav-post-in-date:hover {
  background: #fff;
}
#wp-calendar tbody td#today {
  background: #232323;
  color: #fff;
}
#wp-calendar tbody .pad {
  background: #fff;
}
#wp-calendar tfoot #next {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding: 10px 10px 10px 0;
}
#wp-calendar tfoot {
  background-color: #fff;
  border: 1px solid #fff;
}
#wp-calendar tfoot #prev {
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 10px 10px;
}
#wp-calendar tfoot #next a,
#wp-calendar tfoot #prev a {
  color: #777;
}
#wp-calendar tbody td.hav-post-in-date {
  background: #ebebeb;
}
#wp-calendar tbody td.hav-post-in-date a {
  color: #aaa;
}
#wp-calendar tbody td.hav-post-in-date:hover a {
  color: #232323;
}
#wp-calendar tfoot td,
#wp-calendar tfoot #next {
  border: none;
}

/* Widget Text */
.widget_text img {
  max-width: 100%;
  height: auto;
}
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  font-size: 14px !important;
  float: left;
  color: #888;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 6px 18px;
  display: inline-block;
  margin: 0 6px 7px 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  color: #00a5df;
  border-color: #00a5df;
}
.nice-select {
  border-radius: 0px;
  width: 100%;
  background-color: #fff;
  height: 45px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #dbdbdb;
}
.nice-select:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #aaa;
  font-size: 16px;
  border: none;
  margin: 0;
  height: auto;
  width: auto;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 14px;

  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.nice-select.open:after {
  content: '\f0d8';
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.nice-select .list {
  border-radius: 0;
  margin-top: 1px;
  width: 100%;
  border: 1px solid #e8e8e8;

  -webkit-box-shadow: none;
  box-shadow: none;
}
.nice-select .option {
  padding: 0 17px;
}
.eclt-widget .nice-select .option {
  padding: 7px 17px;
}
.eclt-widget .nice-select {
  font-size: 13px;
  letter-spacing: 0.3px;
}
.eclt-widget .nice-select ul li {
  border-bottom: 1px solid #e8e8e8;
  white-space: pre-wrap;
  line-height: 26px;
}
.eclt-widget .nice-select ul li:last-child {
  border-bottom: none;
}
.eclt-widget .nice-select ul li:before {
  content: none !important;
}

footer .eclt-top-info .eclt-address-info {
  padding: 25px 0 0;
  width: 100%;
}
footer .eclt-top-info .eclt-address-info:first-child {
  padding: 15px 0 0;
}
footer .eclt-top-info .eclt-address-info i,
footer .eclt-top-info .eclt-address-info p,
footer .eclt-top-info .eclt-address-info span {
  color: #f9f9f9;
}
footer .eclt-top-info .eclt-address-info .eclt-ai-content {
  float: left;
  width: calc( 100% - 25px);
}
footer .eclt-top-info .eclt-address-info i {
  width: 25px;
}
/* 11. 404 Page */
.error-content {
  text-align: center;
  margin: 169px 0 138px;
  float: left;
  width: 100%;
}
.error-content img {
  max-width: 100%;
  height: auto;
}
.error-content.eclt-404 h2 {
  font-size: 32px;
  margin: 35px 0 0px;
  color: #111;
}
.brand-color {
  color: #00a5df;
}
.error-content.eclt-404 h1 {
  font-size: 300px;
  font-weight: 700;
  line-height: 200px;
}
.error-content.eclt-404 input[type="text"] {
  width: 31.65%;
  height: 50px;
  background: #f7f7f7;
  border: none;
}
.error-content.eclt-404 input[type="submit"] {
  width: 10.4%;
  height: 50px;
  margin-left: -4px;
}
.error-content.eclt-404 label.screen-reader-text {
  display: none;
}
.error-content.eclt-404 p {
  font-size: 16px;
  padding: 0 23% 25px;
}
/**
 * 12. Footer
 */
footer {
  background-color: #222327;
  padding: 0;
  display: block;
  width: 100%;
}
footer .eclt-widget {
  margin: 60px 0 0;
  float: left;
  width: 100%;
}
/* Elate Back Top */
.eclt-back-top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 2;
}
.eclt-back-top.active {
  bottom: 15px;
}
.eclt-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: #00a5df;
  color: #ffffff;
}
.eclt-back-top a:hover {
  background: #002e5b;
}
.footer-widget-area {
  padding-bottom: 80px;
}
.eclt-widget .widget-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 30px;
}
.eclt-widget p {
  color: #888;
  line-height: 24px;
  letter-spacing: 0.6px;
  font-weight: 400;
}
.eclt-sidebar .eclt-widget p {
  font-size: 16px;
}
footer .eclt-widget p,
footer .eclt-widget a,
footer .eclt-widget ul li a,
footer .eclt-widget ul,
footer .eclt-widget span {
  color: #f9f9f9;
  font-size: 16px;
}
footer .eclt-widget a:hover {
color: #00a5df;
}
footer .eclt-widget span.widget-bdate {
  color: #fff;
}
footer .container {
  padding-left: 0;
  padding-right: 0;
}
/* Footer ul li styling */
.eclt-footer-ul ul,
.eclt-blog-widget ul,
.eclt-footer-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.eclt-footer-ul ul li {
  display: block;
  border-bottom: 1px solid rgba(232,232,232,0.08);
  padding: 12px 0;
}
.eclt-footer-ul ul li:first-child {
  padding-top: 0;
}
.eclt-footer-ul ul li a {
  color: #888;
}
.fulls-width {
  float: left;
  width: 100%;
}
.half-width {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.third-width {
  float: left;
  width: 31.3333%;
  margin-right: 2%;
}

/* Usefull Links */
ul.eclt-useful-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.eclt-useful-links li {
  margin-bottom: 15px;
}
.eclt-useful-links li:last-child {
  margin: 0;
}
.eclt-useful-links a {
  color: #999;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.eclt-useful-links a:hover {
  color: #bbb;
}

/* Blog Widget */
.eclt-blog-widget {
}
.eclt-blog-widget ul li {
  margin-bottom: 26px;
}
.eclt-blog-widget ul li:last-child {
  margin-bottom: 0;
}
.eclt-blog-widget .widget-btitle {
  display: block;
  color: #ccc;
  letter-spacing: 0.5px;
  padding-bottom: 4px;
}
.eclt-blog-widget .widget-btitle:hover {
  color: #aaa;
}
.eclt-blog-widget .widget-bdate {
  font-size: 13px;
  color: #666;
  letter-spacing: 0.5px;
}

/* Blog Widget Two */
.eclt-recent-blog ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.eclt-recent-blog li {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.eclt-recent-blog li:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.eclt-recent-blog .widget-btitle {
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}
.eclt-sidebar .eclt-widget.eclt-recent-blog .widget-btitle:hover {
  color: #00a5df;
}
.eclt-recent-blog .widget-bdate {
  color: #666;
  font-size: 13px;
  letter-spacing: 0.5px;
}
span.widget-bdate i {
  color: #00a5df;
}
.eclt-sidebar .eclt-widget.eclt-recent-blog .widget-btitle {
  color: #111;
  font-size: 16px;
}
.eclt-sidebar .eclt-widget.eclt-recent-blog .widget-bdate {
  color: #777;
}
.eclt-sidebar .eclt-widget.eclt-recent-blog li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom-color: #f0f0f0;
}
.eclt-sidebar .eclt-widget.eclt-recent-blog li:last-child {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
}

/* Mail Chimp */
.eclt-widget .mc4wp-form {
  margin: 13px 0;
  float: left;
  width: 100%;
  position: relative;
}
.eclt-widget .mc4wp-form input[type="email"],
.eclt-widget .mc4wp-form input[type="text"] {
  background-color: rgba(255,255,255,0.07);
  color: #fff;
  border: none;
  padding: 10px 70px 10px 20px;
  margin: 0;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.eclt-sidebar .eclt-widget .mc4wp-form input[type="email"],
.eclt-sidebar .eclt-widget .mc4wp-form input[type="text"] {
  border: 1px solid #e8e8e8;
  color: #232323;
}
.mc4wp-form-fields p {
  margin: 0;
}
.eclt-widget .mc4wp-form input[type="submit"] {
  background-color: #fa9928;
  color: #1c1d21;
  letter-spacing: 0.3px;
  border: none;
  padding: 10px 15px;
  margin: 0;
  position: absolute;
  right: 0;top: 0;
  height: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
footer .eclt-widget .mc4wp-form input[type="submit"] {
  color: #fff;
  padding: 18px;
  line-height: 0;
  font-weight: bold;
}
footer .eclt-widget .mc4wp-form input[type="email"] {
  color: #fff;
  padding: 15px 20px;
}
footer .eclt-widget .mc4wp-form input[type="email"]::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.3px;
}
footer .eclt-widget .mc4wp-form input[type="email"]:-moz-placeholder {
  color: #aaa;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0.3px;
}
footer .eclt-widget .mc4wp-form input[type="email"]::-moz-placeholder {
  color: #aaa;
  font-weight: 500;
  opacity: 1;
  letter-spacing: 0.3px;
}
footer .eclt-widget .mc4wp-form input[type="email"]:-ms-input-placeholder {
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.3px;
}
footer .eclt-footer-form input[type="email"]::placeholder,
footer .eclt-footer-form input[type="text"]::placeholder,
footer .eclt-footer-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

footer .eclt-footer-form input[type="email"]:-ms-input-placeholder,
footer .eclt-footer-form input[type="text"]:-ms-input-placeholder,
footer .eclt-footer-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

footer .eclt-footer-form input[type="email"]::-ms-input-placeholder,
footer .eclt-footer-form input[type="text"]::-ms-input-placeholder,
footer .eclt-footer-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
footer .eclt-recent-blog li {
  border-color: #c1c1c1;
}

/* 13. Copyright */
.eclt-copyright {
  padding: 30px 0;
  font-weight: normal;
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.05);
}
p.copyright-alt {
  text-align: center;
}
.eclt-copyright p {
  margin: 0;
  padding: 0;
  color: #f9f9f9;
  font-size: 16px;
}
.eclt-copyright a {
  color: #fff;
}
.eclt-copyright a:hover {
  color: #bbb;
}

/* Footer Nav Links */
.footer-nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Raleway", sans-serif;
}
.footer-nav-links li {
  text-align: right;
  display: inline-block;
  margin: 0 6px;
}
.footer-nav-links li:last-child {
  margin-right: 0;
}
.footer-nav-links a {
  color: #777;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/* WPML */
.submenu-languages {
  display: none;
}
.dropdown-menu > li.dropdown.menu-item-language > a:after {
  content: none;
}
.menu-item-language:hover .submenu-languages {
  display: block;
}

/* Contact Section */
.extended-content-container {
  position: relative;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.eclt-contact-first {
  padding: 50px 0 195px;
  position: relative;
  z-index: 1;
}
.contact-section-two .eclt-contact-first {
  padding: 130px 0 120px;
}
.eclt-contact-first-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;left: 0;right: 0;
  display: inline-block;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.eclt-cs-area {
  padding: 50px 65px;
  margin-top: -150px;
  margin-bottom: 80px;
  display: block;
  background: #fff;
  box-shadow: 0 -20px 10px 4px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 9;
  text-align: left;
}
.eclt-cs-area {
  float: left;
  width: 100%;
}
.eclt-section-content,
.eclt-contact-form-section {
  float: left;
  width: 50%;
  position: relative;
}
.section-content-left .eclt-section-content:after,
.section-content-left .eclt-contact-form-section:before,
.section-content-right .eclt-section-content:before,
.section-content-right .eclt-contact-form-section:after {
  content: '';
  position: absolute;
  top: 0;right: 0;
  height: 100%;
  width: 1px;
  background-color: #f0f0f0;
}
.section-content-left .eclt-contact-form-section:before {
  right: auto;
  left: -1px;
}
.section-content-right .eclt-section-content:before {
  right: auto;
  left: 0;
}
.section-content-right .eclt-contact-form-section:after {
  right: -1px;
  left: auto;
}
/* Contact Section - Content Alignment */
.section-content-right .eclt-section-content {
  float: right;
  padding: 20px 0 50px 50px;
}
.section-content-left .eclt-section-content {
  float: left;
  padding: 20px 50px 50px 0;
}
.section-content-left .eclt-contact-form-section {
  padding: 30px 0 30px 50px;
}
.section-content-right .eclt-contact-form-section {
  padding: 30px 50px 30px 0;
}

/* Contact Section Style Two */
.contact-section-two {
  text-align: center;
}
.contact-section-two .eclt-cs-area {
  padding: 45px 60px;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.contact-section-two .eclt-section-content,
.contact-section-two .eclt-contact-form-section {
  width: 100%;
  float: none;
  display: inline-block;
}
.contact-section-two.section-content-left .eclt-section-content,
.contact-section-two.section-content-right .eclt-section-content {
  padding: 0;
}
.contact-section-two.section-content-right .eclt-section-content {
  padding-bottom: 10px;
}
.contact-section-two .eclt-contact-form-section {
  text-align: left;
  padding: 0;
}
.contact-section-two.section-content-left .eclt-contact-form-section:before,
.contact-section-two.section-content-left .eclt-section-content:after,
.contact-section-two.section-content-right .eclt-contact-form-section:after,
.contact-section-two.section-content-right .eclt-section-content:before {
  content: none;
}

/**
 * Map Tabs
 */
.our-locations {
  float: left;
  width: 100%;
  position: relative;
  margin: 76px auto 40px;
  text-align: center;
}
.our-locations .eclt-map-tab-content {
  float: left;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.eclt-map-tab-content .eclt-google-map {
  min-height: 600px;
}
.our-locations .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 1;
  padding: 0;
}
.our-locations .tab-pane.active {
  z-index: 2;
}
.eclt-map-tab-content .tab-pane {
  min-height: 600px;
}
.eclt-gmap-tab.fade {
  float: left;
  width: 100%;
  padding: 0;
}
.eclt-gmap-tab.fade,
.our-locations .eclt-gmap-tab.fade.in {
  opacity:1;
}
.our-locations .eclt-gmap-tab.fade {
  opacity:0;
}
.service-detail-page .our-locations .eclt-mt-container {
  width: 1000px;
}
.eclt-locations-tabs {
  position: absolute;
  left: 0;
  right: 0;
  top: -76px;
  border: none;
  z-index: 9;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}
.eclt-location-name {
  font-size: 24px;
  font-weight: 700;
  background: #f7f8f9;
  display: block;
  padding: 21px 30px;
  text-transform: none;
  letter-spacing: 0;
}
.nav-tabs > li.each-location-tab {
  float: left;
  width: 33.333333%;
  margin: 0 auto 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
/* Map Tab Columns */
.map-tab-2-col .nav-tabs > li.each-location-tab {
  width: 50%;
}
.map-tab-3-col .nav-tabs > li.each-location-tab {
  width: 33.333333%;
}
.map-tab-4-col .nav-tabs > li.each-location-tab {
  width: 25%;
}
.map-tab-5-col .nav-tabs > li.each-location-tab {
  width: 20%;
}
.each-location-tab .each-item-wrapper {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0 !important;
  margin: 0 10px !important;
  background: #ffffff !important;
  color: #232323 !important;
  border: none !important;
  border-radius: 0 !important;
}
.our-locations.slide-in .each-location-tab {
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
}
.location-info {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 40px 30px 30px;
  border: 1px solid rgba(0,0,0,0.08);
}
.location-info .info-item {
  display: block;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: normal;
}
.location-info .info-item img {
  float: left;
  width: 22px;
  margin-right: 10px;
}
.location-info .info-item span {
  display: block;
  overflow: hidden;
}
.location-map {
  float: left;
  width: 100%;
  height: 100%;
}
.contact-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.eclt-maptab-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
.eclt-maptab-controls a {
  position: relative;
  float: left;
  width: 45px;
  height: 45px;
  font-size: 22px;
  padding: 0;
  line-height: 45px;
  color: #232323;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.eclt-maptab-controls .location-title {
  float: left;
  width: 200px;
  height: 45px;
  margin: 0 3px;
  padding: 14px;
  background: #ffffff;
  color: #232323;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #f0f0f0;
  text-transform: uppercase;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.nav-tabs.eclt-locations-tabs > li.active > a::after {
  content: none;
}
.nav-tabs > li.each-location-tab > a .eclt-ai-two i {
  padding: 0;
  float: left;
  width: 13%;
  font-size: 22px;
}
.nav-tabs > li.each-location-tab > a .eclt-ai-two .eclt-ai-content {
  width: 87%;
  float: left;
  padding: 0;
  font-weight: normal;
}
.eclt-locations-tabs.nav-tabs > li > a {
  text-transform: none;
}
.eclt-locations-tabs .eclt-address-info {
  padding: 0 0 15px;
  width: 100%;
  float: left;
}
.eclt-locations-tabs .eclt-address-info:last-child {
  padding: 0;
}
.each-location-tab.active .each-item-wrapper {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.06);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.06);
}
/*Elementor*/
.elementor-widget-wts-textseparator .elementor-widget-container{
  overflow:hidden;
}
.wts-elate-textseparator{
  align-items: center;
  display: flex;
  flex-flow: row nowrap; margin:auto;
}
.elate-separator-icon-inner i {
  height: 1em;
  width: 1em; text-align:center;
}
.wts-elate-textseparator .elate-sep-holder {
  flex: 1 1 auto;
  height: 1px;
  min-width: 10%;
  position: relative;
}
.wts-elate-textseparator .elate-sep-holder .elate-sep-lines{
  border-top-width: 1px;
  display: block;
  height: 1px;
  position: relative;
  top: 1px;
  width: 100%;
}
.elate-separator-title{
  margin:0;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  line-height: 1em;
  margin: 0;
  overflow-wrap: break-word;
}
.sep-align-right .sep-right{
  display: none;
}
.sep-align-left .sep-left{
  display: none;
}
.elate-icon-view-stacked i {
  color:#FFF;
}
.elate-icon-view-framed .elate-separator-icon-inner {
  border:1px solid;
}
.elate-icon-shape-circle .elate-separator-icon-inner {
  border-radius:50%;
}
.elate-separator-icon-wrapper, .elate-separator-title {
  margin:0 5px !important;
}
.elate-separator-icon-inner {
  line-height: 1;
}

/**
Price Table Css
**/
.wts-price-box-wrapper .elate-pt-heading,
.wts-price-box-wrapper .elate-pt-sub-heading{
  margin:5px 0;
  text-align: center;
}
.plan-price-shape {
  display: table;
  height: 6em;
  margin: auto;
  width: 6em;
}
.elate-pt-price-box-shape-circle .plan-price-shape,
.elate-pt-price-box-shape-square .plan-price-shape {
  border: 1px solid transparent;
}
.elate-pt-price-box-shape-circle .plan-price-shape {
  border-radius:50%;
}
.plan-price-block {
  padding:10px 0;
}
.plan-price-shape-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.plan-price-shape-inner > span {
  display: block;
  font-size: 1em; text-align:center;
}
.elate-pt-feature-list {
  list-style: outside none none;
  text-align: center;
  margin:10px 0;
}
.elate-pt-button-wrapper > a {
  text-align:center;
  display:inline-block;
}
.elate-pt-button-wrapper {
  text-align: center;
}

.wts-price-box-wrapper .heading-wrapper,
.wts-price-box-wrapper .plan-features-wrapper {
  padding:10px 5px;
}
.elate-pt-button-wrapper {
  padding:15px 0;
}
.elate-pt-button-wrapper a {
  padding:5px 15px;
  border-radius:3px;
}
.elate-pt-align-icon-right {
  float:right;
}
.strike-feature {
  text-decoration: line-through;
}

/**
Flip Box CSS
**/
.elate-flip-box-inner {
  width:100%;
  height:200px;
  position:relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.elate-flip-box-inner .elate-flip-box-front,
.elate-flip-box-inner .elate-flip-box-back {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  text-align:center;
  padding: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.elate-fb-animate-vertical .elate-flip-box-inner .elate-flip-box-front {
  -webkit-transform:perspective(1000px)  rotateX(0deg);
  -ms-transform:perspective(1000px)  rotateX(0deg);
  transform:perspective(1000px) rotateX(0deg);
}
.elate-fb-animate-vertical .elate-flip-box-inner .elate-flip-box-back {
  -webkit-transform:perspective(1000px) rotateX(180deg);
  transform:perspective(1000px) rotateX(180deg);
  -ms-transform:perspective(1000px)  rotateX(180deg);
}
.elate-fb-animate-vertical .elate-flip-box-inner:hover .elate-flip-box-front {
  -webkit-transform:perspective(1000px) rotateX(180deg);
  transform:perspective(1000px) rotateX(180deg);
  -ms-transform:perspective(1000px)  rotateX(180deg);
}
.elate-fb-animate-vertical .elate-flip-box-inner:hover .elate-flip-box-back {
  -webkit-transform:perspective(1000px) rotateX(0deg);
  transform:perspective(1000px) rotateX(0deg);
  -ms-transform:perspective(1000px)  rotateX(0deg);
}
.elate-fb-animate-horizontal .elate-flip-box-inner .elate-flip-box-front {
  -webkit-transform:perspective(1000px) rotateY(0deg);
  transform:perspective(1000px) rotateY(0deg);
  -ms-transform:perspective(1000px)  rotateY(0deg);
}
.elate-fb-animate-horizontal .elate-flip-box-inner .elate-flip-box-back {
  -webkit-transform:perspective(1000px) rotateY(180deg);
  transform:perspective(1000px) rotateY(180deg);
  -ms-transform:perspective(1000px)  rotateY(180deg);
}
.elate-fb-animate-horizontal .elate-flip-box-inner:hover .elate-flip-box-front {
  -webkit-transform:perspective(1000px) rotateY(180deg);
  transform:perspective(1000px) rotateY(180deg);
  -ms-transform:perspective(1000px)  rotateY(180deg);
}
.elate-fb-animate-horizontal .elate-flip-box-inner:hover .elate-flip-box-back {
  -webkit-transform:perspective(1000px) rotateY(0deg);
  transform:perspective(1000px) rotateY(0deg);
  -ms-transform:perspective(1000px)  rotateY(0deg);
}
.elate-flip-box-front i,
.elate-flip-box-back i {
  font-size:32px;
  height:1em;
  width:1em;
}
.elate-fb-icon-view-framed {
  border:1px solid #92BE43;
}
.elate-fb-icon-shape-circle {
  border-radius:50%;
}
.elate-flip-box-wrapper .icon-wrapper {
  display:inline-block;
  padding:10px;
  line-height: 1;
}
.elate-flip-box-wrapper .front-icon-title,
.elate-flip-box-wrapper .back-icon-title {
  margin:10px auto;
  color:#FFF;
}
.elate-flip-box-wrapper .flipbox-content {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.flipbox-content p {
  margin-bottom: 10px;
}
.elate-fb-button {
  display:inline-block;
  padding: 5px 10px;
}
.elate-flip-box-front {
  background:#A0CE4E;
}
.elate-flip-box-back {
  background:#73B9DC;
}

/**
Shape Separator
**/
.elementor-widget-wts-shape-separator svg {
  display: block;
}
.wts-elate-pl-wrapper ul {
  margin:0;
}
.wts-elate-pl-wrapper ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom:10px;
}
.elate-pl-img-align-none .elate-pl-image-wrapper a {
  text-align: center;
}
.elate-pl-title {
  margin:0;
}
.elate-pl-title a {
  display:block;
}
.elate-pl-readmore a {
  display:inline-block;
  border-radius: 2px;
  color: #fff;
  padding: 4px 8px;
}

/**
Animated Text Styles
**/
/* --------------------------------
Primary style
-------------------------------- */

.elate-at-animation-text-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.elate-at-animation-text-wrapper .elate-at-animation-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.elate-at-animation-text-wrapper .elate-at-animation-text.is-visible {
  position: relative;
}
.no-js .elate-at-animation-text-wrapper .elate-at-animation-text {
  opacity: 0;
}
.no-js .elate-at-animation-text-wrapper .elate-at-animation-text.is-visible {
  opacity: 1;
}
.elate-animtext-wrapper {
  font-size:40px;
}
.elate-st-rest-text {
  display: inline-block;
}
.elate-st-split-text {
  display: inline-block;
}
.elate-at-animation.type .elate-at-animation-text-wrapper {
  vertical-align: bottom;
  overflow: hidden;
}
.elate-at-animation.type .elate-at-animation-text-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
}
.elate-at-animation.type .elate-at-animation-text-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.elate-at-animation.type .elate-at-animation-text-wrapper.selected::after {
  visibility: hidden;
}
.elate-at-animation.type .elate-at-animation-text {
  visibility: hidden;
}
.elate-at-animation.type .elate-at-animation-text.is-visible {
  visibility: visible;
}
.elate-at-animation.type i {
  position: absolute;
  visibility: hidden;
}
.elate-at-animation.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/*Accordian*/
.classic-accordion .card > .card-header {
  background: transparent;
  border: none;
}
.classic-accordion h4.accordion-title a span {
  float: left;
  width: 55px;
  line-height: 26px;
  position: relative;
}
.classic-accordion h4.accordion-title a strong {
  float: right;
  width: calc(100% - 55px);
}
.classic-accordion .card-header {
  padding-left: 0;
  padding-right: 0;
}
.classic-accordion h4.accordion-title a span i {
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  width: 37px;
  height: 37px;
  text-align: center;
  padding: 0;
  line-height: 37px;
  border-radius: 3px;
  margin: 0 20px 0 0px;
}
.classic-accordion h4.accordion-title .acc-active-icon i {
  border-color: #00a5df;
}
h4.accordion-title {
  padding: 0;
  font-size: 21px;
  color: #333333;
  font-weight: 600;
}
h4.accordion-title a {
  padding: 14px 20px;
  color: #333333;
}
.classic-accordion h4.accordion-title a {
  padding: 0;
  display: inline-block;
}
.classic-accordion h4.accordion-title {
  line-height: 37px;
}
h4.accordion-title a {
  display: block;
}
span.acc-default-icon {
  display: none;
}
span.acc-active-icon {
  display: block;
}
.collapsed span.acc-default-icon {
  display: block;
}
.collapsed span.acc-active-icon {
  display: none;
}
.classic-accordion .card-body {
  padding: 0 0 0 55px;
}
.classic-accordion .card-body p {
  padding: 5px 0 0;
}
.classic-accordion .card {
  margin: 0;
  padding: 4px 0;
  position: relative;
}
.card {
  border: none;
}
.classic-accordion .card:before {
  content: "";
  border-left: 1px dashed #ececec;
  position: absolute;
  top: 51px;
  left: 18px;
  height: 100%;
}
.classic-accordion .card:last-child:before {
  content: none;
}
.normal-accordion h4.accordion-title a span {
  float: right;
}
.normal-accordion .card > .card-header {
  color: #333;
  background-color: #f5faff; /*#fcfcfc;*/
  border: 1px solid #e5e5e5;
  padding: 0;
}
.normal-accordion .card {
  margin: 0 0 15px;
}
.normal-accordion .card-body {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 25px;
}
.normal-accordion .card-body p:last-child {
  padding: 0px;
}
.normal-two-accordion .card > .card-header {
  border: none;
  background: none;
  padding: 5px 0 20px;
}
.normal-two-accordion .card > .card-header h4.accordion-title a {
  padding: 0;
}
.normal-two-accordion .card > .card-header h4.accordion-title a strong {
  padding: 0;
  font-weight: 600;
}
.normal-two-accordion .card > .card-header h4.accordion-title a span {
  float: left;
}
.normal-two-accordion .card > .card-header h4.accordion-title i {
  padding-right: 15px;
}
.normal-two-accordion .card-body {
  padding: 0;
  padding-left: 36px;
}

/*Button*/
.eclt-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 140px;
  padding: 15px 20px 13px;
  background-color: #00a5df;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Nunito Sans", Arial, sans-serif;
  border: 2px solid #00a5df;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.eclt-btn:hover, .eclt-btn:focus {
  background-color: #002e5b;
  border: 2px solid #002e5b;
  color: #ffffff;
}
.eclt-btn .align-icon-left {
  float: left;
  margin-right: 5px;
}
.eclt-btn .align-icon-right {
  float: right;
  margin-left: 5px;
}
span.elementor-button-text {
  display: inline-block;
}
.eclt-btn .eclt-icon {
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}

/*Tabs*/
.eclt-nav-tabs .nav-tabs > a {
  margin: 0;
  padding: 17px 25px;
  border: 1px solid #e8e8e8;
  color: #111;
  border-right: 0;
  border-radius: 0;
  margin-bottom: -1px;
}
.eclt-nav-tabs .nav-tabs > a.active:last-child,
.eclt-nav-tabs .nav-tabs > a:last-child {
  border-right: 1px solid #e8e8e8;
}
.eclt-nav-tabs .nav-tabs > a.active {
  border: 1px solid #e8e8e8;
  border-right: 0;
}
.eclt-nav-tabs .nav-tabs > a:hover,
.eclt-nav-tabs .nav-tabs a.active {
  background: #f5faff;
  color: #111;
}
.eclt-nav-tabs .tab-content .tab-pane {
  border: 1px solid #e8e8e8;
  border-top: 0;
  padding: 35px;
}
.eclt-nav-tabs .tab-content .tab-pane p:last-child {
  padding: 0;
}

/*Counter*/
.status-item {
  padding-bottom: 30px;
  text-align: center;
}
.status-item h2 {
  font-size: 60px;
  line-height: 70px;
}
.status-item h5 {
  font-size: 18px;
  padding: 5px 0 0;
}
.status-item .eclt-counter {
  display: inline-block;
  padding-bottom: 0;
}
.eclt-counter {
  font-weight: 500;
}
.counter-type {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  position: absolute;
}
 /*Sliders*/
.slick-slide {
  outline: none;
}
/*List*/
ul.eclt-icon-list-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.eclt-icon-list-items li.eclt-icon-list-item span.eclt-icon-list-text {
  display: block;
}
ul.eclt-icon-list-items li {
  color: #777777;
  padding: 0 0 5px;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
  width: 100%;
}
ul.eclt-icon-list-items li a,
ul.eclt-icon-list-items li span {
  display: inline-block;
}
.eclt-icon-list-icon {
  width: auto;
  display: inline-block;
  float: left;
  margin-right: 7px;
}
/*Services*/
.eclt-service .service-image img {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.eclt-hover.eclt-service .service-image img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.eclt-hover.eclt-service.service-style-two .service-image img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.eclt-service .service-image {
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: center;
}
.eclt-service {
  text-align: left;
  color: #111;
}
.eclt-service h3 {
  color: #111;
  font-size: 23px;
  margin: 0;
  padding: 24px 0 5px;
}
.eclt-service h3 a {
  color: #111;
}
.eclt-service h3 a:hover {
  color: #00a5df;
}
.eclt-service h5 {
  font-size: 16px;
  color: #777;
}
.eclt-service p {
  font-size: 16px;
  color: #777;
  padding: 0 0 5px;
  line-height: 24px
}
.eclt-service a.service-more {
  color: #002e5b;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
.eclt-service a.service-more:hover {
  color: #00a5df;
}
.eclt-service.service-style-two {
  padding: 65px 20px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.eclt-service.service-style-two.eclt-hover {
  background-color: #fff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.eclt-service .eclt-icon i {
  color: #00a5df;
  font-size: 58px;
}
/* Owl Slider */
.controls-align-top .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
}
.controls-align-right .owl-nav {
  text-align: right;
}
.controls-align-left .owl-nav {
  text-align: left;
}
.dot-controls-align-right .owl-dots {
  text-align: right;
}
.dot-controls-align-left .owl-dots {
  text-align: left;
}
.owl-prev,
.owl-next,
.owl-dot {
  cursor: pointer;
}
.owl-nav {
  text-align: center;
}
.eclt-clients .owl-nav {
  margin-top: 40px;
}
.owl-nav .owl-prev {
  margin-right: 5px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 32px;
  height: 32px;
  float: none;
  display: inline-block;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  color: #888;
  line-height: 29px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.owl-nav > div:hover {
  background-color: #f8f8f8;
}
.slider-no-current,
.slider-no-next {
  display: none;
}
.next-monials:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: relative;
  left: 1px;
}
.current-monials:after {
  content: '\f104';
  font-family: 'FontAwesome';
}
.owl-dots {
  padding-top: 16px;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  background: #c4c4c4;
  border: 2px solid transparent;
  cursor: pointer;
  text-indent: -999px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.owl-dot.active {
  width: 10px;
  height: 10px;
  background: transparent;
  border-color: #00a5df;
}
.eclt-clients .client-item {
  border: 1px solid #eceaea;
  padding: 15px 15px 15px 30px;
}
/*Casestudies*/
.eclt-case-section .case-item .bpw-content {
  position: absolute;
  top: 50%;left: 0;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eclt-case-section .case-item .bpw-content-overlay {
  position: absolute;
  top: 0;left: 0;
  height: 100%;
  width: 100%;
  background: rgba(31, 31, 31, 0.8);
}
.eclt-case-section .case-item .bpw-content,
.eclt-case-section .case-item .bpw-content-overlay {
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.eclt-case-section .case-item:hover .bpw-content,
.eclt-case-section .case-item:hover .bpw-content-overlay {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eclt-case-section .case-item .bpw-content .casestudies-zoom,
.eclt-case-section .case-item .bpw-content .casestudies-link {
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eclt-case-section .case-item .bpw-content .casestudies-zoom {
  top: -10px;
}
.eclt-case-section .case-item .bpw-content .casestudies-link {
  bottom: -10px;
}
.eclt-case-section .case-item:hover .bpw-content .casestudies-zoom {
  top: 0;
}
.eclt-case-section .case-item:hover .bpw-content .casestudies-link {
  bottom: 0;
}
.eclt-case-section .case-item .bpw-content .casestudies-zoom,
.eclt-case-section .case-item .bpw-content .casestudies-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 38px;
  vertical-align: middle;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eclt-case-section .case-item .bpw-content .casestudies-zoom i,
.eclt-case-section .case-item .bpw-content .casestudies-link i {
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eclt-case-section .case-item .bpw-content .casestudies-zoom a,
.eclt-case-section .case-item .bpw-content .casestudies-link a {
  display: block;
}
.eclt-case-section .case-item .bpw-content .casestudies-zoom a:hover,
.eclt-case-section .case-item .bpw-content .casestudies-link a:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.eclt-case-section .case-item .bpw-content .casestudies-link {
  transform: rotate(90deg);
}
.eclt-case-section .eclt-casestyle-two .bpw-featured-img {
  position: relative;
}
.eclt-case-section .eclt-casestyle-two .bpw-content-overlay {
  text-align: center;
}
.eclt-case-section .eclt-casestyle-two .bpw-content-overlay a {
  color: #fff;
  font-size: 20px;
}
.eclt-case-section .eclt-casestyle-two .bpw-content-overlay a:hover,
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a:hover,
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a.bpw-heading:hover {
  color: #00a5df;
}
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content {
  text-align: center;
  padding: 25px 15px;
  border: 1px solid #f0f0f0;
  border-top: 0;
  border-radius: 0px 0px 3px 3px;
}
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a {
  display: block;
  color: #777;
  font-size: 16px;
}
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a.bpw-category {
  display: inline-block;
  position: relative;
}
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a.bpw-category:after {
  content: ", ";
}
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a.bpw-category:last-child:after {
  content: none;
}
.eclt-case-section .eclt-casestyle-two .eclt-bpw-content a.bpw-heading {
  font-size: 18px;
  color: #111;
  line-height: 22px;
  padding-bottom: 6px;
}
.eclt-case-section .eclt-casestyle-two .masonry-item {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  margin: 10px 0px;
  border-radius: 3px;
}
/*Testimonials*/
.monials-style-two {
  padding: 95px 50px 0;
  background-color: #fff;
  min-height: 400px;
}
.eclt-testimonial-two {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.eclt-testimonial-two .testi-content {
  display: inline-block;
}
.eclt-testimonial-two .testi-client {
  padding: 5px 0 0;
  display: inline-block;
}
.eclt-testimonial-two .testi-client .testi-client-info {
  padding: 0;
}
.eclt-testimonial-two .testi-client .testi-client-info .testi-name {
  font-size: 21px;
  color: #00a5df;
}
.eclt-testimonial-two .testi-client .testi-client-info .testi-pro {
  color: #111;
}
.eclt-testimonial-two .testi-content p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
}
/*Section Heading*/
.section-title-wrap {
  margin: 0 auto;
  text-align: center;
}
.section-title-icon img {
  padding: 0 0 15px;
}
.section-title-wrap h2 {
  font-size: 30px;
  line-height: 40px;
  color: #111;
  padding: 0 0 5px;
  margin: 0;
}
.section-title-wrap h5 {
  line-height: 40px;
  color: #555;
  letter-spacing: 0.2px;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
/* Swiper Slider */
.swiper-container {
  clear: both;
  height: 750px;
}
.swiper-slide {
  background-color: #d0d0d0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-pagination {
  bottom: 36px;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 700;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.swiper-button-prev,
.swiper-button-next {
  left: 24px;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  color: #ffffff;
  letter-spacing: 0.2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button-prev:before,
.swiper-button-next:before {
  font: normal normal normal 50px/1.42857 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  z-index: 1;
}
.swiper-button-next {
  left: auto;
  right: 24px;
}
.swiper-button-next:before {
  content: "\f105";
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 10px 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
/* Eclt Slide Cpation */
.eclt-slide-caption {
  height: 100%;
  background: rgba(12, 19, 30, 0.3);
  color: #ffffff;
}
.eclt-slide-caption.right .caption-wrap {
  float: right;
  width: 470px;
}
.eclt-slide-caption.center .caption-wrap {
  width: 470px;
  margin: 0 auto;
}
.caption-wrap {
  width: 470px;
  background: rgba(255, 255, 255, 1);
  padding: 61px;
}
.caption-wrap h2 {
  font-size: 30px;
  line-height: 38px;
  color: #111
}
.caption-wrap h3 {
  color: #002e5b;
  font-size: 18px;
  padding: 0 0 10px;
}
.caption-wrap p {
  padding: 0 0 22px 0;
  font-size: 17px;
}
.slide-caption-title {
  padding-bottom: 18px;
  letter-spacing: -0.2px;
}
.eclt-swiper-home .swiper-button-next,
.eclt-swiper-home .swiper-container-rtl .swiper-button-prev,
.eclt-swiper-home .swiper-button-prev,
.eclt-swiper-home .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.caption-wrap *:nth-child(1n) {
  animation-delay: 0.75s;
}
.caption-wrap *:nth-child(2n) {
  animation-delay: 1.0s;
}
.caption-wrap *:nth-child(3n) {
  animation-delay: 1.25s;
}
.caption-wrap *:nth-child(4n) {
  animation-delay: 1.75s;
}
/*History*/
.eclt-history-section {
  display: block;
  float: left;
  width: 100%;
}
.history-img-wrap img {
  width: 220px;
  height: 140px;
  display: inline-block;
  border-radius: 3px;
  float: right;
}
.history-img-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0 80px;
}
.history-img-wrap span.history-year {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 16px;
  width: calc(100% - 220px);
  display: inline-block;
}
.history-img-wrap:before {
  content: "";
  position: absolute;
  border: 9px solid rgba(0, 165, 223, 0.2);
  border-radius: 100%;
  z-index: 1;
  left: 90px;
}
.history-img-wrap:after {
  content: "";
  position: absolute;
  background: #e8e8e8;
  width: 1px;
  height: 100%;
  left: 99px;
  top: 0;
}
.history-img-wrap span.history-year:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #00a5df;
  position: absolute;
  border-radius: 100%;
  left: 81px;
  z-index: 2;
  top: 5px;
}
.eclt-history-section:last-child .history-img-wrap {
  padding: 0;
}
.eclt-history-section:last-child .history-content-wrap:before,
.eclt-history-section:last-child .history-img-wrap:after {
  content: none;
}
.history-content-wrap p {
  color: #777;
  font-size: 17px;
}
.history-content-wrap h2 a {
  color: #111;
}
.history-content-wrap h2 {
  color: #111;
  font-size: 22px;
  padding: 0 0 16px;
}

/*Contact List*/
.eclt-contact-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.contact-img-wrap {
  display: inline-block;
}
.eclt-contact-list ul li span.contact-icon {
  float: left;
  padding: 0 15px 2px 0;
}
.eclt-contact-list p,
.eclt-contact-list ul li a {
  font-size: 16px;
  color: #666;
  display: block;
}
.eclt-contact-list p {
  padding: 0 0 20px;
}
.eclt-contact-list ul li {
  float: left;
  display: block;
  width: 100%;
  padding: 0 0 20px;
  font-size: 16px;
  color: #666;
  word-break: break-word;
}
.eclt-contact-list ul li span.address-text {
  display: block;
}
.history-content-wrap h2 a:hover,
.eclt-contact-list ul li a:hover {
  color: #00a5df;
}
.eclt-contact-list ul li span.contact-icon i {
  color: #00a5df;
  font-size: 17px;
}
.eclt-contact-list h2 {
  font-size: 22px;
  color: #111;
  border-bottom: 3px solid #002e5b;
  padding: 0 0 12px;
  margin: 0 0 26px;
}
.contact-img-wrap .person-details {
  float: left;
  width: calc(100% - 54px);
  padding: 0 0px 0 20px;
}
.contact-img-wrap img {
  float: left;
  display: inline-block;
  width: 54px;
  height: 54px !important;
  border-radius: 100% !important;
}
h3.contact-person-name {
  font-size: 18px;
  color: #111;
  padding: 0;
}
h4.contact-person-info {
  font-size: 15px;
  color: #666666;
  font-style: italic;
  padding: 0 0 15px;
}
/*SiteMap*/
.sitemap-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
.sitemap-item ul li a {
  display: inline-block;
  margin-bottom: 10px;
}
.sitemap-item .bullets-list li {
  padding: 0 0 0 21px;
  position: relative;
}
.sitemap-item .bullets-list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #00a5df;
  content: "";
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.sitemap-item .bullets-list li a:hover {
  padding-left: 5px;
}
/*Woocommerce*/
.quantity .screen-reader-text {
  display: none;
}
.woocommerce .eclt-content-side ul.products li.product .star-rating {
  font-size: 13px;
  margin: 7px 0 0;
}
.woocommerce .woo-col-3 .eclt-content-side ul.products li.product,
.woocommerce-page .woo-col-3 ul.products li.product {
  float: left;
  margin: 0;
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  width: 33.33333%;
  border: none;
  min-height: 420px;
  clear: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce .woo-col-4 .eclt-content-side ul.products li.product,
.woocommerce-page .woo-col-3 ul.products li.product {
  float: left;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 25%;
  border: none;
  clear: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce .woo-col-3 .eclt-content-side ul.products li.product.eclt-hover,
.woocommerce .woo-col-4 .eclt-content-side ul.products li.product.eclt-hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce .eclt-content-side ul.products li.product a .vt-product-cnt {
  padding: 0 0 20px;
  min-height: 1px;
}
.woocommerce .eclt-content-side ul.products li.product h2 {
  width: auto;
  display: inline-block;
  font-weight: 700;
  color: #111;
  width: 60%;
  font-size: 19px;
  padding: 20px 0 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.woocommerce .eclt-content-side ul.products li.product h2:hover {
  color: #00a5df;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce ul.products li.product span.price {
  color: #00a5df;
  font-size: 18px;
  margin-bottom: 0;
  padding: 20px 0 0;
  display: inline-block;
  float: right;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.woocommerce-review__author {
  font-family: 'Open Sans', sans-serif;
}

.woocommerce ul.products li.product span.onsale  {
  right: 15px;
  top: 15px;
  background-color: #00a5df;
}
.woocommerce .product span.onsale {
  background-color: #00a5df;
}
.woocommerce .products li.product a.button.product_type_grouped,
.woocommerce ul.products li.product a.button.ajax_add_to_cart,
.woocommerce ul.products li.product a.button.product_type_external,
.woocommerce ul.products li.product a.button.add_to_cart_button,
 .woocommerce ul.products li.product a.button {
  border: 2px solid #002e5b;
  color: #002e5b;
  font-size: 15px;
  width: 55%;
  text-transform: initial;
}
.woocommerce .products li.product a.button.product_type_grouped:hover,
.woocommerce ul.products li.product a.button.ajax_add_to_cart:hover,
.woocommerce ul.products li.product a.button.product_type_external:hover,
.woocommerce ul.products li.product a.button.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button:hover {
  background-color: #002e5b;
  color: #fff;
}
.woocommerce .vt-product-cnt .star-rating span,
.woocommerce .eclt-content-side .star-rating span {
  color: #ffca28;
}
.woocommerce .eclt-content-side ul.products {
  padding-bottom: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.woocommerce ul.products a.added_to_cart {
  top: 15px;
  left: 15px;
  right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.woocommerce ul.products #respond input#submit.loading:after,
.woocommerce ul.products a.button.loading:after,
.woocommerce ul.products button.button.loading:after,
.woocommerce ul.products input.button.loading:after {
  right: -2em;
}
.woocommerce .eclt-content-side .woocommerce-ordering {
  margin-top: 0px;
  margin-right: 15px;
}
.woocommerce .eclt-content-side .woocommerce-ordering select {
  border: 2px solid #ececec;
  padding: 10px 45px 10px 25px;
  font-size: 13px;
  color: #777;
  z-index: 2;
  background: transparent;
}
.woocommerce .eclt-content-side .woocommerce-ordering:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: 28px;
  top: 22px;
  line-height: 0;
  height: 0;
  width: 0;
  color: #777;
}
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 14px;
}
.woocommerce p.woocommerce-result-count {
  font-size: 16px;
  color: #777;
  padding: 10px 0 0 15px;
}
.wc_payment_methods.payment_methods.methods label {
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout p {
  font-size: 16px;
}
.eclt-content-side .woocommerce table.shop_table thead th {
  font-size: 14px;
  color: #111;
  padding: 26px 24px;
  text-align: center;
}
.eclt-content-side .woocommerce table.shop_table thead {
  background: transparent;
  border-bottom: 1px solid #ececec;
}
.eclt-content-side .woocommerce table.shop_table.cart {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
}
.eclt-content-side .woocommerce table.shop_table tbody > tr .actions {
  padding: 30px;
}
.eclt-content-side .woocommerce table.shop_table tbody > tr .actions .coupon input.button {
  background: #00a5df;
  color: #fff;
  border: 1px solid #00a5df;
  margin: 0 0 0 10px;
  padding: 18px 25px;
  border-radius: 0;
}
.eclt-content-side .woocommerce table.shop_table tbody > tr .actions .coupon input.button:hover {
  background: transparent;
  color: #00a5df;
  border: 1px solid #00a5df;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td {
  padding: 25px;
  border: 1px solid #dfdfdf;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-thumbnail {
  border-right: 0;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-subtotal,
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-quantity,
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-price {
  min-width: 190px;
  text-align: center;
  font-size: 15px;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-subtotal span,
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-quantity span,
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-price span {
  color: #777;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-thumbnail {
  width: 14%;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-name a {
  color: #111;
  font-size: 15px;
  font-weight: 500;
}
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-name a:hover {
  color: #00a5df;
}
.eclt-content-side .woocommerce a.remove:before,
.eclt-content-side .woocommerce a.remove:after {
  background-color: #002e5b;
}
.eclt-content-side .woocommerce .quantity input.qty,
.woocommerce.woocommerce-page .quantity input.qty {
  width: 68px;
  height: 50px;
  padding: 0 10px 0 0;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.woocommerce.woocommerce-page div.product form.cart div.quantity {
  margin: 0 20px 0 0px;
}
.eclt-content-side .woocommerce .quantity .minus,
.woocommerce-page .eclt-content-side .quantity .minus,
.eclt-content-side .woocommerce .quantity .plus,
.woocommerce-page .eclt-content-side .quantity .plus {
  width: 15px;
  height: 25px;
  border: 1px solid #dfdfdf;
  right: 0px;
  border-right: 0;
  border-bottom: 0;
  color: transparent;
  z-index: 1;
}
.eclt-content-side .woocommerce .quantity .minus:hover,
.woocommerce-page .eclt-content-side .quantity .minus:hover,
.eclt-content-side .woocommerce .quantity .plus:hover,
.woocommerce-page .eclt-content-side .quantity .plus:hover {
  border-top-color: #ececec;
  background: rgba(0, 0, 0, 0.05);
}
.eclt-content-side .woocommerce .quantity,
.woocommerce-page .eclt-content-side .quantity {
  padding: 0;
}
.eclt-content-side .woocommerce .quantity .minus,
.woocommerce-page .eclt-content-side .quantity .minus {
  bottom: 0;
}
.eclt-content-side .woocommerce .quantity .plus,
.woocommerce-page .eclt-content-side .quantity .plus {
  top: 0;
}
.eclt-content-side .woocommerce .quantity.buttons_added:before,
.woocommerce-page .eclt-content-side .quantity.buttons_added:before {
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #444;
  line-height: 0;
  position: absolute;
  top: 13px;
  right: 3.5px;
}
.woocommerce-page .eclt-content-side .quantity.buttons_added:after,
.eclt-content-side .woocommerce .quantity.buttons_added:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #444;
  position: absolute;
  bottom: 3px;
  right: 3.5px;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals,
.eclt-content-side .woocommerce-page .cart-collaterals .cart_totals {
  background: transparent;
  border: none;
  padding: 0 15px;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals {
  padding-right: 0;
}
.eclt-content-side .woocommerce a.checkout-button.button.alt.wc-forward {
  background: #002e5b;
  border-radius: 0;
  border: 2px solid #002e5b;
  padding: 16px 0;
  font-size: 15px;
}
.woocommerce .shipping-calculator-form > p button.button,
.woocommerce .eclt-content-side div.product form.cart .button {
  background: #002e5b;
  border: 2px solid #002e5b;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  outline: none;
  color: #fff;
}
.woocommerce .shipping-calculator-form > p button.button:hover,
.woocommerce .eclt-content-side div.product form.cart .button:hover {
  background: transparent;
  color: #002e5b;
  border: 2px solid #002e5b;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.eclt-content-side .woocommerce a.checkout-button.button.alt.wc-forward:hover {
  background: transparent;
  color: #002e5b;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals h2,
.eclt-content-side .woocommerce-page .cart-collaterals .cart_totals h2 {
  border: none;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table tr,
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table th,
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table td,
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table {
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table td {
  text-align: left;
}
.woocommerce-cart .eclt-content-side .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-cart .eclt-content-side .cart-collaterals .cart_totals tr.order-total td,
.woocommerce-cart .eclt-content-side .cart-collaterals .cart_totals tr.shipping th,
.woocommerce-cart .eclt-content-side .cart-collaterals .cart_totals tr.shipping td,
.woocommerce-cart .eclt-content-side .cart-collaterals .cart_totals tr th {
  padding: 20px;
}
.woocommerce-cart .woocommerce form .form-row .input-text,
.woocommerce-cart .woocommerce-page form .form-row .input-text,
.woocommerce-cart .woocommerce form .form-row select {
  font-size: 16px;
  color: #232323;
  font-family: 'Open Sans', sans-serif;
}
.woocommerce-page .woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #232323;
}
form ul.woocommerce-error li {
  padding: 5px 0;
}
.woocommerce-cart #calc_shipping_country_field:after,
.woocommerce-cart #calc_shipping_state_field:after {
  right: 35px;
  top: 28px;
  line-height: 0;
  width: 0;
  display: inline-block;
}
.woocommerce-cart #calc_shipping_country_field:after,
.woocommerce-cart #calc_shipping_state_field:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #999;
  font-size: 16px;
  position: absolute;
  right: 35px;
  top: 28px;
}
.woocommerce .eclt-content-side div.product .product_title {
  font-size: 26px;
  color: #111;
}
.woocommerce .eclt-content-side div.product .entry-summary p.price {
  color: #00a5df;
  font-size: 20px;
  border-top: none;
  padding: 10px 0 15px;
}
.woocommerce .eclt-content-side div.product .woocommerce-tabs ul.tabs li a {
  font-size: 15px;
  text-transform: initial;
}
.woocommerce .eclt-content-side div.product .woocommerce-tabs ul.tabs li.active a {
  color: #00a5df;
}
.woocommerce .eclt-content-side div.product .woocommerce-tabs ul.tabs li.active a:after {
  background: #00a5df;
  height: 2px;
}
.woocommerce .eclt-content-side #reviews #comments ol.commentlist li img.avatar {
  width: 95px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce .eclt-content-side #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 16px;
  color: #111;
  margin: 0;
  padding: 0 0 3px;
}
.woocommerce span.woocommerce-review__dash {
  display: none;
}
.woocommerce .eclt-content-side #reviews #comments ol.commentlist li .comment-text p.meta time {
  color: #555;
  display: inline-block;
  font-weight: normal;
  width: auto;
}
.woocommerce .eclt-content-side #reviews #comments ol.commentlist li .comment-text p.meta time.woocommerce-review__published-date:before {
  content: "-";
  color: #111;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
  font-size: 16px;
}
.woocommerce .eclt-content-side .comment_container .comment-text .star-rating {
  float: none;
  display: inline-block;
  font-size: 14px;
}
.woocommerce .eclt-content-side .woocommerce-Reviews .description {
  letter-spacing: 0.3px;
  padding: 10px 0 0;
}
.woocommerce .eclt-content-side #reviews #comments ol.commentlist li {
  margin: 0 0 20px;
}
.woocommerce .eclt-content-side #review_form #respond .form-submit input {
  padding: 16px 31px;
  background: #00a5df;
  border: 2px solid #00a5df;
  color: #fff;
}
.woocommerce .eclt-content-side #review_form #respond .form-submit input:hover {
  background: transparent;
  border: 2px solid #00a5df;
  color: #00a5df;
}
.woocommerce .eclt-content-side p.stars a {
  color: #ffca28;
}
.eclt-content-side .woocommerce .woocommerce-error,
.eclt-content-side .woocommerce .woocommerce-info,
.eclt-content-side .woocommerce .woocommerce-message {
  background-color: #fff;
  border: 1px solid #00a5df;
  border-top-color: #00a5df;
  border-radius: 0;
  color: #00a5df;
  font-size: 15px;
  font-weight: 600;
}
.eclt-content-side .woocommerce .woocommerce-error a,
.eclt-content-side .woocommerce .woocommerce-info a,
.eclt-content-side .woocommerce .woocommerce-message a {
  color: #111;
  font-size: 15px;
  font-weight: 600;
}
.eclt-content-side .woocommerce .woocommerce-error a:hover,
.eclt-content-side .woocommerce .woocommerce-info a:hover,
.eclt-content-side .woocommerce .woocommerce-message a:hover{
  color: #00a5df;
}
.eclt-content-side .woocommerce form .form-row .required {
  text-decoration: none;
}
.eclt-content-side .woocommerce .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  height: 50px;
  padding: 10px 0;
  outline: none;
}
.eclt-content-side .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
  right: 12px;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce .cart_item td.product-name dl.variation dt {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.woocommerce .cart_item td.product-name dl.variation {
  margin: 0;
  padding: 0;
}
.woocommerce .cart_item td.product-name dl.variation dd {
  padding: 0;
  margin: 0 0 0 5px;
}
.woocommerce .cart_item td.product-name dl.variation dd p {
  padding: 0;
}
.woocommerce-page .col2-set.eclt-cart-col .col-1 {
  width: 52%;
  max-width: 52%;
  flex: 0 0 52%;
}
select#rating {
  display: none;
}
.product_meta > span {
  padding: 10px 0 0;
  display: inline-block;
}
.woocommerce-page .checkout .col2-set {
  margin: 0;
  width: auto;
}
.woocommerce-page .checkout .woocommerce-checkout-review-order.col2-set {
  margin: 0;
}
.wc_payment_methods p {
  padding: 0;
}
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce-checkout .woocommerce form .form-row span {
  width: 100%;
}
.woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 98%;
}
.woocommerce-checkout .checkout .woocommerce-terms-and-conditions-wrapper .checkbox {
  margin: 0;
}
.woocommerce-checkout .checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type="checkbox"] {
  display: inline-block !important;
  position: relative;
  left: auto;
}
.woocommerce-page .checkout .woocommerce-checkout-review-order.col2-set .col-1,
.woocommerce-page .checkout .woocommerce-checkout-review-order.col2-set .col-2 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-terms-and-conditions-wrapper {
  display: inline-block;
  width: 100%;
}
h3#order_review_heading {
  padding: 20px 0 0;
}
.woocommerce-checkout-payment {
  margin-top: 40px;
}
.woocommerce-checkout form > .form-row input[type="checkbox"] {
  margin-right: 0;
  width: auto;
  margin-top: 25px;
  margin-left: 20px;
}
.woocommerce-checkout .form-row .woocommerce-form-login__rememberme input[type="checkbox"] {
  margin-left: 0;
  margin-top: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-bottom: 0;
}
.woocommerce-account form > .form-row input[type="checkbox"] {
  margin-right: 8px;
  width: auto;
  margin-top: 36px;
  margin-left: 30px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] {
  margin: 0;
}
.woocommerce-account .woocommerce-form-login.login label.inline {
  margin-left: 2px;
}
.woocommerce-checkout form.woocommerce-form.login > .form-row label.inline {
  margin-left: 2px;
}
.eclt-content-side .woocommerce #add_payment_method #payment,
.eclt-content-side .woocommerce .woocommerce-cart #payment,
.eclt-content-side .woocommerce .woocommerce-checkout #payment {
  background: #f5faff; /*#f2f2f2;*/
  border-radius: 0;
  border: 1px solid #dfdfdf;
  padding: 40px;
}
.eclt-content-side .woocommerce .woocommerce-checkout #payment {
  max-width: 100%;
}
.eclt-content-side .woocommerce .woocommerce-checkout #payment ul.payment_methods {
  margin: 10px 0;
}
.eclt-content-side .woocommerce ul#shipping_method {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.eclt-content-side .woocommerce input[type="radio"]:checked + label,
.eclt-content-side .woocommerce input[type="radio"] + label {
  padding: 0;
}
.eclt-content-side #add_payment_method #payment div.payment_box:before,
.woocommerce-cart .eclt-content-side #payment div.payment_box:before,
.woocommerce-checkout .eclt-content-side #payment div.payment_box:before {
  content: "";
  display: block;
  border: 8px solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.eclt-content-side #add_payment_method #payment div.payment_box,
.woocommerce-cart .eclt-content-side #payment div.payment_box,
.woocommerce-checkout .eclt-content-side #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 22px;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff;
  color: #777777;
  border: 1px solid #ededed;
}
.eclt-content-side .woocommerce ul#shipping_method li {
  display: block;
}
.eclt-content-side .woocommerce ul#shipping_method li input {
  margin: 3px 6px 0 0px;
}
.eclt-content-side .woocommerce input[type='radio'] {
  display: inline-block !important;
  -webkit-appearance:none;
  width:14px;
  height:14px;
  border:1px solid #bdbdbd;
  border-radius:50%;
  outline:none;
  box-shadow:0 0 5px 0px rgba(0, 0, 0, 0.2) inset;
}
.eclt-content-side .woocommerce input[type='radio']:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  margin: 3px 0px 0 3px;
  border-radius: 50%;
}
.woocommerce input[type='radio']:checked:before {
  background: #00a5df;
}
.eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
  max-width: 100%;
}
.woocommerce-shipping-fields #ship-to-different-address label input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  margin-top: 6px;
}
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td {
  padding-left: 25px;
  color: #888888;
  font-size: 16px;
}
.woocommerce-checkout .eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table .cart_item td.product-total span {
    color: #888888;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table thead th.product-total {
  text-align: center;
}
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table .cart_item td:last-child,
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  text-align: left;
}
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table thead th {
  border: 1px solid #ececec;
  background: #f5faff; /*#f2f2f2;*/
}
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table thead th.product-name {
  border-right-color: #f5faff; /*#dbdbdb;*/
}
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th {
  padding: 30px 25px;
  border-right: 1px solid #ececec;
  color: #111;
}
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table tfoot tr.shipping th,
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
  border-bottom: 1px solid #ececec;
  padding: 0px 25px 30px;
  border-right: 1px solid #ececec;
  color: #111;
}
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  padding: 25px 25px 25px;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ececec;
  color: #111;
}
.eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table tfoot tr.order-total th td span {
  padding: 20px 25px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #111;
}
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td span.amount,
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td span.amount {
    color: #111;
    font-size: 16px;
}
.woocommerce-checkout .eclt-content-side .woocommerce table.woocommerce-checkout-review-order-table thead th {
  padding: 22px;
}
.woocommerce-checkout .eclt-content-side .woocommerce #payment #place_order,
.woocommerce-checkout .eclt-content-side .woocommerce-page #payment #place_order {
  background-color: #002e5b;
  border: 2px solid #002e5b;
  color: #fff;
  padding: 6px 30px;
  line-height: 44px;
  margin: 0;
  border-radius: 3px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce-checkout .eclt-content-side .woocommerce #payment #place_order:hover,
.woocommerce-checkout .eclt-content-side .woocommerce-page #payment #place_order:hover {
  background-color: transparent;
  border: 2px solid #002e5b;
  color: #002e5b;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.woocommerce-account .eclt-content-side .woocommerce form .form-row input.button,
.woocommerce-checkout .eclt-content-side form > .form-row input.button {
  background-color: #002e5b;
  border: 2px solid #002e5b;
  color: #fff;
}
.woocommerce-account .eclt-content-side .woocommerce form .form-row input.button:hover,
.woocommerce-checkout .eclt-content-side form > .form-row input.button:hover {
  background-color: transparent;
  border: 2px solid #002e5b;
  color: #002e5b;
}
.eclt-content-side .woocommerce .woocommerce-MyAccount-content table.shop_table tfoot th,
.eclt-content-side .woocommerce table.order_details.shop_table td,
.eclt-content-side .woocommerce table.order_details.shop_table th,
.eclt-content-side .woocommerce table.order_details.shop_table,
.eclt-content-side .woocommerce table.customer_details.shop_table tbody th,
.eclt-content-side .woocommerce table.customer_details.shop_table td {
  border: 1px solid #eee !important;
  padding: 20px;
  border-collapse: collapse;
}
section.woocommerce-customer-details {
  margin: 30px 0 0;
}
.eclt-content-side .woocommerce .woocommerce-MyAccount-content table.shop_table {
  border: 1px solid #eee;
  border-collapse: collapse;
}
.woocommerce-account .eclt-content-side .woocommerce table.shop_table thead th,
.woocommerce-account .eclt-content-side .woocommerce table.shop_table th,
.woocommerce-account .eclt-content-side .woocommerce table.shop_table td {
  border: 1px solid #eee;
  text-align: center;
}
.products-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.95);
  z-index: 9;
  text-align: center;
}
.products-loading .ball-pulse-sync {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.products-loading .ball-pulse-sync div {
  background-color: #00a5df;
}
/*Woo Widgets*/
.widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons,
.eclt-widget.woocommerce p.woocommerce-mini-cart__buttons.buttons.wcppec-cart-widget-spb {
  margin-bottom: 0;
  padding-bottom: 0;
}
.eclt-widget.woocommerce .paypal-button {
  margin-top: 20px;
}
.eclt-widget.woocommerce.widget_shopping_cart .cart_list li a.remove {
  border: 1px solid red;
  line-height: 12px;
  color: red;
  border-radius: 100%;
  padding: 1px;
  width: 15px;
  height: 15px;
  text-align: center;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 25px;
  position: relative;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: none;
  padding: 15px 0 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  border: none;
}
.woocommerce ul.cart_list li a img,
.woocommerce ul.product_list_widget li a img {
  float: left;
  width: 71px;
  margin: 0 19px 0 0;
  border: 1px solid #eeeeee;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
p.woocommerce-mini-cart__empty-message {
  padding: 0;
}
.woocommerce.single-product .woocommerce-Tabs-panel h2,
.woocommerce.single-product .comment-reply-title,
.woocommerce.single-product .eclt-content-side div.product .product_title {
  font-size: 26px;
  font-weight: 600;
}
.woocommerce h2.woocommerce-Reviews-title {
  font-size: 26px;
  margin-bottom: 0;
}
.woocommerce-page form.edit-account .form-row .input-text {
  margin-bottom: 15px;
}
.eclt-contact-form.contact-page {
  padding: 0 15px;
}
.eclt-widget .screen-reader-text {
  display: none;
}
.eclt-widget table#wp-calendar {
  margin-bottom: 0;
}
.wp-caption.alignnone {
  background-color: transparent;
  padding: 0;
  border: none;
}
figure.gallery-item {
  margin-bottom: 0;
}
table th a {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
ol .comment-area ul,
ol .comment-area ol {
  margin-bottom: 0;
}
/*Elate Video*/
.eclt-video {
  height: 790px;
  background-color: #fafafa;
  background-image: url(../images/backgrounds/background20.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.eclt-video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 19, 34, 0.4);
  content: "";
  z-index: 0;
}
.eclt-video.video-style-two {
  padding: 106px 0 93px;
  height: auto;
  background-image: url(../images/backgrounds/background25.png);
  color: #ffffff;
}
.eclt-video.video-style-two:before {
  background: rgba(12, 19, 34, 0.8);
}
.video-style-two .video-btn {
  width: 60px;
  height: 60px;
  font-size: 13px;
}
.video-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.video-wrap h2 {
  font-size: 36px;
  line-height: 48px;
}
.video-title {
  padding: 29px 0 0;
  letter-spacing: -0.2px;
}
.eclt-video.video-style-three {
  height: auto;
  padding: 160px 0 157px;
  background-image: url(../images/backgrounds/background27.png);
  color: #ffffff;
}
.eclt-video.eclt-overlay:before {
  background-color: rgba(12, 19, 34, 0.7);
  background-image: url(../images/backgrounds/background8.png);
}
.video-style-two .video-wrap{
  position: relative;
}
.video-style-three .video-wrap {
  max-width: 750px;
  position: relative;
}
.video-style-three .video-wrap h2 {
  font-size: 42px;
  line-height: 56px;
}
.video-style-three .video-btn {
  color: #ffffff;
  font-size: 18px;
}
.video-style-three .video-title {
  padding-top: 24px;
}

.saspot-video-btn {
  display: inline-block;
}
.video-btn {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 77px;
  color:#00a5df;
  background: #ffffff;
  font-size: 19px;
  position: relative;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.video-btn:hover {
  color: #ffffff;
  background-color: #00a5df;
}
.video-btn:before,
.video-btn:after {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 20%;
  right: 20%;
  content: "";
  -webkit-animation: 1.5s pulse-front 0s ease-out infinite;
  -ms-animation: 1.5s pulse-front 0s ease-out infinite;
  animation: 1.5s pulse-front 0s ease-out infinite;
  z-index: 0;
}
.video-btn:after {
  -webkit-animation: 1.8s pulse-front 0s ease-out infinite;
  -ms-animation: 1.8s pulse-front 0s ease-out infinite;
  animation: 1.8s pulse-front 0s ease-out infinite;
}
.video-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #00a5df;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.video-btn:hover i {
  color: #fff;
}
/*Single Team*/
.eclt-mid-wrap.team-single {
  padding-top: 30px;
  padding-bottom: 70px;
}
.team-content-area {
  background-color: transparent;
  border: 1px solid #eee;
}
.single-mate-info h5 {
  font-size: 30px;
  padding-bottom: 2px;
}
.single-mate-info p {
  font-size: 18px;
  padding-bottom: 5px;
}
.single-mate-info {
  padding-left: 25px;
}
.team-single .mate-info {
  border-bottom: 1px solid #ddd;
  display: inline-block;
}
.team-single  .contact-detail ul {
  list-style: none;
  padding-left: 0;
  padding-top: 15px;
}
.team-single  .contact-detail ul li {
  padding-bottom: 5px;
  font-size: 16px;
}
.eclt-social a {
  padding-right: 12px;
  font-size: 18px;
}
.eclt-team-wrap .team-content-area .col-md-4 {
  padding-left: 0;
}
.job-apply-form h5 {
  padding-bottom: 0;
  font-size: 16px;
  padding-top: 15px;
  font-weight: 400;
}
.job-apply-form .term-text {
  font-size: 17px;
  color:#777;
}
.job-apply-form .term-text a {
  color:#232323;
} 

/*Pricing*/
.plan-item {
  padding: 48px 49px 42px;
  max-width: 360px;
  position: relative;
  top: 0;
  margin: 0 auto 30px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #00a5df;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border ease .3s, box-shadow ease .3s;
  -ms-transition: border ease .3s, box-shadow ease .3s;
  transition: border ease .3s, box-shadow ease .3s;
   -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.plan-item .plan-title {
  color: #00a5df;
}
.plan-item .elate-icon {
  padding-bottom: 40px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e0e3f8;
}
.plan-item h2 {
  font-size: 50px;
   
   padding-bottom: 15px;
   padding-top: 15px;
}
.plan-item h3 {
  font-size: 25px;
  line-height: 30px;
  border-bottom: 1px solid #e0e3f8;
  padding-bottom: 15px;
  font-weight: 600;
}
.plan-item ul {
  padding: 0;
  margin: 0;
  color: #777777;
  font-weight: 300;
  font-size: 17px;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #00a5df;
}
.plan-item ul li {
  padding: 9px 0;
  border-bottom: 1px solid #e0e3f8;
  width: 90%;
  margin: 0 auto;
}
.plan-item ul li:last-child {
  border-bottom: none !important;

}
.disable {
  color: #d2d2d2;
  text-decoration: line-through;
}
.plan-title {
  padding-bottom: 1px;
  letter-spacing: -0.3px;
}
.plan-subtitle {
  padding-bottom: 24px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.plan-item:hover {
  top: -10px;
}

/*Award*/
.eclt-award .item {
  text-align: center;
  margin-bottom: 30px;
}
.eclt-award .award-client-item {
  border: 1px solid #f0f0f0;
  padding: 45px 30px;
}
.eclt-award .award-client-item  h3 {
  font-size: 24px;
  padding-top: 15px;
}
.single-product .woocommerce-message .button.wc-forward {
  color: #002e5b;
  top: 4px;
}
.single-product .woocommerce-message .button.wc-forward:hover {
 border: none;
 color: #00a5df;
}
/*Footer*/
.eclt-footer .first-widget.eclt-widget ul.simple-fix  {
  margin-top: 0;  
}
.woocommerce .woocommerce-shipping-calculator .shipping-calculator-form > p button.button {
  font-size: 15px;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
  padding-right: 30px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
  width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: inline-block;
  line-height: 1.42857;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 33px;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
  width: 47.50%;
  padding: 0;
}
.woocommerce-LostPassword.lost_password a {
 margin-top: 0px;
}
.woocommerce-checkout form.woocommerce-form-login p {
  margin-bottom: 0 !important;
  padding-top: 5px;
}
.woocommerce-checkout form.woocommerce-form-login .form-row label::before {
  margin-top: 6px;
}
.woocommerce-checkout form.login > .form-row label.inline {
  margin-left: 22px;
  margin-top: 14px;
}
.woocommerce-checkout form.woocommerce-form-login .form-row .woocommerce-button.button.woocommerce-form-login__submit{
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-account-fields label.woocommerce-form__label-for-checkbox.checkbox {
  margin-bottom: 2px;
}
.woocommerce div.product form.cart .variations .label {
  font-size: 16px;
}
.single-product .single_variation_wrap .woocommerce-variation {
  border-bottom: none;
}
.eclt-blog-single .eclt-growth-share .eclt-social.square a {
  margin-right: 5px;
}
.woocommerce div.product form.cart .variations select {
  line-height: 26px;
}
.woocommerce-account .woocommerce-button.button,
.woocommerce-account .woocommerce-FormRow .woocommerce-Button.button {
  margin-top: 10px;
}
.woocommerce-account .woocommerce-form-login.login label.inline {
  line-height: 20px;
  margin-top: 32px;
}
.woocommerce-account .woocommerce > nav > ul > li.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-account .woocommerce > nav > ul > li.woocommerce-MyAccount-navigation-link a:hover {
  background: #f5faff;
}
.woocommerce-product-gallery .flex-control-thumbs li:first-child {
    display: block;
}
.comment-form-rating label{
  font-size: 18px;
  color: #232323;
}
.woocommerce .product_meta .posted_in, 
.woocommerce .product_meta .tagged_as {
  font-size: 16px;
}
.woocommerce table.shop_table .cart_item td .amount, 
.woocommerce table.woocommerce-checkout-review-order-table tfoot td,
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-price span,
.eclt-content-side .woocommerce table.shop_table .cart_item td.product-subtotal span,
.woocommerce table.shop_table .cart_item td .amount {
  font-family: 'Open Sans', sans-serif;
}
.woocommerce .woocommerce-cart-form button.button:disabled, 
.woocommerce .woocommerce-cart-form button.button:disabled[disabled] {
  color: #fff;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals td,
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text,
.woocommerce-cart .woocommerce form .form-row .input-text,
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,
.woocommerce p.woocommerce-result-count,
.woocommerce-review-link,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,
.woocommerce-product-rating .woocommerce-review-link  {
    font-family: 'Open Sans', sans-serif;
}
.woocommerce-shipping-fields #ship-to-different-address label {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
}
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table td,
.eclt-content-side .woocommerce .cart-collaterals .cart_totals table th  {
  font-size: 16px;
}
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table td.product-name, 
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, 
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.shipping th, 
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr.order-total th {
  font-size: 16px;
}
.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order-table  .order-total .woocommerce-Price-currencySymbol {
  padding-right: 5px;
}
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
.woocommerce-checkout .eclt-content-side .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
  padding-left: 30px;
}
.woocommerce-account .woocommerce-notices-wrapper {
  padding-left: 30px;
}
.woocommerce-account .woocommerce-form .form-row label.woocommerce-form-login__rememberme span:before  {
  width: 23px;
  height: 25px;
}
.comment-form-cookies-consent label {
  font-size: 15px;
  color:#232323;
}
.woocommerce.single-product #reviews #comments ol.commentlist li .comment-text p {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-Reviews .comment-form-cookies-consent label {
  font-size: 17px;
}
.woocommerce.single-product .eclt-content-side #reviews #comments ol.commentlist li {
  padding-top: 20px;
  margin-top: 5px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ececec;
}
.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 18px;
  color: #232323;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #232323;
}
.woocommerce-Reviews #review_form {
  padding-top: 30px;
}
.woocommerce .woocommerce-Reviews #review_form #respond p {
  padding-bottom: 0px;
  color:#232323;
}
.woocommerce .woocommerce-Reviews .comment-form-rating {
  padding-top: 10px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  width: 96%;
  margin-left: 17px;
  font-size: 16px;
}
.woocommerce #customer_login form p.form-row:nth-child(3),
.woocommerce form.woocommerce-form-login p.form-row {
  display: flex;
  align-items: baseline;
}
.woocommerce #review_form #respond input, 
.woocommerce #review_form #respond select, 
.woocommerce #review_form #respond textarea {
  color: #232323;
  font-weight: 400;
}
