@charset "UTF-8";
/*
Template Name: Elency - IT Corporate Business HTML Template
*/
/*================================================
1. Default CSS
2. Header Top CSS
3. Header Menu CSS
4. Hero area CSS
5. About Us CSS
6. Service CSS
7. Company Statistics CSS
8. Portfolio CSS
9. Team CSS
10. Cta CSS
11. Price Area CSS
12. Blog Area CSS
13. Footer CSS



14. About Page CSS
16. Blog Grid Page CSS
17. Service Details Page CSS
18. Blog Sidebar Page CSS
19. Blog Standard Page CSS
20. Team Page CSS
21. Portfolio Details Page CSS
22. Blog Details Page CSS
23. Error Page CSS
24. Contact Page CSS
25. Faq Page CSS




=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*================================================
1. Default CSS
=================================================*/
/* Color Variable */
/* Font Variable */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #070728;
}

html, body {
  font-family: "Work Sans", sans-serif;
  color: #868686;
  font-weight: 400;
  line-height: 1.6;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset !important;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset !important;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-76 {
  margin-bottom: 76px;
}

.common-btn {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  background: #070728;
  color: #fff;
  padding: 14px 25px 14px 60px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.common-btn:hover {
  color: #fff;
  background: #FF4815;
}

.common-btn:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  background: #070728;
}

.common-btn i {
  background: #FF4815;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding: 19px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  height: 100%;
}

.section-title h6 {
  font-size: 18px;
  font-weight: 500;
  color: #FF4815;
  margin-bottom: 10px;
}

.section-title h1 {
  font-size: 40px;
  margin-bottom: 0;
}

.breadcrumb-area {
  background-image: url(../images/breadcrumb-bg-img.png);
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 50px 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;
}

.breadcrumb-area:before {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: #070728;
  opacity: 0.9;
}

.breadcrumb-content {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  min-width: 432px;
  min-height: 432px;
  border-radius: 50%;
  z-index: 1;
  /*
  &:before {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    background: #7c59bf5c;
    left: 50%;
    border-radius: 50%;
    top: -100%;
    transform: translateX(-50%);
  }*/
}

.breadcrumb-content:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  inset: -20px;
  border-radius: 50%;
  z-index: -1;
  min-width: 350px;
  min-height: 350px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.breadcrumb-content:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  inset: -20px;
  border-radius: 50%;
  z-index: -1;
  min-width: 500px;
  min-height: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.breadcrumb-content .breadcrumb-content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.breadcrumb-content h1 {
  font-size: 51px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}

.breadcrumb-link {
  position: relative;
}

.breadcrumb-link p {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin: 0 7px;
}

.breadcrumb-link span {
  background: #FF4815;
  padding: 4px;
  display: inline-block;
  border-radius: 50%;
}

/*================================================
2. Header Top CSS
=================================================*/
.header-top-area {
  background: #070728;
  color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.header-top-area:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header-top-bg.png);
  position: absolute;
  content: "";
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.header-top-left li, .header-top-right li {
  display: inline-block;
  font-size: 13px;
  padding: 0px 20px 0 0;
  font-family: "Rubik", sans-serif;
}

.header-top-left li i {
  margin-right: 4px;
}

.header-top-right li {
  padding: 0 0 1px 10px;
}

.header-top-right li a i {
  display: block;
  background: #fff;
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  font-size: 13px;
  margin-top: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #2C2C48;
}

.header-top-right li a i:hover {
  background: #FF4815;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  color: #fff;
}

/*================================================
3. Header Menu CSS
=================================================*/
.sticky {
  position: fixed;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-menu-area {
  width: 100%;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  height: 100%;
}

.menu-btn {
  padding: 10px 25px 10px 52px;
}

.menu-btn i {
  left: -5px;
  padding: 15px;
}

.menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #FF4815;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.bottombar {
  background-color: #08509e;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 30px 16px;
}

.main-nav > ul > li:last-child {
  padding-right: 0;
}

.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: -4px;
  top: 26px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
  color: #1f2044a3;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-nav > ul > li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-nav > ul > li + li {
  padding: 30px 16px;
}

.main-nav > ul > li > a {
  display: block;
  text-decoration: none;
  color: #070728;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav > ul > li > a.active {
  color: #FF4815;
}

.main-nav > ul > li:hover > a {
  color: #FF4815;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 81px;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F3F2F7;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  color: #070728;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  background: #FF4815;
  color: #fff;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/*================================================
4. Hero area CSS
=================================================*/
.hero-area {
  position: relative;
  background: #070728;
}

.hero-area::before {
  background: url(../images/hero-right-side-shape.png) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-hero-content h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background: #FF4815;
  border-radius: 100px;
  padding: 7px 15px;
}

.single-hero-content h1 {
  font-size: 45px;
  line-height: 60px;
  text-transform: capitalize;
  color: #fff;
}

.single-hero-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-hero-content a.common-btn {
  background: #FF4815;
}

.single-hero-content a.hero-btn-2 {
  background: #fff;
}

.hero-btn-2 {
  background: #fff;
  color: #070728;
  border: 2px solid #FF4815;
  padding: 13px 25px 13px 60px;
  margin-left: 50px;
}

.hero-btn-2 i {
  color: #fff;
}

.hero-btn-2:hover {
  background: #fff;
  color: #070728;
}

.hero-btn-2:hover i {
  background: #FF4815;
}

.hero-btn-wrap {
  padding-left: 7px;
}

.hero-btn-wrap > .common-btn > i {
  background: #fff;
  color: #070728;
}

.single-hero-content {
  padding-right: 20px;
}

.hero-content {
  max-width: 636px;
}

.hero-content .bxs-chevron-left:hover:before, .hero-content .bxs-chevron-right:hover:before {
  border: 0.5px solid #070728;
  color: #fff;
  background: #070728;
}

.hero-content .bxs-chevron-left:before, .hero-content .bxs-chevron-right:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0.5px solid #FF4815;
  color: #FF4815;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
  bottom: -18%;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.hero-content .bxs-chevron-right:before {
  left: 87px;
}

.hero-img-wrap .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-img-wrap .slick-dots li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.hero-img-wrap .slick-dots li:before {
  position: absolute;
  content: "";
  right: 100%;
  background: #fff;
  height: 2px;
  width: 158%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-img-wrap .slick-dots li:last-child {
  margin-right: 0;
}

.hero-img-wrap .slick-dots li:first-child:before {
  display: none;
}

.hero-img-wrap .slick-dots li.slick-active button {
  color: #FF4815;
}

.hero-img-wrap .slick-dots li.slick-active:before {
  background: #FF4815;
}

.hero-img-wrap .slick-dots li button {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  background: none;
}

.single-hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 0px 200px;
}

.single-hero-img img {
  width: 100%;
}

.single-hero-img:before {
  background: rgba(7, 7, 40, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.single-hero-img .video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-hero-img .video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 36px;
  color: #070728;
  background: #fff;
}

.single-hero-img .video-play .video-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple-1 2s infinite ease-in-out;
          animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.single-hero-img .video-play .video-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
          animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}

/*================================================
5. About Us CSS
=================================================*/
.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.about-section-title {
  margin-bottom: 16px;
}

.about-section-title h1 {
  font-size: 32px;
}

.about-feature {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 22px rgba(86, 86, 86, 0.08);
          box-shadow: 0px 0px 22px rgba(86, 86, 86, 0.08);
  border-radius: 10px;
  padding: 20px 0px;
  margin-bottom: 24px;
}

.about-feature:hover i {
  color: #070728;
}

.about-feature i {
  color: #FF4815;
  font-size: 40px;
  line-height: 46px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.about-feature p {
  font-size: 17px;
  font-weight: 600;
  color: #1F2044;
  margin-bottom: 0;
}

.about-btn {
  margin-top: 11px;
  margin-left: 6px;
}

/*================================================
6. Service CSS
=================================================*/
.service-icon img {
  position: absolute;
  z-index: -1;
  top: -34px;
  left: -12px;
  width: 37%;
}

.service-icon i {
  font-size: 63px;
  color: #FF4815;
  line-height: 99px;
}

.service-wrap {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 50px 25px 20px 25px;
  margin-bottom: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-wrap:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.service-wrap:hover .service-icon span {
  -webkit-text-fill-color: unset;
  opacity: .2;
}

.service-wrap:hover .service-content a {
  color: #FF4815;
}

.service-wrap:hover .service-content a:before {
  background: #FF4815;
}

.service-wrap:hover .service-content a:after {
  background: #FF4815;
}

.service-icon {
  position: relative;
}

.service-icon span {
  opacity: 0.1;
  color: #FF4815;
  font-size: 70px;
  position: absolute;
  top: -50px;
  right: 52px;
  -webkit-text-stroke: 3px #ff481552;
  -webkit-text-fill-color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.service-content h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.service-content a {
  color: #070728;
  font-size: 15px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.service-content a:before {
  height: 1px;
  width: 77px;
  content: "";
  background: #070728;
  position: absolute;
  bottom: 2px;
  left: 1px;
}

.service-content a:after {
  position: absolute;
  content: "";
  background: #070728;
  height: 2px;
  width: 11px;
  top: 52%;
  right: -15px;
}

/*================================================
7. Company Statistics CSS
=================================================*/
.statistics-container {
  width: 100%;
}

.statistics-icon {
  vertical-align: middle;
  text-align: center;
  height: 95px;
}

.statistics-icon i {
  font-size: 50px;
  line-height: 0;
  color: #fff;
  position: relative;
}

.company-statistics-area {
  background-image: url(../images/counter-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 73px 0 90px 0;
}

.company-statistics-area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #070728;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.company-statistics-area:after {
  background-image: url(../images/statistics-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 73px;
  height: 120px;
  background-repeat: no-repeat;
}

.statistics-countcount {
  position: relative;
}

.statistics-countcount h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.statistics-countcount span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  margin-left: 3px;
}

.statistics-countcount h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

/*================================================
8. Portfolio CSS
=================================================*/
.portfolio-area .work-mixi {
  margin-top: 40px;
}

.portfolio-area .work-mixi .mix {
  display: none;
}

.portfolio-content {
  position: absolute;
  margin: 0px 20px 20px 20px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: rgba(7, 7, 40, 0.9);
  border-radius: 10px;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.portfolio-content a {
  color: #fff;
}

.portfolio-content a:before {
  background: #fff;
}

.portfolio-content a:after {
  background: #fff;
}

.portfolio-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2px;
}

.single-portfolio-item {
  margin-bottom: 24px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.single-portfolio-item img {
  width: 100%;
}

.single-portfolio-item:hover .portfolio-content {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.portfolio-link ul {
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-link li {
  display: inline-block;
  font-size: 15px;
  color: #070728;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  padding: 12px 35px;
}

.portfolio-link li.active {
  background: #070728;
  border-radius: 200px;
  color: #fff;
}

/*================================================
9. Team CSS
=================================================*/
.team-top-section {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
}

.team-top-section img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #FF4815;
  padding: 15px 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(67px);
          transform: translateY(67px);
  border-radius: 10px 10px 0 0;
}

.team-social li {
  display: inline-block;
  color: #FF4815;
  background: #fff;
  height: 23px;
  width: 23px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 5px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team-social li:hover {
  background: #070728;
  color: #fff;
}

.single-team {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.single-team:hover .team-social {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.single-team:hover .team-top-section img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
  opacity: .9;
}

.single-team:hover .team-content {
  border: 1px solid #ddd3;
  border-top: none;
}

.team-content {
  padding: 20px 0px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #fff;
  border-top: none;
}

.team-content h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-content h6 {
  color: #868686;
  font-weight: 400;
  margin-bottom: 0;
}

.team-wrap .owl-dots {
  text-align: center;
  padding-top: 30px;
}

.team-wrap .owl-dot {
  border: none;
  margin: 0 5px;
  background: #FF4815;
  padding: 4px 12px;
  border-radius: 10px;
}

.team-wrap .owl-dot.active {
  background: #070728;
  padding: 4px 15px;
}

/*================================================
10. Cta CSS
=================================================*/
.cta-area {
  background-image: url(../images/cta-bg.png);
  padding: 96px 0 110px 0;
  position: relative;
}

.cta-area:after {
  background-image: url(../images/cta-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 73px;
  height: 120px;
  background-repeat: no-repeat;
}

.cta-content h1 {
  font-size: 50px;
  color: #fff;
  position: relative;
  margin-bottom: 35px;
  line-height: 70px;
}

.cta-btn-wrap .cta-btn {
  margin-right: 20px;
}

.cta-btn-wrap .cta-btn:hover {
  background: #fff;
  color: #070728;
}

.cta-btn-wrap .cta-btn:hover i {
  background: #FF4815;
}

.cta-btn-wrap .cta-btn i {
  padding: 19px;
}

.cta-btn-2 i {
  padding: 19px;
}

.cta-btn-2:hover {
  background: #fff;
  color: #070728;
}

.cta-btn-2:hover i {
  background: #FF4815;
}

.cta-btn-wrap .cta-btn-2 {
  margin-left: 20px;
}

/*================================================
11. Price Area CSS
=================================================*/
.price-top-content h2.text1 {
  display: none;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch span {
  border: 2px solid #FF4815;
  border-radius: 40px;
  padding: 10px 26px;
  color: #FF4815;
  font-family: 'Rubik', sans-serif;
  cursor: pointer;
}

.switch span.price-active {
  background: #FF4815;
  color: #fff;
  border: 2px solid #FF4815;
}

.price-content-wrap {
  background: #FAFAFA;
  padding: 60px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 100px 10px;
}

.price-content-wrap .price-shape {
  position: absolute;
}

.price-content-wrap .price-bottom-sp {
  bottom: 0;
  left: 0;
  z-index: -1;
}

.price-content-wrap .price-top-sp {
  top: 0;
  right: 0;
  z-index: -1;
}

.price-content-wrap .price-btn-wrap .pricing-btn {
  color: #070728;
  background: none;
  padding: 13px 21px 13px 56px;
  border: 2px solid #070728;
}

.price-content-wrap .price-btn-wrap .pricing-btn i {
  background: #070728;
  color: #fff;
  left: -7px;
}

.price-top-content h1 {
  font-size: 37px;
  margin-bottom: 4px;
}

.price-top-content h2 {
  color: #070728;
  font-weight: 500;
  margin-bottom: 20px;
}

.price-top-content h2 sub {
  color: #070728;
  font-size: 19px;
}

.price-top-content h2 span sub {
  color: #070728;
  font-size: 23px;
  bottom: -2px;
  right: 2px;
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.price-list li {
  color: #070728;
  font-family: 'Rubik', sans-serif;
  line-height: 45px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-list li i {
  padding-left: 40px;
}

.price-content-wrap-2 {
  background: #070728;
}

.price-content-wrap-2 .price-btn-wrap .pricing-btn {
  color: #FF4815;
  border: 2px solid #FF4815;
}

.price-content-wrap-2 .price-btn-wrap .pricing-btn i {
  background: #FF4815;
  color: #070728;
}

.price-content-box-2 h2, .price-content-box-2 h1 {
  color: #fff;
}

.price-content-box-2 h2 sub, .price-content-box-2 h2 span sub, .price-content-box-2 h1 sub, .price-content-box-2 h1 span sub {
  color: #fff;
}

.price-content-box-2 .price-list li {
  color: #fff;
}

/*================================================
12. Blog Area CSS
=================================================*/
.blog-btn-wrap {
  margin-left: 7px;
}

.blog-left p {
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-wrap {
  margin-bottom: 24px;
}

.blog-date {
  background: rgba(255, 72, 21, 0.84);
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 9px 15px;
}

.blog-date i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.blog-img img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-img img:hover {
  -webkit-transform: scale(1.08) rotate(-2deg);
          transform: scale(1.08) rotate(-2deg);
  opacity: .9;
}

.blog-content {
  font-family: 'Rubik', sans-serif;
  padding: 20px;
  background: #F2EEFA;
  border-radius: 0px 0px 10px 10px;
}

.blog-content h5 {
  margin-top: 20px;
}

.blog-content h5 a {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-content h5 a:hover {
  color: #FF4815;
}

.blog-meta {
  font-weight: 400;
  color: #070728;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-meta span {
  margin-left: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-meta span:hover {
  color: #FF4815;
}

.blog-meta i {
  font-size: 14px;
  color: #FF4815;
}

.blog-btn {
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-btn:hover a {
  color: #070728;
}

.blog-btn:hover a:before {
  background: #070728;
}

.blog-btn:hover a:after {
  background: #070728;
}

.blog-btn a {
  color: #FF4815;
}

.blog-btn a:before {
  width: 72px;
  bottom: 1px;
  background: #FF4815;
}

.blog-btn a:after {
  background: #FF4815;
}

/*================================================
13. Footer CSS
=================================================*/
.footer-area {
  background: #070728;
  position: relative;
}

.footer-area::before {
  background-image: url(../images/footer-shape-1.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 176px;
  height: 233px;
  background-repeat: no-repeat;
}

.footer-area::after {
  background-image: url(../images/footer-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 194px;
  height: 199px;
  background-repeat: no-repeat;
}

.footer-bottom-shape {
  position: absolute;
  right: 0%;
  bottom: 0;
}

.single-widget {
  color: #fff;
}

.footer-social li {
  display: inline-block;
  padding: 0 8px 0 0;
}

.footer-social li a {
  background: #FF4815;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer-social li a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer-title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}

.footer-link li {
  font-size: 15px;
  line-height: 35px;
  -webkit-transition: .4s;
  transition: .4s;
}

.footer-link li:hover {
  color: #FF4815;
}

.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.footer-address i {
  font-size: 18px;
  color: #FF4815;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 8px;
  line-height: 28px;
}

.footer-address span {
  font-size: 15px;
  margin-left: 10px;
}

.footer-news-form {
  position: relative;
  margin-top: 29px;
  margin-bottom: 32px;
}

.footer-news-form input {
  width: 98%;
  border: none;
  border-radius: 5px 40px 40px 5px;
  padding: 15px 132px 15px 18px;
  font-size: unset;
}

.footer-news-form button {
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  background: #FF4815;
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  right: 0px;
  font-family: 'Rubik', sans-serif;
}

.footer-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-post-img {
  max-width: 76px;
  width: 100%;
}

.footer-post-img img {
  border-radius: 3px;
}

.footer-post-content {
  padding-left: 3px;
}

.footer-post-content h6 {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

.footer-post-content h6:last-child {
  color: #FF4815;
  font-size: 11px;
  margin-top: 10px;
}

.footer-logo p {
  margin-top: 17px;
  margin-bottom: 30px;
}

.copy-right-area {
  position: relative;
  padding: 30px 0;
}

.copy-right-area p {
  font-size: 14px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0;
}

.copy-right-area::before {
  position: absolute;
  width: 50%;
  height: 1px;
  content: "";
  background: #cdcdd66b;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.footer-wrap {
  padding: 80px 0px 100px 0px;
  position: relative;
}

/*================================================
14. About Page CSS
=================================================*/
.experience-left p {
  margin-bottom: 0;
}

.progress-bar-wrap .progress {
  height: 45px;
  font-size: 15px;
  background-color: #F5F5F5;
  border-radius: 50px;
  position: relative;
  margin-top: 30px;
}

.progress-bar-wrap .progress-bar {
  color: #070728;
  background-color: #E9E9EB;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  border-radius: 50px;
}

.progress-bar-wrap .progress-bar span {
  position: absolute;
  left: 22px;
}

.progress-bar-wrap .progress-bar span:last-child {
  right: 0px;
  left: auto;
  color: #FF4815;
  background: #FFEDE8;
  border-radius: 50%;
  padding: 14px 14px;
}

.experience-right-wrap {
  width: 100%;
  height: 100%;
}

.experience-right-box {
  vertical-align: middle;
}

.experience-right-bottom {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #FF4815;
  border-right: 1px solid #FF4815;
  border-left: 1px solid #FF4815;
  border-bottom-left-radius: 8px;
}

.experience-right-bottom img {
  margin-top: -90px;
  border-top-left-radius: 54px;
  margin-right: -1px;
  border-bottom-left-radius: 10px;
}

.experience-right-bottom:before {
  position: absolute;
  height: 230px;
  width: 1px;
  background: #fff;
  content: "";
  right: -1px;
  bottom: 20px;
}

.experience-right-top {
  border-top: 1px solid #FF4815;
  border-left: 1px solid #FF4815;
  display: inline-block;
  padding-top: 20px;
  padding-right: 20px;
  border-right: 1px solid #FF4815;
  border-top-right-radius: 8px;
}

.experience-right-top img {
  margin-left: -1px;
  border-top-right-radius: 10px;
}

.timeline {
  position: relative;
  width: 100%;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end, .timeline .timeline-start, .timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p, .timeline .timeline-start p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F84C4), to(#00539C));
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F84C4), to(#00539C));
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #1f204424;
}

.timeline .row.timeline-left {
  text-align: right;
}

.timeline .row.timeline-right {
  text-align: left;
}

.timeline .row.timeline-right .timeline-date {
  text-align: right;
  position: relative;
  color: #FF4815;
}

.timeline .row.timeline-left .timeline-date {
  text-align: left;
  position: relative;
  color: #070728;
}

.timeline .timeline-date {
  font-size: 25px;
  font-weight: 500;
  margin: 30px 8px 0 8px;
  font-family: 'Rubik',sans-serif;
}

.timeline .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #070728;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FF4815;
}

.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 10px;
}

.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after, .timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after, .timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after, .timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after, .timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 5px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.history-area {
  background: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.timeline-text p:first-child {
  color: #FF4815;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Rubik';
}

.timeline-text p:first-child span {
  font-size: 15px;
  font-weight: 400;
}

.timeline-left .timeline-text p:first-child {
  color: #070728;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Rubik';
}

/*================================================
15. Service Page CSS
=================================================*/
.single-testimonial-image {
  border-radius: 50%;
  padding: 10px;
  background: #FFDAD0;
  margin: 0 25px 0 0px;
}

.testimonial-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-image .slick-center {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  margin-top: 5px;
}

.single-testimonial-image img {
  border-radius: 50%;
  width: 100%;
}

.single-testimonial-image:last-child {
  margin: 0 0px 0 0px;
}

.single-testimonial-content h2 {
  font-size: 25px;
  color: #FF4815;
  margin-bottom: 5px;
}

.single-testimonial-content h4 {
  font-size: 20px;
  font-weight: 400;
}

.testimonial-content-wrap {
  position: relative;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 46px 150px;
  margin-top: 40px;
}

.testimonial-content-wrap:before {
  position: absolute;
  color: #F4F4F6;
  font-size: 60px;
  left: 40px;
  top: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: 900;
}

.testimonial-content-wrap:after {
  position: absolute;
  color: #F4F4F6;
  font-size: 60px;
  right: 40px;
  bottom: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
}

.testimonial-content-wrap .slick-dots {
  margin-top: 20px;
}

.testimonial-content-wrap .slick-dots li {
  display: inline-block;
  margin: 0px 5px;
}

.testimonial-content-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: #070728;
  border: 0;
  outline: none;
  background: #070728;
  padding: 0;
  border-radius: 50%;
}

.testimonial-content-wrap .slick-dots li.slick-active button {
  background: #FF4815;
}

/*================================================
16. Blog Grid Page CSS
=================================================*/
.blog-grid-category-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
}

.blog-grid-category-box p {
  margin-bottom: 0;
  font-size: 14px;
  color: #252955;
  cursor: pointer;
}

.blog-grid-category-box p span {
  float: right;
}

.blog-grid-category-box .service-details-box-content li {
  font-size: 13px;
}

.blog-grid-right-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 2;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-grid-right-top:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 18px;
  width: 30px;
  background: #F5F5F5;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.blog-grid-right-top .blog-new-post-img {
  max-width: 61px;
}

.blog-grid-right-top .blog-new-post-content {
  padding-top: 6px;
  padding-left: 10px;
}

.blog-grid-right-top .blog-new-post-content h3 {
  font-size: 15px;
  margin-bottom: 11px;
}

.blog-grid-right-top .new-single-post-meta {
  display: inherit;
  margin-right: 5px;
}

.blog-grid-right-top .new-single-post-meta h6 {
  font-size: 11px;
}

.blog-grid-right-top .new-single-post-meta i {
  font-size: 10px;
  margin-right: 4px;
}

.grid-icon {
  text-align: right;
  padding: 10px 0;
}

.grid-icon span i {
  color: #0D253E;
  font-size: 22px;
  cursor: pointer;
}

.blog-grid-none {
  display: none;
}

.cate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pagination-wrap li {
  display: inline-block;
  padding: 0px 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pagination-wrap li a {
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #FF4815;
  border: 2px solid #FF4815;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: block;
  line-height: 30px;
}

.pagination-wrap li:hover a {
  background: #070728;
  border: 2px solid #070728;
  color: #fff;
}

.pagination-wrap li:first-child {
  padding-right: 6px;
}

.pagination-wrap li:last-child {
  padding-left: 6px;
}

.pagination-wrap li:first-child a, .pagination-wrap li:last-child a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 15px;
}

.pagination-wrap li.active a span {
  display: none;
}

.pagination-wrap li.active a span:last-child {
  display: inline-block;
  border-radius: 50%;
  background: #FF4815;
  padding: 7px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/*================================================
17. Service Details Page CSS
=================================================*/
.service-details-left-wrap img {
  width: 100%;
}

.service-details-left-top-img {
  margin-bottom: 30px;
}

.service-details-left-top-content i {
  font-size: 70px;
  color: #FF4815;
  line-height: 0;
  display: inherit;
}

.service-details-left-top-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 23px;
}

.service-details-left-top-content p {
  margin-bottom: 0;
}

.service-details-left-middle-content {
  margin-bottom: 24px;
}

.service-details-left-middle-content h3 {
  font-size: 25px;
}

.service-details-left-bottom-content {
  display: table;
  width: 100%;
  height: 100%;
}

.service-details-left-bottom-content ul {
  vertical-align: bottom;
  display: table-cell;
}

.service-details-left-bottom-content li {
  font-size: 15px;
  color: #070728;
  font-family: 'Rubik';
  padding: 26px 0 0 0;
}

.service-details-left-bottom-content li i {
  color: #FF4815;
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 5px;
}

.service-details-last-bottom {
  margin-bottom: 0;
  margin-top: 50px;
}

.details-right-wrap {
  margin-bottom: 24px;
}

.details-right-wrap:last-child {
  margin-bottom: 0;
}

.service-details-right-top {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px rgba(13, 52, 79, 0.1);
          box-shadow: 10px 10px 50px rgba(13, 52, 79, 0.1);
  border-radius: 5px;
  padding: 20px;
}

.service-details-right-top .blog-tag li {
  margin: 0 3px 8px 0px;
  padding: 5px 8px;
  font-size: 12px;
}

.service-details-right-top .blog-grid-right-top .blog-new-post-content {
  padding-top: 0;
}

.service-details-right-heading h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-details-box-content li {
  color: #212856;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  border-left: 6px solid #F5F5F5;
  padding: 10px 16px 10px 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0 0 2px 0px;
}

.service-details-box-content li span {
  float: right;
  font-weight: 400;
}

.service-details-box-content li:hover {
  border-left: 6px solid #FF4815;
  background: #fff;
}

.service-details-box-content li.active {
  border-left: 6px solid #FF4815;
  background: #fff;
}

.service-details-cta-wrap {
  background-image: url(../images/service-details-right-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 25px;
  border-radius: 5px;
}

.service-details-cta-wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(280.93deg, #252955 23.56%, #142358 86.06%);
  opacity: .9;
  border-radius: 5px;
}

.service-details-cta-wrap:after {
  background-image: url(../images/details-cta-shape-top.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 118px;
  height: 120px;
  background-repeat: no-repeat;
}

.details-cta-sp {
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-details-cta-content {
  position: relative;
  padding-bottom: 14px;
}

.service-details-cta-content h1 {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 47px;
}

.service-details-cta-btn {
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #FF4815;
  -webkit-box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
          box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  border-radius: 30px;
  padding: 16px 39px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.service-details-cta-btn:hover {
  background: #fff;
  color: #070728;
}

/*================================================
18. Blog Sidebar Page CSS
=================================================*/
.blog-search {
  margin-bottom: 24px;
  position: relative;
}

.blog-search input {
  border: 1px solid #FF4815;
  border-radius: 5px;
  opacity: .7;
  overflow: hidden;
  width: 100%;
  padding: 12px 102px 12px 26px;
}

.blog-search button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  color: #fff;
  background: #070728;
  border-radius: 5px;
  width: 100px;
  font-size: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-search button:hover {
  background: #FF4815;
}

.blog-new-post-content {
  padding-top: 7px;
}

.blog-new-post-content h3 {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-new-post-content h3:hover {
  color: #FF4815;
}

.new-single-post-meta {
  display: inherit;
}

.new-single-post-meta h6 {
  font-size: 11px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 0px;
  -webkit-transition: .4s;
  transition: .4s;
}

.new-single-post-meta h6:hover {
  color: #FF4815;
}

.new-single-post-meta i {
  font-size: 12px;
  margin-right: 5px;
}

.blog-new-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.blog-new-single-post:last-child {
  margin-bottom: 0;
}

.new-blog-post-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-new-post-img {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
}

.blog-new-post-img img {
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-new-post-img img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.blog-tag li {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  color: #252955;
  font-weight: 400;
  padding: 5px 17px;
  border: 1px solid #CBCCD5;
  border-radius: 5px;
  margin: 0 5px 10px 0px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-tag li:hover {
  color: #fff;
  background: #FF4815;
  border: 1px solid #FF4815;
}

/*================================================
19. Blog Standard Page CSS
=================================================*/
.blog-standard-content h5 a {
  font-size: 25px;
}

.blog-standard-content .blog-meta i {
  font-size: 15px;
}

.blog-standard-content .blog-btn a:before {
  bottom: 2px;
}

/*================================================
20. Team Page CSS
=================================================*/
.single-page-team {
  margin-bottom: 24px;
}

/*================================================
21. Portfolio Details Page CSS
=================================================*/
.portfolio-details-bottom-content h3 {
  font-size: 30px;
  font-weight: 500;
}

.portfolio-details-box-content li {
  border-left: 6px solid #070728;
  background: #fff;
  margin-bottom: 18px;
  position: relative;
}

.portfolio-details-box-content li:hover:before {
  background: #fff;
}

.portfolio-details-box-content li:before {
  position: absolute;
  background: #1F2044;
  content: "";
  height: .1px;
  width: 52px;
  left: 50%;
  top: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.portfolio-details-box-content li:last-child {
  margin-bottom: 8px;
}

.portfolio-details-box-content li:hover {
  border-left: 6px solid #fff;
  background: #212756;
  color: #fff;
}

.portfolio-details-box-content li span {
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
}

.portfolio-post-list li {
  display: inline-block;
  padding: 8px 12px 8px 0px;
}

.details-page-portfolio-item a {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.details-page-portfolio-item a:before {
  display: none;
}

.details-page-portfolio-item a:after {
  display: none;
}

.details-page-portfolio-item a:hover {
  color: #fff;
}

.details-page-portfolio-item .portfolio-content {
  margin: unset;
  border-radius: unset;
  padding: unset;
  text-align: center;
  height: 100%;
  width: 100%;
  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;
}

.portfolio-post-list .details-page-portfolio-item {
  margin-bottom: 0;
}

.portfolio-post-list .details-page-portfolio-item .portfolio-content i {
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 50%;
  bottom: 61px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*================================================
22. Blog Details Page CSS
=================================================*/
.blog-details-wrap {
  margin-bottom: 40px;
}

.blog-details-wrap p {
  margin-bottom: 0;
}

.blog-details-wrap:last-child {
  margin-bottom: 0;
}

.blog-details-top-content h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.blog-details-content {
  padding: 20px 0 0px 0;
  background: none;
}

.blog-details-content .blog-meta {
  padding: 0 20px;
}

.blog-details-quote-box {
  position: relative;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 10px;
  padding: 46px 38px 61px 38px;
}

.blog-details-quote-box:before {
  background-image: url(../images/blog/blog-details-quote-shape.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 61px;
  height: 57px;
  background-repeat: no-repeat;
}

.blog-details-quote-box:after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  height: 25px;
  width: 30px;
  top: 100%;
  content: "";
  position: absolute;
  left: 10%;
}

.blog-details-quote-content {
  position: relative;
}

.blog-details-quote-content i {
  position: absolute;
  right: 0;
  color: #F4F4F6;
  font-size: 58px;
  top: 80%;
}

.blog-details-quote-content p {
  font-weight: 600;
  color: #868686;
  font-size: 20px;
}

.blog-details-img-title h3 {
  font-size: 20px;
  font-weight: 500;
}

.blog-details-middle-img img {
  width: 100%;
}

.blog-details-middle-img-2 {
  margin-bottom: 10px;
}

.share-on-title h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.share-on-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}

.share-on-box li {
  display: inline-block;
}

.share-on-box li a {
  color: #FF4815;
  display: block;
  font-size: 18px;
  margin: 2px 0 0px 22px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.share-on-box ul {
  padding-left: 60px;
}

.share-on-box li a:hover {
  color: #070728;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.details-comments-title h3 {
  font-size: 25px;
  border-bottom: 2px solid #1F2044;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.comments-img {
  width: 100%;
  max-width: 132px;
  padding: 3px;
  border-radius: 50px;
  background: #FF4815;
}

.comments-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.details-comments li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.details-comments li:last-child {
  margin-bottom: 0;
}

.details-comments li:nth-child(even) {
  margin-left: 40px;
}

.comments-content {
  padding-left: 12px;
  padding-top: 5px;
}

.comments-content h6 {
  font-size: 18px;
  font-weight: 500;
}

.comments-content h6 span {
  float: right;
  color: #FF4815;
  font-size: 15px;
  margin-top: 4px;
}

.comments-content h6 span a i {
  margin-right: 5px;
}

.comments-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.contat-input input, .contat-input textarea {
  width: 100%;
  background: #F5F5F5;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 24px;
}

.contat-input label {
  color: #070728;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 5px;
}

.blog-details-page-btn {
  border: none;
  background: #070728;
  border-radius: 69px;
  color: #fff;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  padding: 10px 40px;
  letter-spacing: 0.05em;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-details-page-btn:hover {
  background: #FF4815;
}

.details-page-wrap {
  margin-top: 18px;
}

.form-message.error {
  color: red;
}

/*================================================
23. Error Page CSS
=================================================*/
.error-img h1 {
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 24px;
  line-height: 40px;
}

.error-bottom h1 {
  margin-bottom: 0;
}

.error-btn {
  background: #653AB6;
}

.error-btn i {
  background: #8059CA;
}

/*================================================
24. Contact Page CSS
=================================================*/
.contact-page-input input, .contact-page-input textarea {
  border-radius: 5px;
  padding: 16px 20px;
}

.contact-page-input ::-webkit-input-placeholder {
  color: #A0A0A0;
}

.contact-page-input :-ms-input-placeholder {
  color: #A0A0A0;
}

.contact-page-input ::-ms-input-placeholder {
  color: #A0A0A0;
}

.contact-page-input ::placeholder {
  color: #A0A0A0;
}

.contact-page-input button {
  border: none;
}

.location-title p {
  margin-top: 12px;
  margin-bottom: 0;
}

.contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.contact-address:hover i {
  color: #070728;
}

.contact-address i {
  color: #FF4815;
  background: #FFE4DC;
  border-radius: 10px;
  display: inline-block;
  font-size: 50px;
  width: 77px;
  text-align: center;
  line-height: 72px;
}

.address-content {
  padding-left: 20px;
}

.address-content h6 {
  font-size: 20px;
  margin-bottom: 0;
}

.location-map {
  height: 420px;
}

.location-map iframe {
  width: 100%;
  height: 100%;
}

/*================================================
25. Faq Page CSS
=================================================*/
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
}

.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion-button {
  background: #252955;
  color: #fff;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  content: "\f078";
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-wrap .accordion-body {
  border: 1px solid #eeee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FF4815;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #FF4815;
  height: 40px;
  width: 40px;
  border-radius: 90%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn:hover {
  opacity: .9;
}

.back-to-top-btn i {
  color: #fff;
  font-size: 18px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */


