@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
p{
  font-weight:500;
}
/* Base */
.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

.font-size-12 {
  font-size: 12px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-17 {
  font-size: 17px; }

.font-size-18 {
  font-size: 18px; }

.font-size-19 {
  font-size: 19px; }

.font-size-20 {
  font-size: 20px; }

.font-size-21 {
  font-size: 21px; }

.font-size-22 {
  font-size: 22px; }

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px; }

.font-size-25 {
  font-size: 25px; }

.font-size-26 {
  font-size: 26px; }

.font-size-27 {
  font-size: 27px; }

.font-size-28 {
  font-size: 28px; }

.font-size-29 {
  font-size: 29px; }

.font-size-30 {
  font-size: 30px; }

.gradient-2, .site-footer, .top-bar {
  background: #0046a5;
  }

.font-gray-1 {
  color: #f7f7f7; }

.font-gray-2 {
  color: #e9e9e9; }

.font-gray-3 {
  color: #d9d9d9; }

.font-gray-4 {
  color: #c9c9c9; }

.font-gray-5, .block-heading-1 span {
  color: #b8b8b8; }

.font-gray-6 {
  color: #a8a8a8; }

.font-gray-7, body {
  color: #000000;
  }

.font-gray-8 {
  color: #7b7b7b; }

.font-gray-9 {
  color: #636363 #4d4d4d; }

.font-gray-10 {
  color: #353535; }

.border-gray-1 {
  border-color: #f7f7f7; }

.border-gray-2 {
  border-color: #e9e9e9; }

.border-gray-3 {
  border-color: #d9d9d9; }

.border-gray-4 {
  border-color: #c9c9c9; }

.border-gray-5 {
  border-color: #b8b8b8; }

.border-gray-6 {
  border-color: #a8a8a8; }

.border-gray-7 {
  border-color: #939393; }

.border-gray-8 {
  border-color: #7b7b7b; }

.border-gray-9 {
  border-color: #636363 #4d4d4d; }

.border-gray-10 {
  border-color: #353535; }

.bg-gray-1 {
  border-color: #f7f7f7; }

.bg-gray-2 {
  border-color: #e9e9e9; }

.bg-gray-3 {
  border-color: #d9d9d9; }

.bg-gray-4 {
  border-color: #c9c9c9; }

.bg-gray-5 {
  border-color: #b8b8b8; }

.bg-gray-6 {
  border-color: #a8a8a8; }

.bg-gray-7 {
  border-color: #939393; }

.bg-gray-8 {
  border-color: #7b7b7b; }

.bg-gray-9 {
  border-color: #636363 #4d4d4d; }

.bg-gray-10 {
  border-color: #353535; }

.letter-spacing-1 {
  letter-spacing: 0.1em; }

.letter-spacing-2 {
  letter-spacing: 0.2em; }

.border-w-1 {
  border-width: 1px; }

.border-w-2 {
  border-width: 2px; }

.border-w-3 {
  border-width: 3px; }

.border-w-4 {
  border-width: 4px; }

.border-w-5 {
  border-width: 5px; }

.primary-black--hover {
  background: #0046a5;
  color: #fff; }
  .primary-black--hover:hover {
    background: #000;
    color: #fff; }

.primary-dark--hover {
  background: #0046a5;
  color: #fff; }
  .primary-dark--hover:hover {
    background: gray;
    color: #fff; }

.primary-primary-outline--hover {
  background: #0046a5;
  color: #fff; }
  .primary-primary-outline--hover:hover {
    border-color: #0046a5;
    background: transparent; }

.primary-outline-primary--hover {
  background: transparent;
  border-color: #0046a5; }
  .primary-outline-primary--hover:hover {
    color: #fff;
    background: #0046a5; }

body {
  }
  body:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 399; }
  body.offcanvas-menu {
    position: relative; }
    body.offcanvas-menu:before {
      opacity: 1;
      visibility: visible; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #000;
  }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff; }
  .btn.btn-outline-white:hover {
    background: #fff;
    border-color: #fff;
    color: #000; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 55px;
  background: #fff !important;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #0046a5; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-footer {
  padding: 4em 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 35px 0px;
      } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 29px;
    }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer li a {
    color: #fff;
    font-size: 14px;
    } 
    .footer-social a {
    color: #0072b8;
    font-size: 17px;
    display: inline-block;
    width: 36px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 34px;
    margin-right: 12px;
    vertical-align: top;
    border-radius: 3px;
    }
    .site-footer a:hover {
      color: #b9b9b9;
      }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #71bc42; }
  .ul-check.primary li:before {
    color: #0046a5; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.top-bar {
  /* border-bottom: 1px solid #e9ecef !important; */
  }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .site-navbar .toggle-button {
    position: absolute;
    right: 6px;
    }
  .site-navbar .site-logo {
    position: absolute;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    }
    @media (max-width: 991.98px) {
      .site-navbar .site-logo {
        float: left;
        position: relative; } }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    width: 60%;
    padding-right: 25px;
    }
    .site-navbar .site-navigation .site-menu .active {
      color: #0046a5 !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 20px;
        margin-right: 20px;
        padding: 20px 0px;
        color: #000 !important;
        display: inline-block;
        text-decoration: none !important;
        font-weight: 500;
        }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #0046a5; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #0046a5;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
          z-index: 9999;
      }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000 !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #0046a5 !important;
            background: #f8f9fa; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f8f9fa;
              color: #ced4da; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f8f9fa;
            color: #ced4da; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #0046a5; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #547fb7), color-stop(100%, #23adff));
  background: -webkit-linear-gradient(top, #547fb7 0%, #23adff 100%);
  background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#547fb7), to(#23adff ));
  background: linear-gradient(to bottom, #547fb7 0%, #23adff 100%);
  }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #fff;
        }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #ced4da; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #ffffff;
      }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #0046a5; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .nav-link.active {
        color: #000000;
        }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      color: #fff;
      }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa;
        color: #4b87c4;
        }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff;
    padding: 0px;
    border: none;
    }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar ul li a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar ul li a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #0046a5; }
    .sticky-wrapper.is-sticky .site-navbar ul li a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar ul li a.active {
        color: #0046a5!important;
        font-weight: bold;
        }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    @media (max-width: 991.98px) {
      .sticky-wrapper .shrink {
        /* padding-top: 30px !important; */
        /* padding-bottom: 30px !important; */
        } }

/* Blocks */
.site-section-cover {
  position: relative; }
  .site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2; }
  .site-section-cover, .site-section-cover .container > .row {
    height: calc(100vh - 196px);
    min-height: 650px; }
    @media (max-width: 991.98px) {
      .site-section-cover, .site-section-cover .container > .row {
        height: calc(63vh - 196px);
        min-height: 350px;
        } }
  .site-section-cover.overlay {
    position: relative; }
    .site-section-cover.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #000B1B;
      opacity: 0.6;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
      z-index: 1;
      }
  .site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    height: auto;
    min-height: auto;
    padding: 4em 0;
    }
  .site-section-cover.img-bg-section {
    background-size: cover;
    background-repeat: no-repeat; }
  .site-section-cover h1 {
    font-size: 62px;
    color: #fff;
    line-height: 1;
    }
    @media (max-width: 991.98px) {
      .site-section-cover h1 {
        font-size: 20px;
        line-height: 29px;
        } }
  .site-section-cover p {
    font-size: 18px;
    color: #fff; }

.site-section {
  padding: 5rem 0;
  }
  @media (max-width: 991.98px) {
    .site-section {
      padding: 3rem 0; } }

.gradient-bg-1, .block-feature-1 .icon {
  background: #51eaea;
  background: -moz-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #51eaea), color-stop(100%, #499bea));
  background: -webkit-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -o-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -ms-linear-gradient(top, #51eaea 0%, #499bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#51eaea), to(#499bea));
  background: linear-gradient(to bottom, #51eaea 0%, #499bea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51eaea', endColorstr='#499bea', GradientType=0 ); }

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: bold;
  display: inline;
  padding: 0px 1px;
  }

.block-heading-1 h2 {
  font-size: 41px;
  color: #000000;
  margin-bottom: 20px;
  }

.block-feature-1-wrap {
  margin-bottom: 7rem; }
  .block-feature-1-wrap > .container > .row {
    margin-left: -18px;
    margin-right: -18px; }
    .block-feature-1-wrap > .container > .row > .col,
    .block-feature-1-wrap > .container > .row > [class*="col-"] {
      padding-right: 36px;
      padding-left: 36px; }

.block-feature-1 {
  background: #f2f2f2;
  padding: 30px 30px 30px 50px;
  position: relative; }
  .block-feature-1 h2 {
    font-size: 18px; }
  .block-feature-1 .icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 50%;
    border: 4px solid #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .block-feature-1 .icon > span {
      font-size: 40px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.block-img-video-1-wrap .block-img-video-1 {
  position: relative; }



.block-counter-1 {
  text-align: center;
  padding-top: 30px;
  }
  .block-counter-1 .number, .block-counter-1 .caption {
    display: block;
    line-height: 1; }
  .block-counter-1 .number {
    color: #0046a5;
    font-size: 43px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 600;
    }
    @media (max-width: 991.98px) {
      .block-counter-1 .number {
        font-size: 2rem; } }

  .block-counter-1 .caption {
    font-size: 15px;
    color: #000;
    letter-spacing: .05em;
    font-weight: 600;
    }



.block-testimony-1 {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .block-testimony-1 blockquote {
    background: #fff;
    padding: 30px;
    font-style: italic;
    font-size: 18px;
    color: #000;
    font-family: 'Georgia', Times, serif; }
  .block-testimony-1 figure {
    position: relative;
    padding-top: 0px;
    }
    .block-testimony-1 figure:before {
      position: absolute;
      content: "";
      width: 50px;
      left: 50%;
      display: none;
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #0046a5;
      height: 2px; }
    .block-testimony-1 figure img {
      max-width: 60px; }
  .block-testimony-1 h3 {
    font-size: 21px;
    color: #0046a5 !important;
    }

.block-13 .owl-nav {
  display: none; }

.block-13 .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .block-13 .owl-dots .owl-dot {
    display: inline-block; }
    .block-13 .owl-dots .owl-dot span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 4px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px; }
    .block-13 .owl-dots .owl-dot.active span {
      width: 20px;
      background: #0046a5; }

.post-entry {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .post-entry:hover {
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1); }
  .post-entry h2 {
    font-size: 20px; }
  .post-entry *:last-child {
    margin-bottom: 0; }

.by {
  color: #000;
  border-bottom: 1px dotted #ccc; }
  .by:hover {
    border-bottom: 1px dotted #0046a5; }

.form-control {
  border: none;
  border: 1px solid #e6e6e6; }
  .form-control:hover, .form-control:active, .form-control:focus {
    border: 1px solid #666666; }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px;
        color: #0073b8;
        }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #0073b8;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.slide {
  height: 100vh;
  min-height: 900px;
  background-size: cover; }

.btn-md {
  padding: 8px 20px; }

.border-w-2 {
  border-width: 2px !important; }

.block__73694 .block__73422 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .block__73694 .block__73422 {
      /* height: 250px; */
      } }

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none; } }

.slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4); }
  .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #fff; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.4);
      margin: 3px; }
    .slide-one-item .owl-dots .owl-dot.active > span {
      width: 20px;
      background: #fff; }

.top-bar {
  padding: .5rem 0; }

.footer-suscribe-form .form-control {
  color: #000; }
  .footer-suscribe-form .form-control:hover, .footer-suscribe-form .form-control:active, .footer-suscribe-form .form-control:focus {
    color: #000 !important; }

.footer-suscribe-form .btn {
  background: #0073b8;
  color: #fff;
  border-color: #0073b8;
  overflow: hidden;
  position: relative;
  }


/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }


/*start css*/

.top-bar .elemleft{
      float: left;
}
.top-bar .elemleft a{
     font-size:13px;
}
.btn{
      background-color: #0046a5;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      padding: 13px 25px;
      border-radius: 0px;
      overflow: hidden;
      position: relative;
}
.btn:hover{
      color: #ddd;
}

.talkto{
}
.talkto a{background: #0073b8;color: #fff;padding: 22px 30px;display: block;overflow: hidden;position: relative;}


nav.site-navigation {
  display: flex;
}
.abosule{position: absolute;bottom: 0;background: #fff;padding: 27px 51px;margin: 20px;display: flex;}    
.iconote{
        margin-right: 18px;
 } 
 .iconote img{
        
 }   
  .abouteicon{

    } 
.abouteicon h3{
      margin: 0px;
      color: #2b2fa3;
      font-weight: bold;
      font-size: 37px;
    } 
.abouteicon p{
      margin: 0px;
      font-weight: bold;
    } 
.abouteicon span{
      font-weight: 100;
      font-size: 23px;
      line-height: 0;
      display: inline-block;
      vertical-align: super;
      position: relative;
      top: 9px;
    } 
.boxbon {position: relative;}
.porsed h2{
  font-size: 40px;
}
.heading-title{text-align: center;padding-bottom: 40px;}
.heading-title span{
  color: #0073b8;
}
.padding{

}
.clientmg{text-align: center;}
.clientmg img{
  padding: 0px 40px;
  width: 190px;
}
.pdtop{
  padding-top: 100px;
}
.installs img{width: 50px;opacity: 0.8;}
.lodges img{
  width:100%;
}
.services-item {
}
.lodges {
}
.devservices {
}
.ledopeas{background: #0046a5;display: flex;padding: 30px 20px;width: 86%;margin-top: -55px;position: relative;}
.installs{

}
.rightistall{color: #fff;margin-left: 21px;}
.rightistall h4{
  font-weight: 500;
  font-size: 20px;
}
.rightistall p{
  font-size: 13px;
  margin: 0px;
}
.counter{position: relative;background-size: cover;background-position: 100%;background-attachment: fixed;}
.counter:before{position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background-color: #000000;opacity: 0.6;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;z-index: 1;}
.site-logo img{
  width: 170px;
}
.counter-items{
    position: relative;
    z-index: 99;
    background: #fff;
    margin-top: -75px;
    box-shadow: 0px 2px 5px #e9e9e9;
}
.request{
  color: #FFFFFF;
    background-color: #0046a5;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 38px 20px 38px;
}
.requestus{
  color: #FFFFFF;
    background-color: #0046a5;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 38px;
    text-transform:uppercase;
}
.counter-text{
  position: relative;
  z-index: 99;
  color: #fff;
  padding-bottom: 50px;
}
.boysel{
  position: relative;
}
.boysel img{
  width:100%;
  position: absolute;
  top: -55px;
}
.counter-text h2{
  margin-bottom: 20px;
}

/*gallery*/

/*------------------------------------------------------------------ Products -------------------------------------------------------------------*/
 
 .products-box{
     padding: 20px 0px 0px;
}
 .special-menu{
     margin-bottom: 40px;
}
 .filter-button-group{
     display: inline-block;
}
 .filter-button-group button{
     color: #0046a5;
     border: none;
     margin: 0px 15px;
     cursor: pointer;
     padding: 5px 5px;
     font-size: 15px;
     background: transparent;
     font-weight: bold;
}
 .filter-button-group button.active{border-bottom: 2px solid #0073b8;outline: none;}
  .filter-button-group button:focus{
    outline: none;
  }
 .products-single {
     overflow: hidden;
     position: relative;
     margin-bottom: 30px;
}
 .products-single .box-img-hover{
     overflow: hidden;
     position: relative;
}
 .box-img-hover img{
     margin: 0 auto;
     text-align: center;
     display: block;
}

 .products-single .mask-icon{
     background: rgb(0 70 165 / 59%);
     top: -100%;
     position: absolute;
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     -webkit-transition: all 0.3s ease-out 0.5s;
     -moz-transition: all 0.3s ease-out 0.5s;
     -o-transition: all 0.3s ease-out 0.5s;
     -ms-transition: all 0.3s ease-out 0.5s;
     transition: all 0.3s ease-out 0.5s;
     left: 0;
     right: 0;
     bottom: 0;
     text-align: center;
     color: #fff;
     z-index: 9;
}
 .products-single:hover .mask-icon{
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1;
     top: 0px;
     -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
     -o-transition-delay: 0s;
     -ms-transition-delay: 0s;
     transition-delay: 0s;
     -webkit-animation: bounceY 0.9s linear;
     -moz-animation: bounceY 0.9s linear;
     -ms-animation: bounceY 0.9s linear;
     animation: bounceY 0.9s linear;
}
 @keyframes bounceY {
     0% {
         transform: translateY(-205px);
    }
     40% {
         transform: translateY(-100px);
    }
     65% {
         transform: translateY(-52px);
    }
     82% {
         transform: translateY(-25px);
    }
     92% {
         transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         transform: translateY(0px);
    }
}
 @-moz-keyframes bounceY {
     0% {
         -moz-transform: translateY(-205px);
    }
     40% {
         -moz-transform: translateY(-100px);
    }
     65% {
         -moz-transform: translateY(-52px);
    }
     82% {
         -moz-transform: translateY(-25px);
    }
     92% {
         -moz-transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         -moz-transform: translateY(0px);
    }
}
 @-webkit-keyframes bounceY {
     0% {
         -webkit-transform: translateY(-205px);
    }
     40% {
         -webkit-transform: translateY(-100px);
    }
     65% {
         -webkit-transform: translateY(-52px);
    }
     82% {
         -webkit-transform: translateY(-25px);
    }
     92% {
         -webkit-transform: translateY(-12px);
    }
     55%, 75%, 87%, 97%, 100% {
         -webkit-transform: translateY(0px);
    }
}

.titlemost{
  font-size:20px;
  font-weight: 600;
  letter-spacing: 1px;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  top:50%;
  display: block;
  position: relative;
}
.mainleo img{

}
.mainleo{
  
}
.lesopwe img{
  width: 50px !important;
}
.tslopew{
  padding-left: 12px;
  text-align: left;
}
.demistone {
    display: flex;
}
.tslopew h3{

}
.tslopew p{
  margin: 0;
  font-size: 13px;
}
.leporo{background: #fff;box-shadow: 0px 0px 10px #e7e7e7;padding: 48px;}
.mainleo{
  margin-top:40px;
  z-index: -1;
  margin-left: -30px;
  position: relative;
}
.item-ell {
    padding: 10px;
}
.requestus:hover{
    color:#000;
  background-color:#fff;
}.request:hover{
  color:#000;
  background-color:#fff;
}
.copyfooter{
 background-color:#0072b8; 
}
.copyright {
    padding: 21px 0px;
    color: #fff;
    font-weight: 600;
}
.site-footer{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}
.site-footer:before{
  position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0c3f84;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}
.aledopfoot{
  position: relative;
  z-index: 99;
  padding: 30px 0px;
}
.theresems {
  position: relative;
  z-index: 9;
  padding: 30px 0px;
}

.ledopeas-sec{background: #ffffff;display: flex;padding: 35px 45px;width: 100%;position: relative;}
.installs-sec i{font-size: 31px;color: #0073b8;}
.rightistall-sec{color: #000;margin-left: 21px;}
.rightistall-sec h4{
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0px;
}
.rightistall-sec p{
  font-size: 14px;
  margin: 0px;
  color: #0073b8;
  font-weight: 600;
}

.searchmore{
  position: absolute;
  right: 23.7%;
  top: 100%;
  text-align: center;
  width: 25%;
  border-radius: 3px;
}
.searchmore input{
    padding: 9px 15px;
    width: 75%;
    border: 1px solid #0073b8;
    border-radius: 3px;
}
.searchmore button{
    background: #0073b8;
    color: #fff;
    padding: 11px 20px;
    border-radius: 0px;
    margin-top: -4px;
    margin-left: -7px;
}
section.services.padding {
    padding-bottom: 100px;
}
.testimonials{
  margin-bottom: 80px;
}
.blogitem{
  margin-top: 40px;
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.closeblog{}.closeblog h2{
  font-size: 16px;
}.closeblog h2 a{
  color: #0046a5;
}
.readmore{background: #0046a5;color: #fff;padding: 7px 15px;}
.closeblog p{
  font-size: 14px;
}
a:hover {
    color: #ddd;

  }
  .copyright a{
    color: #ddd;
  }  .copyright a:hover{
    color: #fff;
  }
  .site-navbar .site-navigation .site-menu li a:hover {
    color: #0046a5 !important;
}
.top-bar .elemleft > a:hover{
  margin-left:5px;
}
.social-top a{
  display: inline-block;
    position: relative;
}
.social-top a:hover{
 top: -2px;
}
*{
  transition: all 0.3s ease-in-out;
}
.searchmore input:focus{
  outline: none;
}
.aboutover{
border: 2px
 solid #b2cddd;
    padding: 35px;
    margin-bottom: 0px;
    border-radius: 5px;
}
.inner-page{
  background-size: cover;
  background-repeat: no-repeat;
  background-position:100%;
}
.aboutech{
  margin-top: 30px;
}
.block-heading-1 span a{
  color: #fff;
  display: inline;
  padding: 0px 4px;
}
/******************** pricing plan ******************/
  #plans {
    padding: 0px 0;
    /* overflow: hidden; */
  } 
  #plans .price-plan {
    margin-top: 60px;
    margin: 0px;
  }
  #plans .price-plan .panel-default 
  {
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0px;
    box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8.3px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    backface-visibility: hidden;
    border: none;
  }
  .price-container {
    padding: 25px 0px;    
  }
  #plans .price-plan .panel-default:hover
  {
    background:url(../images/price-hover.jpg) top left no-repeat;
    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-color: transparent;
    box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 0 9.3px 3px rgba(0, 0, 0, 0.35);
    transform: scale(1.23, 1.10);
      position:relative;
    z-index:9;
  }  
  .panel-hover:hover
  {
    z-index:999;
  }
  #plans ul{
    padding: 0px;
  }
  #plans .price-plan .panel-default:hover .panel-price
  {
    background:transparent;
  }
  #plans .price-plan .panel-default:hover h2, #plans .price-plan .panel-default:hover p, #plans .price-plan .panel-default:hover .panel-body ul li, #plans .price-plan .panel-default:hover .panel-body ul li.disable-li
  {
    color:#ffffff !important;
  }

  #plans .price-plan .panel-default h2 {
    font-size: 18px;
      margin-top: 0px;
      text-transform: uppercase;
      color: #2b2b2b;
      font-weight: 500!important;
  }
  #plans .price-plan .panel-default p {
      font-size: 14px;
      text-transform: uppercase;
      color:#636363;
      font-weight:500;
  }
  .panel-price{
      background:#007ad1;
      padding:20px 0px;
      margin-top:20px;
  }
  .panel-price h2
  {
    margin:0px !important;
    color:#ffffff !important;
    font-size:40px !important;
    font-weight:normal !important;
    text-transform:lowercase !important;
  }
  span.per ,span.dollar
  {
      font-size: 16px;
      font-weight:lighter;
  }
  .per 
  {
      position: relative;
      right:7px;
  }
  .dollar 
  {
      bottom: 23px;
      font-size: 16px !important;
      left: 7px;
      position: relative;
  }
  #plans .price-plan .panel-default .panel-body ul li {
    line-height: 1.9em;
    border-bottom: 1px solid #eeeeee;
    margin:0px 15px 0px;
    font-size:14px;
    padding:10px 0px;
    color:#636363;
    list-style: none;
  }
  #plans .red-button {
    background: #0073b8;
    color: #fff;
    padding: 8px 23px;
    border-radius: 5px;
  }
  #plans .red-button:after {
    background: #2b2b2b;
  }   
  #plans .red-button:hover {
    background: #ffffff;    
  }
  #plans .red-button:hover:after {
    background: #ffffff;    
  }
  #plans .price-plan .panel-default .panel-body ul li.disable-li
  {
    color:#d1d1d1 !important;
  }
    #plans .panel-body 
  {
    padding: 40px 15px 15px 15px;
  }
  div.triangle {
    text-align: center;
  color: #fff;
  font-size: 0.8em;
  position: absolute;
    top: -9px;
    left: -23px;
  width: 0;
  height: 0;  
  border-left:  60px solid transparent;
  border-right:   60px solid transparent;
  border-bottom:  60px solid #000000;
    -moz-transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
span.sale-text {
  font-weight: normal;
    position: absolute;
    bottom: -54px;
    left: -126px;
    right: -126px;
    width: auto;
    height: auto;
    text-transform: uppercase;
}
.mb-105 {
    margin-bottom: 105px;
}
.ablog__img {
    overflow: hidden;
}
.ablog__img img {
    width: 100%;
}
.ablog__text {
    padding: 42px 30px 0px 30px;
    border: 1px solid #dce1e4;
    position: relative;
}
.blog__date.blog__date--service__icon {
    padding: 12px 15px 7px 15px;
}
.blog__date {
    background: #ffffff;
    padding: 5px 20px;
    border-bottom: 4px solid #0046a5;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -60px;
    z-index: 2;
    margin-bottom: 25px;
    left: 29px;
}
.blog__date i {
    font-size: 48px;
}
.ablog__text--service .ablog__text--title {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 22px;
}
.ablog__text--service p {
    margin-bottom: 5px;
}
.ablog__text--service .ablog__btn a {
    border-radius: 50px;
}
.ablog__btn a {
    transform: translateY(25px);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0px 45px;
    border-radius: 50px;
    display: inline-block;
    background: #0046a5;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.ablog:hover .blog__date i {
    animation-name: animation-pulse-shrink;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    display: inline-block;
}
.ablog:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.btn:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}
.btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    }
    .footer-social>a:hover{
      color: #fff;
      margin-top:-2px;
      border-radius: 20px;
      background: #0072b8;
    }
    .blog-area {
    margin-top: 25px;
}
 /* Price-Plan */
 


/* 11. Choose CSS */
.choose-area {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-area {
    background-size: cover;
  }
}

.choose-bg-right {
  background-repeat: no-repeat;
  width: 54%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-size: cover;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-bg-right {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-bg-right {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 767px) {

  .choose-bg-right {
    width: 100%;
    margin: 0px;
  }
}

.choose--content {
  padding: 180px 0px 10px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose--content br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose--content {
    padding: 180px 0px 10px 20px;
  }
  .choose--content br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose--content {
    padding: 120px 0px 70px 0px;
  }
}

.achoose__icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 116px;
  border: 7px solid #c1d7ff;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 30px;
  animation: pulse-blue 6s infinite;
}
@media (max-width: 767px) {
  .achoose__icon {
    margin-right: 0px;
    margin-bottom: 15px;
    float: inherit;
  }
}
.achoose__icon i {
  font-size: 48px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.achoose__icon.theme-bg {
  border-color: #ffd5b9;
  animation: pulse-orange 6s infinite;
}
.achoose__text p {
  margin-bottom: 0px;
}
.achoose:hover i {
  transform: rotateY(360deg);
  display: inline-block;
}

.achoose__text--title {
  font-size: 27px;
}

.choose-area-3 {
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
}

.choose--content__3 {
  padding: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose--content__3 {
    padding-top: 70px;
  }
}

.achoose__img--3 img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .achoose__img--3 img {
    max-width: 725px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .achoose__img--3 img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose--feature__left {
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  .choose--feature__left {
    margin-right: 0px;
  }
}

.choose--feature__icon i {
  font-size: 60px;
  color: #ff6600;
}

.choose--feature__text p {
  margin-bottom: 0px;
}

.choose--feature__text--title {
  font-size: 27px;
  margin-bottom: 15px;
}
.choose--feature__text--title:hover {
  color: #ff6600;
}

.choose-fact-area {
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-fact-area {
    padding-bottom: 255px;
  }
}
@media (max-width: 767px) {
  .choose-fact-area {
    padding-bottom: 85px;
  }
}
.choose-fact-area:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(21, 32, 66, 0.9);
  z-index: -1;
}

.choose--fact__icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border: 2px dashed #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.choose--fact__icon i {
  font-size: 48px;
  color: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.choose--fact__text h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 5px;
}
.choose--fact__text span {
  font-size: 20px;
  color: #ffffff;
  display: block;
}

.choose--fact {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.choose--fact:hover {
  transform: translateY(-5px);
}
.choose--fact:hover .choose--fact__icon {
  border-color: #ff6600;
  background: #ff6600;
}
.choose--fact:hover .choose--fact__icon i {
  transform: rotate(360deg);
  display: inline-block;
}

div.choose--afeature__icon {
  border-radius: 5px;
  padding: 6px;
}
div.choose--afeature__icon i {
  border-radius: 5px;
  height: 70px;
  width: 70px;
  line-height: 77px;
}

.choose-work-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 20. Feature CSS */
.afeature__text--title {
  font-size: 27px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .afeature__text--title {
    margin-bottom: 10px;
  }
}
.afeature__text--title:hover {
  color: #ff6600;
}

.afeature__icon {
  display: inline-block;
  border: 2px dashed rgba(34, 112, 255, 0.302);
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.afeature__icon i {
  height: 80px;
  width: 80px;
  line-height: 87px;
  display: inline-block;
  text-align: center;
  background: #0046a5;
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.afeature__text p {
  margin-bottom: 0px;
  padding: 0px 25px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 #2371ff;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 #ff6600;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes pulse-grey {
    0% {
        box-shadow: 0 0 0 0 #ddd;
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}



/* custom  */
@keyframes team-shape-1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(50px, -20px) rotate(0deg);
    }

    50% {
        transform: translate(100px, -40px) rotate(0deg);
    }

    75% {
        transform: translate(-50px, -70px) rotate(0deg);
    }

    100% {
        transform: translate(90px, 50px) rotate(0deg);
    }
}

@keyframes team-shape-3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-50px, 20px) rotate(0deg);
    }

    50% {
        transform: translate(-180px, 40px) rotate(0deg);
    }

    75% {
        transform: translate(-50px, -70px) rotate(0deg);
    }

    100% {
        transform: translate(90px, 50px) rotate(0deg);
    }
}


@-webkit-keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes animation-pulse-shrink {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    75% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animation-pulse-shrink {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    75% {
        transform: scale(0.7);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 767px) {
  .afeature__text p {
    padding: 0px;
  }
}

.afeature:hover .afeature__icon {
  border-color: #ffffff;
}
.afeature:hover .afeature__icon i {
  background: #000000;
  transform: rotate(360deg);
}

.about-feature-area {
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.choose--feature:hover i {
  animation-name: animation-pulse-shrink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}
.mb-35 {
    margin-bottom: 35px;
}
div.service--afeature__icon {
  padding: 0px;
  border: 10px solid rgba(34, 112, 255, 0.25);
  animation: pulse 8s infinite;
}
div.service--afeature__icon i {
  height: 160px;
  width: 160px;
  line-height: 160px;
  vertical-align: middle;
  font-size: 70px;
  line-height: 175px;
  animation: pulse-blue 8s infinite;
}
@media (max-width: 767px) {
  .site-footer .footer-heading {
    margin-top: 15px;
    margin-bottom: 10px !important;
  }
  .afeature .mb-35 {
    margin-bottom: 20px;
}
  .afeature {
    margin-bottom: 40px;
}
  .mb-105 {
    margin-bottom: 50px;
}
  .panel-default>.panel-heading a:after{
    top:-12px;
  }
  .porsed h2 {
    font-size: 22px;
}
  .devservices .ledopeas:hover{
 width: 100%;
  }
  .ledopeas{
    width: 90%;
  }
  .block-testimony-1 h3{
    font-size: 17px;
  }
  .block-testimony-1{
    padding:0px;
  }
  .leporo{
    padding:15px;
  }
  .filter-button-group button {
    margin: 0px 3px;
    padding: 5px 0px;
    font-size: 11px;
}
  .block-heading-1 h2 {
    font-size: 25px;
  }
  .boysel img{
    top:32px !important;
  }
  .request{
    margin:20px 0px;
    display: block;
  }
  section.services.padding {
    padding-bottom:20px;
}
  .clientmg img {
 padding: 10px 12px;
    width: 130px;
    display: inline-block;
}
  .services-item {
    margin-bottom: 40px;
}
  div.service--afeature__icon i {
    height: 120px;
    width: 120px;
    line-height: 130px;
    font-size: 48px;
  }
}
body{
  overflow-x: hidden;
}

/*faq panels*/

.folxpe {
    background: #0046a5;
    color: #fff;
    text-align: center;
    padding: 33px 34px;
    margin-top: 27px;
}
.folxpe h2{
  font-size: 25px;
  margin: 15px 0px;
}
.bookapp{
 background-color: #fff;
    color: #0046a5;
    font-weight: bold;
}
.bookapp:hover{
color:#000;
}
@media (max-width: 1024px) and (min-width:768px){
  .clientmg img {
    width: 200px;
}
  .request{
    padding:20px!important;
  }
}
.box-text-container h2{font-size: 18px;margin-top: 5px;}
.box-with-icon i{
  font-size: 40px;
}
.box-with-icon{
  background: #0072bf;
  color: #fff;
  padding: 17px 30px;
  margin-bottom: 15px;
  border-radius: 0px 50px 0px 50px;
}
.box-with-icon p{
  margin: 0px;
}
.leftrightdot {
    margin: 0px 0 35px 24px;
    display: table;
    clear: both;
    position: relative;
}
.leftrightdot h3:before {
    content: '';
    position: absolute;
    left: -24px;
    background: #0072bf;
    width: 6px;
    height: 26px;
}
.leftrightdot h3 {
    margin-top: 0px;
}
/*faq css*/

.faq .panel-collapse.in {
display: block;
}

.faq .panel {
    box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px
}

.faq .panel-body {
    padding: 25px 30px;
    border-radius: 0
}

.faq .panel-heading{
    padding: 0;
    border: 0
}

.faq .panel-title {
    margin: 0;
    width: 100%
}


.faq .panel-title a:after {
   content: "\f00d";
   background-color: #fff;
   color: #0046a5;
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   height: 55px;
   width: 55px;
   display: block;
   position: absolute;
   right: 5px;
   top: 6px;
   border-radius: 8px;
   line-height: 57px;
   text-align: center;
   font-size: 24px;
   transition: all .5s;
}
.faq .panel-title a.collapsed:after{
  background: #0046a5;
  color: #ffffff;
  content: "\f067";
}

.faq .panel-title a.collapsed{
  background-color:#fff;
   color: #0046a5; 
}
.faq .panel-title a {
    background: #0046a5;
    color: #ffffff;
    width: 100%;
    border-radius: 8px;
    transition: all .5s;
    background-size: 200%;
    display: block;
    font-size: 20px;
    position: relative;
    box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
    padding: 24px 65px 24px 30px;
}

.faq .panel-title a.collapsed:before {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.footer-social>a:hover span{
  transform: rotate(360deg);
  display: block;
  line-height: 34px;
}
/*service faq*/

.servicefaq .panel-collapse.in {
display: block;
}

.servicefaq .panel {
    box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.servicefaq .panel-body {
    padding: 25px 30px;
    border-radius: 0
}

.servicefaq .panel-heading{
    padding: 0;
    border: 0
}

.servicefaq .panel-title {
    margin: 0;
    width: 100%
}


.servicefaq .panel-title a:after {
   content: "\f00d";
   color: #ffffff;
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   height: 55px;
   width: 55px;
   display: block;
   position: absolute;
   right: 5px;
   top: 6px;
   border-radius: 8px;
   line-height: 57px;
   text-align: center;
   font-size: 24px;
   transition: all .5s;
}
.servicefaq .panel-title a.collapsed:after{
  color: #0045a4;
  content: "\f067";
}

.servicefaq .panel-title a.collapsed{
  background-color:#fff;
   color: #0046a5; 
}
.servicefaq .panel-title a {
    background: #0046a5;
    color: #ffffff;
    width: 100%;
    transition: all .5s;
    background-size: 200%;
    display: block;
    font-size: 20px;
    position: relative;
    box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
    padding: 24px 65px 24px 30px;
}


.servicefaq .panel-title a.collapsed:before {
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.footer-social>a:hover span{
  transform: rotate(360deg);
  display: block;
  line-height: 34px;
}
.showhover{
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.closeblog:hover .showhover{height:92% !important;opacity: 1;visibility: visible;background: transparent;/* z-index: 9999; */position: relative;}
.closeblog{
  /* overflow: hidden; */
  /* height:250px; */
  position: relative;
  padding-bottom: 280px;
  transition: all 0.3s ease-in-out;
}7
.closeblog:hover{
  overflow: visible;
  height:auto;
  position: relative;
}
.condiep{
 box-shadow: 0px 1px 4px #ddd;
 padding: 18px;
 margin-bottom: 25px;
 position: absolute;
 z-index: 99;
 background: #fff;
 transition: all 0.3s ease-in-out;
}
.bloginline{
  float: none;
  width: 33%;
  padding: 0px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.closeblog .showhover a{
  margin-bottom: 0px !important;
  transition: all 0.3s ease-in-out;
}

.blogpages .showhover {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.blogpages .closeblog{
  height:auto;
  padding-bottom: 0px;
}
.blogpages .condiep{
  position:relative;
}
.showhover:hover img{
      transform: scale(1.05);
}
.blogpages .closeblog:hover .showhover{height:auto !important;}

.blog-content .submit
{
  background-color: #0046a5;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 13px 25px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    border: none;
}
.term-condition-section h3{
  font-size:32px;
  padding:12px 0;
}
.term-condition-section h2{
  font-size:26px;
  color:#0073b8;
  letter-spacing:1px;
  display:inline-block;
/*  border-bottom:2px solid #0046A5; */

}
.term-condition-section p{
  font-size:16px;
  line-height:26px;
}
.term-condition-section ul{
  list-style-type:circle;
}
.term-condition-section ul li{
  padding:8px 0;
  font-size:16px;
  font-weight:500;
}
.icon-msg{
  padding:10px 0;
  list-style:none
}
.icon-msg li{
  padding:0 8px;
}
.icon-msg li i{
  color:#0073B8;
  padding:0 8px;
}
.icon-msg li span{
  font-family: 'Open Sans', sans-serif!important;
  font-size:14px;
  
}
.blog-content1 p{
  font-size:16px;
  line-height:26px;
  font-weight:400;
  text-align: justify;
}
.blog-content1 p.lead{
  font-size: 1.25rem;
    font-weight: 300;
}
.icon-msg li a{
  font-family: 'Open Sans', sans-serif!important;
  font-size:14px;
}
.blog__sidebar__feature {
  margin-bottom: 55px;
  padding-left:20px;
}

.blog__sidebar__feature h5 {
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog__sidebar__feature__item {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog__sidebar__feature__item:last-child {
  margin-bottom: 0;
}

.blog__sidebar__feature__item__pic {
  float: left;
  margin-right: 20px;
  width: 100px;
}

.blog__sidebar__feature__item__text {
  overflow: hidden;
}

.blog__sidebar__feature__item__text span {
  font-size: 12px;
  color: #0073b8;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blog__sidebar__feature__item__text h6 {
  color: #111111;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.blog__sidebar__tag {
  margin-bottom: 60px;
}

.blog__sidebar__tag h5 {
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.blog__sidebar__tag a {
  display: inline-block;
  font-size: 13px;
  color: #b7b7b7;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 12px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  position: relative;
  margin-bottom: 4px;
}

.blog__sidebar__tag a:after {
  position: absolute;
  right: -10px;
  top: 7px;
  height: 4px;
  width: 4px;
  background: #b7b7b7;
  border-radius: 50%;
  content: "";
}

.blog__sidebar__tag a:last-child:after {
  display: none;
}

.blog__sidebar__tag a:hover {
  color: #111111;
}

.blog__sidebar__social {
  margin-bottom: 55px;
}

.blog__sidebar__social h5 {
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.blog__sidebar__social a {
  display: inline-block;
  height: 34px;
  width: 34px;
  font-size: 18px;
  color: #707070;
  line-height: 34px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 46px;
  position: relative;
}

.blog__sidebar__social a:after {
  position: absolute;
  right: -40px;
  top: 15px;
  height: 1px;
  width: 30px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.blog__sidebar__social a:last-child {
  margin-right: 0;
}

.blog__sidebar__social a:last-child:after {
  display: none;
}

.blog__sidebar__social a:hover {
  color: #ea0c19;
  border-color: #ea0c19;
}

.blog__sidebar__newslatter h5 {
  font-size: 20px;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.blog__sidebar__newslatter form {
  position: relative;
}
.sidebar-box1{
  padding:20px 20px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  border:none!important;
  border-radius:initial!important;
  border-bottom: 1px solid #b7b7b7!important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input:placeholder{
  font-size:17px;
  font-weight:700;
}

@media (max-width:767px){
  .blog__sidebar__feature__item__text span {
    font-size: 9px;
    letter-spacing: 1px;
}
  .blog__sidebar__feature__item__text h6 {
    font-size: 12px;
    line-height: 17px;
}
  .blog__sidebar__feature__item__pic{
    width:55px;
  }
  .sidebar-box img{
        width: 18%!important;
  }
  .sidebar-box{
    padding:0px !important;
  }
  .bloginline{
    padding:0px 0px !important;
  }
  .site-section.technician {
    padding-top: 0px;
}
  #plans .price-plan .panel-default{
    margin-bottom:30px;
  }
  .panel-hover{
    padding:0px;
  }
  #plans .price-plan .panel-default h2 {
    font-size: 22px !important;
  }
  .aledopfoot ul{
    margin-bottom:0px;
  }
  .aledopfoot .mb-5{
  margin-bottom: 0rem!important;
  }
  .condiep{
    position:relative !important;
  }
  .showhover {
    height: auto !important;
    opacity:1 !important;
    visibility:visible !important;
  }
.closeblog {
    height: auto !important;
    padding-bottom: 0px;
 }
  .porsed {
    margin-top: 20px;
}
  .pdtop {
    padding-top: 50px;
}
  .site-section-cover p {
    font-size: 14px;
  }
  .elemleft a span{
    margin-left: 0px !important;
    font-size: 10px;
  }
  .social-top a span{
    margin-right: 5px !important;
    font-size: 10px;
  }
  .nav-link {
    display: block;
    padding: 0px 0rem;
}
  .ragister a{
      background: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size:10px;
  }
  .ragister{
  display: inline !important;
    margin-left: 14px;
  }
  .site-section-cover.inner-page, .site-section-cover.inner-page .container > .row {
    padding: 2em 0 !important;
}
    .bloginline{
  float: none;
  width: 100% !important;
  padding: 0px 15px;
  display:block !important;
}
  .talkto {
    /* position: absolute; */
    /* top: -51%; */
    /* transform: rotate(90deg); */
    /* right: 0; */
    display: none;
}
.talkto a{
     
    padding: 5px 11px;
    display: block;
    font-size: 15px;
}
.site-footer{
  padding-bottom: 0px;
  padding-top: 0px;
}
.ledopeas-sec {
    background: #ffffff;
    display: flex;
    padding: 20px 20px;
    margin: 8px 0px;
}
  .blog__sidebar__feature{
    padding-left:0px;
  }
  .comment-respond h3{
    font-size:22px;
  }
  ul.icon-msg.bloguls.d-flex {
    display: table !important;
}
  .icon-msg li {
    padding: 6px 0px;
    display: block;
}
    .emaillist input[type="submit"] {
    padding: 9px 6px !important;
    font-size: 12px;
    position: relative;
    top: -1px;
}
}
.btn.focus, .btn:focus{
  box-shadow:none;
}
.site-navbar .site-navigation .site-menu > li.current-menu-item > a{
  color: #0073b8 !important;
}
.site-mobile-menu .site-nav-wrap > li > ul > li.current-menu-item > a{
  color: #ddd !important; 
}
.social-top a:hover span{
color: #a0deea !important;
}
.emaillist {
  
}
.emaillist div{
  display: inline-block;
  width: 73%;
}
.emaillist label{
  width: 100%;
  display: inline-block;
}
.emaillist input{
  width: 100%;
  padding: 7px 10px;
  border-radius: 2px;
  border: none;
}
.emaillist input[type="submit"]{
  width: auto;
  background: #0073b8;
  color: #fff;
  border: none;
  padding: 7px 12px;
  border-radius: 3px;
}
.emaillist input[type="submit"]:hover{
  background:#000;
}
.block-counter-1 p{
  font-weight:bold;
  margin:0px;
}
.woocommerce div.product div.summary {
    margin-bottom: 5em !important;
    padding: 0px 50px;
}
.woocommerce-breadcrumb
{
  display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0073b8 !important;
    font-size: 1.25em;
}
.entry-summary .woocommerce-Price-amount
{
  color: #0073b8;
    font-weight: 700;
}
.woocommerce-Tabs-panel h2
{
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
     
    box-shadow: 10px 10px 10px 10px #ddd !important;
    
}
.woocommerce-product-gallery__trigger
{
  display: none;
}
.authertrx p
{
  text-align: justify;
}
.authertrx
{
  padding: 10px 0px;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {
    background: black;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.woocommerce-MyAccount-navigation li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: rgb(0 115 184);
    padding: 12px 40px;
    margin-bottom: 0;
    display: block;
    text-align: left;
    transition: all 0.5s ease-in-out;
}
.woocommerce-MyAccount-content p
{
  color: #a7a7a7;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

.woocommerce-MyAccount-content {
    background: #eee;
    padding: 15px 15px;
}
a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    color: #474747;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #0073b8 !important;
    color: #fff;
}
.woocommerce-cart #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 55% !important;
    padding: 9px 6px 5px !important;
}

.coupon .button {
    background-color: #0073b8 !important;
    color: #ffffff !important;
    padding: 12px !important;
}
.actions .button {
    background-color: #0073b8 !important;
    color: #ffffff !important;
    padding: 12px !important;
}
.checkout.woocommerce-checkout .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
.checkout.woocommerce-checkout .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.checkout.woocommerce-checkout p {
    float: none !important;
    width: 100% !important;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    margin-bottom: 30px;
}
.checkout.woocommerce-checkout p label {
    width: 100%;
}
.checkout.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.checkout.woocommerce-checkout input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa!important;
    border-radius: 4px!important;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3
{
  text-transform: capitalize;
}

.checkout_coupon #coupon_code
{
  padding: 10px 15px;
    border: 1px solid #e0e0e0;
}
.checkout_coupon .button
{
  background-color: #0073b8 !important;
    color: #ffffff !important;
    padding: 13px !important;
}
.checkout.woocommerce-checkout textarea {
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    height: 300px !important;
}
#order_review_heading
{
  text-transform: capitalize;
}

.products li .cusprod:hover:before {
    opacity: 1;
    visibility: visible;
}

.products li .cusprod:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    width: 90%;
    height: 92%;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 49%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.cusprod {
    position: relative;
}

@media (min-width: 1024px)
{
body.woocommerce ul.products li.product, .woocommerce-page ul.products li.product 
{
    width: 25%;
    margin-right: 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
}

.woocommerce ul.products li.product:hover .button {
    bottom: 260px;
    opacity: 1;
    visibility: visible;
    text-align: center;
}
.woocommerce ul.products li.product .button {
    background: #0073b8;
    margin-top: 1em;
    position: absolute;
    bottom: 62px;
    z-index: 999999;
    height: 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 142px;
    transition: all 0.4s ease;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
}


.archive .woocommerce-loop-product__title {
    text-align: center;
    font-size: 19px !important;
    color: #000 !important;
    margin-bottom: 0px !important;
}

.woocommerce-loop-product__title
{
  font-size: 19px !important;
    color: #000 !important;
    margin-bottom: 0px !important;
}

.woocommerce-page .woocommerce-loop-product__title
{
  text-align: center;
    display: block;
}
.woocommerce-page .price
{
  text-align: center;
}
.woocommerce-page .woocommerce ul.products li.product a img 
  {
    height: 300px !important;
  }

/*  .ajax_add_to_cart.added {
    display:none !important;
}*/

.single-product .price
{
  text-align: left !important;
}

.woocommerce-message {
    border-top-color: #0073b8 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    
    border-top: 3px solid #0073b8 !important;
     
}

.woocommerce-message::before {
    content: "\e015";
    color: #0073b8 !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #0073b8 !important;
    text-decoration: none;
    background-image: none;
    color: #ffffff!important;
}
#customer_login .col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
#customer_login .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#customer_login input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
}
#customer_login p label {
    width: 100%;
}

.woocommerce-form__input.woocommerce-form__input-checkbox {
    width: auto !important;
}

#customer_login p {
    float: none !important;
    width: 100% !important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    margin-bottom: 30px;
}

.password-input {
    width: 100%;
}

body .woocommerce-form-login__submit, body .woocommerce-form-register__submit {
    margin-right: 1em;
    background: #0073b8 !important;
    color: #fff !important;
}
.woocommerce-checkout #payment ul.payment_methods li{
	padding-left:58px!important;
}
/* modal */
.modal-contact{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y:auto;
	height: 100%;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,0.7);
}
.modal-contact .inner-modal{
	max-width: 650px;
	margin: 70px auto;
	background: white;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	padding: 30px;
}
.modal-contact .inner-modal button{
	position: absolute;
	top: -20px;
	right: -20px;
	padding: 12px 15px;
	border: 1px solid lightgray;
	border-radius: 50%;
}
.modal-contact .inner-modal button i{
	color: #0073b8;
}
.modal-contact .inner-modal h3{
	font-size: 26px;
	padding: 15px 0;
	color: #3367a0;
	letter-spacing: 1px;

}
.modal-contact .inner-modal form input,select{
	width: 100%;
	padding: 10px;
	border: 1px solid lightgray;
	border-radius: 12px;
	margin: 10px 0;
}
.modal-contact .inner-modal form input[type="submit"]{
	
	padding: 17px;
	display: inline-block;
	letter-spacing: 1px ;color: white;
	background: #0073b8;
	text-align: center;
	margin: 20px auto;

}
@media (max-width:600px) and (min-width:200px){
	.modal-contact .inner-modal{
		width:96%;
	}
}