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

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

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

@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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&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-black);
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    background-color: transparent;
    text-transform: inherit;
    border: 1px solid var(--base-dark);
    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 var(--base-dark) !important;
    -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-bodyfont: "Heebo", sans-serif; 
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #727272;    
    --base-skin: #c6bf96;
    --base-dark: #343434;
    --base-grey: #f4f1e0;
    --base-white: #ffffff;
    --base-black: #000000;
    --base-headingfont: "Prata", 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-25: 25px;
    --base-border-radius-90: 90px;
    --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: 26px;
    color: var(--base-bodyfont-color);
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont); 
    margin-bottom: 15px; 
    font-weight: 400; 
    color : var(--base-headingfont-color);
    text-transform: uppercase;
}
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-grey);
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: var(--base-white);
}
a {
    color: var(--base-black);
}
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: 14px; }
.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-black{border: 1px solid var(--base-black);}

.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-dark);
    bottom: 0px;
    left: 0;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 { padding: 90px 0 0 0; margin: 0 50px; }
.spacing-2 {padding: 100px 0 0 30px;}

.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 ; }
.pr-100{ padding-right: 100px ! 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 ; }

.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-90{ padding-top: 90px ! important ; }
.pt-120{ padding-top: 120px ! 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 ; }

/** 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_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 ; }

.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-90{ margin-bottom: 90px ! 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 ; }


/*  ===============================================
    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-black);
}
.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-black);
}
.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-black);
    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-black);
    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{
    display: flex;
}
.site-branding h1{margin-bottom: 0; line-height: 0; display: inline-flex;}
.site-branding #logo-img{
    z-index: 1;
    position: relative;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--base-white);
}
.prt-header-style-02 .site-navigation{border-bottom: 1px solid var(--base-black);}
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 #fff;
    padding: 0 20px 0 18px;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 12%);
}
.prt-header-style-01 nav.main-menu ul.menu > li.mega-menu-item:hover > a {
    color: var(--base-skin);
}
.prt-header-style-01 #site-header-menu .site-navigation ul.menu > li.active >a {
    color: var(--base-skin);
}

/* header_extra */
.header_extra {
    position: relative;
}
.prt-header-style-01 .header_extra > div { 
    position: relative;
}
.prt-header-style-01 .header_extra .prt-btn i:before{
  color: #21a12e;
}
.prt-header-style-01 .header_extra .prt-btn:hover i:before{
  color: #fff;
}
.prt-header-style-01 .header_extra .widget_content {
    position: relative;
}
.prt-header-style-01 .header_extra .widget_content:before {
    top: 1px;
    right: 25px;
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    width: 1px;
    height: 100%;
}
.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;
}

/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
}
.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 90px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.first-footer .widget.widget_text.footer-banner-title h2{
    font-size: 52px;
    line-height: 65px;
    color: rgba(255, 255, 255, 1);
}

/*menu-footer-link*/
ul.menu-footer-link{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.menu-footer-link li {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}
ul.menu-footer-link li a{
    color: rgba(255, 255, 255, 0.60) !important;
    position: relative;
    display: inline-block;
}
ul.menu-footer-link li a:hover,
.widget .widget-contact-link .prt-call a:hover,
.widget .widget-contact-link a:hover{color: var(--base-skin) !important;}

.widget .widget-contact-link,
.widget .widget-contact-link a ,
.widget-form p{
    color: rgba(255, 255, 255, 0.60);
}
.widget .widget-contact-link .prt-email, 
.contact-link .prt-email{margin: 20px 0;}
.widget .widget-contact-link .prt-call a, 
.contact-link .prt-call a{
    position: relative;
    font-size: 26px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    font-family: var(--base-headingfont);
}
.contact-link .prt-call a{color: var(--base-black);}
.prt-social-icons ul {
    position: relative;
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
}
ul.social-icons li{
    display: inline-block;
    padding: 0 6px;
    margin: 0;
    position: relative;
}
ul.social-icons li:first-child{padding: 0 6px 0 0;}

/* newsletter-form */
.widget.newsletter_widget h3 {
    font-size: 32px;
    line-height: 46px;
}
.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: 3px 0px 15px 0px;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    transition: unset;
}
.newsletter-form input[type="email"]:focus{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20) !important;
}
.newsletter-form button[type="submit"] {
    font-size: 15px;
    line-height: 52px;
    color: #fff;
    background-color: transparent;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0px;
    cursor: pointer;
}
.newsletter-form span.prt-email-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 17px;
    line-height: 58px;
}

/** copyright **/
.bottom-footer{padding: 0 90px;}
.copyright {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.copyright,
.copyright .cpy-text a,
.footer-nav-menu li a { color: rgba(255, 255, 255, 0.60) !important; }
.copyright .cpy-text a:hover,
.footer-nav-menu li a:hover{ color:var(--base-skin) !important; }

/* footer-nav-menu */
.footer-nav-menu {
    list-style: none;
    
    text-align: center;
}
.footer-nav-menu li {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    position: relative;
}
.footer-nav-menu li:first-child{ padding: 0; margin: 0; }
.footer-nav-menu li:before{
    content: "|";
    position: absolute;
    top: 0;
    left: -5px;
    color: rgba(255, 255, 255, 0.80);
}
.footer-nav-menu li:first-child:before{content: "";}


/* ===============================================
    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-skin);
    text-align: center;
}
.prt-page-title-row-inner{
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 180px 0 100px;
}
.page-title-heading{
    position: relative;
    display: inline-block;
} 
.page-title-heading h2 {
    font-size: 43px;
    line-height: 53px;
    color: var(--base-black);
    margin-bottom: 0;
    text-transform: unset;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: var(--base-black);
    padding-right: 20px;
}
.breadcrumb-wrapper span:last-child{
    padding-right: 0;
}
.breadcrumb-wrapper span a{
    color: rgba(0, 0, 0, 0.8);
}
.breadcrumb-wrapper span a:first-child:after,
.breadcrumb-wrapper span a:nth-child(2):after {
    position: absolute;
    content: "/";
    font-size: 15px;
    right: 10px;
    top: 0px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
}
.breadcrumb-wrapper span a:nth-child(2):after {
    right: 14px;
}

/*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
/*------------------------------------------------------------------------------*/ 
article.prt-service-single-content-area .prt-service-classic-content h2 { 
    font-size: 40px;
    line-height: 50px;
}
article.prt-service-single-content-area .feedback-block {
    padding: 30px;
    margin-top: 50px;
    background-color: var(--base-skin);
}
article.prt-service-single-content-area .feedback-block .feedback-content {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
article.prt-service-single-content-area .feedback-block .feedback-content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .feedback-ratings {
    margin-bottom: 40px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .feedback-text {
    font-weight: 500;
    margin-bottom: 20px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .icon-wrapper {
    width: 60px;
    height: 60px;
    margin: auto;
    display: inline-block;
}
article.prt-service-single-content-area .feedback-block .feedback-content .icon-wrapper .prt-btn:after {
    font-size: 15px;
    right: -7px;
    top: 6px;
}
article.prt-service-single-content-area .feedback-block .feedback-content .feedback-button {
    display: inline-block;
    position: relative;
}
.prt-ratting-star {
    padding-top: 2px;
    padding-bottom: 7px;
}
.prt-ratting-star i {
    display: inline-block;
    width: 12px;
    margin: 0 1px;
}
.prt-ratting-star i:before {
    margin-left: 0px;
}
.prt-ratting-star i.active {
    color: #fd4;
}


/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.prt-team-member-single-content-area .prt-team-member-single-position {
    margin-top: 0px;
    margin-bottom: 7px;
    color: #000;
}
.prt-team-member-single-content-area .prt-team-member-single-title-wrapper .prt-team-member-title {
    font-size: 30px;
    line-height: 45px;
}
.prt-team-member-single-content-area .prt-team-member-single-title-wrapper {
    border-bottom: 1px solid #00000033;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.prt-team-member-single-content-area .team-member-personal-info{
    padding: 21px 0px 15px 0;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid;
    border-width: 0 1px 1px;
    border-color: var(--base-black);
}
.prt-team-member-single-content-area .team-member-personal-info h3{
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.prt-team-member-single-content-area .team-member-personal-info p{
    color: var(--base-black);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}
.prt-team-member-single-content-area .featured-content{
    border: 1px solid var(--base-black);
    padding: 30px 30px 30px 30px;
}

.team-detail-info ul.prt-list.style2 li {
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 8px 0 25px 15px;
    width: 100%;
    font-weight: 400;
    color: #7c7c7c;
}
.team-detail-info ul.prt-list.style2 li {
   padding: 8px 0 8px;
   margin-bottom: 0;
}
.team-detail-info .prt-team-list-title,
.team-detail-info .prt-team-list-value {
    display: inline-block;
}
.team-detail-info .prt-team-list-value a:hover{color: var(--base-skin);}
.team-detail-info .prt-team-list-title {
    color: var(--base-dark);
    position: relative;
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    margin-right: 3px;
}
.team-detail-info .prt-team-list-title.w-76{width: 76%;}

.prt-social-links-wrapper {
    display: block;
    clear: both;
    padding-top: 25px;
    border-top: 1px solid #00000033;
    margin-top: 10px;
}

.prt-social-links-wrapper ul li a {
    border: 1px solid #00000047;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: transparent;
    color: var(--base-black);
    font-size: 14px;
}
.prt-social-links-wrapper ul li a:hover{
    background-color: var(--base-skin);
    border: 1px solid var(--base-skin);
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.prt-blog-single .post-featured-wrapper {
    position: relative;
}
.prt-blog-single .prt-blog-single-content h2.entry-title{
    font-size: 32px;
    line-height: 42px;
}
.prt-blog-single .prt-post-entry-header{
    text-align: center;
    padding: 0 40px;
}
.prt-blog-single .prt-post-featured-wrapper{    
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}
.prt-blog-single .post-meta{
    padding: 5px 0 15px 0;
}
.prt-blog-single .prt_single_image-wrapper img{
    position: relative;
    margin-bottom: 15px;
}
.prt-blog-single .prt-box-post-date {
    height: 66px;
    width: 64px;
    position: absolute;
    top: -20px;
    right: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color: var(--base-white);
    text-align: center;
    background-color: var(--base-skin);
}
.prt-blog-single .prt-box-post-date .entry-date{
    font-weight: 600;
    font-size: 26px;
    line-height: 18px;
}
.prt-blog-single .prt-box-post-date .prt-entry-date .entry-date,
.prt-blog-single .prt-box-post-date .prt-entry-date .entry-month,
.prt-blog-single .prt-box-post-date .prt-entry-date .entry-year {
    display: block;
    text-transform: uppercase;
}
.prt-box-post-date .prt-entry-date .entry-month, 
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 16px;
    line-height: 26px;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}
.prt-blog-single h3 {
    font-size: 32px;
    line-height: 42px;
}
.prt-blog-single .post-meta .prt-meta-line img{
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.prt-blog-single .post-meta .prt-meta-line a{
    font-size: 14px;
    color: #8d9297;
}
.prt-blog-single .post-meta .prt-meta-line.byline:after {
    background-color: #b5a4a4;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}
.prt-blog-single p { margin-bottom: 20px; }

.prt-blog-single .prt_tag_lists {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prt-blog-single .social-media-block .prt-tags-links a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}
.prt-blog-single .prt_tag_lists .prt-tags-links-title,
.prt-blog-single .prt-social-share-wrapper .prt-tags-links-title {
    color: #000;
    font-family: var(--base-headingfont);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-right: 15px;
}
.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: var(--base-dark);
    padding: 4px 16px 4px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    margin: 0 10px 10px 0;
}
.social-media-block {
    display: flex;
    justify-content:end;
    align-items: center;
    padding: 25px 0px 15px 30px;
    margin-top: 0px;
    border-radius: 50px;
}
.prt-blog-single .social-media-block .prt-tags-links a:last-child {
    margin: 0;
}
.prt-blog-single .prt-social-share-wrapper{
    display: flex;
    align-items: center;;
    padding-top: 0;
}
.prt-blog-single .prt-social-share-wrapper ul li {
    display: inline-block;
    margin: 0 3px 10px 0;
}
.prt-blog-single .prt-social-share-wrapper ul li:last-child {
    margin: 0 0 10px 0;
}
.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 1px solid #cfd1d2;
    height: 29px;
    width: 29px;
    line-height: 29px;
    text-align: center;
    display: block;
    background-color: #cfd1d2;
    color: var(--base-white);
    font-size: 12px;
    border-radius: 50%;
}
.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border: 1px solid var(--base-skin);
}

/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 30px;
}
.comments-area h3.comment-reply-title{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 13px;
    margin-top: 0;
}
.comments-area p { margin-bottom: 20px; }
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 12px 28px;
    font-weight: 400;
    background-color: transparent;
    text-transform: inherit;
    border: 1px solid rgb(0 0 0 / 20%);
    font-size: 15px;
    line-height: inherit;
}
.comment-form textarea::placeholder,
.comment-form input[type="text"]::placeholder{
    color: rgba(0, 0, 0, 0.50);
}
.comments-area input[type="checkbox" i] {
    display: none;
}
.comments-area input[type=checkbox] + label {
    height: 14px;
    width: 14px;
    border: 1px solid #000;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}
.comments-area input[type=checkbox] + label:before {
    height: 18px;
    width: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    content: " ";
    display: inline-block;
    vertical-align: top;
}
.comments-area input[type=checkbox]:checked + label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 1px;
    width: 6px;
    height: 9px;
    background-color: transparent!important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-phone, 
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
.contact-section .comments-area .comment-form .comment-form-email {
    margin-right: 0;
}
.comment-form a.prt-btn:after{content: unset;}

/*.prt-list.prt-list-style-text*/

ul.prt-list.prt-list-style-text{
    list-style: auto;
    margin: 16px 0;
    padding: 0 0 0 25px;
}
.prt-list.prt-list-style-text li{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #767676;
}
.prt-next-pre-block {
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}
.prt-next-pre-block a{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: var(--base-skin);
    color: var(--base-white);
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 1px solid var(--base-skin);
    padding: 15px 25px 15px;
}
.prt-next-pre-block a.meta-nav-left i {
    padding-right: 10px;
}
.prt-next-pre-block a.meta-nav-right i {
    padding-left: 10px;
}
.prt-next-pre-block i{
    text-align: center;
    right: 6px;
    top: 6px;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}
.prt-next-pre-block a:hover{
    background-color: var(--base-dark);
    color: var(--base-white);
    border: 1px solid var(--base-dark);
}


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

/* style1 */
.prt-pf-single-detail-box.style1 { padding: 0px 0 0;}
.prt-pf-single-detail-box.style1 ul li {
    width: auto;
    text-align: center;
}
.prt-pf-single-detail-box.style1 ul li:nth-child(2) {border-right: 0;}
.prt-pf-single-detail-box.style1 ul li.prt-pf-details-date:last-child{
    width: auto;
    padding: 0;
    min-height: auto;
    margin: 0 auto;
    border-right: 0;
}
.prt-pf-single-detail-box.style1 ul li span.prt-pf-name {
    color: var(--base-black);
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}
.prt-pf-single-detail-box.style1 ul li span.prt-pf-s-name {
    margin-bottom: 15px;
    font-size: 18px;
}

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

.main-box {
    position: relative;
    max-height: 800px;
    z-index: 11;
}
.prt-button-style{position: relative;}

 .prt-button-style:after {
    border: 1px solid var(--base-grey);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    height: 55px;
    width: 100%;
    z-index: -1;
    transform: translate3d(-10px, -10px, -10px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all .5s ease 0s;
}
 .prt-button-style:hover:after{
    transform: translate3d(10px, 10px, 10px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-color:var(--base-grey);
}
.prt-slider-two{
    -webkit-text-stroke: 2px var(--base-white);
    color: transparent;
    -webkit-text-stroke: 2px var(--base-white);
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", sans-serif;
}

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