html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}


a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar {
  padding: 0px 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.logo-white,
.logo-black {
  display: block;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 5rem;
}

.navbar-collapse {
  align-items: normal;
}

.nav-item {
  margin: 0 1.4rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 0.825rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hover-menu .collapse ul li:hover>ul {
  display: block;
}

.hover-menu .collapse ul ul {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  min-width: 200px;
  display: none;
}

.dropdown-menu {
  background-color: #fbfbfb;
  margin: 0 0 0 2px;
  border-top: 0px solid #5e87cf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 20px 20px rgb(0 0 0 / 20%);
  box-shadow: 0px 20px 20px rgb(0 0 0 / 20%);
}

.hover-menu .collapse ul ul li {
  position: relative;
}

.dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}
.dropdown-item i {
  margin-right: 8px;
  opacity: .5;
}
.hover-menu .collapse ul ul>li:hover>a, .navbar .show .dropdown-menu>li>a:focus, .navbar .show .dropdown-menu>li>a:hover, .hover-menu .collapse ul ul ul>li:hover>a {
  background: #5480cc;
  color: #fff;
}
.navbar-brand img {
  max-width: 320px;
  margin: 10px 0;
  width: 100%;
}



















#hero-3 .bg-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 67%) url(../images/overlay-pattern.png);
  /* background: rgb(0 0 0); */
}

#hero-3 .bg-inner {
  background-image: url(../images/hero-3.jpg);
  padding-top: 50px;
  width: 100%;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-3-img {
  text-align: center;
  margin-bottom: -80px;
  position: relative;
  z-index: 999;
}

.hero-newsletter-form .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hero-newsletter-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 0.825rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 1.05rem 1.65rem;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.hero-newsletter-form .btn {
  width: 100%;
  height: 54px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.btn-theme {
  background-color: #2b6de3;
  border: 2px solid #2b6de3;
}

.theme-hover:hover {
  color: #fff;
  background-color: #348cda;
  border-color: #348cda;
}

.success-box {
  background: rgb(255 212 0 / 38%);
  color: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

.success-msg {
  font-size: 14px;
  margin: 0 !important;
  padding: 0;
  padding-left: 25px;
  width: calc(100% - 60px);
}

.success-icon {
  width: 60px;
  border-right: 1px solid #fff;
}

.success-icon svg {
  width: 45px !important;
  height: 45px;
}

.success-msg strong {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.hero-section {
  position: relative;
  padding-bottom: 80px;

}

.hero-txt h3 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 20px;
}

.hero-txt {
  color: #fff;
}

.hero-txt h3 span {
  color: #ffd400;
  display: block;
  font-weight: 700;
}

.hero-txt p {
  font-size: 18px;
  font-weight: 500;
  max-width: 600px;
}


.hero-txt h3 span {
  color: #ffd400;
  display: block;
  font-weight: 700;
}



.icon-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 20px;

}

.icon-list li span {
  width: calc(100% - 35px);
  display: inline-block;
}

.icon-list li:hover {
  /* font-weight: 700; */
  color: #ffd400;
}

.icon-list li {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0.2px;
  text-align: left;
  position: relative;
  background: rgb(0 0 0 / 35%);
  padding: 15px;
  width: 32.9%;
  transition: .5s ease all;
}



.icon-list li:after {
  /* content:''; */
  position: absolute;
  top: -3px;
  right: -5px;
  width: 1px;
  height: 35px;
  background: #ffffff;
}

.icon-list li:last-child:after {
  display: none;
}

.list-icon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: 15px;
  border-right: 1px solid #8f8d8d;
  padding-right: 10px;
}

.about-secton,
.listing-secton {
  padding-top: 50px;
  padding-bottom: 100px;
}

.about-content p {
  font-size: 16px;
  font-weight: 400;
}

.about-content h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.about-content {
  max-width: 950px;
  margin: auto;
}

.post-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 5px;
  box-shadow: 0 0 15px rgb(30 30 30 / 10%);
  height: 100%;
}

.listing-secton .col-lg-6 {
  margin-bottom: 30px;
}

.card__thumbnail {
  display: block;
  position: relative;
  margin-bottom: 0;
  background-color: #f7f8fa;
}

