/**
  * Name: Devfox
  * Version: 1.0
  * Author: CymolThemes
  * Author URI: https://www.cymolthemes.com
*/

@import url('../../../css2.css');
@import url('../../../css2-1.css');

@import url('../../../css2-2.css');
@import url('../../../css2-3.css');
@import url('../../../css2-4.css');




/**

  1. General
     - Variables
     - Extra-outer

  2. Spacing

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

  4. Pre-loader

  5. SocialIcon / TooltipTop

  6. Slick_dots/arrows

  7. TopBar

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

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

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

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

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
b, strong{ 
  font-weight: 600;
  color: var(--base-dark);
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}
*::-moz-selection { 
    background: #ffea5c; 
    color: #000; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ffea5c; 
    color: #000;
    text-shadow: none; 
}
::selection { 
    background: #ffea5c; 
    color: #000; 
    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: Century;
    -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: #797979;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.faq-search-form input[placeholder]{color: #797979;}
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 #19A3DF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {   
  color: var(--body-font-color);
}
menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}
ul li{list-style-type: none;}

.min-box {
    position: relative;
    min-height: 785px;
}
.min-box_1 {
    position: relative;
    min-height: 675px;
}
.min-box_2 {
    position: relative;
    min-height: 700px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'Century', sans-serif;
    --base-bodyfont-Size: 14px;
    --base-bodyfont-color: #797979;    
    --base-skin: #19A3DF;
    --base-dark: #000000;
    --base-grey: #f7f7f7;
    --base-white: #ffffff;    
    --base-headingfont: 'Century', sans-serif;
    --base-headingfont-color: #000000;
}

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

/** Background Colors **/
.bg-base-skin { background-color: #19A3DF;}
.bg-base-dark { background-color: var(--base-dark);}
.bg-base-grey { background-color: var(--base-grey);}
.bg-base-white { background-color: var(--base-white);}
  
/** Text Colors **/
.text-base-skin { color: #19A3DF;}
.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: #19A3DF;}
.bg-base-dark > .prt-bg-layer{background-color: var(--base-dark);}
.bg-base-grey > .prt-bg-layer{background-color: var(--base-grey);}
.bg-base-white > .prt-bg-layer{background-color: var(--base-white);}

.bg-base-skin >.prt-bg-layer >.prt-col-wrapper-bg-layer-inner{background-color: #19A3DF;}
.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: white;}
.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 {
    color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark){color: #19A3DF;}
.bg-base-dark.text-base-white, .bg-base-skin.text-base-white {
    color: rgba(255,255,255,.95);
}

.overlay-box {
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #21A12E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -5px;
    padding: 32px 0px 33px 20px;
}
.overlay-inner-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    width: 100%;
    margin: 0px 0px 0px 18px;
}
.overlay-inner-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

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: 50px; line-height: 60px; }
h2 { font-size: 42px; line-height: 52px; }
h3 { font-size: 30px; line-height: 40px; }
h4 { font-size: 20px; line-height: 30px; }
h5 { font-size: 18px; line-height: 28px; }
h6 { font-size: 16px; line-height: 26px; }

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

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    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-dark);
}
.prt-fbar-right .prt-fbar-content-wrapper a.text-base-skin:hover{color: #19A3DF;}
img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label { font-size: 14px; }
.fs-14 { font-size: 14px !important; line-height: 26px; }
.fs-16 { font-size: 16px !important; line-height: 26px; font-weight: 700; }
.fs-18 { font-size: 18px !important; line-height: 26px; }
.fs-20 { font-size: 20px !important; line-height: 30px; }
.fs-22 { font-size: 22px !important; line-height: 35px; }
.fs-22 { font-size: 22px !important; line-height: 35px; }
.fs-33 { font-size: 33px !important; line-height: 43px; }

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

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

.box-shadow{ box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%); }

.border-rad_6 { border-radius: 6px;}
.border-rad_8 { border-radius: 8px;}
.border-rad_10 { border-radius: 10px;}

.border-tl-rad_5{border-top-left-radius: 6px;}
.border-tr-rad_5{border-top-right-radius: 6px;}
.border-br-rad_5{border-bottom-right-radius: 6px;}
.border-bl-rad_5{border-bottom-left-radius: 6px;}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}
.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }

.underline { position: relative; }
.underline:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #19A3DF;
    bottom: 1px;
    left: 0;
}
.border-rounded {
    border-radius: 50%;
}
.overlay-opacity-box {
    background: rgba(255, 255, 255, 0.80);
    padding: 70px 0;
    opacity: 1;
}
.img-content img {
    border-radius: 50%;
    height: 60px;
    min-width: 60px;
    margin-right: 15px;
}

/*line-border-bottom */
nav.main-menu ul.menu li ul.mega-submenu li a,
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-subtitle, 
.featured-imagebox-services.style1 .featured-title h3 a, 
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a, 
.featured-imagebox-post.style1 .featured-content .featured-title h3 a, 
.featured-imagebox-post.style3 .featured-content .featured-title h3 a, 
.featured-imagebox-post.style1 .prt-postbox-desc-footer a.prt-btn, 
.featured-imagebox-post.style3 .prt-postbox-desc-footer a.prt-btn, 
.featured-icon-box.style2 .featured-title h3 a, 
.featured-icon-box.style3 .featured-title h3 a, 
.featured-imagebox-portfolio.style2 .featured-title h3 a, 
.featured-imagebox-team.style1 .featured-content h3 a, 
.featured-imagebox-services.style2 .prt-servicebox-content .featured-bottom a, 
.featured-icon-box.style5 .featured-title h3 a, 
.featured-icon-box.style5 .featured-bottom a, 
.prt-fid.inside.style3 .prt-fid-btn a,
.featured-imagebox-post.style2 .featured-content .featured-title h3 a,
.prt-blog-classic .entry-header .entry-title a,
.prt-blog-classic .prt-blogbox-footer-readmore a,
.sidebar-right .widget ul.prt-recent-post-list>li> .post-detail a,
.featured-imagebox-services.style2 .featured-content .featured-title h3 a,
.featured-imagebox-services.style3 .featured-title h3 a,
.featured-imagebox-services.style5 .featured-title h3 a,
.featured-imagebox-services.style6 .featured-title h3 a{
    background-image: linear-gradient(var(--base-dark), var(--base-dark)), linear-gradient(var(--base-dark), var(--base-dark));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
nav.main-menu ul.menu li ul.mega-submenu li a:hover,
.prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .prt-box-subtitle,
.featured-imagebox-services.style1 .featured-title h3 a:hover,
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a:hover,
.featured-imagebox-post.style1 .featured-content .featured-title h3 a:hover,
.featured-imagebox-post.style3 .featured-content .featured-title h3 a:hover,
.featured-imagebox-post.style1 .prt-postbox-desc-footer a.prt-btn:hover,
.featured-imagebox-post.style3 .prt-postbox-desc-footer a.prt-btn:hover,
.featured-icon-box.style2 .featured-title h3 a:hover, 
.featured-icon-box.style3 .featured-title h3 a:hover, 
.featured-imagebox-portfolio.style2 .featured-title h3 a:hover, 
.featured-imagebox-team.style1 .featured-content h3 a:hover, 
.featured-imagebox-services.style2 .prt-servicebox-content .featured-bottom a:hover, 
.featured-icon-box.style5 .featured-title h3 a:hover, 
.featured-icon-box.style5 .featured-bottom a:hover, 
.prt-fid.inside.style3 .prt-fid-btn a:hover,
.featured-imagebox-post.style2 .featured-content .featured-title h3 a:hover,
.prt-blog-classic .entry-header .entry-title a:hover,
.prt-blog-classic .prt-blogbox-footer-readmore a:hover,
.sidebar-right .widget ul.prt-recent-post-list>li> .post-detail a:hover,
.featured-imagebox-services.style2 .featured-content .featured-title h3 a:hover,
.featured-imagebox-services.style3 .featured-title h3 a:hover,
.featured-imagebox-services.style5 .featured-title h3 a:hover,
.featured-imagebox-services.style6 .featured-title h3 a:hover{
    background-size: 0 1px, 100% 1px;
}

.featured-icon-box.style3 .featured-title h3 a:hover{
    background-image: linear-gradient(#19A3DF, #19A3DF), linear-gradient(#19A3DF, #19A3DF);
}


/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-0 {margin-right: -40px;margin-left: -15px;}
.spacing-1 {padding: 47px 45px 50px 85px;}
.spacing-2 {padding: 55px 90px 55px 90px; margin: -492px -90px 46px;}
.spacing-3 {padding: 45px 90px 60px 90px; margin: -125px -90px 0;}
.spacing-4 {padding: 0 50px 0 50px; margin: 108px 0 -103px -117px;}
.spacing-5 {padding: 87px 320px 90px 0px; margin: 90px 25px -90px 0px;}
.spacing-6 {margin: 0px 0px 0px -240px;}
.spacing-7 {padding: 55px 70px 90px 70px; margin: -110px -70px 0px -70px;}
.spacing-8 {padding: 360px 0 140px;}
.spacing-9 {padding: 65px 35px 0px 0px;}
.spacing-10 {padding: 55px 50px 107px 50px;margin: -490px 0px 14px 0px;}
.spacing-11 {padding: 55px 40px 0px 48px;}
.spacing-12 {padding: 43px 40px 0px 48px;}
.spacing-13 {padding: 49px 40px 46px 40px;}
.spacing-14 {padding: 70px 0px 70px 30px;}
.spacing-15 {padding: 10px 0px 10px 0px;}
.spacing-16 {padding: 85px 0px 87px 70px;}
.spacing-17 {padding: 60px 50px 34px 50px;}
.spacing-18 {padding: 50px 50px;margin: 0 123px;}
.spacing-19 {padding: 30px 45px 30px 45px;}
.spacing-20 {padding: 28px 15px 20px 50px;}
.spacing-21 {padding: 352px 0px 352px; margin: 0 -7px;}
.spacing-22 {padding: 19px 25px 25px;}
.spacing-23 {padding: 40px 40px 40px 40px;}
.spacing-24 {padding: 56px 52px 8px 55px;}
.spacing-25 {margin: 0px -51px 0 20px;}
.spacing-26 {padding: 23px 0 37px;}
.spacing-27 {padding: 64px 60px 30px 60px;}
.spacing-28 {padding: 70px 30px 70px 0px;}
.spacing-29 {padding: 53px 35px 45px 0px;}
.spacing-30 {padding: 0;}
.spacing-31 {padding: 0;}
.spacing-32 {padding: 53px 35px 45px 35px;}
.spacing-33 { padding: 300px 0; }
.spacing-34 {padding: 70px 60px 70px 60px;}
.spacing-35 {padding: 61px 50px 57px 50px;}
.spacing-36 {padding: 25px 45px 30px 45px;}

.prt-shape-bottom,
.prt-shape-top{position: relative;}
.prt-shape-bottom:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.prt-shape-top:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -15px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.pr-0{ padding-right: 0; }
.pr-5{ padding-right: 5px !important;}
.pr-10{ padding-right: 10px; }
.pr-15{ padding-right: 15px; }
.pr-20{ padding-right: 20px; }
.pr-25{ padding-right: 25px; }
.pr-30{ padding-right: 30px; }
.pr-35{ padding-right: 35px; }
.pr-40{ padding-right: 40px; }
.pr-45{ padding-right: 45px; }
.pr-50{ padding-right: 50px; }
.pr-60{ padding-right: 60px; }
.pr-100{ padding-right: 100px; }
.pr-110{ padding-right: 110px; }

.pl-0{ padding-left: 0px; }
.pl-5{ padding-left: 5px !important ; }
.pl-10{ padding-left: 10px; }
.pl-15{ padding-left: 15px; }
.pl-20{ padding-left: 20px; }
.pl-25{ padding-left: 25px; }
.pl-30{ padding-left: 30px; }
.pl-35{ padding-left: 35px; }
.pl-40{ padding-left: 40px; }
.pl-45{ padding-left: 45px; }
.pl-50{ padding-left: 50px; }
.pl-60{ padding-left: 60px; }
.pl-90{ padding-left: 90px; }

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

.pb-0{ padding-bottom: 0px; }
.pb-5{ padding-bottom: 5px ! important ; }
.pb-10{ padding-bottom: 10px; }
.pb-15{ padding-bottom: 15px; }
.pb-20{ padding-bottom: 20px; }
.pb-25{ padding-bottom: 25px; }
.pb-30{ padding-bottom: 30px; }
.pb-35{ padding-bottom: 35px; }
.pb-40{ padding-bottom: 40px; }
.pb-45{ padding-bottom: 45px; }
.pb-50{ padding-bottom: 50px; }
.pb-55{ padding-bottom: 55px; }
.pb-60{ padding-bottom: 60px; }
.pb-65{ padding-bottom: 65px; }
.pb-70{ padding-bottom: 70px !important; }
.pb-75{ padding-bottom: 75px !important; }
.pb-80{ padding-bottom: 80px; }

/** Margin **/
.mt-0{ margin-top: 0px; }
.mt-5{ margin-top: 5px !important ; }
.mt-10 { margin-top: 10px; }
.mt-12 { margin-top: 12px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-32{ margin-top: 32px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }
.mt-60{ margin-top: 60px; }
.mt-70{ margin-top: 70px; }
.mt-80{ margin-top: 80px; }

.mt_5{ margin-top: -5px ! important ; }
.mt_10{ margin-top: -10px; }
.mt_15{ margin-top: -15px; }
.mt_20{ margin-top: -20px; }
.mt_25{ margin-top: -25px; }
.mt_30{ margin-top: -30px; }
.mt_35{ margin-top: -35px; }
.mt_40{ margin-top: -40px; }
.mt_50{ margin-top: -50px; }
.mt_55{ margin-top: -55px; }
.mt_60{ margin-top: -60px; }
.mt_140{ margin-top: -140px; }
.mt_150{ margin-top: -150px; }
.mt_628{ margin-top: -628px; }

.mb-0{ margin-bottom: 0px; }
.mb-5{ margin-bottom: 5px !important ; }
.mb-10{ margin-bottom: 10px !important; }
.mb-12{ margin-bottom: 12px; }
.mb-15{ margin-bottom: 15px !important; }
.mb-25{ margin-bottom: 25px;}
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px;}
.mb-32{ margin-bottom: 32px;}
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-60{ margin-bottom: 60px; }
.mb-70{ margin-bottom: 70px; }
.mb-75{ margin-bottom: 75px; }

.mb_5{ margin-bottom: -5px !important ; }
.mb_10{ margin-bottom: -10px; }
.mb_12{ margin-bottom: -12px; }
.mb_15{ margin-bottom: -15px; }
.mb_20{ margin-bottom: -20px; }
.mb_25{ margin-bottom: -25px; }
.mb_30{ margin-bottom: -30px; }
.mb_35{ margin-bottom: -35px; }
.mb_40{ margin-bottom: -40px; }
.mb_45{ margin-bottom: -45px; }
.mb_50{ margin-bottom: -50px; }
.mb_60{ margin-bottom: -60px; }

.ml-0{ margin-left: 0px; }
.ml-10{ margin-left: 10px; }
.ml-12{ margin-left: 12px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-30{ margin-left: 30px; }
.ml-40{ margin-left: 40px; }
.ml-45{ margin-left: 45px; }
.ml-50{ margin-left: 50px; }
.ml-60{ margin-left: 60px; }
.ml-70{ margin-left: 70px; }
.ml-80{ margin-left: 80px; }


.ml_10{ margin-left: -10px; }
.ml_15{ margin-left: -15px; }
.ml_20{ margin-left: -20px; }
.ml_25{ margin-left: -25px; }
.ml_30{ margin-left: -30px; }
.ml_35{ margin-left: -35px; }
.ml_40{ margin-left: -40px; }
.ml_50{ margin-left: -50px; }
.ml_60{ margin-left: -60px; }
.ml_70{ margin-left: -70px; }
.ml_75{ margin-left: -75px; }

.mr-0{ margin-right: 0px !important ; }
.mr-10{ margin-right: 10px; }
.mr-12{ margin-right: 12px; }
.mr-15{ margin-right: 15px; }
.mr-20{ margin-right: 20px; }
.mr-25{ margin-right: 25px; }
.mr-30{ margin-right: 30px; }
.mr-35{ margin-right: 35px; }
.mr-40{ margin-right: 40px; }
.mr-50{ margin-right: 50px; }
.mr-60{ margin-right: 60px; }

.mr_10{ margin-right: -10px; }
.mr_15{ margin-right: -15px; }
.mr_20{ margin-right: -20px; }
.mr_25{ margin-right: -25px; }
.mr_30{ margin-right: -30px; }
.mr_35{ margin-right: -35px; }
.mr_40{ margin-right: -40px; }
.mr_50{ margin-right: -50px; }
.mr_60{ margin-right: -60px; }
.mr_221{ margin-right: -221px; }
.mr_225{ margin-right: -225px; }
.mr_230{ margin-right: -230px !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{ 
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 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: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, 
[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -100%;
	
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}
.tooltip-bottom:before{
    bottom: -7px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #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; 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: #fff;
    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: 'century';
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "<";
	background-color: white;
}
.slick_slider .slick-next:before {
    content: ">";
	background-color: white;
}
.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-arrows-style1 .slick-arrow {
    border: 1px solid #dbdbdb;
    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;
}

/* style2 */
.slick_slider.style2 .slick-arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background-color: var(--base-white);
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #E8E8E8;
}
.slick_slider.style2 .slick-prev { transform: translate(-100%, -50%); }
.slick_slider.style2 .slick-next { transform: translate( 100%, -50%); }
.slick_slider.style2 .slick-prev:before ,
.slick_slider.style2 .slick-next:before {
    content: "\e865";
    font-family: "century";
    font-weight: 500;
    text-align: center;
    color: var(--base-dark);
}
.slick_slider.style2 .slick-next:before { content:"\e801" }



/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.top_bar .social-icons li {
    min-width: auto;
    margin: 0 -2px;
}
.top_bar .social-icons li:last-child {
    margin-right: 0px;
}
.top_bar .social-icons li a{
    border: none;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: flex;
    position: relative;
    border-radius: 5px;
}
.top_bar_contact_item .top_bar_icon i { 
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
}
.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
    font-weight: 400;
}
.text-base-white .top_bar_contact_item a:hover{color: #19A3DF;}
.top_bar .social-icons li.prt-social-facebook a {
    background-color: #385DA9;
    border-color: #385da9;
}
.top_bar .social-icons li.prt-social-twitter a {
    background-color: #33ccff;
    border-color: #33ccff;
}
.top_bar .social-icons li.prt-social-linkedin a {    
  background-color: #0b84b3;
    border-color: #0b84b3;
}
.top_bar .social-icons li.prt-social-instagram a {
    background-color: #125688;
    border-color: #125688;
}
.top_bar_contact_item .social-icons ul {
    margin: 0;
}
.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}
.top_bar_icon .icon-location-2:before {
    margin: 0;
}
.top_bar_contact_item {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.80);
}
.top_bar_contact_item:first-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.40);
    z-index: 1;
}
.prt-header-style-03 .top_bar_contact_item:first-child:after{content: unset;}
.prt-header-style-03 .top_bar_contact_item:last-child:after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.40);
    z-index: 1;
}
.bg-base-dark.text-base-white, 
.bg-base-skin.text-base-white {
    color: rgba(255,255,255,.950);
}

