/**
  * Name: Truvik
  * Version: 1.0
  * Author: Preyantechnosys
  * Author URI: http://preyantechnosys.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&amp;family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;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 {
    background: #fc963a;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: none;
}

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 .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -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: linear-gradient(to right, #fc953b, #ff6469);
    --base-secondarycolor: #fc963a;
    --base-dark: #000000;
    --base-grey: #f6f6f6;
    --base-white: #ffffff;
    --base-bodyfont-color: #686868;
    --base-headingfont-color: #000000;
    --base-headingfont: 'Lora', serif;
    --base-bodyfont: 'Poppins', 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: linear-gradient(to right, #fc953b, #ff6469);
}

.bg-base-dark {
    background-color: #22455e;
}

.bg-base-grey {
    background-color: var(--base-grey);
}

.bg-base-white {
    background-color: var(--base-white);
}

.bg-base-light-skin {
    background-color: #e02454bd;
}

/** Text Colors **/
.text-base-secondarycolor {
    color: var(--base-secondarycolor);
}

.text-base-skin {
    background-image: linear-gradient(to right, #fc953b, #ff6469);
    background-color: transparent;
    -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: linear-gradient(to right, #fc953b, #ff6469);
}

.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: varlinear-gradient(to right, #fc953b, #ff6469);
}

.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: #fc963a;
}


.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-dark h3,
.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: linear-gradient(to right, #fc953b, #ff6469);
}

.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, .80);
}

.bg-base-dark p,
.bg-base-dark span,
.bg-base-skin span {
    color: #fff;
}

.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);
}

.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-bodyfont);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
}

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: 42px;
    line-height: 52px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
}

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-dark);
}

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-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-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-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;
}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}

.alignright {
    float: right;
    margin: .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: linear-gradient(to right, #fc953b, #ff6469);
    bottom: 1px;
    left: 0;
}

.border-rounded {
    border-radius: 50%;
}

.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    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;
}

.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;
}

.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-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;
}

/** 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-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_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 .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .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: #fc963a;
}

.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: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    background-image: linear-gradient(to right, #fc953b, #ff6469);
    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, .3);
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}

.slick_slider .slick-arrow {
    background-color: linear-gradient(to right, #fc953b, #ff6469);
    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: 'FontAwesome';
    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 .3s ease;
    transition: all .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, .07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, .08);
    border: 0
}

/*slick-arrow-style1*/
.slick_slider.slick-arrows-style1 .slick-arrow {
    top: 185px;
    box-shadow: unset;
    background-color: var(--base-dark);
    border-radius: 0;
    left: 20px;
}

.slick_slider.slick-arrows-style1 .slick-next {
    left: 65px;
}

.slick_slider.slick-arrows-style1 .slick-prev:before {
    content: '\f104';
    padding-right: 2px;
}

.slick_slider.slick-arrows-style1 .slick-next:before {
    content: "\f105";
    padding-left: 4px;
}

/*  ===============================================
    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: linear-gradient(to right, #fc953b, #ff6469);
}

.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, .950);
}

/*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: linear-gradient(to right, #fc953b, #ff6469);
    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.20);
}

.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.20);
}

.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: linear-gradient(to right, #fc953b, #ff6469);
}

.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: 65px;
    width: 266px;

}

.site-branding img.stickylogo {
    opacity: 0;
    position: absolute;
    left: 0;
    transition: none;
}

/**  side-menu **/
.side-menu-container {
    position: absolute;
    right: 50px;
    top: 21px;
    left: auto;
}

.side-menu {
    position: relative;
}

.side-menu a {
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: var(--base-dark);
    color: #fff;
    border-radius: 5px;
}

.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.html);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.side-overlay.on .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
}

.side .close-side {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

.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, .95);
}

.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: linear-gradient(to right, #fc953b, #ff6469);
}

.side .prt-detailss ul>li a,
.side p {
    color: rgba(255, 255, 255, .6);
}

.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, .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, .40);
}

/* 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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .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 .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 3px 5px rgba(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: linear-gradient(to right, #fc953b, #ff6469);
    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.20);
}

.header_extra .header_cart:before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    left: -65px;
    top: 50%;
    margin-top: -14px;
    background-color: rgba(255, 255, 255, 0.20);
}

.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: linear-gradient(to right, #fc953b, #ff6469);
}

/** 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: 18px !important;
    font-family: var(--base-headingfont);
    font-weight: 400;
}

nav.main-menu ul.menu>li.mega-menu-item:hover>a {
    color: #fc963a;
}

#site-header-menu .prt-stickable-header .site-navigation ul.menu>li.active>a {
    color: #fc963a;
}

/*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 .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: linear-gradient(to right, #fc953b, #ff6469);
    -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, .65);
}

.footer.text-base-white a:hover {
    color: linear-gradient(to right, #fc953b, #ff6469) !important;
}

.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}

.footer .social-icons li {
    margin: 0;
}

.footer .social-icons li a:hover {
    background-color: linear-gradient(to right, #fc953b, #ff6469);
    color: var(--base-white);
    border-color: linear-gradient(to right, #fc953b, #ff6469);
}

.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: 90px 0 50px;
    position: relative;
}

.first-footer h3 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    color: var(--base-white);
}

.first-footer p {
    font-size: 17px;
    padding-top: 10px;
}

.first-footer p a {
    background-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #fc953b, #ff6469);
}

.first-footer .newsletter-form .mailchimp-inputbox {
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}

.first-footer .newsletter-form {
    /* background-color: rgba(255, 255, 255, 0.08);
    padding: 14px 28px 12px 45px; */
    text-align: center;
}

.first-footer .newsletter-form h3 {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 34px;
    margin-bottom: 20px;
}

.first-footer .newsletter-form i {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 95px;
    opacity: 0.03;
    z-index: -1;
}

.prt-textcolor-white .first-footer ::placeholder {
    color: #ffffff73;
}

.first-footer .newsletter-form p {
    margin: 0;
}

.first-footer .newsletter-form input[type="email"] {
    padding: 10px 15px 10px 0;
    border: none;
    padding-right: 5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    height: 47px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: transparent;
    width: 72%;
}

.first-footer .newsletter-form button[type="submit"] {
    position: absolute;
    border-radius: 50px;
    font-size: 15px;
    line-height: 8px;
    background-image: linear-gradient(to right, #fc953b, #ff6469);
    font-weight: 700;
    padding: 16px 30px;
    right: 0;
    top: 7px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.first-footer .newsletter-form button[type="submit"]:hover {
    background-image: linear-gradient(to right, #ff6469 0%, #fc953b 50%, #ff6469 100%);
    background-position: right center;
    background-size: 200% auto;
    transition: 0.5s;
}

.first-footer h4 {
    font-size: 24px;
    line-height: 34px;
}


/* second-footer */
.second-footer p,
.second-footer span,
.second-footer a {
    color: #ffffffc9;
}

.second-footer .social-icons {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 16%);
}

.second-footer .widget h3.widget-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
}

.second-footer .widget.widget_text {
    padding: 12px 0;
}

.second-footer .widget.widget.widget-timing {
    padding: 12px 0;
}

.second-footer a:hover {
    color: #fc963a;
}

.second-footer .widget.widget.widget-timing ul.widget_contact_wrapper li {
    color: rgba(255, 255, 255, 0.60);
}

/*widgte-text*/
.second-footer .widget-area {
    position: relative;
}

.second-footer .widget-area .widgte-text {
    padding: 12px 0;
}

/*widget_nav_menu*/
.second-footer .widget_nav_menu {
    padding: 12px 0;
}

.second-footer .widget_nav_menu ul li {
    padding: 0px 0px 10px 0;
    font-size: 15px;
}

.second-footer .widget_nav_menu ul li.last-link {
    padding-bottom: 0;
}

.menu-footer-quick-links li a i {
    font-size: 10px;
    padding-right: 10px;
}

.menu-footer-quick-links li a:hover {
    color: var(--base-white);
}

/*widget_social*/
.second-footer .widget_social {
    padding: 12px 0 0;
}

.second-footer .social-icons li a.prt-social-facebook {
    background-color: #385da9;
    color: var(--base-white);
}

.second-footer .social-icons li a.prt-social-twitter {
    background-color: #33ccff;
    color: var(--base-white);
}

.second-footer .social-icons li a.prt-social-instagram {
    background-color: #D53F7F;
    color: var(--base-white);
}

.second-footer .social-icons li a.prt-social-linkedin {
    background-color: #0073b1;
    color: var(--base-white);
}

.second-footer .social-icons li a:hover {
    background-color: #e02454;
    border-color: #e02454;
}

.second-footer .social-icons li {
    min-width: auto;
    margin-left: 0;
    margin-right: 8px;
}

.second-footer .social-icons li a {
    border: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #fc953b, #ff6469);
    color: var(--base-white);
}

/*enhanced-text-widget*/
.second-footer .enhanced-text-widget.en-1 {
    padding: 12px 0 0;
}

.second-footer .enhanced-text-widget {
    padding: 12px 0;
}

.second-footer .enhanced-text-widget p strong {
    color: var(--base-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.second-footer .enhanced-text-widget .prt-btn {
    font-size: 13px;
    font-weight: 700;
    color: var(--base-white);
    padding-left: 0;
}

.second-footer .enhanced-text-widget p strong {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.second-footer .enhanced-text-widget p strong a {
    color: var(--base-white);
}

.second-footer .enhanced-text-widget p strong a:hover {
    color: linear-gradient(to right, #fc953b, #ff6469);
}

.second-footer .enhanced-text-widget .prt-advertiser {
    padding-top: 15px;
}

.second-footer .enhanced-text-widget .prt-advertiser a {
    display: inline-block;
    padding-right: 2px;
}

.second-footer .enhanced-text-widget .prt-btn {
    font-size: 13px;
    font-weight: 700;
    color: var(--base-white);
    padding-left: 0;
}

/*widget-form*/
.second-footer .widget-form {
    padding: 12px 0 0;
}

.second-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.second-footer .newsletter-form .mailchimp-inputbox {
    display: table;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.second-footer .newsletter-form input[type="email"] {
    background-color: transparent;
    border-color: transparent;
    color: var(--prt-white-color);
    padding: 16px 30px 12px 0px;
    font-size: 12px;
    line-height: var(--body-line-height);
    border-bottom: 2px solid rgba(255, 255, 255, 0.07);
}

.second-footer .newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.second-footer .newsletter-form button[type="submit"] {
    font-size: var(--body-font-size);
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 6px;
    right: 0;
    color: var(--prt-white-color);
    background-color: transparent;
    cursor: pointer;
}

.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: linear-gradient(to right, #fc953b, #ff6469);
}

.newsletter-form .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: linear-gradient(to right, #fc953b, #ff6469);
}

.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i {
    background-color: linear-gradient(to right, #fc953b, #ff6469);
    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.20);
    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: linear-gradient(to right, #fc953b, #ff6469);
    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;
}

/*visa-consultation*/
.second-footer .visa-consultation {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    padding: 27px 30px 10px 30px;
    background-image: url(../images/footer-img.html);
}

.second-footer .visa-consultation p {
    color: var(--base-white) !important;
    font-weight: 600;
}

.second-footer .visa-consultation .section-title .featured-title h3 {
    color: var(--base-dark);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}

.second-footer .visa-consultation .section-title {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.71);
    padding: 10px 30px;
}

.second-footer .visa-consultation .section-title .featured-title {
    border-bottom: 2px solid var(--base-dark);
}

.second-footer .visa-consultation .big-heading {
    padding-top: 8px;
}

.second-footer .visa-consultation .big-heading h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--base-dark);
    line-height: 25px;
    text-transform: lowercase;
    margin-bottom: 5px;
}

.second-footer .visa-consultation .description {
    text-align: center;
    padding-top: 130px;
}

.second-footer .visa-consultation .description h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.second-footer .visa-consultation .description p {
    font-size: 14px;
    font-weight: 500;
}

.second-footer .visa-consultation .description a {
    color: rgba(255, 255, 255, 1);
}

/** copyright **/

.copyright {
    font-size: 13px;
    line-height: 25px;
    color: rgba(255, 255, 255, .75);
    background-color: #003055;
    padding-top: 17px;
    padding-bottom: 18px;
    text-align: center;
}

.copyright a {
    color: rgba(255, 255, 255, 1);
}

.copyright a:hover {
    color: linear-gradient(to right, #fc953b, #ff6469);
}

.copyright .footer_logo {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.copyright .footer_logo img {
    max-height: 38px;
}

.copyright .footer_logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background: rgba(255, 255, 255, 0.10);
    height: 25px;
    width: 1px;
    display: block;
}

.copyright .prt-footer2-left,
.copyright .prt-footer2-right {
    padding-top: 23px;
    padding-bottom: 22px;
    font-size: 14px;
}

.copyright .prt-footer2-right {
    text-align: right;
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    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: .3s ease-in-out;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background: linear-gradient(to right, #fc953b, #ff6469);
}

@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-02 {
    background-image: url(../images/pagetitle-bg-1.jpg);
}

.prt-titlebar-wrapper.about-img-01 {
    background-image: url(../img/servicebg.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: 110px 0 93px;
    text-align: left;
}

.page-title-heading h2 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 72px;
    line-height: 75px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--base-white);
}

.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: linear-gradient(to right, #fc953b, #ff6469);
    font-size: 16px;
    padding-right: 5px;
    padding-top: 5px;
}

.breadcrumb-wrapper span {
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    transition: all 0.3s ease 0s;
}

.breadcrumb-wrapper span:nth-child(2):hover {
    border-bottom: 1px solid linear-gradient(to right, #fc953b, #ff6469);
}

.breadcrumb-wrapper span:nth-child(4):hover {
    border-bottom: 1px solid linear-gradient(to right, #fc953b, #ff6469);
}

.breadcrumb-wrapper span a {
    color: rgb(255 255 255 / 70%);
}

.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;
}

/* ===============================================
    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.0);
    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 .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: linear-gradient(to right, #fc953b, #ff6469);
}

.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: linear-gradient(to right, #fc953b, #ff6469);
}


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

article.prt-service-single-content-area .prt-service-classic-content h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    margin-top: 40px;
}

/*------------------------------------------------------------------------------*/
/*  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: linear-gradient(to right, #fc953b, #ff6469);
    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 ul.prt-team-details-list li i {
    color: #73d757;
    font-size: 20px;
}

.team-detail-section ul.prt-team-details-list {
    padding-left: 0;
}

.certificate-team-detail img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.team-detail-section .team-member-title {
    text-align: center;
    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;
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.prt-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-radius: 5px;
    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: linear-gradient(to right, #fc953b, #ff6469);
    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: linear-gradient(to right, #fc953b, #ff6469);
}

.prt-blog-classic .entry-header .entry-title {
    font-size: 26px;
    line-height: 30px;
    position: relative;
    margin-bottom: 12px;
}

.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: linear-gradient(to right, #fc953b, #ff6469) !important;
}

.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-size: 36px;
    line-height: 35px;
    font-weight: 400;
}

.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 10px 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;
}

/*------------------------------------------------------------------------------*/
/*  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-image: linear-gradient(to right, #fc953b, #ff6469);
    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: linear-gradient(to right, #fc953b, #ff6469);
}

.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 .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .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-image: linear-gradient(to right, #fc953b, #ff6469);
    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 .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .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-image: linear-gradient(to right, #fc953b, #ff6469);
}

.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: 29px;
    line-height: 36px;
    margin-bottom: 15px;
}

.comments-area p {
    margin-bottom: 20px;
}

p.comment-notes {
    margin-bottom: 35px;
}

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;
    border-radius: 5px;
    background-color: var(--base-grey);
    text-transform: inherit;
    border: 1px solid #E8E8E8;
    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 #fc953b;
}

/*------------------------------------------------------------------------------*/
/* 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-image: linear-gradient(to right, #fc953b, #ff6469);
}

.prt-contact-social-share-wrapper li a i {
    color: var(--base-white);
}

.prt-contact-social-share-wrapper {
    margin-top: 50px;
}


/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map {
    display: block;
    height: 520px;
    width: 100%;
}

#map.style2 {
    height: 500px;
}

#map iframe {
    width: 100%;
    height: 520px;
    /*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
}

/*** Color Switcher Style
==================================================================== ***/

.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: .3s;
    font-size: 21px;
    color: var(--base-dark);
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: var(--base-white);
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: var(--base-dark);
    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: var(--base-white);
    height: 55px;
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tm-desctext {
    position: absolute;
    top: 30px;
    background-color: var(--base-white);
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}

.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--base-skin);
}

.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}


.page-banner-about {
    padding-top: 100px;
    padding-bottom: 115px;
    position: relative;
    z-index: 1;
    background-image: url(../img/aboutbg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-banner-service {
    padding-top: 100px;
    padding-bottom: 115px;
    position: relative;
    z-index: 1;
    background-image: url(../img/servicebg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-banner-corp {
    padding-top: 100px;
    padding-bottom: 115px;
    position: relative;
    z-index: 1;
    background-image: url(../img/copgifts.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-banner-contact {
    padding-top: 100px;
    padding-bottom: 115px;
    position: relative;
    z-index: 1;
    background-image: url(../img/contactban.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-banner-content {
    text-align: center;
}
.page-banner-content h2 {
    margin-bottom: 15px;
    font-size: 67px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 1px #a3b7c0;
    text-transform: capitalize;
}


@media screen and (max-width:767px) {
    

.page-banner-about {
  padding-top: 60px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
  background-image: url(../img/aboutbg1.jpg);
  background-position: default;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-banner-service {
    padding-top: 60px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    background-image: url(../img/servicebg.jpg);
    background-position: default;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-banner-corp {
    padding-top: 60px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    background-image: url(../img/copgifts.jpg);
    background-position: default;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-banner-contact {
    padding-top: 60px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    background-image: url(../img/contactban.jpg);
    background-position: default;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
  }

}

@media only screen and (max-width: 767px) {
    .page-banner-content h2 {
        font-size: 35px;
    }
}