.card__thumbnail img {

  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 350px;
  object-fit: cover;
}

.card__body {
  padding: 25px;
}

.card__title {
  margin-top: 0;
  margin-bottom: 0.625em;
  font-size: 20px;
  font-weight: 700;
}

.card__content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
}

.card__body .btn {
  /*  width: 100%;*/
}

.status {
  position: absolute;
  bottom: 0;
  background: #383838;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.status span {
  font-weight: 600;
}

.status span svg path {
  fill: #1edf00;
}

.status span svg {
  margin-right: 5px;
  height: 10px;
}

.meta-list {
  display: flex;
  border-bottom: 1px solid #eee;
}

.meta-list li:first-child {
  border-right: 1px solid #eee;
}

.meta-list li:last-child path {
  fill: #4db106;
}

.meta-list li:first-child path {
  fill: #2b6de3;
}

.meta-list li {
  width: 50%;
  display: flex;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 400;
  align-items: center;
}

.meta-list li .icon {
  width: 70px;
  text-align: center;
}

.meta-list .icon-content {
  width: calc(100% - 70px);
  padding-left: 10px;
}

.meta-list li .icon svg {
  height: 45px;
  width: 45px;
}

.meta-list li .icon-content span {
  font-weight: 800;
  display: block;
  font-size: 16px;
}

.meta-list li .icon-content strong {
  font-weight: 400;
}


.hero-inner {
  padding: 50px 0;
  background: #5480cc;
}

.hero-inner h2 {
  color: #fff;
  font-size: 40px;
  margin: 0;
}

.policy-main {
  padding: 50px 0;
}

.policy-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #3c56bc;
}

.policy-content p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

.policy-content p a {
  font-weight: 600;
  color: #3c56bc;
}

.policy-content h3,
.terms-contents strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  display: block;
}

.policy-content ul {
  list-style: none;
  margin-bottom: 25px;
}

.policy-content li {
  color: #000;
  font-size: 14px;
  position: relative;
}



/**Contact Page**/
.contact-area {
  height: auto;
  width: 100%;
  padding: 90px 0;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #3d5368;
  height: 46px;
  margin-bottom: 25px;
  padding-left: 20px;
  width: 100%;
}

#contacts-2 .quick-form .form-control:focus,
.contact-form .form-control:focus,
.contact-form .custom-select:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #2b6de3;
  background-color: #fff;
}

.contact-form textarea#message {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #3d5368;
  height: 140px;
  padding: 20px;
  margin-bottom: 25px;
  width: 100%;
}

.single-icon i {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #5480cc;
}

svg.svg-inline--fa.fa-phone.fa-w-16 {
  rotate: 90deg;
}

.single-icon svg {
  width: 50px !important;
  height: 50px;
  margin-bottom: 20px;
}

.single-icon svg path {
  fill: #5480cc;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 500;

}

.contact-icon {
  margin-bottom: 50px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px;
  position: relative;
  z-index: 1;
}

.map-area iframe {
  height: 97%;
  border: 1px solid #ccc;
  padding: 3px;
}

.contact-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 4px;
  background: #2b6de3;
  right: 0;
  margin: auto;

}

.about-area {
  height: auto;
  width: 100%;
  padding: 90px 0;
}

.banner-area {
  background: rgba(0, 0, 0, 0) url(../images/hero-3.jpg) no-repeat fixed top center / cover;
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.banner-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(4 4 4 / 80%) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}

.banner-content h3 {
  color: #fff;
  font-size: 30px;
}

.banner-content p {
  color: #fff;
  font-size: 16px;
  max-width: 670px;
  margin: auto;
  padding-bottom: 25px;
}

.about-img:after {
  position: absolute;
  right: -230px;
  top: 20px;
  width: 470px;
  height: 100%;
  content: "";
  background: rgb(43 109 227 / 63%) none repeat scroll 0 0;
  transform: rotate(45deg);
}

.about-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.footer-bottom {
  padding: 28px 0;
}

.footer-bottom-style-2 {
  background-color: #222222;
}

.footer-bottom p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
  line-height: 1.8;
}

ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 15px;
}

ul.footer-link li a {
  color: #ccc;
}

ul.footer-link li:after {
  content: '|';
  color: #fff;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  opacity: 0;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #fff;
}