/* =====================================
Template Name: Appkit
Author Name: Naimur Rahman
Author URI: http://wpthemesgrid.com/
Description: Appkit - Creative App & SAAS Landing HTML5 Template.
Version:	1.0
========================================*/
/*======================================
[ CSS Table of contents ]
01. Preloader CSS
02. Color Plate CSS
03. Header CSS
	+ Topbar
	+ Main Menu With Logo
04. Hero Area CSS
05. Brands CSS
06. Work Area CSS
07. Services CSS
08. Counter CSS
09. Pricing Table CSS
10. Testimonials CSS
11. Team CSS
12. Faq CSS	
13. Blog CSS	
	+ Blog Archive
	+ Blog Sidebar
	+ Blog Single
14. Contact CSS
15. Call Action CSS
16. Newsletter CSS
17. 404 Error CSS
18. Mail Success CSS
19. Footer CSS
========================================*/

/* Preloader */
.preeloader {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.preloader-spinner {
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  border: 5px solid #006dfe;
  border-radius: 40px;
  display: block;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 60px;
  z-index: 10;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes pulsate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Color Plate*/
.color-plate {
  position: fixed;
  display: block;
  z-index: 99998;
  padding: 20px;
  width: 245px;
  background: #fff;
  right: -245px;
  text-align: left;
  top: 30%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active {
  right: 0;
}
.color-plate .color-plate-icon {
  position: absolute;
  left: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  text-align: center;
  color: #333 !important;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.color-plate p {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 20px;
}
.color-plate span {
  width: 42px;
  height: 35px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
}
.color-plate span:hover {
  cursor: pointer;
}
.color-plate span.color1 {
  background: #006dfe;
}
.color-plate span.color2 {
  background: #ff7979;
}
.color-plate span.color3 {
  background: #09b6dd;
}
.color-plate span.color4 {
  background: #31e080;
}
/* End Color Plate */

#scrollUp {
  right: 10px;
  z-index: 33;
  bottom: 10px;
  text-align: center;
}
#scrollUp i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: transparent;
  background: #006dfe;
  border-radius: 3px;
  font-size: 19px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  color: #fff;
  box-shadow: 0px 4px 19px #00000038;
}
#scrollUp i:hover {
  background: #fff;
  color: #333;
}
/*=============================
	Start Buy Pro CSS
===============================*/
.buy-pro {
  text-align: center;
  background: #ff4d4d;
  padding: 10px 0;
}
.buy-pro .inner {
}
.buy-pro p {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}
.buy-pro .pro-button {
  display: inline-block;
}
.buy-pro .pro-button .btn {
  background: #ffffff78;
  color: #fff;
  padding: 6px 25px;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 500;
}
.buy-pro .pro-button .btn:before {
  display: none;
}
.buy-pro .pro-button .btn:hover {
  background: #fff;
  color: #333 !important;
}

/*=============================
	End Buy Pro CSS
===============================*/

/*======================================
	Start Header CSS
========================================*/
.site-header {
  position: relative;
}
.site-header .logo {
  margin-top: 25px;
}
.site-header .header-bottom {
  width: 100%;
  z-index: 333;
  background: #fff;
}
/* Topbar */
.site-header .topbar {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.site-header .topbar p {
}
.site-header .social-contact {
  display: inline-block;
  float: right;
}
.site-header .social-contact ul {
  text-align: right;
}
.site-header .social-contact ul li {
  display: inline-block;
  margin-right: 15px;
}
.site-header .social-contact ul li:last-child {
  margin-right: 0;
}
.site-header .social-contact ul li a {
  color: #777;
}
.site-header .social-contact ul li a:hover {
  color: #006dfe;
}
/* Main Menu */
.site-header .main-menu {
  background: transparent;
  z-index: 99;
  text-align: center;
  position: relative;
}
.site-header .button {
  color: #006dfe;
  border-radius: 30px;
  padding: 10px 30px;
  border-radius: 3px;
  display: inline-block;
  float: right;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.site-header .button:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #006dfe;
  z-index: -1;
  opacity: 0.2;
}
.site-header .button:hover {
  background: #006dfe;
  color: #fff;
}
.site-header .navigation {
  display: inline-block;
  float: left;
}
.site-header .nav li {
  position: relative;
  margin-right: 10px;
}
.site-header .nav li a {
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding: 30px 15px;
  z-index: 3;
}
.site-header .nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 50%;
  height: 34px;
  width: 0%;
  background: #006dfe;
  margin-bottom: -17px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 3px;
  z-index: -1;
}
.site-header .nav li:hover a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.site-header .nav li:hover a {
  color: #fff;
}
.site-header .nav li.active a:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.site-header .nav li.active a {
  color: #fff;
}
.site-header .nav li a i {
  margin-left: 10px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-header .nav li a:hover {
  color: #fff;
}
.site-header .nav li:hover a i {
  transform: rotate(180deg);
}
/* Header Sticky */
.site-header.sticky .header-bottom {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: initial;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  animation: fadeInDown 0.5s both 0.5s;
  box-shadow: 0px 0px 13px #00000054;
}
/*======================================
   End Header CSS
========================================*/

/*======================================
    Start Hero Area CSS
========================================*/
.hero-header {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* background-image: url(../img/backgrounds/hero.svg); */
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  background: linear-gradient(45deg, #006dfe, #1407b3);
}
.hero-header-content {
  padding: 124px 0;
  display: block;
  display: inline-block;
}
.hero-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
}
.hero-header-content p {
  text-align: left;
  color: #fff;
  margin-top: 20px;
}
.hero-header h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 55px;
  text-align: left;
  color: #fff;
}
.hero-header .button {
  margin-top: 20px;
}
.hero-header .btn {
  text-align: left;
  float: left;
  background: #fff;
  color: #333;
  border: none;
  box-shadow: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff !important;
  margin-right: 10px;
}
.hero-header .btn i {
  font-size: 13px;
  display: inline-block;
  margin-left: 4px;
}
.hero-header .btn:last-child {
  margin: 0;
}
.hero-header .btn:hover {
  background: #fff;
  color: #006dfe !important;
  border-color: transparent;
}
.hero-header .btn.primary {
  background: #fff;
  color: #006dfe !important;
  border-color: transparent;
}
.hero-header .btn:before {
  display: none;
}
.hero-header .hero-header-image {
  margin-top: 80px;
}
.hero-header .hero-header-image img {
}
.hero-header input {
  display: inline-block;
  width: 240px;
  height: 50px;
  border: none;
  background: #fff;
  color: #333;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 14px;
  padding: 0px 20px;
  font-weight: 400;
}
.hero-header .input-form {
  margin-top: 30px;
}
.hero-header .input-group-append {
  display: inline-block;
}
.hero-header .input-group-append .app-btn {
  width: 120px;
  height: 50px;
  border: none;
  background: #fff;
  color: #333;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 14px;
  padding: 0px 20px;
  font-weight: 400;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero-header .input-group-append .app-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.home-v3 {
  text-align: center;
}
.home-v3 .hero-header-content {
  text-align: center;
  padding: 124px 100px;
}
.home-v3 .hero-header-content p {
  text-align: center;
}
.home-v3 .hero-header-content h1 {
  text-align: center;
}
.home-v3 .button {
  margin-top: 30px;
  text-align: center;
  display: inline-block;
}
/* Animation */
.home-v3 .owl-item.active .single-slider h1 {
  animation: bounceIn 1s both 1s;
}
.home-v3 .owl-item.active .single-slider p {
  animation: fadeIn 0.7s both 1.3s;
}
.home-v3 .owl-item.active .single-slider .btn {
  animation: fadeIn 0.9s both 1.8s;
}
/* Hero Area 4 */
.home-v3 .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -23px;
}
.home-v3 .owl-carousel .owl-nav div {
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  position: absolute;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
}
.home-v3 .owl-carousel .owl-nav div:hover {
  background: #fff;
  color: #006dfe;
  border-color: transparent;
}
.home-v3 .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.home-v3 .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
/*======================================
   End Hero Area CSS
========================================*/

/*======================================
   Start Brand Slider CSS
========================================*/
.brands {
  padding: 50px 0;
  text-align: center;
}
.brands .slingle-brand {
  text-align: center;
}
.brands .slingle-brand img {
  width: 115px;
  text-align: center;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  display: inline-block;
}
.brands .slingle-brand img:hover {
  opacity: 1;
  cursor: pointer;
}
.brands .slingle-brand.active img {
  opacity: 1;
}
/*======================================
   End Brand Slider CSS
========================================*/

