

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&amp;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&amp;display=swap');



/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

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

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

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

  9. Footer
     - FirstFooter
     - SecondFooter
 
  10. GoTop BUtton
  
  11. Page-Title-Row

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

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

/** Variables **/

html {scroll-behavior: smooth;}

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: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: #339dff; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #339dff; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: var(--base-skin);
    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: 11px 15px 11px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}
.rs-layer input[type="email"]{
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}
button:focus{
    box-shadow: none;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid var(--base-skin) ;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}
.form-control:focus{
    border-color: var(--base-skin);
    box-shadow: none;
}
.form-control{
    color: var(--base-bodyfont-color);
}

.prt-quote-form {
    position: relative;
}

/* 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:"Roboto", sans-serif;
     --base-second-bodyfont: "Poppins", sans-serif;
    --base-second-headingfont:"Herr Von Muellerhoff", cursive;;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #7a7a7a;
    --base-skin:#538167;
    --base-secondary-skin: #141414;
    --base-dark: #2e2e2e;
    --base-secondary-dark: #282828;
    --base-grey: #F4F5F7;
    --base-white: #ffffff;    
    --base-headingfont:"Oswald", sans-serif;
    --base-headingfont-color: #2e352b;
    --base-border-radius-5: 5px;
    --base-border-radius-8: 8px;
    --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: rgba(255, 255, 255, 0.08);
    --base-border-color-white: #ffffff;
    --base-shadow: 0 0 16px 7px rgba(83 20 173 / 0.07);
    
}

/** Typo Colors **/
.border-color: { color: #3b3b3b;}
.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);}
.base-secondary-dark { background-color: var(--base-secondary-dark); }
.bg-base-body-color-dark { background-color: var(--base-body-color-dark);}
  
/** 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-secondary-skin > .prt-bg-layer{background-color: var(--base-secondary-skin);}

.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,
.bg-base-secondary-skin h2 , .bg-base-secondary-skin p{
    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, .bg-base-skin {
    color: rgba(255, 255, 255, 0.85);
}
.bg-base-dark p { color: var(--base-bodyfont-color); }
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}
.bg-base-gradient h2 {
    color: var(--base-white);
}
.bg-base-gradient p {
    color: rgba(255 , 255 , 255 , 80%);
}

body { font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 26px;
    color: var(--base-bodyfont-color);
    letter-spacing: 0.1px;
}
h1, h2, h3, h4, h5, h6 { 
    font-family: var(--base-headingfont); margin-bottom: 15px; font-weight: 400;
}
h1 { font-size: 110px; line-height: 72px; }
h2 { font-size: 64px; line-height: 74px; }
h3 { font-size: 52px; line-height: 62px; }
h4 { font-size: 22px; line-height: 40px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 18px; line-height: 20px; }


.container {
    max-width: 1200px;
    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;
   
}
a {
    color: #2e352b;
}
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; }
.fs-16 { font-size: 16px !important; line-height: 24px; }
.fs-17 { font-size: 17px !important; line-height: 28px; }
.fs-18 { font-size: 18px !important; line-height: 26px; }
.fs-20 { font-size: 20px !important; line-height: 26px; }
.fs-22 { font-size: 22px !important; line-height: 35px; }
.fs-26 { font-size: 26px !important; line-height: 36px; }
.fs-29 { font-size: 29px !important; line-height: 39px; font-family: var(--base-headingfont); }
.fs-32 { font-size: 32px; line-height: 42px; }
.fs-42 { font-size: 42px; line-height: 52px; }
.fs-50 { font-size: 50px; line-height: 60px; }

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

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

.box-shadow { box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); }


.border-rad_0 { border-radius: 0px !important; }
.border-rad_5 { border-radius: 5px;}
.border-rad_10 { border-radius: 10px;}
.border-rad_12 { border-radius: 12px;}
.border-rad_20 { border-radius: 20px;}
.border-rad_15 { border-radius: 15px !important;}
.border-rad_25 { border-radius: 25px;}
.border-rad_30 { border-radius: 30px;}
.border-rad_50 { border-radius: 50px;}

.border-tl-rad_25{border-top-left-radius: 25px;}
.border-tr-rad_25{border-top-right-radius: 25px;}
.border-br-rad_25{border-bottom-right-radius: 25px;}
.border-bl-rad_25{border-bottom-left-radius: 25px;}
.border-tr-rad_150{border-top-right-radius: 150px;}
.border-tl-rad_250{border-top-left-radius: 250px;}
.border-tr-rad_250{border-top-right-radius: 250px;}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.box-shadow2 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}

.letter-spacing-1 { letter-spacing: 1px; }
.opacity-9 { opacity: .9; }

.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-white);
    bottom: 0px;
    left: 0;
}
.prt-btn-color-whitecolor.underline:before{ background-color: var(--base-white); }
.prt-btn-color-whitecolor:hover.underline:before{ background-color: var(--base-white); }
.prt-btn-color-darkcolor.underline:before{ background-color: var(--base-dark); }

.border_1 { border: 1px solid rgb(255, 255, 255, 40%); }
.border-rounded { border-radius: 50%; }
.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}

/* ===============================================
    Spacing
------------------------*/
/** Padding **/

.spacing-1 { padding: 110px 15px 0px 240px; }
.spacing-2 { padding:85px 50px 98px; }
.spacing-3{ padding:135px 0 135px; }
.spacing-4{ margin:40px 0px 40px 30px; }
.spacing-5 { padding: 60px 55px 15px; }
.spacing-6{ padding: 25px 0px 15px 40px; }
.spacing-7 { padding: 35px 15px 19px 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 ; }
.p-60 { padding: 60px ! important ; }
.p-80 { padding: 80px ! important ; }
.p-100{ padding: 100px ! important ; }

