/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/*------- ui-bs4start !!!! -------*/
/*
1 rem       = 16px
1.125rem    = 18px
1.25rem     = 20px
1.5rem      = 24px
2rem        = 32px
*/

html {
  height: 100%;
}

body {
  position: relative;
}

html,body {
  color: #333;
  background-color: #fefefe;
  letter-spacing: .03rem;
}

.no-margin {
  margin: 0!important;
}

.no-margin-right {
  margin-right: 0!important;
}

.no-padding {
  padding: 0!important;
}

.no-padding-right {
  padding-right: 0!important;
}

.border-success {
  border-color: #8ac148!important;
}

.text-white {
  color: #fff!important;
}

.text-success {
  color: #8ac148!important;
}

.no-border {
  border: none!important;
}

.rounded {
  border-radius: 5px!important;
}

.pill {
  border-radius: 50px!important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

::-moz-selection {
  color: #fff;
  background: rgba(63,80,181,.9);
}

::selection {
  color: #fff;
  background: rgba(63,80,181,.9);
}

.vcenter {
  display: flex;
  align-items: center;
}

.hidden {
  display: none!important;
}

html,body,h1,h2,h3,h4,h5,h6,a,p,ul,ol,li {
  font-family: lato,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #111;
  font-weight: 700;
  letter-spacing: .03rem;
  margin-top: 0;
}

a {
  color: #0c619c;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  letter-spacing: .03rem;
  font-weight: 400;
  outline: 0!important;
}

p {
  font-family: lato,sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #555;
  letter-spacing: .03rem;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

ul,ol {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

li {
  color: #555;
  font-size: 1rem;
  letter-spacing: .03rem;
}

b,strong {
  font-weight: 700;
}

.lead {
  font-size: 1.1rem;
}

form label {
  color: #111;
  display: inline-block;
  margin-bottom: .5rem;
}

.md-icon {
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.md-icon.dp18 {
  font-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.alert {
  padding: 15px 20px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert-dismissible .close {
  top: -.7rem;
}

.close {
  float: right;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  opacity: .8;
}

.alert-icon {
  line-height: 1;
  vertical-align: middle;
}

.alert-success {
  background-color: #8ac148;
  border-color: #599014;
  color: #fff;
}

.alert-success .close {
  color: #599014;
}

.alert-info {
  background-color: #00a9f4;
  border-color: #007ac1;
  color: #fff;
}

.alert-info .close {
  color: #007ac1;
}

.alert-warning {
  background-color: #ff9800;
  border-color: #c66900;
  color: #fff;
}

.alert-warning .close {
  color: #c66900;
}

.alert-danger {
  background-color: #e53635;
  border-color: #ab000e;
  color: #fff;
}

.alert-danger .close {
  color: #ab000e;
}

.btn {
  font-family: lato,sans-serif;
  font-weight: 400;
  font-size: .95rem;
  line-height: 1.25;
  letter-spacing: .03rem;
  border: 2px solid transparent;
  border-radius: .35rem;
  padding: .75rem 1rem;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.btn span {
  vertical-align: middle;
}

.btn-group-lg>.btn,.btn-lg {
  padding: .8rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .35rem;
}

.btn-group-sm>.btn,.btn-sm {
  padding: .5rem .7rem;
  font-size: .8rem;
  border-radius: .35rem;
}

.btn-group-xs>.btn,.btn-xs {
  padding: .45rem .5rem;
  font-size: .6rem;
  border-radius: .35rem;
}

.btn-primary {
  color: #fff;
  background-color: #0c619c;
  border-color: #0c619c;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002884;
  border-color: #002884;
}

.btn-outline-primary {
  color: #0c619c;
  background-image: none;
  background-color: transparent;
  border-color: #0c619c;
}

.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c619c;
  border-color: #0c619c;
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #0c619c;
  border-color: #0c619c;
  opacity: .8;
}

.btn-secondary:hover,.btn-secondary:focus,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
  color: #111;
  background-color: #d4d8da;
  border-color: #d4d8da;
}

.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #111;
  background-color: #d4d8da;
  border-color: #d4d8da;
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #fff;
  background-color: #eff1f2;
  border-color: #eff1f2;
  opacity: .8;
}

.btn-success:hover,.btn-success:focus,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #599014;
  border-color: #599014;
}

.btn-outline-success:hover,.btn-outline-success:focus,.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #8ac148;
  border-color: #8ac148;
}

.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  background-color: #8ac148;
  border-color: #8ac148;
  opacity: .8;
}

.btn-info {
  color: #fff;
  background-color: #00a9f4;
  border-color: #00a9f4;
}

.btn-info:hover,.btn-info:focus,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #007ac1;
  border-color: #007ac1;
}

.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00a9f4;
  border-color: #00a9f4;
}

.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #00a9f4;
  border-color: #00a9f4;
  opacity: .8;
}

.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c66900;
  border-color: #c66900;
}

.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #fff;
  background-color: #8ac148;
  border-color: #8ac148;
  opacity: .8;
}

.btn-danger {
  color: #fff;
  background-color: #e53635;
  border-color: #e53635;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ab000e;
  border-color: #ab000e;
}

.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e53635;
  border-color: #e53635;
}

.btn-danger.disabled,.btn-danger:disabled {
  color: #fff;
  background-color: #e53635;
  border-color: #e53635;
  opacity: .8;
}

.btn-white:hover,.btn-white:focus,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle {
  color: #111;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.btn-outline-white:hover,.btn-outline-white:focus,.btn-outline-white.active,.btn-outline-white:active,.show>.btn-outline-white.dropdown-toggle {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}

.btn-white.disabled,.btn-white:disabled {
  opacity: .8;
}

.btn-black:hover,.btn-black:focus,.btn-black.active,.btn-black:active,.show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-black:hover,.btn-outline-black:focus,.btn-outline-black.active,.btn-outline-black:active,.show>.btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black.disabled,.btn-black:disabled {
  opacity: .8;
}

.btn-link:hover,.btn-link:focus,.btn-link.active,.btn-link:active,.show>.btn-link.dropdown-toggle {
  color: #002884;
  text-decoration: none;
}

.btn-link.disabled,.btn-link:disabled {
  color: #0c619c;
  opacity: .8;
}

.btn:focus {
  outline: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.btn-ghost {
  color: #fff;
  background-image: none;
  background-color: rgba(0,0,0,.3);
  border: 1px solid #fff;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #0c619c;
}

.dropdown-menu {
  color: #111;
  background-color: #fff;
  border: 1px solid #d4d8da;
  border-radius: 5px;
  z-index: 99;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #d4d8da;
  cursor: not-allowed;
  background-color: transparent;
}

.dropdown-item {
  padding: 8px 16px;
}

.dropdown-item:focus,.dropdown-item:hover {
  color: #111;
  text-decoration: none;
  background-color: #eff1f2;
}

.dropdown-item.active,.dropdown-item:active {
  color: #fff;
  background-color: #0c619c;
}

.dropdown-header {
  display: block;
  padding: 8px 16px;
  margin-bottom: 0;
  font-size: .75rem;
  color: #111;
  white-space: nowrap;
}

.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #d4d8da;
}

.dm-example .dropdown-menu {
  display: block;
  position: relative;
  z-index: 99;
}

.dropdown-inverse {
  background: #111;
  border-color: #000;
}

.dropdown-inverse .dropdown-item {
  color: #ccc;
}

.dropdown-inverse .dropdown-item:focus,.dropdown-inverse .dropdown-item:hover {
  color: #fff;
  background-color: #0c619c;
}

.dropdown-inverse .dropdown-header {
  color: #fff;
}

.dropdown-inverse .dropdown-divider {
  background-color: #000;
}

.form-control {
  display: inline-block;
  width: 100%;
  padding: 13px 15px;
  font-family: lato,sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #eff1f2;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.input-group-btn .btn {
  height: 100%;
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
  padding: .5rem .7rem;
  font-size: .8rem;
}

.form-control-xs,.input-group-xs>.form-control,.input-group-xs>.input-group-addon,.input-group-xs>.input-group-btn>.btn {
  padding: .45rem .5rem;
  font-size: .6rem;
}

input {
  font-family: lato,sans-serif;
  letter-spacing: .03rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 0;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-top: 2px;
  margin-left: -20px;
  border: 1px solid #d4d8da;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
  -o-transition: border .15s ease-in-out,color .15s ease-in-out;
  transition: border .15s ease-in-out,color .15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-top: 2px;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 2px;
  font-size: 10px;
  color: #d4d8da;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox input[type=checkbox]:checked+label::after {
  content: "\E876";
}

.checkbox input[type=checkbox]:disabled+label {
  opacity: .65;
}

.checkbox input[type=checkbox]:disabled+label::before {
  background-color: #eff1f2;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type=checkbox]:checked+label::before {
  background-color: #0c619c;
  border-color: #0c619c;
}

.checkbox-primary input[type=checkbox]:checked+label::after {
  color: #fff;
}

.checkbox-secondary input[type=checkbox]:checked+label::before {
  background-color: #d4d8da;
  border-color: #d4d8da;
}

.checkbox-secondary input[type=checkbox]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type=checkbox]:checked+label::before {
  background-color: #8ac148;
  border-color: #8ac148;
}

.checkbox-success input[type=checkbox]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type=checkbox]:checked+label::before {
  background-color: #00a9f4;
  border-color: #00a9f4;
}

.checkbox-info input[type=checkbox]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type=checkbox]:checked+label::before {
  background-color: #ff9800;
  border-color: #ff9800;
}

.checkbox-warning input[type=checkbox]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type=checkbox]:checked+label::before {
  background-color: #e53635;
  border-color: #e53635;
}

.checkbox-danger input[type=checkbox]:checked+label::after {
  color: #fff;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d4d8da;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 2px;
  -webkit-transition: border .15s ease-in-out;
  -o-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #d4d8da;
  margin-top: 2px;
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  -moz-transition: -moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
}

.radio input[type=radio] {
  opacity: 0;
}

.radio input[type=radio]:checked+label::after {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}

.radio input[type=radio]:disabled+label {
  opacity: .65;
}

.radio input[type=radio]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio]+label::after {
  background-color: #0c619c;
}

.radio-primary input[type=radio]:checked+label::before {
  border-color: #0c619c;
}

.radio-primary input[type=radio]:checked+label::after {
  background-color: #0c619c;
}

.radio-success input[type=radio]+label::after {
  background-color: #8ac148;
}

.radio-success input[type=radio]:checked+label::before {
  border-color: #8ac148;
}

.radio-success input[type=radio]:checked+label::after {
  background-color: #8ac148;
}

.radio-info input[type=radio]+label::after {
  background-color: #00a9f4;
}

.radio-info input[type=radio]:checked+label::before {
  border-color: #00a9f4;
}

.radio-info input[type=radio]:checked+label::after {
  background-color: #00a9f4;
}

.radio-warning input[type=radio]+label::after {
  background-color: #ff9800;
}

.radio-warning input[type=radio]:checked+label::before {
  border-color: #ff9800;
}

.radio-warning input[type=radio]:checked+label::after {
  background-color: #ff9800;
}

.radio-danger input[type=radio]+label::after {
  background-color: #e53635;
}

.radio-danger input[type=radio]:checked+label::before {
  border-color: #e53635;
}

.radio-danger input[type=radio]:checked+label::after {
  background-color: #e53635;
}

label.hidden {
  display: none!important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}

.table td,.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}

.table-success,.table-success>td,.table-success>th {
  background-color: #8ac148;
}

.table-hover .table-success:hover {
  background-color: #599014;
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: #599014;
}

.example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.modal-body p {
  margin-bottom: 0;
}

[role=button],a,area,button,input,label,select,summary,textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.inverse.modal-content .modal-title {
  color: #fff;
}

.inverse.modal-content .modal-body * {
  color: #ebebeb;
}

.inverse button.close {
  color: #fff;
}

.breadcrumb.text-center .breadcrumb-item,.breadcrumb.text-right .breadcrumb-item {
  float: none;
}

.breadcrumb-item.active {
  color: #002884;
}

.nav-link.disabled {
  color: #d4d8da;
  cursor: not-allowed;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  color: #0c619c;
  background-color: #fff;
  border-color: #d4d8da #d4d8da #fff;
}

.nav-tabs .nav-link:hover {
  border: 1px solid #d4d8da;
}

.nav-tabs .nav-link.disabled {
  color: #d4d8da;
}

.nav-tabs {
  border-bottom: 1px solid #d4d8da;
}

.nav-pills .nav-item.show .nav-link,.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0c619c;
}

.nav-pills .nav-link {
  border-radius: 5px;
}

.navbar {
  padding: .625rem 1rem;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.navbar-brand {
  padding-top: .54rem;
  padding-bottom: .54rem;
  margin-right: .75rem;
  margin-left: .75rem;
}

.navbar-brand img {
  width: auto;
  max-width: 225px;
  max-height: 75px;
}

#contact { /*For landng pages*/
	padding: 30px 0px 70px 0px;
	background-color: #eeeeee;

}

.contact-info {
  padding-left: 24px;
}

.contact-info strong {
  font-size: 18px;
  padding-left: 23px;
}

.contact-info span {
  padding-left: 18px;
}

.icon-blue {
  vertical-align: bottom;
  padding-right: 10px;
  color: #0c619c;
  line-height: 80%;
}

.form-section {
  padding: 0 0 20px!important;
}

@media only screen and (max-width:414px) {
  .navbar-brand img {
    max-width: 280px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #111;
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .open>.nav-link {
  color: #0c619c;
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.active:hover,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .open>.nav-link:hover {
  color: #0c619c;
}

.dropdown-menu {
  margin: 0;
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
  color: #0c619c;
}

.navbar-toggler {
  border: none!important;
  padding: .25rem 0;
}

.navbar-toggler-right {
  right: 0;
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url(../images/menu-inverse.png);
  width: 32px;
  height: 32px;
}

.navbar-collapse {
  text-align: center;
}

.navbar-inverse {
  background-color: #111;
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-toggler {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link {
  color: #ccc;
}

.navbar-inverse .navbar-nav .active>.nav-link,.navbar-inverse .navbar-nav .nav-link.active,.navbar-inverse .navbar-nav .nav-link.open,.navbar-inverse .navbar-nav .open>.nav-link {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link:hover,.navbar-inverse .navbar-nav .active>.nav-link:hover,.navbar-inverse .navbar-nav .nav-link.active:hover,.navbar-inverse .navbar-nav .nav-link.open:hover,.navbar-inverse .navbar-nav .open>.nav-link:hover {
  color: #fff;
}

.navbar-inverse .navbar-nav .nav-link:focus,.navbar-inverse .navbar-nav .nav-link:hover {
  color: #fff;
}

.nav-phone {
  color: #fff!important;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 30px;
}

.nav-phone i {
  vertical-align: middle;
  padding-right: 6px;
}

.top-nav {
  padding: .625rem 1rem;
}

.top-nav .right {
  float: right;
}

.top-nav-light a.btn {
  color: #fff;
}

.top-nav-light a.btn:hover {
  color: #fff;
}

.top-nav .btn-xs {
  line-height: .6rem;
  vertical-align: middle;
}

.page-item.disabled {
  cursor: not-allowed;
}

.page-item.disabled .page-link {
  color: #555;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eff1f2;
  border-color: #d4d8da;
  opacity: .5;
}

.pagination-primary .page-item.disabled .page-link {
  color: #ebebeb;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #0c619c;
  border-color: #002884;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #0c619c;
  border-color: #0c619c;
}

.pagination-primary .page-item.active .page-link {
  color: #fff;
  background-color: #002884;
  border-color: #002884;
}

.page-item.active .page-link:hover {
  color: #fff;
  background-color: #002884;
  border-color: #002884;
}

.popover-example .popover {
  position: relative;
  display: block;
  float: left;
  width: 23%;
  margin: 1%;
  z-index: 9;
}

.popover {
  max-width: 276px;
  padding: 0;
  font-family: lato,sans-serif;
  font-weight: 400;
  font-size: .875rem;
  background-color: #fff;
  border: 1px solid #d4d8da;
  border-radius: 5px;
}

.popover-header {
  color: #111!important;
  font-size: 1rem;
  background-color: #eff1f2;
  border-bottom: 1px solid #d4d8da;
  padding: .75rem 1rem;
}

.popover-title {
  font-size: 1rem;
  background-color: #eff1f2;
  border-bottom: 1px solid #d4d8da;
  padding: .75rem 1rem;
}

.popover-body {
  padding: .75rem 1rem;
}

.popover-body p {
  font-size: .875rem;
}

.popover.bs-tether-element-attached-top::after,.popover.popover-bottom::after {
  border-bottom-color: #eff1f2;
}

.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::before {
  border-bottom-color: #d4d8da;
}

.tooltips-example .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

.tooltip {
  font-family: lato,sans-serif;
  font-weight: 400;
  font-size: .875rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: .5rem .75rem;
  color: #777;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d4d8da;
  border-radius: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #d4d8da;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #d4d8da;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #d4d8da;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #d4d8da;
}

.progress {
  margin-bottom: 20px;
}

.progress {
  font-size: .75rem;
  line-height: 1rem;
  background-color: #eff1f2;
  border-radius: 4px;
}

.cb-buttons .btn {
  margin: 4px 2px;
}

.cta {
  padding: 35px 0;
  /*margin-top: 60px;*/
}

.cta h4 {
  font-size: 28px;
}

.block {
  margin: 15px 0;
}

.icon-block {
  border-radius: 5px;
}

a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  font-size: 3rem;
}

.effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.effect-1 .img.hover .overlay {
  opacity: 1;
}

.effect-1 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

.effect-2 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.effect-2 .img.hover .overlay {
  opacity: 1;
}

.effect-2 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.blog.block .block-image-big {
  margin-bottom: 0;
}

.blog.block .owl-carousel {
  margin-bottom: -1px;
}

.blog.block .carousel-full-nav .owl-next {
  top: 46%;
  font-size: 2rem!important;
}

.blog.block .carousel-full-nav .owl-prev {
  top: 46%;
  font-size: 2rem!important;
}

.post-content {
  background-color: #eff1f2;
  padding: 0 15px 15px;
}

.blog-headsection {
  background-color: #eee;
  padding: 20px 0 40px!important;
  margin-bottom: 40px;
}

/*.blog-section {
  padding: 70px 0!important;
}*/

.blog-line {
  margin: 0 auto 50px;
  border-bottom: 1px solid #ccc;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.tag-cloud .btn {
  margin: 5px 0 5px 5px;
}

#map {
  width: 100%;
  height: 500px;
  margin-bottom: 30px;
}

.form-wrapper {
  background: #fff;
  border: 2px solid #eff1f2;
  padding: 30px;
}

.form-title {
  font-size: 1.375rem;
  margin-bottom: 30px;
}

.form-inline-extras .checkbox {
  margin-left: 2px;
}

.custom-form .left-area {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.custom-form .right-area {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

#testimonials-slider .block {
  max-width: 75%;
  margin: 0 auto;
}

footer {
  background: #111;
  padding: 3rem 1rem;
  color: #eee;
}

footer a:link,footer a:visited {
  color: #ddd;
  text-decoration: none;
  line-height: 180%;
  font-size: 14px;
}

.footer-left-area {
  text-align: left;
}

.footer-right-area {
  text-align: right;
}

.page section {
  padding: 30px 0;
}

.header-description {
  margin-bottom: 0;
}

.scroll-to-top {
  background: #0c619c;
  color: #fff;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  line-height: 38px;
  border: 1px solid rgba(0,0,0,.1);
  position: fixed;
  text-align: center;
  font-size: 18px;
  z-index: 99;
}

.scroll-to-top.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0,-5px);
  -webkit-transition: -webkit-transform .2s,background .2s,color .2s,opacity 0 .2s;
}

.scroll-to-top.is-visible {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -webkit-transition: -webkit-transform .2s,background .2s,color .2s;
}

.icon-scrollup {
    margin-bottom: 8px;
    
}
.error-title {
  font-size: 5rem;
}

.error-search {
  max-width: 400px;
  margin: 0 auto;
}








@keyframes spinner-round-animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.portfolio-filter a.active {
  color: #0c619c;
  background-color: transparent;
  border: 2px solid transparent;
}

#certs {
  padding: 30px 0 70px;
  background-color: #eee;
}

#compare {
  padding: 30px 0 70px;
  background-color: #eee;
}

#video {
  padding: 30px 0 70px;
}



.btn-cta {
  color: #fff;
  font-weight: 700;
  background-color: #ff6f00;
  border-color: #ff6f00;
}

.btn-cta:hover,.btn-cta:focus,.btn-cta.active,.btn-cta:active {
  color: #fff;
  background-color: #db5f00;
  border-color: #db5f00;
}

.text-cta {
  color: #fff;
}




@media only screen and (max-width:640px) {
  .text-cta {
    font-size: 20px!important;
  }
}

.section-title {
  font-family: 'Oswald', 'Impact', 'sans-serif';
  text-transform: uppercase;
  font-size: 2.6rem;
  text-align: center;
  color: #0B3275;
  padding: 60px 0 20px;
  margin: 0;
  line-height: 110%;
}

.section-subhead {
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
}

.section-line {
  width: 200px;
  margin: 30px auto 50px;
  border-bottom: 1px solid #555;
}

@media only screen and (max-width:640px) {
    
   .section-line {
    width: 200px;
    margin: 6px auto 40px;
  }
    
  .section-title {
    font-size: 2.2rem;
    padding: 40px 0 15px;
  }

  .section-subhead {
    font-size: 1rem;
    padding: 0 0 50px;
  }
}

.services {
}

.service-headline {
  font-size: 1.3rem;
}

.icon-block {
  position: relative;
}

.icon-block-style .block-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
}

.icon-block-style .block-content {
  padding-left: 70px;
}

.row-wrapper>.row:not(:last-child) {
  margin-bottom: 2rem;
}

.video-player {
  min-height: 396px;
}

.hblock::after {
  clear: both;
}

.hblock::after,.hblock::before {
  display: table;
  content: "";
}

.hblock-image-holder:not(.no-radius) .hblock-image img {
  border-radius: .5rem;
}

.hblock-image-holder .hblock-image img {
  max-width: 100%;
}

.caption-image-holder:not(.no-radius) .caption-image img {
  border-radius: .5rem .5rem 0 0;
}    
.caption-text {
    text-align: center;
    padding: 6px;
} 

