@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700);
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);
@import url(css/credit-icon.css);
#scrollUp,
a,
a:focus,
a:hover {
  -webkit-transition-duration: 0.5s;
}
.box-shadow:hover,
.tooltip-inner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.bg-img,
.bg-overlay {
  background-position: center center;
  background-size: cover;
}
.cta-area .cta-content h6,
.single-features-area h6 {
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
}
*,
ol,
ul {
  margin: 0;
}
.cta-2-area .cta-content .cta-text h4,
.cta-area .cta-content h6,
.single-accordion h6 a,
.single-features-area h6,
.single-skils-area p,
body {
  font-family: "Open Sans", sans-serif;
}
.post__footer,
.recent__post {
  border-top: 1px solid #e8e8e8;
}
* {
  padding: 0;
}
body {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
}
p {
  color: #838383;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}
a,
a:focus,
a:hover {
  transition-duration: 0.5s;
  text-decoration: none;
  outline: transparent solid 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
ol li,
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.height-400 {
  height: 400px !important;
}
.height-500 {
  height: 500px !important;
}
.height-600 {
  height: 600px !important;
}
.height-700 {
  height: 700px !important;
}
.height-800 {
  height: 800px !important;
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}
.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}
.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.preloader {
  background-color: #3e5a80;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ee6b4d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:first-child {
  left: 6px;
  -webkit-animation: 0.6s infinite lds-ellipsis1;
  animation: 0.6s infinite lds-ellipsis1;
}
.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: 0.6s infinite lds-ellipsis2;
  animation: 0.6s infinite lds-ellipsis2;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: 0.6s infinite lds-ellipsis2;
  animation: 0.6s infinite lds-ellipsis2;
}
.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: 0.6s infinite lds-ellipsis3;
  animation: 0.6s infinite lds-ellipsis3;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.box-shadow,
.cta-area,
.header-area .top-header-area .top-contact-info,
.hero-area,
.section-heading,
.single-features-area,
.single-slide .welcome-text,
.special-feature-area {
  z-index: 1;
  position: relative;
}
.section-heading {
  margin-bottom: 30px;
}
.section-heading .line {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background-color: #ee6b4d;
  margin-bottom: 20px;
}
.section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #a5a5a5;
  text-transform: uppercase;
}
.section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}
.section-heading.white .line {
  background-color: #fff;
}
.header-area
  .credit-main-menu
  .classy-navbar
  .classynav
  ul
  li.has-down
  > a::after,
.header-area
  .credit-main-menu
  .classy-navbar
  .classynav
  ul
  li.megamenu-item
  > a::after,
.header-area .credit-main-menu .classy-navbar .contact a:hover,
.section-heading.white h2,
.section-heading.white p {
  color: #fff;
}
.section-heading.text-center .line {
  margin-left: auto;
  margin-right: auto;
}
.tooltip-inner {
  background-color: #ee6b4d;
}
.tooltip .arrow::before {
  border-bottom-color: #ee6b4d;
}
.bg-img {
  background-repeat: no-repeat;
}
.bg-white {
  background-color: #fff !important;
}
.bg-dark {
  background-color: #000 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gray {
  background-color: #f1f7f9;
}
#scrollUp,
.credit-btn {
  background-color: #ee6b4d;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.bg-overlay {
  position: relative;
  z-index: 2;
}
.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.61);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#scrollUp:hover,
.credit-btn.btn-2,
.credit-btn:focus,
.credit-btn:hover,
.credit-tabs-content .nav-tabs .nav-link.active {
  background-color: #3e5a80;
  color: #fff;
}
.bg-fixed {
  background-attachment: fixed !important;
}
#scrollUp {
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #fff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  transition-duration: 0.5s;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
#scrollUp i {
  font-size: 18px;
  display: block;
}
.credit-btn {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #fff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.credit-btn:focus,
.credit-btn:hover {
  font-size: 14px;
  font-weight: 700;
}
.credit-btn.btn-2:focus,
.credit-btn.btn-2:hover,
.hero-area .owl-next:hover,
.hero-area .owl-prev:hover {
  background-color: #ee6b4d;
  color: #fff;
}
.credit-btn.btn-3 {
  background-color: transparent;
  color: #3e5a80;
  border: 2px solid #3e5a80;
  line-height: 44px;
}
.credit-btn.btn-3:focus,
.credit-btn.btn-3:hover {
  border: 2px solid #3e5a80;
  background-color: #3e5a80;
  color: #fff;
}
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}
.header-area .top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: #f2f4f6;
}
.header-area .top-header-area .top-contact-info a {
  display: inline-block;
  color: #838383;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-weight: 600;
}
.header-area .top-header-area .top-contact-info a img {
  margin-right: 10px;
}
.header-area .top-header-area .top-contact-info a:first-child {
  margin-right: 30px;
}
.comment_area .comment-content .comment-meta .post-author:hover,
.comment_area .comment-content .comment-meta .post-date:hover,
.comment_area .comment-content .comment-meta .reply:hover,
.header-area .top-header-area .top-contact-info a:focus,
.header-area .top-header-area .top-contact-info a:hover {
  color: #3e5a80;
}
.header-area .credit-main-menu {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #ee6b4d;
}
.header-area .credit-main-menu::after {
  width: 50%;
  height: 100%;
  background-color: #3e5a80;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.header-area .credit-main-menu .classy-nav-container {
  background-color: transparent;
}
.header-area .credit-main-menu .classy-navbar {
  height: 85px;
  padding: 0;
  background-color: #3e5a80;
}
.header-area .credit-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0 15px;
  color: #fff;
}
.header-area .credit-main-menu .classy-navbar .classynav ul li a .active,
.header-area .credit-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover,
.single-features-area:hover h5,
.single-slide .welcome-text h2 span {
  color: #ee6b4d;
}
.header-area
  .credit-main-menu
  .classy-navbar
  .classynav
  > ul
  > li:first-child
  a {
  padding-left: 0;
}
.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
  color: #3e5a80;
  font-size: 14px;
}
.header-area .credit-main-menu .classy-navbar .contact {
  position: relative;
  z-index: 1;
  padding-left: 70px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.header-area .credit-main-menu .classy-navbar .contact::before {
  width: 100%;
  height: 270%;
  content: "";
  position: absolute;
  /* top: 42%; */
  top: 22%;
  left: 0;
  z-index: -1;
  background-color: #ee6b4d;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.header-area .credit-main-menu .classy-navbar .contact::after {
  width: 1000%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 62px;
  z-index: -1;
  background-color: #ee6b4d;
}
.header-area .credit-main-menu .classy-navbar .contact a {
  display: inline-block;
  font-size: 24px;
  color: #3e5a80;
  font-weight: 700;
  line-height: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 28px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 24px;
  }
  .header-area .top-header-area .top-contact-info a {
    font-size: 13px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a,
  .header-area
    .credit-main-menu
    .classy-navbar
    .classynav
    ul
    li.has-down
    > a::after,
  .header-area
    .credit-main-menu
    .classy-navbar
    .classynav
    ul
    li.megamenu-item
    > a::after {
    color: #3e5a80;
  }
  .header-area
    .credit-main-menu
    .classy-navbar
    .classynav
    > ul
    > li:first-child
    a {
    padding-left: 15px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 18px;
  }
}
.header-area .is-sticky .credit-main-menu {
  box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3);
}
.hero-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 30px;
  left: 0;
  right: 0;
}
.hero-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  border-radius: 50%;
  margin: 0 6px;
}
.hero-area .owl-dots .owl-dot.active,
.single-service-area:focus .icon,
.single-service-area:hover .icon {
  background-color: #ee6b4d;
}
.hero-area .owl-next,
.hero-area .owl-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  margin-top: -23px;
  font-size: 18px;
  color: #fff;
  background-color: #3e5a80;
  left: 20px;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  line-height: 46px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .header-area .credit-main-menu .classy-navbar .contact::before {
    width: 100%;
    height: 300%;
    content: "";
    position: absolute;
    /* top: 42%; */
    top: 22%;
    left: 0;
    z-index: -1;
    background-color: #ee6b4d;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .section-heading h2 {
    font-size: 24px;
  }
  .header-area .top-header-area .top-contact-info a span {
    display: none;
  }
  .header-area .credit-main-menu .classy-navbar {
    height: 70px;
  }
  .header-area .credit-main-menu .classy-navbar .classynav ul li a,
  .header-area
    .credit-main-menu
    .classy-navbar
    .classynav
    ul
    li.has-down
    > a::after,
  .header-area
    .credit-main-menu
    .classy-navbar
    .classynav
    ul
    li.megamenu-item
    > a::after {
    color: #3e5a80;
  }
  .header-area
    .credit-main-menu
    .classy-navbar
    .classynav
    > ul
    > li:first-child
    a {
    padding-left: 15px;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    font-size: 14px;
    line-height: 70px;
  }
  .hero-area .owl-next,
  .hero-area .owl-prev {
    left: 10px;
  }
}
.hero-area .owl-next {
  left: auto;
  right: 20px;
}
.hero-area:hover .owl-next,
.hero-area:hover .owl-prev,
.single-team-member-area .team-thumb:hover::after {
  opacity: 1;
  visibility: visible;
}
.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 760px;
  background-color: #fff;
  overflow: hidden;
}
.cta-2-area,
.footer-area,
.newsletter-area .nl-content form button:hover,
.single-team-member-area .team-thumb .view-more a:hover,
.special-feature-area.style-2 .special-feature-content {
  background-color: #3e5a80;
}
.single-slide .slide-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -12;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: 10s linear infinite slide-bg;
  animation: 10s linear infinite slide-bg;
}
.single-slide .slide-du-indicator {
  position: absolute;
  z-index: 10;
  width: 0;
  height: 2px;
  background-color: #ee6b4d;
  left: 0;
  bottom: 0;
  -webkit-animation: 10s linear infinite slide-du-indicator;
  animation: 10s linear infinite slide-du-indicator;
}
.single-slide .welcome-text h6 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.single-slide .welcome-text h2 {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slide {
    height: 600px;
  }
  .single-slide .welcome-text h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slide {
    height: 600px;
  }
  .single-slide .welcome-text h2 {
    font-size: 42px;
  }
  .special-feature-area .special-feature-content .feature-text h6 {
    font-size: 14px;
  }
}
.single-slide .welcome-text p {
  font-size: 16px;
  color: #fff;
}
@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide-du-indicator {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.single-features-area h6 {
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 0;
  font-weight: 600;
}
.single-features-area img {
  margin-bottom: 15px;
}
.single-features-area h5 {
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.special-feature-area .special-feature-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #ee6b4d;
}
.special-feature-area .special-feature-content .feature-text {
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin-left: auto;
  padding-right: 70px;
}
.special-feature-area .special-feature-content .feature-text h6 {
  color: #fff;
  line-height: 1.7;
  margin-bottom: 50px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-features-area h5 {
    font-size: 15px;
  }
  .special-feature-area .special-feature-content .feature-text {
    max-width: 465px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-feature-area .special-feature-content .feature-text {
    max-width: 350px;
    padding-right: 20px;
  }
}
.cta-area .cta-thumbnail,
.special-feature-area .special-feature-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.special-feature-area.style-2 .special-feature-content .feature-text {
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 20px;
  }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
}
.cta-area .cta-content {
  position: relative;
  z-index: 1;
  padding: 100px 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #ee6b4d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .cta-2-area .cta-content .cta-text h4 {
    font-size: 18px;
  }
}
.cta-area .cta-content h6 {
  color: #fff;
  font-weight: 600;
}
.cta-area .cta-content .single-skils-area .skills-text span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.cta-area .cta-content .single-skils-area p {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.cta-2-area {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.cta-2-area .cta-content .cta-btn,
.cta-2-area .cta-content .cta-text,
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.cta-2-area .cta-content .cta-text h4 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.cta-2-area .cta-content .cta-text p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px;
}
.news--area {
  position: relative;
  z-index: 1;
}
.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.single-news-area:last-child {
  margin-bottom: 0;
}
.single-news-area .news-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  width: 37%;
}
.single-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
  width: 63%;
  padding-left: 15px;
}
.single-blog-area .blog-content span,
.single-news-area .news-content span {
  font-size: 10px;
  color: #fff;
  background-color: #ee6b4d;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 5px;
}
.single-news-area .news-content a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
.footer-area .copywrite-area .copywrite-text a:focus,
.footer-area .copywrite-area .copywrite-text a:hover,
.footer-area .single-footer-widget ul li a:focus,
.footer-area .single-footer-widget ul li a:hover,
.single-blog-area .blog-content .blog-meta a:focus,
.single-blog-area .blog-content .blog-meta a:hover,
.single-blog-area .blog-content .post-title:focus,
.single-blog-area .blog-content .post-title:hover,
.single-latest-news-area .news-content .news-meta a:focus,
.single-latest-news-area .news-content .news-meta a:hover,
.single-latest-news-area .news-content a:focus,
.single-latest-news-area .news-content a:hover,
.single-news-area .news-content .news-meta a:focus,
.single-news-area .news-content .news-meta a:hover,
.single-news-area .news-content a:focus,
.single-news-area .news-content a:hover,
.single-service-area:focus .text h5,
.single-service-area:hover .text h5,
.single-team-member-area:hover .team-info h5,
.single-widget-area.cata-widget ul li a:focus,
.single-widget-area.cata-widget ul li a:hover {
  color: #ee6b4d;
}
.single-news-area .news-content .news-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.single-news-area .news-content .news-meta a img {
  margin-right: 5px;
}
.single-news-area .news-content .news-meta a:last-child {
  margin-left: 31px;
}
.single-news-area .news-content .news-meta a:last-child::after {
  content: "|";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
}
.contact--area,
.credit-tabs-content,
.elements-title,
.footer-area .single-footer-widget,
.newsletter-area .nl-content,
.pagination,
.post-details-content,
.sidebar-area,
.single-blog-area,
.single-blog-area .blog-content,
.single-cool-fact,
.single-service-area,
.single-team-member-area .team-info,
.single-widget-area.search-widget,
.single-widget-area.search-widget form {
  position: relative;
  z-index: 1;
}
.contact--area .contact-content {
  padding: 55px 45px;
  background-color: #fff;
  border: 1px solid #afbace;
}
.contact--area .contact-content .single-contact-content {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.comment_area .single_comment_area:last-of-type,
.contact--area .contact-content .single-contact-content:last-child,
.contact-advisor .single-advisor:last-child,
.credit-tabs-content .credit-tab-text p,
.footer-area .single-footer-widget ul li:last-child a,
.single-accordion h6,
.single-accordion:last-of-type,
.single-blog-area .blog-content p,
.single-latest-news-area:last-child,
.single-service-area .text p,
.single-widget-area:last-child {
  margin-bottom: 0;
}
.contact--area .contact-content .single-contact-content .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  background-color: #ee6b4d;
}
.contact--area .contact-content .single-contact-content .text p {
  font-weight: 600;
  color: #212121;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-news-area .news-content .news-meta a {
    font-size: 10px;
  }
  .contact--area .contact-content {
    padding: 30px;
  }
  .contact--area .contact-content .single-contact-content .text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .owl-next {
    right: 10px;
  }
  .single-slide {
    height: 600px;
  }
  .single-slide .welcome-text h2 {
    font-size: 24px;
  }
  .cta-2-area .cta-content .cta-btn,
  .cta-2-area .cta-content .cta-text,
  .cta-area .cta-content,
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .special-feature-area .special-feature-content .feature-text h6 {
    font-size: 14px;
  }
  .special-feature-area .special-feature-content .feature-text {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
  .special-feature-area.style-2 .special-feature-content .feature-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 280px;
  }
  .single-news-area .news-content .news-meta a {
    font-size: 10px;
  }
  .contact--area .contact-content {
    padding: 20px;
  }
  .contact--area .contact-content .single-contact-content .text p {
    font-size: 12px;
  }
}
.contact--area .contact-content .single-contact-content .text span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #838383;
}
.contact--area.contact-page .contact-content {
  padding: 35px;
  border: none;
  background-color: #3e5a80;
}
.contact--area.contact-page .contact-content h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 35px;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before,
.contact--area.contact-page .contact-content .single-contact-content .text p,
.contact--area.contact-page .contact-content .single-contact-content .text span,
.single-cool-fact.white .scf-icon i,
.single-cool-fact.white .scf-text h2,
.single-cool-fact.white .scf-text p {
  color: #fff;
}
.newsletter-area {
  position: relative;
  z-index: 3;
}
.newsletter-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 54, 121, 0.7);
  z-index: -1;
}
.newsletter-area .nl-content h2 {
  color: #fff;
  margin-bottom: 25px;
  display: block;
  font-weight: 400;
  font-size: 30px;
}
.newsletter-area .nl-content form {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.newsletter-area .nl-content form input {
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 30px;
  border: none;
  font-size: 12px;
  font-style: italic;
  padding: 0 20px;
}
.newsletter-area .nl-content form button {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 130px;
  height: 45px;
  background-color: #ee6b4d;
  border: none;
  border-radius: 0 30px 30px 0;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}
.newsletter-area .nl-content form button:focus {
  outline: 0;
  box-shadow: none;
}
.newsletter-area .nl-content p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
.single-skils-area,
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center;
}
.single-team-member-area .team-thumb {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  z-index: 1;
  width: 180px;
  border-radius: 50%;
  margin: 0 auto 40px;
  height: 180px;
}
.single-team-member-area .team-thumb::after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 8px solid #3e5a80;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.comment_area .comment-content .comment-author img,
.single-team-member-area .team-thumb img {
  border-radius: 50%;
}
.single-team-member-area .team-thumb .view-more a {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 15px;
  background-color: #ee6b4d;
  text-align: center;
  bottom: -10px;
  right: 0;
  z-index: 300;
  color: #fff;
  line-height: 62px;
  font-size: 18px;
}
.single-team-member-area .team-thumb:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.single-team-member-area .team-info h5 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 18px;
  margin-bottom: 5px;
}
.single-team-member-area .team-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #6e6e6e;
}
.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area .single-footer-widget .widget-title {
  font-size: 18px;
  color: #ee6b4d;
  margin-bottom: 40px;
  font-weight: 400;
}
.footer-area .single-footer-widget ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}
.footer-area .single-footer-widget ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background-color: #ee6b4d;
  position: absolute;
  z-index: 1;
}
.footer-area .copywrite-area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #3c4450;
  padding: 30px 0;
}
.footer-area .copywrite-area .copywrite-text {
  font-size: 14px;
  margin-bottom: 0;
  color: #636b75;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .newsletter-area .nl-content h2 {
    font-size: 18px;
  }
  .newsletter-area .nl-content form button {
    width: 100px;
  }
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    margin-top: 0;
  }
}
.footer-area .copywrite-area .copywrite-text a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 255px;
}
.breadcrumb-area .breadcrumb-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
}
.breadcrumb-area .breadcrumb-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
  color: #ee6b4d;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.single-latest-news-area .news-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