/*=============================
	Start Work CSS
===============================*/
.work {
  background: #f5f8ff;
}
.work .single-work {
  text-align: left;
  position: relative;
  padding: 120px 30px 30px 30px;
  box-shadow: 0px 0px 10px #00000014;
  border-radius: 3px;
  background: #fff;
}
.work .single-work .serial span {
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  background: #006dfe1c;
  color: #006dfe;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.work .single-work:hover .serial span {
  background: #006dfe;
  color: #fff;
}
.work .single-work h3 {
  color: #333;
  font-weight: 400;
  /* font-size: 15px; */
  font-size: large;
  font-weight: 600;
}
.work .single-work p {
  margin-top: 20px;
  line-height: 24px;
  font-size: medium;
}
/*=============================
	End Work CSS
===============================*/

/*======================================
   Start services Area CSS
========================================*/
.services-area {
  background: #fff;
}
.services-area .info-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.services-area .short-title {
  color: #006dfe;
}
.services-area .main-title {
  margin: 15px 0 30px 0;
}
.services-area .des {
}
.services-area .button {
  margin-top: 30px;
}
.services-area .button .btn {
  display: inline-block;
  margin-right: 10px;
}
.services-area .button .btn:hover {
  color: #fff;
}
.services-area .button .btn:last-child {
  margin: 0;
}
/*======================================
   End services Area CSS
========================================*/

/*=============================
	Start Counter CSS
===============================*/
.product-counter-section {
  padding: 100px 0px;
  background: linear-gradient(45deg, #006dfe, #1407b3);
}
.product-counter-section.overlay:before {
  background: #2889e4;
  opacity: 0.9;
}
.counter-content-wrap i {
  float: left;
  margin-right: 15px;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  top: 5px;
  color: #fff;
}
.product-counter-section .counter-title {
  font-size: 28px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 500;
}
.product-counter-section .counter-text {
  color: #fff;
  margin: 0;
}
.product-counter-section .counter-list {
  font-size: 1.143rem;
}
.product-counter-section .counter-list li {
  text-align: center;
  margin: 0 32px;
  display: inline-block;
}
.product-counter-section .counter-list .count {
  font-size: 29px;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  color: #fff;
}
.product-counter-section .counter-list li .number {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-counter-section .counter-list .title {
  display: block;
  font-size: 16px;
  color: #fff;
}
/*=============================
	/End Counter CSS
===============================*/

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background: #fff;
  position: relative;
}
.pricing-table .single-table {
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 60px 20px;
  box-shadow: 0 0 20px rgba(18, 22, 25, 0.1);
  overflow: hidden;
}
.pricing-table .single-table .popular {
  color: #fff;
  background: #006dfe;
  display: inline-block;
  padding: 5px 70px;
  position: absolute;
  right: -60px;
  top: 14px;
  font-size: 13px;
  transform: rotate(45deg);
}
/* Table Head */
.pricing-table .single-table .table-head {
}
.pricing-table .single-table .title {
  font-size: 23px;
  font-weight: 300;
}
.pricing-table .single-table .title span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}
.pricing-table .single-table .amount {
  position: relative;
  color: #333;
  font-size: 35px;
  display: inline-block;
  margin: 45px 0;
  font-weight: 600;
}
.pricing-table .single-table .curency {
  color: #555;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: -14px;
  top: -7px;
}
.pricing-table .single-table .duration {
  color: #888;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: -25px;
  bottom: -6px;
}
/* Table List */
.pricing-table .table-list li {
  color: #888;
  margin-bottom: 6px;
  font-size: 13px;
}
.pricing-table .table-list li:last-child {
  margin-bottom: 0;
}
/* Table Bottom */
.pricing-table .button {
  margin-top: 30px;
}
.pricing-table .btn {
  padding: 14px 32px;
  color: #fff;
}
/*=============================
	End Pricing Table CSS
===============================*/

/*===================================
	11. Start Testimonials CSS
=====================================*/
.testimonials {
  background: #f5f8ff;
  position: relative;
}
.testimonials .single-testimonial {
  text-align: left;
  padding: 40px 40px 50px 40px;
  margin-bottom: 27px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 12px 20px;
  box-shadow: 0px 0px 10px #00000017;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.testimonials .single-testimonial:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #006dfe;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials .single-testimonial:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.testimonials .single-testimonial p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
}
.testimonials .single-testimonial .bottom {
  position: relative;
  padding-left: 90px;
  margin-top: 40px;
}
.testimonials .single-testimonial img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -13px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials .single-testimonial .name {
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
}
.testimonials .single-testimonial .name span {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  margin-top: 3px;
  text-transform: capitalize;
}
/* Slider Dots */
.testimonials .owl-dots {
  position: absolute;
  right: -80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.21);
  top: 44%;
  margin-top: -47px;
  padding: 10px 25px;
  border-radius: 3px;
  margin: 0 0 0 -52px;
  transform: rotate(90deg);
  /* transition: transla; */
  transform: ;
}
.testimonials .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}
.testimonials .owl-dots .owl-dot:last-child {
  margin: 0px;
}
.testimonials .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #006dfe;
  position: relative;
  border: 1px solid transparent;
}
.testimonials .owl-dots .owl-dot:hover span {
  border-color: transparent;
}
.testimonials .owl-dots .owl-dot.active span,
.testimonials .owl-dots .owl-dot:hover span {
  border-color: #006dfe;
  background: transparent;
}
/*=============================
	/End Testimonials CSS
===============================*/

/*======================================
	Start Team CSS
========================================*/
.team .title-line {
  margin-bottom: 40px;
}
.team .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.team .single-team .info-head {
  padding: 35px 30px;
  background: #f5f8ff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team .single-team .info-head:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: #006dfe;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team .single-team:hover .info-head:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.team .single-team:hover .info-head {
  border-color: transparent;
}
.team .single-team .image img {
  height: 100%;
  width: 100%;
}
.team .single-team .info-box {
  text-align: center;
}
.team .single-team .info-box .name {
  display: block;
  font-size: 17px;
  color: #333;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team .single-team:hover .info-box .name {
  color: #fff;
}
.team .single-team .info-box .name a {
  font-weight: 400;
}
.team .single-team:hover .info-box .name a {
  color: #fff;
}
.team .single-team .info-box .designation {
  color: #aaa;
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team .single-team:hover .info-box .designation {
  color: #fff;
}
.team .single-team .social-links {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
}
.team .single-team .social-links .social li {
  display: inline-block;
  margin-right: 15px;
}
.team .single-team .social-links .social li:last-child {
  margin-right: 0px;
}
.team .single-team .social-links .social li a {
  color: #666;
  display: block;
  font-size: 14px;
}
.team .single-team:hover .social-links .social li a {
  color: #fff;
}
/*======================================
	End Team CSS
========================================*/

/*=============================
	Start FAQ CSS
===============================*/

.faq-section {
  background: #f5f8ff;
}
.faq-section .btn {
  color: #fff;
}
.faq-section .faq-container {
  max-width: 991px;
  width: 100%;
}
.faq-section .card-header {
  border-bottom: 1px solid #d8e3fe;
  background-color: transparent;
  padding: 1.55rem 0.55rem;
}
.faq-section .card-header .arrow-container {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  background-image: url(img/arrow-up.svg);
}
.faq-section .card-header .collapsed .arrow-container {
  background-image: url(img/arrow-down.svg);
}
.faq-section .card-body {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #8d96bd;
  padding-left: 3rem;
  padding-right: 3rem;
}
.faq-section .card-with-button {
  display: grid;
  grid-template-columns: calc(70% - 1rem) calc(30% - 1rem);
  grid-gap: 2rem;
  align-items: center;
}
.faq-section .simple-card .btn-link {
  text-align: left;
  border: none;
  color: #888;
  font-size: 16px;
}
.faq-section .simple-card button {
  border: none;
}
.faq-section .simple-card .btn-link:hover {
  text-decoration: none;
  color: #006dfe;
}
/*=============================
	End FAQ Area CSS
===============================*/

/*=============================
	Blog CSS CSS
===============================*/
.blog {
  background: #fff;
}
.blog .blog-title {
  text-align: center;
}
.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news .news-head {
  position: relative;
  overflow: hidden;
}
.blog .single-news .news-content {
  text-align: left;
  background: #fff;
  z-index: 99;
  position: relative;
  padding: 30px;
  position: relative;
  top: -25px;
  left: 0;
  z-index: 0;
  box-shadow: 0px 0px 10px #00000014;
  margin: 0px 15px;
}
.blog .single-news .news-body h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 25px;
}
.blog .single-news .news-body h2 a {
  color: #2c2d3f;
}
.blog .single-news .news-body h2:hover a {
  color: #006dfe;
}
.blog .single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 23px;
}
.blog .single-news .news-body .date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}
/* Blog Sidebar */
.main-sidebar {
  background: #fff;
  margin-top: 30px;
  background: transparent;
}
.main-sidebar .single-widget {
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 30px;
}
.main-sidebar .single-widget .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #006dfe;
}
.main-sidebar .single-widget:last-child {
  margin: 0;
}
.main-sidebar .search {
  position: relative;
}
.main-sidebar .search input {
  width: 100%;
  height: 45px;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  border: none;
  color: #222;
  background: transparent;
  padding: 0 70px 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  border: 1px solid #eee;
}
.main-sidebar .search .button {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 44px;
  width: 50px;
  line-height: 45px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #a8a8a8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
}
.blog-single .single-comment .content .button {
  padding: 0;
}
.main-sidebar .search .button:hover {
  background: #006dfe;
  color: #fff;
}
/* Category List */
.main-sidebar .categor-list {
  margin-top: 15px;
}
.main-sidebar .categor-list li {
}
.main-sidebar .categor-list li {
  margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child {
  margin-bottom: 0px;
}
.main-sidebar .categor-list li a {
  display: inline-block;
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.main-sidebar .categor-list li a:hover {
  color: #006dfe;
  padding-left: 7px;
}
.main-sidebar .categor-list li a i {
  display: inline-block;
  margin-right: 0px;
  font-size: 9px;
  transform: translateY(-1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i {
  margin-right: 6px;
  opacity: 1;
  visibility: visible;
}
/* Recent Post */
.main-sidebar .recent-post {
}
.main-sidebar .single-post {
  position: relative;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding: 17px 0;
}
.main-sidebar .single-post:last-child {
  padding-bottom: 0px;
  border: none;
}
.main-sidebar .single-post .image {
}
.main-sidebar .single-post .image img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.main-sidebar .single-post .content {
  padding-left: 100px;
}
.main-sidebar .single-post .content h5 {
  line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
  color: #2c2d3f;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover {
  color: #006dfe;
}
.main-sidebar .single-post .content .comment {
}
.main-sidebar .single-post .content .comment li {
  color: #888;
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
}
.main-sidebar .single-post .content .comment li:last-child {
  margin-right: 0;
}
.main-sidebar .single-post .content .comment li i {
  display: inline-block;
  margin-right: 5px;
}
/* Blog Tags */
.main-sidebar .side-tags {
}
.main-sidebar .single-widget {
  margin-bottom: 50px;
  background: #fff;
}
.main-sidebar .side-tags .tag {
  margin-top: 40px;
}
.main-sidebar .side-tags .tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 18px;
}
.main-sidebar .side-tags .tag li a {
  background: #fff;
  color: #333;
  padding: 9px 18px;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 13px;
  background: #f6f7fb;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
}
.main-sidebar .side-tags .tag a:hover {
  color: #fff;
  background: #006dfe;
  border-color: transparent;
}
/* Blog Newslatter CSS */
.main-sidebar .newsletter {
}
.main-sidebar .newsletter .letter-inner {
  position: relative;
  padding: 35px 30px;
  box-shadow: 0px 0px 12px #00000014;
  z-index: 2;
  overflow: hidden;
}
.main-sidebar .newsletter .letter-inner h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.main-sidebar .newsletter .letter-inner p {
  margin-bottom: 20px;
}
.main-sidebar .newsletter .letter-inner .form-inner {
  position: relative;
}
.main-sidebar .newsletter .letter-inner input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: none;
  border: 1px solid #ddd;
  padding: 0px 60px 0px 20px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border-radius: 5px;
}
.main-sidebar .newsletter .letter-inner .form-inner a {
  height: 42px;
  width: 100%;
  background: #006dfe;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 42px;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5px;
}
.main-sidebar .newsletter .letter-inner .form-inner a:hover {
  background: #0661d9;
  color: #fff;
}
/* Blog Single CSS */
.blog-single {
  background: #fff;
  padding: 70px 0 100px;
}
.blog-single .blog-single-main {
  margin-top: 30px;
  background: #fff;
}
.blog-single .blog-detail {
  background: #fff;
}
.blog-single .image {
  position: relative;
}
.blog-single .image img {
  width: 100%;
  height: 100%;
}
.blog-single .blog-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 40px 0 15px 0;
}
.blog-single .blog-meta {
  margin-bottom: 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd6e;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.blog-single .blog-meta .author i {
  color: #006dfe;
  margin-right: 10px;
  font-size: 13px;
}
.blog-single .blog-meta .author a {
  font-size: 13px;
  border-right: 1px solid #ddd;
  padding: 0px 15px;
  font-weight: 500;
  color: #888;
}
.blog-single .blog-meta .author a:first-child {
  padding-left: 0;
}
.blog-single .blog-meta .author a:last-child {
  padding-right: 0;
  border: none;
}
.blog-single .blog-meta span {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.blog-single .blog-meta span a i {
  margin-right: 10px;
  color: #006dfe;
}
.blog-single .blog-meta span a:hover {
  color: #006dfe;
}
.blog-single .content p {
  margin-bottom: 25px;
  line-height: 26px;
}
.blog-single .content p:last-child {
  margin: 0;
}
.blog-single blockquote {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding: 10px 20px;
  background: #f6f6f6;
  padding: 30px 40px 30px 70px;
  color: #555;
  border: none;
  margin-bottom: 25px;
  border-left: 3px solid #006dfe;
}
.blog-single blockquote i {
  font-size: 30px;
  color: #006dfe;
  position: absolute;
  left: 20px;
  top: 20px;
}
.blog-single .content .img-post {
  margin-bottom: 25px;
}
.blog-single .share-social .content-tags {
  position: relative;
  margin-top: 25px;
}
.blog-single .share-social .content-tags h4 {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 15px;
  font-weight: 500;
}
.blog-single .share-social .content-tags .tag-inner {
  padding-left: 60px;
}
.blog-single .share-social .content-tags .tag-inner li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
  border-radius: 30px;
  padding: 5px 15px;
  background: #f4f7fc;
  font-size: 13px;
  font-weight: 500;
  color: #;
}
.blog-single .share-social .content-tags .tag-inner li a:hover {
  color: #fff;
  background: #006dfe;
}
/* Comments */
.blog-single .comments {
  margin-top: 40px;
}
.blog-single .comments .comment-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding-left: 12px;
}
.blog-single .comments .comment-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #006dfe;
}
.blog-single .comments {
}
.blog-single .comments .single-comment {
  position: relative;
  margin-bottom: 40px;
  border-radius: 5px;
  padding-left: 95px;
}
.blog-single .comments .single-comment.left {
  margin-left: 110px;
}
.blog-single .comments .single-comment img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.blog-single .single-comment .content {
}
.blog-single .single-comment .content h4 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.blog-single .single-comment .content h4 span {
  display: inline-block;
  font-size: 13px;
  color: #8d8d8d;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-top: 5px;
}
.blog-single .single-comment .content p {
  color: #666;
  font-weight: 400;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  line-height: 22px;
}
.blog-single .single-comment .content .button {
}
.blog-single .single-comment .content .btn {
  display: inline-block;
  color: #666;
  font-weight: 400;
  color: #333;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 14px;
  background: transparent;
  padding: 0;
}
.blog-single .single-comment .content .btn:hover {
  color: #006dfe !important;
}
.blog-single .single-comment .content .btn:before {
  display: none;
}
.blog-single .single-comment .content a i {
  display: inline-block;
  margin-right: 5px;
}
.blog-single .single-comment .content a:hover {
  color: #006dfe;
}
/* Comment Form */
.blog-single .reply form {
  padding: 40px;
  box-shadow: 0px 0px 10px #00000024;
  border-radius: 10px;
}
.blog-single .reply .reply-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  background: #fff;
  padding-left: 12px;
}
.blog-single .reply .reply-title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  height: 100%;
  width: 3px;
  background: #006dfe;
}
.blog-single .reply .form-group {
  margin-bottom: 20px;
}
.blog-single .reply .form-group input {
  width: 100%;
  height: 45px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0px;
  color: #333 !important;
  border: none;
  border: 1px solid #eee;
}
.blog-single .reply .form-group textarea {
  width: 100%;
  height: 200px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0px;
  color: #333 !important;
  border: none;
  border: 1px solid #eee;
}
.blog-single .reply .form-group label {
  color: #333;
  position: relative;
}
.blog-single .reply .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}
.blog-single .reply .button {
  text-align: left;
  margin-bottom: 0px;
}
.blog-single .reply .button .btn {
  height: 50px;
  border: none;
}
/*======================================
   End Blog CSS
========================================*/

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background: #f5f8ff;
}
.contact-us .contact-head {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.contact-us .title {
  margin-bottom: 30px;
}
.contact-us .title h4 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #006dfe;
}
.contact-us .title h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-us .single-head {
  padding: 50px;
  height: 100%;
  background-image: url("img/contact-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 5;
}
.contact-us .single-head.overlay:before {
  background: #006dfe;
  opacity: 0.6;
  z-index: -1;
}
.contact-us .single-info {
  text-align: left;
  margin-bottom: 30px;
}
.contact-us .single-info i {
  color: #006dfe;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
  background: #fff;
}
.contact-us .single-info ul li:last-child {
  margin-bottom: 0;
}
.contact-us .single-info ul li {
  color: #fff;
  font-weight: 500;
}
.contact-us .single-info ul li a {
  font-weight: 400;
  color: #fff;
}
.contact-us .single-info ul li a:hover {
  color: #fff;
}
.contact-us .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
.contact-us .single-info .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}
.contact-us .form-main {
  padding: 50px;
}
.contact-us .form .form-group input {
  height: 48px;
  line-height: 48px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}
.contact-us .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  border-radius: 0px;
  resize: none;
  font-weight: 400;
  border-radius: 5px;
}
.contact-us .form .form-group label {
  color: #333;
  position: relative;
}
.contact-us .form .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}
.contact-us .form .button {
  margin: 0;
}
.contact-us .form .button .btn {
  height: 50px;
  border: none;
}
/*======================================
	End Contact CSS
========================================*/

/*=============================
	Start Get Started CSS
===============================*/
.get-started {
  text-align: center;
  background: linear-gradient(45deg, #006dfe, #1407b3);
}
.get-started .small-title {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.get-started .main-title {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  margin: 30px 0 30px 0;
  display: block;
}
.get-started .des {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.get-started .btn {
  background: #fff;
  margin-top: 40px;
  font-size: 14px;
  color: #006dfe;
  border: 1px solid transparent;
  font-weight: 600;
}
.get-started .btn:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
/*=============================
	End Get Started CSS
===============================*/

/*======================================
	Newsletter CSS
========================================*/
.newsletter {
  background-image: url("images/newsletter-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newsletter.overlay:before {
  background: linear-gradient(-45deg, #2e0ea0, #8f0fa0);
  opacity: 0.9;
}
.newsletter .section-title .lines {
  background: #fff;
}
.newsletter .section-title .lines:before {
  background: #fff;
}
.newsletter .section-title .lines:after {
  background: #fff;
}
.newsletter .section-title h2 {
  margin-bottom: 12px;
  color: #fff;
}
.newsletter .section-title p {
  color: #fff;
}
.newsletter .subscribe-form {
  position: relative;
}
.newsletter .common-input {
  height: 60px;
  width: 100%;
  border: none;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  border-radius: 30px;
  padding: 0px 35px;
  font-weight: 500;
  font-size: 14px;
  padding-right: 155px;
}
.newsletter .button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  top: 10px;
  right: 10px;
  box-shadow: 0px 10px 30px 0 rgba(124, 33, 255, 0.3);
}
.newsletter .button:hover {
  box-shadow: none;
}
/*======================================
	End Newsletter CSS
========================================*/

/*======================================
	14. Newsletter CSS
========================================*/
.newsletter {
  background: #fcfdff;
}
.newsletter .subscribe-text {
}
.newsletter .subscribe-text h6 {
  font-size: 22px;
  margin-bottom: 10px;
}
.newsletter .subscribe-text p {
}
.newsletter .subscribe-form {
  position: relative;
}
.newsletter .common-input {
  height: 60px;
  width: 300px;
  border: none;
  color: #333;
  box-shadow: none;
  text-shadow: none;
  border-radius: 5px;
  padding: 0px 25px;
  font-weight: 500;
  font-size: 14px;
  background: #efeff7;
}
.newsletter .btn {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 180px;
  position: relative;
  top: -2px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
}
.newsletter .button:hover {
  box-shadow: none;
}
/*======================================
	End Newsletter CSS
========================================*/

/*======================================
	Start Error 404 CSS
========================================*/
.error-page {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}
.error-page .error-inner {
  display: inline-block;
}
.error-page .error-inner h1 {
  font-size: 140px;
  text-shadow: 3px 5px 2px #3333;
  color: #006dfe;
  font-weight: 700;
}
.error-page .error-inner h1 span {
  display: block;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
}
.error-page .error-inner p {
  padding: 20px 15px;
}
.error-page .search-form {
  width: 100%;
  position: relative;
}
.error-page .search-form input {
  width: 400px;
  height: 50px;
  padding: 0px 78px 0 30px;
  border: none;
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
}
.error-page .search-form input:hover {
  padding-left: 35px;
}
.error-page .search-form .btn {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  background: #006dfe;
  display: inline-block;
  position: relative;
  top: -2px;
}
.error-page .search-form .btn i {
  font-size: 16px;
}
.error-page .search-form .btn:hover {
  background: #333;
}
/*======================================
	End Error 404 CSS
========================================*/

/*======================================
	Start Mail Success CSS
========================================*/
.mail-seccess {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
  display: inline-block;
}
.mail-seccess .success-inner h1 {
  font-size: 100px;
  text-shadow: 3px 5px 2px #3333;
  color: #006dfe;
  font-weight: 700;
}
.mail-seccess .success-inner h1 span {
  display: block;
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-shadow: none;
  margin-top: 20px;
}
.mail-seccess .success-inner p {
  padding: 20px 15px;
}
.mail-seccess .success-inner .btn {
  color: #fff;
}
/*======================================
	End Mail Success CSS
========================================*/

/*=============================
	Start Footer CSS
===============================*/
.footer {
  background: #edf2ff;
  border-top: 1px solid #d8e3fe;
  padding: 100px 0 25px 0;
}
.footer li {
  margin-bottom: 5px;
  list-style: none;
}
.footer p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: unset;
  color: #666;
  margin-bottom: 0.3rem;
}
.footer p a {
  color: #3d4f9f;
}
.footer .single-footer.f-link li a {
  text-decoration: none;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
}
.footer .single-footer.f-link li a:hover {
  color: #006dfe;
  padding-left: 7px;
}
.footer h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #444;
  margin-bottom: 20px;
}
.footer .nav-item {
  max-width: fit-content;
}
.footer .footer-social {
  display: block;
  margin-top: 10px;
}
.footer .footer-social li {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer-social li a {
  color: #8d96bd;
}
.footer .footer-social li a:hover {
  color: #006dfe;
}
.footer .copyright {
  padding-top: 30px;
  border-top: 1px solid #dbdbdb;
  margin-top: 30px;
}
.gallery {
  margin: 0 auto;
}
.gallery a {
  border: 1px solid #e1e4f4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  margin: 0 0 15px 0;
  opacity: 1;
  padding: 3px;
}
.gallery a img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gallery a .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery a .expand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  border: 2px solid #c1920c;
  text-align: center;
  color: #c1920c;
  line-height: 32px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 20px;
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery a:hover {
  opacity: 1;
}
.gallery a:hover .overlay {
  opacity: 1;
}
.gallery a:hover span.expand {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.photo-gallery img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px;
}
.hover-gallery figure {
  position: relative;
  overflow: hidden;
  background: #1a8e5f;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hover-gallery figure img {
  position: relative;
  display: block;
  opacity: 0.8;
}
.hover-gallery figure figcaption {
  padding: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-gallery figure figcaption::before,
.hover-gallery figure figcaption ::after {
  pointer-events: none;
}
.hover-gallery figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.hover-gallery figure.effect-1 img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.hover-gallery figure.effect-1 figcaption {
  text-align: left;
}
.hover-gallery figure.effect-1 figcaption > div {
  position: absolute;
  bottom: 25%;
  left: 20%;
  width: 100%;
  height: 61%;
}
.hover-gallery figure.effect-1 h2,
.hover-gallery figure.effect-1 p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.hover-gallery figure.effect-1 h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.hover-gallery figure.effect-1 p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.hover-gallery figure.effect-1:hover img {
  opacity: 1;
}
.hover-gallery figure.effect-1:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.hover-gallery figure.effect-1:hover img,
.hover-gallery figure.effect-1:hover h2,
.hover-gallery figure.effect-1:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hover-gallery figure.effect-2 {
  color: #ffffff;
}
.hover-gallery figure.effect-2 figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 7, 0.8) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-gallery figure.effect-2 figcaption p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.hover-gallery figure.effect-2 h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.hover-gallery figure.effect-2:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.hover-gallery figure.effect-2:hover::before,
.hover-gallery figure.effect-2:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-gallery figure.effect-3 {
  background: #1a8e5f;
}
.hover-gallery figure.effect-3 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.hover-gallery figure.effect-3 figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(26, 142, 95, 0.35);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.hover-gallery figure.effect-3 figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  content: "";
}
.hover-gallery figure.effect-3 figcaption::before,
.hover-gallery figure.effect-3 figcaption p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hover-gallery figure.effect-3 h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.hover-gallery figure.effect-3:hover img {
  opacity: 0.4;
}
.hover-gallery figure.effect-3:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hover-gallery figure.effect-3:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
.hover-gallery figure.effect-3:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hover-gallery figure.effect-3:hover figcaption p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gutters {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters > .col,
.gutters > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}
/*=============================
	End Footer CSS
===============================*/
