/** ==========================================================================================

  Project :   Zenista - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;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: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: var(--base-skin); 
    color: var(--base-white); 
    -webkit-text-fill-color: var(--base-white);
    text-shadow: none; 
}
::-moz-selection { 
    background: var(--base-skin); 
    color: var(--base-white);
    -webkit-text-fill-color: var(--base-white);
    text-shadow: none; 
}
::selection {
   background: var(--base-skin); 
    color: var(--base-white);
    -webkit-text-fill-color: var(--base-white);
    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: var(--base-white) !important;
    padding: 10px 15px;
    border-radius: var(--base-border-radius-5);
    font-weight: 400;
    background-color: #703e3d;
    text-transform: inherit;
    border: 1px solid transparent;
    font-size: 15px;
    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: var(--base-white);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

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 transparent;
    -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(--base-white) !important;
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: "Cormorant Garamond", serif; 
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #000000;    
    --base-skin: #663130;
    --base-dark: #000000;
    --base-grey: #fcf8f2;
    --base-white: #ffffff;
    --base-headingfont: "Cormorant Garamond", serif;
    --base-headingfont-color: #000000;
    --base-border-radius-0: 0px;
    --base-border-radius-5: 5px;
    --base-border-radius-10: 10px;
    --base-border-radius-15: 15px;
    --base-border-radius-20: 20px;
    --base-border-radius50: 50%;
}

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

/** Background Colors **/
.bg-base-skin { background-color: var(--base-skin);}
.bg-base-dark { background-color: var(--base-dark);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}

/** Text Colors **/
.text-base-skin { color: var(--base-skin);}
.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: var(--base-skin);}
.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: var(--base-skin);}
.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);}

.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-dark h4, .bg-base-dark h5, .bg-base-dark h6,
.bg-base-skin h1, .bg-base-skin h2, .bg-base-skin h3,
.bg-base-skin h4, .bg-base-skin h5, .bg-base-skin h6  {
    color: var(--base-grey);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark){color: var(--base-skin);}

.bg-base-dark .section-title h3:before,
.bg-base-dark .section-title h3:after{
    color: var(--base-grey);
}
.bg-base-dark, .bg-base-skin {
    color: rgba(235, 228, 214, 0.70);
}
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}

body { font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 28px;
    color: var(--base-bodyfont-color);
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont); 
    margin-bottom: 15px; 
    font-weight: 500; 
    color : var(--base-headingfont-color);
}
h1 { font-size: 148px; line-height: 156px; }
h2 { font-size: 75px; line-height: 85px; }
h3 { font-size: 52px; line-height: 62px; }
h4 { font-size: 42px; line-height: 52px; }
h5 { font-size: 34px; line-height: 44px; }
h6 { font-size: 26px; line-height: 36px; }

.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:hover { color: var(--base-skin); }
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: 16px; color: rgba(255, 255, 255, 0.85); }
.fs-15 { font-size: 15px !important; line-height: 25px !important; }
.fs-18 { font-size: 18px !important; line-height: 28px !important; }
.fs-24 { font-size: 24px !important; line-height: 34px !important; font-family: var(--base-bodyfont); }
.fs-40{ font-size: 40px; line-height: 50px; font-weight: 500; }
.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: 0 0 25px 0 rgba(0, 0, 0, 0.12) }

.border-rad_10 { border-radius: var(--base-border-radius-10);}
.border-rad_15 { border-radius: var(--base-border-radius-15);}
.border-rad_20 { border-radius: var(--base-border-radius-20);}

.border-black{border: 1px solid var(--base-dark);}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }

.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--base-white);
    bottom: 0px;
    left: 0;
}
.prt-header-style-02 .underline:before{background-color: var(--base-dark);}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 { padding: 75px 20px 75px 50px; }
.spacing-2 { padding: 80px 60px 80px 0; }
.spacing-3 { padding: 40px 0 53px 45px; margin-top: 25px; }

.p-6 { padding: 6px;}
.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 ; }

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

