/**
  * Name: Invess Advance
  * Version: 2.0
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Phudu:wght@300;400;500;600;700;800;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

  13. slider
**/
 
 
/* ===============================================
    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;
}
strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px;
    color: #000;  
}

*::-moz-selection { 
    background: var(--base-skin);
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: var(--base-skin);
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: var(--base-skin);
    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: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 400;
    background-color: transparent;
    text-transform: inherit;
    border: 1px solid #FFFFFF33;
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    box-shadow: 0 0 3px 0 rgb(43 52 59 / 8%);
}
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;
}
button:focus{
    box-shadow: none;
    outline: 0;
    border: 0;
}
.form-control:focus,
select:focus,
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;
}

/** Extra-outer **/

body .page.sticky-column {
    overflow: unset;
}
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: var(--base-white);
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: var(--base-white);
}
a {
    color: var(--base-dark);
}
a:hover { color: var(--base-skin); }
a, img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* 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:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

.prt-bgcolor-darkgrey textarea,.prt-bgcolor-darkgrey input[type="checkbox" i],
.prt-bgcolor-darkgrey input[type="text"], .prt-bgcolor-darkgrey input[type="password"], .prt-bgcolor-darkgrey input[type="datetime"], .prt-bgcolor-darkgrey input[type="datetime-local"], 
.prt-bgcolor-darkgrey input[type="date"], .prt-bgcolor-darkgrey input[type="month"], .prt-bgcolor-darkgrey input[type="time"], .prt-bgcolor-darkgrey input[type="week"], .prt-bgcolor-darkgrey input[type="number"],
.prt-bgcolor-darkgrey input[type="email"], .prt-bgcolor-darkgrey input[type="url"], .prt-bgcolor-darkgrey input[type="search"], 
.prt-bgcolor-darkgrey input[type="tel"], .prt-bgcolor-darkgrey input[type="color"], 
.uneditable-input,.prt-bgcolor-darkgrey select {   
   background-color: transparent;
   border: 1px solid rgba(255, 255, 255,0.08);
   text-transform: inherit;   
}

.prt-bgcolor-darkgrey input[type="checkbox" i] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255,0.4);
}

