/*------------------------------------------------------------------------
# SEOC Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menus
    3.   Section
    4.   Edit form
    5.   Accordions
    6.   Forms
    7.   Blog
    8.   Portfolio & Jobs
    9.   Others
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

body { font-size: 16px; }
.main-content-wrapper { clear: left; }
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
}
.node ul {
  display: block;
  list-style-type: disc !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.node ul li {
  list-style: disc;
}
.node p {
  margin-bottom: 1em;
}
ul.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.post-meta li {
  display: inline-block;
  padding-left: 1.5rem;
}

/* Paddings and margins */
.pb0 { padding-bottom: 0 !important; }
.pt0 { padding-top: 0 !important; }
.z-5 { z-index: 5; position: relative; }
.z-10 { z-index: 10; position: relative; }
img { width: auto; height: auto; }
label { line-height: 2; }

/* Backgrounds */
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-purple {
  background-color: #7a54d8;
  color: #fff;
}
.bg-purple-light {
  background-color: #c2b2cd;
  color: #fff;
}
.bg-blue-light {
  background-color: #8ea6e6;
  color: #fff;
}
.bg-pink {
  background-color: #f64d62;
  color: #fff;
}
.bg-skype {
  background-color: #00aff0;
  color: #fff;
}
.bg-project {
  background-color: #7a54d8;
  color: #fff;
}
.bg-job {
  background-color: #f2f3fb !important;
}
.bg-none {
  background: none;
}
.all-section-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage2-body {
  background-image: url(../images/bg/homepage2-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}    
/* Buttons */
.btn-primary {
  background: var(--ztc-bg-bg-1);
  border-color: transparent;
}
.btn-primary:hover {
  background: var(--ztc-text-text-13);
  border-color: transparent;
}
.header-btn1:hover em {
    transition: all 0.4s;
    transform: rotate(0deg);
}
.header-btn1 em {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-4);
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
.header-btn2:hover em {
    background: var(--ztc-text-text-1) !important;
    transition: all 0.4s;
    color: var(--ztc-text-text-4) !important;
    transform: rotate(0deg);
}
.header-btn2 em {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
.header-btn15 em {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
.header-btn16 em {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
.header-btn17 em {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
.homepage-bottom-area .header-author-area .header-area .btn-area1 a em {
    background: var(--ztc-text-text-17);
    color: var(--ztc-text-text-1);
}
.hero1-section-area .header-main-content .btn-area .header-btn2 em {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
}
.cta-section-area .cta-header-area .btn-area a:hover em {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-4);
    transition: all 0.4s;
}
.cta-section-area .cta-header-area .btn-area a em {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
}
.hero-header-area.heading15 {
  position: relative;
  z-index: 10;
}
.hero7-section-area .hero7-header form em {
    color: var(--ztc-text-text-3);
    position: absolute;
    top: 16px;
    left: 16px;
}
.header10-bottom-area .header-auhtor-area .header-form-area form em {
    position: absolute;
    left: 20px;
    top: 16px;
}
.hero8-section-area .hero8-header form em {
    color: var(--ztc-text-text-3);
    position: absolute;
    top: 28px;
}
/*--------------------------------------------------------------------------------*/

/* 02. Menu
 --------------------------------------------------------------------------------*/
 
/* Menu */
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul.menu > li {
  padding: 0 20px;
}  
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li span {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    color: var(--ztc-text-text-2);
    display: inline-block;
    transition: all 0.4s;
    padding: 0;
}
.mobile-nav ul.menu li i { display: none; }
.mobile-nav li span {
    font-size: 18px;
    line-height: 24px;
    color: #161616;
    padding: 10px 0;
    display: block;
    font-family: "Figtree", sans-serif;
    font-weight: 500 !important;
}
.header-area .logo-white { display: none; }
.header-area.header-transparent .logo-white { display: block; }
.header-area.header-transparent .logo-black { display: none; }
.header-area.header-transparent.sticky .logo-white { display: none; }
.header-area.header-transparent.sticky .logo-black { display: block; }
.header-transparent:not(.sticky) ul.menu > li > span,
.header-transparent:not(.sticky) ul.menu > li > a,
.header-transparent:not(.sticky) ul.menu > li > i {
  color: #fff !important;
}
.header-transparent:not(.sticky) .header-menu .main-menu > li:hover > span {
  color: var(--main-color);
}
.header-transparent .header-menu .main-menu > li.active-menu > span {
  color: var(--main-color);
}
.mobile-logo .logo-white,
.mobile-sidebar .logo-white {
  display: none;
}
/* Footer menu */
#block-footer .nav {
  -moz-box-pack: center;
  justify-content: center;
}
#block-footer .nav li {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-align: center;
  -moz-box-pack: justify;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#block-footer li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -moz-box-flex: 1;
  color: #535353;
  flex-grow: 1;
  padding: 2px 0;
  white-space: nowrap;
}

/* Toolbar */
.toolbar-oriented .toolbar-tray {
  position: fixed;
}

/* Admin toolbar */
#toolbar-administration #toolbar-bar {
  overflow: hidden;
}

/* Breadcrumb */
.breadcrumb { justify-content: center; }

/* Mobile menu */
.main-menu #block-seoc-contactblockonmobilemenu { display: none; }

/*--------------------------------------------------------------------------------*/

/* 03. Section
 --------------------------------------------------------------------------------*/
/* Section */
.section-bg-image.bg-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}
.row.gap-y .col, .row.gap-y [class*="col-"] {
    padding-bottom: 15px;
    padding-top: 15px;
}
.single-team .team-img a img,
.choose-us-item .choose-us-img a img {
  width: 100%;
  height: auto;
}

