body {
  font-family: "Source Sans Pro", "Calibri", sans-serif;
  color: #666;
}

h1 {
  font-size: 31px;
  color: #003a7e;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0;
  text-align: center;
}

h1,
h2,
h3 {
  margin-bottom: 30px;
}

h4,
h5,
h6 {
  margin-bottom: 15px;
}

h3 {
  font-size: 28px;
  font-weight: bold;
}

p {
  font-size: 18px;
  line-height: 1.5em;
}
a:not(.short_icon),
a:not(.short_icon):hover {
  /* color: #003a7e; */
  /* font-weight: 500; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

#main ol {
  padding-bottom: 10px;
}

.grey {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/*--------------------------------------------------*\
         buttons
\*--------------------------------------------------*/

.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-more {
  background: none;
  border-radius: 0px;
  width: 260px;
  margin-top: 20px;
  border: 2px solid #003a7e;
  color: #003a7e;
}

.btn.btn-more:hover {
  color: #fff;
  background-color: #023262;
  border-color: #003a7e;
}

.btn.btn-uno {
  background: none;
  border-radius: 0px;
  width: 260px;
  margin-top: 20px;
  border: 2px solid #f37021;
  color: #f37021;
  font-weight: 600;
}

.btn.btn-uno:hover {
  color: #fff;
  background-color: #f37021;
  border-color: #f37021;
}

.btn.white_btn {
  background: none;
  border-radius: 0px;
  width: 260px;
  margin-top: 20px;
  border: 2px solid #fff;
  color: #fff;
}

.btn.white_btn:hover {
  /*   color: #003a7e; */
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}

/*--------------------------------------------------*\
         nav
\*--------------------------------------------------*/

#nav {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 0 20px;
  top: 0;
  width: 100%;
  height: 100px;
  min-height: initial;
  position: absolute;
  z-index: 9999;
}

.nav-logo img {
  max-width: 250px;
  max-height: 60px;
}

#nav .btn-more i {
  padding-right: 10px;
}

@media (max-width: 767px) {
  #nav {
    height: 60px;
  }
  .navbar-brand {
    padding: 10px;
  }
  .nav-logo img {
    max-height: 40px;
  }
}

.navbar-brand img {
  max-height: 65px;
}

@media (max-width: 1412px) {
  .navbar-brand img {
    height: 48px;
    margin-top: 8px;
  }
}

@media (max-width: 1199px) {
  .navbar-brand img {
    height: 62px;
    margin-top: 0;
  }
}

@media (max-width: 450px) {
  .navbar-brand img {
    height: 39px;
    margin-top: 10px;
  }
}

/* nav-icon */

#nav-icon {
  float: right;
  width: 60px;
  height: 45px;
  position: relative;
  margin: 20px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  transform: scale(0.55);
  z-index: 100;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #4f4f4f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 18px;
}

#nav-icon span:nth-child(3) {
  top: 36px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  #nav-icon {
    transform: scale(0.4);
    margin-top: 10px;
  }
}

#nav-content {
  position: absolute;
  background: #f8f8f8;
  display: flex;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  padding: 80px 200px 100px 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #nav-content {
    padding: 50px;
  }
}

@media (max-width: 990px) {
  #nav-content {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  #nav-content {
    padding: 25px;
    display: block;
  }
}

#nav-icon.open ~ #nav-content {
  z-index: 99;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#nav-content ul {
  list-style: none;
  padding: 0;
}

#nav-content li a {
  display: block;
}

/*****level 1*****/

#nav-content div:nth-child(2) > ul > li:nth-child(-n + 2) {
  display: none;
}

#nav-content div > ul > li > a {
  color: #6d6e70;
  font-size: 30px;
  margin: 30px 0;
  text-decoration: none;
  color: #c98d44;
}

#nav-content div > ul > li > a:hover {
  color: #c98d44;
}

#nav-content div.nav-disable > ul > li > a {
  pointer-events: none;
  cursor: default;
}

/*****level 2*****/

#nav-content ul > li > ul {
  padding-left: 0;
  list-style-type: none;
}

#nav-content ul > li > ul > li:before {
  position: absolute;
  content: "\e638";
  font-family: "xtreme";
  font-size: 15px;
  color: #c98d44;
  left: 0px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

#nav-content ul > li > ul > li {
  font-size: 15px;
  position: relative;
  padding-left: 1.5em;
  margin: 15px 0;
  color: #777;
  font-weight: lighter;
  vertical-align: middle;
}

#nav-content ul > li > ul > li a {
  color: inherit;
  text-decoration: none;
}

#nav-content ul > li > ul > li a:hover {
  font-weight: bold;
}

/****mobile size*****/

@media (max-width: 990px) {
  #nav-content div > ul > li > a {
    font-size: 18px;
    margin: 20px 0;
  }
  #nav-content ul > li > ul > li:before {
    font-size: 12px;
  }
  #nav-content div > ul > li > ul > li {
    font-size: 12px;
    margin: 8px 0;
  }
  #nav-content .btn-more {
    width: 200px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  #nav-content {
    visibility: hidden;
  }
  #nav-icon.open ~ #nav-content {
    visibility: visible;
    display: block;
  }
  #nav-content ul > li > ul {
    display: none;
  }
  #nav-content div > ul > li > a {
    font-size: 18px;
    margin: 20px 0;
  }
  #nav-content > div > ul > li.open > ul {
    display: block;
  }
}

/****social media*****/

#nav-content ul.social {
  position: absolute;
  bottom: 0;
  margin-top: 1em;
  list-style: none;
  padding-left: 0;
}

#nav-content ul.social li {
  display: inline-block;
  padding-right: 20px;
}

#nav-content ul.social li i {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #c98d44;
  display: inline-block;
  font-size: 25px;
  text-decoration: none;
}

#nav-content ul.social a {
  margin-bottom: 0;
}

#nav-content ul.social li i:hover {
  color: #acacac;
}

@media (max-width: 767px) {
  #nav-content ul.social {
    position: relative;
    margin-top: 0px;
  }
  #nav-content ul.social li i {
    font-size: 18px;
  }
  #nav-content ul.social a {
    margin: 10px 0;
  }
}

/*--------------------------------------------------*\
         home banner
\*--------------------------------------------------*/

#banner {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #4f4f4f;
  padding: 10em 0;
  text-align: left;
  height: 100vh;
}

#banner .row {
  margin-right: 0px;
}

#banner .hero_content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#banner .sub_title {
  font-size: 20pt;
  font-weight: bold;
  text-transform: uppercase;
}

#banner .hero_title {
  font-size: 50px;
  font-weight: lighter;
  max-width: 85%;
  text-transform: uppercase;
}

.btn-hero {
  background-color: #c98d44;
  border: 2px solid #c98d44;
  color: #fff;
  padding: 20px 60px;
  font-size: 12pt;
  border-radius: 0px;
  margin-top: 30px;
}

.btn-hero:hover {
  background-color: transparent;
  color: #c98d44;
}

#banner .sub_title,
#banner .hero_title,
.btn-hero,
#hero_contact,
.hero_title_sm .sub_title,
.hero_title_sm .hero_title,
.hero_contact_sm .wow {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#banner #hero_contact {
  background-color: #4f4f4f;
  padding: 30px 100px 30px 40px;
  color: #fff;
  right: 0px;
  bottom: 10%;
  position: absolute;
}

#banner #hero_contact p.para_title {
  color: #fff;
  font-size: 22pt;
  font-weight: lighter;
  line-height: 2em;
}

#banner p.para {
  font-size: 12pt;
  font-weight: lighter;
  /* line-height:2em; */
}

#banner p i {
  vertical-align: -10px;
  font-size: 24pt;
  margin-right: 15px;
  line-height: 1.2em;
}

@media (max-width: 1200px) {
  #banner .hero_title {
    font-size: 30px;
  }
  #banner #hero_contact {
    padding: 20px 50px 20px 30px;
  }
  #banner #hero_contact p.para_title {
    font-size: 20px;
  }
  #banner p.para {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body #banner {
    height: 50vh !important;
    position: relative;
  }
  .carousel-indicators {
    bottom: 210px !important;
  }
  .carousel-inner {
    top: 15% !important;
  }
  #buttonlocation {
    bottom: 255px !important;
  }
  .section.hero_title_sm {
    color: #fff;
    background-color: #8c9ba4;
    padding: 1.5em 1em;
    text-transform: uppercase;
  }
  #myCarousel .item .banner p {
    font-size: 30px !important;
  }
  .section .hero_title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
  }
  .section.hero_title_sm .btn-hero {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 15px;
  }
  .section.hero_contact_sm {
    color: #fff;
    background-color: #4f4f4f;
    padding: 1.5em 1em;
  }
  .section.hero_contact_sm p.para {
    font-size: 15px;
  }
}


@media(min-width: 1140px) {
    .home-banner-4 h2 {
        font-size: 64px !important;
    }
    
    .home-banner-4 p {
        font-size: 20px !important;
    }
}

