@charset "UTF-8";
/*
Template Name: Enim - Creative Agency Template
*/
/*================================================
1. Default CSS
2. Header Top CSS
3. Header Menu CSS
4. Header Hero CSS
5. History area CSS
6. Cta area CSS
7. Service area CSS
8. Team area CSS
9. About area CSS
10. Followers area CSS
11. Blog area CSS
12. Footer area CSS
13. About Page CSS
14. Service Page area CSS
15. Project Page area CSS
16. Blog Page area CSS
17. Blog Standard Page CSS
18. Blog Details page CSS
19. FAQ Page CSS
20. Contact Page area CSS
21. Error Page area CSS
22. Project Details page area CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;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;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  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: #162B32;
}

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

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

a:hover {
  text-decoration: none;
}

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

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

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

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

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

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

.common-btn {
  background: #f7941e;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  color: #fff;
  display: inline-table;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s linear;
}
.common-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s linear;
  background-color: #009fc8;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.common-btn:hover {
  color: #fff;
}
.common-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.common-btn-2 {
  background: none;
  color: #162B32;
  border: 1px solid #f7941e;
  padding: 9px 30px;
  transition: all 0.3s linear;
}
.common-btn-2:hover {
  color: #fff;
  border: 1px solid #009fc8;
}

.section-title h3 {
  font-size: 35px;
  margin: 0;
}
.section-title p {
  margin-bottom: 0;
  margin-top: 16px;
}

.breadcrumb-area {
  background-image: url(../img/breadcrumb-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.breadcrumb-area:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../img/breadcrumb-img-wrap.png);
}

.breadcrumb-content {
  padding-top: 170px;
  padding-bottom: 104px;
}
.breadcrumb-content h1 {
  color: #F1F1F1;
}

.breadcrumb-link {
  display: flex;
}
.breadcrumb-link p {
  color: #D4BAB8;
  font-size: 15px;
  background: #009fc8;
  display: inline-block;
  padding: 11px 15px;
}
.breadcrumb-link p a {
  color: #FFF;
}
.breadcrumb-link .breadcrumb-page {
  color: #F1F1F1;
}
.breadcrumb-link p span {
  position: relative;
}
.breadcrumb-link p span:before {
  position: absolute;
  height: 21px;
  width: 2px;
  background: #F1F1F1;
  content: "";
  right: -15px;
  top: 0;
}

/*================================================
2. Header Top CSS
=================================================*/
.header-top-left li, .header-top-right li {
  display: inline-block;
}

.header-top-left li i, .header-top-right li a i {
  vertical-align: middle;
  color: #e2e2e2;
}

.header-top-right li:last-child a {
  margin-right: 0;
  padding-right: 0;
}

.header-top-area {
  position: relative;
}
.header-top-area:before {
  position: absolute;
  content: "";
  background: #162B32;
  height: 44px;
  width: 65%;
  z-index: -1;
  left: 0;
  transform: skew(-45deg);
}
.header-top-area:after {
  position: absolute;
  content: "";
  background: #f7941e;
  height: 44px;
  width: 35%;
  z-index: -1;
  transform: skew(-45deg);
  right: 2%;
  top: 0;
  border-left: 9px solid #8b3935f0;
}

.header-top-area-shape:before {
  position: absolute;
  height: 44px;
  width: 10%;
  content: "";
  background: #f7941e;
  right: 0;
  top: 0;
  z-index: -1;
}
.header-top-area-shape:after {
  position: absolute;
  content: "";
  background: #162B32;
  height: 44px;
  width: 10%;
  z-index: -2;
  top: 0;
  left: 0;
}

.header-top-left li {
  font-size: 13px;
  color: #EBEBEB;
  padding: 0 9px;
}
.header-top-left li i {
  font-size: 16px;
  margin-right: 3px;
}
.header-top-left li:first-child {
  padding-left: 1px;
}

.header-top-right li a {
  color: #F9A39B;
  font-size: 18px;
  display: block;
  padding: 0 8px;
  transition: 0.3s;
}
.header-top-right li a:hover {
  color: #fff;
}

.header-top-left, .header-top-right {
  padding: 8px 0;
}

/*================================================
3. Header Menu CSS
=================================================*/
.hamburger {
  position: absolute;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 7px;
  display: none;
  right: -196%;
  z-index: 1;
}

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

.breadcrumb-hamburger span {
  background: #fff;
}

.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 {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

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

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

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

.main-nav {
  float: right;
}

.main-nav > .menu-header-menu-container > ul {
  padding: 10px 16px 10px 10px;
  margin: 0;
  list-style: none;
}

.main-nav > .menu-header-menu-container > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.main-nav > .menu-header-menu-container > ul > li.has-child-menu:after {
  position: absolute;
  right: -5px;
  top: -2px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
}

.main-nav > .menu-header-menu-container > ul > li + li {
  padding: 0 15px;
}

.main-nav > .menu-header-menu-container > ul > li > a {
  display: block;
  text-decoration: none;
  color: #162B32;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
}

.main-nav > .menu-header-menu-container > ul > li:hover > a {
  color: #f7941e;
}

.main-nav > .menu-header-menu-container > ul > li > a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #f7941e;
  opacity: 0;
  transition: all 200ms linear;
}

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

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 31px;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transform: translateY(20px);
  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: #262339;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  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: #f7941e;
  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 > .menu-header-menu-container > ul > li + li > .sub-menu {
  left: 15px;
}

.main-nav > .menu-header-menu-container > 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 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

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

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

.slideInUp2 {
  transition-delay: 0.3s;
}

.menu-btn-wrap {
  margin-top: 3px;
}

.header-area {
  padding: 25px 0;
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 9;
}

.logo a img {
  margin-top: 2px;
}

.menu-btn::before, .hero-btn::before, .history-btn::before {
  width: 100.5%;
}

.blog-btn-wrap .common-btn::before {
  width: 100.5%;
}

.main-nav > .menu-header-menu-container > ul > li > a.active {
  color: #f7941e;
}

.sticky .main-nav > .menu-header-menu-container > ul > li > a.active {
  color: #f7941e;
}

.main-nav > .menu-header-menu-container > ul > li > a.active:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #f7941e;
  opacity: 1;
  transition: all 200ms linear;
}

/*================================================
4. Header Hero CSS
=================================================*/
.hero-content {
  padding-right: 11px;
}
.hero-content h6 {
  color: #f7941e;
  font-size: 15px;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
.hero-content h1 {
  font-size: 50px;
  margin: 0;
}
.hero-content h1 span {
  color: #f7941e;
}
.hero-content p {
  margin-bottom: 25px;
  margin-top: 15px;
}

.hero-area {
  background: #F7F8F8;
  padding-top: 160px;
  padding-bottom: 90px;
  position: relative;
  background-image: url(../img/hero-shape-background.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-btn-wrap span a {
  margin-right: 5px;
}

.hero-area::before {
  background-image: url(../img/hero-left-bottom.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 191px;
  height: 194px;
  background-repeat: no-repeat;
}

.hero-area::after {
  background-image: url(../img/hero-right-bottom.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 0;
  width: 96px;
  height: 152px;
  background-repeat: no-repeat;
}

.hero-left-wrap {
  width: 100%;
  height: 100%;
}

.hero-wrap-box {
  vertical-align: middle;
}

.mobile-hero {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 9999;
  animation: 500ms ease-in-out 0s normal none fadeInDown;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  padding: 17px 0 15px 0;
}

/*================================================
5. History area CSS
=================================================*/
.hisrory-left-bottom-img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -103.5px;
  text-align: center;
}

.hisrory-left-img {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 14px;
}
.hisrory-left-img img {
  width: 100%;
}

.hisrory-left-top {
  display: inline-block;
  background: #EEEEEE;
  padding: 11px;
  width: 287px;
  height: 207px;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  top: -103.5px;
  left: 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.history-left-top-content {
  background: #162B32;
  padding: 10px;
  border-radius: 8px;
  height: 100%;
}
.history-left-top-content h3 {
  color: #f7941e;
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  margin-top: 18%;
}
.history-left-top-content h3 span {
  font-size: 27px;
}

.history-right-bottom-content {
  margin-top: 15px;
  margin-bottom: 25px;
}
.history-right-bottom-content img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 19px;
}
.history-right-bottom-content ul li {
  line-height: 45px;
  font-weight: 500;
}
.history-right-bottom-content i {
  vertical-align: middle;
  font-size: 27px;
  color: #162B32;
  margin-top: -7px;
  margin-right: 5px;
  margin-left: -4px;
}

.history-right {
  height: 100%;
  width: 100%;
}

.history-right-content {
  vertical-align: middle;
}

.history-area {
  padding-top: 103px;
  padding-bottom: 103px;
  position: relative;
  background-image: url(../img/history-cross-shape.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.history-area::before {
  background-image: url(../img/history-left-sp.png);
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 0;
  width: 33px;
  height: 215px;
  background-repeat: no-repeat;
}
.history-area::after {
  background-image: url(../img/history-right-sp.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 28%;
  z-index: 0;
  width: 105px;
  height: 150px;
  background-repeat: no-repeat;
}

/*================================================
6. Cta area CSS
=================================================*/
.cta-area {
  background: #162B32;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.cta-area::before {
  background-image: url(../img/cta-left-sp.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 29%;
  z-index: 0;
  width: 80px;
  height: 159px;
  background-repeat: no-repeat;
}
.cta-area::after {
  background-image: url(../img/cta-right-sp.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 191px;
  height: 194px;
  background-repeat: no-repeat;
}

.count-box {
  background-color: #FFFFFF;
  padding: 10px 10px 15px 10px;
  border-radius: 6px;
}
.count-box h6 {
  font-size: 20px;
}

.cta-img {
  text-align: center;
  vertical-align: middle;
  height: 80px;
}

.count-container {
  width: 100%;
}

.cta-img i:before {
  font-size: 46px;
  margin-left: 0;
  color: #44555A;
}

.cta-countcount {
  justify-content: center;
}
.cta-countcount h4 {
  font-size: 30px;
  color: #f7941e;
  font-weight: 600;
  margin-left: 9px;
  margin-bottom: 0;
}
.cta-countcount span {
  font-size: 30px;
  color: #f7941e;
  font-weight: 600;
  margin-top: -7px;
}

.count-box-sp-1, .count-box-sp-2 {
  position: relative;
}

.count-box-sp-1::before {
  background-image: url(../img/cta-box-top-sp.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 48px;
  height: 60px;
  background-repeat: no-repeat;
}

.count-box-sp-2::before {
  background-image: url(../img/cta-box-bottom-sp.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 48px;
  height: 60px;
  background-repeat: no-repeat;
}

/*================================================
7. Service area CSS
=================================================*/
.service-content h5 {
  margin-bottom: 0;
}
.service-content p {
  font-size: 15px;
  margin-bottom: 25px;
  margin-top: 19px;
   display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.service-btn {
  display: inline-block;
  border: 1px solid #f7941e;
  font-size: 14px;
  color: #162B32;
  padding: 10px 25px;
  border-radius: 3px;
  transition: all 1s ease 0s;
}

.service-icon {
  display: inline-block;
  background: #E9EBEC;
  padding: 5px 20px;
  border-radius: 10px;
  margin-top: -50%;
  margin-bottom: 23px;
  transition: all 1s ease 0s;
}
.service-icon i:before {
  margin-left: 0;
  font-size: 45px;
  color: #162B32;
}

.service-top-row {
  margin-top: 84px;
}

.service-wrap {
  margin-bottom: 30px;
}

.service-area {
  padding-top: 90px;
  padding-bottom: 21px;
  background: #F6F7F7;
  position: relative;
}
.service-area::before {
  background-image: url(../img/service-left-shape.png);
  content: "";
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 0;
  width: 128px;
  height: 113px;
  background-repeat: no-repeat;
}
.service-area::after {
  background-image: url(../img/service-right-shape.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 191px;
  height: 194px;
  background-repeat: no-repeat;
}

.single-service {
  background: #FFFFFF;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  padding: 0px 25px 32px 25px;
  margin-bottom: 69px;
  border-radius: 15px;
  transition: all 1s ease 0s;
}

.single-service:hover {
  background: #009fc8;
}
.single-service:hover .service-icon {
  background: #009fc8;
  box-shadow: #f7941e 0px 4px 12px;
}
.single-service:hover .service-icon i:before {
  color: #fff;
}
.single-service:hover .service-content h5 {
  color: #FBFBFB;
}
.single-service:hover .service-content p {
  color: #fff;
}
.single-service:hover .service-btn {
  background: #f7941e;
  border: 1px solid #f7941e;
  color: #fff;
}

/*================================================
8. Team area CSS
=================================================*/
.team-social {
  display: inline-block;
  background: #fff;
  position: absolute;
  left: -14px;
  top: 21%;
  padding: 5px 6px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.team-social li a {
  color: #162B32;
  transition: 0.3s;
}
.team-social li a:hover {
  color: #f7941e;
}

.team-content {
  padding: 28px 22px;
  background: #fff;
  border-bottom-left-radius: 46.5px;
  border-bottom-right-radius: 31px;
  transition: 0.5s;
}
.team-content h6 {
  font-size: 20px;
  margin: 0;
}
.team-content p {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}

.team-img {
  background: #fff;
  border-top-right-radius: 50px;
}

.team-wrap {
  background: #f7941e;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  border-top-right-radius: 60px;
  margin-bottom: 30px;
  border-bottom-left-radius: 49px;
  position: relative;
  transition: all 1s ease 0s;
}
.team-wrap:hover .team-content {
  border-bottom-right-radius: 70px;
}
.team-wrap:hover .team-social {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.team-area {
  padding-bottom: 60px;
  position: relative;
}
.team-area::before {
  background-image: url(../img/team/team-left-shape.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 30%;
  z-index: 0;
  width: 53px;
  height: 195px;
  background-repeat: no-repeat;
}
.team-area::after {
  background-image: url(../img/team/team-right-shape.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 94px;
  height: 141px;
  background-repeat: no-repeat;
}

/*================================================
9. About area CSS
=================================================*/
.single-about-slide p {
  margin-bottom: 0;
}

.single-about-slide p.about-p {
  color: #162B32;
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
}

.single-about-img-slide, .single-about-slide {
  outline: none;
}

.about-title h3 {
  color: #fff;
}

.about-img {
  right: -14%;
  top: 9%;
  z-index: 0;
}

.about-title p {
  color: #ACACAC;
  margin-bottom: 14px;
}

.about-wrap {
  background: #fff;
  position: relative;
  padding: 10px 28px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.about-wrap::before {
  background-image: url(../img/about-slide-bottom-shape.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 0;
  width: 38px;
  height: 39px;
  background-repeat: no-repeat;
}
.about-wrap::after {
  background-image: url(../img/about-slide-top-shape.png);
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 0;
  width: 123px;
  height: 126px;
  background-repeat: no-repeat;
}

.bxs-chevron-left:before, .bxs-chevron-right:before {
  position: absolute;
  font-size: 28px;
  border-radius: 50%;
  right: -21%;
  top: 104px;
  color: #FBE8E7;
  background: #f7941e;
  cursor: pointer;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 36px;
  transition: all 1s ease 0s;
}

.bxs-chevron-left:hover:before, .bxs-chevron-right:hover:before {
  background: #733634;
  color: #9D7271;
}

.bxs-chevron-left:before {
  right: -12%;
}

.about-area {
  background: #162B32;
  padding-top: 90px;
  position: relative;
}
.about-area::before {
  background-image: url(../img/about-right-shape.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 94px;
  height: 141px;
  background-repeat: no-repeat;
}

/*================================================
10. followers area CSS
=================================================*/
.followers-box {
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px;
  border-radius: 8px;
}

.followers-logo {
  height: 145px;
  vertical-align: middle;
}

.followers-area {
  padding-bottom: 90px;
  position: relative;
}
.followers-area::before {
  background-image: url(../img/followers-left-shape.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 0;
  width: 80px;
  height: 165px;
  background-repeat: no-repeat;
}

.home-followers-area {
  padding-top: 30px;
}

/*================================================
11. Blog area CSS
=================================================*/
.blog-img {
  overflow: hidden;
}
.blog-img a img {
  transition: all 0.4s ease;
}
.blog-img a img:hover {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}

.blog-meta a i, .blog-right-top-meta a i {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 5px;
  margin-left: -2px;
}

.blog-meta p, .blog-right-top-meta p {
  color: #162B32;
}

.blog-bottom-section {
  padding: 15px 15px 17.5px 15px;
}

.blog-meta a {
  font-size: 13px;
}

.blog-content h6 {
  margin-top: 16px;
}
.blog-content h6 a {
  font-size: 20px;
  transition: 0.3s;
}
.blog-content h6 a:hover {
  color: #f7941e;
}
.blog-content p {
  font-size: 15px;
  margin-bottom: 20.5px;
}

.blog-meta, .single-right-blog, .single-right-blog-2, .blog-right-top-meta {
  display: flex;
  justify-content: space-between;
}

.blog-wrap, .blog-right-wrap {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.blog-right-top-meta p {
  font-size: 12px;
}

.blog-right-content h6 {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 26px;
}
.blog-right-content h6 a {
  font-size: 16px;
  transition: 0.3s;
}
.blog-right-content h6 a:hover {
  color: #f7941e;
}

.blog-right-top-meta a i {
  font-size: 15px;
}

.blog-right-img {
  width: 100%;
  max-width: 90px;
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-right-img img {
  transition: 0.3s;
}
.blog-right-img img:hover {
  transform: scale(1.05);
}

.blog-right-meta {
  width: 100%;
  padding-left: 16px;
}

.blog-right-wrap {
  padding: 20px;
}

.blog-right-top-meta a {
  font-size: 12px;
}

.single-right-blog {
  margin-bottom: 10px;
}

.blog-area {
  position: relative;
  padding-bottom: 60px;
}
.blog-area::before {
  background-image: url(../img/blog/blog-right-shape.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 53%;
  z-index: 0;
  width: 57px;
  height: 211px;
  background-repeat: no-repeat;
}

/*================================================
12. Footer area CSS
=================================================*/
.footer-area {
  background-image: url(../img/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.footer-area:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../img/footer-bg-wrap.png);
}

.newsletter-wrap {
  display: flex;
  justify-content: space-between;
}

.newsletter-right input {
  background: #505B60;
  border: none;
  padding: 12px 158px 12px 22px;
  color: #fff;
  width: 100%;
  border-radius: 3px;
}
.newsletter-right input::placeholder {
  color: #CCCCCC;
  font-size: 14px;
}
.newsletter-right a {
  background: #f7941e;
  display: inline-block;
  padding: 8px 14px;
  font-size: 21px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 3px;
  transition: 0.3s;
}
.newsletter-right a:hover {
  background: #2C3F46;
}
.newsletter-right a i {
  vertical-align: middle;
}

.newsletter-left h4 {
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
}

.footer-top {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f7941e;
}

.widget-logo {
  margin-top: -13px;
}

.widget-social ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-area .widget-social li {
  margin-bottom: 6px;
}
.widget-social li a {
  color: #fff;
  display: inline-block;
  border: 1px solid #f7941e;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 35px;
  font-size: 21px;
  margin: 0px 8px 3px 0px;
  height: 35px;
  width: 35px;
  text-align: center;
}
.widget-social li a:hover {
  background: #f7941e;
  color: #fff;
  border: 1px solid #f7941e;
  transform: rotate(-5deg);
}

.footer-content p {
  margin-top: 0;
  line-height: 34px;
  font-size: 16px;
  margin-bottom: 18px;
}
.footer-content ul li {
  line-height: 34px;
  transition: 0.3s;
}
.footer-content ul li:hover {
  color: #f7941e;
}
.footer-content h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 18px;
}
.footer-content p, .footer-content ul li {
  color: #BCBCBC;
  font-size: 15px;
}

.footer-address {
  display: flex;
  justify-content: flex-start;
  margin-top: 26px;
}
.footer-address i {
  font-size: 25px;
  color: #EBEBEB;
  vertical-align: middle;
  position: relative;
  top: 10px;
  display: contents;
}
.footer-address span {
  color: #EBEBEB;
  font-size: 15px;
  margin-left: 10px;
  font-weight: 400;
}

.footer-middle {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #f7941e3b;
}

.copy-text {
  color: #929292;
  font-size: 15px;
  margin-bottom: 0;
}

.footer-bottom {
  padding: 25px 0;
}

/*================================================
13. About Page CSS
=================================================*/
.sticky .breadcrumb-nav > .menu-header-menu-container > ul > li > a {
  color: #162B32;
}

.sticky .breadcrumb-nav > ul > li.has-child-menu:after {
  color: #162B32;
}

.breadcrumb-nav > .menu-header-menu-container > ul > li > a {
  color: #fff;
}

.breadcrumb-nav > ul > li.has-child-menu:after {
  color: #fff;
}

.about-page-work-area {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #F7F8F8;
  position: relative;
}
.about-page-work-area::before {
  background-image: url(../img/about-work-left-shape.png);
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 0;
  width: 128px;
  height: 113px;
  background-repeat: no-repeat;
}
.about-page-work-area::after {
  background-image: url(../img/about-work-right-shape.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 191px;
  height: 194px;
  background-repeat: no-repeat;
}

.about-page-work-item {
  display: flex;
  margin-bottom: 32px;
  transition: 0.3s;
}
.about-page-work-item:hover .about-work-icon i::before {
  background: #f7941e;
}

.about-page-work-item:last-child {
  margin-bottom: 0;
}

.about-work-icon i::before {
  background: #2B3E45;
  padding: 17px;
  border-radius: 22px;
  margin-left: 0;
  color: #DFDFDF;
  font-size: 45px;
  transition: 0.3s;
}

.about-work-right-content {
  padding-left: 20px;
}
.about-work-right-content h5 {
  margin-bottom: 4px;
}
.about-work-right-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.about-page-work-title {
  margin-bottom: 32px;
}

/*================================================
14. Service Page area CSS
=================================================*/
.service-followers-area {
  padding-top: 0;
}

.service-page-title h3 {
  font-size: 34px;
}

.service-pages-service-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.progess-img i {
  vertical-align: middle;
  font-size: 40px;
  color: #162B32;
}

.service-page-right-img img {
  position: relative;
  z-index: -2;
}

.video-play {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 50%;
  margin-top: -50px;
  line-height: 100px;
}
.video-play a i {
  vertical-align: middle;
  font-size: 44px;
  color: #FF4838;
}

.video-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: #fff;
  position: relative;
}
.video-icon::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #f0e1e1;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}
.video-icon::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #f0e1e1;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
  background: #e7e5e5;
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.price-heading {
  font-size: 22px;
  transition: all 1s ease 0s;
  margin-bottom: 0;
}

.price-number {
  font-size: 35px;
  font-weight: 600;
  color: #f7941e;
  margin-bottom: 5px;
  margin-top: 16px;
}

.price-content ul li {
  color: #162B32;
  line-height: 39px;
  transition: all 1s ease 0s;
}

.service-price-btn-wrap {
  margin-top: 21px;
}

.pricing-area {
  background: #F7F8F8;
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricing-wrap {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: all 1s ease 0s;
  border-radius: 5px;
}
.pricing-wrap:hover {
  background: #162B32;
}
.pricing-wrap:hover .price-content ul li, .pricing-wrap:hover .price-heading {
  color: #fff;
}
.pricing-wrap:hover .service-price-btn-wrap .service-btn {
  background: #f7941e;
  color: #fff;
  border: 1px solid #f7941e;
}

/*================================================
15. Project Page area CSS
=================================================*/
.work-mixi .mix {
  display: none;
}

.project-area {
  padding-bottom: 60px;
}

.project-title h3 {
  margin-bottom: 0;
}

.portfolio-link ul li {
  display: inline-block;
  color: #162B32;
  font-weight: 500;
  padding: 6px 12px;
  margin: 0 5px;
  font-size: 15px;
  cursor: pointer;
}
.portfolio-link ul li.active {
  background: #162B32;
  color: #ECECEC;
  border-radius: 4px;
}

.poroject-content h5 {
  font-size: 22px;
  color: #D5D5D5;
}
.poroject-content p {
  color: #D5D5D5;
}

.single-project {
  position: relative;
  padding: 10px;
}

.single-project-wrap {
  background: #B7B7B7;
  margin-bottom: 30px;
  border-top-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

.poroject-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -50px;
  transition: all 0.6s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.single-project::before {
  position: absolute;
  content: "";
  background: #4B4B4B;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-bottom-right-radius: 28px;
  border-top-left-radius: 26px;
  transform: rotateY(180deg) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-out 0s;
}
.single-project:hover .poroject-content {
  visibility: visible;
  opacity: 1;
}
.single-project:hover::before {
  visibility: visible;
  opacity: 0.8;
  transform: rotateY(0deg) scale(1);
}

/*================================================
16. Blog Page area CSS
=================================================*/
.page-list {
  margin-top: 30px;
}
.page-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-list li {
  display: inline-block;
}
.page-list li a {
  display: block;
  background: #DCDFE0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  color: #162B32;
  font-size: 20px;
  margin-left: 9px;
  font-weight: 400;
  line-height: 50px;
  transition: 0.3s;
}
.page-list li a:hover {
  background: #f7941e;
  color: #fff;
}
.page-list li a i {
  font-size: 20px;
  vertical-align: middle;
}

.blog-page-right-top h6 {
  font-size: 20px;
  margin-top: 20px;
}

.blog-page-right-top-social {
  margin-top: 22px;
}
.blog-page-right-top-social li {
  display: inline-block;
}
.blog-page-right-top-social li a i {
  color: #565656;
  font-size: 35px;
  vertical-align: middle;
  padding: 0 10px;
  transition: 0.3s;
}
.blog-page-right-top-social li a:hover i {
  color: #f7941e;
}

.box-title h5 {
  margin-bottom: 24px;
}

.post-page-right-wrap {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 12px;
}

.single-post-wrap {
  padding: 30px 23px;
}

.post-category {
  margin-top: -10px;
}
.post-category li {
  line-height: 38px;
}
.post-category li a {
  color: #162B32;
  transition: 0.3s;
}
.post-category li a:hover {
  color: #f7941e;
}
.post-category li a span {
  float: right;
}

.post-search input {
  border: none;
  background: #F1F2F3;
  padding: 10px 23px;
  border-radius: 3px;
  width: 88%;
}
.post-search a {
  display: inline-block;
  background: #f7941e;
  color: #fff;
  position: absolute;
  font-size: 22px;
  padding: 5px 12px;
  right: 44px;
  border-radius: 3px;
}
.post-search a i {
  vertical-align: middle;
}

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

/*================================================
17. Blog Standard Page CSS
=================================================*/
.standard-left-img {
  margin-bottom: 40px;
}

.standard-wrap {
  margin-bottom: 60px;
}

.standard-left-top-text h6 a {
  font-size: 20px;
  line-height: 28px;
  transition: 0.3s;
}
.standard-left-top-text h6 a:hover {
  color: #f7941e;
}

.standard-meta {
  margin-top: 33px;
  margin-bottom: 23px;
}
.standard-meta ul li {
  display: inline-block;
  padding: 0 26px 0 0;
}
.standard-meta ul li a i {
  vertical-align: middle;
  font-size: 19px;
}
.standard-meta ul li a span {
  font-size: 14px;
  margin-left: 4px;
}
.standard-meta li a .author-name {
  color: #162B32;
  font-size: 15px;
  margin-left: 18px;
}

.standard-middle-img {
  margin-bottom: 30px;
}

.standard-left-img {
  overflow: hidden;
}
.standard-left-img img {
  transition: 0.3s;
}
.standard-left-img img:hover {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
}

/*================================================
18. Blog Details page CSS
=================================================*/
.quote-box {
  background: #F5F6F7;
  padding: 70px 40px 70px 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.quote-box i {
  font-size: 70px;
  color: #F7CDCA;
  position: absolute;
}
.quote-box p {
  margin-bottom: 0;
}
.quote-box i.bx.bxs-quote-left {
  left: 11px;
  margin-top: -81px;
}
.quote-box i.bx.bxs-quote-right {
  right: 8px;
  margin-top: 10px;
}

.details-tag {
  display: flex;
  justify-content: space-between;
}

.tag-tags ul li {
  display: inline-block;
}
.tag-tags ul li a {
  color: #162B32;
  display: block;
  border: 1px solid #162B32;
  padding: 6px 20px;
  margin: 0px 6px 9px 0px;
  transition: 0.3s;
}
.tag-tags ul li a:hover {
  background: #162B32;
  color: #fff;
}

.blog-details-social li a {
  color: #C7C7C7;
}

.author-title {
  position: absolute;
  left: 142px;
  margin-top: 53px;
  color: #f7941e;
}

.author-box {
  background: #F5F6F7;
  border-radius: 5px;
  padding: 20px 30px;
}

hr {
  margin-top: 4rem;
  background: #FFCFCB;
}

.contat-input {
  margin-top: 30px;
}
.contat-input input, .contat-input textarea {
  width: 100%;
  border: 1px solid #D0D4D5;
  border-radius: 5px;
  margin-bottom: 33px;
  padding: 15px 24px;
}

.details-btn {
  border: none;
  cursor: pointer;
  padding: 12px 36px;
  font-size: 16px;
  margin-left: 17px;
  background: #2C3F46;
  margin-top: -20px;
  border-radius: 7px;
}
.details-btn::before {
  background-color: #f7941e;
  border: 1px solid #f7941e;
  border-radius: 7px;
}

.comment-box {
  display: flex;
  margin-top: 30px;
}

.comment-content h6 a {
  font-size: 18px;
}
.comment-content h6 a span {
  float: right;
  color: #f7941e;
  font-size: 16px;
  font-weight: 400;
}

.comment-author {
  width: 257px;
}

.comment-content {
  padding-left: 30px;
}
.comment-content h6 {
  margin-bottom: 6px;
  margin-top: 7px;
}

.comment-content-red {
  color: #f7941e;
}

.contat-input {
  margin-top: 30px;
}

.comment-box-middle {
  padding-left: 62px;
}

p.form-message.success {
  color: green;
  margin-left: 30px;
}

.blog-details-footer {
  margin-top: 30px;
}

/*================================================
19. FAQ Page CSS
=================================================*/
.style-faq a {
  color: #162B32;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.style-faq a:hover {
  color: unset;
  text-decoration: none;
}
.style-faq a.focus, .style-faq a:focus {
  text-decoration: none;
}
.style-faq .card {
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 28px;
}
.style-faq .card:last-child {
  margin-bottom: 0;
}
.style-faq .card-header {
  background-color: #F7F8F8;
  border-bottom: none;
  padding: 16px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.style-faq .card-body {
  background: #F7F8F8;
}
.style-faq .card .card-header a[aria-expanded=true] i.fas.fa-minus, .style-faq .card .card-header a[aria-expanded=false] i.fas.fa-plus {
  display: block;
}
.style-faq .card .card-header a i {
  position: absolute;
  right: 24px;
  top: 20px;
  display: none;
}

.faq-body {
  min-height: 597px;
}

.faq-img-content {
  background: #f7941e;
  padding: 46px 0;
  margin-top: -124px;
  position: relative;
  opacity: 0.9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.faq-img-content i {
  vertical-align: middle;
  font-size: 25px;
  color: #fff;
}
.faq-img-content span {
  font-size: 20px;
  color: #fff;
}

.faq-footer {
  margin-top: 86px;
}

/*================================================
20. Contact Page area CSS
=================================================*/
.contact-address span {
  color: #162B32;
  font-size: 18px;
  margin-left: 12px;
}
.contact-address i {
  font-size: 32px;
  top: 10px;
  color: #162B32;
  vertical-align: middle;
  position: relative;
}

.contact-wrap h4 {
  font-size: 31px;
}

.contact-left-content {
  height: 100%;
  width: 100%;
  background: #F5F6F7;
}

.contact-wrap {
  vertical-align: middle;
  padding-left: 35px;
  padding-right: 20px;
}

.map-img {
  height: 420px;
}
.map-img iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-message.error {
  color: #f7941e;
  position: absolute;
  bottom: -45px;
  left: 16px;
}

/*================================================
21. Error Page area CSS
=================================================*/
.error-content h1 {
  font-size: 209px;
  color: #f7941e;
}
.error-content h4 {
  font-size: 31px;
}

.error-btn {
  font-size: 15px;
}
.error-btn i {
  vertical-align: middle;
  margin-right: 6px;
  font-size: 17px;
}

.error-btn-wrap {
  margin-top: 35px;
}

.error-area {
  padding-top: 34px;
}

/*================================================
22. Project Details page area CSS
=================================================*/
.project-details-category ul li {
  border-bottom: 1px solid #ddd6;
  margin-left: -23px;
  padding-left: 23px;
  margin-right: -23px;
  padding-right: 23px;
}
.project-details-category li {
  color: #f7941e;
}
.project-details-category li span {
  float: unset;
  color: #888888;
  margin-left: 5px;
}
.project-details-category li:hover {
  color: #f7941e;
}

.project-details-img-wrap {
  background: #f7941e;
  border-bottom-right-radius: 52px;
  border-top-left-radius: 52px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.single-project-wrap-details {
  margin-bottom: 0;
  margin-top: 30px;
}

table.project-details-table tr td {
  border: 1px solid #ddd;
  padding: 10px;
}

table.project-details-table {
  width: 100%;
  color: #162B32;
  margin-top: 30px;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  font-size: 30px;
  vertical-align: center;
}
.preloader [class=loader] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #f7941e;
  pointer-events: none;
}
.preloader .loader {
  animation: loader-1 2s infinite linear;
  position: absolute;
  top: 45%;
  left: 50%;
}
.preloader .loader:before, .preloader .loader:after {
  content: "";
  width: 0;
  height: 0;
  border: 1rem solid currentcolor;
  display: block;
  position: absolute;
  border-radius: 100%;
  animation: loader-2 2s infinite ease-in-out;
}
.preloader .loader:before {
  top: 0;
  left: 50%;
}
.preloader .loader:after {
  bottom: 0;
  right: 50%;
  animation-delay: -1s;
}
@keyframes loader-1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-2 {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/

/*# sourceMappingURL=style.css.map */