/* Video background */
.bg-video {
  left: 0;
}

/* Views Reference */
.viewsreference--view-title { display: none; }

/*--------------------------------------------------------------------------------*/

/* 04. Edit form
 --------------------------------------------------------------------------------*/

/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.nav.primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
  flex-direction: column;
}
.user-logged-in nav.tabs ul.nav.primary li {
  float: none;
  opacity: 0.8;
  padding: 0;
}
.user-logged-in nav.tabs ul.nav.primary li a {
  margin-right: 0;
  font-size: 0.7rem !important;
  padding: 10px 20px;
}
.user-logged-in nav.tabs ul.nav.primary li.active a, 
.user-logged-in nav.tabs ul.nav.primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.nav.primary li.active, 
.user-logged-in nav.tabs ul.nav.primary li:hover {
  opacity: 1;
}
.path-node .node-form {
  padding-top: 5em;
}
.path-node .node-form input.btn.form-submit {
  width: auto;
  height: auto;
  margin: 0 10px 20px 0;
  font-size: 1.2em;
  padding: 15px 30px;
  background-color: black;
}
.layout-paragraphs-component-form input.form-check-input,
.path-node .node-form input.form-check-input {
  width: auto;
  padding: 0.46428571em;
  font-size: 1.2em;
  margin-left: -1.1em;
  margin-right: 0.5em;
}
.path-node .node-form .vertical-tabs details.vertical-tabs__pane {
  padding: 15px;
}
.path-node .node-form .layout-region-node-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px #ddd solid;
}

/* Layout Paragraphs Builder */
.node-form .wow,
.layout-paragraphs-component-form .wow {
  animation-name: none !important; /* Disable WOW effect on node form */
  visibility: visible !important;
}
.lp-builder section.imagebg {
  overflow: hidden;
}
.lp-builder section.lpb-layout {
  visibility: visible !important;
}
.lp-builder section.parallax .lpb-controls,
.lp-builder section.imagebg .lpb-controls,
.lp-builder section[class*='unpad'] .lpb-controls {
  top: 0;
}
.lp-builder section.hidden {
  display: block;
}
.lp-builder .lpb-controls {
  z-index: 20 !important;
}
.lp-builder .lpb-controls:not(.is-layout) span.lpb-controls-label {
  color: #666666 !important;
}
.lp-builder .page-navigator {
  position: unset;
  transform: none;
}
.lp-builder .js-lpb-component .lpb-btn--add,
.lp-builder .js-lpb-component .lpb-controls {
  position: absolute;
}
.lp-builder .js-lpb-component .lpb-controls {
  top: 0;
}
/* Modal form */
.ui-dialog .ui-dialog-content {
  max-height: 500px !important;
}
.layout-paragraphs-component-form .field--name-field-paragraph-id,
.layout-paragraphs-component-form .field--name-field-paragraph-extra-class,
.layout-paragraphs-component-form .field--name-field-paragraph-spacing,
.layout-paragraphs-component-form .field--name-field-paragraph-content-align,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-direction,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-title,
.layout-paragraphs-component-form .field--name-field-paragraph-tabcontent-align,
.layout-paragraphs-component-form .field--name-field-paragraph-display-arrows,
.layout-paragraphs-component-form .field--name-field-paragraph-display-pager,
.layout-paragraphs-component-form .field--name-field-paragraph-shadow,
.layout-paragraphs-component-form .field--name-field-paragraph-shadow-bg-class,
.layout-paragraphs-component-form .field--type-viewsreference .js-form-item-field-paragraph-views-reference-0-target-id,
.layout-paragraphs-component-form .field--type-viewsreference .js-form-item-field-paragraph-views-reference-0-display-id,
.layout-paragraphs-component-form .field--name-field-paragraph-accordion-style {
  width: 22%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xs,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-sm,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-md,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-lg,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xl,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-xxl,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items,
.layout-paragraphs-component-form .field--name-field-paragraph-data-speed,
.layout-paragraphs-component-form .field--name-field-paragraph-data-margin,
.layout-paragraphs-component-form .field--name-field-paragraph-overflow-visible,
.layout-paragraphs-component-form .field--name-field-paragraph-data-nav,
.layout-paragraphs-component-form .field--name-field-paragraph-data-dots,
.layout-paragraphs-component-form .field--name-field-paragraph-data-items-auto,
.layout-paragraphs-component-form .field--name-field-paragraph-data-auto-height {
  width: 33%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-padding,
.layout-paragraphs-component-form .field--name-field-paragraph-margin,
.layout-paragraphs-component-form .field--name-field-paragraph-gutter-class,
.layout-paragraphs-component-form .field--name-field-paragraph-angled {
  width: 22%;
  display: inline-block;
  padding-right: 3%;
}
.layout-paragraphs-component-form .field--name-field-paragraph-data-overlay,
.layout-paragraphs-component-form .field--name-field-paragraph-image-position,
.layout-paragraphs-component-form .field--name-field-paragraph-slider-classes,
.layout-paragraphs-component-form .field--name-field-paragraph-item-classes,
.layout-paragraphs-component-form .field--name-field-paragraph-tab-title {
  max-width: 200px;
}
.layout-paragraphs-component-form .paragraph-type-top,
.layout-paragraphs-component-form .paragraphs-nested,
.layout-paragraphs-component-form .paragraphs-subform {
  padding-right: 20px;
}
.layout-paragraphs-component-form input.form-submit {
  padding: 5px 10px;
}
.layout-paragraphs-component-form .field-multiple-table {
  overflow: hidden;
}
.layout-paragraphs-component-form .js-filter-guidelines {
  display: none;
}
.layout-paragraphs-component-form .layout-select__item-icon {
  margin-right: 0;
}
.layout-paragraphs-component-form #layout-paragraphs-layout-options {
  margin-bottom: 20px;
}
.layout-paragraphs-component-form .paragraph-type-top {
  justify-content: space-around;
}
.layout-paragraphs-component-form .paragraph-type-title {
  flex-basis: 10%;
}
.layout-paragraphs-component-form .paragraphs-description {
  max-width: 70%;
}
.layout-paragraphs-component-form #layout-paragraphs-element .form-check-input:checked[type=radio] {
  display: block;
  clip: auto !important;
  width: 10px !important;
  height: 10px !important;
}
a.lpb-btn { color: #4a90e2 !important; }

/*--------------------------------------------------------------------------------*/
/*
/* 05. Accordions
/*
 --------------------------------------------------------------------------------*/
 
@media only screen and (max-width: 991px) {
  .techwix-choose-us-section-02 .choose-us-right .faq-accordion {
    margin-top: 50px;
  }
}
.accordion-wrapper .accordion-item {
  border: 0;
  box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 35px;
}
.accordion-wrapper .accordion-item .accordion-button {
  padding: 25px 35px;
}
.accordion-wrapper .accordion-item .accordion-button .title {
  font-size: 22px;
  color: #0e0e0e;
  font-family: var(--ztc-family-font1);;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.accordion-wrapper .accordion-item .accordion-button::after {
content: "\f061";
    font-family: FontAwesome;
    background-image: none;
    transform: none;
    height: 18px;
    width: 18px;
    font-size: 18px;
}
.accordion-wrapper .accordion-item .accordion-body {
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  padding: 30px 35px;
}
.accordion-wrapper .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordion-wrapper .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
}
.accordion-wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 24px;
  text-align: center;
  background: #e6eef8;
  color: #0e0e0e;
  transform: rotate(0);
}
.accordion-wrapper .accordion-item:not(.active) .accordion-collapse {
  display: none;
}
.accordian-tabs-area .accordion .accordion-item {
  margin-bottom: 24px;
}
/*--------------------------------------------------------------------------------*/
/*
/* 06. Forms
/*
 --------------------------------------------------------------------------------*/
button#edit-preview {
  display: none;
}

/* Contact form */
form.contact-form {
  background: transparent !important;
  box-shadow: none !important;
  margin-left: 0 !important;
}
form.contact-form input#edit-submit {
  margin-top: 1rem;
}

