/* =====================================
Template Name: Biztrack
Author Name: Nthemer
Author URI: https://wpthemesgrid.com/
Description: Biztrack - Business & Consulting Html5 Template.
Version:1.0
========================================*/
/*======================================
[ CSS Table of contents ]
* Preloader CSS
* Header CSS
	+ Topbar
	+ Main Menu
* Hero Area CSS
* Line Features CSS
* Fun Facts CSS
* About Us CSS
* Services CSS
	+ Single Service CSS
* Skill CSS
* Newsletter CSS
* Portfolio CSS
	+ Single Portfolio CSS
* Pricing Table CSS
* Consulting CSS	
* Team CSS
* Testimonials CSS
* Faq CSS
* Call to Action CSS
* Blog CSS	
	+ Blog Archive
	+ Blog Sidebar
	+ Blog Single
* Contact CSS
* Error 404 CSS
* Mail Success CSS
* Footer CSS
========================================*/

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #2889e4;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fc5185;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#scrollUp {
  right: 30px;
  z-index: 33;
  bottom: 40px;
  text-align: center;
}
#scrollUp i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #2889e4;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  color: #fff;
}
#scrollUp i:hover {
  background: #333;
  color: #fff;
}

/* Video Animations */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}

/*======================================
	Start Header CSS
========================================*/
/* Logo */
.header .logo {
  float: left;
  margin-top: 31px;
}
.header .navbar {
  padding: 0;
}
.header .logo {
  display: inline-block;
  margin-top: 10px;
}
.header .logo img {
  max-height: 41px;
}
/* Topbar */
.header .topbar {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.header .topbar .tagline {
  display: inline-block;
  margin-top: 15px;
}
.header .topbar .widget-main {
  float: right;
  margin-top: 3px;
}
.header .topbar .single-widget {
  position: relative;
  float: left;
  padding-left: 53px;
  margin-right: 25px;
}
.header .topbar .single-widget.first {
  position: relative;
  float: left;
  border-right: 1px solid #eee;
  margin-right: 20px;
  padding-right: 20px;
}
.header .topbar .single-widget:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.header .topbar .single-widget .logo {
  margin: 0;
  padding: 0;
  margin-top: 7px;
}
.header .topbar .single-widget i {
  position: absolute;
  left: 0;
  top: 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  background: #2889e4;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
.header .topbar .single-widget h4 {
  font-size: 15px;
  font-weight: 500;
}
.header .topbar .single-widget p {
  margin-bottom: 2px;
  text-transform: capitalize;
}
.header .topbar .single-widget .btn {
  margin-left: 0;
  padding: 14px 25px;
  color: #fff;
}
/* Main Menu */
.header .menu-origin {
  display: inline-block;
}
.header .nav >li {
  margin-right: 15px;
  float: left;
  position: relative;
}
.header .nav >li:last-child {
  margin: 0;
}
.header .nav >li >a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: block;
  color: #0c0c24;
  z-index: 4;
  padding: 0;
  padding: 6px 16px;
  background: #fff;
  padding: 0;
  padding: 18px 12px;
}
.header .nav >li >a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #6d86f5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav >li.active >a:before,
.header .nav >li:hover >a:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header .nav >li.active >a,
.header .nav >li:hover >a {
  color: #6d86f5;
}
.solution-wrapper {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  transition: height 0.5s;
  overflow: hidden;
  z-index: 99;
}
.solution-wrapper > ul {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 40px 30px;
}
.solution-wrapper > ul li {
  margin-left: 60px;
}
.solution-wrapper > ul li h5 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
  position: relative;
}
.solution-wrapper > ul li h5 a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  font-weight: 700;
}
.solution-wrapper > ul li h5::before {
  position: absolute;
  top: 5px;
  left: -20px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4083e3;
}
.solution-wrapper > ul li a {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 32px;
}
.solution-wrapper > ul li a:hover {
  color: #4083e3;
}
.navbar-expand-lg .navbar-collapse {
  display: block !important;
}
.header .nav li a i {
  margin-left: 7px;
  font-size: 9px;
}
/* Dropdown Menu */
.header .nav li .dropdown {
  background: #fff;
  width: 130px;
  position: absolute;
  left: -21px;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  /* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: 64px;
  padding: 15px 0;
}
.header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .nav li .dropdown li {
  float: none;
  margin: 0;
}
.header .nav li .dropdown li a {
  padding: 8px 15px 8px 25px;
  color: #666;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.header .nav li .dropdown li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background: #2889e4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.header .nav li .dropdown li a:hover:before {
  opacity: 1;
  visibility: visible;
  width: 2px;
}
.header .nav li .dropdown li:last-child a {
  border-bottom: 0px;
}
.header .nav li .dropdown li a:hover {
  background: #f8f9fa;
  padding-left: 30px;
  color: #2889e4;
}
.header .nav li .dropdown li a:hover {
  border-color: transparent;
}
.header .nav li .dropdown li i {
  float: right;
  margin-top: 8px;
  font-size: 10px;
  z-index: 5;
}
.header .nav li .dropdown.sub-dropdown {
  background: #fff;
  width: 220px;
  position: absolute;
  left: 199px;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a {
  padding: 8px 15px 8px 25px;
  color: #666;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
  background: transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
  background: #f8f9fa;
  padding-left: 30px;
  color: #2889e4;
}
.header .nav li .dropdown.sub-dropdown li:last-child a {
  border-bottom: 0px solid;
}
/* Right Bar */
.header .right-bar {
  float: right;
  display: inline-block;
  margin-top: 17px;
}
.header .single-bar {
}
.header .single-bar:last-child {
  margin: 0;
}
/* Search Form */
.header .search .form {
  position: relative;
}
.header .search .form input {
  height: 42px;
  width: 240px;
  border: 1px solid #eee;
  padding: 0px 60px 0 20px;
  border-radius: 5px;
}
.header .search .form button {
  height: 42px;
  width: 42px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border-radius: 0 5px 5px 0;
  background: transparent;
  color: #333;
  font-size: 14px;
  border: none;
  border-left: 1px solid #eee;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .search .form button:hover {
  color: #2889e4;
}
.header .header-inner {
  width: 100%;
}
/* Sticky Header */
.header.sticky .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  animation: fadeInDown 1s both 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
/*======================================
   End Header CSS
========================================*/

/*=============================
	Start Slider CSS 
===============================*/
.hero-slider {
  position: relative;
  background: #6d86f5;
}
.hero-slider .single-slider {
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
.hero-slider.style2 .single-slider {
  height: 730px;
}
.hero-slider .slider-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}
.hero-slider .owl-item.active .slider-image {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}
.hero-slider .single-slider {
  z-index: 2;
  position: relative;
}
.hero-slider .single-slider .text {
  float: none;
  text-align: left;
  margin: 105px 0;
  z-index: 6;
}
.hero-slider .single-slider .text h4 {
  color: #fff;
  background: #ffffff2b;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hero-slider .single-slider .text h1 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 47px;
  position: relative;
  display: block;
}
.hero-slider .single-slider .text h1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 80px;
  height: 4px;
  background: #fff;
  bottom: -2px;
}
.hero-slider .single-slider .text h1 span {
  font-weight: 300;
}
.hero-slider .single-slider .text p {
  font-size: 25px;
  color: #fff;
}
.hero-slider .single-slider .button {
  display: block;
  margin-top: 30px;
}
.hero-slider .single-slider .button .btn {
  color: #333;
  margin-right: 8px;
  font-weight: 500;
  background: #fff;
}
.hero-slider.style2 .single-slider .button .btn {
  background: #2889e4;
  color: #fff;
}
.hero-slider.style2 .single-slider .button .btn:before {
  background: #fff;
}
.hero-slider.style2 .single-slider .button .btn:hover {
  color: #333;
}
.hero-slider .single-slider .button .btn:last-child {
  margin: 0;
}
.hero-slider .single-slider .button .btn:hover {
  color: #fff;
}
.hero-slider .single-slider .button .btn:before {
  background: #333;
}
.hero-slider .single-slider .button .btn.primary {
  background: #fff;
  color: #333;
}
.hero-slider .single-slider .button .btn.primary:before {
  background: #2889e4;
}
.hero-slider .single-slider .button .btn.primary:hover {
  color: #fff;
}
.hero-slider .single-slider .button a:last-child {
  margin-right: 0px;
}
.hero-slider .single-slider .button .video i {
}
.hero-slider .single-slider .button .video-main {
  position: relative;
  display: inline-block;
}
.hero-slider .single-slider .button .video-main .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #333;
  display: inline-block;
  margin-left: 30px;
  z-index: 999;
  padding: 0;
  padding-left: 2px;
}
.hero-slider .single-slider .button .video-main .video:hover {
  color: #fff;
  background: #333;
}
.hero-slider .single-slider .button .video-main .video:before {
  background: #333;
}
.hero-slider .single-slider .button .promo-video .waves-block .waves {
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero-slider .single-slider .button .promo-video .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero-slider .hero-image {
  position: relative;
}
.hero-slider .hero-image .circle_shape_1 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  -webkit-animation: circle_animation 7s ease-in-out infinite;
  animation: circle_animation 7s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}
.hero-slider .hero-image .circle_shape_2 .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
  background-image: linear-gradient(#fff, #fff);
  border-radius: 50%;
  -webkit-animation: circle_animation 5s ease-in-out infinite;
  animation: circle_animation 5s ease-in-out infinite;
  z-index: -1;
  opacity: 0.5;
}
.hero-slider .hero-image img {
  vertical-align: middle;
  display: inline-block;
}

@-webkit-keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/* Slider Nav */
.hero-slider .owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}
.hero-slider .owl-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #0000002b;
  color: #fff;
  font-size: 20px;
  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;
}
.hero-slider .owl-carousel .owl-nav div:hover {
  background: #2889e4;
  color: #fff;
}
.hero-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.hero-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
/* Slider Animation */
.owl-item.active .text h4 {
  animation: fadeInUp 0.8s both 1s;
}
.owl-item.active .text h1 {
  animation: fadeInRight 1s both 1.2s;
}
.owl-item.active .text p {
  animation: fadeInLeft 1.2s both 1.4s;
}
.owl-item.active .text .button {
  animation: fadeInUp 1.4s both 1.6s;
}
.hero-slider.style2 {
  z-index: 0;
}
/*=============================
	End Slider CSS 
===============================*/

/*=================================
	Start Line Features CSS
===================================*/
.line-features .content-inner {
  background: #2889e4;
  transform: translateY(-50%);
  z-index: 9;
  padding: 0px 32px;
  border-radius: 5px;
  box-shadow: 0px 4px 22px #0000001c;
  z-index: 5;
}
.line-features .features-single {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  padding: 70px 25px 60px 85px;
  border-right: 1px dashed #ffffff78;
  height: 100%;
}
.line-features .features-single.last {
  border: none;
  padding-right: 0;
}
.line-features .features-single .feature-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  line-height: 70px;
  float: left;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.line-features .features-single:hover .feature-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
  background: #fff;
}
.line-features .features-single .feature-icon i {
  color: #2889e4;
  font-size: 30px;
  border-radius: 100%;
  background: #fff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  position: relative;
  top: 6px;
  left: 0px;
}
.line-features .features-single h2 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.line-features .features-single p {
  color: #fff;
}
.line-features .features-single .btn {
  background: transparent;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 0;
  color: #fff;
}
.line-features .features-single .btn i {
  margin-left: 10px;
  color: #1abc9c;
}
/*=================================
	End Line Features CSS
===================================*/

/*======================================
   Start Fun Facts CSS
========================================*/
.fun-facts {
  position: relative;
  overflow: hidden;
}
.fun-facts.style2 {
  background: #fafafa;
}
.fun-facts:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 400px;
  width: 400px;
  border-radius: 100%;
  right: -100px;
  top: -100px;
  opacity: 0.5;
  background: #2889e429;
}
.fun-facts .section-heading {
  padding-right: 590px;
}
.fun-facts .section-heading h2 {
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
  line-height: 44px;
}
.fun-facts .section-heading h2 span {
  color: #fff;
  background: #2889e4;
  padding: 0px 15px;
}
.fun-facts .section-heading p {
  font-size: 15px;
  color: #555;
}
.fun-facts .list-head {
  margin-top: 60px;
}
.fun-facts .counter-list {
}
.fun-facts .counter-list .number {
  display: block;
  font-size: 42px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  font-weight: 800;
}
.fun-facts .counter-list .number:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 2px;
  background: #2889e4;
  bottom: -1px;
}
.fun-facts .counter-list .number:after {
  content: "+";
  font-size: 32px;
}
.fun-facts .counter-list .title {
  font-weight: 500;
  color: #333;
  font-size: 18px;
}
.fun-facts .intro-list {
  margin-top: 40px;
}
.fun-facts .intro-list .intro-text {
  line-height: 29px;
  text-indent: 2em;
  font-size: 16px;
}
/*=============================
   End Fun Facts CSS
===============================*/

/*=============================
   Start About Us CSS
===============================*/
.about-us {
  background: #6d86f5;
}
.about-us .about-image {
}
.about-us .about-content {
  padding: 0px 30px 0px 50px;
}
.about-us .section-heading {
}
.about-us .section-heading h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 0;
  display: block;
  color: #fff;
}
.about-us .section-heading h2 span {
  font-weight: 300;
  display: block;
  font-size: 30px;
  color: #fff;
}
.about-us .section-heading p {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.about-us .section-heading p:last-child {
  margin-bottom: 0;
}
.about-us .section-heading .quote-text {
  border-left: 4px solid #fff;
  padding: 5px 0 5px 15px;
}
.about-us .single-block {
  position: relative;
  padding-left: 58px;
  margin-top: 20px;
}
.about-us .single-block i {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
.about-us .single-block h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.about-us .single-block p {
  color: #fff;
}
.about-us .signature-block {
  display: inline-block;
  display: block;
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}
.about-us .signature-block p {
  color: #333;
  font-size: 18px;
  display: inline-block;
  border-left: 1px solid #eee;
  margin-left: 30px;
  padding-left: 30px;
  height: 100%;
}
.about-us .signature-block p i {
  display: inline-block;
  margin-right: 10px;
  color: #444;
}
.about-us .signature-block p span {
  display: block;
  font-size: 14px;
  color: #888;
  margin-left: 24px;
}
.about-us .signature-block .image {
  display: inline-block;
}
.about-us .signature-block .image img {
  position: relative;
  top: -10px;
}
/*===========================
   End About Us CSS
=============================*/

/*===========================
   Start About Us 2 CSS
=============================*/
.about-us.style2 {
  padding-top: 30px;
  background: #fff;
}
.about-us.style2 .about-image {
}
.about-us.style2 .about-content {
  padding: 0px 30px 0px 50px;
}
.about-us.style2 .section-heading {
}
.about-us.style2 .section-heading h2 {
  font-weight: 300;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  display: block;
  margin-bottom: 16px;
  color: #333;
}
.about-us.style2 .section-heading h2 span {
  font-weight: 600;
  display: block;
  font-size: 35px;
  color: #333;
}
.about-us.style2 .section-heading p {
  display: block;
  margin-bottom: 20px;
  color: #333;
}
.about-us.style2 .section-heading p:last-child {
  margin-bottom: 0;
}
.about-us.style2 .section-heading .quote-text {
  border-left: 4px solid #2889e4;
  padding: 5px 0 5px 15px;
}
.about-us.style2 .single-block {
  position: relative;
  padding-left: 58px;
  padding-right: 15px;
  margin-top: 30px;
}
.about-us.style2 .single-block i {
  font-size: 36px;
  color: #2889e4;
  position: absolute;
  left: 0;
  top: 5px;
}
.about-us.style2 .single-block h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.about-us.style2 .single-block p {
  color: #333;
}
.about-us.style2 .signature-block {
  display: inline-block;
  display: block;
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}
.about-us.style2 .signature-block p {
  color: #333;
  font-size: 18px;
  display: inline-block;
  border-left: 1px solid #eee;
  margin-left: 30px;
  padding-left: 30px;
  height: 100%;
}
.about-us.style2 .signature-block p i {
  display: inline-block;
  margin-right: 10px;
  color: #444;
}
.about-us.style2 .signature-block p span {
  display: block;
  font-size: 14px;
  color: #888;
  margin-left: 24px;
}
.about-us.style2 .signature-block .image {
  display: inline-block;
}
.about-us.style2 .signature-block .image img {
  position: relative;
  top: -10px;
}
/*============================
   End About Us 2 CSS
==============================*/

/*============================
	Start Services CSS
==============================*/
.services {
  background: #fff;
}
.services .section-title {
  margin-bottom: 50px;
}
.services .single-service {
  position: relative;
  padding: 30px;
  background: #fff;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0px 17px 60px #00000012;
  overflow: hidden;
}
.services .single-service::before {
  position: absolute;
  content: "";
  left: -81px;
  top: 0;
  height: 0;
  width: 165px;
  background: #2889e4;
  -webkit-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  -moz-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transform: rotate(-45deg);
}
.services .single-service:hover:before {
  height: 50px;
}
.services .single-service::after {
  position: absolute;
  content: "";
  right: -81px;
  bottom: 0;
  height: 0;
  width: 165px;
  background: #2889e4;
  -webkit-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  -moz-transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transition: all 0.8s cubic-bezier(0.73, 0.02, 0.31, 1.02);
  transform: rotate(-45deg);
}
.services .single-service:hover:after {
  height: 50px;
}
.services .single-service:hover {
  box-shadow: 0px 17px 60px #00000012;
}
.services .service-left {
  margin-top: 150px;
}
.services .single-service i {
  position: relative;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #2889e4;
  font-size: 30px;
  display: inline-block;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #f4f4f4e6;
  margin-bottom: 25px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .single-service:hover i {
  background: #2889e4;
  color: #fff;
  border-color: transparent;
}
.services .single-service h3 {
  margin-bottom: 20px;
  line-height: 28px;
}
.services .single-service h3 a {
  font-size: 21px;
  font-weight: 500;
  color: #222;
}
.services .single-service h3 a:hover {
  color: #2889e4;
}
.services .single-service p {
  text-align: justify;
  height: 200px;
}
.services .single-service .service-btn {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  line-height: 40px;
  color: #222;
  padding: 0;
}
.services .single-service .service-btn:hover {
  color: #2889e4;
  letter-spacing: 1px;
}
/* Single Service */
.single-service .single-sidebar .list-menu {
  -webkit-box-shadow: 0px 0px 15px #0000001c;
  -moz-box-shadow: 0px 0px 15px #0000001c;
  box-shadow: 0px 0px 15px #0000001c;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 15px;
}
.single-service .single-sidebar .list-menu li a {
  padding: 12px 20px;
  background: #fff;
  color: #333;
  display: block;
  font-size: 14px;
}
.single-service .single-sidebar .list-menu li a:hover {
  background: #2889e4;
  color: #fff;
}
.single-service .single-sidebar .list-menu li a i {
  display: inline-block;
  margin-right: 15px;
}
.single-service .single-sidebar .hot-line {
  background: #2889e4;
  border-radius: 8px;
  padding: 25px 40px;
}
.single-service .single-sidebar .hot-line .hot-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.single-service .single-sidebar .hot-line .sinlge-line {
  margin-top: 25px;
  position: relative;
}
.single-service .single-sidebar .hot-line .sinlge-line i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-service .single-sidebar .hot-line .sinlge-line:hover i {
  background: #fff;
  border-color: transparent;
  color: #333;
}
.single-service .single-sidebar .sinlge-line .content {
  padding-left: 50px;
}
.single-service .single-sidebar .sinlge-line .content h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.single-service .single-sidebar .sinlge-line .content p {
  color: #fff;
  display: block;
}
/* Single Services */
.single-service .single-content h2 {
  font-size: 28px;
  margin: 20px 0;
  text-transform: capitalize;
}
.single-service .single-content p {
  margin-bottom: 20px;
}
.single-service .single-content p:last-child {
  margin: 0;
}
.video-block {
  margin: 10px 0 30px;
}
.video-block .right h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.video-block .right ul li {
  line-height: 30px;
}
.video-block .right ul li i {
  color: #2889e4;
  margin-right: 10px;
}
/*==========================
	End Services CSS
============================*/

/*=======================
  17. Our Skill CSS
=========================*/
.our-skill {
  background: #fafafa;
}
.our-skill.services-page {
  background-image: url("https://wpthemesgrid.com/themes/biztrack/images/skill-bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-skill .skill-head .min-title {
  margin-top: 25px;
}
.our-skill .image {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.our-skill .image img {
}
.our-skill .skill-head {
  padding-left: 50px;
}
.our-skill .skill-head .min-title {
}
.our-skill .skill-head .min-title h4 {
  font-size: 25px;
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
}
.our-skill .single-skill {
  margin-top: 35px;
}
.our-skill .skill-info {
  overflow: hidden;
}
.our-skill .skill-info h4 {
  float: left;
  font-size: 16px;
  margin-bottom: 16px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.our-skill .progress .progress-bar span {
  right: 0;
  color: #fff;
  top: -48px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: -20px;
  background: #2889e4;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
}
.our-skill.services-page .progress .progress-bar span {
  background: #2889e4;
}
.our-skill .progress .progress-bar span::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  margin-left: -5px;
  border: 5px solid #2889e4;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.our-skill.services-page .progress .progress-bar span::before {
  border-top: 8px solid #2889e4;
}
.our-skill .progress {
  height: 12px;
  box-shadow: none;
  overflow: visible;
  background: #d7d7d7;
  border-radius: 30px;
}
.our-skill .progress .progress-bar {
  position: relative;
  background: #2889e4;
  border-radius: 30px;
}
.our-skill.services-page .progress .progress-bar {
  background: #2889e4;
}
/*=======================
  End Our Skill CSS
=========================*/

/*======================================
	Start Newsletter CSS
========================================*/
.newsletter {
  position: relative;
  background-image: url("../image/video-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.newsletter.overlay:before {
  background: #2889e4;
  opacity: 0.9;
}
.newsletter .right-content {
  height: 100%;
  text-align: center;
}
.newsletter .right-content h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 300;
}
.newsletter .right-content h3 span {
  font-weight: 700;
  font-style: italic;
}
.newsletter .right-content p {
  color: #fff;
  margin: 25px 0px 40px 0px;
}
.newsletter .right-content .newsletter-inner {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.newsletter .right-content .subscribe-form input {
  width: 100%;
  height: 55px;
  font-weight: 400;
  padding: 0px 20px;
  border-radius: 5px;
  border: none;
  background: #ffffff85;
  color: #fff;
  padding-right: 72px;
}
.newsletter .right-content .subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}
.newsletter .right-content .subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}
.newsletter .right-content .subscribe-form:-ms-input-placeholder {
  opacity: 1;
  color: #fff !important;
}
.newsletter .right-content .subscribe-form {
  padding: 0px 50px;
}
.newsletter .right-content .subscribe-form button {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.newsletter .right-content .subscribe-form .button {
  height: 55px;
  width: 55px;
  background: #fff;
  color: #0c0c24;
  border: none;
  text-shadow: none;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter .right-content .subscribe-form .button:hover i {
  padding-left: 5px;
  color: #2889e4;
}
.newsletter .right-content .subscribe-form .button i {
}
/* Consultation */
.newsletter .left-content {
  padding: 60px 30px 60px 0;
}
.newsletter .consult-title h2 {
  color: #333;
  font-size: 25px;
  font-weight: 700;
}
.newsletter .consult-title h2 span {
  color: #2889e4;
}
.newsletter .consult-title p {
  color: #333;
  margin-top: 6px;
}
.newsletter .form {
  margin-top: 30px;
}
.newsletter .form-group input {
  width: 100%;
  height: 47px;
  line-height: 50px;
  padding: 12px 20px;
  color: #333;
  border: 1px solid #ebebeb;
  background: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 5px;
}
.newsletter .form-group textarea {
  width: 100%;
  height: 150px;
  padding: 18px 20px;
  border: 1px solid #ebebeb;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
}
.newsletter .form-group .button {
  text-align: left;
  margin-bottom: 0px;
}
.newsletter .form-group .btn {
  background: #2889e4;
  color: #fff;
  text-align: center;
}
.newsletter .consultation-image {
  margin-top: 50px;
}
.newsletter.fix {
  overflow: hidden;
}
/*======================================
	End Newsletter CSS
========================================*/

/*=================================
	Start Portfolio CSS
===================================*/
.portfolio {
  background-color: #fff;
}
.portfolio .section-title {
  text-align: center;
  margin-bottom: 40px;
}
/* Portfolio Nav */
.portfolio .portfolio-nav {
  text-align: center;
  margin: 20px 0 50px;
}
.portfolio .portfolio-nav ul {
  display: inline-block;
  background: #fff;
  margin: 0;
  box-shadow: 0px 2px 40px #0000000f;
  border-radius: 0px;
  overflow: hidden;
  padding: 0px 30px;
  border-radius: 5px;
}
.portfolio .portfolio-nav ul li {
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #353535;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  float: left;
  margin: 0;
  background: transparent;
  margin-right: 25px;
}
.portfolio .portfolio-nav ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #2889e4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio .portfolio-nav ul li:hover:before {
  width: 100%;
}
.portfolio .portfolio-nav ul li:last-child {
  margin-right: 0px;
}
.portfolio .portfolio-nav ul li.active:before {
  width: 100%;
}
.portfolio .portfolio-nav ul li.active,
.portfolio .portfolio-nav ul li:hover {
  color: #2889e4;
  background: transparent;
}
.portfolio .cbp-filter-counter {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  font-weight: 400;
}
.portfolio .portfolio-nav ul li:hover .cbp-filter-counter,
.portfolio .portfolio-nav ul li.active .cbp-filter-counter {
  opacity: 1;
  visibility: visible;
  border-color: #fff;
}
.portfolio .cbp-filter-counter:before,
.portfolio .cbp-filter-counter:after {
  display: none;
}
.portfolio .single-portfolio {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.portfolio .single-portfolio:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #2889e4;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}
.portfolio .single-portfolio:hover:before {
  width: 100%;
}
.portfolio .single-portfolio .portfolio-hover {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
}
.portfolio .single-portfolio:hover .portfolio-hover {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.portfolio .portfolio-head {
  position: relative;
  background: #000;
}
.portfolio .single-portfolio img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  z-index: -3;
  transition: all 0.8s ease;
}
.portfolio .single-portfolio .content {
  position: relative;
  padding: 20px 85px 20px 20px;
  background: #2889e4;
}
.portfolio .single-portfolio .content h4 {
  position: relative;
  z-index: 55;
  font-size: 18px;
}
.portfolio .single-portfolio .content h4 a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.portfolio .single-portfolio .content h4 a:hover {
}
.portfolio .single-portfolio .content p {
  color: #fff;
  margin-top: 2px;
}
.portfolio .single-portfolio .content .more {
  height: 46px;
  width: 46px;
  line-height: 48px;
  text-align: center;
  color: #333;
  background: #fff;
  display: block;
  font-size: 17px;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  z-index: 99;
  margin-top: -23px;
  border: 1px solid transparent;
}
.portfolio .single-portfolio .content .more.video {
  line-height: 44px;
  padding-left: 4px;
}
.portfolio .single-portfolio .content .more:hover {
  box-shadow: 0px 5px 10px #00000014;
  border-color: #fff;
  background: transparent;
  color: #fff;
}
/* Portfolio Details */
/* Single Portfolio */
.single-portfolio {
  background: #fff;
}
.single-portfolio .portfolio-gallery {
  position: relative;
}
.single-portfolio .portfolio-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
/* Portfolio Dots */
.single-portfolio .portfolio-gallery .owl-nav {
  margin: 0;
  width: 100%;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-nav div {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: -20px;
  padding: 0;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-nav div:hover {
  color: #fff;
  background: #2889e4;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.project-detail {
  width: 100%;
  height: 100%;
  background: #2889e4;
  padding: 70px 30px;
  position: relative;
}
.project-detail h2 {
  color: #fff;
  font-size: 22px;
}
.project-detail ul {
  position: relative;
  margin-top: 20px;
}
.project-detail ul li {
  color: #fff;
  line-height: 41px;
}
.project-detail ul li .name {
  font-weight: 600;
}
.project-detail ul li .des {
  float: right;
}
.project-detail ul li .des a:hover {
  text-decoration: underline;
}
/* Portfolio Text */
.single-portfolio .detail-text {
  margin-top: 30px;
}
.single-portfolio .detail-text h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.single-portfolio .detail-text p {
  margin-bottom: 20px;
}
.single-portfolio .detail-text p:last-child {
  margin-bottom: 0px;
}
.single-portfolio .detail-text .button {
  margin-top: 20px;
}
.single-portfolio .detail-text .btn {
  color: #fff;
}
/*=================================
	End Portfolio CSS
===================================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
  background: #fbfcfe;
  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;
  height: 330px;
  margin-bottom: 30px;
}
.pricing-table .single-table .popular {
  color: #fff;
  background: #2889e4;
  display: inline-block;
  padding: 5px 45px;
  position: absolute;
  right: -36px;
  top: 18px;
  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;
  margin-bottom: 10px;
}
.pricing-table .single-table .title span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}
.pricing-table .single-table .price {
}
.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;
}
.pricing-table .single-table .amount span {
}
/* Table List */
.pricing-table .single-table .table-list {
}
.pricing-table .table-list li {
  color: #888;
  margin-bottom: 6px;
  text-align: justify;
  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;
}
.pricing-table .btn:before {
}
.pricing-table .btn:hover {
}
.pricing-table .single-table .btn:before {
}
/*=============================
	End Pricing Table CSS
===============================*/

/*======================================
	Start Consulting CSS
========================================*/
.consulting {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #2889e4;
}
.consulting .form-area {
}
.consulting .form-area {
  text-align: left;
  position: relative;
  padding-right: 60px;
}
.consulting .video-main {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url("../image/consulting.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 0;
  top: 0;
}
.consulting .video-main:before {
  opacity: 0;
  visibility: hidden;
}
.consulting .video-main:hover:before {
  opacity: 0.5;
  visibility: visible;
}

.consulting .video-inner .video {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 17px;
  color: #333;
  background: #fff;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  padding-left: 4px;
  z-index: 3;
}
.consulting .video-inner .video:hover {
  background: #2889e4;
  color: #fff;
}
.consulting .video-inner .video-main {
  display: inline-block;
}
.consulting .video-inner .promo-video .waves-block .waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  right: 50%;
  bottom: 50%;
  z-index: 3;
  margin-right: -110px;
  margin-bottom: -109px;
  z-index: 1;
}
.consulting .video-inner .promo-video .waves-block .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.consulting .video-inner .promo-video .waves-block .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.consulting .video-inner .promo-video .waves-block .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.consulting .video-main:hover a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.consulting .video-play a:hover {
  background: #2889e4;
  color: #fff;
}
.consulting .form-area {
  text-align: left;
  position: relative;
}
.consulting .form-area h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
.consulting .form-area h2 i {
  margin-right: 10px;
}
.consulting .form-area p {
  color: #fff;
}
.consulting .form {
  margin-top: 30px;
}
.consulting .form-group {
  margin-bottom: 20px;
}
.consulting .form-group input {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-weight: 400;
  background: #fff3;
  border: none;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.consulting .form-group textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  font-weight: 400;
  background: #fff3;
  border: none;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.consulting .form-group .btn {
  color: #333;
  width: 100%;
}
.consulting .form-group .btn:hover {
  color: #fff;
}
.consulting .form-group .btn:before {
  display: none;
}
.consulting .form-group input:hover {
  padding-left: 20px;
}
.consulting .form-group input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.consulting .form-group input::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.consulting .form-group input::-ms-input-placeholder {
  opacity: 1;
  color: #fff !important;
}
.consulting .form-group textarea:hover {
  padding-left: 20px;
}
.consulting .form-group textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.consulting .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.consulting .form-group textarea::-ms-input-placeholder {
  opacity: 1;
  color: #fff !important;
}
.consulting .nice-select {
  border: none;
  background: #fff3;
  border-radius: 0px;
  font-weight: 400;
  height: 50px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
}
.consulting .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
}
.consulting .nice-select .list {
  border: none;
}
.consulting .nice-select .list li {
  color: #666;
}
.nice-select .option.selected {
  font-weight: 500;
}
.consulting .nice-select .option:hover {
  color: #fff;
  background: #333;
}
.consulting .form-group.button {
  margin-bottom: 0px;
}
.consulting .form-group.button .btn {
  background: #fff;
  cursor: pointer;
  margin-bottom: 0px;
}
.consulting .form-group.button .btn:hover {
  background: #333;
  color: #fff;
}
/*======================================
	End Consulting 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;
}
.team .single-team:hover {
  box-shadow: 0px 0px 10px #0000001a;
}
.team .single-team.overlay:before {
  background: #2889e4;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.team .single-team.overlay:hover:before {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.team .single-team .image img {
  height: 100%;
  width: 100%;
}
.team .single-team .info-box {
  position: absolute;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 100%;
  left: 0;
}
.team .single-team:hover .info-box {
  opacity: 1;
  visibility: visible;
}
.team .single-team .info-box .name {
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}
.team .single-team .info-box .designation {
  color: #fff;
  font-size: 14px;
}
.team .single-team .social-links {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 100%;
  left: 0;
}
.team .single-team:hover .social-links {
  opacity: 1;
  visibility: visible;
}
.team .single-team .social-links .social li {
  display: inline-block;
  margin-right: 10px;
}
.team .single-team .social-links .social li:last-child {
  margin-right: 0px;
}
.team .single-team .social-links .social li a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.team .single-team .social-links .social li a:hover {
  color: #000;
}
.team .single-team .caption-box {
  background: #2889e4;
  padding: 18px 40px 18px 22px;
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0 20px 0 0;
  width: 100%;
  border-radius: 0;
  bottom: 0;
  text-align: center;
}
.team .single-team:hover .caption-box {
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
}
.team .single-team .caption-box .name {
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.team .single-team .caption-box .designation {
  color: #fff;
  font-size: 14px;
}
/*======================================
	End Team CSS
========================================*/

/*===================================
	Start Testimonials CSS
=====================================*/
.testimonials {
  background: #f9f9f9;
  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;
}
.testimonials .single-testimonial i {
  position: absolute;
  font-size: 135px;
  color: #2889e45e;
  height: 300px;
  width: 300px;
  line-height: 300px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -150px;
  z-index: 0;
  opacity: 0.1;
}
.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:hover img {
  transform: rotate(360deg);
}
.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;
  left: 50%;
  bottom: -55px;
  margin-top: -47px;
  padding: 10px 25px;
  border-radius: 3px;
  margin: 0 0 0 -52px;
  margin-top: 49px;
}
.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: 10px;
  height: 10px;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #2889e4;
  position: relative;
}
.testimonials .owl-dots .owl-dot span:hover {
  background: #2889e4;
}
.testimonials .owl-dots .owl-dot.active span {
  background: #2889e4;
  width: 30px;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Start FAQ CSS
===============================*/
.faq-area {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.faq-area .faq-image {
  margin-top: 10px;
  box-shadow: 0px 0px 10px #0000001a;
}
.faq-area .faq-image img {
  height: 100%;
  width: 100%;
}
/* Faq Area */
.faq-area .panel-group {
  margin: 0;
  text-align: left;
}
.faq-area .panel {
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px;
  border: 1px solid #ddd;
}
.faq-area .panel-heading {
  background: none;
}
.faq-area .faq-title {
}
.faq-area .faq-title a {
  font-size: 15px;
  position: relative;
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 500;
  padding: 18px 25px;
  background: #2889e4;
  border-radius: 0px;
}
.faq-area .faq-title a::before {
  content: "\f068";
  font-family: "Fontawesome";
  top: 50%;
  margin-top: -15px;
  right: 10px;
  position: absolute;
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  font-size: 14px;
}
.faq-area .panel .faq-title a {
  text-decoration: none;
  border-color: transparent;
}
.faq-area .panel .faq-title a.collapsed {
  color: #333;
  background: #fff;
  text-decoration: none;
  border-color: transparent;
}
.faq-area .faq-title a.collapsed::before {
  content: "\f067";
  font-family: "Fontawesome";
  color: #666;
  background: transparent;
  transition: all 0.4s ease;
  font-size: 14px;
}
.faq-area .faq-body {
  padding: 20px;
  color: #666;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  font-weight: 300;
  border-radius: 0px;
  background: #fff;
}
.faq-area .panel-default {
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0 0 15px;
  box-shadow: 0px 0px 10px #0000001c;
  margin: 10px;
  margin-bottom: 20px;
}
.faq-area .panel-default:last-child {
  margin-bottom: 10px;
}
/*=============================
	End FAQ Area CSS
===============================*/

/*======================================
	Call to action CSS
========================================*/
.call-to-action {
  position: relative;
  background-image: url("../image/lines.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.call-to-action::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  background: #2889e4;
}
.call-to-action .call-to-main {
  padding-right: 100px;
}
.call-to-action h2 {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 35px;
}
.call-to-action p {
  color: #fff;
}
.call-to-action h2 span {
  font-size: 30px;
  font-weight: 700;
  margin: 0 5px;
}
.call-to-action .btn {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  color: #333;
}
.call-to-action .btn:hover {
  background: #333;
  color: #fff;
}
.call-to-action .call-button {
  float: right;
}
.call-to-action .btn i {
  margin-right: 10px;
}
/*======================================
	End Call to action CSS
========================================*/

/*=============================
	Start Blog CSS CSS
===============================*/
.blog {
  background: #fff;
}
.blog .blog-title {
  text-align: center;
}
.blog .intro-list {
  margin-top: 40px;
}
.blog .intro-list .intro-text {
  line-height: 29px;
  text-indent: 2em;
  font-size: 16px;
}
.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%;
  height: 200px;
  object-fit: cover;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: rotate(3deg) scale(1.1);
}
.blog .single-news:hover img {
  transform: rotate(0deg) scale(1);
}
.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: 0 15px;
}
.blog .single-news .news-content:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #2889e4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog .single-news .news-content:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.blog .single-news .news-body h2 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 10px;
}
.blog .single-news .news-body h2 a {
  color: #2c2d3f;
  font-weight: 500;
}
.blog .single-news .news-body h2 a:hover {
  color: #2889e4;
}
.blog .single-news .news-content p {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
}
.blog .single-news .news-body .author {
  display: inline-block;
  margin-right: 10px;
  padding-right: 16px;
  border-right: 1px solid #eee;
}
.blog .single-news .news-body .author i {
  display: inline-block;
  margin-right: 5px;
}
.blog .single-news .news-body .date {
  display: inline-block;
}
.blog .single-news .news-body .more-btn {
  color: #2889e4;
  display: inline-block;
  margin-top: 15px;
}
.blog .single-news .news-body .more-btn:hover {
  letter-spacing: 1px;
  color: #333;
}

.blog.grid .single-news {
  margin-top: 30px;
}
/* Blog Sidebar */
.main-sidebar {
  background: #fff;
  margin-top: 30px;
  background: transparent;
}
.main-sidebar .single-widget {
  margin-bottom: 30px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-top: 3px solid #2889e4;
  border-radius: 0 0 6px 6px;
}
.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: #2889e4;
}
.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;
  border-radius: 0;
}
.main-sidebar .search .button {
  position: absolute;
  right: 40px;
  top: 40px;
  height: 44px;
  width: 50px;
  line-height: 45px;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.main-sidebar .search .button:hover {
  background: #2889e4;
  color: #fff;
}
/* Category List */
.main-sidebar .categor-list {
  margin-top: 15px;
}
.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: #333;
  font-size: 14px;
}
.main-sidebar .categor-list li a:hover {
  color: #2889e4;
  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 Posts */
.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 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-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover {
  color: #2889e4;
}
.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 .tag {
  margin-top: 40px;
}
.main-sidebar .side-tags .tag li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
  background: #fff;
  color: #333;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 13px;
  background: #f6f7fb;
  border-radius: 0;
}
.main-sidebar .side-tags .tag a:hover {
  color: #fff;
  background: #2889e4;
  border-color: transparent;
}
/* News Single */
.news-single {
  padding: 60px 0 90px;
  background: #f8f8f8;
}
.news-single .single-main {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.news-single .news-head {
}
.news-single .news-head img {
  width: 100%;
  height: 100%;
}
.news-single .news-title {
  font-size: 25px;
  margin: 20px 0;
}
.news-single .news-title a {
  color: #252525;
  font-weight: 600;
}
.news-single .news-title a:hover {
  color: #2889e4;
}
/* Blog Meta */
.news-single {
  background: #fff;
}
.news-single .meta {
  overflow: hidden;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 15px;
}
.news-single .meta span {
  margin-right: 10px;
  display: inline-block;
}
.news-single .meta span:last-child {
  margin: 0;
}
.news-single .meta span,
.news-single .meta span a {
  color: #2c2d3f;
  font-weight: 400;
}
.news-single .meta span i {
  margin-right: 5px;
  color: #2889e4;
}
.news-single .meta-left {
  float: left;
}
.news-single .meta-left .author img {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 12px;
}
.news-single .meta-left .author {
  float: left;
}
.news-single .meta-left span.date {
  margin-top: 10px;
}
.news-single .meta-right {
  float: right;
  margin-top: 10px;
}
.news-single .news-content {
  margin: 20px 0;
}
.news-single .news-content p {
  margin-bottom: 10px;
}
.news-single .news-content p:last-child {
  margin: 0;
}
.news-single .news-text p {
  font-size: 14px;
  margin-bottom: 20px;
}
/* Image Gallery */
.news-single .image-gallery {
  margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
  overflow: hidden;
}
.news-single .image-gallery .single-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
  background: #2889e4;
  padding: 30px;
  overflow: hidden;
}
.news-single .news-text blockquote p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  position: relative;
}
.news-single .news-text blockquote p i {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.news-single .blog-bottom {
  overflow: hidden;
}
/* Social Share */
.news-single .social-share {
  float: left;
}
.news-single .social-share li {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.news-single .social-share li:last-child {
  margin-right: 0;
}
.news-single .social-share li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #eee;
  color: #333;
  display: block;
}
.news-single .social-share li a:hover {
  background: #2889e4;
  color: #fff;
  border-color: transparent;
}
/* Prev Next Button */
.news-single .prev-next {
  float: right;
}
.news-single .prev-next li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.news-single .prev-next li:last-child {
  border: none;
}
.news-single .prev-next li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #eee;
  color: #555;
  border-radius: 3px;
}
.news-single .prev-next li a:hover {
  color: #fff;
  background: #2889e4;
  border-color: transparent;
}
/* Blog Comments */
.news-single .blog-comments {
  margin-top: 30px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.news-single .blog-comments h2 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  color: #252525;
  margin-bottom: 20px;
}
.news-single .blog-comments h4 span {
  float: right;
}
.news-single .single-comments {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.news-single .single-comments.left .main {
  padding-left: 100px;
  position: relative;
  margin-left: 100px;
}
.news-single .single-comments.left img {
  position: absolute;
  left: 0;
  top: 0;
}
.news-single .single-comments:last-child {
  margin: 0;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-single .single-comments .main {
  overflow: hidden;
}
.news-single .single-comments .head {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 12%;
}
.news-single .head img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
}
.news-single .single-comments .body {
  float: left;
  width: 85%;
}
.news-single .single-comments.left .body {
  float: none;
  width: 100%;
}
.news-single .single-comments .comment-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.news-single .single-comments .comment-list .body {
  width: 78%;
}
.news-single .single-comments h4 {
  margin: 0 0 5px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #252525;
}
.news-single .single-comments .comment-meta {
  margin-bottom: 5px;
}
.news-single .single-comments .meta {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  border: none;
  margin-right: 10px;
  padding: 0;
  margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child {
  margin: 0;
}
.news-single .comment-meta span i {
  margin-right: 5px;
}
.news-single .comment-meta span:last-child {
  margin: 0;
}
.news-single .single-comments p {
  font-size: 13px;
}
.news-single .single-comments a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 3px;
  background: #2889e4;
  color: #fff;
}
.news-single .single-comments a:hover {
  background: #2c2d3f;
  color: #fff;
}
.news-single .single-comments a i {
  margin-right: 5px;
}
.news-single .comment-list {
  padding-left: 50px;
}
.news-single .single-comments.login {
  text-align: center;
}
.news-single .single-comments.login i {
  font-size: 20px;
}
.news-single .single-comments.login a {
  text-align: center;
}
.news-single .single-comments.login a:hover {
  color: #353535;
}
.news-single .comments-form {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}
.news-single .comments-form h2 {
  text-align: left;
  font-size: 18px;
  color: #353535;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
  position: relative;
  display: block;
  margin: 0 0 20px;
}
.news-single .form-group input {
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  border-radius: 3px;
  padding-right: 20px;
  border: none;
  line-height: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
  padding: 0 15px;
}
.news-single .form-group textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  height: 190px;
  padding: 15px;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  color: #2c2d3f;
  border-radius: 3px;
}
.news-single .form-group input,
.news-single .form-group textarea {
  border: 1px solid transparent;
  border: 1px solid #eee;
  border-radius: 3px;
}
.news-single .form-group.message i {
  top: 22px;
}
.news-single .form-group .button {
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border: 0px solid;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 30px;
}
.news-single .form-group .button:hover {
  background: #353535;
}
.news-single .form-group .button i {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 0px;
}
.news-single .form-group.button {
  margin: 0;
  text-align: left;
}
.news-single .form-group.button .btn {
  background: #fff;
  background: #2889e4;
  color: #fff;
  width: 100%;
}
.news-single .form-group.button .btn:before {
  display: none;
}
.news-single .form-group.button .btn:hover {
  color: #fff;
  background: #333;
}
.news-single .form-group.button .btn i {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*=============================
	End Blog CSS
===============================*/

/*=============================
	Start Contact CSS
===============================*/
.contact .single-info {
  text-align: center;
  padding: 0px 45px;
  padding: 30px 30px;
  box-shadow: 0px 0px 10px #0000001f;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.contact .single-info:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background: #2889e4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .single-info:hover:before {
  width: 100%;
}
.contact .single-info i {
  color: #2889e4;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 20px;
}
.contact .single-info ul li {
  display: block;
}
.contact .single-info ul li a {
  font-weight: 400;
}
.contact .single-info ul li a:hover {
  color: #2889e4;
}
.contact .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #2c2d3f;
  font-size: 18px;
}
.contact .contact-head {
  margin-top: 20px;
}
.contact .form-main {
  box-shadow: 0px 0px 10px #0003;
  padding: 30px;
  margin-top: 30px;
  border-radius: 5px;
}
.contact .form .form-group input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #2c2d3f;
  border-radius: 4px;
}
.contact .form .form-group textarea {
  height: 190px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #2c2d3f;
  border-radius: 4px;
  resize: none;
}
.contact .form .button {
  margin: 0;
}
.contact .form .button .btn {
  width: 100%;
}
.contact .form .button .btn:before {
  display: none;
}
.contact .form .button .btn:hover {
  background: #333;
}
.contact .form .button .btn i {
  display: inline-block;
  margin-right: 10px;
}
/* Google Map */
.contact #myMap {
  height: 450px;
  width: 100%;
  border-radius: 0px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px #0003;
  border: 6px solid #fff;
  border-radius: 5px;
}
.custom-input-card {
  width: 18rem;
}
.custom-input-card .btn:last-child {
  margin-left: 1rem;
}
.content-window-card {
  position: relative;
  width: 23rem;
  padding: 0.75rem 0 0 1.25rem;
  box-shadow: none;
  bottom: 0;
  left: 0;
}
.content-window-card p {
  height: 2rem;
  font-size: 12px;
}
.amap-info-close,
.amap-logo,
.amap-copyright {
  display: none !important;
}
/*=============================
	End Contact 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: #2889e4;
  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: #2889e4;
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 0;
}
.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: #2889e4;
  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
=============================*/

/*===========================
	Client Carousel CSS
=============================*/
.clients {
  padding: 60px 0;
}
.single-client {
  padding: 10px;
  position: relative;
}
.single-client .website {
  height: 100%;
  width: 100%;
  text-align: center;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}
.single-client:hover .website {
  opacity: 1;
  visibility: visible;
}
.single-client .website:hover {
  letter-spacing: 1px;
  color: #2889e4;
}
.single-client img {
  width: auto;
  display: inline-block;
}
.single-client.active img {
  opacity: 1;
}
/*=============================
	End Client Carousel CSS
===============================*/

/*======================
	Start Footer CSS
========================*/
.footer {
  background: #121219;
}
.footer .footer-top {
  padding: 10px 0px;
}
.footer .single-footer {
  margin-top: 20px;
}
.footer .single-footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-left: 4px solid #2889e4;
  padding-left: 10px;
}
/* Footer About Us */
.footer .f-about .logo {
  margin-bottom: 23px;
}
.footer .f-about .text {
  color: #ccc;
  margin-bottom: 20px;
  line-height: 24px;
}
.footer .logo img {
  max-height: 38px;
}
.footer .single-footer.f-about .btn {
  color: #333;
  background: #fff;
  padding: 10px 37px;
}
.footer .single-footer.f-about .btn:hover {
  color: #fff;
}
.footer .single-footer.f-about .btn:before {
  background: #2889e4;
}
/* Footer Link */
.footer .f-link ul li {
  margin-bottom: 10px;
}
.footer .f-link ul li:last-child {
  margin-bottom: 0px;
}
.footer .f-link ul li a {
  display: inline-block;
  color: #ccc;
  font-weight: 400;
}
.footer .f-link ul li a:hover {
  color: #2889e4;
  padding-left: 6px;
}
/* Latest News */
.footer .latest-news {
}
.footer .single-news {
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
}
.footer .single-news:last-child {
  margin-bottom: 0px;
}
.footer .single-news img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
}
.footer .single-news h4 {
  font-size: 15px;
  line-height: 23px;
}
.footer .single-news h4 a {
  color: #ccc;
  font-weight: 400;
}
.footer .single-news h4 a:hover {
  color: #2889e4;
}
.footer .single-news .date {
  color: #eee;
  display: block;
  margin-top: 7px;
  font-size: 13px;
}
.footer .single-news .date i {
  margin-right: 5px;
  color: #2889e4;
}
/* Get In Tuch */
.footer .single-contact {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.footer .single-contact:last-child {
  margin-bottom: 0px;
}
.footer .single-contact i {
  color: #2889e4;
  position: absolute;
  left: 0;
  top: 5px;
}
.footer .f-contact p {
  color: #ccc;
}
.footer .f-contact p a {
  color: #ccc;
  font-weight: 400;
}
.footer .f-contact p a:hover {
  color: #2889e4;
}
/* Social */
.footer .social {
  margin-top: 20px;
}
.footer .social li {
  display: inline-block;
  margin-right: 10px;
}
.footer .social li:last-child {
  margin-right: 0px;
}
.footer .social li a {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  font-size: 14px;
}
.footer .social li a:hover {
  background: #2889e4;
  border-color: #2889e4;
  color: #fff;
}
/* Copyright */
.footer .copyright {
  background: transparent;
  position: relative;
  text-align: center;
}
.footer .copyright-content {
  padding: 20px 0;
  border-top: 1px solid #eeeeee3d;
  display: flex;
  justify-content: center;
}
.footer .copyright-content p,
.footer .copyright-content a {
  margin: 0 10px;
  color: #939393;
}
.footer .copyright-content p i {
  margin-right: 5px;
}
.footer .copyright-content p a {
  font-weight: 400;
  color: #eee;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  margin-left: 4px;
  text-decoration: underline;
}
.footer .copyright-content p a:hover {
  color: #2889e4;
}
/*=============================
	End Footer CSS
===============================*/
.link-btn {
  width: 180px;
  height: 40px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(to right, #2ea3f6, #74c7bf);
}
.link-btn:hover {
  color: #fff;
}
