/**************** Login page******************/
@media only screen and (max-width: 767px) {
  .loginContent .LoginPanel {
    width: 100% !important;
  }

  .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: nowrap;
  }

  .loginContent .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }
}

form[action*="/Login?returnurl"] .loginContent .LoginPanel {
  width: 500px !important;
}

form[action*="/Login?returnurl"]
  .loginContent
  .dnnFormItem
  .dnnLoginRememberMe {
  white-space: inherit;
}

form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
  display: inline-block !important;
  text-align: right !important;
}

.registerGroup ul,
.registerGroup li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.registerGroup,
.loginGroup {
  display: inline-block;
}

.registerGroup a,
.loginGroup a,
.registerGroup a:link,
.loginGroup a:link,
.registerGroup a:active,
.loginGroup a:active,
.registerGroup a:visited,
.loginGroup a:visited {
  color: inherit;
}

.loginContent a,
.loginContent a:link {
  color: #333;
}

.loginContent a.dnnPrimaryAction {
  color: #fff;
}

.loginContent a:hover {
  text-decoration: none;
}

/**************** register page******************/
@media only screen and (max-width: 767px) {
  .dnnRegistrationForm {
    min-width: inherit !important;
  }

  .dnnRegistrationForm .dnnForm {
    width: 100%;
  }

  .dnnRegistrationForm .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: 100%;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
    right: auto !important;
    position: static !important;
    margin-left: 5px !important;
  }

  .dnnRegistrationForm .dnnForm .dnnFormItem {
    padding: 0px !important;
    margin: 0px !important;
  }

  .dnnRegistrationForm .dnnFormItem input[type="text"],
  .dnnRegistrationForm .dnnFormItem input[type="password"],
  .dnnRegistrationForm .dnnFormItem input[type="email"],
  .dnnRegistrationForm .dnnFormItem input[type="tel"],
  .dnnRegistrationForm .dnnFormItem select,
  .dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

/**************** Password page******************/
@media only screen and (max-width: 767px) {
  .dnnSendPasswordContent {
    width: auto !important;
  }

  .dnnSendPasswordContent .dnnLabel {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }

  .dnnSendPasswordContent a.dnnFormHelp,
  .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
  .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
    position: static;
  }

  .dnnSendPasswordContent input[type="text"],
  .dnnSendPasswordContent input[type="password"],
  .dnnSendPasswordContent input[type="email"],
  .dnnSendPasswordContent input[type="tel"],
  .dnnSendPasswordContent select,
  .dnnSendPasswordContent textarea {
    width: 90%;
    margin-bottom: 10px !important;
  }

  .dnnSendPasswordContent ul.dnnActions {
    padding: 0 !important;
  }
}

/*footer*/
footer.footer .dngTextBox,
.footer-logoin {
  display: inline-block;
}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
  font-size: 12px;
  color: #973939;
  text-decoration: none;
  font-weight: normal;
}

A.CommandButton:hover {
  color: #973939;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
  color: #000;
  text-decoration: underline;
}

.FileManager A:hover {
  color: #000;
  text-decoration: none;
}

/* ********** Pane Style ************** */
.DNNEmptyPane {
  display: none;
}

#dnn_ControlPanel #dnnCPWrap {
  filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
  color: #328dde !important;
}

form#Form {
  height: 100%;
}

.ModuleTitle_SubMenu {
  z-index: 9999 !important;
}

/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu {
  z-index: 1 !important;
  display: block !important;
}

#Body[style*="margin-left: 80px"] {
  position: relative;
}

#Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
#Body[style*="margin-left: 80px"]
  .dng-main.Wide
  .sticky-fixed
  .floating-nav.floating-nav-sticky {
  left: 80px;
  width: auto;
  right: 0;
}

#Body[style*="margin-left: 80px"] .headersidenav {
  left: 80px;
}

#Body[style*="margin-left: 80px"] .leftslidemenu.active {
  margin-left: 80px;
}

#Form.showControlBar {
  position: relative;
}

.dnnEditState .overlay-panel-content {
  position: relative !important;
  display: block !important;
  z-index: 99 !important;
  overflow: visible;
  width: 100%;
}

.dnnEditState .overlay-panel-content:before {
  position: absolute;
}

.dnnEditState .overlay-panel-content .overlay-panel-close {
  position: absolute;
}

.dnnEditState .overlay-panel-content .dng_animate_visible,
.cke_editable .dng_animate_visible {
  opacity: 1;
}

.dnnEditState .side-panel-box.side-panel .side-panel-main {
  min-height: 100vh;
}

.dnnEditState .side-panel {
  position: relative !important;
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
  visibility: visible !important;
  display: inline-block;
  z-index: 100 !important;
}

#PageTemplate_Modal .modal-body {
  height: calc(100% - 65px);
}

#PageTemplate_Modal .close {
  position: absolute;
  right: 4px;
  top: -3px;
  font-size: 35px;
}

#setting-message-info {
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 10001;
  display: none;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #32373c;
}

#setting-message-info .fa {
  border-width: 2px;
  border-style: solid;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
}

#setting-message-info-full {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000001;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
}

#setting-message-info-full .waitaminute-message {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-top: -30px;
}

#setting-message-info-full .cog {
  position: relative;
  display: inline-block;
  width: 60px;
  line-height: 1;
  margin-bottom: 10px;
}

#setting-message-info-full .cog .fa-cog {
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
  background-size: cover;
}

#setting-message-info-full .cog .fa-cog::before {
  content: none;
}

#setting-message-info-full .cog .icon1 {
  -webkit-animation: rotatemessage-r 5s infinite linear;
  animation: rotatemessage-r 5s infinite linear;
}

#setting-message-info-full .cog .icon2 {
  position: absolute;
  font-size: 0.5em;
  top: 0;
  -webkit-animation: rotatemessage 3s infinite linear;
  animation: rotatemessage 3s infinite linear;
}

#setting-message-info-full .cog .icon3 {
  position: absolute;
  font-size: 0.5em;
  bottom: 0;
  -webkit-animation: rotatemessage 3s infinite linear;
  animation: rotatemessage 3s infinite linear;
}

