/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
   --glorify-font: "Poppins", sans-serif;
   --glorify-font-two: "Oswald", sans-serif;
   --glorify-gray: #585b6b;
   --glorify-gray-rgb: 88, 91, 107;
   --glorify-base: #F94D00;
   --glorify-base-rgb: 79, 70, 229;
   --glorify-black: #1e293b;
   --glorify-black-rgb: 30, 41, 59;
   --glorify-primary: #f1f5f9;
   --glorify-primary-rgb: 79, 70, 229;
   --glorify-white: #ffffff;
   --glorify-white-rgb: 255, 255, 255;
   --glorify-bdr-radius: 10px;
}

.row {
   --bs-gutter-x: 30px;
}

.gutter-y-30 {
   --bs-gutter-y: 30px;
}

body {
   font-family: var(--glorify-font);
   color: var(--glorify-gray);
   font-size: 16px;
   line-height: 26px;
   font-weight: 400;
}

body.locked {
   overflow: hidden;
}

a {
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
   text-decoration: none;
}

::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}

:-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}

::-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}

::placeholder {
   color: inherit;
   opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
   margin: 0;
}

p {
   margin: 0;
}

dl,
ol,
ul {
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   list-style: none;
}

::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}

:-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}

::-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}

::placeholder {
   color: inherit;
   opacity: 1;
}

.page-wrapper {
   position: relative;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
   overflow: hidden;
}

.container {
   padding-left: 15px;
   padding-right: 15px;
}

.list-unstyled {
   padding-left: 0;
}

@media (min-width: 1320px) {
   .container {
      max-width: 1320px;
   }
}

::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}

:-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}

::-ms-input-placeholder {
   color: inherit;
   opacity: 1;
}

::placeholder {
   color: inherit;
   opacity: 1;
}


/*---  floting social media icons ----*/

.share-button {
    position: fixed;
    left: 0;
    top: calc(50% - 80px);
    z-index: 9999;
}

.share-button .share {
        color: #ffffff;
        text-align: center;
        width: 40px;
        font-size: 16px;
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        transition: .18s ease;
    }
    
.share-button .share:hover {
            width: 50px;
        }

.share-button .fb{
            background: #3b5998;
}

.share-button .insta {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    
.share-button .linkedin {
            background: #0e76a8;
        }


/*--- whattsapp widget --*/

#whatsapp-chat a:link,
#whatsapp-chat a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#whatsapp-chat h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}

/* CSS Multiple Whatsapp Chat */

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 75px;
  right: 60px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 55px;
  right: 60px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
   
  & h3 {
    margin: 0 0 10px;
  }
  
  & p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }
  
  .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
}

.whatsapp-chat-avatar {
  position: relative;
  &::after {
      content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
  }
  
  img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    background-color: #ffffff;
    padding: 4px;
    
  }
}


.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 36px;
    outline: none;
    resize: none;
    padding: 5px 10px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
    font-weight: 700;
    padding: 5px 5px 0;
    background: #eee;
    border-radius: 0;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
  line-height:30px;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}




#particles-js {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background-position: 50% 50%;
   opacity: 0.2;
   z-index: -1;
}

#particles-js-two {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background-position: 50% 50%;
   opacity: 0.2;
   z-index: -1;
}



/*** chat popup ***/

.chat-popup {
   position: fixed;
   left: 0;
   bottom: 0px;
   width: 350px;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   background: var(--glorify-black);
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   border-radius: 10px;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   transform: translateX(-100%);
   transition: background-color 0.7s ease;
   transition: all 0.7s ease;
}

.chat-popup.popup-visible {
   transform: translateX(0%);
   visibility: visible;
   opacity: 1;
}

.chat-popup .popup-inner {
   position: relative;
   display: block;
   padding: 40px 35px;
   padding-top: 32px;
}

.chat-popup .close-chat {
   position: absolute;
   display: flex;
   left: 0px;
   top: -55px;
   width: 60px;
   height: 55px;
   line-height: 44px;
   text-align: center;
   border-radius: 5px;
   font-size: 16px;
   color: #fff;
   background: var(--glorify-base);
   cursor: pointer;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   align-items: center;
   justify-content: center;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   margin-bottom: 40px;
   color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
   margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 40px;
   border: 1px solid rgba(255, 255, 255, .10);
   border-radius: 5px;
   font-size: 13px;
   color: rgba(255, 255, 255, .70);
   padding: 10px 20px;
   background-color: rgba(255, 255, 255, .10);
   transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
   height: 120px;
   resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
   outline: none;
}

.chat-popup .chat-form .form-group button {
   border: none;
}

.chat-popup .chat-form .form-group .thm-btn:hover {
   color: var(--glorify-base);
}

.chat-popup .chat-form .form-group .thm-btn span {
   background-color: var(--glorify-white);
}

.chat-icon {
   position: fixed;
   display: inline-block;
   left: 30px;
   bottom: 45px;
   z-index: 99;
}

.chat-icon button {
   position: relative;
   display: inline-block;
   width: 45px;
   height: 45px;
   line-height: 47px;
   text-align: center;
   font-size: 20px;
   color: #fff;
   border-radius: 5px;
   background: var(--glorify-base);
   z-index: 1;
   border: none;
}

.chat-icon button:before {
   content: "";
   position: absolute;
   top: -5px;
   left: -5px;
   right: -5px;
   bottom: -5px;
   background-color: rgba(var(--glorify-base-rgb), .20);
   border-radius: 5px;
   z-index: -1;
}



/***
=============================================
xs sidebar
=============================================
***/

.xs-sidebar-group .xs-overlay {
   left: 0;
   top: 0;
   position: fixed;
   height: 100%;
   opacity: 0;
   width: 100%;
   visibility: hidden;
   cursor: url(../images/icon/cross-out.png),
      pointer;
   transform: translateX(-100%);
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
   z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
   opacity: .8;
   visibility: visible;
   transform: translateX(0%);
}

.xs-sidebar-group .widget-heading {
   position: absolute;
   top: 0;
   right: 0;
   padding: 25px;
}

.xs-sidebar-group .widget-heading a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   border: 2px solid #fff;
   border-radius: 50%;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
   color: var(--glorify-base);
   border-color: var(--glorify-base);
}

.xs-sidebar-widget {
   position: fixed;
   left: 0;
   top: 0;
   bottom: 0;
   width: 100%;
   max-width: 360px;
   z-index: 999999;
   overflow: hidden;
   overflow-y: auto;
   visibility: hidden;
   opacity: 0;
   border-right: 5px solid rgba(var(--glorify-white-rgb), .50);
   transform: translateX(-100%);
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
   opacity: 1;
   visibility: visible;
   transform: translateX(0%);
   background-color: var(--glorify-black);
}

.sidebar-textwidget {
   padding: 70px 30px;
}

.sidebar-widget-container {
   position: relative;
   top: 0px;
   opacity: 0;
   visibility: hidden;
   transform: translateX(-100%);
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
   transform: translateX(0%);
   visibility: visible;
   opacity: 1;
}

.xs-overlay {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   opacity: .8;
   z-index: 0;
}

.xs-bg-black {
   background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
   position: relative;
   max-width: 172px;
   width: 100%;
   margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
   position: relative;
   display: block;
   font-size: 20px;
   line-height: 30px;
   color: #fff;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 15px;
   letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
   margin-bottom: 30px;
   padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
   color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
   position: relative;
   margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
   margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   font-size: 15px;
   padding: 10px 20px;
   color: rgba(var(--glorify-white-rgb), .70);
   border: none;
   border-radius: var(--glorify-bdr-radius);
   outline: none;
   transition: all 500ms ease;
   background-color: rgba(var(--glorify-white-rgb), .05);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
   resize: none;
   height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
   border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
   position: relative;
   border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
   color: var(--glorify-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn span {
   background-color: var(--glorify-white);
}

.sidebar-contact-info {
   position: relative;
   display: block;
   padding-top: 43px;
}

.sidebar-contact-info ul {
   position: relative;
   display: block;
   padding-bottom: 22px;
}

.sidebar-contact-info ul li {
   position: relative;
   display: block;
   color: var(--glorify-white);
   line-height: 30px;
}

.sidebar-contact-info ul li span {
   position: relative;
   display: inline-block;
   width: 25px;
}

.sidebar-contact-info ul li span:before {
   position: relative;
   display: inline-block;
   color: #ffffff;
}

.sidebar-contact-info ul li a {
   color: var(--glorify-white);
}

.sidebar-contact-info ul li a:hover {
   color: var(--glorify-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
   overflow: hidden;
}

.thm-social-link1 {
   position: relative;
   display: block;
}

.thm-social-link1 ul {
   position: relative;
}

.thm-social-link1 ul li {
   position: relative;
   display: inline-block;
   margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
   margin-right: 0;
}

.thm-social-link1 ul li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   background: rgba(var(--glorify-white-rgb), .10);
   border-radius: 50%;
   color: var(--glorify-white);
   font-size: 15px;
   text-align: center;
   z-index: 1;
   transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
   position: absolute;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   background: var(--glorify-base);
   border-radius: 50%;
   transition: .5s;
   transform: scale(.5);
   opacity: 0;
   content: '';
   z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
   transform: scale(1);
   opacity: 1;
}

.thm-social-link1 ul li a:hover {
   color: var(--glorify-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget {
   -ms-overflow-style: none;
   scrollbar-width: none;
}

.xs-sidebar-widget::-webkit-scrollbar {
   display: none;
}



.mobile-nav__content {
   max-height: 100vh;
   overflow-y: auto;
   scrollbar-width: thin;
   scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
   -ms-overflow-style: auto;
}

.mobile-nav__content::-webkit-scrollbar {
   width: 6px;
}

.mobile-nav__content::-webkit-scrollbar-track {
   background: transparent;
}

.mobile-nav__content::-webkit-scrollbar-thumb {
   background: rgba(255, 255, 255, 0.3);
   border-radius: 6px;
   backdrop-filter: blur(4px);
   transition: background 0.3s;
}

.mobile-nav__content::-webkit-scrollbar-thumb:hover {
   background: rgba(255, 255, 255, 0.5);
}


html.lenis,
html.lenis body {
   height: auto;
}

.lenis.lenis-smooth {
   scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
   -ms-scroll-chaining: none;
   overscroll-behavior: contain;
}

.lenis.lenis-stopped {
   overflow: hidden;
}

.lenis.lenis-scrolling iframe {
   pointer-events: none;
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
   width: 25px;
   height: 25px;
   border-radius: 100%;
   border: 1px solid var(--glorify-base);
   -webkit-transition: all 200ms ease-out;
   transition: all 200ms ease-out;
   position: fixed;
   pointer-events: none;
   left: 0;
   top: 0;
   -webkit-transform: translate(calc(-50% + 5px), -50%);
   transform: translate(calc(-50% + 5px), -50%);
   z-index: 999991;
}

.custom-cursor__cursor-two {
   width: 10px;
   height: 10px;
   border-radius: 100%;
   background-color: var(--glorify-base);
   opacity: .3;
   position: fixed;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   pointer-events: none;
   -webkit-transition: width .3s, height .3s, opacity .3s;
   transition: width .3s, height .3s, opacity .3s;
   z-index: 999991;
}

.custom-cursor__hover {
   background-color: var(--glorify-base);
   opacity: 0.4;
}

.custom-cursor__innerhover {
   width: 25px;
   height: 25px;
   opacity: .4;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
#preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #ffffff;
   z-index: 999999;
}

.preloader {
   width: 60px;
   height: 60px;
   display: inline-block;
   padding: 0px;
   text-align: left;
   box-sizing: border-box;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -25px;
   margin-top: -25px;
}

.preloader span {
   position: absolute;
   display: inline-block;
   width: 60px;
   height: 60px;
   border-radius: 100%;
   background: var(--glorify-base);
   -webkit-animation: preloader 1.3s linear infinite;
   animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
   animation-delay: -0.9s;
   -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
   0% {
      transform: scale(0, 0);
      opacity: 0.5;
   }

   100% {
      transform: scale(1, 1);
      opacity: 0;
   }
}

@-webkit-keyframes preloader {
   0% {
      -webkit-transform: scale(0, 0);
      opacity: 0.5;
   }

   100% {
      -webkit-transform: scale(1, 1);
      opacity: 0;
   }
}

/*--- End of Preloader ---*/


/* scroll to top */
.scroll-to-top {
   display: flex;
   align-items: center;
   width: auto;
   height: 35px;
   background: transparent;
   position: fixed;
   bottom: 60px;
   right: -40px;
   z-index: 99;
   text-align: center;
   opacity: 0;
   visibility: hidden;
   transform: rotate(-90deg);
   cursor: pointer;
   transition: all 0.2s ease;
}

.scroll-to-top:hover {
   color: var(--glorify-base);
}

.scroll-to-top__text {
   display: inline;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.1em;
   font-weight: 700;
   margin-left: 10px;
   background-color: #000000;
   padding: 0px 5px;
}

.scroll-to-top__wrapper {
   display: inline-block;
   width: 30px;
   height: 4px;
   background-color: var(--glorify-base);
   position: relative;
   overflow: hidden;
}

.scroll-to-top__inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: var(--glorify-black);
}

.scroll-to-top.show {
   opacity: 1;
   visibility: visible;
   bottom: 70px;
}






/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
   position: fixed;
   left: 0;
   top: 0;
   height: 120px;
   width: 100%;
   z-index: 99999;
   transform: translateY(-100%);
   transition: all 0.5s;
}

.search-active .search-popup {
   transform: translateY(0%);
}

.search-popup .color-layer {
   position: absolute;
   content: '';
   left: 0;
   top: 0;
   height: 120px;
   width: 100%;
   background-color: var(--glorify-base);
   transition: all 0.5s;
   box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
   display: none;
}

.search-popup .close-search {
   position: absolute;
   right: 25px;
   top: 25px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 70px;
   background-color: rgba(255, 255, 255, 0.2);
   border-radius: 0%;
   cursor: pointer;
   color: #ffffff;
   font-size: 30px;
   transition: all 0.5s;
   border: none;
   opacity: 0;
   transform: translateX(100px);
   visibility: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 9999;
}

.search-popup .close-search:hover {
   color: var(--glorify-base);
   background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
   opacity: 1;
   transform: translateX(0px);
   visibility: visible;
}




.search-popup form {
   position: absolute;
   max-width: 700px;
   top: 25px;
   left: 0px;
   right: 0px;
   margin: 0px auto 0;
   opacity: 0;
   transition: all 0.5s;
   z-index: 999;
}

.search-active .search-popup form {
   opacity: 1;
}

.search-popup .form-group {
   position: relative;
   display: block;
   overflow: hidden;
   margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
   position: relative;
   display: block;
   background-color: rgba(255, 255, 255, 1.0);
   font-size: 18px;
   color: var(--glorify-black);
   height: 70px;
   width: 100%;
   padding: 10px 30px 10px 75px;
   font-weight: 500;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   text-transform: capitalize;
   border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
   outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 70px;
   background: var(--glorify-black);
   text-align: center;
   font-size: 20px;
   color: var(--glorify-white);
   padding: 0;
   cursor: pointer;
   border: none;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
   width: 60px;
}

.search-popup .form-group button i {
   font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
   background-color: var(--glorify-secondary);
   color: var(--glorify-black);
}

.search-popup input::placeholder {
   color: var(--glorify-black);
}


/* Section Title Css */
.section-title {
   position: relative;
   display: block;
   margin-top: -3px;
   margin-bottom: 50px;
   z-index: 1;
}

.section-title__tagline-box {
   position: relative;
   display: inline-flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
}

.section-title__tagline {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   color: var(--glorify-base);
   font-weight: 600;
   text-transform: uppercase;
}

.section-title__tagline-shape {
   position: relative;
   display: block;
   width: 40px;
   height: 2px;
   background-color: var(--glorify-base);
}

.section-title__title {
   color: var(--glorify-black);
   font-size: 35px;
   line-height: 1.3em;
   font-weight: 600;
   text-transform: capitalize;
   margin: 15px 0 0;
   letter-spacing: -0.02em;
}

.section-title__title .split-line {
   text-transform: uppercase;
}




/* Thm Btn Css */

.thm-btn {
   position: relative;
   display: inline-block;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   outline: none !important;
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   font-size: 16px;
   line-height: 16px;
   font-weight: 600;
   padding: 21px 34px 21px;
   border-radius: 30px;
   text-align: center;
   overflow: hidden;
   text-transform: capitalize;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   transition: all 0.5s ease;
   z-index: 1;
}

.thm-btn span {
   position: absolute;
   width: 20%;
   height: 150%;
   background-color: var(--glorify-black);
   -webkit-transform: translateY(150%);
   -ms-transform: translateY(150%);
   transform: translateY(150%);
   border-radius: 50%;
   left: calc((var(--n) - 1) * 25%);
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   transition: all 0.5s ease;
   transition-delay: calc((var(--n) - 1) * 0.1s);
   z-index: -1;
}

.thm-btn:hover {
   color: var(--glorify-white);
}

.thm-btn:hover span {
   -webkit-transform: translateY(0) scale(2);
   -ms-transform: translateY(0) scale(2);
   transform: translateY(0) scale(2);
}

.thm-btn span:nth-child(1) {
   --n: 1;
}

.thm-btn span:nth-child(2) {
   --n: 2;
}

.thm-btn span:nth-child(3) {
   --n: 3;
}

.thm-btn span:nth-child(4) {
   --n: 4;
}

.thm-btn span:nth-child(5) {
   --n: 5;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
   position: relative;
   display: block;
   background: transparent;
   transition: all 500ms ease;
   z-index: 999;
}

.main-menu__top {
   position: relative;
   display: block;
}

.main-menu__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 5px 55px 5px;
   background-color: var(--glorify-base);
}

.main-menu__contact-list {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu__contact-list li + li {
   margin-left: 46px;
}

.main-menu__contact-list li:before {
   content: "";
   position: absolute;
   top: -3px;
   bottom: -3px;
   left: -23px;
   width: 1px;
   background-color: rgba(var(--glorify-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
   display: none;
}

.main-menu__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu__contact-list li .icon i {
   font-size: 18px;
   color: var(--glorify-white);
   position: relative;
   display: inline-block;
}

.main-menu__contact-list li .text {
   margin-left: 10px;
}

.main-menu__contact-list li .text p {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-white);
   line-height: 16px;
}

.main-menu__contact-list li .text p a {
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
   color: var(--glorify-white);
}

.main-menu__top-welcome-text {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-white);
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   line-height: 1em;
   letter-spacing: 0.05em;
}

.main-menu__top-right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.main-menu__social-title {
   font-size: 16px;
   color: var(--glorify-white);
   font-weight: 500;
}

.main-menu__social {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 20px;
}

.main-menu__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   width: 40px;
   border: 1px solid rgba(var(--glorify-white-rgb), .40);
   border-radius: 50%;
   font-size: 15px;
   color: var(--glorify-white);
   background-color: transparent;
   overflow: hidden;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: 1;
}

.main-menu__social a:hover {
   color: var(--glorify-base);
   border: 1px solid var(--glorify-white);
}

.main-menu__social a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: var(--glorify-white);
   transform: scale(0.5);
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: -1;
}

.main-menu__social a:hover::before {
   transform: scale(1.0);
   opacity: 1;
}

.main-menu__social a + a {
   margin-left: 5px;
}

.main-menu {
   position: relative;
   display: block;
}

.main-menu__wrapper {
   position: relative;
   display: block;
   background-color: rgba(var(--glorify-white-rgb), .05);
}

.main-menu__wrapper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 0 55px;
}

.main-menu__left {
   display: block;
}

.main-menu__logo {
   display: block;
   padding: 25px 0;
}

.main-menu__main-menu-box {
   display: block;
}

.main-menu__right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 25px;
   padding: 20px 0;
}

.main-menu__call {
   position: relative;
   display: flex;
   align-items: center;
   padding: 7px 0;
}

.main-menu__call-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   width: 40px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   color: var(--glorify-white);
   font-size: 18px;
   top: 5px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__call-content {
   position: relative;
   display: block;
   top: 3px;
   margin-left: 10px;
}

.main-menu__call-sub-title {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-gray);
   line-height: 16px;
   text-transform: capitalize;
}

.main-menu__call-number {
   font-size: 18px;
   font-weight: 700;
   line-height: 18px;
   margin-top: 6px;
}

.main-menu__call-number a {
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__call-number a:hover {
   color: var(--glorify-base);
}

.main-menu__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
   padding: 7.5px 0;
}

.main-menu__search-box {
   position: relative;
   display: block;
}

.main-menu__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__search:hover {
   color: var(--glorify-base);
}

.main-menu__cart-box {
   position: relative;
   display: block;
   margin-left: 20px;
}

.main-menu__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__cart-count {
   position: absolute;
   top: -15px;
   right: -15px;
   height: 20px;
   width: 20px;
   font-size: 10px;
   line-height: 10px;
   font-weight: 500;
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__cart:hover {
   color: var(--glorify-base);
}

.main-menu__nav-sidebar-icon {
   position: relative;
   display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
   position: relative;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   flex-direction: column;
   padding-right: 11px;
   height: 45px;
   width: 45px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.icon-dots-menu-one {
   position: relative;
   display: block;
   width: 15px;
   height: 3px;
   background-color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
   width: 22px;
}

.icon-dots-menu-two {
   position: relative;
   display: block;
   width: 22px;
   height: 3px;
   background-color: var(--glorify-white);
   margin-top: 5px;
   margin-bottom: 5px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.icon-dots-menu-three {
   position: relative;
   display: block;
   width: 18px;
   height: 3px;
   background-color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
   width: 22px;
}

.main-menu__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}





.stricky-header.main-menu {
   background-color: var(--glorify-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   display: none;
}



@media (min-width: 1200px) {

   .main-menu .main-menu__list,
   .main-menu .main-menu__list > li > ul,
   .main-menu .main-menu__list > li > ul > li > ul,
   .stricky-header .main-menu__list,
   .stricky-header .main-menu__list > li > ul,
   .stricky-header .main-menu__list > li > ul > li > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
   padding-top: 40px;
   padding-bottom: 40px;
   position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
   margin-left: 40px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
   font-size: 18px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: var(--glorify-black);
   position: relative;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   font-weight: 500;
   text-transform: capitalize;
   font-family: var(--glorify-font-two);
   line-height: 20px;
   letter-spacing: 0.04em;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
   color: var(--glorify-base);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
   content: "";
   height: 2px;
   border-radius: 0px;
   background-color: var(--glorify-base);
   position: absolute;
   bottom: -3px;
   left: 0px;
   right: 0px;
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
   transform: scale(1, 1);
   transform-origin: right center;
}

.main-menu .main-menu__list > li.dropdown > a {
   padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
   position: absolute;
   top: 56%;
   right: 0;
   font-family: "Font Awesome 5 Pro";
   content: "\f107";
   font-size: 18px;
   color: var(--glorify-black);
   transform: translateY(-50%);
   font-weight: 500;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
   color: var(--glorify-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
   position: absolute;
   top: 100%;
   left: 0;
   background-color: var(--glorify-white);
   min-width: 280px;
   padding: 15px 10px 15px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: flex-start;
   text-align: left;
   border-bottom-left-radius: var(--glorify-bdr-radius);
   border-bottom-right-radius: var(--glorify-bdr-radius);
   opacity: 0;
   visibility: hidden;
   z-index: 99;
   transform: perspective(500px) rotatex(-20deg);
   transform-origin: 50% 0%;
   -webkit-transition: all 300ms linear 0ms;
   -khtml-transition: all 300ms linear 0ms;
   -moz-transition: all 300ms linear 0ms;
   -ms-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
}

.shadow-box {
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
   display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
   opacity: 1;
   visibility: visible;
   transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 100%;
   flex: 1 1 100%;
   width: 100%;
   position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
   border-top: 1px solid rgba(var(--glorify-black-rgb), 0.10);
   margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
   position: relative;
   display: flex;
   align-items: center;
   color: rgba(var(--glorify-black-rgb), 1);
   font-size: 14px;
   line-height: 14px;
   font-weight: 500;
   font-family: var(--glorify-font-two);
   text-transform: capitalize;
   padding: 13px 0px 13px;
   letter-spacing: 0.04em;
   -webkit-transition: all 200ms linear 0ms;
   -khtml-transition: all 200ms linear 0ms;
   -moz-transition: all 200ms linear 0ms;
   -ms-transition: all 200ms linear 0ms;
   -o-transition: all 200ms linear 0ms;
   transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li.current > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li.current > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li.current > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li.current > a {
   color: #ffffff;
   padding-left: 5px;
   background: #F94D00;
   border-radius: 5px;
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
   position: absolute;
   top: 50%;
   right: 20px;
   font-family: "Font Awesome 5 Pro";
   font-weight: 900;
   content: "\f105";
   font-size: 14px;
   color: var(--glorify-base);
   transform: translateY(-50%) scale(0);
   -webkit-transition: 500ms;
   transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li.current > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li.current > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li.current > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li.current > a::before {
   transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
   top: 0;
   left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
   top: 0;
   left: auto;
   right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu,
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
   position: static;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
   top: 100% !important;
   left: 0 !important;
   right: 0 !important;
   background-color: transparent;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
   padding: 0 !important;
}

.stricky-header {
   position: fixed;
   z-index: 991;
   top: 0;
   left: 0;
   background-color: #fff;
   width: 100%;
   visibility: hidden;
   -webkit-transform: translateY(-120%);
   transform: translateY(-120%);
   -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
   transition: visibility 500ms ease, -webkit-transform 500ms ease;
   transition: transform 500ms ease, visibility 500ms ease;
   transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
   -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
   .stricky-header {
      display: none !important;
   }
}

.stricky-header.stricky-fixed {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   visibility: visible;
}

.stricky-header .main-menu__inner {
   -webkit-box-shadow: none;
   box-shadow: none;
   padding-right: 0;
   max-width: 1170px;
   width: 100%;
   margin: 0 auto;
}

.mobile-nav__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-left: auto;
   margin-right: 10px;
}

@media (min-width: 1200px) {
   .mobile-nav__buttons {
      display: none;
   }
}

.mobile-nav__buttons a {
   font-size: 20px;
   color: var(--glorify-base);
   cursor: pointer;
}

.mobile-nav__buttons a + a {
   margin-left: 10px;
}

.mobile-nav__buttons a:hover {
   color: var(--glorify-base);
}

.main-menu .mobile-nav__toggler {
   font-size: 20px;
   color: var(--glorify-base);
   cursor: pointer;
   -webkit-transition: 500ms;
   transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
   color: var(--glorify-black);
}

@media (min-width: 1200px) {
   .main-menu .mobile-nav__toggler {
      display: none;
   }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: 999;
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transform-origin: left center;
   transform-origin: left center;
   -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
   transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
   transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
   transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
   visibility: hidden;
   overflow-y: auto;
}

.mobile-nav__wrapper .container {
   padding-left: 0;
   padding-right: 0;
}

.mobile-nav__wrapper.expanded {
   opacity: 1;
   -webkit-transform: translateX(0%);
   transform: translateX(0%);
   visibility: visible;
   -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
   transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
   transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
   transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #000000;
   opacity: 0.5;
   cursor: pointer;
}

.mobile-nav__content {
   width: 300px;
   background-color: var(--glorify-black);
   z-index: 10;
   position: relative;
   height: 100%;
   overflow-y: auto;
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 15px;
   padding-right: 15px;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
   transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
   transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
   transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateX(0);
   transform: translateX(0);
   -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
   transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
   transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
   transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
   margin-bottom: 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.mobile-nav__close {
   position: absolute;
   top: 20px;
   right: 15px;
   font-size: 18px;
   color: var(--glorify-white);
   cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
   display: none;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
   display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   line-height: 30px;
   color: #ffffff;
   font-size: 14px;
   font-family: var(--glorify-font, "Rubik", sans-serif);
   font-weight: 500;
   height: 46px;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transition: 500ms;
   transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
   color: var(--glorify-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
   color: var(--glorify-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
   width: 30px;
   height: 30px;
   background-color: var(--glorify-base);
   border: none;
   outline: none;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
   -webkit-transition: -webkit-transform 500ms ease;
   transition: -webkit-transform 500ms ease;
   transition: transform 500ms ease;
   transition: transform 500ms ease, -webkit-transform 500ms ease;
   padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
   background-color: #fff;
   color: var(--glorify-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
   display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
   position: relative;
   top: auto;
   right: auto;
   -webkit-transform: translate(0, 0);
   transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
   font-size: 16px;
}

.mobile-nav__top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
   color: var(--glorify-text-dark);
}

.mobile-nav__container {
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.mobile-nav__social a {
   font-size: 16px;
   color: var(--glorify-white);
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   width: 40px;
   border: 1px solid rgba(var(--glorify-white-rgb), .10);
   border-radius: 50%;
   -webkit-transition: 500ms;
   transition: 500ms;
   z-index: 1;
}

.mobile-nav__social a + a {
   margin-left: 10px;
}

.mobile-nav__social a::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: var(--glorify-base);
   transform: scale(0.5);
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: -1;
}

.mobile-nav__social a:hover::after {
   transform: scale(1.0);
   opacity: 1;
}

.mobile-nav__social a:hover {
   color: var(--glorify-white);
   border: 1px solid rgba(var(--glorify-base-rgb), 1);
}

.mobile-nav__contact {
   margin-bottom: 0;
   margin-top: 20px;
   margin-bottom: 20px;
}

.mobile-nav__contact li {
   color: var(--glorify-text-dark);
   font-size: 14px;
   font-weight: 500;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.mobile-nav__contact li + li {
   margin-top: 15px;
}

.mobile-nav__contact li a {
   color: #ffffff;
   -webkit-transition: 500ms;
   transition: 500ms;
}

.mobile-nav__contact li a:hover {
   color: var(--glorify-base);
}

.mobile-nav__contact li > i {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background-color: var(--glorify-base);
   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;
   text-align: center;
   font-size: 11px;
   margin-right: 10px;
   color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
   display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
   margin-top: -25px;
   margin-bottom: -25px;
}

.home-showcase__inner {
   padding: 30px 30px 30px;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
}

.home-showcase .row {
   --bs-gutter-x: 30px;
   --bs-gutter-y: 20px;
   justify-content: center;
}

.home-showcase__item {
   position: relative;
   display: block;
   border: 1px solid rgba(var(--glorify-black-rgb), .15);
   padding: 10px 10px 18px;
   border-radius: var(--glorify-bdr-radius);
}

.home-showcase__image {
   position: relative;
   overflow: hidden;
   background-color: rgb(0, 0, 0, 0.10);
   padding: 1px;
   border-radius: var(--glorify-bdr-radius);
}

.home-showcase__image > img {
   width: 100%;
   transition: filter 500ms ease;
   filter: blur(0px);
   border-radius: var(--glorify-bdr-radius);
}

.home-showcase__image:hover > img {
   filter: blur(2px);
}

.home-showcase__buttons {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   transform: scale(1, 0);
   transition: transform 800ms ease, opacity 600ms linear;
   transform-origin: bottom center;
   opacity: 0.70;
   z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
   transform: scale(1, 1);
   opacity: 1.0;
   transform-origin: top center;
}

.home-showcase__buttons::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
   background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
   background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
   background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
   background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
   background-image: linear-gradient(to right, #222222 0%, #222222 100%);

   opacity: 1;
   transform: perspective(500px) rotatex(-20deg);
   transform-origin: 50% 0%;
   -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
   -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
   -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
   -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
   -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
   box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
   -webkit-transition: all 300ms linear 0ms;
   -khtml-transition: all 300ms linear 0ms;
   -moz-transition: all 300ms linear 0ms;
   -ms-transition: all 300ms linear 0ms;
   -o-transition: all 300ms linear 0ms;
   transition: all 300ms linear 0ms;
   z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
   opacity: 0.90;
   visibility: visible;
   transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
   padding: 19px 20px 19px;
   width: 160px;
   text-align: center;
}

.home-showcase__buttons__item:hover {
   color: var(--glorify-base);
}

.home-showcase__buttons__item span {
   background-color: var(--glorify-white);
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
   margin-top: 10px;
}

.home-showcase__title {
   margin: 0;
   text-align: center;
   font-size: 16px;
   line-height: 16px;
   font-weight: 600;
   color: var(--glorify-black);
   margin-top: 17px;
   text-transform: uppercase;
   letter-spacing: 0.03em;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
   padding: 15px 0px;
   background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
   color: var(--glorify-white, #ffffff);
}

.mobile-nav__content .home-showcase {
   margin-top: 0;
   margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   background-color: rgba(var(--glorify-white-rgb), 0.02);
   transition: all 500ms ease;
   z-index: 999;
}

.main-menu-two__top {
   position: relative;
   display: block;
   z-index: 1;
}

.main-menu-two__top:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 1px;
   background-color: rgba(var(--glorify-white-rgb), .10);
   z-index: -1;
}

.main-menu-two__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 7.5px 0px 7.5px;
   z-index: 1;
}

.main-menu-two__contact-list {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-two__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-two__contact-list li + li {
   margin-left: 30px;
}

.main-menu-two__contact-list li:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: -15px;
   width: 1px;
   background-color: rgba(var(--glorify-white-rgb), .20);
}

.main-menu-two__contact-list li:first-child:before {
   display: none;
}

.main-menu-two__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-two__contact-list li .icon i {
   font-size: 18px;
   color: var(--glorify-white);
   position: relative;
   display: inline-block;
}

.main-menu-two__contact-list li .text {
   margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
   font-size: 16px;
   font-weight: 400;
   color: var(--glorify-white);
   line-height: 16px;
}

.main-menu-two__contact-list li .text p a {
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
   color: var(--glorify-white);
}

.main-menu-two__top-right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.main-menu-two__top-time {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.main-menu-two__top-time-icon {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.main-menu-two__top-time-icon span {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--glorify-white);
}

.main-menu-two__top-text {
   font-size: 16px;
   font-weight: 400;
   color: var(--glorify-white);
   line-height: 16px;
   margin-left: 10px;
}

.main-menu-two__social {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 40px;
}

.main-menu-two__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 35px;
   width: 35px;
   border: 1px solid rgba(var(--glorify-white-rgb), .40);
   border-radius: 50%;
   font-size: 14px;
   color: var(--glorify-white);
   background-color: transparent;
   overflow: hidden;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: 1;
}

.main-menu-two__social a:hover {
   color: var(--glorify-base);
   border: 1px solid var(--glorify-white);
}

.main-menu-two__social a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: var(--glorify-white);
   transform: scale(0.5);
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: -1;
}

.main-menu-two__social a:hover::before {
   transform: scale(1.0);
   opacity: 1;
}

.main-menu-two__social a + a {
   margin-left: 5px;
}

.main-menu-two__wrapper {
   position: relative;
   display: block;
}

.main-menu-two__wrapper-inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}

.main-menu-two__left {
   position: relative;
   display: block;
}

.main-menu-two__logo {
   position: relative;
   display: block;
   padding: 25px 0;
}

.main-menu-two__main-menu-box {
   display: block;
}

.main-menu-two__right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   padding: 20px 0;
}

.main-menu-two__search-box {
   position: relative;
   display: block;
}

.main-menu-two__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   cursor: pointer;
}

.main-menu-two__search:hover {
   color: var(--glorify-base);
}

.main-menu-two__cart {
   position: relative;
   display: block;
}

.main-menu-two__cart a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-two__cart a:hover {
   color: var(--glorify-base);
}

.main-menu-two__cart-count {
   position: absolute;
   top: -16px;
   right: -15px;
   height: 20px;
   width: 20px;
   font-size: 10px;
   line-height: 10px;
   font-weight: 500;
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-two__cart a:hover .main-menu-two__cart-count {
   color: var(--glorify-white);
}

.main-menu-two__user {
   position: relative;
   display: block;
}

.main-menu-two__user a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-two__user a:hover {
   color: var(--glorify-base);
}

.main-menu-two__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

.main-menu-two__btn-box .thm-btn:hover {
   color: var(--glorify-base);
}

.main-menu-two__btn-box .thm-btn span {
   background-color: var(--glorify-white);
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
   color: var(--glorify-white);
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
   color: var(--glorify-white);
}

.main-menu-two .main-menu__list > li.dropdown > a:after {
   color: var(--glorify-white);
}

.main-menu-two .main-menu__list > li.current > a::after,
.main-menu-two .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-two .main-menu__list > li.current > a::after,
.stricky-header.main-menu-two .main-menu__list > li:hover > a::after {
   color: var(--glorify-white);
}

.main-menu-two .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before {
   background-color: var(--glorify-white);
}


.stricky-header.main-menu-two {
   background-color: var(--glorify-black);
}


/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   background: var(--glorify-black);
   transition: all 500ms ease;
   z-index: 999;
}

.main-header-three:before {
   content: "";
   position: absolute;
   bottom: -1px;
   left: 0;
   right: 0;
   height: 1px;
   background-color: rgba(var(--glorify-white-rgb), .05);
   z-index: -1;
}

.main-menu-three__top {
   position: relative;
   display: block;
   background-color: rgba(var(--glorify-white-rgb), .05);
   margin-bottom: 4px;
   z-index: 5;
}

.main-menu-three__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 7.5px 0px 7.5px;
   z-index: 1;
}

.main-menu-three__top-inner:before {
   content: "";
   position: absolute;
   top: 0;
   left: 50%;
   right: 0;
   bottom: 0;
   background-color: var(--glorify-white);
   clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
   opacity: .05;
   z-index: -1;
}

.main-menu-three__top-inner:after {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 100%;
   right: -10000000px;
   background-color: var(--glorify-white);
   opacity: .05;
   z-index: -1;
}

.main-menu-three__contact-list {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-three__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-three__top-menu li:before {
   content: "";
   position: absolute;
   top: 6px;
   left: -10px;
   bottom: 6px;
   width: 1px;
   background-color: var(--glorify-white);
   transform: rotate(15deg);
}

.main-menu-three__top-menu li:first-child:before {
   display: none;
}

.main-menu-three__contact-list li + li {
   margin-left: 46px;
}

.main-menu-three__contact-list li:before {
   content: "";
   position: absolute;
   top: 5px;
   bottom: 5px;
   left: -23px;
   width: 1px;
   background-color: rgba(var(--glorify-white-rgb), .40);
}

.main-menu-three__contact-list li:first-child:before {
   display: none;
}

.main-menu-three__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-three__contact-list li .icon i {
   font-size: 16px;
   color: var(--glorify-white);
}

.main-menu-three__contact-list li .text {
   margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
   font-size: 16px;
   color: var(--glorify-white);
}

.main-menu-three__contact-list li .text p a {
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
   color: var(--glorify-base);
}

.main-menu-three__top-text {
   color: var(--glorify-white);
}

.main-menu-three__top-right {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.main-menu-three__language-switcher {
   position: relative;
   display: flex;
   align-items: center;
   padding-right: 19px;
   margin-right: 12px;
}

.main-menu-three__language-switcher::before {
   position: absolute;
   top: 7px;
   right: 0;
   bottom: 8px;
   width: 1px;
   background: var(--glorify-white);
   content: "";
   opacity: .30;
}

.main-menu-three__language-switcher .icon {
   position: relative;
   display: block;
   margin-right: 12px;
}

.main-menu-three__language-switcher .icon span {
   position: relative;
   display: inline-block;
   color: var(--glorify-white);
   font-size: 18px;
   line-height: 18px;
}

.main-menu-three__language-switcher .language-switcher {
   position: relative;
   display: block;
}

.main-menu-three__language-switcher .language-switcher form {
   position: relative;
   display: block;
   width: 48px;
}

.main-menu-three__language-switcher .language-switcher form .select-box {
   position: relative;
   display: block;
}

.main-menu-three__language-switcher .nice-select {
   background-color: transparent;
   border-radius: 0px;
   color: var(--glorify-white);
   font-size: 16px;
   font-weight: 600;
   height: 30px;
   line-height: 30px;
   outline: none;
   padding-left: 0px;
   padding-right: 0px;
   width: 100%;
   font-family: var(--glorify-font);
}

.main-menu-three__language-switcher .nice-select:after {
   right: 0px;
   margin-top: -6px;
   border-bottom: 1px solid var(--glorify-white);
   border-right: 1px solid var(--glorify-white);
}

.main-menu-three__language-switcher .nice-select .list {
   width: 65px;
   background-color: var(--glorify-base);
}

.main-menu-three__social {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 40px;
}

.main-menu-three__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 35px;
   width: 35px;
   border: 1px solid rgba(var(--glorify-white-rgb), .20);
   border-radius: 5px;
   font-size: 14px;
   color: var(--glorify-white);
   background-color: transparent;
   overflow: hidden;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: 1;
}

.main-menu-three__social a:hover {
   color: var(--glorify-base);
   border: 1px solid var(--glorify-white);
}

.main-menu-three__social a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: var(--glorify-white);
   transform: scale(0.5);
   border-radius: 5px;
   opacity: 0;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: -1;
}

.main-menu-three__social a:hover::before {
   transform: scale(1.0);
   opacity: 1;
}

.main-menu-three__social a + a {
   margin-left: 10px;
}

.main-menu-three__wrapper {
   position: relative;
   display: block;
}

.main-menu-three__wrapper-inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}

.main-menu-three__left {
   position: relative;
   display: block;
   z-index: 1;
}

.main-menu-three__left:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: -10000000px;
   right: 0;
   background-color: rgba(var(--glorify-white-rgb), .05);
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   z-index: -1;
}

.main-menu-three__logo {
   position: relative;
   display: block;
   padding: 0px 0;
   padding-right: 20px;
   z-index: 1;
}

.main-menu-three__logo img {
   width: 100px;
}

.main-menu-three__main-menu-box {
   display: block;
}

.main-menu-three__right {
   position: relative;
   display: block;
   z-index: 1;
}

.main-menu-three__right:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: -10000000px;
   background-color: rgba(var(--glorify-white-rgb), .05);
   border-top-left-radius: 50px;
   border-bottom-left-radius: 50px;
   z-index: -1;
}

.main-menu-three__right-content {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 25px;
   padding: 20px 0 20px;
   padding-left: 20px;
   z-index: 1;
}

.main-menu-three__search-cart-box {
   position: relative;
   display: flex;
   align-items: center;
}

.main-menu-three__search-box {
   position: relative;
   display: block;
}

.main-menu-three__search {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-three__search:hover {
   color: var(--glorify-white);
}

.main-menu-three__cart-box {
   position: relative;
   display: block;
   margin-left: 20px;
}

.main-menu-three__cart {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 24px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-three__cart-count {
   position: absolute;
   top: -15px;
   right: -15px;
   height: 20px;
   width: 20px;
   font-size: 10px;
   line-height: 10px;
   font-weight: 500;
   background-color: var(--glorify-black);
   color: var(--glorify-white);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.main-menu-three__cart:hover {
   color: var(--glorify-white);
}


.main-menu-three__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

.main-menu-three__btn-box .thm-btn:hover {
   color: var(--glorify-base);
}

.main-menu-three__btn-box .thm-btn span {
   background-color: var(--glorify-white);
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
   color: var(--glorify-white);
}

.main-menu-three .main-menu__list > li.dropdown > a:after {
   color: var(--glorify-white);
}


.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
   color: var(--glorify-base);
}

.main-menu-three .main-menu__list > li.current > a::after,
.main-menu-three .main-menu__list > li:hover > a::after,
.stricky-header.main-menu-three .main-menu__list > li.current > a::after,
.stricky-header.main-menu-three .main-menu__list > li:hover > a::after {
   color: var(--glorify-white);
}

.main-menu-three .main-menu__list > li > a::before,
.stricky-header.main-menu-three .main-menu__list > li > a::before {
   background-color: var(--glorify-base);
}


.stricky-header.main-menu-three {
   background-color: var(--glorify-black);
   box-shadow: 0px 0px 3px #000000e3;
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
   position: relative;
   display: block;
   padding: 150px 0 150px;
   background-color: var(--glorify-primary);
   overflow: hidden;
   z-index: 5;
}

.banner-one__shape-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .05;
   z-index: -1;
}

.banner-one__bg-box {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 40%;
   z-index: -1;
}

.banner-one__bg-outer {
   position: absolute;
   top: 0;
   left: -115px;
   right: 0;
   bottom: 0;
   background-color: var(--glorify-base);
   clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.banner-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.banner-one__bg:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(var(--glorify-black-rgb), .90);
}

.banner-one__shape-1 {
   position: absolute;
   bottom: 115px;
   left: 60px;
   opacity: .30;
   z-index: -1;
}

.banner-one__shape-1 img {
   width: auto;
   filter: grayscale(1);
}

.banner-one__shape-2 {
   position: absolute;
   top: 70px;
   left: 40px;
   opacity: .30;
   z-index: -1;
}

.banner-one__shape-2 img {
   width: auto;
   filter: grayscale(1);
}

.banner-one__shape-3 {
   position: absolute;
   top: 70px;
   left: 845px;
   opacity: .30;
   z-index: -1;
}

.banner-one__shape-3 img {
   width: auto;
   filter: grayscale(1);
}

.banner-one__shape-4 {
   position: absolute;
   bottom: 60px;
   left: 880px;
   opacity: .30;
   animation: swing-x 1s ease-in-out 1s forwards infinite alternate;
   z-index: -1;
}

.banner-one__shape-4 img {
   width: auto;
   filter: grayscale(1);
}

.banner-one__inner {
   position: relative;
   display: block;
}

.banner-one__left {
   position: relative;
   display: block;
   margin-right: -50px;
   z-index: 3;
}

.banner-one__title-box {
   position: relative;
   display: block;
}

.banner-one__sub-title {
   position: relative;
   display: block;
}

.banner-one__sub-title p {
   position: relative;
   display: block;
   font-size: 16px;
   color: var(--glorify-gray);
   font-weight: 600;
   line-height: 1em;
   text-transform: uppercase;
}

.banner-one__title {
   position: relative;
   font-size: 70px;
   color: var(--glorify-black);
   font-weight: 700;
   line-height: 1.3em;
   text-transform: uppercase;
   margin-top: 14px;
}

.banner-one__title span {
   color: var(--glorify-base);
}

.banner-one__text {
   position: relative;
   display: block;
   font-size: 18px;
   color: rgba(var(--glorify-black-rgb), 1);
   font-weight: 400;
   margin-top: 20px;
   margin-bottom: 34px;
}

.banner-one__thm-and-other-btn-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 25px;
}

.banner-one__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

.banner-one__video-link {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   z-index: 3;
}

.banner-one__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   font-size: 18px;
   color: var(--glorify-white);
   background-color: rgba(var(--glorify-base-rgb), 1);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.banner-one__video-icon:hover {
   background-color: var(--glorify-black);
   color: var(--glorify-white);
}

.banner-one__video-link .ripple,
.banner-one__video-icon .ripple:before,
.banner-one__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}

.banner-one__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.banner-one__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

.banner-one__video-title {
   font-size: 20px;
   color: var(--glorify-base);
   font-weight: 500;
   line-height: 1em;
   text-transform: uppercase;
}

.banner-one__slider-outer {
   position: absolute;
   top: -50px;
   right: 30px;
   height: 600px;
   max-width: 600px;
   width: 100%;
   background-color: var(--glorify-primary);
   border-radius: 50%;
}

.banner-one__slider {
   position: relative;
   display: block;
   height: 600px;
   max-width: 600px;
   width: 100%;
   border-radius: 50%;
   border: 10px solid var(--glorify-base);
   overflow: hidden;
   z-index: 2;
}

.banner-one__slider .slider-bg-slide {
   width: 100%;
   height: 100% !important;
   margin: 0 auto 0;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 5;
}

.banner-one__discount-box {
   position: absolute;
   top: -15px;
   left: 25px;
   height: 160px;
   width: 160px;
   background-color: var(--glorify-white);
   border: 5px solid var(--glorify-base);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   z-index: 3;
}

.banner-one__discount-box h3 {
   font-size: 40px;
   line-height: 1em;
   font-weight: 700;
   color: var(--glorify-black);
   text-transform: uppercase;
}

.banner-one__discount-box p {
   position: relative;
   display: block;
   font-size: 20px;
   color: var(--glorify-black);
   font-weight: 600;
   line-height: 1em;
   text-transform: uppercase;
   margin-top: 8px;
   font-family: var(--glorify-font-two);
}

.banner-one__happy-customer {
   position: absolute;
   background-color: var(--glorify-white);
   border-radius: 12px;
   padding: 15px 15px 15px;
   max-width: 200px;
   width: 100%;
   overflow: hidden;
   bottom: -5px;
   right: -40px;
   border: 5px solid var(--glorify-base);
   z-index: 3;
}

.banner-one__happy-customer-list {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.banner-one__happy-customer-list li + li {
   margin-left: -10px;
}

.banner-one__happy-customer-img {
   position: relative;
   display: block;
   max-width: 40px;
   border-radius: 50%;
   overflow: hidden;
}

.banner-one__happy-customer-img img {
   width: 100%;
   border-radius: 50%;
   border: 1px solid var(--glorify-base);
}

.banner-one__happy-customer-plus {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   width: 40px;
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   z-index: -1;
}

.banner-one__happy-customer-count-box {
   position: relative;
   display: block;
   margin-top: 15px;
}

.banner-one__happy-customer-count-box-inner {
   position: relative;
   display: flex;
   align-items: center;
}

.banner-one__happy-customer-count-box-inner p {
   font-size: 30px;
   color: var(--glorify-base);
   font-weight: 700;
   line-height: 30px;
   font-family: var(--glorify-font-two);
}

.banner-one__happy-customer-count-box-inner span {
   font-size: 30px;
   color: var(--glorify-base);
   font-weight: 700;
   line-height: 30px;
   font-family: var(--glorify-font-two);
}

.banner-one__happy-customer-text {
   font-size: 16px;
   font-weight: 600;
   color: var(--glorify-black);
   margin-top: 3px;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

/*==============================================
    Banner Two   
===============================================*/
.banner-two {
   position: relative;
   display: block;
   background: var(--glorify-black);
   overflow: hidden;
   z-index: 1;
}

.banner-two__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   opacity: .05;
   z-index: -1;
}

.banner-two__shape-1 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 50%;
   height: 100%;
   background-color: rgba(var(--glorify-white-rgb), .08);
   clip-path: polygon(0 0, 0% 100%, 100% 100%);
   mix-blend-mode: soft-light;
   z-index: -1;
}

.banner-two__shape-2 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 51%;
   height: 101%;
   background-color: rgba(var(--glorify-white-rgb), .05);
   clip-path: polygon(0 0, 0% 100%, 100% 100%);
   mix-blend-mode: soft-light;
   z-index: -1;
}

.banner-two__inner {
   position: relative;
   display: block;
   padding: 264px 0 120px;
   z-index: 1;
}

.banner-two__content {
   position: relative;
   display: block;
   max-width: 700px;
   width: 100%;
   margin-left: auto;
   top: 0;
}

.banner-two__sub-title-box {
   position: relative;
   display: inline-block;
}

.banner-two__sub-title {
   font-size: 16px;
   line-height: 1em;
   color: var(--glorify-white);
   text-transform: uppercase;
   font-weight: 600;
}

.banner-two__title {
   position: relative;
   display: block;
   font-size: 70px;
   color: var(--glorify-white);
   font-weight: 700;
   line-height: 1.3em;
   text-transform: uppercase;
   margin-top: 10px;
}

.banner-two__title span {
   color: var(--glorify-base);
}

.banner-two__title-img {
   position: relative;
   display: inline-block;
   max-width: 250px;
   width: 100%;
   overflow: hidden;
   border-radius: 60px;
   line-height: 0;
}

.banner-two__title-img img {
   width: 100%;
}

.banner-two__title-img-2 {
   position: relative;
   display: inline-block;
   max-width: 200px;
   width: 100%;
   overflow: hidden;
   border-radius: 60px;
   line-height: 0;
}

.banner-two__title-img-2 img {
   width: 100%;
}

.banner-two__content .banner-two__title .split-line {
   text-transform: none;
}

.banner-two__text {
   margin: 22px 0 27px;
   color: rgba(var(--glorify-white-rgb), .70);
}

.banner-two__btn-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 15px;
}

.banner-two__trustpilot-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
}

.banner-two__trustpilot-img-list {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.banner-two__trustpilot-img-list li {
   position: relative;
   display: block;
}

.banner-two__trustpilot-img-list li + li {
   margin-left: -10px;
}

.banner-two__trustpilot-img {
   position: relative;
   display: block;
   width: 44px;
   overflow: hidden;
   border-radius: 50%;
}

.banner-two__trustpilot-img img {
   width: 100%;
   border-radius: 50%;
   border: 1px solid var(--glorify-white);
}

.banner-two__trustpilot-content-box {
   position: relative;
   display: block;
}

.banner-two__trustpilot-logo {
   position: relative;
   display: block;
}

.banner-two__trustpilot-logo img {
   width: auto;
}

.banner-two__trustpilot-rating-review {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 4px;
}

.banner-two__trustpilot-rating {
   font-size: 14px;
   color: var(--glorify-white);
}

.banner-two__trustpilot-review {
   font-size: 14px;
   color: var(--glorify-white);
   position: relative;
   display: block;
   margin-left: 12px;
}

.banner-two__trustpilot-review:before {
   content: "";
   position: absolute;
   top: 7px;
   bottom: 7px;
   left: -6px;
   width: 1px;
   background-color: var(--glorify-white);
}

.banner-two__btn {
   position: relative;
   display: block;
   line-height: 0;
}

.banner-two__btn .thm-btn:hover {
   color: var(--glorify-base);
}

.banner-two__btn .thm-btn span {
   background-color: var(--glorify-white);
}

.banner-two__img-box {
   position: absolute;
   bottom: 0;
   left: 0px;
   z-index: 1;
}

.banner-two__img {
   position: relative;
   display: block;
   animation: topBottom 3s ease-in-out infinite;
}

.banner-two__img img {
   width: 100%;
}

.banner-two__shape-3 {
   position: absolute;
   top: 55px;
   right: -120px;
   animation: swing-x 1s ease-in-out 1s forwards infinite alternate;
   z-index: -1;
}

.banner-two__shape-3 img {
   width: auto
}

/*--------------------------------------------------------------
# Video Banner One
--------------------------------------------------------------*/
.video-banner-one {
   position: relative;
   display: block;
   z-index: 5;
}

.video-banner-one__wrap {
   position: relative;
   display: block;
   padding: 250px 0px 100px;
}

.video-banner-one .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--glorify-black);
   opacity: 0.85;
   z-index: 2;
}

.video-banner-one__content {
   position: relative;
   display: block;
   text-align: center;
   z-index: 12;
}

.media-container,
.video-holder-wrap {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -1;
}

.video-container {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   line-height: 0;
   z-index: -1;
   width:100% !important;
}

.video-container video {
   width: 100%;
}

.video-banner-one__content-inner h1 {
   position: relative;
   font-size: 50px;
   color: transparent;
   -webkit-text-stroke: 1px #ffffff;
   font-weight: 800;
   line-height: 1.3em;
   text-transform: uppercase;
   margin-bottom: 19px;
}

.video-banner-one__content-inner p {
   position: relative;
   display: inline-block;
   color: rgba(var(--glorify-white-rgb), .90);
   font-size: 16px;
   font-weight: 400;
   line-height: 28px;
   margin-bottom: 32px;
}

.video-banner-one__btn-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   flex-wrap: wrap;
}

.video-banner-one__btn-box .thm-btn.video-banner-one__btn-one:hover {
   color: var(--glorify-base);
}

.video-banner-one__btn-box .thm-btn.video-banner-one__btn-one span {
   background-color: var(--glorify-white);
}

.video-banner-one__btn-box .thm-btn.video-banner-one__btn-two {
   background-color: var(--glorify-white);
   color: var(--glorify-base);
}

.video-banner-one__btn-box .thm-btn.video-banner-one__btn-two:hover {
   color: var(--glorify-white);
}

.video-banner-one__btn-box .thm-btn.video-banner-one__btn-two span {
   background-color: var(--glorify-base);
}


/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
   position: relative;
   display: block;
   padding: 120px 0 0px;
   overflow: hidden;
   z-index: 1;
}

.about-one__shape-3 {
   position: absolute;
   top: 200px;
   left: 0;
   z-index: -1;
}

.about-one__shape-3 img {
   width: auto;
   filter: grayscale(1);
   opacity: .50;
}

.about-one__shape-4 {
   position: absolute;
   top: 200px;
   right: 0;
   z-index: -1;
}

.about-one__shape-4 img {
   width: auto;
   filter: grayscale(1);
   opacity: .50;
}

.about-one__left {
   position: relative;
   display: block;
   margin-right: 175px;
}

.about-one__img-box {
   position: relative;
   display: block;
}

.about-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-black);
   z-index: 1;
}

.about-one__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.about-one__img-two {
   position: absolute;
   bottom: -163px;
   right: -155px;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-black);
   z-index: 2;
}

.about-one__img-two img {
   border-radius: var(--glorify-bdr-radius);
   border: 10px solid var(--glorify-primary);
}

.about-one__satisfied-box {
   position: absolute;
   top: 60px;
   right: -170px;
   max-width: 265px;
   width: 100%;
   z-index: 3;
}

.about-one__satisfied-box-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
   background: #FFFFFF;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
   border-radius: 58px;
   padding: 27px 20px 23px;
   z-index: 1;
}

.about-one__satisfied-box-shape {
   position: absolute;
   top: 3px;
   left: 3px;
   right: -3px;
   bottom: -3px;
   border: 6px solid var(--glorify-base);
   border-radius: 58px;
   z-index: -1;
}

.about-one__satisfied-icon {
   position: relative;
   display: flex;
   align-items: center;
}

.about-one__satisfied-icon span {
   transition: all 500ms linear;
   transition-delay: 0.1s;
   transform: scale(1);
   position: relative;
   display: inline-block;
   font-size: 48px;
   color: var(--glorify-black);
}

.about-one__satisfied-box-inner:hover .about-one__satisfied-icon span {
   transform: scale(1.05);
}

.about-one__satisfied-count-box {
   position: relative;
   display: block;
}

.about-one__satisfied-count {
   position: relative;
   display: flex;
   align-items: center;
}

.about-one__satisfied-count h3 {
   font-size: 35px;
   font-weight: 500;
   line-height: 35px !important;
   font-family: var(--glorify-font-two) !important;
   letter-spacing: 0.05em;
}

.about-one__satisfied-count span {
   font-size: 35px;
   font-weight: 600;
   line-height: 35px !important;
   color: var(--glorify-black);
   font-family: var(--glorify-font-two) !important;
}

.about-one__satisfied-count-text {
   font-size: 22px;
   line-height: 22px;
   font-weight: 600;
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
   text-transform: uppercase;
   margin-top: 5px;
   position: relative;
}

.about-one__video-link {
   position: absolute;
   bottom: -40px;
   right: 170px;
   z-index: 3;
}

.about-one__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 90px;
   height: 90px;
   line-height: 90px;
   text-align: center;
   font-size: 22px;
   color: var(--glorify-black);
   background-color: rgba(var(--glorify-white-rgb), 1);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 90px;
   height: 90px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-black-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-black-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--glorify-black-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-black-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.about-one__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

.about-one__shape-1 {
   position: absolute;
   right: -30px;
   top: 0;
   width: 20px;
   height: 350px;
   background-color: var(--glorify-base);
   animation: topBottom 3s ease-in-out infinite;
}

.about-one__shape-2 {
   position: absolute;
   bottom: -84px;
   left: 30px;
   z-index: -1;
}

.about-one__shape-2 img {
   width: auto;
}

.about-one__right {
   position: relative;
   display: block;
   margin-left: 0px;
}

.about-one__right .section-title {
   margin-bottom: 29px;
}

.about-one__text {
   margin-bottom: 41px;
}

.about-one__points-box {
   position: relative;
   display: block;
}

.about-one__points {
   position: relative;
   display: block;
   max-width: 320px;
   width: 100%;
}

.about-one__points li {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   border-bottom: 1px solid rgba(var(--glorify-gray-rgb), .15);
   padding-bottom: 30px;
   margin-bottom: 35px;
}

.about-one__points li:last-child {
   border-bottom: 0;
   padding-bottom: 0;
   margin-bottom: 0;
}

.about-one__points-icon {
   position: relative;
   display: flex;
   align-items: center;
}

.about-one__points-icon span {
   position: relative;
   display: inline-block;
   font-size: 55px;
   color: var(--glorify-base);
   transition: all 500ms ease;
}

.about-one__points li:hover .about-one__points-icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.about-one__points-content {
   position: relative;
   display: block;
   flex: 1;
}

.about-one__points-content h4 {
   font-size: 20px;
   font-weight: 500;
   line-height: 24px;
   text-transform: uppercase;
}

.about-one__points-content p {
   line-height: 26px;
   margin-top: 10px;
}

.about-one__high-quality-service-box {
   position: absolute;
   top: 20px;
   right: -10px;
   height: 200px;
   width: 220px;
   background-color: rgba(var(--glorify-gray-rgb), .09);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   padding: 0 30px 0;
}

.about-one__high-quality-service {
   position: relative;
   height: 180px;
   width: 200px;
   background-color: rgba(var(--glorify-gray-rgb), .05);
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   padding: 0 30px 0;
}

.about-one__high-quality-service h5 {
   font-size: 17px;
   font-weight: 500;
   text-transform: uppercase;
   line-height: 25px;
   letter-spacing: 0.03em;
   margin-bottom: 4px;
}

.about-one__high-quality-service a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 16px;
   color: var(--glorify-base);
}

.about-one__high-quality-service a:hover {
   color: var(--glorify-black);
}

.about-one__btn-box {
   position: relative;
   display: block;
   line-height: 0;
   margin-top: 42px;
}


@keyframes wobble-horizontal-hover {
   16.65% {
      transform: translateX(5px);
   }

   33.3% {
      transform: translateX(-3px);
   }

   49.95% {
      transform: translateX(4px);
   }

   66.6% {
      transform: translateX(-2px);
   }

   83.25% {
      transform: translateX(1px);
   }

   100% {
      transform: translateX(0);
   }
}

/*--------------------------------------------------------------
# Sliding Text One
--------------------------------------------------------------*/
.sliding-text-one {
   position: relative;
   display: block;
   padding: 110px 0 110px;
   z-index: 1;
}

.sliding-text-one__wrap {
   position: relative;
   display: block;
}

.sliding-text__list {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   flex-wrap: nowrap;
   width: fit-content;
}

.sliding-text__list li {
   position: relative;
   display: block;
   float: left;
   margin-right: 40px;
}

.sliding-text__title {
   position: relative;
   display: flex;
   align-items: center;
   gap: 40px;
   color: transparent;
   -webkit-text-stroke: 1px var(--glorify-gray);
   font-size: 100px;
   line-height: 1em;
   font-weight: 700;
   font-style: normal;
   text-transform: uppercase;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   font-family: var(--glorify-font-two);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.sliding-text__list li:hover .sliding-text__title {
   -webkit-text-stroke: 1px var(--glorify-base);
}

.sliding-text__title span {
   position: relative;
   display: inline-block;
   font-size: 70px;
}

.sliding-text__title:before {
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   color: var(--glorify-base);
   white-space: nowrap;
   content: attr(data-hover);
   transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover .sliding-text__title:before {
   width: 100%;
   color: var(--glorify-base);
}


/*--------------------------------------------------------------
# Services One 
--------------------------------------------------------------*/
.services-one {
   position: relative;
   display: block;
   padding: 120px 0px 120px;
   overflow: hidden;
   z-index: 1;
}

.services-one:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 492px;
   background-color: var(--glorify-primary);
   z-index: -1;
}

.services-one__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 492px;
   filter: invert(1);
   overflow: hidden;
   z-index: -1;
}

.services-one__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
}

.services-one__carousel.owl-carousel .owl-item {
   opacity: 0;
   visibility: hidden;
   transition: opacity 500ms ease, visibility 500ms ease;
}

.services-one__carousel.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
}

.services-one__single {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   border: 1px solid rgba(var(--glorify-gray-rgb), .15);
   padding: 15px 14px 15px;
   border-radius: var(--glorify-bdr-radius);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   height: 100%;
}

.services-one__single:hover {
   box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
   transform: translateY(-10px);
}

.services-one__img-box {
   position: relative;
   display: block;
}

.services-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.services-one__img::before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
   background: rgba(var(--glorify-black-rgb), 0.6);
   border-radius: var(--glorify-bdr-radius);
   opacity: 0;
   z-index: 1;
   content: "";
}

.services-one__single:hover .services-one__img::before {
   opacity: 1;
}

.services-one__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   transition: .5s ease;
   transform: scale(1.05);
}

.services-one__single:hover .services-one__img img {
   transform: scale(1);
}

.services-one__icon {
   position: absolute;
   bottom: 0px;
   right: 0px;
   height: 80px;
   width: 80px;
   background-color: var(--glorify-base);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   border-radius: var(--glorify-bdr-radius);
   border-top-right-radius: 0;
   border-bottom-left-radius: 0;
   z-index: 2;
}

.services-one__single:hover .services-one__icon {
   background-color: var(--glorify-white);
}

.services-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 50px;
   color: var(--glorify-white);
   transition-delay: 0.1s;
   transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon span {
   color: var(--glorify-base);
   transform: rotateY(180deg);
   transition-delay: 0.1s;
}

.services-one__content {
   position: relative;
   display: block;
   padding: 37px 11px 25px;
}

.services-one__title {
   font-size: 22px;
   line-height: 34px;
   text-transform: capitalize;
   font-weight: 700;
   margin-bottom: 13px;
}

.services-one__title a {
   color: var(--glorify-black);
}

.services-one__text {
   margin-bottom: 20px;
}

.services-one__title a:hover {
   color: var(--glorify-base);
}

.services-one__btn {
   position: relative;
   display: inline-block;
   color: var(--glorify-black);
   background-color: #e8e8e8;
   padding: 5px 25px;
   border-radius: var(--glorify-bdr-radius);
}

.services-one__btn:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

.services-one__count {
   position: absolute;
   bottom: 0;
   right: 8px;
   font-size: 80px;
   line-height: 1em;
   font-weight: 700;
   color: transparent;
   -webkit-text-stroke: 1px rgba(var(--glorify-black-rgb), .10);
   counter-increment: count;
   content: "0"counter(count);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.services-one__carousel.owl-carousel .owl-dots {
   position: relative;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 40px !important;
   max-width: 80px;
   margin-left: auto;
   margin-right: auto;
}

.services-one__carousel.owl-carousel .owl-dots::before {
   position: absolute;
   top: 50%;
   left: -95px;
   width: 85px;
   height: 4px;
   background: rgb(79, 70, 229);
   background: linear-gradient(-90deg, rgba(79, 70, 229, 1) 0%, rgba(79, 70, 229, 0.7595413165266106) 0%, rgba(79, 70, 229, 0.5746673669467788) 20%, rgba(79, 70, 229, 0.19371498599439774) 55%);
   transform: translateY(-50%);
   opacity: 1;
   content: "";
}

.services-one__carousel.owl-carousel .owl-dots::after {
   position: absolute;
   top: 50%;
   right: -95px;
   width: 85px;
   height: 4px;
   background: rgb(79, 70, 229);
   background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(79, 70, 229, 0.7595413165266106) 0%, rgba(79, 70, 229, 0.5746673669467788) 20%, rgba(79, 70, 229, 0.19371498599439774) 55%);
   transform: translateY(-50%);
   opacity: 1;
   content: "";
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot {
   position: relative;
   display: inline-block;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background-color: var(--glorify-primary);
   margin: 0px 6px;
   padding: 0px;
   transition: all 100ms linear;
   transition-delay: 0.1s;
}

.services-one__carousel.owl-carousel .owl-dot.active {
   background-color: var(--glorify-base);
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot:before {
   position: absolute;
   top: -6px;
   left: -6px;
   bottom: -6px;
   right: -6px;
   content: "";
   border: 1px solid var(--glorify-base);
   border-radius: 50%;
   transform: scaleX(0);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.services-one__carousel.owl-carousel .owl-dot.active:before {
   transform: scaleX(1.0);
   border: 1px solid var(--glorify-base);
}

.services-one__carousel.owl-carousel .owl-dot:focus {
   outline: none;
}

.services-one__carousel.owl-carousel .owl-dots .owl-dot span {
   display: none;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
   position: relative;
   display: block;
   padding: 0px 0px 120px;
}

.brand-one__single {
   position: relative;
   display: block;
   text-align: center;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.brand-one__single::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px dashed rgba(var(--glorify-primary-rgb), .30);
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.brand-one__single a {
   position: relative;
   display: block;
   padding: 36px 20px 36px;
   z-index: 1;
}

.brand-one__single img {
   width: auto;
   transition: .7s ease;
   transform: scale(1);
}

.brand-one__single:hover img {
   transform: scale(.9);
}

/*--------------------------------------------------------------
# Portfolio One 
--------------------------------------------------------------*/
.portfolio-one {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.portfolio-one:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 500px;
   background-color: var(--glorify-primary);
   z-index: -1;
}

.portfolio-one__top {
   position: relative;
   display: block;
   margin-bottom: 60px;
}

.portfolio-one__top-inner {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
}

.portfolio-one__top-inner .section-title {
   margin-bottom: 0;
}

.portfolio-one__btn-box {
   position: relative;
   display: block;
}

.portfolio-one__bottom {
   position: relative;
   display: block;
}

.portfolio-one__bottom .container {
   max-width: 1720px;
}

.portfolio-one__carousel {
   position: relative;
   display: block;
}

.portfolio-one__single {
   position: relative;
   display: block;
   margin-bottom: 40px;
}

.portfolio-one__bottom .owl-item:nth-child(even) .portfolio-one__single-inner {
   margin-top: 30px;
}

.portfolio-one__single-inner {
   position: relative;
   display: block;
}

.portfolio-one__img-box {
   position: relative;
   display: block;
}

.portfolio-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-black);
   z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img img {
   opacity: 0.5;
   transform: scaleX(1.05);
}

.portfolio-one__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   transition: all 500ms ease;
}

.portfolio-one__content {
   position: absolute;
   left: 20px;
   bottom: 20px;
   right: 20px;
   background-color: var(--glorify-white);
   border-radius: var(--glorify-bdr-radius);
   padding: 108px 30px 32px;
   overflow: hidden;
   -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   transform: perspective(400px) rotateX(90deg) scaleY(0.5);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   z-index: 5;
}

.portfolio-one__single:hover .portfolio-one__content {
   -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transform: perspective(400px) rotateX(0deg) scaleY(1.0);
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
}


.portfolio-one__content::before {
   position: absolute;
   top: 0;
   left: 45px;
   bottom: 0;
   width: 2px;
   background: var(--glorify-base);
   content: "";
   transition: -webkit-transform 2.0s ease;
   transition: transform 2.0s ease;
   transition: transform 2.0s ease, -webkit-transform 2.0s ease;
   transform-origin: bottom right;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
}

.portfolio-one__single:hover .portfolio-one__content::before {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transform-origin: top center;
}

.portfolio-one__content::after {
   position: absolute;
   left: 0px;
   bottom: 40px;
   right: 55%;
   height: 2px;
   background: var(--glorify-base);
   content: "";
   transition: transform 2000ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
}

.portfolio-one__single:hover .portfolio-one__content::after {
   transform: scale(1, 1);
   transform-origin: left center;
}


.portfolio-one__content-box {
   position: relative;
   display: block;
   text-align: right;
}

.portfolio-one__content-box h3 {
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 34px;
   margin-bottom: 5px;
   opacity: 0;
   transform: translateY(-50px);
   transition: all 700ms ease;
}

.portfolio-one__content-box h3 a {
   color: var(--glorify-black);
}

.portfolio-one__single:hover .portfolio-one__content-box h3 {
   opacity: 1;
   transform: translateY(0%);
   transition-delay: 700ms;
}

.portfolio-one__content-box h3 a:hover {
   color: var(--glorify-base);
}

.portfolio-one__content-box p {
   font-size: 18px;
   opacity: 0;
   transform: translateY(50px);
   transition: all 700ms ease;
}

.portfolio-one__single:hover .portfolio-one__content-box p {
   opacity: 1;
   transform: translateY(0%);
   transition-delay: 500ms;
}

.portfolio-one__icon-box {
   position: absolute;
   top: 40px;
   right: 30px;
   opacity: 0;
   transform: translateY(50px);
   transition: all 700ms ease;
   z-index: 2;
}

.portfolio-one__single:hover .portfolio-one__icon-box {
   opacity: 1;
   transform: translateY(0%);
   transition-delay: 500ms;
}

.portfolio-one__icon-box a {
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--glorify-white);
   width: 45px;
   height: 45px;
   background-color: var(--glorify-black);
   border-radius: 50%;
}

.portfolio-one__icon-box a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
   position: relative;
   display: block;
   padding: 120px 0 110px;
   background-color: var(--glorify-primary);
   overflow: hidden;
   z-index: 1;
}

.why-choose-one__shape-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   filter: invert(1);
   opacity: .30;
   z-index: -1;
}

.why-choose-one__shape-1 {
   position: absolute;
   top: 0;
   right: -30px;
   opacity: .30;
   mix-blend-mode: luminosity;
   z-index: -1;
}

.why-choose-one__shape-1 img {
   width: auto;
}

.why-choose-one__left {
   position: relative;
   display: block;
}

.why-choose-one__left .section-title {
   margin-bottom: 20px;
}

.why-choose-one__text {
   margin-bottom: 28px;
}

.why-choose-one__list {
   position: relative;
   display: block;
}

.why-choose-one__list li {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 25px;
}

.why-choose-one__list li + li {
   margin-top: 25px;
}

.why-choose-one__list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: rgba(var(--glorify-base-rgb), .60);
   border-radius: 50%;
   z-index: 1;
}

.why-choose-one__list li .icon:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   z-index: -1;
}

.why-choose-one__list li .icon span {
   position: relative;
   display: inline-block;
   font-size: 40px;
   color: var(--glorify-white);
   transition: all 500ms linear;
   transition-delay: 0.1s;
}

.why-choose-one__list li:hover .icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.why-choose-one__list li .content {
   position: relative;
   display: block;
   flex: 1;
}

.why-choose-one__list li .content h4 {
   font-size: 20px;
   line-height: 24px;
   text-transform: uppercase;
   font-weight: 500;
   margin-bottom: 10px;
}

.why-choose-one__list li .content h4 a {
   color: var(--glorify-black);
}

.why-choose-one__list li:hover .content h4 a {
   color: var(--glorify-base);
}

.why-choose-one__list li .content span {
   line-height: 24px;
   position: relative;
   display: inline-block;
}

.why-choose-one__right {
   position: relative;
   display: block;
   margin-left: 60px;
   margin-right: -95px;
   z-index: 1;
}

.why-choose-one__content-one {
   position: relative;
   display: block;
}

.why-choose-one__img-one {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
   -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='665' height='665' viewBox='0 0 665 665'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='665' height='665'/%3E%3C/svg%3E");
   mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='665' height='665' viewBox='0 0 665 665'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='665' height='665'/%3E%3C/svg%3E");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;
   z-index: 1;
}

.why-choose-one__img-one::before {
   background: rgba(255, 255, 255, 0.3);
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 0;
   opacity: 1;
   z-index: 9;
   pointer-events: none;
}

.why-choose-one__img-one:hover:before {
   height: 100%;
   opacity: 0;
   -webkit-transition: all 400ms linear;
   transition: all 400ms linear;
}

.why-choose-one__img-one img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.why-choose-one__video-link {
   position: absolute;
   top: 10px;
   right: 5px;
   z-index: 3;
}

.why-choose-one__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100px;
   height: 100px;
   line-height: 100px;
   text-align: center;
   font-size: 30px;
   color: var(--glorify-white);
   background-color: rgba(var(--glorify-base-rgb), 1);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.why-choose-one__video-icon:hover {
   background-color: var(--glorify-white);
   color: var(--glorify-base);
}

.why-choose-one__video-link .ripple,
.why-choose-one__video-icon .ripple:before,
.why-choose-one__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-base-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}

.why-choose-one__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.why-choose-one__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

.why-choose-one__round-text-box {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   background-color: var(--glorify-base);
   z-index: 5;
}

.why-choose-one__round-text-box-inner {
   position: relative;
   display: block;
   width: 180px;
   height: 180px;
}

.why-choose-one__curved-circle {
   position: absolute;
   top: 4px;
   left: 0px;
   bottom: 0;
   right: 0;
   color: var(--glorify-white);
   font-size: 18px;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 0px;
   word-spacing: -1px;
   transform: rotate(0deg);
   height: 170px !important;
   font-family: var(--glorify-font-two);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
   position: relative;
   display: block;
   overflow: hidden;
   padding: 70px 0px 70px;
   z-index: 1;
}

.counter-one__bg-box {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: var(--glorify-black);
   z-index: -1;
}

.counter-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .10;
   z-index: -1;
}

.counter-one__top {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-bottom: 62px;
}

.counter-one__top .section-title {
   margin-bottom: 0;
}

.counter-one__top .section-title__tagline {
   color: var(--glorify-white);
}

.counter-one__top .section-title__tagline-shape {
   background-color: var(--glorify-white);
}

.counter-one__top .section-title__title {
   color: var(--glorify-white);
}

.counter-one__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

.counter-one__btn-box .thm-btn:hover {
   color: var(--glorify-base);
}

.counter-one__btn-box .thm-btn span {
   background-color: var(--glorify-white);
}

.counter-one__bottom {
   position: relative;
   display: block;
}

.counter-one__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.counter-one__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 115px;
   width: 115px;
   background-color: var(--glorify-base);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 50%;
   margin: 0 auto -45px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 7;
}

.counter-one__single:hover .counter-one__icon {
   background-color: var(--glorify-white);
   transition-delay: 500ms;
}

.counter-one__icon:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   border-radius: 50%;
   background-color: var(--glorify-white);
   transform: scale(0);
   transform-origin: center;
   transform-style: preserve-3d;
   transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
   z-index: -1;
}

.counter-one__single:hover .counter-one__icon:before {
   transform: scaleX(1);
}

.counter-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 52px;
   color: var(--glorify-white);
   transition: all 500ms linear;
   transition-delay: 0.1s;
}

.counter-one__single:hover .counter-one__icon span {
   color: var(--glorify-base);
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.counter-one__content {
   position: relative;
   display: block;
   text-align: center;
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   padding: 69px 20px 40px;
   border-radius: var(--glorify-bdr-radius);
   transition: all 500ms ease;
   z-index: 5;
}

.counter-one__count-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 2px;
}

.counter-one__count-box h3 {
   color: var(--glorify-black);
   font-size: 60px;
   line-height: 60px !important;
   font-weight: 700;
   text-transform: uppercase;
   font-family: var(--glorify-font-two) !important;
}

.counter-one__count-box span {
   color: var(--glorify-black);
   font-size: 60px;
   line-height: 60px;
   font-weight: 700;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
}

.counter-one__text {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-primary);
   padding: 10px 25px 10px;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   font-weight: 600;
   color: var(--glorify-black);
   font-size: 20px;
   margin-top: 12px;
   border-radius: var(--glorify-bdr-radius);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
   position: relative;
   display: block;
   padding: 60px 0 120px;
   z-index: 1;
}

.testimonial-one::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 340px;
   background-color: var(--glorify-primary);
   z-index: -1;
}

.testimonial-one__inner {
   position: relative;
   display: block;
}

.testimonial-one__carousel {
   position: relative;
   display: block;
}

.testimonial-one__single {
   position: relative;
   display: block;
}

.testimonial-one__client-info {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   z-index: 2;
   padding: 0 30px 0;
}

.testimonial-one__client-img {
   position: relative;
   display: block;
   max-width: 100px;
   width: 100%;
   border-radius: 50%;
}

.testimonial-one__client-img img {
   width: 100%;
   border-radius: 50%;
   border: 2px solid var(--glorify-primary);
}

.testimonial-one__client-content {
   position: relative;
   display: block;
   text-align: right;
}

.testimonial-one__client-name-box {
   position: relative;
   display: block;
}

.testimonial-one__client-name {
   font-size: 20px;
   font-weight: 500;
   line-height: 24px;
   text-transform: uppercase;
}

.testimonial-one__client-name a {
   color: var(--glorify-black);
}

.testimonial-one__client-name a:hover {
   color: var(--glorify-base);
}

.testimonial-one__client-sub-title {
   font-size: 17px;
   line-height: 20px;
   margin-top: 5px;
}

.testimonial-one__ratting {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 3px;
   margin-top: 5px;
}

.testimonial-one__ratting span {
   position: relative;
   display: inline-block;
   font-size: 14px;
   color: var(--glorify-base);
}

.testimonial-one__text-box {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   padding: 120px 50px 32px;
   margin-top: -100px;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.testimonial-one__text-box-bg {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   opacity: .10;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
}

.testimonial-one__text-box::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border-radius: var(--glorify-bdr-radius);
   border: 1px dashed rgba(var(--glorify-primary-rgb), 10);
   z-index: -1;
   background-color: #f7f7f7;
}

.testimonial-one__text {
   margin-top: 5px;
}

.testimonial-one__text span {
   font-size: 18px;
   color: rgba(var(--glorify-gray-rgb), 1);
}

.testimonial-one__text .quote-two {
   position: relative;
   top: 5px;
}

.testimonial-one__nav {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.testimonial-one__nav .swiper-button-prev1,
.testimonial-one__nav .swiper-button-next1 {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 50px;
   color: var(--glorify-gray);
   background-color: var(--glorify-primary);
   border: 1px solid var(--glorify-gray);
   font-size: 16px;
   border-radius: 50%;
   margin: 30px 0px 0;
   text-align: center;
   transition: all 500ms ease;
   z-index: 100;
}

.testimonial-one__nav .swiper-button-prev1:hover,
.testimonial-one__nav .swiper-button-next1:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-black);
}

.testimonial-one__nav .swiper-button-next1 {
   margin-right: 10px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.team-one__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.team-one__img-box {
   position: relative;
   display: block;
   z-index: 1;
}

.team-one__img {
   position: relative;
   display: block;
   border-top-left-radius: var(--glorify-bdr-radius);
   border-top-right-radius: var(--glorify-bdr-radius);
   border-bottom-right-radius: 150px;
   overflow: hidden;
   z-index: 1;
}

.team-one__img:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--glorify-black-rgb), .70);
   opacity: 0;
   transform: translateY(50px);
   transition: background-color 0.7s ease;
   transition: all 0.7s ease;
   z-index: 1;
}

.team-one__single:hover .team-one__img:before {
   opacity: 1;
   transform: translateY(0px);
}

.team-one__img img {
   width: 100%;
   border-top-left-radius: var(--glorify-bdr-radius);
   border-top-right-radius: var(--glorify-bdr-radius);
   border-bottom-right-radius: 150px;
   transform: scale(1.0);
   transition: all 1000ms ease;
}

.team-one__single:hover .team-one__img img {
   transform: scale(1.05) rotate(0deg);
}

.team-one__content {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
   padding: 185px 30px 27px;
   margin-top: -159px;
   text-align: center;
   border-bottom-left-radius: var(--glorify-bdr-radius);
   border-bottom-right-radius: var(--glorify-bdr-radius);
}

.team-one__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   text-transform: uppercase;
   margin-bottom: 2px;
}

.team-one__title a {
   color: var(--glorify-black);
}

.team-one__title a:hover {
   color: var(--glorify-base);
}

.team-one__social-and-share {
   position: absolute;
   bottom: 25px;
   right: 10px;
   z-index: 2;
}

.team-one__share {
   position: relative;
   display: block;
}

.team-one__share p {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 45px;
   height: 45px;
   color: var(--glorify-base);
   background-color: var(--glorify-white);
   border-radius: 50%;
   border: 1px solid var(--glorify-base);
   cursor: pointer;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.team-one__share p:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

.team-one__social {
   position: absolute;
   bottom: 36px;
   right: -21px;
   display: flex;
   align-items: center;
   gap: 10px;
   transform: rotate(-27deg);
}

.team-one__social li {
   position: relative;
   display: block;
}

.team-one__social li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   background-color: var(--glorify-white);
   font-size: 16px;
   color: var(--glorify-base);
   border-radius: 50%;
   opacity: 0;
   -webkit-transform: translateY(10px) rotate(28deg);
   transform: translateY(10px) rotate(28deg);
}

.team-one__social-and-share:hover .team-one__social li a {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0px) rotate(28deg);
   transform: translateY(0px) rotate(28deg);
}

.team-one__social li a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

.team-one__social-and-share:hover .team-one__social li:nth-child(1) a {
   -webkit-transition-delay: 100ms;
   transition-delay: 100ms;
}

.team-one__social-and-share:hover .team-one__social li:nth-child(2) a {
   -webkit-transition-delay: 200ms;
   transition-delay: 200ms;
}

.team-one__social-and-share:hover .team-one__social li:nth-child(3) a {
   -webkit-transition-delay: 300ms;
   transition-delay: 300ms;
}

.team-one__social-and-share:hover .team-one__social li:nth-child(4) a {
   -webkit-transition-delay: 400ms;
   transition-delay: 400ms;
}

.team-one__social li:nth-child(1) {
   margin-bottom: -39px;
}

.team-one__social li:nth-child(2) {
   margin-right: -5px;
   margin-bottom: -34px;
}

.team-one__social li:nth-child(4) {
   margin-top: -62px;
   margin-left: -13px;
}

.team-one__single-shape-1 {
   position: absolute;
   bottom: -13px;
   right: -19px;
   z-index: 1;
}

.team-one__single-shape-1 img {
   width: auto;
}

/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
   position: relative;
   display: block;
   padding: 0px 0px 0px;
   counter-reset: count;
   z-index: 5;
}

.process-one__inner {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: 10px;
   padding: 50px 80px 50px;
   z-index: 1;
}

.process-one__shape-four {
   position: absolute;
   top: -57px;
   left: -86px;
   z-index: -1;
}

.process-one__shape-four img {
   width: auto;
   animation: topBottom 3s ease-in-out infinite;
}

.process-one__inner::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px dashed rgba(var(--glorify-base-rgb), .30);
   border-radius: 10px;
   z-index: -1;
}

.process-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.05;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
}

.process-one__single {
   position: relative;
   display: block;
   text-align: center;
   margin-bottom: 30px;
}

.process-one__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 120px;
   height: 120px;
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 49.51px 22.49px;
   border-radius: 50%;
   margin: 0 auto;
   z-index: 1;
}

.process-one__icon::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   z-index: -1;
}

.process-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 50px;
   color: var(--glorify-primary);
   transition: all 500ms linear;
   transition-delay: 0.1s;
}

.process-one__single:hover .process-one__icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.process-one__content {
   position: relative;
   display: block;
   border: 1px solid rgba(var(--glorify-base-rgb), .50);
   border-radius: var(--glorify-bdr-radius);
   padding: 15px 20px 15px;
   max-width: inherit;
   margin: 0 auto;
   width: 100%;
   margin-top: -1px;
}

.process-one__count {
   position: absolute;
   top: -20px;
   left: 50%;
   transform: translateX(-50%);
   z-index: 2;
}

/*
.process-one ul li:nth-child(2) .process-one__count {
   bottom: -20px;
   top: inherit;
}

.process-one ul li:nth-child(4) .process-one__count {
   bottom: -20px;
   top: inherit;
}
*/

.process-one__count::before {
   position: relative;
   display: inline-block;
   font-size: 15px;
   font-weight: 600;
   color: var(--glorify-base);
   counter-increment: count;
   content: "0"counter(count);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.process-one__title {
   font-size: 20px;
   font-weight: 600;
   line-height: 30px;
   color: var(--glorify-black);
   text-transform: uppercase;
   margin-bottom: 8px;
}

.process-one__shape-1 {
   position: relative;
   display: block;
   width: 25px;
   border: 1px solid rgba(var(--glorify-base-rgb), .50);
   height: 15px;
   margin: 0 auto;
   border-bottom: 0;
   border-top: 0;
   background-color: var(--glorify-primary);
   margin-top: 15px;
   z-index: 1;
}

.process-one__shape-2 {
   position: absolute;
   left: -59px;
   top: -29px;
   transform: rotate(9deg);
}

.process-one__shape-2:before {
   content: "";
   position: absolute;
   top: -12px;
   left: -11px;
   width: 15px;
   height: 15px;
   background-color: var(--glorify-base);
   border-radius: 50%;
}

.process-one__shape-2 img {
   width: auto;
}

.process-one__shape-3 {
   position: absolute;
   right: -59px;
   top: -29px;
   transform: rotate(-9deg);
}

.process-one__shape-3:before {
   content: "";
   position: absolute;
   top: -10px;
   right: -13px;
   width: 15px;
   height: 15px;
   background-color: var(--glorify-base);
   border-radius: 50%;
}

.process-one__shape-3 img {
   width: auto;
}

.process-one ul li:nth-child(2) .process-one__shape-3:before {
   top: -20px;
   bottom: inherit;
}

.process-one ul li:nth-child(4) .process-one__shape-3:before {
   top: -20px;
   bottom: inherit;
}

/*
.process-one ul li:nth-child(2) .process-one__shape-1 {
   margin-top: 0;
   margin-bottom: 15px;
}

.process-one ul li:nth-child(2) .process-one__shape-2 {
   bottom: -28px;
   top: inherit;
   left: -58px;
   transform: rotate(-9deg);
}

.process-one ul li:nth-child(2) .process-one__shape-2:before {
   bottom: -12px;
   top: inherit;
}

.process-one ul li:nth-child(2) .process-one__content {
   margin-top: 0;
   margin-bottom: -1px;
}

.process-one ul li:nth-child(2) .process-one__shape-3 {
   position: absolute;
   right: -59px;
   bottom: -27px;
   top: inherit;
   transform: rotate(9deg);
}

.process-one ul li:nth-child(2) .process-one__shape-3:before {
   bottom: -10px;
   top: inherit;
}

.process-one ul li:nth-child(4) .process-one__shape-1 {
   margin-top: 0;
   margin-bottom: 15px;
}

.process-one ul li:nth-child(4) .process-one__shape-2 {
   bottom: -28px;
   top: inherit;
   left: -58px;
   transform: rotate(-9deg);
}

.process-one ul li:nth-child(4) .process-one__shape-2:before {
   bottom: -12px;
   top: inherit;
}

.process-one ul li:nth-child(4) .process-one__content {
   margin-top: 0;
   margin-bottom: -1px;
}

.process-one ul li:nth-child(4) .process-one__shape-3 {
   position: absolute;
   right: -59px;
   bottom: -27px;
   top: inherit;
   transform: rotate(9deg);
}

.process-one ul li:nth-child(4) .process-one__shape-3:before {
   bottom: -10px;
   top: inherit;
}
*/

/*==============================================
   Faq One
===============================================*/
.faq-one {
   position: relative;
   display: block;
   padding: 120px 0px 120px;
   z-index: 1;
}

.faq-one__left {
   position: relative;
   display: block;
   margin-right: 50px;
}

.faq-one__contact-box {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
   text-align: center;
   padding: 60px 60px 60px;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.faq-one__contact-box-bg-shape {
   position: absolute;
   bottom: 15px;
   left: 15px;
   right: 15px;
   top: 15px;
   opacity: 0.05;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
   mix-blend-mode: luminosity;
}

.faq-one__contact-box::before {
   content: "";
   position: absolute;
   top: 15px;
   left: 15px;
   right: 15px;
   bottom: 15px;
   border: 1px dashed rgba(var(--glorify-gray-rgb), .20);
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.faq-one__author-box-inner {
   position: relative;
   display: block;
   width: 150px;
   height: 150px;
   margin: 0 auto;
}

.faq-one__author-box {
   position: relative;
   display: flex;
   width: 150px;
   height: 150px;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   background-color: var(--glorify-primary);
   border-radius: 50%;
   z-index: 1;
}

.faq-one__author-box::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   border-radius: 50%;
   z-index: -1;
}

.faq-one__author-img {
   position: relative;
   display: block;
   max-width: 60px;
   width: 100%;
   z-index: 1;
}

.faq-one__author-img:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 30px;
   background: #F1F5F9;
   background: linear-gradient(0deg, rgba(241, 245, 249, 1) 0%, rgba(241, 245, 249, 0) 87%);
}

.faq-one__author-img img {
   width: 100%;
}

.faq-one__author-name {
   font-size: 18px;
   font-weight: 600;
   line-height: 18px;
   text-transform: uppercase;
   margin: 3px 0 0;
}

.faq-one__author-name a {
   color: var(--glorify-black);
}

.faq-one__author-name a:hover {
   color: var(--glorify-base);
}

.faq-one__author-sub-title {
   font-size: 15px;
   font-weight: 500;
}

.faq-one__contact-title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   margin: 35px 0 13px;
   text-transform: uppercase;
}

.faq-one__contact-social {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   margin: 20px 0 10px;
}

.faq-one__contact-social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 45px;
   height: 45px;
   background-color: var(--glorify-primary);
   border-radius: 50%;
   font-size: 16px;
   color: var(--glorify-black);
   border: 1px solid rgba(var(--glorify-gray-rgb), .20);
}

.faq-one__contact-social a:hover {
   border: 1px solid var(--glorify-black);
   background-color: var(--glorify-black);
   color: var(--glorify-white);
}

.faq-one__contact-number {
   position: relative;
   display: inline-block;
}

.faq-one__contact-number a {
   font-weight: 500;
   color: var(--glorify-black);
}

.faq-one__contact-number a:hover {
   color: var(--glorify-base);
}

.faq-one__contact-btn {
   position: relative;
   display: block;
   margin-top: 20px;
   line-height: 0;
}

.faq-one__right {
   position: relative;
   display: block;
}

.faq-one__right .faq-one-accrodion .accrodion {
   position: relative;
   display: block;
   background: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active {
   background: var(--glorify-primary);
}

.faq-one__right .faq-one-accrodion .accrodion-title {
   position: relative;
   display: block;
   cursor: pointer;
   padding: 20px 30px 22px;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
   margin: 0;
   font-size: 20px;
   font-weight: 600;
   line-height: 28px;
   text-transform: initial;
   color: var(--glorify-black);
   position: relative;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion + .accrodion {
   margin-top: 10px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
   content: "\f105";
   font-family: "Font Awesome 5 Pro";
   font-weight: 700;
   font-size: 17px;
   color: var(--glorify-white);
   position: absolute;
   top: 50%;
   right: 0;
   line-height: 20px;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   text-align: center;
   width: 40px;
   height: 40px;
   background-color: rgba(var(--glorify-black-rgb), 1);
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
   content: "\f107";
   color: var(--glorify-white);
   background-color: var(--glorify-base);
   border-radius: 50%;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}

.faq-one__right .faq-one-accrodion .accrodion-content {
   position: relative;
   padding-bottom: 28px;
   padding-left: 25px;
   padding-right: 35px;
   border-radius: var(--glorify-bdr-radius);
   margin-top: -5px;
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
   margin: 0;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   padding: 120px 0 120px;
   overflow: hidden;
   z-index: 1;
}

.contact-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   opacity: .08;
   z-index: -1;
}

.contact-one__img {
   position: absolute;
   bottom: 0;
   right: 200px;
   z-index: -1;
}

.contact-one__img img {
   width: auto;
   filter: grayscale(1);
   animation: topBottom 3s ease-in-out infinite;
}

.contact-one__left {
   position: relative;
   display: block;
   margin-right: 40px;
}

.contact-one__left .section-title {
   margin-top: -1px;
}

.contact-one__left .section-title__tagline {
   color: var(--glorify-white);
}

.contact-one__left .section-title__tagline-shape {
   background-color: var(--glorify-white);
}

.contact-one__left .section-title__title {
   color: var(--glorify-white);
}

.contact-one__form {
   position: relative;
   display: block;
}

.contact-one__input-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
   height: 60px;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-white-rgb), .10);
   padding-left: 20px;
   padding-right: 20px;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: rgba(var(--glorify-white-rgb), .70);
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.contact-one__input-box .select-box {
   width: 100%;
}

.contact-one__input-box .nice-select {
   height: 60px;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-white-rgb), .10);
   padding-left: 20px;
   padding-right: 20px;
   outline: none;
   font-size: 16px;
   color: rgba(var(--glorify-white-rgb), .70);
   font-weight: 400;
   border-radius: var(--glorify-bdr-radius);
   line-height: 60px;
   display: block;
   float: none;
}

.contact-one__input-box .nice-select:after {
   position: absolute;
   top: 22px;
   right: 20px;
   width: 8px;
   height: 8px;
   border-bottom: 2px solid rgba(var(--glorify-white-rgb), .70);
   border-right: 2px solid rgba(var(--glorify-white-rgb), .70);
   margin-top: 0px;
   z-index: 10;
}

.contact-one__input-box .nice-select .option {
   color: var(--glorify-white);
}

.contact-one__input-box .nice-select .option.selected {
   font-weight: 500;
}

.contact-one__input-box .nice-select .list {
   background-color: var(--glorify-base);
}

.contact-one__input-box .nice-select .option:hover,
.contact-one__input-box .nice-select .option.focus,
.contact-one__input-box .nice-select .option.selected.focus {
   color: var(--glorify-white);
}

.contact-one__input-box textarea {
   height: 175px;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-white-rgb), .10);
   padding: 15px 20px 30px;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: rgba(var(--glorify-white-rgb), .70);
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.contact-one__input-box.text-message-box {
   height: 175px;
}

.contact-one__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

.contact-one__btn-box .thm-btn {
   border: none;
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 2;
}

.pricing-one__shape-1 {
   position: absolute;
   top: 100px;
   left: 100px;
   opacity: .10;
   z-index: -1;
}

.pricing-one__shape-1 img {
   width: auto;
}

.pricing-one__shape-2 {
   position: absolute;
   top: 50px;
   right: 0px;
   z-index: -1;
}

.pricing-one__shape-2 img {
   width: auto;
}

.pricing-one .section-title {
   margin-top: 0;
}

.pricing-one__main-tab-box {
   position: relative;
   display: block;
}

.pricing-one__main-tab-box .tab-buttons {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 60px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
   position: relative;
   display: flex;
   align-items: center;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn + .tab-btn {
   margin-left: 10px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span {
   position: relative;
   display: block;
   text-align: center;
   font-size: 16px;
   line-height: 16px;
   color: var(--glorify-gray);
   background-color: var(--glorify-primary);
   border: 1px solid rgba(var(--glorify-black-rgb), .05);
   padding: 12px 25px 12px;
   font-weight: 400;
   cursor: pointer;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   transition: all 0.5s linear;
   z-index: 1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
   color: var(--glorify-white);
   border: 1px solid var(--glorify-base);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span:before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 0%;
   background-color: var(--glorify-base);
   border-radius: var(--glorify-bdr-radius);
   transition: all 0.3s ease;
   z-index: -1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
   height: 100%;
}

.pricing-one__main-tab-box .tabs-content {
   position: relative;
   display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
   position: relative;
   display: none;
   -webkit-transform: translateY(35px);
   -ms-transform: translateY(35px);
   transform: translateY(35px);
   -webkit-transition: all 600ms ease;
   -moz-transition: all 600ms ease;
   -ms-transition: all 600ms ease;
   -o-transition: all 600ms ease;
   transition: all 600ms ease;
   z-index: 10;
}

.pricing-one__main-tab-box .tabs-content .tab.active-tab {
   display: block;
   margin-top: 0px;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.pricing-one__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
   border-radius: var(--glorify-bdr-radius);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
}

.pricing-one__single:hover {
   background-color: var(--glorify-white);
   box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.pricing-one__single-inner {
   position: relative;
   display: block;
   overflow: hidden;
   text-align: center;
   border-radius: var(--glorify-bdr-radius);
   border: 2px solid rgba(var(--glorify-black-rgb), .05);
   border-top: 1px solid rgba(var(--glorify-black-rgb), .05);
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .05);
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   padding: 37px 30px 38px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
}

.pricing-one__single:hover .pricing-one__single-inner {
   border: 2px solid transparent;
   border-top: 1px solid var(--glorify-base);
   border-bottom: 1px solid transparent;
}

.pricing-one__price-box {
   position: relative;
   display: block;
   text-align: left;
   padding-bottom: 22px;
   margin-bottom: 25px;
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.pricing-one__price-title {
   font-size: 24px;
   font-weight: 600;
   line-height: 32px;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
}

.pricing-one__price {
   font-size: 65px;
   font-weight: 700;
   line-height: 65px;
   color: var(--glorify-base);
   margin-top: 18px;
   text-transform: uppercase;
}

.pricing-one__price span {
   font-size: 18px;
   font-weight: 600;
}

.pricing-one__text {
   font-size: 16px;
   line-height: 28px;
}

.pricing-one__points-list {
   position: relative;
   display: block;
   text-align: left;
   margin-bottom: 38px;
   padding-left: 18px;
}

.pricing-one__points-list li {
   position: relative;
   display: flex;
   align-items: center;
}

.pricing-one__points-list li + li {
   margin-top: 16px;
}

.pricing-one__points-list li .icon {
   position: relative;
   display: inline-block;
}

.pricing-one__points-list li .icon i {
   position: relative;
   display: inline-block;
   font-size: 19px;
   color: var(--glorify-gray);
}

.pricing-one__points-list li:first-child i {
   color: var(--glorify-base);
}

.pricing-one__points-list li:nth-child(2) i {
   color: var(--glorify-base);
}

.pricing-one__single-2 .pricing-one__points-list li:nth-child(3) i {
   color: var(--glorify-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(3) i {
   color: var(--glorify-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(4) i {
   color: var(--glorify-base);
}

.pricing-one__points-list li .text {
   margin-left: 20px;
}

.pricing-one__points-list li .text p {
   font-size: 16px;
}

.pricing-one__most-popular {
   position: absolute;
   top: 0;
   border-radius: 0px 0px 15px 15px;
   background: rgba(var(--glorify-base-rgb), 1);
   left: 50%;
   padding: 2px 17px 3px;
   visibility: hidden;
   -webkit-transform-origin: top center;
   transform-origin: top center;
   -webkit-transform: scaleY(0) translateZ(100px);
   transform: scaleY(0) translateZ(100px);
   -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease,
      -webkit-transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
   transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
      -webkit-transform 700ms ease;
}

.pricing-one__single:hover .pricing-one__most-popular {
   visibility: visible;
   -webkit-transform: scaleY(1) translateZ(0px);
   transform: scaleY(1) translateZ(0px) translateX(-50%);
}

.pricing-one__most-popular p {
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   color: var(--glorify-white);
}

.pricing-one__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
   position: relative;
   display: block;
   padding: 105px 0px 120px;
   background-color: var(--glorify-black);
   overflow: hidden;
   z-index: 1;
}

.cta-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .10;
   z-index: -1;
}

.cta-one__shape-box-1 {
   position: absolute;
   top: -270px;
   left: -200px;
   height: 500px;
   width: 500px;
   background-color: rgba(var(--glorify-white-rgb), .20);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   animation: leftRight 4s ease-in-out infinite;
}

.cta-one__shape-1 {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 400px;
   width: 400px;
   background-color: rgba(var(--glorify-white-rgb), .20);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translateY(-50%) translateX(-50%);
}

.cta-one__shape-2 {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 300px;
   width: 300px;
   background-color: rgba(var(--glorify-white-rgb), .20);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translateY(-50%) translateX(-50%);
}

.cta-one__shape-3 {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 200px;
   width: 200px;
   background-color: rgba(var(--glorify-white-rgb), .20);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translateY(-50%) translateX(-50%);
}

.cta-one__shape-box-1.two {
   top: inherit;
   bottom: -270px;
   left: inherit;
   right: -200px;
}

.cta-one__inner {
   position: relative;
   display: block;
   text-align: center;
}

.cta-one__title {
   font-size: 45px;
   line-height: 1.3em;
   text-transform: uppercase;
   font-weight: 700;
   color: var(--glorify-white);
}

.cta-one__text {
   color: rgba(var(--glorify-white-rgb), .80);
   margin-top: 20px;
}

.cta-one__btns-boxes {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 10px;
   line-height: 0;
   margin-top: 40px;
}

.cta-one__btn-one .thm-btn:hover {
   color: var(--glorify-base);
}

.cta-one__btn-one .thm-btn span {
   background-color: var(--glorify-white);
}

.cta-one__btn-two .thm-btn:hover {
   color: var(--glorify-base);
}

.cta-one__btn-two .thm-btn span {
   background-color: var(--glorify-white);
}









/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.blog-one__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
   border-radius: var(--glorify-bdr-radius);
}

.blog-one__single-inner {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
   overflow: hidden;
}

.blog-one__img-box {
   position: relative;
   display: block;
}

.blog-one__img {
   position: relative;
   display: block;
   overflow: hidden;
   z-index: 1;
}

.blog-one__img:before {
   position: absolute;
   content: '';
   left: 0px;
   bottom: 0px;
   width: 50%;
   height: 100%;
   background-color: rgba(var(--glorify-black-rgb), .70);
   visibility: hidden;
   opacity: 0;
   transform-style: preserve-3d;
   transform: perspective(370px) translateY(100%);
   transform-origin: left;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
   visibility: visible;
   opacity: 1;
   transform: perspective(370px) translateY(0%);
}

.blog-one__img:after {
   position: absolute;
   content: '';
   top: 0px;
   right: 0px;
   width: 50%;
   height: 100%;
   background-color: rgba(var(--glorify-black-rgb), .70);
   visibility: hidden;
   opacity: 0;
   transform-style: preserve-3d;
   transform: perspective(370px) translateY(-100%);
   transform-origin: top;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   z-index: 1;
}

.blog-one__single:hover .blog-one__img:after {
   visibility: visible;
   opacity: 1;
   transform: perspective(370px) translateY(0%);
}

.blog-one__img img {
   width: 100%;
   transform: scale3d(1, 1, 1);
   transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
   transform: scale(1.05) rotate(0deg);
}

.blog-one__plus {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: rotate(-45deg) scale(0);
   transition: all 600ms ease;
   z-index: 3;
}

.blog-one__single:hover .blog-one__plus {
   transform: rotate(0deg) scale(1);
   transition-delay: 700ms;
}

.blog-one__plus a {
   height: 50px;
   width: 50px;
   line-height: 50px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 15px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.blog-one__plus a:hover {
   color: var(--glorify-base);
   background-color: var(--glorify-white);
}

.blog-one__tag {
   position: absolute;
   bottom: 5px;
   right: 65px;
   z-index: 4;
}

.blog-one__tag a {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-white);
   font-size: 16px;
   color: var(--glorify-base);
   font-weight: 600;
   padding: 7px 25px 7px;
   border-radius: var(--glorify-bdr-radius);
   text-transform: uppercase;
   z-index: 1;
   font-family: var(--glorify-font-two);
}

.blog-one__tag a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.blog-one__date {
   position: absolute;
   bottom: 5px;
   right: 5px;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-base);
   width: 52px;
   height: 52px;
   border-radius: var(--glorify-bdr-radius);
   border: 1px solid rgba(var(--glorify-primary-rgb), .50);
}

.blog-one__date p {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   font-size: 18px;
   line-height: 20px;
   color: var(--glorify-white);
   font-weight: 500;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.blog-one__date span {
   font-size: 14px;
   font-weight: 500;
}

.blog-one__content {
   position: relative;
   display: block;
   padding: 25px 30px 25px;
   z-index: 1;
}

.blog-one__meta {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
}

.blog-one__meta li {
   position: relative;
   display: block;
}

.blog-one__meta li a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 16px;
   color: var(--glorify-gray);
}

.blog-one__meta li a span {
   position: relative;
   font-size: 16px;
   color: var(--glorify-base);
}

.blog-one__meta li a:hover {
   color: var(--glorify-base);
}

.blog-one__title {
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
   font-weight: 700;
   margin: 9px 0 9px;
}

.blog-one__title a {
   color: var(--glorify-black);
}

.blog-one__title a:hover {
   color: var(--glorify-base);
}

.blog-one__read-more {
   position: relative;
   display: block;
   text-align: center;
   background-color: var(--glorify-base);
}

.blog-one__read-more a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 7px;
   font-weight: 500;
   color: var(--glorify-white);
   justify-content: center;
   padding: 10px 30px 10px;
}

.blog-one__read-more a:hover {
   color: var(--glorify-white);
}


/*==============================================
    Site Footer
===============================================*/
.site-footer {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   overflow: hidden;
   z-index: 1;
}

.site-footer__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.04;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
}

.site-footer__top {
   position: relative;
   display: block;
}

.site-footer__top-inner {
   position: relative;
   display: block;
   padding: 111px 0 100px;
}

.footer-widget__about {
   position: relative;
   display: block;
   margin-right: 50px;
   margin-top: 9px;
}

.footer-widget__about-logo {
   position: relative;
   display: inline-block;
}

.footer-widget__about-text {
   margin: 0;
   color: rgba(var(--glorify-white-rgb), .70);
   padding-top: 24px;
   padding-bottom: 17px;
}

.footer-widget__social {
   position: relative;
   display: flex;
   align-items: center;
}

.footer-widget__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   width: 40px;
   border: 1px solid rgba(var(--glorify-white-rgb), .40);
   border-radius: 50%;
   font-size: 15px;
   color: var(--glorify-white);
   background-color: transparent;
   overflow: hidden;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: 1;
}

.footer-widget__social a:hover {
   color: var(--glorify-base);
   border: 1px solid var(--glorify-base);
}

.footer-widget__social a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: var(--glorify-base);
   transform: scale(0.5);
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
   z-index: -1;
}

.footer-widget__social a:hover::before {
   transform: scale(1.0);
   opacity: 1;
}

.footer-widget__social a + a {
   margin-left: 5px;
}

.footer-widget__title {
   position: relative;
   display: inline-block;
   font-size: 20px;
   color: var(--glorify-white);
   font-weight: 500;
   line-height: 30px;
   margin-bottom: 32px;
   text-transform: uppercase;
}

.footer-widget__links {
   position: relative;
   display: block;
}

.footer-widget__links-list {
   position: relative;
   display: block;
}

.footer-widget__links-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.footer-widget__links-list li + li {
   margin-top: 16px;
}

.footer-widget__links-list li a {
   color: rgba(var(--glorify-white-rgb), .80);
   position: relative;
   display: inline-block;
   text-transform: capitalize;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
   color: rgba(var(--glorify-white-rgb), 1);
}

.footer-widget__links-list li span {
   position: relative;
   font-size: 16px;
   color: rgba(var(--glorify-white-rgb), .80);
}

.footer-widget__links-list li:hover span {
   color: rgba(var(--glorify-white-rgb), 1);
}

.footer-widget__contact {
   position: relative;
   display: block;
   margin-left: -24px;
}

.footer-widget__contact-list {
   position: relative;
   display: block;
}

.footer-widget__contact-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 15px;
}

.footer-widget__contact-list li + li {
   margin-top: 20px;
}

.footer-widget__contact-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border: 1px solid rgba(var(--glorify-white-rgb), .20);
   border-radius: 50%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.footer-widget__contact-list li .icon:hover {
   background-color: var(--glorify-base);
   border: 1px solid var(--glorify-base);
}

.footer-widget__contact-list li .icon span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.footer-widget__contact-list li p {
   position: relative;
   display: block;
   flex: 1;
   color: rgba(var(--glorify-white-rgb), .80);
}

.footer-widget__contact-list li p a {
   color: rgba(var(--glorify-white-rgb), .80);
   position: relative;
   display: block;
   line-height: 0;
}

.footer-widget__contact-list li p a:hover {
   color: rgba(var(--glorify-white-rgb), 1);
}

.footer-widget__services {
   position: relative;
   display: block;
   margin-left: 30px;
}

.site-footer__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.site-footer__social a {
   position: relative;
   height: 40px;
   width: 40px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--glorify-white);
   border: 1px solid rgba(var(--glorify-white-rgb), .30);
   font-size: 16px;
   border-radius: 5px;
   overflow: hidden;
   z-index: 1;
}

.site-footer__social a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
   border: 1px solid var(--glorify-base);
}

.site-footer__social a:after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: var(--glorify-base);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   z-index: -1;
}

.site-footer__social a:hover:after {
   opacity: 1;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
}

.site-footer__social a + a {
   margin-left: 15px;
}

.site-footer__bottom {
   position: relative;
   display: block;
   border-top: 1px solid rgba(var(--glorify-white-rgb), .20);
}

.site-footer__bottom-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 28px 0 28px;
}

.site-footer__copyright {
   position: relative;
   display: block;
}

.site-footer__copyright-text {
   color: rgba(var(--glorify-white-rgb), .80);
}

.site-footer__copyright-text a {
   color: rgba(var(--glorify-white-rgb), 1);
}

.site-footer__copyright-text a:hover {
   color: rgba(var(--glorify-white-rgb), 1);
}

.site-footer__bottom-menu-box {
   position: relative;
   display: block;
}

.site-footer__bottom-menu {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.site-footer__bottom-menu li {
   position: relative;
   display: block;
}

.site-footer__bottom-menu li + li {
   margin-left: 20px;
}

.site-footer__bottom-menu li a {
   position: relative;
   display: inline-block;
   color: rgba(var(--glorify-white-rgb), .80);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
   color: rgba(var(--glorify-white-rgb), 1);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
   position: relative;
   display: block;
   padding: 120px 0 0px;
   z-index: 1;
}

.about-two__left {
   position: relative;
   display: block;
   margin-right: 180px;
}

.about-two__img-box {
   position: relative;
   display: block;
}

.about-two__img {
   position: relative;
   display: block;
}

.about-two__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.about-two__img-2 {
   position: absolute;
   bottom: -187px;
   right: -145px;
   border-top: 5px solid var(--glorify-white);
   border-left: 5px solid var(--glorify-white);
   border-radius: var(--glorify-bdr-radius);
}

.about-two__img-2 img {
   width: auto;
   border-radius: var(--glorify-bdr-radius);
}

.about-two__video-link {
   position: absolute;
   top: 135px;
   right: -50px;
   z-index: 3;
}

.about-two__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 90px;
   height: 90px;
   line-height: 90px;
   text-align: center;
   font-size: 22px;
   color: var(--glorify-black);
   background-color: rgba(var(--glorify-white-rgb), 1);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.about-two__video-icon:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.about-two__video-link .ripple,
.about-two__video-icon .ripple:before,
.about-two__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 90px;
   height: 90px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}

.about-two__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.about-two__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

.about-two__experience {
   position: absolute;
   bottom: -140px;
   left: 5px;
   background-color: var(--glorify-base);
   padding: 19px 35px 24px;
   max-width: 260px;
   width: 100%;
   display: flex;
   align-items: center;
   gap: 20px;
   border-radius: var(--glorify-bdr-radius);
   border: 2px solid rgba(var(--glorify-white-rgb), .20);
   z-index: 1;
}

.about-two__experience::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px dashed rgba(var(--glorify-primary-rgb), .30);
   border-radius: var(--glorify-bdr-radius);
}

.about-two__experience-count-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.about-two__experience-count-box h3 {
   font-size: 48px;
   font-weight: 700;
   line-height: 48px !important;
   font-family: var(--glorify-font-two) !important;
   color: var(--glorify-white);
}

.about-two__experience-count-box span {
   font-size: 48px;
   font-weight: 700;
   line-height: 48px !important;
   font-family: var(--glorify-font-two) !important;
   color: var(--glorify-white);
}

.about-two__experience-count-text {
   color: var(--glorify-white);
   position: relative;
   margin-top: 9px;
   line-height: 24px;
}

.about-two__img-shape-1 {
   position: absolute;
   bottom: -186px;
   left: 0;
   border-top: 181px solid var(--glorify-base);
   border-left: 280px solid transparent;
   border-radius: 15px;
   z-index: -1;
}

.about-two__img-shape-2 {
   position: absolute;
   top: 0;
   right: -145px;
   border-top: 325px solid transparent;
   border-right: 0 solid transparent;
   border-left: 150px solid var(--glorify-base);
   z-index: -1;
}

.about-two__right {
   position: relative;
   display: block;
}

.about-two__right .section-title {
   margin-bottom: 25px;
}

.about-two__text {
   font-size: 18px;
   font-weight: 600;
   font-style: italic;
   color: var(--glorify-base);
}

.about-two__text-2 {
   margin: 12px 0 20px;
}

.about-two__tab {
   position: relative;
   display: block;
}

.about-two__tab .tabs-button-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   gap: 10px;
   margin-bottom: 24px;
   z-index: 1;
}

.about-two__tab .tabs-button-box li:last-child {
   margin-right: 0px;
}

.about-two__tab .tabs-button-box .tab-btn-item {
   position: relative;
   display: block;
   width: 100%;
   padding: 12px 20px 11px;
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
   border-radius: var(--glorify-bdr-radius);
   cursor: pointer;
   z-index: 1;
}

.about-two__tab .tabs-button-box .tab-btn-item::after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 0%;
   background-color: var(--glorify-base);
   border-radius: var(--glorify-bdr-radius);
   transition: all 0.3s ease;
   z-index: -1;
}

.about-two__tab .tabs-button-box .tab-btn-item.active-btn:after {
   height: 100%;
}

.about-two__tab .tabs-button-box .tab-btn-item h3 {
   color: var(--glorify-black);
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.02em;
}

.about-two__tab .tabs-button-box .tab-btn-item.active-btn h3 {
   color: var(--glorify-white);
}

.about-two__tab .tabs-content {
   position: relative;
   display: block;
}

.about-two__tab .tabs-content .tab {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: auto;
   visibility: hidden;
}

.about-two__tab .tabs-content .tab.tab-active {
   position: relative;
   visibility: visible;
   z-index: 5;
}

.about-two__single-tab {
   transition: all 0.7s ease;
   opacity: 0;
   transform: scaleY(0.9);
   transform-origin: top bottom;
}

.about-two__tab .tabs-content .tab.tab-active .about-two__single-tab {
   opacity: 1.0;
   transform: scaleY(1);
   transform-origin: bottom top;
}

.about-two__single-tab-inner {
   position: relative;
   display: block;
}

.about-two__single-tab-text {
   position: relative;
   display: block;
   margin-bottom: 19px;
}

.about-two__single-tab-text p {
   margin: 0;
}

.about-two__single-tab-bottom-list {
   position: relative;
   display: block;
}

.about-two__single-tab-bottom-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.about-two__single-tab-bottom-list li + li {
   margin-top: 5px;
}

.about-two__single-tab-bottom-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 20px;
   height: 20px;
   background-color: var(--glorify-base);
   border-radius: 50%;
}

.about-two__single-tab-bottom-list li .icon span {
   position: relative;
   display: inline-block;
   font-size: 10px;
   color: var(--glorify-white);
}

.about-two__single-tab-bottom-list li p {
   position: relative;
   display: block;
   flex: 1;
}

.about-two__btn-box {
   position: relative;
   display: block;
   line-height: 0;
   margin-top: 25px;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
   position: relative;
   display: block;
   padding: 0 0 120px;
   z-index: 1;
}

.feature-one__carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
}

.feature-one__carousel.owl-carousel .owl-item {
   opacity: 0;
   visibility: hidden;
   transition: opacity 500ms ease, visibility 500ms ease;
}

.feature-one__carousel.owl-carousel .owl-item.active {
   opacity: 1;
   visibility: visible;
}

.feature-one__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.feature-one__single:hover {
   transform: translateY(-10px);
}

.feature-one__icon {
   position: relative;
   height: 110px;
   width: 110px;
   margin: 0 auto -50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: var(--glorify-bdr-radius);
   z-index: 2;
}

.feature-one__icon::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-black);
   transform: scaleX(0.7) rotateX(20deg);
   opacity: 0;
   transition: all 0.4s linear;
   z-index: -1;
}

.feature-one__single:hover .feature-one__icon::before {
   transform: scaleX(1.0) rotateX(0deg);
   transition: all 0.4s linear;
   opacity: 1;
}

.feature-one__icon span {
   position: relative;
   display: inline-block;
   font-size: 55px;
   color: var(--glorify-black);
   transition: all 500ms linear;
   transition-delay: 0.1s;
   transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
   transform: scale(0.9);
   color: var(--glorify-white);
}

.feature-one__single-inner {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: var(--glorify-bdr-radius);
   text-align: center;
   padding: 92px 20px 53px;
   z-index: 1;
}

.feature-one__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.feature-one__title a {
   color: var(--glorify-black);
}

.feature-one__title a:hover {
   color: var(--glorify-base);
}

.feature-one__text {
   font-size: 18px;
   font-weight: 400;
}

.feature-one__read-more {
   position: absolute;
   bottom: -25px;
   left: 0;
   right: 0;
   z-index: 3;
}

.feature-one__read-more a {
   position: relative;
   display: inline-flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 5px;
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   padding: 15px 25px 17px;
   font-size: 18px;
   line-height: 1em;
   border-radius: 10px;
}

.feature-one__read-more a:hover {
   background-color: var(--glorify-black);
   color: var(--glorify-white);
}



/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   padding: 110px 0px 120px;
   z-index: 1;
}

.brand-two__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .05;
   z-index: -1;
}

.brand-two .container {
   max-width: 1350px;
}

.brand-two__title {
   color: rgba(var(--glorify-white-rgb), 1);
   font-size: 45px;
   line-height: 1.3em;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: -0.02em;
   text-align: center;
   margin-bottom: 50px;
}

.brand-two__carousel {
   position: relative;
}

.brand-two__single {
   position: relative;
   display: block;
   text-align: center;
   z-index: 1;
}

.brand-two__img {
   position: relative;
   display: inline-block;
   opacity: 1;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.brand-two__img:before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border: 2px solid rgba(var(--glorify-white-rgb), .20);
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.brand-two__single:hover .brand-two__img {
   opacity: 0;
}

.brand-two__img > img {
   position: relative;
   -webkit-transition: 500ms;
   transition: 500ms;
}

.brand-two__hover-img {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   text-align: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.brand-two__hover-img:before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border: 2px solid rgba(var(--glorify-white-rgb), .30);
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.brand-two__single:hover .brand-two__hover-img {
   opacity: 1;
}

.brand-two__hover-img img {
   width: auto;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
   position: relative;
   display: block;
   overflow: hidden;
   padding: 110px 0px 90px;
   z-index: 1;
}

.services-two .container {
   max-width: 1450px;
}

.services-two .row {
   --bs-gutter-x: 76px;
}

.services-two__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.services-two__single:hover {
   transform: translateY(-10px);
}

.services-two__single-inner {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 25px;
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: var(--glorify-bdr-radius);
   padding: 32px 15px 34px;
   padding-left: 35px;
   z-index: 1;
}

.services-two__icon {
   position: relative;
   height: 90px;
   width: 90px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: rgba(var(--glorify-black-rgb), .20);
   border-radius: 50%;
   margin-left: -82px;
   z-index: 2;
}

.services-two__icon:before {
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   content: "";
   right: 5px;
   left: -5px;
   top: 0px;
   bottom: 0px;
   position: absolute;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: -1;
   border-radius: 50%;
}

.services-two__icon span {
   position: relative;
   display: inline-block;
   font-size: 40px;
   color: var(--glorify-black);
   transition: all 500ms ease;
   left: -5px;
}

.services-two__single:hover .services-two__icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.services-two__content {
   position: relative;
   display: block;
   flex: 1;
}

.services-two__title {
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
   font-weight: 700;
}

.services-two__title a {
   color: var(--glorify-black);
}

.services-two__title a:hover {
   color: var(--glorify-base);
}

.services-two__text {
   margin-top: 17px;
   margin-bottom: 10px;
}

.services-two__read-more {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 5px;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   color: var(--glorify-black);
   font-weight: 500;
   font-size: 16px;
}

.services-two__read-more:hover {
   color: var(--glorify-base);
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.portfolio-two {
   position: relative;
   display: block;
   padding: 120px 0px 90px;
   background-color: var(--glorify-primary);
   overflow: hidden;
   z-index: 1;
}

.portfolio-two__inner {
   position: relative;
   display: block;
}

.portfolio-two__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.portfolio-two__img-box {
   position: relative;
   display: block;
}

.portfolio-two__img {
   position: relative;
   display: block;
   border-radius: 20px;
   z-index: 1;
}

.portfolio-two__img:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(var(--glorify-black-rgb), .90);
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.portfolio-two__img img {
   width: 100%;
   border-radius: 20px;
}

.portfolio-two__content {
   position: absolute;
   left: 100px;
   bottom: 50px;
   right: 100px;
   background-color: rgba(var(--glorify-white-rgb), .10);
   border-radius: var(--glorify-bdr-radius);
   padding: 80px 50px 60px;
   z-index: 5;
}

.portfolio-two__content-box {
   position: relative;
   display: block;
   text-align: center;
}

.portfolio-two__content-box h3 {
   font-size: 55px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1em;
   margin-bottom: 23px;
   transition: all 500ms ease;
}

.portfolio-two__content-box h3 a {
   color: var(--glorify-white);
}

.portfolio-two__content-box h3 a:hover {
   color: var(--glorify-base);
}

.portfolio-two__content-box p {
   font-size: 45px;
   font-weight: 600;
   line-height: 1em;
   color: var(--glorify-white);
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   margin-bottom: 25px;
}

.portfolio-two__read-more {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 30px;
   line-height: 1em;
   font-family: var(--glorify-font-two);
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.03em;
}

.portfolio-two__read-more a {
   color: var(--glorify-white);
}

.portfolio-two__read-more a:hover {
   color: var(--glorify-base);
}

.portfolio-two__icon-box {
   position: absolute;
   top: -45px;
   left: 0;
   right: 0;
   text-align: center;
}

.portfolio-two__icon-box a {
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--glorify-black);
   width: 90px;
   height: 90px;
   background-color: rgba(var(--glorify-white-rgb), 1);
   border: 6px solid rgba(var(--glorify-base-rgb), .20);
   border-radius: 50%;
   margin: 0 auto 0;
   font-size: 35px;
}

.portfolio-two__icon-box a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
   position: relative;
   display: block;
   overflow: hidden;
   padding: 120px 0px 120px;
   z-index: 1;
}

.why-choose-two__bg-box {
   position: absolute;
   top: 120px;
   right: 0;
   bottom: 120px;
   width: calc((100% - 100px) / 2);
   z-index: -1;
}

.why-choose-two__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   border-radius: 20px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
   mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='902' height='611' viewBox='0 0 902 611'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='902' height='611'/%3E%3C/svg%3E");
   -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='902' height='611' viewBox='0 0 902 611'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='902' height='611'/%3E%3C/svg%3E");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;
}

.why-choose-two__inner {
   position: relative;
   display: block;
}

.why-choose-two__left {
   position: relative;
   display: block;
}

.why-choose-two__left .section-title {
   margin-bottom: 29px;
}

.why-choose-two__counter {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 30px;
   margin-top: 21px;
   margin-bottom: 34px;
}

.why-choose-two__counter li {
   position: relative;
   display: block;
}

.why-choose-two__counter-single {
   position: relative;
   display: block;
}

.why-choose-two__count-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 5px;
}

.why-choose-two__count-box h3 {
   font-size: 50px;
   line-height: 50px !important;
   text-transform: uppercase;
   font-weight: 700;
   font-family: var(--glorify-font-two) !important;
}

.why-choose-two__count-box > span {
   position: relative;
   top: -2px;
   color: var(--glorify-black);
   font-size: 50px;
   line-height: 50px !important;
   text-transform: uppercase;
   font-weight: 700;
   font-family: var(--glorify-font-two) !important;
}

.why-choose-two__counter-text {
   font-size: 20px;
   font-weight: 500;
   line-height: 24px;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
   margin-top: 10px;
}

.why-choose-two__points-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
}

.why-choose-two__points {
   position: relative;
   display: block;
}

.why-choose-two__points li {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
}

.why-choose-two__points li + li {
   margin-top: 10px;
}

.why-choose-two__points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 20px;
   width: 20px;
   background-color: var(--glorify-base);
   border-radius: 6px;
   color: var(--glorify-white);
   font-size: 16px;
}

.why-choose-two__points li .text {
   position: relative;
   display: block;
   flex: 1;
}

.why-choose-two__btn-box {
   position: relative;
   display: block;
   margin-top: 40px;
   line-height: 0;
}

.why-choose-two__video-box {
   position: absolute;
   bottom: 0;
   right: 295px;
   z-index: 2;
}

.why-choose-two__video-img {
   position: relative;
   display: block;
   max-width: 300px;
   width: 100%;
   overflow: hidden;
   border-radius: 20px;
}

.why-choose-two__video-img img {
   width: 100%;
   border-radius: 20px;
}

.why-choose-two__video-link {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   z-index: 3;
}

.why-choose-two__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 70px;
   height: 70px;
   line-height: 70px;
   text-align: center;
   font-size: 18px;
   color: var(--glorify-base);
   background-color: rgba(var(--glorify-white-rgb), 1);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 50%;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.why-choose-two__video-icon:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.why-choose-two__video-link .ripple,
.why-choose-two__video-icon .ripple:before,
.why-choose-two__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 70px;
   height: 70px;
   border-radius: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}

.why-choose-two__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.why-choose-two__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

/*--------------------------------------------------------------
# Process Two
--------------------------------------------------------------*/
.process-two {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   overflow: hidden;
   padding: 120px 0px 90px;
   counter-reset: count;
   z-index: 1;
}

.process-two__shape-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: 0.01;
   z-index: -1;
}

.process-two .section-title__tagline {
   color: var(--glorify-white);
}

.process-two .section-title__tagline-shape {
   background-color: var(--glorify-white);
}

.process-two .section-title__title {
   color: var(--glorify-white);
}

.process-two__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
   background-color: rgba(var(--glorify-white-rgb), .05);
   padding: 40px 25px 40px;
   border-radius: var(--glorify-bdr-radius);
}

.process-two__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   text-transform: uppercase;
   color: var(--glorify-white);
}

.process-two__count {
   position: relative;
   display: block;
   margin-top: 30px;
   margin-bottom: 30px;
}

.process-two__count:before {
   position: relative;
   font-size: 100px;
   line-height: 1em;
   font-weight: 700;
   color: transparent;
   -webkit-text-stroke: 1px rgba(var(--glorify-white-rgb), .50);
   counter-increment: count;
   content: "0"counter(count);
   transition: all 200ms linear;
   transition-delay: 0.1s;
   font-family: var(--glorify-font-two);
   transition: all 200ms linear;
   transition-delay: 0.1s;
   font-family: var(--tanspot-font);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.process-two__single:hover .process-two__count:before {
   color: rgba(var(--glorify-white-rgb), 1);
}

.process-two__text {
   color: rgba(var(--glorify-white-rgb), .80);
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
   position: relative;
   display: block;
   padding: 120px 0px 90px;
   overflow: hidden;
   z-index: 1;
}

.counter-two__shape-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   opacity: .40;
   animation: leftRight 4s ease-in-out infinite;
   z-index: -1;
}

.counter-two__single {
   position: relative;
   display: block;
   text-align: center;
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   padding: 40px 20px 40px;
   border-radius: var(--glorify-bdr-radius);
   transition: all 500ms ease;
   height:100%;
}

.counter-two__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100px;
   width: 100px;
   background-color: rgba(var(--glorify-white-rgb), 1);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: 20px;
   margin: 0px auto 0px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 3;
}

.counter-two__single:hover .counter-two__icon {
   background-color: var(--glorify-white);
   transition-delay: 500ms;
}

.counter-two__icon span {
   position: relative;
   display: inline-block;
   font-size: 52px;
   color: var(--glorify-black);
   transition: all 500ms linear;
   transition-delay: 0.1s;
}

.counter-two__single:hover .counter-two__icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.counter-two__content {
   position: relative;
   display: block;
   z-index: 1;
}

.counter-two__count-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 2px;
   margin-top: 20px;
   margin-bottom: 10px;
}

.counter-two__count-box h3 {
   font-size: 70px;
   line-height: 70px !important;
   font-weight: 700;
   text-transform: uppercase;
   font-family: var(--glorify-font-two) !important;
   color: transparent;
   -webkit-text-stroke: 1px rgba(var(--glorify-black-rgb), .50);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__count-box h3 {
   color: var(--glorify-black);
}

.counter-two__count-box span {
   font-size: 70px;
   line-height: 70px;
   font-weight: 700;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: transparent;
   -webkit-text-stroke: 1px rgba(var(--glorify-black-rgb), .50);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__count-box span {
   color: var(--glorify-black);
}

.counter-two__text {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-primary);
   padding: 10px 25px 10px;
   font-family: var(--glorify-font-two);
   text-transform: capitalize;
   font-weight: 600;
   color: var(--glorify-black);
   font-size: 18px;
   margin-top: 12px;
   border-radius: var(--glorify-bdr-radius);
}

/*--------------------------------------------------------------
# Team two
--------------------------------------------------------------*/
.team-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.team-two::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 500px;
   background-color: var(--glorify-primary);
   opacity: .5;
   z-index: -1;
}

.team-two__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.team-two__img-box {
   position: relative;
   display: block;
}

.team-two__img {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   z-index: 1;
}

.team-two__img:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--glorify-black-rgb), .50);
   opacity: 0;
   transform: translateY(50px);
   transition: background-color 0.7s ease;
   transition: all 0.7s ease;
   z-index: 1;
}

.team-two__single:hover .team-two__img:before {
   opacity: 1;
   transform: translateY(0px);
}

.team-two__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   transform: scale(1.0);
   transition: all 1000ms ease;
}

.team-two__single:hover .team-two__img img {
   transform: scale(1.05) rotate(0deg);
}

.team-two__content {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
   margin-left: 20px;
   margin-right: 20px;
   margin-top: -50px;
   border-radius: var(--glorify-bdr-radius);
   text-align: center;
   padding: 21px 20px 30px;
   z-index: 2;
}

.team-two__content::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border-radius: var(--glorify-bdr-radius);
   border: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   z-index: -1;
}

.team-two__content-bg-shape {
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   opacity: 0.05;
   border-radius: var(--glorify-bdr-radius);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
}

.team-two__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   text-transform: uppercase;
}

.team-two__title a {
   color: var(--glorify-black);
}

.team-two__title a:hover {
   color: var(--glorify-base);
}

.team-two__sub-title {
   margin: 0 0 10px;
}

.team-two__social {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 5px;
}

.team-two__social a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   font-size: 14px;
   color: var(--glorify-white);
   background-color: var(--glorify-black);
   border-radius: 50%;
}

.team-two__social a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   overflow: hidden;
   padding: 112px 0px 120px;
   z-index: 1;
}

.testimonial-two__shape-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   filter: invert(1);
   opacity: .30;
   animation: leftRight 4s ease-in-out infinite;
   z-index: -1;
}

.testimonial-two__shape-2 {
   position: absolute;
   top: 0;
   right: -30px;
   opacity: .30;
   mix-blend-mode: luminosity;
   z-index: -1;
}

.testimonial-two__shape-2 img {
   width: auto;
}

.testimonial-two .container {
   max-width: 1515px;
}

.testimonial-two__carousel {
   position: relative;
   display: block;
}

.testimonial-two__single {
   position: relative;
   display: block;
}

.testimonial-two__content {
   position: relative;
   display: block;
   text-align: center;
   background-color: var(--glorify-white);
   padding: 42px 40px 39px;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.testimonial-two__content::before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.testimonial-two__content:after {
   content: "";
   position: absolute;
   left: 223px;
   height: 2px;
   width: 44px;
   background-color: var(--glorify-white);
   bottom: 10px;
}

.testimonial-two__quote {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   margin: 0 auto;
}

.testimonial-two__quote span {
   position: relative;
   display: inline-block;
   font-size: 35px;
   color: var(--glorify-white);
}

.testimonial-two__text {
   font-size: 18px;
   font-weight: 400;
   line-height: 36px;
   margin-top: 16px;
   margin-bottom: 25px;
}

.testimonial-two__client-info {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
}

.testimonial-two__client-info h3 {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   text-transform: uppercase;
}

.testimonial-two__client-info h3 a {
   color: var(--glorify-black);
}

.testimonial-two__client-info h3 a:hover {
   color: var(--glorify-base);
}

.testimonial-two__client-info p {
   font-weight: 500;
   color: var(--glorify-base);
   position: relative;
   top: 2px;
}

.testimonial-two__img {
   position: relative;
   display: block;
   max-width: 90px;
   width: 100%;
   margin-top: 20px;
   margin-left: 82px;
}

.testimonial-two__img img {
   width: 100%;
   border-radius: 50%;
}

.testimonial-two__shape-1 {
   position: absolute;
   bottom: -48px;
   left: 190px;
}

.testimonial-two__shape-1 img {
   width: auto;
}

.testimonial-two__shape-1::before {
   content: "";
   position: absolute;
   left: 29px;
   height: 32px;
   width: 1px;
   border-left: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   transform: rotate(17deg);
   top: -10px;
}

.testimonial-two__shape-1::after {
   content: "";
   position: absolute;
   right: 41px;
   height: 60px;
   width: 1px;
   border-left: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   transform: rotate(60deg);
   top: -23px;
}

/*--------------------------------------------------------------
# Free Estimate
--------------------------------------------------------------*/
.free-estimate {
   position: relative;
   display: block;
   padding: 120px 0px 0px;
   z-index: 2;
}

.free-estimate__inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--glorify-primary);
   padding: 73px 50px 74px;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.free-estimate__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   opacity: .06;
   z-index: -1;
}

.free-estimate__title-box {
   position: relative;
   display: block;
}

.free-estimate__title {
   font-size: 50px;
   font-weight: 700;
   line-height: 1em;
   text-transform: uppercase;
}

.free-estimate__text {
   font-weight: 500;
   color: var(--glorify-black);
   margin-top: 7px;
}

.free-estimate__form-box {
   position: relative;
   display: block;
   max-width: 730px;
   width: 100%;
}

.free-estimate__form {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 14px;
}

.free-estimate__input-box {
   position: relative;
   display: block;
   width: 260px;
}

.free-estimate__input-box input[type="text"],
.free-estimate__input-box input[type="email"] {
   height: 60px;
   width: 100%;
   border: none;
   background-color: var(--glorify-white);
   padding-left: 20px;
   padding-right: 20px;
   outline: none;
   font-size: 15px;
   color: var(--glorify-gray);
   display: block;
   font-weight: 400;
   border-radius: 10px;
}

.free-estimate__btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

.free-estimate__btn-box .thm-btn {
   border: 0;
   border-radius: 10px;
}

/*==============================================
    Blog Two
===============================================*/
.blog-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.blog-two__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.blog-two__img-box {
   position: relative;
   display: block;
}

.blog-two__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}

.blog-two__img:before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: rgba(var(--glorify-black-rgb), 1);
   opacity: 0;
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
   z-index: 1;
}

.blog-two__single:hover .blog-two__img:before {
   opacity: .50;
}

.blog-two__img img {
   width: 100%;
   transform: scale3d(1, 1, 1);
   transition: transform 1s ease-in-out;
   border-radius: var(--glorify-bdr-radius);
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}

.blog-two__single:hover .blog-two__img img {
   transform: scale(1.05) rotate(0deg);
}

.blog-two__content {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.1);
   padding: 30px 30px 30px;
   border-bottom-left-radius: var(--glorify-bdr-radius);
   border-bottom-right-radius: var(--glorify-bdr-radius);
}

.blog-two__list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 25px;
}

.blog-two__list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.blog-two__list li .icon {
   position: relative;
   display: inline-block;
}

.blog-two__list li .icon span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--glorify-base);
}

.blog-two__title {
   font-size: 24px;
   font-weight: 700;
   line-height: 34px;
   text-transform: uppercase;
   border-bottom: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   padding-bottom: 20px;
   margin-bottom: 25px;
   margin-top: 10px;
}

.blog-two__title a {
   color: var(--glorify-black);
}

.blog-two__title a:hover {
   color: var(--glorify-base);
}

.blog-two__author-and-read-more {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.blog-two__author-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 15px;
}

.blog-two__author-img {
   position: relative;
   display: block;
   max-width: 60px;
   width: 100%;
}

.blog-two__author-img > img {
   width: 100%;
   border-radius: 50%;
}

.blog-two__author-content {
   position: relative;
   display: block;
   flex: 1;
}

.blog-two__author-name {
   font-size: 20px;
   font-weight: 600;
   line-height: 30px;
   margin-bottom: 2px;
   color: var(--glorify-black);
   text-transform: uppercase;
}

.blog-two__read-more {
   position: relative;
   display: block;
}

.blog-two__read-more a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 5px;
   text-transform: capitalize;
   font-weight: 500;
   color: var(--glorify-base);
}

.blog-two__read-more a:hover {
   color: var(--glorify-black);
}

.blog-two__read-more a span {
   font-size: 14px;
   font-weight: 700;
}

/*==============================================
    Site Footer Two
===============================================*/
.site-footer-two {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   z-index: 1;
}

.site-footer-two__map {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.01;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
}

.site-footer-two__middle {
   position: relative;
   display: block;
   padding: 120px 0 0;
}

.footer-widget-two__working-box {
   position: relative;
   display: block;
   background-color: rgba(var(--glorify-white-rgb), .05);
   margin-right: -70px;
   border-radius: var(--glorify-bdr-radius);
   padding: 30px 30px 30px;
   margin-top: 7px;
}

.footer-widget-two__working-title {
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   color: var(--glorify-white);
   margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 0.05em;
}

.footer-widget-two__working-hour {
   position: relative;
   display: block;
}

.footer-widget-two__working-hour li {
   position: relative;
   display: block;
}

.footer-widget-two__working-hour li span,
.footer-widget-two__working-hour li a:hover {
   color: var(--glorify-base);
}

.footer-widget-two__working-hour li + li {
   margin-top: 18px;
   border-top: 1px dashed rgba(var(--glorify-white-rgb), .20);
   padding-top: 18px;
}

.footer-widget-two__working-hour li p {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   color: var(--glorify-white);
   opacity: .70;
}

.footer-widget-two__title-box {
   position: relative;
   display: block;
   margin-bottom: 25px;
}

.footer-widget-two__title {
   font-size: 20px;
   font-weight: 500;
   line-height: 30px;
   color: var(--glorify-white);
   text-transform: uppercase;
}

.footer-widget-two__usefull-link {
   position: relative;
   display: block;
   margin-left: 123px;
}

.footer-widget-two__link-box {
   position: relative;
   display: block;
}

.footer-widget-two__link {
   position: relative;
   display: block;
}

.footer-widget-two__link li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.footer-widget-two__link li span {
   position: relative;
   color: var(--glorify-white);
   font-size: 16px;
   opacity: .80;
}

.footer-widget-two__link li + li {
   margin-top: 12px;
}

.footer-widget-two__link li a {
   color: rgba(var(--glorify-white-rgb), .80);
   text-transform: capitalize;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.footer-widget-two__link li a:hover {
   color: var(--glorify-white);
}

.footer-widget-two__link-2 {
   margin-left: 55px;
}

.footer-widget-two__products {
   position: relative;
   display: block;
   margin-left: 20px;
}

.footer-widget-two__instagram {
   position: relative;
   display: block;
   margin-left: -5px;
}

.footer-widget-two__instagram-list {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-right: -5px;
   margin-left: -5px;
   padding-top: 5px;
}

.footer-widget-two__instagram-list li {
   position: relative;
   flex: 0 0 33.333333%;
   max-width: 33.333333%;
   width: 100%;
   padding-left: 5px;
   padding-right: 5px;
   margin-bottom: 10px;
}

.footer-widget-two__instagram-img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
   z-index: 1;
}

.footer-widget-two__instagram-img:before {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   content: "";
   background-color: rgba(var(--glorify-base-rgb), .50);
   transition: all 700ms ease;
   transform: translateY(-100%);
   z-index: 1;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img:before {
   transform: translateY(0%);
}

.footer-widget-two__instagram-img img {
   width: 100%;
   border-radius: 4px;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img img {
   transform: scale(1.05) rotate(0deg);
}

.footer-widget-two__instagram-img a {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 17px;
   color: var(--glorify-white);
   transform: translateY(100px);
   opacity: 0;
   transition: all 700ms ease;
   z-index: 2;
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img a {
   transform: translateY(0px);
   opacity: 1;
   transition-delay: 0.3s;
}

.footer-widget-two__instagram-list li .footer-widget-two__instagram-img a:hover {
   color: var(--glorify-white);
}

.footer-widget-two__logo {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 30px;
}

.footer-widget-two__logo:before {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   height: 1px;
   border: 1px dashed rgba(var(--glorify-white-rgb), .20);
   transform: translateY(-50%);
}

.footer-widget-two__logo a {
   background-color: var(--glorify-black);
   padding: 5px 20px 5px;
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.site-footer-two__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
}

.site-footer-two__social a {
   position: relative;
   height: 35px;
   width: 35px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--glorify-white);
   background-color: rgba(var(--glorify-white-rgb), .20);
   font-size: 14px;
   border-radius: 50%;
   overflow: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: 1;
}

.site-footer-two__social a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-black);
}

.site-footer-two__social a:after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background-color: var(--glorify-base);
   -webkit-transition-delay: .1s;
   transition-delay: .1s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transition-duration: .4s;
   transition-duration: .4s;
   -webkit-transition-property: all;
   transition-property: all;
   opacity: 1;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   z-index: -1;
}

.site-footer-two__social a:hover:after {
   opacity: 1;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
}

.site-footer-two__social a + a {
   margin-left: 10px;
}

.site-footer-two__bottom {
   position: relative;
   display: block;
}

.site-footer-two__bottom-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   padding: 40px 0 20px;
}

.site-footer-two__bottom-text {
   color: rgba(var(--glorify-white-rgb), .80);
}

.site-footer-two__bottom-text a {
   color: var(--glorify-white);
}

.site-footer-two__bottom-text a:hover {
   color: var(--glorify-white);
}

.site-footer-two__bottom-menu {
   position: relative;
   display: flex;
   align-items: center;
}

.site-footer-two__bottom-menu li {
   position: relative;
   display: block;
}

.site-footer-two__bottom-menu li + li {
   margin-left: 30px;
}

.site-footer-two__bottom-menu li a {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 16px;
   color: rgba(var(--glorify-white-rgb), .80);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
   color: var(--glorify-white);
}


/*==============================================
    About Three  
===============================================*/
.about-three {
   position: relative;
   display: block;
   padding: 120px 0 0px;
   z-index: 1;
}

.about-three__left {
   position: relative;
   display: block;
   margin-right: -20px;
}

.about-three__left .section-title {
   margin-bottom: 24px;
}

.about-three__points {
   position: relative;
   display: block;
   margin: 22px 0 30px;
}

.about-three__points li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
}

.about-three__points li + li {
   margin-top: 30px;
}

.about-three__points li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   background-color: rgba(var(--glorify-base-rgb), .60);
   border-radius: 50%;
   z-index: 1;
}

.about-three__points li .icon:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   z-index: -1;
}

.about-three__points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 40px;
   color: var(--glorify-white);
   transition: all 500ms linear;
   transition-delay: 0.1s;
}

.about-three__points li:hover .icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.about-three__points li .content {
   position: relative;
   display: block;
   flex: 1;
}

.about-three__points li .content h4 {
   font-size: 20px;
   font-weight: 600;
   line-height: 30px;
   text-transform: uppercase;
   margin-bottom: 8px;
}

.about-three__btn-and-client-info {
   position: relative;
   display: flex;
   align-items: center;
   gap: 30px;
}

.about-three__btn-box {
   position: relative;
   display: block;
}

.about-three__client-info-inner {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
   max-width: 400px;
   width: 100%;
}

.about-three__client-info {
   position: relative;
   display: flex;
   align-items: center;
   gap: 25px;
   max-width: 230px;
   width: 100%;
}

.about-three__client-info::before {
   content: "";
   position: absolute;
   top: 50%;
   right: 0;
   width: 2px;
   height: 40px;
   background-color: rgba(var(--glorify-black-rgb), .30);
   transform: translateY(-50%);
}

.about-three__client-img-inner {
   position: relative;
   display: flex;
   max-width: 80px;
   height: 80px;
   width: 100%;
   border-radius: 50%;
   border: 3px solid var(--glorify-base);
   align-items: center;
   justify-content: center;
}

.about-three__client-img {
   position: relative;
   display: block;
   max-width: 60px;
   width: 100%;
   border-radius: 50%;
   margin: 0 auto;
}

.about-three__client-img img {
   width: 100%;
   border-radius: 50%;
   border: 1px solid var(--glorify-base);
}

.about-three__client-details {
   position: relative;
   display: block;
   flex: 1;
}

.about-three__client-details h5 {
   font-size: 18px;
   font-weight: 500;
   line-height: 18px;
   text-transform: uppercase;
   margin-bottom: 5px;
}

.about-three__client-sign {
   position: relative;
   display: block;
   flex: 1;
}

.about-three__client-sign img {
   width: auto;
}

@keyframes wobble-horizontal-hover {
   16.65% {
      transform: translateX(5px);
   }

   33.3% {
      transform: translateX(-3px);
   }

   49.95% {
      transform: translateX(4px);
   }

   66.6% {
      transform: translateX(-2px);
   }

   83.25% {
      transform: translateX(1px);
   }

   100% {
      transform: translateX(0);
   }
}


.about-three__right {
   position: relative;
   display: block;
   margin-right: 203px;
   margin-left: 47px;
}

.about-three__img-box {
   position: relative;
   display: block;
}

.about-three__img {
   position: relative;
   display: block;
   -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='425' viewBox='0 0 380 425'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='380' height='425'/%3E%3C/svg%3E");
   mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='380' height='425' viewBox='0 0 380 425'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='380' height='425'/%3E%3C/svg%3E");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;
}

.about-three__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.about-three__img-2 {
   position: absolute;
   top: 189px;
   right: -204px;
}

.about-three__img-2 img {
   width: auto;
   border-radius: var(--glorify-bdr-radius);
}

.about-three__video-link {
   position: absolute;
   top: 30%;
   left: 60%;
   transform: translateX(-60%) translateY(-30%);
   z-index: 2;
}

.about-three__video-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 90px;
   height: 90px;
   line-height: 90px;
   text-align: center;
   font-size: 20px;
   color: var(--glorify-white);
   background-color: var(--glorify-base);
   border-radius: 50%;
   margin: 0 auto;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.about-three__video-icon:hover {
   background-color: var(--glorify-white);
   color: var(--glorify-black);
}

.about-three__video-link .ripple,
.about-three__video-icon .ripple:before,
.about-three__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 90px;
   height: 90px;
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   border-radius: 50%;
}

.about-three__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.about-three__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

.about-three__client-box {
   position: relative;
   display: block;
   max-width: 219px;
   width: 100%;
   text-align: center;
   padding: 20px 10px 20px;
   margin-top: 16px;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-base);
   z-index: 1;
}

.about-three__client-box-img-list {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.about-three__client-box-img-list li {
   position: relative;
   display: block;
}

.about-three__client-box-img-list li + li {
   margin-left: -18px;
}

.about-three__client-box-img {
   position: relative;
   display: block;
   max-width: 40px;
   width: 100%;
}

.about-three__client-box-img img {
   width: 100%;
   border: 2px solid var(--glorify-white);
   border-radius: 50%;
}

.about-three__client-box-img-list li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border: 2px solid var(--glorify-white);
   font-size: 16px;
   color: var(--glorify-white);
   background-color: var(--glorify-base);
   border-radius: 50%;
}

.about-three__client-text {
   color: var(--glorify-white);
   margin-top: 12px;
}

.about-three__client-text span {
   color: var(--glorify-white);
   font-family: var(--glorify-font) !important;
}

.about-three__client-text .about-three__client-text-letter {
   color: var(--glorify-white);
   font-family: var(--glorify-font) !important;
   top: 1px;
   position: relative;
}

.about-three__experience-box {
   position: absolute;
   top: 44px;
   right: -200px;
   display: flex;
   align-items: center;
   background-color: var(--glorify-black);
   flex-direction: column;
   text-align: center;
   border: 5px solid var(--glorify-base);
   border-radius: 10px;
   padding: 20px 20px 20px;
}

.about-three__experience-count-box {
   position: relative;
   display: flex;
   align-items: center;
}

.about-three__experience-count-box > h3 {
   font-size: 48px;
   font-weight: 700;
   line-height: 48px !important;
   font-family: var(--glorify-font-two) !important;
   color: var(--glorify-white);
}

.about-three__experience-count-box > span {
   font-size: 48px;
   font-weight: 700;
   line-height: 48px !important;
   font-family: var(--glorify-font-two) !important;
   color: var(--glorify-white);
}

.about-three__experience-text {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-white);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.about-three__shape-1 {
   position: absolute;
   top: 15px;
   right: -150px;
   opacity: .20;
}

.about-three__shape-1 img {
   width: auto;
}



/*--------------------------------------------------------------
# Sliding Text Two
--------------------------------------------------------------*/
.sliding-text-two {
   padding: 110px 0 0px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
   position: relative;
   display: block;
   padding: 110px 0 90px;
   z-index: 1;
}

.services-three__single {
   position: relative;
   display: flex;
   background-color: var(--glorify-primary);
   padding: 36px 25px 15px;
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   z-index: 1;
   height:100%;
}

.services-three__single-hover-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center bottom;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   transform-origin: top;
   transform-style: preserve-3d;
   transform: scaleY(0);
   z-index: -1;
}

.services-three__single:hover .services-three__single-hover-bg {
   transform: scaleY(1.0);
}

.services-three__single-hover-bg::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: var(--glorify-bdr-radius);
   background-color: rgba(var(--glorify-black-rgb), .90);
   z-index: -1;
}

.services-three__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 65px;
   width: 65px;
   z-index: 1;
}

.services-three__icon:before {
   content: "";
   position: absolute;
   top: -45px;
   left: -55px;
   right: 0;
   bottom: 0;
   background-color: rgba(var(--glorify-gray-rgb), .10);
   border-bottom-right-radius: var(--glorify-bdr-radius);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   z-index: -1;
}

.services-three__single:hover .services-three__icon:before {
   background-color: rgba(var(--glorify-white-rgb), .10);
}

.services-three__icon span {
   position: relative;
   display: inline-block;
   font-size: 50px;
   color: var(--glorify-black);
   top: -18px;
   left: -12px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.services-three__single:hover .services-three__icon span {
   color: var(--glorify-white);
}

.services-three__content {
   position: relative;
   display: block;
   flex: 1;
   margin-left: 20px;
}

.services-three__title {
   font-size: 22px;
   font-weight: 700;
   text-transform: capitalize;
}

.services-three__title a {
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
   color: var(--glorify-white);
}

.services-three__text {
   font-size: 16px;
   line-height: 28px;
   margin-top: 10px;
   margin-bottom: 9px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.services-three__single:hover .services-three__text {
   color: var(--glorify-white);
}

.services-three__read-more {
   position: relative;
   display: inline-block;
}

.services-three__read-more a {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-black);
   text-transform: uppercase;
   position: relative;
   display: flex;
   align-items: center;
   font-family: var(--glorify-font-two);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.services-three__single:hover .services-three__read-more a {
   color: var(--glorify-white);
}

.services-three__read-more a span {
   position: relative;
   margin-left: 5px;
}

/*--------------------------------------------------------------
#  Portfolio Three
--------------------------------------------------------------*/
.portfolio-three {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.project-filter.style1 {
   position: relative;
   display: flex;
   text-align: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 10px;
   margin-bottom: 35px;
}

.project-filter.style1 li {
   position: relative;
   display: block;
}

.project-filter.style1 li .filter-text {
   position: relative;
   color: var(--glorify-white);
   font-size: 16px;
   font-weight: 400;
   line-height: 1em;
   display: block;
   cursor: pointer;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   background-color: var(--glorify-base);
   padding: 6px 15px 3px;
   border-radius: var(--glorify-bdr-radius);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   z-index: 1;
}

.project-filter.style1 li .filter-text::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-black);
   transform: scaleX(0.7) rotateX(20deg);
   opacity: 0;
   transition: all 0.4s linear;
   z-index: -1;
}

.project-filter.style1 li:hover .filter-text::before,
.project-filter.style1 li.active .filter-text::before {
   transform: scaleX(1.0) rotateX(0deg);
   transition: all 0.4s linear;
   opacity: 1;
}

.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
   color: var(--glorify-white);
}

.project-filter.style1 li .count {
   color: var(--glorify-white);
   font-size: 12px;
   line-height: 26px;
   font-weight: 600;
   display: inline-block;
   padding: 0 0;
   opacity: 0;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   position: relative;
   top: -8px;
}

.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
   opacity: 1;
}

.portfolio-three__single {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.portfolio-three__img-box {
   position: relative;
   display: block;
   overflow: hidden;
}

.portfolio-three__img {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
   -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='300' viewBox='0 0 300 300'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAAAXNSR0IArs4c6QAAC7tJREFUeF7t3b2KXXUYxeE3aGNhY2dnqZWFnZ1gLZaW3oCdIHbaqCh23oDegCBEWyuDhQhCEFQCWokETCF+oEZzJIUWwsxe56z/2eEZCDbznrXznOTHOA54ZWb+Gh8ECOxZ4NbMfDkzH8/M1Zn55F79e33lXv2N7flPn2cnEAp8NTOvz8x7M3M7fK2zOhess3o7PAyBowpcm5nnZua7o77qwhcTrIX4pgkUBL6fmadn5nph6+QTgnVyYgMElgscvsJ6YmZuLn+S8AEEKwR0TmAnAu/OzPM7edb/fUzB2vs76PkJXEzg8M33R2fm64t9+nl+lmCd5/viqQicQuDVOy/6yileuPWagtWStkNgvcDh57SeWv8Y259AsLbbuSSwN4HDfzF8eG8P/e/nFaw9v3uencDlBA7fx7rvcifn9dmCdV7vh6chcGqBw9/53X4I1m7fOg9OYJOAYG1ic0SAwAoBwVqhbpMAgU0CgrWJzREBAisEBGuFuk0CBDYJCNYmNkcECKwQEKwV6jYJENgkIFib2BwRILBCQLBWqNskQGCTgGBtYnNEgMAKAcFaoW6TAIFNAoK1ic0RAQIrBARrhbpNAgQ2CQjWJjZHBAisEBCsFeo2CRDYJCBYm9gcESCwQkCwVqjbJEBgk4BgbWJzRIDACgHBWqFukwCBTQKCtYnNEQECKwQEa4W6TQIENgkI1iY2RwQIrBAQrBXqNgkQ2CQgWJvYHBEgsEJAsFao2yRA4NICP83Mg5e+OqMD/yPVM3ozPAqBEwv8ODMPnXjjpC8vWCfl9eIEzkrgj5l5YGYO/9zlh2Dt8m3z0AQ2Czw+M19svl58KFiL3wDzBMoCL975Ptbb5c2jzQnW0Si9EIFdCHwzM4/t9V8LBWsXf8Y8JIGjCrw0M28e9RVLLyZYJWgzBM5I4PeZeXZmPjyjZ7rQowjWhZh8EoF7TuAQrcP3s96Zmdt7+d0J1l7eKc9J4DQCn87MazNzdWb+PM3E8V5VsI5n6ZUI7Fngh7vROgTs+sx8e+crsMNPxh9+2PSUH/fPzOHXrxcZEayLKPkcAgROLfDbzNyYmc9m5qOZ+eBuMP+zK1infhu8PgECWwRuzcxbd38dvt/2z4dgbaF0Q4BAS+DazDwzMzcFq0VuhwCBRODzmXny8H0uX2EljG4JEGgJvDEzLwtWi9sOAQKJwC8z84hgJYRuCRBoCrwgWE1uWwQIJALvC1bC55YAgabADcFqctsiQCAR+FmwEj63BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQF/gbUs2pLPjm0yQAAAABJRU5ErkJggg==' x='0' y='0' width='300' height='300'/%3E%3C/svg%3E");
   mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='300' viewBox='0 0 300 300'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsCAYAAAB5fY51AAAAAXNSR0IArs4c6QAAC7tJREFUeF7t3b2KXXUYxeE3aGNhY2dnqZWFnZ1gLZaW3oCdIHbaqCh23oDegCBEWyuDhQhCEFQCWokETCF+oEZzJIUWwsxe56z/2eEZCDbznrXznOTHOA54ZWb+Gh8ECOxZ4NbMfDkzH8/M1Zn55F79e33lXv2N7flPn2cnEAp8NTOvz8x7M3M7fK2zOhess3o7PAyBowpcm5nnZua7o77qwhcTrIX4pgkUBL6fmadn5nph6+QTgnVyYgMElgscvsJ6YmZuLn+S8AEEKwR0TmAnAu/OzPM7edb/fUzB2vs76PkJXEzg8M33R2fm64t9+nl+lmCd5/viqQicQuDVOy/6yileuPWagtWStkNgvcDh57SeWv8Y259AsLbbuSSwN4HDfzF8eG8P/e/nFaw9v3uencDlBA7fx7rvcifn9dmCdV7vh6chcGqBw9/53X4I1m7fOg9OYJOAYG1ic0SAwAoBwVqhbpMAgU0CgrWJzREBAisEBGuFuk0CBDYJCNYmNkcECKwQEKwV6jYJENgkIFib2BwRILBCQLBWqNskQGCTgGBtYnNEgMAKAcFaoW6TAIFNAoK1ic0RAQIrBARrhbpNAgQ2CQjWJjZHBAisEBCsFeo2CRDYJCBYm9gcESCwQkCwVqjbJEBgk4BgbWJzRIDACgHBWqFukwCBTQKCtYnNEQECKwQEa4W6TQIENgkI1iY2RwQIrBAQrBXqNgkQ2CQgWJvYHBEgsEJAsFao2yRA4NICP83Mg5e+OqMD/yPVM3ozPAqBEwv8ODMPnXjjpC8vWCfl9eIEzkrgj5l5YGYO/9zlh2Dt8m3z0AQ2Czw+M19svl58KFiL3wDzBMoCL975Ptbb5c2jzQnW0Si9EIFdCHwzM4/t9V8LBWsXf8Y8JIGjCrw0M28e9RVLLyZYJWgzBM5I4PeZeXZmPjyjZ7rQowjWhZh8EoF7TuAQrcP3s96Zmdt7+d0J1l7eKc9J4DQCn87MazNzdWb+PM3E8V5VsI5n6ZUI7Fngh7vROgTs+sx8e+crsMNPxh9+2PSUH/fPzOHXrxcZEayLKPkcAgROLfDbzNyYmc9m5qOZ+eBuMP+zK1infhu8PgECWwRuzcxbd38dvt/2z4dgbaF0Q4BAS+DazDwzMzcFq0VuhwCBRODzmXny8H0uX2EljG4JEGgJvDEzLwtWi9sOAQKJwC8z84hgJYRuCRBoCrwgWE1uWwQIJALvC1bC55YAgabADcFqctsiQCAR+FmwEj63BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQFBKvKbYwAgURAsBI9twQIVAUEq8ptjACBRECwEj23BAhUBQSrym2MAIFEQLASPbcECFQF/gbUs2pLPjm0yQAAAABJRU5ErkJggg==' x='0' y='0' width='300' height='300'/%3E%3C/svg%3E");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;
}

.portfolio-three__img:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(var(--glorify-black-rgb), .85);
   border-radius: var(--glorify-bdr-radius);
   opacity: 0;
   transform: translatex(50px);
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
   z-index: 1;
}

.portfolio-three__single:hover .portfolio-three__img:before {
   opacity: 1;
   transform: translatex(0px);
}

.portfolio-three__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   transition: .5s ease;
   transform: scale(1.05);
}

.portfolio-three__single:hover .portfolio-three__img img {
   transform: scale(1);
}

.portfolio-three__icon {
   position: absolute;
   top: 0px;
   right: 0px;
}

.portfolio-three__icon a {
   position: relative;
   height: 40px;
   width: 40px;
   color: var(--glorify-white);
   font-size: 18px;
   font-weight: 700;
   background: var(--glorify-base);
   border-radius: var(--glorify-bdr-radius);
   display: flex;
   align-items: center;
   justify-content: center;
}

.portfolio-three__icon:hover a {
   color: var(--glorify-white);
   background: var(--glorify-black);
}

.portfolio-three__content-inner {
   position: absolute;
   bottom: 10px;
   left: 10px;
   right: 10px;
   opacity: 0;
   transform: translateY(50px);
   transition: background-color 0.9s ease;
   transition: all 0.9s ease;
   z-index: 1;
}

.portfolio-three__single:hover .portfolio-three__content-inner {
   opacity: 1;
   transform: translateY(0px);
}

.portfolio-three__content {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   border-radius: var(--glorify-bdr-radius);
   padding: 20px 20px 20px;
   -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='280' height='96' viewBox='0 0 280 96'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAABgCAYAAADGiG2UAAAAAXNSR0IArs4c6QAABEdJREFUeF7t3bGKX0UYxuE3IChpvA1txMo7sPMubANiaWsl2NjYWtiY3t4L0EKxUMRCsLBQQQhKVJSYFW2ibE6W883O8j5bhrPfzHlm8mPzDyS3kjyILwIEdhX4Ncn3ST5P8mGSu0nu7brZR/d1S2BuylHZJ4G/BX5I8lqSD26Ch8DchFOyRwL/FXg9yTu7wwjM7idkfwT+X+CPJC8k+XJnIIHZ+XTsjcDlAu8mubMzksDsfDr2RuByga8efuj73M5IArPz6dgbgcsF7ie5vTOSwOx8OvZG4PECF7+Ht/0SmG2PxsYIHBIQmENMHiJA4CoCAnMVNd9DgMAhAYE5xOQhAgSuIiAwV1HzPQQIHBJ4Ksmfh568hod8yHsN6JYkcKLAM0l+O3HeqaME5lROwwgsF/BHpOXkFiTQIyAwPWftTQksFxCY5eQWJNAjIDA9Z+1NCSwXEJjl5BYk0CMgMD1n7U0JLBcQmOXkFiTQIyAwPWftTQksFxCY5eQWJNAjIDA9Z+1NCSwXEJjl5BYk0CMgMD1n7U0JLBcQmOXkFiTQIyAwPWftTQksFxCY5eQWJNAjIDA9Z+1NCSwXEJjl5BYk0CMgMD1n7U0JLBd4Nsm95aseXNA/mXkQymMENhV4Kcknm+4tArPrydgXgWMCbyR569ij658SmPXmViRwpsDXSZ7f9b8uEZgzj9osAtcj8GqS965n6ctXFZgdT8WeCDyZwMWHvC8n+fjJvm3+aYGZN7YCgRUCPye5k+T9JA9WLHhkDYE5ouQZAjdH4It/IvNRkm+S/PSYz2eeTnL7kdf7JcnvZ7yywJyhaAYBAhcC3ya5m+Tthz9N/XjxCwLjYhAgcLbAd0leSfKpwJxNax4BAv/+NPOiwLgMBAhMCbwpMFO05hIg8JnAuAQECEwJ3BeYKVpzCRDwt0juAAECcwJ+gpmzNZlAvYDA1F8BAATmBARmztZkAvUCAlN/BQAQmBMQmDlbkwnUCwhM/RUAQGBOQGDmbE0mUC8gMPVXAACBOQGBmbM1mUC9gMDUXwEABOYEBGbO1mQC9QICU38FABCYExCYOVuTCdQLCEz9FQBAYE5AYOZsTSZQLyAw9VcAAIE5AYGZszWZQL2AwNRfAQAE5gQEZs7WZAL1AgJTfwUAEJgTEJg5W5MJ1AsITP0VAEBgTkBg5mxNJlAvIDD1VwAAgTkBgZmzNZlAvYDA1F8BAATmBARmztZkAvUCAlN/BQAQmBMQmDlbkwnUCwhM/RUAQGBOQGDmbE0mUC8gMPVXAACBOQGBmbM1mUC9gMDUXwEABOYEBGbO1mQC9QICU38FABCYExCYOVuTCdQLCEz9FQBAYE5AYOZsTSZQLyAw9VcAAIE5AYGZszWZQL2AwNRfAQAE5gQEZs7WZAL1AgJTfwUAEJgTEJg5W5MJ1AsITP0VAEBgTkBg5mxNJlAvIDD1VwAAgTmBvwDHIYmGmNszsAAAAABJRU5ErkJggg==' x='0' y='0' width='280' height='96'/%3E%3C/svg%3E");
   mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='280' height='96' viewBox='0 0 280 96'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAABgCAYAAADGiG2UAAAAAXNSR0IArs4c6QAABEdJREFUeF7t3bGKX0UYxuE3IChpvA1txMo7sPMubANiaWsl2NjYWtiY3t4L0EKxUMRCsLBQQQhKVJSYFW2ibE6W883O8j5bhrPfzHlm8mPzDyS3kjyILwIEdhX4Ncn3ST5P8mGSu0nu7brZR/d1S2BuylHZJ4G/BX5I8lqSD26Ch8DchFOyRwL/FXg9yTu7wwjM7idkfwT+X+CPJC8k+XJnIIHZ+XTsjcDlAu8mubMzksDsfDr2RuByga8efuj73M5IArPz6dgbgcsF7ie5vTOSwOx8OvZG4PECF7+Ht/0SmG2PxsYIHBIQmENMHiJA4CoCAnMVNd9DgMAhAYE5xOQhAgSuIiAwV1HzPQQIHBJ4Ksmfh568hod8yHsN6JYkcKLAM0l+O3HeqaME5lROwwgsF/BHpOXkFiTQIyAwPWftTQksFxCY5eQWJNAjIDA9Z+1NCSwXEJjl5BYk0CMgMD1n7U0JLBcQmOXkFiTQIyAwPWftTQksFxCY5eQWJNAjIDA9Z+1NCSwXEJjl5BYk0CMgMD1n7U0JLBcQmOXkFiTQIyAwPWftTQksFxCY5eQWJNAjIDA9Z+1NCSwXEJjl5BYk0CMgMD1n7U0JLBd4Nsm95aseXNA/mXkQymMENhV4Kcknm+4tArPrydgXgWMCbyR569ij658SmPXmViRwpsDXSZ7f9b8uEZgzj9osAtcj8GqS965n6ctXFZgdT8WeCDyZwMWHvC8n+fjJvm3+aYGZN7YCgRUCPye5k+T9JA9WLHhkDYE5ouQZAjdH4It/IvNRkm+S/PSYz2eeTnL7kdf7JcnvZ7yywJyhaAYBAhcC3ya5m+Tthz9N/XjxCwLjYhAgcLbAd0leSfKpwJxNax4BAv/+NPOiwLgMBAhMCbwpMFO05hIg8JnAuAQECEwJ3BeYKVpzCRDwt0juAAECcwJ+gpmzNZlAvYDA1F8BAATmBARmztZkAvUCAlN/BQAQmBMQmDlbkwnUCwhM/RUAQGBOQGDmbE0mUC8gMPVXAACBOQGBmbM1mUC9gMDUXwEABOYEBGbO1mQC9QICU38FABCYExCYOVuTCdQLCEz9FQBAYE5AYOZsTSZQLyAw9VcAAIE5AYGZszWZQL2AwNRfAQAE5gQEZs7WZAL1AgJTfwUAEJgTEJg5W5MJ1AsITP0VAEBgTkBg5mxNJlAvIDD1VwAAgTkBgZmzNZlAvYDA1F8BAATmBARmztZkAvUCAlN/BQAQmBMQmDlbkwnUCwhM/RUAQGBOQGDmbE0mUC8gMPVXAACBOQGBmbM1mUC9gMDUXwEABOYEBGbO1mQC9QICU38FABCYExCYOVuTCdQLCEz9FQBAYE5AYOZsTSZQLyAw9VcAAIE5AYGZszWZQL2AwNRfAQAE5gQEZs7WZAL1AgJTfwUAEJgTEJg5W5MJ1AsITP0VAEBgTkBg5mxNJlAvIDD1VwAAgTmBvwDHIYmGmNszsAAAAABJRU5ErkJggg==' x='0' y='0' width='280' height='96'/%3E%3C/svg%3E");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;
}

.portfolio-three__title {
   font-size: 20px;
   font-weight: 500;
   line-height: 30px;
   text-transform: uppercase;
}

.portfolio-three__title a {
   color: var(--glorify-black);
}

.portfolio-three__title a:hover {
   color: var(--glorify-base);
}

.portfolio-three__video-link {
   position: absolute;
   top: 8px;
   right: 8px;
}

.portfolio-three__video-icon {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 25px;
   height: 25px;
   line-height: 30px;
   text-align: center;
   font-size: 10px;
   color: var(--glorify-base);
   background-color: var(--glorify-white);
   border-radius: 8px;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   margin: 0 auto;
   z-index: 1;
}

.portfolio-three__video-icon:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.portfolio-three__video-icon:before {
   content: "";
   position: absolute;
   top: -3px;
   left: -3px;
   right: -3px;
   bottom: -3px;
   border: 3px solid rgba(var(--glorify-white-rgb), .50);
   border-radius: 10px;
   z-index: -1;
}

.portfolio-three__video-link .ripple,
.portfolio-three__video-icon .ripple:before,
.portfolio-three__video-icon .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 30px;
   height: 30px;
   border-radius: 10px;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -ms-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -o-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   box-shadow: 0 0 0 0 rgba(var(--glorify-white-rgb), 0.6);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}

.portfolio-three__video-icon .ripple:before {
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}

.portfolio-three__video-icon .ripple:after {
   -webkit-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
   position: relative;
   display: block;
   z-index: 1;
}

.why-choose-three__left {
   position: relative;
   display: block;
}

.why-choose-three__left .section-title {
   margin-bottom: 29px;
}

.why-choose-three__point-box {
   position: relative;
   display: block;
   margin-top: 38px;
   margin-bottom: 32px;
}

.why-choose-three__point {
   position: relative;
   display: flex;
   flex-wrap: wrap;
}

.why-choose-three__point li {
   position: relative;
   display: flex;
   max-width: 315px;
   width: 100%;
   gap: 15px;
}

.why-choose-three__point-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 65px;
   width: 65px;
   background-color: rgba(var(--glorify-base-rgb), .60);
   border-radius: 50%;
   transition: all 500ms ease;
   z-index: 1;
}

.why-choose-three__point-icon:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   z-index: -1;
}

.why-choose-three__point-icon span {
   position: relative;
   display: inline-block;
   font-size: 32px;
   color: var(--glorify-white);
   transition: all 500ms ease;
}

.why-choose-three__point li:hover .why-choose-three__point-icon span {
   -webkit-animation-name: wobble-horizontal-hover;
   animation-name: wobble-horizontal-hover;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.why-choose-three__point-content {
   position: relative;
   display: block;
   flex: 1;
}

.why-choose-three__point-content h4 {
   font-size: 18px;
   font-weight: 500;
   line-height: 1.2em;
   margin-bottom: 5px;
   text-transform: capitalize;
}

.why-choose-three__point-content p {
   font-size: 14px;
   line-height: 22px;
}

.why-choose-three__points-box-two {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
}

.why-choose-three__points-two {
   position: relative;
   display: block;
}

.why-choose-three__points-two li {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
}

.why-choose-three__points-two li + li {
   margin-top: 10px;
}

.why-choose-three__points-two li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 20px;
   width: 20px;
   background-color: var(--glorify-base);
   border-radius: 6px;
   color: var(--glorify-white);
   font-size: 16px;
}

.why-choose-three__points-two li .text {
   position: relative;
   display: block;
   flex: 1;
}

.why-choose-three__btn-box {
   position: relative;
   display: block;
   margin-top: 40px;
   line-height: 0;
}

.why-choose-three__right {
   position: relative;
   display: block;
   margin-left: 210px;
}

.why-choose-three__img-box {
   position: relative;
   display: block;
}

.why-choose-three__img {
   position: relative;
   display: block;
}

.why-choose-three__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.why-choose-three__img-2 {
   position: absolute;
   bottom: -123px;
   left: -160px;
}

.why-choose-three__img-2 img {
   width: auto;
   border-radius: 20px;
   border-top-right-radius: 250px;
   border-right: 10px solid var(--glorify-base);
   border-top: 10px solid var(--glorify-base);
}

.why-choose-three__shape-1 {
   position: absolute;
   bottom: -40px;
   left: -90px;
   width: 360px;
   height: 360px;
   border: 3px dashed var(--glorify-base);
   border-radius: 50%;
   z-index: -1;
}

.why-choose-three__cstomer-services {
   position: absolute;
   bottom: -60px;
   right: -50px;
   background-color: var(--glorify-base);
   padding: 20px 30px 20px;
   border-radius: 10px;
   border: 5px solid rgba(var(--glorify-white-rgb), .20);
   overflow: hidden;
   z-index: 1;
}

.why-choose-three__cstomer-services h4 {
   font-size: 20px;
   font-weight: 500;
   line-height: 30px;
   color: var(--glorify-white);
   text-transform: uppercase;
}

.why-choose-three__client-active {
   position: absolute;
   top: 20px;
   left: -150px;
   text-align: center;
   background-color: var(--glorify-base);
   z-index: 2;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   width: 130px;
   height: 130px;
   border-radius: 5px;
   clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 80% 85%, 0 85%, 0% 70%, 0% 35%, 0 0);
}

.why-choose-three__client-count-box {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 5px;
}

.why-choose-three__client-count-box h3 {
   font-size: 25px;
   font-weight: 700;
   line-height: 25px !important;
   font-family: var(--glorify-font-two) !important;
   color: var(--glorify-white);
   top: 1px;
}

.why-choose-three__client-count-box span {
   font-size: 25px;
   font-weight: 700;
   line-height: 25px !important;
   font-family: var(--glorify-font-two) !important;
   color: var(--glorify-white);
}

.why-choose-three__client-text {
   color: var(--glorify-white);
   padding-bottom: 18px;
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.pricing-two__single {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
   border-radius: var(--glorify-bdr-radius);
   margin-bottom: 30px;
   z-index: 1;
}

.pricing-two__single:before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   border: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.pricing-two__top-inner {
   position: relative;
   display: flex;
   background-color: var(--glorify-primary);
   border-top-right-radius: var(--glorify-bdr-radius);
   border-top-left-radius: var(--glorify-bdr-radius);
   padding: 23px 30px 19px;
   align-items: center;
   justify-content: space-between;
   z-index: 1;
}

.pricing-two__top-inner:before {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 0;
   border: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   border-radius: var(--glorify-bdr-radius);
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   z-index: -1;
   border-bottom: 0;
}

.pricing-two__sub-title-and-price {
   position: relative;
   display: block;
}

.pricing-two__sub-title {
   font-size: 20px;
   font-weight: 600;
   line-height: 30px;
   color: var(--glorify-black);
   text-transform: capitalize;
}

.pricing-two__price {
   font-size: 45px;
   font-weight: 700;
   line-height: 45px;
   color: var(--glorify-black);
   text-transform: uppercase;
   margin-top: 8px;
}

.pricing-two__price span {
   font-size: 20px;
   font-weight: 500;
   color: var(--glorify-black);
}

.pricing-two__top-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   max-width: 60px;
   width: 100%;
   height: 60px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   z-index: 1;
}

.pricing-two__top-icon:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border: 1px dashed rgba(var(--glorify-white-rgb), .50);
   border-radius: 50%;
   z-index: -1;
}

.pricing-two__top-icon span {
   position: relative;
   display: inline-block;
   font-size: 28px;
   color: var(--glorify-white);
}

.pricing-two__point-and-btn {
   position: relative;
   display: block;
   padding: 30px 30px 30px;
   z-index: 1;
}

.pricing-two__points {
   position: relative;
   display: block;
}

.pricing-two__points li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px dashed rgba(var(--glorify-gray-rgb), .30);
   padding-bottom: 7px;
}

.pricing-two__points li + li {
   margin-top: 12px;
}

.pricing-two__points li:last-child {
   border-bottom: none;
}

.pricing-two__points-text-box {
   position: relative;
   display: block;
}

.pricing-two__points-text-box h5 {
   font-size: 20px;
   font-weight: 600;
   line-height: 20px;
   color: var(--glorify-black);
   margin-bottom: 5px;
   text-transform: uppercase;
}

.pricing-two__points li .icon {
   position: relative;
   display: inline-block;
}

.pricing-two__points li .icon-two {
   position: relative;
   display: inline-block;
}

.pricing-two__points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--glorify-black);
}

.pricing-two__points li .icon-two span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: #c31324
}

.pricing-two__btn-box {
   position: relative;
   display: block;
   text-align: center;
   margin-top: 11px;
}

.pricing-two__btn-box .thm-btn {
   width: 100%;
}

/*==============================================
  Download App One
===============================================*/
.download-app-one {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   padding: 120px 0 60px;
   overflow: hidden;
   z-index: 1;
}

.download-app-one__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.05;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: -1;
}

.download-app-one__inner {
   position: relative;
   display: block;
}

.download-app-one__left {
   position: relative;
   display: block;
}

.download-app-one__inner .section-title {
   margin-bottom: 22px;
}

.download-app-one__inner .section-title__tagline {
   color: var(--glorify-white);
}

.download-app-one__inner .section-title__tagline-shape {
   background-color: var(--glorify-white);
}

.download-app-one__inner .section-title__title {
   color: var(--glorify-white);
}

.download-app-one__text {
   color: rgba(var(--glorify-white-rgb), .90);
}

.download-app-one__feature-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 50px;
   margin-top: 24px;
}

.download-app-one__feature-list {
   position: relative;
   display: block;
}

.download-app-one__feature-list li {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
}

.download-app-one__feature-list li + li {
   margin-top: 10px;
}

.download-app-one__feature-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 20px;
   width: 20px;
   background-color: rgba(var(--glorify-white-rgb), .15);
   color: rgba(var(--glorify-white-rgb), .90);
   font-size: 12px;
   border-radius: 3px;
}

.download-app-one__feature-list li .text {
   position: relative;
   display: block;
   flex: 1;
}

.download-app-one__feature-list li .text p {
   color: rgba(var(--glorify-white-rgb), .90);
}

.download-app-one__google-and-app-store {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 37px;
}

.download-app-one__google-and-app-store a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-base);
   padding: 15px 30px 15px;
   border-radius: var(--glorify-bdr-radius);
}

.download-app-one__right {
   position: relative;
   display: block;
   margin-top: 60px;
   margin-left: 30px;
}

.download-app-one__img-1 {
   position: relative;
   display: block;
   transition: transform 0.4s ease;
   z-index: 1;
}

.download-app-one__img-1 img {
   width: 100%;
}

.download-app-one__shape-1 {
   position: absolute;
   bottom: -8px;
   right: -320px;
   opacity: .10;
   z-index: -1;
}

.download-app-one__shape-1 img {
   width: auto;
   filter: grayscale(1);
}

/*--------------------------------------------------------------
# Process Three
--------------------------------------------------------------*/
.process-three {
   padding: 120px 0px 120px;
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   padding: 120px 0 90px;
   z-index: 1;
}

.blog-three__shape-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   z-index: -1;
   opacity: .02;
}

.blog-three .section-title__tagline {
   color: var(--glorify-white);
}

.blog-three .section-title__tagline-shape {
   background-color: var(--glorify-white);
}

.blog-three .section-title__title {
   color: var(--glorify-white);
}

.blog-three__single {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   padding: 30px 30px 42px;
   margin-bottom: 30px;
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   z-index: 1;
}

.blog-three__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   mix-blend-mode: luminosity;
   transform: scale(1.01);
   transition: transform .5s cubic-bezier(.27, .48, .45, .94);
   transform-origin: 70% 80%;
   z-index: -1;
}

.blog-three__bg:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(var(--glorify-black-rgb), .70);
   transition: all 0.5s linear;
   z-index: -1;
}

.blog-three__bg:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--glorify-black);
   opacity: 0;
   transition: all 0.5s linear;
   z-index: 1;
}

.blog-three__single:hover .blog-three__bg:after {
   background-color: rgba(var(--glorify-black-rgb), .80);
}

.blog-three__single:hover .blog-three__bg {
   transform: scale(1.036);
   transition-duration: .9s;
}

.blog-three__tag {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background-color: var(--glorify-base);
   padding: 8px 17px 6px;
   border-radius: 5px;
}

.blog-three__tag p {
   font-size: 15px;
   text-transform: uppercase;
   font-weight: 500;
   color: var(--glorify-white);
   line-height: 15px;
}

.blog-three__content-box {
   position: relative;
   display: block;
   margin-top: 239px;
}

.blog-three__tttle {
   font-size: 24px;
   line-height: 34px;
   font-weight: 700;
   text-transform: uppercase;
}

.blog-three__tttle a {
   color: var(--glorify-white);
}

.blog-three__tttle a:hover {
   color: var(--glorify-base);
}

.blog-three__meta {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 16px;
}

.blog-three__meta li {
   position: relative;
   display: flex;
   align-items: center;
   font-size: 16px;
   color: var(--glorify-white);
}

.blog-three__meta li + li {
   margin-left: 10px;
}

.blog-three__meta li span {
   position: relative;
   display: inline-block;
   top: -4px;
}

/*--------------------------------------------------------------
# Newsletter One
--------------------------------------------------------------*/
.newsletter-one {
   position: relative;
   display: block;
   padding: 120px 0px 0;
   z-index: 2;
   margin-bottom: -128px;
}

.newsletter-one__inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 80px 75px 80px;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   z-index: 1;
}

.newsletter-one__bg-shape {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: .06;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.newsletter-one__title {
   font-size: 35px;
   font-weight: 700;
   line-height: 1.4em;
   text-transform: uppercase;
}

.newsletter-one__form {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   max-width: 480px;
   width: 100%;
}

.newsletter-one__input-box {
   position: relative;
   display: block;
   max-width: 296px;
   width: 100%;
}

.newsletter-one__input-box input[type="email"] {
   font-size: 16px;
   height: 60px;
   width: 100%;
   background-color: var(--glorify-white);
   outline: none;
   border: none;
   color: rgba(var(--glorify-black-rgb), .80);
   font-weight: 400;
   padding-right: 25px;
   padding-left: 25px;
   border-radius: 10px;
}

.newsletter-one__btn.thm-btn {
   border: none;
   border-radius: 10px;
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three .site-footer-two__middle {
   padding: 100px 0 0;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
   position: relative;
   display: block;
   overflow: hidden;
   /*   background-color: var(--glorify-black);*/
   border-bottom-left-radius: 50px;
   border-bottom-right-radius: 50px;
   z-index: 1;
}

.page-header__bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 1;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   mix-blend-mode: normal;
   z-index: -1;
}

.page-header__shape-1 {
   position: absolute;
   top: 35px;
   left: 0;
   opacity: .50;
   z-index: -1;
}

.page-header__shape-1 img {
   width: auto;
   filter: grayscale(1);
   opacity: .50;
   animation: topBottom 3s ease-in-out infinite;
}

.page-header__inner {
   position: relative;
   display: block;
   padding: 230px 0 100px;
   text-align: center;
   z-index: 1;
}

.page-header__inner h3 {
   font-size: 55px;
   color: var(--glorify-white);
   line-height: 1em;
   font-weight: 700;
   margin-bottom: 14px;
   text-transform: capitalize;
   margin: 0;
}

.thm-breadcrumb__inner {
   position: relative;
   display: block;
}

.thm-breadcrumb {
   position: relative;
   display: block;
}

.thm-breadcrumb li {
   position: relative;
   display: inline-block;
   font-size: 16px;
   font-weight: 500;
   line-height: 18px;
   color: var(--glorify-white);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.thm-breadcrumb li + li {
   margin-left: 5px;
}

.thm-breadcrumb li a {
   position: relative;
   display: inline-block;
   font-size: 16px;
   font-weight: 500;
   line-height: 18px;
   color: var(--glorify-white);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
   color: var(--glorify-white);
   opacity: 1;
}

.thm-breadcrumb li span {
   font-size: 16px;
   color: var(--glorify-white);
   font-weight: 700;
   position: relative;
   top: 1px;
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-two {
   padding: 0px 0px 0;
}

/***
=============================================
Product
=============================================
***/
.product {
   position: relative;
   display: block;
   padding: 120px 0 120px;
}

.product__sidebar {
   position: relative;
   display: block;
}

.product__sidebar-single + .product__sidebar-single {
   margin-top: 30px;
}

.product__sidebar-title {
   position: relative;
   display: block;
   font-size: 20px;
   font-weight: 500;
   line-height: 22px;
   text-transform: uppercase;
   margin: 0;
   margin-bottom: 22px;
   padding-left: 27px;
}

.product__sidebar-title::before {
   content: "";
   position: absolute;
   top: 1px;
   left: 0;
   width: 17px;
   height: 17px;
   background-color: var(--glorify-base);
   clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.shop-search {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   padding: 30px 30px 30px;
   border-radius: var(--glorify-bdr-radius);
}

.shop-search form {
   position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
   width: 100%;
   height: 60px;
   background-color: var(--glorify-white);
   padding-left: 30px;
   padding-right: 60px;
   font-size: 16px;
   color: var(--glorify-gray);
   font-family: var(--glorify-font);
   border: none;
   outline: none;
   font-weight: 500;
}

.shop-search form ::placeholder {
   color: inherit;
   opacity: 1;
}

.shop-search form button[type="submit"] {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   font-size: 18px;
   position: absolute;
   top: 5px;
   right: 5px;
   bottom: 5px;
   width: 50px;
   outline: none;
   border: none;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
   border-radius: 3px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
   background-color: var(--glorify-black);
   color: var(--glorify-white);
}

.product__price-ranger {
   position: relative;
   padding: 27px 30px 30px;
   margin: 0;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
}

.product__price-ranger.price-ranger {
   margin-top: 7px;
   margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
   background: var(--glorify-white);
   border: none;
   height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
   position: absolute;
   top: -5px;
   background: var(--glorify-base);
   border: 0;
   height: 14px;
   width: 14px !important;
   border-radius: 50%;
   margin-left: -2px;
   outline: medium none;
   cursor: pointer;
   z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
   background: var(--glorify-base);
}

.product__price-ranger .price-ranger #slider-range {
   margin-left: 3px;
   margin-right: 0;
   margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
   position: relative;
   display: block;
   margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
   display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
   position: relative;
   display: block;
   background: var(--glorify-black);
   float: right;
   text-align: center;
   border: none;
   color: var(--glorify-white);
   font-size: 12px;
   font-weight: 700;
   margin-top: 0;
   text-transform: uppercase;
   cursor: pointer;
   padding: 5px 20px;
   border-radius: 20px;
   letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
   position: relative;
   display: inline-block;
   color: var(--glorify-gray);
   font-size: 14px;
   font-weight: 400;
   width: 40px;
   line-height: 30px;
   border: none;
   padding: 0;
   text-align: center;
   background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
   position: relative;
   display: inline-block;
   color: var(--glorify-gray);
   font-size: 14px;
   font-weight: 400;
   line-height: 40px;
   left: -2px;
}


.shop-category {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   padding: 29px 30px 30px;
   border-radius: var(--glorify-bdr-radius);
}

.shop-category ul {
   position: relative;
   display: block;
}

.shop-category ul li {
   position: relative;
   line-height: 24px;
   font-size: 16px;
   text-transform: capitalize;
   color: var(--glorify-gray);
   margin-bottom: 15px;
}

.shop-category ul li:last-child {
   margin-bottom: 0;
}

.shop-category ul li a {
   position: relative;
   display: block;
   overflow: hidden;
   line-height: 24px;
   font-size: 16px;
   text-transform: uppercase;
   color: var(--glorify-black);
   font-weight: 500;
   border-radius: 10px;
   background-color: var(--glorify-white);
   padding: 13px 15px 13px;
   font-family: var(--glorify-font-two);
   transition: all 0.3s ease;
   z-index: 1;
}

.shop-category ul li:hover a {
   color: var(--glorify-base);
}

.shop-category ul li a:after {
   position: absolute;
   right: 5px;
   top: 10px;
   bottom: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   background-color: var(--glorify-base);
   font-family: 'icomoon' !important;
   content: "\e908";
   opacity: 1;
   font-size: 12px;
   color: var(--glorify-white);
   line-height: 30px;
   border-radius: 5px;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   z-index: 1;
}

.shop-product-tags {
   position: relative;
   display: block;
   background: var(--glorify-primary);
   padding: 25px 30px 30px;
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   z-index: 1;
}

.shop-product__tags-list {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
}

.shop-product__tags-list a {
   font-size: 12px;
   color: var(--glorify-black);
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   background: var(--glorify-white);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px 20px 5px;
   font-weight: 500;
   border-radius: 20px;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   font-family: var(--glorify-font-two);
}

.shop-product__tags-list a:hover {
   color: var(--glorify-white);
   background: var(--glorify-base);
}


.sidebar-rating-box {
   position: relative;
   display: block;
}

.sidebar-rating-box ul {
   position: relative;
   display: block;
   overflow: hidden;
}

.sidebar-rating-box ul li {
   position: relative;
   display: block;
}

.sidebar-rating-box ul li + li {
   margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
}

.sidebar-rating-box ul li label {
   position: relative;
   display: block;
   padding-left: 30px;
   color: #ffc009;
   font-size: 16px;
   line-height: 16px;
   font-weight: 400;
   cursor: pointer;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
   color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio] + label i {
   position: absolute;
   top: 1px;
   left: 0;
   width: 15px;
   height: 15px;
   overflow: hidden;
   border: 1px solid var(--glorify-gray);
   border-radius: 50%;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
   content: "";
   position: absolute;
   top: -1px;
   left: -1px;
   bottom: -1px;
   right: -1px;
   transform: scale(0);
   background-color: var(--glorify-base);
   border-radius: 0%;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked + label i {
   border-color: var(--glorify-base);
}

.sidebar-rating-box ul li input[type=radio]:checked + label i::before {
   transform: scale(1.0);
}

.shop-product-recent-products {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   padding: 29px 30px 27px;
   border-radius: var(--glorify-bdr-radius);
}

.shop-product-recent-products ul {
   position: relative;
   display: block;
}

.shop-product-recent-products ul li {
   position: relative;
   display: flex;
   align-items: center;
   border-bottom: 1px solid #dddbdb;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

.shop-product-recent-products ul li:last-child {
   border-bottom: none;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

.shop-product-recent-products ul li .img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
}

.shop-product-recent-products ul li .img::before {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border-radius: 10px;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
   background: rgba(var(--glorify-black-rgb), 0.5);
   opacity: 0;
   z-index: 1;
   content: "";
}

.shop-product-recent-products ul li:hover .img::before {
   opacity: 1;
}

.shop-product-recent-products ul li .img img {
   width: 100%;
   transition: .5s ease;
   transform: scale(1.05);
}

.shop-product-recent-products ul li:hover .img img {
   transform: scale(1);
}

.shop-product-recent-products ul li .img a {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--glorify-white);
   font-size: 16px;
   line-height: 0;
   transform: translateY(10px) scale(0);
   z-index: 5;
}

.shop-product-recent-products ul li:hover .img a {
   transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .img a:hover {
   color: var(--glorify-base);
   transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .content {
   position: relative;
   display: block;
   flex: 1;
   margin-left: 20px;
}

.shop-product-recent-products ul li .content .title {
   position: relative;
   display: block;
}

.shop-product-recent-products ul li .content .title h5 {
   font-size: 16px;
   line-height: 20px;
   font-weight: 500;
   text-transform: uppercase;
}

.shop-product-recent-products ul li .content .title h5 a {
   color: var(--glorify-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.shop-product-recent-products ul li .content .title h5 a:hover {
   color: var(--glorify-base);
}

.shop-product-recent-products ul li .content .price {
   position: relative;
   display: block;
   padding: 5px 0px 5px;
}

.shop-product-recent-products ul li .content .price p {
   color: var(--glorify-base);
}

.shop-product-recent-products ul li .content .review {
   position: relative;
   display: flex;
   align-items: center;
}

.shop-product-recent-products ul li .content .review i {
   color: #ffc009;
   font-size: 12px;
}

.shop-product-recent-products ul li .content .review i.color {
   color: #dddbdb;
}

.shop-product-recent-products ul li .content .review i + i {
   margin-left: 5px;
}

.product__items {
   position: relative;
   display: block;
}

.product__showing-result {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 30px;
   padding-right: 130px;
}

.product__showing-text-box {
   position: relative;
   display: block;
}

.product__showing-text {
   font-size: 16px;
   font-weight: 400;
}

.product__showing-sort {
   position: relative;
   display: block;
   max-width: 340px;
   width: 100%;
}

.product__showing-sort .select-box .nice-select {
   background-color: var(--glorify-primary);
   color: var(--glorify-gray);
   font-size: 16px;
   font-weight: 400;
   height: 70px;
   line-height: 70px;
   padding-left: 30px;
   padding-right: 30px;
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
   position: absolute;
   right: 30px;
}

.product__all {
   position: relative;
   display: block;
}

.product__all-tab {
   position: relative;
   display: block;
}

.product__all-tab-button {
   position: absolute;
   top: -100px;
   right: 0;
   z-index: 5;
}

.product__all-tab-button ul {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--glorify-primary);
   padding: 15px 15px 15px;
   border-radius: var(--glorify-bdr-radius);
}

.product__all-tab-button ul li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   cursor: pointer;
   border-radius: 3px;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.product__all-tab-button ul li:hover,
.product__all-tab-button ul li.active-btn-item {
   background-color: var(--glorify-base);
}

.product__all-tab-button ul li + li {
   margin-left: 10px;
}

.product__all-tab-button-icon {
   position: relative;
   display: block;
   color: var(--glorify-base);
   font-size: 18px;
   line-height: 0;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.product__all-tab-button-icon.one {
   transform: rotate(90deg);
}

.product__all-tab-button ul li:hover .product__all-tab-button-icon,
.product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon {
   color: var(--glorify-white);
}

.product__all-tab .tabs-content-box {
   position: relative;
   display: block;
}

.product__all-tab .tab-content-box-item {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: auto;
   visibility: hidden;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active {
   position: relative;
   visibility: visible;
   z-index: 5;
}

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item {
   transition: all 0.7s ease;
   opacity: 0;
   transform: translateY(5px);
   transform-origin: top bottom;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item {
   opacity: 1.0;
   transform: translateY(0px);
   transform-origin: bottom top;
}

.product__all-tab-single {
   position: relative;
   display: block;
}

.single-product-style1 {
   position: relative;
   display: block;
   margin-bottom: 30px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-white);
   padding: 0 0 30px;
   border-radius: var(--glorify-bdr-radius);
   transition: all 500ms ease;
   z-index: 1;
}

.single-product-style1:hover {
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style1__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   z-index: 1;
}

.single-product-style1__img img:first-child {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 1;
   -webkit-transform: translatex(50%) scalex(2);
   transform: translatex(50%) scalex(2);
   opacity: 0;
   -webkit-filter: blur(10px);
   filter: blur(10px);
}

.single-product-style1:hover .single-product-style1__img img:first-child {
   -webkit-transform: translatex(0) scalex(1);
   transform: translatex(0) scalex(1);
   opacity: 1;
   -webkit-filter: blur(0);
   filter: blur(0);
}

.single-product-style1:hover .single-product-style1__img img:nth-child(2) {
   -webkit-transform: translatex(-50%) scalex(2);
   transform: translatex(-50%) scalex(2);
   opacity: 0;
   -webkit-filter: blur(10px);
   filter: blur(10px);
}

.single-product-style1__img img {
   position: relative;
   width: 100%;
   display: block;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.single-product-style1__overlay {
   position: absolute;
   top: 10px;
   left: 10px;
   z-index: 5;
}

.single-product-style1__overlay li {
   position: relative;
   display: block;
}

.single-product-style1__overlay li + li {
   margin-top: 8px;
}

.single-product-style1__overlay li p {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 70px;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
   color: var(--glorify-base);
   line-height: 35px;
   font-weight: 600;
}

.single-product-style1__info {
   position: absolute;
   left: 0;
   bottom: 20px;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-left: 0;
   opacity: 0;
   transform: translateY(40px);
   transition: all 0.4s linear 0s;
   z-index: 5;
}

.single-product-style1:hover .single-product-style1__info {
   opacity: 1;
   transform: translateY(0);
}

.single-product-style1__info li {
   position: relative;
   display: block;
}

.single-product-style1__info li + li {
   margin-left: 8px;
}

.single-product-style1__info li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
   color: var(--glorify-base);
   font-size: 15px;
   line-height: 0;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.single-product-style1__info li a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

.single-product-style1__content {
   position: relative;
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   padding: 23px 15px 0px;
}

.single-product-style1__content-left {
   position: relative;
   display: block;
}

.single-product-style1__content-left h4 {
   font-size: 17px;
   font-weight: 500;
   line-height: 20px;
   text-transform: uppercase;
   margin-top: 12px;
}

.single-product-style1__content-left h4 a {
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.single-product-style1__content-left h4 a:hover {
   color: var(--glorify-base);
}

.single-product-style1__content-left p {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-gray);
   margin-top: 4px;
}

.single-product-style1__content-left p del {
   color: var(--glorify-base);
   margin-right: 5px;
}

.single-product-style1__content-right {
   position: relative;
   display: block;
}

.single-product-style1__review {
   position: relative;
   display: flex;
   align-items: center;
   background-color: var(--glorify-primary);
   padding: 3.5px 5px 3.5px;
   top: -9px;
}

.single-product-style1__review i {
   color: var(--glorify-base);
   font-size: 14px;
   margin-right: 5px;
}

.single-product-style1__review p {
   color: var(--glorify-black);
   font-weight: 500;
}


.single-product-style2 {
   position: relative;
   display: block;
   margin-bottom: 30px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-white);
   border-radius: var(--glorify-bdr-radius);
   transition: all 500ms ease;
   z-index: 1;
}

.single-product-style2:hover {
   box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style2 .row {
   --bs-gutter-x: 0px;
   align-items: center;
}

.single-product-style2__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   border-right: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
   z-index: 1;
}

.single-product-style2__img img:first-child {
   position: absolute;
   left: 0px;
   top: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 1;
   -webkit-transform: translatex(50%) scalex(2);
   transform: translatex(50%) scalex(2);
   opacity: 0;
   -webkit-filter: blur(10px);
   filter: blur(10px);
}

.single-product-style2:hover .single-product-style2__img img:first-child {
   -webkit-transform: translatex(0) scalex(1);
   transform: translatex(0) scalex(1);
   opacity: 1;
   -webkit-filter: blur(0);
   filter: blur(0);
}

.single-product-style2:hover .single-product-style2__img img:nth-child(2) {
   -webkit-transform: translatex(-50%) scalex(2);
   transform: translatex(-50%) scalex(2);
   opacity: 0;
   -webkit-filter: blur(10px);
   filter: blur(10px);
}

.single-product-style2__img img {
   position: relative;
   width: 100%;
   display: block;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.single-product-style2__content {
   position: relative;
   display: block;
   padding: 0px 15px 0px;
}

.single-product-style2__review {
   position: relative;
   display: flex;
   align-items: center;
}

.single-product-style2__review i {
   color: var(--glorify-base);
   font-size: 16px;
}

.single-product-style2__review i + i {
   margin-left: 5px;
}

.single-product-style2__text {
   position: relative;
   display: block;
   padding-top: 17px;
}

.single-product-style2__text h4 {
   font-size: 17px;
   font-weight: 500;
   line-height: 20px;
   text-transform: uppercase;
   margin-bottom: 1px;
}

.single-product-style2__text h4 a {
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.single-product-style2__text h4 a:hover {
   color: var(--glorify-base);
}

.single-product-style2__text p {
   font-size: 16px;
   font-weight: 500;
   color: var(--glorify-gray);
   margin-top: 4px;
}

.single-product-style2__text p del {
   color: var(--glorify-base);
   margin-right: 5px;
}

.single-product-style2__info {
   position: relative;
   display: flex;
   align-items: center;
   padding-top: 16px;
   padding-left: 0;
}

.single-product-style2__info li {
   position: relative;
   display: block;
}

.single-product-style2__info li + li {
   margin-left: 8px;
}

.single-product-style2__info li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 35px;
   height: 35px;
   border-radius: 50%;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
   color: var(--glorify-base);
   font-size: 15px;
   line-height: 0;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.single-product-style2__info li a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}



/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   padding-top: 30px;
}

.styled-pagination li {
   position: relative;
   display: inline-block;
   margin-right: 11px;
}

.styled-pagination li:last-child {
   margin-right: 0;
}

.styled-pagination li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   background: transparent;
   border-radius: 50%;
   color: rgba(var(--glorify-gray-rgb), .50);
   font-size: 16px;
   line-height: 40px;
   font-weight: 600;
   border: 1px solid rgba(var(--glorify-gray-rgb), .50);
   text-align: center;
   transition: all 500ms ease;
   font-family: var(--glorify-font);
   z-index: 1;
}

.styled-pagination li a span {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
   color: var(--glorify-white);
   background: var(--glorify-base);
   border-color: var(--glorify-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
   border-radius: 50%;
   color: rgba(var(--glorify-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
   color: var(--glorify-white);
}

.styled-pagination li a span:before {
   position: relative;
   top: 0px;
   color: rgba(var(--glorify-gray-rgb), .50);
   font-size: 14px;
   font-weight: 700;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
   color: var(--glorify-white);
}




/***
=============================================
Product Details
=============================================
***/
.product-details {
   position: relative;
   display: block;
   padding: 120px 0px 120px;
   z-index: 1;
}


.product-details__left {
   position: relative;
   display: block;
   margin-right: 80px;
}

.product-details__left-inner {
   position: relative;
   display: block;
}

.product-details__thumb-box {
   position: relative;
   display: block;
   max-width: 400px;
   margin-top: 20px;
}

#shop-details-one__thumb {
   z-index: 10;
}

.product-details__thumb-img {
   position: relative;
   display: block;
   width: 125px !important;
   cursor: pointer;
   overflow: hidden;
   border-radius: 10px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.product-details__thumb-img img {
   width: 100%;
   border-radius: 10px;
}

.product-details__thumb-img:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 2px;
   background-color: var(--glorify-base);
   opacity: 0;
   transition: all 500ms ease;
}


#shop-details-one__thumb .swiper-slide-thumb-active .product-details__thumb-img:before {
   opacity: 1;
}

.product-details__content-box {
   position: relative;
   display: block;
}

.product-details__img {
   position: relative;
   display: block;
}

.product-details__img img {
   width: 100%;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-radius: 15px;
}


.product-details__nav {
   position: absolute;
   top: 50%;
   left: 5px;
   right: 5px;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   transform: translateY(-50%);
   z-index: 100;
}

.product-details__nav .swiper-button-next,
.product-details__nav .swiper-button-prev {
   position: relative;
   top: auto;
   left: auto;
   right: auto;
   bottom: auto;
   width: 60px;
   height: 60px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 25px;
   color: var(--glorify-black);
   background-color: var(--glorify-primary);
   border-radius: 50%;
   margin: 0;
   text-align: center;
   opacity: 1;
   transition: all 500ms ease;
   z-index: 100;
}


.product-details__nav .swiper-button-next:hover,
.product-details__nav .swiper-button-prev:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

.product-details__nav .swiper-button-next {
   margin-top: 0px;
}

.product-details__nav .swiper-button-next i,
.product-details__nav .swiper-button-prev i {
   position: relative;
   display: flex;
   align-items: center;
}

.product-details__nav .swiper-button-next::after,
.product-details__nav .swiper-button-prev::after {
   display: none;
}


.product-details__right {
   position: relative;
   display: block;
   margin-top: -9px;
}

.product-details__top {
   position: relative;
   display: block;
}

.product-details__title {
   font-size: 34px;
   line-height: 44px;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0;
}

.product-details__title span {
   position: relative;
   display: inline-block;
   color: var(--glorify-base);
   font-size: 24px;
   line-height: 30px;
   font-weight: 700;
   margin-left: 15px;
   letter-spacing: 0;
}

.product-details__reveiw {
   display: flex;
   align-items: center;
   margin-top: 26px;
   padding-bottom: 37px;
   margin-bottom: 28px;
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.product-details__reveiw i {
   font-size: 16px;
   color: var(--glorify-base);
}

.product-details__reveiw i + i {
   margin-left: 4px;
}

.product-details__reveiw span {
   position: relative;
   top: 1px;
   line-height: 1;
   font-size: 16px;
   color: var(--glorify-gray);
   margin-left: 18px;
}

.product-details__content {
   position: relative;
   display: block;
}

.product-details__content-text1 {
   font-size: 16px;
   line-height: 30px;
   margin: 0;
   margin-bottom: 31px;
}

.product-details__content-text2 {
   font-size: 16px;
   line-height: 30px;
   margin: 0;
}

.product-details__select {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 30px;
}

.product-details__select-size {
   position: relative;
   display: flex;
   align-items: center;
}

.product-details__select-size h3 {
   font-size: 20px;
   line-height: 30px;
   margin-right: 15px;
   font-weight: 500;
   text-transform: uppercase;
}

.product-details__select-size ul {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   flex: 1;
}

.product-details__select-size ul li {
   position: relative;
   display: block;
   width: 45px;
   height: 35px;
}

.product-details__select-size ul li input[type=radio] {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
}

.product-details__select-size ul li label {
   position: relative;
   width: 45px;
   height: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--glorify-black);
   font-size: 16px;
   line-height: 16px;
   font-weight: 400;
   cursor: pointer;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked + label {
   color: var(--glorify-white);
   font-weight: 500;
}

.product-details__select-size ul li input[type=radio] + label i {
   position: absolute;
   top: 0px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 45px;
   height: 35px;
   overflow: hidden;
   border: 1px solid var(--glorify-gray);
   border-radius: 5px;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   z-index: -1;
}

.product-details__select-size ul li label i::before {
   content: "";
   position: absolute;
   top: -1px;
   left: -1px;
   bottom: -1px;
   right: -1px;
   transform: scale(0.3);
   opacity: 0;
   background-color: var(--glorify-base);
   border-radius: 5px;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked + label i {
   border-color: var(--glorify-base);
}

.product-details__select-size ul li input[type=radio]:checked + label i::before {
   transform: scale(1.0);
   opacity: 1;
}


.product-details__inner {
   position: relative;
   display: block;
   margin-top: 30px;
   margin-bottom: 25px;
}

.product-details__quantity {
   position: relative;
   display: flex;
   align-items: center;
}

.product-details__quantity-title {
   margin: 0;
   color: var(--glorify-black);
   font-size: 18px;
   line-height: 30px;
   font-weight: 500;
   text-transform: uppercase;
   margin-right: 20px;
}

.product-details__quantity .quantity-box {
   position: relative;
   width: 98px;
   border-radius: 0px;
   height: 50px;
}

.product-details__quantity .quantity-box input {
   width: 98px;
   border-radius: 10px;
   height: 50px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   -webkit-appearance: textfield;
   -moz-appearance: textfield;
   font-family: var(--glorify-font);
   padding-left: 30px;
   outline: none;
   font-size: 18px;
   font-weight: 700;
   color: var(--glorify-gray);
}

.product-details__quantity .quantity-box button {
   width: 24px;
   height: 24px;
   background-color: transparent;
   color: var(--glorify-gray);
   font-size: 8px;
   position: absolute;
   top: 1px;
   right: 1px;
   background-color: #fff;
   border: none;
   border-left: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-top-right-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   outline: none;
}

.product-details__quantity .quantity-box button.sub {
   bottom: 1px;
   top: auto;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-top-right-radius: 0px;
   border-bottom-right-radius: 10px;
}

.product-details__buttons-boxes {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   margin-top: 25px;
}

.product-details__buttons-1 {
   position: relative;
   display: block;
}

.product-details__buttons-2 {
   position: relative;
   display: block;
}

.product-details__social {
   position: relative;
   display: block;
}

.product-details__social .title {
   position: relative;
   display: block;
}

.product-details__social .title h3 {
   color: var(--glorify-black);
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
   text-transform: uppercase;
}

.product-details__social-link {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 20px;
}

.product-details__social-link a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--glorify-white);
   font-size: 15px;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   background-color: var(--glorify-black);
   border-radius: 50%;
   height: 45px;
   width: 45px;
}

.product-details__social-link a + a {
   margin-left: 10px;
}

.product-details__social-link a:hover {
   color: var(--glorify-white);
   background-color: var(--glorify-base);
}

/***
=============================================
Product Description
=====***/
.product-description {
   position: relative;
   display: block;
   padding: 0 0 110px;
   z-index: 1;
}

.product-details__description {
   position: relative;
   display: block;
}

.product-details__main-tab-box {
   position: relative;
   display: block;
}

.product-details__main-tab-box .tab-buttons {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   line-height: 0;
}

.product-details__main-tab-box .tab-buttons .tab-btn {
   position: relative;
   display: inline-block;
}

.product-details__main-tab-box .tab-buttons .tab-btn span {
   position: relative;
   display: block;
   text-align: center;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   font-size: 18px;
   line-height: 18px;
   color: var(--glorify-black);
   background-color: var(--glorify-primary);
   padding: 16px 25px 16px;
   text-transform: capitalize;
   font-weight: 500;
   cursor: pointer;
   overflow: hidden;
   transition: all 0.3s ease;
   z-index: 1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
   color: var(--glorify-white);
}

.product-details__main-tab-box .tab-buttons .tab-btn span:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 0%;
   content: "";
   background-color: var(--glorify-base);
   transition: all 0.3s ease;
   z-index: -1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
   height: 100%;
}

.product-details__main-tab-box .tabs-content {
   position: relative;
   display: block;
}

.product-details__main-tab-box .tabs-content .tab {
   position: relative;
   display: none;
   -webkit-transform: translateY(35px);
   -ms-transform: translateY(35px);
   transform: translateY(35px);
   -webkit-transition: all 600ms ease;
   -moz-transition: all 600ms ease;
   -ms-transition: all 600ms ease;
   -o-transition: all 600ms ease;
   transition: all 600ms ease;
   z-index: 10;
}

.product-details__main-tab-box .tabs-content .tab.active-tab {
   display: block;
   margin-top: 0px;
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.product-details__tab-content-inner {
   position: relative;
   display: block;
   padding: 40px 40px 50px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.product-details__description-content {
   position: relative;
   display: block;
}

.product-description__list {
   position: relative;
   display: block;
   margin-top: 30px;
   margin-bottom: 30px;
}

.product-description__list ul {
   position: relative;
   display: block;
}

.product-description__list ul li {
   position: relative;
   display: block;
   margin-bottom: 2px;
}

.product-description__list ul li:last-child {
   margin-bottom: 0px;
}

.product-description__list ul li p {
   color: var(--glorify-black);
   margin: 0;
   font-weight: 500;
}

.product-description__list ul li p span:before {
   position: relative;
   display: inline-block;
   color: var(--glorify-base);
   font-size: 17px;
   line-height: 17px;
   margin-right: 11px;
   top: 2px;
   font-weight: 700;
}

.product-details__additional-information-content {
   position: relative;
   display: block;
}

.product-details__additional-information-text-1 {
   padding-bottom: 24px;
}

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
.review-one {
   position: relative;
   display: block;
}

.comments-area {
   position: relative;
   display: block;
}

.review-one__title {
   position: relative;
   display: block;
   margin-bottom: 36px;
}

.review-one__title h3 {
   font-size: 30px;
   line-height: 30px;
   font-weight: 700;
   margin: 0;
   text-transform: uppercase;
}


.comments-area .comment-box {
   position: relative;
   display: block;
   margin-bottom: 40px;
   padding-bottom: 40px;
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.comments-area .comment {
   position: relative;
   display: flex;
   align-items: center;
}

.comments-area .comment-box .author-thumb {
   position: relative;
   display: block;
   width: 165px;
   height: 165px;
   border-radius: 50%;
   overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
   width: 100%;
}

.comments-area .comment-box .author-thumb figure {
   margin: 0;
}

.review-one__content {
   position: relative;
   display: block;
   padding-left: 45px;
   flex: 1;
}

.review-one__content-top {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 20px;
}

.review-one__content-top .info {
   position: relative;
   display: block;
}

.review-one__content-top .info h4 {
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
   text-transform: uppercase;
}

.review-one__content-top .info h4 span {
   color: var(--glorify-base);
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0;
   text-transform: capitalize;
   font-family: var(--glorify-font);
}

.review-one__content-top .reply-btn {
   position: relative;
   display: block;
}

.review-one__content-top .reply-btn i:before {
   color: var(--glorify-base);
   font-size: 15px;
}

.review-one__content-bottom {
   position: relative;
   display: block;
}

.review-one__content-bottom p {
   font-size: 16px;
   line-height: 30px;
   margin: 0px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
   position: relative;
   display: block;
   padding: 16px 0px 0px;
}

.review-form-one__inner {
   position: relative;
   display: block;
}

.review-form-one__title {
   font-size: 30px;
   font-weight: 700;
   line-height: 30px;
   text-transform: uppercase;
}

.review-form-one__rate-box {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 17px;
   margin-bottom: 37px;
}

.review-form-one__rate-text {
   font-size: 18px;
   font-weight: 400;
}

.review-form-one__rate {
   position: relative;
   display: flex;
   align-items: center;
   margin-left: 17px;
}

.review-form-one__rate i {
   font-size: 16px;
   color: var(--glorify-base);
}

.review-form-one__rate i + i {
   margin-left: 5px;
}

.review-form-one__form {
   position: relative;
   display: block;
}

.review-form-one__form .row {
   --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
   font-size: 14px;
   color: var(--glorify-gray);
   height: 160px;
   width: 100%;
   background-color: var(--glorify-white);
   padding: 20px 30px 30px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   outline: none;
   margin-bottom: 0px;
   font-weight: 500;
   border-radius: var(--glorify-bdr-radius);
}

.review-form-one__input-box.text-message-box {
   height: 160px;
}

.review-form-one__input-box {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
   height: 50px;
   width: 100%;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-white);
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   font-size: 14px;
   color: var(--glorify-gray);
   display: block;
   font-weight: 500;
   border-radius: var(--glorify-bdr-radius);
}

.review-form-one__form .thm-btn {
   border: none;
}


/*--------------------------------------------------------------
  # Related Products
  --------------------------------------------------------------*/
.related-products {
   position: relative;
   display: block;
   padding: 0px 0px 120px;
}

.related-products__title {
   position: relative;
   display: block;
   padding-bottom: 52px;
}

.related-products__title h3 {
   font-size: 40px;
   line-height: 1.0em;
   margin-bottom: 16px;
   font-weight: 700;
   text-transform: uppercase;
}

.related-products__title p {
   margin: 0;
}

.single-product-style1.instyle--2 {
   margin-bottom: 0px;
}


/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.cart-page {
   position: relative;
   display: block;
   background: var(--glorify-white);
   padding: 112px 0px 112px;
}

.cart-page .table-responsive {
   position: relative;
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
   .cart-table {
      min-width: 1170px;
   }
}

.cart-table {
   margin-bottom: 0px;
}

.cart-table thead th {
   color: var(--glorify-black);
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   padding: 0;
   border: none;
   padding-bottom: 22px;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
}

.cart-table thead th:last-child {
   text-align: right;
}

.cart-table tbody tr {
   vertical-align: middle;
}

.cart-table tbody tr:last-child {
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.cart-table tbody td {
   font-size: 18px;
   color: var(--glorify-gray);
   vertical-align: middle;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 0;
   padding-right: 0;
}

.cart-table tbody td:last-child {
   text-align: right;
}

.cart-table .product-box {
   display: flex;
   align-items: center;
}

.cart-table .product-box .img-box {
   position: relative;
   display: block;
   width: 120px;
   border-radius: 0;
   overflow: hidden;
   margin-right: 35px;
}

.cart-table .product-box .img-box img {
   width: 100%;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-radius: 10px;
}

.cart-table h3 {
   color: var(--glorify-black);
   font-size: 20px;
   font-weight: 600;
   margin: 0;
   text-transform: uppercase;
}

.cart-table h3 a {
   color: var(--glorify-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.cart-table h3 a:hover {
   color: var(--glorify-base);
}

.cart-table .quantity-box {
   position: relative;
   width: 98px;
   border-radius: 0px;
   height: 50px;
}

.cart-table .quantity-box input {
   width: 98px;
   border-radius: 10px;
   height: 50px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   -webkit-appearance: textfield;
   -moz-appearance: textfield;
   font-family: var(--glorify-font);
   padding-left: 30px;
   outline: none;
   font-size: 18px;
   color: var(--glorify-gray);
   font-weight: 700;
}

.cart-table .quantity-box button {
   width: 24px;
   height: 24px;
   background-color: transparent;
   color: var(--thm-black);
   font-size: 8px;
   position: absolute;
   top: 1px;
   right: 1px;
   background-color: #fff;
   border-top-right-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   outline: none;
   border: none;
   border-left: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.cart-table .quantity-box button.sub {
   bottom: 1px;
   top: auto;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-top-right-radius: 0px;
   border-bottom-right-radius: 10px;
}

.cart-table .cross-icon {
   position: relative;
   display: block;
}

.cart-table .cross-icon i:before {
   position: relative;
   display: inline-block;
   color: var(--glorify-black);
   font-size: 16px;
}

.cart-page__right {
   position: relative;
   display: block;
   margin-left: 20px;
}

.cart-page__sidebar {
   position: relative;
   display: block;
   padding: 28px 20px 30px;
   background-color: var(--glorify-white);
   box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
   border-radius: var(--glorify-bdr-radius);
}

.cart-page__shipping {
   position: relative;
   display: block;
}

.cart-page__shipping-title {
   font-size: 22px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 24px;
   margin-bottom: 20px;
}

.cart-page__shipping-form {
   position: relative;
   display: block;
}

.cart-page__shipping-form .row {
   --bs-gutter-x: 20px;
}

.cart-page__shipping-input-box {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.cart-page__shipping-input-box .select-box .nice-select {
   background-color: var(--glorify-primary);
   color: var(--glorify-gray);
   font-size: 16px;
   font-weight: 400;
   height: 50px;
   line-height: 50px;
   padding-left: 20px;
   padding-right: 20px;
   border-radius: 8px;
   width: 100%;
   margin-bottom: 0px;
}

.cart-page__shipping-input-box .select-box .nice-select:after {
   position: absolute;
   right: 20px;
}

.cart-page__shipping-input-box input[type=email],
.cart-page__shipping-input-box input[type=text] {
   width: 100%;
   height: 50px;
   background-color: var(--glorify-primary);
   padding-left: 20px;
   padding-right: 20px;
   font-size: 16px;
   color: var(--glorify-gray);
   font-family: var(--glorify-font);
   border-radius: 8px;
   border: none;
   outline: none;
   font-weight: 400;
}

.cart-page__btn-box {
   position: relative;
   display: block;
}

.cart-page__btn-box .thm-btn {
   width: 100%;
   padding: 17px 20px 16px;
   border: none;
}

.cart-page__coupon-code {
   position: relative;
   display: block;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
   margin-top: 30px;
   margin-bottom: 20px;
   padding-top: 23px;
   padding-bottom: 30px;
}

.cart-page__coupon-code-title {
   font-size: 22px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 24px;
   margin-bottom: 20px;
}

.cart-page__coupon-code-text {
   margin-bottom: 16px;
}

.cart-page__coupon-code-form {
   position: relative;
   display: block;
}

.cart-page__coupon-code-form input[type=email],
.cart-page__coupon-code-form input[type=text] {
   width: 100%;
   height: 50px;
   background-color: var(--glorify-primary);
   padding-left: 20px;
   padding-right: 20px;
   font-size: 16px;
   color: var(--glorify-gray);
   font-family: var(--glorify-font);
   border-radius: 8px;
   border: none;
   outline: none;
   font-weight: 400;
}

.cart-page__coupon-code-form .thm-btn {
   width: 100%;
   padding: 17px 20px 16px;
   border: none;
   margin-top: 20px;
}

.cart-total {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.cart-total li {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   color: var(--glorify-gray);
   font-size: 18px;
   font-weight: 500;
}

.cart-total li + li {
   margin-top: 15px;
}

.cart-total li span:first-child {
   display: block;
   color: var(--glorify-black);
   font-size: 18px;
   margin-right: 60px;
   font-weight: 700;
   width: 140px;
   text-align: right;
}

.cart-total-amount {
   color: var(--glorify-base);
}

.cart-page__buttons {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 10px;
}

.cart-page__buttons-1 {
   position: relative;
   display: block;
}

.cart-page__buttons-1 .thm-btn {
   padding: 17px 20px 16px;
}

.cart-page__buttons-2 {
   position: relative;
   display: block;
}

.cart-page__buttons-2 .thm-btn {
   padding: 17px 20px 16px;
}


/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
.checkout-page {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.checkout-page .billing_details {
   position: relative;
   display: block;
   border-radius: 10px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding: 53px 50px 60px;
}

.billing_title {
   position: relative;
   display: block;
   margin-bottom: 45px;
}

.billing_title p {
   font-size: 16px;
   margin: 0;
}

.billing_title a {
   color: var(--glorify-base);
}

.billing_title h2 {
   font-size: 30px;
   line-height: 30px;
   margin: 0;
   font-weight: 700;
   text-transform: uppercase;
   margin-top: 16px;
}

.billing_details_form {
   position: relative;
   display: block;
}

.billing_details_form .bs-gutter-x-20 {
   --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
   border: none;
}

.billing_details_form .btn-light:hover {
   border: none;
}

.billing_input_box {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
   height: 60px;
   width: 100%;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-white);
   padding-left: 30px;
   padding-right: 30px;
   border-radius: 10px;
   outline: none;
   font-size: 16px;
   color: var(--glorify-gray);
   display: block;
   font-weight: 400;
}

.billing_input_box textarea {
   display: block;
   color: var(--glorify-gray);
   font-size: 16px;
   font-weight: 400;
   height: 140px;
   width: 100%;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-white);
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 13px;
   border-radius: 10px;
   outline: none;
   resize: none;
}

.billing_input_box textarea:focus {
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.billing_details .checked-box {
   position: relative;
   display: block;
   margin-top: 17px;
}

.billing_details .checked-box label {
   position: relative;
   display: inline-block;
   padding-left: 30px;
   margin-right: 0px;
   margin-bottom: 0;
   color: var(--glorify-gray);
   font-size: 16px;
   line-height: 26px;
   font-weight: 400;
   text-transform: none;
   cursor: pointer;
   font-family: var(--glorify-font);
}

.billing_details .checked-box input[type="checkbox"] {
   display: none;
}

.billing_details .checked-box input[type="checkbox"] + label span {
   position: absolute;
   top: 2px;
   left: 0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   vertical-align: middle;
   background-color: transparent;
   background: var(--glorify-base);
   cursor: pointer;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
   border: 0;
}

.billing_details .checked-box label span:before {
   position: absolute;
   top: 4px;
   left: 6px;
   display: block;
   border-bottom: 2px solid var(--glorify-white);
   border-right: 2px solid var(--glorify-white);
   content: '';
   width: 6px;
   height: 9px;
   pointer-events: none;
   -webkit-transform-origin: 66% 66%;
   -ms-transform-origin: 66% 66%;
   transform-origin: 66% 66%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked + label span {
   border-color: var(--glorify-white);
}

.billing_details .checked-box input[type="checkbox"]:checked + label span:before {
   opacity: 1;
}

.billing_details_form .select-box .nice-select {
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-white);
   border-radius: 10px;
   color: var(--glorify-gray);
   font-size: 16px;
   font-weight: 400;
   height: 60px;
   line-height: 60px;
   padding-left: 30px;
   padding-right: 30px;
   width: 100%;
   margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
   position: absolute;
   right: 30px;
}

.billing_details_form-btns {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   flex-wrap: wrap;
   margin-top: 36px;
}

.billing_details_form-btn-1 {
   position: relative;
   display: block;
}

.billing_details_form-btn-1 .thm-btn {
   border: none;
}

.billing_details_form-btn-2 {
   position: relative;
   display: block;
}

.billing_details_form-btn-2 .thm-btn {
   border: none;
}


.sidebar-order-summary {
   position: relative;
   display: block;
   border-radius: 10px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding: 37px 30px 45px;
   z-index: 1;
}

.sidebar-order-summary .title-box {
   position: relative;
   display: block;
   padding-bottom: 3px;
   margin-bottom: 35px;
}

.sidebar-order-summary .title-box::before {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 50px;
   height: 2px;
   background: var(--glorify-base);
   content: "";
}

.sidebar-order-summary .title-box::after {
   position: absolute;
   left: 37px;
   bottom: 0;
   width: 3px;
   height: 2px;
   background: var(--glorify-white);
   content: "";
}

.sidebar-order-summary .title-box h3 {
   font-size: 22px;
   line-height: 32px;
   font-weight: 600;
   text-transform: uppercase;
}


.sidebar-order-summary__list {
   position: relative;
   display: block;
}

.sidebar-order-summary__list > li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding: 13px 0px 12px;
}

.sidebar-order-summary__list > li:last-child {
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.sidebar-order-summary__list > li > .left-text {
   position: relative;
   display: block;
}

.sidebar-order-summary__list > li > .left-text p {
   font-size: 18px;
   margin: 0px;
}

.sidebar-order-summary__list > li > .right-text {
   position: relative;
   display: block;
}

.sidebar-order-summary__list > li > .right-text p {
   font-size: 18px;
   margin: 0px;
}


.sidebar-order-summary__list > li > .right-text > ul {
   position: relative;
   display: block;
}

.sidebar-order-summary__list > li > .right-text > ul > li {
   position: relative;
   display: block;
}

.sidebar-order-summary__list > li > .right-text > ul > li + li {
   margin-top: 5px;
}

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio] {
   position: absolute;
   top: 0;
   right: 0;
   opacity: 0;
}

.sidebar-order-summary__list > li > .right-text > ul > li label {
   position: relative;
   display: block;
   padding-right: 24px;
   font-size: 18px;
   font-weight: 400;
   text-align: right;
   cursor: pointer;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio] + label i {
   position: absolute;
   top: 6px;
   right: 0;
   width: 15px;
   height: 15px;
   overflow: hidden;
   border: 1px solid var(--glorify-gray);
   border-radius: 50%;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar-order-summary__list > li > .right-text > ul > li label i::before {
   content: "";
   position: absolute;
   top: -1px;
   left: -1px;
   bottom: -1px;
   right: -1px;
   transform: scale(0);
   background-color: var(--glorify-base);
   border-radius: 50%;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio]:checked + label i {
   border-color: var(--glorify-base);
}

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio]:checked + label i::before {
   transform: scale(1.0);
}


.sidebar-order-summary__Payment {
   position: relative;
   display: block;
   margin-top: 37px;
}

.checkout__payment {
   position: relative;
   margin-bottom: 30px;
}

.checkout__payment__item + .checkout__payment__item {
   margin-top: 23px;
}

.checkout__payment__title {
   display: flex;
   color: var(--glorify-black);
   font-size: 18px;
   font-weight: 500;
   margin: 0;
   align-items: center;
   cursor: pointer;
   text-transform: uppercase;
}

.checkout__payment__title::before {
   content: '';
   width: 20px;
   height: 20px;
   background-color: var(--glorify-white);
   border: 2px solid rgba(var(--glorify-black-rgb), .10);
   border-radius: 50%;
   margin-right: 10px;
   font-family: 'Font Awesome 5 Pro';
   font-weight: 900;
   font-size: 10px;
   color: var(--glorify-white);
   display: flex;
   justify-content: center;
   align-items: center;
   margin-right: 15px;
   position: relative;
   top: 0px;
   transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
   background-color: var(--glorify-base);
   border-color: var(--glorify-base);
   content: '\f00c';
}

.checkout__payment__content {
   position: relative;
   display: block;
   font-size: 16px;
   line-height: 30px;
   color: var(--glorify-gray);
   font-weight: 400;
   margin-top: 15px;
}

.sidebar-order-summary__bottom {
   position: relative;
   display: block;
}

.sidebar-order-summary__bottom .text1 {
   margin-bottom: 0;
}

.sidebar-order-summary__bottom .text1 a {
   color: var(--glorify-base);
   text-decoration: underline;
}







.sidebar-order-summary__checked {
   position: relative;
   display: block;
   margin-top: 20px;
   ;
}

.sidebar-order-summary__checked label {
   position: relative;
   display: inline-block;
   padding-left: 30px;
   margin-right: 0px;
   margin-bottom: 0;
   color: var(--glorify-gray);
   font-size: 17px;
   line-height: 27px;
   font-weight: 400;
   text-transform: none;
   cursor: pointer;
   font-family: var(--glorify-font);
}

.sidebar-order-summary__checked label a {
   color: var(--glorify-base);
}

.sidebar-order-summary__checked input[type="checkbox"] {
   display: none;
}

.sidebar-order-summary__checked input[type="checkbox"] + label span {
   position: absolute;
   top: 3px;
   left: 0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   vertical-align: middle;
   background-color: transparent;
   background: var(--glorify-base);
   cursor: pointer;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
   border: 0;
}

.sidebar-order-summary__checked label span:before {
   position: absolute;
   top: 4px;
   left: 6px;
   display: block;
   border-bottom: 2px solid var(--glorify-white);
   border-right: 2px solid var(--glorify-white);
   content: '';
   width: 6px;
   height: 9px;
   pointer-events: none;
   -webkit-transform-origin: 66% 66%;
   -ms-transform-origin: 66% 66%;
   transform-origin: 66% 66%;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   opacity: 0;
}

.sidebar-order-summary__checked input[type="checkbox"]:checked + label span {
   border-color: var(--glorify-white);
}

.sidebar-order-summary__checked input[type="checkbox"]:checked + label span:before {
   opacity: 1;
}

.sidebar-order-summary__btn {
   position: relative;
   display: block;
   margin-top: 27px;
   line-height: 0px;
}

/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
.wishlist-page {
   position: relative;
   display: block;
   background: var(--glorify-white);
   padding: 120px 0px 120px;
}

.wishlist-page .table-responsive {
   position: relative;
   display: block;
   width: 100%;
   overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
   .wishlist-table {
      min-width: 1170px;
   }
}

.wishlist-table {
   margin-bottom: 0px;
}

.wishlist-table thead th {
   color: var(--glorify-black);
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
   padding: 0;
   border: none;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding-top: 22px;
   padding-bottom: 22px;
   text-align: center;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
}

.wishlist-table tbody tr {
   vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
}

.wishlist-table tbody td {
   font-size: 18px;
   color: var(--glorify-gray);
   vertical-align: middle;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 0;
   padding-right: 0;
   text-align: center;
}

.wishlist-table .product-box {
   display: flex;
   align-items: center;
}

.wishlist-table .cross-icon {
   position: relative;
   display: block;
}

.wishlist-table .cross-icon i:before {
   position: relative;
   display: inline-block;
   color: var(--glorify-black);
   font-size: 16px;
}

.wishlist-table .product-box .img-box {
   position: relative;
   display: block;
   width: 120px;
   border-radius: 0;
   overflow: hidden;
   margin-left: 35px;
   margin-right: 35px;
}

.wishlist-table .product-box .img-box img {
   width: 100%;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   border-radius: 10px;
}

.wishlist-table h3 {
   color: var(--glorify-black);
   font-size: 20px;
   font-weight: 500;
   margin: 0;
   text-transform: uppercase;
}

.wishlist-table h3 a {
   color: var(--glorify-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.wishlist-table h3 a:hover {
   color: var(--glorify-base);
}


.product-details__social.two {
   margin-top: 42px;
}

/*--------------------------------------------------------------
# Sign Up One
--------------------------------------------------------------*/
.sign-up-one {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   padding: 112px 0px 120px;
   z-index: 1;
}

.sign-up-one .container {
   max-width: 620px;
}

.sign-up-one__form {
   position: relative;
   display: block;
}

.sign-up-one__form .inner-title {
   position: relative;
   display: block;
   padding-bottom: 60px;
}

.sign-up-one__form .inner-title h2 {
   font-size: 60px;
   line-height: 1.0em;
   font-weight: 700;
   text-transform: uppercase;
}

.sign-up-one__form form {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
   padding: 60px 50px 52px;
}

.sign-up-one__form form .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.sign-up-one__form form .input-box {
   position: relative;
   display: block;
}

.sign-up-one__form form input[type="text"],
.sign-up-one__form form input[type="email"],
.sign-up-one__form form input[type="password"] {
   position: relative;
   display: block;
   border-radius: 10px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-primary);
   width: 100%;
   height: 60px;
   color: var(--glorify-gray);
   font-size: 16px;
   font-family: var(--glorify-font);
   font-weight: 400;
   font-style: normal;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   transition: all 500ms ease;
}

.sign-up-one__form form input[type="text"]:focus,
.sign-up-one__form form input[type="email"]:focus,
.sign-up-one__form form input[type="password"]:focus {
   border-color: var(--glorify-base);
   background-color: var(--glorify-white);
}

.sign-up-one__form form input[type="text"]::-webkit-input-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="text"]:-moz-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="text"]::-moz-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="text"]:-ms-input-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="email"]::-webkit-input-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="email"]:-moz-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="email"]::-moz-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form input[type="email"]:-ms-input-placeholder {
   color: var(--glorify-gray);
}

.sign-up-one__form form .thm-btn {
   width: 100%;
   justify-content: space-between;
   border: none;
}

.sign-up-one__form form .google-facebook {
   position: relative;
   display: flex;
   align-items: center;
   margin-top: 10px;
}

.sign-up-one__form form .google-facebook a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid var(--glorify-gray);
   background-color: var(--glorify-white);
   color: var(--glorify-black);
   font-size: 16px;
   line-height: 28px;
   font-family: var(--glorify-font);
   font-weight: 500;
   padding: 10px 10px 10px;
   border-radius: 5px;
   letter-spacing: -0.01em;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sign-up-one__form form .google-facebook a:hover {
   border: 1px solid var(--glorify-base);
   background-color: var(--glorify-white);
}

.sign-up-one__form form .google-facebook a + a {
   margin-left: 14px;
}

.sign-up-one__form form .google-facebook a .icon {
   position: relative;
   display: block;
   line-height: 0;
   margin-right: 10px;
}

.sign-up-one__form form .create-account {
   position: relative;
   display: block;
   padding-top: 22px;
}

.sign-up-one__form form .create-account p {
   margin: 0;
}

.sign-up-one__form form .create-account p a {
   font-weight: 500;
}

.sign-up-one__form form .create-account p a:hover {
   color: var(--glorify-base);
}



/*--------------------------------------------------------------
# Login One
--------------------------------------------------------------*/
.login-one {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   padding: 112px 0px 120px;
   z-index: 1;
}

.login-one .container {
   max-width: 620px;
}

.login-one__form {
   position: relative;
   display: block;
}

.login-one__form .inner-title {
   position: relative;
   display: block;
   padding-bottom: 60px;
}

.login-one__form .inner-title h2 {
   font-size: 60px;
   line-height: 1.0em;
   font-weight: 700;
   text-transform: uppercase;
}

.login-one__form form {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
   padding: 60px 50px 52px;
}

.login-one__form form .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
}

.login-one__form form .input-box {
   position: relative;
   display: block;
}

.login-one__form form input[type="text"],
.login-one__form form input[type="email"],
.login-one__form form input[type="password"] {
   position: relative;
   display: block;
   border-radius: 10px;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   background-color: var(--glorify-primary);
   width: 100%;
   height: 60px;
   color: var(--glorify-gray);
   font-size: 16px;
   font-family: var(--glorify-font);
   font-weight: 400;
   font-style: normal;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   transition: all 500ms ease;
}

.login-one__form form input[type="text"]:focus,
.login-one__form form input[type="email"]:focus,
.login-one__form form input[type="password"]:focus {
   border-color: var(--glorify-base);
   background-color: var(--glorify-white);
}

.login-one__form form input[type="text"]::-webkit-input-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="text"]:-moz-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="text"]::-moz-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="text"]:-ms-input-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="email"]::-webkit-input-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="email"]:-moz-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="email"]::-moz-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form input[type="email"]:-ms-input-placeholder {
   color: var(--glorify-gray);
}

.login-one__form form .thm-btn {
   width: 100%;
   justify-content: space-between;
   border: none;
}

.login-one__form form .remember-forget {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-top: 24px;
}


.login-one__form form .checked-box1 {
   position: relative;
   display: block;
   min-height: 26px;
}

.login-one__form form .checked-box1 input[type="checkbox"] {
   display: none;
}

.login-one__form form .checked-box1 label {
   position: relative;
   display: inline-block;
   padding-left: 25px;
   color: var(--glorify-gray);
   font-size: 16px;
   line-height: 26px;
   font-weight: 400;
   cursor: pointer;
   font-family: var(--glorify-font);
}

.login-one__form form .checked-box1 input[type="checkbox"] + label span {
   position: absolute;
   display: block;
   top: 5px;
   left: 0;
   width: 16px;
   height: 16px;
   background-color: transparent;
   border: 1px solid #e3e4ea;
   cursor: pointer;
   border-radius: 4px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.login-one__form form .checked-box1 label span:before {
   position: absolute;
   top: 0px;
   left: 0px;
   bottom: 0;
   right: 0;
   content: "";
   width: 8px;
   height: 8px;
   background: var(--glorify-base);
   border-radius: 2px;
   margin: 3px auto 0px;
   transform: scale(0);
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked + label span {
   border-color: var(--glorify-base);
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked + label span:before {
   transform: scale(1.0);
}


.login-one__form form .forget {
   position: relative;
   display: block;
}

.login-one__form form .forget a {
   color: var(--glorify-black);
   font-size: 16px;
   line-height: 26px;
   font-family: var(--glorify-font);
   font-weight: 400;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.login-one__form form .forget a:hover {
   color: var(--glorify-base);
}

.login-one__form form .create-account {
   position: relative;
   display: block;
   padding-top: 25px;
}

.login-one__form form .create-account p {
   color: var(--glorify-black);
}

.login-one__form form .create-account p a {
   color: var(--glorify-base);
   font-weight: 500;
}


/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
   position: relative;
   display: block;
   padding: 90px 0 90px;
   z-index: 1;
}

.contact-info__single {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-primary);
   text-align: center;
   padding: 40px 30px 41px;
   height: 100%;
}

.contact-info__icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 70px;
   height: 70px;
   background-color: var(--glorify-base);
   border-radius: 50%;
   margin: 0 auto;
   z-index: 1;
}

.contact-info__icon:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   border-radius: 50%;
   background-color: var(--glorify-black);
   transform: scale(0);
   transform-origin: center;
   transform-style: preserve-3d;
   transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
   z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
   transform: scaleX(1);
}

.contact-info__icon span {
   position: relative;
   display: inline-block;
   font-size: 26px;
   color: var(--glorify-white);
   transition: all 500ms linear;
   transition-delay: 0.1s;
   transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
   transform: scale(0.9);
   color: var(--glorify-white);
}

.contact-info__single p {
   margin-top: 20px;
   margin-bottom: 5px;
   font-size: 18px;
   font-weight: bold;
   color: var(--glorify-base);
}

.contact-info__single h4 {
   font-size: 18px;
   font-weight: 500;
   line-height: 30px;
   color: var(--glorify-black);
}

.contact-info__single h4 a {
   color: var(--glorify-black);
}

.contact-info__single h4 a:hover {
   color: var(--glorify-base)
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
   position: relative;
   display: block;
   padding: 0 0 120px;
   z-index: 1;
}

.contact-page__inner {
   position: relative;
   display: block;
   background-color: var(--glorify-black);
   border-radius: var(--glorify-bdr-radius);
   padding: 60px 0 60px;
}

.contact-page__left {
   position: relative;
   display: block;
   margin-left: 60px;
   margin-right: 10px;
}

.google-map__one {
   position: relative;
   display: block;
   border: none;
   height: 523px;
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.contact-page__right {
   position: relative;
   display: block;
   margin-left: 20px;
   margin-right: 40px;
}

.contact-page__form-title {
   font-size: 45px;
   font-weight: 700;
   line-height: 1.2em;
   color: var(--glorify-white);
   margin-bottom: 26px;
   text-transform: uppercase;
}

.contact-page__form {
   position: relative;
   display: block;
}

.contact-page__input-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="tel"],
.contact-page__input-box .nice-select {
   height: 57px;
   width: 100%;
   background-color: rgba(var(--glorify-white-rgb), 0.03);
   border: 1px solid rgba(var(--glorify-white-rgb), .10);
   padding-left: 20px;
   padding-right: 20px;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: rgba(var(--glorify-white-rgb), .60);
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.contact-page__input-box textarea {
   font-size: 16px;
   color: rgba(var(--glorify-white-rgb), .60);
   height: 175px;
   width: 100%;
   background-color: rgba(var(--glorify-white-rgb), 0.03);
   border: 1px solid rgba(var(--glorify-white-rgb), .10);
   padding: 15px 20px 30px;
   border-radius: var(--glorify-bdr-radius);
   outline: none;
   font-weight: 400;
   position: relative;
   display: block;
}

.contact-page__input-box.text-message-box {
   height: 175px;
}


.contact-page__btn-box {
   position: relative;
   display: block;
}

.contact-page__btn-box .thm-btn {
   border: none;
}

.contact-page__btn-box .thm-btn:hover {
   color: var(--glorify-base);
}

.contact-page__btn-box .thm-btn span {
   background-color: var(--glorify-white);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.blog-details__left {
   position: relative;
   display: block;
}

.blog-details__img-box-1 {
   position: relative;
   display: block;
}

.blog-details__img {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.blog-details__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.blog-details__tag-one {
   position: absolute;
   bottom: 10px;
   right: 72px;
   z-index: 4;
}

.blog-details__tag-one a {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-white);
   font-size: 16px;
   color: var(--glorify-base);
   font-weight: 600;
   padding: 7px 25px 7px;
   border-radius: var(--glorify-bdr-radius);
   text-transform: uppercase;
   z-index: 1;
   font-family: var(--glorify-font-two);
}

.blog-details__tag-one a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.blog-details__date {
   position: absolute;
   bottom: 10px;
   right: 10px;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-base);
   width: 52px;
   height: 52px;
   border-radius: var(--glorify-bdr-radius);
   border: 1px solid rgba(var(--glorify-primary-rgb), .50);
}

.blog-details__date p {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   font-size: 18px;
   line-height: 20px;
   color: var(--glorify-white);
   font-weight: 500;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.blog-details__date span {
   font-size: 14px;
   font-weight: 500;
}

.blog-details__content {
   position: relative;
   display: block;
   margin-top: 30px;
}

.blog-details__user-and-meta {
   position: relative;
   display: flex;
   align-items: center;
   gap: 30px;
}

.blog-details__user {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 10px 15px 10px;
   z-index: 1;
}

.blog-details__user p {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: var(--glorify-gray);
}

.blog-details__user span {
   font-size: 18px;
   color: var(--glorify-base);
   font-weight: 700;
   position: relative;
   top: -2px;
}

.blog-details__meta {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
}

.blog-details__meta li {
   position: relative;
   display: block;
}

.blog-details__meta li a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   color: var(--glorify-gray);
}

.blog-details__meta li a span {
   color: var(--glorify-base);
}

.blog-details__meta li a:hover {
   color: var(--glorify-base);
}

.blog-details__title {
   font-size: 40px;
   font-weight: 700;
   line-height: 1.3em;
   margin-top: 30px;
   margin-bottom: 19px;
   text-transform: uppercase;
}

.blog-details__text-2 {
   margin-top: 21px;
   margin-bottom: 40px;
}

.blog-details__author-box {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 40px 40px 37px;
}

.blog-details__author-text {
   font-size: 20px;
   font-weight: 500;
   line-height: 30px;
   color: var(--glorify-base);
   margin-bottom: 20px;
   text-transform: uppercase;
}

.blog-details__author-name {
   font-size: 18px;
   font-weight: 600;
   line-height: 28px;
   text-align: right;
   color: var(--glorify-black);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.blog-details__author-name span {
   font-size: 16px;
   font-weight: 400;
   font-family: var(--glorify-font);
}

.blog-details__title-2 {
   font-size: 30px;
   font-weight: 600;
   line-height: 40px;
   margin-top: 41px;
   margin-bottom: 19px;
   text-transform: uppercase;
}

.blog-details__img-box {
   position: relative;
   display: block;
   margin-top: 29px;
   margin-bottom: 10px;
}

.blog-details__img-box-img {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.blog-details__img-box-img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.blog-details__title-3 {
   font-size: 28px;
   font-weight: 600;
   line-height: 38px;
   text-transform: uppercase;
}

.blog-details__text-4 {
   margin: 13px 0 25px;
}

.blog-details__points-box {
   position: relative;
   display: block;
}

.blog-details__points-box li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.blog-details__points-box li .icon {
   position: relative;
   display: inline-block;
}

.blog-details__points-box li .icon span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--glorify-base);
}

.blog-details__points-box li + li {
   margin-top: 8px;
}

.blog-details__tag-and-share {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 30px 40px 30px;
   margin-top: 45px;
   margin-bottom: 60px;
}

.blog-details__tag {
   position: relative;
   display: flex;
   align-items: center;
   gap: 17px;
}

.blog-details__tag-title {
   font-size: 22px;
   font-weight: 500;
   line-height: 32px;
   text-transform: uppercase;
}

.blog-details__tag-list {
   position: relative;
   display: flex;
   align-items: center;
   gap: 8px;
}

.blog-details__tag-list li {
   position: relative;
   display: block;
}

.blog-details__tag-list li a {
   position: relative;
   background-color: var(--glorify-white);
   color: var(--glorify-gray);
   padding: 7px 15px 7px;
   border-radius: 5px;
   display: inline-block;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
   font-weight: 500;
   font-size: 15px;
}

.blog-details__tag-list li a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.blog-details__share-box {
   position: relative;
   display: flex;
   align-items: center;
   gap: 17px;
}

.blog-details__share-title {
   font-size: 22px;
   font-weight: 500;
   line-height: 32px;
   text-transform: uppercase;
}

.blog-details__share {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.blog-details__share a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 35px;
   height: 35px;
   font-size: 14px;
   color: var(--glorify-black);
   background-color: var(--glorify-white);
   border-radius: 50%;
}

.blog-details__share a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.comment-one {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 40px 40px 40px;
}

.comment-one__single {
   position: relative;
   display: flex;
   align-items: flex-start;
   gap: 20px;
   background-color: var(--glorify-white);
   border-radius: var(--glorify-bdr-radius);
   padding: 29px 29px 30px;
}

.comment-one__single + .comment-one__single {
   margin-top: 30px;
}

.comment-one__image {
   position: relative;
   display: block;
   max-width: 70px;
   width: 100%;
}

.comment-one__image img {
   width: 100%;
   border-radius: 50%;
}

.comment-one__content {
   position: relative;
   display: block;
}

.comment-one__content span {
   color: var(--glorify-gray);
}

.comment-one__content h3 {
   font-size: 18px;
   font-weight: 500;
   line-height: 28px;
   margin-bottom: 3px;
   text-transform: uppercase;
}

.comment-one__content p {
   margin-top: 14px;
}

.comment-one__btn-box {
   position: absolute;
   top: 28px;
   right: 0px;
}

.comment-one__btn {
   position: relative;
   display: flex;
   align-items: center;
   gap: 7px;
   font-size: 14px;
   font-weight: 600;
   line-height: 14px;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
}

.comment-one__btn span {
   font-size: 14px;
   color: var(--glorify-base);
}

.comment-one__btn:hover {
   color: var(--glorify-base);
}

.comment-form {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 40px 40px 40px;
   margin-top: 60px;
}

.comment-form__title {
   font-size: 24px;
   font-weight: 600;
   line-height: 34px;
   text-transform: uppercase;
}

.comment-form__text {
   margin-top: 13px;
   margin-bottom: 33px;
}

.comment-one__form {
   position: relative;
   display: block;
}

.comment-form__input-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
   height: 60px;
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-white);
   border: none;
   padding-left: 20px;
   padding-right: 20px;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: var(--glorify-gray);
   display: block;
}

.comment-form__input-box textarea {
   font-size: 16px;
   color: var(--glorify-gray);
   height: 140px;
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   background-color: var(--glorify-white);
   border: none;
   padding: 20px 20px 30px;
   outline: none;
   font-weight: 400;
}

.comment-form__input-box.text-message-box {
   height: 140px;
}

.comment-form__btn-box {
   position: relative;
   display: block;
}

.comment-form__btn-box .thm-btn {
   border: none;
}

/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
   position: relative;
   display: block;
}

.sidebar__single + .sidebar__single {
   margin-top: 30px;
}

.sidebar__title-box {
   position: relative;
   display: inline-flex;
   align-items: center;
   gap: 7px;
   margin-bottom: 31px;
}

.sidebar__title {
   position: relative;
   display: inline-block;
   font-size: 22px;
   color: var(--glorify-black);
   font-weight: 600;
   line-height: 22px;
   text-transform: uppercase;
}

.sidebar__title-shape {
   position: relative;
   display: inline-block;
   width: 12px;
   height: 12px;
   border: 2px solid var(--glorify-base);
   background-color: transparent;
   border-radius: 3px;
   transform: rotate(45deg);
}

.sidebar__title-shape-2 {
   position: relative;
   display: inline-block;
   width: 12px;
   height: 12px;
   background-color: var(--glorify-base);
   border: 2px solid var(--glorify-primary);
   border-radius: 3px;
   transform: rotate(45deg);
   margin-left: -13px;
}

.sidebar__search {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   padding: 30px 30px 30px;
   border-radius: var(--glorify-bdr-radius);
}

.sidebar__search-form {
   position: relative;
}

.sidebar__search-form input[type="search"] {
   display: block;
   border: none;
   outline: none;
   background-color: var(--glorify-white);
   color: var(--glorify-gray);
   font-size: 16px;
   font-weight: 400;
   padding-left: 20px;
   height: 60px;
   width: 100%;
   padding-right: 60px;
   border-radius: var(--glorify-bdr-radius);
   border: none;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.sidebar__search-form ::-webkit-input-placeholder {
   color: var(--glorify-gray);
   opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
   color: var(--glorify-gray);
   opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
   color: var(--glorify-gray);
   opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
   color: var(--glorify-gray);
   opacity: 1;
}

.sidebar__search-form ::placeholder {
   color: var(--glorify-gray);
   opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
   color: var(--glorify-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
   color: var(--glorify-gray);
}

.sidebar__search-form button[type="submit"] {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   font-size: 18px;
   position: absolute;
   top: 5px;
   right: 5px;
   bottom: 5px;
   width: 50px;
   outline: none;
   border: none;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
   border-radius: 6px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
   background-color: var(--glorify-black);
   color: var(--glorify-white);
}

.sidebar__category {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 42px 30px 50px;
}

.sidebar__category-list {
   position: relative;
   display: block;
   margin: 0;
}

.sidebar__category-list li + li {
   position: relative;
   margin-top: 15px;
}

.sidebar__category-list li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-weight: 500;
   padding: 13px 25px 14px;
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
   background-color: var(--glorify-white);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   border-radius: 5px;
   text-transform: uppercase;
   overflow: hidden;
   z-index: 1;
}

.sidebar__category-list li a span {
   font-weight: 700;
}

.sidebar__category-list li a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 100%;
   background: var(--glorify-base);
   z-index: -1;
   transform: scaleY(0.0);
   transform-origin: left;
   transform-style: preserve-3d;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
   transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
   color: var(--glorify-white);
}

.sidebar__category-list li.active a {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.sidebar__post {
   position: relative;
   display: block;
   padding: 42px 30px 42px;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
}

.sidebar__post-box {
   position: relative;
   display: block;
}

.sidebar__post-single {
   position: relative;
   display: block;
}

.sidebar__post-single + .sidebar__post-single {
   margin-top: 27px;
}

.sidebar-post__img {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
}

.sidebar-post__img::before {
   content: '';
   position: absolute;
   top: 0%;
   right: 0%;
   width: 0;
   height: 100%;
   background-color: rgba(var(--glorify-base-rgb), .80);
   border-radius: var(--glorify-bdr-radius);
   -webkit-transform: translateX(90%, 90%);
   transform: translateX(90%, 90%);
   opacity: 0.70;
   z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
   -webkit-animation: circle .95s;
   animation: circle .95s;
   opacity: 1.0;
}

.sidebar-post__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
   transform: scale(1.0);
   transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
   opacity: 0.70;
   transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
   position: relative;
   margin-top: 18px;
}

.sidebar__post-content-box h3 {
   font-size: 18px;
   line-height: 28px;
   font-weight: 700;
   text-transform: uppercase;
}

.sidebar__post-content-box h3 a {
   color: var(--glorify-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
   color: var(--glorify-base);
}

.sidebar__contact {
   position: relative;
   display: block;
   padding: 40px 30px 40px;
   background-color: var(--glorify-black);
   border-radius: var(--glorify-bdr-radius);
   text-align: center;
   z-index: 1;
}

.sidebar__contact-bg {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   opacity: .20;
   mix-blend-mode: luminosity;
   background-attachment: scroll;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: var(--glorify-bdr-radius);
   z-index: -1;
}

.sidebar__contact-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   background-color: var(--glorify-white);
   border-radius: 50%;
   margin: 0 auto;
   margin-bottom: 24px;
}

.sidebar__contact-icon span {
   position: relative;
   display: inline-block;
   color: var(--glorify-base);
   font-size: 25px;
}

.sidebar__contact-text {
   position: relative;
   display: block;
}

.sidebar__contact-text p {
   color: var(--glorify-white);
}

.sidebar__contact-text h3 {
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   margin-top: 5px;
}

.sidebar__contact-text h3 a {
   color: var(--glorify-white);
}

.sidebar__contact-text h3 a:hover {
   color: var(--glorify-base);
}

.sidebar__contact-btn {
   position: relative;
   display: block;
   line-height: 0px;
   margin-top: 41px;
}

.sidebar__contact-btn .thm-btn span {
   background-color: var(--glorify-white);
}

.sidebar__contact-btn .thm-btn:hover {
   color: var(--glorify-base);
}

.sidebar__tags {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 41px 30px 40px;
   overflow: hidden;
}

.sidebar__tags-list {
   position: relative;
   display: block;
   margin-left: -5px;
   margin-right: -5px;
}

.sidebar__tags-list li {
   position: relative;
   display: inline-block;
   float: left;
   padding: 0px 5px 0px;
   margin-bottom: 10px;
}

.sidebar__tags-list li a {
   position: relative;
   display: block;
   color: var(--glorify-black);
   font-size: 15px;
   font-weight: 500;
   background: var(--glorify-white);
   padding: 6px 20px 7px;
   font-family: var(--glorify-font-two);
   border-radius: 5px;
   text-transform: uppercase;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
   color: var(--glorify-white);
   background: var(--glorify-base);
}

/*--------------------------------------------------------------
# Blog Right Sidebar
--------------------------------------------------------------*/
.blog-right-sidebar {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.blog-right-sidebar .blog-list__pagination {
   padding-top: 30px;
}

/*--------------------------------------------------------------
# Blog left Sidebar
--------------------------------------------------------------*/
.blog-left-sidebar {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.blog-left-sidebar .blog-list__pagination {
   padding-top: 30px;
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.blog-list__left {
   position: relative;
   display: block;
}

.blog-list__single {
   position: relative;
   display: block;
   margin-bottom: 38px;
}

.blog-list__img-box-1 {
   position: relative;
   display: block;
}

.blog-list__img {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.blog-list__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.blog-list__tag-one {
   position: absolute;
   bottom: 10px;
   right: 72px;
   z-index: 4;
}

.blog-list__tag-one a {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-white);
   font-size: 16px;
   color: var(--glorify-base);
   font-weight: 600;
   padding: 7px 25px 7px;
   border-radius: var(--glorify-bdr-radius);
   text-transform: uppercase;
   z-index: 1;
   font-family: var(--glorify-font-two);
}

.blog-list__tag-one a:hover {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
}

.blog-list__date {
   position: absolute;
   bottom: 10px;
   right: 10px;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-base);
   width: 52px;
   height: 52px;
   border-radius: var(--glorify-bdr-radius);
   border: 1px solid rgba(var(--glorify-primary-rgb), .50);
}

.blog-list__date p {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   font-size: 18px;
   line-height: 20px;
   color: var(--glorify-white);
   font-weight: 500;
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.blog-list__date span {
   font-size: 14px;
   font-weight: 500;
}

.blog-list__content {
   position: relative;
   display: block;
   margin-top: 30px;
}

.blog-list__user-and-meta {
   position: relative;
   display: flex;
   align-items: center;
   gap: 30px;
}

.blog-list__user {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 10px 15px 10px;
   z-index: 1;
}

.blog-list__user p {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: var(--glorify-gray);
}

.blog-list__user span {
   font-size: 18px;
   color: var(--glorify-base);
   font-weight: 700;
   position: relative;
   top: -2px;
}

.blog-list__meta {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
}

.blog-list__meta li {
   position: relative;
   display: block;
}

.blog-list__meta li a {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   color: var(--glorify-gray);
}

.blog-list__meta li a span {
   color: var(--glorify-base);
}

.blog-list__meta li a:hover {
   color: var(--glorify-base);
}

.blog-list__title {
   font-size: 36px;
   font-weight: 700;
   line-height: 1.3em;
   margin-top: 25px;
   margin-bottom: 15px;
   text-transform: uppercase;
}

.blog-list__title a {
   color: var(--glorify-black);
}

.blog-list__title a:hover {
   color: var(--glorify-base);
}

.blog-list__read-more {
   position: relative;
   display: inline-flex;
   align-items: center;
   gap: 5px;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
   color: var(--glorify-black);
   margin-top: 20px;
}

.blog-list__read-more:hover {
   color: var(--glorify-base);
}

.blog-list__read-more span {
   font-size: 14px;
   font-weight: 700;
   color: var(--glorify-base);
   position: relative;
}

.blog-list__read-more::before {
   content: "";
   position: absolute;
   bottom: 0px;
   left: 0;
   right: 0;
   height: 1px;
   background-color: var(--glorify-gray);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.blog-list__read-more:hover::before {
   background-color: var(--glorify-base);
}

.blog-list__pagination {
   position: relative;
   display: block;
   text-align: center;
}

.blog-list__pagination .pg-pagination li {
   display: inline-block;
   margin-right: 10px;
}

.blog-list__pagination .pg-pagination li a {
   height: 45px;
   width: 45px;
   text-align: center;
   line-height: 45px;
   display: inline-block;
   color: var(--glorify-black);
   font-weight: 500;
   font-size: 18px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-black-rgb), .20);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.blog-list__pagination .pg-pagination li:hover a,
.blog-list__pagination .pg-pagination li.active a {
   border: 1px solid var(--glorify-base);
   color: var(--glorify-black);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.blog-page .blog-list__pagination {
   padding-top: 30px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.service-details__left {
   position: relative;
   display: block;
}

.service-details__img {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.service-details__img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.service-details__title-1 {
   font-size: 38px;
   font-weight: 700;
   line-height: 48px;
   margin-top: 25px;
   margin-bottom: 25px;
   text-transform: uppercase;
}

.service-details__text-1 {
   font-size: 18px;
   font-weight: 500;
   line-height: 28px;
   color: var(--glorify-black);
   font-family: var(--glorify-font-two);
   text-transform: uppercase;
}

.service-details__text-2 {
   margin-top: 20px;
   margin-bottom: 41px;
}

.service-details__points-list {
   position: relative;
   display: block;
}

.service-details__points-list li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
}

.service-details__points-list li + li {
   margin-top: 16px;
}

.service-details__points-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
}

.service-details__points-list li .icon span {
   position: relative;
   display: inline-block;
   font-size: 20px;
   color: var(--glorify-base);
}

.service-details__points-list li p {
   color: var(--glorify-black);
}

.service-details__img-box {
   position: relative;
   display: block;
   margin-top: 40px;
   margin-bottom: 31px;
}

.service-details__img-box-single {
   position: relative;
   display: block;
   margin-bottom: 21px;
}

.service-details__img-box-img {
   position: relative;
   display: block;
   overflow: hidden;
   margin-bottom: 30px;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.service-details__img-box-img:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   opacity: 0;
   background: rgb(0, 0, 0);
   transition: all 0.5s ease;
   border-radius: var(--glorify-bdr-radius);
   z-index: 1;
}

.service-details__img-box-img:hover:before {
   opacity: 0.2;
}

.service-details__img-box-img img {
   width: 100%;
   transform: scale3d(1, 1, 1);
   transition: transform 1s ease-in-out;
   border-radius: var(--glorify-bdr-radius);
}

.service-details__img-box-img:hover img {
   transform: scale(1.06) rotate(0deg);
}

.service-details__img-box-content-single {
   position: relative;
   display: block;
   margin-bottom: 21px;
}

.service-details__img-box-content-icon-and-title {
   position: relative;
   display: flex;
   align-items: center;
   gap: 15px;
}

.service-details__img-box-content-icon {
   position: relative;
   display: flex;
   align-items: center;
}

.service-details__img-box-content-icon span {
   position: relative;
   display: inline-block;
   font-size: 36px;
   color: var(--glorify-base);
}

.service-details__img-box-content-title {
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   text-transform: uppercase;
}

.service-details__img-box-content-text {
   margin-top: 17px;
}

.service-details__faq-box {
   position: relative;
   display: block;
   margin-top: 30px;
}

.service-details__sidebar {
   position: relative;
   display: block;
}

.service-details__services-box {
   position: relative;
   display: block;
   padding: 31px 35px 40px;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
}

.service-details__services-title {
   font-size: 22px;
   font-weight: 600;
   line-height: 32px;
   margin-bottom: 28px;
   text-transform: uppercase;
}

.service-details__services-list {
   position: relative;
   display: block;
}

.service-details__services-list li {
   position: relative;
   display: block;
}

.service-details__services-list li + li {
   margin-top: 12px;
}

.service-details__services-list li a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--glorify-white);
   padding: 13px 20px 14px;
   font-size: 16px;
   font-weight: 500;
   text-transform: uppercase;
   color: var(--glorify-black);
   overflow: hidden;
   border-radius: var(--glorify-bdr-radius);
   font-family: var(--glorify-font-two);
   z-index: 1;
}

.service-details__services-list li:hover a {
   color: var(--glorify-white);
}

.service-details__services-list li.active a {
   color: var(--glorify-white);
}

.service-details__services-list li a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: var(--glorify-base);
   transition: -webkit-transform 0.5s ease;
   transition: transform 0.5s ease;
   transition: transform 0.5s ease, -webkit-transform 0.5s ease;
   transform-origin: bottom right;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   z-index: -1;
}

.service-details__services-list li:hover a::before {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transform-origin: top center;
}

.service-details__services-list li.active a::before {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transform-origin: top center;
}

.service-details__services-list li a span {
   color: var(--glorify-gray);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   font-size: 14px;
}

.service-details__services-list li:hover a span {
   color: var(--glorify-white);
}

.service-details__services-list li.active a span {
   color: var(--glorify-white);
}

.service-details__sidebar-contact {
   position: relative;
   display: block;
   margin: 30px 0 30px;
   padding: 50px 40px 50px;
   background-color: var(--glorify-black);
   border-radius: var(--glorify-bdr-radius);
   text-align: center;
   overflow: hidden;
   z-index: 1;
}

.service-details__sidebar-contact-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: .15;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   mix-blend-mode: luminosity;
   z-index: -1;
}

.service-details__sidebar-contact-content {
   position: relative;
   display: block;
}

.service-details__sidebar-contact-content .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   margin: 0 auto;
   background: var(--glorify-base);
   border-radius: 50%;
   overflow: hidden;
}

.service-details__sidebar-contact-content .icon span {
   position: relative;
   display: inline-block;
   color: var(--glorify-white);
   font-size: 20px;
   line-height: 20px;
}

.service-details__sidebar-contact-content h3 {
   font-size: 18px;
   line-height: 28px;
   font-weight: 500;
   margin: 20px 0 30px;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.service-details__sidebar-contact-content h3 a {
   color: var(--glorify-white);
}

.service-details__sidebar-contact-content h3 a:hover {
   color: var(--glorify-base);
}

.service-details__sidebar-contact-content p {
   font-weight: 500;
   text-transform: capitalize;
   color: var(--glorify-white);
}

.service-details__sidebar-contact-btn-box {
   position: relative;
   display: block;
   margin-top: 20px;
}

.service-details__sidebar-contact-btn-box .thm-btn:hover {
   color: var(--glorify-base);
}

.service-details__sidebar-contact-btn-box .thm-btn span {
   background-color: var(--glorify-white);
}

.service-details__sidebar-download-box {
   position: relative;
   display: block;
   padding: 31px 35px 40px;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
}

.service-details__sidebar-single-download {
   position: relative;
   display: block;
}

.service-details__sidebar-single-download ul {
   position: relative;
   display: block;
}

.service-details__sidebar-single-download ul li {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding: 14px 0px 14px;
   line-height: 0;
}

.service-details__sidebar-single-download ul li:first-child {
   padding-top: 0px;
}

.service-details__sidebar-single-download ul li:last-child {
   padding-bottom: 0px;
   border-bottom: none;
}

.service-details__sidebar-single-download ul li .content-box {
   position: relative;
   display: flex;
   align-items: center;
}

.service-details__sidebar-single-download ul li .content-box .icon {
   position: relative;
   display: block;
}

.service-details__sidebar-single-download ul li .content-box .icon span {
   position: relative;
   display: inline-block;
   color: var(--glorify-black);
   font-size: 45px;
   line-height: 45px;
}

.service-details__sidebar-single-download ul li .content-box .text-box {
   position: relative;
   display: block;
   margin-left: 17px;
   flex: 1;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 {
   font-size: 16px;
   line-height: 28px;
   font-weight: 600;
   text-transform: uppercase;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a {
   color: var(--glorify-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.service-details__sidebar-single-download ul li .content-box .text-box h2 a:hover {
   color: var(--glorify-base);
}

.service-details__sidebar-single-download ul li .content-box .text-box p {
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
   text-transform: capitalize;
}

.service-details__sidebar-single-download ul li .content-box .text-box p a {
   color: var(--glorify-gray);
}

.service-details__sidebar-single-download ul li .content-box .text-box p a:hover {
   color: var(--glorify-base);
}

.service-details__sidebar-single-download ul li .btn-box {
   position: relative;
   display: block;
}

.service-details__sidebar-single-download ul li .btn-box a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 45px;
   height: 45px;
   background: var(--glorify-base);
   border-radius: 2px;
   overflow: hidden;
}

.service-details__sidebar-single-download ul li .btn-box a:hover {
   background: var(--glorify-black);
}

.service-details__sidebar-single-download ul li .btn-box a span {
   position: relative;
   display: inline-block;
   color: var(--glorify-white);
   font-size: 20px;
   line-height: 20px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
   position: relative;
   display: block;
   padding: 120px 0 108px;
   z-index: 1;
}

.team-details__top {
   position: relative;
   display: block;
   padding-bottom: 40px;
   border-bottom: 1px solid rgba(var(--glorify-black-rgb), .10);
   margin-bottom: 37px;
}

.team-details__top-left {
   position: relative;
   display: block;
}

.team-details__img-1 {
   position: relative;
   display: block;
}

.team-details__img-1 img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.team-details__top-right {
   position: relative;
   display: block;
   margin-left: 30px;
   margin-top: -12px;
}

.team-details__client-box {
   position: relative;
   display: block;
}

.team-details__client-name {
   font-size: 28px;
   font-weight: 600;
   line-height: 44px;
   text-transform: uppercase;
}

.team-details__client-sub-title {
   position: relative;
   display: block;
   margin-top: 3px;
}

.team-details__social {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-top: 19px;
   margin-bottom: 30px;
}

.team-details__social a {
   position: relative;
   height: 40px;
   width: 40px;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
   align-items: center;
   -webkit-box-pack: center;
   justify-content: center;
   text-align: center;
   color: var(--glorify-base);
   font-size: 16px;
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   border: 1px solid var(--glorify-base);
   z-index: 1;
}

.team-details__social a:hover {
   color: var(--glorify-white);
   border: 1px solid var(--glorify-base);
}

.team-details__social a:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: "";
   background-color: var(--glorify-base);
   border-radius: 0%;
   transform: scale(0);
   transform-origin: center;
   transform-style: preserve-3d;
   transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
   z-index: -1;
}

.team-details__social a:hover:before {
   transform: scaleX(1);
}

.team-details__social a + a {
   margin-left: 10px;
}

.team-details__client-address {
   position: relative;
   display: block;
   border-top: 1px solid rgba(var(--glorify-black-rgb), .20);
   margin-top: 20px;
   padding-top: 20px;
}

.team-details__client-address li {
   position: relative;
   display: block;
}

.team-details__client-address li + li {
   margin-top: 16px;
}

.team-details__client-address li p {
   position: relative;
   display: flex;
   align-items: center;
   gap: 10px;
   color: var(--glorify-black);
}

.team-details__client-address li p span {
   color: var(--glorify-black);
}

.team-details__client-address li h4 {
   font-size: 18px;
   font-weight: 600;
   line-height: 28px;
   margin-top: 5px;
   font-family: var(--glorify-font);
}

.team-details__client-address li h4 a {
   color: var(--glorify-black);
}

.team-details__client-address li h4 a:hover {
   color: var(--glorify-base);
}

.team-details__bottom {
   position: relative;
   display: block;
}

.team-details__bottom-left {
   position: relative;
   display: block;
}

.team-details__bottom-title {
   font-size: 30px;
   font-weight: 600;
   line-height: 46px;
   margin-bottom: 13px;
   text-transform: uppercase;
}

.team-details__practice-area {
   position: relative;
   display: block;
   margin-top: 15px;
}

.team-details__practice-area-title {
   font-size: 22px;
   font-weight: 600;
   line-height: 22px;
   text-transform: uppercase;
   margin-bottom: 10px;
}

.team-details__practice-area-list-box {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 50px;
}

.team-details__practice-area-list {
   position: relative;
   display: block;
}

.team-details__practice-area-list li {
   position: relative;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 8px;
}

.team-details__practice-area-list li .icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 6px;
   width: 6px;
   background-color: var(--glorify-base);
}

.team-details__practice-area-list li .text {
   position: relative;
   display: block;
   flex: 1;
}

.team-details__practice-area-list li .text p {
   font-weight: 500;
   color: var(--glorify-base);
}


.team-details__bottom-right {
   position: relative;
   display: block;
}

.team-details__progress-title-1 {
   font-size: 30px;
   font-weight: 600;
   line-height: 46px;
   margin-bottom: 23px;
   text-transform: uppercase;
}

.team-details__progress-list {
   position: relative;
   display: block;
}

.team-details__progress-list li {
   position: relative;
   display: block;
}

.team-details__progress-list li + li {
   margin-top: 20px;
}

.team-details__progress {
   position: relative;
   display: block;
}

.team-details__progress-title {
   font-size: 18px;
   font-weight: 600;
   line-height: 28px;
   color: var(--glorify-black);
   margin-bottom: 11px;
   text-transform: uppercase;
}

.team-details__progress .bar {
   position: relative;
   width: 100%;
   height: 10px;
   background-color: var(--glorify-primary);
   border-radius: 6px;
}

.team-details__progress .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 10px;
   border-radius: 5px;
   background-color: var(--glorify-base);
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
}

.team-details__progress .count-text {
   position: absolute;
   right: -18px;
   bottom: 22px;
   color: var(--glorify-black);
   line-height: 26px;
   font-size: 18px;
   text-align: center;
   font-weight: 600;
   font-family: var(--glorify-font);
   opacity: 0;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
   opacity: 1;
}

.team-details__progress .bar.marb-0 {
   margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Details Contact
--------------------------------------------------------------*/
.team-details-contact {
   position: relative;
   display: block;
   padding: 0px 0 120px;
   z-index: 1;
}

.team-details-contact .container {
   max-width: 830px;
}

.team-details-contact__inner {
   position: relative;
   display: block;
   text-align: center;
}

.team-details-contact__form {
   position: relative;
   display: block;
}

.team-details-contact__input-box {
   position: relative;
   display: block;
   margin-bottom: 30px;
}

.team-details-contact__input-box input[type="text"],
.team-details-contact__input-box input[type="email"] {
   height: 60px;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: var(--glorify-gray);
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.team-details-contact__input-box .select-box {
   width: 100%;
}

.team-details-contact__input-box .nice-select {
   height: 60px;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
   font-size: 16px;
   color: var(--glorify-gray);
   font-weight: 400;
   border-radius: var(--glorify-bdr-radius);
   line-height: 60px;
   display: block;
   float: none;
}

.team-details-contact__input-box .nice-select:after {
   position: absolute;
   top: 22px;
   right: 30px;
   width: 8px;
   height: 8px;
   border-bottom: 2px solid var(--glorify-gray);
   border-right: 2px solid var(--glorify-gray);
   margin-top: 0px;
   z-index: 10;
}

.team-details-contact__input-box textarea {
   height: 200px;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding: 15px 30px 30px;
   outline: none;
   font-size: 16px;
   font-weight: 400;
   color: var(--glorify-gray);
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.team-details-contact__input-box.text-message-box {
   height: 200px;
}

.team-details-contact__btn-box {
   position: relative;
   display: block;
}

.team-details-contact__btn-box .thm-btn {
   border: none;
}

.team-details-contact__btn-box .thm-btn:hover {
   border: none;
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
   position: relative;
   display: block;
   padding: 120px 0 120px;
   z-index: 1;
}

.project-details__left {
   position: relative;
   display: block;
}

.projects-details__img {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
}

.projects-details__img-single {
   position: relative;
   display: block;
   border-radius: var(--glorify-bdr-radius);
   overflow: hidden;
}

.projects-details__img-single img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.projects-details__img-carousel.owl-theme .owl-nav {
   margin-top: 0px;
   position: absolute;
   top: 50%;
   left: 40px;
   right: 40px;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .5s;
   transition-property: all;
   transform-origin: bottom;
   transform-style: preserve-3d;
   line-height: 0;
   height: 0;
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
   z-index: 999;
}

.projects-details__img-carousel.owl-carousel .owl-nav button.owl-prev,
.projects-details__img-carousel.owl-carousel .owl-nav button.owl-next {
   position: relative;
   display: inline-block;
   width: 55px;
   height: 55px;
   border-radius: 50%;
   background-color: var(--glorify-primary);
   color: var(--glorify-base);
   font-size: 18px;
   font-weight: 700;
   outline: none;
   transition: all 200ms linear;
   transition-delay: 0.1s;
   z-index: 1;
}

.projects-details__img-carousel.owl-carousel .owl-nav button.owl-prev {
   transform: rotate(180deg);
}

.projects-details__img-carousel.owl-carousel .owl-nav button.owl-prev::before,
.projects-details__img-carousel.owl-carousel .owl-nav button.owl-next::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: var(--glorify-base);
   transform: scale(0.6);
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
   z-index: -1;
}

.projects-details__img-carousel.owl-carousel .owl-nav button.owl-prev:hover::before,
.projects-details__img-carousel.owl-carousel .owl-nav button.owl-next:hover::before {
   transform: scale(1.0);
   opacity: 1;
}

.projects-details__img-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.projects-details__img-carousel.owl-carousel .owl-nav button.owl-next:hover {
   border-color: var(--glorify-base);
   color: var(--glorify-white);
}

.projects-details__img-carousel.owl-carousel .owl-nav button.owl-prev span::before,
.projects-details__img-carousel.owl-carousel .owl-nav button.owl-next span::before {
   font-weight: 700;
   line-height: 53px;
}

.project-details__title-1 {
   font-size: 38px;
   font-weight: 700;
   line-height: 48px;
   text-transform: uppercase;
   margin-top: 31px;
   margin-bottom: 19px;
}

.project-details__title-2 {
   font-size: 38px;
   font-weight: 700;
   line-height: 48px;
   text-transform: uppercase;
   margin-top: 52px;
   margin-bottom: 19px;
}

.project-details__text-and-img {
   position: relative;
   display: flex;
   align-items: center;
   gap: 35px;
   margin-top: 31px;
   margin-bottom: 61px;
}

.project-details__text-img {
   position: relative;
   display: block;
}

.project-details__text-img img {
   width: auto;
   border-radius: var(--glorify-bdr-radius);
}

.project-details__title-3 {
   font-size: 38px;
   font-weight: 700;
   line-height: 48px;
   text-transform: uppercase;
}

.project-details__text-4 {
   margin-top: 29px;
   margin-bottom: 31px;
}

.project-details__img-and-points {
   position: relative;
   display: flex;
   align-items: center;
   gap: 20px;
}

.project-details__points-img {
   position: relative;
   display: block;
   max-width: 400px;
   width: 100%;
}

.project-details__points-img img {
   width: 100%;
   border-radius: var(--glorify-bdr-radius);
}

.project-details__points {
   position: relative;
   display: block;
}

.project-details__points li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 14px;
}

.project-details__points li + li {
   margin-top: 16px;
}

.project-details__points li .icon {
   position: relative;
   display: inline-block;
}

.project-details__points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   color: var(--glorify-base);
}

.project-details__points li p {
   color: var(--glorify-black);
}

.project-details__sidebar {
   position: relative;
   display: block;
}

.project-details__information {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 40px 40px 40px;
   margin-bottom: 30px;
}

.project-details__information-title {
   font-size: 24px;
   font-weight: 600;
   line-height: 34px;
   margin-bottom: 30px;
   text-transform: uppercase;
}

.project-details__information-list {
   position: relative;
   display: block;
}

.project-details__information-list li {
   position: relative;
   display: block;
   background-color: var(--glorify-white);
   border-radius: var(--glorify-bdr-radius);
   padding: 18px 30px 19px;
}

.project-details__information-list li + li {
   margin-top: 12px;
}

.project-details__information-list li h4 {
   font-size: 16px;
   font-weight: 700;
   line-height: 26px;
   text-transform: uppercase;
   color: var(--glorify-black);
   margin-bottom: 4px;
}

.project-details__get-started {
   position: relative;
   display: block;
   background-color: var(--glorify-primary);
   border-radius: var(--glorify-bdr-radius);
   padding: 40px 40px 40px;
}

.project-details__get-started-title {
   font-size: 28px;
   font-weight: 600;
   line-height: 38px;
   text-transform: uppercase;
}

.project-details__get-started-text {
   margin-top: 18px;
   margin-bottom: 29px;
}

.project-details__get-started-points {
   position: relative;
   display: block;
}

.project-details__get-started-points li {
   position: relative;
   display: flex;
   align-items: center;
   gap: 14px;
}

.project-details__get-started-points li + li {
   margin-top: 11px;
}

.project-details__get-started-points li .icon {
   position: relative;
   display: inline-block;
   top: 5px;
}

.project-details__get-started-points li .icon span {
   position: relative;
   display: inline-block;
   font-size: 18px;
   color: var(--glorify-base);
}

.project-details__get-started-points li p {
   color: var(--glorify-black);
}

.project-details__get-started-points li p a {
   color: var(--glorify-black);
}

.project-details__get-started-points li p a:hover {
   color: var(--glorify-base);
}

.project-details__get-started-btn-box {
   position: relative;
   display: block;
   margin-top: 30px;
}

.project-details__previous-next {
   position: relative;
   display: block;
   margin-top: 60px;
}

.project-details__previous-next ul {
   position: relative;
   display: flex;
   align-items: center;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   padding: 15px 20px 15px;
   border-radius: var(--glorify-bdr-radius);
}

.project-details__previous-next ul li {
   position: relative;
   display: flex;
   align-items: center;
   width: 50%;
}

.project-details__previous-next ul li::before {
   position: absolute;
   top: -16px;
   right: 0;
   bottom: -16px;
   width: 1px;
   background: rgba(var(--glorify-black-rgb), .10);
   content: "";
}

.project-details__previous-next ul li:last-child:before {
   display: none;
}

.project-details__previous-next ul li:nth-child(2) {
   float: right;
   text-align: right;
}

.project-details__previous-next ul li:nth-child(2) .text-box {
   margin-left: 0px;
   margin-right: 20px;
}

.project-details__previous-next ul li:nth-child(2) .icon a {
   clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.project-details__previous-next ul li .icon {
   position: relative;
   display: block;
}

.project-details__previous-next ul li .icon a {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 50px;
   height: 40px;
   background: var(--glorify-base);
   color: var(--glorify-white);
   clip-path: polygon(0 0, 79% 0, 100% 100%, 0 100%);
}

.project-details__previous-next ul li .icon a:hover {
   background: var(--glorify-black);
}

.project-details__previous-next ul li .icon a span {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 15px;
   font-weight: 700;
}

.project-details__previous-next ul li:nth-child(1) .icon a span {
   transform: rotate(-180deg);
}

.project-details__previous-next ul li .text-box {
   position: relative;
   display: block;
   flex: 1;
   margin-left: 20px;
}

.project-details__previous-next ul li .text-box a {
   color: var(--glorify-black);
   font-size: 16px;
   line-height: 26px;
   font-weight: 600;
   text-transform: uppercase;
   font-family: var(--glorify-font-two);
}

.project-details__previous-next ul li .text-box a:hover {
   color: var(--glorify-base);
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

.testimonials-page .testimonial-one__single {
   margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
   position: relative;
   display: block;
   padding: 120px 0 90px;
   z-index: 1;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
   position: relative;
   display: block;
   padding: 120px 0 110px;
   z-index: 1;
}

.faq-page .faq-one__right {
   margin-bottom: 10px;
}

/***
=====================================================
    Error Page
=====================================================
***/
.error-page {
   position: relative;
   display: block;
   padding: 200px 0px 100px;
   z-index: 1;
}

.error-page__wrapper {
   position: relative;
   display: block;
}

.error-page__content {
   position: relative;
   display: block;
}

.error-page__content h2 {
   color: transparent;
   -webkit-text-stroke: 5px var(--glorify-base);
   font-size: 230px;
   line-height: 0.9em;
   font-weight: 700;
   margin-bottom: 15px;
}

.error-page__content h3 {
   font-size: 50px;
   line-height: 1.1em;
   font-weight: 600;
   margin-bottom: 18px;
   text-transform: uppercase;
}

.error-page__content p {
   font-weight: 500;
   margin: 0px;
}

.error-page__form {
   position: relative;
   display: block;
   margin: 25px auto 20px;
}

.error-page__form-input {
   position: relative;
   display: block;
   max-width: 550px;
   width: 100%;
   margin: 0 auto;
}

.error-page__form input[type="search"] {
   height: 60px;
   width: 100%;
   outline: none;
   background-color: transparent;
   border: 1px solid rgba(var(--glorify-black-rgb), .10);
   font-size: 16px;
   color: var(--glorify-gray);
   font-weight: 500;
   padding-left: 30px;
   padding-right: 60px;
   border-radius: var(--glorify-bdr-radius);
}

.error-page__form button[type="submit"] {
   background-color: var(--glorify-base);
   color: var(--glorify-white);
   font-size: 17px;
   position: absolute;
   top: 0;
   right: 0px;
   bottom: 0;
   width: 60px;
   outline: none;
   border: none;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
   background-color: var(--glorify-black);
}

.error-page__content .btn-box {
   position: relative;
   display: block;
   line-height: 0;
}

/***
=============================================
History Page
=============================================
***/
.history-page {
   position: relative;
   display: block;
   padding: 120px 0px 42px;
   z-index: 1;
}

.history-page__line {
   position: absolute;
   top: 120px;
   left: 50%;
   transform: translateX(-50%);
   bottom: 119px;
   width: 1px;
   background: rgba(var(--glorify-black-rgb), .15);
}

.history-page__single {
   position: relative;
   display: block;
   margin-bottom: 70px;
}

.history-page__single .year-box {
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 90px;
   height: 90px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   background: var(--glorify-base);
   border-radius: 50%;
   color: var(--glorify-white);
   font-size: 22px;
   line-height: 32px;
   font-weight: 700;
}

.history-page__single .year-box::before {
   position: absolute;
   top: -5px;
   left: -5px;
   bottom: -5px;
   right: -5px;
   border: 1px solid var(--glorify-base);
   border-radius: 50%;
   content: "";
}

.history-page__single-img {
   position: relative;
   display: block;
   padding-right: 85px;
}

.history-page__single-img-inner {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 10px;
}

.history-page__single-img-inner img {
   width: 100%;
}

.history-page__single-content {
   position: relative;
   display: block;
   padding-left: 85px;
   margin-top: -8px;
}

.history-page__single.style2 .history-page__single-content {
   padding-left: 0px;
   padding-right: 85px;
   text-align: right;
}

.history-page__single.style2 .history-page__single-img {
   padding-right: 0px;
   padding-left: 85px;
}

.history-page__single-content h2 {
   font-size: 28px;
   line-height: 38px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 23px;
}

.history-page__single-content p {
   margin: 0;
}

/*--------------------------------------------------------------
# Sliding Text Three
--------------------------------------------------------------*/
.sliding-text-three {
   padding: 0px 0px 0px;
}

/*--------------------------------------------------------------
# About Page Services
--------------------------------------------------------------*/
.about-page-services {
   padding: 0px 0px 90px;
}

/*--------------------------------------------------------------
# About Page Portfolio
--------------------------------------------------------------*/
.about-page-portfolio {
   padding: 0px 0px 90px;
}

/* ===== TERMS SECTION PREMIUM DESIGN ===== */

.terms-section {
    background: #f9fbff;
    position: relative;
    z-index: 1;
}

.terms-section ul li a{
    color:#0d6efd !important;
}

.terms-section ul li a:hover{
    text-decoration:underline;
}

.terms-section .container {
    max-width: 1000px;
}

/* Card Style Wrapper Effect */
.terms-section .container {
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

/* Headings */
.terms-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0d1b2a;
    margin-top: 30px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}

/* Left Accent Line */
.terms-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 70%;
    background: var(--glorify-base);
    border-radius: 5px;
}

/* Paragraph */
.terms-section p {
    font-size: 15.5px;
    color: #5a6a85;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* List Styling */
.terms-section ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.terms-section ul li {
    font-size: 15.5px;
    color: #5a6a85;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

/* Custom Bullet */
.terms-section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 14px;
}

/* Hover subtle effect */
.terms-section .container:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {

    .terms-section {
        padding: 40px 0 !important;
    }

    .terms-section .container {
        padding: 25px;
        border-radius: 12px;
    }

    .terms-section h2 {
        font-size: 20px;
    }

    .terms-section p,
    .terms-section ul li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .terms-section .container {
        padding: 20px;
    }

    .terms-section h2 {
        font-size: 18px;
    }
}

/*--- services page styles ---*/

.services_page_header{
    background-color: aliceblue;
    padding: 200px 0 60px;
}

.services_page_header h1{
    font-size: 40px;
    margin-bottom: 20px;
}

.services_page_header h3{
    font-size: 22px;
    margin-bottom: 15px;
}

/* ── Parent class: all styles scoped under .mdis-choose-section ── */
.mdis-choose-section {
  background: #f5f5f5;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.mdis-choose-section .mdis-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 480px;
}

/* ── LEFT ── */
.mdis-choose-section .mdis-left {
  background: #f5f5f5;
  padding: 56px 48px 56px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mdis-choose-section .mdis-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0 0 32px;
}

/* ── Cards Grid ── */
.mdis-choose-section .mdis-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mdis-choose-section .mdis-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: default;
}

.mdis-choose-section .mdis-card:hover {
  transform: translateY(-3px);
  box-shadow: rgb(249 77 0 / 20%) 0px 8px 24px;
  border-color: rgb(249 77 0 / 31%);
}

/* Red circle icon */
.mdis-choose-section .mdis-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgb(249 77 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mdis-choose-section .mdis-icon i {
  font-size: 22px;
  color: #ffffff;
}

.mdis-choose-section .mdis-card-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
}

/* ── RIGHT IMAGE ── */
.mdis-choose-section .mdis-right {
  position: relative;
  overflow: hidden;
}

.mdis-choose-section .mdis-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Subtle red overlay tint */
.mdis-choose-section .mdis-right::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(232,25,44,0.06) 0%, transparent 55%);
  pointer-events: none;
}

/* Floating badge over image */
.mdis-choose-section .mdis-float-badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  border-left: 3px solid #e8192c;
  border-radius: 8px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mdis-choose-section .mdis-float-badge i {
  font-size: 16px;
  color: #e8192c;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .mdis-choose-section .mdis-inner {
    grid-template-columns: 1fr;
  }
  .mdis-choose-section .mdis-left {
    padding: 40px 24px;
  }
  .mdis-choose-section .mdis-right {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .mdis-choose-section .mdis-cards {
    grid-template-columns: 1fr;
  }
  .mdis-choose-section .mdis-section-title {
    font-size: 22px;
  }
}

   /* ══════════════════════════════════════
       SECTION WRAPPER
    ══════════════════════════════════════ */
    .mdis-section {
      position: relative;
      width: 100%;
      padding: 4rem 3.5rem;
      background: var(--bg-2);
      border: 1px solid var(--gold-border);
      overflow: hidden;
      isolation: isolate;
    }

    /* Ambient glow blobs */
    .mdis-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 55% 45% at 75% 15%, rgba(201,168,76,0.09) 0%, transparent 65%),
        radial-gradient(ellipse 40% 55% at 10% 85%, rgba(201,168,76,0.06) 0%, transparent 60%);
      pointer-events: none;
      z-index: 0;
    }

    /* Decorative corner ring */
    .mdis-section::after {
      content: '';
      position: absolute;
      bottom: -60px; right: -60px;
      width: 200px; height: 200px;
      border: 1px solid var(--gold-border);
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
    }

    /* ══════════════════════════════════════
       GRID  (matches screenshot: left | right)
    ══════════════════════════════════════ */
    .mdis-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    /* ══════════════════════════════════════
       LEFT COLUMN
    ══════════════════════════════════════ */
    .mdis-left {
      display: flex;
      flex-direction: column;
      gap: 1.4rem;
    }

    /* Main heading */
    .mdis-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 3.2vw, 2.6rem);
      font-weight: 700;
      line-height: 1.18;
      color: var(--text);
    }

    .mdis-heading .gold-italic {
      font-style: italic;
      color: var(--gold-light);
    }

    /* Gold rule */
    .mdis-rule {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .mdis-rule-line {
      width: 40px; height: 1px;
      background: linear-gradient(to right, var(--gold), transparent);
    }
    .mdis-rule-dot {
      width: 4px; height: 4px;
      border-radius: 50%;
      background: var(--gold);
    }

    /* Body copy */
    .mdis-copy {
      font-size: 14.5px;
      font-weight: 300;
      line-height: 1.85;
      color: var(--text-sub);
    }

    /* CTA */
    .mdis-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 55%, var(--gold-light) 100%);
      color: #080A10;
      border: none;
      border-radius: var(--radius-md);
      padding: 13px 26px;
      font-family: 'Outfit', sans-serif;
      font-size: 13.5px;
      font-weight: 600;
      letter-spacing: 0.04em;
      cursor: pointer;
      width: fit-content;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 24px rgba(201,168,76,0.22);
      transition: transform var(--transition), box-shadow var(--transition);
    }

    .mdis-cta::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.12);
      opacity: 0;
      transition: opacity var(--transition);
    }

    .mdis-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(201,168,76,0.35);
    }

    .mdis-cta:hover::after { opacity: 1; }
    .mdis-cta:active { transform: scale(0.97); }

    .mdis-cta-arr {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px; height: 20px;
      border-radius: 50%;
      background: rgba(0,0,0,0.18);
      font-size: 12px;
      transition: transform var(--transition);
    }

    .mdis-cta:hover .mdis-cta-arr { transform: translateX(3px); }
    
    /* ══════════════════════════════════════
       TOKENS
    ══════════════════════════════════════ */
    :root {
      /* Brand palette */
      --gold:           #C9A84C;
      --gold-light:     #E8C97A;
      --gold-dark:      #8A6820;
      --gold-glow:      rgba(201,168,76,0.18);
      --gold-border:    rgba(201,168,76,0.25);
      --gold-border-hv: rgba(201,168,76,0.55);

      /* Dark surfaces */
      --bg:             #090C13;
      --bg-2:           #0E1219;
      --bg-3:           #131824;
      --surface:        #181E2E;
      --surface-2:      #1E2538;

      /* Text */
      --text:           #EDE9DF;
      --text-sub:       #7A8099;
      --text-accent:    var(--gold-light);

      /* Misc */
      --radius-sm:  8px;
      --radius-md:  14px;
      --radius-lg:  22px;
      --radius-xl:  32px;
      --transition: 0.25s ease;
    }
    

    /* ══════════════════════════════════════
       RIGHT COLUMN  – scrolling services
    ══════════════════════════════════════ */
    .mdis-right { position: relative; }

    .mdis-right-eyebrow {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-sub);
      margin-bottom: 1rem;
    }

    .mdis-right-eyebrow::before {
      content: '';
      display: block;
      width: 22px; height: 1px;
      background: var(--gold);
    }

    /* Scroll window */
    .mdis-scroll-wrap {
      height: 320px;
      overflow: hidden;
      position: relative;
      border-radius: var(--radius-lg);
      border: 1px solid var(--gold-border);
      background: var(--bg-3);
    }

    /* Fade masks */
    .mdis-scroll-wrap::before,
    .mdis-scroll-wrap::after {
      content: '';
      position: absolute;
      left: 0; right: 0;
      height: 80px;
      z-index: 2;
      pointer-events: none;
    }

    .mdis-scroll-wrap::before {
      top: 0;
      background: linear-gradient(to bottom, var(--bg-3) 0%, transparent 100%);
    }

    .mdis-scroll-wrap::after {
      bottom: 0;
      background: linear-gradient(to top, var(--bg-3) 0%, transparent 100%);
    }

    /* Scrolling track */
    .mdis-track {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 14px;
      animation: scrollUp 11s linear infinite;
    }

    .mdis-track:hover { animation-play-state: paused; }

    @keyframes scrollUp {
      0%   { transform: translateY(0); }
      100% { transform: translateY(-50%); }
    }

    /* Service card */
    .mdis-svc {
      display: grid;
      grid-template-columns: 44px 1fr auto;
      align-items: center;
      gap: 14px;
      background: var(--surface);
      border: 1px solid var(--gold-border);
      border-radius: var(--radius-md);
      padding: 13px 16px;
      cursor: default;
      transition: background var(--transition), border-color var(--transition), transform var(--transition);
    }

    .mdis-svc:hover {
      background: var(--surface-2);
      border-color: var(--gold-border-hv);
      transform: translateX(5px);
    }

    .mdis-svc-icon {
      width: 44px; height: 44px;
      border-radius: var(--radius-sm);
      background: rgba(201,168,76,0.09);
      border: 1px solid var(--gold-border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
      transition: background var(--transition);
    }

    .mdis-svc:hover .mdis-svc-icon {
      background: rgba(201,168,76,0.2);
    }

    .mdis-svc-name {
      font-size: 13.5px;
      font-weight: 500;
      color: var(--text);
      letter-spacing: 0.01em;
    }

    .mdis-svc-pill {
      font-size: 9.5px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--gold);
      background: rgba(201,168,76,0.1);
      border: 1px solid var(--gold-border);
      padding: 3px 9px;
      border-radius: 100px;
      opacity: 0;
      transition: opacity var(--transition);
      white-space: nowrap;
    }

    .mdis-svc:hover .mdis-svc-pill { opacity: 1; }

    /* ══════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════ */

    /* Tablet */
    @media (max-width: 900px) {
      .mdis-section { padding: 3rem 2.5rem; }
      .mdis-grid { gap: 2.5rem; }
    }

    /* Mobile */
    @media (max-width: 680px) {
      .mdis-section {
        padding: 2.5rem 1.5rem;
        border-radius: var(--radius-lg);
      }
      .mdis-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }
      .mdis-copy { max-width: 100%; }
      .mdis-scroll-wrap { height: 260px; }
    }

    /* Small mobile */
    @media (max-width: 420px) {
      .mdis-section { padding: 2rem 1rem; }
      .mdis-heading { font-size: 1.7rem; }
    }

      /* ---------- Hero / Banner ---------- */
      .mds-portfolio-hero{
         position:relative;
         padding:200px 0 90px;
         text-align:center;
         background:linear-gradient(135deg, #0b1b33 0%, #14284a 55%, #0b1b33 100%);
         overflow:hidden;
      }
      .mds-portfolio-hero::before{
         content:"";
         position:absolute; inset:0;
         background-image:radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06) 0, transparent 40%),
                           radial-gradient(circle at 80% 80%, rgba(255,255,255,0.05) 0, transparent 45%);
         pointer-events:none;
      }
      .mds-portfolio-hero__tag{
         display:inline-block;
         color:#ffffff;
         letter-spacing:2px;
         text-transform:uppercase;
         font-size:13px;
         font-weight:600;
         padding:6px 18px;
         border:1px solid rgba(255,255,255,.25);
         border-radius:30px;
         margin-bottom:18px;
      }
      .mds-portfolio-hero h1{
         color:#ffffff;
         font-size:44px;
         font-weight:700;
         margin-bottom:14px;
      }
      .mds-portfolio-hero p{
         color:rgba(255,255,255,.75);
         max-width:640px;
         margin:0 auto;
         font-size:16px;
         line-height:1.7;
      }
      .mds-breadcrumb{
         margin-top:22px;
         font-size:14px;
      }
      .mds-breadcrumb a{ color:rgba(255,255,255,.7); text-decoration:none; }
      .mds-breadcrumb a:hover{ color:#ffffff; }
      .mds-breadcrumb span{ color:rgba(255,255,255,.4); margin:0 8px; }
      .mds-breadcrumb strong{ color:#ffffff; font-weight:600; }

      /* ---------- Section spacing ---------- */
      .mds-portfolio-section{ padding:90px 0; }

      /* ---------- Portfolio grid (all items always visible, no filter tabs) ---------- */
      .mds-portfolio-grid{ display:flex; flex-wrap:wrap; margin:0 -15px; }
      .mds-portfolio-item{
         width:33.333%;
         padding:0 15px;
         margin-bottom:30px;
      }

      /* ---------- Card: browser-window style, whole card is a clickable link ---------- */
      .mds-pf-card{
         position:relative;
         display:block;
         border-radius:16px;
         overflow:hidden;
         background:#ffffff;
         border:1px solid rgba(11,27,51,.10);
         box-shadow:0 4px 18px rgba(11,27,51,.06);
         text-decoration:none;
         opacity:0;
         transform:translateY(28px);
         transition:opacity .6s ease, transform .6s ease, box-shadow .3s ease;
      }
      .mds-pf-card.mds-in-view{ opacity:1; transform:translateY(0); }
      .mds-pf-card:hover{
         box-shadow:0 18px 34px rgba(11,27,51,.14);
         transform:translateY(-6px);
      }
      .mds-pf-card.mds-in-view:hover{ transform:translateY(-8px); }

      /* fake browser chrome bar */
      .mds-pf-card__bar{
         display:flex;
         align-items:center;
         gap:8px;
         padding:12px 16px;
         background:#f1efe9;
         border-bottom:1px solid rgba(11,27,51,.10);
      }
      .mds-pf-card__bar .mds-dot{ width:9px; height:9px; border-radius:50%; flex-shrink:0; }
      .mds-dot-red{ background:#ff5f57; }
      .mds-dot-yellow{ background:#febc2e; }
      .mds-dot-green{ background:#28c840; }
      .mds-pf-card__url{
         background:#ffffff;
         border-radius:999px;
         padding:5px 14px;
         font-size:12.5px;
         color:#6b6a66;
         margin-left:8px;
         flex:1;
         overflow:hidden;
         text-overflow:ellipsis;
         white-space:nowrap;
         border:1px solid rgba(11,27,51,.10);
      }

      .mds-pf-card__shot{
         position:relative;
         width:100%;
         padding-top:70%; /* aspect ratio box, responsive */
         overflow:hidden;
      }
      .mds-pf-card__shot img{
         position:absolute; inset:0;
         width:100%; height:100%;
         object-fit:cover;
         transition:transform .6s cubic-bezier(.2,.8,.2,1);
      }
      .mds-pf-card:hover .mds-pf-card__shot img{ transform:scale(1.07); }

      .mds-pf-card__badge{
         position:absolute; top:14px; right:14px; z-index:2;
         background:rgba(255,255,255,.92);
         color:#0b1b33;
         font-size:12px;
         font-weight:600;
         padding:6px 14px;
         border-radius:999px;
      }
      .mds-pf-card__go{
         position:absolute; bottom:14px; right:14px; z-index:2;
         width:44px; height:44px;
         border-radius:50%;
         background:#f0505f;
         color:#ffffff;
         display:flex; align-items:center; justify-content:center;
         font-size:15px;
         transform:scale(.8) rotate(45deg);
         opacity:1;
         transition:all .3s ease;
         box-shadow:0 8px 18px rgba(240,80,95,.35);
      }
      .mds-pf-card:hover .mds-pf-card__go{ transform:scale(1) rotate(0deg); opacity:1; }

      .mds-pf-card__footer{ padding:18px 20px 22px; }
      .mds-pf-card__title{
         color:#0b1b33;
         font-size:18px;
         font-weight:600;
         margin:0;
      }

      @media (prefers-reduced-motion: reduce){
         .mds-pf-card{ opacity:1; transform:none; transition:none; }
      }

      /* =====================================================
         RESPONSIVE (RWD) BREAKPOINTS
      ===================================================== */

      /* Tablets */
      @media (max-width: 991px){
         .mds-portfolio-hero{ padding:120px 0 70px; }
         .mds-portfolio-hero h1{ font-size:34px; }
         .mds-portfolio-section{ padding:70px 0; }
         .mds-portfolio-item{ width:50%; }
      }

      /* Large phones */
      @media (max-width: 767px){
         .mds-portfolio-hero{ padding:110px 0 60px; }
         .mds-portfolio-hero h1{ font-size:28px; }
         .mds-portfolio-hero p{ font-size:15px; padding:0 10px; }
         .mds-portfolio-item{ width:100%; }
         .mds-pf-card__title{ font-size:17px; }
      }

      /* Small phones */
      @media (max-width: 480px){
         .mds-portfolio-hero{ padding:150px 0 50px; }
         .mds-portfolio-hero h1{ font-size:24px; }
         .mds-portfolio-section{ padding:50px 0; }
         .mds-pf-card__url{ font-size:11.5px; }
      }


.mds-clients{
  position: relative;
  padding: 50px 0 50px;
  background: #0c0f14;
}
.mds-clients__head{
  margin: 0 auto 50px;
  text-align: center;
}
.mds-clients__title{
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 38px;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 14px;
}
.mds-clients__text{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* --- Slider viewport / track --- */
.mds-clients__viewport{
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.mds-clients__track{
  display: flex;
  width: 100%;
  transform: translateX(100%); /* starts off-screen to the right */
  transition: transform 0.7s ease;
}
.mds-clients__slide{
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.mds-clients__card{
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  aspect-ratio: 16 / 10;
}
.mds-clients__card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}
.mds-clients__card:hover img{
  transform: scale(1.04);
}

.mds-clients__cta{
  text-align: center;
  margin-top: 44px;
}

/* ===== RWD ===== */
@media (max-width: 767px){
  .mds-clients{ padding: 70px 0 60px; }
  .mds-clients__title{ font-size: 30px; }
  .mds-clients__slide{ grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 575px){
  .mds-clients{ padding: 55px 0 45px; }
  .mds-clients__title{ font-size: 24px; }
  .mds-clients__text{ font-size: 14px; }
}

/*--------------------------------------------------------------
# End All Css
--------------------------------------------------------------*/


                