.prt-header-style-03 .top_bar .social-icons li {
    padding-right: 15px;
    margin-right: 15px;
    float: left;
    text-align: center;
}
.prt-header-style-03 .top_bar .social-icons li a {
    font-size: 14px;
    width: auto;
    background: transparent;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
}
.prt-header-style-03 .top_bar .social-icons li a i {
    font-size: 0;
}
.prt-header-style-03 .top_bar .social-icons li:before {
    content: '';
    height: 5px;
    width: 5px;
    background: #19A3DF;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prt-header-style-03 .top_bar .social-icons li:last-child:before{content:unset;}


/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-branding img {
   /** max-height: 50px;**/
}

/**  side-menu **/
.side-menu-container {
    position: absolute;
    right: 50px;
    top: 21px;
    left: auto;
}
.side-menu{ position: relative; }
.side-menu a{
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: var(--base-dark);
    color: #fff;
    border-radius: 5px;
}
.side-overlay .side{
    display: inline-block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0px;
    width: 420px;
    padding: 45px 35px 35px;
    z-index: 5;
    background-color: #ffffff;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(../images/fltingbar-bg-img.jpg);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.side-overlay.on .side{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
}
.side .close-side{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 15px;
}
.side .prt-detailss ul>li {
    padding-bottom: 3px;
    list-style: none;
}
.side .prt-detailss li span:first-child {
    color: rgba(255,255,255,.95);
}
.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: #19A3DF;
}
.side .prt-detailss ul>li a,
.side p{
    color: rgba(255,255,255,.6);
}
.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px;
}
.side aside.widget_text .wrap-form.cta_form span.text-input input, 
.side aside.widget_text .wrap-form.cta_form span.text-input textarea, 
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgba(255,255,255,.40);
}

/* header_extra */
.prt-header-style-03 .header_extra .header_search {
    position: relative;
    height: 95px;
    width: 86px;
    line-height: 95px;
    padding-left: 0px;
    background-color: var(--base-grey);
    text-align: center;
    margin-left: 30px;
}
.prt-header-style-03 .btn-default.search_btn {
    background-color: #f7f7f7;
    color: #000000;
    font-size: 15px !important;
    border-left: 1px solid #e8e8e8;
    padding-right: 0;
}
.prt-header-style-03 .btn-default.search_btn .icon-search:before {
    font-weight: 700;
}
.header_search {
    margin-left: 45px;
}
.header_btn {
    padding-left: 18px;
}
.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 0;
    color: #fff;
    font-size: 21px;
    border-radius: 0;
    box-shadow: unset;
}
.header_search .header_search_content{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.87);
    height: 100%;
    width: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.header_search .header_search_content.on{
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header_search .header_search_content #searchbox{
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.header_search .header_search_content #search_query_top {
    background: none;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    height: 65px;
    padding: 0 55px 0 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    color: #fff;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.header_search .header_search_content input::placeholder{
    color: #fff;
}
.header_search .header_search_content_inner .close_btn {
    position: absolute;
    right: 10%;
    top: 55px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}
.header_search .header_search_content .close_btn i {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.header_search .header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header_search .search_btn {
    position: relative;
    padding: 0;
    border: none;
    font-size: 16px;
    display: block;
    font-weight: normal;
    padding-right: 18px;
    margin-right: 0px;
    color: var(--base-white);
}
.header_search .search_btn:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0px;
    top: 0;
    background-color: rgba( 255,255,255 ,0.20);
}

/**  fbar**/
.prt-header-style-02 .header_btn .prt-btn.btn-inline.prt-btn-color-darkgrey:hover {
    color: #19A3DF;
}
.prt-header-style-02 .prt-header-icons{
    position: relative;
    height: 86px;
    padding-left: 42px;
}
.prt-header-style-03 .prt-fbar-btn {
    margin-right: 31px;
    float: left;
    width: 108px;
    background-color: var(--base-grey);
    border-right: 1px solid #e8e8e8;
    height: 95px;
    line-height: 95px;
}
.prt-header-style-03 .prt-fbar-btn a span, 
.prt-header-style-03 .prt-fbar-close-icon i {color: rgba(255, 255, 255, 0.70);}
.prt-fbar-btn{
    padding-right: 0;
    margin: 0;
    width: 90px;
    height: 86px;
    line-height: 86px;
    background: var(--base-dark);
    opacity: 1;
    cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: right;
}
.prt-fbar-btn a {
    position: relative;
    display: block;
    background-color: transparent;
    font-size: 23px;
    text-align: center;
}
.prt-fbar-btn a span,
.prt-fbar-close-icon i{
    color: #19A3DF;
}
.prt-fbar-right .prt-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    border-bottom: 0 solid #999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000000;
    visibility: hidden;
    opacity: 0;
}
.prt-fbar-box-w {
    background-image: url(../images/bg-image/col-bgimage-01.png) !important;
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.prt-fbar-right .prt-fbar-box-w.animated .prt-fbar-close,
.prt-fbar-right .prt-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}
.prt-fbar .prt-fbar-box-w.prt-bg.prt-bgimage-yes>.prt-bg-layer {opacity: 0.20;z-index: -1;}
.prt-fbar-right .prt-fbar-content-wrapper,
.prt-fbar-content-wrapper_1 {
    overflow: hidden;
    height: 100%;
    padding: 35px;
    padding-bottom: 10px;
    z-index: 0;
    position: relative;
}
.prt-fbar-content-wrapper_1 {
    height: 100%;
    padding: 0px;
    overflow-y: scroll;
}
.prt-fbar-right .prt-fbar-content-wrapper { 
    padding: 0px;
}
.prt-fbar-right .prt-fbar-box .prt-fbar-widget.widget ul{
    margin: 0;
    padding: 0;
}
.prt-fbar-box {position: relative;z-index: 10;}
.prt-fbar-right .prt-fbar-box .prt-fbar-widget {
    float: none;
    width: auto;
    margin: 35px 0 0px;
    word-wrap: break-word;
}
.fbar-timebox h4 {margin-bottom: 8px;}
.prt-fbar-right .prt-fbar-widget.prt-fbar-widget-odd {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin: 35px 0 0px;
    padding-top: 35px;
}
.prt-fbar-right .prt-fbar-widget.prt-fbar-widget-odd  h4{color: var(--base-white);}
.prt-fbar-right .prt-fbar-box .prt-fbar-widget:first-child {margin-top: 35px; padding: 0;}
.prt-fbar-right .prt-fbar-box .author-widget_img img {margin-bottom: 15px;}
.prt-fbar-box .textwidget.widget-text .prt-author-widget.text-base-white,
.prt-fbar-box .textwidget.widget-text .prt-content-header p {
    line-height: 30px;
    color: rgba(255, 255, 255, 0.70) !important;
}
ul.prt-pricelist-block {padding: 0;font-size: 14px;margin-top: 0;}
.prt-fbar-box-w.prt-textcolor-white ul.prt-pricelist-block li {color: #fff;border-bottom: 1px solid rgba(255,255,255,.2);}
.prt-fbar-box ul.prt-pricelist-block li {display: block;flex-wrap: unset;padding: 15px 0;}
.prt-fbar-box .widget ul>li {border: none;overflow: hidden;margin-bottom: 20px;padding: 0px 0px 0px 0; display: block;}
ul.prt-pricelist-block li {
    font-size: 15px;
    line-height: 23px;
    list-style: none;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prt-fbar-box ul.prt-pricelist-block li span {width: unset;float: none;}
ul.prt-pricelist-block li span {width: 120px;display: inline-block;float: left;}
.prt-fbar-box ul.prt-pricelist-block li .service-price {float: right;}
.prt-fbar-widget .featured-icon-box.left-icon .prt-icon.prt-icon_element-size-md{height: 55px;width: 55px;line-height: 55px;}
.prt-fbar-widget .featured-icon-box .featured-desc p{line-height: 26px;margin-bottom: 10px;}
.prt-fbar-widget .featured-icon-box.left-icon .featured-content .featured-title h5{font-weight: 500;margin-bottom: 5px;}
.prt-fbar-widget .featured-icon-box.left-icon .featured-content{padding-left: 35px;}
.prt-fbar-btn-link .prt-fbar-close-icon{display: none;}
.prt-fbar-box .widget ul>li img {
    display: block;
    width: 120px;
    float: left;
    margin-right: 21px;
    padding-top: 0;
    border-radius: 0;
}
.prt-fbar-right .prt-fbar-box-w .prt-fbar-close {
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prt-fbar-close {
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
input[type="email"] {
    background-color: rgba(255, 255, 255, 0.10);
    color: var(--prt-whitecolor);
    padding: 8px 205px 8px 15px;
    margin-bottom: 0;
    font-size: 14px;
}

button.submit {
    position: absolute;
    right: 0;
    left: auto;
    background-color: #19A3DF;
    padding: 15px 30px 14px;
    border: 0;
    color: var(--base-dark);
    font-size: 13px;
    line-height: 15px;
}

form#mc4wp-form-3 {
    margin: 27px 0 0 0;
    width: 544px;
    position: relative;
}

ul.fbar-conatct-wrap {
    margin: 0;
    padding: 0;

}
.prt-fbar-widget.widget.fbar-conatct-odd ul.fbar-conatct-wrap{display: flex;}
.prt-fbar-widget.widget.fbar-conatct-odd{
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    margin-top: 50px;
    padding-top: 40px;
}
.fbar-conatct {
    width: 80%;
    float: left;
}
.prt-social-links-wrapper_1 {
    width: 20%;
    float: left;
    text-align: right;
}
.fbar-conatct ul.fbar-conatct-wrap li {
    margin-right: 100px;
    padding: 0;
}
.fbar-conatct ul.fbar-conatct-wrap li h4 {
    color: #19A3DF;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}
.fbar-conatct ul.fbar-conatct-wrap li a {
    line-height: 30px;
}
.fbar-conatct ul.fbar-conatct-wrap li a,
.fbar-conatct ul.fbar-conatct-wrap li span{
    color: rgba(255, 255, 255, 0.70);
}
.fbar-conatct ul.fbar-conatct-wrap li a:hover{
  color: #19A3DF;
}
.prt-social-links-wrapper_1 li {
    padding: 0px 0px 15px 0;
}
.prt-social-links-wrapper_1 ul.social-icons li {
    padding: 0px 0px 15px 0;
    min-width: 23px;
}
.prt-social-links-wrapper_1 ul.social-icons li a {
    background: transparent;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.50);
    color: rgba(255, 255, 255, 0.50);
    border: 1px solid #f1f1f1;
    text-align: center;
    display: block;
    margin-right: 5px;
}
.prt-social-links-wrapper_1 ul.social-icons li a:hover {
    border-color: #19A3DF;
    color: #19A3DF;
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
}
nav.main-menu ul {
    margin: 0;
}
#site-header-menu .site-navigation ul.menu > li >a {
    font-size: 16px;
    text-decoration: none;
    z-index: 1;
}
#site-header-menu .prt-stickable-header .site-navigation ul.menu > li.active >a {
    color: #19A3DF;
}

/* .widget_info */
.widget_info{
    position: relative;
}
.widget_info:not(:last-child) {
    padding-right: 40px;
    margin-right: 9px;
    border-right: 1px solid #e8e8e8;
} 
.widget_info .widget_icon{
    font-size: 40px;
    display: inline-block;
    vertical-align: top;
    padding-top: 23px;
    line-height: normal;
    color: var(--base-dark);
}
.widget_info .widget_content {
    margin-left: 16px;
    position: relative;
}
.prt-header-style-03 .widget_info{
    background-color: #19A3DF;
    padding: 12px 40px;
}
.widget_info:not(:last-child):after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.10);
    display: block;
    position: absolute;
    right: 35px;
    top: 0px;
}
.widget_info .widget_title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.widget_info .widget_desc, .widget_info .widget_desc a{
    font-size: 13px;
    margin-bottom: 0;
}


/* ===============================================
    Footer
------------------------*/
.footer{
    background-color: var(--base-dark);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer.text-base-white,
.footer.text-base-white a {
    color: rgba(255, 255, 255, .65);
}
.footer.text-base-white a:hover {
    color: #19A3DF !important;
}
.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}
.footer .social-icons li {
    margin: 0;
}
.footer .social-icons li a:hover {
    background-color: #19A3DF;
    color: var(--base-white);
    border-color: #19A3DF;
}
.footer .social-icons li a:hover i{
    color: var(--base-white);
}
.footer .widget .widget-title {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: var(--base-white);
}
.footer .widget ul{
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}
.footer .first-footer .widget-area:before {
    content: '';
   /* background: rgba(255,255,255,.10);*/
    height: 20px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer .first-footer .row .col-lg-4.widget-area:last-child:before{
    content: unset;
}

/* first-footer */
.footer .first-footer {
    padding: 60px 0 15px;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,.10);
}
.footer .first-footer .widget {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .first-footer .widget ul.social-icons > li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}
.footer .first-footer .widget ul.social-icons li a {
    color: rgba(255, 255, 255, 0.70);
    width: auto;
    height: auto;
    line-height: initial;
    border-radius: 50% !important;
    border: 0 solid rgba(255, 255,255,0.10);
    margin: 0;
    font-size: 15px;
    background: transparent !important;
    text-transform: capitalize;
    position: relative;
}
.footer .first-footer .widget ul.social-icons li a:before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.70);
    height: 1px;
    width: 100%;
    bottom: 2px;
    left: 0;
    margin: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    transform: unset;
}
.footer .first-footer .widget ul.social-icons li a:hover,
.footer .first-footer .widget ul.footer-nav-menu li a:hover {
    color: #19A3DF;
}
.footer .first-footer .widget ul.social-icons li a:hover:before{
    background-color:#19A3DF;
}
.footer .first-footer .widget ul.footer-nav-menu {
    text-align: center;
}
.footer .first-footer .widget ul.footer-nav-menu li {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}
.footer .first-footer .widget ul.footer-nav-menu li a,
.second-footer .footer_customdesc p{
  color: rgba(255, 255, 255, 0.70);
}

/* second-footer */
.second-footer .widget {
    padding: 15px 0px 40px;
}
.second-footer .row .col-lg-8.widget-area .widget:first-child{
    margin-right: 60px;
}
.second-footer .footer_customheading {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 32px;
    padding-bottom: 40px;
    color: var(--base-white);
    border-bottom: 2px solid #19A3DF;
}
.second-footer .footer_customheading div {
    display: inline-block;
}
.second-footer .footer_customheading div span{
  color: #19A3DF;
}
.second-footer .footer_customdesc {
    font-size: 16px;
    line-height: 30px;
 
}
.widget-footer-button .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover{
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-dark);
}
.widget-area{position:relative;}
.second-footer .widget_nav_menu ul li {
    display: inline-block;
    width: calc( 50% - 2px);
    float: none;
    padding: 0px 0px 13px 0;
    font-size: 15px;
}
.second-footer .prt-contactinfo ul.contact-widget-wrapper {
    margin-top: 30px;
}
.second-footer .prt-contactinfo ul.contact-widget-wrapper li {
    padding-bottom: 15px;
    font-size: 15px;
}
.second-footer .prt-contactinfo ul.contact-widget-wrapper li a {
    border-bottom: 1px solid;
}
.second-footer .prt-contactinfo ul.contact-widget-wrapper li a,
.second-footer .prt-contactinfo span,
.second-footer .widget_nav_menu ul.menu li a {
    color: rgba(255, 255, 255, 0.70);
}
.second-footer .widget_nav_menu ul.menu li a:hover,
.second-footer .prt-contactinfo ul.contact-widget-wrapper li a:hover{color: #19A3DF;}


/* contact-widget */
.second-footer .contact-widget {
    padding: 0px;
    margin: 20px 0 45px;
}

/* bottom-footer-text */
.footer.text-base-white .bottom-footer-text span a{color: #19A3DF;}

/* newsletter-form */
.newsletter_widget .widget-title { 
    margin-bottom: 10px !important;
}
.newsletter-form { 
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.newsletter-form p{margin-bottom: 0px;}
.newsletter-form p.cookies{padding-top: 9px;}
.newsletter-form input[type="email"] {
    border: unset;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: 0 25px 0 30px;
}
.newsletter-form button[type="submit"] {
    position: absolute;
    top: 6px;
    border: 0;
    right: 0;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: var(--base-white);
    -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;
}
.newsletter-form button[type="submit"] i {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70);
}
.newsletter-form button[type="submit"]:hover i{
    color: #19A3DF;
}
.newsletter-form .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: #19A3DF;
}
.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i{
    background-color: #19A3DF;
    color: var(--base-white);
}

/* style1 */
.newsletter-form_1 p {margin: 0;}
.newsletter-form_1 .mailchimp-inputbox{margin: 0px 0 0 91px;}
.newsletter-form_1{position: relative;}
.newsletter-form_1 input[type=email] {
    border: none;
    padding: 15px 205px 15px 15px;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0.07);
    margin-bottom: 0;
    font-size: 14px;
    color: var(--base-dark);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    position: relative;
}
.newsletter-form_1 button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 175px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 20px;
    height: 56px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-transform: capitalize;
    color: #19A3DF !important;
}

/* checkbox  */
.footer input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}
.footer input[type=checkbox] + label{
  height: 15px;
  width: 15px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 6px;
}
.footer input[type=checkbox] + label:before{
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  content: " ";
  display:inline-block;
  vertical-align: top;
}
.footer input[type=checkbox]:checked + label:before{
  content: "";
  border: solid;
  border-color: #19A3DF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  left: 3px;
  top: 0;
  width: 6px;
  height: 10px;
  background-color: transparent!important;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
}

/** widget_nav_menu **/
.footer .widget.widget_nav_menu ul > li a,
.footer .widget.link-widget ul > li a{color: rgba(255, 255, 255, 0.70);}

/* multi_widget */
.widget.link-widget {
    padding-left: 30px;
}

/** widget_cta **/
.widget_cta h4 { 
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
    color: #19A3DF !important;
}
.widget.widget_cta.clearfix {
    padding-left: 100px;
}
ul.widget_contact_wrapper li {
    padding-left: 45px;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255,255,255,.70);
    border-bottom: 1px solid rgba(255,255,255,.2);
}
ul.widget_contact_wrapper li > a {
    display: block;
    color: var(--base-white) !important;
    margin-bottom: 5px;
}
ul.widget_contact_wrapper li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
ul.widget_contact_wrapper li i{
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    color: #19A3DF;
}
footer .g-map iframe {
    width: 100%;
    margin-top: 15px;
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 5px;
}

/** copyright **/
.copyright{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.70);
}
.bottom-footer-text {
    border-top: 1px solid rgba(255, 255, 255, .10);
}
.copyright a{
      color: rgba(255, 255, 255, 0.70);
}
.copyright a:hover{
  color: #19A3DF;
}
.copyright .footer_logo {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.copyright .footer_logo img {
    max-height: 38px;
}
.copyright .footer_logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background: rgba(255, 255, 255, .10);
    height: 25px;
    width: 1px;
    display: block;
}
.copyright .prt-footer2-left,
.copyright .prt-footer2-right{
    padding-top: 23px;
    padding-bottom: 27px;
    font-size: 14px;
}
.copyright .prt-footer2-right {
    text-align: right;
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: var(--base-dark);
    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: 0px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: #19A3DF;
}
@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-image: url(../images/pagetitle-bg.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.prt-page-title-row.prt-bg.prt-bgimage-yes > .prt-titlebar-wrapper-bg-layer{
    opacity: .01;
}
.prt-page-title-row-inner {
    position: relative;
    display: table;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 199px 0 100px;
    text-align: center;
    background-color: #0F478C;
}
.page-title-heading h2 {
    display: table-cell;
    padding-left: 20px;
    font-weight: 500;
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 10px;
    color: var(--base-white);
    position: relative;
}
.page-title-heading h2:before{
    content: '';
    height: 100%;
    width: 4px;
    background: #19A3DF;
    display: block;
    position: absolute;
    left: 0;
    right: auto;
}
.breadcrumb-wrapper {
    text-align: left;
    padding-top: 13px;
}
.breadcrumb-wrapper span{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #19A3DF;
}
.breadcrumb-wrapper span:first-child{
    padding-right: 16px;
}
.breadcrumb-wrapper span:first-child a{
    color: var(--base-white);
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "  /  ";
    top: 1px;
    width: 9px;
    height: 9px;
    right: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}


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

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.prt-service-single-content-area div:not(.featured-title) > h3 { font-size: 30px; line-height: 40px; }
.prt-service-single-content-area p:not(:last-child) { margin-bottom: 25px; }
.prt-service-single-content-area .prt_fatured_image-wrapper { position: relative; border-radius: 5px; overflow: hidden;}
.prt-service-single-content-area img { width: 100%; }


/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.prt-team-member-single-content h3, .prt-team-member-content h3 { 
    font-size: 30px; 
    margin-bottom: 20px;
}
.prt-team-member-single-content .prt-featured-wrapper img {
    margin: 0;
}
.prt-team-member-detail {
    padding: 40px 50px 47px;
    border-radius: 0px;
    background-color: var(--base-grey);
}
.prt-team-member-detail .prt-team-member-single-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}
.prt-team-member-detail .prt-team-member-single-position {
    display: inline-block;
    padding-bottom: 3px;
}
.prt-team-member-detail .prt-short-desc { margin: 18px 0 11px; }
.prt-team-member-detail ul {
    margin: 0;
    padding: 0;
}
.prt-team-details-list li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    display: block;
    float: left;
    padding: 22px 0 0 0;
    width: 100%;
}
.prt-team-details-list .prt-team-list-title, 
.prt-team-details-list .prt-team-list-value,
.prt-team-details-list .prt-team-list-value a {
    display: block;
    color: var(--body-font-color);
}
.prt-team-details-list .prt-team-list-value a:hover {
    color: var(--base-dark);
}
.prt-team-details-list .prt-team-list-value {
    font-size: 15px;
    margin-top: 7px;
}
.prt-team-details-list .prt-team-list-title  {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--base-dark) !important;
}
.prt-team-member-detail .prt-social-share-wrapper {
    padding-top: 37px;
}
.prt-team-member-detail .prt-social-share-wrapper ul { 
    display: inline-flex;
}
.prt-team-member-detail .prt-social-share-wrapper ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}
.prt-team-member-detail .prt-social-share-wrapper ul li:last-child { padding-right: 0; }
.prt-team-member-detail .prt-social-share-wrapper ul li a {
    border: 0px solid transparent;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 0;
}
.prt-team-member-detail .prt-social-share-wrapper ul li > a > i {
    font-size: 15px;
    line-height: 35px;
    color: var(--base-white);
}
.prt-team-member-detail .prt-social-share-wrapper ul li.social-facebook a {
    background-color: #385da9;
}
.prt-team-member-detail .prt-social-share-wrapper ul li.social-twitter a {
    background-color: #3cf;
}
.prt-team-member-detail .prt-social-share-wrapper ul li.social-pinterest a {
    background-color: #bd081c;
}
.prt-team-member-detail .prt-social-share-wrapper ul li.social-linkedin a {
    background-color: #0073b1;
}
.prt-team-member-detail .prt-social-share-wrapper ul li a:hover {
    background-color: #19A3DF;
}
.prt-team-member-detail .prt-social-share-wrapper ul li a:hover i {
    color: var(--base-dark);
}
.prt-team-member-content { padding-top: 35px; }

/*------------------------------------------------------------------------------*/
/*  Faq
/*------------------------------------------------------------------------------*/
.faq-search-form { position: relative; width: 46%; margin: auto;}
.faq-search-form input[type="search"] {
    padding: 21px 45px 21px 20px;
    background-color: var(--base-white);
    border-color: #e8e8e8;
}
.faq-search-form .btn[type=submit] {
    content: "";
    position: absolute;
    top: 10%;
    right: 10px;
    padding: 0;
    width: 40px;
    height: 80%;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border: none;
    border-radius: unset;
    box-shadow: unset;
    color: var(--base-bodyfont-color);
    opacity: 0.4;
}
.faq-search-form .btn[type=submit]:hover { background-color: #fff; color: var(--base-bodyfont-color); }
.faq-search-form input[type="search"]::placeholder { color: #e8e8e8; }


/*------------------------------------------------------------------------------*/
/*  Project_Blog
/*------------------------------------------------------------------------------*/ 
.prt-pf-detail-box { position: relative; }
.prt-pf-detail-box .prt_pf_image-wrapper { 
    border-radius: 10px;
    overflow: hidden;
}

.prt-pf-single-detail-box {
    padding: 52px 0 0;
}
.prt-pf-single-detail-box .prt-pf-single-detail-box-title h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.prt-pf-single-detail-box ul{
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0px -1px -1px 0;
    background: var(--base-grey);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #e8e8e8;
}
.prt-pf-single-detail-box ul li {
    position: relative;
    display: inline-block;
    padding: 35px 40px;
    text-align: left;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-color: var(--base-grey);
    margin-right: 0;
    float: left;
    width: 25%;
    min-height: 130px;
}
.prt-pf-single-detail-box ul li:nth-child(4) ,
.prt-pf-single-detail-box ul li:nth-child(8){
    border-right: none;
}
.prt-pf-single-detail-box ul li:nth-child(5) ,
.prt-pf-single-detail-box ul li:nth-child(6),
.prt-pf-single-detail-box ul li:nth-child(7) ,
.prt-pf-single-detail-box ul li:nth-child(8){
    border-bottom:none;
}
.prt-pf-single-detail-box ul li > span { 
    display: block;
    font-size: 14px;
    line-height: 26px;
}
.prt-pf-single-detail-box ul li > span:first-child {
    font-size: 20px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    line-height: 26px;
    margin: 0 0 5px 0;
    display: block;
}
.prt-pf-single-detail-box ul li:last-child { padding-right: 0; }

.prt-pf-single-content-area {
    padding-top: 15px;
}
.prt-pf-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}
.prt-pf-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef;
}
.prt-pf-single-content-area .social-icons li>a {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #676b72;
}
.prt-pf-single-content-area .social-icons li>a:hover {
    border-color: var(--base-white);
    color: var(--base-white);
    background-color: #19A3DF;
}
.prt-pf-single-content-area .prt-pf-single-category span {
    color: #19A3DF;
    font-size: 15px;
    font-weight: 600;
}
.prt-pf-single-content-area .prt-pf-single-category a:not(:hover ) {
    color: inherit;
}
.prt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* style1 */
.prt-pf-single-detail-box.style1 { padding: 55px 0 0;}
.prt-pf-single-detail-box.style1 ul li {
    width: 50%;
    text-align: center;
}
.prt-pf-single-detail-box.style1 ul li:nth-child(2) {border-right: 0;}
.prt-pf-single-detail-box.style1 ul li.prt-pf-details-date:last-child{
    width: auto;
    padding: 3px 40px 12px;
    min-height: auto;
    margin: 0 auto;
    border-right: 0;
}

/*prt-pf-details-date */
.prt-pf-details-date .prt-social-share-wrapper {
    padding-top: 18px;
}
.prt-pf-details-date .prt-social-share-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
    margin-right: 0;
    padding-right: 6px;
    font-weight: 500;
    color: var(--base-dark);
    float: left;
    position: relative;
}
.prt-pf-details-date .prt-social-share-links {
    float: left;
    position: relative;
}
.prt-pf-details-date .prt-social-share-links ul {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0;
    border:none;
}
.prt-pf-details-date .prt-social-share-links ul li {
    display: inline-block;
    padding: 0 6px 0 0;
    border: none;
    background-color: transparent;
    width: auto;
    min-height: auto;
    margin: 0;
}
.prt-pf-details-date .prt-social-share-links ul li a {
    height: 28px;
    width: 28px;
    line-height: 26px;
    background: var(--base-white);
    border: 1px solid #e8e8e8;
}
.prt-pf-details-date .prt-social-share-links ul li a:hover{background-color: #19A3DF;}
.prt-pf-single-title.mt_30 {font-size: 34px;}

p.first-character {padding-top: 10px;}
p.first-character:first-letter {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
    padding: 2px 18px 0px 0px;
    color: var(--base-dark);
    float: left;
}

/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
.col-lg-8.content-area,
.col-xl-8.content-area{
    padding: 70px 0;
}
.sidebar-right .widget {
    background-color: var(--base-white);
    margin-bottom: 30px;
    padding: 25px 30px 36px;
    position: relative;
}
.sidebar-right .widget.widget-contact{
    padding: 49px 30px 35px;
}
.sidebar-right .widget.widget-banner {
    padding: 25px 30px 19px;
}
.sidebar-right .widget h3 {
    padding: 0 30px 21px 30px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin-right: -30px;
    margin-left: -30px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
}
.sidebar-right .widget:before{
    content: '';
    height: 5px;
    width: 85%;
    display: block;
    background-color: #19A3DF;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: all 0.5s linear;
}
.sidebar-right .widget:hover:before {
    width: 100%;
    transition: all 0.5s linear;
}
.sidebar-right .widget ul {
    margin: 0;
    padding: 0;
}
.sidebar-right .widget ul.prt-recent-post-list>li {
    padding: 0 0 15px 0;
    border: 0;
}
.sidebar-right .widget ul.prt-recent-post-list>li img {
    display: block;
    width: 105px;
    height: 83px;
    float: left;
    margin-right: 21px;
}
.sidebar-right .widget ul.prt-recent-post-list>li> .post-detail a {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--base-dark);
}
.sidebar-right .widget ul.prt-recent-post-list>li> .post-detail a .post-date {
    color: var(--base-dark);
}

article.prt-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
    overflow: hidden;
}
article.prt-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.prt-blog-classic .prt-post-featured-wrapper  { 
    position: relative; 
    overflow: hidden;
}
article.prt-blog-classic .prt-blog-classic-content{
    background-color: var(--base-grey);
    padding: 33px 40px 33px 40px;
    position: relative;
    display: block;
}
.prt-blog-classic .prt-box-post-cat{
    z-index: 1;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0 14px 2px;
    position: absolute;
    background-color: #19A3DF;
    color: var(--base-white);
}
.prt-blog-classic .prt-box-post-cat a{
    color: var(--base-white);
}
.prt-blog-classic .post-meta, 
.prt-blog-single .post-meta {
    position: relative;
    display: block;
    width: auto;
    margin-left: 0px;
}
.prt-blog-classic .prt-blogbox-footer-readmore {
    float: right;
}
.prt-blog-classic .post-meta .prt-meta-line, .prt-blog-single .post-meta .prt-meta-line {
    padding-right: 20px;
    position: relative;
    color: inherit;
}
.sidebar-right .widget.widget-recent-post {
    padding: 23px 30px 28px;
}
.prt-blog-classic .post-meta .prt-meta-line:not(:last-child):after, 
.prt-blog-single .post-meta .prt-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    right: 7px;
    top: 5px;
    background-color: #CACACA;
}
.prt-blog-classic .post-meta .prt-meta-line.comment:after,
.prt-blog-single .post-meta .prt-meta-line.comment:after{content: unset;}

.prt-blog-single .post-meta .prt-meta-line.comments-links:after{content: unset;}
.prt-blog-classic .post-meta .prt-meta-line a, 
.prt-blog-single .post-meta .prt-meta-line a { color: var(--body-font-color); }

.prt-blog-classic .post-meta .prt-meta-line:last-child{
    padding-right: 0;
}
.prt-blog-classic .post-meta .prt-meta-line i, .prt-blog-single .post-meta .prt-meta-line i {
    padding-right: 10px;
}
.prt-blog-classic .entry-header .entry-title {
    font-size: 30px;
    line-height: 40px;
    position: relative;
}
.prt-blog-classic .prt-post-entry-header {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.prt-blog-classic .prt-post-featured-quote {
    background-image: url(../images/blog-quote-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 53px 40px 45px;
    position: relative;
}
.prt-blog-classic .prt-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    top: 0;
    left: 0;
    z-index: 1;
}
.prt-blog-classic blockquote {     
    margin: 0;
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    padding-left: 85px; 
}
.prt-blog-classic .prt-post-featured-quote blockquote:before {
    content: '\e876';
    display: block;
    font-family: 'century';
    height: 60px;
    width: 60px;
    font-size: 60px;
    line-height: 60px;
    color: #19A3DF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
}
.prt-blog-classic blockquote cite {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    text-decoration: underline;
    position: relative;
}

/*contact*/
.widget.widget-contact .contact_shape_bg p {padding-top: 15px;}
.widget.widget-contact .contact_shape_bg .prt-social-links-wrapper {padding-top: 5px;}
.widget.widget-contact .contact_shape_bg .prt-social-links-wrapper .social-icons li a {
    min-width: 22px;
}
.widget.widget-contact .contact_shape_bg .prt-social-links-wrapper i {
    font-size: 13px;
}

/* search */
.widget.widget-search {
    padding: 30px 30px 30px;
    border: none;
    background-color: var(--base-dark);
}
.sidebar-right .widget.widget-search:before{content: unset;}
.sidebar-right .widget.widget-search .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sidebar-right .widget.widget-search form.search-form {
    position: relative;
}
.sidebar-right .widget.widget-search form.search-form label {
    display: block;
}
.sidebar-right .widget.widget-search form.search-form input[type="search"] {
    border: 1px solid #f0f0f0;
    padding: 12px 53px 12px 15px;
}
.sidebar-right .widget.widget-search form.search-form .btn[type=submit] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    height: 100%;
    line-height: 0;
    font-size: 14px;
    z-index: 1;
    border-radius: unset;
    box-shadow: unset;
}
.sidebar-right .widget.widget-search form.search-form .prt-btn:hover {
    background-color: #19A3DF;
    border-color: #19A3DF;
    color: var(--base-dark);
}


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.prt-blog-single .prt-post-featured-wrapper {    
    overflow: hidden;
    margin-bottom: 20px;
}
.prt-blog-single .post-meta  {
    display: block;
    padding: 5px 0 15px 0;
}
.prt-blog-single h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.prt-blog-single blockquote {
    text-align: center;
    display: block;
    padding: 38px 30px 32px 30px;
    position: relative;
    border-left: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    border-radius: 0px;
    z-index: 1;
    margin-bottom: 0;
    background-color: var(--base-grey);
}
.prt-blog-single p { margin-bottom: 20px; }
.prt-blog-single blockquote p { margin-bottom: 0; }
.prt-blog-single blockquote:before {
    display: block;
    content: "\e877";
    font-family: 'century';
    position: absolute;
    bottom: 0;
    top: 110px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 72px;
    font-weight: 400;
    font-style: normal;
    color: var(--base-bodyfont-color);
    opacity: 0.15;
}
.prt-blog-single blockquote cite {
    display: inline-block;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    padding-top: 27px;
    color: var(--base-dark);
}
.prt-blog-single .prt_tag_lists {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prt-blog-single .prt_tag_lists .prt-tags-links-title span,
.prt-tags-links-title span {
    color: var(--base-dark);
    font-weight: 600;
    font-size: 15px;
}
.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 15px;
    padding-left: 5px;
    display: inline-block;
    font-weight: normal;
    color: var(--body-font-color);
}
.prt-blog-single .prt-social-share-wrapper ul { 
    display: inline-flex;
}
.prt-blog-single .prt-social-share-wrapper ul li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.prt-blog-single .prt-social-share-wrapper ul li:last-child { padding-right: 0; }
.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 0px solid transparent;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    border-radius: 0;
}
.prt-blog-single .prt-social-share-wrapper ul li > a > i {
    font-size: 14px;
    line-height: 35px;
    color: var(--base-white);
}
.prt-blog-single .prt-social-share-wrapper ul li.social-facebook a {
    background-color: #385da9;
}
.prt-blog-single .prt-social-share-wrapper ul li.social-twitter a {
    background-color: #3cf;
}
.prt-blog-single .prt-social-share-wrapper ul li.social-pinterest a {
    background-color: #e40000;
}
.prt-blog-single .prt-social-share-wrapper ul li.social-linkedin a {
    background-color: #0073b1;
}
.prt-blog-single .prt-social-share-wrapper ul li.social-gplus a{
    background-color: #db4a39;
}
.prt-blog-single .prt-social-share-wrapper ul li a:hover i {
    color: var(--base-dark);
}

/*blog-comment*/
.prt-blog-classic-box-comment { margin-top: 35px; }
.comments-area {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 36px 30px 25px;
}
.comments-area h2.comment-reply-title {
    font-size: 28px;
    line-height: 32px;
}
.comment-respond { margin-bottom: 20px; }
.comments-area h3.comment-reply-title{
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 15px;
}
.comments-area p { margin-bottom: 25px; }
p.form-submit {margin-bottom: 0;}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    vertical-align: middle;
    width: 100%;
    color: #8d8d8d;
    padding: 11px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: inherit;
}
.comment-form textarea { height: 125px; }
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{ 
    background-image: url(../images/404-page-bg.png);
    background-color: rgba(255,255,255,0.1);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
section.error-404 .error-page-not-found {
    padding: 130px 0px;
    text-align: center;
    position: relative;
    display: block;
}

section.error-404 .error-page-not-found:before {
    content: '';
    height: 622px;
    width: 622px;
    background: var(--base-grey);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.prt-404-img, .page-content {
    position: relative;
}
section.error-404 .page-content {
    border-bottom: none;
    margin: 0;
    padding-top: 45px;
}

section.error-404 .page-content h3 {
    font-size: 50px;
    line-height: 100%;
}
section.error-404 .page-content p { font-size: 15px;}
section.error-404 .page-button {
    margin-top: 30px;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map { display: block; height: 220px; width: 100%; }
#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    border-radius: 5px;
}

.g-map {
    display: block;
    height: 300px;
    width: 100%;
}
.g-map iframe {
    width: 100%;
    height: 100%;
}
.g-map.style2 { height: 610px; }
.g-map.style2 iframe { 
    filter: brightness( 91% ) contrast( 126% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.g-map.style3 { height: 400px; }

.g-map-opposite-desc { 
    width: 64%;
    margin-left: auto;
    padding-right: 15px;
}