/********************************************************** */
/**********************  Gorom ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Hero Section
    03. Banner Section
    04. Featured Section
    05. About Section
    06. Fact Counter
    07. Our Services
    8. Projects Gallery
    9. Our Experts
    10 .Client Feedback
    11 .News Section
    12 .Contact Us
    13 .Error Page
    14. Footer Section

/********************************************************* */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');

/* Import Stylesheets */
@import url('font-awesome.min.css');
@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('menu.css');
@import url('slick.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('nice-select.css');
@import url('spacing.min.css');

/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  color: #797D8A;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #e0071c;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: #e0071c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.page p {
  line-height: 29px;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/** Section Title style */
.section-title {
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  color: #222;
  margin-bottom: 20px;
}

/** Button style */
/*btn style*/

.btn-style-one {
  font-size: 14px;
  font-weight: 700;

}

a.btn-style-one {
  color: #333;
}

a.btn-style-one:hover {
  color: #e0071c;
}

.theme-btn,
a.theme-btn {
  position: relative;
  background: #e0071c;
  font-size: 15px;
  color: white;
  cursor: pointer;
  border: 1px solid #e0071c;
  padding: 12px 42px;
  display: inline-block;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  transition: .3s;
}

.theme-btn:hover,
a.theme-btn:hover {
  background: #fff;
  color: #e0071c;
}

.theme-btn.style-two {
  color: #e0071c;
  background: #FFFFFF;
  border-radius: 5px;
}

.theme-btn.style-two:hover {
  color: #fff;
  background: #e0071c;
}

/** Social Link Style One */
.social-style-one {
  display: inline-block;
}

.social-style-one a {
  margin: 0 9px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  border: 2px solid #fff;
}

.social-style-one a:first-child {
  margin-left: 0;
}

.social-style-one a:last-child {
  margin-right: 0;
}

/*List style One*/
.list-style-one li {
  color: #000145;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

.list-style-one li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  color: #e0071c;
  left: 0;
}

.button-search {
  border: none;
  outline: none;
  box-shadow: none;
}

/*pazination style*/
.properties-pazination li {
  display: inline-block;
}

.properties-pazination li a {
  color: #2D3954;
  padding: 0 8px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.properties-pazination a:hover {
  color: #e0071c;
}

.properties-pazination li.active a {
  color: #FFFFFF;
  border-radius: 50%;
  background: #e0071c;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
}

.properties-pazination li.active a:hover {
  color: #FFFFFF;
}

.properties-pazination li:first-child a,
.properties-pazination li:last-child a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  background: rgba(45, 57, 84, 0.06);
}

/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  display: none;
  cursor: pointer;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  background: #e0071c;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group input,
.form-group textarea {
  color: #64687E;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 5px;
  background: #FFFFFF;
  border: none;
}

.form-group input:focus,
.form-group textarea:focus {
  box-shadow: none;
  border-color: #D4D7DE;
}


/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

/*Border Radius*/
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}


/** Background Color style */
.color-green {
  color: #0BE7B7;
}

.color-red {
  color: #e0071c;
}

.bg-light {
  background: #F1F5FF;
}

.bg-green {
  background: #0BE7B7;
}

.bg-blue {
  background: #000;
}

/*
.bg-grad {
    background: transparent linear-gradient(247deg, #6029EF 0%, #251A9B 100%) 0% 0% no-repeat padding-box;
}

.shape-up {
    clip-path: polygon(calc(50% - 460px) 0, calc(50% + 460px) 0, calc(50% + 585px) 75px, 100% 75px, 100% 100%, 0 100%, 0 75px, calc(50% - 585px) 75px);
}

.shape-down {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75px), calc(50% + 585px) calc(100% - 75px), calc(50% + 460px) 100%, calc(50% - 460px) 100%, calc(50% - 585px) calc(100% - 75px), 0 calc(100% - 75px));
}

.shape-down-in {
    clip-path: polygon(0 0, calc(50% - 178px) 0, calc(50% - 118px) 75px, calc(50% + 118px) 75px, calc(50% + 178px) 0, 100% 0, 100% calc(100% - 75px), calc(50% + 585px) calc(100% - 75px), calc(50% + 460px) 100%, calc(50% - 460px) 100%, calc(50% - 585px) calc(100% - 75px), 0 calc(100% - 75px));
}

.shape-up-in {
    clip-path: polygon(calc(50% - 460px) 0, calc(50% + 460px) 0, calc(50% + 585px) 75px, 100% 75px, 100% 100%, calc(50% + 178px) 100%, calc(50% + 118px) calc(100% - 75px), calc(50% - 118px) calc(100% - 75px), calc(50% - 178px) 100%, 0 100%, 0 75px, calc(50% - 585px) 75px);
}

.shape-up-down {
    clip-path: polygon(calc(50% - 460px) 0, calc(50% + 460px) 0, calc(50% + 585px) 75px, 100% 75px, 100% calc(100% - 75px), calc(50% + 585px) calc(100% - 75px), calc(50% + 460px) 100%, calc(50% - 460px) 100%, calc(50% - 585px) calc(100% - 75px), 0 calc(100% - 75px), 0 75px, calc(50% - 585px) 75px);
}

*/

.shape-bg-after,
.shape-bg-before {
  position: relative;
}

.shape-bg-after:after,
.shape-bg-before:before {
  position: absolute;
  content: '';
  height: 200px;
  width: 100%;
  left: 0;
  z-index: -1;
  background: #f8f9fa;
}

.shape-bg-before:before {
  bottom: 100%;
}

.shape-bg-after:after {
  top: 100%;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.parallax:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.48);
}

/*** 
====================================================================
  Slider area  start
====================================================================
***/


.main-slider {
  min-height: 800px;
}

.main-slider .container-fluid {
  padding: 0px;
}

.main-slider .container {
  text-align: center;
}

.main-slider .slider-wrapper {
  position: relative;
}

.main-slider .slider-wrapper .image img {
  min-height: 500px;
  width: 100%;
  max-width: none;
}

.main-slider .slider-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

.main-slider .slider-caption .inner-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.main-slider .slider-caption-bg {
  max-width: 570px;
  background-color: rgba(255, 255, 255, 0.70);
  padding: 50px;
}

.main-slider h1 {
  position: relative;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 20px;
}

.main-slider .dark h1 {
  color: #222;
}

.main-slider h2 {
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
}

.main-slider .dark h2 {
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 42px;
}

.main-slider .link-btn {
  padding-top: 5px;
}

.main-slider .link-btn .btn {
  margin-right: 10px;
  margin-top: 10px;
}

.main-slider .link-btn .btn:hover {
  background: #fff;
  color: #e0071c;
  border: 1px solid #fff;

}

.main-slider .theme-btn {
  margin: 0 10px 20px;
}

.main-slider .text {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  max-width: 600px;
  color: #fff;
  line-height: 1.7em;
  padding-bottom: 30px;
  margin: 0 auto;
}


.main-slider .dark .text {
  color: #222;
  margin-bottom: 0;
}

.main-slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 3;
}

.main-slider.style-two .slide-overlay {
  background-color: rgba(20, 22, 26, 0.1)
}

/* slide animation */

.main-slider .owl-item .slider-caption * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-slider .owl-item.active .slider-caption h1 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.main-slider .owl-item.active .slider-caption h2 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.main-slider .owl-item.active .slider-caption .text {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.main-slider .owl-item.active .slider-caption .link-btn {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.main-slider .owl-item.active .slider-caption .slider-caption-bg {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* slide nav */






.slide-nav .owl-nav {
  padding: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.97);
  -ms-transform: translateY(-50%) scale(0.97);
  transform: translateY(-50%) scale(0.97);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.slide-nav:hover .owl-nav {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: rgb(224, 7, 28) !important;
  text-align: center;
  font-size: 24px;
  color: #fff !important;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.slide-nav .owl-nav .owl-prev {
  left: 20px;
  float: left;
}

.slide-nav .owl-nav .owl-next {
  right: 20px;
  float: right;
}

.slide-nav .owl-nav .owl-next:hover,
.slide-nav .owl-nav .owl-prev:hover {
  color: #fff;
  border-color: #e0071c;
}



/*** 
====================================================================
  slide area end
====================================================================
***/


/****************************************************** */
/****************** 03. Banner Section  *************** */
/****************************************************** */
.banner-section {
  position: relative;
  height: 450px;
  background: url(../images/background/bg2.jpg);
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.banner-section:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.62);
}

.page-title {
  color: #FFFFFF;
  font-size: 65px;
  margin-bottom: 25px;
  position: relative;
}

.breadcrumb {
  position: relative;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

.banner-inner nav {
  display: inline-block;
}

.breadcrumb-item a {
  color: #FFFFFF;
}

.breadcrumb-item a:hover {
  color: #e0071c;
}

.breadcrumb-item.active {
  color: rgb(224, 7, 28);
  position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #FFFFFF;
  content: "/";
}

/****************************************************** */
/**************** 04. Featured Section  *************** */
/****************************************************** */
.featured-tab li {
  font-size: 16px;
  color: #000145;
  font-weight: 700;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  padding: 15px 25px 15px 0;
  font-family: 'Poppins', sans-serif;
}

.featured-tab li.active {
  color: #e0071c;
  padding: 15px 25px;
  border-left: 2px solid #e0071c;
}

.featured-tab li:after {
  position: absolute;
  content: '';
  height: 4px;
  width: 6px;
  top: 50%;
  right: 0;
  opacity: 0;
  transition: 0.5s;
  background: #e0071c;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.featured-tab li.active:after {
  opacity: 1;
}

.featured-tab .theme-btn {
  background: #e0071c;
  padding: 8px 25px;
}


.featured-item {
  margin: 25px 0;
  position: relative;
}

.featured-item:after {
  position: absolute;
  content: '';
  height: 100%;
  width: calc(100% - 30px);
  background: #f3f3f3;
  left: 18px;
  top: 15px;
  z-index: -1;
}

.featured-img {
  flex: none;
  background: #FFF;
}

.featured-heading {
  margin: 0 40px 0 30px;
}

.featured-heading h6 {
  line-height: 26px;
}

.featured-item-inner {
  padding: 30px;
  box-shadow: 10px 0px 25px #0400FF0D;
}

.featured-text p {
  margin: 0;
}

.featured-icon {
  flex: none;
  margin: 0 30px;
}

.featured-icon a {
  width: 35px;
  height: 35px;
  color: #FFFFFF;
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #e0071c;
}


@-webkit-keyframes ser_tab {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes ser_tab {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/*Service Featured*/
.service-feature-box {
  display: flex;
  background: #FFFFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
}

.service-feature-img {
  flex: none;
  margin-right: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.service-feature-content h6 {
  margin-bottom: 10px;
}

.service-feature-content .theme-btn {
  background: #e0071c;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 14px;
  margin-top: 5px;
}


/****************************************************** */
/*************** 06. Fact Counter Section  ************ */
/****************************************************** */

.fact-count-section {
  position: relative;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
  z-index: 1;
}

.fact-count-section:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: -1;
}

.single-fact {
  margin-bottom: 30px;
  color: #FFFFFF;
  padding: 35px 20px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.single-fact i {
  display: inherit;
  margin-bottom: 20px;
}

.single-fact i:before {
  font-size: 40px;
  margin: 0;
}

.single-fact .count-text {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.single-fact p {
  font-size: 18px;
}

.symbol:after {
  content: '+';
}

/****************************************************** */
/*************** 07. Our Services Section  ************ */
/****************************************************** */

.service-box {
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  transition: 0.5s;
  padding: 30px 25px;
  margin-bottom: 30px;
}

.service-box:hover {
  box-shadow: 0px 10px 40px #0400FF19;
}

.service-icon {
  width: 75px;
  height: 75px;
  color: #e0071c;
  line-height: 75px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #e0071c;
  transition: .3s;
}

.service-box:hover .service-icon {
  background-color: #e0071c;
  color: #fff;
}

.service-icon i:before {
  font-size: 35px;
  margin: 0;
}

.service-box p {
  margin: 7px 0 16px;
}

.service-box h3 {
  font-size: 18px;
}

.service-box h3 a {
  color: #000145;
}

.service-box h3 a:hover {
  color: #e0071c;
}

.service-box .btn-style-one span {
  transition: .3s;
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
}

.service-box .btn-style-one {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.service-box .btn-style-one:hover {
  gap: 6px;
}

.service-box .btn-style-one:hover span {
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
}


/****************************************************** */
/************* 8. Projects Gallery Section  *********** */
/****************************************************** */
.gallery-box {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #FFFFFF;
  overflow: hidden;
}

.gallery-img {
  position: relative;
}

.gallery-img img {
  width: 100%;
}

.gallery-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 0;
  transition: 0.5s;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: rgba(224, 7, 28, 0.72);
  transform: perspective(500px) rotateX(90deg);
  transform-origin: bottom;
}

.gallery-box:hover .gallery-overlay {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}

.gallery-overlay a {
  color: #FFFFFF;
}

.gallery-overlay a i:before {
  font-size: 55px;
  margin: 0;
}

.gallery-content {
  text-align: left;
  padding: 20px 20px 2px;
}

.gallery-content h6 {
  color: #222;
  margin-bottom: 8px;
}

.gallery-btn {
  width: 100%;
}

.gallery-btn .theme-btn {
  background: #e0071c;
}

/*Gallery page Filter*/
.gallery-filter .mix {
  display: none;
}

.filter-tabs li {
  color: #e0071c;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #e0071c;
  padding: 8px 25px;
  transition: 0.5s;
  cursor: pointer;
  margin: 0 5px 10px;
  border-radius: 26px;
}

.filter-tabs li:hover,
.filter-tabs li.active {
  background: #e0071c;
  color: #FFFFFF;
}

/****************************************************** */
/*************** 9. Our Experts Section  ************** */
/****************************************************** */

.experts-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.every-expert {
  margin: 0 15px 85px;
}

.expert-img {
  position: relative;
}

.expert-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 0;
  transition: 0.5s;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: rgba(224, 7, 28, 0.72);
  transform: perspective(500px) rotateX(90deg);
  transform-origin: bottom;
}

.every-expert:hover .expert-overlay {
  opacity: 1;
  transform: perspective(500px) rotateX(0deg);
}

.expert-img img {
  width: 100%;
}

.expert-description h5 {
  margin-top: 20px;
}

.expert-description span {
  color: #e0071c;
}

.experts-inner button {
  height: 35px;
  width: 35px;
  background: #DAE3FB;
  cursor: pointer;
  border-radius: 50%;
  color: #e0071c;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.experts-inner .expert-prev {
  right: 80px;
  z-index: 1;
}

/*Our expert Page*/
.experts-page .every-expert {
  margin: 0 0 40px;
}

.expert-btn .theme-btn {
  background: #e0071c;
}

/****************************************************** */
/************* 10 .Client Feedback Section  ************ */
/****************************************************** */
.client-testimonial-inner {
  max-width: 600px;
  margin: auto;
}

.client-testimonial-inner .single-client {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 70px;
}

.client-img {
  flex: none;
  margin-right: 35px;
}

.client-img img {
  border-radius: 50%;
}

.client-other h4 {
  color: #FFFFFF;
}

.client-other p {
  margin: 0;
}

.ratings i {
  margin: 0 4px;
  color: #F8C600;
  font-size: 14px;
}

.ratings i:first-child {
  margin-left: 0;
}

.client-testimonial-inner button {
  height: 35px;
  width: 35px;
  background: #e0071c;
  cursor: pointer;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.client-testimonial-inner .client-prev {
  right: 80px;
  z-index: 1;
}

/****************************************************** */
/******************* 11 .News Section  ***************** */
/****************************************************** */
.news-box {
  background: #f8f9fa;
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 30px;
  overflow: hidden;
}

.news-box:hover {
  background: #FFFFFF;
  box-shadow: 10px 0px 40px #0400FF0D;
}

.news-img img {
  width: 100%;
}

.news-others {
  padding: 20px 30px;
}

.news-date {
  color: #e0071c;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.news-title {

  line-height: 30px;
  font-weight: 500;
  color: #333;
}

.news-title a {
  color: #000145;
}

.news-title a:hover {
  color: #e0071c;
}

/*News Page*/
.news-page .news-box {
  background: #FFFFFF;
}

.blog-btn {
  width: 100%;
}

.blog-btn .theme-btn {
  background: #e0071c;
}



/*News Single Page*/
.blog-details-author {
  margin: 50px 0 10px;
}

.blog-details-author a {
  color: #e0071c;
}

.blog-details-author span {
  display: inline-block;
}

.blog-details-author span:before {
  content: '';
  height: 5px;
  width: 5px;
  margin: 0 10px;
  background: #64687E;
  display: inline-block;
}

.blog-details-author span:first-child:before {
  display: none;
}

.blog-details-content h3 {
  font-size: 32px;
  font-weight: 600;
}

.blog-details-content p {
  margin-bottom: 22px;
}

/*Comments*/
.related-post .news-box {
  background: #FFFFFF;
}


/*Comments*/
.comment-item {
  display: flex;
  margin-bottom: 40px;
}

.comment-reply {
  margin-left: 75px;
}

.comment-author-img {
  flex: none;
  margin-right: 30px;
}

.comment-author-img img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-reply img {
  width: 65px;
  height: 65px;
}

.comment-speech {
  flex: auto;
}

.commenter-name {
  position: relative;
}

.commenter-name .reply {
  position: absolute;
  color: #333;
  top: 0;
  right: 0;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.comment-form .form-group input,
.comment-form .form-group textarea {
  background: #fff;
}

.comment-form .form-group textarea {
  height: 180px;
}

/*Sidebar*/
.widget {
  margin-bottom: 35px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .title {
  margin-bottom: 35px;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

/*search widget*/
.search-widget {
  position: relative;
}

.search-widget input {
  margin: 0;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e0071c;
}

.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 65px;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  background: #e0071c;
}

/*post widget*/
.post-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.post-item:last-child {
  margin-bottom: 0;
}

.post-img {
  width: 110px;
  flex: none;
  margin-right: 15px;
}

.post-img img {
  width: 110px;
  height: 110px;
}

.post-content .news-date {
  margin-bottom: 0;
}

.post-content h5 {
  font-size: 18px;
  font-weight: 500;
}

.post-content a {
  color: #000145;
  line-height: 30px;
}

/*Categories widget*/
.category-widget li a {
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
  padding-left: 35px;
  display: inline-block;
}

.category-widget a:hover {
  color: #e0071c;
}

.category-widget li a:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  color: #e0071c;
  font-size: 18px;
  margin-right: 15px;
}

/*Tags widget*/
.tag-widget a {
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  margin: 0 10px 15px 0;
  display: inline-block;
  border-radius: 40px;
  background: #e0071c;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.tag-widget a:hover {
  color: #FFFFFF;
  background: #e0071c;
}

/****************************************************** */
/**************** 12 .Contact Us Page  **************** */
/****************************************************** */

.contact-info-box {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}

.contact-info-box i {
  height: 75px;
  width: 75px;
  color: #fff;
  background: #e0071c;
  border-radius: 50%;
  line-height: 75px;
  font-size: 20px;
  margin-bottom: 25px;
}

.contact-info-box h6 {
  line-height: 26px;
}

/*contact form*/
.contact-form .form-group textarea {
  height: 350px;
}

.contact-form .theme-btn {
  padding: 12px 40px;
}


/****************************************************** */
/****************** 13 .Error Page  ******************* */
/****************************************************** */
.error-page {
  min-height: 100vh;
  background: url(../images/background/error-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.error-page::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: .5;
}

.error-inner {
  padding: 50px 0;
  color: #FFFFFF;
}

.error-inner h1 {
  font-size: 250px;
  color: #FFFFFF;
}

.error-inner h2 {
  font-size: 45px;
  color: #FFFFFF;
}

.error-search {
  max-width: 710px;
  margin: auto;
}

.error-search input,
.error-search .theme-btn {
  margin: 0;
  font-size: 15px;
  border-radius: 5px;
}

.error-search input {
  padding: 16px 25px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.error-search .theme-btn {
  padding: 16px 75px;
  font-size: 18px;
  font-weight: 600;
  background: #e0071c;
}

.btn-err:hover {
  color: #fff !important;
}

/****************************************************** */
/****************** 14. Footer Section  **************** */
/****************************************************** */

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #222;
  color: #bcbcbc;
  padding-top: 90px;
}

.main-footer .widgets-section {
  position: relative;
  padding: 80px 0px 30px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-logo {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .footer-column h2 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 14px;
  color: #ffffff;
  margin-bottom: 40px;
}

.main-footer .footer-column h2:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 1px;
  background-color: #e0071c;
}

.main-footer .logo-widget .text {
  margin-bottom: 20px;
  line-height: 2em;
  padding-right: 95px;
}

.main-footer .logo-widget form {
  position: relative;
  padding-right: 80px;
}

.main-footer .logo-widget form .form-group {
  position: relative;
}

.main-footer .logo-widget form .form-group input {
  position: relative;
  border: 1px solid #555558;
  border-radius: 2px;
  width: 100%;
  height: 48px;
  line-height: 28px;
  background: none;
  padding: 10px 15px;
}

.main-footer .logo-widget form .form-group button {
  position: absolute;
  color: #dcdcdc;
  font-size: 20px;
  top: 0px;
  width: 50px;
  right: 0px;
  background: none;
  height: 48px;
}

.main-footer .contact-info {
  margin-bottom: 30px;
}

.main-footer .contact-info li {
  position: relative;
  padding-left: 53px;
  margin-bottom: 15px;
  line-height: 24px;
}

.main-footer .contact-info li .number {
  position: relative;
  font-size: 20px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 2px;
  top: 12px;
  text-align: center;
  line-height: 24px;
  font-size: 30px;
  color: #00bdfd;
}

/*link widget*/

.main-footer .links-widget .list {
  margin-top: -7px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 2px 0px 5px 0px;
  color: #aaaaaa;
  font-size: 14px;
  text-transform: capitalize;
}


.main-footer .links-widget .list li a:hover {
  color: #ffffff;
}

/*subscribe widget*/

.main-footer .subscribe-widget {
  position: relative;
}

.main-footer .subscribe-widget .text {
  position: relative;
  padding: 20px 0px 15px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 20px;
}

.main-footer a {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 8px 0px;
  height: 38px;
  color: #ffffff;
  font-size: 13px;
  background: none;
  border-bottom: 2px solid #6a6a6a;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus {
  border-color: #f1f1f1;
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button {
  position: relative;
  margin-top: 10px;
}


/*twitter widget*/

.main-footer .twitter-widget .feed {
  position: relative;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 20px;
}

.main-footer .twitter-widget .feed .month {
  color: #6c9ecd;
  font-size: 14px;
  font-weight: 300;
}

.main-footer .twitter-widget .feed .month a {
  position: relative;
  color: #00bdfd;
  font-weight: 500;
  text-decoration: underline;
}

.main-footer .twitter-widget .feed .text {
  margin-bottom: 0px;
  line-height: 1.6em;
  font-weight: 300;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .twitter-widget .feed .days {
  position: relative;
  font-size: 14px;
  color: #bcbcbc;
  margin-top: -5px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  margin-top: 40px;
  background: #121212;
}

.main-footer .footer-bottom .copyright {
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer.style-two {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer.style-two:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #222;
}


/*contact info list*/

.contact-info-list {
  margin-bottom: 30px;
}

.main-footer .contact-info-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  line-height: 24px;
  color: #bcbcbc;
  font-size: 14px;
}

.main-footer .contact-info-list li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #00bdfd;
}


/* Gallery Widget */

.main-footer .gallery-widget .row {
  margin: 0px -5px;
}

.main-footer .gallery-widget .image {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 7px 0px;
}

.main-footer .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-footer .gallery-widget .image img:hover {
  opacity: 0.70;
}




/*posts widget*/

.main-footer .posts-widget .post {
  position: relative;
  min-height: 90px;
  padding-left: 95px;
  margin-bottom: 12px;
}

.main-footer .posts-widget .post:last-child {
  margin-bottom: 0px;
  border: 0px;
}

.main-footer .posts-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}

.main-footer .posts-widget .post .post-thumb img {
  display: block;
  width: 100%;
}

.main-footer .posts-widget .post .desc-text {
  position: relative;
  font-size: 17px;
  color: #f4f4f4;
  line-height: 24px;
  padding: 0px 0px 3px;
  top: -4px;
}

.main-footer .posts-widget .post .desc-text a {
  color: #aaa;
  font-size: 15px;
}

.main-footer .posts-widget .post .time {
  position: relative;
  color: #e0071c;
  font-size: 13px;
  line-height: 24px;
}




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../assets/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../assets/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*** 

====================================================================
  Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: '';
  position: absolute;
  font-family: 'FontAwesome';
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.40) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
  content: 'Next';
}

.fancybox-prev span:before {
  content: 'Prev';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  color: #000000;
}

.fancybox-type-image .fancybox-close {
  right: 2px;
  top: 3px;
  width: 45px;
  height: 45px;
  text-align: center;
  background-repeat: no-repeat;
}

.fancybox-type-image .fancybox-skin {
  padding: 0px !important;
}


/***

==================================================================
  What We Do
==================================================================

***/

.what-we-do .text p {
  line-height: 29px;
}

.service-block-one-area {
  position: relative;
  padding-left: 40px;
}

.service-block-one {
  position: relative;
}

.service-block-one .inner-box {
  position: relative;
  margin-bottom: 30px;
}

.service-block-one .inner-box .image {
  position: relative;
  overflow: hidden;
}

.service-block-one .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-block-one .inner-box .caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service-block-one:hover .inner-box .caption {
  opacity: 0;
  visibility: hidden;
}

.service-block-one .icon-box {
  color: #fff;
  font-size: 55px;
  margin-bottom: 30px;
}

.service-block-one h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.service-block-one .inner-box .overlay-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(230, 32, 45, 0.8);
}

.service-block-one .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.service-block-one .inner-box .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  padding: 10px 30px;
  vertical-align: middle;
}

.service-block-one .inner-box .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.service-block-one .inner-box .overlay-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}

.service-block-one .inner-box .overlay-box h2 a {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-block-one .inner-box .overlay-box h2 a:hover {
  color: #17b6e6;
}

.service-block-one .inner-box .overlay-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9em;
  margin-bottom: 25px;
}

.service-block-one .inner-box .overlay-box .read-more {
  position: relative;
  background: #fff;
  color: #222;
  font-weight: 600;
  padding: 11px 18px;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.service-block-one .inner-box .overlay-box .read-more:hover {
  color: #e6202d;
}


/***

==================================================================
  Pricing Plan
==================================================================

***/

.pricing-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-block-one {
  position: relative;
}

.pricing-block-one .inner-box {
  position: relative;
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 30px;
}

.pricing-block-one .category {
  font-size: 26px;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}

.pricing-block-one .price {
  font-size: 32px;
  color: #e0071c;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}

.pricing-block-one .lower-box ul {
  position: relative;
  margin: 25px 0;
}

.pricing-block-one .lower-box ul li {
  font-size: 15px;
  color: #848484;
  padding-left: 18px;
  margin-bottom: 9px;
}

.pricing-block-one .lower-box ul li strong {
  position: relative;
}

.pricing-block-one .lower-box ul li strong:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #e0071c;
}


/* standard plan */

.pricing-block-one.light .inner-box {
  padding: 70px 30px;
}

.pricing-block-one.standard .inner-box {
  padding: 70px 30px;
  background: rgb(34, 34, 34);
}

.pricing-block-one.standard .category {
  color: #fff;
}

.pricing-block-one.standard .text {
  color: #c2c8d1;
}

.pricing-block-one.standard .lower-box ul li {
  color: #c2c8d1;
}

.pricing-block-one.standard .lower-box ul li strong {
  color: #ddd;
}

/*** 

====================================================================
  Stacked Image Carousel
====================================================================

***/

.stacked-image-carousel {
  position: relative;
  margin-left: 40px;
}


.stacked-image-carousel .slides {
  position: relative;
  width: 100%;
  max-width: 330px;
  height: 410px;
}

.stacked-image-carousel .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.stacked-image-carousel .slide .image-box {
  position: relative;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
}

.stacked-image-carousel .slides .image-box img {
  display: block;
  width: 100%;
}

.stacked-image-carousel .slides .slide:nth-child(1).active+.slide {
  left: 0px !important;
  top: 0px !important;
}

.stacked-image-carousel .slides .slide:nth-child(3) {
  position: absolute;
  left: 200px;
  top: 30px;
  z-index: 2;
}

.stacked-image-carousel .slide.active,
.stacked-image-carousel .slides .slide:nth-child(3).active {
  left: 200px !important;
  top: 30px !important;
  z-index: 5;
  -webkit-box-shadow: 4px 13px 50px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 13px 50px 2px rgba(0, 0, 0, 0.15);
}