.pr-0{ padding-right: 0 !important ; }
.pr-5{ padding-right: 5px ! important ;}
.pr-7{ padding-right: 7px ! 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-55{ padding-right: 55px ! important ; }
.pr-60{ padding-right: 60px ! important ; }
.pr-65{ padding-right: 65px ! important ; }
.pr-70{ padding-right: 70px ! important ; }
.pr-75{ padding-right: 75px ! important ; }
.pr-80{ padding-right: 80px ! important ; }
.pr-85{ padding-right: 85px ! important ; }
.pr-90{ padding-right: 90px ! important ; }
.pr-95{ padding-right: 95px ! important ; }
.pr-100{ padding-right: 100px ! important ; }
.pr-120{ padding-right: 120px ! important ; }
.pr-135{ padding-right: 135px ! important ; }
.pr-140{ padding-right: 140px ! important ; }
.pr-155{ padding-right: 155px ! important ; }
.pr-170{ padding-right: 170px ! important ; }
.pr-160{ padding-right: 160px ! important ; }
.pr-200{ padding-right: 200px ! important ; }
.pr-210{ padding-right: 210px ! important ; }
.pr-220{ padding-right: 220px ! important ; }
.pr-215{ padding-right: 215px ! important ; }
.pr-250{ padding-right: 250px ! important ; }
.pr-260{ padding-right: 260px ! 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-45{ padding-left: 45px ! important ; }
.pl-50{ padding-left: 50px ! important ; }
.pl-55{ padding-left: 55px ! important ; }
.pl-60{ padding-left: 60px ! important ; }
.pl-65{ padding-left: 65px ! important ; }
.pl-70{ padding-left: 70px ! important ; }
.pl-75{ padding-left: 75px ! important ; }
.pl-80{ padding-left: 80px ! important ; }
.pl-85{ padding-left: 85px ! important ; }
.pl-90{ padding-left: 90px ! important ; }
.pl-95{ padding-left: 95px ! important ; }
.pl-100{ padding-left: 100px ! important ; }
.pl-110{ padding-left: 110px ! important ; }
.pl-115{ padding-left: 115px ! important ; }
.pl-120{ padding-left: 120px ! important ; }
.pl-135{ padding-left: 135px ! important ; }
.pl-140{ padding-left: 140px ! important ; }
.pl-150{ padding-left: 150px ! important ; }
.pl-155{ padding-left: 155px ! important ; }
.pl-160{ padding-left: 160px ! important ; }
.pl-175{ padding-left: 175px ! important ; }
.pl-220{ padding-left: 220px ! important ; }
.pl-245{ padding-left: 245px ! 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-90{ padding-top: 90px ! important ; }
.pt-95{ padding-top: 95px ! important ; }
.pt-100{ padding-top: 100px ! important ;}
.pt-110{ padding-top: 110px ! important ;}
.pt-120{ padding-top: 120px ! important ;}
.pt-130{ padding-top: 130px ! important ;}
.pt-135{ padding-top: 135px ! important ;}
.pt-140{ padding-top: 140px ! important ;}
.pt-150{ padding-top: 150px ! important ;}
.pt-160{ padding-top: 160px ! important ;}
.pt-170{ padding-top: 170px ! important ;}
.pt-180{ padding-top: 180px ! important ;}
.pt-190{ padding-top: 190px ! important ;}
.pt-200{ padding-top: 200px ! important ;}
.pt-245{ padding-top: 245px ! important ;}
.pt-350{ padding-top: 350px ! 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-55{ padding-bottom: 55px ! important ; }
.pb-60{ padding-bottom: 60px ! important ; }
.pb-65{ padding-bottom: 65px ! important ; }
.pb-70{ padding-bottom: 70px ! important ; }
.pb-75{ padding-bottom: 75px ! important ; }
.pb-80{ padding-bottom: 80px ! important ; }
.pb-85{ padding-bottom: 85px ! important ; }
.pb-90{ padding-bottom: 90px ! important ; }
.pb-95{ padding-bottom: 95px ! important ; }
.pb-100{ padding-bottom: 100px ! important ; }
.pb-120{ padding-bottom: 120px ! important ; }
.pb-130{ padding-bottom: 130px ! important ; }
.pb-140{ padding-bottom: 140px ! important ; }
.pb-150{ padding-bottom: 150px ! important ; }
.pb-160{ padding-bottom: 160px ! important ; }
.pb-170{ padding-bottom: 170px ! important ; }
.pb-180{ padding-bottom: 180px ! important ; }
.pb-190{ padding-bottom: 190px ! important ; }
.pb-200{ padding-bottom: 200px ! important ; }
.pb-280{ padding-bottom: 280px ! 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-60{ margin-top: 60px ! important ; }
.mt-65{ margin-top: 65px ! important ; }
.mt-70{ margin-top: 70px ! important ; }
.mt-80{ margin-top: 80px ! important ; }
.mt-85{ margin-top: 85px ! important ; }
.mt-90{ margin-top: 90px ! important ; }
.mt-100{ margin-top: 100px ! important ; }
.mt-120{ margin-top: 120px ! important ; }
.mt-130{ margin-top: 130px ! important ; }
.mt-140{ margin-top: 140px ! important ; }
.mt-150{ margin-top: 150px ! important ; }
.mt-160{ margin-top: 160px ! important ; }
.mt-200{ margin-top: 200px ! important ; }
.mt-260{ margin-top: 260px ! important ; }
.mt-470{ margin-top:470px ! important ; }

.mt_1 { margin-top: -1px; }
.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_55{ margin-top: -55px ! important ; }
.mt_60{ margin-top: -60px ! important ; }
.mt_65{ margin-top: -65px !important ; }
.mt_70{ margin-top: -70px ! important ; }
.mt_75{ margin-top: -75px ! important ; }
.mt_80{ margin-top: -80px ! important ; }
.mt_90{ margin-top: -90px ! important ; }
.mt_100{ margin-top: -100px ! important ; }
.mt_105{ margin-top: -105px ! important ; }
.mt_110{ margin-top: -110px ! important ; }
.mt_120{ margin-top: -120px ! important ; }
.mt_130{ margin-top: -130px ! important ; }
.mt_140{ margin-top: -140px ! important ; }
.mt_150{ margin-top: -150px ! important ; }
.mt_160{ margin-top: -160px ! important ; }
.mt_170{ margin-top: -170px ! important ; }
.mt_180{ margin-top: -180px ! important ; }
.mt_190{ margin-top: -190px ! important ; }
.mt_200{ margin-top: -200px ! important ; }
.mt_210{ margin-top: -210px ! important ; }
.mt_220{ margin-top: -220px ! important ; }
.mt_230{ margin-top: -230px ! important ; }
.mt_240{ margin-top: -240px ! important ; }
.mt_250{ margin-top: -250px ! important ; }
.mt_260{ margin-top: -260px ! important ; }
.mt_270{ margin-top: -270px ! important ; }
.mt_280{ margin-top: -280px ! important ; }
.mt_300{ margin-top: -300px ! important ; }
.mt_310{ margin-top: -310px ! important ; }
.mt_320{ margin-top: -320px ! important ; }
.mt_330{ margin-top: -330px ! important ; }
.mt_332{ margin-top: -332px ! important ; }
.mt_340{ margin-top: -340px ! important ; }
.mt_360{ margin-top: -360px ! important ; }
.mt_380{ margin-top: -380px ! important ; }
.mt_405{ margin-top: -405px ! important ; }
.mt_415{ margin-top: -415px ! important ; }
.mt_440{ margin-top: -440px ! important ; }
.mt_500{ margin-top: -500px ! important ; }
.mt_550{ margin-top: -550px ! important ; }
.mt_580{ margin-top: -580px ! important ; }
.mt_600{ margin-top: -600px ! important ; }
.mt_565{ margin-top: -565px ! 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-55{ margin-bottom: 55px ! important ; }
.mb-60{ margin-bottom: 60px ! important ; }
.mb-65{ margin-bottom: 65px ! important ; }
.mb-70{ margin-bottom: 70px ! important ; }
.mb-80{ margin-bottom: 80px ! important ; }
.mb-85{ margin-bottom: 85px ! important ; }
.mb-90{ margin-bottom: 90px ! important ; }
.mb-100{ margin-bottom: 100px ! important ; }
.mb-110{ margin-bottom: 110px ! important ; }
.mb-120{ margin-bottom: 120px ! important ; }
.mb-130{ margin-bottom: 130px ! important ; }
.mb-140{ margin-bottom: 140px ! important ; }
.mb-150{ margin-bottom: 150px ! important ; }
.mb-160{ margin-bottom: 160px ! important ; }
.mb-170{ margin-bottom: 170px ! important ; }
.mb-180{ margin-bottom: 180px ! important ; }
.mb-190{ margin-bottom: 190px ! important ; }
.mb-200{ margin-bottom: 200px ! important ; }

.mb_5{ margin-bottom: -5px ! important ; }
.mb_10{ margin-bottom: -10px ! important ; }
.mb_12{ margin-bottom: -12px ! important ; }
.mb_15{ margin-bottom: -15px ! important ; }
.mb_20{ margin-bottom: -20px ! important ; }
.mb_25{ margin-bottom: -25px ! important ; }
.mb_30{ margin-bottom: -30px ! important ; }
.mb_35{ margin-bottom: -35px ! important ; }
.mb_40{ margin-bottom: -40px ! important ; }
.mb_45{ margin-bottom: -45px ! important ; }
.mb_50{ margin-bottom: -50px ! important ; }
.mb_55{ margin-bottom: -55px ! important ; }
.mb_60{ margin-bottom: -60px ! important ; }
.mb_70{ margin-bottom: -70px ! important ; }
.mb_80{ margin-bottom: -80px ! important ; }
.mb_90{ margin-bottom: -90px ! important ; }
.mb_100{ margin-bottom: -100px ! important ; }
.mb_120{ margin-bottom: -120px ! important ; }
.mb_140{ margin-bottom: -140px ! important ; }

.ml-0{ margin-left: 0px !important ; }
.ml-7{ margin-left: 7px !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-70{ margin-left: 70px ! important ; }
.ml-80{ margin-left: 80px ! important ; }
.ml-90{ margin-left: 90px ! important ; }
.ml-100{ margin-left: 100px ! important ; }
.ml-110{ margin-left: 110px ! important ; }
.ml-120{ margin-left: 120px ! important ; }
.ml-120{ margin-left: 120px ! important ; }
.ml-130{ margin-left: 130px ! important ; }
.ml-140{ margin-left: 140px ! important ; }
.ml-150{ margin-left: 150px ! important ; }
.ml-160{ margin-left: 160px ! important ; }
.ml-165{ margin-left: 165px ! important ; }
.ml-170{ margin-left: 170px ! important ; }
.ml-180{ margin-left: 180px ! important ; }
.ml-190{ margin-left: 190px ! important ; }
.ml-200{ margin-left: 200px ! important ; }

.ml_1{ margin-left: -1px ! important ; }
.ml_10{ margin-left: -10px ! important ; }
.ml_15{ margin-left: -15px ! important ; }
.ml_19{ margin-left: -19px ! 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_60{ margin-left: -60px ! important ; }
.ml_70{ margin-left: -70px ! important ; }
.ml_80{ margin-left: -80px ! important ; }
.ml_90{ margin-left: -90px ! important ; }
.ml_100{ margin-left: -100px ! important ; }
.ml_110{ margin-left: -110px ! important ; }
.ml_120{ margin-left: -120px ! important ; }
.ml_125{ margin-left: -125px ! important ; }
.ml_130{ margin-left: -130px ! important ; }
.ml_140{ margin-left: -140px ! important ; }
.ml_150{ margin-left: -150px ! important ; }
.ml_160{ margin-left: -160px ! important ; }
.ml_180{ margin-left: -180px ! important ; }
.ml_200{ margin-left: -200px ! important ; }
.ml_210{ margin-left: -210px ! important ; }
.ml_220{ margin-left: -220px ! important ; }
.ml_240{ margin-left: -240px ! important ; }
.ml_260{ margin-left: -260px ! important ; }
.ml_280{ margin-left: -280px ! important ; }
.ml_300{ margin-left: -300px ! important ; }
.ml_465{ margin-left: -465px ! important ; }

.mr-0{ margin-right: 0px !important ; }
.mr-10{ margin-right: 10px ! important ; }
.mr-15{ margin-right: 15px ! important ; }
.mr-20{ margin-right: 20px ! important ; }
.mr-25{ margin-right: 25px ! important ; }
.mr-30{ margin-right: 30px ! important ; }
.mr-35{ margin-right: 35px ! important ; }
.mr-40{ margin-right: 40px ! important ; }
.mr-45{ margin-right: 45px ! important ; }
.mr-50{ margin-right: 50px ! important ; }
.mr-55{ margin-right: 55px ! important ; }
.mr-60{ margin-right: 60px ! important ; }
.mr-70{ margin-right: 70px ! important ; }
.mr-80{ margin-right: 80px ! important ; }
.mr-90{ margin-right: 90px ! important ; }
.mr-100{ margin-right: 100px ! important ; }
.mr-110{ margin-right: 110px ! important ; }
.mr-120{ margin-right: 120px ! important ; }
.mr-130{ margin-right: 130px ! important ; }
.mr-140{ margin-right: 140px ! important ; }
.mr-150{ margin-right: 150px ! important ; }
.mr-160{ margin-right: 160px ! important ; }
.mr-170{ margin-right: 170px ! important ; }
.mr-180{ margin-right: 180px ! important ; }
.mr-190{ margin-right: 190px ! important ; }
.mr-200{ margin-right: 200px ! 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_60{ margin-right: -60px ! important ; }
.mr_70{ margin-right: -70px ! important ; }
.mr_80{ margin-right: -80px ! important ; }
.mr_90{ margin-right: -90px ! important ; }
.mr_100{ margin-right: -100px ! important ; }
.mr_125{ margin-right: -125px ! important ; }
.mr_130{ margin-right: -130px ! important ; }
.mr_140{ margin-right: -140px ! important ; }
.mr_150{ margin-right: -150px ! important ; }
.mr_160{ margin-right: -160px ! important ; }
.mr_175{ margin-right: -175px ! important ; }
.mr_180{ margin-right: -180px ! important ; }
.mr_200{ margin-right: -200px ! important ; }
.mr_210{ margin-right: -210px ! important ; }
.mr_220{ margin-right: -220px ! important ; }
.mr_240{ margin-right: -240px ! important ; }
.mr_260{ margin-right: -260px ! important ; }
.mr_280{ margin-right: -280px ! important ; }
.mr_300{ margin-right: -300px ! important ; }

.left_40 { left: -40px; }

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


/*  ===============================================
    SocialIcon
------------------------*/
.social-icons ul{ margin: 0; padding: 0; }
.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}
.social-icons.circle li>a,
.social-icons.square li>a {
    border: 1px solid #e8ecef;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
    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{border-radius: 0;}
.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: #fff;
}

/*  ===============================================
    TooltipTop
------------------------*/
.tooltip-top,
.tooltip-bottom{ 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-skin);
/*    border-top-color: rgba(24,35,51,1);*/
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 78%;
    left: 50%;
}
.widget-author .team-media-block ul li a.tooltip-top:after, .widget-author .team-media-block ul li a.tooltip-top:before, .widget-author .team-media-block ul li a.tooltip:after, .widget-author .team-media-block ul li a.tooltip:before{bottom: 90%;}
.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(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -80px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    background-color: var(--base-skin);
}
.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;
}
.tooltip-bottom:after{
    bottom: -68px;
    left: 0;
    margin-left: -70px;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent!important;
}
.tooltip-bottom:before{
    bottom: -24px;
}
.prt-blogbox-footer-wrap .team-media-block ul{
    float: right;
}
.team-media-block ul li a:hover{
    background-color: var(--base-skin);
    color: var(--base-white);

}

/*  ===============================================
    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: 5px;
    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: 'FontAwesome';
    font-size: 10px;
    line-height: 1;
    color: #000;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\f0d9";
}
.slick_slider .slick-next:before {
    content: "\f0da";
}
.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-prev, .slick_slider.slick-arrow-style1 .slick-next { 
    background-color: var(--base-white);
    z-index: 1;
    color: var(--base-dark);
    box-shadow: none;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
.slick_slider.slick-arrow-style1 .slick-prev:focus, .slick_slider.slick-arrow-style1 .slick-next:focus {
    outline: none;
}
.slick_slider.slick-arrow-style1 .slick-prev:hover, .slick_slider.slick-arrow-style1 .slick-next:hover{
    color: var(--base-skin); 
}
.slick_slider.slick-arrow-style1 .slick-prev {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.slick_slider.slick-arrow-style1 .slick-next {
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}
.slick_slider.slick-arrow-style1 .slick-prev:before, .slick_slider.slick-arrow-style1 .slick-next:before {
    font-family: 'themify';
    font-size: 34px;
    line-height: 48px;
    font-weight: 400;
    opacity: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider.slick-arrow-style1 .slick-prev:before {
    content: "\e629";
    font-size: 18px;
    position: relative;
    top: -2px;
    left: -1px;
}
.slick_slider.slick-arrow-style1 .slick-next:before {
    content: "\e628";
    font-size: 18px;
    position: relative;
    top: -2px;
    left: 1px;
}
.slick_slider.slick-arrow-style1 .slick-prev:hover, .slick_slider.slick-arrow-style1 .slick-next:hover {
    background-color: var(--base-skin);
}
.slick_slider.slick-arrow-style1 .slick-prev:hover:before ,
.slick_slider.slick-arrow-style1 .slick-next:hover:before {
    color: var(--base-white);
}

/* 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: #fff; }



/*  ===============================================
    Header
------------------------*/

 .prt-header-style-stackcenter #site-header-menu #site-navigation .menu ul.dropdown>li>a {
    font-family: 'Oswald';
    font-weight: 400;
}

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

.site-branding {
    float: left;
    height: 115px;
}

.site-navigation {
    position: relative
}

.prt-header-style-infostack #site-header-menu .container {
    padding: 0
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,.08)
}

#site-header-menu #site-navigation .menu ul {
    padding: 0;
    margin: 0
}

.prt-menu-toggle {
    float: right
}

.prt-menu-toggle input[type=checkbox] {
    display: none
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative
}

#site-header-menu #site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
    list-style: none;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0
}
.widget-right{
    float: right;

}

#site-header-menu #site-navigation .menu ul li>a {
    font-family: oswald,Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .5px;
    position: relative
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
    border-bottom: 1px solid transparent
}

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-family: oswald,Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    height: auto;
    line-height: 18px
}

