/*========================================================================

	Template Name: One Page Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. About us
	05. Services area
	06. Call to action
	07. Portfolio
	08. Team
	09. Faq
	10. Pricing plan
	11. Testimonial
	12. Blog
	13. Contact us
	14. Footer
		
----------------------------------*/

/* Theme Font Use */
/* font-family: 'Montserrat', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
  background-color: var(--main-color);
  color: #fff;
}
::-moz-selection {
  background-color: var(--main-color);
  color: #fff;
}
img {
  max-width: 100%;
}
body {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #c5c5c5;
}
.theme-bg-light {
  background-color: #1d4ddc;
}
.theme-bg-dark {
  background-color: #0e0e0e;
}
p {
  line-height: 24px;
  font-size: 14px;
  color: #6c757d;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #202020;
  padding: 0px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 2px;
  text-align: center;
  right: 2%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: var(--main-color);
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
}
.scroll-top:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #0247b7;
}
/* --- Buttons --- */
.btn-style-1 {
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  border: 2px solid var(--main-color);
  text-decoration: none;
  display: inline-block;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
  background-color: #0247b7;
  color: #fff;
  text-decoration: none;
}
.video-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background-color: var(--main-color);
  margin: 0 auto;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s;
  position: relative;
  color: #fff;
}
.video-btn:hover {
  color: #fff;
  background-color: #0247b7;
}
.video-btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  border-radius: 50%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  border-radius: 50%;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
@keyframes pulseInOut {
  0% {
    opacity: 1;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
/* --- Loading --- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .spinner-grow {
  top: 50%;
  position: relative;
}
/* --- section title --- */
.section-title {
  position: relative;
  text-align: center;
}
.section-title h3 {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 8px;
  padding-left: 15px;
}
.section-title h2 {
  font-weight: 700;
  font-size: 34px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 10px;
  position: relative;
}
/* ===================================
	02. Header
=================================== */
header {
  position: absolute;
  top: 0px;
  z-index: 999;
  background-color: transparent;
  width: 100%;
}
.header-lover .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.header-lover {
  padding: 10px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
  padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
  font-size: 12px;
  color: #fff;
  position: relative;
  padding: 10px 0px;
  font-weight: 600;
  margin: 20px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0px;
  bottom: 0px;
  height: 2px;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover:after {
  width: 100%;
}
.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active .nav-link {
  background-color: transparent;
}
.header-lover .navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.header-lover .navbar-toggler span {
  background: #000;
}
/* Navbar Toogle */
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  background-color: #f5f5f5;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #333;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
/* sticky */
.logo-sticky {
  display: none;
}
.is-sticky .logo {
  display: none;
}
.is-sticky .logo-sticky {
  display: inline-block;
}
.is-sticky {
  z-index: 999;
}
.is-sticky .header-lover {
  z-index: 9999 !important;
  background-color: #fff !important;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
  color: #333;
}
.is-sticky .header-lover .navbar .nav-item .nav-link:after {
  border-bottom: 1px dashed #333;
}
.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show > .nav-link {
  color: #175aab !important;
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translateY(-50%);
}
.slider .carousel-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--main-color)+0,5db0d8+100&0.8+0,0.8+100 */
  background: -moz-linear-gradient(
    left,
    rgba(29, 87, 221, 0.8) 0%,
    rgba(93, 176, 216, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(29, 87, 221, 0.8) 0%,
    rgba(93, 176, 216, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(29, 87, 221, 0.8) 0%,
    rgba(93, 176, 216, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1d57dd', endColorstr='#cc5db0d8', GradientType=1 ); /* IE6-9 */
}
.slider .carousel-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  position: relative;
}
.slider .carousel-item.slider-one {
  background-image: url("../img/3e.png"); /*edit image*/
}
.slider .carousel-item.slider-two {
  background-image: url("../img/4r.png"); /*edit image*/
}
.slider .carousel-item.slider-three {
  background-image: url("../img/5t.png"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.slider .carousel-caption h2 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  text-transform: capitalize;
}
.slider .carousel-caption h2 span {
  color: var(--main-color);
  text-decoration: underline;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}
.slider .carousel-control-next {
  bottom: auto;
  width: auto;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  right: 10px;
  transform: translateY(-50%);
}
.slider .carousel-control-prev {
  left: 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
/* ===================================
	04. About us
=================================== */
.about-content .about-title span {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}
.about-content .about-title h2 {
  margin-bottom: 20px;
  font-size: 34px;
}
.about-img {
  position: relative;
}
.about-img img {
  border-radius: 6px;
}
.about-us-since {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 20px 30px;
  background-color: var(--main-color);
  border-radius: 6px;
}
.about-us-since h3 {
  color: #fff;
}
/* single counter */
.single-counter-box {
  position: relative;
  text-align: left;
}
.single-counter-box .text-wrap .counter-info-text span {
  color: var(--main-color);
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.single-counter-box .text-wrap h4 {
  color: var(--main-color);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
}
/* ===================================
	05. Services area
=================================== */
.service-box {
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.service-box .number {
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-box:hover .number {
  color: var(--main-color);
}
.service-box i {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--main-color);
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  -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;
}
.service-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.service-box h3 a {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-box p {
  margin-bottom: 0px;
}
.service-box:hover i {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(380deg);
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
/* ===================================
	06. Call to action
=================================== */
.call-to-action-area {
  background-image: url(../img/bg/call-to-action-bg.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 0;
}
.call-to-action-area:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.cta-content {
  padding: 40px;
  border: 8px solid rgba(255, 255, 255, 0.4);
}
.call-to-action-area h2 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 15px;
}
.call-to-action-area h2 a {
  color: #fff;
  text-decoration: underline;
}
.call-to-action-area p {
  color: #fff;
  line-height: 28px;
}
/* ===================================
	07. Portfolio
=================================== */
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
}
.filter1 li span {
  cursor: pointer;
  padding: 8px 12px 8px 12px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #333;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter1 li span.active,
.filter1 li span:hover {
  color: #fff;
  background-color: var(--main-color);
}
.portfolio-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.portfolio-box .portfolio-box-img {
  position: relative;
  overflow: hidden;
}
.portfolio-box .portfolio-box-img img {
  -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;
}
.portfolio-box:hover .portfolio-box-img img {
  transform: scale(1.1);
}
.portfolio-box .portfolio-des {
  left: 0;
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 15px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 2;
  -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;
}
.portfolio-box:hover .portfolio-des {
  opacity: 1;
}
.portfolio-box .portfolio-des h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 600;
}
.portfolio-box .portfolio-des span {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}
.portfolio-box .zoom-icon {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: var(--main-color);
  z-index: 5;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-box .zoom-icon:hover {
  background-color: #0247b7;
  color: #fff;
}
/* ===================================
	08. Team
=================================== */
.team-item {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.team-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.team-item .team-item-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item:hover .team-item-img img {
  transform: scale(1.1);
}
.team-item-caption {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.team-item .team-social {
  position: absolute;
  left: 15px;
  z-index: 2;
  bottom: 15px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-social a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-social a:hover {
  color: var(--main-color);
}
.team-item-name a {
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}
.team-item-status {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
}
/* ===================================
	09. Faq
=================================== */
.faq-box {
  border-radius: 6px;
  overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  position: relative;
  text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: none;
  content: "\f078";
  font-weight: 700;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: none;
  content: "\f077";
  font-weight: 700;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-box .accordion-item .accordion-header i {
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
  background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
  color: #333 !important;
  padding: 20px 20px !important;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
.faq-box .accordion-item {
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.faq-box .accordion-item:last-child {
  margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
  padding: 0px;
  border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
  line-height: 24px;
  padding: 25px 25px 25px 25px;
  color: #333;
  margin-top: 1px;
  background-color: #0e0e0e;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  color: #fff !important;
  padding: 20px !important;
  border-bottom: 0;
  font-size: 14px;
  border-radius: 0px;
  background-color: var(--main-color);
}
.faq-img img {
  border-radius: 6px;
}
/* ===================================
	10. Pricing plan
=================================== */
.pricing-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-box:hover {
  border: 1px solid var(--main-color);
  box-shadow: 0px 10px 50px 0px rgba(160.5, 160.5, 160.5, 0.5);
}
.pricing-box h4 {
  padding: 30px 0px 10px 0px;
  color: #333;
}
.pricing-box h5 {
  width: 150px;
  height: 150px;
  text-align: center;
  position: relative;
  margin: auto;
  border-radius: 100%;
  background-color: var(--main-color);
  font-size: 30px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
}
.pricing-box .center-text {
  padding-top: 55px;
}
.pricing-box h5 span.currency {
  color: #fff;
}
.pricing-box h5 span.small-text {
  font-size: 12px;
  color: #fff;
  width: 100%;
  display: inline-block;
}
.pricing-box .pricing-des {
  padding: 30px;
}
.pricing-box ul {
  margin-bottom: 30px;
}
.pricing-box ul li {
  font-size: 14px;
  color: #333;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-box ul li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
/* ===================================
	11. Testimonial
=================================== */
.testimonial-box {
  overflow: hidden;
  text-align: center;
}
.testimonial-box .quote-icon {
  color: var(--main-color);
  font-size: 30px;
  margin-bottom: 15px;
}
.testimonial-box .author-thumb img {
  border-radius: 100%;
  margin-bottom: 15px;
  width: auto;
  display: inline-block;
}
.testimonial-box .profile-info {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}
.testimonial-box p {
  color: #333;
}
.testimonial-box .profile-info h3 {
  color: #333;
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.testimonial-box .profile-info span {
  color: var(--main-color);
}
/* ===================================
	12. Blog
=================================== */
.blog-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.blog-item .blog-item-img {
  overflow: hidden;
  position: relative;
}
.blog-item .blog-item-title {
  line-height: 24px;
  margin-bottom: 14px;
}
.blog-item .blog-item-title a {
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-title a:hover {
  color: var(--main-color);
}
.blog-item .blog-item-meta {
  display: flex;
  align-items: center;
}
.author-profile {
  display: flex;
  align-items: center;
}
.blog-item .blog-item-meta .author-img img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.blog-item .blog-item-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}
.blog-item .blog-item-meta .date {
  margin-left: auto;
  color: #333;
}
.blog-item .blog-item-meta .author-meta {
  margin-left: 15px;
}
.blog-item .blog-item-meta .author-meta h6 a {
  color: var(--main-color);
}
.blog-item .blog-item-meta .author-meta p a,
.blog-item .blog-item-meta .author-meta p {
  color: #333;
  font-size: 12px;
}
.blog-item .mata-label {
  font-size: 11px;
  color: #fff;
  background-color: var(--main-color);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item:hover .mata-label,
.blog-item:hover .mata-label:after {
  background-color: #0247b7;
  color: #fff;
}
/* ===================================
	13. Contact us
=================================== */
.contact-info-box {
  width: 100%;
  display: flex;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-info-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-info-box .contact-info-content h6 {
  color: #64697f;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
}
.contact-info-box .contact-info-content a {
  color: #000;
  font-size: 18px;
}
.contact-info-box .contact-info-content p {
  color: #000;
  font-size: 18px;
}
.contact-info-box .contact-info-content a:hover {
  color: var(--main-color);
}
.contact-form input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
  height: 55px;
  padding: 0px 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
}
.contact-form textarea {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0px;
  color: #333;
  padding: 0px 10px;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #333;
  font-size: 14px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  background-color: transparent;
  color: #333;
  box-shadow: none;
  font-size: 14px;
}
.help-block ul {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 10px;
  border-radius: 4px;
}
/* ===================================
	14. Footer
=================================== */
.footer {
  width: 100%;
  display: inline-block;
  background-color: #000;
}
/* social icon footer */
.social-icon-footer a {
  background-color: var(--main-color);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 41px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon-footer a:hover {
  background-color: #0247b7;
  color: #fff;
}
/* footer copyright */
.footer-copyright {
  font-size: 14px;
  color: #c5c5c5;
}
