/*-----------------------------------------------------------
    Theme Name: Muxi
    Theme URI: 
    Description: Muxi - Construction HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9. Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap");
/*---------------------------------
        Variables
-----------------------------------*/
.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .hero-wrap.style1 .hero-promo-bg .video-play, .feature-card.style2 .feature-info .feature-icon, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon, .project-card .project-img .project-info .project-view, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-features .pricing-header-tag, .contact-box-wrap .contact-item .contact-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .testimonial-item .client-info-wrap, .testimonial-footer, .contact-box-wrap .contact-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .schedule-widget ul li, .footer-widget .social-box, .history-tablist, .page-navigation .page-nav, .pp-post-item, .post-gallery-wrap, .wh-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .post-author, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left .contact-item, .feature-slider-one.owl-carousel .owl-nav, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .hero-wrap.style1 .hero-promo-bg .video-play, .feature-card.style2 .feature-info .feature-icon, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon, .project-card .project-img .project-info .project-view, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-features .pricing-header-tag, .contact-box-wrap .contact-item .contact-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-info-wrap .author-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .testimonial-item .client-info-wrap, .testimonial-footer, .contact-box-wrap .contact-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .schedule-widget ul li, .footer-widget .social-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.history-tablist, .testimonial-footer, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-navigation .page-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color:#f42223;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  color: #00235a;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

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

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #e31c25;
}

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

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

.page-wrapper.footer-fixed {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  margin-bottom: 542px;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 50% 50% 10px 10px;
  background: #ff5e15;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  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;
}

.preloader img {
  max-width: 220px;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 0;
  padding: 12px 25px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:after, .btn:before {
  position: absolute;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn i {
  position: relative;
  font-size: 16px;
}

.btn.style1, .btn.style2, .btn.style3, .btn.style4 {
  background-color: #ff5e15;
  color: #fff;
  overflow: hidden;
  border: none;
  padding: 14px 40px;
  z-index: 1;
}

.btn.style1 i, .btn.style2 i, .btn.style3 i, .btn.style4 i {
  line-height: 0.8;
  font-size: 12px;
  margin-left: 5px;
}

.btn.style1:after, .btn.style2:after, .btn.style3:after, .btn.style4:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}

.btn.style1:before, .btn.style2:before, .btn.style3:before, .btn.style4:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}

.btn.style1:hover:after, .btn.style2:hover:after, .btn.style3:hover:after, .btn.style4:hover:after {
  height: 50%;
  visibility: visible;
  opacity: 1;
}

.btn.style1:hover:before, .btn.style2:hover:before, .btn.style3:hover:before, .btn.style4:hover:before {
  height: 50%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  background-color: #ff5e15;
}

.btn.style1:after, .btn.style1:before {
  background-color: #00235a;
}

.btn.style2 {
  background-color: #00235a;
}

.btn.style2:after, .btn.style2:before {
  background-color: #ff5e15;
}

.btn.style3 {
  background-color: #ff5e15;
  padding: 14px 40px;
}

.btn.style3:after, .btn.style3:before {
  background-color: #fff;
}

.btn.style3:hover {
  color: #00235a;
}

.btn.style4 {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 11px 38px;
  border: 1px solid #fff;
  z-index: 1;
}

.btn.style4:after, .btn.style4:before {
  background-color: #ff5e15;
}

.btn.style4:hover {
  color: #fff;
  border-color: transparent;
}

.link {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link:hover {
  letter-spacing: 0.3px;
}

.link.style1 i, .link.style3 i {
  font-size: 12px;
  line-height: 0.8;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link.style1:hover, .link.style3:hover {
  color: #ff5e15;
}

.link.style1:hover i, .link.style3:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link.style1 {
  color: #00235a;
}

.link.style2 {
  color: #00235a;
}

.link.style2 i {
  font-size: 12px;
  line-height: 0.8;
  margin-left: 0px;
  display: inline-block;
  position: relative;
  top: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.link.style2:hover {
  color: #ff5e15;
}

.link.style2:hover i {
  margin-left: 5px;
  visibility: visible;
  opacity: 1;
}

.link.style3 {
  color: #ff5e15;
}

.slider-btn {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style1 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.slider-btn.style1:hover {
  background: #fff;
  border-color: transparent;
}

.slider-btn.style1:hover i {
  color: #000;
}

.slider-btn.style2 {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style2 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.slider-btn.style2:hover {
  background: #000;
  border-color: transparent;
}

.slider-btn.style2:hover i {
  color: #fff;
}

.slider-btn.style3 {
  width: 40px;
  height: 40px;
  border: 1px solid #00235a;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-btn.style3 i {
  line-height: 0.6;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #00235a;
}

.slider-btn.style3:hover {
  background: #00235a;
  border-color: transparent;
}

.slider-btn.style3:hover i {
  color: #fff;
}

.slider-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: transparent;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider-pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}

.slider-pagination.style1 {
  text-align: center;
}

.slider-pagination.style1 .swiper-pagination-bullet {
  display: inline-block;
  border: 1px solid rgba(255, 65, 75, 0.6);
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}

.slider-pagination.style1 .swiper-pagination-bullet-active {
  background: #00235a;
}

.slider-pagination.style2 {
  text-align: center;
}

.slider-pagination.style2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #aba8b0;
  opacity: 0.5;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 1;
}

.slider-pagination.style2 .swiper-pagination-bullet:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #aba8b0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-pagination.style2 .swiper-pagination-bullet-active {
  background: #00235a;
  border-color: #00235a;
}

.slider-pagination.style2 .swiper-pagination-bullet-active:after {
  background: #fff;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title span,
.content-title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 10px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin-bottom: 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #ff5e15;
}

.section-title {
  margin-top: -5px;
}

.section-title.style1 span,
.content-title.style1 span {
  display: inline-block;
}

.section-title.style1 span:after,
.content-title.style1 span:after {
  position: absolute;
  bottom: 6px;
  right: -70px;
  content: "";
  background-color: #ff5e15;
  width: 60px;
  height: 2px;
}

.section-title.text-center span,
.content-title.text-center span {
  display: inline-block;
  color: #ff5e15;
}

.section-title.text-center span:before,
.content-title.text-center span:before {
  position: absolute;
  bottom: 6px;
  left: -70px;
  content: "";
  background-color: #ff5e15;
  width: 60px;
  height: 2px;
}

.discount {
  text-decoration: line-through;
  margin-right: 8px !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #00235a;
}

.bg-albastor {
  background-color: #f7f7f7;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-96 {
  opacity: 0.96;
}

.op-97 {
  opacity: 0.97;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3500ms infinite ease-in-out;
  animation: moveHorizontal 3500ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.play-now .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: #ff5e15;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #ff5e15;
  -ms-box-shadow: 0 0 0 0 #ff5e15;
  -o-box-shadow: 0 0 0 0 #ff5e15;
  box-shadow: 0 0 0 0 #ff5e15;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.over-lay {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.over-lay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.over-lay:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.over-lay:hover:before {
  left: 100%;
}

.over-lay:hover:after {
  width: 100%;
  opacity: 1;
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-profile li a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-profile li a:hover {
  border-color: transparent;
}

.social-profile.style1 li a, .social-profile.style2 li a {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-profile.style1 li a i, .social-profile.style2 li a i {
  font-size: 16px;
  line-height: 0.7;
  color: #ff5e15;
}

.social-profile.style1 li a:hover, .social-profile.style2 li a:hover {
  background-color: #ff5e15;
}

.social-profile.style1 li a:hover i, .social-profile.style2 li a:hover i {
  color: #fff;
  font-size: 15px;
  line-height: 0.8;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.social-profile.style2 li a {
  -webkit-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.14);
}

.social-profile.style2 li a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

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

.social-profile.style3 li a {
  border: none;
}

.social-profile.style3 li a i {
  color: #00235a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}

.social-profile.style3 li a:hover i {
  color: #ff5e15;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .hero-wrap.style1 .hero-promo-bg .video-play, .feature-card.style2 .feature-info .feature-icon, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon, .project-card .project-img .project-info .project-view, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-features .pricing-header-tag, .contact-box-wrap .contact-item .contact-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .testimonial-item .client-info-wrap, .testimonial-footer, .contact-box-wrap .contact-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .schedule-widget ul li, .footer-widget .social-box, .history-tablist, .page-navigation .page-nav, .pp-post-item, .post-gallery-wrap, .wh-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .post-author, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left .contact-item, .feature-slider-one.owl-carousel .owl-nav, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .hero-wrap.style1 .hero-promo-bg .video-play, .feature-card.style2 .feature-info .feature-icon, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon, .project-card .project-img .project-info .project-view, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-features .pricing-header-tag, .contact-box-wrap .contact-item .contact-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .testimonial-item .client-info-wrap, .testimonial-footer, .contact-box-wrap .contact-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .schedule-widget ul li, .footer-widget .social-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.history-tablist, .testimonial-footer, .post-navigation, .schedule-widget ul li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-navigation .page-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky.style1 {
  background-color: #00235a;
  z-index: 99;
}

.header-wrap.sticky.style1 .header-bottom {
  padding: 13px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top {
  padding: 10px 0;
}

.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 28px;
  padding-left: 0;
}

.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-item p,
.header-wrap .header-top .header-top-left .contact-item a {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.header-wrap .header-top .header-top-left .contact-item p span {
  font-weight: 700;
}

.header-wrap .header-top .header-top-left .contact-item i {
  margin-right: 8px;
  font-size: 16px;
  line-height: 0.8;
  position: relative;
}

.header-wrap .header-top .header-top-right .user-login {
  margin-right: 25px;
}

.header-wrap .header-top .header-top-right .user-login a {
  font-size: 16px;
  position: relative;
  top: -1px;
}

.header-wrap .header-top .header-top-right .user-login a i {
  color: #ff5e15;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.header-wrap .header-top .header-top-right .user-login a:hover {
  color: #ff5e15;
}

.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style1 .header-top {
  background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-left .contact-item p,
.header-wrap.style1 .header-top .header-top-left .contact-item a {
  color: #00235a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style1 .header-top .header-top-left .contact-item p span {
  color: #ff5e15;
}

.header-wrap.style1 .header-top .header-top-left .contact-item i {
  color: #ff5e15;
}

.header-wrap.style1 .header-top .header-top-left .contact-item:hover a,
.header-wrap.style1 .header-top .header-top-left .contact-item:hover p {
  color: #ff5e15;
}

.header-wrap.style1 .header-top .header-top-right .user-login a {
  color: #00235a;
}

.header-wrap.style1 .header-bottom {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap.style1 .header-bottom .searchbtn {
  background: transparent;
  border: none;
  margin: 0 25px 0 0;
}

.header-wrap.style1 .header-bottom .searchbtn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  color: #fff;
}

.header-wrap.style2 .header-top {
  background-color: #fff;
  border-bottom: 1px solid #eeeff2;
}

.header-wrap.style2 .header-top .header-top-left .contact-item p,
.header-wrap.style2 .header-top .header-top-left .contact-item a {
  color: #00235a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.style2 .header-top .header-top-left .contact-item p span {
  color: #ff5e15;
}

.header-wrap.style2 .header-top .header-top-left .contact-item i {
  color: #ff5e15;
}

.header-wrap.style2 .header-top .header-top-left .contact-item:hover a,
.header-wrap.style2 .header-top .header-top-left .contact-item:hover p {
  color: #ff5e15;
}

.header-wrap.style2 .header-top .header-top-right .user-login a {
  color: #00235a;
}

.header-wrap.style2 .header-bottom {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}

.header-wrap.style2 .header-bottom .searchbtn {
  background: transparent;
  border: none;
  margin: 0 25px 0 0;
}

.header-wrap.style2 .header-bottom .searchbtn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  color: #00235a;
}

.header-wrap .mobile-menu a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.header-wrap .logo img {
  max-width: 130px;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  color: #ff5e15;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 1px;
  right: 2px;
  content: "\f116";
  font-family: "Flaticon";
  font-weight: 500;
  border: 0;
  margin-left: 8px;
  font-size: 8px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a.active {
  background-color: #f8f9fa;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

.search-area {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  z-index: 990;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .header-wrap .logo img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .header-wrap.sticky.style2 {
    margin-top: 0;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .header-wrap.style1 .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 15px;
  }
  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #eeeff2;
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .header-top .header-top-right {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .header-wrap.style1 .header-top .header-top-right .user-login a {
    color: #000;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang span {
    color: #000;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #000;
  }
  .header-wrap.style1 .header-bottom {
    padding: 14px 0;
  }
  .header-wrap.style1 .header-bottom .logo {
    max-width: 100px;
  }
  .header-wrap.style1 .header-bottom .searchbtn {
    margin: 0 10px;
  }
  .header-wrap.style1 .header-bottom .searchbtn i {
    font-size: 20px;
    top: 0;
  }
  .header-wrap.style1 .header-bottom .mobile-bar-wrap .mobile-top-bar {
    margin-right: 15px;
  }
  .header-wrap.style1 .header-bottom .mobile-bar-wrap .mobile-menu a {
    background: #fff;
  }
  .header-wrap.style1 .header-bottom .mobile-bar-wrap .mobile-menu a i {
    color: #ff5e15;
  }
  .header-wrap.style1 .header-bottom .mobile-bar-wrap .mobile-top-bar span {
    background-color: #fff;
  }
  .header-wrap.style2 {
    background-color: #eeeff2;
  }
  .header-wrap.style2 .header-top .header-top-right .social-profile {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-wrap.style2 .header-top .header-top-right .contact-item {
    margin: 0 0 20px;
    width: 100%;
  }
  .header-wrap.style2 .header-top .header-top-right .contact-item:last-child {
    margin-bottom: 8px;
  }
  .header-wrap.style2 .header-bottom {
    padding: 15px 0;
  }
  .header-wrap.style2 .searchbtn {
    background-color: transparent;
    border: none;
    margin-right: 15px !important;
    cursor: pointer;
  }
  .header-wrap.style2 .searchbtn i {
    color: #00235a;
    font-size: 20px !important;
    top: 1px !important;
  }
  .header-wrap.style2 .mobile-bar-wrap .mobile-top-bar {
    margin-right: 15px;
  }
  .header-wrap.style2 .mobile-bar-wrap .mobile-menu a {
    background: #00235a;
  }
  .header-wrap.style2 .mobile-bar-wrap .mobile-menu a i {
    color: #fff;
  }
  .header-wrap.style2 .mobile-bar-wrap .mobile-top-bar span {
    background-color: #00235a;
  }
  .menu-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #000;
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  }
  .mobile-menu a i {
    font-size: 23px;
    line-height: 33px;
    position: relative;
    top: 1px;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }
  .mobile-top-bar {
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    top: 0;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #000;
    font-size: 20px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #000;
    font-size: 14px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #000;
  }
  .main-menu li a.active {
    color: #ff5e15;
  }
  .main-menu li > a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .main-menu li > a:hover {
    color: #000;
  }
  .main-menu li > ul.sub-menu {
    padding-left: 20px;
  }
  .header-wrap.style1 .header-bottom .main-menu-wrap #menu > ul > li > a::after {
    display: none;
  }
  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-wrap #menu ul li a {
    padding: 15px 15px 15px 15px !important;
    font-size: 15px !important;
  }
  .main-menu-wrap #menu > ul > li.has-children > a::after {
    right: 3px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .header-wrap.sticky {
    margin-top: -48px;
  }
  .header-wrap.style1 .main-menu-wrap {
    text-align: right;
  }
  .header-wrap.style1 .main-menu-wrap #menu > ul > li > a {
    color: #fff;
  }
  .header-wrap.style2 .header-top .header-top-right .social-profile {
    margin-right: 25px;
  }
  .header-wrap.style2 .header-top .header-top-right .social-profile li {
    padding: 0 6px;
  }
  .header-wrap.style2 .header-top .header-top-right .social-profile li:first-child {
    padding-left: 0;
  }
  .header-wrap.style2 .header-top .header-top-right .social-profile li:last-child {
    padding-right: 0;
  }
  .header-wrap.style2 .header-top .header-top-right .social-profile li a i {
    line-height: 0.8;
  }
  .header-wrap.style2 .main-menu-wrap {
    text-align: right;
  }
  .header-wrap.style2 .main-menu-wrap #menu > ul > li > a {
    color: #00235a;
  }
  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #menu ul li a {
    padding: 15px 20px 15px 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu ul li a.active, .main-menu-wrap #menu ul li a:hover {
    color: #ff5e15;
  }
  .main-menu-wrap #menu ul li a.active:before, .main-menu-wrap #menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 200px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: block !important;
    -webkit-transform: rotateY(-75deg);
    transform: rotateY(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 15px 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eeeff2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after, .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .main-menu-wrap #menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > a:after {
    position: absolute;
    top: 16px;
    right: 7px;
    content: "\f171";
    font-family: "Flaticon";
    font-size: 8px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
    position: absolute;
    top: 17px;
    right: 20px;
    content: "\f171";
    font-family: "Flaticon";
    font-size: 9px;
    color: #555555;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-menu-wrap #menu > ul > .has-children {
    position: relative;
  }
  .main-menu-wrap #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
  }
  .menu-expand i {
    display: none;
  }
  .header-wrap.style1 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active::before,
  .header-wrap.style1 .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover::before {
    background-color: #ff5e15;
  }
  .header-wrap.style2 .main-menu-wrap #menu > ul > li.has-children > a::after,
  .header-wrap.style2 .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a::after {
    content: "\f115";
  }
  .header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before,
  .header-wrap.style2 .main-menu-wrap #menu ul li.has-children .sub-menu li a::before {
    background-color: #00235a;
  }
  .header-wrap.style2 .main-menu-wrap #menu ul > li > a.active {
    color: #ff5e15;
  }
  .header-wrap.style1 .main-menu-wrap #menu ul li a.active,
  .header-wrap.style1 .main-menu-wrap #menu ul li a:hover {
    color: #ff5e15;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1500px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap.style2 .header-top .header-top-right .contact-item {
    margin-right: 35px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.breadcrumb-1 {
  background-image: url(../images/breadcrumb-1.jpg);
}

.breadcrumb-2 {
  background-image: url(../images/breadcrumb-2.jpg);
}

.breadcrumb-3 {
  background-image: url(../images/breadcrumb-3.jpg);
}

.breadcrumb-4 {
  background-image: url(../images/breadcrumb-4.jpg);
}

.breadcrumb-5 {
  background-image: url(../images/breadcrumb-5.jpg);
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 230px 0 100px;
  overflow: hidden;
}

.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 15px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  font-family: "Poppins", sans-serif;
  position: relative;
  color: #fff;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 0;
  right: -13px;
  content: "/";
  font-size: 14px;
  background-color: transparent;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #ff5e15;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:hover {
  color: #ff5e15;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*----------------------------------
         Hero  CSS
----------------------------------*/
.hero-bg-1 {
  background-image: url(../images/hero-bg-1.jpg);
}

.hero-bg-2 {
  background-image: url(../images/hero-img-7.jpg);
}

.hero-bg-3 {
  background-image: url(../images/hero-bg-2.jpg);
}

.hero-wrap {
  position: relative;
}

.hero-wrap.style1 {
  padding: 200px 0 0;
  position: relative;
}

.hero-wrap.style1 .hero-shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style1 .hero-shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style1 .hero-content,
.hero-wrap.style1 .hero-text {
  position: relative;
  z-index: 1;
}

.hero-wrap.style1 .hero-content h1 {
  color: #fff;
  font-size: 45px;
  margin: 0;
}

.hero-wrap.style1 .hero-text {
  color: #fff;
}

.hero-wrap.style1 .hero-promo-bg {
  background-image: url(../images/hero-promo-bg.jpg);
  height: 600px;
  position: relative;
  margin-top: 60px;
  margin-bottom: -100px;
}

.hero-wrap.style1 .hero-promo-bg .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ff5e15;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}

.hero-wrap.style1 .hero-promo-bg .video-play i {
  font-size: 25px;
  color: #fff;
}

.hero-wrap.style2 {
  padding: 100px 0;
  margin-top: 140px;
}

.hero-wrap.style2 .hero-content {
  position: relative;
  z-index: 1;
}

.hero-wrap.style2 .hero-content span {
  color: #ff5e15;
}

.hero-wrap.style2 .hero-content h1 {
  color: #fff;
  font-size: 45px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.hero-wrap.style2 .hero-content p {
  color: #fff;
  margin: 0 0 30px;
  max-width: 93%;
}

.hero-wrap.style2 .hero-img-wrap {
  position: relative;
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-1 {
  position: absolute;
  top: -100px;
  left: -80px;
  z-index: -1;
}

.hero-wrap.style2 .hero-img-wrap .hero-shape-2 {
  position: absolute;
  bottom: -100px;
  right: -80px;
  z-index: -1;
}

.hero-wrap.style2 .hero-img-wrap img {
  display: block;
  margin: 0 auto;
}

.hero-wrap.style3 {
  margin-top: 140px;
  padding: 200px 0;
  position: relative;
  z-index: 1;
}

.hero-wrap.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(42%, #f7f7f7), color-stop(78%, rgba(247, 247, 247, 0.04)));
  background: linear-gradient(90deg, #f7f7f7 42%, rgba(247, 247, 247, 0.04) 78%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-wrap.style3 .hero-content span {
  color: #ff5e15;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}

.hero-wrap.style3 .hero-content h1 {
  font-size: 50px;
  line-height: 1.3;
  margin: 0 0 13px;
}

.hero-wrap.style3 .hero-content p {
  margin: 0 0 30px;
  max-width: 80%;
}

.hero-wrap.style3 .hero-content .social-profile {
  position: absolute;
  top: 50%;
  left: -58px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-wrap.style3 .hero-content .social-profile li {
  display: block;
  margin: 0 0 15px;
}

.hero-wrap.style3 .hero-content .social-profile li:last-child {
  margin-bottom: 0;
}

.hero-wrap.style3 .hero-content .social-profile li a {
  background: transparent;
  border: 1px solid #00235a;
}

.hero-wrap.style3 .hero-content .social-profile li a i {
  color: #00235a;
}

.hero-wrap.style3 .hero-content .social-profile li a:hover {
  background: #ff5e15;
  border-color: transparent;
}

.hero-wrap.style3 .hero-content .social-profile li a:hover i {
  color: #fff;
}

.hero-wrap.style3 .hero-video-play {
  position: relative;
  min-height: 120px;
}

.hero-wrap.style3 .play-now {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #ff5e15;
  text-align: center;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev {
  left: -70px;
}

.hero-slider-one.owl-carousel .owl-nav .owl-next {
  right: -70px;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev,
.hero-slider-one.owl-carousel .owl-nav .owl-next {
  background-color: #fff;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
.hero-slider-one.owl-carousel .owl-nav .owl-next i {
  color: #ff5e15;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev:hover,
.hero-slider-one.owl-carousel .owl-nav .owl-next:hover {
  background-color: #ff5e15;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev:hover i,
.hero-slider-one.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}

/*----------------------------------
         About Section  CSS
----------------------------------*/
.about-bg-1 {
  background-image: url(../images/about-bg-1.jpg);
}

.about-img-1 {
  background-image: url(../images/about-img-1.jpg);
}

.about-img-2 {
  background-image: url(../images/about-img-2.jpg);
}

.about-img-3 {
  background-image: url(../images/about-img-3.jpg);
}

.about-img-4 {
  background-image: url(../images/about-img-4.jpg);
}

.about-wrap .about-content .content-title h2 {
  margin: 0 0 20px;
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style2 .about-img-wrap .about-shape-2 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-img-3 {
  width: calc(100% - 150px);
  margin-left: 40px;
  height: 528px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.about-wrap.style2 .about-img-wrap .about-img-3:after {
  position: absolute;
  top: -70px;
  left: -50%;
  content: "";
  background-color: #fff;
  width: 200%;
  height: 100px;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.about-wrap.style2 .about-img-wrap .about-img-4 {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.about-wrap.style3 {
  position: relative;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style3 .about-img-wrap .about-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-wrap.style3 .about-content .content-title h2,
.about-wrap.style3 .about-content .content-title p {
  color: #fff;
}

.about-wrap.style3 .about-content .progressbar-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style3 .about-content .progressbar-wrap .progress-bar .progress-content-outter {
  background-color: rgba(255, 255, 255, 0.5);
}

.about-wrap.style3 .about-content .progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  background-color: #ff5e15;
}

.about-wrap.style3 .about-content .progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  color: #fff;
}

.about-wrap.style3 .about-content .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  color: #fff;
}

.progressbar-wrap {
  margin: 0 0 42px;
}

.progressbar-wrap .progress-bar {
  margin: 0 0 25px;
  overflow: hidden;
  background: transparent;
}

.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}

.progressbar-wrap .progress-bar .progress-content-outter {
  height: 5px;
  background-color: #bbbdbe;
}

.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  height: 5px;
  background-color: #ff5e15;
  width: 0%;
}

.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  font-weight: 600;
  margin: 0;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  font-weight: 600;
  position: relative;
}

/*----------------------------------
         Feature Section  CSS
----------------------------------*/
.feature-card {
  margin-bottom: 25px;
}

.feature-card .feature-info {
  position: relative;
  z-index: 1;
}

.feature-card .feature-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}

.feature-card .feature-info h3 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card .feature-info p {
  margin: 0;
}

.feature-card:hover .feature-info h3 a {
  color: #ff5e15;
}

.feature-card.style1 {
  position: relative;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
}

.feature-card.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ff5e15;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style1 .feature-info {
  background-color: #fff;
  padding: 25px 25px 23px;
}

.feature-card.style1 .feature-info .feature-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #00235a;
  opacity: 0.04;
}

.feature-card.style1:hover:after {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.feature-card.style1:hover .feature-info .service-icon {
  color: #ff5e15;
  opacity: 0.1;
}

.feature-card.style2 {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
  border-bottom: 2px solid #bbbdbe;
  position: relative;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card.style2:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #ff5e15;
  width: 0;
  height: 2px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.feature-card.style2 .feature-img {
  position: relative;
  overflow: hidden;
}

.feature-card.style2 .feature-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.feature-card.style2 .feature-info {
  padding: 22px 25px 23px;
}

.feature-card.style2 .feature-info .feature-icon {
  margin-top: -60px;
  margin-bottom: 30px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-card.style2 .feature-info .feature-icon i {
  color: #ff5e15;
  font-size: 32px;
  line-height: 0.8;
}

.feature-card.style2 .feature-info .feature-icon:before {
  background-color: #fff;
}

.feature-card.style2 .feature-info .feature-icon:after {
  background-color: #ff5e15;
}

.feature-card.style2:hover:after {
  width: 100%;
  opacity: 1;
}

.feature-card.style2:hover .feature-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.feature-card.style2:hover .feature-info .feature-icon i {
  color: #fff;
}

.feature-card.style2:hover .feature-info .feature-icon:before {
  left: 100%;
}

.feature-card.style2:hover .feature-info .feature-icon:after {
  width: 100%;
  opacity: 1;
}

.feature-slider-one.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next {
  position: relative;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
}

.feature-slider-one.owl-carousel .owl-nav .owl-prev i,
.feature-slider-one.owl-carousel .owl-nav .owl-next i {
  color: #ff5e15;
  font-size: 14px;
  line-height: 0.8;
  margin: 0 auto;
}

.feature-slider-one.owl-carousel .owl-nav .owl-prev:hover,
.feature-slider-one.owl-carousel .owl-nav .owl-next:hover {
  background-color: #ff5e15;
}

.feature-slider-one.owl-carousel .owl-nav .owl-prev:hover i,
.feature-slider-one.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}

.feature-slider-one.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

.owl-carousel .feature-card {
  margin-bottom: 0;
}

/*----------------------------------
         Service Section  CSS
----------------------------------*/
.service-bg-1 {
  background-image: url(../images/service-bg-1.jpg);
}

.service-wrap {
  position: relative;
  z-index: 1;
}

.service-wrap .service-shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-wrap .service-shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-wrap.style3 .section-title p {
  margin: 15px 0 28px;
}

.service-card {
  margin-bottom: 25px;
}

.service-card .service-info {
  position: relative;
  z-index: 1;
}

.service-card .service-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
}

.service-card .service-info h3 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card .service-info p {
  margin: 0 0 13px;
}

.service-card:hover .service-info h3 a {
  color: #ff5e15;
}

.service-card:hover .service-info .link {
  color: #ff5e15;
}

.service-card.style1 {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style1 .service-img {
  position: relative;
  overflow: hidden;
}

.service-card.style1 .service-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-card.style1 .service-img:after {
  position: absolute;
  bottom: -50px;
  left: -50%;
  content: "";
  background-color: #fff;
  width: 200%;
  height: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.service-card.style1 .service-info {
  padding: 0 25px 23px;
}

.service-card.style1 .service-info .service-icon {
  margin-top: -86px;
  margin-bottom: 20px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
}

.service-card.style1 .service-info .service-icon i {
  color: #fff;
  font-size: 32px;
  line-height: 0.8;
}

.service-card.style1 .service-info .service-icon:before {
  background-color: #00235a;
}

.service-card.style1 .service-info .service-icon:after {
  background-color: #ff5e15;
}

.service-card.style1:hover .service-img:after {
  bottom: -70px;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.service-card.style1:hover .service-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.service-card.style1:hover .service-info .service-icon:before {
  left: 100%;
}

.service-card.style1:hover .service-info .service-icon:after {
  width: 100%;
  opacity: 1;
}

.service-card.style2, .service-card.style3 {
  position: relative;
  padding: 25px 0 0;
  background: #fff;
}

.service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon {
  display: inline-block;
  margin: 0 25px 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #00235a;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-card-icon i, .service-card.style3 .service-card-icon i {
  margin: 0 auto;
  font-size: 32px;
  color: #fff;
}

.service-card.style2:after, .service-card.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ff5e15;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.service-card.style2 .service-info, .service-card.style3 .service-info {
  background-color: #fff;
  padding: 25px 25px 23px;
}

.service-card.style2 .service-info .service-icon, .service-card.style3 .service-info .service-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 70px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #00235a;
  opacity: 0.04;
}

.service-card.style2:hover:after, .service-card.style3:hover:after {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.service-card.style2:hover .service-info .service-icon, .service-card.style3:hover .service-info .service-icon {
  color: #ff5e15;
  opacity: 0.1;
}

.service-card.style3 {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
  border-left: 2px solid #bbbdbe;
  position: relative;
}

.service-card.style3:after {
  position: absolute;
  top: 0;
  left: -2px;
  content: "";
  background-color: #ff5e15;
  width: 2px;
  height: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.service-card.style3:hover:after {
  height: 100%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.service-card.style3:hover .service-card-icon {
  background-color: #ff5e15;
}

.service-slider-one.owl-carousel .owl-item .item {
  padding: 0 5px 35px 5px;
}

.service-slider-one.owl-carousel .owl-dots {
  text-align: center;
}

.service-slider-one.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin: 0 12px 0 0;
}

.service-slider-one.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #ff5e15;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.service-slider-one.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.service-slider-two.owl-carousel .owl-item .item {
  padding: 10px 0 35px 0;
}

.service-slider-two.owl-carousel .owl-dots {
  text-align: center;
}

.service-slider-two.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin: 0 12px 0 0;
}

.service-slider-two.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-slider-two.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.service-slider-two.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #ff5e15;
  opacity: 1;
}

.owl-carousel .service-card {
  margin-bottom: 0;
}

/*----------------------------------
         Hero  CSS
----------------------------------*/
/*----------------------------------
         Hero  CSS
----------------------------------*/
/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 1px;
  border-radius: 5px;
}

.login-form .login-body {
  padding: 22px 25px 25px;
}

.login-form .login-body .form-group {
  margin: 0 0 20px;
}

.login-form .login-body .form-group label {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}

.login-form .login-body .form-group input {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #eee;
  width: 100%;
  padding: 10px 15px;
}

.login-form .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form .login-body .form_group label {
  font-size: 16px;
}

.login-header {
  text-align: center;
}

.login-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.login-header span {
  color: #fff;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  margin: 0 auto;
  z-index: 1;
  font-size: 22px;
  border-radius: 50%;
}

/*---------------------------------------------------------
    FAQ,Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/
.faq-item {
  margin: 0 0 25px;
}

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

.faq-item h5 {
  font-size: 25px;
  line-height: 1.4;
  margin: 0 0 12px;
}

.faq-item p {
  margin: 0;
}

.faq-item.style2 {
  margin: 0 0 30px;
}

.error-content {
  text-align: center;
}

.error-content span {
  font-size: 110px;
  font-weight: 600;
  display: block;
  line-height: 82px;
  margin: 0 0 55px;
  color: #ff5e15;
}

.error-content .btn i {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
  top: 0;
}

.error-content p {
  margin: 0 0 20px;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #fff;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  position: relative;
  z-index: 1;
}

.sidebar .sidebar-widget:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: transparent;
  width: 50%;
  height: 30%;
  border-top: 1px solid #ff5e15;
  border-left: 1px solid #ff5e15;
  border-radius: 5px 0 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.sidebar .sidebar-widget:hover:after, .sidebar .sidebar-widget:hover:before {
  width: 40%;
  height: 40%;
}

.sidebar .sidebar-widget:hover h4:after {
  width: 40%;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 1px;
  content: "";
  background: #ff5e15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: transparent;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
  border: 1px solid #ff5e15;
}

.search-box .form-group input:focus {
  border-color: #aba8b0;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background: #ff5e15;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*--------- Category Widget---------*/
.category-box ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 15px;
}

.category-box ul li:last-child {
  margin-bottom: 0;
}

.category-box ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #00235a;
  font-weight: 500;
}

.category-box ul li a i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  color: #555555;
}

.category-box ul li a span {
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
}

.category-box ul li a:hover {
  color: #ff5e15;
  padding-left: 5px;
}

.category-box ul li a:hover i {
  color: #ff5e15;
}

/*--------- Taglist Widget---------*/
.tag-list ul {
  margin-top: -12px;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 14px;
  color: #555555;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #ff5e15;
  color: #fff;
  border-color: transparent;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*---------Popular post Widget CSS--------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 90px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 105px);
  margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.pp-post-item .pp-post-info h6 a {
  color: #000;
}

.pp-post-item .pp-post-info span {
  color: #555555;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 0 0 8px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #ff5e15;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #ff5e15;
}

/*---------Gallery Widget CSS--------------*/
.post-gallery-wrap {
  margin: 0 -5px -10px;
}

.post-gallery-wrap a {
  display: inline-block;
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 15px 0 0;
  text-align: left;
}

.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  opacity: 0.7;
  color: #00235a;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: transparent;
}

.page-navigation .page-nav li a i {
  font-size: 14px;
  line-height: 40px;
  color: #00235a;
}

.page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
  border-color: transparent;
  background: #ff5e15;
  color: #fff;
  opacity: 1;
}

.page-navigation .page-nav li a.active i, .page-navigation .page-nav li a:hover i {
  color: #fff;
}

/*----------------------------------
        Team  Section  CSS
----------------------------------*/
.team-wrap.style2 {
  position: relative;
}

.team-wrap.style2 .team-shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-wrap.style2 .team-shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.member-card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 25px;
}

.member-card .member-img {
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}

.member-card .member-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.member-card .member-img .social-profile {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.member-card .member-img .social-profile li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.member-card .member-img .social-profile li:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.member-card .member-img .social-profile li:nth-child(3) {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.member-card .member-img .social-profile li:nth-child(4) {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.member-card .member-img .social-profile li:nth-child(5) {
  -webkit-transition: 1.1s;
  transition: 1.1s;
}

.member-card .member-info {
  text-align: center;
}

.member-card .member-info h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 2px;
}

.member-card .member-info p {
  margin: 0;
  font-size: 15px;
}

.member-card.style1 {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.member-card.style1 .member-img .social-profile {
  bottom: 25px;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.member-card.style1 .member-img .social-profile li {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.member-card.style1 .member-info {
  padding-bottom: 23px;
}

.member-card.style1:hover .member-img:before {
  visibility: visible;
  opacity: 1;
}

.member-card.style1:hover .member-img .social-profile {
  visibility: visible;
  opacity: 1;
}

.member-card.style1:hover .member-img .social-profile li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.member-card.style2 {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}

.member-card.style2 .member-img {
  margin-bottom: 0;
}

.member-card.style2 .member-img .social-profile {
  bottom: 25px;
  left: auto;
  right: 25px;
  width: auto;
}

.member-card.style2 .member-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.member-card.style2 .member-img .social-profile li:last-child {
  margin-bottom: 0;
}

.member-card.style2 .member-info {
  background-color: #fff;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  z-index: 1;
}

.member-card.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ff5e15;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.member-card.style2:hover:after {
  opacity: 1;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.member-card.style2:hover .blog-date {
  background-color: #ff5e15;
  color: #fff;
}

.member-card.style2:hover .member-img:before {
  visibility: visible;
  opacity: 1;
}

.member-card.style2:hover .member-img .social-profile {
  visibility: visible;
  opacity: 1;
}

.member-card.style2:hover .member-img .social-profile li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.member-card.style3 {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.member-card.style3 .member-img .social-profile {
  bottom: 25px;
  left: auto;
  right: 25px;
  width: auto;
}

.member-card.style3 .member-img .social-profile li {
  display: block;
  margin: 0 0 10px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.member-card.style3 .member-img .social-profile li:last-child {
  margin-bottom: 0;
}

.member-card.style3 .member-info {
  padding-bottom: 22px;
}

.member-card.style3:hover {
  -webkit-transform: translatey(-6px);
  transform: translatey(-6px);
}

.member-card.style3:hover .member-img:before {
  visibility: visible;
  opacity: 1;
}

.member-card.style3:hover .member-img .social-profile {
  visibility: visible;
  opacity: 1;
}

.member-card.style3:hover .member-img .social-profile li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-slider-one.owl-carousel .owl-item .item {
  padding: 0 5px 25px 5px;
}

.team-slider-one.owl-carousel .owl-nav .owl-prev,
.team-slider-one.owl-carousel .owl-nav .owl-next {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.team-slider-one.owl-carousel .owl-nav .owl-prev i,
.team-slider-one.owl-carousel .owl-nav .owl-next i {
  color: #ff5e15;
  font-size: 16px;
}

.owl-carousel .member-card {
  margin-bottom: 0;
}

/*----------------------------------
         About Section  CSS
----------------------------------*/
.faq-bg-1 {
  background-image: url(../images/faq-bg-1.jpg);
}

.faq-img-1 {
  background-image: url(../images/faq-img-1.jpg);
}

.faq-img-2 {
  background-image: url(../images/faq-img-2.jpg);
}

.faq-img-3 {
  background-image: url(../images/faq-img-1.jpg);
}

.faq-img-4 {
  background-image: url(../images/faq-img-3.jpg);
}

.faq-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}

.faq-wrap.style1 .faq-img-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap.style1 .faq-img-wrap .faq-shape-1 {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}

.faq-wrap.style1 .faq-img-wrap .faq-img-1 {
  width: calc(100% - 40px);
  height: 528px;
  z-index: 2;
  position: relative;
}

.faq-wrap.style1 .faq-img-wrap .faq-img-2 {
  width: calc(100% - 40px);
  height: 528px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span {
  background-color: #ff5e15 !important;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.faq-wrap.style1 .accordion-item {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
  color: #fff;
  background-color: transparent;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
  border-radius: 50%;
  background-color: #fff;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
  color: #ff5e15;
}

.faq-wrap.style1 .accordion-body p {
  margin: 0;
  color: #fff;
}

.faq-wrap.style2 .faq-img-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap.style2 .faq-img-wrap .faq-shape-2 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-wrap.style2 .faq-img-wrap .faq-img-3 {
  width: calc(100% - 150px);
  margin-left: 40px;
  height: 528px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq-wrap.style2 .faq-img-wrap .faq-img-3:after {
  position: absolute;
  top: -70px;
  left: -50%;
  content: "";
  background-color: #fff;
  width: 200%;
  height: 100px;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.faq-wrap.style2 .faq-img-wrap .faq-img-4 {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.faq-wrap.style2 .accordion-button:not(.collapsed) span {
  background-color: #ff5e15 !important;
}

.faq-wrap.style2 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap.style2 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.faq-wrap.style2 .accordion-item {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.faq-wrap.style2 .accordion-item .accordion-header .accordion-button {
  color: #00235a;
  background-color: transparent;
}

.faq-wrap.style2 .accordion-item .accordion-header .accordion-button span {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-wrap.style2 .accordion-item .accordion-header .accordion-button span i {
  color: #ff5e15;
}

.faq-wrap.style4 .faq-img-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap.style4 .faq-img-wrap .faq-shape-1 {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}

.faq-wrap.style4 .faq-img-wrap .faq-img-1 {
  width: calc(100% - 40px);
  height: 528px;
  z-index: 2;
  position: relative;
}

.faq-wrap.style4 .faq-img-wrap .faq-img-2 {
  width: calc(100% - 40px);
  height: 528px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}

.faq-wrap.style4 .accordion-button:not(.collapsed) span {
  background-color: #ff5e15 !important;
}

.faq-wrap.style4 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap.style4 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.faq-wrap.style4 .accordion-item {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.faq-wrap.style4 .accordion-item .accordion-header .accordion-button {
  color: #00235a;
  background-color: transparent;
}

.faq-wrap.style4 .accordion-item .accordion-header .accordion-button span {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.faq-wrap.style4 .accordion-item .accordion-header .accordion-button span i {
  color: #ff5e15;
}

.faq-wrap.style4 .accordion-body p {
  margin: 0;
  color: #00235a;
}

.accordion-button:not(.collapsed) {
  background: transparent;
}

.accordion-button:not(.collapsed) span {
  background-color: #ff5e15 !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

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

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-item .accordion-header .accordion-button span {
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  position: relative;
  margin-right: 14px;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}

.accordion-body p {
  margin: 0;
}

/*-------------------------------
         Project Section CSS
-------------------------------*/
.simple-bg-1 {
  background-image: url(../images/indi-1.jpg);
}

.project-img-1 {
  background-image: url(../images/indi-1.jpg);
}

.project-img-2 {
  background-image: url(../images/indi-2.jpg);
}

.project-img-3 {
  background-image: url(../images/indi-3.jpg);
}

.project-img-4 {
  background-image: url(../images/indi-4.jpg);
}

.project-img-5 {
  background-image: url(../images/indi-5.jpg);
}

.project-img-6 {
  background-image: url(../images/3bhk.jpg);
}
.project-img-7 {
  background-image: url(../images/indi-7.jpg);
}
.project-img-8 {
  background-image: url(../images/indi-8.jpg);
}
.project-img-9 {
  background-image: url(../images/indi-9.jpg);
}
.project-img-10 {
  background-image: url(../images/indi-10.jpg);
}
.project-img-11 {
  background-image: url(../images/indi-11.jpg);
}
.project-img-12 {
  background-image: url(../images/indi-12.jpg);
}

.project-wrap.style3 {
  position: relative;
}

.project-wrap.style3 .project-bg {
  background-image: url(../images/project-bg-1.jpg);
  height: 445px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.project-card {
  margin-bottom: 25px;
}

.project-card .project-img {
  position: relative;
  overflow: hidden;
}

.project-card .project-img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-card .project-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card .project-img .project-info {
  position: absolute;
  overflow: hidden;
  bottom: 23px;
  left: 25px;
  z-index: 1;
}

.project-card .project-img .project-info .project-view {
  width: 40px;
  height: 40px;
  background-color: #fbad1b;
  text-align: center;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.project-card .project-img .project-info .project-view i {
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
}

.project-card .project-img .project-info span {
  color: #ff5e15;
  font-weight: 500;
  margin: 20px 0 0;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-card .project-img .project-info span i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.project-card .project-img .project-info h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 11px 0 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.project-card .project-img .project-info h3 a {
  color: #fff;
}

.project-card .project-img:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.project-card .project-img:hover .project-info .project-view {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-card .project-img:hover .project-info span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-card .project-img:hover .project-info h3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.project-card.style2 {
  position: relative;
}

.project-card.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ff5e15;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-card.style2 .project-img {
  height: 315px;
}

.project-slider-one.owl-carousel .owl-nav .owl-prev,
.project-slider-one.owl-carousel .owl-nav .owl-next {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.project-slider-one.owl-carousel .owl-nav .owl-prev i,
.project-slider-one.owl-carousel .owl-nav .owl-next i {
  color: #ff5e15;
  font-size: 16px;
}

.project-slider-two.owl-carousel .owl-nav .owl-prev,
.project-slider-two.owl-carousel .owl-nav .owl-next {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.project-slider-two.owl-carousel .owl-nav .owl-prev i,
.project-slider-two.owl-carousel .owl-nav .owl-next i {
  color: #ff5e15;
  font-size: 16px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  font-size: 18px;
  line-height: 0.8;
  margin: 0 auto;
  color: #00235a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background-color: #ff5e15;
}

.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
  left: -65px;
}

.owl-carousel .owl-nav .owl-next {
  right: -65px;
}

.owl-carousel .project-card {
  margin-bottom: 0;
}

/*-------------------------------
    Why Choose Us Section CSS
-------------------------------*/
.simple-img-wrap {
  position: relative;
  z-index: 1;
  min-height: 450px;
}

.simple-img-wrap.style1 {
  padding-bottom: 40px;
}

.simple-img-wrap.style1 .simple-shape {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}

.simple-img-wrap.style1 .simple-img-1 {
  width: 58%;
  height: 300px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.simple-img-wrap.style1 .simple-img-2 {
  width: 58%;
  height: 300px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

.simple-img-wrap.style2 .simple-shape {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.simple-img-wrap.style2 .simple-img-1 {
  width: calc(100% - 150px);
  height: 528px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.simple-img-wrap.style2 .simple-img-1:after {
  position: absolute;
  top: -70px;
  left: -50%;
  content: "";
  background-color: #fff;
  width: 200%;
  height: 100px;
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.simple-img-wrap.style2 .simple-img-2 {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.simple-img-wrap.style3 {
  position: relative;
  z-index: 1;
}

.simple-img-wrap.style3 .simple-shape {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.simple-img-wrap.style3 img {
  margin: 0 auto;
  display: block;
}

.wh-img-1 {
  background-image: url(../images/wh-img-1.jpg);
}

.wh-img-2 {
  background-image: url(../images/wh-img-2.jpg);
}

.wh-img-3 {
  background-image: url(../images/wh-img-3.jpg);
}

.wh-img-4 {
  background-image: url(../images/wh-img-4.jpg);
}

.wh-choose-content {
  position: relative;
  z-index: 1;
}

.wh-choose-content .wh-item-wrap .wh-item {
  margin: 0 0 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-choose-content .wh-item-wrap .wh-item:last-child {
  margin: 0;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-right: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  top: 5px;
  z-index: 1;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-icon i {
  font-size: 32px;
  line-height: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-text {
  width: calc(100% - 105px);
}

.wh-choose-content .wh-item-wrap .wh-item .wh-text h3 {
  font-size: 24px;
  font-weight: 500;
}

.wh-choose-content .wh-item-wrap .wh-item .wh-text p {
  margin: 0;
}

.wh-choose-content .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #fff;
}

.wh-choose-content .wh-item-wrap .wh-item:hover .wh-text h3 a {
  color: #ff5e15;
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item .wh-icon {
  border-radius: 50%;
  background-color: #fff;
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item .wh-icon i {
  color: #ff5e15;
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item .wh-text h3 a {
  color: #fff;
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item .wh-text p {
  color: rgba(255, 255, 255, 0.8);
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item:hover .wh-icon {
  background-color: #ff5e15;
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #fff;
}

.why-choose-wrap.style1 .wh-item-wrap .wh-item:hover .wh-text h3 a {
  color: #ff5e15;
}

.why-choose-wrap.style2 .wh-item-wrap .wh-item .wh-icon, .why-choose-wrap.style3 .wh-item-wrap .wh-item .wh-icon {
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.why-choose-wrap.style2 .wh-item-wrap .wh-item .wh-icon i, .why-choose-wrap.style3 .wh-item-wrap .wh-item .wh-icon i {
  color: #ff5e15;
}

.why-choose-wrap.style2 .wh-item-wrap .wh-item .wh-text h3 a, .why-choose-wrap.style3 .wh-item-wrap .wh-item .wh-text h3 a {
  color: #00235a;
}

.why-choose-wrap.style2 .wh-item-wrap .wh-item:hover .wh-icon, .why-choose-wrap.style3 .wh-item-wrap .wh-item:hover .wh-icon {
  background-color: #ff5e15;
}

.why-choose-wrap.style2 .wh-item-wrap .wh-item:hover .wh-icon i, .why-choose-wrap.style3 .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #fff;
}

.why-choose-wrap.style2 .wh-item-wrap .wh-item:hover .wh-text h3 a, .why-choose-wrap.style3 .wh-item-wrap .wh-item:hover .wh-text h3 a {
  color: #ff5e15;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item .wh-icon {
  border-radius: 50%;
  background-color: #fff;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item .wh-icon i {
  color: #ff5e15;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item .wh-text h3 a {
  color: #00235a;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item .wh-text p {
  color: #555555;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item:hover .wh-icon {
  background-color: #ff5e15;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item:hover .wh-icon i {
  color: #fff;
}

.why-choose-wrap.style4 .wh-item-wrap .wh-item:hover .wh-text h3 a {
  color: #ff5e15;
}

/*-------------------------------
         History Section CSS
-------------------------------*/
.history-bg-1 {
  background-image: url(../images/history-bg-1.jpg);
}

.history-bg-2 {
  background-image: url(../images/history-bg-2.jpg);
}

.history-bg-3 {
  background-image: url(../images/history-bg-3.jpg);
}

.history-bg-4 {
  background-image: url(../images/history-bg-4.jpg);
}

.history-tablist {
  border: none;
  position: relative;
  margin: 0 0 50px;
}

.history-tablist:after {
  position: absolute;
  top: 22px;
  left: 0;
  content: "";
  background: #ff5e15;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.history-tablist .nav-item {
  border: none;
}

.history-tablist .nav-item .nav-link {
  border: 1px solid #ff5e15;
  display: inline-block;
  padding: 9px 40px 7px;
  border-radius: 0;
  background: #fff;
  color: #00235a;
  font-size: 18px;
}

.history-tablist .nav-item .nav-link.active {
  background-color: #ff5e15;
  color: #fff;
}

.history-tab-content {
  position: relative;
}

.history-tab-content .history-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 58%;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 40px 50px 50px;
  z-index: 1;
}

.history-tab-content .history-text h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 20px;
}

.history-tab-content .history-text p {
  margin: 0 0 28px;
}

.history-tab-content .history-text .progressbar-wrap {
  margin-bottom: 0;
}

.history-tab-content .history-text .progressbar-wrap .progress-bar {
  margin-bottom: 0;
}

.history-tab-content .history-video {
  height: 450px;
  top: 0;
  right: 0;
  width: 60%;
  margin-left: auto;
  position: relative;
}

.history-tab-content .history-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

.history-tab-content .history-video .video-play .play-now .icon {
  height: 65px;
  width: 65px;
  line-height: 70px;
  background-color: #fff;
  color: #ff5e15;
  font-size: 20px;
  padding-left: 5px;
}

/*-------------------------------
         Partner CSS
-------------------------------*/
.partner-item img {
  max-width: 120px;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.partner-item:hover img {
  opacity: 1;
}

/*-------------------------------
         Testimonial Section CSS
-------------------------------*/
.testimonial-bg-1 {
  background-image: url(../images/testimonial-bg-1.jpg);
}

.testimonial-wrap.style3 {
  position: relative;
}

.testimonial-item {
  padding: 22px 25px 25px;
  margin: 0 0 25px;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.testimonial-item .client-info-wrap .client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-item .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-item .client-info-wrap .client-info {
  width: calc(100% - 75px);
  margin-left: 15px;
}

.testimonial-item .client-info-wrap .client-info h5 {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-item .client-info-wrap .client-info span {
  color: #555555;
  font-size: 15px;
}

.testimonial-item .client-quote {
  margin: 14px 0 24px;
}

.testimonial-item .client-quote p {
  margin: 0;
  font-size: 17px;
}

.testimonial-item.style2 {
  position: relative;
  z-index: 1;
}

.testimonial-item.style2:hover:after {
  opacity: 1;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.testimonial-item.style3 .client-info-wrap .client-img {
  border: 2px solid #00235a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-item.style4 {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.testimonial-item.style4 .client-info-wrap .client-img {
  border: 2px solid #00235a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-footer .client-info-wrap {
  width: calc(100% - 60px);
}

.testimonial-footer .quote-icon {
  width: 55px;
}

.ratings li {
  display: inline-block;
}

.ratings li i {
  color: #ff5e15;
}

.quote-icon i {
  color: #ff5e15;
  opacity: 0.4;
  font-size: 45px;
  line-height: 0.8;
  height: auto;
  display: inline-block;
}

.testimonial-slider-one.owl-carousel .owl-item .item {
  padding: 0 0 35px 0;
}

.testimonial-slider-one.owl-carousel .owl-item.active.center .testimonial-item {
  border-bottom: 2px solid #ff5e15;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-slider-one.owl-carousel .owl-item.active.center .testimonial-item .client-info-wrap .client-img {
  border: 2px solid #ff5e15;
}

.testimonial-slider-one.owl-carousel .owl-dots {
  text-align: center;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin: 0 12px 0 0;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff5e15;
  opacity: 0.4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.testimonial-slider-one.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.owl-carousel .testimonial-item {
  margin-bottom: 0;
}

/*-------------------------------
         Pricing Table CSS
-------------------------------*/
.pricing-table {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 0 25px;
}

.pricing-table .pricing-header {
  padding: 30px 30px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pricing-table .pricing-header:after {
  position: absolute;
  bottom: -26px;
  left: 0;
  content: "";
  background-color: #fff;
  width: 100vh;
  height: 70px;
  z-index: -1;
}

.pricing-table .pricing-header h2 {
  color: #fff;
  line-height: 1.2;
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

.pricing-table .pricing-features {
  margin: 40px 30px 20px;
  position: relative;
}

.pricing-table .pricing-features .pricing-header-tag {
  position: absolute;
  top: -112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #00235a;
  border: 2px solid #fff;
  text-align: center;
  z-index: 9;
}

.pricing-table .pricing-features .pricing-header-tag h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.pricing-table .pricing-features .pricing-header-tag h3 span.price-sign {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  top: -14px;
  right: 2px;
  display: inline-block;
}

.pricing-table .pricing-features .pricing-header-tag h3 span {
  display: block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.pricing-table .pricing-features li {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #555555;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.pricing-table .pricing-features li:last-child {
  border-bottom: none;
}

.pricing-table .pricing-features li i {
  margin-right: 10px;
}

.pricing-table .pricing-features li i.la-check {
  color: green;
}

.pricing-table .pricing-features li i.la-times {
  color: #ff5e15;
}

.pricing-table .purchase-pricing {
  text-align: center;
  padding-bottom: 25px;
}

.pricing-table.style1 .pricing-header {
  background: #00235a;
}

.pricing-table.style1 .pricing-header:after {
  height: 50px;
}

.pricing-table.style2 .pricing-header {
  background-color: #ff5e15;
}

.pricing-table.style2 .pricing-header:after {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.pricing-table.style2 .pricing-header-tag {
  background-color: #ff5e15;
  border: 2px solid #fff;
}

/*-------------------------------
         Blog Section CSS
-------------------------------*/
.blog-card {
  margin-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-card .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card .blog-info {
  padding: 38px 25px 23px;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}

.blog-card .blog-info .blog-date {
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 25px;
  min-width: 95px;
  padding: 11px 15px 10px;
  line-height: 1;
  background-color: #00235a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 13px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #555555;
  padding: 0 14px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  padding-right: 0;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 14px;
  color: #555555;
}

.blog-card .blog-info .blog-metainfo li:after {
  position: absolute;
  top: -2px;
  right: -6px;
  content: "/";
  font-size: 20px;
  color: #555555;
  opacity: 0.6;
}

.blog-card .blog-info .blog-metainfo li:first-child {
  padding-left: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}

.blog-card .blog-info .blog-metainfo li i {
  position: relative;
  top: 1px;
  font-size: 14px;
  line-height: 0.8;
  color: #ff5e15;
  margin-right: 8px;
}

.blog-card .blog-info .blog-metainfo li:hover a {
  color: #ff5e15;
}

.blog-card .blog-info .blog-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
}

.blog-card:hover {
  -webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.1);
}

.blog-card:hover .blog-date {
  background-color: #ff5e15;
}

.blog-card:hover .blog-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-card:hover .blog-info .blog-title a {
  color: #ff5e15;
}

.blog-card.style1 .blog-info .blog-date {
  background-color: #00235a;
  color: #fff;
}

.blog-card.style1:hover .blog-date {
  background-color: #ff5e15;
}

.blog-card.style2 {
  position: relative;
  z-index: 1;
}

.blog-card.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ff5e15;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card.style2 .blog-info {
  background: #fff;
}

.blog-card.style2 .blog-info .blog-date {
  background-color: #fff;
  color: #ff5e15;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-card.style2:hover:after {
  opacity: 1;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.blog-card.style2:hover .blog-date {
  background-color: #ff5e15;
  color: #fff;
}

.blog-card.style3 .blog-info {
  background: #fff;
}

.blog-card.style3 .blog-info .blog-date {
  background-color: #fff;
  color: #ff5e15;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-card.style3:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.blog-card.style3:hover .blog-date {
  background-color: #ff5e15;
  color: #fff;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-box-wrap .contact-item {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-box-wrap .contact-item .contact-icon i {
  color: #ff5e15;
  line-height: 0.8;
  font-size: 28px;
  position: relative;
}

.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info h5 {
  margin: 0 0 5px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  color: #555555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item:hover {
  background-color: #ff5e15;
}

.contact-box-wrap .contact-item:hover .contact-info {
  color: #555555;
}

.contact-box-wrap .contact-item:hover .contact-info a,
.contact-box-wrap .contact-item:hover .contact-info h5,
.contact-box-wrap .contact-item:hover .contact-info p {
  color: #fff;
}

.contact-box {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 30px;
}

.contact-box:before {
  position: absolute;
  top: 100%;
  left: -100%;
  content: "";
  width: 100%;
  height: 100%;
  background: #ff414b;
  background: -webkit-gradient(linear, left top, right top, from(#ff4b4e), color-stop(35%, #ff5e54), to(#ff825f));
  background: linear-gradient(90deg, #ff4b4e 0%, #ff5e54 35%, #ff825f 100%);
  z-index: -1;
  border-radius: 0 10px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-icon i {
  color: #fff;
  line-height: 0.8;
  font-size: 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.contact-box .contact-info h5 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .contact-info a,
.contact-box .contact-info p {
  display: block;
  margin: 0;
  color: #555555;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box:hover:before {
  top: 0;
  left: 0;
}

.contact-box:hover .contact-icon {
  background: #fff;
}

.contact-box:hover .contact-icon i {
  color: #ff5e15;
}

.contact-box:hover .contact-info h5 {
  color: #fff;
}

.contact-box:hover .contact-info a,
.contact-box:hover .contact-info p {
  color: #fff;
}

.comp-map {
  height: 440px;
  margin-bottom: 25px;
}

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

#contactForm {
  background: #f9fafc;
  padding: 30px;
  margin-bottom: 25px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  border: none;
}

#contactForm .form-group input {
  height: 54px;
}

#contactForm .form-group textarea {
  height: 150px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeff2;
}

article p {
  margin-bottom: 15px;
}

article p:last-child {
  margin-bottom: 0;
}

article .post-subtitle {
  margin: 0 0 15px;
}

article h3,
article h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

article .content-feature-list {
  -webkit-columns: 2;
          columns: 2;
}

.post-navigation {
  margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  color: #999;
  font-weight: 600;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

.post-navigation .next-post i,
.post-navigation .prev-post i {
  font-size: 10px;
  position: absolute;
  top: 60%;
  font-size: 16px;
  color: #555555;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #ff5e15;
}

.post-navigation .next-post:hover i,
.post-navigation .prev-post:hover i {
  color: #ff5e15;
}

.post-navigation .next-post {
  text-align: right;
  padding-right: 24px;
}

.post-navigation .next-post i {
  right: 0;
}

.post-navigation .prev-post {
  text-align: left;
  padding-left: 24px;
}

.post-navigation .prev-post i {
  left: 0;
}

.author-info-wrap {
  margin-top: 45px;
  margin-bottom: 25px;
}

.author-info-wrap .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.author-info-wrap .author-img img {
  border-radius: 50%;
}

.author-info-wrap .author-info {
  width: calc(100% - 90px);
  margin-left: 20px;
}

.author-info-wrap .author-info h6 {
  line-height: 1.2;
  font-size: 18px;
}

.author-info-wrap .author-info .post-metainfo {
  line-height: 1;
}

.author-info-wrap .author-info .post-metainfo li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #aba8b0;
}

.author-info-wrap .author-info .post-metainfo li:first-child {
  padding-left: 0;
}

.author-info-wrap .author-info .post-metainfo li:last-child {
  padding-right: 0;
  border-right: none;
}

.author-info-wrap .author-info .post-metainfo li a {
  position: relative;
  padding-left: 20px;
}

.author-info-wrap .author-info .post-metainfo li a i {
  font-size: 16px;
  color: #ff5e15;
  position: absolute;
  top: 1px;
  left: 0;
}

.post-img {
  border-radius: 10px;
  position: relative;
  margin: 0 0 30px;
}

.post-img .post-date {
  position: absolute;
  bottom: -18px;
  left: 25px;
  padding: 11px 15px 10px;
  line-height: 1;
  background-color: #ff5e15;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.post-img img {
  border-radius: 10px;
}

.post-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 38px;
  background-color: #eeeff2;
  text-align: center;
  margin: 30px 0 30px;
  border-left: 2px solid #ff5e15;
}

.wp-block-quote p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  max-width: 70%;
}

.wp-block-quote i {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  color: #ff5e15;
  font-size: 50px;
  opacity: 0.5;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 10px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ff5e15;
  font-size: 18px;
  line-height: 0.8;
}

.content-feature-list.style2 li:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ff5e15;
}

.content-feature-list.style3 {
  padding-left: 15px;
}

.content-feature-list.style3 li {
  padding-left: 0;
  color: #555555;
}

.post-meta-option {
  background: #f9fafc;
  padding: 20px;
  border-radius: 5px;
}

/*----------Comment css-----------*/
.comment-box-title {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
  border-radius: 5px;
}

.comment-box-title span {
  font-weight: 600;
}

.comment-item {
  margin: 0 0 25px;
  padding: 20px;
  background: #f9fafc;
}

.comment-item.reply {
  margin-left: 40px;
}

.comment-item:last-child {
  margin: 0;
  border-bottom: none;
}

.comment-item .comment-author-img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.comment-item .comment-author-img img {
  border-radius: 5px;
}

.comment-item .comment-author-wrap {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 7px;
}

.comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.comment-item .comment-author-wrap .comment-author-name .comment-date {
  font-size: 15px;
  position: relative;
  top: 1px;
  line-height: 1;
  color: #777;
  margin: 0 0 0 20px;
}

.comment-item .comment-author-wrap .comment-text {
  margin: 3px 0 7px;
}

.comment-item .comment-author-wrap .comment-text p {
  margin: 0;
  font-size: 15px;
}

.reply-btn {
  display: inline-block;
  line-height: 1;
  margin-top: 5px;
  font-size: 15px;
  color: #ff5e15;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reply-btn:hover {
  color: #00235a;
}

.comment-item.review-box .comment-author-wrap .comment-author-name .comment-date i {
  top: 0px;
  margin-right: 5px;
}

.comment-form-title h4 {
  margin-bottom: 20px;
  color: #000;
  line-height: 1;
}

#cmt-form {
  padding: 25px 25px 25px;
  border-radius: 7px;
  background: #f9fafc;
}

#cmt-form .checkbox,
#cmt-form label {
  color: #444;
  padding-left: 20px;
}

.comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

.comment-form .form-group i {
  position: absolute;
  top: 17px;
  right: 17px;
  color: #999;
}

.comment-form .form-group label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
}

.comment-form .form-group input,
.comment-form .form-group textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  color: #000;
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.comment-form .form-group input {
  height: 50px;
}

.comment-form .form-group textarea {
  height: 129px;
  resize: none;
}

.checkbox {
  display: block;
}

.checkbox.style2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox.style2 label {
  position: relative;
  cursor: pointer;
}

.checkbox.style2 label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ff5e15;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #ff5e15;
}

.form_group {
  position: relative;
}

.form_group label {
  padding-left: 20px;
}

.form_group input {
  position: absolute;
  top: 5px;
  left: 0;
}

.post-comment-wrap {
  border: 1px solid #aba8b0;
  padding: 25px;
  margin: 0 0 25px;
}

.post-comment-wrap.review-box {
  border: none;
  padding: 0;
}

.post-comment-wrap .comment-title {
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #aba8b0;
}

.post-comment-wrap .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}

.post-comment-wrap .comment-item:last-child {
  margin: 0;
}

.post-comment-wrap .comment-item .comment-author_img {
  width: 75px;
}

.post-comment-wrap .comment-item .comment-author_text {
  width: calc(100% - 95px);
  margin-left: 20px;
}

.post-comment-wrap .comment-item .comment-author_text p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.7;
  margin: 0;
}

.comment-author_info {
  margin: 0 0 8px;
}

.comment-author_info h6,
.comment-author_info p {
  display: inline-block;
}

.comment-author_info h6 {
  line-height: 21px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-author_info span {
  margin-left: 10px;
  line-height: 1.4;
}

.comment-author_info span i {
  color: #ff5e15;
  position: relative;
  top: -1px;
  left: 1px;
}

.comment-author_info p {
  margin-left: 25px !important;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  opacity: 0.7;
}

.post-tag span,
.post-share span {
  margin-right: 10px;
}

.post-tag span i {
  color: #ff5e15;
}

.post-tag li {
  display: inline-block;
}

.post-tag li a {
  color: #555;
  font-size: 15px;
}

.post-tag li a:hover {
  color: #ff5e15;
}

.post-tag ul {
  display: inline-block;
}

.post-share {
  display: inline-block;
}

.post-share ul {
  display: inline-block;
}

.post-author {
  padding: 25px;
  margin: 34px 0;
  border-radius: 5px;
  background: #f9fafc;
}

.post-author .post-author-img {
  width: 170px;
  height: 170px;
  border-radius: 5px;
}

.post-author .post-author-img img {
  border-radius: 5px;
}

.post-author .post-author-info {
  width: calc(100% - 195px);
  margin-left: 25px;
}

.post-author .post-author-info h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

/*-------------------------------
   Service Details CSS
--------------------------------*/
.project-desc h1,
.service-desc h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
}

.project-desc h2,
.service-desc h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
}

.project-desc p,
.service-desc p {
  margin: 0 0 30px;
}

.project-desc p:last-child,
.service-desc p:last-child {
  margin-bottom: 0;
}

.project-desc .content-feature-list,
.service-desc .content-feature-list {
  -webkit-columns: 2;
          columns: 2;
}

.project-desc .service-img,
.service-desc .service-img {
  margin: 0 0 30px;
  border-radius: 10px;
}

.project-desc img,
.service-desc img {
  border-radius: 10px;
}

.contact-widget {
  position: relative;
  text-align: left;
  z-index: 1;
}

.contact-widget.sidebar-widget {
  border-top: none;
  padding: 50px 25px;
}

.contact-widget p,
.contact-widget h3,
.contact-widget a {
  color: #fff;
  z-index: 2;
  font-weight: 500;
  position: relative;
}

.contact-widget h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0 15px;
}

.contact-widget a {
  display: block;
  margin: 0 0 10px;
}

.contact-widget a.btn {
  margin-top: 15px;
  display: inline-block;
}

.schedule-widget ul li {
  margin: 0 0 15px;
}

.schedule-widget ul li:last-child {
  margin: 0;
}

.schedule-widget ul li h6 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  color: #00235a;
  font-weight: 500;
}

.schedule-widget ul li p {
  margin: 0;
  font-size: 15px;
}

.project-info-widget .project-info-item-wrap {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.project-info-widget .project-info-item-wrap .project-info-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  font-size: 15px;
  padding-left: 35px;
  padding-bottom: 20px;
  color: #555555;
}

.project-info-widget .project-info-item-wrap .project-info-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.project-info-widget .project-info-item-wrap .project-info-item .project-info-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff5e15;
  font-size: 25px;
}

.project-info-widget .project-info-item-wrap .project-info-item span {
  color: #000;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

/*-------------------------------
         Terms CSS
-------------------------------*/
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5 {
  font-weight: 600;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6 {
  margin-bottom: 15px;
  font-weight: 600;
}

.privacy-policy p span {
  color: #ff5e15;
}

.privacy-policy .single-content {
  margin-bottom: 25px;
}

.privacy-policy .single-content b {
  color: #00235a;
}

.privacy-policy .single-content:last-child p:last-child {
  margin-bottom: 0;
}

/*-------------------------------
         Footer CSS
-------------------------------*/
.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .hero-wrap.style1 .hero-promo-bg .video-play, .feature-card.style2 .feature-info .feature-icon, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon, .project-card .project-img .project-info .project-view, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-features .pricing-header-tag, .contact-box-wrap .contact-item .contact-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button, .author-info-wrap .author-info, .header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .testimonial-item .client-info-wrap, .testimonial-footer, .contact-box-wrap .contact-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .schedule-widget ul li, .footer-widget .social-box, .history-tablist, .page-navigation .page-nav, .pp-post-item, .post-gallery-wrap, .wh-choose-content .wh-item-wrap .wh-item, .comment-item, .comment-author_info, .post-author, .footer-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-btn, .social-profile.style1 li a, .social-profile.style2 li a, .search-area, .hero-wrap.style1 .hero-promo-bg .video-play, .feature-card.style2 .feature-info .feature-icon, .feature-slider-one.owl-carousel .owl-nav .owl-prev,
.feature-slider-one.owl-carousel .owl-nav .owl-next, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-card-icon, .service-card.style3 .service-card-icon, .project-card .project-img .project-info .project-view, .owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, .wh-choose-content .wh-item-wrap .wh-item .wh-icon, .pricing-table .pricing-features .pricing-header-tag, .contact-box-wrap .contact-item .contact-icon, .contact-box .contact-icon, .newsletter-box .newsletter-form .form-group button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left, .header-wrap .header-top .header-top-left .contact-item, .header-wrap .header-top .header-top-right, .header-wrap .header-bottom .header-bottom-right, .select-lang .navbar-language .dropdown-toggle, .testimonial-item .client-info-wrap, .testimonial-footer, .contact-box-wrap .contact-item, .contact-box, .post-navigation, .author-info-wrap, .comment-item .comment-author-wrap .comment-author-name, .schedule-widget ul li, .footer-widget .social-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-bg-1 {
  background-image: url(../images/footer-bg-1.jpg);
}

.footer-bg-2 {
  background-image: url(../images/footer-bg-2.jpg);
}

.footer-wrap {
  position: relative;
  z-index: 1;
}

.footer-wrap.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.footer-wrap .footer-top {
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-top .footer-logo {
  display: block;
  margin: 0 0 25px;
}

.footer-wrap .footer-top .footer-menu li {
  position: relative;
  padding-left: 17px;
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .footer-menu li i {
  position: absolute;
  top: 1px;
  left: 0;
  color: #ff5e15;
  font-size: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-top .footer-menu li a {
  color: #fff;
  font-size: 16px;
  display: block;
}

.footer-wrap .footer-top .footer-menu li:hover {
  color: #ff5e15;
  padding-left: 22px;
}

.footer-wrap .footer-top .footer-menu li:hover i {
  color: #ff5e15;
  left: 5px;
}

.footer-wrap .footer-top .footer-menu li:hover a {
  color: #ff5e15;
}

.footer-wrap .footer-top .contact-item {
  padding-left: 25px;
  margin-bottom: 18px;
}

.footer-wrap .footer-top .contact-item:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-top .contact-item p,
.footer-wrap .footer-top .contact-item a,
.footer-wrap .footer-top .contact-item h6 {
  color: #fff;
}

.footer-wrap .footer-top .contact-item h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 4px;
}

.footer-wrap .footer-top .contact-item p,
.footer-wrap .footer-top .contact-item a {
  font-size: 16px;
  margin: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-top .contact-item p:hover,
.footer-wrap .footer-top .contact-item a:hover {
  color: #ff5e15;
}

.footer-wrap .footer-top .contact-item i {
  color: #ff5e15;
}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 1;
}

.footer-wrap .footer-bottom .copyright {
  padding: 24px 15px;
  text-align: center;
}

.footer-wrap .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.footer-wrap .footer-bottom .copyright p a {
  color: #ff5e15;
}

.footer-widget .footer-menu li a i[class^="flaticon-"]::before,
.footer-widget .footer-menu li a i[class*=" flaticon-"]::before {
  font-weight: 600 !important;
}

.footer-widget-wrap .footer-widget:nth-child(1) {
  width: 31%;
  padding-right: 50px;
}

.footer-widget-wrap .footer-widget:nth-child(2) {
  width: 26%;
}

.footer-widget-wrap .footer-widget:nth-child(3) {
  width: 19%;
}

.footer-widget-wrap .footer-widget:nth-child(4) {
  width: 24%;
}

.footer-widget {
  margin: 0 0 30px;
}

.footer-widget .comp-desc {
  color: #fff;
  margin: 0 0 28px;
}

.footer-widget .social-box span {
  color: #fff;
  margin-right: 15px;
}

.footer-widget-title {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 2px;
  content: "";
  background-color: #ff5e15;
}

.newsletter-box p {
  color: #fff;
  margin: 0 0 30px;
}

.newsletter-box .newsletter-form .form-group {
  width: 100%;
  position: relative;
}

.newsletter-box .newsletter-form .form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 10px 70px 10px 15px;
}

.newsletter-box .newsletter-form .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.9;
}

.newsletter-box .newsletter-form .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
}

.newsletter-box .newsletter-form .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
}

.newsletter-box .newsletter-form .form-group input::placeholder {
  color: #fff;
  opacity: 0.9;
}

.newsletter-box .newsletter-form .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border: none;
  padding: 5px 15px;
  border-radius: 0;
  background-color: #ff5e15;
}

.newsletter-box .newsletter-form .form-group button i {
  color: #fff;
  font-size: 24px;
  line-height: 0.8;
}

.contact-item {
  position: relative;
  padding-left: 20px;
}

.contact-item i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 0;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 100%;
  }
  .newsletter-box .newsletter-form .form-group {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
  .social-box span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-wrapper.footer-fixed {
    margin-bottom: 0;
  }
  .footer-wrap.fixed-footer {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-wrapper.footer-fixed {
    margin-bottom: 770px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(1),
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3),
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 20px;
  }
  .footer-widget-wrap .footer-widget:nth-child(2),
  .footer-widget-wrap .footer-widget:nth-child(3) {
    width: 22%;
  }
  .footer-widget-wrap .footer-widget:nth-child(3) {
    padding-left: 30px;
  }
  .footer-widget-wrap .footer-widget:nth-child(4) {
    width: 24%;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-widget-wrap .footer-widget:nth-child(1) {
    padding-right: 100px;
  }
}
/*# sourceMappingURL=style.css.map */