.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-80{ padding-left: 80px ! important ; }
.pl-100{ padding-left: 100px ! 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-70{ padding-top: 70px ! important ; }
.pt-90{ padding-top: 90px ! 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 ; }

/** Margin **/
.mt-0{ margin-top: 0px !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-45{ margin-top: 45px ! important ; }
.mt-50{ margin-top: 50px ! important ; }

.mt_2{ margin-top: -2px ! 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_160{ margin-top: -160px ! 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_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 ; }

.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-35{ margin-left: 35px ! important ; }
.ml-40{ margin-left: 40px ! important ; }
.ml-50{ margin-left: 50px ! 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_50{ margin-left: -50px ! important ; }

.mr-0{ margin-right: 0px !important ; }
.mr-5{ margin-right: 5px !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-50{ margin-right: 50px ! 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_50{ margin-right: -50px ! important ; }
.mr_500 {margin-right: -500px ! important ;}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.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: var(--base-border-radius50);;
}
.social-icons.circle li>a,
.social-icons.square li>a {
    border: 1px solid var(--base-grey);
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: var(--base-border-radius50);
    border-radius: var(--base-border-radius-5);
    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;
}
.social-icons.square li>a:hover{
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
}
.social-icons.square li>a:hover i{color: var(--base-white);}

.social-icons.square li>a{
    border-radius: var(--base-border-radius-50);
    background-color: var(--base-lightgrey);
}
.prt-bgcolor-darkgrey .social-icons.circle li>a, 
.prt-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}
.prt-bgcolor-darkgrey .social-icons.circle li>a, 
.prt-bgcolor-skincolor .social-icons.circle li>a{
  background-color: var(--base-grey);
}

/* 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: var(--base-dark);
}
.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:var(--base-white);
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: var(--base-border-radius-5);
    background-color: var(--base-dark);
}
.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;
}
.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 {
    height: 50px;
    width: 50px;
    border-radius: var(--base-border-radius-50);
    z-index: 1;
    left: auto;
    top: -50px;
    right: 60px;
    color: inherit;
    background-color: transparent;
    border: 1px solid var(--base-dark);
}
.slick_slider .slick-next{ right: 0; }
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    position: absolute;
    content: '';
    width: 31px;
    height: 31px;
    right: auto;
    left: 10px;
    top: 10px;
    bottom: auto;
    font-family: 'flaticon_agritek';
    font-size: 30px;
    line-height: 1;
    color: var(--base-dark);
    opacity: 1;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\f120";
    transform: rotate(180deg);
}
.slick_slider .slick-next:before {
    content: "\f120";
    transform: rotateX(180deg);
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/* style1 */
.slick_slider.slick-arrow-style1 .slick-arrow{
    height: 45px;
    width: 45px;
    border-radius: var(--base-border-radius-50);
    z-index: 1;
    color: inherit;
    background-color: transparent;
    border: 1px solid var(--base-dark);
    overflow: hidden;
}
.slick_slider.slick-arrow-style1 .slick-next{ 
    left: 58.8%;
    top: -112px;
}
.slick_slider.slick-arrow-style1 .slick-prev {
    left: 56.2%;
    top: -112px;
}
.slick_slider.slick-arrow-style1 .slick-next:hover:before,
.slick_slider.slick-arrow-style1 .slick-prev:hover:before{
    color: var(--base-white);
}
.slick_slider.slick-arrow-style1 .slick-next:after,
.slick_slider.slick-arrow-style1 .slick-prev:after{
    background-color: var(--base-white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}
.slick_slider.slick-arrow-style1 .slick-next:hover,
.slick_slider.slick-arrow-style1 .slick-prev:hover{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.slick_slider.slick-arrow-style1 .slick-next:hover:after,
.slick_slider.slick-arrow-style1 .slick-prev:hover:after{
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

/* slick-dots */
.slick_slider.slick-dots-style1 ul.slick-dots {
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    top: 25%;
    right: -50px;
}
.slick_slider.slick-dots-style1 ul.slick-dots li{
    display: block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 ul.slick-dots li button {
    height: 30px;
    width: 4px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 6px 0;
    background-color: rgba(255, 255, 255, 0.30);
}
.slick_slider.slick-dots-style1 ul.slick-dots li.slick-active button{ background-color: var(--base-white); }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.site-branding h1{margin-bottom: 0; line-height: 0;}
.site-branding #logo-img{
    z-index: 1;
    position: relative;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,0.30);
    padding: 0 70px;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
}
#site-header-menu .site-navigation ul.menu{ display: flex; }
.menu-main-block {
    border-radius: 50px;
    background-color: rgb(255 255 255 / 60%);
    border: 1px solid var(--base-white);
    padding: 0 20px 0 18px;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 12%);
}

/* header_extra */
.header_extra {
    position: relative;
    border-left: 1px solid rgb(255 255 255 / 20%);
    padding-left: 100px;
    height: 100px;
}
.prt-header-style-01 .header_extra > div { 
    position: relative;
}
.header_extra .top-link-block { 
    display: flex; 
    align-items: center;
}
.header_extra .top-link-block span{ 
    line-height: 25px;
    font-size: 15px;
    margin: 0 5px 0 10px;
    color: var(--base-white); 
}
.header_extra .top-link-block a {
     position: relative;
    color: var(--base-white);
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 30px;
}
.header_extra .top-link-block a:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    right: -20px;
    top: 0;
    background-color: rgb(255 255 255 / 40%);
}
.header_extra .header_btn a{
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    color: var(--base-white);
    margin-left: 10px;
    margin-right: 15px;
}
.prt-header-style-01.contact .site-navigation { border-bottom: unset;}
.prt-header-style-01.treatment .site-navigation { border-bottom: 1px solid rgba(0,0,0,35%);}
.prt-header-style-01 #site-header-menu .site-navigation .border-box-block {
    padding: 0 35px;
    flex: 1 0 auto;
}

.prt-header-style-02 .header_extra .top-link-block span,
.prt-header-style-02 .header_extra .top-link-block a,
.prt-header-style-02 .header_extra .header_btn a{color: var(--base-dark);}
.prt-header-style-02 .header_extra .top-link-block a:after{background-color: var(--base-dark);}

/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
    background-color: var(--base-grey);
    background-image: url(../images/bg-image/footer-bgimage.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer .text-base-white,
.footer .text-base-white a ,
.widget.newsletter_widget h3{
    color: rgba(255, 255, 255, 1);
}
/*first-footer*/

.first-footer { 
    position: relative;
    padding: 80px 0 60px;
}
.widget-title-h3 {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: var(--base-white);
    text-transform: capitalize;
}

/*social-icons*/
ul.footer-menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.footer-menu-list li.footer-menu-item{
    padding: 3px 0;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
}
ul.footer-menu-list li.footer-menu-item a{
    color: rgb(255 255 255 / 80%);
}
.footer.text-base-white a:hover,
ul.footer-menu-list li.footer-menu-item a:hover{ color: var(--base-white); }

.widget-contact-link .prt-email,
.widget-contact-link .prt-address{
    margin-bottom: 15px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.70) !important;
}
.widget-contact-link .prt-email a,
.widget-contact-link .prt-call a{
    color: rgba(255, 255, 255, 1);}

.widget-contact-link .prt-call{
    font-size: 24px;
    line-height: 34px;
}

/*footer-cta-wappper*/
.footer-cta-wappper{
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-10);
    background-color: var(--base-grey);
    background-image: url(../images/footer-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 110px 30px 30px;
    max-width: 450px;
}
.footer-cta-wappper span.pretitle{
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}
.footer-cta-wappper h2.title{
    font-size: 24px;
    line-height: 34px;
    padding-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

/* newsletter-form */
.widget.newsletter_widget h3 {
    font-size: 32px;
    line-height: 42px;
}
.newsletter-form { 
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.newsletter-form input[type="email"] {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    border: 0;
    padding-right: 14%;
    background-color: transparent;
    border-bottom: 1px solid var(--base-skin);
    transition: unset;
    border-radius: 0;
    color: var(--base-dark) !important;
}
.newsletter-form input[type="email"]:focus{
    border-bottom: 1px solid var(--base-skin) !important;
    border-top: unset;
    border-right: unset;
    border-left: unset;
}
.newsletter-form button[type="submit"] {
    font-size: 16px;
    color: var(--base-dark);
    background-color: transparent;
    position: absolute;
    padding: 0;
    margin: 0;
    height: 54px;
    width: 120px;
    top: 0;
    right: 0px;
    cursor: pointer;
}
.newsletter-form span.prt-email-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 17px;
    line-height: 58px;
}
.newsletter-form p.comment-cookies{margin-left: 15px;}
.newsletter-form p label {
    color: var(--base-dark);
    padding-left: 5px;
}
.subscribe-form{margin-top: -150px;}

/** copyright **/

.copyright {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.copyright,
.copyright .cpy-text a{ color: rgba(255, 255, 255, 0.70) !important }
.copyright .cpy-text a:hover{ color:var(--base-white) !important; }

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--base-white);
    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: 35px;
    border-radius: 0;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 23px;
    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-page-title-row { 
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--base-grey);
    text-align: center;
}
.prt-page-title-row-inner{
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 80px 0 300px;
}
.prt-page-title-row.style1 .prt-page-title-row-inner{padding: 80px 0 90px;}
.page-title-heading{
    position: relative;
    display: inline-block;
} 
.page-title-heading h2 {
    font-size: 92px;
    line-height: 92px;
}
.page-title-heading i{
    font-size: 40px;
    font-weight: 700;
    animation-name: float_top_bottom;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float_top_bottom {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
 

/*tab-list*/
ul.tab-list li{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--base-white);
    padding: 6px 0 6px 35px;
    position: relative;
}
ul.tab-list li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: var(--base-border-radius-50);
    border: 8px solid var(--base-dark);
    background-color: var(--base-white);
    outline-color: var(--base-white);
    outline-style: solid;
    outline-width: 1px;
}

/*timelist-block*/
ul.timelist-block{
    margin: 0; 
    padding: 0;
    list-style-type: none;
    width: 100%;
}
ul.timelist-block li.timelist-item{
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
    padding: 0px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.prt-service-single-content-area .prt_fatured_image-wrapper { 
    position: relative; 
    overflow: hidden;
    margin-top: -240px;
}
.prt-service-single-content-area img { width: 100%; border-radius: var(--base-border-radius-10); }
.prt-service-description h2{
    font-size: 35px;
    line-height: 45px;
}
.prt-service-description  h3.title{
    font-size: 28px;
    line-height: 38px;
}

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.prt-team-member-single-content { position: relative; }
.prt-team-member-single-content .prt-featured-wrapper {
    background-color: var(--base-grey);
    text-align: center;
}
.prt-team-member-single-content .media-block .social-icons li a {
    display: block;
    background-color: var(--base-white);
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--base-skin);
    border: 1px solid #e6e8ec;
    border-radius: 0px;
    margin-right: 0;
}
.prt-team-member-single-content .media-block .social-icons li a:hover{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-team-member-single-content .prt-short-desc p {
    font-style: italic;
    padding: 54px 30px 0 20px;
    font-size: 20px;
    line-height: 30px;
}
.prt-team-member-single-content .prt-short-desc p:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 45px;
    transform: rotateZ(179deg);
    left: 0px;
    text-align: left;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/quote_2.svg);
    background-color: #ebeef9;
    z-index: -1;
}
.prt-team-member-single-content .prt-short-desc cite { 
    padding-top: 0px;
    position: relative;
    font-size: 18px;
    left: 20px;
    font-weight: 600;
    font-style: normal;
    color: var(--base-dark);
}
.prt-team-member-single-content .prt-short-desc cite:before { content: "\2014\00a0"; }
.prt-team-member-single-content h3, .prt-team-member-content-about h3 { 
    text-align: left;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 25px;
}
.prt-team-member-content .wpb_wrapper h3 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
}
.prt-team-member-content .wpb_wrapper h3:before {
    content: '';
    height: 2px;
    position: absolute;
    width: 12px;
    transition: all 500ms ease;
    left: 0px;
    top: 11px;
    background-color: var(--base-skin);

}
.prt-team-member-content .wpb_wrapper{ padding-top: 8px; }
.prt-team-member-content .wpb_wrapper p {
    font-size: 17px;
    margin-top: -7px;
}
.prt-team-member-content .prt-team-member-single-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.prt-team-member-content .prt-team-member-single-position {
    line-height: 24px;
    display: block;
    margin-top: -7px;
}
.prt-team-details-list {
    margin: 0;
    padding: 0;
}
.prt-team-details-list li {
    list-style: square;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 25px 15px;
    display: inline-block;
    width: calc( 48% - 1px);
}
.prt-team-details-list li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #e0e6ed;
}
.prt-team-details-list .prt-team-list-title  {
    margin-right: 3px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.prt-team-member-single-content .prt-social-links-wrapper ul li a{
    display: block;
    font-size: 14px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    border-radius: var(--base-border-radius50);
    margin-right: 0;
    color: inherit;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.prt-blog-single-content-area .prt_fatured_image-wrapper { 
    position: relative; 
    overflow: hidden;
    margin-top: -240px;
}
.prt-blog-single-content-area img { 
    width: 100%; 
    border-radius: var(--base-border-radius-10); 
}
.prt-blog-single-content .post-meta{
    display: block;
    margin: 20px 0;
}
.prt-blog-single-content .post-meta .prt-meta-line.byline{padding-right: 15px;}
.prt-blog-single-content .post-meta i{padding-right: 5px;}
.prt-blog-single-content h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
}
.prt-blog-single-content.social-media-block{
    position: relative;
    text-align: left;
}
.prt-social-share-wrapper h3.prt-tags-links-title {
    font-size: 54px;
    line-height: 64px;
}
.prt-social-share-wrapper ul.social-icons li a{
    width: 50px;
    height: 50px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-10);
    font-size: 15px;
    line-height: 50px;
    color: var(--base-white);
 }
 .prt-blog-single-content .prt-social-share-wrapper ul.social-icons li:nth-child(1) a{ background-color: #3a54a0; }
 .prt-blog-single-content .prt-social-share-wrapper ul.social-icons li:nth-child(2) a{ background-color: #bd081c; }
 .prt-blog-single-content .prt-social-share-wrapper ul.social-icons li:nth-child(3) a{ background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }
 .prt-blog-single-content .prt-social-share-wrapper ul.social-icons li:nth-child(4) a{ background-color: #0389b9; }
 .prt-blog-single-content .prt-social-share-wrapper ul.social-icons li:nth-child(5) a{ background-color: #e71e93; }

 .prt-blog-sidebar-form{
    background-image: url("../images/sidebar-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 30px;
    background-position: right;
    border-radius: var(--base-border-radius-10);
    margin: 40px 0 30px ;
}
.prt-blog-sidebar-form h3, .prt-blog-sidebar-post h3{
    font-size: 24px;
    line-height: 34px;
    color: var(--base-white);
}
.prt-blog-sidebar-post{
    background-image: url("../images/sidebar-bg-2.webp");
    background-repeat: no-repeat;                    
    background-size: cover;
    padding: 85px 30px 25px;
    background-position: center;
    background-color: var(--base-dark);
    border-radius: var(--base-border-radius-10);
}
.prt-blog-sidebar-form .subscribe-form{margin: 0;}
.prt-blog-sidebar-form .newsletter-form input[type=checkbox] + label {
    height: 14px;
    width: 14px;
    border: 1px solid var(--base-white);
    border-radius: var(--base-border-radius50);
    margin-right: 8px;
}
.prt-blog-sidebar-form .newsletter-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}
.prt-blog-sidebar-form .newsletter-form input[type=checkbox]:checked + label:before {
    content: "";
    border: solid;
    border-color: var(--base-white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 0px;
    top: 1px;
    width: 4px;
    height: 8px;
    background-color: var(--base-skin)!important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}
.prt-blog-sidebar-form .newsletter-form input[type="email"] {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    border: 0;
    padding: 10px 25px;
    background-color: var(--base-white);
    transition: unset;
    border-radius: var(--base-border-radius-20);
    color: var(--base-dark) !important;
}
.prt-blog-sidebar-form .newsletter-form button[type="submit"] {
    font-size: 16px;
    color: var(--base-dark);
    background-color: transparent;
    position: absolute;
    padding: 0;
    margin: 0;
    height: 45px;
    width: 50px;
    top: 0;
    right: 0px;
    cursor: pointer;
}
.prt-blog-sidebar-form .newsletter-form span.prt-email-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 17px;
    line-height: 58px;
}
.prt-blog-sidebar-form .newsletter-form p.comment-cookies{margin: 0;}
.prt-blog-sidebar-form input#cookies-consent2 {
    border: 1px solid var(--base-white);
    border-radius: var(--base-border-radius50);
    background-color: var(--base-dark);
}
.prt-blog-sidebar-form .newsletter-form p label {
    color: rgb(255 255 255 / 70%);
}
.prt-blog-sidebar-form .newsletter-form p{color: rgb(255 255 255 / 70%);}
.prt-blog-sidebar-form .newsletter-form p span{color: var(--base-white);}

.prt-blog-sidebar-post .post-meta span  {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-right: 30px;
    color: rgb(255 255 255 / 70%);
}
.prt-blog-sidebar-post .post-meta span a{
    color: rgb(255 255 255 / 70%);
}
.prt-blog-sidebar-post .post-meta span.prt-meta-line.tag a:before {
    content: '|';
    margin-left: 15px;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--base-white);
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}

/*----------------------------------------*/
/*  portfolio-single  
/*---------------------------------------------------------------*/
.prt_pf_image-wrapper img{width: 100%;}
.prt-pf-single-content-wrapper .prt-pf-single-detail-box {
    display: block;
    height: 100%;
    padding: 20px;
    border-radius: var(--base-border-radius-5);
    border: 1px solid #e6e8eb;
}
.prt-pf-single-content-wrapper .prt-pf-single-detail-box .prt-pf-single-title h5 {    
    font-size: 24px;    
    line-height: 28px;    
    margin-bottom: 25px;
}
.prt-pf-single-content-wrapper.prt-pf-view-top-image .prt-pf-single-detail-box {
    margin-top: 40px;
    height: auto;
}
.prt-pf-detailbox-list {
    padding: 20px 35px 25px 25px;
    position: relative;
    background-color: var(--base-grey);
    margin: 0;
}
.prt-pf-detailbox-list:before,
.prt-pf-detailbox-list:after {
    content: '';
    height: 10px;
    width: 10px;
    left: -6px;
    right: auto;
    position: absolute;
    border-radius: var(--base-border-radius50);
    border: 2px solid var(--base-skin);
    background-color: var(--base-skin);
    top: -7px;
}
.prt-pf-detailbox-list:after {
    right: -6px;
    left: auto;
    bottom: -7px;
    top: auto;
}
.prt-pf-detailbox-list li {
    position: relative;
    display: flex;
    padding: 9px 0 22px 11px;
    font-size: 16px;
}
.prt-pf-detailbox-list li:last-child {
    border-bottom: 0;
}
.prt-pf-detailbox-list li span:not(.prt-pf-right-details) {
    margin-left: 40px;
    position: relative;
    color: var(--base-dark);
    font-weight: 600;
    margin-right: 5px;
    flex: 0 0 33.333333%;
}
.prt-pf-detailbox-list li i {
    position: absolute;
    left: -50px;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: var(--base-border-radius-5);
    padding-left: 0;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    transform: translate(0,0);
    z-index: 1;
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-pf-single-content-area h3 { 
    text-align: left;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
}
.prt-pf-single-related-wrapper {
    margin-top: 43px;
}
.prt-pf-single-related-wrapper h4 {  font-size: 30px; }
.prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-btn.prt-btn-size-sm {
    padding: 7px 25px;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-btn.prt-btn-size-md {
    padding: 13px 30px;
}
.prt-pf-single-content-wrapper .prt-social-share-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.prt-pf-single-content-wrapper .prt-social-share-wrapper h6{
    font-size: 16px;
    line-height: 26px;
    margin: 0 3px 0 0;
}
.prt-pf-single-content-wrapper .prt-social-share-wrapper .prt-social-share-icon_btn {
    padding-left: 15px;
    font-size: 18px;
    color: inherit;
    opacity: .8;
} 
.prt-pf-single-content-wrapper .prt-social-share-wrapper .social-icons li a {
    text-align: center;
    display: block;
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: var(--base-border-radius-5);
    color: var(--base-dark);
    background-color: var(--base-grey);
}
.prt-pf-single-content-wrapper .prt-social-share-wrapper .social-icons li a:hover{
    color: var(--base-white);
    background-color: var(--base-skin);
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map { display: block; height: 580px; width: 100%; }
#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
#google_map{position: relative;}

.map-overlay {
    position: absolute;
    right: 305px;
    top: 18%;
    padding: 30px 30px 50px 30px;
    width: 430px;
    background-color: var(--base-white);
    box-shadow: 0px 0px 20px -12px rgb(0 0 0 / 30%);
    background-image: url(../images/bg-shape.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.google_map .map-overlay h3{
    font-size: 28px;
    line-height: 38px;
}
.google_map .map-overlay h4{
    font-size: 18px;
    line-height: 20px;
}
.google_map .map-overlay .prt-email,
.google_map .map-overlay .prt-call{
    font-size: 26px;
    line-height: 36px;
}

.main-box {
    position: relative;
    min-height: 600px;
    z-index: 11;
}

/*contactform*/
#contactform .response {
    position: relative;
    text-align: center;
}
#contactform .response .failed {
    background-color: var(--base-skin);
    color: var(--base-white);
    padding: 0 10px;
    margin-bottom: 15px;
}
#contactform .response .text-info{color: var(--base-skin) !important;}
#contactform .response .success{
    background: #43cf45;
    color: var(--base-white);
    padding: 0 10px;
    margin-bottom: 15px;
}

.contact_form.query_form.wrap-form input[type="text"],
.contact_form.query_form.wrap-form textarea{
    border: 1px solid rgb(0 0 0 / 20%);
    background-color: var(--base-white) !important;
    color: var(--base-dark) !important;
}
.contact_form.query_form.wrap-form input[type="text"]::placeholder {
    color: rgb(0 0 0 / 50%) !important;
}

/*pagination*/
.pagination-block {
    display: block;
    text-align: left;
}
.pagination-block .page-numbers{
    color: var(--base-bodyfont-color);
    display: inline-block;
    transition: all 0.3s ease 0s;
    position: relative;
}
.pagination-block .next.page-numbers{ 
    text-align: right; 
    float: right; 
}
.pagination-block .page-numbers i{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    border-radius: var(--base-border-radius50);
    background-color: var(--base-grey);
    color: var(--base-dark);
    margin: 0 7px;
    -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;
}
.pagination-block .prev.page-numbers i{ margin-left: 0; }
.pagination-block .next.page-numbers i{ margin-right: 0; }
.pagination-block .prev.page-numbers:hover, 
.pagination-block .next.page-numbers:hover { color: var(--base-skin); }
.pagination-block .prev.page-numbers:hover i, 
.pagination-block .next.page-numbers:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}