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

  Project :   Agrotek - Responsive Multi-purpose HTML5 Template
  Author :    Themetechmount
  Version :   Bootstrap 5.3.3

========================================================================================== */
@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');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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;
}
a:hover{
    color:#0c8140 ;
}
p { 
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: #2970f3;
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #2970f3;
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #2970f3;
    color: #fff; 
    -webkit-text-fill-color: #fff;
    text-shadow: none; 
}

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

.form-control{
    padding: 13px 15px;
    height: auto;
    border-radius: 0;
    border: 1px solid transparent;
    font-size: 14px;
}
.failed {
    color: red;
}
.response .text-info, .response .success {
    color: var(--base-skin) !important;
}

.form-control.with-border{border: 1px solid #ebeded;}


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,
.form-control:focus {
    border: 1px solid var(--base-skin);
    -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: "Poppins", Tahoma, Geneva, sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color:  #747474;    
    --base-skin: #0c8140;
    --base-dark: #000000;
    --base-grey: #f7f7f6;
    --second-base-gray:#ebe4d6;
    --base-white: #ffffff;
    --base-headingfont: "Playfair Display", serif;
    --base-headingfont-color:#132728;
    --base-border-radius-10: 10px;
    --base-border-radius-15: 15px;
    --base-border-radius-20: 20px;
    --base-border-radius-25: 25px;
    --base-border-radius-30: 30px;
    --base-border-radius-50: 50px;
    --base-border-radius50: 50%;
    --base-border-color: #E5E5E5;
    --base-border-color-white: #ffffff;
    --base-shadow: 0 0 16px 7px rgba(83 20 173 / 0.07);
}

/** Typo Colors **/
.border-color { color: rgba(255, 255, 255, 0.15);}
.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-secondskin { background-color: var(--base-secondskin);}
.bg-base-dark { background-color: var(--base-dark);}
.bg-base-black { background-color: var(--base-black);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-lightgrey { background-color: var(--base-lightgrey);}
.bg-base-white { background-color: var(--base-white);}
.bg-base-black { background-color: var(--base-black);}

  
/** 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-black > .prt-bg-layer{background-color: var(--base-darkblack);}
.bg-base-grey > .prt-bg-layer{background-color: var(--base-grey);}
.bg-base-lightgrey > .prt-bg-layer{background-color: var(--base-lightgrey);}
.bg-base-white > .prt-bg-layer{background-color: var(--base-white);}
.bg-base-black > .prt-bg-layer{background-color: var(--base-black);}

/*.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-black >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-darkblack);}
.bg-base-grey >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-grey);}
.bg-base-lightgrey >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-lightgrey);}
.bg-base-white >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-white);}
.bg-base-black >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: var(--base-black);}

.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-black h1, .bg-base-black h2, .bg-base-black h3,
.bg-base-black h4, .bg-base-black h5, .bg-base-black 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,
.bg-base-gradient h1, .bg-base-gradient h2, .bg-base-gradient h3,
.bg-base-gradient h4, .bg-base-gradient h5, .bg-base-gradient h6  {
    color: var(--base-white);
}


.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark){color: var(--base-skin);}
.bg-base-dark .section-title h3{color: #fff;}
.bg-base-dark .section-title h3:before,
.bg-base-dark .section-title h3:after{
    color: #fff;
}

.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: 600; 
    color : var(--base-headingfont-color);
}
h1 { font-size: 80px; line-height: 90px; }
h2 { font-size: 64px; line-height: 74px; }
h3 { font-size: 36px; line-height: 46px; }
h4 { font-size: 24px; line-height: 34px; }
h5 { font-size: 16px; line-height: 26px; }
h6 { font-size: 16px; line-height: 26px; }

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

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: var(--base-dark);
}
a {
    color: var(--base-headingfont-color);
}
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-14 { font-size: 14px !important; line-height: 24px; }
.fs-15 { font-size: 15px !important; line-height: 25px; }
.fs-16 { font-size: 16px !important; line-height: 24px; }
.fs-18 { font-size: 18px !important; line-height: 28px; }
.fs-21 { font-size: 21px !important; line-height: 30px; }
.fs-28 { font-size: 28px !important; line-height: 38px; }
.fs-24 { font-size: 24px !important; line-height: 38px; }

.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 9px 0 rgba(29, 33, 67, 0.10) }
.box-shadow_1{box-shadow: 0 0 10px 0 rgba(2, 20, 47, 0.08); }

.border-rad_5 { border-radius: var(--base-border-radius-5);}
.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-rad_30 { border-radius: var(--base-border-radius-30);}
.border-rad_50 { border-radius: var(--base-border-radius-50);}
.border-rad_shap { border-radius: var(--base-border-radius-shap) !important;}

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

.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--base-skin) !important;
    top: unset;
    bottom: 0px;
    left: 0;
    transition: all 0.1s ease 0s;
    clip-path: unset;
}
.underline:hover:before{
    background-color: var(--base-skin);
    transition: all 0.5s ease-in-out;
    background-size: 0 3px, 100% 3px;
}
.prt-btn-color-whitecolor.underline:before{ background-color: var(--base-white) !important; }
.prt-btn-color-whitecolor:hover.underline:before{ background-color: var(--base-white) !important; }
.prt-btn-color-darkcolor.underline:before{ background-color: var(--base-dark) !important; }
.prt-btn-color-darkcolor:hover.underline:before{ background-color: var(--base-skin) !important; }

.border_1 { border: 2px dashed #e7e7e7; }
.border-rounded { border-radius: var(--base-border-radius50); }
.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}

.border40-img { 
    border:40px solid var(--base-skin);
    border-right: none;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
    margin: 60px 0px -50px -200px;
    padding: 45px 100px 50px 40px;
}
.spacing-2 { 
    padding: 100px 50px 55px 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

 
.spacing-3 {padding: 74px 56px 75px 0px;}
.spacing-4 {
    margin: 10px 0px 0px 15px;
    padding: 40px 45px 45px 45px;
}
.spacing-5 {padding: 60px 0px 43px 0px;
    margin: 0px 15px 0px 0px;
}
.spacing-6 { padding: 0px 15px 0px 0px; }
.spacing-7{ padding: 0px 10px 30px 10px; }
.spacing-8{ padding:30px 0px 40px; }

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

.pl-0{ padding-left: 0px !important ; }
.pl-2{ padding-left: 2px ! important ; }
.pl-3{ padding-left: 3px ! 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-50{ padding-left: 50px ! important ; }
.pl-55{ padding-left: 55px ! important ; }
.pl-60{ padding-left: 60px ! important ; }
.pl-80{ padding-left: 80px ! important ; }
.pl-90{ padding-left: 90px ! important ; }
.pl-100{ padding-left: 100px ! important ; }
.pl-110{ padding-left: 110px ! important ; }
.pl-150{ padding-left: 150px ! important ; }
.pl-190{ padding-left: 190px ! 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-55{ padding-top: 55px ! important ; }
.pt-60{ padding-top: 60px ! important ; }
.pt-65{ padding-top: 65px ! important ; }
.pt-70{ padding-top: 70px ! important ; }
.pt-75{ padding-top: 75px ! important ; }
.pt-80{ padding-top: 80px ! important ; }
.pt-85{ padding-top: 85px ! important ; }
.pt-90{ padding-top: 90px ! important ; }
.pt-95{ padding-top: 95px ! important ; }
.pt-100{ padding-top: 100px ! important ; }
.pt-125{ padding-top: 125px ! 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-12 { margin-top: 12px ! important ; }
.mt-15{ margin-top: 15px ! important ; }
.mt-20{ margin-top: 20px ! important ; }
.mt-25{ margin-top: 25px ! important ; }
.mt-30{ margin-top: 30px ! important ; }
.mt-35{ margin-top: 35px ! important ; }
.mt-40{ margin-top: 40px ! important ; }
.mt-45{ margin-top: 45px ! important ; }
.mt-50{ margin-top: 50px ! important ; }
.mt-55{ margin-top: 55px ! important ; }
.mt-80{ margin-top : 80px ! !important;}
.mt-125{ margin-top: 125px ! important ; }
.mt-225{ margin-top: 225px ! important ; }

.mt_4{ margin-top: -4px ! 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_80{ margin-top: -80px ! 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-40{ margin-left: 40px ! important ; }
.ml-45{ margin-left: 45px ! important ; }
.ml-50{ margin-left: 50px ! important ; }
.ml-55{ margin-left: 55px ! important ; }
.ml-60{ margin-left: 60px ! important ; }
.ml-65{ margin-left: 65px ! important ; }
.ml-70{ margin-left: 70px ! important ; }
.ml-75{ margin-left: 75px ! important ; }
.ml-80{ margin-left: 80px ! important ; }
.ml-85{ margin-left: 85px ! important ; }
.ml-230{ margin-left: 230px ! important ; }


.ml_8{ margin-left: -8px ! 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 ; }
.ml_310{ margin-left: -310px ! 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_200{ margin-right: -200px ! important ; }


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


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.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.square li>a {
    border: 1px solid #e8ecef;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 13px; 
}

/*===============================================
    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: 37px;
    width: 37px;
    border-radius: var(--base-border-radius-10);
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider .slick-next{ right: 0; }
.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 10px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e64a";
}
.slick_slider .slick-next:before {
    content: "\e649";
}
.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 */
.slider-for.slick-arrow-style1 .slick-arrow{
    height: 51px;
    width: 51px;
    border-radius: var(--base-border-radius-50);
    z-index: 1;
    color: inherit;
    background-color: var(--base-white);
    overflow: hidden;
}
.slider-for.slick-arrow-style1 .slick-prev:before,
.slider-for.slick-arrow-style1 .slick-next:before{ font-size: 22px; line-height: 22px; font-weight: 500; color: #000; }
.slider-for.slick-arrow-style1 .slick-prev:before { content: '\e808'; font-family: 'fontello'; }
.slider-for.slick-arrow-style1 .slick-next:before { content: '\e809'; font-family: 'fontello'; }
.slider-for.slick-arrow-style1 .slick-prev{ left: 33px; }
.slider-for.slick-arrow-style1 .slick-next{ right: 33px; }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    display: flex;
}
.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;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
}
 li.mega-menu-item.active a.mega-menu-link:hover {
    color: var(--base-skin);
}
#site-header-menu .site-navigation ul.menu > li > a {
    text-decoration: none;
    z-index: 1;
}