/*********************************
        Camera
**********************************/
#home-banner {
  margin-top: 85px;
}

/*--------------------------------------------------*\
         subpage banner
\*--------------------------------------------------*/

#subpage-banner {
  background-color: #656668;
  color: #fff;
  text-align: center;
  padding: 205px 0;
  font-size: 60px;
  font-weight: 600;
  background-position: 9% 66%;
  background-position-y: center;
  background-size: cover;
  height: 500px;
  box-shadow: inset 0 0 0 700px rgba(51, 51, 51, 0.5);
}

@media (max-width: 767px) {
  #subpage-banner {
    /*margin-top: 60px;*/
    font-size: 40px;
    height: unset;
    padding-bottom: 20%;
    padding-top: 20%;
  }
}

/*--------------------------------------------------*\
         sections
\*--------------------------------------------------*/

/****list style****/

#main ul {
  padding-left: 0;
  list-style-type: none;
}

#main ul li:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f111";
  left: 3px;
  top: 1px;
  font-size: 8px;
  color: #f37021;
}

#main ul li {
  font-size: 1.3em;
  padding-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5em;
  color: #777;
}

#main li {
  margin: 5px 0;
}

#main li a {
  color: #003260;
  font-weight: bold;
  line-height: 25px;
  font-size: 15px;
  vertical-align: middle;
}

.hr {
  width: 100%;
  height: 1px;
  margin: 50px 0px;
  background-color: #e0e0e0;
}

@media (max-width: 767px) {
  #main {
    padding: 3em 0;
  }
  #main .container {
    padding: 0 2em;
  }
  .hr {
    margin: 50px 0px;
  }
}

.section hr {
  border-top: 1px solid rgba(141, 206, 242, 0.7);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.section.pics {
  display: block;
  margin: 20px 5px;
}

.section.pics > div {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section.pics {
    display: block;
  }
}

.section.pics .home-pics {
  padding-bottom: 80px;
}

.section.pics .home-pics .btn {
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .section.pics .col-sm-6.left {
    padding-left: 0px;
    padding-right: 30px;
  }
  .section.pics .col-sm-6.right {
    padding-right: 0px;
    padding-left: 30px;
  }
}

.section.pics .img-preview {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* border-radius: 10px; */
  margin-bottom: 20px;
  /* box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .5); */
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#home-section .section.pics .img-preview {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#home-section .section.pics .img-preview:hover {
  box-shadow: 0 15px 45px -5px rgba(10, 16, 34, 0.2);
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.section.pics .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .home-pics {
    margin-bottom: 60px;
  }
  .section.pics .img-preview {
    height: auto;
  }
}
@media (max-width: 450px) {
  #banner #myCarousel .item .banner p {
    font-size: 22px !important;
  }
}

/***********************************
          News
************************************/

.post-area,
.post-title,
.post-date {
  display: block;
  width: 100%;
}

.post-area {
  color: #505050;
}

.post-area.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.news .post-area.animated:nth-child(-n + 3) {
  -webkit-animation-delay: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}

.load-more.animated {
  -webkit-animation-delay: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 1.5s;
}

.post-area .col-sm-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.post-title a {
  text-decoration: none;
  font-weight: normal;
  color: #7ac142;
}

.post-title .p-title {
  padding-top: 20px;
  font-size: 18px;
  width: auto;
  word-wrap: break-word;
  /* text-align: justify; */
  clear: both;
  overflow: hidden;
}

.post-more {
  margin-top: 10px;
}

.post-more a {
  color: #7ac142;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.post-more span {
  display: inline-block;
  margin-top: -6px;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-more a:hover span {
  padding-left: 10px;
  font-weight: bold;
}

.post-area .preview-image {
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}

.preview-image img {
  min-width: 100%;
  height: 100%;
  left: 50%;
  position: relative;
  transform: translate(-50%);
}

.preview-content {
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.69231;
  color: #505050;
  /* text-align: justify; */
  clear: both;
  overflow: hidden;
}

.load-more {
  text-align: center;
  clear: both;
}

@media (min-width: 767px) {
  .post-area .preview-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
  }
  .post-content {
    margin-bottom: 40px;
  }
  .p-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
  }
}

@media (max-width: 767px) {
  .post-area .preview-image {
    height: auto !important;
  }
  .post-area .preview-image img {
    width: 100%;
    height: auto;
  }
  .post-area {
    margin-bottom: 50px;
  }
}

/***********************************
          Newsletter
************************************/

#main.newsletter {
  padding-top: 4em;
}

@media (max-width: 767px) {
  #main.newsletter {
    padding: 3em 0;
  }
}

.newsletter .news-content img {
  max-width: 100%;
  height: auto;
}

.newsletter-info {
  background-color: #f8f8f8;
  padding: 20px 0;
}

.newsletter-info .container .row {
  align-items: center;
  justify-content: center;
  display: flex;
}

.newsletter-info .middle {
  text-align: center;
}

.newsletter-info .right {
  text-align: right;
}

.newsletter-info a {
  text-transform: uppercase;
  color: #7ac142;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.newsletter-info .left span {
  padding-right: 10px;
}

.newsletter-info .right .tools span {
  padding-left: 10px;
  font-size: 25px;
}

.newsletter-info .title {
  font-weight: bold;
  font-size: 18px;
}

.newsletter-info .date {
  font-weight: lighter;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .newsletter-info .row:first-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .newsletter-info {
    padding: 0;
  }
  .newsletter-info .row {
    padding: 10px 0;
  }
}

.addthis_inline_share_toolbox {
  position: absolute;
  right: 5px;
  top: 40px;
  width: 50px;
  z-index: 99;
}

.newsletter .hr {
  margin-top: 50px;
  margin-bottom: 0px;
}

.recent-articles {
  margin-left: -8px;
  margin-right: -8px;
}

.recent-articles h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .recent-articles h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

/*******************

     Pagination

*******************/

ul.pagination {
  clear: both;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 8px !important;
  text-align: center;
}

ul.pagination > li {
  color: #dbdbdb;
  font-weight: bold;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

ul.pagination li {
  border-radius: 0;
  background-color: #fff;
  color: #f58426;
  border: 1px solid #fff;
  padding: 6px 12px;
  line-height: 1.42857143;
  border: none;
}

ul.pagination > li.nx {
  border-radius: 0;
  background-color: #fff;
  border: none;
}

ul.pagination > li.cur {
  border-radius: 0;
  background-color: #f58426;
  color: #fff;
  border: 1px solid #f58426;
  padding: 6px 12px;
  line-height: 1.42857143;
  border: none;
}

ul.pagination > li:hover {
  cursor: pointer;
}

ul.pagination > li:hover,
ul.pagination > li.active {
  background-color: #f58426;
  color: #fff;
  border: 1px solid #f58426;
  border: none;
}

.prev,
.next {
  /* color: #f58426; */
  font-weight: bold;
}

.prev:hover,
.next:hover {
  background-color: #f58426;
  color: #fff;
}

@media (max-width: 767px) {
  ul.pagination {
    text-align: left;
  }
}

/***********************************
          I want to
************************************/

#main.i-want-to {
  padding-bottom: 0;
}

#main.i-want-to a {
  color: #c98d44;
  text-decoration: none;
  line-height: initial;
  font-size: inherit;
  font-weight: normal;
  vertical-align: initial;
}

#main .i-want-to-heading {
  text-align: center;
  margin-bottom: 40px;
}

/***********************************
          About us
************************************/

#main.about-us {
  padding-bottom: 0;
}

.about-us .who-we-are h1 {
  margin-bottom: 20px;
  text-align: left;
}

.about-us .who-we-are p {
  padding-bottom: 10px;
  font-size: 16px;
}

.about-us .who-we-are .row:first-child {
  margin-bottom: 30px;
}

.about-us h1 {
  text-align: center;
  margin-bottom: 50px;
}

/***********************************
           what you can expect
************************************/

.what-you-can-expect h3 {
  text-align: center;
}

.what-you-can-expect .expect-desc {
  text-align: center;
}

.what-you-can-expect .steps {
  margin-bottom: 50px;
}

/*********time line*************/

#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  position: relative;
  padding: 0 120px;
}

#timeline .timeline-item:not(:last-child):before {
  content: "";
  width: 2px;
  height: 100%;
  /* background: #E0E0E1; */
  top: 0;
  position: absolute;
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#timeline .timeline-item {
  position: relative;
}

#timeline .timeline-item .timeline-icon {
  background: #ffffff;
  border: 2px solid #e6e6e7;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: -11.5px;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

#timeline .timeline-item .timeline-icon .fa-circle {
  color: #c98d44;
}

#timeline .timeline-item .timeline-content {
  background: #fff;
  padding: 20px;
  padding-left: 50px;
  min-height: 100px;
}

#timeline .timeline-item .timeline-content h5 {
  padding-left: 20px;
  color: #c98d44;
  margin: -18px 0 10px -20px;
  text-transform: uppercase;
  font-size: 18px;
}

@media (max-width: 1200px) {
  #timeline {
    padding: 0 30px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #timeline {
    margin: 10px;
    padding: 0px;
  }
  #timeline .timeline-item .timeline-content {
    padding: 20px 0 20px 30px;
  }
}

/***********************************
            online services
************************************/

.online-services h3 {
  padding-bottom: 0px;
  font-size: 30px;
  color: #626262;
  font-weight: lighter;
}

.online-services h3:not(:first-child) {
  padding-top: 30px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .online-services > div:not(:first-child) h3 {
    padding-top: 40px;
  }
  .online-services h3:not(:first-child) {
    padding-right: 0px;
  }
}

.online-services h4 {
  font-weight: bold;
  color: #626262;
  padding: 10px 0;
}

/***********************************
            tools and calculators
************************************/

.tools-and-calculators h3 {
  text-align: center;
}

.tools-and-calculators h4:not(:first-child) {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .tools-and-calculators h4 {
    padding-top: 15px;
  }
}

.tools-and-calculators .myAMP {
  text-align: center;
}

.tools-and-calculators .app {
  padding: 50px 0;
  text-align: center;
}

.tools-and-calculators .app .row {
  display: flex;
}

@media (max-width: 767px) {
  .tools-and-calculators .app .row {
    display: block;
  }
}

.tools-and-calculators img {
  display: inline-block;
  margin: 0 20px;
  margin-top: 20px;
}

.tools-and-calculators .app .col-sm-6 > div {
  padding: 50px 30px;
  background-color: #eceff0;
}

.tools-and-calculators .mobile {
  border-bottom: 1px solid #ddd;
}

.tools-and-calculators .hr {
  margin: 30px 0;
}

.tools-and-calculators .calculator {
  text-align: center;
  padding: 2em 0;
}

.tools-and-calculators .calculator .row {
  display: flex;
}

.tools-and-calculators .calculator .col-sm-6 {
  padding: 20px 60px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .tools-and-calculators .calculator .col-sm-6 {
    padding: 20px;
  }
  .tools-and-calculators .calculator .row {
    display: block;
  }
  .tools-and-calculators .calculator .savings {
    padding-top: 20px;
  }
}

.tools-and-calculators .calculator p {
  font-size: 16px;
}

.tools-and-calculators .calculator i {
  font-size: 45px;
  color: #c98d44;
}

.tools-and-calculators .other-calculators {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .tools-and-calculators .app .mobile {
    margin-right: 15px;
  }
  .tools-and-calculators .app .tablet {
    margin-left: 15px;
  }
  .tools-and-calculators .app .col-sm-6 > div {
    height: 100%;
  }
  .tools-and-calculators .mobile {
    border-color: transparent;
  }
  .tools-and-calculators .calculator .btn-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
  }
}

/***********************************
         contact/ get started
************************************/

.contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.contact-content,
.contact-form-content {
  text-align: center;
  padding-bottom: 15px;
}

.contact-content {
  padding-bottom: 35px;
}

.contact-content h1:after {
  content: "";
  display: block;
  height: 1px;
  width: 45px;
  margin: 20px auto;
  border-bottom: 2px solid #656668;
}

.contact-form-content h1 {
  padding-bottom: 20px;
}

.contact-address {
  margin: 25px 0;
}

.contact-details .contact-info {
  font-size: 18px;
  color: #023262;
  line-height: 40px;
}

.contact-details .contact-info i {
  width: 40px;
  font-size: 25px;
}

.contact-details .contact-info a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-details .contact-info a:hover {
  color: #f37021;
}

@media (max-width: 767px) {
  .contact-details {
    padding-top: 20px;
  }
  .contact-details .contact-info {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .contact-details {
    padding-left: 50px;
  }
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 46px;
  padding-left: 5px;
  padding-bottom: 15px;
  border-width: 0 0 2px 0;
  border-color: #e5e5e5;
  color: #023262;
  font-size: 25px;
  line-height: 30px;
  font-weight: lighter;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form .input-text:focus {
  outline: none;
  border-color: #00305f;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

.contact-form .label {
  position: absolute;
  left: 10px;
  bottom: 11px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.contact-form .help-block {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #a94442;
}

.form-field.has-error input {
  border-color: #a94442;
}

.contact-form .submit {
  text-align: center;
  margin: 15px 0;
}

.g-recaptcha > div {
  width: 100% !important;
}

@media (max-width: 767px) {
  .form-field {
    padding-top: 30px;
  }
  .g-recaptcha {
    transform: scale(0.8, 0.8);
    margin-left: -5px;
  }
}

.get-started > .row:first-child {
  margin-bottom: 50px;
}

.get-started-map {
  padding-top: 6em;
}

#formWidgetSubmitResultText {
  clear: both;
  color: #c98d44;
  text-align: center;
  margin-bottom: 15px;
  font-size: 25px;
}

.bottom-contact h3 {
    font-size: 24px;
}


/******map******/

#map1,
#map2,
#map3,
#map4,
#map5 {
  height: 480px;
}

/***********************************
          T & C
************************************/

.terms-and-conditions p {
  padding-bottom: 10px;
}

.terms-and-conditions ol li {
  font-size: 18px;
  font-weight: lighter;
}

.terms-and-conditions .tc {
  font-weight: bold;
  padding-top: 20px;
}

/*--------------------------------------------------*\
         Bottom banner
\*--------------------------------------------------*/

.bottom-banner {
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.bottom-banner .overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.bottom-banner h1 {
  color: #fff;
  text-align: center;
  max-width: 550px;
}

.bottom-banner p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
}

.bottom-banner .btn-more {
  color: #fff;
  border-color: #fff;
}

.bottom-banner .btn-more:hover {
  background-color: rgba(201, 141, 68, 0.8);
}

.bgPos-bottom {
  background-position: bottom !important;
}

/*--------------------------------------------------*\
         tool bar
\*--------------------------------------------------*/

.tool-bar .row > div {
  text-align: center;
}

.tool-bar .row > div:nth-child(odd) {
  background-color: #11769c;
}

.tool-bar .row > div:nth-child(even) {
  background-color: #f37021;
}

.tool-bar a {
  color: #fff;
  height: 235px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.tool-bar a:hover {
  color: #00397d;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tool-bar i {
  font-size: 60px;
}

.tool-bar .text {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tool-bar .text {
    font-size: 12px;
  }
  .tool-bar .row > div:nth-child(odd) {
    background-color: #98bda2;
  }
  .tool-bar .row > div:first-child {
    background-color: #8d9ba4;
  }
}

/*--------------------------------------------------*\
         Bottom sections
\*--------------------------------------------------*/

.section.bottom {
  text-align: center;
  padding: 6em 0;
}

@media (max-width: 767px) {
  .section.bottom {
    padding: 3em 0;
  }
}

.section.bottom h4 {
  font-size: 2em;
}
.section.bottom .title {
  font-weight: 400;
}

.section.bottom.form {
  background-color: #c98d44;
  color: #fff;
}

.section.bottom.form a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.section.bottom.form h1 {
  color: #fff;
}

/*--------------------------------------------------*\
         Footer
\*--------------------------------------------------*/

#footer {
  background-color: #00235c;
  color: #ffffff;
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 991px) {
  #footer .col-md-8 {
    padding-right: 50px;
  }
}

#footer a {
  color: inherit;
}

#footer ul.social {
  margin-top: 1em;
  list-style: none;
  padding-left: 0;
}

#footer ul.social li {
  display: inline-block;
  padding-right: 20px;
}

#footer ul.social li i {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5em;
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer ul.social li i {
    font-size: 1em;
  }
}

#footer ul.social li i:hover {
  color: #acacac;
}

#footer .footer-logo {
  max-width: 211px;
}

#footer .footer-links {
  color: #fafafa;
}

#footer p {
  font-size: 13px;
  color: white;
}

#footer .amp_logo {
  padding-bottom: 30px;
  max-width: 250px;
}

#footer .footer-name,
#footer .footer-connect {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}

#footer .footer-contact {
  padding-bottom: 20px;
  font-size: 16px;
  color: #f7f7f7;
  font-weight: 500;
}

#footer .ytml {
  padding-left: 15px;
  padding-top: 10px;
  clear: both;
}

@media (max-width: 990px) {
  #footer .footer-links {
    padding-top: 20px;
  }
}

.social_sharing h5 {
  font-size: 16px;
}
.social_sharing .fa-circle {
  color: #0077b5;
}

/*--------------------------------------------------*\
         google search
\*--------------------------------------------------*/
/**************************************************
#search-tool {
  max-width: 200px;
  margin-left: -15px;
  display: block;
  position: absolute;
  bottom: 55px;
}

#search-tool .gsc-input-box {
  height: auto;
  width: 170px;
}
@media(max-width:990px) {
  #search-tool .gsc-input-box {
    width: 150px;
  }
}

@media(max-width:767px) {
  #search-tool {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}


#search-tool table.gsc-search-box #gs_tti50 {
  padding-top: 2px;
  padding-bottom: 2px;
}

#search-tool .cse .gsc-search-button input.gsc-search-button-v2,
#search-tool input.gsc-search-button-v2 {
  width: 69px;
  height: 25px;
  outline: none;
}

#search-tool .gsc-results-wrapper-overlay .gsc-selected-option-container {
  width: auto !important;
}

#search-tool .gsc-control-cse.gsc-control-cse-en {
  background: transparent;
  border: none;
}

#search-tool input.gsc-search-button {
  border-color: #C98D44;
  background-color: #C98D44;
  height: 26px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

#search-tool input.gsc-search-button:hover {
  border-color: #4f4f4f;
  background-color: #4f4f4f;
}
*******************************************/

/*--------------------------------------------------*\
         orangebox (video)
\*--------------------------------------------------*/

#ob_container #ob_float {
  margin-bottom: -221px !important;
}

#ob_container #ob_close {
  height: auto;
  right: 0;
  left: auto;
  top: -21px;
  width: auto;
  color: #fff;
}

#ob_container #ob_window {
  padding: 0;
  max-width: 640px !important;
  width: 100% !important;
}

#ob_container #ob_video {
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------*\
         mouse scroll
\*--------------------------------------------------*/

#mouse-scroll {
  display: block;
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  z-index: 98;
  bottom: 0;
  padding-bottom: 20px;
}

#mouse-scroll span {
  display: block;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-dekay: 0.3s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}

#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1.2s ease infinite;
  -moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------*\
         our team
\*--------------------------------------------------*/

.profile {
  margin-bottom: 80px;
}
.set:last-child .profile:last-child {
  margin-bottom: 0;
}

.opengroup {
  height: auto !important;
}

.set > .container {
  margin-bottom: 40px;
}

.bio {
  background-color: #f8f8f8;
  border-top: 1px solid #083c75;
  border-bottom: 1px solid #083c75;
  padding: 30px 50px 40px 50px;
}

.set > .container > .row {
  display: flex;
}

.arrow-up {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  z-index: 4;
  bottom: -50px;
  background: #fff;
}
.arrow-inner {
  width: 20px;
  height: 20px;
  border-left: 1px solid #083c75;
  border-top: 1px solid #083c75;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 3;
}

#team .profile .close-icon {
  float: right;
  font-size: 2.25rem;
  position: relative;
  top: -20px;
  left: 30px;
  cursor: pointer;
}

#cross {
  background: red;
  height: 100px;
  position: relative;
  width: 20px;
}
#cross:after {
  background: red;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 40px;
  width: 100px;
}

.moreinfo:hover {
  cursor: pointer;
}
.moreinfo .img-wrapper {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  height: 0;
  padding-bottom: 100%;
}

.set .bio p {
  margin-bottom: 15px;
  font-size: 16px;
}
.set .bio p.subheading {
  font-weight: bold;
}
.set .alias .name {
  color: #c98d44;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.set .alias .title {
  color: #929394;
  font-size: 15px;
  font-weight: bold;
}
.set .bio .advisername {
  text-align: left;
  display: block;
  font-size: 3rem;
  line-height: 1.875;
  margin: 0;
  color: #5c5c5c;
  font-weight: 400;
  vertical-align: bottom;
}
.set .bio .advisertitle {
  color: #5c5c5c;
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 400;
  margin-top: 0;
  display: block;
  text-shadow: none;
}

.set .bio li {
  font-size: 16px;
  font-weight: lighter;
}

@media (max-width: 767px) {
  .bio {
    padding: 20px 15px;
  }
  #team .profile .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -10px;
    left: 0px;
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .openbio .row .col-sm-6:first-child {
    padding-right: 40px;
  }
}

/*****************************************
            Demo Css
*****************************************/
#header {
  min-height: 86px;
}
.navbar-nav > li {
  /* padding: 17px 10px 0px 10px; */
  /* padding-left: 10px; */
  margin: 17px 10px 0px 0px;
  margin-right: 5px;
}

.navbar-nav.view-switch > li {
  padding: 2px 10px 0px 10px;
  margin-top: 0;
}

@media (max-width: 500px) {
  .navbar-nav.view-switch > li {
    padding: 2px 2px 0px 2px;
  }
}

@media (max-width: 1412px) {
  .navbar-nav > li {
    padding: 5px 1px 0px 1px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav > li {
    padding: 26px 10px 0px 10px;
  }
}

#header .navbar-inverse {
  background-color: white;
  border-color: transparent;
}
#header .navbar-inverse .navbar-nav > li > a {
  color: #003a7e;
  font-size: 17px;
  cursor: pointer;
}

@media (max-width: 1412px) {
  #header .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  #header .navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
  }
}

#header .navbar-inverse .navbar-nav > li.dropdown > a {
  /* pointer-events: none; */
  cursor: default;
}

#header .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #003a7e;
  color: white;
}

#header .navbar-inverse .navbar-nav > .active > a {
  color: #fff;
  background-color: #003a7e;
}
#header .navbar {
  margin-bottom: 0px;
}

#header .navbar-inverse .navbar-toggle {
  border-color: #033364;
  background-color: #00325f;
  margin: 15px 0 15px 0;
}
#header .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

#header .navbar-inverse .navbar-nav > .open > a,
#header .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #003a7e;
  color: white;
}

#header .dropdown-menu > li a {
  color: #013160;
  font-size: 17px;
  margin-bottom: 1px;
}

@media (max-width: 576px) {
  #myCarousel .item .banner p {
    font-size: 26px !important;
  }
  .btn.btn-more {
    width: 230px !important;
  }
}
/************************************
    nav collapse at 1199px
*************************************/
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 15px;
    margin-bottom: 30px;
    height: auto;
    overflow-x: hidden;
  }
  .navbar-nav > li {
    float: none;
    padding: 5px 0px 5px 0px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /***************
    .open .dropdown-menu li{
      margin-left:20px;
    }
    **************************/
  navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #dedcdc;
  }
}

body #banner {
  height: 550px;
  padding: 0px 0px;
}

#myCarousel {
  height: 550px;
}
#myCarousel .item .banner p {
  text-align: center;
  font-size: 40px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
.carousel-inner {
  top: 35%;
}
#buttonlocation {
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -31%;
  text-align: center;
  list-style: none;
}
.banner .btn.btn-more {
  border: 2px solid #1f562d;
  color: #1f562d;
}

/*****************
	Footer
****************/

#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #f37021;
}

#footer .social_icon a:hover {
  color: inherit;
}

#footer ul.social {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
  list-style: none;
  padding-left: 0;
}
#footer ul.social li {
  display: inline-block;
}
#footer ul.social li .fa {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  font-size: 2em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  width: 2.25em;
  background-color: #7fb7d2;
  top: -0.5em;
}

@media (max-width: 767px) {
  #footer ul.social li .fa {
    font-size: 1.5em;
  }
}

#footer ul.social li .fa-twitter {
  background-color: #5f5f5f;
}

#footer ul.social li .fa-facebook {
  background-color: #5f5f5f;
}

#footer ul.social li .fa-linkedin {
  background-color: #5f5f5f;
}

#footer ul.social li .fa-youtube {
  background-color: #5f5f5f;
}

#footer ul.social li .fa-google-plus {
  background-color: #5f5f5f;
}

#footer .footer-logo {
  max-width: 133px;
}
#footer p {
  font-size: 15px;
}

/*--------------------------------------------------*\
         google search
\*--------------------------------------------------*/
#search-tool {
  margin-top: 20px;
  width: 280px;
  display: block;
  /* margin-left: auto; */
  /* margin-right: auto; */
}

@media (max-width: 990px) {
  #search-tool {
    margin-top: 0;
    /* float: left; */
  }
}
#search-tool .gsc-input-box {
  height: auto;
  width: 170px;
}
#search-tool table.gsc-search-box #gs_tti50 {
  padding-top: 2px;
  padding-bottom: 2px;
}
#search-tool .cse .gsc-search-button input.gsc-search-button-v2,
#search-tool input.gsc-search-button-v2 {
  width: 69px;
  height: 25px;
  outline: none;
  background-color: #7ac142;
}
@media (max-width: 300px) {
  #search-tool .cse .gsc-search-button input.gsc-search-button-v2,
  input.gsc-search-button-v2 {
    width: 50px;
    height: auto;
    padding: 6px 17px;
  }
}
#search-tool .gsc-results-wrapper-overlay .gsc-selected-option-container {
  width: auto !important;
}

#search-tool .gsc-control-cse.gsc-control-cse-en {
  background: transparent;
  border: none;
}
/******************************
     tool bar
*******************************/
/**********************************\

            Tool Bar

\**********************************/
.bar_menu {
  display: block;
  position: relative;
  float: right;
  padding: 5px 0;
  border-top: 1px solid #b8b8b8;
  clear: both;
}
.bar_menu h4 {
  margin: 0;
  padding: 10px 0;
  clear: both;
  color: #006ebf;
  font-weight: bold;
}
.bar_menu ul {
  margin: 20px;
  padding: 0;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0 !important;
  list-style-type: none;
}
.bar_menu ul li {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.bar_menu ul li:hover {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.bar_menu ul li a {
  font-weight: normal;
}
.bar_menu ul li a:hover {
  font-weight: bold;
  color: #000000;
}
.sub_menu > ul > li > span {
  color: black !important;
}
.btn_services {
  display: block;
  position: relative;
  float: right;
  clear: both;
}
.btn_services ul {
  display: table;
  margin: 20px 0;
  height: auto;
  padding: 0;
}
.btn_services ul li {
  display: table;
  margin: 0 0 12px 0;
  float: left;
  width: 100%;
}
.item:hover a {
  text-decoration: none;
}
#tool_bar {
  height: 100%;
  padding: 0;
  margin-top: 10px;
}
#tool_bar .item a {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tool_bar .book,
#tool_bar .downloadnewsletter {
  float: right;
  padding: 20px 0;
  border-top: 1px solid #b8b8b8;
  line-height: 50px;
  display: block;
  clear: both;
}
#tool_bar .btn_more {
  height: auto !important;
  padding: 0;
  width: 100%;
  margin: 0;
  line-height: 30px;
}
#tool_bar .btn_more.appointment .text {
  display: block;
}
#tool_bar .btn_more:hover a {
  text-decoration: none;
  background-position: 0 -50px;
}
#tool_bar .btn_more a {
  font-weight: lighter;
  display: block;
  color: #fff;
}
#tool_bar .btn_services ul,
#tool_bar .video,
#tool_bar .btn_more,
#tool_bar .book,
#tool_bar .downloadnewsletter,
#tool_bar .bar_menu {
  width: 100%;
  max-width: 240px;
}
#tool_bar .item span.text,
#tool_bar .btn_more span.text {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: lighter;
  text-align: left;
}
@media (max-width: 1199px) {
  #tool_bar .item span.text,
  #tool_bar .btn_more span.text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #tool_bar .item span.text,
  #tool_bar .btn_more span.text {
    font-size: 12px;
  }
}
#tool_bar .btn_services .item a,
#tool_bar .btn_more a {
  background-color: transparent;
  color: #444444;
  border: 1px solid #cccccc;
  -moz-transition: background-color 0.14s ease-out, color 0.14s ease-out;
  -o-transition: background-color 0.14s ease-out, color 0.14s ease-out;
  -webkit-transition: background-color 0.14s ease-out, color 0.14s ease-out;
  transition: background-color 0.14s ease-out, color 0.14s ease-out;
}
#tool_bar .btn_services .item a:hover,
#tool_bar .btn_more a:hover {
  background-color: #cccccc;
  color: #fff;
}
#tool_bar .btn_services .item a .text,
#tool_bar .btn_more a .text {
  float: none;
  width: auto;
  display: block;
}
#tool_bar .btn_services .item a .text .fa,
#tool_bar .btn_more a .text .fa {
  padding-right: 10px;
}
#tool_bar .btn_services .item a,
#tool_bar .book a {
  padding: 20px 17px;
}
@media (max-width: 991px) {
  #tool_bar .btn_services .item a,
  #tool_bar .book a {
    padding: 15px 10px;
  }
}
#tool_bar .video {
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  clear: both;
  border-top: 1px solid #b8b8b8;
  float: right;
  width: 100%;
  max-width: 240px;
}
#tool_bar .video .videoplay {
  text-align: center;
}
#tool_bar .video .title {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #fff;
  color: #444444;
  margin-top: -29px;
  position: absolute;
  line-height: 30px;
  border-top: 1px solid #cccccc;
  -moz-transition: background-color 0.14s ease-out, color 0.14s ease-out;
  -o-transition: background-color 0.14s ease-out, color 0.14s ease-out;
  -webkit-transition: background-color 0.14s ease-out, color 0.14s ease-out;
  transition: background-color 0.14s ease-out, color 0.14s ease-out;
}
@media (max-width: 991px) {
  #tool_bar .video .title {
    font-size: 11px;
  }
}
#tool_bar .video .overlay {
  width: 100%;
  height: 100%;
}
#tool_bar .video .overlay img {
  margin: auto auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
}
@media (max-width: 991px) {
  #tool_bar .video .overlay img {
    width: 35px;
  }
}
#tool_bar .video:hover > div {
  border-color: #002060;
}
#tool_bar .video:hover .title {
  background-color: #cccccc;
  color: #fff;
  cursor: pointer;
}
#tool_bar .video:hover .overlay img {
  opacity: 1;
}
#tool_bar .video .videoloop {
  display: none;
  position: relative;
  border: 1px solid #cccccc;
  overflow: hidden;
  width: 100%;
}
#tool_bar .btn_more.download_newsletter a {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
}
#tool_bar .btn_more.download_newsletter a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1199px) {
  #tool_bar .btn_more.download_newsletter a {
    font-weight: normal;
  }
}
@media (max-width: 991px) {
  #tool_bar .btn_more.download_newsletter a {
    font-size: 12px;
    padding: 14px 0;
  }
}

#videoCarousel .item {
  overflow: hidden;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#videoCarousel .carousel-inner .active {
  opacity: 1;
}
#videoCarousel .carousel-inner .active.left,
#videoCarousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#videoCarousel .carousel-inner .next.left,
#videoCarousel .carousel-inner .prev.right {
  opacity: 1;
}
#videoCarousel .carousel-control {
  z-index: 2;
}

/****************************************
            ulreponition
***************************************/
body #main .reposition ul li {
  padding-left: 0px;
  min-width: 240px;
}

body #main .reposition .btn_services ul {
  margin-top: 0px;
}
body #main .reposition #tool_bar {
  margin-top: 0px;
}
body #main .reposition ul li:before {
  color: transparent;
}
body #main .reposition li a {
  color: #666;
}
.reposition .bar_menu h4 {
  color: rgb(0, 47, 93);
}
/***************************************
        CONTACT US 


label {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.contact-info label{
	color:#f58426 !important;
	font-weight:bold !important;
}



#appointments {
    width: 100%;
    border: 2px solid #eee;
    margin-bottom: 20px;
    margin-top: 0;
}

#appointment_form {
    padding: 15px 15px 0px 76px;
    letter-spacing: -0.005em;
}

@media(max-width: 767px){
	#appointment_form {
		padding: 15px;
		letter-spacing: -0.005em;
	}	
}

#office_name {
    font-size: 16px;
    color: #82ccfa;

}

.form-group:last-child{	
	margin-bottom: 0;
}




#profile_detail p {
    padding-bottom: 15px;
}


#btnFWSubmit {
    display: block;
    width: 200px;
    height: 50px;
    float: right;
    background: #333;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
}


***************************************/

#btnFWSubmit:hover {
  background: #f58426;
}

.content_body .control-label {
  font-weight: bold !important;
  font-size: 14px;
  float: left;
  padding: 5px 10px;
  clear: left;
  width: 15%;
  /** text-align: left; **/
  line-height: 30px;
  color: #666 !important;
}

.content_body .control-label-2 {
  font-weight: bold !important;
  font-size: 16px;
  float: left;
  padding: 5px 10px;
  clear: left;
  line-height: 30px;
  color: #000;
}

#captcha {
  float: left !important;
}

#payment-form #captcha {
  float: none !important;
}

@media (min-width: 768px) {
  .form-group .col-sm-offset-3 {
    margin-left: 15% !important;
  }
}

.g-recaptcha {
  margin-top: 10px;
}
/*
@media screen and (max-width: 768px){
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: left;
        -webkit-transform-origin: left;
        float:left !important;
    }
    
    #btnFWSubmit {
        float:left;
    }
}
*/
@media (max-width: 768px) {
  #appointments {
    padding-left: 0px;
  }
}

.helper_message {
  margin: 20px;
}

body #main {
  padding: 3em 0em 2em;
  border-bottom: 1px solid #b8b8b8;
}

#appointments #appointment_form .btn.btn-more {
  width: 230px;
  float: right;
}
@media screen and (max-width: 768px) {
  #appointments #appointment_form .btn.btn-more {
    float: left;
  }
}

****************************************/
/******************************************
                    our team
*********************************************/
.team_detail >img {
  max-height: 210px;
  margin: 0 auto;
}
.readmorebutton {
  color: #ffffff;

  padding: 9px 8px !important;

  border: 1px solid #002f5d;

  font-size: 14px !important;

  font-weight: 400;

  font-style: normal;

  text-align: center;

  white-space: nowrap;

  line-height: 1.42857;

  cursor: pointer;

  text-transform: uppercase;

  font-family: "Fira Sans", sans-serif;

  transition: all 0.5s;

  background: #002f5d;

  text-decoration: none;
}

