@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default css
	02. Header css
    03. Hero css
    04. About css
    05. Service css
    06. Features css
    07. Element css
    08. Portfolio css
    09. Team css
    10. Testimonial css
    11. Blog css
    12. Sidebar css
    13. Contact css
    14. Footer css

-----------------------------------------------------------------------------------*/
/*=========================
    1. Start COMMON css 
==========================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

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

h1 {
  font-size: 80px;
  line-height: 90px;
}

h2 {
  font-size: 46px;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 35px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #616161;
  margin: 0px;
}

input, textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #616161;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slick-slide {
  outline: 0;
}

ul.social-link li {
  display: inline-block;
}

.form_group {
  position: relative;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 60px;
  border: none;
}

textarea.form_control {
  padding-top: 15px;
  display: inherit;
}

.section-title span.span {
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FD6251;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.section-title.section-title-white h2 {
  color: #fff;
}

/*===== All bg =====*/
.light-bg {
  background-color: rgba(240, 244, 249, 0.95);
}

/*===== Extend Css =====*/
.footer-wrapper-one .copyright-area .footer-nav ul li a:hover, .footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p:hover a, .footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6:hover, .sidebar-widget-area .widget.widget.recent-post-widget .post-thumbnail-content .post-title-date h6:hover, .sidebar-widget-area .widget.categories-widget .widget-link li a:hover, .blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap a:hover, .blog-details-page .blog-details-wrapper .social-box ul li a:hover, .blog-post-item-three .entry-content h3.title:hover, .blog-post-item-two .entry-content h3.title:hover, .blog-post-item-one .entry-content h3.title:hover, .post-meta ul li span a:hover, .about-wrapper-one .about-content-box .content-box h6 a:hover, .header-top-bar .top-right ul.social-link li a:hover, .header-top-bar .top-left span:hover a {
  color: #FD6251;
}

.sidebar-widget-area .widget.tags_cloud_widget a:hover, .blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn a:hover, .blog-details-page .blog-details-wrapper .post-share-tag .tags-box a:hover, .digiport-pagination ul li a:hover, .blog-post-item-three .entry-content .btn-icon:hover {
  background-color: #FD6251;
}

.footer-wrapper-one .footer-widget .widget.about-widget ul.social-link li a:after, .footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .newsletter-btn, .footer-wrapper-one .footer-widget .widget h4.widget-title:after, .contact-wrapper-one .submit-btn, .blog-post-item-two .post-thumbnail .date, .blog-post-item-one .entry-content:after, .team-item-two .team-img .share, .team-item-one .team-img .team-overlay ul.social-link, .counter-wrapper-one, .work-wrapper-one .work-item .icon .step, .intro-video-wrapper .play-content .video-popup, .features-wrapper-three .features-content-box .features-tab .nav-tabs .nav-link:after, .features-item-two:after, .service-wrapper-one:after, .about-wrapper-two .about-img-box .experience-box:after, .hero-wrapper-two .hero-img-box .experience-box .content .icon i, .header-wrapper-two .header-navigation .site-branding .brand-logo, .main-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#fd6251), to(#ff764a));
  background: linear-gradient(#fd6251 0%, #ff764a 100%);
}

/*===== All Button Style =====*/
button {
  border: none;
}

.main-btn {
  position: relative;
  padding: 15px 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  border-radius: 5px;
}
.main-btn:hover {
  color: #fff;
}
.main-btn:hover:after, .main-btn:hover:before {
  width: 51%;
}
.main-btn:after, .main-btn:before {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  content: "";
  border-radius: 0 5px 5px 0px;
  z-index: -1;
  background: #131F2B;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn:before {
  left: 0;
  border-radius: 5px 0 0 5px;
}
.main-btn:after {
  right: 0;
  border-radius: 0 5px 5px 0;
}
.main-btn i {
  margin-left: 10px;
  font-size: 18px;
}
.main-btn.filled-btn {
  background: transparent;
  border: 1px solid #FD6251;
  color: #FD6251;
}
.main-btn.filled-btn:hover {
  border-color: transparent;
  color: #fff;
}

.btn-link {
  color: #FD6251;
  font-size: 15px;
  font-weight: 700;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}
.btn-link i {
  margin-left: 10px;
  font-size: 16px;
  vertical-align: middle;
}

/*
    nice select css
*/
.nice-select {
  width: 100%;
  outline: none;
}
.nice-select.open:after {
  -webkit-transform: none;
          transform: none;
}
.nice-select:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  -webkit-transform: none;
          transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2E2E2E;
}
.nice-select .list {
  width: 100%;
}

/*
    search 
*/
#search-modal {
  background: rgba(23, 26, 33, 0.85);
}
#search-modal .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#search-modal .modal-content:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-modal .form_control {
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}
#search-modal .form_control:focus {
  border-color: #FD6251;
}
#search-modal .form_control::-webkit-input-placeholder {
  color: #fff;
}
#search-modal .form_control::-moz-placeholder {
  color: #fff;
}
#search-modal .form_control:-ms-input-placeholder {
  color: #fff;
}
#search-modal .form_control::-ms-input-placeholder {
  color: #fff;
}
#search-modal .form_control::placeholder {
  color: #fff;
}
#search-modal .search_btn {
  position: absolute;
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FD6251;
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
.back-to-top {
  background: #FD6251;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
  background: #131F2B;
  color: #fff;
}

/*
    End scroll_up css
*/
@-webkit-keyframes play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@keyframes play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*====================
    End COMMON css 
======================*/
/*---=====================
   02. Start Header css 
========================---*/
.header-top-bar .top-bar-area {
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 991px) {
  .header-top-bar .top-left {
    text-align: center;
  }
}
.header-top-bar .top-left span {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  color: #131F2B;
  border-right: 1px solid #E6E6E6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-bar .top-left span {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .header-top-bar .top-left span {
    border: none;
    padding: 15px 12px;
  }
}
@media (max-width: 767px) {
  .header-top-bar .top-left span {
    padding: 5px;
  }
}
.header-top-bar .top-left span i {
  margin-right: 10px;
}
.header-top-bar .top-left span:first-child {
  border-left: 1px solid #E6E6E6;
}
@media (max-width: 991px) {
  .header-top-bar .top-left span:first-child {
    border: none;
  }
}
.header-top-bar .top-right {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .header-top-bar .top-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
  }
}
.header-top-bar .top-right ul.social-link li {
  margin-left: 15px;
}
.header-top-bar .top-right ul.social-link li a {
  color: #131F2B;
}
.header-navigation .main-menu ul > li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  float: right;
  display: inline-block;
  color: #131F2B;
  font-size: 14px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .main-menu ul > li.menu-item-has-children > a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-navigation .main-menu ul > li.menu-item-has-children > a:after {
    display: none;
  }
}
.header-navigation .main-menu ul > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a:after {
  color: #fff;
}
.header-navigation .main-menu ul > li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  margin-left: 0px;
  margin-right: 5px;
  color: #131F2B;
}
.header-navigation .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-navigation .main-menu ul li:first-child > a {
  padding-left: 0px;
}
.header-navigation .main-menu ul li > a {
  display: block;
  font-size: 16px;
  color: #131F2B;
  font-weight: 500;
  text-transform: capitalize;
  padding: 30px 10px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-navigation .main-menu ul li > a {
    font-size: 14px;
    padding: 40px 8px;
  }
}
.header-navigation .main-menu ul li > a.active {
  color: #FD6251;
}
.header-navigation .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  height: auto;
  text-align: left;
}
.header-navigation .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul li .sub-menu li a {
  display: block;
  padding: 10px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
  background-color: #FD6251;
  color: #fff;
  border-color: transparent;
}
.header-navigation .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
  background-color: #FD6251;
  color: #fff;
}
.header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #FD6251;
}
.header-navigation .main-menu ul li:hover > a {
  color: #FD6251;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation.breakpoint-on {
  padding: 10px 0;
}
.header-navigation.breakpoint-on .nav-menu {
  text-align: left;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #131F2B !important;
  padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #131F2B;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid #eaeaea;
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #131F2B;
  font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #131F2B;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
  background: #FD6251;
}
.header-navigation .navbar-close i {
  color: #fff;
  font-size: 20px;
}

.header-right-nav {
  float: right;
}
.header-right-nav ul li {
  display: inline-block;
}
.header-right-nav ul li.phone-column {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-right-nav ul li.phone-column {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-nav ul li.phone-column {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-right-nav ul li.phone-column {
    margin-right: 15px;
  }
}
@media (max-width: 400px) {
  .header-right-nav ul li.phone-column {
    margin-right: 7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-nav ul li.nav-button {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-right-nav ul li.nav-button {
    display: none;
  }
}
.header-right-nav ul li a.phone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right-nav ul li a.phone-btn:hover .icon {
  background-color: #FD6251;
  border-color: transparent;
}
.header-right-nav ul li a.phone-btn:hover .icon i {
  color: #fff;
}
.header-right-nav ul li a.phone-btn:hover .info h6 {
  color: #FD6251;
}
.header-right-nav ul li a.phone-btn .icon {
  border: 2px solid rgba(34, 36, 41, 0.1);
  height: 50px;
  width: 50px;
  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;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-right-nav ul li a.phone-btn .icon i {
  color: #FD6251;
}
.header-right-nav ul li a.phone-btn .info span {
  display: block;
  color: #565872;
  line-height: 20px;
}
.header-right-nav ul li a.phone-btn .info h6 {
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-nav ul li a.phone-btn .info {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-right-nav ul li a.phone-btn .info {
    display: none;
  }
}

.header-wrapper-one .container-fluid {
  padding-left: 75px;
  padding-right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-wrapper-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-wrapper-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-wrapper-one .header-navigation {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 22px rgba(157, 184, 209, 0.19);
          box-shadow: 0px 1px 22px rgba(157, 184, 209, 0.19);
}

.header-wrapper-two .container-fluid {
  padding-left: 180px;
  padding-right: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-wrapper-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-wrapper-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-wrapper-two .header-navigation .site-branding .brand-logo {
  border-radius: 5px;
  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;
  justify-content: center;
  padding: 41px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper-two .header-navigation .site-branding .brand-logo {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .header-wrapper-two .header-navigation .site-branding .brand-logo {
    padding: 25px 20px;
  }
}
.header-wrapper-two .header-navigation .header-right-nav, .header-wrapper-two .header-navigation .site-branding, .header-wrapper-two .header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-wrapper-two .header-navigation .header-right-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.header-wrapper-two .header-navigation.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 22px rgba(157, 184, 209, 0.19);
          box-shadow: 0px 1px 22px rgba(157, 184, 209, 0.19);
}

.header-wrapper-two .header-navigation.sticky .site-branding .brand-logo {
  padding: 22px 20px;
}

/* Sticky */
.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
}

@-webkit-keyframes sticky {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
/*---=====================
   03. Start Hero css 
========================---*/
.hero-wrapper-two {
  padding: 150px 0;
}
.hero-wrapper-two .hero-content span.span {
  color: #FD6251;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero-wrapper-two .hero-content h1 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper-two .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-two .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.hero-wrapper-two .hero-content p {
  margin-bottom: 33px;
}
.hero-wrapper-two .hero-img-box {
  position: relative;
  min-height: 470px;
  padding-left: 20px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-wrapper-two .hero-img-box {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-two .hero-img-box {
    min-height: auto;
    padding-left: 0;
  }
}
.hero-wrapper-two .hero-img-box .object {
  position: absolute;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-wrapper-two .hero-img-box .object {
    display: none;
  }
}
.hero-wrapper-two .hero-img-box .object.object-1 {
  top: -40px;
  left: -40px;
}
.hero-wrapper-two .hero-img-box .object.object-2 {
  top: -50px;
  right: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper-two .hero-img-box .object.object-2 {
    right: -25px;
  }
}
.hero-wrapper-two .hero-img-box .object.object-3 {
  bottom: -75px;
  right: -125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper-two .hero-img-box .object.object-3 {
    right: -25px;
  }
}
.hero-wrapper-two .hero-img-box .experience-box {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -50px;
  min-width: 230px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  padding: 15px 15px 7px;
}
@media (max-width: 991px) {
  .hero-wrapper-two .hero-img-box .experience-box {
    bottom: -20px;
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-two .hero-img-box .experience-box {
    margin-left: 20px;
  }
}
.hero-wrapper-two .hero-img-box .experience-box .content .icon i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 32px;
}
.hero-wrapper-two .hero-img-box .experience-box .content .info {
  margin-left: 15px;
}
.hero-wrapper-two .hero-img-box .experience-box p {
  font-weight: 500;
}
.hero-wrapper-two .hero-img img {
  border-radius: 5px;
}

.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.hero-slider-one .slick-arrow:hover {
  background-color: #FD6251;
  color: #fff;
  border-color: transparent;
}
.hero-slider-one .slick-arrow.prev {
  left: 40px;
}
.hero-slider-one .slick-arrow.next {
  right: 40px;
}

.hero-wrapper-one {
  position: relative;
}
.hero-wrapper-one .single-slider {
  padding: 240px 0 250px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-wrapper-one .single-slider {
    padding: 140px 0 150px;
  }
}
.hero-wrapper-one .single-slider .object-shape .object {
  position: absolute;
}
.hero-wrapper-one .single-slider .object-shape .object.object-1 {
  top: 0;
  left: 0;
}
.hero-wrapper-one .single-slider .object-shape .object.object-2 {
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .hero-wrapper-one .single-slider .object-shape .object.object-2 {
    display: none;
  }
}
.hero-wrapper-one .single-slider .object-shape .object.object-3 {
  bottom: 0;
  left: 60px;
}
@media (max-width: 991px) {
  .hero-wrapper-one .single-slider .object-shape .object.object-3 {
    display: none;
  }
}
.hero-wrapper-one .single-slider .object-shape .object.object-4 {
  bottom: 50px;
  right: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-wrapper-one .single-slider .object-shape .object.object-4 {
    display: none;
  }
}
.hero-wrapper-one .single-slider .object-shape .object.object-5 {
  bottom: 0;
  right: 0;
}
.hero-wrapper-one .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 31, 43, 0.6);
  z-index: -1;
}
.hero-wrapper-one .hero-content span.span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content span.span {
    margin-bottom: 15px;
  }
}
.hero-wrapper-one .hero-content span.span:after, .hero-wrapper-one .hero-content span.span:before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #F0F4F9;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content span.span:after, .hero-wrapper-one .hero-content span.span:before {
    width: 20px;
  }
}
.hero-wrapper-one .hero-content span.span:before {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content span.span:before {
    margin-right: 10px;
  }
}
.hero-wrapper-one .hero-content span.span:after {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content span.span:after {
    margin-left: 10px;
  }
}
.hero-wrapper-one .hero-content h1 {
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

.hero-area .breadcrumbs-wrapper-two {
  padding: 101px 0 123px;
}
.hero-area .breadcrumbs-wrapper-two .page-title h1 {
  color: #fff;
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero-area .breadcrumbs-wrapper-two .page-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.hero-area .breadcrumbs-wrapper-two .page-title ul.breadcrumb-link li {
  display: inline-block;
  color: #fff;
}
.hero-area .breadcrumbs-wrapper-two .page-title ul.breadcrumb-link li:last-child:after {
  display: none;
}
.hero-area .breadcrumbs-wrapper-two .page-title ul.breadcrumb-link li.active {
  color: #fff;
}
.hero-area .breadcrumbs-wrapper-two .page-title ul.breadcrumb-link li:after {
  display: inline-block;
  content: "|";
  margin-left: 10px;
  margin-right: 7px;
}

/*---=====================
   04. Start About css 
========================---*/
.about-wrapper-one .about-img-box {
  position: relative;
  height: 500px;
  margin-right: 45px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper-one .about-img-box {
    margin-right: 0px;
  }
}
.about-wrapper-one .about-img-box .shape {
  position: absolute;
  z-index: -1;
}
.about-wrapper-one .about-img-box .shape.shape-1 {
  top: -25px;
  right: 0;
}
.about-wrapper-one .about-img-box .shape.shape-2 {
  top: 200px;
  right: 40px;
}
.about-wrapper-one .about-img-box .shape.shape-3 {
  bottom: 90px;
  left: 20px;
}
.about-wrapper-one .about-img-box .shape.shape-4 {
  bottom: 0px;
  left: 40px;
}
.about-wrapper-one .about-img-box .about-img img {
  width: 100%;
  border-radius: 5px;
}
.about-wrapper-one .about-img-box .about-img-one {
  max-height: 350px;
  max-width: 450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper-one .about-img-box .about-img-one {
    max-width: 400px;
  }
}
.about-wrapper-one .about-img-box .about-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 260px;
  max-width: 380px;
}
.about-wrapper-one .about-img-box .about-img-two img {
  border: 8px solid #fff;
}
.about-wrapper-one .about-content-box .box-item .icon {
  margin-right: 25px;
}
.about-wrapper-one .about-content-box .box-item .icon i {
  font-size: 45px;
  line-height: 1;
  color: #FD6251;
}
.about-wrapper-one .about-content-box .box-item .content p {
  margin-bottom: 0px;
}
.about-wrapper-one .about-content-box p {
  margin-bottom: 43px;
}
.about-wrapper-one .about-content-box .box-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper-one .about-content-box .box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-wrapper-one .about-content-box .content-box {
  margin-left: -30px;
}
@media (max-width: 767px) {
  .about-wrapper-one .about-content-box .content-box {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.about-wrapper-one .about-content-box .content-box span.text {
  margin-bottom: 3px;
  display: block;
}
.about-wrapper-one .about-content-box .content-box h6 i {
  color: #FD6251;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper-one .about-content-box .main-btn {
    padding: 15px 25px;
  }
}

.about-wrapper-two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-wrapper-two .about-img-box {
  position: relative;
  height: 690px;
}
.about-wrapper-two .about-img-box .about-img-one {
  max-width: 470px;
  max-height: 460px;
}
.about-wrapper-two .about-img-box .about-img-one img {
  width: 100%;
}
.about-wrapper-two .about-img-box .about-img-two {
  max-width: 470px;
  max-height: 415px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-wrapper-two .about-img-box .about-img-two img {
  border: 10px solid #fff;
  border-radius: 5px;
}
.about-wrapper-two .about-img-box .experience-box {
  position: absolute;
  bottom: 45px;
  left: 0;
  max-width: 470px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.03));
  padding: 25px 40px 18px;
}
.about-wrapper-two .about-img-box .experience-box:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1px;
  height: 80%;
}
.about-wrapper-two .about-img-box .experience-box .circle {
  position: relative;
  min-width: 88px;
  height: 88px;
  max-width: 88px;
  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;
  margin-right: 20px;
}
.about-wrapper-two .about-img-box .experience-box .circle h3 {
  font-size: 28px;
}
.about-wrapper-two .about-img-box .experience-box .circle h3 span.sign {
  font-size: 10px;
}
.about-wrapper-two .about-img-box .experience-box .circle canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.about-wrapper-two .about-img-box .experience-box .content h5 {
  margin-bottom: 5px;
}
.about-wrapper-two .about-content-box p {
  margin-bottom: 35px;
}
.about-wrapper-two .about-content-box .box-item {
  margin-bottom: 33px;
}
.about-wrapper-two .about-content-box .box-item h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-wrapper-two .about-content-box .box-item p {
  margin-bottom: 0px;
}

/*---=====================
   05. Start Service css 
========================---*/
.service-wrapper-one {
  position: relative;
  z-index: 1;
}
.service-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 67%;
  z-index: -1;
}
.service-wrapper-one .section-title span.span {
  color: #fff;
}
.service-wrapper-one .service-content-box P {
  color: #fff;
}

.service-item-one {
  background-color: #fff;
  padding: 50px 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.03);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item-one {
    padding: 50px 30px;
  }
}
.service-item-one .icon {
  margin-bottom: 20px;
}
.service-item-one .icon i {
  font-size: 60px;
  color: #FD6251;
  line-height: 1;
}
.service-item-one .content h5 {
  margin-bottom: 10px;
}
.service-item-one .content p {
  margin-bottom: 24px;
}
.service-item-one .content .filled-btn {
  padding: 6px 20px;
  font-size: 14px;
}

.service-item-two {
  background-color: #fff;
  padding: 30px 25px 20px;
  border-radius: 5px;
}
.service-item-two .icon {
  margin-bottom: 10px;
}
.service-item-two .icon i {
  color: #FD6251;
  line-height: 1;
  font-size: 60px;
}
.service-item-two .content h5 {
  margin-bottom: 13px;
}
.service-item-two .content P {
  margin-bottom: 10px;
}
.service-item-two .content .btn-link:hover {
  color: #131F2B;
}

.service-area-one {
  position: relative;
  z-index: 1;
  padding-bottom: 500px;
}
.service-area-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 31, 43, 0.9);
  z-index: -1;
}

.service-item-three {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 30px 25px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-item-three .icon {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .service-item-three .icon {
    margin-right: 20px;
  }
}
.service-item-three .icon i {
  font-size: 60px;
  line-height: 1;
  color: #FD6251;
}
.service-item-three .content h5 {
  margin-bottom: 7px;
}

/*---=====================
   06. Start Features css 
========================---*/
.features-item-one .features-img {
  position: relative;
}
.features-item-one .features-img img {
  width: 100%;
}
.features-item-one .features-img .icon {
  position: absolute;
  top: -45px;
  left: 30px;
}
.features-item-one .features-img .icon i {
  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;
  width: 95px;
  height: 95px;
  border-radius: 5px;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  background-color: #FD6251;
}
.features-item-one .content {
  background-color: #fff;
  padding: 35px 30px;
  -webkit-filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.03));
}
.features-item-one .content h5 {
  margin-bottom: 15px;
}
.features-item-one .content p {
  margin-bottom: 15px;
}
.features-item-one .content .btn-link {
  font-weight: 500;
}
.features-item-one .content .btn-link:hover {
  color: #131F2B;
}

.features-wrapper-two {
  position: relative;
  z-index: 1;
}
.features-wrapper-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 490px;
  background-color: #131F2B;
  z-index: -1;
}
.features-wrapper-two .features-content-box p {
  color: #fff;
}

.features-item-two {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.03);
  padding: 60px 35px 40px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.features-item-two:hover:after {
  visibility: visible;
  opacity: 1;
}
.features-item-two:hover .icon i {
  color: #fff;
}
.features-item-two:hover .icon .count h2 {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
.features-item-two:hover .content P, .features-item-two:hover .content h5 {
  color: #fff;
}
.features-item-two:hover .content .btn-icon {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.features-item-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-item-two .icon {
  position: relative;
  z-index: 1;
}
.features-item-two .icon .count {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.features-item-two .icon .count h2 {
  font-size: 130px;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(19, 31, 43, 0.2);
}
.features-item-two .icon i {
  font-size: 60px;
  line-height: 1;
  color: #FD6251;
  margin-bottom: 15px;
}
.features-item-two .content h5 {
  margin-bottom: 10px;
}
.features-item-two .content p {
  margin-bottom: 25px;
}
.features-item-two .content .btn-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #FD6251;
  -webkit-filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.1));
  margin: auto;
}

.features-wrapper-three {
  padding-top: 380px;
}
.features-wrapper-three .features-content-box .features-tab .nav-tabs {
  border-bottom: none;
}
.features-wrapper-three .features-content-box .features-tab .nav-tabs .nav-link {
  padding: 7px 35px;
  border-radius: 5px;
  border: none;
  color: #131F2B;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .features-wrapper-three .features-content-box .features-tab .nav-tabs .nav-link {
    padding: 7px 25px;
    margin-right: 5px;
  }
}
.features-wrapper-three .features-content-box .features-tab .nav-tabs .nav-link.active {
  color: #fff;
}
.features-wrapper-three .features-content-box .features-tab .nav-tabs .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
.features-wrapper-three .features-content-box .features-tab .nav-tabs .nav-link:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
  opacity: 1;
}
.features-wrapper-three .features-content-box .content-box h3 {
  margin-bottom: 15px;
}
.features-wrapper-three .features-content-box .content-box p {
  margin-bottom: 15px;
}
.features-wrapper-three .features-content-box .content-box ul.list li {
  width: 50%;
  position: relative;
  padding-bottom: 10px;
}
.features-wrapper-three .features-content-box .content-box ul.list li:last-child {
  padding-bottom: 0px;
}
.features-wrapper-three .features-content-box .content-box ul.list li:before {
  display: inline-block;
  content: "";
  font-size: 17px;
  color: #FD6251;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 12px;
}

/*---=====================
   07. Start Elemnet css 
========================---*/
.intro-video-wrapper {
  position: relative;
  border-radius: 5px;
}
.intro-video-wrapper.intro-wrapper-one {
  padding-top: 350px;
  margin-bottom: -260px;
}
.intro-video-wrapper .play-content {
  position: absolute;
  top: 0;
  left: 0;
}
.intro-video-wrapper .play-content .video-popup {
  width: 170px;
  height: 170px;
  border-radius: 5px 0 5px 0;
  font-size: 32px;
  color: #fff;
  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;
}
.intro-video-wrapper .intro-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #131F2B;
  padding: 35px 40px;
  border-radius: 5px 0 0 0;
}
@media (max-width: 991px) {
  .intro-video-wrapper .intro-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro-video-wrapper .intro-content-box .content {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .intro-video-wrapper .intro-content-box .content {
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0px;
  }
}
.intro-video-wrapper .intro-content-box .content h3 {
  color: #fff;
  font-size: 38px;
  line-height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .intro-video-wrapper .intro-content-box .content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .intro-video-wrapper .intro-content-box .content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
.intro-video-wrapper .intro-content-box .button {
  min-width: 200px;
}
.intro-video-wrapper .intro-content-box .button .main-btn {
  padding: 15px 35px;
}
.intro-video-wrapper .intro-content-box .button .main-btn:hover {
  color: #FD6251;
}
.intro-video-wrapper .intro-content-box .button .main-btn:after, .intro-video-wrapper .intro-content-box .button .main-btn:before {
  background-color: #fff;
}

.work-wrapper-one .work-item .icon {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-wrapper-one .work-item .icon {
    margin-right: 20px;
  }
}
.work-wrapper-one .work-item .icon i {
  min-width: 125px;
  max-width: 125px;
  height: 125px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  font-size: 60px;
  line-height: 1;
  color: #FD6251;
  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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-wrapper-one .work-item .icon i {
    min-width: 75px;
    max-width: 75px;
    height: 75px;
    font-size: 30px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .work-wrapper-one .work-item .icon i {
    min-width: 100px;
    max-width: 100px;
    height: 101px;
  }
}
.work-wrapper-one .work-item .icon .step {
  padding: 10px 20px;
  width: 80%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-wrapper-one .work-item .icon .step {
    width: 100%;
    padding: 10px 0px;
  }
}
@media (max-width: 991px) {
  .work-wrapper-one .work-item .icon .step {
    width: 100%;
  }
}
.work-wrapper-one .work-item .content h5 {
  margin-bottom: 10px;
}

.counter-wrapper-one {
  padding: 77px 40px 33px;
  border-radius: 5px;
  position: relative;
  margin-top: -125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-wrapper-one {
    padding: 77px 12px 33px;
  }
}
.counter-wrapper-one .counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-wrapper-one .counter-item .icon {
  margin-right: 30px;
}
.counter-wrapper-one .counter-item .icon i {
  font-size: 60px;
  line-height: 1;
  color: #fff;
}
.counter-wrapper-one .counter-item .content {
  margin-top: -5px;
}
.counter-wrapper-one .counter-item .content h2, .counter-wrapper-one .counter-item .content .ct-title {
  color: #fff;
}
.counter-wrapper-one .counter-item .content h2 {
  font-size: 40px;
  line-height: 50px;
}
.counter-wrapper-one .counter-item .content .ct-title {
  font-size: 18px;
  line-height: 17px;
}

.counter-wrapper-two {
  position: relative;
  z-index: 1;
}
.counter-wrapper-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 31, 43, 0.9);
  z-index: -1;
}
.counter-wrapper-two .counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-wrapper-two .counter-item .icon {
  margin-right: 30px;
}
.counter-wrapper-two .counter-item .icon i {
  font-size: 60px;
  line-height: 1;
  color: #FD6251;
}
.counter-wrapper-two .counter-item .content {
  margin-top: -5px;
}
.counter-wrapper-two .counter-item .content h2, .counter-wrapper-two .counter-item .content .ct-title {
  color: #fff;
}
.counter-wrapper-two .counter-item .content h2 {
  font-size: 40px;
  line-height: 50px;
}
.counter-wrapper-two .counter-item .content .ct-title {
  font-size: 18px;
  line-height: 17px;
}

/*---=====================
   08. Start Portfolio css 
========================---*/
.portfolio-wrapper-one {
  position: relative;
  z-index: 1;
}
.portfolio-wrapper-one .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .portfolio-wrapper-one .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portfolio-wrapper-one .portfolio-arrows-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio-wrapper-one .portfolio-arrows-one .slick-arrow {
  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;
  cursor: pointer;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: #fff;
  color: #FD6251;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-wrapper-one .portfolio-arrows-one .slick-arrow.prev {
  margin-right: 20px;
}
.portfolio-wrapper-one .portfolio-arrows-one .slick-arrow:hover {
  background-color: #FD6251;
  color: #fff;
}
.portfolio-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 500px;
  background-color: #F0F4F9;
  z-index: -1;
}
.portfolio-wrapper-one .portfolio-slider-one {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-wrapper-one .portfolio-slider-one .slick-list {
  padding-bottom: 60px;
}
.portfolio-wrapper-one .portfolio-item {
  margin-left: 15px;
  margin-right: 15px;
}
.portfolio-wrapper-one .portfolio-item:hover .portfolio-img .portfolio-overaly {
  bottom: -40px;
  visibility: visible;
  opacity: 1;
}
.portfolio-wrapper-one .portfolio-item .portfolio-img {
  position: relative;
}
.portfolio-wrapper-one .portfolio-item .portfolio-img img {
  width: 100%;
  border-radius: 10px;
}
.portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly .content h3.title {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly {
    padding: 30px 15px;
  }
}
.portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly .button .icon-btn {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  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;
  background-color: #FD6251;
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly .button .icon-btn:hover {
  background-color: #131F2B;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-wrapper-one .portfolio-item .portfolio-img .portfolio-overaly .button .icon-btn {
    width: 50px;
    height: 50px;
  }
}

.portfolio-wrapper-two {
  margin-left: 19.3%;
  margin-top: -425px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-wrapper-two {
    margin-left: 4.5%;
  }
}
@media (max-width: 991px) {
  .portfolio-wrapper-two {
    margin-left: 15px;
  }
}
.portfolio-wrapper-two .portfolio-item:hover .portfolio-img .portfolio-overaly {
  visibility: visible;
  opacity: 1;
}
.portfolio-wrapper-two .portfolio-item:hover .portfolio-img .portfolio-overaly .content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-wrapper-two .portfolio-item:hover .portfolio-img .portfolio-overaly .button {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-wrapper-two .portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img img {
  width: 100%;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(7, 3, 70, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding: 35px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .content {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .content h3.title, .portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .content p {
  color: #fff;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .content h3.title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .button {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .button .icon-btn {
  background-color: #fff;
  width: 58px;
  height: 58px;
  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;
  border-radius: 50%;
  background-color: #fff;
  color: #FD6251;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-wrapper-two .portfolio-item .portfolio-img .portfolio-overaly .button .icon-btn:hover {
  background-color: #FD6251;
  color: #fff;
}

.portfolio-arrows-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-arrows-two {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 45px;
  }
}
@media (max-width: 991px) {
  .portfolio-arrows-two {
    margin-right: 30px;
  }
}
.portfolio-arrows-two .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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;
  border: 1px solid #FD6251;
  color: #FD6251;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-arrows-two .slick-arrow:hover {
  background-color: #FD6251;
  color: #fff;
  border-color: transparent;
}
.portfolio-arrows-two .slick-arrow.next {
  margin-left: 15px;
}

/*---=====================
   09. Start Team css 
========================---*/
.team-img {
  position: relative;
}

.team-item-one:hover .team-img .team-overlay {
  visibility: visible;
  opacity: 1;
}
.team-item-one .team-img img {
  width: 100%;
}
.team-item-one .team-img .team-overlay {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-item-one .team-img .team-overlay ul.social-link {
  padding: 12px 17px;
  border-radius: 5px;
}
.team-item-one .team-img .team-overlay ul.social-link li {
  margin-left: 5px;
  margin-right: 5px;
}
.team-item-one .team-img .team-overlay ul.social-link li a {
  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;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-item-one .team-img .team-overlay ul.social-link li a:hover {
  background-color: #fff;
  color: #FD6251;
}
.team-item-one .team-content {
  -webkit-filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
          filter: drop-shadow(0px 6px 50px rgba(37, 37, 37, 0.05));
  background-color: #fff;
  border-radius: 5px;
  padding: 27px 30px 30px;
}

.team-item-two:hover .team-content {
  margin-top: -60px;
}
.team-item-two .team-img img {
  width: 100%;
}
.team-item-two .team-img .share {
  color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 5px;
  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;
  position: absolute;
  top: 30px;
  right: 30px;
}
.team-item-two .team-content {
  padding: 22px 35px 23px;
  width: 83%;
  margin: auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.06));
  margin-top: -50px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-two .team-content {
    padding: 22px 15px 23px;
    width: 90%;
  }
}
.team-item-two .team-content h5 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-two .team-content h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

/*---==============================
   10. Start Testimonial css 
==============================---*/
.testimonial-wrapper-one {
  position: relative;
  background-color: #131F2B;
  padding-bottom: 195px;
}
.testimonial-wrapper-one .map-shape .shape-1 {
  position: absolute;
  top: 100px;
  left: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper-one .map-shape .shape-1 {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-one .map-shape .shape-1 {
    display: none;
  }
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-item .wt-content {
  margin-bottom: 45px;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-item .wt-content p {
  color: #fff;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-item .wt-title-thumb .wt-thumb {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-item .wt-title-thumb .wt-thumb img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-item .wt-title-thumb .wt-title h4 {
  color: #fff;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-item .wt-title-thumb .wt-title span.position {
  display: block;
  color: #fff;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  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;
  border-radius: 5px;
  border: 2px solid #FD6251;
  cursor: pointer;
  z-index: 1;
  color: #FD6251;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-arrows .slick-arrow:hover {
  background-color: #FD6251;
  color: #fff;
}
.testimonial-wrapper-one .testimonial-content-box .testimonial-arrows .slick-arrow.prev {
  margin-right: 20px;
}

.testimonial-wraper-two {
  position: relative;
}
.testimonial-wraper-two .testimonial-slider-two {
  padding: 50px 60px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
}
@media (max-width: 767px) {
  .testimonial-wraper-two .testimonial-slider-two {
    padding: 30px 20px;
  }
}
.testimonial-wraper-two .testimonial-item {
  position: relative;
}
.testimonial-wraper-two .testimonial-item .wt-content {
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-wraper-two .testimonial-item .wt-content h3 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .testimonial-wraper-two .testimonial-item .wt-content h3 {
    font-size: 18px;
  }
}
.testimonial-wraper-two .testimonial-item .wt-title-thumb {
  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;
}
.testimonial-wraper-two .testimonial-item .wt-title-thumb .wt-thumb {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.testimonial-wraper-two .testimonial-item .wt-title-thumb .wt-title span.position {
  font-weight: 500;
  color: #FD6251;
}

.testimonial-dots-images {
  width: 100%;
}
@media (max-width: 991px) {
  .testimonial-dots-images {
    text-align: center;
    margin-top: 20px;
  }
}
.testimonial-dots-images .slick-dots li {
  position: absolute;
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.testimonial-dots-images .slick-dots li img {
  width: 65px;
  height: 65px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(22, 37, 66, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(22, 37, 66, 0.3);
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.testimonial-dots-images .slick-dots li:nth-child(1) {
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li:nth-child(1) {
    top: auto;
    left: auto;
  }
}
.testimonial-dots-images .slick-dots li:nth-child(2) {
  top: 0;
  right: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(2) img {
  border-radius: 30px 30px 30px 5px;
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li:nth-child(2) img {
    border-radius: 0px;
  }
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li:nth-child(2) {
    top: auto;
    left: auto;
  }
}
.testimonial-dots-images .slick-dots li:nth-child(3) {
  bottom: 0;
  left: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(3) img {
  border-radius: 30px 5px 30px 30px;
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li:nth-child(3) img {
    border-radius: 0px;
  }
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li:nth-child(3) {
    top: auto;
    left: auto;
  }
}
.testimonial-dots-images .slick-dots li:nth-child(4) {
  bottom: 0;
  right: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(4) img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .testimonial-dots-images .slick-dots li:nth-child(4) {
    top: auto;
    left: auto;
  }
  .testimonial-dots-images .slick-dots li:nth-child(4) img {
    border-radius: 0px;
  }
}

/*---=====================
   11. Start Blog css 
========================---*/
.post-meta ul li {
  display: inline-block;
}
.post-meta ul li span i {
  margin-right: 5px;
}

.post-thumbnail {
  position: relative;
}
.post-thumbnail a {
  display: block;
}
.post-thumbnail img {
  width: 100%;
}

.blog-post-item-one:hover .entry-content:after {
  width: 80%;
}
.blog-post-item-one .post-thumbnail img {
  border-radius: 5px;
}
.blog-post-item-one .entry-content {
  position: relative;
  padding: 25px 30px 30px;
  width: 90%;
  margin: -30px auto 0px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.06));
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-one .entry-content {
    padding: 25px 15px 30px;
  }
}
.blog-post-item-one .entry-content:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 30px;
  width: 70px;
  height: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-post-item-one .entry-content .post-meta ul li {
  margin-bottom: 15px;
}
.blog-post-item-one .entry-content .post-meta ul li:after {
  display: inline-block;
  content: "|";
  margin-left: 8px;
  margin-right: 5px;
}
.blog-post-item-one .entry-content .post-meta ul li span {
  color: #131F2B;
}
.blog-post-item-one .entry-content .post-meta ul li:last-child:after {
  display: none;
}
.blog-post-item-one .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.blog-post-item-one .entry-content .btn-link {
  font-weight: 500;
}
.blog-post-item-one .entry-content .btn-link:hover {
  color: #131F2B;
}

.blog-post-item-two {
  position: relative;
  background-color: #fff;
  padding: 20px;
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.06));
  border: 3px solid transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-post-item-two:hover {
  border-color: #FD6251;
}
.blog-post-item-two .post-thumbnail img {
  border-radius: 5px;
}
.blog-post-item-two .post-thumbnail .date {
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 5px 15px;
  color: #fff;
  border-radius: 0 5px 5px 0;
}
.blog-post-item-two .entry-content {
  padding-top: 22px;
}
.blog-post-item-two .entry-content h3.title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.blog-post-item-two .entry-content p {
  margin-bottom: 23px;
}
.blog-post-item-two .entry-content .post-meta {
  padding-top: 20px;
  border-top: 1px solid #C2C2C2;
}
.blog-post-item-two .entry-content .post-meta ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.blog-post-item-three .post-thumbnail img {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.blog-post-item-three .post-thumbnail .tag {
  position: absolute;
  display: inline-block;
  padding: 5px 9px;
  background-color: #FD6251;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.blog-post-item-three .entry-content {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  padding: 20px 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-post-item-three .entry-content .post-meta ul li {
  margin-bottom: 5px;
}
.blog-post-item-three .entry-content .post-meta ul li:last-child {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-three .entry-content .post-meta ul li:last-child {
    margin-left: 0px;
  }
}
@media (max-width: 400px) {
  .blog-post-item-three .entry-content .post-meta ul li:last-child {
    margin-left: 0px;
  }
}
.blog-post-item-three .entry-content .post-meta ul li span {
  font-size: 14px;
}
.blog-post-item-three .entry-content .post-meta ul li span i {
  color: #FD6251;
}
.blog-post-item-three .entry-content h3.title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-three .entry-content h3.title {
    font-size: 18px;
  }
}
.blog-post-item-three .entry-content h3.title:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 60%;
  content: "";
  background-color: #FD6251;
}
.blog-post-item-three .entry-content h3.title:after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 1px;
  height: 15%;
  content: "";
  background-color: #FD6251;
}
.blog-post-item-three .entry-content .btn-icon {
  width: 40px;
  height: 40px;
  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;
  border: 1px solid #DCDCDC;
  color: #131F2B;
  border-radius: 50%;
}
.blog-post-item-three .entry-content .btn-icon:hover {
  color: #fff;
}

.digiport-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.digiport-pagination ul li a {
  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;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
}
.digiport-pagination ul li a:hover {
  color: #fff;
  border-color: transparent;
}

.blog-details-page .blog-details-wrapper .entry-content h3.title {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .entry-content h3.title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .entry-content .user-info-tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .tags {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .entry-content .user-info-tag .tags {
    margin-bottom: 20px;
  }
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .tags .main-btn {
  padding: 8px 17px;
  line-height: 21px;
  border-radius: 0px;
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .user-info .thumb {
  min-width: 37px;
  max-width: 37px;
  height: 37px;
  margin-right: 20px;
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .user-info .thumb img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .user-info .title h6 {
  font-size: 16px;
  font-family: "Rubik", ui-sans-serif;
  text-transform: uppercase;
  color: #2E2E2E;
  margin-bottom: 5px;
}
.blog-details-page .blog-details-wrapper .entry-content .user-info-tag .user-info .title p {
  font-size: 12px;
  line-height: 14px;
}
.blog-details-page .blog-details-wrapper .entry-content p {
  margin-bottom: 25px;
}
.blog-details-page .blog-details-wrapper .entry-content .content-img img {
  width: 100%;
}
.blog-details-page .blog-details-wrapper .entry-content .blockquote {
  position: relative;
  background-color: #222429;
  border-radius: 5px;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 35px 45px;
  z-index: 1;
  margin-top: -55px;
  margin-bottom: 52px;
}
.blog-details-page .blog-details-wrapper .entry-content .blockquote:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 90%;
  height: 2px;
  background-color: #FD6251;
}
.blog-details-page .blog-details-wrapper .entry-content .blockquote span {
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.blog-details-page .blog-details-wrapper .entry-content .blockquote h5 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
.blog-details-page .blog-details-wrapper .entry-content h4 {
  font-size: 35px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .entry-content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog-details-page .blog-details-wrapper .entry-content ul.list-item {
  margin-bottom: 10px;
}
.blog-details-page .blog-details-wrapper .entry-content ul.list-item li {
  position: relative;
}
.blog-details-page .blog-details-wrapper .entry-content ul.list-item li:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2E2E2E;
  margin-right: 10px;
  vertical-align: middle;
}
.blog-details-page .blog-details-wrapper .post-share-tag {
  border-bottom: 1px solid rgba(34, 36, 41, 0.4);
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .post-share-tag .tags-box {
    text-align: center;
  }
}
.blog-details-page .blog-details-wrapper .post-share-tag .tags-box span.tag-title {
  font-size: 18px;
  margin-right: 10px;
}
.blog-details-page .blog-details-wrapper .post-share-tag .tags-box a {
  padding: 5px 7px;
  background-color: #F0F4F9;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}
.blog-details-page .blog-details-wrapper .post-share-tag .tags-box a:hover {
  color: #fff;
}
.blog-details-page .blog-details-wrapper .social-box {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .social-box {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.blog-details-page .blog-details-wrapper .social-box ul li {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .social-box ul li {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.blog-details-page .blog-details-wrapper .social-box ul li a {
  color: rgba(34, 36, 41, 0.4);
}
.blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn a {
  padding: 9px 18px;
  border: 1px solid #707070;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn a {
    padding: 9px 10px;
  }
}
.blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn a i {
  padding-left: 5px;
}
@media (max-width: 400px) {
  .blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn a i {
    display: none;
  }
}
.blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn a:hover {
  border-color: transparent;
  color: #fff;
}
.blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn.prev-post-btn a i {
  padding-left: 0px;
  padding-right: 5px;
}
.blog-details-page .blog-details-wrapper .post-next-prev .nav-post-btn.next-post-btn {
  float: right;
}
.blog-details-page .blog-details-wrapper .comments-respond h4.comment-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.blog-details-page .blog-details-wrapper .comments-respond h4.comment-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #054055;
}
.blog-details-page .blog-details-wrapper .comments-respond form .form_control {
  border: 2px solid #EBEBEB;
  margin-bottom: 40px;
}
.blog-details-page .blog-details-wrapper .comments-respond form textarea.form_control {
  padding-top: 15px;
  height: 200px;
}
.blog-details-page .blog-details-wrapper .comments-area h4.comments-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.blog-details-page .blog-details-wrapper .comments-area h4.comments-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #054055;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.35);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .comments-area .comments-list .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
    padding-left: 15px;
  }
}
@media (max-width: 400px) {
  .blog-details-page .blog-details-wrapper .comments-area .comments-list .comment:nth-child(even) {
    padding-left: 0px;
  }
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin-right: 40px;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap span.date {
  font-size: 14px;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap h6.author-title {
  font-weight: 700;
  color: #222222;
  font-family: "Rubik", sans-serif;
  margin-bottom: 15px;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap p {
  background-color: #F0F4F9;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.blog-details-page .blog-details-wrapper .comments-area .comments-list .comment .comment-wrap a {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #131F2B;
  text-transform: uppercase;
}
/*---=====================
   12. Start Sidebar css 
========================---*/
.sidebar-widget-area .widget {
  padding: 27px 30px 30px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget {
    padding: 27px 15px 30px;
  }
}
.sidebar-widget-area .widget h4.widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.sidebar-widget-area .widget h4.widget-title:before, .sidebar-widget-area .widget h4.widget-title:after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  background-color: #FD6251;
}
.sidebar-widget-area .widget h4.widget-title:before {
  left: 0;
  width: 50px;
}
.sidebar-widget-area .widget h4.widget-title:after {
  width: 10px;
  left: 60px;
}
.sidebar-widget-area .widget.search-widget form .form_group .form_control {
  background-color: #F4F6F9;
  height: 50px;
  border: none;
  color: #565872;
}
.sidebar-widget-area .widget.search-widget form .form_group .form_control::-webkit-input-placeholder {
  color: #565872;
}
.sidebar-widget-area .widget.search-widget form .form_group .form_control::-moz-placeholder {
  color: #565872;
}
.sidebar-widget-area .widget.search-widget form .form_group .form_control:-ms-input-placeholder {
  color: #565872;
}
.sidebar-widget-area .widget.search-widget form .form_group .form_control::-ms-input-placeholder {
  color: #565872;
}
.sidebar-widget-area .widget.search-widget form .form_group .form_control::placeholder {
  color: #565872;
}
.sidebar-widget-area .widget.search-widget form .form_group .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  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;
  background-color: #FD6251;
  color: #fff;
  font-size: 20px;
  border: none;
}
.sidebar-widget-area .widget.categories-widget {
  padding-bottom: 28px;
}
.sidebar-widget-area .widget.categories-widget .widget-link li {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}
.sidebar-widget-area .widget.categories-widget .widget-link li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.sidebar-widget-area .widget.categories-widget .widget-link li a {
  display: block;
}
.sidebar-widget-area .widget.categories-widget .widget-link li a span {
  float: right;
}
.sidebar-widget-area .widget.widget.recent-post-widget .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px dashed #707070;
  margin-bottom: 30px;
}
.sidebar-widget-area .widget.widget.recent-post-widget .post-thumbnail-content .post-title-date h6 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  line-height: 22px;
}
.sidebar-widget-area .widget.widget.recent-post-widget .post-thumbnail-content .post-title-date span.posted-on {
  line-height: 15px;
}
.sidebar-widget-area .widget.widget.recent-post-widget .post-thumbnail-content:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.sidebar-widget-area .widget.widget.recent-post-widget .post-thumbnail-content img {
  min-width: 80px;
  max-width: 80px;
  height: 70px;
  border-radius: 5px;
  margin-right: 15px;
}
.sidebar-widget-area .widget.instagram-widget {
  padding-bottom: 22px;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li {
  padding-left: 4px;
  padding-right: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin-bottom: 10px;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a .insta-overlay i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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;
  background-color: rgba(255, 73, 23, 0.7);
  font-size: 13px;
  color: #fff;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a img {
  width: 100%;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a:hover .insta-overlay {
  visibility: visible;
  opacity: 1;
}
.sidebar-widget-area .widget.tags_cloud_widget {
  padding-bottom: 35px;
}
.sidebar-widget-area .widget.tags_cloud_widget a {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  background-color: #F4F6F9;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area .widget.tags_cloud_widget a:hover {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.tags_cloud_widget a {
    padding: 10px 15px;
  }
}

/*---=====================
   13. Start Contact css 
========================---*/
.contact-wrapper-one {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 30px 30px;
}
.contact-wrapper-one .section-title {
  margin-bottom: 27px;
}
.contact-wrapper-one .form_group .form_control {
  border: 2px solid rgba(8, 76, 148, 0.05);
  margin-bottom: 15px;
}
.contact-wrapper-one .form_group textarea.form_control {
  height: 120px;
}
.contact-wrapper-one .form_group i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FD6251;
}
.contact-wrapper-one .submit-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.contact-wrapper-one .submit-btn i {
  margin-left: 10px;
}

.contact-wrapper-two {
  background-color: #f7f7f7;
}
.contact-wrapper-two .contact-form .form_group .form_control {
  height: 70px;
  padding: 0 20px;
  margin-bottom: 25px;
}
.contact-wrapper-two .contact-form .form_group textarea.form_control {
  height: 140px;
  padding-top: 15px;
}
.contact-wrapper-two .contact-form .form_group .nice-select {
  height: 70px;
  line-height: 70px;
  border-radius: 0px;
  padding: 0 20px;
  border: none;
  margin-bottom: 25px;
}

/*---=====================
   14. Start Footer css 
========================---*/
.footer-wrapper-one {
  position: relative;
  z-index: 1;
}
.footer-wrapper-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(19, 31, 43, 0.9);
  z-index: -1;
}
.footer-wrapper-one .footer-widget .widget h4.widget-title {
  position: relative;
  color: #fff;
  padding-left: 20px;
  line-height: 24px;
  margin-bottom: 45px;
}
.footer-wrapper-one .footer-widget .widget h4.widget-title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 8px;
}
.footer-wrapper-one .footer-widget .widget p {
  color: #fff;
}
.footer-wrapper-one .footer-widget .widget.about-widget p {
  margin-bottom: 25px;
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form {
  margin-bottom: 30px;
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .form_control {
  background-color: #141f2a;
  border: 1px solid rgba(112, 112, 112, 0.43);
  border-radius: 5px;
  height: 60px;
  padding: 0 15px;
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .form_control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper-one .footer-widget .widget.about-widget form.newsletter-form .form_group .newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
  width: 70px;
  height: 60px;
  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;
  color: #fff;
}
.footer-wrapper-one .footer-widget .widget.about-widget ul.social-link li {
  margin-right: 10px;
}
.footer-wrapper-one .footer-widget .widget.about-widget ul.social-link li a {
  position: relative;
  width: 37px;
  height: 37px;
  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;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
.footer-wrapper-one .footer-widget .widget.about-widget ul.social-link li a:hover {
  border-color: transparent;
}
.footer-wrapper-one .footer-widget .widget.about-widget ul.social-link li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.footer-wrapper-one .footer-widget .widget.about-widget ul.social-link li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget, .footer-wrapper-one .footer-widget .widget.footer-nav-widget {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .footer-wrapper-one .footer-widget .widget.contact-info-widget, .footer-wrapper-one .footer-widget .widget.footer-nav-widget {
    padding-left: 0px;
  }
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li {
  padding-bottom: 13px;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li:last-child {
  margin-bottom: 0px;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a {
  padding-left: 20px;
  color: #fff;
  position: relative;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a:hover {
  color: #FD6251;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #FD6251;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content:last-child {
  margin-bottom: 0px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content img {
  min-width: 75px;
  max-width: 75px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #E1E1E1;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on i {
  margin-right: 10px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper-one .footer-widget .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
    font-size: 15px;
  }
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p {
  position: relative;
  line-height: 17px;
  padding-left: 30px;
  margin-bottom: 25px;
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p i {
  position: absolute;
  top: 0;
  left: 0;
  color: #FD6251;
}
.footer-wrapper-one .copyright-area {
  padding: 24px 0 29px;
  background-color: rgba(13, 21, 29, 0.3);
}
@media (max-width: 991px) {
  .footer-wrapper-one .copyright-area .copyright-text {
    text-align: center;
  }
}
.footer-wrapper-one .copyright-area .copyright-text p {
  color: #fff;
}
.footer-wrapper-one .copyright-area .footer-nav {
  float: right;
}
@media (max-width: 991px) {
  .footer-wrapper-one .copyright-area .footer-nav {
    text-align: center;
    float: none;
    margin-top: 10px;
  }
}
.footer-wrapper-one .copyright-area .footer-nav ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .footer-wrapper-one .copyright-area .footer-nav ul li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.footer-wrapper-one .copyright-area .footer-nav ul li a {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */