@charset "utf-8";
/*
Theme Name: Base Theme v2.0
Author: Link Web Development
Author URI: https://www.linkweb.ca/
Description: Custom theme developed as a boilerplate for custom development
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linkweb
*/
html {
  scroll-behavior: smooth;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #313131;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #313131;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #313131;
}
:-moz-placeholder { /* Firefox 18- */
  color: #313131;
}

/*
.skew { transform: skewY(-2deg); backface-visibility: hidden; }
.unskew { transform: skewY(2deg); backface-visibility: hidden; }
*/
/*.skew + section:not(.skew) { padding-top: 30px; }*/

@media (max-width: 991px) {
  .responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .responsive-video iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }
}

/* general */
#wrapper { position: relative; }

/* header */
#main-header { width: 100%; z-index: 1039; transition: all 0.5s ease; position: relative; top: 0; left: 0; }


#header { position: relative; z-index: 98; padding-top: 10px; padding-bottom: 10px; }
#header > .container > .row > div { position: static; }
#header #logo { display: block; opacity: 0; transition: opacity 0.3s ease; }
#header #logo > img { width: 74px; }

/* main nav */
#main-nav { padding: 0; }
#main-nav .menu-item { padding: 0; }
#main-nav .menu-item > .nav-link { font-size: 13px; font-weight: 700; color: #243350; letter-spacing: 0.03em; text-transform: uppercase; padding: 12px 15px; position: relative; z-index: 1001; z-index: 8; }
#main-nav .menu-item > .nav-link > span { display: none; }
#main-header.transparent:not(.sticky) #main-nav .menu-item > .nav-link { color: #FFF; }
#main-nav .menu-item.btn { margin-left: 30px; line-height: inherit; }
#main-nav .menu-item.btn > .nav-link { color: inherit; }
#main-nav .mobile-dropdown-toggle { display: block; position: absolute; top: 0; right: 0; height: 100%; width: 60px; z-index: 9; cursor: pointer; }

/*#main-nav .dropdown-menu.show { display: flex; }*/
#main-nav .dropdown-menu { padding: 30px; margin-top: -3px; min-width: 220px; max-width: 100%; box-shadow: 0px 20px 48px rgba(31, 61, 118, 0.1); }
#main-nav .dropdown-lg .dropdown-menu { left: -250px; width: 610px; min-width: 610px; max-width: 100%; padding: 30px; margin-top: -3px; }
/*
#main-nav .dropdown-menu .left-cta { width: 35%; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%; margin-right: 5%; font-size: 14px; line-height: 22px; color: #93979D; text-align: center; }
#main-nav .dropdown-menu .left-cta .cta-thumb { margin-bottom: 30px; }
#main-nav .dropdown-menu .left-cta p { text-align: left; }
#main-nav .dropdown-menu .inner {  }
#main-nav .dropdown-menu .left-cta + .inner { padding-left: 5%; border-left: solid 1px #EFEFF0; width: 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }
*/
#main-nav .dropdown-menu .dropdown-item { white-space: normal; padding-left: 0; padding-right: 0; margin-bottom: 3px; }
#main-nav .dropdown-menu .dropdown-item.active, #main-nav .dropdown-menu .dropdown-item:active { background: none; color: inherit; }
#main-nav .dropdown-menu .dropdown-item:focus, #main-nav .dropdown-menu .dropdown-item:hover { color: #F58220; background: none; }
#main-nav .dropdown-menu .dropdown-item > span { display: block; font-size: 14px; color: #555; }



#topbar { transition: all 0.5s ease; }
#topNav .nav-link { font-size: 13px; font-weight: 700; color: #243350; letter-spacing: 0.03em; text-transform: uppercase; }
#main-header.transparent:not(.sticky) #topNav .nav-link { color: #FFF; }
#main-header .search-wrapper { position: absolute; text-align: center; right: 0; left: 0; top: 100%; }
/*
#main-header .search-wrapper .search-trigger { color: #243350; display: inline-block; padding: 4px; }
#main-header.transparent:not(.sticky) .search-wrapper .search-trigger { color: #FFF; }
*/
#main-header .search-wrapper .search-block { position: absolute; top: 100%; right: 0; background-color: #FFF; box-shadow: 0px 20px 48px rgba(31, 61, 118, 0.1); padding: 10px; width: 280px; z-index: 100; border-radius: 8px; margin-top: 10px; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.5s ease; }
#main-header .search-wrapper .search-block:after { bottom: 100%; left: 25px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #FFF; border-width: 5px; margin-left: -5px; }
#main-header .search-wrapper .search-block.active { opacity: 1; visibility: visible; pointer-events: all; }
#main-header .search-wrapper .search-form .btn { padding: 6px 0; }
.search-trigger i { pointer-events: none; }

