/** 
          1. 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          6. Section-Title 

          7. sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. featured-icon-box

          12. Featured-imagebox

          13. floating menu

**/

/* ===============================================
    1.prt-row
------------------------*/
.prt-row {
  padding: 100px 0;
}

.prt-row.padding_bottom_zero-section {
  padding: 100px 0 0;
}

.prt-row.padding_top_zero-section {
  padding: 0 0 100px;
}

.prt-row.padding_zero-section {
  padding: 0 0;
}


/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-equal-height > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ===============================================
    3.Bg-Layer 
------------------------*/
.prt-bg {
  position: relative;
}

.prt-col-bgimage-yes {
  z-index: 1;
}

.bg-layer-equal-height .prt-col-bgimage-yes,
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes {
  height: 100%;
}

.prt-bg-layer,
.prt-titlebar-wrapper-bg-layer,
.prt-col-wrapper-bg-layer-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.prt-page-title-row h1 {
  text-transform: inherit;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 15px;
  color: var(--base-primary-color);
  font-family: var(--base-headingfont);
}
.blog-detail-heading .page-title-heading h1 {
  font-size: 40px;
  line-height: 50px;
}
.prt-page-title-row-inner {
  position: relative;
  width: 100%;
  text-align: center;
}
.prt-page-title-row-inner.style1 {
  padding: 190px 0 154px;
}

.prt-left-span > .prt-col-wrapper-bg-layer {
  width: auto;
  margin-left: -500px;
  right: 0;
}

.prt-right-span > .prt-col-wrapper-bg-layer {
  width: auto;
  margin-right: -500px;
  right: 0;
}

.layer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.bg-layer {
  position: relative;
}

.bg-layer > .container > .row {
  margin: 0;
}

.bg-layer > .container,
.bg-layer > .container-fluid {
  padding: 0;
}

.col-bg-img-thirteen.prt-bg.prt-bgimage-yes > .prt-bg-layer,
.col-bg-img-thirteen.prt-bg.prt-col-bgimage-yes
  > .prt-bg-layer
  > .prt-col-wrapper-bg-layer-inner {
  opacity: 0.85;
}

.prt-bg.prt-bgimage-yes > .prt-bg-layer,
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  opacity: 0.3;
}
.prt-bg.prt-bgimage-yes.bg-img5 > .prt-bg-layer,
.prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  opacity: 0.8;
}
.prt-bgcolor-white.prt-bg.prt-bgimage-yes > .prt-bg-layer,
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes
  > .prt-bg-layer
  > .prt-col-wrapper-bg-layer-inner {
  opacity: 0.94;
}

/* banner section  */
.prt-titlebar-wrapper.prt-bg.prt-bgimage-yes {
  background-image: url("https://themetechmount.com/demos/ailabflow/demo4/wp-content/uploads/sites/4/2024/12/titlebbar-img.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.prt-titlebar-wrapper.prt-bg.prt-bgimage-yes > .prt-bg-layer {
  opacity: 0.8;
}
.prt-titlebar-wrapper .entry-header {
  margin-bottom: 0;
  position: relative;
}
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper {
  padding: 0;
  padding-top: 0px;
  display: table;
  width: 100%;
}
.prt-header-overlay .prt-titlebar-wrapper .prt-titlebar-inner-wrapper {
  padding-top: 93px;
}
.prt-titlebar-main {
  overflow: hidden;
  position: relative;
}
.entry-title-wrapper .entry-title {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  word-break: break-word;
  padding: 180px 0px 40px 0px;
}

.prt-titlebar h1.entry-title,
.prt-titlebar-textcolor-custom .prt-titlebar-main .entry-title {
  font-family: var(--base-headingfont);
  font-weight: 400;
  color: var(--base-headingfont-color);
}
.prt-titlebar h1.entry-title span{letter-spacing: .5px;}


/* different page headings  */
.prt-row.contact-section {
  padding: 190px 0px 100px;
}
.prt-row.faq-section {
  padding: 190px 0px 50px;
}
.prt-row.service-section-1 {
  padding: 190px 0px 100px;
}
.entry-title-wrapper .entry-title.blog-detail-section {
  padding: 190px 0px 50px;
}
.prt-row.team-detail-section-main {
  padding: 150px 0px 100px;
}


/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
  background-image: url(../images/bg-images/bg-img-1.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bg-img2 {
  background-image: url(../images/bg-images/bg-img-2.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
   background-size: cover;
}
.bg-img3 {
  background-image: url(../images/bg-images/bg-img-3.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.bg-img4 {
  background-image: url(../images/bg-images/bg-img-4.png);
--background-overlay: '';
  background-position: center left;
  background-repeat: no-repeat;
}
.bg-img5 {
  background-image: url(../images/bg-images/bg-img-5.jpg);
--background-overlay: '';
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 525px;
}
.bg-img6 {
  background-image: url(../images/slider-bg-img.png);
--background-overlay: '';
  background-repeat: no-repeat;
  background-size: cover;
  height: 733px;
  overflow-y: hidden;
}
.bg-img9 {
  background-image: url(../images/slider-right-img.png);
--background-overlay: '';
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0px;
  transform-origin: 50% 50% 0px;
  transform: translate(0px);
  display: block;
  visibility: inherit;
  opacity: 1;
  pointer-events: auto;
  height: 828px;
}


/* ===============================================
 6.Section-Title  
------------------------*/
.section-title.text_center {
  text-align: center;
}

/* section-title - style1  */
.section-title.style1 .title-header .title {
  font-weight: 500;
  font-family: var(--base-headingfont);
  color: var(--base-headingfont-color);
}
.section-title.style1 .title-header p {
  font-size: 15px;
  line-height: 25px;
}

/* section-title - style2  */
.section-title.style2 .title-header .title {
  font-weight: 500;
  font-family: var(--base-headingfont);
  overflow-y: hidden;
  margin-top: -8px;
}

.line-mask {
  overflow-y: hidden;
}

.line {
  display: inline-block;
  transform: translateY(100%);
  overflow-y: hidden;
}

.section-title.style2 .title-header p.title-des {
  font-size: 15px;
  line-height: 25px;
}

/* ===============================================
    7.sep_holder
------------------------*/


.border-top,
.border-left,
.border-bottom,
.border-right {
  border-color: var(--base-border-color);
}
.border-primary {
  border: 1px solid var(--base-primary-color) !important;
}

.border-2 {
  border: 1px solid var(--base-border-color);
}

.border-left {
  border-left: 1px solid transparent;
}
.border-right {
  border-right: 1px solid transparent;
}
.border-top {
  border-top: 1px solid transparent;
}
.border-bottom {
  border-bottom: 1px solid transparent;
}

/* border color */
.border-color-1 {
  border-color: var(--base-border-color);
}
.border-color-2 {
  border-color: #dfdfdf;
}

.prt-vertical_sep > [class*="col"] {
  position: relative;
}

.prt-vertical_sep > [class*="col"]:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}

.bg-base-dark .prt-vertical_sep > [class*="col"]:not(:last-child):before,
.bg-base-skin .prt-vertical_sep > [class*="col"]:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.21);
}
.prt-horizontal_sep {
  padding: 0 0 30px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ffffff4d;
}
.bg-base-dark .prt-horizontal_sep {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.bg-base-skin .prt-horizontal_sep {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-base-white .prt-horizontal_sep {
  border-top-color: #f1f1f1;
}


/* ===============================================
    8.Buttons
------------------------*/
.prt-btn {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  padding: 10px 30px;
  font-family: var(--base-bodyfont);
  font-weight: 500;
  color: var(--base-white);
  text-transform: unset;
  -webkit-font-smoothing: antialiased;
}
.prt-btn::first-letter {
  text-transform: uppercase;
}
.prt-btn:hover {
  background-position: right center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


/** btn-color **/

/* btn - skin color */
.prt-btn-color-skincolor {
  color: var(--base-skin);
}

a.prt-btn-color-skincolor:hover {
  color: var(--base-dark);
}


/** btn-color **/

/* btn - skin color */
.prt-btn.prt-btn-color-skincolor {
  color: #00133b;
  background-color: var(--base-skin);
  transition: 0.7s;
}

.prt-btn.prt-btn-color-skincolor:hover {
  background-color: #00133b;
  color: var(--base-white);
}
/* btn - transparent color */
.prt-btn.prt-btn-color-transparent {
  color: var(--base-blackfont-color);
  background-color: transparent;
  transition: 0.7s;
  border: 1px solid var(--base-border-color);
}
.prt-btn.prt-btn-color-transparent:hover {
  background-color: var(--base-blackfont-color);
  color: var(--base-white);
}
/* btn - Primary color */
.prt-btn.prt-btn-color-primarycolor {
  color: var(--base-white);
  background-color: var(--base-primary-color);
  transition: 0.7s;
}

.prt-btn.prt-btn-color-primarycolor:hover {
  background-color: #00133b;
  color: var(--base-white);
}


/* btn - gradient color */
.prt-btn-color-gradientcolor {
  transition: background-color 0.3s ease;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: 150% 100%;
  background-image:linear-gradient(to right, #2e43d0 0%, #3b39f4 10%, #6a22d0 70%);
}

a.prt-btn-color-gradientcolor:hover {
  background-position: right center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--base-white);
}

.prt-btn-color-gradientcolor:hover {
  background-position: right center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* btn - white color */
.prt-btn-color-whitecolor {
  color: var(--base-white);
}

.prt-btn.prt-btn-color-white {
  color: var(--base-white);
}

/* btn with bg color */
.prt-btn.prt-btn-style-border.prt-btn-color-dark:hover,
.prt-btn.prt-btn-style-fill.prt-btn-color-white:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
  color: var(--base-white);
}

/* btn with gray color */
.prt-btn.prt-btn-style-fill.prt-btn-color-graycolor {
  background-color: var(--base-gray);
  border-color: var(--base-gray);
  color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
  background-color: var(--base-white);
  border-color: var(--base-white);
  color: var(--base-dark);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
  color: var(--base-white);
}

.header_btn .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover,
.prt-btn.prt-btn-style-border.prt-btn-color-skin:hover,
.prt-btn.prt-btn-style-border.prt-btn-color-white:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
  color: var(--base-white);
}

.prt-btn.prt-btn-color-dark {
  color: var(--base-dark);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-dark {
  background-color: var(--base-dark);
  border-color: var(--base-dark);
  color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-dark:hover,
.prt-btn.prt-btn-style-border.prt-btn-color-skincolor:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
  color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-white {
  background-color: var(--base-white);
  color: var(--base-dark);
}

/** btn-with-icon **/
.prt-btn i {
  display: inline-block;
  vertical-align: middle;
  text-align: inherit;
  font-weight: bold;
}

.prt-btn.prt-icon-btn-right i {
  text-align: right;
  margin-left: 10px;
  margin-right: 0;
}

.prt-btn.prt-icon-btn-left i {
  text-align: left;
  margin-right: 10px;
  margin-left: 0;
}

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs {
  font-size: 16px;
  line-height: 16px;
  padding: 14px 20px;
}

.prt-btn.prt-btn-size-xs i {
  font-size: 11px;
  line-height: 11px;
}

.prt-btn.prt-icon-btn-right.prt-btn-size-xs i {
  text-align: right;
  margin-left: 6px;
  margin-right: 0;
}

.prt-btn.prt-icon-btn-left.prt-btn-size-xs i {
  text-align: left;
  margin-right: 6px;
  margin-left: 0;
}
/** btn-size-xs **/
.prt-btn.prt-btn-size-s {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 30px;
}

.prt-btn.prt-btn-size-s i {
  font-size: 11px;
  line-height: 11px;
}

.prt-btn.prt-icon-btn-right.prt-btn-size-s i {
  text-align: right;
  margin-left: 6px;
  margin-right: 0;
}

.prt-btn.prt-icon-btn-left.prt-btn-size-s i {
  text-align: left;
  margin-right: 6px;
  margin-left: 0;
}
/** btn-size-sm **/
.prt-btn.prt-btn-size-sm {
  font-size: 15px;
  line-height: 15px;
  padding: 17px 26px;
}

.prt-btn.prt-btn-size-sm i {
  font-size: 16px;
  line-height: 16px;
}

/** btn-size-md **/
.prt-btn.prt-btn-size-md {
  font-size: 16px;
  line-height: 16px;
  padding: 16px 30px;
}

.prt-btn.prt-btn-size-md i {
  font-size: 16px;
  line-height: 16px;
}

/** btn-size-lg **/
.prt-btn.prt-btn-size-lg {
  font-size: 16px;
  padding: 16px 30px;
}

.prt-btn.prt-btn-size-lg i {
  font-size: 16px;
  line-height: 16px;
}

/** btn-shape **/
.prt-btn.prt-btn-shape-round {
  border-radius: 8px;
}
.prt-btn-shape-soft {
  border-radius: 10px;
}
.prt-btn.prt-btn-shape-rounded {
  border-radius: 2em;
}
.prt-btn.prt-btn-shape-square {
  border-radius: 0;
}

/** btn-style-border **/
.prt-btn.prt-btn-style-border {
  background-color: transparent;
  border: 2px solid currentColor;
}

.prt-btn.prt-btn-color-white.prt-btn-style-border {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
  padding: 15px 48px 15px 29px;
}

.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan
  .prt-btn.prt-icon-shap.prt-btn-style-border
  i {
  background-color: var(--base-white);
  color: var(--base-dark);
}

.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan
  .prt-btn.prt-icon-shap.prt-btn-style-border:hover
  i {
  background-color: var(--base-skin);
  color: var(--base-white);
}

.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i {
  text-align: center;
  right: 6px;
  top: 6px;
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  background-color: var(--base-skin);
  border-radius: 5px;
  color: var(--base-white);
  transition: all 0.5s ease 0s;
}

.newsletter-form button[type="submit"] i:before {
  font-weight: 600;
}

/* prt-icon border color */
.prt-icon.prt-icon_border-color-dark {
  border-color: var(--base-dark);
}

.prt-icon.prt-icon_border-color-white {
  border-color: var(--base-white);
}

/** btn-inline **/
.prt-btn.btn-inline {
  text-transform: capitalize;
  padding: 0;
  border: 0;
  overflow: visible;
  background-color: transparent;
  transition: all 0.2s ease 0s;
}

.prt-btn.btn-inline i {
  position: absolute;
}

.prt-btn.btn-inline.prt-icon-btn-right i {
  right: -20px;
}

.prt-btn.btn-inline.prt-icon-btn-left i {
  left: -20px;
}

.prt-btn.btn-inline i.fa-minus:before {
  height: 1px;
  display: block;
}

.col-bg-img-five .prt-btn.btn-inline.prt-icon-btn-right i {
  bottom: 0;
  content: "\e83b";
  font-weight: 600;
  font-size: 9px;
  right: -15px;
  transition: unset;
}

.prt-btn.btn-underline {
  position: relative;
  overflow: visible;
  vertical-align: baseline;
}

.prt-btn.btn-underline:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
  left: 0px;
  transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */
.prt-play-icon {
  color: var(--base-white);
  display: block;
  position: relative;
}

.prt-play-icon .prt-play-icon-animation {
  display: inline-block;
  position: relative;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
  content: "";
  border: 3px solid;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  z-index: -1;
  -webkit-animation: 1s videoplay-anim linear infinite;
  animation: 1s videoplay-anim linear infinite;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
  -webkit-animation: videoplay-anim 1.08s infinite;
  -moz-animation: videoplay-anim 1.08s infinite;
  -ms-animation: videoplay-anim 1.08s infinite;
  -o-animation: videoplay-anim 1.08s infinite;
  animation: videoplay-anim 1.08s infinite;
}

.prt-play-icon .prt-play-icon-animation:before {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play {
  padding-left: 5px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  z-index: 2;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play {
  font-size: 23px;
  z-index: 2;
}

i.fa-play {
  padding-left: 5px;
}

.prt-play-icon-btn .prt-play-icon-animation {
  position: relative;
  display: inline-block;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon {
  margin-bottom: 0;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
  content: "";
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
  z-index: 1;
  width: calc(100% * 1.25);
  height: calc(100% * 1.25);
  opacity: 0.4;
  background-color: inherit;
}

.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after {
  opacity: 0.1;
}

.prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after,
.prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
  -webkit-animation: sep-anim 1.05s infinite;
  -moz-animation: sep-anim 1.05s infinite;
  -ms-animation: sep-anim 1.05s infinite;
  -o-animation: sep-anim 1.05s infinite;
  animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes sep-anim {
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* ===============================================
    9.Icons
------------------------*/
.prt-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  box-sizing: content-box;
  position: relative;
}

.prt-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  transition: all 0.3s ease 0s;
}

.prt-icon_element-color-skincolor {
  color: var(--base-skin);
}

.prt-icon_element-color-darkcolor {
  color: var(--base-dark);
}

.prt-icon_element-color-whitecolor {
  color: var(--base-white);
}
.prt-icon_element-color-primarycolor {
  color: var(--base-primary-color);
}
.prt-icon_element-color-primarycolor:hover i {
  color: var(--base-primary-color);
}
.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
  background-color: var(--base-skin);
  color: var(--base-white);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
  border: 1px solid var(--base-skin);
  color: var(--base-white);
}

.prt-icon_element-color-darkgrey {
  color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-darkgrey {
  background-color: var(--base-dark);
  color: var(--base-white);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
  border: 1px solid var(--base-dark);
  color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
  background-color: var(--base-gray);
  color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
  border: 1px solid var(--base-gray);
  color: var(--base-skin);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
  background-color: var(--base-white);
  color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
  border: 1px solid var(--base-white);
  color: var(--base-white);
}

/** icon-size-xs **/
.prt-icon.prt-icon_element-size-xs {
  height: 42px;
  width: 40px;
}

.prt-icon.prt-icon_element-size-xs i {
  font-size: 45px;
  line-height: 25px;
}

/** icon-size-sm **/
.prt-icon.prt-icon_element-size-sm {
  height: 48px;
  width: 60px;
}

.prt-icon.prt-icon_element-size-sm i {
  font-size: 31px;
}

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md {
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.prt-icon.prt-icon_element-size-md i {
  font-size: 37px;
}

/** icon-size-lg **/
.prt-icon.prt-icon_element-size-lg {
  height: 78px;
  width: 78px;
  line-height: 78px;
}

.prt-icon.prt-icon_element-size-lg i {
  font-size: 48px;
}

/** icon-size-xl **/
.prt-icon.prt-icon_element-size-xl {
  height: 80px;
  width: 80px;
  line-height: 80px;
}

.prt-icon.prt-icon_element-size-xl i {
  font-size: 58px;
}

.prt-icon.prt-icon_element-onlytxt {
  height: auto;
  width: auto;
  line-height: 1;
}

.prt-icon.prt-icon_element-onlytxt i {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
}

/** icon-shape **/
.prt-icon.prt-icon_element-style-round {
  border-radius: 5px;
}

.prt-icon.prt-icon_element-style-rounded {
  border-radius: 80%;
  padding: 20px;
}

.prt-icon.prt-icon_element-style-square {
  border-radius: 0;
}

/* prt-list-style-icon */
.prt-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prt-list.prt-list-style-icon.fw-normal li i,
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
  font-weight: normal;
  padding-bottom: 2px;
}

.prt-list.prt-list-style-icon li {
  position: relative;
  padding: 14px 0;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.prt-list.prt-list-style-icon li:last-child {
  padding-bottom: 0;
}

.prt-list.prt-list-style-icon li i.fa-minus:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 2px;
  width: 7px;
  background-color: currentcolor;
}

.prt-list.prt-list-style-icon li i:before {
  content: "\e649";
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 6px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  color: #000;
  background-color: var(--base-gray);
  border-radius: 50px;
}

.prt-list.prt-list-style-icon .prt-list-li-content {
  display: inline-block;
  padding-left: 50px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 {
  margin-top: 0px;
}

.prt-list.prt-list-style-icon-01 li {
  position: relative;
  padding-bottom: 16px;
  padding-left: 18px;
  display: flex;
  align-items: baseline;
  width: 100%;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

.prt-list.prt-list-style-icon-01 li:last-child {
  padding-bottom: 0px;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-content {
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
}

.prt-list.prt-list-style-icon-01 li::before {
  content: "";
  position: absolute;
  line-height: 40px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  text-align: center;
  background-color: var(--base-dark);
}

/*prt-list-style-icon-02*/
.prt-list.prt-list-style-icon-02 {
  margin-top: 15px;
}

.prt-list.prt-list-style-icon-02 li {
  position: relative;
  padding-bottom: calc(15px / 2);
  padding-left: 20px;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.prt-list.prt-list-style-icon-02 li:last-child {
  padding-bottom: 0px;
}

.prt-list.prt-list-style-icon-02 li:before {
  content: "";
  position: absolute;
  line-height: 40px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  text-align: center;
  background-color: var(--base-bodyfont-color);
}

.prt-list.prt-list-style-icon-02 .prt-list-li-content {
  display: inline-block;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
}

/* style -3 */
.prt-list.prt-list-style-icon-03 {
  margin-top: 15px;
}

.prt-list.prt-list-style-icon-03 li {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
  align-items: center;
}

.prt-list.prt-list-style-icon-03 li:last-child {
  padding-bottom: 0px;
}

.prt-list.prt-list-style-icon-03 .prt-list-li-content {
  padding-left: 15px;
  font-family: var(--base-headingfont);
}

/* prt-video-icon */
.prt-video-icon .prt-icon.prt-icon_element-size-md {
  height: 98px;
  width: 98px;
  line-height: 98px;
}

.prt-video-icon .prt-icon.prt-icon_element-size-md i {
  font-size: 40px;
}

.prt-right-video-icon,
.prt-left-video-icon,
.prt-center-video-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

/* ===============================================
    10.Fid
------------------------*/
.inside {
  position: relative;
  transition: all 0.4s;
}

.prt-fid-view-lefticon .prt-fid-icon-wrapper,
.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper,
.prt-fid-view-righticon .prt-fid-contents {
  display: table-cell;
  vertical-align: top;
}

.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper {
  padding-left: 15px;
  text-align: left;
}

.prt-fid-view-topicon i {
  margin-bottom: 10px;
}

.prt-fid-icon-wrapper i {
  font-size: 45px;
  line-height: 50px;
  position: relative;
  display: inline-block;
}

.inside h4,
.inside h4 span {
  margin-bottom: 0;
}

.inside h3 {
  margin-bottom: 0;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 0;
}

/* style1 */

.prt-fid-view-style1.inside h4 span {
  /* font-size: 60px;
    line-height: 76px; */
  font-weight: 500;
}

.prt-fid-view-style1.inside h4 {
  margin-top: 0;
  text-align: left;
  padding-bottom: 10px;
  color: var(--base-dark);
}

.prt-fid-view-style1.inside h3 {
  text-align: left;
  padding: 2px 4px 0px 4px;
  font-family: var(--base-bodyfont);
}

.inside.prt-fid-view-style1 h4 span:nth-child(2) {
  margin-left: -10px;
}

.prt-fid-custom-top1 .prt-fid-view-style1 {
  background: #ffebdf;
}

.prt-custom-fid-top2 .prt-fid-view-style1 {
  background: #c4c6ff;
}

.prt-style1 .prt-fid-view-style1.inside h4 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
}

.about-section-2 .prt-fid-view-style1.inside h4 span {
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
  position: relative;
}

.featured-icon-box .prt-icon {
  margin-bottom: 0;
}

.featured-title h3 {
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
  display: table-cell;
  vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
  display: inline-block;
  vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top
  .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
  vertical-align: top;
  padding-top: 0px;
}

.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
  padding-left: 15px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
  margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content
  .featured-content
  .featured-desc
  p {
  margin-bottom: 0;
}

.featured-icon-box.icon-align-before-title .featured-content {
  margin-top: 15px;
}

section {
  counter-reset: container;
}

.container .number:after {
  counter-increment: container;
  content: counter(container, decimal-leading-zero);
  font-family: var(--base-bodyfont);
  font-style: normal;
}

.featured-icon-box.icon-flip-hover .prt-icon i {
  transition: all 1s ease;
  display: block;
}

/* iconbox - style1 */
.featured-iconbox.style1 .featured-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.featured-iconbox.style1 .featured-iconbox-heading .prt-custom-heading {
  padding-left: 15px;
}
.featured-iconbox.style1 .prt-iconbox-wrapper {
  background-color: var(--base-gray);
  border-radius: 20px;
}
.featured-iconbox.style1 .prt-cta3-content-wrapper {
  padding-top: 15px;
}
.featured-iconbox.style5:hover .prt-box-icon {
  animation: rotate-vertical 1.1s ease-out;
  display: block;
}
.featured-iconbox.style1 .prt-box-icon i {
  color: #5e315e;
}
.featured-iconbox.style1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 8px 10px 10px;
  display: inline-block;
}
.featured-iconbox.style5:not(:last-child) {
  margin-bottom: 20px;
}

@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}


/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {
  margin: 0px 0;
}

.featured-imagebox,
.featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}

.featured-imagebox .featured-content .featured-title h3 {
  position: relative;
  overflow: hidden;
  line-height: 31px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.prt-box-view-overlay,
.prt-box-view-content-inner {
  position: relative;
  overflow: hidden;
}

.prt-box-view-overlay:before,
.prt-box-view-content-inner:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

div:hover > .prt-box-view-overlay:before,
div:hover > .prt-box-view-content-inner:before {
  opacity: 0.7;
}

.slick_slider .featured-imagebox {
  margin-bottom: 0;
}

/* featured-imagebox - style1 */
.featured-imagebox.style1{
  background-color: #191919;
  border-radius: 20px !important;
  padding: 20px 20px 15px;
  position: relative;
  z-index: 11;
}
.featured-imagebox.style1 .featured-content h2{
  text-align: center;
  padding-top: 13px;
}
.featured-imagebox.style1{position: relative;}
.featured-imagebox.style1 .featured-imagebox-inner::after {
  background-size: 200% auto !important;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px !important;
  opacity: 0;
  transition: 1s;
}
.featured-imagebox.style1 .featured-imagebox-inner:hover::after {
opacity: 1;
background-image: linear-gradient(to right,var(--base-second-gradientcolor) 0%,var(--base-first-gradientcolor) 50%,var(--base-second-gradientcolor) 100%) !important;
}


/* ===============================================
 floating menu
------------------------*/
.prt_floting_customsett {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 3px 0 10px;
  margin: -89px 0 0;
  background-color: rgb(255, 48, 103);
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
  z-index: 99999;
}
.tmtheme_fbar_icons {
  display: block;
  position: relative;
  width: 55px;
  height: 45px;
  line-height: 52px;
  text-align: center;
}
.tmtheme_fbar_icons i {
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s;
  font-size: 21px;
  color: var(--base-white);
}
.tmtheme_fbar_icons > span {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: rgb(255, 48, 103);
  box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  color: var(--base-white);
  transform: translateX(-5px);
  transition: 0.5s ease;
  padding: 0 20px;
}
.tmtheme_fbar_icons > span > span {
  padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -10px;
  right: -15px;
  width: 15px;
  background-color: rgb(255, 48, 103);
  height: 55px;
}
.tmtheme_fbar_icons:hover > span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.prt-desctext {
  position: absolute;
  top: 30px;
  background-color: #fff;
  max-width: 400px;
  right: 30px;
  padding: 30px 50px 23px 30px;
  text-align: left;
}
.prt-desctext:before {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffb120;
}