@media only screen and (max-width:640px) {
  .hblock-image-holder:not(.no-radius) .hblock-image img {
    /*display: none;*/
  }

  .hblock-image-holder .hblock-image img {
    /*display: none;*/
  }
}

.z-depth-3:not(.btn),.z-depth-3--hover:not(.btn):hover {
  border-color: transparent!important;
}

.z-depth-3,.z-depth-3--hover:hover {
  box-shadow: 0 12px 15px rgba(0,0,0,.1),0 17px 50px rgba(0,0,0,.1);
}

.hblock {
  margin: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  cursor: default;
  -moz-border-radius: .5rem .5rem .5rem;
  border-radius: .5rem .5rem .5rem;
}

.apinfobox {
  padding: 50px 0;
}

.apinfo h3 {
  font-family: 'Oswald', 'Impact', 'sans-serif';
  text-transform: uppercase;
  font-size: 30px;
}

.apinfopad-l {
  padding-left: 30px;
}

.apinfopad-r {
  padding-right: 30px;
}

@media only screen and (max-width:640px) {
  .apinfopad-l {
    padding-left: 0;
    padding-top: 30px;
  }

  .apinfopad-r {
    padding-right: 0;
    padding-top: 30px;
  }
    
    .hide640 {
        display: none;
    }    
}

.apinfopad-t {
  padding-top: 50px;
}

.apinfolink {
    padding-bottom: 12px;
}

.apinfolink a:link,.apinfolink a:visited {
  padding: 20px 0 8px;
  border-bottom: 1px solid #0c619c;
  font-weight: 700;
}

.apinfolink a:hover,.apinfolink a:active {
  color: #666;
  border-bottom: 1px solid #666;
    text-decoration: none;
}

@media only screen and (max-width:1200px) {
  .navbar-expand-lg .form-inline {
    display: block;
    margin: .5rem auto;
  }
}

@media only screen and (max-width:1024px) {
  .nav-phone {
    margin-left: 0;
  }
}

@media only screen and (max-width:991px) {
  .navbar-collapse {
    margin-top: .625rem;
  }

  .navbar-expand-lg .navbar-brand {
    margin-left: 0;
  }

  .dropdown-item {
    text-align: center;
  }

  .navbar-expand-lg .form-inline {
    display: block;
    margin: .5rem auto;
  }

  .popover-example .popover {
    max-width: 100%;
    width: 44%;
    margin: 3%;
  }

  .footer-left-area {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-right-area {
    text-align: center;
  }

  .cta .col-md-8,.cta .col-md-4 {
    text-align: center!important;
    margin: 0!important;
  }

  .cta .col-md-4 .btn {
    margin: 12px 0 0!important;
  }
  .mobilephone a {
     font-weight: bold !important;
      font-size: 1.2rem !important;
      text-align: center !important;
  }     
    
  .mobilephone img {
      width:22px;
      height:28px;
  } 
    
}

@media only screen and (max-width:767px) {
  .navbar-expand-sm .form-inline {
    display: block;
    margin: .5rem auto;
  }

  .cta .col-sm-8,.cta .col-sm-4 {
    text-align: center!important;
    margin: 0!important;
  }

  .cta .col-sm-4 .btn {
    margin: 12px 0 0!important;
  }
}

@media only screen and (max-width:575px) {
  .container {
    width: 100%;
  }

  .header-content {
    padding: 0 15px;
  }

  .form-inline .form-control {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .form-inline .btn {
    display: block;
    width: 70%;
    margin: 5px auto;
  }

  .popover-example .popover {
    width: 90%;
    margin: 5%;
  }

  footer {
    text-align: center;
  }
}

@media only screen and (max-width:480px) {
  .custom-form .left-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .custom-form .right-area {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width:400px) {
  .top-nav {
    text-align: center;
  }

  .top-nav .left {
    display: block;
  }

  .top-nav .right {
    float: none;
    display: block;
  }
}

@media only screen and (min-width:1200px) {
  .blog.block .video-player {
    height: 233px;
  }

  .blog.block .video-player.blog-page-sidebar {
    height: 486px;
  }
}

@media only screen and (min-width:992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }

  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }
    .mobilephone {
        display: none !important;
    }     
}

@media only screen and (min-width:768px) {
}



/* For the Light YouTube Embeds script*/ 
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../images/TxzC70f.png") no-repeat;
	cursor: pointer;
}	


.social-followbtn {
    font-size: 40px !important;
    margin-right: 10px;
    margin-left: 2px;
}