.single-latest-news-area .news-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding-left: 10px;
}
.single-latest-news-area .news-content a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.single-blog-area .blog-content .blog-meta a,
.single-latest-news-area .news-content .news-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  color: #838383;
  font-weight: 600;
  margin-bottom: 0;
}
.single-blog-area .blog-content .blog-meta a img,
.single-latest-news-area .news-content .news-meta a img {
  margin-right: 2px;
}
.single-blog-area .blog-content .blog-meta a:last-child,
.single-latest-news-area .news-content .news-meta a:last-child {
  margin-left: 21px;
}
.single-blog-area .blog-content .blog-meta a:last-child::after,
.single-latest-news-area .news-content .news-meta a:last-child::after {
  content: "|";
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}
.single-blog-area .blog-thumbnail,
.single-widget-area .widget-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.single-blog-area .blog-thumbnail a {
  display: block;
}
.single-blog-area .blog-thumbnail a img {
  border-radius: 5px;
}
.single-blog-area .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #212121;
}
.blog__metas,
.comment_area .comment-content .comment-meta,
.comment_area .single_comment_area,
.single-blog-area .blog-content .blog-meta {
  margin-bottom: 30px;
}
.post-details-content img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.post-details-content p {
  margin-bottom: 25px;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  background-color: #293241;
  border-radius: 5px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 0;
  border: none;
  text-align: center;
  margin-right: 2px;
}
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #ee6b4d;
}
.elements-title .line,
.single-widget-area .widget-heading .line {
  width: 30px;
  height: 8px;
  background-color: #ee6b4d;
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
}
.single-widget-area.search-widget form input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: none;
  background-color: #f1f7f9;
  padding: 0 20px;
  font-size: 12px;
  font-style: italic;
}
.single-widget-area.search-widget form button {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 125px;
  height: 50px;
  border: none;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #3e5a80;
  color: #ee6b4d;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}
.single-widget-area.search-widget form button:hover {
  background-color: #ee6b4d;
  color: #3e5a80;
}
.single-widget-area.cata-widget ul {
  padding-left: 35px;
}
.single-widget-area.cata-widget ul li a {
  display: block;
  font-size: 15px;
  padding: 7px 0;
  font-weight: 600;
  color: #3e5a80;
}
.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}
.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
  min-width: 51px;
  margin-right: 30px;
  height: 51px;
  border-radius: 50%;
}
.comment_area .comment-content .comment-meta .post-author,
.comment_area .comment-content .comment-meta .post-date,
.comment_area .comment-content .comment-meta .reply {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  color: #212121;
  margin-right: 30px;
}
.blog__metas .blog__meta:last-child:after,
.comment_area .comment-content .comment-meta .reply::after {
  display: none;
}
.comment_area .comment-content .comment-meta .post-author::after,
.comment_area .comment-content .comment-meta .post-date::after,
.comment_area .comment-content .comment-meta .reply::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: "|";
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 180px;
  }
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 24px;
  }
  .sidebar-area {
    margin-top: 100px;
  }
  .comment_area .comment-content .comment-author {
    margin-right: 15px;
  }
  .comment_area .comment-content .comment-meta .post-author,
  .comment_area .comment-content .comment-meta .post-date,
  .comment_area .comment-content .comment-meta .reply {
    font-size: 12px;
    margin-right: 15px;
  }
  .comment_area .comment-content .comment-meta .post-author::after,
  .comment_area .comment-content .comment-meta .post-date::after,
  .comment_area .comment-content .comment-meta .reply::after {
    right: -8px;
  }
}
.comment_area .comment-content .comment-meta .reply {
  margin-right: 0;
}
.comment_area .comment-content .comment-meta p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}
.contact-advisor {
  position: relative;
  z-index: 1;
  background-color: #ee6b4d;
  padding: 35px;
}
.contact-advisor h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.contact-advisor .single-advisor {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.contact-advisor .single-advisor .advisor-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 30px;
}
.contact-advisor .single-advisor .advisor-info h6 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-advisor .single-advisor .advisor-info span {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  color: #fff;
}
.contact-advisor .single-advisor .advisor-info p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contact-form-area .form-control:focus {
  box-shadow: none;
}
.contact-form-area textarea.form-control {
  height: 250px;
}
.map-area {
  position: relative;
  z-index: 2;
  height: 960px;
}
.map-area iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0;
}
.map-area .contact---area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-area .contact---area .contact-page {
  background-color: #3e5a80;
  padding: 70px 45px;
}
.map-area .contact---area .contact-page h4 {
  color: #fff;
  font-weight: 600;
}
.elements-title h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.single-service-area .icon {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3e5a80;
  text-align: center;
  margin-right: 20px;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
}
.single-service-area .text h5 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 18px;
}
.single-cool-fact .scf-icon {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}
.single-cool-fact .scf-icon i {
  color: #ee6b4d;
  font-size: 65px;
}
.single-cool-fact .scf-text h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-area .blog-content .blog-meta a,
  .single-latest-news-area .news-content .news-meta a {
    font-size: 9px;
  }
  .single-cool-fact .scf-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }
  .single-cool-fact .scf-icon i {
    font-size: 40px;
  }
  .single-cool-fact .scf-text h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-area {
    margin-top: 100px;
  }
  .map-area {
    height: 1200px;
  }
  .single-cool-fact .scf-text h2 {
    font-size: 30px;
  }
}
.single-cool-fact .scf-text p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #212121;
  line-height: 1;
}
.single-accordion.panel {
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}
.single-accordion h6 a {
  background-color: #3e5a80;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 0;
  padding: 20px 70px 20px 30px;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.single-accordion h6 a span {
  background: 0 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 58px;
  height: 100%;
  color: #fff;
  line-height: 58px;
}
.single-accordion h6 a span.accor-open {
  opacity: 0;
}
.single-accordion h6 a.collapsed {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #ee6b4d;
  color: #fff;
}
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}
.single-accordion .accordion-content p {
  padding: 15px 15px 0;
  margin-bottom: 0;
}
.single-skils-area .circle {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}
.single-skils-area .skills-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-skils-area .skills-text span {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}
.single-skils-area p {
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #212121;
  text-transform: uppercase;
}
.credit-tabs-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.credit-tabs-content .nav-tabs .nav-link {
  background-color: #f1f7f9;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #212121;
  margin: 0 2px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .map-area {
    height: 1200px;
  }
  .map-area .contact---area .contact-page {
    padding: 40px 30px;
  }
  .single-cool-fact .scf-text h2 {
    font-size: 24px;
  }
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
}
.credit-tabs-content .credit-tab-text {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.credit-tabs-content .tab-content h6 {
  font-size: 18px;
}
.single-icons {
  position: relative;
  z-index: 1;
  background-color: #3e5a80;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px;
}
.blog__cata,
.post__tags a:hover {
  background: #8db952;
  color: #fff;
}
.single-icons i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
}
.single-icons span {
  display: block;
  color: #fff;
}
.blog__slider {
  padding: 70px 0 60px;
}
@media (max-width: 576px) {
  .blog__slider {
    padding: 30px 0 60px;
  }
}
.blog__slider .slick-track {
  margin-left: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .credit-tabs-content .nav-tabs .nav-link {
    padding: 0 15px;
    font-size: 14px;
  }
  .blog__slider .slick-track {
    margin-left: 250px;
  }
}
.blog__slider__item {
  outline: 0;
  padding: 0 3px;
}
.blog__container {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto 30px;
}
.blog__container p {
  font-size: 18px;
}
.blog__container h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.blog__cata,
.post__tags a {
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
}
.blog__header {
  text-align: center;
}
.blog__cata {
  padding: 4px 13px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.blog__single__title {
  font-size: 44px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.blog__metas .blog__meta {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 5px;
  padding-right: 20px;
  font-size: 14px;
  color: #7e858b;
}
.blog__metas .blog__meta:after {
  position: absolute;
  content: "|";
  font-size: 14px;
  right: 0;
  top: 0;
  color: #7e858b;
}
.blog__metas .blog__meta:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog__article blockquote {
  max-width: 1170px;
  margin: 50px auto;
  padding: 45px 45px 55px;
  background-color: #eaefe5;
  background-image: url("../img/blog-single/quote.png");
  background-repeat: no-repeat;
  background-position: right 60px bottom -10px;
}
.blog__article blockquote p {
  color: #222;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.blog__article blockquote h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog__article blockquote h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #8db952;
  letter-spacing: 2px;
}
.blog__banner {
  max-width: 1170px;
  margin: 0 auto;
}
.blog__banner img {
  min-width: 100%;
}
.post__footer {
  padding-top: 30px;
  margin-bottom: 70px;
}
.post__tags a {
  font-family: Raleway, sans-serif;
  color: #7e858b;
  padding: 5px 21px;
  margin-bottom: 5px;
  margin-right: 2px;
  background-color: #f3f3f3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post__share {
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 576px) {
  .blog__slider .slick-track {
    margin-left: 0;
  }
  .post__share {
    text-align: left;
    padding-top: 35px;
  }
}
.post__share span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
.post__share a {
  display: inline-block;
  font-size: 16px;
  color: #7e858b;
  margin-left: 30px;
}
.post__share a:first-child {
  margin-left: 0;
}
.comment__area {
  padding-bottom: 100px;
}
.comment__area h2 {
  margin-bottom: 40px;
}
.comment__form input,
.comment__form textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 26px;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment__form input:focus,
.comment__form textarea:focus {
  border: 1px solid #8db952;
}
.comment__form textarea {
  height: 110px;
  resize: none;
  margin-bottom: 50px;
}
.blog__details__comment {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.blog__details__comment h4 {
  color: #222;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.recent__post {
  padding: 75px 15px 60px;
}
.recent__post h2 {
  margin-bottom: 65px;
}
.recent__post .blog__item {
  background-position: center;
}
.steps-timeline {
  font-size: 14px;
  line-height: 16px;
}
.step-description,
.step-title {
  margin: 15px;
  display: block;
  text-align: center;
}
.step-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ste-description {
  overflow: hidden;
  line-height: 20px;
}
.steps-timeline .step {
  outline: rgba(0, 128, 0, 0) dashed 1px;
  margin-bottom: 20px;
}
.step-milestone {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 8px solid #ee6b4d;
  border-radius: 50%;
  margin: 15px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 678px) {
  .steps-timeline {
    border-left: 2px solid #293241;
    margin-left: 25px;
  }
  .steps-timeline .step {
    margin-left: -25px;
    display: block;
    overflow: auto;
  }
  .step-milestone {
    float: left;
    margin-left: 10px;
  }
  .step-description,
  .step-title {
    text-align: left;
    margin-left: 70px;
  }
}
@media only screen and (max-height: 700px) {
  .header-area .credit-main-menu .classy-navbar .contact::before {
    width: 100%;
    height: 320%;
    content: "";
    position: absolute;
    /* top: 42%; */
    top: 22%;
    left: 0;
    z-index: -1;
    background-color: #ee6b4d;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .header-area .credit-main-menu .classy-navbar {
    height: 55px !important;
  }
  .hero-area {
    height: 35% !important;
  }
  .section-padding-100-0 {
    padding-top: 50px !important;
    padding-bottom: 0;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .header-area .credit-main-menu .classy-navbar .contact a {
    line-height: 45px !important;
  }
  .header-area .credit-main-menu .classy-navbar .contact a img {
    height: 55px !important;
    width: auto !important;
  }
  .cta-area .cta-content {
    padding: 25px 5% !important;
  }
}
@media screen and (min-width: 678px) {
  .steps-timeline {
    border-top: 2px solid #293241;
    margin-top: 50px;
    margin-left: 1%;
    margin-right: 1%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .steps-timeline .step {
    margin-top: -30px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