.prt_single_image-wrapper { position: relative;}
.prt_single_image-wrapper.prt_single_image_hover { overflow: hidden; }
.prt_single_image-wrapper.prt_single_image_hover:after {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.prt_single_image-wrapper.prt_single_image_hover:hover:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
:root {
    --base-bodyfont: 'Onest', sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #687b9e;    
    --base-skin: #ff9c4a;
    --base-dark: #000000;
    --base-grey: #f4ede8;
    --base-white: #ffffff;
    --base-headingfont: 'Phudu', sans-serif;
    --base-headingfont-color: #000000;
    --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.09);
    --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-darkblack { background-color: var(--base-darkblack);}
.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-gradient { background-image: linear-gradient(to right,var(--base-first-gradientcolor) 50%,
                    var(--base-second-gradientcolor) 100%); }
  
/** 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-darkblack > .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-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-darkblack >.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);}

.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-darkblack h1, .bg-base-darkblack h2, .bg-base-darkblack h3,
.bg-base-darkblack h4, .bg-base-darkblack h5, .bg-base-darkblack h6,
.bg-base-skin h1, .bg-base-skin h2, .bg-base-skin h3,
.bg-base-skin h4, .bg-base-skin h5, .bg-base-skin h6  {
    color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark), 
.prt-header-style-01 .top_bar_contact_item a:hover {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,.50);
}
.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: 500; 
    color : var(--base-headingfont-color);
}
h1 { font-size: 80px; line-height: 90px; }
h2 { font-size: 64px; line-height: 74px; }
h3 { font-size: 18px; line-height: 28px; }
h4 { font-size: 16px; line-height: 26px; }
h5 { font-size: 14px; line-height: 24px; }
h6 { font-size: 12px; line-height: 22px; }

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

.fw-500 { font-weight: 500;}
.fw-600 { font-weight: 600;}

.border-radius-30 { border-radius: 30px;}
.border-radius-20 { border-radius: 20px;}
.border-radius-10 { border-radius: 10px;}
.border-radius-8 { border-radius: 8px;}

.border-right { border-right: 1px solid var(--base-dark) !important; }

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

@-webkit-keyframes shine{ 100% { left:125% } }
@keyframes shine{ 100% { left:125% } }

.prt_single_image-wrapper.border-style{
    margin: 22px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
}
.blockquote_2 blockquote:before{
    content: "\f13d";
    font-family: "flaticon";
    font-size: 75px;
    line-height: 75px;
    font-weight: 400;
    position: absolute;
    top: 38%;
    left: auto;
    right: 20px;
    color: var(--base-skin);
    bottom: auto;
    letter-spacing: 0;
    opacity: 0.11;
    font-style: normal;
    display: block;
}
.blockquote_2 blockquote h4{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 3px;
    font-family: var(--base-headingfont);
    margin-bottom: 0;
}
.blockquote_2 blockquote {
    padding: 30px 25px 30px 30px;
    border-radius: 4px;
    border-left: 3px solid var(--base-skin);
    position: relative;
}

.blockquote_1 blockquote{padding:28px 40px 10px 40px;border-radius:4px;border-bottom: 3px solid var(--base-skin); margin-bottom: 0;}
.blockquote_1 h4{font-weight: 700;}
.blockquote_1 p{color: #7F8483;font-size: 16px;font-weight: 400;font-style: italic;}
.blockquote_1 .qoute-text:before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    position: absolute;
    right: 12%;
    letter-spacing: 0;
    bottom:35px;
    opacity: 0.2;
    font-style: normal;
    display: block;
}
.prt-vertical-text{position: relative;}
.prt-vertical-text h4{
  position: absolute; 
  writing-mode: vertical-rl; 
  transform: rotate(180deg); 
  text-orientation: sideways; 
  top: -20px;
  right: 0;
  left: auto;
  height: 275px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.prt-vertical-text.left h4 {top: -20px;right:auto;left: 0;}

a.end_button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}
a.end_button span {
    color: #FFFFFF;
    font-family: "Rajdhani", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    transition: all .4s;
}
a.end_button:before, a.end_button:after  {
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 8px;
    height: 1px;
    width: 30%;
    margin: 0 100px;
    background-color:#FFFFFF29!important;
    transition: all .4s;
}
a.end_button:before {
    left: auto;
    right: 50%;
}
/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1 {padding: 24px 0px 0 0;}
.spacing-2 { padding: 55px 30px 60px;}

.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }
.p-50 { padding: 50px; }
.p-60 { padding: 60px; }
.p-80 { padding: 80px; }
.p-100 { padding: 100px; }

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

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

.pt-0{ padding-top: 0px !important ;}
.pt-5{ padding-top: 5px ! important ;}
.pt-10{ padding-top: 10px ! important ; }
.pt-15{ padding-top: 15px ! important ; }
.pt-20{ padding-top: 20px ! important ; }
.pt-23{ padding-top: 23px ! important ; }
.pt-25{ padding-top: 25px ! important ; }
.pt-30{ padding-top: 30px ! important ; }
.pt-35{ padding-top: 35px ! important ; }
.pt-40{ padding-top: 40px ! important ; }
.pt-45{ padding-top: 45px ! important ; }
.pt-50{ padding-top: 50px ! important ; }
.pt-60{ padding-top: 60px ! important ; }
.pt-70{ padding-top: 70px ! important ; }
.pt-80{ padding-top: 80px ! important ; }
.pt-90{ padding-top: 90px ! important ; }

.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-150{ padding-bottom: 150px ! 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-60{ margin-top: 60px ! 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-105{ margin-top: 105px ! important ; }
.mt-55{ margin-top: 55px ! important ; }
.mt-125{ margin-top: 125px ! important ; }
.mt-225{ margin-top: 225px ! important ; }
.mt-130{ margin-top: 130px ! 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_70{ margin-top: -70px ! important ; }
.mt_80{ margin-top: -80px ! 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-90{ margin-left: 90px ! 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: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}
.loader-blob:before,
.loader-blob:after {
    width: 100%; 
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.loader-blob { animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob; }
@keyframes loader-blob {
    from { transform: scale(0); opacity: 1; }
    to   { transform: scale(1); opacity: 0; }
}
@-o-keyframes loader-blob {
    from { -o-transform: scale(0); opacity: 1; }
    to   { -o-transform: scale(1); opacity: 0; }
}
@-ms-keyframes loader-blob {
    from { -ms-transform: scale(0); opacity: 1; }
    to   { -ms-transform: scale(1); opacity: 0; }
}
@-webkit-keyframes loader-blob {
    from { -webkit-transform: scale(0); opacity: 1; }
    to   { -webkit-transform: scale(1); opacity: 0; }
}
@-moz-keyframes loader-blob {
    from { -moz-transform: scale(0); opacity: 1; }
    to   { -moz-transform: scale(1); opacity: 0; }
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 3px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}


/* TooltipTop */
.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -4px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -100%;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}
.tooltip-bottom:before{
    bottom: -7px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -20px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 100px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; }
.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-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.slick_slider.slick-dots-style3 .slick-dots{
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    text-align: center;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li,
.slick_slider.slick-dots-style3 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li {
    width: calc( 19.3% - 0px );
}
.slick_slider.slick-dots-style1 .slick-dots li button{
    height: 4px;
    width: 100%;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button{
    margin: 0;
}
.slick_slider.slick-dots-style2 .slick-dots li button,
.slick_slider.slick-dots-style3 .slick-dots li button{
    height: 9px;
    width: 13px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 3px;
    position: relative;
    margin: 0 4px;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button {
    width: 25px;
}

.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

/*slick-arrow*/
.slick_slider .slick-arrow {
    width: 46px;
    height: 46px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 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: 15px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e649";
}
.slick_slider .slick-next:before {
    content: "\e64a";
}
.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;
}

.slick_slider.slick-arrows-style1 .slick-arrow {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    opacity: 0;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}

.slick_slider.slick-arrows-style1 .slick-next{ 
    right: 0px; 
    left: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    left: 0px;
}
.slick_slider.slick-arrows-style1:hover .slick-arrow {
    margin: 0 -60px;
    opacity: 1;
    overflow: visible;
}

.slick_slider.slick-arrows-style2 .slick-arrow {
    border-radius: 50%;
}
.slick_slider.slick-arrows-style2 .slick-next { 
    right: -50px; 
    left: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: -50px;
}

.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0px;
    top: auto;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #0d0d0d;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}
.slick_slider.slick-arrows-style3 .slick-prev {
   right: 10%;
}
.slick_slider.slick-arrows-style3 .slick-next {
    right: 18%;
}
.slick_slider.slick-arrows-style3 .slick-prev:before, 
.slick_slider.slick-arrows-style3 .slick-next:before { font-size: 13px;line-height: 30px;}



/*  ===============================================
    TopBar
------------------------*/
.prt-header-style-01 .top_bar { height: 48px; line-height: 48px; border-bottom: 1px solid var(--base-border-color); }
.prt-header-style-01 .top_bar_contact_item { 
    height: 48px; 
    line-height: 48px; 
    padding-left: 0; 
    padding-right: 35px; 
    position: relative;
}
.prt-header-style-01 .top_bar_contact_item:last-child { padding-right: 0px; }
.prt-header-style-01 .top_bar_contact_item a { color: rgba(255, 255, 255, 0.70); }
.prt-header-style-01 .top_bar_contact_item .social-icons li a i { display: none; }
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-instagram:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-facebook:before,
.prt-header-style-01 .top_bar_contact_item ul.social-icons li.prt-social-twitter:before {
    top: 22px;
    content: '';
    height: 4px;
    width: 4px;
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 1;
    position: absolute;
    border-radius: var(--base-border-radius50);
    right: -7px;
    left: auto;
}
.prt-header-style-01 .top_bar_contact_item {
    left: -13px;
    position: relative;
}
.prt-header-style-01 .top_bar_contact_item ul.social-icons li { 
    padding-left: 10px; 
    padding-right: 10px; 
    font-size: 14px; 
}
.prt-header-style-01 .top_bar_contact_item:last-child:before {
    content: unset;
}
.prt-header-style-01 .top_bar_contact_item.top_bar_social:before {
    content: unset;
}
.prt-header-style-01 .top_bar_contact_item:before {
    content: "";
    position: absolute;
    height: 17px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.70);
    top: 16px;
    right: 14px;
    border-radius: var(--base-border-radius50);
    display: block;
    transform: rotate(30deg);
}
.top_bar .social-icons li:last-child { padding-right: 0px; }

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 85px;
    line-height: 85px;
}
.site-branding img {
  max-height: 50px;
  position: relative;
  z-index: 1;
  top: -6px;
  left: 2px;
}

/* .widget_info */
.widget_info{
    position: relative;
}
.widget_info {
    padding-left: 50px;
}
.widget_info:after {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #eeeeee;
    display: block;
    position: absolute;
    left: 35px;
    top: 25px;
}
.prt-bgcolor-darkgrey .widget_info:after {  background-color: #344049; }
.widget_info .widget_icon {
    font-size: 37px;
    margin-right: 18px;
}
.widget_info p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: rgb(255,255,255,.7);
}
.widget_info h3 { 
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin: 0;
}


/** SiteNavigation(Menu) **/

#site-header-menu .site-navigation .menu li span.label-new {
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    border-right-color: #8cbc43;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 15px;
}

nav.main-menu ul.menu li ul.mega-submenu li > a > span:before {
    right: 44%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-width: 5px;
    margin-top: -5px;
    border-right-color: inherit;
}

/* header_extra */

.header_extra{position: relative;left: 30px; }

.header_extra .header_btn a{ 
    font-size: 15px;
    line-height: 18px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 32px !important;
    position: relative;
    color: var(--base-white);
    text-align: center;
    z-index: 9;
    letter-spacing: 2px;
    margin: 0 14px;
}

.header_extra .header_btn:hover a:after{transform: translateX(3px);transition: all 0.3s ease 0s;}


/** SiteNavigation(Menu) **/
.site-navigation {
  position: relative;
  z-index: 4;
} 

nav.main-menu ul {
    position: relative;
    margin: 0;
}
#site-header-menu .site-navigation ul.menu > li >a {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.3px;
}
nav.main-menu .megamenu-content .title{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
}
 /* nav.main-menu ul.menu > li > a:before{
        content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    margin: auto;
    background-color: #8cbc43;
    height: 3px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    transition: transform .25s cubic-bezier(.37,.31,.2,.85); 
} */
  nav.main-menu ul.menu > li > a:before,
  nav.main-menu ul.menu > li.active > a:before{transform: scale3d(1,1);}


/* ===============================================
    Footer
------------------------*/
.footer .widget .widget-title {margin-bottom: 15px;}
.footer .widget .widget-title { 
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    color: var(--base-white);
}

/* footer-list*/
.footer .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul>li {
    padding: 0 0 12px 0;
}

.footer .widget .social-icons li>a {
    width: 33px;
    height: 33px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height:33px;
    background-color: transparent;
}
/* first-footer */
.first-footer{
    padding: 55px 0px 30px;
    position: relative;
}
.first-footer .widget {
    display: table-cell;
    vertical-align: middle;
}
.bg-footer {
    background-image: url(../images/bg-img/bg-footer.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* newsletter */
.newsletter_widget { padding-right:15px;}
.newsletter_widget h3 {
    color: var(--base-white);
}
/*widget_social*/
.footer .newsletter-form { 
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.footer .newsletter-form p { margin-bottom: 0px; }
.footer .newsletter-form p.cookies{padding-top: 20px; }
.footer .mailchimp-inputbox input[type="email"] {
    background-color: transparent;
    padding: 12px 70px 12px 15px;
    margin-top: 0;
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: var(--base-border-radius-10);
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.footer .mailchimp-inputbox input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 2px;
}
.footer input[type=checkbox]{
    visibility: hidden;
    position: absolute;
}
.footer input[type=checkbox] + label{
    height: 17px;
    width: 17px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.footer input[type=checkbox] + label:before{
    height: 17px;
    width: 17px;
    border: 1px solid transparent;
    border-radius: 50%;
    content: " ";
    display:inline-block;
    vertical-align: top;
}
.footer input[type=checkbox]:checked + label:before{
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}
.footer .mailchimp-inputbox button[type="submit"] {
    position: absolute;
    top: 25px;
    border: 0;
    right: 15px;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: var(--base-skin);
    -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;
    background-color: transparent;
    padding: 0 !important;
}
.footer .mailchimp-inputbox button[type="submit"]:after {
    position: absolute;
    content: "\e844";
    font-family: 'fontello';
    right: 10px;
    top: -10px;
}
.footer .mailchimp-inputbox button[type="submit"]:hover {
    color: var(--base-skin);
}
.first-footer .featured-box .featured-title,.first-footer .featured-box .featured-icon {
    display: table-cell;
    vertical-align: middle;
    font-family:var(--base-headingfont);
}
.first-footer .featured-box .featured-icon .prt-icon i {
    font-size: 40px;
    line-height: 40px;
    width: 65px;
    height: 40px;
}
.first-footer .featured-box .featured-title h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 0;  
}
.first-footer .featured-box .featured-title p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.first-footer .newsletter-form input[type="email"]:focus{border: 1px solid #8cbc43;}
.first-footer .first-footer-content h2 {
    font-size: 54px;
    padding-left: 85px;
    line-height: 64px;
    color: var(--base-white);
}

/* second-footer */

.second-footer { position:relative; padding: 10px 0px 25px; }
.footer-logo img {max-height: 55px;}
.footer-logo{margin-bottom: 20px; padding-top: 15px;}
.second-footer p{
  color: rgba(255, 255, 255, 0.50);
  padding-right: 10px;
  font-size: 16px;
  padding-bottom: 20px;
}
.second-footer .widget.widget_nav_menu  li  a{position: relative;}
.second-footer .widget.widget_nav_menu  li  a:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 0;
    transition: all 0.7s ease-in-out;
    left: 0;
    bottom: 0;
    top: auto;
  }
.second-footer .widget.widget_nav_menu li a:hover:before{width: 100%;}

/* footer-address */
.second-footer .widget-address h3 { margin-bottom: 7px; }
.second-footer .widget-address h3 a {  
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: var(--base-white);
}
.second-footer .widget-address h3 a:hover ,
.second-footer .widget-address a.email:hover { color: var(--base-skin); }
.second-footer .widget-address a.email {
    color: rgba(255, 255, 255, 0.50);
}

/* footer-link-widget */
.second-footer .widget_social_wrapper h3 {
    font-size: 21px;
    line-height: 31px;
    color: var(--base-white);
    font-weight: 600;
    font-family: var(--base-headingfont);
    margin-bottom: 20px;
}
.second-footer .widget_social_wrapper ul.social-icons li {
    display: inline-block;
    padding: 0 0 5px;
    position: relative;
    width: 100%;
    float: none;
}
.second-footer .widget_social_wrapper ul.social-icons li a {
    text-align: left;
}
.second-footer .widget_social_wrapper ul.social-icons li a {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #999;
    display: inline-block;
}
.footer .widget ul>li a { color: rgba(255, 255, 255, 0.50); }
.footer .widget ul>li a:hover { color: var(--base-skin); }


.latest-tweets .tweet-details, .latest-tweets .tweet-text {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    margin-bottom: 0;
    overflow: hidden;
}
.latest-tweets .tweet-text {
    font-size: 15px;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}
.latest-tweets .tweet-text:before {
    content: "\e74b";
    font: normal normal normal 16px/1 themify;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    position: absolute;
    left: 0;
    padding-top: 5px;
}

.bottom-footer-text{
    background-color: transparent;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/** copyright **/
.copyright{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255 255 255 / 60%);
    display: block;
    font-weight: 400;
}
.copyright .u1 a { font-size: 15px; }
.copyright .u1 a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -2px;
    left: 0;
    border-bottom: 1px solid currentColor;
}
.copyright .u1.text-base-skin a{
    color: var(--base-skin) !important;
}
.copyright .u1.text-green a{
    color: #82b440 !important;    
}
.copyright a { color: var(--base-skin); }
.bottom-footer-text {
    border-top: 1px solid rgba(255,255,255,.06);
}


/** Footer-nav-menu **/
.footer-nav-menu {
    margin: 0px;
    padding-left: 10px;
}
.footer-nav-menu li:last-child { padding-right: 0; }
.footer-nav-menu li {
  position: relative;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
}
.footer-nav-menu li a {
    color: rgba(255, 255, 255, 0.50);
}
.footer-nav-menu li a:hover { color: var(--base-skin); }
ul.footer-nav-menu li:not(:last-child):after{
    position: absolute;
    content: "|";
    padding-left: 7px;
    color: rgba(255, 255, 255, 0.50);
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--base-white);
    display: none;
    position: fixed;
    background-color: var(--base-skin);
    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;
}
@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 { 
     background: url(../images/pagetitle-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 530px;
    z-index: 1;
    padding-top: 235px;
    padding-bottom: 235px;
}
.prt-page-title-row.prt-bg.prt-bgimage-yes >.prt-bg-layer{
    opacity: .02;
}
.prt-page-title-row-inner { 
    width: 100%;
    text-align: left;
    position: relative;
}
.page-title-heading h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    font-size: 84px;
    line-height: 94px;
    display: inline-block;
    margin-bottom: 0;
}
.page-title-content p {
    color: var(--base-white);
    font-size: 22px;
    line-height: 36px;
}
.prt-page-title-row.about a.prt-btn  {
    padding: 11px 18px 11px 18px;
}
.prt-page-title-row.services .page-title-heading h2 { display: block; }
.prt-page-title-row.services .page-title-content p {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
/* .prt-page-title-row.services {
    padding-bottom: 425px;
} */
.prt-page-title-row.blog-single .page-title-heading h2 {
    font-weight: 700;
    font-size: 53px;
    line-height: 60px;
}




.breadcrumb-wrapper {
    z-index: 99;
    text-align: center;
    display: inline-block;
    padding:10px 25px 10px 0;
}
.breadcrumb-wrapper span{
   font-family: var(--base-headingfont);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    color: var(--base-skin);
}
.breadcrumb-wrapper span i{
  padding-right: 5px;
  color: rgba(255,255,255,.8);
  font-size: 16px;
}
.breadcrumb-wrapper span:first-child{
    padding-right: 24px;
}
.breadcrumb-wrapper span:first-child a{
   color: rgba(255,255,255,.8);
   font-size: 18px;
}
.breadcrumb-wrapper span:first-child:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    right: 12px;
    top: 3px;
    display: inline-block;
    transform: rotate(18deg);
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.80);
}
.blog .page-title-heading h2 {
    font-weight: 700;
    font-size: 53px;
    line-height: 60px;
}
.prt-page-title-row {
    height: 450px;
    padding-top: 240px;
    padding-bottom: 205px;
}
.prt-page-title-row.service-details {
    height: 450px;
    padding-top: 220px;
    padding-bottom: 205px;
}
.prt-page-title-row.about { 
    padding-top: 220px;
    padding-bottom: 205px;
    height: 500px; 
}
.prt-page-title-row.services {
    height: 450px;
    padding-top: 210px;
    padding-bottom: 400px;
}



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

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.prt-service-single-content-area div:not(.featured-title) > h3 {
 font-size: 32px;
 line-height: 40px;
 font-weight: 600; 
}
.prt-service-description { color: var(--base-headingfont-color);}
.prt-service-description .prt_fatured_image-wrapper img {
    border-radius: 30px;
}

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.prt-team-member-single-content .prt-team-member-single-list{
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    padding: 30px 30px 25px;
    margin-right: 73px;
    border-radius: 0 0 30px 30px;
} 
.prt-team-member-single-content h2, .prt-team-member-content h2 { 
  font-size: 32px;
  line-height: 42px; 
  margin-bottom: 10px;
  font-weight: 500;
}
.prt-team-member-content h3{ 
  font-size: 30px;
  line-height: 40px; 
  margin-bottom: 15px;
  font-weight: 600;
  padding-top: 20px;
}
.prt-team-member-content .mb-15 { color: var(--base-headingfont-color);}
.prt-team-member-content .prt-team-member-header-content .prt-team-member-single-title {
     font-size: 24px;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 700;
}
.prt-team-member-content .prt-team-member-header-content .prt-team-member-single-position{
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
  color: var(--base-headingfont-color);
}
.prt-team-member-single-content .prt-featured-wrapper .featured-thumbnail img {
    border-radius: 30px 30px 0 0;
}
.prt-team-member-single-content ul.prt-team-details-list {
    margin: 0;
    padding:0;
    overflow: hidden;
    clear: both;
}
.prt-team-details-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 10px 0 5px;
   
}
.prt-team-details-list .prt-team-list-title  {
    margin-bottom: 3px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
}
.prt-team-details-list .prt-team-list-value {
    color: var(--base-headingfont-color);
}
.prt-team-member-single-content .prt-social-links-wrapper {
    display: block;
    clear: both;
    padding-top: 10px;
}
.prt-team-member-single-content .prt-social-links-wrapper ul li a{
    display: block;
    background-color: transparent;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-right: 0;
}


/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.prt-blog-classic {
    margin-bottom: 40px;
    padding-bottom: 0;
}
article.prt-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.prt-blog-classic .prt-post-featured-wrapper ,
article.prt-blog-single .prt-post-featured-wrapper { 
    position: relative; 
    overflow: hidden;
}

article.prt-blog-classic .prt-post-featured-wrapper .prt-post-featured ,
article.prt-blog-single .prt-post-featured-wrapper .prt-post-featured  {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
article.prt-blog-classic .prt-blog-classic-content{
    padding: 30px;
    display: block;
    border-radius: 0 0 20px 20px;
    position: relative;
    -webkit-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgba(43,52,59,.08);

}
article.prt-blog-classic .prt-blog-classic-content .prt-box-desc-text {
    color: var(--base-headingfont-color);
}
.prt-blog-classic .prt-box-post-date, 
.prt-blog-single .prt-box-post-date {
    position: absolute;
    left: 30px;
    right: auto;
    top: 30px;
    height: 62px;
    width: 62px;
    font-size: 28px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--base-headingfont);
    padding-top: 11px;
    z-index: 2;
    color: #fff;
    background-color: var(--base-skin);
    text-align: center;
    border-radius: var(--base-border-radius-10);
}
.prt-blog-classic .prt-box-post-date .prt-entry-date,
.prt-blog-single .prt-box-post-date .prt-entry-date {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 28px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--base-headingfont);
}
.prt-blog-classic .prt-box-post-date .prt-entry-date .entry-month,
.prt-blog-single .prt-box-post-date .prt-entry-date .entry-month {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: capitalize;
}
.prt-blog-classic .post-meta, .prt-blog-single .post-meta {
    display: block;
    margin-bottom: 10px;
}
.prt-blog-classic .post-meta .prt-meta-line, .prt-blog-single .post-meta .prt-meta-line {
    font-size: 14px;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.prt-blog-classic .post-meta .prt-meta-line:last-child{
    padding-right: 0;
}
.prt-blog-classic .post-meta .prt-meta-line:not(:last-child):after,
.prt-blog-single .post-meta .prt-meta-line:not(:last-child):after {
    right: 8px;
    position: absolute;
    display: inline-block;
    content: '|';
    top: 0;
   color: #06232d;
    opacity: .2;
    transform: rotate(15deg);
    font-size: 20px;
}
.prt-blog-classic .post-meta .prt-meta-line i, .prt-blog-single .post-meta .prt-meta-line i {
    padding-right: 7px;
    font-size: 14px;
}
.prt-blog-classic .post-meta .prt-meta-line i{position: relative;top: 3px;}
.prt-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 13px;
    position: relative;
    font-weight: 600;
}
article.prt-blog-classic .prt-post-featured-wrapper img {   
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    
}
article.prt-blog-classic .prt-post-featured-wrapper {border-radius: 30px 30px 0 0;  }
article.prt-blog-classic:hover .prt-post-featured-wrapper img {
    transform: scale(1.03) rotate(0.50deg);
}
.sidebar .featured-imagebox-post.style1 {margin-top: 0;margin-bottom: 35px;}
/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/

article.prt-blog-single .prt-blog-single-content {
    padding-top:30px;
    padding-bottom:50px;
    position: relative;
    display: block;
    
}
article.prt-blog-single .prt-blog-single-content .prt-box-desc-text {
    color: var(--base-headingfont-color);
}

article.post.prt-blog-single{
    padding: 30px;
    border: none;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}


.prt-blog-single .post-meta{
    display: block;
    display: block;
    margin-bottom: 10px;
}
.prt-blog-single h3 {
    font-size: 33px;
    line-height: 43px;
    margin-top: 20px;
    font-weight: 600;
}
.prt-blog-single blockquote {
    display: block;
    padding: 34px 40px 6px;
    position: relative;
    border-bottom: 3px solid var(--base-skin);
    color: var(--base-headingfont-color);
    margin: 30px 0 35px 0;
    font-weight:600;
    font-size: 22px;
    line-height: 36px;
    min-height: 100px;
    font-style: normal;
    border-radius: 10px;
    font-family: var(--base-headingfont); 
}
.prt-blog-single blockquote cite:before{
    content: "\2014\00a0";
}

.prt-blog-single blockquote .qoute-text:before {
    content: "\f13d";
    font-family: "flaticon";
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    position: absolute;
    right: 50px;
    letter-spacing: 0;
    bottom: 10px;
    opacity: 1;
    color: var(--base-skin);
    font-style: normal;
    display: block;
} 
.prt-blog-single blockquote cite{
    font-size: 15px;
    position: relative;
    top: -10px;
    font-weight: 400;
    color: rgb(102 102 102 / 90%);
    font-style: italic;
    font-family: 'Roboto',sans-serif; 
}

.prt-blog-single .social-media-block {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    border-bottom:1px solid #e5e5e5;
    margin-top: 20px;
    padding-bottom: 30px;
}
.prt-blog-single .prt_tag_lists {
    font-size: 16px;
}

.prt-blog-single .prt_tag_lists .prt-tags-links-title i {
    padding-right: 5px;
}
.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 16px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    color: var(--base-headingfont-color);
}
.prt-blog-single .prt_tag_lists .prt-tags-links-title,
.prt-blog-single .prt-social-share-wrapper h6{
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
  }
.prt-blog-single .prt-social-share-wrapper {
    display: flex;
    align-items: center;
}
.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 1px solid transparent;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 3px;
    background-color: var(--base-grey);
}
.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

/*post  next-prev-btn with-img*/
.prt-post-prev-next-buttons {
    margin:15px 0px 5px;
    position: relative;

}
.post-prev-img,.post-next-img{
    display: table-cell;
    width: 80px;
    overflow: hidden;
}
.prt-post-prev-next-content{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    text-transform: capitalize;
    padding-left: 15px;
    padding-right: 25px;
}
.prt-post-prev-next-content .prt-nav-title{
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1b1b1b;
    font-family: var(--base-headingfont);
}
.prt-post-prev-next-content a.prt-btn{
  font-family: var(--base-headingfont);
  font-weight: 600;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding-bottom: 10px;
  color: var(--base-skin);
  text-decoration: none;
}

/*blog-comment*/
.comments-area {
    padding-top: 30px;
    margin-bottom: 0;
}
.comments-area h3.comment-reply-title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.comments-area .comment-respond .comment-notes { color: var(--base-headingfont-color);}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #f1f4f5;
    box-shadow: unset;
}
/* .wrap-form span.text-input input::-webkit-input-placeholder,  */
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

/*------------------------------------------------------------------------------*/
/*  Project_Blog
/*------------------------------------------------------------------------------*/ 
.project-single-section .prt-bg.prt-col-bgimage-yes > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner{ opacity: 0.02; }

.prt-pf-single-detail-box {
    display: block;
    height: 100%;
    overflow: hidden;
}
.prt-pf-single-title {
    margin: -44px -30px;
    padding: 20px 15px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.prt-pf-single-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
.prt-pf-single-detail-box ul{
    padding: 25px 30px 30px;
    overflow: hidden;
}
.prt-pf-single-detail-box ul li{
    position: relative;
    padding: 10px 0;
    list-style-type:none;
    display: block;
}
.prt-pf-single-detail-box ul li > span{ display: block;}
.prt-pf-single-detail-box ul li:last-child { 
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.prt-pf-single-detail-box ul li > span:first-child {
    font-weight: 600;
    margin-right: 5px;
    font-size: 15px;
    color:#202426;
}
.prt-pf-single-content-area h2,
.prt-pf-single-related-wrapper h2 {
    text-align: left;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}
.prt-pf-single-detail-box .prt-pf-detailbox-list li a{
  min-width: 30px;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  color: #666;

}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 222;
    overflow: hidden;
    clear: both;
    background-color: #fff;
    padding: 30px 50px 40px;
    position: absolute;
    top: -474px;
    min-width: 325px;
}
.prt_contact_widget_wrapper h3{ font-size: 30px; line-height: 40px; }
.prt_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
    clear: both;
}
.prt_contact_widget_wrapper li {
    margin-bottom: 17px;
}
.prt_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map { 
    display: block; 
    height: 500px; 
    width: 100%; 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}