/* Animations */
@-webkit-keyframes rotatemessage {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatemessage {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatemessage-r {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotatemessage-r {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.DNNEmptyPane {
  display: none !important;
}

/*pane name*/
.dnnEditState .edit-panename {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  user-select: none;
  color: #cdcdcd;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  top: 20px;
  transform: translate(-50%, 0);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon {
  display: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) {
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 9999;
  cursor: pointer;
  text-align: left;
  white-space: pre;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon) {
  left: 80px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
  display: inline-flex;
  flex-direction: row-reverse;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  background-color: #20a3f0;
  text-align: center;
  border-radius: 0 4px 4px 0;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) span {
  color: #fff;
  max-width: 0px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;

  font-size: 13px;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
}

.SkinPluginPro_icon:not(.sidebarIcon) i {
  font-size: 16px;
  color: #fff;
  width: 34px;
  display: inline-block;
  vertical-align: middle;
}

.SkinPluginPro_icon:not(.sidebarIcon) i::before {
  content: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) a:hover span {
  max-width: 160px;
  padding-right: 10px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
  background-image: url(resource/images/cog.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme {
  background-position: left -3px top -30px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page {
  background-position: left -3px top 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import {
  background-position: left -3px top -60px;
}

.btn-plugin.btn-plugin-headerlayout {
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0, 172, 214, 0.8);
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
  background-size: 1em 1em;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 300ms ease-in;
}

.btn-plugin.btn-plugin-headerlayout span,
.btn-plugin.btn-plugin-headerlayout i {
  display: none;
}

.btn-plugin.btn-plugin-headerlayout:hover {
  background-color: rgb(0, 172, 214);
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  height: auto !important;
}

.col-md-12 {
  float: none !important;
}

#dnn_content .dnnForm.dnnLogin {
  padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after,
.dnnModuleDigitalAssetsBackground *::before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.dnnModuleDigitalAssetsBackground caption {
  padding: 0;
}

/* Allied */
/* Allied */
/* Allied */

#Body form[action*="/Login"]#Form #dnn_content,
#Body form[action*="/login"]#Form #dnn_content {
  padding-top: 200px;
}

/* Allied-header-box

.header_bg.header-default.floating-nav.floating-nav-sticky.Allied-floating-nav{
	position: absolute !important;
}
.header_bg.header-default.floating-nav.floating-nav-sticky.Allied-floating-nav.floating-active{
	position: fixed !important;
}
.header_bg.header-default.floating-nav.floating-nav-sticky.Allied-floating-nav.floating-active .header-bg-box.floating-display-none .header-container-box{
	display: none !important;
}
.header_bg.header-default.floating-nav.floating-nav-sticky.Allied-floating-nav:not(.floating-active) .Allied-header-box{
	transition: none;
}

 */

p {
  letter-spacing: 0.1em;
}

/*header*/

.header-replace .logo img {
  max-height: 100%;
  transition: max-height ease-in 200ms;
}

.header-replace .floating-active .logo img {
  max-height: 80%;
}

.dng-megamenu .primary_structure > li > a {
  transition: color ease-in 200ms, border-color ease-in 200ms,
    background-color ease-in 200ms, padding ease-in 200ms;
}

.header-replace .floating-active .primary_structure > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.Allied-header-box .dng-megamenu .primary_structure > li > a > span::after {
  content: none !important;
}

.Allied-header-box > .container {
  /* padding-left: calc( 220px - 15px ); */
  /* padding-left: calc( 155px - 15px ); */
  /* padding-right: calc( 155px - 15px ); */

  max-width: 1575px;
  margin-left: auto;
  margin-right: auto;
}

.Allied-header-box .dng-megamenu {
  background-color: #00a0ed;
  /* background-color: #292929;
  border: 1px solid #d8d8d8; */
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 200px;
}

.Allied-header-box .dng-megamenu .primary_structure {
  margin-left: -15px;
  margin-right: -15px;
}

.Allied-header-box .dng-megamenu .primary_structure > li > a > span {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

.Allied-header-box .dng-megamenu .primary_structure > li > a > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: opacity ease-in 200ms;
}

.Allied-header-box
  .dng-megamenu
  .primary_structure
  > li.current
  > a
  > span::before,
.Allied-header-box
  .dng-megamenu
  .primary_structure
  > li.menu_hover
  > a
  > span::before {
  opacity: 1;
}

@media only screen and (max-width: 1599px) {
  .Allied-header-box #main-menu .dng-megamenu .primary_structure > li > a {
    font-size: 22px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1399px) {
  .Allied-header-box #main-menu .dng-megamenu .primary_structure > li > a {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .Allied-header-box #main-menu .dng-megamenu .primary_structure > li > a {
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 400;
  }

  .Allied-header-box .logo {
    width: 250px;
  }
}

/* Allied-Banner-01 */
.Allied-Banner-01 {
  overflow: hidden;
}

.Allied-Banner-01 > .is-fixed-element .fixed-element {
  opacity: 0.25;
}

.Allied-Title-01 {
  position: relative;
  margin-top: -17px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.Allied-Title-01 .title {
  font-size: 110px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}

.Allied-Title-01 .title + p {
  margin-top: 35px;
}

.Allied-Title-01 .title span {
  color: var(--accent-color2) !important;
}

.Allied-Title-01 .title span.accent-color,
.Allied-Title-01 .title span.color-accent {
  color: var(--accent-color) !important;
}

.Allied-Title-01.color2 .title {
  color: #3c53b2;
}

.Allied-Title-01 .title span.color-white {
  color: #fff !important;
}

.Allied-Title-01 p {
  font-size: 3.25rem;
  line-height: 1.183673;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 500;
  color: var(--accent-color);
  /* font-family: "Oswald", serif; */
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .Allied-Title-01 .title {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .Allied-Title-01 {
    margin-top: 0;
  }

  .Allied-Title-01 .title {
    font-size: 60px;
  }

  .Allied-Title-01 p {
    font-size: calc(3.0625rem * 0.6);
  }
}

@media only screen and (max-width: 767px) {
  .Allied-Title-01 .title {
    font-size: 52px;
  }
}

.Allied-Title-02 {
  position: relative;
  margin-bottom: 20px;
}

.Allied-Title-02 .title {
  font-size: 52px;
  text-transform: uppercase;
  margin: 0;
}

.Allied-Title-02 .title span {
  color: var(--accent-color2) !important;
}

.Allied-Title-02.color2 .title {
  color: #3c53b2;
}

.Allied-Title-02 .title + p {
  margin-top: 25px;
}

.Allied-Title-02 p {
  font-size: 24px;
  line-height: 1.183673;
  font-family: "Roboto";
  font-weight: 600;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .Allied-Title-02 .title {
    font-size: 42px;
  }
}

.Allied-Title-03 {
  font-size: 24px;
  margin: 0 0 30px;
  padding: 35px 0 0;
  border-top: 2px solid #242e84;
  text-align: left;
}

.Allied-Title-04 {
  font-size: 24px;
  margin: 0 0 30px;
  text-align: left;
  text-transform: uppercase;
}

.Allied-Title-04 span {
  color: var(--accent-color2);
}

.Allied-Title-05 {
  font-size: 40px;
  margin: 0 0 40px;
  text-transform: uppercase;
}

.Allied-Title-05 span {
  color: #000 !important;
}

.Allied-Title-06 {
  font-size: 40px;
  margin: 0 0 40px;
}

.Allied-Title-06 span {
  color: var(--accent-color2);
}

@media only screen and (max-width: 767px) {
  .Allied-Title-06 {
    font-size: 26px;
  }
}

/* Allied-button */
[class^="Allied-button-"],
[class*=" Allied-button-"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  height: auto;
  padding: 10px 34px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;
}

[class^="Allied-button-"]:hover,
[class*=" Allied-button-"]:hover {
  text-decoration: none;
}

body .btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

body .btn-group [class^="Allied-button-"],
body .btn-group [class*=" Allied-button-"] {
  margin-right: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  body .btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  body .btn-group [class^="Allied-button-"],
  body .btn-group [class*=" Allied-button-"] {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/* Allied-button-01 */
body .Allied-button-01 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

body .Allied-button-01:not(:hover) {
  color: var(--theme-primary);
  /* background-color: var(--theme-tertiary); */
}

body .Allied-button-01:hover,
body .Allied-button-01:focus {
  color: #fff;
  background-color: var(--button-hover-color1);
}

#Body .header-replace .dngTextBox .Allied-button-01 {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

#Body .header-replace .dngTextBox .Allied-button-01:hover,
#Body .header-replace .dngTextBox .Allied-button-01:focus {
  color: var(--accent-color);
  font-size: 1.0625rem;
  line-height: 1.25rem;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

/* Allied-button-02 */
body .Allied-button-02 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
}

body .Allied-button-02:not(:hover) {
  color: #fff;
  background-color: var(--button-color1);
}

body .Allied-button-02:hover,
body .Allied-button-02:focus {
  color: var(--button-color1);
  background-color: #fff;
}

#Body [id^="headerrow-"] .Allied-button-02:not(:hover) {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

#Body [id^="headerrow-"] .Allied-button-02:hover,
#Body [id^="headerrow-"] .Allied-button-02:focus {
  color: var(--button-color1);
  font-size: 1.0625rem;
  line-height: 1.25rem;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

/* Allied-button-03 */
.Allied-button-03 {
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  font-size: 2.375rem;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  line-height: 1.210526;
}

* > .arrow {
  position: relative;
  margin-left: 40px;
  width: 100%;
  max-width: 200px;
  height: 1px;
  background-color: currentColor;
}

* > .arrow::before,
* > .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  transform-origin: right;
}

* > .arrow::before {
  transform: rotate(30deg);
}

* > .arrow::after {
  transform: rotate(-30deg);
}

@media only screen and (max-width: 767px) {
  .Allied-button-03 {
    font-size: 24px;
  }

  * > .arrow {
    margin-left: 20px;
  }
}

.Allied-button-04 {
  color: var(--accent-color2) !important;
  background-color: #fff !important;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.Allied-button-04:hover,
.Allied-button-04:focus {
  color: var(--accent-color) !important;
  background-color: #fff !important;
}

.Allied-button-05 {
  color: #fff !important;
  background-color: var(--accent-color) !important;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.Allied-button-05:focus,
.Allied-button-05:hover {
  color: #fff !important;
  background-color: var(--accent-color) !important;
}

.Allied-button-06 {
  color: #fff !important;
  background-color: var(--accent-color) !important;
  background-image: linear-gradient(
    90deg,
    #00a0ed,
    #0e73c4,
    #22338a
  ) !important;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height: 107px;
  border-radius: 0;
  white-space: pre-wrap;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 40px 0;
  transition: all ease-in 300ms !important;
}

.Allied-button-06:focus,
.Allied-button-06:hover {
  color: #fff !important;
  background-color: var(--accent-color) !important;
  background-image: linear-gradient(
    90deg,
    var(--accent-color),
    var(--accent-color)
  ) !important;
}

/* Allied-accordion01 */
.Allied-accordion01 {
  text-align: left;
}

.Allied-accordion01 .panel-heading {
  margin-bottom: 0;
}

.Allied-accordion01 .panel-heading button {
  position: relative;
  color: var(--accent-color);
  font-size: 1.5625rem;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  padding: 32px 40px 22px 0;
  font-weight: 600;
  display: block;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  text-align: left;
}

.Allied-accordion01 .accordion-content {
  color: #000;
  display: none;
  padding: 8px 0px 14px 25px;
  letter-spacing: 0.1em;
}

.Allied-accordion01 .accordion-item {
  border-bottom: none;
  transition: all ease 300ms;
  position: relative;
  padding-bottom: 20px;
}

.Allied-accordion01 .accordion-content p {
  margin: 0 0 20px;
}

.Allied-accordion01 .accordion-content p:last-child {
  margin-bottom: 0;
}

.Allied-accordion01 .accordion-content a:not(.Allied-button-01),
.Allied-accordion01 .accordion-content a:not(.Allied-button-01):link {
  color: currentColor;
}

.Allied-accordion01 .accordion-content a:not(.Allied-button-01):hover,
.Allied-accordion01 .accordion-content a:not(.Allied-button-01):focus {
  color: var(--accent-color);
}

.is-light-text
  .Allied-accordion01
  .accordion-content
  a:not(.Allied-button-01):hover,
.is-light-text
  .Allied-accordion01
  .accordion-content
  a:not(.Allied-button-01):focus {
  color: var(--accent-color2);
}

.Allied-accordion01 .accordion-content strong {
  font-weight: 600;
}

.Allied-accordion01 .panel-heading .arrow {
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border: 2px solid var(--accent-color2);
  border-radius: 50%;
  background: transparent;
  margin: unset;
  max-width: unset;
}

.Allied-accordion01 .panel-heading .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all ease 300ms;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--accent-color2);
  border-right: 2px solid var(--accent-color2);
  margin: -7px 0 0 -5px;
  transform: rotate(45deg);
  background: transparent;
  transform-origin: center;
}

.Allied-accordion01 .accordion-item.opened .arrow::after {
  transform: rotate(-135deg);
  margin-top: -3px;
}

.Allied-accordion01 .accordion-item .arrow::before {
  display: none;
}

.Allied-accordion01 .accordion-item::before {
  content: "";
  border-top: 2px solid var(--accent-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* .Allied-accordion01 .accordion-item:last-child::before {
    content: none;
} */

html.html-night .Allied-accordion01 .panel-heading button,
.is-light-text .Allied-accordion01 .panel-heading button {
  color: #fff;
}

html.html-night .Allied-accordion01 .panel-heading .arrow::after,
.is-light-text .Allied-accordion01 .panel-heading .arrow::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.Allied-accordion01 .link-more {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.is-light-text .Allied-accordion01 .accordion-item::before,
.is-light-text .Allied-accordion01 .panel-heading .arrow {
  border-color: #fff;
}

/* Allied-infobox01 */
.Allied-infobox01 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.Allied-infobox01 .pic {
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  padding-right: 20px;
  width: 112px;
  border-right: 10px solid var(--accent-color2);

  filter: brightness(1) invert(0);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.Allied-infobox01 .content {
  font-family: "Roboto", sans-serif;
}

.Allied-infobox01 .content .title {
  margin-top: -0.12em;
  color: var(--accent-color2);
  font-size: 2.5625rem;
  font-family: "Work Sans", sans-serif;
  line-height: 1.25;

  filter: brightness(1) invert(0);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

/* .Allied-infobox01:hover .pic,
.Allied-infobox01:hover .content .title{
	filter: brightness(2) invert(0);
}
.Allied-infobox01.filter-white:hover .pic,
.Allied-infobox01.filter-white:hover .content .title{
	filter: brightness(0) invert(1);
} */
.Allied-infobox01.filter-white .pic,
.Allied-infobox01.filter-white .content .title {
  filter: brightness(0) invert(1);
}

.Allied-infobox01-grid {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .Allied-infobox01-grid {
    flex-wrap: wrap;
  }

  .Allied-infobox01-grid .Allied-infobox01 {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 991px) {
  .Allied-infobox01-grid .Allied-infobox01 {
    width: calc(100% / 1);
  }
}

@media only screen and (max-width: 787px) {
  .Allied-infobox01 .content .title {
    font-size: 30px;
  }
}

/* Allied-infobox02 */

.Allied-infobox02 {
  padding: 110px 65px 55px;
  background-color: var(--accent-color);
}

.Allied-infobox02 .title {
  font-size: 3.25rem;
  font-weight: normal;
  line-height: 1.2;
}

.Allied-infobox02 p {
  font-size: 1.75rem;
}

.Allied-infobox02,
.Allied-infobox02 .title,
.Allied-infobox02 a:not(:hover),
.Allied-infobox02 a:hover,
.Allied-infobox02 p {
  color: #fff;
}

.Allied-infobox02-grid {
  display: flex;
  flex-wrap: wrap;
}

.Allied-infobox02-grid .Allied-infobox02 {
  width: calc(100% / 4);
  transition: 150ms all;
}

.Allied-infobox02-grid .Allied-infobox02 .box > *:last-child {
  margin-bottom: 0;
}

.Allied-infobox02-grid .Allied-infobox02:nth-child(2n + 1) {
  background-color: var(--accent-color);
}

.Allied-infobox02-grid .Allied-infobox02:nth-child(2n + 2) {
  background-color: #000;
}

div.Allied-infobox02-grid a.Allied-infobox02:hover,
div.Allied-infobox02-grid a.Allied-infobox02:focus {
  background-color: var(--theme-tertiary);
  transition: 150ms all;
}

@media only screen and (max-width: 1399px) {
  .Allied-infobox02-grid .Allied-infobox02 {
    width: calc(100% / 2);
  }

  .Allied-infobox02-grid .Allied-infobox02:nth-child(4n + 1),
  .Allied-infobox02-grid .Allied-infobox02:nth-child(4n + 4) {
    background-color: var(--accent-color);
  }

  .Allied-infobox02-grid .Allied-infobox02:nth-child(4n + 2),
  .Allied-infobox02-grid .Allied-infobox02:nth-child(4n + 3) {
    background-color: var(--accent-color2);
  }
}

@media only screen and (max-width: 991px) {
  .Allied-infobox02-grid .Allied-infobox02 {
    width: calc(100% / 1);
  }

  .Allied-infobox02-grid .Allied-infobox02:nth-child(2n + 1) {
    background-color: var(--accent-color);
  }

  .Allied-infobox02-grid .Allied-infobox02:nth-child(2n + 2) {
    background-color: var(--accent-color2);
  }
}

@media only screen and (max-width: 767px) {
  .Allied-infobox02 {
    padding: 35px;
  }

  .Allied-infobox02 .title {
    font-size: 2rem;
  }
}

/* Allied-imagebox01 */
.Allied-imagebox01 {
  position: relative;
}

.Allied-imagebox01 .is-lightbox {
  position: relative;
}

.Allied-imagebox01 .is-lightbox .sico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);

  font-size: 5.75rem;
  line-height: 1;
}

/* Allied-list-01 */
.Allied-list-01 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;

  font-size: 2.8125rem;
  font-family: "Oswald", serif;
  line-height: 1.2;
}

.Allied-list-01 li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  font-size: var(--font-size-lg);
  font-family: var(--font-heading);
  line-height: 1;
}

.Allied-list-01 li:not(:first-child)::before {
  content: "";
  display: inline-block;
  margin-right: 25px;
  width: 13px;
  height: 13px;
  background-color: currentColor;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .Allied-list-01 {
    font-size: 1.3125rem;
    display: block;
  }

  .Allied-list-01 li {
    margin: 0 0 1rem;
  }

  .Allied-list-01 li:last-child {
    margin: 0;
  }

  .Allied-list-01 li::before,
  .Allied-list-01 li:not(:first-child)::before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    background-color: currentColor;
    border-radius: 50%;
  }
}

/* Allied-carousel01 */
.swiper-container.Allied-carousel01 {
  padding-bottom: 0px;
}

.swiper-container.Allied-carousel01 .item {
  position: relative;
  width: 100%;
}

.swiper-container.Allied-carousel01 .item .pic {
  position: relative;
  padding-bottom: calc(100% * 1000 / 1000);
}

.swiper-container.Allied-carousel01 .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container.Allied-carousel01 .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  opacity: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.swiper-container.Allied-carousel01 .item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.6;
  z-index: 0;
}

.swiper-container.Allied-carousel01 .item .content .text1,
.swiper-container.Allied-carousel01 .item .content .text2 {
  position: relative;
}

.swiper-container.Allied-carousel01 .item .content .text1:empty,
.swiper-container.Allied-carousel01 .item .content .text2:empty {
  display: none;
}

.swiper-container.Allied-carousel01 .item .content .text1 {
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  background-color: #000;
}

.swiper-container.Allied-carousel01 .item .content .text2 {
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
  /* line-height: 1.212121; */
  background-color: #000;
  /* letter-spacing: 0.1em; */
}

.swiper-container.Allied-carousel01 .item .fill-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container.Allied-carousel01 .item:hover .content,
.swiper-container.Allied-carousel01 .item:focus .content {
  opacity: 1;
}

.swiper-container.Allied-carousel01 .swiper-button-next,
.swiper-container.Allied-carousel01 .swiper-button-prev {
  top: auto;
  bottom: 0;

  margin-top: 0;

  width: 50px;
  height: 50px;

  color: var(--accent-color2);
  border: 1px solid var(--accent-color2);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.swiper-container.Allied-carousel01 .swiper-button-next {
  right: 20%;
}

.swiper-container.Allied-carousel01 .swiper-button-prev {
  left: 20%;
}

.swiper-container.Allied-carousel01 .swiper-button-prev span {
  margin: -8px 0 0 -4px;
}

.swiper-container.Allied-carousel01 .swiper-button-next span {
  margin: -8px 0 0 -10px;
}

.swiper-container.Allied-carousel01 .swiper-button-next:hover,
.swiper-container.Allied-carousel01 .swiper-button-prev:hover,
.swiper-container.Allied-carousel01 .swiper-button-next:focus,
.swiper-container.Allied-carousel01 .swiper-button-prev:focus {
  color: #fff;
  background-color: var(--accent-color2);
}

.Allied-Banner-01 {
  padding-top: 300px;
  padding-bottom: 110px;
}

.Allied-Banner-01 .section-title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .Allied-Banner-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.Allied-section-02 {
  padding-top: 105px;
  padding-bottom: 20px;
}

.Allied-section-02 .section-title {
  margin-bottom: 100px;
}

.Allied-section-04 {
  position: relative;
}

.Allied-section-04::after {
  content: "";
  width: 100%;
  display: block;
  line-height: 0;
  padding-bottom: calc(413 / 1920 * 100%);
  background-image: url("./resource/images/Allied/Allied-section-04-bg.png");
  background-size: cover;
  min-height: 300px;
}

.Allied-section-07 {
  padding-top: 80px;
  padding-bottom: 280px;

  padding-top: min(80px, calc(80 / 1920 * 100%));
  padding-bottom: min(280px, calc(280 / 1920 * 100%));
}

.Allied-section-07 .is-overlay .is-overlay-bg {
  background-size: contain;
  background-position: 50% bottom;
}

@media only screen and (max-width: 767px) {
  .Allied-section-07 {
    padding-bottom: 35%;
  }
}

.Allied-section-08 {
  padding-top: 100px;
}

.Allied-section-09 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.Allied-Footer-01 {
  position: relative;
}

.Allied-Footer-01 .center-block {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.Allied-Footer-01 .footer-title-01 {
  font-size: 1.1875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
}

.Allied-Footer-01 p {
  font-size: 0.875rem;
  line-height: 1.285714;
}

.Allied-Footer-01 .footer-title-01 + p {
  margin-top: -3px;
  margin-bottom: 42px;
}

.Allied-Footer-01 .footer-title-01 + .btn-group {
  margin-top: 78px;
}

body .Allied-Footer-01 .btn-group [class^="Allied-button-"],
body .Allied-Footer-01 .btn-group [class*=" Allied-button-"] {
  margin-right: 20px;
  margin-bottom: 20px;
}

.Allied-Footer-01 .Allied-list-01 {
  font-size: 1.3125rem;
  line-height: 1.041667;
  font-family: "Roboto", sans-serif;
  text-align: center;
  display: block;
}

.Allied-Footer-01 .Allied-list-01 li {
  margin: 5px;
  color: var(--accent-color2);
  display: inline-flex;
  vertical-align: middle;
  font-weight: bold;
}

.Allied-Footer-01 .Allied-list-01 li:not(:first-child)::before {
  margin-right: 10px;
  width: 5px;
  height: 5px;
}

@media only screen and (max-width: 767px) {
  .Allied-Footer-01 .center-block {
    width: auto;
  }
}

#page-title .page-title-container {
  padding-top: 250px;
}

#page-title .page-title-container > .center {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  #page-title .page-title-container > .center {
    padding: 0;
  }
}

#page-title .main-title {
  display: none;
}

#page-title h3 {
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 400;
  margin: 0 0 20px;
}

#page-title h1 {
  color: #ffffff;
  font-size: 110px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-family: "Oswald";
}

#page-title p {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto";
}

#page-title .PageTitlePane {
  /* max-width: 830px; */
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  #page-title h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 991px) {
  #page-title .page-title-container {
    padding-top: 50px;
  }

  .page-title-container {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 767px) {
  #page-title h1 {
    font-size: 42px;
  }
}

.partners-list {
  display: grid;
  grid-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.partners-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0deec;
  min-height: 150px;
  transition: all ease-in 300ms;
}

.partners-list li:last-of-type:not(:nth-of-type(3n + 3)) {
  grid-column-start: 2;
}

.partners-list li:hover,
.partners-list li:focus {
  background-color: #f0f9fe;
}

@media only screen and (max-width: 767px) {
  .partners-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .partners-list li:last-of-type:not(:nth-of-type(3n + 3)) {
    grid-column-start: unset;
  }
}

.custom-iconbox01 {
  padding: 60px 0;
  text-align: center;
}

.custom-iconbox01 .icon {
  font-size: 60px;
  margin: 0 0 15px;
}

.custom-iconbox01 .title {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}

.community-list {
  display: grid;
  grid-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.community-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.community-list li img {
  width: 100%;
}

.community-list li:last-of-type:not(:nth-of-type(3n + 3)) {
  grid-column-start: 2;
}

@media only screen and (max-width: 991px) {
  .community-list {
    margin-bottom: 40px;
  }

  .community-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .community-list li:last-of-type:not(:nth-of-type(3n + 3)) {
    grid-column-start: unset;
  }
}

@media only screen and (max-width: 767px) {
  .community-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content-style02 .panel-body {
  color: var(--default-color);
}

.content-style02 .panel-body h3 {
  font-size: 22px;
  font-family: "Roboto";
}

.content-style02 .panel-body h4 {
  font-size: 20px;
  font-family: "Roboto";
}

.content-style02 .panel-body p + h3,
.content-style02 .panel-body ul + h3,
.content-style02 .panel-body ul + p,
.content-style02 .panel-body p + h4,
.content-style02 .panel-body ul + h4 {
  margin-top: 30px;
}

.content-style02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-style02 ul li {
  position: relative;
  padding: 0 0 10px 20px;
}

.content-style02 ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4a79a2;
  position: absolute;
  top: 10px;
  left: 0px;
}

.content-style02 strong {
  color: var(--accent-color);
}

.lightbox-video {
  display: inline-block;
  position: relative;
}

.lightbox-video::after {
  content: "";
  border: 30px solid transparent;
  border-left-color: #ffffff;
  border-right: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -10px;
  transform: scaleX(1.5);
  border-radius: 5px;
}

.lightbox-video::before {
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
}

@media only screen and (max-width: 767px) {
  .lightbox-video::after {
    content: "";
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-right: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -19px 0 0 -6px;
    transform: scaleX(1.5);
    border-radius: 5px;
  }

  .lightbox-video::before {
    width: 80px;
    height: 80px;
    border-width: 2px;
    margin: -40px 0 0 -40px;
  }
}

.custom-list01 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.custom-list01 li {
  color: #242e84;
  font-weight: bold;
  font-family: "Roboto";
  margin-bottom: 10px;
  position: relative;
  padding-left: 36px;
}

.custom-list01 li .sico {
  color: #747eb4;
  position: absolute;
  left: 0;
  top: 4px;
}

.Allied-Title-07 {
  font-size: 52px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

.Allied-Title-07 span {
  color: var(--accent-color) !important;
}

.Allied-Title-07 span.color-accent2 {
  color: var(--accent-color2) !important;
}

@media only screen and (max-width: 767px) {
  .Allied-Title-07 {
    font-size: 32px;
  }
}

.Allied-Title-08 {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: bold;
  font-size: 24px;
  color: var(--accent-color);
  margin: 0 auto 60px;
}

.custom-iconbox02 {
  padding: 60px 30px;
  text-align: center;
  background-color: #000;
  margin-bottom: 45px;
  height: calc(100% - 45px);
}

.custom-iconbox02 .icon {
  font-size: 62px;
  margin: 0 0 32px;
  color: #fff;
  line-height: 1;
}

.custom-iconbox02 .title {
  font-size: 24px;
  font-family: "Roboto";
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.4;
}

.custom-iconbox03 {
  padding: 60px 50px;
  text-align: left;
  background-color: #000;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.custom-iconbox03 .icon {
  font-size: 62px;
  margin: 0 0 15px;
  color: #fff;
}

.custom-iconbox03 .title {
  font-size: 24px;
  font-family: "Roboto";
  text-transform: uppercase;
  margin: 0 0 22px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.4;
}

.custom-iconbox03 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-iconbox03 ul li {
  color: #fff;
  position: relative;
  padding-left: 38px;
  margin-bottom: 18px;
  font-family: var(--font-heading);
  font-size: var(--font-size-base);
}

.custom-iconbox03 ul li .sico {
  position: absolute;
  top: 6px;
  left: 0;
}

.custom-iconbox03 ul li:last-child {
  margin-bottom: 0;
}

.custom-iconbox04 {
  padding: 80px 48px 60px;
  letter-spacing: 0.1em;
  background-color: #000;
  color: #fff;
  height: 100%;
}

.custom-iconbox04 .title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.custom-iconbox04 .icon .sico {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}

.custom-iconbox04 .link {
  font-size: 26px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .custom-iconbox04 {
  }
}

.custom-iconbox05 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 40px 15px;
  border-radius: 5px;
  margin-bottom: 50px;
  height: calc(100% - 50px);
}

.custom-iconbox05 .icon {
  font-size: 60px;
  color: var(--accent-color2);
  line-height: 1;
  margin-bottom: 20px;
}

.custom-iconbox05 .title {
  font-size: 24px;
  color: #054f9c;
}

.custom-info01 {
  padding: 90px 0;
}

.custom-info01 .title {
  font-size: 52px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.custom-info01 .title span {
  color: var(--accent-color);
}

.custom-info01.color2 .title span {
  color: var(--accent-color2);
}

@media only screen and (max-width: 767px) {
  .custom-info01 .title {
    font-size: 42px;
  }
}

.custom-flipbox01 {
  -webkit-perspective: 1000;
  perspective: 1000;
  overflow: visible;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: z-index 750ms ease;
  transition: z-index 750ms ease;
  display: flex;
  opacity: 1;
  z-index: 0;
}

.custom-flipbox01 .front,
.custom-flipbox01 .back {
  -webkit-transition: all 750ms ease 0s;
  transition: all 750ms ease 0s;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  flex: 0 0 100%;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.custom-flipbox01 .front {
  position: relative;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
  background-color: var(--accent-color);
}

.row > div:nth-child(2n) .custom-flipbox01 .front,
.row > div:nth-child(2n) .custom-flipbox01 .back {
  background-color: #000;
}

.custom-flipbox01 .back {
  z-index: 1;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: var(--accent-color);
  color: #fff;
  margin-left: -100%;
}

.custom-flipbox01:hover,
.custom-flipbox01:focus,
.custom-flipbox01:focus-within {
  z-index: 100;
}

.custom-flipbox01:hover .front,
.custom-flipbox01:focus .front,
.custom-flipbox01:focus-within .front {
  background-color: #fff;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #edf0f8;
}

.custom-flipbox01:hover .back,
.custom-flipbox01:focus .back,
.custom-flipbox01:focus-within .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

.custom-flipbox01 .front .title {
  font-size: 52px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .custom-flipbox01 .back {
    padding: 15px;
  }

  .custom-flipbox01 .front .title {
    font-size: 32px;
  }
}

.cell-active .custom-flipbox01 .front {
  -webkit-transform: rotateY(0deg) translateY(100%) !important;
  transform: rotateY(0deg) translateY(100%) !important;
  margin: 0 !important;
}

.cell-active .custom-flipbox01 .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

.custom-list02 dt {
  font-size: 24px;
  color: var(--accent-color);
  font-weight: 600;
  font-family: "Roboto";
  border-top: 2px solid var(--accent-color);
  padding: 30px 0 20px;
}

.custom-list02 dd {
  margin-bottom: 50px;
  padding-left: 40px;
}

.custom-list02 dd:last-child {
  margin-bottom: 0;
}

.OurTeam-infobox {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin-bottom: 36px;
  height: calc(100% - 36px);
  text-align: left;
  line-height: 1.2;
}

.OurTeam-infobox img {
  width: 100%;
}

.OurTeam-infobox .is-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.OurTeam-infobox .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: rgba(36, 46, 132, 0.5);
  font-size: 28px;
  color: #ffffff;
  font-family: "Oswald";
  opacity: 0;
  transition: all ease-in 300ms;
}

.OurTeam-infobox .cont-box .title {
  color: #ffff;
  margin: 0 0 5px;
}

.OurTeam-infobox:focus .cont-box,
.OurTeam-infobox:hover .cont-box {
  opacity: 1;
}

.ourteam-minilight-holder .minilightbox-content .lightbox-htmlcont {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.minilightbox-holder .OurTeam-infobox-lightbox {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.minilightbox-holder .OurTeam-infobox-lightbox > .left-box {
  flex: 0 0 50%;
  padding: 70px 50px;
  background-color: var(--accent-color);
  color: #fff;
}

.minilightbox-holder .OurTeam-infobox-lightbox > .right-box {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center;
}

.minilightbox-holder .OurTeam-infobox-lightbox .left-cont-box {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.OurTeam-infobox-lightbox .title {
  color: #fff;
  font-size: 110px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.OurTeam-infobox-lightbox .title span {
  color: var(--accent-color2);
}

.OurTeam-infobox-lightbox .subtitle {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 500;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}

.OurTeam-infobox-lightbox .sico {
  color: #fff;
  margin-right: 30px;
  font-size: 40px;
}

.OurTeam-infobox-lightbox .description-box {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
  letter-spacing: 0.1em;
}

.OurTeam-infobox-lightbox .description-box::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: inset 0 0 5px #00000044;
  background: var(--accent-color2);
}

.OurTeam-infobox-lightbox .description-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00000044;
  border-radius: 0;
  background: #ebe8da;
}

.OurTeam-infobox-lightbox .description-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.ourteam-minilight-holder .minilightbox-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E %3Cpath stroke='%23242E85'  d='M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575' /%3E%3C/svg%3E");
  background-size: 46px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .minilightbox-holder .OurTeam-infobox-lightbox > .left-box {
    flex: 0 0 65%;
    padding: 40px 35px;
  }

  .minilightbox-holder .OurTeam-infobox-lightbox > .right-box {
    flex: 0 0 35%;
  }
}

@media only screen and (max-width: 767px) {
  .OurTeam-infobox-lightbox .title {
    font-size: 52px;
  }

  .minilightbox-holder .OurTeam-infobox-lightbox > .left-box {
    flex: 0 0 100%;
    padding: 15px;
  }

  .minilightbox-holder .OurTeam-infobox-lightbox > .right-box {
    display: none;
  }

  .ourteam-minilight-holder .minilightbox-close {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'%3E %3Cpath stroke='%23ffffff'  d='M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575' /%3E%3C/svg%3E");
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--accent-color);
    top: 0;
    right: 0;
  }
}

.custom-tabs01 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.custom-tabs01 .is-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.custom-tabs01 .section-tabs-list {
  text-align: center;
  margin-bottom: 50px;
}

.custom-tabs01 .section-tabs-list .item {
  padding: 23px 25px;
  background-color: #242e84;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  min-width: 270px;
  text-transform: uppercase;
  margin: 0 12px 20px;
  transition: all ease-in 300ms;
}

.custom-tabs01 .section-tabs-list .item:hover,
.custom-tabs01 .section-tabs-list .item:focus,
.custom-tabs01 .section-tabs-list .item.active {
  background-color: #00a1ee;
}

@media only screen and (max-width: 991px) {
  .custom-tabs01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-tabs01 .section-tabs-list .item {
    padding: 8px 15px 6px;
    font-size: 16px;
    min-width: auto;
    margin: 0 5px 10px;
  }
}

.easy-carousel08 {
  margin: 0 -15px;
}

.easy-carousel08 .carousel-item {
  padding: 0px 15px;
}

.easy-carousel08 .pic {
  height: 100%;
}

.easy-carousel08 .pic a {
  display: block;
  height: 100%;
}

.easy-carousel08 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.easy-carousel.easy-carousel08 .carousel-navigation {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 100%;
  margin-top: 30px;
  transition: all ease-in 300ms;
}

.easy-carousel.easy-carousel08 .carousel-navigation span {
  transition: all ease-in 300ms;
}

.easy-carousel.easy-carousel08 .carousel-navigation:hover span,
.easy-carousel.easy-carousel08 .carousel-navigation:hover,
.easy-carousel.easy-carousel08 .carousel-navigation:focus span,
.easy-carousel.easy-carousel08 .carousel-navigation:focus {
  border-color: var(--accent-color2);
}

.easy-carousel.easy-carousel08:not([data-navigation="false"]) {
  margin-bottom: 100px;
}

.custom-imagebox01 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 40px;
  height: calc(100% - 40px);
  display: block;
}

.custom-imagebox01 .pic {
  padding: 30px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-imagebox01 .pic img {
  max-width: 100%;
  max-height: 100%;
}

.custom-imagebox01 .title {
  font-size: 24px;
  text-align: center;
  background-image: linear-gradient(90deg, #00a0ed, #0e73c4, #22338a);
  padding: 15px;
  min-height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin: 0;
}

.family-Roboto {
  font-family: "Roboto" !important;
  font-weight: 400;
}

.custom-imagebox02 {
  border: 1px solid #d0deec;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  transition: all ease-in 300ms !important;
  display: block;
}

.custom-imagebox02 .title {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: -5px;
}

.custom-imagebox02:hover,
.custom-imagebox02:focus {
  background-color: #f0f9fe;
  border-color: #c0d3e6;
}

.sep-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 5px;
}

.download-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-list li {
  border-top: 2px solid #3b4492;
}

.download-list li a {
  display: flex;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 800;
  justify-content: space-between;
}

.download-list li .sico {
  margin: 0 0 0 auto;
  color: var(--accent-color2);
  font-size: 30px;
}

.custom-iconbox06 {
  background-color: #000;
  padding: 50px;
  color: #fff;
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.custom-iconbox06 .title {
  font-size: 52px;
  color: #fff;
  margin: 0 0 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .custom-iconbox06 .title {
    font-size: 32px;
  }
}

.custom-infobox01 {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: var(--accent-color);
  color: #fff;
  padding: 52px;
  min-height: 257px;
}

.custom-infobox01 .title {
  color: #ffffff;
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.custom-infobox01 .link {
  color: #ffffff;
  font-size: 26px;
}

.custom-infobox02 {
  background-color: var(--accent-color);
  padding: 60px 70px;
}

.custom-infobox02 .title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 40px;
}

.custom-infobox02 .title span {
  color: var(--accent-color2);
}

.custom-infobox02 .custom-list01 li {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .custom-infobox02 {
    background-color: var(--accent-color);
    padding: 30px 40px;
  }
}

.custom-list02 {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-list02 li {
  padding: 0 0 10px 20px;
  position: relative;
  letter-spacing: 0.1em;
}

.custom-list02 li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: 0px;
  top: 9px;
}

.custom-blockquote {
  border: none;
  margin: 0;
  padding: 0;
}

.custom-blockquote .title {
  font-size: 40px;
  font-family: "Catamaran";
}

.custom-blockquote .subtitle {
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .custom-blockquote .title {
    font-size: 32px;
  }

  .custom-blockquote .subtitle {
    font-size: 18px;
  }
}

.custom-iconbox07 {
  background-color: #000;
  padding: 50px;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

.custom-iconbox07 .title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}

.custom-iconbox07 .icon {
  font-size: 60px;
  margin-bottom: 10px;
}

.custom-iconbox07.bg-white {
  background-color: #fff;
  color: var(--accent-color2);
}

.custom-iconbox07.bg-white .sico,
.custom-iconbox07.bg-white .title {
  color: var(--accent-color);
}

.custom-testimonials01 {
  text-align: center;
}

.custom-testimonials01 blockquote {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.custom-testimonials01 blockquote p {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 22px;
  color: #4a79a2;
}

.custom-testimonials01 blockquote .info-title {
  margin-top: 30px;
}

.custom-testimonials01 blockquote strong {
  color: var(--accent-color);
}

.custom-testimonials01 .date {
  color: var(--accent-color);
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.custom-testimonials01 .name {
  color: #242e84;
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}

.easy-carousel.custom-testimonials01 .carousel-navigation {
  width: 26px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  margin-top: 35px;
}

.easy-carousel.custom-testimonials01 .carousel-navigation.carousel-prev {
  margin-left: -36px;
}

.easy-carousel.custom-testimonials01 .carousel-navigation.carousel-next {
  margin-left: 10px;
}

.easy-carousel.custom-testimonials01 .carousel-navigation span {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -2px;
}

.easy-carousel.custom-testimonials01 .carousel-navigation.carousel-next span {
  margin: -4px 0 0 -5px;
}

.download-box {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.download-box .title {
  background-image: linear-gradient(90deg, #00a0ed, #0e73c4, #22338a);
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  padding: 25px 30px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  font-weight: 600;
}

.download-box .title .sico {
  font-size: 36px;
  margin-left: 20px;
}

.custom-imagebox03 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.custom-imagebox03 .title {
  background-image: linear-gradient(90deg, #00a0ed, #0e73c4, #22338a);
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  padding: 25px 30px;
  color: #ffffff;
  text-transform: uppercase;
  flex-grow: 1;
  font-weight: 600;
  text-align: center;
  min-height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

.custom-imagebox03 .title .sico {
  font-size: 36px;
  margin-left: 20px;
}

.custom-imagebox04 {
  height: 100%;
  position: relative;
}

.custom-imagebox04 .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-family: "Oswald";
  text-transform: uppercase;
  opacity: 1;
  transition: opacity ease-in 300ms;
  pointer-events: none;
}

.custom-imagebox04 .cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}

.custom-imagebox04 .cont > * {
  pointer-events: all;
}

.custom-imagebox04 .title {
  font-size: 50px;
  color: #fff;
  margin: 0 0 5px;
}

.custom-imagebox04 .cont p {
  letter-spacing: 0;
}

@media only screen and (max-width: 1440px) {
  .custom-imagebox04 .title {
    font-size: 32px;
  }

  .custom-imagebox04 .cont {
    font-size: 16px;
    padding: 30px;
  }
}

.custom-imagebox04 img {
  width: 100%;
}

.custom-imagebox04 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.custom-flipbox02 {
  -webkit-perspective: 1000;
  perspective: 1000;
  overflow: visible;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: z-index 750ms ease;
  transition: z-index 750ms ease;
  display: flex;
  opacity: 1;
  z-index: 0;
}

.custom-flipbox02 .front,
.custom-flipbox02 .back {
  -webkit-transition: all 750ms ease 0s;
  transition: all 750ms ease 0s;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  flex: 0 0 100%;
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  min-height: 422px;
}

.custom-flipbox02 .front {
  position: relative;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
  background-color: var(--accent-color);
}

.row > div:nth-child(2n) .custom-flipbox02 .front,
.row > div:nth-child(2n) .custom-flipbox02 .back {
  background-color: #000;
}

.custom-flipbox02 .back {
  z-index: 1;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: var(--accent-color);
  color: #fff;
  margin-left: -100%;
}

.custom-flipbox02:hover,
.custom-flipbox02:focus,
.custom-flipbox02:focus-within {
  z-index: 100;
}

.custom-flipbox02:hover .front,
.custom-flipbox02:focus .front,
.custom-flipbox02:focus-within .front {
  background-color: #fff;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #edf0f8;
}

.custom-flipbox02:hover .back,
.custom-flipbox02:focus .back,
.custom-flipbox02:focus-within .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

.custom-flipbox02 .icon {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}

.custom-flipbox02 .front .title {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-flipbox02 .custom-list01 li {
  color: #fff;
}

.custom-flipbox02 .custom-list01 li .sico {
  color: #fff;
  opacity: 0.5;
}

@media only screen and (max-width: 991px) {
  .custom-flipbox02 .back {
    padding: 15px;
  }
}

.cell-active .custom-flipbox02 .front {
  -webkit-transform: rotateY(0deg) translateY(100%) !important;
  transform: rotateY(0deg) translateY(100%) !important;
  margin: 0 !important;
}

.cell-active .custom-flipbox02 .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

.fusion-image-box {
  display: grid;
  position: relative;
  user-select: none;
  margin-bottom: 35px;
}

.fusion-image-box .img {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fusion-image-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.fusion-image-box .image-handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;

  cursor: pointer;
}

.fusion-image-box .image-handle::after,
.fusion-image-box .image-handle::before {
  content: "";
  border-left: 6px solid #00a1ee;
  position: absolute;
  top: 0;
  bottom: calc(50% + 22px);
  margin-left: -3px;
}

.fusion-image-box .image-handle::after {
  top: calc(50% + 22px);
  bottom: 0;
}

.fusion-image-box .image-handle .arrow {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  position: absolute;
  background-color: #00a1ee;
  top: 50%;
  left: -32px;
  margin-top: -32px;
}

.fusion-image-box .image-handle .arrow::after,
.fusion-image-box .image-handle .arrow::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  top: 50%;
  margin-top: -8px;
}

.fusion-image-box .image-handle .arrow::before {
  border-right-color: #fff;
  left: 8px;
}

.fusion-image-box .image-handle .arrow::after {
  border-left-color: #fff;
  right: 8px;
}

.custom-list03 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.custom-list03 li {
  color: #fff;
  font-weight: bold;
  font-family: "Roboto";
  padding: 25px 0 25px 40px;
  position: relative;
  font-size: 24px;
  min-width: 245px;
}

.custom-list03 li .sico {
  color: #fff;
  position: absolute;
  left: 0;
  top: 32px;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .custom-list03 li {
    padding: 5px 0 5px 40px;
  }

  .custom-list03 li .sico {
    top: 12px;
  }
}

.custom-textbox01 {
  font-size: 24px;
  border: 1px solid #d0deec;
  padding: 15px 40px;
  font-family: "Roboto";
  margin: 0 0 20px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.custom-blockquote01 {
  border: none;
  text-align: center;
}

.custom-blockquote01 .description {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  color: #4a79a2;
  line-height: 1.6;
  font-family: "Catamaran";
}

.custom-blockquote01 .title {
  font-size: 24px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0 0 40px;
}

.banner-formbox {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.banner-formbox .title {
  font-size: 52px !important;
  color: var(--accent-color) !important;
  margin-bottom: 40px !important;
}

.banner-formbox .form_submit {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .banner-formbox {
    padding: 30px;
  }

  .banner-formbox .title {
    font-size: 32px !important;
  }
}

.custom-iconbox08 {
  background-color: var(--accent-color2);
  height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-iconbox08 .title {
  font-size: 36px;
  color: #fff;
}

.custom-iconbox08 .image {
  margin: 0 0 30px;
}

.info-sep-line {
  border-left: 1px solid var(--accent-color);
  height: 100%;
  margin: 0;
  width: 0;
}

.is-light-text .info-sep-line {
  border-color: #fff;
}

.custom-list04 {
  color: var(--accent-color);
  font-weight: bold;
  font-family: "Roboto";
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 20px;
}

.custom-list04 .title {
  width: 34%;
}

.custom-list04 .after {
  color: var(--accent-color2);
  width: 30%;
  text-align: right;
}

.custom-list04 .arrow {
  position: relative;
  flex-grow: 1;
  margin: 0 30px;
  width: 200px;
  max-width: 20vw;
}

.custom-list04 .arrow::after {
  content: "";
  position: absolute;
  display: none;
  /* border-bottom: 1px solid var(--accent-color); */
  left: 0;
  right: 0;
  top: 50%;
}

.custom-list04 .arrow::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  transform-origin: center;
  transform: translateY(-50%) rotate(-45deg);
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .custom-list04 .title {
    width: 44%;
  }

  .custom-list04 .after {
    width: 35%;
  }
}

.custom-list05 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.custom-list05 li {
  color: #fff;
  font-weight: bold;
  font-family: "Roboto";
  padding: 9px 0 9px 40px;
  position: relative;
  font-size: 24px;
  min-width: 245px;
}

.custom-list05 li .sico {
  color: #fff;
  position: absolute;
  left: 0;
  top: 15px;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .custom-list05 li {
    padding: 5px 0 5px 40px;
  }

  .custom-list05 li .sico {
    top: 12px;
  }
}

.custom-blockquote02 {
  background-color: #fff;
  padding: 30px 60px;
  color: var(--accent-color);
  font-style: normal;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  margin: 0 0px 30px;
  border: none;
}

.custom-blockquote02 .name {
  font-size: 20px;
  display: inline-block;
  color: var(--accent-color);
}

.custom-blockquote02,
.custom-blockquote02 p {
  font-style: normal;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: bold;
}

.custom-blockquote02 .source {
  font-size: 20px;
  color: #aeb2cd !important;
  font-weight: bold;
}

.custom-blockquote02 .source::before {
  content: "|";
  margin-right: 3px;
}

.blockquote-margin {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .blockquote-margin {
    padding-bottom: 80px;
  }
}

.custom-iconbox09 {
  padding: 80px 48px 60px;
  letter-spacing: 0.1em;
  background-color: var(--accent-color2);
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}

.custom-iconbox09 .title {
  font-size: 52px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.custom-iconbox09 .icon .sico {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}

.custom-iconbox09 .link {
  font-size: 26px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .container,
  .is-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