.little-line::after {
	content: "";
	display: inline-block;
	border-top-style: solid;
	border-color: inherit;
	width: 2.14286rem;
	border-top-width: 1px;
	margin-top: 0.71429rem;
	margin-bottom: 0.81429rem;
}

.u-list-inline {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.list-inline-item {
	font-size: 0.7rem;
	color: #999;
} 



.home-service-boxs-section {
    background-color: #22335A;
    padding-bottom: 150px;
}
    
@media only screen and (max-width: 960px) {
    .home-service-boxs-section {
        padding-bottom: 50px;
    }
}    
    
.home-service-icon img {
    width: 50px;
    float:right;
}   

.home-services-link {

}
    
.home-testimonials-section {
    background-color: #1E2953;
    padding: 60px 0 50px 0;
}    

.home-testimonial {
    color: #ffffff;
    font-size: 1.25rem;
}

.home-testimonial-cite {
    color: #ccc;
}

.home-news {
	/*background-color: #eee;*/
	padding-bottom: 60px !important;
}


.home-news-box {
    width: 100%;
    float: left;
    border: 1px solid #e4e4e4;
    transition: all 0.3s ease-out 0s;
    background-color: #fff;
    margin-bottom: 0px;
}
    
.home-news-box .home-news-image-holder {
    position: relative;
}
  
.home-news-boxrow {
    min-height: 325px;
}    

.home-news-image-holder {
    width: 100%;
    float: right;
    padding-right: 15px;
}

@media only screen and (max-width: 414px) {
    .home-news-image-holder {
        padding: 0 15px 0 15px;
    }
}    
    
.home-news-divider-line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
} 




.wt-icon-box-md {
    width: 70px;
    height: 70px;
    background-color: #0C619C;
}   
    
.service-box-title{
    border-left: 5px solid #E11B1C; 
    padding-left: 15px; 
    margin-left:20px; 
    margin-bottom: 15px;
    }
.service-box-title span{
    font-size:26px; 
    display:block; 
    text-align:left; 
    line-height: 36px;
    }    
    .service-box-2 {
        margin-bottom: 30px;
    }    

    .service-box2-content {
        padding: 0 40px 20px 40px;
    }

    .service-box-2-media {
        margin-bottom: 20px;
    }  
    
  
    
.site-button-link {
	position: relative;
}

.site-button-link:before {
	position: absolute;
	content: "\f178";
	font-family: 'FontAwesome';
	left: 50%;
	top: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.site-button-link:hover:before {
	left: 110%;
	opacity: 1;
}   
    

    

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
    
.text-box-inner {
    width: 100%;
    float: left;
    padding: 40px;

    }
    
    
   
    
h5.less-mar1 {
    margin-bottom: 3px;
}    


    
    /* Testimonials Slider Start  */
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}
    
 @keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}
    
    
.owl-theme .owl-nav [class*="owl-"] {
    color: #ffffff;
    font-size: .9rem;
    margin: 5px;
    padding: 4px 7px;
    background: #eff1f2;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
} 
    
.carousel-full-nav .owl-prev {
    position: absolute;
    top: 47%;
    left: 0;
    transform: translate(25%, -50%);
    color: rgba(255, 255, 255, 0.75) !important;
    background: transparent !important;
    font-size: 2.5rem !important;
}    
    
.carousel-full-nav .owl-next {
    position: absolute;
    top: 47%;
    right: 0;
    transform: translate(-25%, -50%);
    color: rgba(255, 255, 255, 0.75) !important;
    background: transparent !important;
    font-size: 2.5rem !important;
}
    /* Testimonials Slider End */
    
.bg-bars {
  background-color: #1E2953;
}
 
    .associations {
        background-color: #efefef;
        padding: 30px 0;
    }   

    
@media only screen and (max-width: 640px) {
        .unbreak640 {
            display: none;
        }
    }   


 .apinfo  ul {
  list-style-type: square;
}    

/*ul.bsquare {
  list-style-type: square;
}*/
    
ul.bsquare {
  list-style: none;
}

ul.bsquare li::before { 
  /* content: "\2022"; ROUND BULLET*/  
  content: "\25A0";
  color: #0B3275;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul.bsquare li { 
    margin-top: 15px;
    margin-left: 20px;
}