/* Subscribe form */
.block-simplenews .field--name-mail .form-type-email label,
.block-simplenews .description.text-muted,
.block-simplenews #edit-message,
.block-simplenews .form-item-message,
.block-simplenews .description {
  display: none;
}
.subscribe-inline form { 
}
.subscribe-inline .block-simplenews #edit-actions {
  margin-top: 10px;
}
.subscribe-inline .block-simplenews .field--name-mail {
  margin-bottom: 0 !important;
}
.subscribe-inline .block-simplenews form .field--name-mail input {
    border-radius: 8px;
    background: var(--White-Colors, #FFF);
    position: relative;
    width: 100%;
    color: var(--Paragraph-Color, #464D58);
    font-family: var(--ztc-family-font1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 27px;
    height: 72px;
}
.subscribe-inline .block-simplenews .form-actions input {
    border-radius: 8px;
    background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%, #0A18A1 98.24%));
    color: #FFF;
    font-family: var(--ztc-family-font1);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 18px 24px;
    outline: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
}
.cta15-section-area .cta-header-area form {
    position: relative;
    z-index: 1;
    border: none;
    background:none;
}
.tooltip {
}
.tooltip-inner {
  float: left;
  overflow: hidden;
}
body.user-logged-in .subscribe-inline .block-simplenews #edit-actions,
body.user-logged-in .subscribe-inline .block-simplenews .form-actions {
  width: 100%;
  margin-left: 0;
}
.contact-form .js-form-item input {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: var(--Neutral-White, #FFF);
    width: 100%;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    padding: 16px;
    height: 48px;
    margin-top: 24px;
}
.contact-form .form-textarea-wrapper textarea {
border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: var(--Neutral-White, #FFF);
    width: 100%;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    padding: 16px;
    height: 120px;
    margin-top: 24px;
}

/* User forms */
.path-user form .js-form-item input {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: var(--Neutral-White, #FFF);
    width: 100%;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    padding: 16px;
    height: 48px;
    margin-top: 24px;
}
.path-user form .form-actions input {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-1);
    padding: 15px 20px;
    transition: all 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.path-user form .form-actions input:hover {
  background: var(--ztc-bg-bg-26);
}
/* Popup search */
.header-search-form-wrapper .search-block-form {
    position: relative;
    text-align: center;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    margin: 0px auto;
}
.header-search-form-wrapper .search-block-form .content.container-inline {
  display: block;
}
.header-search-form-wrapper .search-block-form .form-type-search {
  width: 100%;
}
.header-search-form-wrapper .search-block-form input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    padding-left: 0px;
    width: 100%;
    color: var(--ztc-text-text-2);
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(221, 219, 219);
    border-radius: 0px;
}
.header-search-form-wrapper .search-block-form .form-search:focus {
  box-shadow: none;
} 
/*--------------------------------------------------------------------------------*/
/*
/* 06. Blog
/*
 --------------------------------------------------------------------------------*/

/* Blog list */
.blog-top-boxarea h2.title a,
.blog2-author-boxarea .head a {
  color: var(--ztc-text-text-2);
}
.blog-top-boxarea h2.title a:hover,
.blog2-author-boxarea .head a:hover {
  color: var(--ztc-text-text-4);
}
.blog5-section-area .blog-all-section .content-area .main-content .blog-author a {
  display: inline-block;
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
}
.blog5-section-area .blog-all-section .content-area .main-content .blog-category a {
  margin-bottom: 0;
  font-size: var(--ztc-font-size-font-s16);
  color: var(--ztc-text-text-3);
}

/* Blog grid */
.blog1-scetion-area.view-blog .blog-author-boxarea {
    background: var(--ztc-bg-bg-4);
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.blog-author-boxarea .content-area a.readmore {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
}
.blog-author-boxarea .content-area a.readmore i {
  transform: rotate(-45deg);
}
.blog11-boxarea .content-area .head a {
    color: var(--Text-Color, #081120);
}
.blog11-boxarea .content-area .head a:hover {
  color: var(--ztc-text-text-4);
}
.blog12-section-area .content-area .head a {
    color: #055346;
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}
.blog12-section-area .blog12-boxarea:hover .content-area ul li,
.blog12-section-area .blog12-boxarea:hover .content-area .head a,
.blog12-section-area .content-area .head:hover a,
.blog12-section-area .content-area .head a:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}
.blog15-section-area .blog15-boxarea .head a {
    color: var(--Text-Color, #090B0E);
    font-family: var(--ztc-family-font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    display: inline-block;
    transition: all 0.4s;
}
.blog15-section-area .blog-author-boxarea .blog-box .head a {
    color: var(--Text-Color, #090B0E);
    font-family: var(--ztc-family-font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    display: inline-block;
    transition: all 0.4s;
}
/* Blog category */
.sidebar-widget .category .cate-item {
  display: flex;
  align-items: center;
}
.sidebar-widget .category .cate-item i {
    font-size: 10px;
    line-height: 24px;
    color: var(--main-color);
    margin-right: 5px;
}
.sidebar-widget .category .cate-item .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: var(--main-color);
    transition: all 0.3s linear;
}
.sidebar-widget .recent-posts ul li {
  margin-top: 25px;
  padding-top: 25px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  margin-bottom: 0;
}
aside .block {
    background: var(--ztc-bg-bg-4);
    border-radius: 7px;
    padding: 20px 24px;
    position: relative;
}
aside .block:not(:first-child) {
  margin-top: 45px;
}
aside .categories-area h2.block-title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin-bottom: 8px;
}
aside .sidebar-widget:first-child {
  margin-top: 0;
}
aside .block h2.block-title {
  color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    margin-bottom: 8px;
}
aside .block .post-author-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
aside .block .post-author-area .content {
    margin-left: 20px;
}
aside .block .post-author-area .content .head a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
}
aside .block .post-author-area .content .head a:hover {
  color: var(--ztc-text-text-16);
  transition: all .4s;
}
aside .block .post-author-area .img1 {
    height: 82px;
    width: 162px;
}
aside .block .post-author-area .img1 img {

    border-radius: 4px;
    -o-object-fit: contain;
    object-fit: contain;
}
aside .block .tags-area ul {
  display: flex;
  flex-wrap: wrap;
}
aside .block .tags-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    border-radius: 40px;
    background: var(--Colors-White-Dark, #F6F8F9);
    padding: 12px 16px;
    transition: all 0.4s;
    margin: 16px 16px 0 0;
}
aside .block .tags-area ul li a:hover {
  background: var(--ztc-text-text-4);
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  transform: translateY(-3px);
}
aside .block .categories-area ul li.cate-item {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    display: inline-block;
    width: 100%;
    border-radius: 54px;
    background: var(--Colors-White-Dark, #F6F8F9);
    padding: 19px 16px;
    transition: all 0.4s;
    margin-top: 16px;
}
aside .block .categories-area ul li.cate-item a {
  color: var(--ztc-text-text-3);
}
aside .block .categories-area ul li.cate-item:hover {
  background: var(--ztc-text-text-4);
  color: var(--ztc-text-text-1);
  transition: all .4s;
  transform: translateY(-5px);
}
aside .block .categories-area ul li.cate-item:hover a {
  color: var(--ztc-text-text-1);
}
aside .block.search-area form {
    border-radius: 54px;
    background: var(--Colors-White-Dark, #F6F8F9);
    position: relative;
    height: 54px;
    padding: 10px 16px;
}
aside .block.search-area form .js-form-item {
  width: 100%;
}
aside .block.search-area form input {
    width: 100%;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    border: none;
    background: transparent;
}
/* Article */
.node--type-article .blog-image-holder {
  padding: 30px 0;
}
.node--type-article .blog-image-holder img {
  width: 100%;
}
.node--type-article .field--name-field-tags {
  padding: 20px 0;
}
.node--type-article .field--name-field-tags .field--item {
  display: inline;
  padding-right: 10px;
}
.node--type-article .field--name-field-tags .field--item a {
  background-color: #f5f6f7;
  color: #788394;
  border-radius: 10rem;
  padding: 6px 16px 7px;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.3;
}
.node--type-article #section-content ul.links {
  padding-top: 20px;
  float: right;
}
.node--type-article #section-comment h2 {
  padding-bottom: 20px;
}
.node--type-article #section-comment article.comment {
  padding-bottom: 20px;
}
.node--type-article #section-comment .field--name-user-picture img {
  border-radius: 100px;
}
.node--type-article .comments-boxarea {
  display: block;
}
ol.commentlist {
  padding-left: 0;
}
.node--type-article .field--name-field-image,
.node--type-article .field--name-field-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.node--type-article .field--name-field-tags ul.links li {
  list-style: none;
}
.node--type-article .field--name-field-tags ul.links li a {
    display: inline-block;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    transition: all 0.4s;
    border-radius: 20px;
    background: rgba(78, 47, 218, 0.1);
    padding: 12px 16px;
    margin: 0 10px 0 0;
}
.node--type-article .field--name-field-tags ul.links li a:hover {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
    transition: all .4s;
    transform: translateY(-3px);
}
.node--type-article div.inline__links span.nav-link {
  padding: 0;
}
.node--type-article .comments-wrapper h2.title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 40px;
}
.node--type-article .post-comments {
  padding-top: 50px;
}
.nav-link {
  color: var(--ztc-text-text-4);
}
.nav-link:hover {
  color: var(--ztc-text-text-14);
}
/*--------------------------------------------------------------------------------*/
/*
/* 07. Portfolio, Job
/*
 --------------------------------------------------------------------------------*/
/* Case Study */
.case-study .case-inner-box {
    margin-bottom: 30px;
}
.case-study .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.case-study .content-area .link-area .tags {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    display: block;
    margin-bottom: 16px;
    transition: 0.4s;
}
.case-study .content-area .link-area .head a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    display: inline-block;
    transition: 0.4s;
}
.case-study .content-area .link-area .head a:hover {
    color: var(--ztc-text-text-4);
    transition: 0.4s;
}
.case-study .content-area .arrow a {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
    transition: 0.4s;
    background: var(--ztc-bg-bg-4);
    border-radius: 50%;
}
.case-study .content-area .arrow a:hover {
  color: var(--ztc-text-text-1);
  transition: all .4s;
  background: var(--ztc-text-text-4);
}
/* Project */
.page-node-type-project .region-content .project-content .field--name-body {
  margin-bottom: 20px;
}
.page-node-type-project .region-content .project-content .field--name-body .field--label {
  color: #37404d;
  font-family: "Dosis","Open Sans",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.page-node-type-project .region-content .project-content .field {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.page-node-type-project .region-content .project-content .field:last-child {
  border-bottom: none;
}
.page-node-type-project .region-content .project-content .field--type-string .field--label,
.page-node-type-project .region-content .project-content .field--type-datetime .field--label,
.page-node-type-project .region-content .project-content .field--type-link .field--label {
  color: #b5b9bf;
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.node--type-project .project-images img {
  width: 100%;
  height: auto;
}
.node--type-project .field--name-field-project-brief .field--label {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    line-height: var(--ztc-font-size-font-s52);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    margin-bottom: 16px;
}
.node--type-project .field--name-field-project-category,
.node--type-project .field--name-field-project-date,
.node--type-project .field--name-field-project-client,
.node--type-project .field--name-field-project-skills,
.node--type-project .field--name-field-project-link {
  margin-bottom: 1rem;
}
.node--type-project .field--name-body .field--label {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.node--type-project .field--name-field-project-category .field--label, 
.node--type-project .field--name-field-project-date .field--label, 
.node--type-project .field--name-field-project-client .field--label,
.node--type-project .field--name-field-project-skills .field--label,
.node--type-project .field--name-field-project-link .field--label {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 20px;
    display: inline-block;
    margin-right: 16px;
}
.node--type-project .field--name-field-project-category .field--item, 
.node--type-project .field--name-field-project-date .field--item, 
.node--type-project .field--name-field-project-client .field--item,
.node--type-project .field--name-field-project-skills .field--item,
.node--type-project .field--name-field-project-link .field--item {
  display: inline-block;
}
ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
ul.list-unstyled li {
  list-style: none;
}

/* Job */
.page-node-type-job .field--name-field-job-location {
  display: inline;
}

/*--------------------------------------------------------------------------------*/
/*
/* 08. Others
/*
 --------------------------------------------------------------------------------*/
 
/* Swiper Slider */
.swiper-pagination { position: relative; padding-top: 50px; }
.swiper-pagination .swiper-pagination-bullet { margin: 0 7px !important; }
.swiper-controls .swiper-navigation .swiper-button:after {
  font-family: flaticon;
  font-size: 0.9rem;
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
    content: "\f106";
}
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
    content: "\f107";
}
.slider-section-area .slider-head p {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s30);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
}
.slider-section-area.slider-inner .slider-head p {
    color: var(--ztc-text-text-1);
}

/* Countdown */
.countdown {
  text-align: center;
  padding: 0 15px;
}
.countdown .col {
  padding: 0;
}
.countdown h5 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 0;
}
.countdown small {
  font-size: 13px;
}
@media (max-width: 767px) {
  .countdown h5 {
    font-size: 33px;
  }
  .countdown small {
    font-size: 11px;
  }
}
.countdown-uppercase small {
  text-transform: uppercase;
}
.countdown-sm h5 {
  font-size: 40px;
}
.countdown-sm small {
  font-size: 12px;
}
@media (max-width: 767px) {
  .countdown-sm h5 {
    font-size: 28px;
  }
  .countdown-sm small {
    font-size: 10px;
  }
}
.countdown-lg h5 {
  font-size: 60px;
}
.countdown-lg small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .countdown-lg h5 {
    font-size: 38px;
  }
  .countdown-lg small {
    font-size: 12px;
  }
}
.countdown-outline .col {
  border: 1px solid #535353;
}
.countdown-outline h5 {
  border-bottom: 1px solid #535353;
}
.countdown-inverse .col {
  border-color: rgba(255, 255, 255, 0.5);
}
.countdown-inverse h5,
.countdown-inverse small {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.countdown-inverse small {
  opacity: .5;
}

/* Search */
.search-wrap .search-inner .search-cell .search-field-holder input.form-search {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}
.single-counter .counter-content p {
  margin-bottom: 0;
}

/* Pagination */
nav.pagination-heading {
  display: flex;
  justify-content: center;
}
ul.pagination {
  margin-top: 40px;
}
ul.pagination li {
  margin: 0 14px 0 0;
}
ul.pagination li .page-link {
  padding: 10px 20px;
  color: var(--ztc-text-text-4);
}
ul.pagination li.active .page-link,
ul.pagination li .page-link:hover {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    border-color: transparent;
}

/* Preview Demos */
.preview-header-area {
    position: relative;
    z-index: 1;
    background-image: url(../imag/bg/bg1-p.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0 0;
}
.header-top-area h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    display: inline-block;
    transition: all .4s;
    padding: var(--1, 4px) var(--2, 8px) var(--1, 4px) var(--1, 4px);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.20);
}
.header-top-area h5 span {
    background: var(--ztc-text-text-4);
    display: inline-block;
    transition: all .4s;
    border-radius: 10px;
    padding: 6px 12px;
    margin: 0 4px;
}
.header-top-area h5 i {
    margin: 0 4px 0 8px;
    transition: all .4s;
}
.header-top-area h1 {
    color: var(--white, var(--white, #FFF));
    text-align: center;
    text-shadow: 0px 20px 25px rgba(0, 0, 0, 0.10), 0px 10px 10px rgba(0, 0, 0, 0.04);
    font-family: var(--ztc-family-font1);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.6px;
}
.hero-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.header-top-area p {
    color: var(--gray-50, #F9FAFB);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.header-top-area .header-btn1 {
    margin-top: 32px;
}
.header-top-area .header-btn2 {
    margin-left: 16px;
    margin-top: 32px;
    border: 1px solid rgb(252, 252, 254);
}
.header-top-area .header-btn2:hover {
  border-color: transparent;
}
.header-top-area .header-btn2 em {
  transform: none;
}
.demos-section-area {
    position: relative;
    z-index: 1;
    padding: 100px 0 40px;
}
.demos-header h5 {
    color: #1F2A37;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    display: inline-block;
    transition: all .4s;
    padding: var(--1, 4px) var(--2, 8px) var(--1, 4px) var(--1, 4px);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 50px;
    border: 1px solid var(--gray-300, #D1D5DB);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.demos-header span {
    background: var(--ztc-text-text-4);
    display: inline-block;
    transition: all .4s;
    border-radius: 50px;
    padding: 6px 12px;
    margin: 0 8px 0 0;
    color: var(--ztc-text-text-1);
}
.demos-header h2 {
    color: #111928;
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.36px;
}
.demos-header p {
    color: #6B7280;
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.homepages-demo {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 60px;
}
.homepages-demo .img1 {
    position: relative;
    z-index: 1;
    transition: all .4s;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.10), 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #e9e8e8;
    border-radius: 8px;
    height: 580px;
}
.homepages-demo .btn-area {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 2;
    transform: scale(0.5);
}
.homepages-demo .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homepages-demo .content-area a {
    color: var(--gray-900, var(--gray-900, #111928));
    font-family: var(--ztc-family-font1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}
.homepages-demo .content-area span {
    color: var(--primary-800, var(--primary-800, #1E429F));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: var(--05, 2px) var(--25, 10px);
    border-radius: var(--rounded-md, 6px);
    background: var(--primary-100, #E1EFFE);
}
.homepages-demo .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .4s;
    background: #111928;
    border-radius: 8px;
    opacity: 0;
    visibility: visible;
    transform: scale(0.8);
}
.tab-content .tab-pane .homepages-demo .btn-area {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transition: all .6s;
    z-index: 2;
    transform: scale(0.5);
}
.homepages-demo .btn-area .header-btn1 {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 150%;
    font-weight: var(--ztc-weight-bold);
    background: #4E2FDA;
    color: var(--ztc-text-text-1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 14px 20px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border: 1px solid #4E2FDA;
    width: 200px;
    text-align: center;
}
.homepages-demo .btn-area .header-btn1 i {
  transition: all 0.4s;
}

.homepages-demo .btn-area .header-btn1:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: white !important;
  border: transparent;
  transition: all .4s;
}
.homepages-demo .img1.after::after {
  display: none;
  cursor: pointer;
}
.homepages-demo .img1.after {
  cursor: pointer;
}
.homepages-demo .img1 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.homepages-demo:hover .img1::after {
  visibility: visible;
  opacity: 0.6;
  transition: all .4s;
  transform: scale(1);
}
.homepages-demo:hover .btn-area {
  top: 50%;
  transition: all .6s;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.choose-section-area {
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    background: #111928;
}
.choose-header h2 {
    color: var(--white, var(--white, #FFF));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.36px;
}
.choose-header p {
    color: var(--gray-400, var(--gray-400, #9CA3AF));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.choose-boxarea {
    margin-bottom: 30px;
}
.choose-boxarea .img1 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}
.choose-boxarea a {
    color: var(--white, var(--white, #FFF));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.choose-boxarea p {
    color: var(--gray-400, var(--gray-400, #9CA3AF));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.features-section-area {
    position: relative;
    z-index: 1;
}
.features-section-area .features-header {
    padding: 0 0 0 30px;
}
.features-section-area .features-header h2 {
    color: var(--gray-900, var(--gray-900, #111928));
    font-family: var(--ztc-family-font1);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.36px;
}
.features-section-area .features-header p {
    color: var(--gray-500, var(--gray-500, #6B7280));
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E7EB;
}
.features-header .content-area {
    position: relative;
    z-index: 1;
    margin-top: 32px;
}
.features-header .content-area .icons {
    border-radius: var(--rounded-full, 9999px);
    background: var(--primary-100, #E1EFFE);
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all .4s;
    text-align: center;
    line-height: 40px;
    position: absolute;
}
.features-header .content-area .text p {
    color: var(--gray-500, var(--gray-500, #6B7280));
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    border: none;
}
.features-header .content-area .text {
    padding-left: 56px;
}
.features-header .content-area .text a {
    color: var(--gray-900, var(--gray-900, #111928));
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
    transition: all .4s;
}
.features-header .content-area .icons2 {
    border-radius: var(--rounded-full, 9999px);
    background: var(--primary-100, #EDEBFE);
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all .4s;
    text-align: center;
    line-height: 40px;
    position: absolute;
}
.features-header .content-area .icons3 {
    border-radius: var(--rounded-full, 9999px);
    background: var(--primary-100, #D5F5F6);
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all .4s;
    text-align: center;
    line-height: 40px;
    position: absolute;
}
.layout-section-area {
    position: relative;
    z-index: 1;
    background: #2A243F;
    padding: 150px 0 150px;
}
.layout-header h2 {
    color: var(--white, var(--white, #FFF));
    font-family: var(--ztc-family-font1);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.36px;
}
.layout-header p {
    color: var(--gray-400, var(--gray-400, #9CA3AF));
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 32px;
    border-bottom: 1px solid #374151;
}
.layout-header .content-area {
    position: relative;
    margin-top: 32px;
}
.layout-header .content-area .icons {
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all .4s;
    border-radius: 50%;
    background: #233876;
    text-align: center;
    line-height: 40px;
    position: absolute;
}
.layout-header .content-area .text {
    padding-left: 56px;
}
.layout-header .content-area .icons2 {
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all .4s;
    border-radius: var(--rounded-full, 9999px);
    background: var(--purple-900, #4A1D96);
    text-align: center;
    line-height: 40px;
    position: absolute;
}
.layout-header .content-area .icons3 {
    height: 40px;
    width: 40px;
    display: inline-block;
    transition: all .4s;
    border-radius: var(--rounded-full, 9999px);
    background: var(--teal-900, #014451);
    text-align: center;
    line-height: 40px;
    position: absolute;
}
.layout-section-area .img1 {
    text-align: end;
    position: absolute;
    right: -130px;
    top: 0;
}
.layout-header .content-area .text a {
    color: var(--white, var(--white, #FFF));
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.layout-header .content-area .text p {
    color: var(--gray-400, var(--gray-400, #9CA3AF));
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 0;
    border: none;
}
.footer-section-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.footer-header h2 {
    color: var(--white, var(--white, #FFF));
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.36px;
}
.footer-header p {
    color: var(--gray-50, #F9FAFB);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.8;
}
.footer-header .header-btn2 {
    margin-top: 32px;
}
.footer-header .header-btn2 {
  border: 1px solid #fff;
}
.footer-header .header-btn2:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
    background: transparent;
    border: 1px solid var(--ztc-text-text-4);
    background: var(--ztc-bg-bg-1);
}
.footer-header .header-btn2 em {
  transform: none;
}
.field--type-entity-reference { margin: 0; }

