/*
Theme Name: Buyinsurance hi
Version: 1.0.0
Author: Edward Yu
Author URI: http://lforever.com/
*/
@font-face {
  font-family: 'AvenirNext';
  src: url('fonts/AvenirNextLTPro-Regular.eot');
  src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('fonts/AvenirNextLTPro-Regular.otf') format('opentype'),
    url('fonts/AvenirNextLTPro-Regular.woff') format('woff'),
    url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
    url('fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.form-control:focus {
  box-shadow: none !important;
}
body {
  font-family: avenirnext !important;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.625;
}
.btn {
  font-size: 1.4rem !important;
}

h1,
h2,
h5,
h6,
.h1,
.h2,
.h5,
.h6 {
  font-weight: 700;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.3125;
  margin: 15px 0;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4167;
  margin: 10px 0;
}

p {
  margin: 15px 0;
}

a {
  color: #33475b;
  font-weight: 500;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #007a8c;
}

.content ul {
  margin: 15px 0 5px;
  padding: 0;
}

.content ul li {
  padding: 0 0 0 24px;
  text-indent: -6px;
  list-style: none;
}

.content ul li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  left: -14px;
  background-color: #2d3e50;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

/* jcarousel ****************************************************************************************************/
.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 10000em;
  position: relative;

  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
}

.blog .jcarousel {
  position: relative;
  background: #3f3784;
  /* Old browsers */
  background: -moz-linear-gradient(top, #458ec5 0%, #3f3784 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #458ec5 0%, #3f3784 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #458ec5 0%, #3f3784 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#458ec5', endColorstr='#3f3784', GradientType=0);
  /* IE6-9 */
  color: #fff;
}

.blog .jcarousel:before {
  content: '';
  display: block;
  width: 70%;
  height: 50%;
  background: url(img/topCircles.svg) no-repeat -40px -15px / contain;
  top: 0;
  left: 0;
  position: absolute;
}

.blog .jcarousel:after {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: url(img/bottomCircles.svg) no-repeat 130% 20px / contain;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.blog .jcarousel li {
  padding: 15px;
}

.blog .jcarousel li h2 {
  font-size: 32px;
  margin: 15px 0;
  text-align: center;
  font-weight: bolder;
}

.blog .jcarousel li .btn {
  margin: 0 auto 15px;
  border: 1px solid #fff;
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  display: block;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.blog .jcarousel li .btn:hover,
.blog .jcarousel li .btn:focus {
  opacity: 0.95;
  color: #33475b;
  background: #fff;
  text-decoration: none;
}

.blog .jcarousel li h3 {
  border-bottom: 2px solid #fff;
  margin: 10px 0 32px;
  padding: 0 0 15px;
  display: block;
  font-size: 20px;
  text-align: center;
}

.blog .jcarousel .tnp-submit {
  margin: 0;
}

.blog .jcarousel .btn-back {
  font-size: 12px;
  text-align: center;
  display: inline-block;
}

.blog .subscription {
  margin: 0;
}

/* #header ****************************************************************************************************/

#header {
  background: #393838;
  border-bottom: 1px solid #cbd6e2;
  z-index: 91;
  padding: 15px 0;
}

#header .language-swich {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#header .language-swich > li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

#header .language-swich li > a {
  padding: 10px 0;
  color: #fff;
}

#header .language-swich li > a span {
  padding: 0 15px;
  display: block;
}

#header .language-swich li > a.btn-toggle-lang span {
  padding-left: 0;
}

#header .language-swich > li + li > a span {
  border-left: 2px solid #cbd6e2;
}

#header .language-swich li .fa-globe {
  margin: 0 10px 0 0;
}

#header .language-swich li .fa-caret-down {
  margin: 0 0 0 10px;
}

#header .language-swich li:hover .languages {
  display: block;
}

#header .language-swich .languages {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #cbd6e2;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
  z-index: 95;
  padding: 10px 0;
  width: 100%;
}

#header .language-swich .languages:before {
  border-color: transparent transparent #cbd6e2 transparent;
  border-width: 0 13px 13px 13px;
  border-style: none solid solid solid;
  position: absolute;
  content: '';
  top: -13px;
  right: 6px;
}

#header .language-swich .languages:after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 12px 12px 12px;
  border-style: none solid solid solid;
  position: absolute;
  content: '';
  top: -12px;
  right: 7px;
}

#header .language-swich .languages li {
  display: block;
}

#header .language-swich .languages a {
  display: block;
  white-space: nowrap;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  padding: 0.25rem 1.25rem;
  color: #000;
}

#header .language-swich .languages a:hover,
#header .language-swich .languages a:focus {
  background: #e5f5f8;
}

#header .nav {
  float: right;
  margin: 3px 0 0;
}

#header .nav li {
  display: inline-block;
  vertical-align: middle;
}

#header .nav li + li {
  padding: 0 0 0 5px;
}

#header .nav form {
  padding: 0 5px;
  position: relative;
}

#header .nav form .fa-search {
  position: absolute;
  color: #00d0e4;
  left: 18px;
  top: 8px;
  z-index: 1;
}

#header .nav form input {
  cursor: pointer;
  background: none;
  text-align: left;
  border: 0;
  -webkit-transition: max-width 0.3s ease-out;
  -ms-transition: max-width 0.3s ease-out;
  transition: max-width 0.3s ease-out;
  max-width: 0;
  padding: 6px 5px 6px 40px;
  font-size: 14px;
  z-index: 2;
  position: relative;
  color: #fff;
}

#header .nav form input:focus {
  max-width: 175px;
  box-shadow: 0 0 4px 1px rgba(0, 208, 228, 0.3), 0 0 0 1px #00d0e4;
  border-color: rgba(0, 208, 228, 0.5);
  border-radius: 5px;
}

#header .nav .loginout a {
  color: #458ec5;
  padding: 5px 10px;
  border: 1px solid #458ec5;
  border-radius: 3px;
  font-size: 14px;
  display: block;
}

#header .nav .loginout a:hover,
#header .nav .loginout a:focus {
  background: #fff8f6;
}

#header .nav .link-external a {
  color: #fff;
  padding: 6px 10px;
  background: #458ec5;
  border-radius: 3px;
  font-size: 14px;
  display: block;
  text-align: center;
}

#header .nav .link-external a:hover,
#header .nav .link-external a:focus {
  background: #3f3784;
}

#header .nav .btn-get-quote {
  background: #fd7b53;
  background: -moz-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #fd7b53),
    color-stop(100%, #fdb353)
  );
  background: -webkit-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: -o-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: -ms-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: linear-gradient(to right, #fd7b53 0%, #fdb353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7b53', endColorstr='#fdb353', GradientType=1);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 24px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  margin: 0 15px 0 0;
}

#header .nav .btn-get-quote:hover,
#header .nav .btn-get-quote:focus {
  background: #d63a0f;
  background: -moz-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #d63a0f),
    color-stop(100%, #ff9a26)
  );
  background: -webkit-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: -o-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: -ms-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: linear-gradient(to right, #d63a0f 0%, #ff9a26 100%);
}

#header .nav .back-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

#header .nav .back-to-content {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 130px;
}

#header .nav .back-to-content span {
  margin: 0 0 3px;
}

/* #header-sticky ****************************************************************************************************/

#header-sticky {
  padding: 15px 0;
  height: 74px;
  background: #393838;
  border-bottom: 1px solid #cbd6e2;
  width: 100%;
  display: block;
  z-index: 91;
  position: fixed;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
}

.scrolling #header-sticky {
  transform: translateY(0px) !important;
}

#header-sticky .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header-sticky .menu li {
  display: inline-block;
  position: relative;
  margin: 0 30px 0 0;
}

#header-sticky .menu li a {
  color: #fff;
  padding: 10px 0 7px;
  display: block;
  text-transform: uppercase;
}

#header-sticky .menu li a:hover,
#header-sticky .menu li a:focus {
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 4px solid #458ec5;
}

#header-sticky .nav {
  float: right;
  margin: 5px 0 0;
}

#header-sticky .nav li {
  display: inline-block;
  vertical-align: middle;
}

#header-sticky .nav li + li {
  padding: 0 0 0 5px;
}

#header-sticky .nav .link-external a {
  color: #fff;
  padding: 6px 10px;
  background: url(img/bg-link-external.png) repeat-x center center;
  border-radius: 3px;
  font-size: 14px;
  display: block;
  text-align: center;
}

#header .bg-light .tagline span {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
  font-weight: 700;
  font-family: avenirnext;
}

/* #nav ****************************************************************************************************/

#nav {
  padding: 10px 0;
}

#nav .logo {
  margin: 10px 0;
}

#nav .mega-menu-wrap {
  background: none;
  float: right;
  margin: 13px 0 10px;
}

#nav .mega-menu-wrap a {
  color: #33475b !important;
}

@media (min-width: 768px) {
  #nav .mega-menu-wrap .mega-menu > li > a {
    font-size: 16px !important;
    font-weight: bolder !important;
    padding: 0px 30px 0px 10px !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > a:hover,
  #nav .mega-menu-wrap .mega-menu > li > a:focus,
  #nav .mega-menu-wrap .mega-menu > li.mega-toggle-on > a {
    background: none !important;
    color: #33475b !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-menu-item-has-children.mega-toggle-on
    > a:before {
    display: inline-block !important;
    position: absolute !important;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #cbd6e2;
    right: 27px;
    bottom: -7px;
    content: '';
    left: auto !important;
    background: #ffffff !important;
    z-index: 99;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-menu-item-has-children.mega-toggle-on
    > a
    .mega-indicator {
    position: absolute !important;
    display: block !important;
    border: none;
    width: 14px !important;
    height: 14px !important;
    background: #fff !important;
    right: 33px;
    z-index: 99;
    transition: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: -10px;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-menu-item-has-children
    > a
    .mega-indicator:before,
  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-menu-item-has-children
    > a
    .mega-indicator:after {
    display: none !important;
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-menu-item-has-children:after {
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-menu-item-has-children > a:after {
    color: #7c98b6 !important;
    font-size: 24px !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu {
    background: #fff !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12) !important;
    z-index: 95 !important;
    padding: 0 25px !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu > li {
    padding: 30px 0 !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu a {
    padding: 10px;
    display: block;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu a:hover,
  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu a:focus {
    background: #e5f5f8;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu h4 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu p {
    margin: 0;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu > li li {
    padding: 0 !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    > li {
    padding: 0 0 0 15px !important;
    margin: 0 15px 0 0 !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul {
    list-style: none;
    padding: 0;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul
    li {
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul
    li
    a {
    margin: 0 0 0 -10px;
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-software li:not(:last-child) {
    border-bottom: 1px solid #cbd6e2 !important;
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-software li .mega-sub-menu li {
    border-bottom: none !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-partners
    .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul
    li {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
  }
}

/* #content ****************************************************************************************************/

#content {
  padding: 15px 0;
}

.breadcrumbs {
  font-size: 14px;
  color: #234090;
}
.breadcrumbs strong {
  font-weight: 400 !important;
}
.breadcrumbs a {
  font-weight: 700 !important;
}
.single-blog {
}

.single-blog .img img {
  width: 100%;
  border-radius: 3px;
  object-fit: cover;
}

.single-blog .meta {
  padding: 20px 0 0;
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.single-blog .meta > div {
  display: inline-block;
  vertical-align: middle;
}

.single-blog .meta a {
  color: #33475b;
  font-weight: bold;
}

.single-blog h2.page-title,
.single-blog h1.page-title {
  font-size: 32px;
  margin: 15px 0 40px;
  color: #33475b;
  font-weight: bold;
  line-height: 1.5;
}

.single-blog .author {
}

.single-blog .author .avatar {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #458ec5;
  padding: 2px;
  border-radius: 50%;
  width: 75px;
  margin: 0 15px 0 0;
}

.single-blog .author .avatar img {
  border-radius: 50%;
}

.single-blog .author .name {
  display: inline-block;
  width: cacl(100% - 90px);
  vertical-align: middle;
}

.single-blog .author .name p {
  margin: 0;
}

.single-blog .author .name a {
  color: #0091ae;
}

.single-blog .author .intro {
  font-size: 14px;
  text-align: center;
  max-width: 70%;
  padding: 0 15px;
}

.single-blog .author .intro p {
  margin: 20px 0;
}

.single-blog .author .intro .btn {
  color: #fff;
  padding: 6px 10px;
  background: #458ec5;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.single-blog .author .intro .btn:hover,
.single-blog .author .intro .btn:focus {
  background: #3f3784;
}

.content {
  margin: 40px 0 0;
}

.sticky-socials {
  top: 100px;
  margin: 40px 0 0;
  position: sticky;
  width: 42px;
}

.content p.date {
  font-size: 14px;
  font-style: italic;
  margin: 30px 0;
}

.content p.tags {
  font-size: 14px;
  margin: 30px 0;
}

.content p.tags a {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  background: #eaf0f6;
  color: #33475b;
  margin-left: 10px;
  cursor: pointer;
}

.content p.tags a:hover,
.content p.tags a:focus {
  background: #e5f5f8;
}

.content .socials {
  margin: 0 0 40px;
  text-align: center;
}

.content .socials h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
}

.content .socials .at-icon {
  /*background: #00a4bd;
    color: #fff;
    display: block;
    border-radius: 50%;
	fill: #fff !important;
*/
}

.content .socials .at-share-btn {
  padding: 15px;
}

.relates {
  margin-bottom: 30px;
  padding-top: 30px;
  margin-top: 45px;
  border-top: 2px solid #33475b;
}

.relates h3 {
  margin: 0 0 40px;
  text-align: center;
  color: #33475b;
}

/* blogs ****************************************************************************************************/
.blogs > .row > div {
  margin-bottom: 30px;
}

.blogs .blog-featured {
  height: auto;
}

.blogs .blog {
  border-radius: 3px;
  margin: 0 0 15px;
  position: relative;
  background: #eaf0f6;
  height: auto;
}

.blogs .blog:hover {
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014);
}

.blogs .ad {
  background: #458ec5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #458ec5 0%, #3f3784 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #458ec5 0%, #3f3784 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #458ec5 0%, #3f3784 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#458ec5', endColorstr='#3f3784', GradientType=0);
  /* IE6-9 */
  padding: 50px 80px;
  color: #fff;
  height: 100%;
  border-radius: 3px;
}

.blogs .ad:hover {
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014);
}

.blogs .ad h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 60px;
}

.blogs .ad h3 + h3 {
  margin: 0;
}

.blogs .ad h4 {
  font-weight: bold;
  margin: 0 0 60px;
}

.blogs .ad .btn {
  margin: 0 auto 15px;
  border: 1px solid #fff;
  width: 100%;
  max-width: 230px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  display: block;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2px;
}

.blogs .blog .img {
  margin: 0;
  height: 0;
  position: relative;
  width: 100%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.blogs .blog .img img {
  min-width: 100%;
  display: block;
}

.blogs .blog a.cat {
  padding: 0;
  min-height: 0;
  display: block;
  height: 100%;
  /*	background: #458ec5;*/
}

.blogs .blog a.cat .con {
  padding: 20px;
  color: #fff;
}

.blogs .blog a.cat .con h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.blogs .blog a.cat .con p {
  font-size: 18px;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}

.blogs .blog h4 {
  margin: 0;
}

.blogs .blog h4 a {
  display: block;
  padding: 15px 15px 45px 15px;
  font-weight: 600;
  min-height: 100px;
  color: #33475b;
  font-size: 30px;
}

.blogs .blog .meta {
  padding: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.blogs .blog .meta a {
  font-weight: bold;
}

.blogs .blog .meta > div {
  display: inline-block;
  vertical-align: middle;
}

.blogs .blog .min {
}

.blogs .blog-p .blog:last-child {
  margin-bottom: 0;
}

.blogs .blog-p > h4 {
  background: #458ec5;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 4px 10px;
  margin: 0 0 15px;
  max-width: 60%;
  font-weight: bolder;
}

.blogs .blog-p h4 a {
  min-height: 100px;
  font-size: 14px;
}

.wp-pagenavi {
  text-align: center;
  padding: 30px 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 0 10px;
  margin: 0 10px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #0091ae;
  border: none !important;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #007a8c;
  background-color: #e5f5f8;
  text-decoration: none;
}

.wp-pagenavi .current {
  background-color: #e5f5f8;
  border: 1px solid #00a4bd !important;
}

/* blog-cats ****************************************************************************************************/

.blog-cats {
  margin-bottom: 30px;
  padding-top: 30px;
  margin-top: 45px;
  border-top: 2px solid #33475b;
}

.blog-cats h3 {
  text-align: center;
  padding: 60px 0 0;
  margin: 0 0 40px;
  background: url(img/orange-circles.png) no-repeat center top;
  color: #33475b;
  font-size: 30px;
  font-weight: 600;
}

.blog-cats .cat {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  -webkit-transition: box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  /*	background: #458ec5;*/
  border-radius: 3px;
  overflow: hidden;
  display: block;
  height: 100%;
}

.blog-cats .cat:hover,
.blog-cats .cat:focus {
  box-shadow: 0 10px 50px -5px rgba(51, 71, 91, 0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014);
}

.blog-cats .cat .img {
}

.blog-cats .cat .con {
  padding: 20px;
  color: #fff;
}

.blog-cats .cat h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.blog-cats .cat p {
  font-size: 18px;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}

/* #subscription ****************************************************************************************************/
.subscription {
  position: relative;
  background: #3f3784;
  /* Old browsers */
  background: -moz-linear-gradient(top, #458ec5 0%, #3f3784 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #458ec5 0%, #3f3784 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #458ec5 0%, #3f3784 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#458ec5', endColorstr='#3f3784', GradientType=0);
  /* IE6-9 */
  color: #fff;
  margin: 0 0 100px;
}

.subscription:before {
  content: '';
  display: block;
  width: 70%;
  height: 50%;
  background: url(img/topCircles.svg) no-repeat -40px -15px / contain;
  top: 0;
  left: 0;
  position: absolute;
}

.subscription:after {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  background: url(img/bottomCircles.svg) no-repeat 130% 20px / contain;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.subscription .alpha {
  padding: 60px;
}

.subscription .alpha h2 {
  font-size: 30px;
  font-weight: 600;
}

.subscription .omega {
  margin: 0;
  padding: 50px 50px 50px 0;
}

.subscription label {
  font-weight: bold;
}

.subscription .tnp-lists label {
  font-weight: normal;
}

.subscription .tnp-lists span {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
}

.subscription .tnp-lists span:before {
  content: '';
  background: #fff;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  left: 0;
  position: absolute;
  top: 4px;
}

.subscription .tnp-lists input {
  position: absolute;
  opacity: 0;
}

.subscription .tnp-lists input:checked + span:before {
  background: rgba(255, 255, 255, 0.5) url(img/bg-checked.png) no-repeat
    center/10px auto;
}

.subscription .tnp-submit {
  border-radius: 3px;
  font-weight: 300;
  color: #33475b;
  transition: 0.15s color ease-out, 0.15s background-color ease-out,
    0.15s border-color ease-out;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin: 34px 0 0;
}

.subscription .tnp-submit:hover,
.subscription .tnp-submit:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.subscription p {
  font-size: 12px;
  margin: 10px 0;
}

.subscription a {
  color: #fff;
  text-decoration: underline;
}

.subscription .sep {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.subscription .sep span {
  font-weight: 600;
  margin: 0;
}

.subscription .sep:before {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
  min-width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.subscription .sep:after {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
  min-width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.subscription .btn {
  margin: 0 auto 15px;
  border: 1px solid #fff;
  width: 230px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  display: block;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}

.subscription .btn:hover,
.subscription .btn:focus {
  opacity: 0.95;
  color: #33475b;
  background: #fff;
  text-decoration: none;
}

.get-a-quote {
  margin-bottom: 30px;
}

.get-a-quote .looking {
  color: #003698;
  text-align: center;
  font-weight: normal;
}

.get-a-quote .btn-get-quote {
  background: #fd7b53;
  background: -moz-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #fd7b53),
    color-stop(100%, #fdb353)
  );
  background: -webkit-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: -o-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: -ms-linear-gradient(left, #fd7b53 0%, #fdb353 100%);
  background: linear-gradient(to right, #fd7b53 0%, #fdb353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7b53', endColorstr='#fdb353', GradientType=1);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.5;
  border-radius: 24px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  margin: 0 15px 0 0;
}

.get-a-quote .btn-get-quote:hover,
.get-a-quote .btn-get-quote:focus {
  background: #d63a0f;
  background: -moz-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, #d63a0f),
    color-stop(100%, #ff9a26)
  );
  background: -webkit-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: -o-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: -ms-linear-gradient(left, #d63a0f 0%, #ff9a26 100%);
  background: linear-gradient(to right, #d63a0f 0%, #ff9a26 100%);
}

.newsleter-form h3 {
  color: #003698;
}

.newsleter-form p {
  color: #4d4d4d;
}

/* #footer ****************************************************************************************************/

#footer {
  background: #eef4f4;
  color: #000e38;
  padding: 80px 0 0;
}

#footer .footer-nav {
}

#footer .footer-nav h4 {
  font-weight: 900;
  font-size: 14px;
}

#footer .footer-nav .menu {
  list-style: none;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

#footer .footer-nav .menu li {
}

#footer .footer-nav .menu li a {
  padding: 5px 0;
  color: #000e38;
  display: block;
}

#footer .footer-nav .menu li a:hover,
#footer .footer-nav .menu li a:focus {
  color: #7fd1de;
}

#footer .footer-nav .menu li a i {
  vertical-align: top;
}

#footer .footer-nav .menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}

#footer .footer-nav .menu .sub-menu a {
  font-size: 12px;
}

#footer .footer-nav .btn-support {
  color: #33475b;
  padding: 6px 10px;
  margin: 10px 0;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
}

#footer .footer-nav .socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#footer .footer-nav .socials li {
  display: inline-block;
}

#footer .footer-nav .socials li a {
  color: #cbd6e2;
  padding: 10px 0;
  display: block;
}

#footer .footer-nav .socials li a:hover,
#footer .footer-nav .socials li a:focus {
  color: #7fd1de;
}

#footer .footer-languages {
  padding: 30px 0;
}

#footer .footer-languages ul {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
}

#footer .footer-languages ul li {
  display: inline-block;
}

#footer .footer-languages ul li a {
  color: #000e38;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
}

#footer .footer-languages ul li a:hover,
#footer .footer-languages ul li a:focus {
  color: #7fd1de;
}

#footer .footer-copyright {
  padding: 0 0 30px;
}

#footer .footer-copyright .sep {
  border-top: 1px solid #7c98b6;
  margin: 0 0 30px;
}

#footer .footer-copyright .copyright-wrapper {
}

#footer .footer-copyright .logo {
}

#footer .footer-copyright .copyright {
  margin: 10px 0;
  font-size: 12px;
}

#footer .footer-copyright .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}

#footer .footer-copyright .footer-links li {
  display: inline-block;
}

#footer .footer-copyright .footer-links li a {
  color: #000e38;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
}

#footer .footer-copyright .footer-links li a:hover,
#footer .footer-copyright .footer-links li a:focus {
  color: #7fd1de;
}

@media (max-width: 1200px) {
  .blogs .ad {
    padding: 50px 15px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .blogs .ad .btn {
    max-width: 100%;
  }

  #header-sticky .menu li a {
    padding: 5px 0 7px;
  }

  #nav .mega-menu-wrap {
    margin: 10px 0;
  }

  #nav .mega-menu-wrap .mega-menu > li > a {
    padding: 0px 15px 0px 10px !important;
  }
}

@media (max-width: 768px) {
  #header-sticky,
  .sticky-socials {
    display: none;
  }

  #nav .mega-menu-wrap .mega-menu-toggle {
    background: none;
  }

  #nav .mega-menu-wrap .mega-menu-toggle-block:after {
    color: #000;
  }

  #nav .mega-menu-wrap .mega-toggle-label {
    opacity: 0;
  }

  #nav .mega-menu-wrap {
    float: none;
  }

  #nav .mega-menu-wrap .mega-menu {
    background: none !important;
    width: calc(200% + 30px) !important;
    margin-left: calc(-100% - 30px) !important;
    margin-right: 0 !important;
  }

  #nav .mega-menu-wrap a {
    color: #33475b !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > a {
    font-size: 16px !important;
    font-weight: bolder !important;
    padding: 0px 30px 0px 10px !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > a:hover,
  #nav .mega-menu-wrap .mega-menu > li > a:focus,
  #nav .mega-menu-wrap .mega-menu > li.mega-toggle-on > a {
    background: none !important;
    color: #33475b !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-menu-item-has-children
    > a
    .mega-indicator {
    float: none !important;
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-menu-item-has-children > a:after,
  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-menu-item-has-children
    > a
    .mega-indicator:after {
    color: #7c98b6 !important;
    font-size: 24px !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu {
    background: #fff !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12) !important;
    z-index: 95 !important;
    padding: 0 !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu > li {
    padding: 30px 0 !important;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu a {
    padding: 10px;
    display: block;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu a:hover,
  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu a:focus {
    background: #e5f5f8;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu h4 {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu p {
    margin: 0;
  }

  #nav .mega-menu-wrap .mega-menu > li > .mega-sub-menu > li li {
    padding: 0 !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    > li {
    padding: 0 0 0 15px !important;
    margin: 0 15px 0 0 !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul {
    list-style: none;
    padding: 0;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul
    li {
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul
    li
    a {
    margin: 0 0 0 -10px;
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-software li:not(:last-child) {
    border-bottom: 1px solid #cbd6e2 !important;
  }

  #nav .mega-menu-wrap .mega-menu > li.mega-software li .mega-sub-menu li {
    border-bottom: none !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li.mega-partners
    .mega-sub-menu
    .mega-sub-menu
    .mega-sub-menu
    ul
    li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    > li.mega-menu-column {
    width: 100% !important;
  }

  #nav
    .mega-menu-wrap
    .mega-menu
    > li
    > .mega-sub-menu
    .mega-sub-menu
    > li.mega-menu-column
    + li.mega-menu-column {
    margin: 15px 0 0;
  }

  .blogs .blog-p {
    margin-top: 15px;
  }

  .blog-cats .cat .img img {
    width: 100%;
  }

  .blog-cats .col-md-3 {
    margin-bottom: 30px;
  }

  .subscription {
    display: none;
  }

  .get-a-quote .btn-get-quote {
    margin: 0 auto;
    display: block;
  }

  #footer .footer-nav {
    text-align: center;
  }

  #footer .footer-nav .socials {
    display: block;
  }

  #footer .footer-nav .socials li {
    margin: 0 10px;
  }

  #footer .footer-copyright .copyright-wrapper {
    text-align: center;
  }

  #footer .footer-copyright .footer-links {
    float: none;
  }

  #footer .footer-copyright .float-right {
    float: none !important;
    text-align: center;
  }
}

@media (max-width: 576px) {
  #nav .mega-menu-wrap .mega-menu {
    background: none !important;
    width: calc(300% + 30px) !important;
    margin-left: calc(-220% - 30px) !important;
    margin-right: 0 !important;
    clear: both !important;
  }

  .sticky-socials {
    display: none;
  }
}

#custom_html-3,
#custom_html-19 {
  list-style: none;
}

.navbar-nav > li {
	position: relative;
}

.navbar-nav > li > a {
	padding: 0 14px;
	display: inline-flex;
}

.navbar-nav > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease-out;
	
}

.navbar-nav .sub-menu {
	padding: 15px 15px 15px 25px;

}

.navbar-nav .sub-menu > li:not(:last-child) {
	padding-bottom: 7px;
}

@media (max-width: 992px) {
	.navbar-nav > li > a {
	font-size: 20px;
    font-weight: 700;
	}
}

@media (min-width: 991px) {
	.navbar-nav .sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 14px;
	background: #fff;
	padding: 10px 15px;
	box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
	transition: 0.3s ease-out;
}
}

/*COMP-9 Changes Start*/
.call-to-action {
	background: #00ABD4 !important;
}
.call-to-action .btn-orange {
	background-color: #F05A28;
    color: white !important;
}
/*COMP-9 Changes End*/