#site-header-menu .site-navigation ul.menu > li:hover >a,
#site-header-menu .site-navigation ul.menu > li.active >a{
    color: var(--base-skin);
}
#site-header-menu .site-navigation ul.menu{ display: flex; }

.prt-header-style-01 #site-header-menu .site-navigation ul.menu > li.active >a,
 .prt-header-style-01 #site-header-menu .site-navigation ul.menu > li > a:hover{
    color: var(--base-skin);
 }

/*detailss*/
.side .prt-detailss ul { padding-left: 0; padding-top: 30px; }
.side .prt-detailss ul>li { padding-bottom: 12px; list-style: none; }
.side .prt-detailss li { color: var(--base-white); }
.side .prt-detailss li span,
.side .prt-detailss li span a{ color: var(--base-white); }
.side .prt-detailss li span a:hover {color: var(--base-skin);}
/*social-icons*/
.side ul.social-icons{ padding-top: 35px; }
.side .social-icons li a{
    width: 34px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    color: var(--base-white);
    border: 1px solid var(--base-white);
    border-radius: var(--base-border-radius-50);
    margin: 14px 0;
}
.side .social-icons li a:hover{
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.side p{color: var(--base-white); }
.side aside.widget_text { margin: 35px 0 35px; padding-top: 35px;border-top: 1px solid rgba(255,255,255,.15);}
.side aside.widget_text h3 { font-size: 19px; line-height: 30px; margin-bottom: 4px; }
.side aside.widget_text .wrap-form.cta_form span.text-input { margin-bottom: 15px; }
.side aside.widget_text .wrap-form.cta_form span.text-input input, 
.side aside.widget_text .wrap-form.cta_form span.text-input textarea, 
.side aside.widget_text .wrap-form.cta_form span.text-input select {border-radius: 5px;border: 0;background-color: #203d71;color: rgba(255,255,255,.40);}


.site-branding-wrap, .header_extra{ display: flex; align-items: center; }
.prt-contact-link a{
    font-size: 16px;
    line-height: 26px;
    color: var(--base-dark);
    margin-left: 40px;
    padding-left: 26px;
    position: relative;
}
.prt-contact-link a i{ position: absolute; left: 0; top: 0;}
/* header_extra */
.header_extra .prt-link .signupbtn{
    font-size: 15px;
    line-height: 25px;
    color: var(--base-white);
    padding: 0 0 0 25px;
}
.header_extra .prt-link .signupbtn:hover,
.prt-contact-link a:hover{ color: var(--base-skin); }
.header_extra .prt-link .signupbtn.prt-btn.btn-inline i { left: 0; }
.prt-header-style-01 .header_extra{ padding-left: 50px; }
.header-search { 
    position: relative;
    margin-left: 5px; 
    position: relative;
    margin-left: 30px;
    padding: 24px 35px 33px;
    background-color: var(--base-skin);
}
.header-search input{
    position: relative;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px;
    font-family: var(--base-bodyfont);
    padding: 8px 50px 8px 0px;
    width: 138px;
    color: #fff;
    border: 0 !important;
    border-bottom: 1px solid var(--base-border-color-white) !important;
}
.header-search input::placeholder{ color: rgba(255 255 255); }
.header-search button{
    padding: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: var(--base-white);
}

a.prt-btn.prt-btn-size-sm.prt-btn-shape-round.prt-btn-style-border.prt-btn-color-dark {
    border: 1px solid;
    padding: 12px 26px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.header_cta{
    position: relative;
}
.header_cta:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 103px;
    background-color: gray;
    top: -20px;
}
.prt-btn.prt-btn-style-border.prt-btn-color-dark:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.site-navigation.d-flex.align-items-center.justify-content-between {
    padding-left: 60px;
    padding-right: 65px;
}
span.label-new {
    background-color: var(--base-skin);
    color: var(--base-white);
    padding: 2px 3px;
}

/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
    background-color: #1c1c1c;
  background-image: url(../images/footer-bg.png);
   background-size: cover;
    
}
.footer > .prt-bg-layer {
    background-color: #1c1c1c;
    opacity: 0.89;
}
.footer{ padding: 40px 0 0px; }
.second-footer{ padding: 50px 0px 55px;}
.footer-pl{ padding-left: 70px; }

h3.widget-title-h3 { font-size: 20px; line-height: 30px; font-weight: 400; color: var(--base-white); margin-bottom: 30px;}

.widget p{  color: var(--base-bodyfont-color);
font-family: 'Playfair Display';}

.widget.widget_text a{  color: rgba(255, 255, 255, 0.70);
font-family: 'Playfair Display';}

.widget.widget_text.widget_text-wrap .footer-logo img{ max-width: 150px; margin-bottom: 20px;}

.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul>li {
    position: relative;
}

/*menu-footer-link*/
ul.menu-footer-link{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.menu-footer-link li {
    padding: 6px 0 6px 0;
    position: relative;
    display: block;
    color: var(--base-white);
    font-family: 'Playfair Display';
}
ul.menu-footer-link li a:hover{  color: #fff; }

/* newsletter-form */
.newsletter_widget .widget-title {  margin-bottom: 10px !important; }
.newsletter-form { 
    position: relative;
    clear: both;
    display: inline-block;
    min-width: 407px;
}
.newsletter-form input[type="email"] {
    padding: 16px 50px 14px 18px;
    font-size: 13px;
    line-height: 23px;
    border-radius: var(--base-border-radius-10);
    background-color: transparent;
    border: 1px solid rgba(255 255 255 / 0.13);
    color: #ffffff;
}
.newsletter-form input[type="email"]::placeholder{ color:  rgba(255 255 255 / 0.50); }
.newsletter-form button[type="submit"] {
    position: absolute;
    top: 19px;
    right: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 0;
    display: block;
    padding: 0;
    border: 0;
    color: rgba(255 255 255 / 0.50);
    background-color: transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.newsletter-form span.prt-email-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 17px;
    line-height: 58px;
}
ul.prt-list.prt-brand-link li{ display: inline-block; padding: 5px 45px 5px 0; }
.footer-widget-box{ padding-top: 20px; }
.footer-border-top,
.bottom-footer-border{ border-top: 1px solid rgba(255, 255, 255, 0.10); }
.footer-border-top{ margin-bottom: 40px; }

/** copyright **/
.copyright {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}
.copyright,
.copyright .cpy-text a,
.footer-nav-menu li a { color: rgba(255, 255, 255, 0.80); }
.copyright .cpy-text a:hover,
.footer-nav-menu li a:hover{ color:var(--base-white); }

/* 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: 0;
    color: rgba(255, 255, 255, 0.80);
}
.footer-nav-menu li:first-child:before{content: "";}

/*footer-section*/
ul.prt-recent-post-list>li {
    padding: 0px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 21px;
}
 .widget.widget_text.footer-widget-box ul.prt-recent-post-list>li img {
    display: block;
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 18px;
    border-radius: var(--base-border-radius-10);
}
 ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}
.widget .widget-title{
    margin-bottom: 30px;
}
 .widget.widget_text.footer-widget-box ul.widget-post.prt-recent-post-list li a {
    color: var(--base-white);
}

/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: var(--base-border-radius-50);
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: 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-position: bottom;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: var(--base-dark);
}
.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 175px 0 60px;
    text-align: center;
    background-color: rgba(0 0 0 / 0.45);
}
.page-title-heading h2 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 20px;
    color: var(--base-white);
    font-family: var(--base-headingfont);
    font-weight: 600;
}
.page-title-desc p{  color: rgba(255 255 255 / 0.71); font-size: 16px; line-height: 26px; }

/*style1*/
.prt-page-title-row.style1{ background-attachment: fixed; }
.prt-page-title-row.style4 .prt-page-title-row-inner{  padding: 255px 0 80px; }
.prt-page-title-row.style1 .page-title-heading .pretitle{
    font-size: 16px;
    line-height: 26px;
    color: var(--base-white);
    margin-bottom: 10px;
    display: inline-block;
}
.prt-page-title-row.style1 .page-title-heading h2 { text-transform: inherit; font-size: 53px;line-height: 63px;}
.prt-page-title-row.style1 .blog-single-block{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
}
.prt-page-title-row.style1 .blog-single-block .blog-singleimg{
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: var(--base-border-radius50);
}
.prt-page-title-row.style1 .blog-single-block .blog-content{ padding: 0 0 0 20px; text-align: left; }
.prt-page-title-row.style1 .blog-single-block .blog-content h3{font-size: 17px;line-height: 28px;margin-bottom: 0; color: var(--base-white);}
.prt-page-title-row.style1 .blog-single-block .blog-content .position{color: var(--base-white);margin-bottom: 0;}

/*style2*/
.prt-page-title-row.style2{ position: relative; overflow: hidden; }
.prt-page-title-row.style2 .bg-video-wrap{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.prt-page-title-row.style2 .prt-page-title-row-inner{ background-color: rgba(0, 0, 0, 0.50); }
.prt-page-title-row.style2 .bg-video-wrap video{ margin-top: -150px; }

/*breadcrumb-wrapper*/
.breadcrumb-wrapper {
    position: relative;
    margin: 0;
    padding: 0 0 15px;   
}
.breadcrumb-wrapper span{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--base-headingfont);
    position: relative;
    color: var(--base-skin);
    padding-right: 8px;
    margin-right: 4px;
}
span.prt-bread-sep {
    color: #fff;
}
.breadcrumb-wrapper span:last-child{ padding-right: 0; margin-right: 0; }
.breadcrumb-wrapper span a{ color: var(--base-white); }
.breadcrumb-wrapper span a:hover{ color: var(--base-skin); }
.breadcrumb-wrapper span:last-child:after{ display: none; }

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

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 

.prt-team-member-content{padding: 15px 15px 15px;}
.prt-team-member-single-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 0
}
.prt-team-member-single-position {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.prt-team-details-list{margin: 0;padding: 0;}
.prt-team-details-list li{display: block;padding-bottom: 12px;}
.prt-team-details-list .prt-team-list-title {
  margin-right: 3px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  padding-left: 24px
}
.prt-team-extra-details-wrapper .prt-team-details-list .prt-team-list-title {
  text-indent: 0;
  width: auto;
  margin-right: 3px
}
.prt-team-details-list .prt-team-list-title,
.prt-team-details-list .prt-team-list-value {
  display: inline-block
}
.prt-team-list-title i {
  position: absolute;
  text-align: center;
  text-indent: 0;
  font-size: 16px;
  top: 0;
  margin-right: 3px;
  display: inline;
  left: 0px
}
.prt-team-details-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px
}
.prt-team-member-education-box span{font-size: 16px;line-height: 28px;font-weight: 500; font-family: 'Playfair Display';
    color: #132728;}

.cursor-pointer{cursor: pointer;}

/*video*/
.video-autoplay {
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
    max-height: 408px;
}
.video-autoplay video{ max-height: 408px; min-width: 104%; }

/*features-list*/
.prt-features-list-wrap ul.prt-features-list { margin: 0; padding: 0 0 0 18px; }
.prt-features-list-wrap ul.prt-features-list li { font-size: 16px; line-height: 26px; padding: 3px 0; }
.prt-features-list-wrap ul.prt-features-list li::marker{ font-size: 20px; line-height: 10px; }

.prt-side-header-title h3.title{ font-size: 24px; line-height: 34px; }
.car-details-sidebar .prt-meta span.prt-meta-line{ padding-right: 15px; margin-right: 5px; position: relative;}
.car-details-sidebar .prt-meta span.prt-meta-line:before{ 
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: var(--base-border-radius-10);
    background-color: var(--base-bodyfont-color);
}
.car-details-sidebar .prt-meta span.prt-meta-line:last-child:before{ display: none; }
.car-details-sidebar h2.title-price { font-size: 36px; line-height: 46px; }
.car-details-sidebar .prt-meta { padding-bottom: 16px; margin-bottom: 18px; border-bottom: 1px solid #d4d4d4; margin-bottom: 15px;}
.prt-details-list-warp {
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
    background-image: url(../images/bg-image/row-bgimage-4.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 43px 50px 45px;
}
.prt-details-list-warp ul.prt-details-list li{ padding: 6px 0; }
.prt-details-list-warp ul.prt-details-list li span{ 
    width: 185px; 
    color: var(--base-headingfont-color); 
    display: inline-block;
    font-weight: 500;
 }
.widget-contact .single-contact{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin: 16px 0;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: var(--base-border-radius-15);
    background-color: var(--base-dark);
    color: var(--base-white);
    cursor: pointer;
    -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;
}
.widget-contact .single-contact a{ color: var(--base-white); position: relative; padding: 0 0 0 22px;}
.widget-contact .single-contact a i{
    position: absolute;
    top: -3px;
    left: 0;
}
.widget-contact #phoneNumber a i{ top: -2px; }
.widget-contact #emailAdress a i{ top: -5px; }
.widget-contact #emailAdress a{ padding: 0 0 0 26px; }
.widget-contact .single-contact:hover{ background-color: var(--base-skin); }
.widget-contact #phoneNumber{ background-color: transparent; border: 1px solid var(--base-skin); }
.widget-contact #phoneNumber a{ color: var(--base-headingfont-color); }
.widget-contact #whatsapp { background-color:var(--base-skin); }
.widget-contact #phoneNumber:hover,
.widget-contact #whatsapp:hover{ background-color: var(--base-dark); border-color: var(--base-dark); }
.widget-contact #phoneNumber:hover a{ color: var(--base-white); }
/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

article.post.prt-blog-single{ position: relative; }
.post.prt-blog-single .prt-blog-single-content h3.entry-title{
    font-size: 32px;
    line-height: 42px;
}
.post.prt-blog-single blockquote{
    background-image: url(../images/bg-image/row-bgimage-4.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 45px 37px;
    margin: 0;
}
.post.prt-blog-single blockquote .qoute-text {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    padding: 30px 0 30px 60px;
    z-index: 0;
}
.post.prt-blog-single blockquote .qoute-text:before{
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 357px;
    height: 130%;
    background-image: url(../images/icon-06.svg);
    background-repeat: no-repeat;
    z-index: -1;
}
.post.prt-blog-single .blog-single-featured-img img{ max-height: 302px; object-fit: cover; }

/*tag_list-block*/
.tag_list-block .prt-tags-links a{ padding-right: 10px;font-size: 18px;line-height: 18px;font-weight: 500; }
.tag_list-block .prt-tags-links a span,
.tag_list-block .prt-post-view p{ font-size: 20px;font-weight: 400;color: var(--base-bodyfont-color); }
.tag_list-block .prt-post-view p{ line-height: 15px; }
.tag_list-block .prt-post-view{ text-align: right; color: var(--base-headingfont-color); font-weight: 600;}
.tag_list-block { display: flex; align-items: center; justify-content: space-between; padding: 25px 0 30px; }

/*social-media-block*/
.social-media-block { position: relative; text-align: center; padding: 52px 0 60px;}
.prt-social-share-wrapper h3.prt-tags-links-title{ font-size: 24px;line-height: 34px; }
.prt-social-share-wrapper ul.social-icons li{ margin: 0 3px; }
.prt-social-share-wrapper ul.social-icons li a{
    width: 35px;
    height: 35px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    font-size: 14px;
    line-height: 38px;
    color: var(--base-white);
 }
 .prt-social-share-wrapper ul.social-icons li:nth-child(1) a{ background-color: #3a54a0; }
 .prt-social-share-wrapper ul.social-icons li:nth-child(2) a{ background-color: #ce001f; }
 .prt-social-share-wrapper ul.social-icons li:nth-child(3) a{ background-color: #03aeef; }
 .prt-social-share-wrapper ul.social-icons li:nth-child(4) a{ background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }
 .prt-social-share-wrapper ul.social-icons li:nth-child(5) a{ background-color: #0389b9; }
 .prt-social-share-wrapper ul.social-icons li:nth-child(6) a{ background-color: #e71e93; }
 .prt-social-share-wrapper ul.social-icons li a:hover{  background: var(--base-skin); }

/*copy-link*/
.prt-copy-link-wrapper{
    position: relative;
    padding: 13px 22px;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    background-color: #e9f2ff;
}
.prt-copy-link-wrapper button.copytext {
    padding: 0 0 0 15px;
    margin: 0 0 0 18px;
    cursor: pointer;
    color: var(--base-bodyfont-color);
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(0 0 0 / 0.10);
    outline: none;
}
.prt-copy-link-wrapper button:before {
    content: "Click To Copy";
    position: absolute;
    top: -20px;
    right: -21px;
    color: #fff;
    background: var(--base-skin);
    padding: 4px 10px 5px;
    border-radius: 10px;
    font-size: 12px;
    display: none;
}
.prt-copy-link-wrapper button:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: var(--base-skin);
    transform: rotate(45deg);
    display: none;
}
.prt-copy-link-wrapper button:hover:before, .prt-copy-link-wrapper button:hover:after { opacity: 1; }
.prt-copy-link-wrapper button:before, .prt-copy-link-wrapper button:after {
    display: block;
    opacity: 0;
    transition: 0.2s ease;
}
.prt-testimonial-blog{
    position: relative;
    padding: 40px 0 22px;
    text-align: center;
}
.prt-testimonial-blog img{ border-radius: var(--base-border-radius50); }
.prt-testimonial-blog h3{
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
}
.tag_list-block.border-top.border-bottom, .testimonial-blog.border-top.border-bottom{
    border-style: solid !important;
    border-color: #d0d0d0 !important;
    border-width: 1px 0 !important;
}
/*comment-wrap*/
.comment-wrap { position: relative; margin-top: 110px;}
.comment-wrap button.comment-wrap-btn{
    background-color: #e9f2ff;
    border-radius: var(--base-border-radius-10);
    color: var(--base-headingfont-color);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.comment-wrap button.comment-wrap-btn:hover{ background-color: var(--base-skin); color: var(--base-white); }
.prt-blog-comment {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

/*blog-comment*/
.prt-blog-classic-box-comment_1 h3{
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}
.comments-area {
    position: relative;
}
.comments-area p { margin-bottom: 20px; }
.comment-form textarea, .comment-form input[type="date"],
.comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"],
.comment-form select {
    vertical-align: middle;
    width: 100%;
   color: #747474;
    padding: 9px 15px;
    font-weight: 500;
    text-transform: inherit;
    font-size: 15px;
    line-height: inherit;
    border: none;
    border-radius: var(--base-border-radius-10);
}

.form-control:focus{
    color: var(--base-bodyfont-color);
}
.comment-form label { display: unset; }
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="date"]:focus {
  border-color: transparent;
  border: 1px solid var(--base-skin);
}
.comment-form textarea::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="date"]::placeholder,
.comment-form select::placeholder{
    color: var(--base-bodyfont-color);
}
.comment-form span.text-input select { color: rgb(255 255 255 / 80%); }
.comment-form span.text-input option { color: var(--base-dark); }
.comment-form select{ padding: 11px 20px 14px 0; color: rgba(0, 0, 0, 0.50); }
.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-age,
.comments-area .comment-form .comment-form-doctors,
.comments-area .comment-form .comment-form-date {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
}
.comments-area .comment-form span.date-bday input[type="date"] {
    background-color: var(--base-dark);
    padding: 18px 15px 12px 0;
    color: rgb(255 255 255 / 80%);
}
.comments-area .comment-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.comments-area .comment-form .comment-form-phone,
.comments-area .comment-form .comment-form-age,
.comments-area .comment-form .comment-form-date {
    margin-right: 0;
}
.comments-area .comment-form .select-option{ position: relative; }
.comments-area .comment-form .comment-form-diseases{ position: relative; width: 100%; float: left; }
.comments-area .comment-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
}
.comments-area .comment-form .select-option:before{
    right: 20px;
    position: absolute;
    content: "\e64b";
    top: 0;
    bottom: 0;
    font-size: 13px;
    line-height: 57px;
    pointer-events: none;
    font-family: 'themify';
}
.comments-area .comment-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative;
}
.comments-area .comment-form span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    color: rgb(255 255 255 / 80%);
}

.comments-area_1 textarea, .comment-form input[type="text"], 
.comments-area_1 input[type="email"], .comment-form input[type="url"] ,
.comments-area_1 input[type="author"], .comment-form input[type="author"] ,
.comments-area_1 input[type="web"], .comment-form input[type="web"] ,
.comments-area_1 .comment-form_1 .comment-form-author input[type="text"], 
.comments-area_1 .comment-form_1 .comment-form-email input[type="text"],
.comments-area_1 .comment-form_1 .comment-form-web input[type="text"] {
    text-transform: inherit;
    padding: 11px 15px;
    border: 1px solid rgba(0 0 0 / 0.10);
    background-color: var(--base-grey);
    color: var(--base-bodyfont);
    border-radius: var(--base-border-radius-10);
    text-transform: capitalize;
}
.comments-area_1 input[type=checkbox] { margin: 0 6px 0 0; }
.comments-area_1 span.checkbox{ font-size: 15px; line-height: 25px; color: var(--base-dark); }
.comments-area_1 .comment-form_1 textarea::placeholder,
.comments-area_1 .comment-form_1 input::placeholder{ color: var(--base-bodyfont); }
.comments-area_1 .comment-form_1 .comment-form-author, 
.comments-area_1 .comment-form_1 .comment-form-email,
.comments-area_1 .comment-form_1 .comment-form-web {
    position: relative;
    float: left;
    width: 32%;
    margin-top: 10px;
    margin-right: 2%;
}
.comments-area_1 .comment-form_1 .comment-form-web { margin-right: 0; }
.comments-area_1 textarea:focus, 
.comments-area_1 input[type="text"]:focus, 
.comments-area_1 input[type="email"]:focus, 
.comments-area_1 input[type="author"]:focus,
.comments-area_1 input[type="web"]:focus,
.comments-area_1 input[type="url"]:focus { border: 1px solid var(--base-skin); }
.comments-area_1 .prt-btn-color-skincolor:not(.btn-inline):before {
    background-color: var(--base-dark);
}

/* checkbox  */
.comments-area_1 input[type=checkbox]{ visibility: hidden;  position: absolute; }
.comments-area_1 input[type=checkbox] + label{
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.50);
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: -2px;
}
.comments-area_1 input[type=checkbox] + label:before{
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 8px;
}
.comments-area_1 .widget-form p.cookies,
.comments-area_1 .widget-form p.cookies a {
    color: rgba(255 255 255 / 0.50);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.comments-area_1 input[type=checkbox]:checked + label:before{
    content: "";
    border: solid;
    border-color: var(--base-seconddark);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 7px;
    background-color: transparent!important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}
.comments-area_1 .widget-form p.cookies a.underline:before{ height: 1px; background-color: rgba(255 255 255 / 0.60);}

/*.comments-area_2*/
.comments-area_2 textarea, .comment-form input[type="text"], 
.comments-area_2 input[type="email"], .comment-form input[type="url"] ,
.comments-area_2 input[type="author"], .comment-form input[type="author"] ,
.comments-area_2 .comment-form_2 .comment-form-author input[type="text"], 
.comments-area_2 .comment-form_2 .comment-form-email input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-number input[type="text"],
.comments-area_2 .comment-form_2 .comment-form-zipcode input[type="text"]{
    text-transform: inherit;
    padding: 11px 25px;
/*    border: 1;*/
    background-color: rgba(255, 255, 255, 0.12);
   
    border-radius: var(--base-border-radius-10);
    font-size: 14px;
    line-height: 24px;
}
.comments-area_2 .comment-form_2 textarea::placeholder,
.comments-area_2 .comment-form_2 input::placeholder{ color: rgba(255, 255, 255, 0.28); }
.comments-area_2 .comment-form_2 .comment-form-author, 
.comments-area_2 .comment-form_2 .comment-form-email,
.comments-area_2 .comment-form_2 .comment-form-number {
    position: relative;
    float: left;
    width: 31.70%; 
    margin-right: 20px;
}
.comments-area_2 .comment-form_2 .comment-form-number{ margin-right: 0; }
.comments-area_2 .comment-form_2 p{ margin-bottom: 20px; }

/*.comments-area_3*/
.prt-team-box-comment_3{ background-color: var(--base-grey); padding: 32px 40px 40px; }
.comments-area_3 textarea, .comment-form input[type="text"], 
.comments-area_3 input[type="email"], .comment-form input[type="url"] ,
.comments-area_3 input[type="author"], .comment-form input[type="author"] ,
.comments-area_3 input[type="web"], .comment-form input[type="web"] ,
.comments-area_3 .comment-form_3 .comment-form-author input[type="text"], 
.comments-area_3 .comment-form_3 .comment-form-email input[type="text"],
.comments-area_3 .comment-form_3 .comment-form-web input[type="text"]{
    text-transform: inherit;
    /*padding: 8px 0;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / 14%);*/
    background-color: transparent;
   
    font-size: 15px;
    line-height: 25px;
}
.comments-area_3 .comment-form_3 textarea::placeholder,
.comments-area_3 .comment-form_3 input::placeholder{ color: rgba(255, 255, 255, 0.60); }
.comments-area_3 .comment-form_3 p{ margin-bottom: 25px; }

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
}
.contact-logo-block{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-logo-block h3{
    font-size: 16px;
    line-height: 26px;
    padding: 8px 0 8px 25px;
    margin: 0 0 0 25px;
    border-left: 1px solid rgba(31 99 6 / 0.10);
}
.prt-contact-block1 h3{
    font-size: 20px;
    line-height: 30px;
}
.prt-contact-block1 p.prt-time{
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 6px;
}
.prt_contact_widget_wrapper .rating-star{  margin-right: 15px; }
.prt_contact_widget_wrapper .rating-star li{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #ffa800;  
}
.prt_contact_widget_wrapper span.headingfont-color{
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}
.prt_contact_widget_wrapper h2.prt-logo{
    font-size: 56px;
    line-height: 66px;
    font-family: var(--base-headingfontone);
    color: var(--base-dark);
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
}


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
    text-align: center;
    background-image: url(../images/404-page-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    
}
section.error-404 .page-content h2 { 
    font-size: 120px;
    line-height: 80%;
    margin-bottom: 40px;
    color: var(--base-skin);
}
section.error-404 .page-content h3{
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}
section.error-404 .page-content p { font-size: 18px; margin-bottom: 30px; }


/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
.google_map, .map_container{ height: 100%; }
#map { display: block; height: 100%; width: 100%; }
#map iframe {
    width: 100%;
    max-height: 100%;
    margin-top: 0;
    filter: brightness( 90% ) contrast( 150% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

body .page.sticky-column {
      overflow: unset;
}
.main-box{ position: relative; min-height: 780px; }
.main-box-01{ position: relative; min-height: 752px;}



/* pagination */
.pagination-block {
    display: block;
    margin-top: 35px;
    margin-bottom: 60px;
    text-align: center;
}

.pagination-block .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: var(--base-grey);
    font-size: 15px;
    font-weight: 600;
    margin: 0 2px 10px;
    padding: 0;
    -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;
    color: var(--base-gray);
}

.pagination-block .page-numbers i {
    font-size: 15px;
}
.pagination-block .page-numbers.current{
    background-color: var(--base-skin);
    color: var(--base-white);
}

.pagination-block .prt-prev{ text-align: left; }
.pagination-block .prt-next{ text-align: right; float: right; }
.pagination-block .prt-prev,
.pagination-block .prt-next {
    display: flex;
    align-items: center;
}
.pagination-block .pagination-img img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.pagination-block .pagination-content span a{
    font-size: 12px;
    background-color: #e9f2ff;
    padding: 8px 15px 8px;
    border-radius: var(--base-border-radius-15);
    display: inline;
}
.pagination-block .pagination-content span a:hover{ background-color: var(--base-dark); color: var(--base-white); }
.pagination-block .pagination-content h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 8px;
}

/*style1*/
.pagination-wrap { padding: 0; margin: 30px 0 0 0; text-align: center; }
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: var(--base-white);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 400;
    border-radius: var(--base-border-radius50);
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 0.07);
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 11px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--base-dark);
    color: var(--base-white);
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background: var(--base-dark);
    color: var(--base-white);
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
    text-align: center;
    background-image: url(../images/404-page-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    
}
section.error-404 .page-content h2 { 
    font-size: 120px;
    line-height: 80%;
    margin-bottom: 40px;
    color: var(--base-skin);
}
section.error-404 .page-content h3{
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}
section.error-404 .page-content p { font-size: 18px; margin-bottom: 30px; }
