
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	style.css
*
* ======================================================= */

html{
  scroll-behavior: smooth;
}

html.trigs-overflow, body.trigs-overflow {
  overflow-x: auto;
}
html.trigs-overflow #trigs-header-section, html.trigs-overflow #trigs-main, html.trigs-overflow #trigs-hero, html.trigs-overflow #trigs-mobile-menu, html.trigs-overflow #trigs-footer, body.trigs-overflow #trigs-header-section, body.trigs-overflow #trigs-main, body.trigs-overflow #trigs-hero, body.trigs-overflow #trigs-mobile-menu, body.trigs-overflow #trigs-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: 'Lato', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

::selection {
  color: #ffffff;
  background: #28bbf8;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #006CB2;
  /*border-bottom: 2px solid transparent;*/
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
  /*border-bottom: 2px solid #006CB2;*/
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

#policy {
  margin: 0 0 0 0;
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

.trigs-lead {
  font-weight: 200;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

.tp {
  color: #006CB2;
}
h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p {
  margin: 0 0 20px 0;
}

.trigs-serif {
  font-family: "Crimson Text", serif;
}

.trigs-sans-serif {
  font-family: "Lato", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.trigs-lead-wrap {
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .trigs-lead-wrap .menu-1,.trigs-lead-wrap .menu-2 {
    padding-top: 2em;
    padding-bottom: 3em;
	display: none;
  }
}

.trigs-lead {
  font-size: 20px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .trigs-lead {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
#trigs-header-section {
  width: 100%;
  padding: 40px 0 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 103;
}
#trigs-header-section.trigs-scrolled {
  padding: 0px 0;
  background: rgba(0, 0, 0, 0.8);
  background: white;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#trigs-header-section.trigs-scrolled #trigs-logo a {
  color: #2e2e2e;
}
#trigs-header-section.trigs-scrolled #trigs-logo a:hover {
  color: #7b7b7b;
}
#trigs-header-section.trigs-scrolled #trigs-menu-wrap .sf-menu a {
  color: #2e2e2e;
  border-bottom: none !important;
}
#trigs-header-section.trigs-scrolled #trigs-menu-wrap .sf-menu a:hover {
  color: #006CB2 !important;
}
#trigs-header-section.trigs-scrolled #trigs-menu-wrap .sf-menu li.active > a {
  color: #006CB2 !important;
}
#trigs-header-section.trigs-scrolled #trigs-menu-wrap > .sf-menu > li > a {
  padding-top: 2em;
  padding-bottom: 2em;
}

#trigs-menu-wrap ul li.btn-cta a {
  color: #006CB2;
}
#trigs-menu-wrap ul li.btn-cta a span {
  border: 2px solid #006CB2;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
#trigs-menu-wrap ul li.btn-cta a:hover span {
  background-color: #006CB2;
  color:#fff;
  /*-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);*/
  /*-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);*/
  /*box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);*/
}




#trigs-logo {
  font-size: 20px;
  margin: 16px 0 0 0;
  padding: 0;
  font-weight: bold;
}
#trigs-logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #trigs-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 4em;
  *width: 8em;
}

.sf-menu a {
  color: rgba(3,99,166,0.8);
  padding: .75em 1em;
  text-transform: none;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 13px;
  border-bottom: none !important;
  /*font-weight: bold;*/
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ffffff;
  /*font-weight: bold;*/
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#trigs-menu-wrap .sf-menu a {
  padding: 1em 1em 1em 1em;
}

#trigs-primary-menu > li > ul li.active > a {
  color: #006CB2 !important;
}
#trigs-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon' ;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  /*content: "\e9bd";*/
  color: rgba(0, 0, 0, 0.5);
}
#trigs-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  /*content: "\e9bd";*/
  color: rgba(255, 255, 255, 0.3);
}

#trigs-primary-menu .trigs-sub-menu {
  padding: 7px 0 3px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#trigs-primary-menu .trigs-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#trigs-primary-menu .trigs-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #006CB2;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}

#trigs-primary-menu .trigs-sub-menu .trigs-sub-menu:before {
  top: 6px;
  right: 100%;
}

#trigs-primary-menu .trigs-sub-menu .trigs-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#trigs-primary-menu .trigs-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#trigs-primary-menu .trigs-sub-menu a:hover {
  color: #28bbf8 !important;
}

/* Mobile Menu */
#trigs-mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #006CB2;
  height: 44px;
  display: table;
}
#trigs-mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
}

#trigs-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #181920;
  padding: 0.75em 1.25em;
}
#trigs-mobile-menu #trigs-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#trigs-mobile-menu #trigs-mobile-menu-ul li {
  list-style: none;
}
#trigs-mobile-menu #trigs-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#trigs-mobile-menu #trigs-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
#trigs-mobile-menu #trigs-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}

#trigs-mobile-menu #trigs-mobile-menu-ul .trigs-sub-ddown {
  position: relative;
}

#trigs-mobile-menu #trigs-mobile-menu-ul .trigs-sub-ddown:after {
  font-family: 'icomoon' ;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  /*content: "\e9bd";*/
}
#trigs-mobile-menu #trigs-mobile-menu-ul .trigs-sub-menu {
  display: none;
  padding-left: 20px;
}
#trigs-mobile-menu #trigs-mobile-menu-ul .trigs-sub-menu li {
  list-style: none;
}

#trigs-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #2e2e2e;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#trigs-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#trigs-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #2e2e2e;
  letter-spacing: 3px;
  text-transform: none;
}

#trigs-feature {
  background: #f6f9fa;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #trigs-feature {
    padding: 3em 0 2em 0;
  }
}

#trigs-hero {
  background-color: #2e2e2e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #trigs-hero {
    background-position: center center;
  }
}
#trigs-hero .trigs-hero-wrap {
  display: table;
  height: 600px;
  width: 100%;
}
#trigs-hero .trigs-hero-wrap .trigs-hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#trigs-hero .trigs-hero-wrap .trigs-hero-intro > h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 62px;
  text-transform: none;
  letter-spacing: 7px;
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (max-width: 768px) {
  #trigs-hero .trigs-hero-wrap .trigs-hero-intro > h1 {
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 42px;
    text-shadow: 1px 2px 3px #808080;
  }
}
#trigs-hero .trigs-hero-wrap .trigs-hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: none;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #trigs-hero .trigs-hero-wrap .trigs-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#trigs-hero .trigs-hero-wrap .trigs-hero-intro > h2 > span {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
}
#intro_simple {
  filter: drop-shadow(1px 2px 3px #808080);
}
#trigs-hero .trigs-hero-wrap .btn-outline {
  color: #0363a6;
}

#trigs-hero .trigs-hero-wrap .btn-outline:hover, #trigs-hero .trigs-hero-wrap .btn-outline:active, #trigs-hero .trigs-hero-wrap .btn-outline:focus {
  background: #0363a6;
  border-color: #0363a6;
  color:#fff;
}

body.inner-page #trigs-hero {
  height: 400px;
}
body.inner-page #trigs-hero .trigs-hero-wrap {
  padding-top: 50px;
  height: 400px;
}

@media screen and (max-width: 768px) {
  #trigs-hero, .trigs-hero-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

#trigs-main {
  margin-top: 200px;
  padding-top: 20px;
  z-index: 102;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #trigs-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

body.inner-page #trigs-main {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  body.inner-page #trigs-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#trigs-hero,
#trigs-main,
#trigs-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.trigs-mobile-menu-visible #trigs-hero,
body.trigs-mobile-menu-visible #trigs-main,
body.trigs-mobile-menu-visible #trigs-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.trigs-mobile-menu-visible #trigs-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Helper Classes */
/* Spacer */
.trigs-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.trigs-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .trigs-spacer-xlg {
    height: 70px;
  }
}

.trigs-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .trigs-spacer-lg {
    height: 50px;
  }
}

.trigs-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .trigs-spacer-md {
    height: 30px;
  }
}

.trigs-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .trigs-spacer-sm {
    height: 20px;
  }
}

.trigs-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .trigs-spacer-xs {
    height: 20px;
  }
}

.trigs-spacer-xxs {
  height: 20px;
}

.trigs-letter-spacing {
  letter-spacing: 1px;
}

.trigs-no-margin-bottom {
  margin-bottom: 0 !important;
}

.trigs-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: none;
  letter-spacing: 3px;
  color: #7b7b7b;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

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

Components

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: none;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.trigs-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #0363a6 !important;
  background: transparent;
  color: #0363a6;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #0363a6 !important;
  background: #0363a6;
  color: #ffffff;
}

.anel-title a {
  outline: none;
  text-decoration: none;
  color: #006CB2;
}

.anel-title:hover, .btn-link:focus, .btn-link:active {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
}


.btn-primary {
  background: #006CB2;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
}




/* Features*/
/* Feature 1 */
.trigs-feature-1 .trigs-feature-figure {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .trigs-feature-1 .trigs-feature-figure {
    text-align: center !important;
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .trigs-feature-1 .trigs-feature-figure img {
    display: inline-block;
    margin: 0 auto;
  }
}
.trigs-feature-1 .trigs-feature-blurb ul {
  padding: 0;
  margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
  .trigs-feature-1 .trigs-feature-blurb ul {
    margin: 2em 0 0 0;
  }
}
.trigs-feature-1 .trigs-feature-blurb ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.trigs-feature-1 .trigs-feature-blurb ul li > .trigs-feature-blurb-text {
  float: right;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .trigs-feature-1 .trigs-feature-blurb ul li > .trigs-feature-blurb-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .trigs-feature-1 .trigs-feature-blurb ul li > .trigs-feature-blurb-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .trigs-feature-1 .trigs-feature-blurb ul li > .trigs-feature-blurb-text {
    width: 80%;
  }
}
.trigs-feature-1 .trigs-feature-blurb ul li .trigs-feature-blurb-icon {
  float: left;
  width: 15%;
}
.trigs-feature-1 .trigs-feature-blurb ul li .trigs-feature-blurb-icon i {
  font-size: 40px;
  color: #006CB2;
}
@media screen and (max-width: 992px) {
  .trigs-feature-1 .trigs-feature-blurb ul li .trigs-feature-blurb-icon {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .trigs-feature-1 .trigs-feature-blurb ul li .trigs-feature-blurb-icon {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .trigs-feature-1 .trigs-feature-blurb ul li .trigs-feature-blurb-icon {
    width: 20%;
  }
}
.trigs-feature-1 .trigs-feature-blurb ul li .trigs-feature-blurb-title {
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

/* Feature 2*/
.trigs-feature-2 .trigs-feature-item {
  margin-bottom: 30px;
}
.trigs-feature-2 .trigs-feature-title {
  letter-spacing: 2px;
}
.trigs-feature-2 .trigs-feature-icon {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.trigs-feature-2 .trigs-feature-icon i {
  font-size: 100px;
  color: #006CB2;
}
.trigs-feature-2 .trigs-feature-icon.trigs-circle {
  display: table;
  width: 100px;
  height: 100px;
  margin: 0 auto 2em auto;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.trigs-feature-2 .trigs-feature-icon.trigs-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

/* Feature 3 */
.trigs-feature-3 .trigs-feature-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .trigs-feature-3 .trigs-feature-item {
    display: block;
  }
}
.trigs-feature-3 .trigs-feature-icon {
  float: left;
  width: 15%;
  clear: right;
}
@media screen and (max-width: 480px) {
  .trigs-feature-3 .trigs-feature-icon {
    width: 20%;
  }
}
.trigs-feature-3 .trigs-feature-icon i {
  font-size: 30px;
  color: #28bbf8;
}
.trigs-feature-3 .trigs-feature-blurb {
  float: right;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .trigs-feature-3 .trigs-feature-blurb {
    width: 80%;
  }
}
.feature-3-01title {
  background-image: url('../images/t_feature_03_adv.png');
  background-size: cover;
  background-position:bottom;
}
.feature-3-01cont {
  background-image: url('../images/t_feature_03_adv_cont.png');
   background-size: cover;
  height: 310px;
}


/* Header */
.trigs-header {
  text-align: center;
}
.trigs-header .trigs-heading .trigs-heading2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .trigs-header .trigs-heading .trigs-heading2 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.trigs-header .trigs-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.trigs-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #28bbf8;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.trigs-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .trigs-tab-menu-icon {
    margin-top: 7px;
  }
}

#trigs-feature-slider .trigs-item-slide-text {
  margin-top: 1em;
}
#trigs-feature-slider .trigs-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#trigs-feature-slider .trigs-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #trigs-feature-slider .trigs-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #trigs-feature-slider .trigs-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #trigs-feature-slider .trigs-item-slide-text {
    margin-top: 0em;
  }
}

#trigs-newsletter {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #trigs-newsletter {
    padding: 2em 0;
  }
}
#trigs-newsletter .trigs-uppercase-heading-sm {
  color: rgba(0, 0, 0, 0.4);
}

#trigs-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #trigs-footer {
    padding: 2em 0;
  }
}

/* context promotion */
.trigs-promo table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: separate;
  border-spacing: 6px;
}

.trigs-promo table th{
  white-space: nowrap;
  padding: 10px;
  background-color: #efefef;
}

.trigs-promo table td{
  padding: 10px;
  text-align: left;
}

.trigs-match table {
  width: 100%;
  border-spacing: 6px;
  border-collapse: separate;
  border-spacing: 6px;
}

.trigs-match table th{
  white-space: nowrap;
  padding: 10px;
  background-color: #efefef;
}

.trigs-th {
  color: #006CB2;
}

/*
.trigs-match table td{
  background-image: url(../images/icon_user.svg);
  background-position: right 2% bottom 10%;
  background-repeat: no-repeat;
  background-size: 8% auto;
  padding: 10px;
  text-align: left;
}
*/

.trigs-adfraud table {
  table-layout: fixed;
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  overflow: hidden;
}

.trigs-adfraud table th{
  padding: 10px;
  background-color: #006CB2;
  color: #ffffff;
  border-top: 4px solid #006CB2;
  border-left: 4px solid #006CB2;
}

.trigs-adfraud table tr{
  padding: 10px;
  border: none;
  background-color: #ffffff;
  color: #2e2e2e;
  border-right: 4px solid #006CB2;
  border-bottom: 4px solid #006CB2;
}

.trigs-adfraud tr:nth-child(even) th {
  background: #006CB2;
}

.trigs-adfraud table td{
  padding: 10px;
  background-color: #ffffff;
  color: #2e2e2e;
  border-top: 4px solid #006CB2;
  border-left: 4px solid #006CB2;
}

.trigs-adfraud th:last-child, .trigs-adfraud td:last-child {
  border-right: 4px solid #006CB2;
}
.trigs-adfraud tr:last-child th, .trigs-adfraud tr:last-child td {
  border-bottom: 4px solid #006CB2;
}
.trigs-adfraud tr:first-child :first-child {
  border-top-left-radius: 10px;
}
.trigs-adfraud tr:first-child :last-child {
  border-top-right-radius: 10px;
}
.trigs-adfraud tr:last-child :first-child {
  border-bottom-left-radius: 10px;
}
.trigs-adfraud tr:last-child :last-child {
  border-bottom-right-radius: 10px;
}
.trigs-adfraud tr:not(:first-child) th, .trigs-adfraud tr:not(:first-child) td {
  border-top: none;
}

#adv {
  background-image: url(../images/icon_adv.svg);
  background-position: right 2% bottom 10%;
  background-repeat: no-repeat;
  background-size: 7% auto;
  padding: 10px;
  text-align: left;
}

#pub {
  background-image: url(../images/icon_pub.svg);
  background-position: right 2% bottom 10%;
  background-repeat: no-repeat;
  background-size: 8% auto;
  padding: 10px;
  text-align: left;
}

#user {
  background-image: url(../images/icon_user.svg);
  background-position: right 2% bottom 10%;
  background-repeat: no-repeat;
  background-size: 8% auto;
  padding: 10px;
  text-align: left;
}

/* lifestyle targeting */

.trigs-lifestyle{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #006CB2;
    border-bottom: solid 2px #006CB2;
}
.trigs-lifestyle:before, .trigs-lifestyle:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #006CB2;
}
.trigs-lifestyle:before {left: 10px;}
.trigs-lifestyle:after {right: 10px;}
.trigs-lifestyle p {
    margin: 0;
    padding: 0;
}

.lifestyle_ex {
  font-size: 20px;
  color: #006CB2;
  margin-bottom: 10px;
  margin-left:  14px;
  font-weight: 700;
  text-transform: none;
}

.lifestyle {
  background-color:floralwhite;
  margin: 20px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  color: dimgray;
}


/* Accordions */
#accordion {padding: 30px 150px;}
.panel-title a {font-size: 14px;text-transform: none;font-weight: 600;padding-right:20px}
.panel-default>.panel-heading {text-align: left;}
.panel-heading {padding: 15px 15px;}


/* Code for animation -- to change direction of chevron just change -40px to 40px and vice versa */
.glyphicon-chevron-down-custom span, .glyphicon-chevron-up-custom span {width: 10px; height: 5px; background-color: rgb(99, 99, 99); display: inline-block; transition: all .1s linear;}
.glyphicon-chevron-down-custom .sp-1, .glyphicon-chevron-up-custom .sp-2 {transform: skewY(-40deg);}
.glyphicon-chevron-up-custom .sp-1, .glyphicon-chevron-down-custom .sp-2 {transform: skewY(40deg);}
.glyphicon {top: -2px;}


/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #28bbf8;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.trigs-social-icons {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
.trigs-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.trigs-social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
.trigs-social-icons li i {
  font-size: 30px;
}

/* Pricing Tables */
.trigs-pricing table {
  width: 100%;
  border-spacing: 0;
}

.trigs-pricing table th{
  border-bottom: solid 2px #006CB2;
  padding: 10px 20px;
  white-space: nowrap;
}

.trigs-pricing table td{
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 20px;
}

.trigs-pricing p {
  padding: 20px 0 50px 0;
}
/* Nav Links */
.trigs-nav-links ul {
  padding: 0;
  margin: 0;
}
.trigs-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.trigs-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #28bbf8;
}

/* Owl Override Style */
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #52d3aa;
}

/* Image Alignment */
img.trigs-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.trigs-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.trigs-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.trigs-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.trigs-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.trigs-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.trigs-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.trigs-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.trigs-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.trigs-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* contents */

.trigs-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.trigs-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .trigs-nav {
    padding: 20px 0;
  }
}
.trigs-nav #trigs-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: bold;
}
.trigs-nav a {
  padding: 5px 10px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .trigs-nav .menu-1, .trigs-nav .menu-2 {
    display: none;
  }
}
.trigs-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.trigs-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.trigs-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  text-transform: none;
  color: #CBCBCB;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.trigs-nav ul li a:hover, .trigs-nav ul li a:focus, .trigs-nav ul li a:active {
  color: #666;
}
.trigs-nav ul li.has-dropdown {
  position: relative;
}
.trigs-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.trigs-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #999;
  border-width: 8px;
  margin-left: -8px;
}
.trigs-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.trigs-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.trigs-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.trigs-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.trigs-nav ul li.has-dropdown:hover a, .trigs-nav ul li.has-dropdown:focus a {
  color: #999;
}
.btn-cta {
  height:65px;
}
/*.trigs-nav ul li.btn-cta a {
  color: #52d3aa;
}*/
.trigs-nav ul li {
  background: #666;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.btn-cta a span {
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.trigs-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.trigs-nav ul li.active > a {
  color: #999 !important;
}

#trigs-header,
#trigs-counter,
.trigs-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.trigs-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.trigs-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.trigs-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.trigs-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.trigs-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.trigs-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.trigs-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.trigs-cover {
  height: 900px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.trigs-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.trigs-cover > .trigs-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .trigs-cover {
    height: 600px;
  }
}
.trigs-cover .display-t,
.trigs-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trigs-cover .display-t,
  .trigs-cover .display-tc {
    height: 600px;
  }
}
.trigs-cover.trigs-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .trigs-cover.trigs-cover-sm {
    height: 400px;
  }
}
.trigs-cover.trigs-cover-sm .display-t,
.trigs-cover.trigs-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trigs-cover.trigs-cover-sm .display-t,
  .trigs-cover.trigs-cover-sm .display-tc {
    height: 400px;
  }
}

#trigs-counter {
  height: 500px;
}
#trigs-counter .display-t,
#trigs-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #trigs-counter {
    height: inherit;
    padding: 7em 0;
  }
  #trigs-counter .display-t,
  #trigs-counter .display-tc {
    height: inherit;
  }
}

.trigs-staff {
  text-align: center;
  margin-bottom: 30px;
}
.trigs-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.trigs-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.trigs-staff p {
  margin-bottom: 30px;
}
.trigs-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.trigs-social-icons {
  margin: 0;
  padding: 0;
}
.trigs-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.trigs-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #52d3aa;
  padding-left: 10px;
  padding-right: 10px;
}
.trigs-social-icons li a i {
  font-size: 20px;
}

.trigs-contact-info ul {
  padding: 0;
  margin: 0;
}
.trigs-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.trigs-contact-info ul li:before {
  color: #52d3aa;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.trigs-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.trigs-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.trigs-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.trigs-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#trigs-header .display-tc,
#trigs-counter .display-tc,
.trigs-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#trigs-header .display-tc h1, #trigs-header .display-tc h2,
#trigs-counter .display-tc h1,
#trigs-counter .display-tc h2,
.trigs-cover .display-tc h1,
.trigs-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #999;
  text-transform: none;
}
#trigs-header .display-tc h1,
#trigs-counter .display-tc h1,
.trigs-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #trigs-header .display-tc h1,
  #trigs-counter .display-tc h1,
  .trigs-cover .display-tc h1 {
    font-size: 40px;
  }
}
#trigs-header .display-tc h2,
#trigs-counter .display-tc h2,
.trigs-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#trigs-header .display-tc .btn-outline,
#trigs-counter .display-tc .btn-outline,
.trigs-cover .display-tc .btn-outline {
  padding: 15px 30px;
  background: #fff !important;
  color: #006CB2;
  border: none !important;
  font-size: 18px;
  text-transform: none;
}
#trigs-header .display-tc .btn-outline:hover,
#trigs-counter .display-tc .btn-outline:hover,
.trigs-cover .display-tc .btn-outline:hover {
  background: #fff !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#trigs-counter {
  text-align: center;
}
#trigs-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
#trigs-counter .counter_own {
  font-size: 50px;
  margin-bottom: 10px;
  color: #FFFB1F;
  font-weight: 100;
  display: block;
}
#trigs-counter .counter-label {
  margin-bottom: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}
#trigs-counter .counter-label_trigs {
  margin-bottom: 0;
  text-transform: none;
  color: rgba(255,251,31,0.6);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #trigs-counter .feature-center {
    margin-bottom: 50px;
  }
}
#trigs-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}
#trigs-counter .icon i {
  height: 70px;
}
#trigs-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#trigs-features,
#trigs-features-2,
#trigs-features2-1,
#trigs-features2-2,
#trigs-features2-3,
#trigs-features2-4,
#trigs-testimonial,
#trigs-services,
#trigs-faq,
#trigs-started,
#trigs-footer,
.trigs-section {
  padding: 2em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #trigs-features,
  #trigs-features-2,
  #trigs-features2-1,
  #trigs-features2-2,
  #trigs-features2-3,
  #trigs-features2-4,
  #trigs-testimonial,
  #trigs-testimonial,
  #trigs-services,
  #trigs-faq,
  #trigs-started,
  #trigs-footer,
  .trigs-section {
    padding: 3em 0;
  }
}

#trigs-features-2 {
  background: #efefef;
  position: relative;
  float: left;
  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #006CB2;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: none;
  font-size: 18px;
  color: #5d5d5d;
}

.adv_feature-center {
  text-align: center;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  background-color: #36858D;
  border-radius: 25% 10%;
}
@media screen and (max-width: 768px) {
  .adv_feature-center {
    margin-bottom: 50px;
  }
}
.adv_feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.adv_feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #36858D;
}
.adv_feature-center p, .adv_feature-center h3 {
  margin-bottom: 30px;
  color: #fff;
}
.adv_feature-center h3 {
  text-transform: none;
  font-size: 18px;
  color: #fff;
}




.adv_feature-center2 {
  text-align: center;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border: thick double #36858D;
  border-radius: 25% 10%;
}
@media screen and (max-width: 768px) {
  .adv_feature-center2 {
    margin-bottom: 50px;
  }
}
.adv_feature-center2 .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.adv_feature-center2 .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #36858D;
}
.adv_feature-center2 p {
  margin-bottom: 30px;
  color: #2e2e2e;
}
.adv_feature-center2 h3 {
  text-transform: none;
  font-size: 18px;
  color: #36858D;
}





.pub_feature-center {
  text-align: center;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  background-color: #295D89;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.pub_feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pub_feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #295D89;
}
.pub_feature-center p, .pub_feature-center h3 {
  margin-bottom: 30px;
  color: #fff;
}
.pub_feature-center h3 {
  text-transform: none;
  font-size: 18px;
  color: #fff;
}




.pub_feature-center2 {
  text-align: center;
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border: thick double #295D89;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}
@media screen and (max-width: 768px) {
  .pub_feature-center2 {
    margin-bottom: 50px;
  }
}
.pub_feature-center2 .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pub_feature-center2 .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #295D89;
}
.pub_feature-center2 p {
  margin-bottom: 30px;
  color: #2e2e2e;
}
.pub_feature-center2 h3 {
  text-transform: none;
  font-size: 18px;
  color: #295D89;
}




.feature-center2 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center2 {
    margin-bottom: 50px;
  }
}
.feature-center2 .icon {
  float: left;
  margin-right: 5%;
  width: 90px;
  height: 90px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center2 .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #006CB2;
}
.feature-center2 p, .feature-center2 h3 {
  margin-bottom: 30px;
}
.feature-center2 h3 {
  text-transform: none;
  font-size: 18px;
  color: #5d5d5d;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 90px;
  height: 90px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #006CB2;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: none;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.trigs-heading .trigs-heading2 {
  margin-bottom: 5em;
}
.trigs-heading.trigs-heading2.trigs-heading-sm {
  margin-bottom: 2em;
}
.trigs-heading .trigs-heading2 h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
}
.trigs-heading .trigs-heading2 p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}

#trigs-testimonial {
  background: #efefef;
}
#trigs-testimonial .testimony-slide {
  text-align: center;
}
#trigs-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#trigs-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#trigs-testimonial .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#trigs-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #trigs-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#trigs-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#trigs-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#trigs-testimonial .arrow-thumb a:hover, #trigs-testimonial .arrow-thumb a:focus, #trigs-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.trigs-tabs .trigs-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.trigs-tabs .trigs-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.trigs-tabs .trigs-tab-nav li .icon {
  font-size: 30px;
}
.trigs-tabs .trigs-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.trigs-tabs .trigs-tab-nav li a:hover {
  color: #4d4d4d;
}
.trigs-tabs .trigs-tab-nav li.active a {
  background: #fff;
  color: #006CB2;
}
.trigs-tabs .trigs-tab-content-wrap {
  clear: both;
  position: relative;
  top: 20px;
}
.trigs-tabs .trigs-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.trigs-tabs .trigs-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.trigs-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trigs-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .trigs-tabs .icon-xlg {
    font-size: 200px;
  }
}
.trigs-tabs .icon-xlg i {
  color: #006CB2;
}

#trigs-started {
  background: #4cc1bd;
  background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));
  background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
  background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc1bd', endColorstr='#3f95ea', GradientType=1 );
}
#trigs-started .trigs-heading .trigs-heading2 h2 {
  color: #fff;
}
#trigs-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#trigs-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#trigs-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#trigs-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#trigs-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#trigs-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#trigs-started .btn-outline {
  height: 54px;
  border: none !important;
  background: #006CB2;
  color: #fff;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#trigs-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#trigs-started .form-inline .form-group .form-control {
  width: 100%;
}
#trigs-started .trigs-heading {
  margin-bottom: 30px;
}
#trigs-started .trigs-heading .trigs-heading2 h2 {
  margin-bottom: 0;
}

#trigs-footer .trigs-footer-links {
  padding: 0;
  margin: 0;
}
#trigs-footer .trigs-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#trigs-footer .trigs-footer-links li a {
  color: #000;
  text-decoration: none;
}
#trigs-footer .trigs-footer-links li a:hover {
  text-decoration: none;
}
#trigs-footer .trigs-widget {
  margin-bottom: 30px;
}
#trigs-footer .trigs-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #trigs-footer .copyright .pull-left,
  #trigs-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#trigs-footer .copyright .block {
  display: block;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #52d3aa;
}

#trigs-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #trigs-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#trigs-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#trigs-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#trigs-offcanvas ul {
  padding: 0;
  margin: 0;
}
#trigs-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#trigs-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#trigs-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#trigs-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#trigs-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #006CB2;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: none;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.trigs-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.trigs-nav-toggle.active i::before, .trigs-nav-toggle.active i::after {
  background: #444;
}
.trigs-nav-toggle:hover, .trigs-nav-toggle:focus, .trigs-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.trigs-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: none;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.trigs-nav-toggle i::before, .trigs-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.trigs-nav-toggle.trigs-nav-white > i {
  color: #999;
  background: #999;
}
.trigs-nav-toggle.trigs-nav-white > i::before, .trigs-nav-toggle.trigs-nav-white > i::after {
  background: #999;
}

.trigs-nav-toggle i::before {
  top: -7px;
}

.trigs-nav-toggle i::after {
  bottom: -7px;
}

.trigs-nav-toggle:hover i::before {
  top: -10px;
}

.trigs-nav-toggle:hover i::after {
  bottom: -10px;
}

.trigs-nav-toggle.active i {
  background: transparent;
}

.trigs-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.trigs-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.trigs-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .trigs-nav-toggle {
    display: block;
  }
  #trigs-offcanvas {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  background: #0363a6;
  color: #fff;
  border: 2px solid #0363a6;
  box-shadow: none !important;
  outline: none !important;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.trigs-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #666;
}

.js .animate-box {
  opacity: 0;
}

/* Section Dividers */

.section-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 450px;
  border-bottom: 2px solid #E6EAED;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 45px;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: relative;
  text-align: center;
}

.textdivider p {
  color: white;
  font-size: 25px;
}

.divider1 {
  background-image: url('../images/feature_title.jpg');
  margin-top: 20px;
}

.divider2 {
  background-image: url('../images/flow_title.jpg');
  margin-top: 20px;
}

.h1title {
    background-color:rgba(56,94,150,0.6);
}
.textdivider h1 {
  margin-top: 30px;
  padding-top: 10px;
  color: white;
  font-size: 40px;
}

.textdivider p {
  color: white;
  font-size: 25px;
}

/* Privacy Policy Tables */
.trigs-policy table {
  width: 100%;
  border-spacing: 0;
}

.trigs-policy table th{
  border: solid 1px #ddd;
  padding: 10px 20px;
}

.trigs-policy table td{
  border: solid 1px #ddd;
  /*text-align: left;*/
  padding: 10px 20px;
}

/* 実績ロゴスライド */
.content {
  width: 300px;
  height: 80px;
  list-style: none;
}

/* スライドレールの枠 */
.media_wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 140px;
  margin-bottom: 5px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 25% 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

/* jquery.inview.min.js のスタイリング */
.fadeIn {
  opacity: 0;
  transition: 4s;
}
.fadeIn.is-show {
  opacity: 1;
}

#trigs-policy-main {
  margin-top: 100px;
  padding-top: 20px;
  z-index: 102;
}

.trigs-policy-title h1 {
  text-align: center;
}

#cookieOpt {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  padding: 15px;
  display: none;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 10px;
}
.btn:hover {
  background-color: #0056b3;
}