#site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 4px;
    opacity: .8
}

#site-header-menu #site-navigation .menu ul li a span {
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px
}

.prt-header-icons .prt-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 21px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.prt-header-icon {
    position: relative
}

.widget-left .header-content .header-main-content h3{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    font-family: oswald;

}
.widget-left .header-content .header-main-content h5{
    font-size: 14px;
    line-height: 24px;
    margin-top: -3px;
    color: #000;
     font-family: oswald;
   font-weight: 500;
}
.prt-header-wrap .info-widget .header-content .header-main-content h5 a{
   color: rgb(255 255 255 / 60%);
}

.info-widget-content h3{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    font-family: oswald;
}
.info-widget-content h5{
    font-size: 14px;
    line-height: 24px;
    margin-top: -3px;
    color: #fff;
     font-family: oswald;
    font-weight: 500;
}
.info-widget-content h5 a{
    color: rgb(255 255 255 / 60%);
}
.info-widget-content h5 a:hover{
    color: var(--base-white);
}
span.label-new {
    background-color: var(--base-skin);
    color: var(--base-white);
    padding: 2px 5px;
}

.site-branding .img-center{
    max-height: 80px;
    width: auto;
    line-height: 90px;
}
.site-branding{
    height: 110px;
    line-height: 105px;
}



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

.footer .text-base-white:hover,
.footer .text-base-white a:hover { color: var(--base-skin); }
.footer .widget .widget-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    color: var(--base-white);
}

/*first-footer*/ 

.first-footer { padding: 100px 0 60px; }
.first-footer .footer-title h2 {
    font-size: 65px;
    line-height: 80px;
    font-weight: 400;
}
.first-footer .footer-title {
    padding-bottom: 40px;
}  
.first-footer .footer-email a { 
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 5px;
}
.first-footer .footer-email a:hover:before { 
    background-color: var(--base-skin); 
    transition: all 0.3s ease 0s;
}
.first-footer .footer-email a:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: .5px;
    left: 0;
    bottom: 2px;
    background-color: var(--base-bodyfont-color);
}
.first-footer .contact-title {
    font-size: 15px;
    line-height: 25px;
}
.first-footer .footer-contact .contact-number {
    font-weight: 600;   
    font-size: 20px;
    line-height: 30px;
    color: var(--base-white);
}
.first-footer .social-icon { padding-top: 20px; }
.first-footer .social-icon li {
    list-style-type: none;
    padding-right: 20px;
    display: inline-block;
}
.first-footer .widget-area-first {
    border-left: 1px solid #656565;
    padding-left: 50px !important;
}
.first-footer .widget-area-first ul li { list-style-type: none; }
.widget.widget_text.footer-widget-box ul li{
    list-style: none;
     color: rgb(255 255 255 / 60%);
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     font-family: var( --base-bodyfont);
       
}

/* second-footer */
.second-footer { padding: 45px 0 45px; }
.second-footer .footer-title h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}
.second-footer .widget.widget_text.footer-widget-box ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 30px;

}
.second-footer .widget.widget_text.footer-widget-box ul li{
    color: var(--base-white);
}

/* menu-footer-link */
ul.menu-footer-link {
    padding-left: 0;
    display: inline-block;
}
ul.menu-footer-link li { padding-bottom: 10px; }

.widget.widget_text.footer-widget-box ul li a{
    color: rgb(255, 255, 255, 60%);
}
.widget.widget_text.footer-widget-box ul li a:hover{
    color:var(--base-skin);
}
.widget.widget_text.footer-widget-box.prt-box-seperator ul li a{
    color: var(--base-white);
}
.widget.link-widget.first { padding-right: 50px; }
.widget.link-widget { display: inline-block; }
ul.menu-footer-link li a:hover {
    background-position: 0;
}

/* newsletter-form */
.newsletter-form {
    position: relative;
    margin-top: 20px;
}
.newsletter-form p{margin-bottom: 0}
.newsletter-form input[type="submit"] {
    position: absolute;
    content: "\e628";
    top: 0px;
    right: 0px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    height: 47px;
    width: 55px;
    padding: 0;
    line-height: 47px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 15px;
    top: 17px;
}
.second-footer .newsletter-form input[type="email"] {
    padding: 12px 15px;
    border: none;
    padding-right: 220px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: var(--base-white);
    border-radius: 5px;
}
.second-footer .newsletter-form input::placeholder{ color: var(--base-bodyfont-color); }
.second-footer .newsletter-form button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    padding: 0 40px 0;
    height: 50px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 0;
}
.second-footer .newsletter-form button[type="submit"]:hover{background-color: #232323; color: #fff;cursor: pointer;}
.second-footer { padding: 40px 0 15px; text-align: center; }
.second-footer h3.textwidget {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    font-family: var(--base-headingfont);
}


/** copyright **/
.bottom-footer-text {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: var(--base-white);
}
.bottom-footer-text .copyright span {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}
.copyright{ 
    color: rgb(255 255 255/60%); 
    font-size: 14px;
}
.copyright .footer-nav-menu a { color: var(--base-bodyfont-color);}
.copyright a:hover { color: var(--base-skin);}
.copyright .cpy-text {
    font-size: 14px;
    color: var(--base-bodyfont-color);
    text-align: center;
}
.cpy-text p a{
    color: var(--base-white);
}

/*bottom-footer*/

.footer-social-icons {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
    margin-right: -15px;
}
.footer-social-link-items {
    display: inline-block;
    margin-right: 15px;
    margin-left: 5px;
    font-family: var(--base-headingfont);
    text-transform: uppercase;
}
.footer-link {
    color: var(--base-white);
    font-size: 16px; 
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}
.bottom-footer .footer-nav-menu {
    text-align: right;
    padding-left: 0;
}
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    color: rgb(255 255 255/60%);
    padding-left: 8px;
}
ul.footer-nav-menu li:last-child:after{
    content: unset;
}
.bottom-footer-text .footer-nav-menu li {
    position: relative;
    font-size: 15px;
    display: inline-block;
    padding-right: 17px;
    line-height: 25px;
    padding-bottom: 15px;
    font-family: var(--base-bodyfont);
}
.bottom-footer-text .footer-nav-menu li a {
    color: rgb(255 255 255 / 60%);
    font-size: 13px;
}

.widget-footer .widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.widget-footer .widget-title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--base-headingfont);
 margin-bottom: 30px; 
}
.footer .widget-form{
    position: relative;
}
.footer .widget-form .btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color:rgba(255, 255, 255, 60%);
    padding: 0px;
    width: 30px;
}

.footer .widget-form .btn i {
    position: relative;
    display:inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .widget-form .btn i:hover {
     -webkit-animation: tfLeftToRight 0.5s forwards;
    -moz-animation: tfLeftToRight 0.5s forwards;
    animation: tfLeftToRight 0.5s forwards;
}

@-webkit-keyframes tfLeftToRight {
        49% {
            -webkit-transform: translateX(100%);
        }
        50% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }
        51% {
            opacity: 1;
        }
    }

    @keyframes tfLeftToRight {
        49% {
            transform: translateX(100%);
        }
        50% {
            opacity: 0;
            transform: translateX(-100%);
        }
        51% {
            opacity: 1;
        }
    }
    

.footer label{
    text-align: right;
    color:rgba(255, 255, 255, 60%); 
    margin-top: -5px;
}
.cookies {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}


.footer .widget-form .form-control::placeholder{
     color:rgba(255, 255, 255, 60%); 
}

/* social-wrapper */
.widget_social_wrapper ul li {
    border: unset;
    width: unset;
    height: unset;
    padding: 5px 22px;
    border-radius: 35px;
}
.widget_social_wrapper ul li:hover {
    background-color: var(--base-skin) !important;
    color: var(--base-white);
}
.widget_social_wrapper ul li.instagram:hover {
    background-image: unset;
    background-color: var(--base-skin);
}
.widget_social_wrapper ul li.facebook  { background-color: #295AB8; }
.widget_social_wrapper ul li.twitter  { background-color: #FF3A85; }
.widget_social_wrapper ul li.instagram  { background-image: linear-gradient(83deg, #F7C76C -5.21%, #F11E4F 48.76%, #5B3BDE 97.7%);}
.widget_social_wrapper ul li.linkedin  { background-color: #0072b1; }

.widget_social_wrapper.social-icons { margin-top: 0; float: right; }
.widget_social_wrapper.social-icons li a:hover {color: var(--base-white); }

/*menu-footer-link*/
.widget ul#menu-footer-service-link li a { 
    color: var(--base-bodyfont-color); 
}
.widget ul#menu-footer-service-link li a:hover ,
.second-footer .widget-address a.email-info:hover ,
.second-footer .widget-address .tel-number a:hover { color: var(--base-skin); }
.widget ul#menu-footer-service-link li {
    display: inline-block;
    padding: 0 0 11px 0;
    position: relative;
    width: calc(50% - 3px);
    float: none
}
.widget ul#menu-footer-service-link { padding-left: 0; }
.widget ul#menu-footer-service-link li:nth-last-child(-n+1) { padding-bottom: 15px }

.footer .widget-form .form-control{
    background-color: var(--base-dark);
    color: var(--base-white);
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255, 10%);
}

  .footer .widget-form input[type="email"]:focus{
    border: none;
    border-bottom: 1px solid #fff!important;
    background-color: var(--base-dark);
  }

.form-control::placeholder {
     color:var(--base-bodyfont); 
 }

.cpy-text p a{
    color: var(--base-white);
}
.copyright span a{
    color: var(--base-skin);
}

/* ===============================================
    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: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: var(--base-skin);
    background: linear-gradient(to right,var(--base-first-gradientcolor) 0%, 
                var(--base-second-gradientcolor) 100%,var(--base-first-gradientcolor) 100%);
}
@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 { 
    position: relative;
    background-image: url(../images/bg-image/titlebar-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div.prt-page-title-row > .prt-bg-layer { background-color: rgba(24,35,51,0.85); }
.prt-page-title-row { 
    display: block;
    padding-top: 240px;
    padding-bottom: 86px;
}
.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 400;
    color: var(--base-white);
   font-family:"NimbusRomNo9L",sans-serif;
}
.title-box .page-title-heading{ position: relative;margin-bottom: 5px; }
.breadcrumb-wrapper span a { color: var(--base-white); }
.breadcrumb-wrapper span {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-skin);
}

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

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.prt-service-single-content-area div:not(.featured-title) > h3 { 
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 500; 
}
.prt-service-single-content-area p:not(:last-child) { margin-bottom: 25px; }
.prt-service-single-content-area img { width: 100%; }

.prt-service-description h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 44px;
}
.prt-service-description .progress-bar-content h3.title{
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

/*------------------------------------------------------------------------------*/
/*  portfolio-details
/*------------------------------------------------------------------------------*/ 

.prt-pf-single-detail-box {
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    background-color: var(--base-skin);
}
.prt-pf-single-detail-box .prt-pf-left-details {
    font-weight: 700;
    margin-right: 0;
    font-size: 18px;
    line-height: 28px;
    display: block;
    color: var(--base-bodyfont-color);
}
.prt-pf-single-detail-box .prt-pf-right-details {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    display: block;
    color: var(--base-white);
}
.prt-pf-single-detail-box ul {
    list-style-type: none;
    padding-left: 0;
}
.prt-pf-single-detail-box .prt-pf-details-date {
    padding: 18px 0 0 0px;
}
.prt-portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}
.prt-btn.prt-btn-size-md.prt-icon-btn-right i {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    right: 30px;
    position: absolute;
    top: 36%;
}


/*------------------------------------------------------------------------------*/
/*  team-details
/*------------------------------------------------------------------------------*/ 


/** team-member-details **/
.tm-team-member-single-content-wrapper{border: 1px solid #e3e3e3;padding-top: 50px;}
.prt-team-member-single-title {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 10px;
}
.prt-team-member-single-list p{font-size: 15px;}
.prt-team-member-single-position {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.prt-team-details-list{margin: 0;padding: 0;}
.prt-team-details-list li{width: 50%;float: left;padding-bottom: 10px;}
.team-media-block ul li a{width: 35px;height: 35px;font-size: 15px;line-height: 35px; background-color: #fff; display: block;text-align: center;}
.member-info-box{padding: 30px;}
.timing-box{position: relative;}
.timing-box i{
    font-size: 25px;
    position: absolute;
    left: 0;
    font-weight: normal;
}
.timing-box h5{padding-left: 35px}
ul.timing-list,ul.info-list{padding: 0;margin: 0;}
ul.timing-list li{
    padding: 2px 0;
    font-size: 15px;
    line-height: 23px;
}
ul.timing-list li span{}
ul.timing-list li span.day{}
ul.timing-list li span.time{float: right;}

ul.info-list li{
  padding: 15px 0;
  font-size: 15px;
  line-height: 23px;
}
ul.info-list li:first-child{padding-top: 0;}
ul.info-list li:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}
ul.info-list li:last-child{padding-bottom: 0;}
ul.timing-list,ul.info-list{padding-top: 10px;}
ul.info-list li i{margin-right: 10px;font-size: 15px;}
.member-contact-form{padding: 40px;}

.prt-team-member-single-list h2{
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 10px;
    font-family:"NimbusRomNo9L",sans-serif;
    font-weight: 400;
    color: #252525;
}
.prt-team-member-single-list h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    font-family:"NimbusRomNo9L",sans-serif;
}
.prt-team-member-single-list p{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #585858;
    letter-spacing: 0px;
}

.history-section h3{
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #252525;
     font-family:"NimbusRomNo9L",sans-serif;

}
.history-section p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
    letter-spacing: 0px;
}

.team-media-block ul li a{
    color: var(--base-skin);
}
/*------------------------------------------------------------------------------*/
/*  Project_event
/*------------------------------------------------------------------------------*/ 
.event-details-box .event-section-title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 5px;
}
.event-blog-from {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 45px 50px 50px;
    margin-top: 70px;
}
.event-details-box .event-section-title { margin-bottom: 30px;}


/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.prt-blog-classic {
    margin-bottom: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
}

article.prt-blog-classic.prt-blog-single{box-shadow: none;}
article.prt-blog-classic.prt-blog-single .prt-blog-classic-content{padding: 0;margin-top: 20px}
article.prt-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.prt-blog-classic, .post-featured-wrapper{ 
  position: relative; 
}
article.prt-blog-classic img{width: 100%;transition: all 700ms ease;}
article.prt-blog-classic .prt-post-featured-wrapper{overflow: hidden;}
article.prt-blog-classic:hover .prt-post-featured img {
    transform: scale(1.03) rotate(0.50deg);
    transition: all 700ms ease;
}
.prt-blog-classic .prt-box-post-date .entry-month, .prt-blog-classic .prt-box-post-date .entry-date{
    display: block;
    font-size: 22px;
    line-height: 18px;
}
article.prt-blog-classic .prt-blog-classic-content {
    padding: 35px 35px 20px;
    background: #fff;
    z-index: 1;
    position: relative;
}
.prt-post-entry-header{margin-bottom: 5px}
.prt-blog-single blockquote {
    display: block;
    padding: 35px 45px;
    position: relative;
    font-weight: 400;
    margin: 35px 0 35px 0;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    font-family: 'Nimbus Roman No9 L';
}
.prt-blog-single blockquote:after {
    content: "\e67e";
    font-family: "themify";
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    position: absolute;
    left: 33px;
    top: 22px;
    opacity: 0.15;
    display: block;
}
.prt-blog-single blockquote p{font-size: 14px; margin: 10px 0 0; font-family: "Poppins"}
.prt-blog-classic .post-meta .prt-meta-line:first-child, .prt-blog-single-content .post-meta .prt-meta-line:first-child{padding-left: 0}
.prt-blog-classic .post-meta .prt-meta-line, .prt-blog-single-content .post-meta .prt-meta-line {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.prt-blog-classic .post-meta .prt-meta-line:not(:first-child):after,
.prt-blog-single-content .post-meta .prt-meta-line:not(:first-child):after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    top: 5px;
    left: 0px;
    display: block;
    background-color: var(--base-skin);
}
.prt-blog-classic .prt-postcategory .prt-meta-line a {
  position: absolute;
  top: 0;
  padding: 2px 15px;
  left: 35px;
  font-size: 13px;
  background-color: var(--base-skin);
  color: var(--base-white);
}
.prt-blog-classic .team-media-block ul li a{border-radius: 50%; border: 1px solid #e3e3e3;color: #222a3e}
.prt-blog-classic .post-meta .prt-meta-line i, .prt-blog-single-content .post-meta .prt-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}

.prt-blog-classic .entry-header .entry-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
    font-weight: 400;
     font-family:var(--base-headingfont);
     color: #252525;
}
.prt-blog-classic .prt-box-desc-text p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
    letter-spacing: 0px;
}

.prt-blog-classic .prt-blogbox-footer-wrap {
    margin-top: 25px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
    padding: 40px 0;
}
.prt-blogbox-footer-readmore a i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    transition: all .5s;
    background-color: var(--base-skin);
}
.prt-blogbox-footer-readmore:hover { background-color: var(--base-dark); }
.prt-blogbox-footer-readmore a { color: var(--base-white); }
.prt-blog-classic .prt-commentbox i{margin-right: 5px;}

.prt-blog-single .prt-blog-single-content blockquote {
    display: block;
    background: var(--base-white);
    -webkit-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    padding: 32px 60px 16px 40px;
    position: relative;
    font-weight: 500;
    margin: 35px 0 50px 0;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #6e6e6e;
    border-left: 4px solid;
}
.prt-blog-single .prt-blog-single-content blockquote:before{
    content: '\f10d';
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 70px;
    top: auto;
    bottom: -30px;
    right: 35px;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
}
.prt-tag-list span a {
    padding: 7px 15px;
    background-color: #f7f9fe;
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}
.prt-blogbox-desc-footer{margin-top: 25px;}

.prt-blog-classic .post-meta {
    padding: 0px 10px;
    border-left: 2px solid var(--base-skin);
    margin-bottom: 6px;
    color: var(--base-skin);
}

/* auther */

.prt-author-widget {padding: 30px 0 20px;}
.widget-author .team-media-block ul li a{
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}
.widget-author .team-media-block ul { padding-bottom: 4px; }
.widget-author .team-media-block ul li a:hover { background-color: var(--base-dark); }
.widget-author .team-media-block ul li:first-child { padding-top: 0; padding-bottom: 0; }
.prt-author-widget .author-widget_img{padding-bottom: 20px}
.prt-author-widget .author-widget_img img{max-width: 170px;max-height: 170px; margin:0 auto;}
.prt-author-widget .author-name p { 
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #585858;
    font-family: var(--base-second-bodyfont);
}

.prt-author-widget .author-name h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'NimbusRomNo9L';
    color: #252525;

}

/*author*/
.prt-author .author-avatar{float: left;margin-top: 10px;width: 100px;height: 100px; } 
.prt-author{padding: 40px 60px; }
.prt-author .author-info{margin-left:140px; }
.prt-author .author-info h3 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
}


.author-info h4{
 font-size: 24px;
 line-height: 27px;
  font-family:"NimbusRomNo9L",sans-serif;
  margin-bottom: 13px;
  font-weight: 400;
  color: #252525;
}

.author-info p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
}

.author-content-wrap p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
    letter-spacing: 0px;
    margin-top: 10px;
}

/* pagination */
.prt-pagination {
   display: block;
    text-align: center;
}
.prt-pagination .page-numbers {
    width: 43px;
    height: 43px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    margin: 0 3px;
    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;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, 0.18);
}
.prt-pagination .page-numbers.current {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-post-prev-next-buttons {
    margin-bottom: 20px;
    margin-top: 30px;
    border-top: 1px solid #f3f5f7;
    padding-top: 30px;
}
.prt-post-prev-next-buttons {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 23px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.prt-post-prev-buttons {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    border-top: 1px solid #f3f5f7;
    padding-top: 30px;
}
.prt-post-prev-next-buttons .prt-btn-icon-right-right { float: right; }
.prt-portfolio-prev-next-buttons {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    border-top: 1px solid #f3f5f7;
    padding-top: 30px;
}
.prt-btn.prt-btn-size-md.prt-icon-btn-right {
    padding-right: 55px;
}

/*blog-comment*/
.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 15px;
}
.comments-area ol.comment-list li{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.comment-list li {
    position: relative;
    margin-top: 30px;
    
}
.comment-list .children {
    margin-left: 35px;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
}
.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600;
}
.comment-body {
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px 25px 25px;
}
.comment-author {
    float: left;
    max-width: 70px;
    margin-right: 20px;
    text-align: center;
}
.comment-author img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    height: auto;
    vertical-align: middle;
    overflow: hidden;
    max-width: 66px;
    border-radius: 50%;
}
h3.comment-reply-title {
   font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
   font-family:"NimbusRomNo9L",sans-serif;
   color: #252525;
}
.comment-box {
    border: none;
    margin-left: 70px;
    padding-left: 20px;
}
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta, .comment-meta a {
    color: #9096a1;
    font-size: 13px;
}
.comment-meta .prt-comment-owner h5 {
    display: block;
    font-size: 19px;
    line-height: 20px;
    font-style: normal;
    color: var(--base-headingfont-color);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #252525;
}
.prt-comment-owner span{
    line-height: 22px;
    font-weight: 400;
    color: #182333;
    font-style: normal;
    font-family: "Poppins";
    font-size:14px;

}
.single article.post .comment-body p {
    margin-top: 10px;
}
.comment-list a.comment-reply-link {
    background-color: #020d26;
    border-radius: 0;
    border: 1px solid #020d26;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    padding: 4px 15px 5px 15px;
    text-transform: uppercase;
}
.comments-area .comment-respond {
    padding-top: 20px;
}
#respond .comment-reply-title {
    margin: 0 0 20px !important;
}
.comment-form {
    margin-bottom: 20px;
}
.comment-form .comment-notes {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #585858;
}
.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
}
#commentform .form-group { margin-bottom: 20px; }
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], 
.comment-form input[type="url"] {
    background-color: transparent;
    border: none;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 15px 15px;
    text-indent: 0;
}
.comment-form textarea:focus, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, 
.comment-form input[type="url"]:focus {
    border: 1px solid var(--base-skin);
    box-shadow: unset;
}

.prt-blog-classic-box-comment h2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family:"NimbusRomNo9L",sans-serif;
    font-weight: 400;
    color: #252525;
    text-transform: uppercase;
}

.comment-box a:hover {
    color: var(--base-skin);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
/*------------------------------------------------------------------------------*/
/*  Contact_Us
/*------------------------------------------------------------------------------*/ 
.contact-detail-wrapper{padding: 50px 70px 0}
#map_canvas { margin: 0; padding: 0; height: 100%; }
.map-wrapper{ height: 450px;}
.contact-form{margin-right: -125px; margin-bottom: -100px;}

/*.contact-section-wrapper{margin-right: -400px; margin-top: -70px; }*/
.contact-section .prt-quote-form .form-group{margin-bottom:26px; } 
.contact-section-wrapper .prt-quote-form .form-group .form-control {
    border:none; 
    background-color: var(--base-white);
    padding: 15px 25px;
/*    margin-bottom: 20px;*/
border-radius: 0;
}
.map-section {
    border: 10px solid #fff;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
#map { display: block; height: 681px; width: 100%; padding-top: 20px;}
#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.map-content .map-title {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-top: 15px;
}
.map-content .map-title:last-child {
  border-bottom: unset; 
}
.map-content .map-title h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.map-img img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#map_1 { display: block; height: 350px; width: 100%; }
#map_1 iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border-radius: 20px;
}


body .page.sticky-column {
      overflow: unset;
}

.main-box {
    position: relative;
    min-height: 810px;
    background-image: url(../images/bg-image/bg-gradient.html);
    background-repeat: no-repeat;
    padding: 40px 40px 0;
    overflow: hidden;
}

.min-box {
    position: relative;
    min-height: 750px;
}