.aboutList .ico{width:24px;text-align:center;float:left;margin-top:5px;}
.aboutList:hover .ico{background:#fff;color:#20518C;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.aboutList:hover{cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
    
.aboutList {
    margin-bottom: 20px;
}
.aboutList h5 {
	text-align:left;
   /* font-family: 'Lato';*/
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
	margin: 0px 0px 0px 34px;
}  

.service-details{
    padding-bottom:50px;
} 


/* Cube portfolio style */
.cbp-popup-lightbox-title {
 padding-right:50px;
 font:400 16px/22px "Lato", sans-serif;
 color:#eee;
}

.cbp-l-grid-projects-title {
 font:700 16px/22px "Lato", sans-serif;
 color:#474747;
 margin-top:15px
}
.cbp-l-grid-projects-desc {
 font:400 15px/22px "Lato", sans-serif;
 color:#888888;
 margin-top:5px
}  


header.phero {
	background: url("../images/hero-projects.jpg") no-repeat;
	background-size: cover;
	background-position: center;
    background-position: 0px -50px;

}

header.phero .container {
	position: relative;
	padding: 160px 0 0 0;
    	height: 350px;
}

header.phero .header-content {
	margin: 0;
	padding-left: 14px;
	width: 100%;
}

header.phero .header-content h2 {
    font-family: 'Oswald', 'Impact', 'sans-serif';
	text-transform: uppercase;
	font-size: 3.8rem;
	font-weight: 700;
	text-shadow: 0px 0px 16px rgba(17, 17, 17, 0.5);
	margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    
	header.phero .container {
	    padding: 130px 0 0 0;
		height: 350px;
	}

	header.phero .header-content h2 {
	font-size: 3.4rem;
	margin-bottom: 20px;
	}

}
    
@media only screen and (max-width: 960px) {
	header.phero .container {
	    padding: 120px 0 0 0;
		height: 320px;
	}

	header.phero .header-content h2 {
		font-size: 3.0rem;
		margin-bottom: 10px;
	}

}


@media only screen and (max-width: 640px) {
    
	header.phero {
		background: url("../images/hero-projects-640.jpg") no-repeat;
        background-position: 0px 0px;
	}
    
	header.phero .container {
		padding: 30px 0 0 0;
		height: 260px;
	}

	header.phero .header-content {
		margin: 0 auto;
		padding: 100px 20px 20px 20px;
		width: 100%;
	}
    
	header.phero .header-content h2 {
		font-size: 2.4rem;
	}
    
    .gobackbtn.btn {
        padding: .3rem .6rem;
    }
    
}

 
    
 .proj-blubox {
	padding: 30px 35px;
	background-color: #2B2D37;
}

.proj-blubox h3 {
	font-weight: 700;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.proj-blubox h4 {
	color: #FFFFFF;
    padding-bottom: 10px;
}
    
.proj-blubox ul {
    padding-left: 0px;
}
.proj-blubox ul li {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
    padding-left: 0px;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.proj-blubox ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.proj-blubox ul li strong {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	/*width: 80px;*/
    padding-right: 6px;
}  
    
.project-image {
    padding-top: 50px;
    padding-bottom: 40px;
}    
.project-details {
    padding-left: 20px;
}

.project-details ul {
    list-style: square;
}
    
@media only screen and (max-width: 960px) {
    .project-details {
        padding-left: 0px;
        padding-top: 30px;
    }
    
    .project-details h1 {
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 640px) {

    .project-details h1 {
        font-size: 2.0rem;
    }
}

.gap20 {
    margin-top: 20px;
}
.gap50 {
    margin-top: 50px;
}
.gap100 {
    margin-top: 100px;
}



/* Add Play Button over Videos START */
.zvideos {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.zvideo-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
.zvideo-wrap .zplaceholder {
  max-width: 700px;
  width: 100%;
}
.zvideo-wrap .zplay-btn {
  position: absolute;
  max-width: 100px;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1; /* needed if using Bootstrap */
  text-align: center;
  color: #eaeaea;
  background-color: rgba(255,255,255,.4);
  border-radius: 50px;
  border: 3px solid rgba(255,255,255,.8);    
  transition: color, background-color .2s ease;
}
.zvideo-wrap .zplay-btn:hover {
  background-color: rgba(255,255,255,.8);
  transition: color, background-color .2s ease;
}
.zvideo-wrap .zplay-btn img {
  transition: all .2s ease;
    width: 40px;
    height: 40px;
    margin-left: 22px;
    margin-top: 18px;
}

/*.zvideo-wrap .zplay-btn svg {
  transition: all .2s ease;
  fill: #fff;
}
.zvideo-wrap .zplay-btn:hover svg,
.zvideo-wrap .zplay-btn:focus svg {
  cursor: pointer;
  fill: #E11B1C;
}*/

.mt-10 { margin-top: 10px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
 
.mb-10 { margin-bottom: 10px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }

.pt-10 { padding-top: 10px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }

.pb-10 { padding-bottom: 10px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }



