/*-----------------------------------------------------------------------------------

    Theme Name: Topweb - Web Design Agency HTML Template
    Description: Web Design Agency HTML Template
    Author: Website Design Templates
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Page title
    06. Rolling text
    07. Image effect
    08. Cards
    09. Video
    10. Portfolio
    11. Marquee
    12. Pagination
    13. Owl Carousel
    14. Tabs
    15. Accordion
    16. Pages
    17. Others
    18. Footer
    
---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
body.loaded {
  overflow: hidden !important;
  height: 100% !important;
}

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999;
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #fff;
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}
.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* theme color and basic options */
a:hover,
a:active {
  color: #f2663f;
  text-decoration: none;
}

.secondary-overlay[data-overlay-dark]:before {
  background: #1f2732;
}

.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(31, 39, 50, 0.76);
  background: linear-gradient(-90deg, transparent, #1f2732 35%);
}

.text-primary,
.text-primary-hover:hover {
  color: #f2663f !important;
}

.bg-primary {
  background-color: #f2663f !important;
}

.text-secondary,
.text-secondary-hover:hover {
  color: #1f2732 !important;
}

.bg-secondary {
  background-color: #1f2732 !important;
}

.border-primary-color {
  border-color: #f2663f !important;
}

.form-control {
  border-radius: 0;
}

.text-white-hover:hover {
  color: #fff !important;
}

.min-vh-100 {
  min-height: 100vh;
}

@media screen and (min-width: 992px) {
  .vw-lg-100 {
    width: 100vw;
  }
}
.ms-minus-20 {
  margin-left: -20px;
}

/* animation */
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}

@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #f2663f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #fff;
  background: #1f2732;
}
.scroll-to-top:hover i {
  color: #fff;
}
.scroll-to-top:visited {
  color: #fff;
  text-decoration: none;
}

/* list-style1 */
.list-style1 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.list-style1 li:last-child {
  margin-bottom: 0;
}
.list-style1 li:before {
  content: "\e628";
  position: absolute;
  left: 0;
  font-family: "themify";
  top: 0;
  font-size: 16px;
  color: #f2663f;
}

/* list-style2 */
.list-style2 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.list-style2 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.list-style2 li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #f2663f;
}

@media screen and (max-width: 1199px) {
  .list-style2 {
    margin-bottom: 25px;
  }
}
/* list-style3 */
.list-style3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style3 li {
  margin-bottom: 10px;
}
.list-style3 li:last-child {
  margin-bottom: 0;
}
.list-style3 li a {
  position: relative;
  display: block;
  text-transform: capitalize;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ededed;
  font-weight: 600;
  border-radius: 0.25rem;
  background: #ffffff;
  transition: all 0.3s ease 0s;
}
.list-style3 li a:before {
  position: absolute;
  content: "\e628";
  font-weight: 500;
  font-family: "themify";
  transition: width 0.3s linear;
  font-size: 18px;
  top: 12px;
  right: 20px;
}
.list-style3 li a:hover {
  background-color: #1f2732;
  color: #ffffff;
}
.list-style3 li.active a {
  background-color: #1f2732;
  color: #ffffff;
}

/* list-style4 */
.list-style4 li {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.list-style4 li:last-child {
  margin-bottom: 0;
}
.list-style4 li span {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3px;
  color: #fff;
  font-size: 16px;
}

/* list-style5 */
.list-style5 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.list-style5 li:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.list-style5 h6 {
  color: #fff;
}
.list-style5 p {
  margin-bottom: 0;
  color: #fff;
  opacity: 0.5;
}

/* list-style6 */
.list-style6 li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.list-style6 li:last-child {
  margin-bottom: 0;
}
.list-style6 li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #f2663f;
  transform: translateY(-50%);
}

/* list-style7 */
.list-style7 li {
  display: inline-block;
}
.list-style7 li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 50px;
  margin: 0 30px 30px 0;
  width: 166px;
  color: #fff;
}
.list-style7 li:nth-child(3) a,
.list-style7 li:nth-child(5) a {
  margin-right: 0;
}
.list-style7 li:nth-child(4) a,
.list-style7 li:nth-child(5) a {
  margin-bottom: 0;
}
.list-style7 li a:hover {
  color: #f2663f;
}

@media screen and (max-width: 1399px) {
  .list-style7 li a {
    width: 150px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .list-style7 li a {
    width: 140px;
    height: 50px;
    margin: 0 10px 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .list-style7 li:nth-child(3) a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .list-style7 li a {
    width: 130px;
    height: 45px;
    margin: 0 10px 20px 0;
  }
}
/* list-style8 */
.list-style8 li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.list-style8 li:before {
  content: "\e64c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "themify";
  width: 25px;
  height: 25px;
  background-color: #f2663f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 900;
}

/* lg-text */
.lg-text {
  color: rgba(251, 251, 251, 0.05);
  margin-bottom: 0;
  font-size: 345px;
  font-weight: bolder;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 0.6;
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 2px;
}

@media screen and (max-width: 1399px) {
  .lg-text {
    font-size: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .lg-text {
    font-size: 220px;
  }
}
@media screen and (max-width: 991px) {
  .lg-text {
    font-size: 160px;
  }
}
@media screen and (max-width: 767px) {
  .lg-text {
    font-size: 110px;
  }
}
@media screen and (max-width: 479px) {
  .lg-text {
    font-size: 60px;
  }
}
/*==============================
 *    Button styles
 *    ================================ */
/* btn-style1 */
.btn-style1 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 15px 45px 15px 45px;
  background-color: #f8f8f8;
  position: relative;
  display: inline-block;
  border: none;
}
.btn-style1:before,
.btn-style1:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  border-radius: inherit;
  transform-origin: top;
  transition: transform 0.7s cubic-bezier(0.6, 0, 0.15, 1);
}
.btn-style1:before {
  z-index: 1;
  background-color: #f2663f;
}
.btn-style1 span {
  transition: color 0.15s 0.015s;
  transition: transform 0.7s, opacity 0.7s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.15, 1);
  position: relative;
  z-index: 9;
}
.btn-style1 span:after {
  transition: transform 0.7s, opacity 0.7s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.15, 1);
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  transform: translate(-50%, 100%);
}
.btn-style1:after {
  z-index: 0;
  background-color: #1f2732;
}
.btn-style1:hover,
.btn-style1:active,
.btn-style1:focus {
  color: #fff;
}
.btn-style1:hover:before,
.btn-style1:active:before,
.btn-style1:focus:before {
  transform: scaleY(0);
}
.btn-style1:hover span,
.btn-style1:active span,
.btn-style1:focus span {
  transition: color 0.2s;
  transform: translateY(-100%);
}
.btn-style1:hover span:after,
.btn-style1:active span:after,
.btn-style1:focus span:after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.btn-style1.white {
  color: #1f2732;
}
.btn-style1.white:hover,
.btn-style1.white:active,
.btn-style1.white:focus {
  color: #fff;
}
.btn-style1.white:before {
  background-color: #fff;
}
.btn-style1.white:after {
  z-index: 0;
  background-color: #f2663f;
}
.btn-style1.secondary {
  color: #fff;
}
.btn-style1.secondary:hover,
.btn-style1.secondary:active,
.btn-style1.secondary:focus {
  color: #fff;
}
.btn-style1.secondary:before {
  background-color: #1f2732;
}
.btn-style1.secondary:after {
  z-index: 0;
  background-color: #f2663f;
}
.btn-style1.small {
  padding: 9px 27px;
  font-size: 12px;
}

.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1 {
  padding: 11px 39px 11px 39px;
  border: 1px solid #1d1d1d;
}

@media screen and (max-width: 1199px) {
  .btn-style1 {
    padding: 15px 60px;
  }
}
@media screen and (max-width: 991px) {
  .btn-style1 {
    padding: 13px 50px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .btn-style1 {
    padding: 11px 40px;
    font-size: 11px;
  }
}
/* btn-style3 */
.btn-style3 {
  position: relative;
  margin: 33px 22px 0 25px;
  vertical-align: middle;
  display: inline-flex;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
  text-transform: uppercase;
  font-size: 14px;
  color: #f2663f;
}
.btn-style3:before {
  content: "\e61a";
  font-family: "themify";
  transform-origin: center;
  transform: translateY(-54.5454%) scaleY(1);
  transition: transform 0.3s ease;
  width: 1px;
  height: 11px;
  position: absolute;
  top: calc(50% + 0px);
  left: -25px;
  align-items: center;
  display: flex;
}
.btn-style3:hover:before {
  transform: translateY(-54.5454%) scaleY(0);
}
.btn-style3:after {
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  position: absolute;
  top: calc(50% + 2px);
  left: -23px;
  border-radius: 0;
  background-color: currentColor;
  transform-origin: center;
  transform: translateY(-100%) scale(1, 0.2);
  transition: transform 0.3s ease, border-radius 0.3s ease;
  opacity: 0;
}
.btn-style3:hover:after {
  transform: translateY(-100%) scale(0.4545, 1);
  border-radius: 50%;
  opacity: 1;
}
.btn-style3.white {
  color: #fff;
}

/* btn-style4 */
.btn-style4 {
  display: inline-block;
  background-color: #f2663f;
  color: #fff !important;
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  transition-duration: 0.3s;
}
.btn-style4:hover {
  background-color: #1f2732;
}
.btn-style4.medium {
  padding: 13px 22px !important;
  font-size: 14px;
}
.btn-style4.small {
  padding: 10px 18px !important;
  font-size: 14px;
}
.btn-style4.white:hover {
  background-color: #fff;
  color: #f2663f !important;
}
.btn-style4.secondary {
  background-color: #1f2732;
}
.btn-style4.secondary:hover {
  background-color: #f2663f;
}

.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style4 {
  background-color: #1f2732;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style4:hover {
  background-color: #f2663f;
  color: #fff !important;
}

/* btn-style5 */
.btn-style5 {
  font-size: 17px;
  font-weight: 700;
  padding: 12px 34px !important;
  transition: all 200ms linear 0ms;
  border-radius: 50px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  border: 2px solid #f2663f;
  color: #fff;
  z-index: 1;
  background-color: #f2663f;
}
.btn-style5:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  z-index: -1;
}
.btn-style5:hover,
.btn-style5:focus,
.btn-style5:active {
  background-color: #f2663f;
  color: #fff;
}
.btn-style5:hover:after,
.btn-style5:focus:after,
.btn-style5:active:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style5.sm {
  padding: 6px 20px !important;
}
.btn-style5.md {
  padding: 8px 24px !important;
}
.btn-style5.white {
  background-color: #fff;
  color: #f2663f;
}
.btn-style5.white:hover {
  background-color: #232323;
  color: #fff;
}
.btn-style5.md {
  padding: 8px 26px !important;
  font-size: 15px;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@media screen and (max-width: 1399px) {
  .btn-style5 {
    padding: 10px 30px !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-style5 {
    padding: 8px 25px !important;
    font-size: 14px;
  }
}
/* btn-style6 */
.btn-style6 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f2663f;
  color: #fff;
  border: 2px solid #f2663f;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px !important;
  padding: 18px 28px;
  z-index: 9;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-style6:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.35s ease 0s;
  background: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.btn-style6:hover,
.btn-style6:active,
.btn-style6:focus {
  color: #fff !important;
  border-color: #1f2732;
  background: #1f2732;
}
.btn-style6:hover:after,
.btn-style6:active:after,
.btn-style6:focus:after {
  height: 450%;
  transition: all 1s ease 0s;
  background: #1f2732;
}
.btn-style6.white {
  background: #fff;
  border: 2px solid #fff;
  color: #f2663f !important;
}
.btn-style6.white:hover {
  border: 2px solid #f2663f;
  color: #fff !important;
}
.btn-style6.white:after,
.btn-style6.white:hover:after,
.btn-style6.white:active:after,
.btn-style6.white:focus:after {
  background: #f2663f;
}
.btn-style6.medium {
  padding: 13px 22px !important;
}
.btn-style6.small {
  padding: 10px 18px !important;
}

/* header-style3 */
.header-style3.scrollHeader .attr-nav > ul > li > a.btn-style6 {
  background: #f2663f;
  color: #fff !important;
  border: 2px solid #f2663f;
}
.header-style3.scrollHeader .attr-nav > ul > li > a.btn-style6:hover:after,
.header-style3.scrollHeader .attr-nav > ul > li > a.btn-style6:active:after,
.header-style3.scrollHeader .attr-nav > ul > li > a.btn-style6:focus:after,
.header-style3.scrollHeader .attr-nav > ul > li > a.btn-style6:after {
  background: #1f2732;
}
.header-style3.scrollHeader .attr-nav > ul > li > a.btn-style6:hover {
  border: 2px solid #1f2732;
}

/* btn-style7 */
.btn-style7 {
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: #f2663f;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  padding: 20px 40px !important;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.btn-style7:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.btn-style7:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  transition: all ease 0.4s;
}
.btn-style7:hover {
  color: #f2663f !important;
}
.btn-style7.secondary {
  background-color: #001736;
}
.btn-style7.secondary:hover,
.btn-style7.secondary:active,
.btn-style7.secondary:focus {
  color: #001736 !important;
  background-color: #001736;
}
.btn-style7.white {
  background-color: #ffffff;
  color: #f2663f !important;
}
.btn-style7.white:hover {
  color: #fff !important;
}
.btn-style7.white:before {
  background-color: #f2663f;
}
.btn-style7.md {
  padding: 16px 33px !important;
}
.btn-style7.sm {
  padding: 12px 26px !important;
}

/* btn-style8 */
.btn-style8 {
  background-color: #f2663f;
  border: none;
  color: #fff;
  text-align: center;
  padding: 18px 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
}
.btn-style8:hover,
.btn-style8:focus,
.btn-style8:active {
  background: #1f2732;
  color: #fff;
}
.btn-style8.white:hover,
.btn-style8.white:focus,
.btn-style8.white:active {
  background: #fff;
  color: #f2663f !important;
}
.btn-style8.small {
  padding: 12px 20px !important;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.btn-style8.medium {
  padding: 12px 24px !important;
}

.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style8 {
  color: #fff;
  background: #1f2732;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style8:hover {
  background: #f2663f;
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .btn-style8 {
    padding: 15px 28px;
  }
  .btn-style8.medium {
    padding: 10px 22px;
  }
  .btn-style8.small {
    padding: 8px 18px;
  }
}
/* ===================================
    Navigation
====================================== */
/* top bar  */
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* menu area light */
.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #f2663f;
}

.attr-nav > ul > li > a.butn {
  color: #fff;
}

.navbar > ul > li.current > a:after {
  border-color: transparent #f2663f #f2663f transparent;
}

.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
  color: #f2663f;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #f2663f #f2663f transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #f2663f;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #f2663f;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #f2663f;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f2663f #f2663f transparent;
}

.header-style1 .attr-nav > ul > li > a.btn-style1 {
  color: #1f2732;
  padding: 12px 40px 12px 40px;
  font-size: 12px;
}
.header-style1 .attr-nav > ul > li > a:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #f2663f;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #f2663f;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f2663f;
  }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f2663f;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #f2663f;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #f2663f;
  }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
  .header-style2 .navbar ul ul li.active > a {
    color: #f2663f;
  }
  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #f2663f;
  }
  .header-style2 .navbar-nav li.current > a,
  .header-style2 .navbar-nav li.active > a {
    color: #f2663f;
  }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after,
  .header-style2 .navbar > ul > li.has-sub > a:active:after,
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #f2663f;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #f2663f;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #f2663f #f2663f transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #f2663f;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #f2663f;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f2663f #f2663f transparent;
}

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #f2663f;
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }
  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #1f2732 !important;
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #f2663f;
  }
  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important;
  }
}
/* headerstyle03 */
.header-style3 .navbar-nav li.current > a {
  color: #f2663f;
}
.header-style3 .navbar-nav li.active > a {
  color: #f2663f;
}

@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #f2663f;
  }
  .header-style3 .navbar-nav > li > a:hover,
  .header-style3 .navbar-nav > li > a:active,
  .header-style3 .navbar-nav > li > a:focus {
    color: #f2663f;
  }
  .header-style3 .navbar ul ul li.active > a {
    color: #f2663f;
  }
  .header-style3 .navbar-nav li.has-sub a:hover,
  .header-style3 .navbar-nav li.current > a {
    color: #f2663f;
  }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #f2663f;
  }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after,
  .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f2663f;
  }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #f2663f;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #f2663f;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #f2663f;
  }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #f2663f #f2663f transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #f2663f;
  }
  .header-style3 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style3 .navbar-toggler:before {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:after {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
/* ===================================
    Banner
====================================== */
/* banner-style01 */
.banner-style01 .main-title {
  font-size: 105px;
}
.banner-style01 span.banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 150px;
  color: #fff;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 0.027em;
  line-height: 1;
  opacity: 0.05;
  text-transform: uppercase;
}

.banner-animation {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll 150s, linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

.banner-slide {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
}

.banner-style01 .ani-text {
  position: absolute;
  top: 14%;
}

@media screen and (max-width: 1199px) {
  .banner-style01 .main-title {
    font-size: 90px;
  }
}
@media screen and (max-width: 991px) {
  .banner-style01 .main-title {
    font-size: 65px;
  }
  .banner-style01 span.banner-text {
    font-size: 130px;
  }
}
@media screen and (max-width: 767px) {
  .banner-style01 .main-title {
    font-size: 55px;
  }
  .banner-style01 span.banner-text {
    font-size: 90px;
  }
}
@media screen and (max-width: 575px) {
  .banner-style01 .main-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 479px) {
  .banner-style01 .main-title {
    font-size: 32px;
  }
  .banner-style01 span.banner-text {
    font-size: 50px;
  }
}
/* banner-style02 */
.banner-style02 h1 {
  margin-bottom: 25px;
}
.banner-style02 p {
  font-size: 20px;
  margin-bottom: 30px;
}
.banner-style02 .banner-button {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.banner-style02 .banner-button .button-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
  width: 65px;
  height: 65px;
  background-color: #f2663f;
  border-radius: 50%;
}
.banner-style02 .banner-button .button-arrow i {
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  font-weight: 700;
}
.banner-style02 .banner-button .button-text a {
  font-size: 19px;
}
.banner-style02 .left-text {
  position: absolute;
  transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
  top: 50%;
  left: 50px;
  z-index: 9;
}
.banner-style02 .left-text span {
  font-size: 16px;
  color: #fff;
}
.banner-style02 .left-text span i {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 1599px) {
  .banner-style02 .left-text {
    left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-style02 .left-text {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-style02 .banner-button .button-arrow {
    width: 50px;
    height: 50px;
  }
  .banner-style02 .banner-button .button-arrow i {
    font-size: 14px;
  }
  .banner-style02 .banner-button .button-text a {
    font-size: 16px;
  }
}
/* slider-fade1 */
.slider-fade1 span {
  animation-delay: 0.8s;
}
.slider-fade1 h1 {
  animation-delay: 1.2s;
}
.slider-fade1 a {
  animation-delay: 1.6s;
}
.slider-fade1.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade1 button.owl-prev,
.slider-fade1 button.owl-next {
  position: absolute;
  bottom: 10%;
  margin: 0 !important;
}
.slider-fade1 button.owl-prev {
  left: 10%;
}
.slider-fade1 button.owl-next {
  right: 10%;
}
.slider-fade1 button.owl-prev span,
.slider-fade1 button.owl-next span {
  color: #fff;
  font-size: 20px;
  position: relative;
  line-height: 1;
}
.slider-fade1 button.owl-prev span:before,
.slider-fade1 button.owl-next span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 60px;
  height: 1px;
  transition: 0.4s;
}
.slider-fade1 button.owl-prev span:before {
  left: 100%;
  margin-left: 10px;
}
.slider-fade1 button.owl-next span:before {
  right: 100%;
  margin-right: 10px;
}
.slider-fade1.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.slider-fade1 button.owl-prev:hover span,
.slider-fade1 button.owl-next:hover span {
  color: #f2663f;
  transition: 0.4s;
}
.slider-fade1 button.owl-prev:hover span:before,
.slider-fade1 button.owl-next:hover span:after {
  background-color: #f2663f;
}

/* slider-fade2 */
.slider-fade2 .owl-nav button.owl-prev,
.slider-fade2 .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.4s;
}
.slider-fade2 .owl-nav button.owl-prev {
  left: 2%;
}
.slider-fade2 .owl-nav button.owl-next {
  right: 2%;
}
.slider-fade2 .owl-nav button.owl-prev i,
.slider-fade2 .owl-nav button.owl-next i {
  color: #fff;
}
.slider-fade2.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
}
.slider-fade2.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #f2663f;
}
.slider-fade2.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 50px;
  margin: 0 !important;
}
.slider-fade2.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 1;
}
.slider-fade2.owl-theme .owl-dots .owl-dot.active span,
.slider-fade2.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f2663f;
}
.slider-fade2 h1 {
  animation-delay: 0.8s;
}
.slider-fade2 a {
  animation-delay: 1.2s;
}

@media screen and (max-width: 1599px) {
  .slider-fade2 .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-fade2 .owl-nav button.owl-next {
    right: 0;
  }
}
/* slider-fade3 */
.slider-fade3 .bg-img {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
.slider-fade3 .owl-item.active .bg-img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.slider-fade3 .item {
  height: 100vh;
}
.slider-fade3 .owl-item {
  position: relative;
}
.slider-fade3 h1 {
  animation-delay: 0.8s;
}
.slider-fade3 p {
  animation-delay: 1.2s;
}
.slider-fade3 a {
  animation-delay: 1.6s;
}

/* ===================================
    Page title
====================================== */
.page-title-section {
  padding: 190px 0 90px 0;
}
.page-title-section .container {
  position: relative;
  z-index: 9;
}
.page-title-section.style1 {
  padding: 150px 0;
}
.page-title-section h1 {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}

.pagetitle-lg-title {
  display: block;
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -58px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 1.2;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-title-section ul li:after {
  content: "";
  font-weight: 700;
  vertical-align: middle;
  background-color: #f2663f;
  width: 10px;
  padding: 0 5px 0 10px;
  height: 2px;
  display: inline-block;
  margin: 0 15px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-title-section .shape-1 {
  padding: 20px;
  background: #fff;
  z-index: 3;
  bottom: 73px;
  left: 52px;
}

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 185px 0 85px 0;
  }
  .page-title-section h1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 165px 0 75px 0;
  }
  .page-title-section.style1 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 135px 0 60px 0;
  }
  .page-title-section.style1 {
    padding: 100px 0;
  }
}
/* title-style1 */
.title-style1 .sub-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 3px 10px;
  border-radius: 50rem;
  position: relative;
  border: 1px solid #dee2e6;
  color: #f2663f;
  background: transparent;
}
.title-style1 .sub-title.white {
  color: #fff;
}
.title-style1 .sub-title:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin: -2px 8px 0 0;
  background-color: #f2663f;
  display: inline-block;
  vertical-align: middle;
}
.title-style1 .sub-title.white:before {
  background-color: #fff;
}

/*==============================
 *    Rolling text Navigation
 *    ================================ */
.navbar-nav > li > a {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.navbar-nav > li > a:hover .letter,
.navbar-nav > li > a.play .letter {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
}
.navbar-nav > li > a .letter {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.navbar-nav > li > a .letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.navbar-nav > li > a .letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}
.navbar-nav > li > a .letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.navbar-nav > li > a .letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.navbar-nav > li > a .letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.navbar-nav > li > a .letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
.navbar-nav > li > a .letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.navbar-nav > li > a .letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.navbar-nav > li > a .letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.navbar-nav > li > a .letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.navbar-nav > li > a .letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.navbar-nav > li > a .letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}
.navbar-nav > li > a .letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.navbar-nav > li > a .letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}
.navbar-nav > li > a .letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.navbar-nav > li > a .letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.navbar-nav > li > a .letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.navbar-nav > li > a .letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}
.navbar-nav > li > a .letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.navbar-nav > li > a .letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}
.navbar-nav > li > a .letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media screen and (max-width: 991px) {
  .navbar-nav > li > a {
    height: 53px;
    padding: 14px 20px !important;
    vertical-align: top;
  }

  .navbar-nav > li > a > .block:last-child {
    display: none;
  }
}
/*==============================
 *    Image effect
 *    ================================ */
.image-effect {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%);
}
.image-effect.animated {
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/*==============================
 *    Cards
 *    ================================ */
/* card-style01 */
.card-style01 .card-body .blog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  -webkit-transition: opacity 0.4s, background-position 10s linear;
  -o-transition: opacity 0.4s, background-position 10s linear;
  transition: opacity 0.4s, background-position 10s linear;
  background-repeat: no-repeat;
}
.card-style01:hover .card-body .blog-img {
  opacity: 1;
  background-position: center bottom;
}

.card-style01 span.date {
  position: absolute;
  top: 25%;
  left: -30%;
  display: inline-block;
  line-height: 1.73em;
  margin-bottom: 0 !important;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.card-style01 span.date:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 10px;
  bottom: 2px;
  background-color: #f2663f;
  height: 1px;
  width: 33px;
}

@media screen and (max-width: 1399px) {
  .card-style01 span.date {
    left: -30%;
  }
}
@media screen and (max-width: 1199px) {
  .card-style01 span.date {
    left: -23%;
  }
}
@media screen and (max-width: 991px) {
  .card-style01 span.date {
    left: -32%;
  }
}
@media screen and (max-width: 767px) {
  .card-style01 span.date {
    left: -20%;
  }
}
@media screen and (max-width: 575px) {
  .card-style01 span.date {
    left: -18%;
  }
}
@media screen and (max-width: 479px) {
  .card-style01 span.date {
    left: -35%;
  }
}
/* card-style02 */
.card-style02 {
  padding: 50px 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  background: transparent;
}
.card-style02 h3 {
  margin-bottom: 40px;
  font-size: 22px;
  width: 76%;
}
.card-style02:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 73, 124, 0.3);
  -webkit-filter: blur(57.5px);
  filter: blur(57.5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-style02:hover:after {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .card-style02 h3 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .card-style02 {
    padding: 25px 25px;
  }
}
/* card-style03 */
.card-style03 .team-content {
  position: absolute;
  left: -12%;
  bottom: -11%;
}
.card-style03 .team-content h5 {
  display: inline-block;
  line-height: 1.73em;
  margin-bottom: 0 !important;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}
.card-style03 .team-content h5:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 10px;
  bottom: 2px;
  background-color: #f2663f;
  height: 1px;
  width: 33px;
}
.card-style03 .card-body {
  transform: translate3d(50px, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 10%;
}
.card-style03:hover .card-body {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.card-style03 .team-icon a {
  padding-right: 10px;
}

@media screen and (max-width: 1199px) {
  .card-style03 .team-content {
    left: -15%;
    bottom: -17%;
  }
}
@media screen and (max-width: 991px) {
  .card-style03 .team-content {
    bottom: -14%;
  }
}
@media screen and (max-width: 767px) {
  .card-style03 .team-content {
    bottom: -8%;
    left: -10%;
  }
}
@media screen and (max-width: 479px) {
  .card-style03 .team-content {
    bottom: -16%;
    left: -16%;
  }
}
/* card-style04 */
.card-style04 {
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0;
}
.card-style04 .card-img,
.card-style04 .card-img-top {
  border-radius: 0;
}
.card-style04 .category {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 10px 3px 10px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #f2663f;
}
.card-style04 .card-footer {
  border-color: rgba(0, 0, 0, 0.085);
}
.card-style04 .card-footer i {
  vertical-align: text-top;
}
.card-style04 .category:hover {
  background-color: #1f2732;
}

/* card-style05 */
.card-style05 {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.card-style05 .card-body .service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-style05:hover .card-body .service-img {
  opacity: 1;
}
.card-style05:hover h3 a,
.card-style05:hover .service-btn {
  color: #fff;
}

/* card-style06 */
.card-style06 .portfolio-btn {
  width: 64px;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.card-style06 .portfolio-btn .arrow-box {
  color: #1f2732;
}
.card-style06:hover .portfolio-btn {
  background-color: #f2663f;
}
.card-style06:hover .portfolio-btn .arrow-box {
  color: #fff;
}

/* card-style07 */
.card-style07 .card-body {
  padding: 15px 55px 36px 28px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: left;
  z-index: 99;
}
.card-style07 .card-body h4 {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  top: 10px;
  margin: 0;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}
.card-style07 .card-body span {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  top: 10px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  margin-top: 6px;
}
.card-style07:hover .card-body h4 {
  opacity: 1;
  top: 0;
  transition-delay: 0.2s;
}
.card-style07:hover .card-body span {
  opacity: 1;
  top: 0;
  transition-delay: 0.3s;
}
.card-style07 .social-icons {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  bottom: 15px;
  height: auto;
  overflow: hidden;
  z-index: 99;
  width: 30px;
  text-align: right;
}
.card-style07 .social-icons a {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  right: -10px;
  display: block;
  float: none;
  position: relative;
  margin: 15px 0;
  vertical-align: top;
  line-height: 1;
  color: #f2663f;
}
.card-style07:hover .social-icons a {
  opacity: 1;
  right: 0;
  transition-delay: 1.2s;
}
.card-style07:hover .social-icons a:nth-child(1) {
  transition-delay: 0.4s;
}
.card-style07:hover .social-icons a:nth-child(2) {
  transition-delay: 0.5s;
}
.card-style07:hover .social-icons a:nth-child(3) {
  transition-delay: 0.6s;
}
.card-style07:hover .social-icons a:nth-child(4) {
  transition-delay: 0.7s;
}

/* card-style08 */
.card-style08 {
  min-height: 405px;
}
.card-style08 .card-body {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.card-style08:hover .card-body {
  opacity: 1;
}
.card-style08:hover h3 a,
.card-style08:hover i {
  color: #fff;
}
.card-style08 i {
  color: #f2663f;
}
.card-style08:hover {
  border: 1px solid transparent;
}
.card-style08 .card-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.card-style08:hover p {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .card-style08 {
    min-height: 340px;
  }
}
/* card-style09 */
.card-style09 .card-body {
  z-index: 9;
  position: absolute;
  bottom: 70px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.card-style09:hover .card-body {
  opacity: 1;
}
.card-style09 .card-body .service-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  line-height: 60px;
  margin-left: -2px;
  opacity: 0.2;
}
.card-style09 .card-body h3 a {
  position: relative;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.card-style09:hover .card-body h3 a {
  color: #fff;
}
.card-style09 .card-body h3:before {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.8s ease-in-out;
  content: "";
  background: #f2663f;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
.card-style09:hover .card-body h3:before {
  width: 100%;
}
.card-style09 .service-butn {
  font-size: 24px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(-40deg);
  z-index: 9;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.card-style09:hover .service-butn {
  top: 20px;
  right: 20px;
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .card-style09 .card-body {
    bottom: 40px;
  }
}
/* card-style11 */
.card-style11 .card-body {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  top: auto;
  transform: translateY(160px);
  transition: all 0.5s ease-in-out;
  width: 90%;
  z-index: 9;
  margin: 0 auto;
  right: 0;
  border-radius: 10px;
  padding: 30px 30px;
}
.card-style11 .card-body .portfolio-btn {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out;
}
.card-style11:hover .card-body {
  background-color: #fff;
  transform: translateY(-20px);
}
.card-style11:hover .card-body .portfolio-btn {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .card-style11 .card-body {
    padding: 10px 24px;
  }
}
/* card-style12 */
.card-style12 .card-body:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #ddd9d0;
}
.card-style12 .card-body:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #ddd9d0;
  background-color: #261a0c;
  will-change: width;
  -webkit-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.card-style12:hover .card-body:after {
  width: 100%;
}
.card-style12 .card-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-style12 .card-content .service-no {
  padding: 1px 0;
  margin-right: 0;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  opacity: 0;
  text-indent: -50px;
  white-space: nowrap;
  will-change: text-indent, opacity, margin-right;
  -webkit-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out,
    margin-right 0.2s ease-out;
  -ms-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out,
    margin-right 0.2s ease-out;
  transition: text-indent 0.4s ease-out, opacity 0.4s ease-out,
    margin-right 0.2s ease-out;
}
.card-style12:hover .card-content .service-no {
  opacity: 1;
  text-indent: 0;
  margin-right: 0.45em;
}
.card-style12 .card-content .service-text {
  padding: 1px 0;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card-style12 .card-content .service-arrow a {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #261a0c;
  z-index: 1;
  overflow: hidden;
}
.card-style12 .card-content .service-arrow a i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  text-align: center;
  border: 1px solid #ddd9d0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  will-change: border-color;
  -webkit-transition: border-color 0.3s 0.1s ease-out;
  -ms-transition: border-color 0.3s 0.1s ease-out;
  transition: border-color 0.3s 0.1s ease-out;
}
.card-style12:hover .card-content .service-arrow a i {
  border-color: #261a0c;
}

/* card-style13 */
.card-style13 .social-icons {
  z-index: 99;
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.card-style13 .social-icons a {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  top: 20px;
  will-change: transform;
  position: relative;
  margin: 7px 22px 7px 0 !important;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #f2663f;
  border: none;
  font-size: 16px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.card-style13:hover .social-icons a {
  opacity: 1;
  top: 0;
}
.card-style13:hover .social-icons a:nth-child(1) {
  transition-delay: 0.1s;
}
.card-style13:hover .social-icons a:nth-child(2) {
  transition-delay: 0.15s;
}
.card-style13:hover .social-icons a:nth-child(3) {
  transition-delay: 0.2s;
}

/* card-style14 */
.card-style14 .last:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 11px;
  left: 0;
  background-color: #898a8e;
  border-radius: 50%;
}
.card-style14 .btn-text {
  margin-right: 0;
  opacity: 0;
  text-indent: -80px;
  white-space: nowrap;
  will-change: text-indent, opacity, margin-right;
  -webkit-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out,
    margin-right 0.2s ease-out;
  -ms-transition: text-indent 0.4s ease-out, opacity 0.4s ease-out,
    margin-right 0.2s ease-out;
  transition: text-indent 0.4s ease-out, opacity 0.4s ease-out,
    margin-right 0.2s ease-out;
}
.card-style14 .btn-arrow {
  padding: 1px 0;
  display: inline-block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card-style14:hover .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 0.45em;
}
.card-style14 .card-body:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #ddd9d0;
}
.card-style14 .card-body:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #ddd9d0;
  background-color: #261a0c;
  will-change: width;
  -webkit-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.card-style14:hover .card-body:after {
  width: 100%;
}

/* service-style01 */
.service-style01 .service-block .service-btn {
  position: relative;
  margin: 0 22px 0 25px;
  vertical-align: middle;
  display: inline-flex;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
  text-transform: uppercase;
  font-size: 14px;
  color: #f2663f;
}
.service-style01 .service-block a.service-btn:before {
  content: "\e61a";
  font-family: "themify";
  transform-origin: center;
  transform: translateY(-54.5454%) scaleY(1);
  transition: transform 0.3s ease;
  width: 1px;
  height: 11px;
  position: absolute;
  top: calc(50% + 0px);
  left: -25px;
  align-items: center;
  display: flex;
}
.service-style01 .service-block:hover a.service-btn:before {
  transform: translateY(-54.5454%) scaleY(0);
}
.service-style01 .service-block a.service-btn:after {
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  position: absolute;
  top: calc(50% + 2px);
  left: -23px;
  border-radius: 0;
  background-color: currentColor;
  transform-origin: center;
  transform: translateY(-100%) scale(1, 0.2);
  transition: transform 0.3s ease, border-radius 0.3s ease;
  opacity: 0;
}
.service-style01 .service-block:hover a.service-btn:after {
  transform: translateY(-100%) scale(0.4545, 1);
  border-radius: 50%;
  opacity: 1;
}

/*==============================
 *    Video
 *    ================================ */
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #f2663f;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn:hover i,
.video_btn:focus i {
  color: #fff;
}
.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #f2663f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #f2663f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.video_btn.small:after {
  height: 50px;
  width: 50px;
}
.video_btn.small:before {
  height: 65px;
  width: 65px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
  .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .video_btn:before {
    height: 85px;
    width: 85px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .video_btn:after {
    height: 60px;
    width: 60px;
  }
  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}
/* video style2 */
.video_btn2 {
  position: relative;
  height: 80px;
  width: 80px;
  background: #e48257;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn2:hover i,
.video_btn2:focus i {
  color: #fff;
}
.video_btn2:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn2:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn2.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.video_btn2.small:after {
  height: 50px;
  width: 50px;
}
.video_btn2.small:before {
  height: 65px;
  width: 65px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn2 {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
  .video_btn2:after {
    height: 75px;
    width: 75px;
  }
  .video_btn2:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .video_btn2 {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn2:after {
    height: 70px;
    width: 70px;
  }
  .video_btn2:before {
    height: 85px;
    width: 85px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  .video_btn2 {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .video_btn2:after {
    height: 60px;
    width: 60px;
  }
  .video_btn2:before {
    height: 75px;
    width: 75px;
  }
}
/* popup gallery */
.lg-backdrop {
  z-index: 99999;
}

.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #f2663f;
}

.lg-progress-bar .lg-progress {
  background-color: #f2663f;
}

.lg-backdrop.in {
  opacity: 0.85;
}

/*==============================
 *    Portfolio
 *    ================================ */
.portfolio.portfolio-container {
  width: 300vw;
  min-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.portfolio .portfolio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.portfolio .portfolio-wrap .portfolio-item {
  width: 42vw;
  position: relative;
}
.portfolio .portfolio-wrap .portfolio-item .cont {
  margin-top: 30px;
  text-align: left;
}
.portfolio .portfolio-wrap .portfolio-item .cont span {
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.75;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.portfolio .portfolio-wrap .portfolio-item .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1599px) {
  .portfolio.portfolio-container {
    /*    min-height: 60vh;*/
  }
}
@media screen and (max-width: 991px) {
  .portfolio .portfolio-wrap {
    display: block;
    padding: 0 15px !important;
  }
  .portfolio .portfolio-wrap .portfolio-item {
    width: 100%;
  }
  .portfolio.portfolio-container {
    width: 100% !important;
    min-height: auto;
    display: block;
    padding: 70px 0 120px;
  }
}
/*==============================
 *    Marquee
 *    ================================ */
.marquee-section {
  overflow-x: clip;
  overflow-y: visible;
  z-index: 99;
  position: relative;
}

.marquee {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: calc(100% + 60px);
  margin-left: -30px;
  background: #f1f3f5;
}
.marquee:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(
    right,
    #f1f3f5,
    transparent 300px,
    transparent calc(100% - 300px),
    #f1f3f5
  );
  background: -o-linear-gradient(
    right,
    #f1f3f5,
    transparent 300px,
    transparent calc(100% - 300px),
    #f1f3f5
  );
  background: linear-gradient(
    to left,
    #f1f3f5,
    transparent 300px,
    transparent calc(100% - 300px),
    #f1f3f5
  );
  z-index: 3;
}
.marquee h4 {
  font-size: 70px;
}

.slide-har {
  position: relative;
}
.slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.main-marq {
  position: relative;
  padding: 0;
}
.main-marq:after {
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(
    right,
    #181818,
    rgba(255, 255, 255, 0) 220px,
    rgba(255, 255, 255, 0) calc(100% - 220px),
    #181818
  );
  background: -o-linear-gradient(
    right,
    #181818,
    rgba(255, 255, 255, 0) 220px,
    rgba(255, 255, 255, 0) calc(100% - 220px),
    #181818
  );
  background: linear-gradient(
    to left,
    #181818,
    rgba(255, 255, 255, 0) 220px,
    rgba(255, 255, 255, 0) calc(100% - 220px),
    #181818
  );
}
.main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-marq .strok .item h4 {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #1d1d1d;
}
.main-marq .strok .item h4 a {
  color: transparent !important;
  -webkit-text-stroke: 0.5px #1d1d1d;
}
.main-marq .non-strok .item h4 {
  color: #1d1d1d !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .non-strok .item h4 a {
  color: #1d1d1d !important;
  -webkit-text-stroke: 0 !important;
}
.main-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-marq .box .item {
  padding: 0 30px;
}
.main-marq .box .item h4 {
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.main-marq .box .item h4 .icon {
  margin-bottom: -15px;
}
.main-marq .box .item:nth-of-type(even) h4 {
  color: transparent;
  -webkit-text-stroke: 0.5px #1d1d1d;
}
.main-marq .box .item:nth-of-type(even) h4 a {
  color: transparent;
  -webkit-text-stroke: 0.5px #1d1d1d;
}
.main-marq .box:last-of-type .item:nth-of-type(even) h4 {
  color: #1d1d1d;
  -webkit-text-stroke: 0;
}
.main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
  color: #1d1d1d;
  -webkit-text-stroke: 0;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1d;
}

@media screen and (max-width: 1199px) {
  .marquee h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .marquee {
    padding: 35px 0;
  }
  .marquee h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .marquee h4 {
    font-size: 30px;
  }
}
/*==============================
 *    Pagination
 *    ================================ */
.pagination {
  border-radius: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination a {
  display: inline-block;
  border-radius: 2px;
  background: transparent;
  font-weight: 700;
  text-align: center;
  margin: 3px 0;
  padding: 12px 16px;
  color: #1f2732;
  border: 1px solid #dddddd;
  line-height: 25px;
}
.pagination a:hover {
  background-color: #1f2732;
  color: #ffffff;
  box-shadow: none;
}
.pagination a:active {
  background-color: #1f2732;
  color: #ffffff;
  box-shadow: none;
}
.pagination a:focus {
  background-color: #1f2732;
  color: #ffffff;
  box-shadow: none;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #002147;
  border: 1px solid #dbdbdb;
  cursor: default;
}

@media screen and (max-width: 575px) {
  .pagination li {
    margin-right: 8px;
  }
}
/* page navigation */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.prev-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.prev-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty {
  display: none;
}
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .next-title:empty {
  display: none;
}
.prev-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #f2663f;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
  margin-left: auto;
}
.next-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.next-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.next-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title:empty {
  display: none;
}
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .next-title:empty {
  display: none;
}
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:after {
  background-color: #f2663f;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.next-page .next-title {
  text-align: right;
}

.prev-link-page-info > span {
  display: block;
}
.prev-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.prev-link-page-info .date-details > div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.prev-link-page-info .date-details:only-child {
  margin-top: 0;
}

.next-link-page-info > span {
  display: block;
}
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.next-link-page-info .date-details > div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600;
}
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .prev-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }

  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }

  .page-navigation {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .prev-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title {
    max-width: 168px;
  }
  .prev-page .page-info .next-title {
    max-width: 168px;
  }

  .next-page .page-info > a {
    padding: 10px;
  }
  .next-page .page-info .prev-title {
    max-width: 168px;
  }
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}
/*==============================
 *    Owl Carousel
 *    ================================ */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f2663f;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

/*==============================
 *    Tabs
 *    ================================ */
ul.resp-tabs-list {
  margin-bottom: 15px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 12px 20px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
  color: #f2663f;
  text-align: left;
  border-radius: 0;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: text-bottom;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

.resp-tab-content {
  display: none;
  padding: 40px;
}

.resp-tabs-list li.resp-tab-active {
  margin-bottom: -1px;
  background-color: #f2663f;
  color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
  border-top: 0px solid #c1c1c1;
  margin-bottom: 5px;
  padding: 14px 15px;
  float: left;
  width: 100%;
  background: #1f2732 !important;
  border-radius: 0;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #f2663f !important;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0px;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/* vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 18px 20px !important;
  margin: 0 0 25px;
  cursor: pointer;
  float: none;
  font-size: 18px;
  background: rgba(31, 39, 50, 0.1);
  color: #1f2732;
  border-radius: 0px;
}
.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 100%;
  clear: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 18px 20px !important;
  background-color: #f2663f;
  color: #fff;
}

.resp-arrow {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  border-color: #e8e8e8 !important;
}

h2.resp-accordion.resp-tab-active {
  border-color: #e8e8e8 !important;
}

/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 20px;
    color: #fff;
    vertical-align: text-bottom;
  }

  .resp-vtabs .resp-tab-content {
    margin-bottom: 5px;
    padding: 30px;
  }
  .resp-vtabs .resp-tab-content:last-child {
    margin-bottom: 0;
  }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: left;
    width: 100%;
    min-height: 100px;
    clear: none;
    background: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-tab-content {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 5px;
    padding: 30px;
  }
  .resp-tab-content:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .resp-vtabs .resp-tab-content,
  .resp-tab-content {
    padding: 20px;
  }
}
/* tab-style1 */
.tab-style1 .resp-tabs-list li {
  padding: 16px 0 16px 0;
  border: 0;
  text-align: start;
  min-width: unset;
  margin-right: 60px;
  margin-left: auto;
  font-size: 24px;
  color: #ffffff80;
  background: transparent;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
  background: transparent;
  color: #fff;
}
.tab-style1 .resp-tab-content {
  padding: 16px 0 0 0;
}

@media screen and (max-width: 1399px) {
  .tab-style1 .resp-tabs-list li {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .tab-style1 .resp-tabs-list li {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tab-style1 .resp-tab-content {
    background-color: transparent;
    border: 0;
    padding: 16px;
  }
}
/*==============================
 *    Accordion
 *    ================================ */
/*accordion-style*/
.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none;
}
.accordion-style .btn-link {
  color: #f2663f;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff;
}
.accordion-style .btn-link.collapsed {
  color: #42545e;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
}
.accordion-style .btn-link:hover,
.accordion-style .btn-link:active,
.accordion-style .btn-link:focus {
  text-decoration: none;
  color: #f2663f;
}
.accordion-style .btn-link.collapsed:after {
  content: "+";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 22px;
  position: absolute;
  color: #212121;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .btn-link:after {
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 20px;
  position: absolute;
  color: #f2663f;
  background-color: transparent;
  border-radius: 0.3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none;
}

@media screen and (max-width: 991px) {
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px;
  }
}
/* accordion-style1 */
.accordion-style.style1 .card {
  box-shadow: none;
}
.accordion-style.style1 .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-style.style1 .btn-link {
  font-weight: unset;
  padding: 20px 45px 20px 0px;
  background-color: transparent;
}
.accordion-style.style1 .btn-link.collapsed {
  font-weight: unset;
  padding: 20px 45px 20px 0px;
  background-color: transparent;
}
.accordion-style.style1 .btn-link:after,
.accordion-style.style1 .btn-link.collapsed:after {
  top: 22px;
}
.accordion-style.style1 .card-body {
  padding: 25px 30px 0px 26px;
  background: transparent;
}

/* accordion-style.style2 */
.accordion-style.style2 .btn-link {
  padding: 30px 35px;
  font-weight: 700;
  background: #212529;
  color: #fff;
}
.accordion-style.style2 .btn-link.collapsed {
  padding: 22px 35px;
  font-weight: 700;
  background: #fff;
  color: unset;
}
.accordion-style.style2 .card {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  background-color: #212529;
}
.accordion-style.style2 .btn-link.collapsed:after,
.accordion-style.style2 .btn-link:after {
  right: 35px;
  font-family: themify;
  font-size: 13px;
}
.accordion-style.style2 .card-body {
  padding: 0px 35px 30px 35px;
  border-radius: 6px;
  background: transparent;
}
.accordion-style.style2 .card-header {
  border-bottom: 0;
}
.accordion-style.style2 .btn-link:after {
  content: "\e65a";
  top: 27px;
}
.accordion-style.style2 .btn-link.collapsed:after {
  content: "\e628";
  top: 20px;
}
.accordion-style.style2 .collapse.show {
  background-color: #212529;
}

/*==============================
 *    Pages
 *    ================================ */
/* sidebar */
.sidebar .widget {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.sidebar .widget .blog-tag a,
.blog-tag a {
  background-color: #f2663f;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f2663f;
}

.sidebar .widget .blog-tag a:hover,
.sidebar .widget .blog-tag a:active,
.sidebar .widget .blog-tag a:focus,
.blog-tag a:hover,
.blog-tag a:active,
.blog-tag a:focus {
  background-color: #fff;
  color: #f2663f;
}

@media screen and (max-width: 1199px) {
  .sidebar .widget {
    padding: 28px;
  }
}
/* quote */
.quote-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 84%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1199px) {
  .quote-content:before {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .quote-content:before {
    width: 92%;
  }
}
@media screen and (max-width: 479px) {
  .quote-content:before {
    height: 96%;
  }
}
/* searchbar */
.sidebar .widget .search-input {
  height: 51px;
}

.sidebar .widget_search .btn-style1 {
  padding: 15px 30px 15px 30px;
}

/* sidebar widget */
.widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  border-radius: 0.25rem;
  background: #fff;
}
.widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
.widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #f2663f;
  color: #ffffff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.widget .widget-brochure li:last-child {
  margin-bottom: 0;
}

/* widget categories */
.widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget_categories ul .cat-item {
  margin-bottom: 10px;
}
.widget_categories ul .cat-item a {
  position: relative;
  display: block;
  text-transform: capitalize;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ededed;
  font-weight: 600;
  border-radius: 0.25rem;
  background: #ffffff;
  transition: all 0.3s ease 0s;
}
.widget_categories ul .cat-item a:hover {
  background-color: #1f2732;
  color: #ffffff;
}
.widget_categories ul .cat-item:first-child {
  padding-top: 0;
}
.widget_categories ul .cat-item:last-child {
  margin-bottom: 0;
}
.widget_categories ul .cat-item span.cat-name {
  padding-right: 5px;
}

/*service-sidebar-banner*/
.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.banner-wrapper .icon-boxs i {
  line-height: 80px;
}

.comment-reply-link {
  color: #1f2732;
  background: rgba(31, 39, 50, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}
.comment-reply-link:hover {
  color: #fff;
  background: #1f2732;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.9rem !important;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}

/*==============================
 *    Others
 *    ================================ */
/* pricing-style01 */
.pricing-style01 .pricing-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.pricing-style01 .pricing-block h6 {
  text-transform: uppercase;
  color: #f2663f;
  font-size: 25px;
  margin-bottom: 0;
  padding: 28px 35px;
}
.pricing-style01 .pricing-block h4 {
  font-size: 64px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 1px;
  background-color: #f8f9fa;
  padding: 20px 35px;
  line-height: 1;
}
.pricing-style01 .pricing-block h4 span {
  font-size: 29px;
  margin-right: 5px;
  -webkit-text-fill-color: #1f2732;
  -webkit-text-stroke-color: unset;
  -webkit-text-stroke-width: 0;
}
.pricing-style01 .pricing-block .pricing-list {
  padding: 35px;
}

@media screen and (max-width: 1199px) {
  .pricing-style01 .pricing-block h6 {
    font-size: 20px;
    padding: 28px 20px;
  }
  .pricing-style01 .pricing-block h4 {
    font-size: 50px;
    padding: 20px 20px;
  }
  .pricing-style01 .pricing-block .pricing-list {
    padding: 20px;
  }
}
/* extra-style01 */
.extra-style01 .story-video {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px;
}
.extra-style01 .right-content {
  padding: 120px 240px 0 0;
}
.extra-style01 .right-content .inner-content {
  background-color: #fff;
  padding: 120px;
}

@media screen and (max-width: 1599px) {
  .extra-style01 .right-content .inner-content {
    padding: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .extra-style01 .right-content {
    padding: 120px 120px 0 0;
  }
  .extra-style01 .story-video {
    padding: 30px;
  }
  .extra-style01 .story-video .video_btn2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .extra-style01 .story-video .video_btn2:before {
    width: 75px;
    height: 75px;
  }
  .extra-style01 .story-video .video_btn2:after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .extra-style01 .right-content .inner-content {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .extra-style01 .right-content {
    padding: 80px 40px 0 0;
  }
  .extra-style01 .right-content .inner-content {
    padding: 30px;
  }
}
/* extra-style02 */
.extra-style02:after {
  position: absolute;
  left: -10%;
  top: 0;
  content: "";
  height: 100%;
  width: 60%;
  background: #1f2732;
  transform: skewX(-10deg);
}
.extra-style02 .main-title {
  font-size: 55px;
}
.extra-style02 .bg-img {
  position: absolute !important;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .extra-style02:after {
    transform: none;
    left: 0;
    width: 100%;
  }
}
/* extra-style03 */
.extra-style03 .extra-content-box {
  padding-top: 330px;
}
.extra-style03 .extra-content-box ul.inner-box {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: end;
}
.extra-style03 .extra-content-box ul.inner-box li.one {
  background-color: #fff;
  width: 350px;
  display: flex;
  align-items: center;
  padding: 40px;
  margin-right: 30px;
}
.extra-style03 .extra-content-box ul.inner-box li.one h4 {
  font-size: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}
.extra-style03 .extra-content-box ul.inner-box li.two {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 350px;
  padding: 37px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .extra-style03 .extra-content-box {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .extra-style03 .extra-content-box {
    padding-top: 120px;
  }
  .extra-style03 .extra-content-box ul.inner-box {
    display: block;
  }
  .extra-style03 .extra-content-box ul.inner-box li.one {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .extra-style03 .extra-content-box {
    padding-top: 0;
  }
  .extra-style03 .extra-content-box ul.inner-box li.one,
  .extra-style03 .extra-content-box ul.inner-box li.two {
    width: 296px;
  }
  .extra-style03 .extra-content-box ul.inner-box li.one h4 {
    font-size: 34px;
  }
  .extra-style03 .extra-content-box ul.inner-box li.two {
    padding: 35px;
  }
}
/* error-style01 */
.error-style01 h1 {
  font-size: 450px;
  margin-bottom: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 0.027em;
  line-height: 0.8;
}

@media screen and (max-width: 1399px) {
  .error-style01 h1 {
    font-size: 395px;
  }
}
@media screen and (max-width: 1199px) {
  .error-style01 h1 {
    font-size: 315px;
  }
}
@media screen and (max-width: 767px) {
  .error-style01 h1 {
    font-size: 235px;
  }
}
@media screen and (max-width: 575px) {
  .error-style01 h1 {
    font-size: 125px;
    margin-bottom: 25px;
  }
}
/* about-style-01 */
.about-style-01 .about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-style-01 .inner-content {
  position: relative;
  width: calc(100% - 50px);
}
.about-style-01 .inner-content .rotate-circle {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  font-size: 16px;
}
.about-style-01 .about-left .circle-button .rotate-circle svg {
  width: 500px;
  fill: #1d1d1d;
}
.about-style-01 .inner-content .circle-button:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  border: 70px solid rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}
.about-style-01 .inner-content .half-circle-img {
  height: 450px;
  width: 225px;
  border-bottom-right-radius: 450px;
  border-top-right-radius: 450px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-style-01 .inner-content .half-circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1399px) {
  .about-style-01 .inner-content {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 991px) {
  .about-style-01 .inner-content {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .about-style-01 .inner-content {
    width: calc(100% - 50px);
  }
}
/* about-style-02 */
.about-style-02 .left-content .exp-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f2663f;
  width: 430px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
}
.about-style-02 .left-content .exp-box span {
  display: inline-block;
  font-size: 140px;
  line-height: 0.7;
  color: #fff;
  margin-right: 20px;
  letter-spacing: -0.06em;
}
.about-style-02 .left-content .exp-box h6 {
  display: inline-block;
  margin-bottom: 0 !important;
  color: #fff;
  width: 26%;
  font-size: 20px;
}

@media screen and (max-width: 1399px) {
  .about-style-02 .left-content .exp-box {
    width: 400px;
    height: 165px;
  }
  .about-style-02 .left-content .exp-box span {
    font-size: 115px;
  }
  .about-style-02 .left-content .exp-box h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about-style-02 .left-content .exp-box {
    width: 330px;
    height: 145px;
  }
  .about-style-02 .left-content .exp-box span {
    font-size: 70px;
  }
  .about-style-02 .left-content .exp-box h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .about-style-02 .left-content .exp-box {
    width: 100%;
    height: 105px;
  }
  .about-style-02 .left-content .exp-box span {
    font-size: 55px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .about-style-02 .left-content .exp-box h6 {
    font-size: 13px;
  }
}
/* about-style-03 */
.about-style-03 .about-img:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 80px;
  height: 84%;
  background-color: #fff;
}
.about-style-03 .video_btn:before,
.about-style-03 .video_btn:after {
  display: none;
}
.about-style-03 .story-video {
  position: absolute;
  top: 0;
  left: 80px;
}
.about-style-03 .about-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 78px;
  height: 22%;
  background: #fff;
  width: 100px;
}

@media screen and (max-width: 1399px) {
  .about-style-03 .video_btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .about-style-03 .about-img:before,
  .about-style-03 .about-img:after {
    bottom: -1px;
  }
}
@media screen and (max-width: 1199px) {
  .about-style-03 .video_btn {
    width: 58px;
    height: 58px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) {
  .about-style-03 .video_btn {
    width: 82px;
    height: 82px;
    line-height: 82px;
  }
}
@media screen and (max-width: 575px) {
  .about-style-03 .about-img:before,
  .about-style-03 .about-img:after {
    display: none;
  }
}
/* about-style-04 */
.about-style-04 .left-line:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 18px;
  background: #f2663f;
  top: 0;
  right: 0;
}

/* about-style-05 */
.about-style-05 .left-text {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: rotate(-90deg);
}

/* faq-style-01 */
.faq-style-01 .rotate-text {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transform: rotate(-90deg) translateX(123px);
  -moz-transform: rotate(-90deg) translateX(123px);
  -ms-transform: rotate(-90deg) translateX(123px);
  -o-transform: rotate(-90deg) translateX(123px);
  transform: rotate(-90deg) translateX(123px);
  display: block;
}
.faq-style-01 .rotate-text h2 {
  perspective: 400px;
  color: rgba(31, 39, 50, 0.05);
  font-size: 192px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .faq-style-01 .rotate-text h2 {
    font-size: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-style-01 .rotate-text h2 {
    font-size: 135px;
  }
}
/* process-style-01 */
.process-style-01 .process-block {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.process-style-01 .process-block .process-img {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  background-color: #000;
}
.process-style-01 .process-block .process-img.one {
  background-color: #000;
}
.process-style-01 .process-block .process-img.two {
  background-color: #232323;
}
.process-style-01 .process-block .process-img.three {
  background-color: #323232;
}
.process-style-01 .process-block .process-img img {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
  display: block;
}
.process-style-01 .process-block:hover .process-img img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.process-style-01 .process-block .process-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: background-color 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s;
  background-color: transparent !important;
  transition-delay: 0s;
}
.process-style-01 .process-block .process-content .content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 10% 12%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.process-style-01 .process-block .process-content .content-inner h3 {
  font-size: 58px;
  color: #fff;
  margin-bottom: 32px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 0.027em;
}

@media screen and (max-width: 1599px) {
  .process-style-01 .process-block .process-content .content-inner {
    padding: 10% 8%;
  }
  .process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1399px) {
  .process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
/* process-style-02 */
.process-style-02 .process-inner .process-no {
  font-size: 6.25rem;
  line-height: 6.25rem;
  opacity: 0.1;
  font-weight: 700;
  position: absolute;
  top: -80%;
  left: -5%;
}

@media screen and (max-width: 767px) {
  .process-style-02 .process-inner .process-no {
    top: -90%;
    left: 0;
    font-size: 5.25rem;
  }
}
/* testimonial-style01 */
.testimonial-style01 svg {
  fill: none;
  stroke: rgba(255, 73, 124, 0.2);
  stroke-width: 1;
}
.testimonial-style01 .quote-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-style01 .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  transition: all 500ms ease;
  border-radius: unset;
}
.testimonial-style01 .owl-carousel .owl-nav button.owl-prev,
.testimonial-style01 .owl-carousel .owl-nav button.owl-next {
  width: 60px;
  height: 60px;
  background: #f2663f;
  color: #fff;
  position: absolute;
  top: 40%;
}
.testimonial-style01 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #1f2732;
}
.testimonial-style01 .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.testimonial-style01 .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

/* testimonial-carousel-three */
.testimonial-carousel-three.owl-theme .owl-dots .owl-dot span {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #d6d6d6;
  transition: 0.4s;
}
.testimonial-carousel-three.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-three.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f2663f;
  border: 1px solid #f2663f;
}

/* counter-style1 */
.counter-style1 .counter-block {
  padding-top: 50px;
  position: relative;
}
.counter-style1 .counter-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(31, 39, 50, 0.1333333333);
}
.counter-style1 .counter-block h3 {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(31, 39, 50, 0.768627451);
}
.counter-style1 .counter-block h3 small {
  position: relative;
  font-size: 40px;
  top: -50px;
}
.counter-style1 .counter-block p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.counter-style1 .counter-block:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #f2663f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.counter-style1 .counter-block:hover:after {
  width: 70%;
}

@media screen and (max-width: 1399px) {
  .counter-style1 .counter-block h3 {
    font-size: 75px;
  }
}
@media screen and (max-width: 991px) {
  .counter-style1 .counter-block h3 {
    font-size: 65px;
  }
  .counter-style1 .counter-block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .counter-style1 .counter-block {
    padding-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .counter-style1 .counter-block h3 {
    font-size: 50px;
    margin-bottom: 0;
  }
}
/* counter-style2 */
.counter-style2 .count-no {
  font-size: 7.5em;
  font-weight: 800;
  color: rgba(30, 40, 49, 0.03);
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .counter-style2 .count-no {
    font-size: 6em;
  }
}
/* clients-style01 */
.clients-style01 .clients-img img {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.6s cubic-bezier(0.13, 0.63, 0.11, 0.81);
}
.clients-style01 .clients-img:hover img {
  opacity: 1;
  transform: translate3d(-20px, 0, 0);
}

/* clients-style02 */
.clients-style02 .clients-img img {
  transition: all 0.3s ease-in-out;
  opacity: 0.2;
}
.clients-style02 .clients-img:hover img {
  transform: scale(1.1);
  opacity: 1;
}

/* clients-style03 */
.clients-style03 .clients-img img {
  opacity: 0.2;
  transition: 0.4s;
}
.clients-style03 .clients-img:hover img {
  opacity: 1;
}

/* clients-style04 */
.clients-style04 {
  margin-top: -160px;
}
.clients-style04 .clients-img {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
  position: relative;
}
.clients-style04 .clients-img img {
  opacity: 0.5;
  transition: 0.4s;
}
.clients-style04 .clients-img .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.clients-style04 .clients-img:hover .hover-text {
  opacity: 1;
}
.clients-style04 .clients-img:hover img {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .clients-style04 {
    margin-top: 0;
  }
}
/* quform */
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}

.form-control:focus {
  border-color: #f2663f;
}

.form-check-input:checked {
  border-color: #f2663f;
  background-color: #f2663f;
}

.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}

.quform-element > label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}

.quform-inner input {
  width: 100%;
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
  float: none;
}

.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}

.quform-element {
  margin-bottom: 1rem;
}

/* newsletter */
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form .form-control:focus,
.newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}

/* newsletter-form-style1 */
.newsletter-form-style1 .quform-input .form-control {
  min-height: 54px;
}
.newsletter-form-style1 .btn-style7:before {
  border-radius: 50rem;
}

/* social-icon-style1 */
.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}
.social-icon-style1 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style1 li a:hover {
  background: #f2663f;
}
.social-icon-style1 li:last-child {
  margin-right: 0;
}

/* social-icon-style2 */
.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}
.social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #1f2732;
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style2 li a:hover {
  background: #f2663f;
}

/* social-icon-style3 */
.social-icon-style3 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}
.social-icon-style3 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style3 li:last-child {
  margin-right: 0;
}
.social-icon-style3 li a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  height: 56px;
  line-height: 56px;
  width: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.social-icon-style3 li a:hover,
.social-icon-style3 li a:focus,
.social-icon-style3 li a:active {
  color: #f2663f;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .social-icon-style3 li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
}
/* social-icon-style4 */
.social-icon-style4 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}
.social-icon-style4 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style4 li:last-child {
  margin-right: 0;
}
.social-icon-style4 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #f2663f;
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.social-icon-style4 li a:hover,
.social-icon-style4 li a:focus,
.social-icon-style4 li a:active {
  color: #f2663f;
  background: #fff;
}

/*search page*/
.search-form_input {
  color: #f2663f;
}

.search-frame h4 a:hover {
  color: #f2663f;
}
.search-frame .search_list .match {
  color: #f2663f;
}
.search-frame .search_list li:before {
  color: #f2663f;
}
.search-frame .search_list li + li {
  border-top: 3px solid #f2663f;
}
.search-frame .search {
  color: #f2663f;
}

/* contact-map */
.contact-map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0;
}

/* contact-style01 */
.contact-style01 .contact-data {
  border: 1px solid #dee2e6;
  border-left: 0;
}
.contact-style01 .contact-map-button a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  fill: #f2663f;
  color: #f2663f;
  background-color: #f2663f;
  padding: 0px 0px 0px 0px;
  line-height: 37px;
}
.contact-style01 .contact-map-button a .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: inherit;
  align-items: center;
}
.contact-style01 .contact-map-button a .main-content span.map-icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-decoration: inherit;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid;
  line-height: 30px;
  text-indent: 35px;
  overflow: hidden;
  text-align: center;
  transition: width 0.3s ease-in 0.15s, height 0.3s ease-in 0.15s,
    background-color 0.3s ease-in 0.15s, text-indent 0.3s ease-in,
    color 0.3s ease-out;
  margin-right: 12px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.contact-style01 .contact-map-button a .main-content span.map-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
  text-decoration: inherit;
  color: #f2663f;
}
.contact-style01 .contact-map-button a:focus {
  color: #fff;
}
.contact-style01 .contact-map-button a:hover {
  color: #fff;
}
.contact-style01 .contact-map-button a:hover .main-content span.map-icon {
  width: 32px;
  height: 32px;
  line-height: 30px;
  background-color: #f2663f;
  color: #fff;
  text-indent: 0;
  transition: width 0.3s ease-out 0.1s, height 0.3s ease-out 0.1s,
    background-color 0.4s ease-out, text-indent 0.3s ease-in 0.2s;
}

@media screen and (max-width: 767px) {
  .contact-style01 .contact-data {
    border-left: 1px solid #dee2e6;
  }
}
/*==============================
 *    Footer
 *    ================================ */
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}
.footer-logo > a {
  display: inline-block;
}

footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
}
footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease;
}
footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after {
  width: 100%;
}
footer .email a:hover,
footer .email a:active,
footer .email a:focus {
  color: #f2663f;
}
footer .email a:after {
  border-bottom: 1px solid #fff;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
}
footer .phone {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: #fff;
}
footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus {
  color: #f2663f;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}

/*# sourceMappingURL=styles.css.map */

.modal {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
}

.modal-backdrop {
  background-color: black;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-header {
  border-bottom: none;
  color: white;
}
.modal-body {
  color: white;
}

.modal-content {
  border: none; /* Removes border around the modal */
  /* background: rgba(0, 0, 0, 0.75); */
  background-color: transparent;
  color: white;
}
.img-fluid {
  border-radius: 10px;
}
.icon-img {
  background-color: white;
  border-radius: 40px;
  padding: 6px 6px;
  margin-top: 2px;
}

.h8 {
  font-size: 15px;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 900;
}
.h9 {
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 400;
}
