/**
  * Name: Truvik
  * Version: 1.0
  * Author: Preyantechnosys
  * Author URI: http://preyantechnosys.com/
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

  8. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - side-menu

  9. Footer
     - FirstFooter
     - SecondFooter

  10. GoTop BUtton

  11. Page-Title-Row

  12. Inner-Pages
      - single-pages-content
      - Classic_Blog
      - Single_Blog
      - Contact_page
      - Error_page
      - Map

**/

/* ===============================================
    General
------------------------*/

/** Variables **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a,
button,
input {
  outline: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
iframe {
  width: 100%;
  border: none;
  display: block;
}
p {
  margin: 0 0 15px;
}
*::-moz-selection {
  background: #ffea5c;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #ffea5c;
  color: #fff;
  text-shadow: none;
}
::selection {
  color: #000;
  background-color: #8b69cd;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
  font-family: inherit;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #666666;
  padding: 12px 15px 12px;
  border-radius: 0;
  font-weight: 400;
  background-color: #fff;
  text-transform: inherit;
  border: 1px solid rgba(0, 43, 92, 0.08);
  font-size: 14px;
  outline: none;
  line-height: inherit;
  letter-spacing: 0px;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
  padding: 11px 40px 11px;
  border: 2px solid transparent;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
.rs-layer input[type="email"] {
  border-color: transparent !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 0px !important;
  padding-right: 50px !important;
}
button:focus {
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #fc963a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  appearance: searchfield;
  -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-font-color) !important;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
  --base-skin: #8b69cd;
  --base-dark: #1a1a1c;
  --base-white: #ffffff;
  --base-secondary-dark: #141416;
  --base-bodyfont-color: hsla(0, 0%, 100%, 0.7);
  --base-headingfont-color: #fff;
  --base-headingfont: "DM Sans", sans-serif;
  --base-bodyfont: "DM Sans", sans-serif;
}

/** Typo Colors **/
.border-color {
  color: #e5e5e5;
}
.bodyfont-color {
  color: var(--base-bodyfont-color);
}
.headingfont-color {
  color: var(--base-headingfont-color);
}

/** Background Colors **/
.bg-base-skin {
  background-color: #8b69cd;
}
.bg-base-dark {
  background-color: var(--base-dark);
}
.bg-base-grey {
  background-color: var(--base-grey);
}
.bg-base-white {
  background-color: var(--base-white);
}
.bg-base-secondary-dark {
  background-color: var(--base-secondary-dark);
}
.bg-base-light-skin {
  background-color: #e02454bd;
}

/** Text Colors **/
.text-base-skin {
  background-color: #8b69cd;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-base-dark {
  color: var(--base-dark);
}
.text-base-grey {
  color: var(--base-grey);
}
.text-base-white {
  color: var(--base-white);
}

/** Bg-layer Colors **/
.bg-base-skin > .prt-bg-layer {
  background-color: #8b69cd;
}
.bg-base-dark > .prt-bg-layer {
  background-color: var(--base-dark);
}
.bg-base-grey > .prt-bg-layer {
  background-color: var(--base-grey);
}
.bg-base-white > .prt-bg-layer {
  background-color: var(--base-white);
}

.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: #8b69cd;
}
.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-dark);
}
.bg-base-grey > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-grey);
}
.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner {
  background-color: var(--base-white);
}
a:hover {
  color: var(--base-skin);
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-skin h2,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
  color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
  color: #8b69cd;
}
.bg-base-dark .text-base-white,
.bg-base-skin .text-base-white,
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: rgba(255, 255, 255, 0.8);
}
.bg-base-dark p,
.bg-base-dark span,
.bg-base-skin span {
  color: hsla(0, 0%, 100%, 0.7);
}
.bg-base-skin p {
  color: rgba(255, 255, 255, 0.85);
}

.bg-base-white h1,
.bg-base-white h2,
.bg-base-white h3,
.bg-base-white h4,
.bg-base-white h5,
.bg-base-white h6 {
  color: var(--base-dark);
}
.col-lg-3.col-md-6 i.fa.fa-arrow-right.text-base-white:hover {
  color: var(--base-skin);
}
/*border-color*/
.border-skin {
  border-color: var(--base-skin);
}

.bg-base-dark.spacing-7 .section-title .title-desc p {
  color: #ffffffbf;
}
.bg-base-white p,
.bg-base-white span {
  color: var(--base-bodyfont-color);
}

.overlay-box {
  border-style: solid;
  border-width: 0px 0px 0px 15px;
  border-color: #21a12e;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px -5px;
  padding: 32px 0px 33px 20px;
}
.overlay-inner-box {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-orientation: sideways;
  width: 100%;
  margin: 0px 0px 0px 18px;
}
.overlay-inner-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

body {
  font-family: var(--base-headingfont);
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont);
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--base-headingfont-color);
}
h1 {
  font-size: 50px;
  line-height: 60px;
}
h2 {
  font-size: 64px;
  line-height: 74px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
}

.container-fluid {
  padding: 0 15px;
}
.container {
  max-width: 1330px;
  padding: 0 15px;
}
.row:not(.g-0) {
  margin-left: -15px;
  margin-right: -15px;
}
.row:not(.g-0) > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/** Extra-outer **/
body .page {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
body .site-main {
  background-color: var(--base-white);
  position: relative;
  z-index: 1;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-white);
}
a {
  color: var(--base-white);
}
a,
img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
label {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px !important;
  line-height: 26px;
}
.fs-16 {
  font-size: 16px !important;
  line-height: 27px;
}
.fs-18 {
  font-size: 18px !important;
  line-height: 26px;
}
.fs-19 {
  font-size: 19px !important;
  line-height: 29px;
}
.fs-20 {
  font-size: 20px !important;
  line-height: 26px;
}
.fs-21 {
  font-size: 21px !important;
  line-height: 32px;
}
.fs-22 {
  font-size: 22px !important;
  line-height: 35px;
}
.fs-28 {
  font-size: 28px !important;
  line-height: 38px;
}
.fs-33 {
  font-size: 33px !important;
  line-height: 44px;
}
.fs-40 {
  font-size: 40px !important;
  line-height: 26px;
}
.fs-34 {
  font-size: 34px !important;
  line-height: 40px !important;
}
.fs-42 {
  font-size: 42px !important;
  line-height: 54px !important;
}

.lh-base {
  line-height: 20px !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}

.box-shadow {
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);
}

.border-rad_6 {
  border-radius: 6px;
}
.border-rad_8 {
  border-radius: 8px;
}
.border-rad_10 {
  border-radius: 10px;
}
.border-rad_50 {
  border-radius: 50%;
}

.border-tl-rad_5 {
  border-top-left-radius: 6px;
}
.border-tr-rad_5 {
  border-top-right-radius: 6px;
}
.border-br-rad_5 {
  border-bottom-right-radius: 6px;
}
.border-bl-rad_5 {
  border-bottom-left-radius: 6px;
}

.border-left {
  border-left: 1px solid #fff;
}
body .page.sticky-column {
  overflow: unset;
}

.right_20 {
  right: -20px;
}

.alignleft {
  float: left;
  margin: 0.425em 1.75em 1.25em 0;
}
.alignright {
  float: right;
  margin: 0.425em 0 1.25em 1.75em;
}
.z-index_1 {
  z-index: -1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}

.underline {
  position: relative;
}
.underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--base-skin);
  bottom: 1px;
  left: 0;
}
.border-rounded {
  border-radius: 50%;
}
.overlay-opacity-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0;
  opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
.spacing-1 {
  margin-right: -285px;
}
.spacing-2 {
  padding: 95px 0px 82px 64px;
  margin-left: -1px;
}
.spacing-3 {
  margin-top: -235px;
}
.spacing-4 {
  padding: 95px 0 88px 205px;
  margin-left: -140px;
}
.spacing-5 {
  padding: 40px 20px 20px 20px;
  margin-left: -100px;
}
.spacing-6 {
  padding: 53px 30px 90px 30px;
}
.spacing-7 {
  padding: 47px 50px 25px 50px;
}
.spacing-8 {
  padding: 50px 40px;
}
.spacing-9 {
  padding: 30px 25px 20px 25px;
}

.prt-shape-bottom,
.prt-shape-top {
  position: relative;
}
.prt-shape-bottom:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.prt-shape-top:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-10 {
  padding: 10px !important ;
}
.p-15 {
  padding: 15px !important ;
}
.p-20 {
  padding: 20px !important ;
}
.p-25 {
  padding: 25px !important ;
}
.p-30 {
  padding: 30px !important ;
}
.p-40 {
  padding: 40px !important ;
}
.p-45 {
  padding: 45px !important ;
}
.p-50 {
  padding: 50px !important ;
}
.p-60 {
  padding: 60px !important ;
}

.pr-0 {
  padding-right: 0 !important ;
}
.pr-5 {
  padding-right: 5px !important ;
}
.pr-10 {
  padding-right: 10px !important ;
}
.pr-15 {
  padding-right: 15px !important ;
}
.pr-20 {
  padding-right: 20px !important ;
}
.pr-25 {
  padding-right: 25px !important ;
}
.pr-30 {
  padding-right: 30px !important ;
}
.pr-35 {
  padding-right: 35px !important ;
}
.pr-40 {
  padding-right: 40px !important ;
}
.pr-45 {
  padding-right: 45px !important ;
}
.pr-50 {
  padding-right: 50px !important ;
}
.pr-60 {
  padding-right: 60px !important ;
}
.pr-120 {
  padding-right: 120px !important ;
}

.pl-0 {
  padding-left: 0px !important ;
}
.pl-5 {
  padding-left: 5px !important ;
}
.pl-10 {
  padding-left: 10px !important ;
}
.pl-15 {
  padding-left: 15px !important ;
}
.pl-20 {
  padding-left: 20px !important ;
}
.pl-25 {
  padding-left: 25px !important ;
}
.pl-30 {
  padding-left: 30px !important ;
}
.pl-35 {
  padding-left: 35px !important ;
}
.pl-40 {
  padding-left: 40px !important ;
}
.pl-45 {
  padding-left: 45px !important ;
}
.pl-50 {
  padding-left: 50px !important ;
}
.pl-60 {
  padding-left: 60px !important ;
}
.pl-70 {
  padding-left: 70px !important ;
}
.pl-100 {
  padding-left: 100px !important ;
}
.pl-120 {
  padding-left: 120px !important ;
}

.pt-0 {
  padding-top: 0px !important ;
}
.pt-5 {
  padding-top: 5px !important ;
}
.pt-10 {
  padding-top: 10px !important ;
}
.pt-15 {
  padding-top: 15px !important ;
}
.pt-20 {
  padding-top: 20px !important ;
}
.pt-23 {
  padding-top: 23px !important ;
}
.pt-25 {
  padding-top: 25px !important ;
}
.pt-30 {
  padding-top: 30px !important ;
}
.pt-35 {
  padding-top: 35px !important ;
}
.pt-40 {
  padding-top: 40px !important ;
}
.pt-45 {
  padding-top: 45px !important ;
}
.pt-50 {
  padding-top: 50px !important ;
}
.pt-60 {
  padding-top: 60px !important ;
}
.pt-70 {
  padding-top: 70px !important ;
}
.pt-80 {
  padding-top: 80px !important ;
}
.pt-90 {
  padding-top: 90px !important ;
}
.pt-100 {
  padding-top: 100px !important ;
}
.pt-160 {
  padding-top: 160px !important ;
}

.pb-0 {
  padding-bottom: 0px !important ;
}
.pb-5 {
  padding-bottom: 5px !important ;
}
.pb-10 {
  padding-bottom: 10px !important ;
}
.pb-15 {
  padding-bottom: 15px !important ;
}
.pb-20 {
  padding-bottom: 20px !important ;
}
.pb-25 {
  padding-bottom: 25px !important ;
}
.pb-30 {
  padding-bottom: 30px !important ;
}
.pb-35 {
  padding-bottom: 35px !important ;
}
.pb-40 {
  padding-bottom: 40px !important ;
}
.pb-45 {
  padding-bottom: 45px !important ;
}
.pb-50 {
  padding-bottom: 50px !important ;
}
.pb-60 {
  padding-bottom: 60px !important ;
}
.pb-70 {
  padding-bottom: 70px !important ;
}
.pb-80 {
  padding-bottom: 80px !important ;
}
.pb-90 {
  padding-bottom: 90px !important ;
}

/** Margin **/
.mt-0 {
  margin-top: 0px !important ;
}
.mt-5 {
  margin-top: 5px !important ;
}
.mt-10 {
  margin-top: 10px !important ;
}
.mt-12 {
  margin-top: 12px !important ;
}
.mt-15 {
  margin-top: 15px !important ;
}
.mt-20 {
  margin-top: 20px !important ;
}
.mt-25 {
  margin-top: 25px !important ;
}
.mt-30 {
  margin-top: 30px !important ;
}
.mt-32 {
  margin-top: 32px !important ;
}
.mt-35 {
  margin-top: 35px !important ;
}
.mt-40 {
  margin-top: 40px !important ;
}
.mt-45 {
  margin-top: 45px !important ;
}
.mt-50 {
  margin-top: 50px !important ;
}
.mt-55 {
  margin-top: 55px !important ;
}
.mt-60 {
  margin-top: 60px !important ;
}
.mt-70 {
  margin-top: 70px !important ;
}
.mt-75 {
  margin-top: 75px !important ;
}
.mt-80 {
  margin-top: 80px !important ;
}
.mt-85 {
  margin-top: 85px !important ;
}
.mt-100 {
  margin-top: 100px !important ;
}
.mt-125 {
  margin-top: 125px !important ;
}
.mt-135 {
  margin-top: 135px !important ;
}
.mt-160 {
  margin-top: 160px !important ;
}
.mt-162 {
  margin-top: 162px !important ;
}

.mt_5 {
  margin-top: -5px !important ;
}
.mt_10 {
  margin-top: -10px !important ;
}
.mt_15 {
  margin-top: -15px !important ;
}
.mt_20 {
  margin-top: -20px !important ;
}
.mt_25 {
  margin-top: -25px !important ;
}
.mt_30 {
  margin-top: -30px !important ;
}
.mt_35 {
  margin-top: -35px !important ;
}
.mt_40 {
  margin-top: -40px !important ;
}
.mt_50 {
  margin-top: -50px !important ;
}
.mt_60 {
  margin-top: -60px !important ;
}
.mt_70 {
  margin-top: -70px !important ;
}
.mt_80 {
  margin-top: -80px !important ;
}
.mt_100 {
  margin-top: -100px !important ;
}
.mt_160 {
  margin-top: -160px !important ;
}
.mt_162 {
  margin-top: -162px !important ;
}

.mb-0 {
  margin-bottom: 0px !important ;
}
.mb-5 {
  margin-bottom: 5px !important ;
}
.mb-10 {
  margin-bottom: 10px !important ;
}
.mb-12 {
  margin-bottom: 12px !important ;
}
.mb-15 {
  margin-bottom: 15px !important ;
}
.mb-25 {
  margin-bottom: 25px !important ;
}
.mb-20 {
  margin-bottom: 20px !important ;
}
.mb-30 {
  margin-bottom: 30px !important ;
}
.mb-35 {
  margin-bottom: 35px !important ;
}
.mb-40 {
  margin-bottom: 40px !important ;
}
.mb-45 {
  margin-bottom: 45px !important ;
}
.mb-50 {
  margin-bottom: 50px !important ;
}
.mb-60 {
  margin-bottom: 60px !important ;
}
.mb-80 {
  margin-bottom: 80px !important ;
}
.mb-90 {
  margin-bottom: 90px !important ;
}
.mb-100 {
  margin-bottom: 100px !important ;
}

.mb_5 {
  margin-bottom: -5px !important ;
}
.mb_10 {
  margin-bottom: -10px !important ;
}
.mb_12 {
  margin-bottom: -12px !important ;
}
.mb_15 {
  margin-bottom: -15px !important ;
}
.mb_20 {
  margin-bottom: -20px !important ;
}
.mb_25 {
  margin-bottom: -25px !important ;
}
.mb_30 {
  margin-bottom: -30px !important ;
}
.mb_35 {
  margin-bottom: -35px !important ;
}
.mb_40 {
  margin-bottom: -40px !important ;
}
.mb_45 {
  margin-bottom: -45px !important ;
}
.mb_50 {
  margin-bottom: -50px !important ;
}
.mb_60 {
  margin-bottom: -60px !important ;
}

.ml-0 {
  margin-left: 0px !important ;
}
.ml-10 {
  margin-left: 10px !important ;
}
.ml-15 {
  margin-left: 15px !important ;
}
.ml-20 {
  margin-left: 20px !important ;
}
.ml-25 {
  margin-left: 25px !important ;
}
.ml-30 {
  margin-left: 30px !important ;
}
.ml-40 {
  margin-left: 40px !important ;
}
.ml-50 {
  margin-left: 50px !important ;
}
.ml-60 {
  margin-left: 60px !important ;
}
.ml-65 {
  margin-left: 65px !important ;
}
.ml-345 {
  margin-left: 345px !important ;
}

.ml_5 {
  margin-left: -5px !important ;
}
.ml_10 {
  margin-left: -10px !important ;
}
.ml_15 {
  margin-left: -15px !important ;
}
.ml_20 {
  margin-left: -20px !important ;
}
.ml_25 {
  margin-left: -25px !important ;
}
.ml_30 {
  margin-left: -30px !important ;
}
.ml_35 {
  margin-left: -35px !important ;
}
.ml_40 {
  margin-left: -40px !important ;
}
.ml_45 {
  margin-left: -45px !important ;
}
.ml_50 {
  margin-left: -50px !important ;
}
.ml_60 {
  margin-left: -60px !important ;
}
.ml_180 {
  margin-left: -180px !important ;
}
.ml_300 {
  margin-left: -300px !important ;
}

.mr-0 {
  margin-right: 0px !important ;
}
.mr-10 {
  margin-right: 10px !important ;
}
.mr-15 {
  margin-right: 15px !important ;
}
.mr-20 {
  margin-right: 20px !important ;
}
.mr-25 {
  margin-right: 25px !important ;
}
.mr-30 {
  margin-right: 30px !important ;
}
.mr-35 {
  margin-right: 35px !important ;
}
.mr-38 {
  margin-right: 38px !important ;
}
.mr-40 {
  margin-right: 40px !important ;
}
.mr-50 {
  margin-right: 50px !important ;
}
.mr-60 {
  margin-right: 60px !important ;
}
.mr-65 {
  margin-right: 65px !important ;
}

.mr_10 {
  margin-right: -10px !important ;
}
.mr_15 {
  margin-right: -15px !important ;
}
.mr_20 {
  margin-right: -20px !important ;
}
.mr_25 {
  margin-right: -25px !important ;
}
.mr_30 {
  margin-right: -30px !important ;
}
.mr_35 {
  margin-right: -35px !important ;
}
.mr_40 {
  margin-right: -40px !important ;
}
.mr_45 {
  margin-right: -45px !important ;
}
.mr_50 {
  margin-right: -50px !important ;
}
.mr_60 {
  margin-right: -60px !important ;
}

/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: flex;
  text-align: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.loader-blob {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
}
.loader-blob,
.loader-blob:before,
.loader-blob:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
.loader-blob:before,
.loader-blob:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.loader-blob {
  animation-name: loader-blob;
  -o-animation-name: loader-blob;
  -ms-animation-name: loader-blob;
  -webkit-animation-name: loader-blob;
  -moz-animation-name: loader-blob;
}
@keyframes loader-blob {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes loader-blob {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes loader-blob {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes loader-blob {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes loader-blob {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a {
  display: block;
  min-width: 26px;
  text-align: center;
}
.social-icons.circle li > a {
  border-width: 1px;
  border-style: solid;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  background-color: transparent;
  font-size: 13px;
  border-radius: 50%;
}

/* TooltipTop */
.tooltip-top {
  position: relative;
}
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
}
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: var(--base-skin);
}
.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  left: 50%;
}
.tooltip-bottom:after {
  bottom: -100%;
}
.tooltip-bottom:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: transparent;
}
.tooltip-bottom:before {
  bottom: -7px;
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
  margin-left: -60px;
}
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 120px;
  color: #000;
  content: attr(data-tooltip);
  font-size: 14px;
  background-color: var(--base-skin);
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1;
}

/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
  border: 0;
  outline: 0;
  padding: 0 15px;
}
.slick_slider.no-gutters .slick-slide {
  padding: 0;
}
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #e4e4e4;
}
.row.g-0 .slick-slide {
  padding: 0;
}
.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
  overflow: visible;
}
.slick_slider .slick-arrow {
  background-color: var(--base-skin);
  border-radius: 50%;
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: var(--base-white);
}
.slick_slider .slick-next {
  right: 0;
}
.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
  font-family: "themify";
  line-height: 1;
  opacity: 1;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
  content: "\f060";
}
.slick_slider .slick-next:before {
  content: "\f061";
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick_slider.slider-img .slick-list.draggable {
  overflow: visible;
}

/*slick-dots-style1*/
.slick_slider.slick-dots-style1 .slick-dots {
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 0px;
  margin: 0;
  z-index: 22;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.slick_slider.slick-dots-style1 .slick-dots li {
  display: inline-block;
  list-style: none;
  line-height: 0;
  margin-left: -5px;
}
.slick_slider.slick-dots-style1 .slick-dots li button:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  content: unset;
}
.slick_slider.slick-dots-style1 .slick-dots li button {
  display: inline-block;
  width: 41px;
  height: 3px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e0e0e0;
  font-size: 0;
  padding: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button {
  width: 41px;
  background: 0 0;
  text-align: center;
  background-color: #fc963a;
  height: 3px;
}
.slick_slider.slick-dots-style1 .slick_slider .slick-arrow {
  width: 46px;
  height: 46px;
  z-index: 1;
  border: 0;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  border: 0;
}
/*slick-arrow-style1*/
.slick_slider.slick-arrows-style1 .slick-arrow {
  line-height: 34px;
  color: #fff;
  top: 80%;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  z-index: 1;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
}
.slick_slider.slick-arrows-style1 .slick-next {
  left: 50%;
  right: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
  left: 42%;
  right: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}
.slick_slider.slick-arrows-style1 .slick-prev:hover:before {
  color: #000;
}
.slick_slider.slick-arrows-style1 .slick-prev:before {
  content: "\e629";
  padding-right: 2px;
  opacity: 0.75;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  position: relative;
  top: 2px;
}
.slick_slider.slick-arrows-style1 .slick-next:before {
  content: "\e628";
  padding-left: 4px;
  opacity: 0.75;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  top: 2px;
  position: relative;
}
.slick_slider.slick-arrows-style1 .slick-next:hover {
  background-color: var(--base-skin);
  border-color: var(--base-skin);
}
.slick_slider.slick-arrows-style1 .slick-next:hover:before {
  color: #000;
}

/*  ===============================================
    TopBar
------------------------*/
.top_bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.top_bar .social-icons li {
  position: relative;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  float: left;
  text-align: center;
}
.top_bar .social-icons li:last-child {
  margin-right: 0px;
}
.top_bar .social-icons li a {
  border: none;
  width: auto;
  height: auto;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
.top_bar_inner {
  margin-top: 15px;
  padding: 0px 29px 0 26px;
  margin-bottom: -23px;
  z-index: 2;
  display: flex;
  position: relative;
  border-radius: 5px;
}
.top_bar_contact_item .top_bar_icon i {
  font-size: 15px;
}
.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
  font-size: 14px;
  font-weight: 500;
  padding-right: 6px;
}
.text-base-white .top_bar_contact_item a:hover {
  color: var(--base-skin);
}
.top_bar_contact_item .social-icons ul {
  margin: 0;
}
.top_bar_icon {
  display: inline-block;
  margin-right: 8px;
}
.top_bar_icon .icon-location-2:before {
  margin: 0;
}
.top_bar_contact_item {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: rgba(255, 255, 255, 0.95);
}

/**  side-menu **/
.side-menu-container {
  position: absolute;
  right: -30px;
  top: 25px;
  left: auto;
}
.side-menu {
  position: relative;
}
.side-menu a {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.side-overlay .side h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.side-overlay .side {
  display: inline-block;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0px;
  width: 400px;
  padding: 50px 40px 40px;
  z-index: 5;
  box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
  background-color: var(--base-white);
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translateX(420px);
  -ms-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.side-menu-footer-text strong {
  color: var(--base-dark);
}
.side-menu-footer-text {
  float: left;
  padding-top: 20px;
  color: var(--base-dark);
}
.side-overlay.on .widget ul.ttm-recent-post-list > li .post-date,
.side-overlay.on .widget ul.ttm-recent-post-list > li .post-date i {
  color: #818181;
  padding-right: 6px;
}
.side-overlay.on .widget ul.ttm-recent-post-list > li > .post-detail a {
  color: var(--base-dark);
}
.side-overlay.on .widget-recent-post ul.ttm-recent-post-list > li {
  padding: 0px 0 !important;
  border-top: unset;
}
.side .close-side {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
.side .ttm-detailss ul {
  padding-left: 0;
  padding-top: 15px;
}
.side .ttm-detailss ul > li {
  padding-bottom: 3px;
  list-style: none;
}
.side .ttm-detailss li span:first-child {
  color: rgba(255, 255, 255, 0.95);
}
.side .ttm-detailss li:first-child span:last-child {
  font-size: 18px;
  font-weight: 800;
  color: var(--base-skin);
}
.side .ttm-detailss ul > li a,
.side p {
  color: var(--base-bodyfont-color);
}
.side aside.widget_text {
  margin: 35px 0 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.side aside.widget_text h3 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 4px;
  color: var(--base-dark);
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
  margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
  border-radius: 5px;
  border: 0;
  background-color: #203d71;
  color: rgba(255, 255, 255, 0.4);
}

/*header-style-01*/
.prt-header-style-01 .top_bar {
  height: 53px;
  line-height: 53px;
  padding-left: 45px;
  padding-right: 45px;
}
.prt-header-style-01 .top_bar_contact_item {
  height: 48px;
  line-height: 48px;
  padding-left: 0;
  padding-right: 10px;
}
.prt-header-style-01 .top_bar_contact_item img {
  margin-right: 8px;
}
.prt-header-style-01 .top_bar_contact_item:last-child {
  padding-right: 0px;
}
.prt-header-style-01 .top_bar_contact_item a {
  color: rgba(255, 255, 255, 1);
}
.prt-header-style-01 .header_extra .header_cart .button-cart i {
  color: #fff;
}
.prt-header-style-01 .top_bar_contact_item .social-icons li a i {
  display: none;
}
.prt-header-style-01 .top_bar_contact_item ul.social-icons li {
  padding-left: 10px;
  padding-right: 10px;
}
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-instagram:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-facebook:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-twitter:before {
  top: 22px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--base-skin);
  z-index: 1;
  position: absolute;
  right: -2.5px;
  left: auto;
}
.prt-header-style-01 .top_bar_contact_item ul li {
  font-family: "Caveat", Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -14px;
}
.prt-header-style-01 .top_bar_contact_item ul li.prt-number {
  font-size: 14px;
  font-family: var(--base-bodyfonts);
  margin-right: 0;
}
.prt-header-style-01 .top_bar_contact_item ul li.prt-img {
  margin-right: 0;
}
ul {
  list-style-type: none;
}
.top_bar .social-icons li:last-child {
  padding-right: 0px;
}

/*header-style-02*/
.prt-header-style-02 .top_bar_contact_item img {
  margin-right: 8px;
}
.prt-header-style-02 .top_bar_contact_item {
  line-height: 43px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.prt-header-style-02 .top_bar_contact_item span {
  color: #fff;
}
.prt-header-style-02 .top_bar_contact_item a {
  color: rgba(255, 255, 255, 1);
}
.prt-header-style-02 .top_bar_contact_item a:hover {
  color: #fc963a;
}
.prt-header-style-02 .top_bar_contact_item span {
  font-size: 14px;
  padding-right: 6px;
  font-weight: 400;
}
.prt-header-style-02 .top_bar .social-icons li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.prt-header-style-02 .top_bar .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 45px;
}
.prt-header-style-02 .top_bar_contact_item.top_bar_social {
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
}
.prt-header-style-02 .top_bar_contact_item:first-child {
  border-left: transparent;
}
.prt-header-style-02 a.search_btn {
  margin-right: 15px;
}
.prt-header-style-02 .header_search .header_search_content {
  top: 56px;
}
.prt-header-style-02 .header_btn .prt-btn {
  padding: 0 50px;
  height: 80px;
  line-height: 80px;
  margin-right: -5px;
  border: 0;
}
.prt-header-style-02 .header_search .search_btn i,
.header_extra .header_cart .button-cart i {
  color: var(--base-dark);
  font-size: 20px;
}
.prt-header-style-02 .header_search a:before {
  background-color: rgba(0, 0, 0, 0.21);
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

/*header-style-03*/
.prt-header-style-03 .header_extra .header_item_img span a {
  color: var(--base-white);
}
.prt-header-style-03 .header_extra .header_item {
  padding-left: 50px;
  padding-right: 25px;
  margin-left: 0;
}
.prt-header-style-03 .header_extra .header_item {
  font-family: "Caveat", Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  position: relative;
  color: var(--base-white);
  top: 5px;
}
.prt-header-style-03 .header_extra .header_item_img {
  padding-left: 3px;
  padding-right: 30px;
  color: var(--base-white);
  margin-left: 0;
}
.prt-header-style-03 .header_extra .header_item_icon {
  margin-left: 0;
}
.prt-header-style-03 .header_extra .header_item_icon ul li a {
  background-image: var(--base-skin);
}
.prt-header-style-03 .header_extra .social-icons li > a {
  font-size: 16px;
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  color: var(--base-white);
  border-radius: 5px;
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-branding h1 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.site-branding img {
  max-height: 43px;
}
.site-branding img.stickylogo {
  opacity: 0;
  position: absolute;
  left: 0;
  transition: none;
}

/**  side-menu **/
.side-menu-container {
  position: absolute;
  right: 0px;
  top: 0px;
  left: auto;
}
.side-menu {
  position: relative;
}
.side-menu a {
  display: block;
  font-size: 18px;
  width: 57px;
  height: 57px;
  margin-left: 200px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  line-height: 57px;
  text-align: center;
}
.side-overlay .side {
  display: inline-block;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0px;
  width: 420px;
  padding: 45px 35px 35px;
  z-index: 5;
  background-color: #ffffff;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translateX(420px);
  -ms-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(../images/fltingbar-bg-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #8b69cd;
  background-color: #000;
  height: 100%;
  width: 100%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.side-overlay.on .side {
  visibility: visible;
  opacity: 1;
  display: block;
  overflow: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.side .close-side {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
.side-overlay .side-menu-header h2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 65px;
  margin-left: 50%;
  padding-bottom: 10px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 105px;
}
.side-overlay .side-menu-header .widget-title:before {
  content: "";
  top: 0;
  left: 0;
  color: inherit;
  width: 65%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  top: auto;
}
.side .prt-detailss ul {
  padding-left: 0;
  padding-top: 15px;
}
.side .prt-detailss ul > li {
  padding-bottom: 3px;
  list-style: none;
}
.side .prt-detailss li span:first-child {
  color: rgba(255, 255, 255, 0.95);
}
.side .prt-detailss li:first-child span:last-child {
  font-size: 18px;
  font-weight: 800;
  color: var(--base-skin);
}
.side .prt-detailss ul > li a,
.side p {
  color: rgba(255, 255, 255, 0.6);
}
.side aside.widget_text {
  margin: 35px 0 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.side aside.widget_text h3 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
  margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
  border-radius: 5px;
  border: 0;
  background-color: #203d71;
  color: rgba(255, 255, 255, 0.4);
}
.menu-floatibar-text {
  display: flex;
}
.div-block {
  padding-top: 20px;
}
.floatbar-link {
  display: inline-block;
  opacity: 0.4;
  color: var(--base-white);
  font-size: 22px;
  line-height: 27px;
  text-decoration: none;
  text-transform: capitalize;
}
.floatbar-menu-box_1 {
  padding-left: 80px;
  list-style-type: none;
}
.floatbar-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.floatbar-title-link {
  display: inline;
  color: var(--base-white);
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-decoration: none;
}
.floatbar-menu-box_1 .form-block .icon-wrapper {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  float: right;
}
.floatbar-menu-box_1 .form-block .icon-wrapper .prt-btn.btn-inline.prt-btn-color-darkgrey:before {
  content: unset;
}
.floatbar-menu-box_1 .form-block .icon-wrapper .prt-btn.btn-inline.prt-btn-color-darkgrey:after {
  font-size: 15px;
  right: -35px;
  top: 6px;
}
.floatbar-menu-box_1 .form-block .wrap-form.query_form_1 p {
  display: inline-block;
}
.country-text {
  display: inline-block;
  margin-bottom: 20px;
  padding: 1px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--base-white);
  border-radius: 6px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 16px;
  line-height: 26px;
}
.paragraph {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 26px;
}
.p-link {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

/* header_extra */
.header_extra > div {
  margin-left: 21px;
  position: relative;
}
.header_search .search_btn {
  font-size: 19px;
  height: 32px;
  width: 32px;
  line-height: 31px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
.header_search .search_btn i {
  top: 5px;
  position: relative;
}
.header_search .header_search_content {
  position: absolute;
  top: 62px;
  right: -22px;
  width: 540px;
  background: #fff;
  opacity: 0;
  padding: 13px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  z-index: 1;
  border-radius: 5px;
}
.header_search #searchbox {
  position: relative;
}
.header_search #search_query_top {
  font-weight: 400;
  position: relative;
  clear: both;
  width: 470px;
  font-size: 14px;
  text-align: left;
  height: 60px;
  border: none;
  margin-left: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none !important;
  line-height: 51px;
  float: left;
}
.header_search_content button.close-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  box-shadow: unset;
  font-size: 18px;
  width: 10%;
  border: 0;
  height: 65px;
  text-align: center;
  display: block;
  line-height: 37px;
  color: rgb(32 28 28);
  background-color: var(--base-skin);
  float: left;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.header_search .header_search_content.on {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header_extra .header_btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  left: -65px;
  top: 50%;
  margin-top: -14px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header_extra .header_cart .button-cart {
  display: block;
  position: relative;
  text-align: center;
  font-size: 22px;
  padding-left: 15px;
  width: 25px;
  text-align: left;
  left: -15px;
  z-index: 1;
  color: var(--base-white);
}
.header_extra .header_cart .cart_count {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  display: block;
  color: var(--base-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--base-skin);
}

/** SiteNavigation(Menu) **/
.site-navigation {
  position: relative;
  z-index: 2;
}

nav.main-menu ul {
  margin: 0;
}
#site-header-menu .site-navigation ul.menu > li > a {
  text-decoration: none;
  z-index: 1;
  font-size: 16px !important;
  font-family: var(--base-headingfont);
  font-weight: 700;
  text-transform: uppercase;
}
nav.main-menu ul.menu > li.mega-menu-item:hover > a {
  color: var(--base-skin);
}
#site-header-menu .prt-stickable-header .site-navigation ul.menu > li.active > a {
  color: var(--base-skin);
}

/*Revolution banner*/

.rev-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 30px 13px 30px;
  background: transparent;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  font-family: var(--base-bodyfont);
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s ease 0s;
}
.rev-btn:after {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: var(--base-skin);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.rev-btn:hover:after {
  bottom: -40%;
}
.rev-btn.prt-btnskin:after {
  background-color: var(--base-white);
}
.rev-btn.prt-btndark:after {
  background-color: var(--base-grey);
}

/* ===============================================
    Footer
------------------------*/
.bg-footer {
  background-image: url(../images/bg-image/bg-footer.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.footer.text-base-white,
.footer.text-base-white a {
  color: rgba(255, 255, 255, 0.65);
}
.footer {
  padding: 0;
}
.footer.text-base-white a:hover {
  color: var(--base-skin);
}
.footer .footer-logo {
  position: relative;
  margin-bottom: 24px;
}
.footer .social-icons li {
  margin: 0;
}
.footer .social-icons li a:hover {
  background-color: var(--base-skin);
  color: var(--base-white);
  border-color: var(--base-skin);
}
.footer .social-icons li a:hover i {
  color: var(--base-white);
}
.footer .widget-title h3 {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.footer .widget ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.footer .second-footer {
  padding-top: 15px;
  padding-bottom: 50px;
}
.footer .first-footer .widget-area:before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  height: 20px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .first-footer .row .col-lg-4.widget-area:last-child:before {
  content: unset;
}

/* first-footer */
.first-footer {
  padding: 87px 0 85px;
}
.first-footer .widget-text h3 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
  color: var(--base-white);
}
.first-footer .widget-text a {
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
}
.first-footer .widget-text .widget-links:hover {
  color: #8b69cd;
  text-decoration: underline;
}
.first-footer .widget-text .widget-links:after {
  content: "";
  background-color: #8b69cd;
  width: 0;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 7px;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.first-footer .widget-text .widget-links {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-decoration: none;
}
.first-footer .widget-text .widget-links:hover:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
.first-footer .quickicon-p {
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.first-footer .quickicon-link {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  text-decoration: none;
}
.first-footer .quickicon-h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.first-footer .quickicon-link:hover {
  color: #8b69cd;
}
.first-footer .prt-quickicons-box {
  display: inline-block;
}
.first-footer .widget_nav_menu {
  float: right;
}

/*footer-widget-menu*/
.menu-footer-widget-menu {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.footer-menu-item {
  position: relative;
  margin-bottom: 37px;
  padding-top: 0px;
  font-family: "DM Sans", sans-serif;
}
.widget_nav_menu .menu-footer-widget-menu .footer-menu-item:before {
  counter-increment: container;
  content: counter(container, decimal-leading-zero);
  font-size: 16px;
  font-weight: 700;
  top: 10px;
  position: absolute;
}
.footer-nav-link {
  padding-left: 55px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
}
.widget_nav_menu .menu-footer-widget-menu .footer-menu-item a.footer-nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  width: 30px;
  height: 2px;
  background-color: #7a7a7a;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  line-height: 16px;
}
.footer-menu-item:hover .footer-nav-link,
.w-dropdown-link.w--current,
.w-nav-link.w--current,
.widget_nav_menu .menu-footer-widget-menu .footer-menu-item:hover:before {
  color: var(--base-skin);
}
.widget_nav_menu .menu-footer-widget-menu .footer-menu-item:hover a.footer-nav-link:before {
  background-color: var(--base-skin);
  width: 45px;
}

.newsletter-form button[type="submit"] i {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  z-index: -1;
  font-size: 20px;
  color: var(--base-white);
}
.newsletter-form button[type="submit"]:hover i {
  color: var(--base-skin);
}
.newsletter-form .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
  background-color: var(--base-white);
  border-color: var(--base-white);
  color: var(--base-skin);
}
.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i {
  background-color: var(--base-skin);
  color: var(--base-white);
}

/* checkbox  */
.footer input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.footer input[type="checkbox"] + label {
  height: 15px;
  width: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 6px;
}
.footer input[type="checkbox"] + label:before {
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  content: " ";
  display: inline-block;
  vertical-align: top;
}
.footer input[type="checkbox"]:checked + label:before {
  content: "";
  border: solid;
  border-color: var(--base-skin);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  background-color: transparent !important;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
}

/** copyright **/

.copyright-text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright-text-p {
  margin-bottom: 0px;
  font-family: "DM Sans", sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 15px;
  line-height: 28px;
}
.copyright-link {
  color: #fff;
  text-decoration: none;
}

/*bottom-footer*/
.bottom-footer {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.footer-social-icons {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.footer-social-link-items {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  text-transform: capitalize;
}
.footer-link {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
}
.bottom-footer .footer-social-links-wrapper {
  text-align: right;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
  font-weight: 900;
  color: #000;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
  background: var(--base-skin);
}
@keyframes jump {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 20px;
  }
}
#totop.top-visible {
  animation: jump 4s infinite;
}

/* ===============================================
    Page-Title-Row
------------------------*/
.prt-titlebar-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.prt-titlebar-wrapper.about-img {
  background-image: url(../images/pagetitle-bg.jpg);
}
.prt-titlebar-wrapper.about-img-01 {
  background-image: url(../images/pagetitle-bg-1.jpg);
}
.prt-titlebar-wrapper.service-img {
  background-image: url(../images/pagetitle-bg-2.jpg);
}
.prt-titlebar-wrapper.service-img {
  background-image: url(../images/pagetitle-bg-2.jpg);
}
.prt-titlebar-wrapper.about-img-02 {
  background-image: url(../images/pagetitle-bg-3.jpg);
}
.prt-titlebar-wrapper.contact-us {
  background-image: url(../images/pagetitle-bg-4.jpg);
}
.prt-titlebar-wrapper.prt-bg > .prt-titlebar-wrapper-bg-layer.prt-bg-layer {
  background-color: rgb(0 0 0 / 47%);
}
.prt-titlebar-wrapper-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding: 200px 0 118px;
  text-align: left;
}
.page-title-heading h2 {
  margin-top: 0px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  text-transform: capitalize;
  text-align: center;
}
.page-title-heading p {
  text-align: center;
}
.breadcrumb-wrapper {
  z-index: 99;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 22px;
  color: rgb(255 255 255 / 70%);
  position: relative;
  text-align: center;
}
.breadcrumb-wrapper i {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  padding-right: 5px;
  padding-top: 0;
  top: -2px;
  position: relative;
}
.breadcrumb-wrapper span {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8b69cd;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcrumb-wrapper span a {
  color: #fff;
}
.breadcrumb-wrapper span a:hover {
  color: var(--base-secondarycolor);
}
.breadcrumb-wrapper .prt-sep {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

/* ===============================================
    Homepage
------------------------*/

.slide-text {
  font-family: var(--base-headingfont-main);
  font-style: italic;
  font-weight: 600;
  display: inline-block;
}
.services-info-fid {
  width: 292px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.prt-image-plane {
  position: absolute;
  right: -30px;
  bottom: -34px;
  width: 25%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease;
}
.prt-image-plane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prt-image-plane:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/* services-details
/*------------------------------------------------------------------------------*/
.sidebar-top ul.service-nav-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
.sidebar-top ul.service-nav-menu li {
  list-style-type: none;
  padding: 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.sidebar-top ul.service-nav-menu li a {
  transition: all 0.4s;
  padding: 25px 15px 25px 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.sidebar-top ul.service-nav-menu li.active {
  background-color: var(--base-skin);
}
.sidebar-top ul.service-nav-menu li:hover,
.sidebar-top ul.service-nav-menu li.active:hover {
  background-color: var(--base-dark);
}
.sidebar-top ul.service-nav-menu li.active a,
.sidebar-top ul.service-nav-menu li:hover a {
  color: var(--base-white);
}

.sidebar-top-section .slick_slider .slick-slide {
  padding: 0 !important;
}

.number-heading {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ced7e4;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 19px 20px 17px 29px;
}
.number-heading h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}
.number-heading .process-num {
  padding-right: 10px;
}
.number-heading .process-num .number {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--base-skin);
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/

article.prt-service-single-content-area .prt-service-classic-content h2 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 700;
  margin-top: 60px;
}
article.prt-service-single-content-area .feedback-block {
  padding: 30px;
  margin-top: 50px;
  background-color: var(--base-dark);
}
article.prt-service-single-content-area .feedback-block .feedback-content {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
article.prt-service-single-content-area .feedback-block .feedback-content h3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 15px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .feedback-ratings {
  margin-bottom: 40px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .feedback-text {
  color: var(--base-white);
  font-weight: 500;
  margin-bottom: 30px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .icon-wrapper {
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-block;
}
article.prt-service-single-content-area .feedback-block .feedback-content .icon-wrapper .prt-btn:after {
  font-size: 15px;
  right: -7px;
  top: 6px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .feedback-button {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  top: 10px;
}

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/
.prt-team-member-single-content h3,
.prt-team-member-content h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.prt-team-member-detail {
  padding: 20px 0px 20px 19px;
  margin-top: 60px;
  background-color: var(--base-white);
}
.prt-team-member-detail .prt-team-member-single-title {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}
.prt-team-member-detail .prt-team-member-single-position {
  font-size: 14px;
  font-weight: 600;
  color: var(--base-skin);
  margin-bottom: 4px;
}
.prt-team-member-detail .prt-team-details-list .prt-team-list-title {
  text-indent: 0;
  width: auto;
  display: inline;
  font-weight: 500;
  font-size: 15px;
  color: var(--base-dark);
}
.prt-team-details-list li {
  list-style: square;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0 0px 10px;
  display: inline-block;
}
p.firstcharacter:first-letter {
  font-size: 60px;
  line-height: 50px;
  float: left;
  padding-right: 10px;
  font-weight: 700;
  color: var(--base-dark);
}
.team-detail-section .prt-member-info {
  padding: 30px 35px 30px 45px;
  background-color: #1a1a1c;
}
.team-detail-section h3.team-member-title {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.09);
  color: #fff;
  font-size: 30px;
  line-height: 45px;
}
.team-detail-section ul.team-detail-list {
  margin-top: 25px;
  padding-left: 0px;
  list-style-type: none;
}
.team-detail-section .team-detail-list-cat {
  display: inline-block;
  margin-right: 10px;
  color: var(--base-white);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.team-detail-section ul li a.team-detail-list-link {
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}
.team-detail-section .prt-member-info .team-detail-social-icons {
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.09);
}
.team-detail-section .prt-member-info .team-detail-social-icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.team-detail-section .prt-member-info .team-detail-social-icons ul li {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.05);
}
.team-detail-section .prt-member-info .team-detail-social-icons ul li a {
  position: relative;
  color: #8d9297;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
}
.team-detail-section .team-member-personal-info {
  padding: 21px 15px 18px;
  background-color: #1a1a1c;
  text-align: center;
}
.team-detail-section .team-member-personal-info h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "DM Sans", sans-serif;
  color: var(--base-white);
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
}
.team-detail-section .team-member-personal-info p {
  color: #8d9297;
  font-size: 14px;
  margin-bottom: 0;
}
.prt-team-member-content-about h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  color: var(--base-white);
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}
.team-detail-section .prt-member-info .team-detail-social-icons ul li:hover {
  background-color: var(--base-skin);
  color: #000;
}
.team-detail-section .prt-member-info .team-detail-social-icons ul li:hover a {
  color: var(--base-dark);
}
.team-detail-section .prt-member-info .team-detail-social-icons ul li a:hover {
  color: var(--base-dark);
}
.team-detail-section .team-detail-list-text {
  display: inline-block;
}
.team-detail-section li.team-detail-list-item {
  padding-top: 9px;
  padding-bottom: 8px;
}
.team-detail-section ul.prt-team-details-list li i {
  color: #73d757;
  font-size: 20px;
}
.certificate-team-detail img {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.team-detail-section .team-member-title {
  padding-bottom: 20px;
}
.team-detail-section .team-member-title h2 {
  font-weight: 400;
}
.prt-team-member-detail .prt-team-details-list .prt-team-list-value {
  display: inline;
}
.team-detail-section .prt-team-list-title {
  display: inline;
  color: var(--base-dark);
  font-size: 15px;
  font-weight: 500;
}
.team-detail-section .prt-team-list-value {
  display: inline;
}
.team-detail-section .prt-team-details-list a:hover {
  clear: var(--base-secondarycolor);
}
.team-detail-section .prt-team-details-list a {
  color: var(--base-bodyfont-color);
  font-weight: 400;
}
.prt-team-member-single-content-area .prt-featured-wrapper .featured-thumbnail img {
  width: 100%;
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.prt-blog-classic {
  margin-bottom: 30px;
  padding-bottom: 0;
  overflow: hidden;
}
article.prt-blog-classic:last-child {
  margin-bottom: 15px;
}
article.prt-blog-classic .prt-post-featured-wrapper {
  position: relative;
  overflow: hidden;
}
article.prt-blog-classic .prt-blog-classic-content {
  background: var(--base-grey);
  padding: 22px 30px 32px;
  z-index: 11;
  position: relative;
  display: block;
  border: 0;
  overflow: hidden;
  border-radius: 5px;
}
.prt-blog-classic .prt-box-post-cat {
  z-index: 1;
  top: 10px;
  left: 9px;
  font-size: 13px;
  font-weight: 500;
  width: auto;
  padding: 0 14px 2px;
  position: absolute;
  background-color: var(--base-skin);
  color: var(--base-white);
}
.prt-blog-classic .prt-box-post-cat a {
  color: var(--base-white);
}
.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
  display: block;
  padding: 8px 0 11px;
}
.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
  padding-right: 20px;
  position: relative;
  color: inherit;
}
.prt-blog-classic .post-meta .prt-meta-line a,
.prt-blog-single .post-meta .prt-meta-line a {
  color: var(--body-font-color);
  font-size: 13px;
}

.prt-blog-classic .post-meta .prt-meta-line:last-child {
  padding-right: 0;
}
.prt-blog-classic .post-meta .prt-meta-line i,
.prt-blog-single .post-meta .prt-meta-line i {
  padding-right: 4px;
  color: var(--base-skin);
}
.prt-blog-classic .entry-header .entry-title {
  font-size: 26px;
  line-height: 30px;
  position: relative;
  margin-bottom: 12px;
}
.post.prt-blog-classic .post-meta .prt-meta-line:not(:last-child):after,
.post.prt-blog-single-content .post-meta .prt-meta-line:not(:last-child):after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  vertical-align: middle;
  margin: 0 15px;
  right: -8px;
  background-color: rgba(255, 255, 255, 0.09);
}
.post.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
  padding: 15px 0 11px;
}
.post.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.prt-blog-classic-box-content h3 {
  font-size: 30px;
  line-height: 40px;
}
.prt-blog-classic-box-content .prt-box-desc-text ul {
  list-style-type: unset;
}
.prt-entry-meta .prt-meta-line span.author,
.prt-meta-line.comments-link span {
  font-size: 14px;
}
.prt-blog-classic-box-comment .comments-area ul.comment-list {
  list-style-type: none;
}

/*comment-area*/

.comments-area {
  margin-top: 50px;
  margin-bottom: 0;
}
.comments-area h2 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comments-area ull.comment-list {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.comment-list li {
  position: relative;
  margin-top: 30px;
}
.comment-list .children {
  margin-left: 35px;
}
.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}
.single-post .comments-area {
  margin-top: 50px;
  margin-bottom: 0;
}
.single-post .comments-area .comments-title {
  font-size: 33px;
  font-weight: 600;
}
.comment-body {
  margin-left: 105px;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 22px 20px;
  position: relative;
  background-color: var(--base-dark);
}
.comment-author {
  float: left;
  text-align: center;
  width: 87px;
  height: 87px;
  display: block;
  margin-right: 25px;
  overflow: hidden;
  margin-left: -125px;
  margin-top: -20px;
}
.comment-author img {
  max-width: 100%;
  height: auto;
}
.comment-reply-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 33px;
  margin-bottom: 20px;
}
.comment-meta {
  font-size: 14px;
  padding: 0;
  position: relative;
}
.comment-meta,
.comment-meta a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
.comment-meta .prt-comment-owner h5,
.prt-comment-owner {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  font-style: normal;
}
.author-content-wrap p {
  padding-top: 15px;
}
.comment-list a.comment-reply-link:hover {
  background-color: var(--base-secondary-dark);
  color: var(--base-white);
}
.comment-list a.comment-reply-link {
  border: none;
  color: var(--base-dark);
  font-size: 13px;
  padding: 11px 53px 11px 34px;
  position: relative;
  margin-top: 5px;
  display: inline-block;
  border-radius: 32px;
  font-weight: 700;
  background-color: var(--base-skin);
}
.comment-list a.comment-reply-link:after {
  position: absolute;
  top: 13px;
  font-family: themify;
  content: "\e628";
  font-weight: 400;
  display: inline-block;
  margin-right: 0.2em;
  text-align: center;
  opacity: 1;
  line-height: 22px;
  font-size: 12px;
  margin-left: 8px;
}

.sidebar .widget.widget-search .search-form .btn[type="submit"]:after {
  content: unset;
}

/*----------------------------------------*/
/*  portfolio-single  
/*---------------------------------------------------------------*/
.prt-pf-single-content-wrapper-innerbox,
.prt-pf-single-content-wrapper {
  position: relative;
}
.prt-pf-single-content-wrapper {
  margin-bottom: 60px;
}
.prt-pf-view-top-image .prt-pf-single-detail-box {
  position: absolute;
  padding: 40px 25px 43px 40px;
  right: 50px;
  bottom: -30px;
  z-index: 2;
  height: auto;
}
.prt-pf-single-content-wrapper-innerbox .prt-pf-title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 20px;
}
.prt-pf-single-content-wrapper-innerbox ul.prt-list li i {
  font-size: 18px;
}
.prt-pf-single-content-wrapper .prt-pf-single-detail-box {
  display: block;
  padding: 30px 40px 35px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%);
  position: absolute;
  bottom: -30px;
  right: 50px;
  background-color: #fff;
  width: 48.5%;
}
.prt-pf-single-detail-box .prt-pf-detailbox-title {
  position: relative;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 6px;
  color: var(--base-dark);
  font-weight: 400;
}
.prt-pf-single-detail-box .prt-pf-detailbox-list {
  padding: 0;
  margin: 20px 0 16px;
}
.prt-pf-single-detail-box ul li .prt-pf-data-title {
  font-size: 20px;
  line-height: 27px;
  font-family: var(--base-headingfont);
}
.prt-pf-single-detail-box ul li .prt-pf-data-details {
  color: var(--base-bodyfont-color);
  font-size: 14px;
  line-height: 24px;
}
.prt-single-pf-footer {
  display: block;
  clear: both;
  overflow: hidden;
}
.prt-social-share-wrapper {
  display: block;
}
.prt-pf-single-content-wrapper .prt-social-share-title {
  font-size: 15px;
  line-height: 26px;
  font-family: var(--base-headingfont);
  color: var(--base-dark);
  padding-right: 10px;
  padding-bottom: 10px;
}
.social-icons.square li {
  margin: 0 0px;
}
.prt-pf-single-content-wrapper .prt-social-share-links ul li a {
  border: 1px solid #e8e8e8;
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 13px;
  margin-right: 3px;
}
.prt-pf-single-content-wrapper .prt-social-share-links ul li a:hover {
  background-color: transparent;
  background-image: var(--base-skin);
}
.prt-pf-single-content-wrapper .prt-social-share-links ul li a:hover {
  color: var(--base-white);
}
.prt-pf-single-content-area h2 {
  text-align: left;
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
}
.prt-pf-single-content-area .prt-btn {
  padding: 14px 24px;
}
.prt-pf-single-content-area .prt-nextprev-bottom-nav .prt-btn.prt-btn-style-border {
  padding: 14px 28px;
  border: 1px solid currentColor;
}
.prt-nextprev-bottom-nav {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
  padding-top: 40px;
  margin-bottom: 0px;
}
.prt-pf-detailbox-list li:last-child {
  border-bottom: 0;
}
.prt-pf-detailbox-list {
  padding: 0;
  margin: 6px 0 16px;
}
.prt-pf-detailbox-list li {
  position: relative;
  display: inline-block;
  padding: 5px 90px 12px 0;
  width: 49%;
}

/*style1*/
.prt-pf-single-content-wrapper .prt-pf-single-detail-box.style1 {
  box-shadow: unset;
  display: block;
  padding: 30px 40px 35px 20px;
  height: auto;
  position: absolute;
  background-color: #fff;
  top: 0;
  border-radius: 0;
  right: auto;
}
.prt-pf-single-detail-box.style1 ul li .prt-pf-data-title {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 7px 0;
  font-family: var(--base-headingfont);
  color: var(--base-dark);
}
.prt-pf-single-detail-box.style1 .prt-pf-detailbox-list li {
  width: 100%;
  padding: 8px 0 8px 0;
}
.prt-pf-single-detail-box.style1 .prt-pf-single-title h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.prt-pf-single-content-wrapper.prt-pf-view-right-image {
  margin-bottom: 30px;
}

/* style1 */
.prt-pf-single-detail-box.style2 {
  padding: 0px 0 0;
}
.prt-pf-single-detail-box.style2 ul li {
  width: auto;
  text-align: center;
}
.prt-pf-single-detail-box.style2 ul li:nth-child(2) {
  border-right: 0;
}
.prt-pf-single-detail-box.style2 ul li.prt-pf-details-date:last-child {
  width: auto;
  padding: 0;
  min-height: auto;
  margin: 0 auto;
  border-right: 0;
}
.prt-pf-single-detail-box.style2 ul li span.prt-pf-name {
  color: var(--base-white);
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
}
.prt-pf-single-detail-box.style2 ul li span.prt-pf-s-name {
  margin-bottom: 0px;
  padding-left: 5px;
  font-size: 20px;
  line-height: 30px;
  color: hsla(0, 0%, 100%, 0.7);
}
.prt-pf-single-detail-box.style2 


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.prt-blog-single .prt-blog-single-content {
  overflow: hidden;
}
.prt-blog-single .post-meta {
  display: block;
  padding: 5px 0 5px 0;
}
.prt-blog-single h3 {
  font-size: 37px;
  line-height: 46px;
  margin-top: 0px;
  font-weight: 400;
}
p.firstcharacter::first-letter {
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  padding: 0px 10px 0px 0px;
  color: var(--base-dark);
  float: left;
}
.prt-blog-single blockquote {
  background-color: var(--base-skin);
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 90px 60px 50px 60px;
  border: none;
  z-index: 2;
  position: relative;
  border: 0;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  font-family: var(--base-headingfont);
}
.prt-blog-single p {
  margin-bottom: 20px;
}
.prt-blog-single blockquote i {
  position: absolute;
  top: 30px;
  left: 30px;
  right: auto;
  z-index: 1;
  display: block;
  font-size: 46px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: var(--base-skin);
}
.prt-blog-single blockquote cite {
  display: block;
  position: relative;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  font-family: var(--base-bodyfont);
  color: rgb(255, 255, 255);
}
.prt-blog-single .featured-content {
  padding: 46px 40px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 100%;
  height: 100%;
  margin-top: 40px;
}
.prt-blog-single cite {
  font-style: normal;
}
.prt-blog-single blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  margin: 0 auto;
  -webkit-mask-size: cover;
  background-color: var(--base-white);
  background-repeat: no-repeat;
  -webkit-mask-box-image: url(../images/quote-1.svg);
  mask: url(../images/quote-1.svg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.prt-blog-single_1 blockquote:before {
  font-family: "themify";
  content: "\e604";
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 47px;
  color: #fff;
  background-color: transparent;
  mask: unset;
  -webkit-mask-box-image: unset;
}
.prt-blog-single_1 blockquote {
  padding: 90px 60px 10px 60px;
}
.prt-blog-single_2 blockquote {
  background-color: var(--base-skin);
  font-weight: 400;
  color: #fff;
  margin: 40px 0 40px 0px;
  padding: 60px 50px 30px 50px;
  border: none;
  z-index: 2;
  position: relative;
  border: 0;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  font-family: var(--base-headingfont);
}
.prt-blog-single_2 cite {
  font-style: normal;
}
.prt-blog-single_2 blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 45px;
  width: 45px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--base-white);
  background-repeat: no-repeat;
  -webkit-mask-box-image: url(../images/quote-1.svg);
  mask: url(../images/quote-1.svg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.prt-blog-single_2 blockquote cite {
  display: block;
  position: relative;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  font-family: var(--base-bodyfont);
  color: rgb(255, 255, 255);
}
.prt-blog-single_2 blockquote cite {
  display: block;
  position: relative;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  font-family: var(--base-bodyfont);
  color: rgb(255, 255, 255);
}
.prt-blog-single .blog-tag-and-media-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 35px;
}
.prt-blog-single .prt_tag_lists {
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.prt-blog-single .prt-post-featured-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}
.prt-blog-single .prt_tag_lists .prt-tags-links-title {
  color: var(--base-dark);
  font-size: 16px;
  font-family: var(--base-headingfont);
}
.prt-blog-single .prt-tags-links a {
  padding: 7px 25px;
  background-color: var(--base-white);
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 10px 6px 4px 6px;
  border-radius: 0px;
  color: var(--body-font-color);
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease;
}
.prt-blog-single .prt-tags-links a:hover {
  color: var(--base-secondarycolor);
}
.prt-blog-single .prt-social-share-wrapper ul {
  display: inline-flex;
}
.prt-blog-classic .post-meta .prt-meta-line:not(:last-child):after,
.prt-blog-single .post-meta .prt-meta-line:not(:last-child):after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  right: 7px;
  top: 5px;
  background-color: #cacaca;
}
.prt-blog-single .prt-social-share-wrapper ul li {
  display: inline-block;
  margin: 0 0 0 7px;
}
.prt-blog-single-content-area .prt-blog-single-content p.firstcharacter {
  margin-top: 50px;
}
.prt-blog-single .prt-social-share-wrapper ul li:first-child {
  margin: 0;
}
.prt-blog-single .prt-social-share-wrapper ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--base-skin);
}
.prt-blog-single .social-icons.square li:last-child a {
  margin-right: 0;
}
.prt-blog-single .social-icons.square li a i {
  color: var(--base-white);
}

/*blog-comment*/
.comments-area {
  margin-bottom: 0;
}
.comments-area h3.comment-reply-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
}
.comment-respond {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.09);
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-phone {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.comments-area .comment-form .comment-form-phone {
  margin-right: 0;
}
.comments-area p.form-submit button.prt-btn:hover {
  background-color: #fff;
  color: #000;
}

.comments-area p {
  margin-bottom: 20px;
}
p.comment-notes {
  margin-bottom: 10px;
}
p.form-submit {
  margin-bottom: 0px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  vertical-align: middle;
  width: 100%;
  color: #8d8d8d;
  padding: 11px 15px;
  font-weight: 400;
  background-color: var(--base-grey);
  text-transform: inherit;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 14px;
  line-height: inherit;
}
.comment-form input[type="checkbox"]:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: -21px;
  height: 16px;
  width: 16px;
  z-index: 1;
  border: 1px solid #e7e7e7;
  background-color: var(--base-grey);
}

.bg-base-grey .comment-form textarea,
.bg-base-grey .comment-form input[type="text"],
.bg-base-grey .comment-form input[type="email"],
.bg-base-grey .comment-form input[type="url"] {
  background-color: var(--base-white);
  border: 1px solid #ced7e4;
}

.comment-form textarea:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus {
  border: 1px solid #8b69cd;
}

/*------------------------------------------------------------------------------*/
/* contact-page
/*------------------------------------------------------------------------------*/

.prt-contact-social-share-wrapper ul {
  display: inline-flex;
}
.prt-contact-social-share-wrapper ul li {
  display: inline-block;
  margin: 0 0 0 7px;
}
.prt-contact-social-share-wrapper ul li:first-child {
  margin: 0 0 0 0px;
}
.prt-contact-social-share-wrapper ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  background-color: var(--base-skin);
}
.prt-contact-social-share-wrapper li a i {
  color: var(--base-white);
}
.prt-contact-social-share-wrapper {
  margin-top: 50px;
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
  position: relative;
  padding: 100px 0 98px;
}
section.error-404 {
  background-image: url(../images/bg-image/row-bg-img-5.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
section.error-404 .page-content h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 0;
}
section.error-404 .page-content h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}
section.error-404 .page-content h3 span {
  font-style: italic;
  color: var(--base-skin);
  font-family: var(--base-headingfont-main);
}
section.error-404 .page-content p {
  margin-bottom: 32px;
  margin-top: 15px;
}
section.error-404 .prt-404-img {
  margin-bottom: 35px;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map {
  display: block;
  height: 382px;
  width: 100%;
}
#map.style2 {
  height: 500px;
}
#map iframe {
  width: 100%;
  height: 382px;
  /*filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );*/
}
.min-box {
  height: 785px;
}
.min-box-1 {
  height: 800px;
}
.min-box-2 {
  height: 738;
}