.readmorebutton:hover {
  background: white;
  color: #002f5d;
  text-decoration: none;
}

body #main .teamsocial ul li:before {
  background-color: transparent;
  font-size: 0px;
}

body #main .teamsocial ul li:first-child {
  padding-left: 0em !important;
}
.smallteamprofile {
  font-size: 15px;
  margin-bottom: 20px;
}

.profile_intro {
  border-bottom: 2px solid #d89a0b;
  margin-top: 30px;
}

.profile_border {
  border-bottom: 1px solid #d89a0b;
}

.profile_title {
  background-color: #003a79;
  color: #fff;
  font-size: 3.4em;
  padding: 20px;
  margin-bottom: 20px;
}

.profile_title > p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .profile_title {
    font-size: 2em;
  }
  #ob_window {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  #header .navbar-right .dropdown-menu {
    right: initial !important;
  }
}

@media (max-width: 992px) {
  #footer ul.social {
    text-align: center;
  }
  #header .navbar-inverse .navbar-nav > li:last-child a {
    border: none !important;
    /* background-color:white !important; */
  }
}

input.gsc-search-button {
  -webkit-border-radius: 0px !important;
}

/*
#header .navbar-inverse .navbar-nav >li:last-child a{
        border: 2px #7ac142 solid;
        background: #7ac142;
}
#header .navbar-inverse .navbar-nav >li:last-child a:hover{
      
        background-color:white;
}
*/
.subheadings {
  font-size: 30px;
  margin: 1em 0;
  font-weight: 400;
}

/*******************************************
            ytml search
*******************************************/

.results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 75%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 1;
  z-index: 100002;
  visibility: hidden;
  opacity: 0;
  /*     -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear; */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.results-wrapper-overlay h3:after {
  margin-left: 0;
}

@media (max-width: 767px) {
  .results-wrapper-overlay {
    width: 96%;
    left: 2%;
  }
}

.results-close-btn {
  float: right;
  opacity: 1;
  height: 12px;
  width: 12px;
  position: absolute !important;
  top: -15px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
}

#page-result a {
  color: #00235c;
  font-size: 20px;
}

.overflow {
  overflow: hidden;
}

.search-open {
  visibility: visible;
  opacity: 1;
}

.search-close {
  visibility: hidden;
  opacity: 0;
}

.page-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100001;
}

@media (max-width: 767px) {
  #search-tool {
    position: static;
    margin-left: 0;
    max-width: 250px;
    /* clear: both; */
  }
}

@media (max-width: 768px) {
  #search-tool > form.navbar-form > div > input.form-control {
    width: 100%;
  }
}

.navbar-form .search-btn {
  background-color: #f37023;
  padding: 0.5em 2.5em;
  font-size: 14px;
  border-radius: 0;
  border-color: #f37023;
}

.navbar-form .search-btn span {
  color: #fff;
}

.navbar-form input {
  border-radius: 0;
  border-right: 0;
}

.navbar-form input:focus {
  border-color: #001e41;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 30, 65, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 30, 65, 0.6);
}

@media (max-width: 767px) {
  #search-tool-mobile form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #search-tool-mobile .input-group-btn {
    display: block;
  }
}

.searchLoadingImg .fa {
  color: #fff;
}

#search-tool-mobile .searchLoadingImg {
  float: left;
  position: absolute;
  right: -45px;
  top: 3px;
}

#search-tool-mobile {
  position: absolute;
  top: 85px;
  right: 115px;
  z-index: 100;
}

@media (max-width: 767px) {
  #search-tool-mobile {
    right: 85px;
  }
}

.default_header #search-tool {
  left: -175px;
}

@media (max-width: 1200px) {
  .input-group-btn {
    display: block;
  }
}
.results-wrapper-overlay h3 {
  color: #f37023;
}

.results-wrapper-overlay ul.pagination > li:before {
  content: "";
  display: inline-block;
  width: 20px;
}

.results-wrapper-overlay ul.pagination > li.cur {
  color: #7ac142;
}

.results-wrapper-overlay ul.pagination > li:hover {
  cursor: pointer;
}
.results-wrapper-overlay ul.pagination > li:hover {
  color: #7ac142;
}

.results-wrapper-overlay ul.pagination > li {
  display: inline;
}

.results-wrapper-overlay ul.pagination .prev,
.results-wrapper-overlay ul.pagination .next {
  color: #7ac142;
}

.results-wrapper-overlay .search-item {
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 30px;
  visibility: visible;
}

/***************************************
           more nav
           
    position: fixed;
    height: fit-content;
    top: 200%;
    left: 0;
******************************************/

.dropdown-menu > .dropdown > .dropdown-menu {
  position: absolute;
  top: -7px;
  left: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > .open > .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu .has-children:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  right: 15px;
  top: 6px;
  font-size: 20px;
  color: #001e41;
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: right !important;
    margin-right: -12px;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu > .dropdown > .dropdown-menu,
  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* display:block; */
  }
  .dropdown-menu li {
    margin-left: 20px;
  }
  .dropdown .dropdown-menu .has-children:after {
    display: none;
  }
  .dropdown .dropdown .dropdown .dropdown-menu {
    transform: translateX(0%) !important;
  }
  .dropdown-menu > li > a {
    padding: 0px;
    white-space: pre-line;
  }
}
.dropdown .dropdown .dropdown .dropdown-menu {
  height: fit-content;
  top: 0;
  left: 0;
  z-index: 2000;
  transform: translateX(-100%);
}

.dropdown-menu {
  border-radius: 0px;
  /* left: 10px; */
  min-width: 200px;
}
.dropdown-menu > li > a {
  padding: 10px 30px;
}
@media (min-width: 1199px) {
  .nav .dropdown-menu > li > a:hover {
    color: white !important;
    text-decoration: none;
    background-color: #f37021;
  }
}

ul.social_icon li {
  display: inline-block;
  padding: 0 1.25em 0 0;
}
ul.social_icon li a {
  font-size: 26px;
}
.social_icon {
  padding-left: 0px;
  margin-top: -5px;
}
.specialbtn {
  background-color: #003a7e !important;
  border-color: #003a7e !important;
  color: white !important;
}
.specialbtn:hover {
  color: #11769c !important;
}
.service-title {
  font-weight: bold;
}
.service-title img {
  height: 25px;
  margin-right: 5px;
}
.service-container {
  padding: 35px 0 0 0;
}
#mainarea {
  padding: 6em 0;
  min-height: 700px;
}

#mainarea.nearbysearch {
  padding: 6.5em 0em;
}

/*********************************
        CONTACT
**********************************/
#main ul.nav-tabs {
  margin: auto;
  width: 280px;
}

#main ul.nav-tabs li {
  margin: auto;
  padding: 0px;
}

#main ul.nav-tabs li.active a {
  color: white;
  background-color: #013162;
}

#main ul.nav-tabs li:before {
  content: none;
}

@media (max-width: 767px) {
  #main ul.nav-tabs {
    margin: auto;
    width: 250px;
  }

  #main ul.nav-tabs li a {
    font-size: 13px;
    padding: 10px;
  }
}

.tab-content {
  padding: 10px;
  border: 1px solid #dddddd;
}

@media (max-width: 1200px) {
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: inherit !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 8px 30px !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #f37021 !important;
    color: #fff !important;
  }
}

#header .dropdown-menu > .active > a,
#header .dropdown-menu > .active > a:focus,
#header .dropdown-menu > .active > a:hover {
  background-color: #f37021;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
  #footer .navbar-form {
    padding-left: 0px;
  }
}

.omnium {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: auto;
  height: 1000px;
  border: none;
}

hr {
  border-top: 1px solid #e5e5e5;
}

/*Checkbox*/
.well-check input[type="checkbox"] {
  position: absolute;
  display: none;
}

.well-check input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 8px;
}

.well-check input[type="checkbox"] + label:hover:before {
  border: 1px solid #3276b1;
}

.well-check input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  border: 1px solid #a8b2ba;
  background: transparent;
}

.well-check input[type="checkbox"] + label:after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.well-check input[type="checkbox"]:checked + label:before {
  -webkit-animation-name: none;
  animation-name: none;
}

.well-check input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.well-check input[type="checkbox"] + label:before {
  border-radius: 0px;
}
.well-check input[type="checkbox"] + label:after {
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}

.well-check input[type="checkbox"]:checked + label:before {
  border: #3276b1;
  background: #3276b1;
}
.well-check input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

@media (max-width: 767px) {
  .___your_cover .checkbox label {
    padding-left: 0px;
  }
}

.well-check {
  padding: 10px 0px;
}