/*------------------------------------------------------------------------------*/
/*  Slider
/*------------------------------------------------------------------------------*/ 

.slide  {
    height: 825px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.slide .slide__img img {
    opacity: 1 ;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
}
.slide .slide__content {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}
.slide .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}
.slide .slide__content--headings h2 {
    line-height: 90px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 84px;
}
.slide .slide__content--headings > h3 {
    color: rgb(255, 255, 255);
    line-height: 25px;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
}

.slide .slide__content--headings p {
    color: #c1c1c1;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
}

.border_text {
    -webkit-text-stroke: 1px rgba(255,255,255,.9);
    -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings .prt-btn:hover{}


.banner_video_slider .slide .slide__content--headings{
  position:relative;
  bottom: -150px;
}

.banner_video_slider .slide .slide__content--headings > h3 > span{
  font-size: 84px;
  line-height: 90px;
  font-weight: 700;
  font-family: "inter";
  top: 38px;
  right: 5px;
  position: relative;
}

.banner_video_slider .slide .slide__content--headings > h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: left;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 15px;
}

.banner_video_slider .slide .slide__content--headings > h3:before {
    position: absolute;
    content: "";
    background-color: rgb(140, 188, 67);
    width: 165px;
    height: 3px;
    bottom: 6px;
    left: 53px;
}


.banner_video_slider .video_icon .prt-play-icon-btn.style1{
    background-color: rgb(140, 188, 67);
    width: 130px;
    height: 130px;
    line-height: 130px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -250px;
}

.banner_video_slider .video_icon .prt-play-icon-btn.style1 .prt-play-icon-animation {
    position: relative;
    display: inline-block;
    top: 20px;
    left: 40px;
}


.banner_video_slider .prt-play-icon-btn.style1 .prt-icon i{left: 27px;}



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

  .lg-hide { display: none ; }
  .banner_slider.banner_slider_wide { 
      max-width: 100%;
      margin: 0;
      padding: 0;
  }
  .site-description h2, .site-description h2:before { display: none; }

  .slide .prt-btn {
      font-size: 14px;
  }
  .slide .prt-btn.prt-btn-size-md:not(.btn-inline) {
      padding: 12px 21px 12px 21px;
  }
  .slide .prt-icon.prt-icon_element-size-xs {
      height: 36px;
      width: 36px;
      line-height: 36px;
  }

  .slide .fbox { bottom: 45%; }
  .slide .fbox {
      padding: 25px 20px;
      color: rgb(255, 255, 255);
      width: 200px;
      height: 150px;
  }
  .slide .fbox h6 { line-height: 40px; font-size: 30px; }
  .overlay_banner_header .slide .slide__content { padding-top: 0; }

  .slide .slide__content--headings h2{font-size: 77px;line-height: 88px;}
  

}

@media only screen and (max-width: 1199px){ 
  .banner_slider_1 .slide .slide__content--headings {margin-top: -70px;}
  .banner_slider_2 .slide.s1 .slide__content--headings {margin-top: -30px;}
  .banner_slider_3 .slide .slide__content--headings {margin-top: -50px;}
  .banner_slider_2 .slide.shadow .slide_img {background-size:cover!important;background-position:center bottom!important;}
}


@media only screen and (max-width: 1024px){
  .banner_slider .slide {height: 460px;}
  .banner_slider_3 .slide.s1 .slide__content--headings img {left: 30px;bottom: 170px;}
  .banner_slider_3 .slide.s2 .slide__content--headings img {right: 85px;bottom: 165px;width: 458px;height: 95px;}

}

@media only screen and (max-width: 991px){ 
  .md-hide { display: none ; } 
  .slide .slide__content--headings h2 {font-size: 60px;line-height: 70px;}
  .banner_slider_1 .slide .slide__content--headings p{margin-bottom: 0;}
  .banner_slider_2 .slide .slide__content--headings h2 { font-size: 60px; line-height: 70px; }
  .banner_slider_3 .slide .slide__content--headings h2 { font-size: 60px; line-height: 70px; margin-bottom: 15px; }
  .featured-icon-box.style8 {padding: 15px 0px 15px 15px;margin-bottom: 20px;}
  .banner_slider_3 .slide.s1 .slide__content--headings h2 {font-size: 60px;}
  .banner_slider_3 .slide .slide__content--headings {margin-top: 10px;}
  .banner_slider_3 .slide.s1 .slide__content--headings img {left: 100px;bottom: 170px;width: 270px;height: 70px;}
  .banner_slider_3 .slide.s2 .slide__content--headings img {right: 190px;bottom: 165px;width: 320px;height: 75px;}
  .banner_slider_3 .slide .slide__content--headings h3 {font-size: 45px;line-height: 50px;line-height: 50px;margin-bottom: 0;}
  .banner_slider_2 .slide.s2 .slide__content--headings {margin-top: 0;}
  .banner_slider_2 .slide.s2 .video_icon{right: -170px;}
}


