h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  color: #04466d;
  margin-top: 0px;
}

.header .mega-menu .menu-links > li .left-side {
  right: 0;
}

.form-group{
  margin-bottom: 20px;
}

.grayscale {
  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  -webkit-filter: gray;

  filter: gray;

  transition: all 0.3s;
}

.loader {
  display: block;

  margin: 50px auto;

  text-align: center;
}

.modal-title .section-title h2{
    font-size: 18px;
    line-height: 22px;
}

.modal-header, .modal-body {
    padding: 15px 15px;
}


.modal-header h4, .modal-body h2, .modal-body h6 , .modal-body p {
   color:#000013;
}

.help-block {
    color: red;
    padding: 5px 0;
    display: inline-block;
}

.close{
    border: 0;
    font-size: 20px;
    line-height: 20px;    
    top: 0px;
}

.date{
    font-weight: bold;
    color: #8D0D1C;
}

.w-60 {
  width: 60px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

.w-90 {
  width: 90px;
}

.success_message {
  min-height: 250px;

  padding: 20px;

  color: red;
}

.product-info {
  background: #4894ae;

  padding: 10px;

  font-size: 16px;

  margin: 0px;

  color: #fff;
}

.image-float-right {
  max-width: 100%;

  float: right;

  margin-left: 20px;
}

.image-float-left {
  max-width: 100%;

  float: left;

  margin-right: 20px;
}

.border-radius-5 {
  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;
}

.page-link:hover {
  z-index: 2;

  color: #fff;

  text-decoration: none;

  background-color: #e9ecef;

  border-color: #000013;
}

.team-round:hover .grayscale {
  -webkit-filter: grayscale(0%);

  filter: grayscale(0%);

  -webkit-filter: none;

  filter: none;

  transition: all 0.3s;
}

.gray-bg p,
.gray-bg h1,
.gray-bg h2,
.gray-bg h3,
.gray-bg h4,
.gray-bg h5,
.gray-bg h6 {
  color: #1b3b5a;
}

.black-bg p,
.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg h6 {
  color: #fff;
}

.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #fff;
}

.theme-bg p,
.theme-bg h1,
.theme-bg h2,
.theme-bg h3,
.theme-bg h4,
.theme-bg h5,
.theme-bg h6 {
  color: #fff;
}

.white-bg p,
.white-bg h1,
.white-bg h2,
.white-bg h3,
.white-bg h4,
.white-bg h5,
.white-bg h6 {
  color: #000013;
}

.brown-bg p,
.brown-bg h1,
.brown-bg h2,
.brown-bg h3,
.brown-bg h4,
.brown-bg h5,
.brown-bg h6 {
  color: #fff;
}

.blue-bg p,
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg h6 {
  color: #fff;
}

.brown-bg .section-title.line .title:before{ background: #fff; }
.white-bg .section-title.line .title:before{ background: #ccb284; }
.theme-bg .section-title.line .title:before{ background: #fff; }
.black-bg .section-title.line .title:before{ background: #fff; }
.gray-bg .section-title.line .title:before{ background: #ccb284; }
.dark-bg .section-title.line .title:before{ background: #fff; }
.blue-bg .section-title.line .title:before{ background: #fff; }

.search-cart .search {
  /*padding-right: 0;*/
}

.special-feature .row-eq-height.no-gutter > [class*="col-"] {
  /*     padding-left: 10px;
     padding-right: 10px;*/
}

@media (max-width: 767px) {
  .home .mega-menu .menu-logo img {
    height: 40px;
    padding: 0px;
  }
  .mega-menu .menu-logo img {
    height: 40px;
    padding: 0px;
  }
}

.special-feature .feature-info p {
  margin-bottom: 0px;
}

.mega-menu .menu-links > li.active a,
.mega-menu .menu-links > li a:hover,
.search .search-btn:hover,
.search .search-box i:hover {
  color: #000;
  border-color: #000;
}

.white-bg-90 {
  background-color: rgba(255, 255, 255, 0.8);
}

.display-contents{
    display: contents;
}

.display-contents:before {
    background: none;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.services-block-three .feature-text {
    display: block;
    border: 3px solid #d5d5d5;
    border-radius: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
}

.services-block-three .feature-text:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    left: -3px;
    border-bottom: 3px solid #8a8a8d;
    border-left: 3px solid #8a8a8d;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three .feature-text:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    right: -3px;
    border-top: 3px solid #8a8a8d;
    border-right: 3px solid #8a8a8d;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three i {
    font-size: 32px;
}

.services-block-three p {
    margin-bottom: 0;
}

.blog-text {
  padding: 29px 26px 29px 30px;
  color: #222222;
  margin-right: 22px;
  margin-top: -40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}

.blog-text h3 {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .blog-text {
    padding: 25px 20px;
  }

  .blog-text h3 {
    font-size: 12px;
    line-height: 18px;
  }
}

.partner-box {
  border: 1px solid #ececec;
}

.partner-box img {
  width: 100%;
}

.partner-text {
  padding: 20px 40px 20px 0;
}

.partner-text span {
  color: #8a8a8d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.partner-box:hover .partner-text span {
  color: #999;
}

.partner-text h4 {
  color: #232323;
  font-size: 21px;
  font-weight: 600;
  margin: 5px 0 20px 0;
  line-height: normal;
}

.partner-text h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #8a8a8d;
  margin-top: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.partner-box:hover .partner-text h4:after {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .partner-text {
    padding: 25px;
  }
}

.footer-top-bar {
  background: #191919;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
}

.slider-title {
  z-index: 9;
  white-space: nowrap;
  color: #fff;
}

.slider-youtube {
  z-index: 9;
}

.slider-element {
  z-index: 10;
}

.slider-description {
  z-index: 9;
  white-space: nowrap;
  color: #ccb284;
}

.slider-link {
  z-index: 9 !important;
  white-space: nowrap !important;
  color: rgba(255, 255, 255, 1);
  border-radius: 3px 3px 3px 3px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}

.slider-timer {
  visibility: hidden !important;
}

.banner-title {
  z-index: 9 !important;
  white-space: normal !important;
  color: rgba(255, 255, 255, 1);
  border-radius: 3px 3px 3px 3px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}

.banner-youtube {
  z-index: 9;
}

.banner-description {
  z-index: 8 !important;
  white-space: nowrap !important;
  color: rgba(255, 255, 255, 1) !important;
}

.banner-link {
  z-index: 9 !important;
  white-space: nowrap !important;
  color: rgba(255, 255, 255, 1);
  border-radius: 3px 3px 3px 3px;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}

.carousel-caption h1,
.carousel-caption p {
  color: #fff;
  position: relative;
}

.carousel-caption a {
  position: relative;
}

.slider-parallax {
  height: 70vh;
  position: relative;
}

.slider-content-middle {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider-content-bottom {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 70%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);

  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*scroll-down*/

.scroll-down {
  text-align: center;
  width: 34px;
  height: 58px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 60px;

  margin-left: -17px;
  line-height: 50px;
}

.scroll-down i {
  height: 10px;
  width: 4px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;

  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

@-moz-keyframes fadebounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadebounce {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadebounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slick-container {
  position: relative;
}

.slick-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  min-height: 38px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 50;
}

.entry-content ol,
.entry-content ul {
  margin: 10px 0;

  padding: 0 20px;
}

.entry-content ol li {
  padding: 2px 0px 2px 0px;

  list-style: decimal;

  list-style-position: outside;
}

.entry-content ul li {
  padding: 2px 0px 2px 0px;

  list-style: disc;

  list-style-position: outside;
}

.section-body ol,
.section-body ul {
  margin: 10px 0;

  padding: 0 20px;
}

.section-body ol li {
  padding: 2px 0px 2px 0px;

  list-style: decimal;

  list-style-position: outside;

  font-size: 16px;
}

.section-body ul li {
  padding: 2px 0px 2px 0px;

  list-style: disc;

  list-style-position: outside;

  font-size: 16px;
}

.acd-des ol,
.acd-des ul {
  margin: 10px 0;
  padding: 0 20px;
}

.acd-des ol li {
  padding: 2px 0px 2px 0px;
  list-style: decimal;
  list-style-position: outside;
  font-size: 16px;
}

.acd-des ul li {
  padding: 2px 0px 2px 0px;
  list-style: disc;
  list-style-position: outside;
  font-size: 16px;
}

@media (max-width: 767px) {
  .image-float-right {
    max-width: 100%;

    width: 100%;

    float: none;

    margin-left: 0px;
  }

  .image-float-left {
    max-width: 100%;

    width: 100%;

    float: none;

    margin-right: 0px;
  }

  .height-350 {
    height: auto;

    overflow-y: auto;
  }

  blockquote {
    text-align: center;

    font-size: 26px;

    line-height: 35px;

    font-family: Arial, sans-serif;

    font-weight: normal;

    font-style: italic;
  }

  blockquote cite {
    display: block;

    font-weight: normal;

    margin-top: 10px;

    font-style: normal;
  }

  .ph-40 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.article-desc{

}

.article-title{
  font-size: 22px;
  line-height: 25px;
}

.full-image-container:before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0%;
    width: 50%;
    height: 90%;
    background-color: rgba(55, 55, 55, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index:1;
  }

.full-image-overlay {
  position: absolute;
  width: 100%;
  top: 0%;
  padding: 10px 10%;
  margin-top: 0px;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  cursor:pointer;
}

.full-image-overlay h3 {
  color: #ffffff;
}

.blog-overlay:hover .full-image-container:before,
.blog-overlay .full-image-container.hovered:before {
    width: 90%;
    right: 5%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-overlay:hover .full-image-overlay{
    opacity: 1;
    filter: alpha(opacity=100);      
}


.blog-overlay.caption-over:hover .blog-name {
  opacity: 0;
  filter: alpha(opacity=0); 
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


.transparent .mega-menu .menu-links > li > a, .dark .mega-menu .menu-links > li > a{
    color:#fff;
}


@media (max-width: 767px) {
  .transparent .mega-menu .menu-links > li > a, .dark .mega-menu .menu-links > li > a{
    color:#000;
  }
}