/* footer */
footer { background: #FFF; padding: 50px 0 35px 0; font-size: 16px; color: #93979D; }
footer a { color: inherit; }
footer .social-links { list-style: none; margin: 0; padding: 0; display: inline-block; }
footer .social-links > li { display: inline-block; width: 28px; height: 28px; border-radius: 50%; text-align: center; line-height: 26px; margin-left: 6px; border: solid 1px #EAF3F6; border-radius: 8px; }
footer .social-links > li:first-child { margin-left: 0; }
footer .social-links > li > a { display: block; font-size: 16px; }
.footer-top .widget-title { font-size: 20px; font-weight: 700; color: #243350; }
.footer-top .menu { padding: 0; margin: 0 0 20px 0; list-style: none; display: block; }
.footer-top .menu > li { margin-bottom: 5px; }
.footer-top .menu > li > a { padding: 2px 0; display: inline-block; }
.footer-bot { font-size: 14px; }
.footer-bot hr { border-color: #EFEFF0; margin-top: 2rem; margin-bottom: 2rem; }
.footer-bot a { text-decoration: underline; }

#footer_cta { padding: 40px 0; width: 100%; position: relative; margin-bottom: 50px; }
#footer_cta { background-color: #243350; }
#footer_cta .footer-cta-wrapper { /* background-color: #FFF; border-radius: 40px; overflow: hidden; */ text-align: center; position: relative; }
#footer_cta .cta-wrapper:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; backface-visibility: hidden; background-color: #FFF; border-radius: 40px; z-index: 1; }
#footer_cta .footer-cta-wrapper .cta-wrapper { padding: 60px; }
#footer_cta .footer-cta-wrapper .cta-wrapper .cta-inner { position: relative; z-index: 2; }
#footer_cta .footer-cta-wrapper .cta-wrapper .cta-inner .widget-title { margin: 25px 0; color: #1F3D76; }
#footer_cta .footer-cta-wrapper .cta-wrapper .cta-inner .btn { padding: 15px 80px; }


/* flexible template */
/* hero */
#hero-slider { position: relative; }
#hero-slider .slide { min-height: 620px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-content: center; align-items: center; color: #243350; }
#hero-slider.small .slide, #hero-slider.minimal .slide { min-height: 1px; }
#hero-slider.tinted .slide:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(31,61,118,0.8); }
#hero-slider .slide > .container { padding-top: 170px; padding-bottom: 70px; position: relative; z-index: 2; }
#hero-slider.minimal .slide > .container { padding-top: 115px; padding-bottom: 30px; }
.home #hero-slider .slide { min-height: 730px; }
.home #hero-slider .slide > .container { padding-top: 100px; }
#post-details #hero-slider .slide, #hero-slider.small .slide { min-height: 330px; }
#hero-slider.tinted .slide .content h1 { color: #FFF; }
#hero-slider .content-image:not(.content-video) img { max-width: 100% !important; height: auto !important; }
#hero-slider .slide .embed-wrapper { border: solid 1px #EFEFF0; line-height: 0; }
@media (min-width: 768px) {
  #hero-slider .content-image.content-video { min-height: 512px; }
  #hero-slider #laptop-container {
      position: absolute;
      top: 0;
      margin-top: 0;
      max-width: 100%;
      left: 20px;
  }
  #hero-slider #laptop-container .laptop-screen {
      width: 840px;
      max-width: 840px;
      position: absolute;
      top: 0px;
      left: -150px;
  }
  #hero-slider #laptop-container .laptop-content {
      width: 600px;
      max-width: 600px;
      position: absolute;
      top: 32px;
      left: -29px;
  }
}
@media (max-width: 767px) {
  #hero-slider .content-image.content-video { min-height: 330px; width: 100%; float: none; }
  #hero-slider #laptop-container {
      position: absolute;
      left: 0;
  }
  #hero-slider #laptop-container .laptop-screen {
      position: relative;
      width: 580px;
      max-width: 580px;
  }
  #hero-slider #laptop-container .laptop-content {
      position: absolute;
      max-width: 410px;
      width: 410px;
      top: 24px;
      left: 86px;
  }
}

/* general content mod */
.general-content-mod { position: relative; }
.general-content-mod.full .module-wrapper { padding: 60px 0; }
.general-content-mod.contain .module-wrapper { border-radius: 32px; padding: 60px; }
.general-content-mod .image { text-align: center; }
.general-content-mod .title { position: relative; }
.general-content-mod .title.with-icon { padding-left: 90px; }
.general-content-mod .text-right .title.with-icon { padding-right: 90px; padding-left: 0; }
.general-content-mod .title .icon { position: absolute; width: 75px; top: 6px; left: 0; }
.general-content-mod .title .icon > img { max-width: 100%; }
.general-content-mod .text-right .title .icon { left: auto; right: 0; }
.general-content-mod .subtitle {  }
.general-content-mod .text { margin-top: 20px; }
.general-content-mod .text > ul { list-style: none; padding: 0; }
.general-content-mod .text > ul > li { position: relative; padding-left: 25px; font-size: 15px; margin-bottom: 15px; display: block; }
.general-content-mod .text > ul > li:before { content: ""; display: block; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; border-radius: 50%; background-color: #1F3D76; }
.general-content-mod .text[style="color:#ffffff"] > ul > li:before { background-color: #F58220; }
.general-content-mod .button { margin-top: 30px; }
@media (max-width: 767px) {
  .general-content-mod .button { margin-bottom: 30px; }
}

/* feature mod */
.feature-mod { position: relative; }
.feature-mod.full .module-wrapper { padding: 60px 0; }
.feature-mod.contain .module-wrapper { border-radius: 32px; padding: 60px; }
.feature-mod .intro { margin-bottom: 40px; }
.feature-mod .outro { margin-top: 40px; }
.feature-mod .item { margin-bottom: 30px; display: flex; }
.feature-mod .item .wrapper { display: flex; }
.feature-mod.beside-boxed .item .wrapper, .feature-mod.above-boxed .item .wrapper { background-color: #FFF; border-radius: 24px; padding: 30px; box-shadow: 0px 20px 48px rgba(31, 61, 118, 0.1); }
.feature-mod.above .item .wrapper, .feature-mod.above-boxed .item .wrapper { flex-flow: column; text-align: center; }
.feature-mod.beside .item .wrapper .image-wrapper, .feature-mod.beside-boxed .item .wrapper .image-wrapper { width: 150px; flex: 0 0 150px; max-width: 150px; }
.feature-mod .item .title { font-weight: 700; font-size: 20px; line-height: 26px; margin-bottom: 10px; }
.feature-mod .item .text { font-size: 15px; }
.feature-mod .item .text p:last-child { margin-bottom: 0; }
.feature-mod .outro .text a { color: inherit; }
.feature-mod.has-bg .outro .text .btn { color: inherit !important; }



/* icons mod */
.icons-mod { position: relative; }
.icons-mod.full .module-wrapper { padding: 60px 0; }
.icons-mod.contain .module-wrapper { border-radius: 32px; padding: 60px; background-repeat: no-repeat; }
.icons-mod.full.product:after { content: ""; z-index: 1; position: absolute; width: 100%; height: 25%; left: 0; right: 0; bottom: -1px; display: block; background-color: #FFF; }
.icons-mod.full.boxed .module-wrapper > .container { position: relative; z-index: 2; }
.icons-mod.full.boxed .module-wrapper:after { content: ""; z-index: 1; position: absolute; width: 100%; height: 25%; left: 0; right: 0; bottom: -1px; display: block; background-color: #FFF; }
.icons-mod.contain.product .module-wrapper { margin-bottom: 350px; }
.icons-mod.boxed .module-wrapper .row, .icons-mod.product .module-wrapper .row { position: relative; z-index: 2; }
.icons-mod.contain.product .module-wrapper .items { margin-bottom: -300px; }
.icons-mod .intro { margin-bottom: 40px; }
.icons-mod .title {  }
.icons-mod .subtitle { font-size: 18px; }
.icons-mod .intro .text a, .icons-mod .intro .text h1, .icons-mod .intro .text h2, .icons-mod .intro .text h3, .icons-mod .intro .text h4, .icons-mod .intro .text h5, .icons-mod .intro .text h6 { color: inherit; }
.icons-mod .intro .text a { text-decoration: underline; }
.icons-mod .items {  }
.icons-mod.boxed .items, .icons-mod.product .items { margin-top: 60px; }
.icons-mod.basic .items, .icons-mod.popup .items { flex-wrap: nowrap; justify-content: space-around; }
.icons-mod:not(.basic) .items .item { max-width: 29%; flex: 0 0 29%; }
.icons-mod .items .item { margin-bottom: 30px; display: flex; }
.icons-mod.boxed .items .item, .icons-mod.product .items .item { background-color: #FFFFFF; box-shadow: 0px 20px 48px rgba(31, 61, 118, 0.1); border-radius: 8px; padding: 32px; margin-bottom: 30px; }
.icons-mod.boxed .items .item { margin: 0 -5px 30px -5px; }
.icons-mod.product .items .item { margin: 0 15px 30px 15px; }
.icons-mod .items .item .wrapper { position: relative; width: 100%; }
.icons-mod .items .item .wrapper.with-button { padding-bottom: 80px; }
.icons-mod .items .item .wrapper .icon { margin-bottom: 15px; text-align: center; }
.icons-mod.no-image .items .item .wrapper .icon { display: none; }
.icons-mod .items .item .wrapper .title h5, .icons-mod .items .item .wrapper .title a { color: inherit; }
.icons-mod.no-image .items .item .wrapper .title h5, .icons-mod.no-image .items .item .wrapper .title a { color: #1f3d76; font-size: 56px; letter-spacing: -2px; }
.icons-mod .items .item .wrapper .text { font-size: 15px; margin-top: 15px; }
.icons-mod.no-image .items .item .wrapper .text { font-size: 20px; }
.icons-mod.no-image .items .item .wrapper .text p { margin-bottom: 0; }
.icons-mod .items .item .wrapper .text ul:not(.list-inline), .icons-mod .items .item .wrapper .text ul:not(.list-unstyled), .icons-mod .items .item .wrapper .text ol { text-align: left; }
.icons-mod .items .item .wrapper .text .list-unstyled > li { margin-bottom: 5px; }
.icons-mod .items .item .wrapper .text .list-unstyled > li a { color: #1F3D76; text-decoration: underline; }
.icons-mod .items .item .wrapper .button { position: absolute; bottom: 0; left: 0; right: 0;  }
@media (max-width: 767px) {
  .icons-mod:not(.basic) .items .item { max-width: 48%; flex: 0 0 48%; }
}
@media (max-width: 546px) {
  .icons-mod:not(.basic) .items .item { max-width: 98%; flex: 0 0 98%; }
}



/* platform mod */
.platform-mod { position: relative; }
.platform-mod .module-wrapper { padding: 60px; background-repeat: no-repeat; }
.platform-mod .module-wrapper:first-child { border-radius: 32px 32px 0 0; }
.platform-mod .module-wrapper:last-child { border-radius: 0 0 32px 32px; }
.platform-mod .intro { margin-bottom: 40px; }
.icons-mod .title {  }
.platform-mod .subtitle { font-size: 18px; }
.platform-mod .intro .text a, .platform-mod .intro .text h1, .platform-mod .intro .text h2, .platform-mod .intro .text h3, .platform-mod .intro .text h4, .platform-mod .intro .text h5, .platform-mod .intro .text h6 { color: inherit; }
.platform-mod .intro .text a { text-decoration: underline; }
.platform-mod .items {  }
.platform-mod .items .item { margin-bottom: 30px; display: flex; }
.platform-mod .items .item .wrapper { position: relative; width: 100%; }
.platform-mod .items .item .wrapper .icon { margin-bottom: 15px; text-align: center; }
.platform-mod .items .item .wrapper .title h5, .platform-mod .items .item .wrapper .title a { color: inherit; }
.platform-mod .items .item .wrapper .text { font-size: 15px; margin-top: 15px; }
.platform-mod .items .item .wrapper .text ul:not(.list-inline), .platform-mod .items .item .wrapper .text ul:not(.list-unstyled), .platform-mod .items .item .wrapper .text ol { text-align: left; }



/* logo bar mod */
.logo-bar-mod { position: relative; padding: 60px 0; }
.logo-bar-mod .headings > div:after { content: ""; position: relative; height: 1px; width: 140px; background: #ff6b06; display: block; margin: 20px auto 40px auto; }
.logo-bar-mod .items {  }
.logo-bar-mod .items .static-logos { display: flex; flex-wrap: wrap; justify-content: center; }
.logo-bar-mod .items .static-logos.items-4 .item { width: 24%; }
.logo-bar-mod .items .static-logos.items-5 .item { width: 19%; }
.logo-bar-mod .items .static-logos.items-6 .item { width: 16%; }
.logo-bar-mod .items .static-logos .item img { max-width: 100%; }
@media (max-width: 767px) {
  .logo-bar-mod .items .static-logos.items-4 .item { width: 50%; }
  .logo-bar-mod .items .static-logos.items-5 .item { width: 50%; }
  .logo-bar-mod .items .static-logos.items-6 .item { width: 50%; }
}



/* cta bar mod */
.cta-bar-mod { position: relative; }
.cta-bar-mod.full .module-wrapper { padding: 60px 0; }
.cta-bar-mod.contain .module-wrapper { border-radius: 32px; padding: 60px; }
.cta-bar-mod .module-wrapper { background-size: auto; background-position: center; background-repeat: no-repeat; }
.cta-bar-mod.single .wrapper { text-align: center; }
.cta-bar-mod .wrapper .text-wrapper {  }
.cta-bar-mod .wrapper .text-wrapper .title {  }
.cta-bar-mod .wrapper .text-wrapper .subtitle { font-size: 16px; }
.cta-bar-mod.single .wrapper .text-wrapper .text { margin-top: 15px; }
.cta-bar-mod .wrapper .right-col-wrapper { position: relative; padding: 5px 0; }
.cta-bar-mod .wrapper .right-col-wrapper:after { content: ""; display: block; position: absolute; z-index: 1; width: 90%; height: 100%; top: 0; left: 5%; background-color: #F58220; border-radius: 32px; transform: matrix(1, 0.09, 0.09, -1, 0, 0); }
.cta-bar-mod .wrapper .right-col-wrapper .text-wrapper { background-color: #FFFFFF; box-shadow: 0px 22.3192px 49.1022px rgba(31, 61, 118, 0.1); border-radius: 24px; padding: 50px; position: relative; z-index: 2; }
.cta-bar-mod .wrapper .right-col-wrapper .text-wrapper p:last-child { margin-bottom: 0; }



/* fifty fifty mod */
.fifty-fifty-mod { display: flex; padding: 90px 0; }
.fifty-fifty-mod .intro { margin-bottom: 40px; }
.fifty-fifty-mod .content-wrapper { padding-bottom: 15px; display: flex; align-items: center; }
.fifty-fifty-mod .content { color: #243350; }
.fifty-fifty-mod .content .title { font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 10px; }
.fifty-fifty-mod .content .text { font-size: 15px; }
.fifty-fifty-mod .content .button a { font-size: 12px; color: inherit; font-weight: 700; text-transform: uppercase; }
.fifty-fifty-mod .content .button a > i { margin-left: 5px; }
.fifty-fifty-mod .image-wrapper { position: relative; margin-left: 30px; margin-right: 30px; }
.fifty-fifty-mod .image-wrapper .subtitle { font-size: 13px; line-height: 16px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #FFF; background-color: #1DC46A; padding: 4px 8px; border-radius: 12px; /*transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);*/ transform: rotate(15deg) translateX(35%); position: absolute; top: -15px; right: 0; z-index: 3; }
.fifty-fifty-mod .image { position: relative; z-index: 2; }
.fifty-fifty-mod .image img { position: relative; z-index: 2; }
.fifty-fifty-mod .image:after { content: ""; background-color: #EAF3F6; border-radius: 8px; transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }
.fifty-fifty-mod #left-col { padding: 30px 30px 30px 0; position: relative; }
.fifty-fifty-mod #right-col { padding: 30px 0 30px 30px; position: relative; }
.fifty-fifty-mod #left-col > div, .fifty-fifty-mod #right-col > div { position: static; }
.fifty-fifty-mod .half-bg { height: 100%; z-index: 1; pointer-events: none; }
.position-absolute-top-left-0 { position: absolute; top: 0; left: 0; }
.position-absolute-bottom-right-0 { position: absolute; right: 0; bottom: 0; }
@media (max-width: 767px) {
  /*.fifty-fifty-mod .half-bg { height: 50%; }*/
  .fifty-fifty-mod #left-col { padding-right: 0; z-index: 2; }
  .fifty-fifty-mod #right-col { padding-left: 0; z-index: 2; }
  .fifty-fifty-mod #right-col .button { left: 15px; }
  .fifty-fifty-mod > .container { max-width: 100%; }
}

/* resources mod */
.resources-mod { position: relative; }
.resources-mod .module-wrapper { padding: 90px 0; }
.resources-mod .intro { margin-bottom: 40px; }
.resources-mod .outro { margin-top: 40px; }
.resources-mod .items { padding-top: 15px; }
.resources-mod .item { margin-bottom: 30px; display: flex; padding-left: 30px; padding-right: 30px; }
.resources-mod .item .wrapper { align-items: center; }
.resources-mod.above .item .wrapper { text-align: center; }

.resources-mod .content-wrapper { padding-bottom: 15px; display: flex; align-items: center; }
.resources-mod .content { color: #243350; }
.resources-mod .content .title { font-size: 20px; line-height: 26px; font-weight: 700; margin-bottom: 10px; }
.resources-mod .content .text { font-size: 15px; }
.resources-mod .content .button a { font-size: 12px; color: inherit; font-weight: 700; text-transform: uppercase; }
.resources-mod .content .button a > i { margin-left: 5px; }
.resources-mod.beside .image-wrapper { position: relative; margin-left: 30px; margin-right: 30px; }
.resources-mod.above .image-wrapper { position: relative; margin-bottom: 50px; }
.resources-mod .image-wrapper .image-label { font-size: 13px; line-height: 16px; font-weight: 700; text-transform: uppercase; display: inline-block; color: #FFF; background-color: #1DC46A; padding: 4px 8px; border-radius: 12px; /*transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);*/ transform: rotate(15deg) translateX(35%); position: absolute; top: -15px; right: 0; z-index: 3; }
.resources-mod .image { position: relative; z-index: 2; }
.resources-mod.above .image { display: inline-block; }
.resources-mod .image img { position: relative; z-index: 2; border-radius: 8px; }
.resources-mod .image:after { content: ""; background-color: #EAF3F6; border-radius: 8px; transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0); position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; }

/* tabs mod */
.tabs-mod { position: relative; }
.tabs-mod .module-wrapper { padding: 120px 0 90px 0; position: relative; }
.tabs-mod .module-wrapper:before, .tabs-mod .module-wrapper:after { content: ""; position: absolute; z-index: 1; width: 50%; height: 100%; top: 0; bottom: 0; }
.tabs-mod .module-wrapper:before { left: 0; background-color: #EAF3F6; }
.tabs-mod .module-wrapper:after { right: 0; background-color: #1F3D76; }
.tabs-mod .module-wrapper > .container { position: relative; z-index: 2; }
.tabs-mod .items .title, .tabs-mod .items .subtitle { padding: 0 30px; }
.tabs-mod .items .nav-pills { border-left: solid 1px rgba(31,61,118,0.1); margin-top: 30px; }
.tabs-mod .items .nav-pills .tab-trigger { display: block; padding: 0 30px; margin-bottom: 15px; color: #243350; position: relative; font-size: 20px; line-height: 24px; }
.tabs-mod .items .nav-pills .tab-trigger:last-child { margin-bottom: 0; }
.tabs-mod .items .nav-pills .tab-trigger.active { color: #ff7e21; }
.tabs-mod .items .nav-pills .tab-trigger.active:before { content: ""; display: block; width: 3px; height: 100%; position: absolute; left: -2px; top: 0; bottom: 0; background-color: #F58220; }
.tabs-mod .items .nav-pills .tab-trigger.active:after { content: "\f054"; font-family: "Font Awesome 5 Pro"; font-weight: 400; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #F58220; font-size: 14px; line-height: 1; }
.tabs-mod .items .tab-content { color: #FFF; padding: 0 45px; }
.tabs-mod .items .tab-content h1, .tabs-mod .items .tab-content h2, .tabs-mod .items .tab-content h3, .tabs-mod .items .tab-content h4, .tabs-mod .items .tab-content h5, .tabs-mod .items .tab-content h6 { color: inherit; margin-bottom: 20px; }
.tabs-mod .items .tab-content ul { list-style: none; padding-left: 0; }
.tabs-mod .items .tab-content ul > li { position: relative; margin-bottom: 15px; padding-left: 20px; font-size: 15px; }
.tabs-mod .items .tab-content ul > li:before { content: ""; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 50%; background-color: #F58220; }
.tabs-mod .items .tab-content .closing-content { margin-top: 30px; }

.tabbed-slider-mod { position: relative; }
.tabbed-slider-mod .module-wrapper { padding: 90px 0; position: relative; }
.tabbed-slider-mod .items .tab-pane > .row { margin-top: 50px; }
.tabbed-slider-mod:nth-of-type(odd) .tab-pane > .row { flex-direction: row-reverse; }
.tabbed-slider-mod .items .tab-pane .text {  }
.tabbed-slider-mod .items .tab-pane .text p:last-child { margin-bottom: 0; }
.tabbed-slider-mod .items .tab-pane .text > ul { list-style: none !important; font-size: 15px; padding: 0; }
.tabbed-slider-mod .items .tab-pane .text > ul:last-child { margin-bottom: 0; }
.tabbed-slider-mod .items .tab-pane .text > ul > li { position: relative; padding-left: 15px; margin-bottom: 5px; }
.tabbed-slider-mod .items .tab-pane .text > ul > li:before { content: "\f111"; display: block; position: absolute; left: 0; top: 8px; color: #1F3D76; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-size: 6px; }
/*.tabbed-slider-mod .tabbed-slider { padding: 0 50px; }*/
.tabbed-slider-mod .tabbed-slider .slide { text-align: center; }
.tabbed-slider-mod .tabbed-slider .slide img { display: inline-block; }
.tabbed-slider-mod .tabbed-slider .slick-arrow:before { color: #2A2E36; }
.tabbed-slider-mod .tabbed-slider .slick-prev { left: 0; }
.tabbed-slider-mod .tabbed-slider .slick-next { right: 0; }
.tabbed-slider-mod .tabbed-slider .slick-dots { display: none !important; visibility: hidden; opacity: 0; }
/* bootstrap hack: fix content width inside hidden tabs */
.tabbed-slider-mod .tab-content > .tab-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */
    overflow: hidden; /* no-overflow                */
}
.tabbed-slider-mod .tab-content > .active {
    height: auto;       /* let the content decide it  */
} /* bootstrap hack end */

/* team mod */
.team-mod { position: relative; }
.team-mod .module-wrapper { padding: 90px 0; }
.team-mod .intro { margin-bottom: 40px; text-align: center; }

/* tabs mod */
.classic-tabs-mod { position: relative; padding: 90px 0; }
.classic-tabs-mod .intro { margin-bottom: 40px; }
.classic-tabs-mod .items .nav { margin-top: 60px; }
.classic-tabs-mod .items .nav > .u-indicator-ver-dashed:last-child:after { display: none; }
.classic-tabs-mod .items .nav > a { font-size: 1rem; padding-right: 10px; font-weight: 500; color: #2a2e36; }
.classic-tabs-mod .items .nav > a.active { font-weight: 700; padding-right: 0; font-size: 0.98rem; }
.classic-tabs-mod .items .tab-pane { text-align: center; }
.classic-tabs-mod .items .tab-pane .image { margin-bottom: 10px; }
.classic-tabs-mod .items .tab-pane p { font-weight: 600; font-size: 16px; text-align: center; }
@media (max-width: 767px) {
  .classic-tabs-mod .items .nav { margin-top: 0; }
}


.default-template { padding: 60px 0 90px 0; }



#blog-feed { position: relative; padding: 90px 0 20px 0; margin-bottom: 90px; }
#blog-feed:after { content: ""; display: inline-block; background-color: #EAF3F6; width: 90%; height: 75%; position: absolute; z-index: 1; bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 48px; }
#blog-feed > .container { position: relative; z-index: 2; }
#customer-promo + #blog-feed { padding-top: 0; }
#blog-feed .intro { margin-bottom: 40px; }
#blog-feed .items > div { display: flex; }
#blog-feed .item { background: #FFFFFF; box-shadow: 0px 20px 48px rgba(31, 61, 118, 0.1); border-radius: 16px; position: relative; overflow: hidden; margin-bottom: 30px; }
#blog-feed .item .image { }
#blog-feed .item .description { padding: 0 30px 30px 30px; }
#blog-feed .item .description hr { margin-top: 0; margin-bottom: 20px; }
#blog-feed .item .type { font-size: 13px; line-height: 20px; font-weight: 700; color: #FFF; text-transform: uppercase; letter-spacing: 0.03em; padding-bottom: 8px; }
#blog-feed .item .type span { display: inline-block; text-align: center; padding: 3px 12px; background-color: #1DC46A; border-radius: 13px; }
#blog-feed .item .date { font-size: 14px; color: #93979D; margin-bottom: 20px; }
#blog-feed .item .title { padding-bottom: 40px; }
#blog-feed .item .title a { color: #243350; font-weight: 600; }
#blog-feed .item .link { position: absolute; bottom: 30px; left: 30px; }
#blog-feed .item .link .read-more { font-size: 16px; color: #243350; text-decoration: underline; }
#blog-feed .outro { margin-top: 40px; }
#blog-feed .outro .text a { font-size: 12px; color: #243350; font-weight: 700; text-transform: uppercase; }
#blog-feed .outro .text a i { margin-left: 5px; }

.filter-options { margin-bottom: 60px; }

.posts-feed { position: relative; }
.posts-feed .post { position: relative; margin-bottom: 30px; }
.posts-feed .post .image { border-radius: 8px; overflow: hidden; margin-bottom: 20px; border: solid 1px rgba(0,0,0,0.1); position: relative; }
.posts-feed .post .image img { width: 100%; height: auto; }
.btn-edit-post-link { position: absolute; top: 5px; left: 5px; z-index: 2; }
.posts-feed .post .description { padding-bottom: 30px; }
.posts-feed .post .title { color: #2A2E36; font-weight: 600; }
.posts-feed .post .title a { color: inherit; }
.posts-feed .post .date { position: absolute; bottom: 0; font-size: 14px; color: #93979D; }
.posts-feed .post .text { font-size: 15px; margin-bottom: 15px; color: #2a2e36; }
.posts-feed .post .text p:last-child { margin-bottom: 0; }
.posts-feed .post .link a { font-size: 16px; color: #93979D; text-decoration: underline; }

.search-results .posts-feed .post .title { margin-bottom: 5px; font-size: 20px; line-height: 26px; font-weight: 700; color: #243350; }
.search-results .posts-feed .post .meta { font-size: 14px; color: #93979D; }
.search-results .posts-feed .post .excerpt { font-size: 15px; }



#post-details .form-wrapper { background-color: rgba(0,0,0,0.1); padding: 20px; border-radius: 8px; }

.featured-post { position: relative; padding: 0 8%; }
.featured-post:after { content: ""; display: inline-block; background-color: #FFF; width: 100%; height: 85%; position: absolute; z-index: 1; bottom: 0; left: 0; border-radius: 24px; box-shadow: 0px 20px 48px rgba(31, 61, 118, 0.1); }
.featured-post > .slick-list { z-index: 2; }
.featured-post .wrapper { position: relative; z-index: 2; max-width: 370px; margin: 0 auto; padding-bottom: 30px; }
.featured-post .image { border-radius: 8px; overflow: hidden; margin-bottom: 10px; border: solid 1px rgba(0,0,0,0.1); }
.featured-post .image img { width: 100%; height: auto; }
.featured-post .title { color: #2A2E36; font-weight: 700; font-size: 20px; margin-bottom: 10px; }
.featured-post .title a { color: inherit; }
.featured-post .button a { font-size: 12px; color: #243350; font-weight: 700; text-transform: uppercase; }
.featured-post .button a i { margin-left: 5px; }





.sidebar .social-links { list-style: none; margin: 0; padding: 0; display: inline-block; }
.sidebar .social-links > li { width: 48px; height: 48px; border-radius: 0; text-align: center; line-height: 48px; background: #fafdff; margin-right: 0; display: inline-block; }
.sidebar .social-links > li:last-child { margin-right: 0; }
.sidebar .social-links > li.fb { background: #3b5998; }
.sidebar .social-links > li.twitter { background: #287bbc; }
.sidebar .social-links > li.linkedin { background: #1da1f2; }
.sidebar .social-links > li.mail { background: #0b6fc7; }
.sidebar .social-links > li > a { display: block; color: #FFF; font-size: 24px; }
.sidebar .social-links > li > a > .fa-facebook { position: relative; margin-left: -2px; }
.sidebar .social-links > li:hover > a { color: #FFF; }
.sidebar hr { margin-bottom: 30px; }

.related-posts { background-color: #f8fafd; padding: 50px 0; }

#blog-list { margin-bottom: 90px; }
#blog-info { margin-bottom: 40px; }
#blog-info .avatar { width: 36px; height: 36px; border-radius: 50%; overflow: hidden; margin-right: 10px; }
#blog-info .avatar img {  }
#blog-info .info-wrapper ul { padding-left: 25px; }
#blog-info .info-wrapper ul li { margin-bottom: 10px; }


.subscribe { position: relative; margin-bottom: 90px; }
.subscribe .module-wrapper { border-radius: 32px; padding: 40px; border: solid 1px rgba(0,0,0,0.1); }
.subscribe .image { text-align: center; }
.subscribe .title { position: relative; }
.subscribe .text { margin-top: 20px; }

.widget-area .widget + .widget {
    margin-top: 30px;
}
.widget-area .widget ul {
    list-style: none;
    padding: 0;
}
.widget-area .widget ul > li {
    margin-bottom: 5px;
}
.widget-area .btn {
  min-width: 1px;
  padding: 3px;
}