@media only screen and (max-width: 768px){
  .banner_slider_3 .slide.s1 .slide__content--headings img {
    left: 0px;
    bottom: 168px;
    width: 260px;
    height: 72px;
  }
  .banner_slider_3 .slide.s2 .slide__content--headings img {
    right: 80px;
    bottom: 165px;
    width: 320px;
    height: 80px;
  }
    .banner_slider_3 .slide .slide__content--headings h3 {font-size: 25px;}
  
}



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

    .sm-hide { display: none !important; }

    .banner_slider .slide { height: 420px; }

    .slide .slide__content--headings > h3 { font-size: 14px; }
    .slide .slide__content--headings > h3:before { width: 21px; left: -35px; }
    .slide .slide__content--headings > h3:after {  width: 21px; right: -35px; }
    
     
    .slide .slide__content--headings{text-align: center!important;}
    .banner_slider_1 .slide .slide__content--headings > h3{display: none;}
    .banner_slider_1 .slide .slide__content--headings > h2{font-size: 75px; line-height: 80px;}
    .banner_slider_1 .slide .slide__content--headings {margin-top: -20px;}

    .banner_slider_2 .slide .slide__content--headings h2 { font-size: 60px; line-height: 70px; margin-bottom: 0px; }
    .featured-icon-box.style8.icon-align-before-content .featured-icon{display: none;}
    .featured-icon-box.style8{text-align: center!important;background-color: unset;width: unset;margin-top: -10px;}
    .featured-icon-box.style8 .featured-content{display: unset;}
    .banner_slider_2 .slide .video_icon{visibility: hidden;}
    .banner_slider_2 .slide.s2:not(.shadow) .slide__content--headings p{display: none;}

    .banner_slider_2 .slide.s1.shadow .slide__content--headings .featured-icon-box{text-align: center!important;display: inline;}
    .banner_slider_2 .slide.s1.shadow .featured-icon-box:after{display: none;}



    .banner_slider_3 .slide .slide__content--headings h2 { font-size: 45px; line-height: 55px; margin-bottom: 15px; }
     
}
@media only screen and (max-width: 684px){
  .banner_slider_3 .slide .slide__content--headings h3 {font-size: 22px;line-height:25px;}
  .banner_slider_3 .slide.s1 .slide__content--headings img {
    left: 110px;
    bottom: 217px;
    width: 270px;
    height: 72px;
  }
  .banner_slider_3 .slide.s2 .slide__content--headings img {
    right: 100px;
    bottom: 165px;
    width: 250px;
    height: 65px;
  }
  .banner_slider_3 .slide.s1 .slide__content--headings h2 {font-size: 45px;}
  .banner_slider_3 .slide.s1 .slide__content--headings img {left: 50px;bottom: 165px;width: 190px;height: 60px;}
  .banner_slider_3 .slide.s2 .slide__content--headings img {right: 100px;bottom: 165px;width: 252px;height: 60px;}
}



@media only screen and (max-width: 575px){
  .banner_slider_1 .slide .slide__content--headings > h2{font-size: 50px; line-height: 60px;}
  .banner_slider_1 .slide .slide__content--headings {margin-top: -20px;}
  .banner_slider_2 .slide .slide__content--headings > h2{font-size: 50px; line-height: 60px;}
  .banner_slider_2 .slide .slide__content--headings h3.sm-hide {display: none;}
  .featured-icon-box.style8{margin-top: -10px;}
}

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

    .res-600-margin_top10{margin-top: 10px;}
    .banner_slider .slide { height: 320px; }
    .slide .prt-btn.prt-btn-size-md:not(.btn-inline) { padding: 10px 22px;}
    .slide .slide__content--headings p { display: none; }
    .banner_slider_2 .slide .slide__content--headings h2 { font-size: 55px; line-height: 70px; margin-bottom: 0; margin-top: 20px; }
    .banner_slider_3 .slide .slide__content--headings .highlight_text { font-size: 17px; margin-bottom: 15px; }
    .banner_slider_3 .slide .slide__content--headings .highlight_text::after { height: 14px; bottom: 0; left: -10px; right: -10px; }
    .banner_slider_3 .slide .slide__content--headings h2{ font-size: 35px; line-height: 40px; margin-bottom: 10px; }
    .banner_slider_2 .slide.shadow .slide__content--headings h2{margin-top: 0;}
    .banner_slider_2 .slide.shadow .slide__content--headings > h3 {display: none;}
    .banner_slider_3 .slide.s2 .slide__content--headings img {right: 110px;bottom: 70px;width: 200px; height: 55px;}
    .banner_slider_3 .slide.s1 .slide__content--headings img {left: 62px;bottom: 83px;width: 160px;height: 50px;}
    .banner_slider_3 .slide.s1 .slide__content--headings h2 {font-size: 32px;line-height: 40px;margin-bottom: 10px;}
      .banner_slider_3 .slide.s2 .slide__content--headings img,.banner_slider_3 .slide.s1 .slide__content--headings img{display: none;}

}

@media only screen and (max-width: 400px){
    .banner_slider .slide {height: 300px;}
    .banner_slider_3 .slide .slide__content--headings{margin-top: 40px;}
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_slider .slide {
      height: 600px;
  }

}

@media only screen and (max-width: 380px){
  .banner_slider_1 .slide .slide__content--headings > h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner_slider_2 .slide.s1.shadow .slide__content--headings .featured-icon-box{display: none;}
  .banner_slider_3 .slide.s1 .slide__content--headings h3{display: none;}
  .banner_slider_3 .slide.s1 .slide__content--headings {margin-top: 10px;}
 
}

/* /////////// IMAGE ZOOM /////////// */
.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner_video_slider .slide_video {
    position: absolute;
    width: 100%;
    height: auto;
    background-size: cover;
}

.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s;
}
@keyframes imageAnimation { 
  0% { animation-timing-function: ease-in; }
  8% { transform: scale(1.02); animation-timing-function: ease-out; }
  17% { transform: scale(1.04); animation-timing-function: ease-out; }
  22% { transform: scale(1.02); } 25% { -transform: scale(1.1); }
}



.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 


 