/*  Sticky header*/
#header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 100;
  /* box-shadow: 0 1px 1px 0px #999; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#subpage-banner,
#banner {
  margin-top: 80px;
}
#subpage-banner.who-we-are-banner {
  background-position-y: 25%;
}
#subpage-banner.what-we-do-banner {
  background-position-y: 10%;
}
#subpage-banner.value-of-advice-banner {
  background-position-y: 80%;
}
#subpage-banner.why-choose-m3-banner {
  background-position-y: top;
}

#breadcrumb {
  position: relative;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}

#breadcrumb li {
  float: left;
  list-style-type: none;
  font-size: 16px;
}

#breadcrumb li:after {
  content: ">";
  padding: 0px 10px;
}

#breadcrumb li:last-child:after {
  content: "";
}

.card-wrap {
  background: #333;
  color: #fff;
  height: 650px;
}

@media (max-width: 991px) {
  .card-wrap {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .card-wrap {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-title {
  padding: 20px;
}

.card-title h2 {
  font-weight: 700;
}

.card-desc {
  padding: 10px 30px;
  height: 140px;
}

@media (max-width: 767px) {
  .card-desc {
    height: auto;
  }
}

.btn.btn-card {
  background: none;
  border-radius: 0px;
  margin-top: 20px;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-card:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.card-warp-button {
  padding: 45px 30px;
}

#card-1 {
  background-color: #003a7e;
}

#card-2 {
  background-color: #11769c;
}

#card-3 {
  background-color: #f37021;
}

/* Grow Shadow */
.hvr-grow-shadow {
  /* display: inline-block; */
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section_banner {
  /* background-attachment: fixed; */
  background-color: #666;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0;
  text-align: left;
  position: relative;
  display: inline-flex;
}

.section_banner {
  width: 100%;
  padding: 7em 0;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(7, 4, 0, 0.4);
}

.section-banner-row .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

a.short_icon:focus {
  color: #70b5de !important;
}

.short_icon {
  color: #e5e5e5;
  font-size: 20px;
}

.tool-section-banner {
  text-align: center;
  /*   margin-top:10px; */
}

.tool-section-banner .overlay {
  background-color: rgba(7, 4, 0, 0.7);
}

.circ {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: inline-block;
  /* background-color: gray; */
  border-top: 3px solid transparent;
  border-left: 3px solid #e5e5e5;
  border-right: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  /* transform: rotate(45deg); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.circ:hover {
  color: #fbc198;
  border-left-color: #fbc198;
  border-right-color: #fbc198;
  border-bottom-color: #fbc198;
}

.circ:hover .short_icon {
  color: #fbc198;
  text-decoration: none;
}

@media (max-width: 767px) {
  .circ {
    margin-bottom: 20px;
  }
}

.section-banner-row .section_banner {
  height: 480px;
}

@media (max-width: 767px) {
  .section-banner-row .section_banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navbar-bar img {
  max-height: 75px;
  margin-top: 0px;
}

ul > li.dropdown.open > ul {
  min-width: 260px;
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0.95);
}

.sub_line {
  padding-top: 20px;
  padding-bottom: 0;
}

.line {
  border-bottom: 2px solid #004890;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.subpage-circle {
  margin-top: -37px;
  width: 80px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.subpage-circle .fa {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  line-height: 1em;
  margin-top: -0.45em;
  text-align: center;
  color: #004890;
  background: #fff;
  font-size: 2.5em;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header_icon {
  float: left;
  margin-top: 33px;
  /* padding-top: 10px; */
  height: 40px;
  width: auto;
  margin: 15px auto;
  margin-left: 20px;
}

.advice-content h2 {
  font-weight: 600;
  color: #003a7e;
}

.advice-content {
  text-align: center;
}

.join-content-1 {
  /* background-color:rgba(0, 58, 126, 0.8); */
  padding: 45px;
  color: #fff;
  border-radius: 100px 0 100px 100px;
}

.join-content-2 {
  background-color: #fff;
  padding: 45px;
  color: #003a7e;
  border-radius: 100px 0px 100px 0px;
}

.join-content-1 ul li {
  color: #fff !important;
}

.join-content-2 ul li {
  color: #003a7e !important;
}

.join-content-1 .fa-stack {
  color: #fff;
  font-size: 65px;
}

.join-content-2 .fa-stack {
  color: #003a7e;
  font-size: 65px;
}

.test-div {
  background-color: rgba(0, 58, 126, 0.8);
}

/* .contact-details{
  text-align:center;
} */

.contact-details h3 {
  font-size: 24px;
  color: #f37021;
}

.collapsing {
  transition: height 0.7s;
}

.contact-page p.subheadings {
    max-width: 80%;
    margin: 0 auto 10px;
    font-size: 22px;
    color: #003a7e;
    text-align: center;
}

.contact-page p.subheadings i {
    margin-right: 6px;
}

@media(max-width: 990px) {
    .contact-page p.subheadings {
        max-width: 100%;
    }
}

/***Login in**/

body.sign-in {
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.sign-in .company-logo {
  max-height: 200px;
  margin: 0 auto;
}

.sign-in button[type="submit"] {
  margin-bottom: 30px;
}

.backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #3498db url(https://download.unsplash.com/photo-1429041966141-44d228a42775);
  background-size: cover;
  background-position: 50% 50%;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e74c3c url(https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/e7f15644-c2d9-43de-b211-63feb5af8fa2.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media (max-width: 650px) {
  .backLeft {
    width: 20%;
  }

  #slideBox {
    width: 80%;
    margin-left: 20%;
  }
}

.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

.left {
  width: 50%;
  height: 100%;
  background: #2c3034;
  left: 0;
  position: absolute;
}

.right {
  width: 50%;
  height: 100%;
  background: #fff;
  right: 0;
  position: absolute;
  padding: 11% 5%;
}

.content {
  /* width: 330px; */
  margin: 0 auto;
  top: 30%;
  position: absolute;
  left: 50%;
  margin-left: -125px;
}

.content h2 {
  color: #03a9f4;
  font-weight: 300;
  font-size: 35px;
}

.btn-block {
  background-color: #00397d;
  border: 1px solid #00397d;
}

.btn-block:hover {
  background-color: #f37021;
  border: 1px solid #f37021;
}

.btn-signin {
  border: 1px solid #f37021;
  background-color: #f37021;
  color: #fff !important;
  border-radius: 8px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.btn-signin:hover {
  background-color: #003a7e !important;
  border: 1px solid #003a7e;
}

.btn-signin:focus {
  background-color: #003a7e !important;
  border: 1px solid #003a7e;
}

@media (max-width: 1199px) {
  .btn-signin {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .btn-signin {
    margin-left: 17px;
  }
}

.pic-content h1 {
  text-align: left;
}

.animatedelay {
  -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
  animation-delay: 1s;
}

.animatedelay2 {
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
  animation-delay: 2s;
}

.animatedelay3 {
  -webkit-animation-delay: 3s; /* Chrome, Safari, Opera */
  animation-delay: 3s;
}

.fadeInLeft > p,
.fadeInRight > p {
  text-align: left;
}

.banner_button {
  background: #f37022 !important;
  color: #ffffff !important;
  padding: 15px 30px !important;
  border: 1px solid #00397d;
  border-radius: 4px;
  font-size: 20px !important;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.42857;
  cursor: pointer;
  /*     text-transform: uppercase; */
  font-family: "Fira Sans", sans-serif !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
}

@media (max-width: 768px) {
  .banner_button {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

.banner_button:focus,
.banner_button:hover {
  background: #ffffff;
}

.banner_button:hover {
  background: #ffffff !important;
  color: #20348b !important;
  text-decoration: none;
}

.camera_caption {
  padding-bottom: 4%;
}

.animated > p {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  display: table;
  /* padding: 0 20px; */
  /*     background-color: rgba(152, 140, 140, 0.6); */
}

@media (max-width: 768px) {
  .animated > p {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .animated > p {
    font-size: 18px;
  }
}

#footer .footer-text .useful-links {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

.camera_caption > div {
  background-color: transparent;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* .navbar-form {
    padding: 0px;
} */

/*--------------------------------------------------*\
         search-toolbar
\*--------------------------------------------------*/
.search-toolbar {
  background-color: #11769c;
  margin-bottom: 0px;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .search-toolbar {
    margin-top: 0px;
    /* height: 100px; */
    /* overflow:  hidden; */
  }
  .search-toolbar .navbar-nav > li {
    float: left;
  }
  .search-toolbar .navbar-header {
    float: LEFT;
    /* clear: both; */
    margin-left: 0;
    margin-right: 0;
  }
  .search-toolbar .navbar-right {
    float: LEFT !important;
    clear: both;
    margin: 0;
  }
}
.search-toolbar .input-group.search-box input {
  width: 400px;
}

@media (max-width: 450px) {
  .search-toolbar .input-group.search-box input {
    width: 300px;
  }
}

@media (max-width: 370px) {
  .search-toolbar .input-group.search-box input {
    width: 196px;
  }
}

.navbar-header {
  padding: 10px 0;
  max-width: 100%;
}

/**search box**/
.input-group .form-control {
  width: 400px;
  border-radius: 0;
  border: none;
  max-width: 100%;
}

@media (max-width: 530px) {
  .input-group.search-box,
  .input-group .form-control {
    width: 100%;
  }
  .input-group .form-control {
    max-width: 80%;
  }
}
@media (max-width: 360px) {
  .input-group .form-control {
    max-width: 75%;
  }
}

#search-submit {
  border-radius: 0;
  background-color: #f37021;
  border-color: #f37021;
  color: #fff;
  padding: 7.5px 24px;
}

/**view switch**/
.view-switch {
  margin-bottom: 0px;
  margin-top: 0px;
}

.view-switch a {
  margin-left: 5px;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.nav.view-switch > li > a:focus,
.nav.view-switch > li > a:hover,
.nav.view-switch > li.active > a {
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.nav.view-switch > li {
  display: inline-block;
}
@media (max-width: 500px) {
  .view-switch a {
    font-size: 12px;
    padding: 10px 8px !important;
  }
}

@media (max-width: 1199px) {
  .view-switch.navbar-right {
    float: left !important;
    width: 100%;
    /* border-top: 1px solid #ddd; */
    height: auto;
  }
}

/**mapView**/

#map {
  position: relative;
  height: 500px;
}

#map-canvas #searchLoadingImg {
  padding-top: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  #map-canvas {
    margin-right: 300px;
  }
}

#map .gm-style {
  font-family: inherit;
}

#map #result-list {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: auto;
}

.list-item {
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}

.item-title {
  font-size: 1em;
  padding: 5px 10px;
  color: #fff;
  background-color: #003a7e;
}

.item-content {
  padding: 5px 10px;
}
.item-content.no-result {
  font-size: 16px;
  font-family: HelveticaNeueLTStd-MdEx, Helvetica, Arial, sans-serif;
  line-height: 35px;
}

.item-advisers {
  padding: 0 10px;
  padding-bottom: 10px;
}
.adviser-name {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 0.8em;
}
.adviser-email {
  font-size: 0.8em;
  word-break: break-all;
}
.btn-advisers {
  border-radius: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #f37021;
  border: 1px solid #f37021;
}
.btn-advisers:hover,
.btn-advisers:focus {
  color: #f37021;
  background-color: #fff;
}

.btn-advisers:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.collapse-box-check {
  position: fixed;
  left: -9999px;
  opacity: 0;
}

.custom-body label.collapse-box-label {
  margin-top: 10px;
}
.collapse-box {
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin-top: 0px;
  padding-right: 1px;
}

.collapse-box-check:checked + label.collapse-box-label:after {
  transform: rotate(90deg);
}

.collapse-box-check:checked + label.collapse-box-label + .collapse-box {
  height: auto;
  opacity: 1;
  margin-top: 0px;
}

.collapse-box a:hover {
  opacity: 0.8;
}

/*list view*/
.search-header {
  font-family: inherit;
  margin-bottom: 20px;
  color: #003a7e;
  font-weight: 600;
}
.search-result {
  padding: 0px 30px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .search-result {
    padding: 0px 30px 30px;
  }
}

.practice-info {
  margin-bottom: 20px;
}
.advisorMap {
  border: 1px solid #ccc;
  height: 185px;
  max-width: 100%;
  width: 220px;
  display: block;
  text-indent: -9000px;
  float: left;
  border-image: initial;
}

.practice-name {
  font-family: HelveticaNeueLTStd-ThEx, Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  font-size: 1.3em;
  color: #003a7e;
  font-weight: 600;
}

.practice-advisers {
  margin-top: 10px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
}

.pagination li a {
  border-radius: 0;
  border-color: transparent;
  color: #f58426;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #f58426;
  border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #f58426;
  border-color: transparent;
}

@media (max-width: 767px) {
  .practice-name {
    padding-top: 10px;
  }
}

.navbar-brand {
  padding: 1px 15px;
}

.btn-state {
  font-size: 14px;
  color: #fff;
  margin: 5px 5px 5px 0;
  border: 1px solid #fff;
  /* margin-left: 0; */
}

.btn-state:first-child {
  margin-left: 0;
}
.btn-state:focus {
  color: #fff;
}

.btn-state-0 {
  border: 1px solid #333;
  color: #333;
}
.btn-state-1 {
  background-color: #003a7e;
}

.btn-state-1:hover {
  background-color: rgba(0, 58, 126, 0.6);
  color: #fff;
}

.btn-state-2 {
  background-color: #11769c;
}

.btn-state-2:hover {
  background-color: rgba(17, 118, 156, 0.6);
  color: #fff;
}

.btn-state-3 {
  background-color: #f37021;
}

.btn-state-3:hover {
  background-color: rgba(243, 112, 33, 0.6);
  color: #fff;
}

.btn-state-4 {
  background-color: #00235c;
}

.btn-state-4:hover {
  background-color: rgba(0, 35, 92, 0.6);
  color: #fff;
}

.btn-state-5 {
  background-color: #70b5de;
}

.btn-state-5:hover {
  background-color: rgba(112, 181, 222, 0.6);
  color: #fff;
}

.btn-state-6 {
  background-color: #00734a;
}
.btn-state-6:hover {
  background-color: rgba(0, 115, 74, 0.6);
  color: #fff;
}

.btn-state-7 {
  background-color: #4c5c65;
}

.btn-state-7:hover {
  background-color: rgba(76, 92, 101, 0.6);
  color: #fff;
}

.search-landing {
  text-align: center;
  margin-top: 4%;
}

@media (max-width: 991px) {
  .search-landing {
    margin-top: 15%;
  }
}

.search-landing .search-box {
  margin-left: auto;
  margin-right: auto;
}

.search-landing #adviserSearch {
  margin-bottom: 20px;
}

.search-landing #pac-input {
  border: 1px solid #dddddd;
  height: 50px;
}

.search-landing #search-submit {
  height: 50px;
}

@media (min-width: 768px) {
  .navbar-form {
    padding: 10px 0px;
  }
}

.advice-and-you-bottom .btn-more {
  margin-top: 0;
}

/* object fix for ie */
.img-preview.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.img-preview.compat-object-fit img {
  opacity: 0;
}

/*Our team*/
.our-team-section .team-member-card {
  width: 50%;
  margin: 15px auto;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 5px 15px -2px rgba(10, 16, 34, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}
.our-team-section .team-member-card:hover {
  box-shadow: 0 15px 45px 5px rgba(10, 16, 34, 0.2);
  -webkit-filter: brightness(110%);
  filter: brightness(105%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}
@media (min-width: 992px) {
  .our-team-section .col-sm-4:not(.col-sm-offset-4):not(.col-sm-offset-2):first-child .team-member-card {
    margin-right: 0;
  }
  .our-team-section .col-sm-4:not(.col-sm-offset-4):last-child .team-member-card {
    margin-left: 0;
  }
  .our-team-section .row .col-sm-4.col-sm-offset-2 .team-member-card {
    margin-right: 10%;
  }
  .our-team-section .row .col-sm-4.col-sm-offset-2 + div .team-member-card {
    margin-left: 10%;
  }
}
@media (max-width: 991px) {
  .our-team-section .team-member-card {
    width: 100%;
  }
}

.our-team-section .team-member-card img {
  display: none;
}
.our-team-section .team-member-card .member-image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center top;
  /* width: 80%; */
  /* height: auto; */
  /* max-width: 80%; */
}
.our-team-section .team-member-card p {
  font-size: 15px;
}
.our-team-section .team-member-card p.member-name {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 0;
}

.privacy-heading h2 {
  font-size: 25px;
}

.payment-form-page {
  margin-top: 50px;
}

.payment-form-page h3 {
  color: #f37021;
  font-weight: 400;
}

#payment-iframe {
  width: 100%;
  margin: 60px auto;
  border: none;
}


/* Virus MSG*/

.virus-msg {
    width: 100%;
    background-color: #fff084;
    padding: 5px;
}

.virus-msg-text {
    max-width: 100em;
    margin: auto;
    color: #000;
}

.virus-msg-text p {
    font-weight: 400;
}

/*Wealth report*/
.wealth-report-bg {
    padding-bottom: 54.5%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.wealth-report-bg img {
    position: absolute;
    z-index: 5;
    right: 4.5%;
    bottom: 7.6%;
    width: 35.3%;
    transition: 0.3s all ease-in-out;
}

.wealth-report-bg img:hover {
    transform: scale(1.1);
}

iframe#WP {
    width: 100%;
    max-width: 600px;
    height: 380px;
    margin: auto;
    border: 0;
    display: block;
}

.home-pics a.play-button {
    font-size: 8em;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.2s;
    opacity: 0.6;
}

.home-pics a.play-button:hover, .home-pics .play-button:focus, .home-pics .play-button:active {
    opacity: 0.9;
}

.home-pics .video {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}